/*
  Theme Name: Bezel WP
  Description: Creative Multi-Purpose WordPress Theme
  Version: 1.1.7
  Author: HodyLab
  Author URI: http://hody.co/
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
  License: GNU General Public License version 3.0
  Theme URI: http://themes.hody.co/bezel/
  Tags: custom-background, threaded-comments, translation-ready
  Text Domain: bezel-wp
*/

#navbar .navigation-menu > li.menu-item-has-children:hover > .submenu > li.menu-item-has-children:hover > .submenu > li.menu-item-has-children:hover > .submenu {
	display: block;
}


.product-info {
	height: 100px;
}

.woocommerce #product-slider img, .woocommerce-page #product-slider img {
  margin: 0 auto;
  background-color: #fff;
}

.product-thumb .image-switcher {
  background-color: #fff;
}

.woocommerce #product-slider-nav {
  margin-bottom: 50px;
}

.woocommerce #product-slider-nav .slick-prev, .woocommerce #product-slider-nav .slick-next {
  width: 40px;
  position: absolute;
  z-index: 100;
  top: 0;
  color: #fff;
  height: calc(100% - 14px);
  margin: 0;
}

.woocommerce #product-slider-nav .slick-prev {
  left: 0;
}

.woocommerce #product-slider-nav .slick-next {
  right: 0;
}

@media screen and (min-width: 992px) {
  .woocommerce #product-slider-nav {
    margin-bottom: 0;
  }
}



.single-product-retail-links {
	width: 100%;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	align-items: baseline;
}

.retail-link {
	margin-top: 3px;
	display: inline-block;
}

.product-info .add-to-cart-btn a:hover {
    display: none;
}

.product-price {
    display: none;
}

.shop-product:hover .product-rating {
    bottom: 0;
}

.shop-product:hover .product-info .add-to-cart-btn {
    bottom: 0;
    display: none;
}

.product-info a {
    width: 100%;
    display: block;
    padding: 0.7rem 0;
}

.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 13px;
  line-height: 17px;
  margin: 10px 0 0;
  padding: 0 4px 5px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.footer-widgets:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-image: url('./assets/images/footer-bg.png');
  background-size: contain;
  opacity: .3;
}

.lightbox-loader{
  background-image: url('./assets/images/preloader.svg');
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 0;
  right: 0;
  margin: -25px auto 0;
}
