/* 
Theme Name:		Hello Elementor Child
Theme URI:		https://elementor.com/
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:		1.0.0
Text Domain:	hello-elementor-child
Tags:           flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Base Style Overrides */

.elementor [type=button], .elementor [type=submit], .elementor button {
    border:none;
}

.elementor-text-editor > ul {
    margin-bottom:1em;
}

@media(min-width: 1025px) {
	.elementor-section:not(.elementor-section-full_width) {
		padding-left: 6%!important;
		padding-right: 6%!important;
	}
}
/* Back to top button */

#rb-btt {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width:2.5em;
    height:2.5em;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 2.5em;
    -moz-border-radius: 2.5em;
    border-radius: 2.5em;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#rb-btt i {
    color: #fff;
    margin: 0;
    position: relative;
    left:50%;
    top:50%;
    transform:translate(-50%, -50%);
    font-size:1em;
    display:flex;
    justify-content: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#rb-btt:hover {
    background: rgba(0, 0, 0, 0.9);
}

/*
    Add your custom styles here
*/

/*
    NextGEN Gallery
*/

.ngg-gallery-thumbnail-box {
    padding: 10px
}
.ngg-gallery-thumbnail-box img {
    width: 100%
}
button.sl-next,
button.sl-prev,
button.sl-close {
    padding: 0!important;
    color: #ffffff!important;
	background-color: rgba(0,0,0,0)!important;
}

/* woo button */
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 1.2em;
    color: #ffffff!important;
    background-color: #a20101!important;
    border-radius: 0;
    padding: 15px 50px!important
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: #000000!important;
}

.jet-woo-product-thumbnail a {
	position: relative;
	display: block;
	padding-top: 75%;
}
.jet-woo-product-thumbnail a img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover
}
  /* gform error */
.gform_validation_errors,.validation_message
{ 
	display: none!important;
}

.gfield.gfield_error input,
.gfield.gfield_error select,
.gfield.gfield_error tetextarea{
		border: 1px solid #ED4337!important;
}
/* .popup-form */
.popup-form .hidden_label label.gfield_label {
    display: none;
}

.popup-form .gform_fields .gfield:not(:last-child) {
    margin-bottom: 10px;
}
.popup-form textarea {
    height: 112px;
}
.popup-form input[type="submit"] {
    width: 100%;
}
.popup-form input[type="submit"]:hover {
    color: #fff!importamt;
    background-color: #000!importamt;
}

.woocommerce nav.woocommerce-breadcrumb {
    background: #000;
    padding: 30px 10px 10px!important;
    margin-bottom: 0!important;
    color: #A10202!important;
}
.woocommerce nav.woocommerce-breadcrumb a {
	color: #fff!important
}
.woocommerce nav.woocommerce-breadcrumb a:hover {
	color: #A10202!important;
}
@media (min-width: 1025px){
.woocommerce nav.woocommerce-breadcrumb {
    padding-left: calc(6% + 10px)!important;
    padding-right: calc(6% + 10px)!important;
}
}

.jet-woo-products__inner-box {
	position: relative;
	padding-bottom: 74px;
}
.jet-woo-products__inner-box .jet-woo-product-button{
	position: absolute;
	bottom: 0;
	left: 50%;
	width: max-content;
	max-width: 100%;
	transform: translatex(-50%);
}
.jet-filters-pagination .jet-filters-pagination__link {
    min-width: 35px;
    height: 35px;
    padding: 0 10px!important;
    text-align: center;
    line-height: 35px;
    border: 1px solid #2e2d2d;
    color: #FFF;
    background-color: #2e2d2d;
    font-weight: 500;
	transition: 0.3s;
}
.jet-filters-pagination .jet-filters-pagination__link:hover,
.jet-filters-pagination .jet-filters-pagination__item.jet-filters-pagination__current .jet-filters-pagination__link {
	background-color: #FFF;
    color: #a20101;
	border-color: #a20101;
}

.woocommerce-variation-add-to-cart-disabled {
    display: none;
}
