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

.btn-border{
	background: #D8D8D8;
	border-bottom-right-radius: 20px;
}
.btn-border a{
	position: relative;
}
.btn-border a svg{
	width: 10px;
    position: relative;
    top: 2px;
}
.btn-border a:before{
	position: absolute;
	content: '';
	right: -10px;
	bottom: 0px;
	width: 10px;
	height: 10px;
	background: #fff;
}
.btn-border a:after{
	position: absolute;
	content: '';
	left: 100%;
    bottom: 0px;
    width: 50px;
    height: 10px;
    background: #D8D8D8;
    border-bottom-left-radius: 10px;
}
.btn-black.btn-border a:after,
.btn-black.btn-border{
	background: #000;
}
.table-product table {
	border:0 !important;
}
.table-product table thead tr th{
	background: #111;
	color: #fff;
	font-weight: 700;
	font-size: 17px;
	padding: 10px 20px;
	border-left: 1px solid #fff;
}
.table-product table tbody tr td{
	background: #F4F4F4;
	border-left: 1px solid #fff;
	padding: 10px 20px;
}
.table-product table tbody tr td:first-child{
	font-weight: 600;
	min-width: 230px;
}
.table-product table tbody tr:nth-child(even) td{
	background: #E5E5E5;
}
@media only screen and (max-width: 848px){
	.table-product .elementor-shortcode{
		-webkit-overflow-scrolling: touch;
	    overflow-x: auto;
	    width: 100%;
	}
}