/*---------------------------------------------------------------------------------

 Theme Name:   SA Motorsport Tyres
 Theme URI:    https://samotorsporttyres.com.au
 Description:  Divi Child Theme developed for SA Motorsport Tyres by Refuel Creative. For any questions call 1300 699 742
 Author:       Refuel Creative
 Author URI:   https://refuelcreative.com.au
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

------------------------------ ADDITIONAL CSS HERE ------------------------------*/
.yellowLink a {
color: #f1c400;
}
/*.tax-product_cat #left-area ,.single-product #left-area {
width: 100%;
}*/

.tax-product_cat #main-content .container,.single-product #main-content .container {
width: 90%;
max-width: 100%;
}

.tax-product_cat #main-content .container:before,.single-product #main-content .container:before {
opacity: 0;
}
.single-product section.related.products{
display:none !important;
}

/*****************/
.product-categories ul.children {
    display: none;
}
.product-categories li.current-cat-parent ul.children {
    display: block;
}
.product-categories li.current-cat-parent > a, .product-categories > li.current-cat a, .product-categories ul.children li.current-cat a{
	color:#f1c400;
}
.product-categories li{
	position:relative;
}
li.cat-parent span.et_custom_arrow_down_icon{
	position:absolute;
	right:0;
	top:0;
}
li.cat-parent span.et_custom_arrow_down_icon:after {

    content: "\33";
    font-family: "ETmodules" !important;
    font-size: 27px;
    margin-top: -3px;
    position: absolute;
    right: 0;
    cursor: pointer;

}