/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */
.single-product .woocommerce-Tabs-panel {
    padding: 40px !important;
    background: #e5bf47 !important;
    border-radius: var(--cloz-radius) !important;
}

.single-product .woocommerce table.shop_attributes td {
    background: #FFFFFF !important;
		padding : 10px!important;
}


.single-product .woocommerce table.shop_attributes th {
    background: #FFFFFF !important;
	padding : 10px!important;
}

.woocommerce-product-attributes tr {
    border-bottom: 1px solid #13aff0;
}

.woocommerce table.shop_attributes {
    border: 0;
    border-top: 1px dotted rgba(0, 0, 0, .1);
    margin-bottom: 1.618em;
    width: 100%;
	background: #FFFFFF !important;
	border-radius: var(--cloz-radius) !important;
}

.woocommerce-product-attributes tr {
    border-bottom: 1px solid #e5bf47!important;
}

.woocommerce table.shop_attributes th {
    width:300px;
    font-weight: 700;
    padding-right: 25px;
    border-top: 0;
    border-bottom: 1px dotted rgba(0, 0, 0, .1);
    margin: 0;
    line-height: 1.5;
}

.configurator-step-link.completed .step-number {
    background: #e5bf47;!important;
    color: #fff;
    font-size: 0;
}
