/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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.2
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
*/

/* WordPress General */
.site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*=elementor-page-]) .site-main {
    max-width: 1230px;
	min-height: 500px;
    margin-top: 35px;
	margin-bottom: 60px;
}


.elementor-menu-cart__main {
    width: 550px;
}




/* Clearance color when last menu item 
#jrp-main-menu .elementor-nav-menu li:last-child a {
    color: var( --e-global-color-92378b6 );
}
*/


/* WooCommerce */
.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt {
    background-color: #0BBCBC;
	transition: background-color 0.4s 
}

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


.woocommerce-error, .woocommerce-info, .woocommerce-message {
    border-top: 3px solid #049292;
}

.woocommerce-message {
    border-color: #0BBCBC;
}

.woocommerce-error {
    border-color: var( --e-global-color-92378b6 );
}

.woocommerce-error:before, .woocommerce-info:before, .woocommerce-message:before {
    color: #049292;
}

.woocommerce-message:before {
    color: #0BBCBC;
    border-color: #0BBCBC;
}

.woocommerce-error:before {
    color: var( --e-global-color-92378b6 );
}

.woocommerce-price-suffix {
	display: none;
}

/* Category archive */
.woocommerce ul.products li.product-category
{
	position: relative;
	overflow: hidden;
}

.woocommerce ul.products li.product-category a 
{
	display: block;
}

.woocommerce ul.products li.product-category a img
{
	margin: 0;
	transition: transform 0.7s;
}

.woocommerce ul.products li.product-category a:hover h2 
{
    background-color: rgba(0, 0, 0, 0.8);
	transition: background-color 0.7s;
}

.woocommerce ul.products li.product-category a:hover img 
{
    transform: scale(1.1);
	transition: transform 0.7s;
}


  

.woocommerce ul.products li.product-category h2 
{
	position: absolute;
	bottom: 0; 
    background-color: rgba(0, 0, 0, 0.3);
    color: #FFF !important;
    text-align: center;
    width: 100%;
}

.jrp-category-pdfs figure {
    width: 10.5%;
    float: left;
    margin-right: 2%;
	text-align: center;
}


.jrp-category-pdfs figure:nth-child(9) {
    clear: left;
}

.jrp-category-pdfs figure figcaption {
    color: var( --e-global-color-primary );
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    font-style: normal;
    margin-top: 7px;
}

@media (max-width: 767px) {
	.jrp-category-pdfs figure {
	 	width: 46%;
		clear: none;
    	margin-right: 4%;
	}
	
	.jrp-category-pdfs figure:nth-child(odd) {
		clear: left;
	}
}


/* Product archive */
.product .count {
	display: none;
}

ul.products li.product .woocommerce-loop-product__title {
	padding: 0px 15px !important;
    margin-bottom: 1em !important;
}

ul.products li.product span.price {
	padding-left: 15px !important;
	padding-right: 15px !important;
}


ul.products li.product a.button {
	margin-left: 15px !important;
	margin-right: 15px !important;
    margin-bottom: 1em !important;
    display: block !important;
	text-align: center !important;
	transition: all 0.4s;
}


/* Single product */
.woocommerce.single .quantity .qty {
    width: 7em;
}

table.variations tbody>tr:nth-child(odd)>td, 
table.variations tbody>tr:nth-child(odd)>th,
table.variations tbody>tr:hover>td, 
table.variations tbody>tr:hover>th {
    background-color: #fff;
}

.woocommerce div.product .woocommerce-variation-price span.price {
    color: var( --e-global-color-text );
    font-size: 30px;
    font-weight: 600;
    text-decoration: none;
    line-height: 1em; 
    display: inline-block;
    margin-bottom: 10px;
}


/* Sale circles */
.single.woocommerce .elementor-widget-woocommerce-product-images span.onsale {
    min-height: 4.236em;
    min-width: 4.236em;
    line-height: 4.236em;
    top: -1.4em !important;
    left: -1.4em !important;
	text-transform: uppercase;
    background-color: var( --e-global-color-92378b6 );
}

.single.woocommerce .woocommerce-price-suffix {
	display: inline-block;
}

/* Breadcrumb  */
.woocommerce-breadcrumb {
    overflow-wrap: break-word;
    word-break: break-word;
}

.woocommerce-breadcrumb .jrp-separator {
    color: #AAA;
	margin: 0 8px;
	font-size: 12px;
}

/* Basket */
.woocommerce-cart table.cart input.qty {
	width: 160px;
}




/* Media Queries */
@media (max-width: 1200px) {
    .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*=elementor-page-]) .site-main {
  	  padding: 0 20px;
  	  margin-top: 25px;
		margin-bottom: 40px;
	}
	
	#jrp-main-menu .elementor-nav-menu li:first-child  {
    	display: none;
	}
	
	/* Single product */
		.jrp-tech-table th, .jrp-tech-table td  {
			font-size: 12px;
			padding: 10px;
	}
	
}

@media (max-width: 1024px) {
	#jrp-main-menu .elementor-nav-menu li:first-child  {
    	display: block;
	}
	
}


@media (max-width: 768px) {
	/* Single product */
	.jrp-tech-table th, .jrp-tech-table td  {
			font-size: 10px;
			padding: 10px;
	}
}

@media (max-width: 480px) {
	/* Single product */
	.jrp-tech-table th:last-child, .jrp-tech-table td:last-child  {
			/* display: none; */
	}
	
	.jrp-tech-table th, .jrp-tech-table td  {
    	word-wrap: break-word;
    	word-break: break-all;
	}
	
	/* Mini basket */
	.elementor-menu-cart__product .variation dt {
		display: none;
	}
	
	.elementor-menu-cart__product .variation dd {
		-webkit-margin-start: 0px;
		margin-inline-start: 0px;
	}
            
}


@media (min-width: 1024px) {
	#jrp-main-menu .elementor-nav-menu li:last-child  {
    	display: none;
	}
	
	/* Banner */
	.jrp-banner-text {
   	 	padding-left: calc(100% - 420px);
	}
	
}



