/*Theme Name: Hello Elementor Child
	Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
	Description: A plain-vanilla & lightweight theme for Elementor page builder
	Author: Elementor Team
	Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
	Template:  hello-elementor
	Version: 2.6.1
	Stable tag: 2.6.1
	Requires at least: 4.7
	Tested up to: 5.9
	Requires PHP: 5.6
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: hello-elementor-child
	Description: A lightweight, plain-vanilla, best suited for building your site using Elementor website builder. Visit https://elementor.com/hello-theme/ to learn more.
	Tags: accessibility-ready, flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready,
*/
.woocommerce-checkout .wcsn-order-details {
	display: none;
}

.wsv-type-list ul.wsv-list li span.wsv_select_variation>span.wsv_variation_thumbnail {
	display: none;
}

.nyp-input {
	margin-top: 15px;
}

#custom-wsv-add-all-to-cart-button {
	font-size: 14px;
	margin-top: 10px;
	margin-right: 0.35em;
	border: 1px solid #7b7b7b
}

#custom-wsv-add-all-to-cart-button:focus {
	color: #515151;
	background-color: #e9e6ed;
	border: 1px solid #7b7b7b !important;
}

#custom-wsv-add-all-to-cart-button:hover {

	border: 1px solid #7b7b7b !important;
}

#nyp-1::placeholder {

	font-weight: 500;
	color: #b1b1b1;
}


.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
	font-weight: 700;
}

.wc-stripe-gateway-desc {
	display: block !important;
}

/* Modal container */
/* Button Styles */
.modal-trigger {
	background-color: transparent;
	color: #000;
	text-decoration: none;
	border-radius: 4px;
	padding: 10px 20px;
	cursor: pointer;
}

.modal-content p.modal-trigger {
	color: #000;
}

.modal-trigger:hover {
	background-color: transparent;
}

.modal-trigger:hover .ico-mglass {
	background: #fff;
	border-color: #A6915C;
}

/* Modal Styles */
.modal-barcode {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.89);
	display: none;
	justify-content: center;
	align-items: center;
	transition: opacity 0.3s ease, visibility 0.3s ease;
	z-index: 100;
}

.modal-barcode.active {
	display: flex;
	position: fixed;
}

.modal-content {
	background: white;
	padding: 20px;
	border-radius: 8px;
	width: 90%;
	max-width: 500px;
	text-align: center;
	position: relative;
}

.modal-content p {
	color: red;
}

.close {
	position: absolute;
	top: 10px;
	right: 10px;
	text-decoration: none;
	font-size: 24px;
	color: black;
	cursor: pointer;
}

.ico-mglass {
	position: relative;
	display: inline-block;
	background: #000;
	border-radius: 30px;
	height: 15px;
	width: 15px;
	border: 3px solid #ffffff;
	margin-left: -5px;
}

.ico-mglass:after {
	content: "";
	height: 4px;
	width: 11px;
	background: #ffffff;
	position: absolute;
	top: 11px;
	left: 8px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}

.modal-trigger:hover .ico-mglass {
	background: #fff;
	border-color: #A6915C;
}

.modal-trigger:hover .ico-mglass:after {
	background: #A6915C;
}


/* Announcement Popup */
.custom-minmize-icon {
 width: 70px;
 height: 70px;
 background: #a6915c;
 color: #e95537;
 display: none;
 border-radius: 50%;
 cursor: pointer;
 font-size: 24px;
 box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
 transition: all 0.3s ease;
 position: fixed;
 bottom: 20px;
 right: 20px;
 z-index: 99999;
}

.custom-minmize-icon img {
 width: 50px;
 display: flex;
 align-items: center;
 justify-content: center;
 text-align: center;
 margin: 10px auto 0 auto;
 vertical-align: middle;
 transition: all 0.3s ease;
}

.custom-minmize-icon:hover {
 background: #e95537;
}

.custom-minmize-icon:hover img {
 filter: invert(1);
}

.custom-popup-container {
 position: fixed;
 bottom: 30px;
 right: 20px;
 background: #fff;
 border-radius: 10px;
 padding: 10px;
 box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
 border: 1px solid #a6915c;
 max-width: 330px;
 width: 100%;
 opacity: 0 !important;
 transform: translateY(20px);
 z-index: 99998;
 pointer-events: none;
 transition: opacity 0.4s ease, transform 0.4s ease;
}

.custom-popup-container.active {
 opacity: 1 !important;
 transform: translateY(0);
 pointer-events: auto;
}

.custom-popup-container h3 {
 color: #000000;
 font-size: 18px;
 font-weight: 500;
 line-height: 1;
 margin: 10px 0;
}

.custom-popup-container p {
 color: #000000;
 font-size: 15px;
 line-height: 1.3;
 margin-bottom: 20px !important;
 letter-spacing: 0px;
 font-weight: 400;
}

.custom-popup-image {
 width: 100%;
 border-radius: 5px;
 -webkit-font-smoothing: none;
}

.custom-popup-container .custom-popup-buttons a {
 font-size: 16px;
 font-weight: 500;
 color: #000;
}

.custom-popup-container .image-wrapper {
 position: relative;
}

.custom-popup-container .custom-minimize-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 35px;
    height: 35px;
    background: #ffffff;
    color: #000;
    border-radius: 50%;
    font-size: 20px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    box-shadow: 0 2px 6px rgba(0,0,0,0.25);
    transition: all 0.3s ease;
}

.custom-popup-container .custom-minimize-btn:hover {
    background: #000;
    color: #fff;
}

.custom-popup-container .custom-download-btn {
 font-size: 16px;
 font-weight: 500;
 border-radius: 5px 5px 5px 5px;
 color: #fff !important;
 display: flex;
 align-items: center;
 justify-content: center;
 gap: 10px;
 width: 100%;
 padding: 10px 8px;
 background: #000;
 transition: all .3s ease;
 border: 1px solid #000;
}

.custom-popup-container .custom-download-btn:hover {
 background: #fff;
 color: #000 !important;
}

.custom-popup-container .custom-download-btn:hover img {
 filter: invert(0);
}

.custom-popup-container .custom-download-btn img {
 filter: invert(1);
 width: 20px;
}

@media screen and (min-width:768px) {
 .custom-popup-container {
  max-width: 380px;
 }

 .custom-minmize-icon {
  right: 50px;
 }
}