/*
 Theme Name:   XStore Child
 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
*/

.single_add_to_cart_button~.et-or-wrapper{
	display: none;
}

.et_product-block .et-single-buy-now.single_add_to_cart_button.button, .product-content .et-single-buy-now.single_add_to_cart_button.button{
	display: none;
}

.single-product-builder .single_add_to_cart_button, .single-product-builder .single_add_to_cart_button.button, .single-product-builder .etheme-sticky-cart .etheme_custom_add_to_cart.single_add_to_cart_button, .single-product-builder .single_add_to_cart_button:hover, .single-product-builder .single_add_to_cart_button.button:hover, .single-product-builder .etheme-sticky-cart .etheme_custom_add_to_cart.single_add_to_cart_button:hover, .single-product-builder .single_add_to_cart_button:focus, .single-product-builder .single_add_to_cart_button.button:focus, .single-product-builder .etheme-sticky-cart .etheme_custom_add_to_cart.single_add_to_cart_button:focus{
	font-size: 12px !important;
}

.single-product-builder .single_add_to_cart_button{
	min-width: 120px!important;
    min-height: 40px!important;
}

input.dokan-form-control, input[type=number]{
	width: 100px!important;
}

.page-heading .breadcrumbs, .page-heading .woocommerce-breadcrumb, .page-heading .bbp-breadcrumb, .page-heading .a-center, .page-heading .title, .page-heading a, .page-heading .span-title, [class*=" paged-"] .page-heading.bc-type-left2 .span-title, .bbp-breadcrumb-current, .page-heading .breadcrumbs a, .page-heading .woocommerce-breadcrumb a, .page-heading .bbp-breadcrumb a{
	color: #000000!important;
}

.template-container .template-content .footer a, .template-container .template-content .footer .vc_wp_posts .widget_recent_entries li a{
	color: #ffffff!important;
}

.et-mini-content-head .et_b-icon svg{
	color: #000000!important;
}

.et-mini-content-head{
	color: #000000!important;
}

.et_b_header-account.login-link label{
	color: #000000!important;
}

.et_b_header-account.login-link .lost-password:hover{
	 opacity: 0!important;
    color: #000000!important;
}

et-content{
	color: #000000!important;
}

.et-off-canvas-wide .et-content{
	color: #000000!important;
}

.category-grid .categories-mask a{
	color: #246287!important;
}


#tidio-chat iframe { bottom: 3.5em !important; }
@media only screen and (max-width: 980px) {
    #tidio-chat iframe { bottom: 60px !important; }
	
.expert-review {
    border: 1px solid #ddd;
    padding: 10px 15px;
    width: fit-content;
    display: flex;
    border-radius: 10px;
    margin-bottom: 20px;
	flex-wrap: wrap;
	max-width: 415px;
}
.expert-review .reviewed {
    margin-right: 9px;
}

.expert-review .updated-on {
    width: 100%;
}
.expert-review .profile {
    display: inline-flex;
    align-items: center;
    background: #efefef;
    border-radius: 20px;
    padding-right: 14px;
}
.expert-review .profile span.name {
    margin-left: 6px;
    color: #000;
    font-size: 14px;
    font-weight: 600;
}
.expert-review .reviewed i.fa.fa-check-circle {
    color: green;
}