/*
Theme Name: Honey Store Pro
Theme URI: 
Author: primethemes
Author URI: https://www.primewordpress.com/
Description: 
Version: 0.0.1
Requires at least: 5.8.0
Tested up to: 6.0.3
Requires PHP: 7.2
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: honey-store-pro
Tags: one-column, two-columns, left-sidebar, right-sidebar, grid-layout, custom-colors, custom-background, custom-header, custom-menu, custom-logo, editor-style, sticky-post, featured-images, footer-widgets, full-width-template, threaded-comments, theme-options, wide-blocks, block-styles, blog, food-and-drink, e-commerce

Honey Store Pro WordPress Theme has been created by primewordpress(primewordpress.com), 2021.
Honey Store Pro WordPress Theme is released under the terms of GNU GPL

/* Basic Style */

@import url('https://fonts.googleapis.com/css2?family=Sen:wght@400..800&display=swap');

.bypostauthor {
  font-weight: 600;
}

.onsale {
  text-transform: uppercase;
}

.wc-block-cart-item__wrap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  position: relative;
}

.wc-block-components-product-name {
  color: #000000;
  font-family: Sen;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 22px !important;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
}

table.compare-list .product_title {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 15px;
  color: #000;
  text-decoration: none;
  font-weight: 400;
  font-family: Sen;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 16px;
  leading-trim: CAP_HEIGHT;
  line-height: 24px;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: #333333 !important;
}
#yith-woocompare table.dataTable.compare-list:not(.compact) tbody td {
  padding-inline: 40px;
  font-family: Sen;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: CAP_HEIGHT;
  line-height: 24px;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: #757575;
}
/* .price .odd {
  display: flex !important
;
  align-items: center;
  justify-content: center;
}
.product_info .price .even {
  display: flex !important;
  align-items: center;
  justify-content: center;
} */
table.compare-list tr.stock:not(.label-row) td.in-stock {
  background-color: #F9F9F9 !important;
}
/* .price .even {
  display: flex !important;
  align-items: center;
  justify-content: center;
} */

/* tr.price.even{
  display: flex;
  align-items: center;
  justify-content: center;
} */
ins span.woocommerce-Price-amount.amount {
  font-family: Sen;
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  leading-trim: CAP_HEIGHT;
  line-height: 24px;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: #FF9446 !important;
  padding-left: 6px;
}
a.yith-woocompare-popup-close {
  position: absolute;
  top: 52px !important;
  right: 20px;
  font-size: 40px;
  width: 40px;
  color: #fff !important;
  text-decoration: none;
  z-index: 2;
  line-height: 1;
  background-color: rgba(255, 255, 255, .7);
  text-align: center;
  background: #FF9446 !important;
  border-radius: 60px;
  width: 40px;
  height: 40px;
  display: flex
;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-right: 12px;
}
td.product-name a {
  font-family: Sen;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 16px;
  leading-trim: CAP_HEIGHT;
  line-height: 24px;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: #333333;
}
span.price.wc-block-components-product-price span {
  white-space: nowrap;
  font-family: Sen;
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  leading-trim: CAP_HEIGHT;
  line-height: 24px;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: #FF9446 !important;
  padding-left: 6px;
}

.wc-block-components-product-price__regular {
  white-space: nowrap;
  font-family: Sen;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 8%;
  text-align: center;
  color: #0A3D62;
}

.wc-block-components-product-price__value.is-discounted {
  margin-left: .5em;
  font-family: Sen;
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  leading-trim: CAP_HEIGHT;
  line-height: 24px;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: #FF9446 !important;
  padding-left: 6px;
}

.wc-block-cart-item__remove-link {
  font-family: Sen;
  font-weight: 400 !important;
  font-size: 12px !important;
  line-height: 100%;
  letter-spacing: 0%;
  color: #F92D2D !important;
  position: absolute;
  right: 0;
  bottom: 10px;
}

.wc-block-components-product-badge.wc-block-components-sale-badge {
  font-family: Sen;
  font-weight: 500;
  font-size: 10px;
  line-height: 100%;
  letter-spacing: 8%;
  color: #0A3D62;
  padding: 6px;
}

.wc-block-components-product-metadata__description p {
  color: #333333;
  margin: 0;
  text-align: left;
  font-family: Sen;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0%;
  margin: 0;
}

.is-large.wc-block-cart .wc-block-cart-items {
  background: #fff !important;
}

.wc-block-components-button:not(.is-link) {
  color: #fff;
  background: #FF9446;
  border-radius: 99px;
  margin: 0;
  font-family: Sen;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 16px;
  leading-trim: CAP_HEIGHT;
  line-height: 24px;
  letter-spacing: 0%;
  text-transform: capitalize;
  border: unset;
  padding: 16px 20px;
}
.wc-block-components-button:not(.is-link):hover{
  color: #fff;
  background: #333333;
  transition: 0.3s ease-in;
}

.is-large.wc-block-cart .wc-block-components-sidebar {
  margin-top: 0;
  background: #fff;
  max-height: fit-content;
  padding: 34px;
  border-bottom-right-radius: 0;
}

.woocommerce a.button {
  text-decoration: underline !important;
  background: unset;
  font-family: Sen;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 17px;
  leading-trim: CAP_HEIGHT;
  line-height: 24px;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: #333333;
  text-align: center;
width: 100%;
}

.compare-btn:hover a {
  background: #FF9446 !important;
}

.compare-btn:hover svg path {
  fill: #333333 !important;
}
.product_info h2 {
  color: #FF9446;
  font-family: Sen;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 30px;
  leading-trim: CAP_HEIGHT;
  line-height: 40px;
  letter-spacing: 0%;
  text-align: center;
  text-transform: capitalize;
}
.product-details {
  padding: 14px 12px;
}

h2.woocommerce-loop-product__title {
  font-family: Sen;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 16px;
  leading-trim: CAP_HEIGHT;
  line-height: 24px;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: #333333

}
.dashicons-star-filled:before {
  content: "\S";
  color: #FF9446;
  font-family: 'WooCommerce';
  font-weight: 900;
  font-size: 16px;
}
.woocommerce ul.products li.product a img {
  height: 200px;
  object-fit: contain;
}
.product-title a {
  font-family: Sen;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 16px;
  leading-trim: CAP_HEIGHT;
  line-height: 24px;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: #333333;

}
.product-price h5 {
  margin: 2px 0;
  font-family: Sen;
  font-weight: 600;
  font-size: 20px;
  line-height: 160%;
  letter-spacing: 0%;
  color: #263C28;
  word-spacing: -4px;
}

.woocommerce a.button:hover {
  background: unset;
  color: #FF9446;
  transition: 0.4s ease-in-out;
}


.imghover {
  height: 316px;
  overflow: hidden;
  width: 100%;
  border-radius: 30px;
  position: relative;                 

}

.imghover img {
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}



.inner-product-image {
  position: relative;
}

.inner-product-image:hover .imghover img {
  transform: translate(11.5273px, 7.3252px) scale(1.15, 1.15);
  transition: 0.4s ease-in-out;
}

/* .what-we-do-image:hover img {
  animation: pulse 4s infinite;
} */

.imghover::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.inner-product-image:hover .imghover::before {
  -webkit-animation: shine .75s;
  animation: shine .75s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}



.wc-block-components-totals-item__value span {
  color: #263C28;
  margin: 0;
  font-family: Sen;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 30px;
  letter-spacing: 0%;
}

.wc-block-components-totals-coupon .wc-block-components-panel__button {
  margin-top: 0;
  padding-top: 0;
    color: #263C28;
    margin: 0;
    font-family: Sen;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 30px;
    letter-spacing: 0%;
}
.wc-block-components-totals-item__label {
  color: #263C28;
  margin: 0;
  font-family: Sen;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 30px;
  letter-spacing: 0%;
}

.wc-block-components-formatted-money-amount {
  color: #263C28;
  margin: 0;
  font-family: Sen;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 30px;
  letter-spacing: 0%;
}

.is-large.wc-block-cart .wc-block-cart__totals-title {
  color: #000000 !important;
  font-family: Sen !important;
  font-weight: 600 !important;
  font-size: 18px !important;


}


/* loader */

.preloader {
  background: #fff;
  display: flex;
  height: 100%;
  width: 100%;
  left: 0;
  bottom: 0;
  top: 0;
  position: fixed;
  z-index: 99999;
  align-items: center;
  justify-content: center;
  flex-direction: column;

}
.preloader span{
  opacity:0;
  background-color:#FF9446;
  display:block;
  width:60px;
  height:11px;
  border-radius:10px;
  margin: 5px auto;
  
 
}


.preloader .one{
  animation: loader 1.5s infinite;
  width:40px;
}

.preloader .two{
  animation: loader1 1.5s infinite;
}

.preloader .three{
  animation: loader2 1.5s infinite;
  width:50px;
}

.preloader .drop{
opacity:0;
height:0;
width:0;
margin:0 auto;
position:relative;
border-left: 8px solid transparent;
border-right: 8px solid transparent;
border-bottom: 12px solid #FF9446;
animation: loader3 1.5s infinite;
}

.preloader .drop:after{
  height:16px;
  width:16px;
  position:absolute;
  top:6px;
  left:-8px;
  right:0;
  background-color:#FF9446;
  content:'';
  border-radius:100%;
}
/* .preloader .three:after{
  height:16px;
  width:16px;
  position:absolute;
  top:6px;
  left:-8px;
  right:0;
  background-color:#FF9446;
  content:'';
  border-radius:100%;
}
.preloader .two:after{
  height:16px;
  width:16px;
  position:absolute;
  top:6px;
  left:-8px;
  right:0;
  background-color:#FF9446;
  content:'';
  border-radius:100%;
} */
@keyframes loader {
0%, 100%{
}

20%, 80%{
  opacity:1;
  transform: translate3d(0,-25px,0);
}
}

@keyframes loader1 {
0%, 100%{
}

40%,80%{
  opacity:1;
  transform: translate3d(0,-25px,0);
}
}

@keyframes loader2{
0%, 100%{
}

60%,80%{
  opacity:1;
  transform: translate3d(0,-25px,0);
}
}

@keyframes loader3{
0%, 100%{
}

80%{
  opacity:1;
  transform: translate3d(0,-25px,0);
}
}



#bee-garden-tours-page h2 {
  color: #333333;
  font-family: Sen;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 30px;
  leading-trim: CAP_HEIGHT;
  line-height: 40px;
  letter-spacing: 0%;
  text-align: start;
  text-transform: capitalize;
}
#bee-garden-tours-page p {
  font-family: Sen;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: CAP_HEIGHT;
  line-height: 24px;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: #757575;
}
#bee-garden-tours-page h3 {
  color: #333333;
  font-family: Sen;
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  leading-trim: CAP_HEIGHT;
  line-height: 30px;
  letter-spacing: 0%;
  text-transform: capitalize;
}
#bee-garden-tours-page ul {
  padding: 0;
  margin: 0;
}
#bee-garden-tours-page ul li {
  list-style: disc;
  margin-left: 16px;
  font-size: 14px;
  font-family: Sen;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  leading-trim: CAP_HEIGHT;
  line-height: 37px;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: #757575;
}
.bee-tours-details li span {
  color: #333333;
  font-weight: 700;
}
  .bee-tours-details li {
  list-style: none !important;
  margin: 0 !important;
}
.bee-tours-details{
  padding: 0;
  margin: 18px 0 0;
}
#footer .product_list_widget img {
  display: none;
}
#footer .woocommerce del{
  display: none;
}
#footer .woocommerce ins{
  display: none;
}
#footer .woocommerce-Price-amount.amount{
  display: none;
}

#footer .woocommerce .star-rating{
  display: none;
}

.woocommerce-account h2 {
  font-family: Sen;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 30px;
  leading-trim: CAP_HEIGHT;
  line-height: 40px;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: #333333;
  margin: 0;
  padding: 0;
  text-align: center;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
  display: inline-block;
  margin: 8px 14px;
}
.woocommerce-Button{

  color: #fff !important;
  background: #FF9446 !important;
  max-width: fit-content;
  border-radius: 99px !important;
  margin: 0;
  padding: 0;
  padding: 14px 23px !important;
  font-family: Sen;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 16px;
  leading-trim: CAP_HEIGHT;
  line-height: 24px;
  letter-spacing: 0%;
  text-transform: capitalize;
}
#customer_login  p {
  font-family: Sen;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: CAP_HEIGHT;
  line-height: 24px;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: #757575;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
  border: unset;
  padding: 20px;
  margin: 2em 0;
  text-align: left;
  border-radius: 5px;
  border-radius: 30px;
  padding: 30px 30px;
  height: 100%;
  background: #FFF0E4;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit{
  background: #3A4343;
  color: white;
  color: #fff;
  background: #FF9446;
  max-width: fit-content;
  border-radius: 99px;
  margin: 0;
  padding: 0;
  padding: 8px 23px;
  font-family: Sen;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 16px;
  leading-trim: CAP_HEIGHT;
  line-height: 24px;
  letter-spacing: 0%;
  text-transform: capitalize;
}
.woocommerce form .form-row label {
  line-height: 2;
  font-family: 'Sen';
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0%;
  color: #333333;
  margin: 0;
}

table.compare-list .product_title {
  font-family: Sen;
  font-weight: 600 !important;
  font-style: SemiBold;
  font-size: 30px !important;
  leading-trim: CAP_HEIGHT;
  line-height: 40px;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: #333333 !important;
  margin: 0;
  padding: 0;
}
