/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
form.woocommerce-product-search {
    color: #fdfdfd;
}
form.woocommerce-product-search div {
    display: flex;
    margin-top: 12px;
}
form.woocommerce-product-search input {
	padding: 10px 6px 10px 10px;
}
form.woocommerce-product-search button {
    background-color: #031122;
	color: #fff;
	border: 0px;
	border-radius: 0px 5px 5px 0px;
	margin-left: -1px;
    z-index: 9;
	border: 1px solid #031122
}
form.woocommerce-product-search button:hover {
	background-color: transparent;
}
[data-tip] {
	position:relative;

}
[data-tip]:before {
	content:'';
	/* hides the tooltip when not hovered */
	display:none;
	content:'';
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #1a1a1a;	
	position:absolute;
	top:30px;
	left:35px;
	z-index:10;
	font-size:0;
	line-height:0;
	width:0;
	height:0;
}
[data-tip]:after {
	display:none;
	content:attr(data-tip);
	position:absolute;
	top:35px;
	left:0px;
	padding:5px 8px;
	background:#1a1a1a;
	color:#fff;
	z-index:9;
	font-size: 0.75em;
	height:40px;
	line-height:32px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	white-space:nowrap;
	word-wrap:normal;
}
[data-tip]:hover:before,
[data-tip]:hover:after {
	display:block;
}

ul.products.columns-4 {
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
    column-count: 4;
}
ul.products.columns-4 > div {
    width: 25%;
    padding: 20px
}
span.woo-selected-variation-item-name {
    color: #fff;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger{
	z-index: 1;
}
ul.products.columns-6 {
    display: flex;
}
ul.products.columns-6 li a:first-child {flex: 1;}
ul.products.columns-6 li {
    flex-direction: column;
    display: flex;
    flex: 1;
    margin-right: 10px !important;
}
ul.products.columns-6 li a {
    text-align: center;
	display: flex !important;
    flex-direction: column;
}
ul.products.columns-6 li a h2.woocommerce-loop-product__title {
    flex: 1;
    display: flex;
    flex-direction: column;
	color: var(--e-global-color-7050d56);
	padding: .5em 0;
    margin: 0;
    font-size: 1em;
}
ul.products.columns-6 li a span.price {
    color: green;
    font-weight: 700 !important;
}

ul.products.columns-6 li a.button {
	color: var(--e-global-color-secondary);
    background-color: var(--e-global-color-primary);
    font-family: "Roboto", Sans-serif;
    font-weight: 700;
    border-radius: 10px 10px 10px 10px;
    padding: 15px 20px 15px 20px;
	margin-top: 10px;
}

.products {
    display: flex;
    flex-direction: row;
}
.products .col-md-4 {
    display: flex;
    flex-direction: column;
    flex: 1;
}
.products .col-md-4 h3 {
    font-size: 1em;
    flex: 1;
}
.products .col-md-4 span.addons.price {margin: 10px 0px;}
.products .col-md-4 button.single_add_to_cart_button.button.alt, .products .col-md-2 a.button, ul.products.columns-4 div.item .button a, .single_add_to_cart_button {
	color: var(--e-global-color-secondary);
    background-color: var(--e-global-color-primary);
    font-family: "Roboto", Sans-serif;
    font-weight: 700;
    border-radius: 10px 10px 10px 10px;
    padding: 10px 15px;
	margin-top: 10px;
	border: none;
} {
	color: var(--e-global-color-secondary);
    background-color: var(--e-global-color-primary);
    font-family: "Roboto", Sans-serif;
    font-weight: 700;
    border-radius: 10px 10px 10px 10px;
    padding: 10px 15px;
	margin-top: 10px;
	border: none;
}
div#inseartAddon {
    display: flex;
    justify-content: space-between;
    padding-top: 8px;
    padding-left: 10px;
}
div#inseartAddon .col-md-2 .addons_quantity {
    font-size: 2em;
}
div#inseartAddon::before {
    display: none;
}
.products.addons {
    display: flex;
    flex-wrap: wrap;
    column-gap: 48px;
    row-gap: 20px;
    text-align: center;
}
.products.addons .col-md-2 img {
}
.products.addons .col-md-2 h3.addons_title {
    font-size: inherit;
	flex: 1;
}
.products.addons .col-md-2 {display: flex;flex-direction: column;width: 9.37rem;}
.col-sm-12.inner-sm.woocommerce-pagination {
    width: 100%;
    margin: 20px 0px;
    font-weight: bold;
    color: inherit;
}


ul.products.columns-4 { justify-content: center; }
ul.products.columns-4 div.item {
    display: flex;
    flex-direction: column;
	text-align: center;
}
ul.products.columns-4 div.item a {
    margin-top: 10px;
}
h3.trending-title {
    font-size: 1em;
}
.box-inner-content {
    display: flex;
    flex-direction: column;
	flex: 1;
}
.inner-box {
    display: flex;
    flex-direction: column;
	flex: 1;
}
div#replaceWithNextData {
    width: 100%;
}

.col-sm-12.inner-sm.woocommerce-pagination { text-align: center; }
span.trending-author { display: none; }
.gc_filters label {
    font-weight: bold;
}
.col-sm-12.inner-sm.woocommerce-pagination ul.page-numbers {
    display: flex;
    justify-content: center;
}
.col-sm-12.inner-sm.woocommerce-pagination ul.page-numbers li {
    list-style: none;
    border: 1px solid;
    border-right: none;
    margin: 0;
}
.col-sm-12.inner-sm.woocommerce-pagination ul.page-numbers li:last-child {
    border-right: 1px solid;
}
.col-sm-12.inner-sm.woocommerce-pagination ul.page-numbers li span, .col-sm-12.inner-sm.woocommerce-pagination ul.page-numbers li a {
    padding: 3px 8px;
}
.col-sm-12.inner-sm.woocommerce-pagination ul.page-numbers li span.current, ul.page-numbers li a.current {
    background: #e9e6ed;
    color: #816f98;
}
ul.content-font {
    padding-left: 20px;
}
li.upevnt {
    list-style: none;
}
ul.eo-events.eo-events-shortcode {
    padding-left: 0px;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    text-align: center;
}
.col-md-3.col-sm-4.col-xs-12 {
    width: 24%;
}
.show-schedule {
	display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.newsticker-jcarousellite1.row ul li {
    list-style: none;
    display: flex;
}
.newsticker-jcarousellite1.row ul li div.col-md-4 {
    width: 30%;
}
.newsticker-jcarousellite1.row ul li div.col-md-4 img {
    width: 100%;
    height: auto;
}
.newsticker-jcarousellite1.row ul li div.col-md-8 {
    width: 70%;
}
.newsticker-jcarousellite1.row ul li div.col-md-8 a {
    color: #fac800;
}
.newsticker-jcarousellite1.row ul li div.col-md-8 a:hover {
    color: #000000;
}
.video-single {
/*     display: flex; */
    justify-content: center;
    margin: 40px 0px;
}
.vedio-custom {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; 
    height: 0;
    overflow: hidden;
}

.vedio-custom iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

table.wccpf_fields_table tr td {
    background: transparent !important;
}
td.wccpf_label, input[type="file"].wccpf-field {
    color: white;
}

/* Custom modal for uploaded image rights check */
.customOrderModal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.customOrderModal .modal-content {
    background-color: white !important;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
    width: 50%;
}
.customOrderModal h5 {
	font-size: 24px;
	text-transform: uppercase;
}
.customOrderModal #cancel-add {
/* 	background: #800900;border-color: #800900; */
	background: #777777;border-color: #777777;
	margin-left: 10px;
}
.customOrderModal label {
    margin: 0px 0px 30px;
}
.customOrderModal p {
	margin: 30px 5px;
}
@media screen and (max-width:767px){
	.customOrderModal .modal-content {
		width: 100%;
	}
}
/* Custom modal for uploaded image rights check ends */

.custom-btn button {
    background: #c9a103 !important;
    color: #fff !important;
}
.custom-btn {
    position: absolute;
    right: 8px;
    z-index: 9;
    margin-top: 8px;
}
.video-grid h4 {
    color: #facc14;
}
.video-excerpt {
    color: white;
}

div.swiper-wrapper {
    padding: 0px 0px 70px 0px;
}
.swiper-controls {
	padding-bottom: 40px;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Reset default arrow positions */
.swiper-button-next,
.swiper-button-prev {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    margin: 0;
}
.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 20px !important;
    background: #fff;
    padding: 4px 8px;
    font-weight: bold;
    border-radius: 4px;
}

.trending-custom h3 {
    color: #fff;
    text-align: center;
}
span.trending.button {
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    gap: 10px;
}
span.trending.button a {
	color: #facc15;
}
.heart-toggle {
    margin-top: 8px;
}
.heart-toggle path {
    fill: #facc15;
    transition: fill 0.3s ease;
    cursor: pointer;
}
small {
    color: #fff;
}
a.removeFromNR {
    color: #ce4545;
}

.elementor-product-pw-gift-card .woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled {
    display: block !important;
}
.elementor-product-pw-gift-card button.single_add_to_cart_button.button.alt {
    display: block !important;
    padding: 10px 20px !important;
	margin-left: 0px !important;
}
.elementor-product-pw-gift-card input.qty {
    display: none;
}
.elementor-product-pw-gift-card .yith-add-to-wishlist-button-block.yith-add-to-wishlist-button-block--single.yith-add-to-wishlist-button-block--initialized {
    display: none;
}
.elementor-product-pw-gift-card div#pwgc-purchase-container label {
    color: #fff;
}
.elementor-product-pw-gift-card .pwgc-subtitle {
    color: whitesmoke !important;
}
.elementor-product-pw-gift-card td.value.woo-variation-items-wrapper {
    display: none !important;
}

.woocommerce ul.products li.product a img {
	padding: 8px;
}
.trending-img img {
    padding: 10px;
    background: white;
    border-radius: 4px;
}
div#tab-additional_information h2, div#tab-description h2, h2.woocommerce-Reviews-title {
    display: none;
}

li.selected {
    background: #facc15 !important;
}