/*!
Theme Name: Hotel Lock and Safe
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: hotellockandsafe
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

hotellockandsafe is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

.woocommerce div.product div.images .woocommerce-product-gallery__trigger::before{
	display: none;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger::after {
    top: 10px;
    transform: rotate(-5deg);
    left: 10px;
    }
    .woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before{
        display: none;
    }
    .hls-desc-text h3{
        font-weight:800;
    }
    .woocommerce div.product p.price, .woocommerce div.product span.price{
        justify-content: center;
    }
    .summary.entry-summary .price{
	justify-content: flex-start !important;
    padding: 15px 0;
}
.woocommerce div.product form.cart{gap: 0 !important;}
.woocommerce div.product form.cart div.quantity{margin: 0 !important;}
.summary.entry-summary .single_add_to_cart_button{margin: 0 10px;}
.fis-media-iframe {
    height: 100% !important;
}