/*
Theme Name:   Idia
Theme URI:    http://8theme.com/
Description:  XStore Child Theme
Author:       8theme
Author URI:   http://8theme.com
Template:     xstore
Version:      1.0
Text Domain:  xstore-child
*/
.page-id-4039 .container.content-page.sidebar-mobile-bottom {
    padding-bottom: 0;
}
.single-product .et_product-block .woocommerce-product-details__short-description {
	clear: both;
}

.payment-cards {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 10px;
}
.payment-cards img {
	width: 60px;
}

label.eael-checkbox-label.check-accept {
	margin-bottom: 0;
}

.input-password-wrap svg {
	fill: #ffffff;
}
.header-bottom-wrapper.sticky.sticky-on .header-bottom {
    top: 100px !important;
}
.single-product-builder form.cart {
    width: 100%;
}
@media screen and (max-width: 1024px) {
.header-bottom-wrapper.sticky.sticky-on .header-bottom {
    top: 60px !important;
}

}
@media screen and (max-width: 767px) {
.header-main .et_column.et_col-xs-2.et_col-xs-offset-0 {
    display: none;
}
	.header-main .et_column.et_col-xs-1.et_col-xs-offset-0 {
    width: 25%;
}
}