/*
Theme Name: BeShop Pro Child
Theme URI:  http://example.com/beshop-pro-child
Description: Child theme for BeShop Pro
Author:      Your Name
Author URI:  http://example.com
Template:    beshop-pro
Version:     1.0.0
Text Domain: beshop-pro-child
*/

/* Import parent theme styles */
@import url("../beshop-pro/style.css");

.woocommerce .widget_price_filter .ui-slider .ui-slider-range{
background-color: #000000 !important;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{
background-color: #7c2424 !important; /*change color hex code to suit */
}
 
/* Hide the original Read More label.  */
.products .outofstock .button.product_type_simple {
    visibility: hidden;
}
 
/* Replace original label with Out of Stock label. */
.products .outofstock .button.product_type_simple::before {
 
    content: "Εξαντλήθηκε";
    visibility: visible !important;
    background-color: #65796b;
    padding: 9% 10%;
    position: absolute;
    margin-top: -10px;
    left: 0;
    right: 0;
    border-radius: 3px;
    text-align: center;
 
}
.mgpticker {
    border: 1px solid #72ABEB;
    margin: 15px 0;
    position: relative;
}
.mgpticker .mgpticker-text {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #72ABEB;
}
.eacolor .card-header.mg-accordion-title .mgrc-title {
    background: linear-gradient(190deg, #65796b 0%, #65796b 80%);
    color: #fff;
}	
.mgaccordion.eacolor .mgac-mcontent {
    background: linear-gradient(157deg, #65796b 10%, #65796b 80%);
    color: #fff;
}	
.bskt-style3 .nav-tabs li a:hover {
  background: #72ABEB;
}
.beshop-btext, .bshop-simple-list.hasimg, .widget-area .widget, .site-footer, .archive-header, .search-header, .beshop-page, .site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation, .site-footer, .bshop-blog-list, .bshop-single-list, .comments-area, .pagination {
    -webkit-box-shadow: 0 0 70px rgba(0,0,0,.11);
    box-shadow: 0 0 70px rgba(0,0,0,.11);
    padding: 20px;
    background: none;
}
.beshop-btext, .bshop-simple-list.hasimg, .widget-area .widget, .site-footer, .archive-header, .search-header, .beshop-page, .site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation, .site-footer, .bshop-blog-list, .bshop-single-list, .comments-area, .pagination {
    -webkit-box-shadow: 0 0 0px rgba(0,0,0,.11);
    box-shadow: none;
    padding: 0px;
    background: none;
}
.elementor-7543 .elementor-element.elementor-element-46c1c16 .bskpd-extbg {
  background-color: #72ABEB;
  background-image: linear-gradient(180deg, #72ABEB 0%, var( --e-global-color-primary ) 100%);
}
