/* 
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.1
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
*/

/* Woocommerce - font */
.woocommerce-error, .woocommerce-info, .woocommerce-message, .woocommerce form .form-row label, .woocommerce-page form .form-row label, .woocommerce-privacy-policy-text p{
	font-family: "Roboto Condensed", Sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
}


/* Woocommerce - tabs */

/* Global elementor table styling - reset START */
table td, table th {
	border: none;
}

.woocommerce table.shop_table {
	border: none !important;
	border-collapse: collapse;
}
/* Global elementor table styling - reset END */


table caption+thead tr:first-child td, table caption+thead tr:first-child th, table colgroup+thead tr:first-child td, table colgroup+thead tr:first-child th, table thead:first-child tr:first-child td, table thead:first-child tr:first-child th {
    border-top: 1px solid #4fc6e1;
}

.woocommerce table.shop_table td.actions {
	border-bottom: 1px solid #4fc6e1;
}

.woocommerce table.shop_table, .woocommerce table.shop_table td, .woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
   border-top: 1px solid #4fc6e1 !important;
}

/* .woocommerce table.shop_table tbody th{
	border: 5px solid red !important;
} */

/* Woocommerce - nagłówki */
.woocommerce-checkout h1, .woocommerce-checkout h2, .woocommerce-checkout h3, .woocommerce-cart h1, .woocommerce-cart h2, .woocommerce-cart h3 {
	color: var( --e-global-color-text );
    font-family: "Kanit", Sans-serif;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
} 


/* Woocommerce - buttony */
#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
	color: var( --e-global-color-text );
    font-family: "Kanit", Sans-serif;
    font-weight: 600;
	color: #ffffff;
	background-color: #FFA800;
}

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

.coupon button.button, .woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] {
	font-size: inherit;
	font-family: "Kanit", Sans-serif;
}
/* Coupon - input */ 
.coupon input[type=text] {
	font-size: 13px;
	font-family: "Kanit", Sans-serif;
}


/* Buttons - hover  */

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
	background-color: #4fc6e1;
	color: #ffffff;
}

.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
    width: 165px;
}


.woocommerce table.shop_attributes {
	border-top: none;
}

.woocommerce table.shop_attributes th {
    width: 50%;
	border: none;
}

.woocommerce table.shop_attributes .woocommerce-product-attributes-item {
	border-top: 3px solid #4fc6e1;
	border-bottom: 3px solid #4fc6e1;
	background: none;
}

.woocommerce table.shop_attributes .woocommerce-product-attributes-item .woocommerce-product-attributes-item__label {
	text-align: right;
	padding-right: 2%;
	color: #4fc6e1;
	text-transform: uppercase;
	font-family: "Kanit", Sans-serif;
	background-color: transparent;
}

.woocommerce table.shop_attributes .woocommerce-product-attributes-item .woocommerce-product-attributes-item__value {
	text-align: left;
	padding-left: 2%;
	font-style: normal;
	font-weight: bold;
	background-color: transparent;
	border: none;
}

.woocommerce table.shop_attributes .woocommerce-product-attributes-item:first-child {
	border-top: none;
}

.woocommerce table.shop_attributes .woocommerce-product-attributes-item:last-child {
	border-bottom: none;
}


/* Woocommerce cart and checkout */
/* cart page: change background color of coupon code and update cart row */

.woocommerce-checkout main.site-main, .woocommerce-cart main.site-main {
	margin-top: 80px;
}

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

.woocommerce-info::before {
	color:  #4FC6E1;
}

.woocommerce a {
	color: #515151;
	font-weight: 600;
}

.woocommerce span.selection{
/* 	padding: 8px 16px; */
}

/* Wocoomerce - form borders */
input[type=date], input[type=email],  input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
	border: 3px solid #4fc6e1;
    border-radius: 12px;
}

.coupon input[type=text] {
	border-radius: 3px;
}

.woocommerce form .form-row textarea {
    height: 8.8em;
}

span.select2-container .select2-selection--single {
	height: 39px;
	border: none !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 39px;
	border: 3px solid #4fc6e1;
    border-radius: 12px;
}

span.select2-container--open .select2-dropdown--below{
	margin-top: 42px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 39px;
}