/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author: Valerii Vasyliev
 Author URI:  https://valera.codes
 Template:     woodmart
 Version:      1.0.5
 Text Domain:  woodmart
*/

.open-intercom {
	cursor: pointer;
}

body.postid-130484 .info-boxes .info-box:first-child {
	flex-basis: 100%;
}

#product-addons-total li:not(:last-child) {
	display: none;
}

#product-addons-total li:last-child {
	justify-content: flex-start;
	margin: 0;
	border: none;
	padding-top: 0;
}

@media (max-width: 767px) {
    #hero,
	.hero {
        background-size: 100% !important;
        background-position: top center !important;
		background-repeat: no-repeat !important;
    }
    
    #hero::before,
	.hero::before {
        background-image: linear-gradient(to right, #05061ED9, #05061E00),
        linear-gradient(to bottom, #05061E00, #05061E 10%) !important;
    }
}
