/*
	Theme Name:   Nebula Orbit
	Description:  Nebula WordPress Starter Theme
	Theme URI:    https://nebula.design
	Author:       Nebula
	Author URI:   https://nebula.design
	Update URI:   false
	Version:      1.0.0
	License:      GPL-2.0+
	License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

/*Checkout Cleanup*/
.wc-block-components-form {
    overflow: hidden;
}
body .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox] {
    margin: 2px 8px 2px 2px;
}

.wc-block-components-checkbox label:has(input[type="checkbox"]):before, 
body .wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before {
    border-color: var(--wp--preset--color--secondary);
}

body .wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before {
    background-color: var(--wp--preset--color--secondary);
}

.wc-block-components-checkbox label {
    display: flex;
    align-items: center;
}


#copyright .social_media a {
    fill: white;
}

#copyright .social_media {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 15px;
}

@media all and (max-width: 1200px) {
}

@media all and (max-width: 1000px) {
}

@media all and (max-width: 800px) {

}

@media all and (max-width: 700px) {


}