/*
 Theme Name:   XStore Child
 Theme URI:    http://8theme.com/
 Description:  XStore Child Theme
 Author:       8theme
 Author URI:   http://8theme.com
 Template:     xstore
 Version:      0.0.1
 Text Domain:  xstore-child
*/

/*CUSTOM CSS

1. HEADER
2. BODY
3. SIDEBAR/WIDGETS
4. BLOG
5. WOOCOMMERCE
6. FORMS
7. PLUGINS
8. FOOTER
--------------------
*/

/*1. HEADER*/
.header-standard .topbar-color-white a {
    color: #fff;
}

.header-standard .topbar-color-white {
    color: #ccc;
    font-weight: bold;
}

.menu-wrapper .menu > li > a:after {
    margin-top: 3px;
}
.nav-item-image {
    padding-top: 10px;
}
.page-heading.bc-type-left2 .title {
    color: #000000;
}
.item-design-dropdown .nav-sublist-dropdown ul > li > a:hover {
    color: #ffffff;
    background-color: #7cb58b;
}
.item-design-dropdown .nav-sublist-dropdown ul > li > a {
    color: #000000;
	font-weight:700;
}
.item-design-mega-menu .nav-sublist-dropdown .nav-sublist a:hover {
    color: #ffffff;
    background-color: #7cb58b;
}
.item-design-mega-menu .nav-sublist-dropdown .item-link {
    color: #000000;
}
.page-heading.bc-type-left2 .woocommerce-breadcrumb a, .page-heading.bc-type-left2 .breadcrumbs a {
    color: #000000!important;
    text-decoration: underline!important;
}

.category .page-heading.bc-type-left2 .title,
.search .page-heading.bc-type-left2 .title {
  display: inline!important;
}
.page-heading.bc-type-left2 .woocommerce-breadcrumb span.current, .page-heading.bc-type-left2 .breadcrumbs span.current {
    letter-spacing: 0!important;
	display:none!important;
}
.item-design-mega-menu .nav-sublist-dropdown .item-level-1.menu-item-has-children, .menu-element .item-design-mega-menu .nav-sublist-dropdown .item-level-1.menu-item-has-children {
    margin-bottom: 10px!important;
}

.item-design-mega-menu .nav-sublist-dropdown > .container > ul > li, .menu-element .item-design-mega-menu .nav-sublist-dropdown > .container > ul > li {
    margin-bottom: 0!important;
  }

.secondary-menu-wrapper .nav-sublist-dropdown .menu-item-has-children.item-level-1 {
  margin-bottom: 0!important;
}

.topbar-widget.etheme_widget_socials .et-follow-buttons.buttons-size-large a {
    font-size: 1rem;
    width: 2.86em;
    margin: 0;
    line-height: 2.86rem;
    height: 2.86rem;
    background-color: transparent;

/*2. BODY*/
body a {
    color: #00753b;
}
.badge {
    margin-right: 3px;
    background-color: #7cb58b;
    font-size: 15px;
    padding: 5px;
}

.content-small .content-article, .content-chess .content-article {
    width: 100%;
    text-align: justify;
}

.carousel-area .content-article {
    word-break: normal;
    text-align: justify;
}

ul {
    list-style-image: url(/img/lista.png);
}
.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-sm {
    font-size: 15px;
    padding: 11px 16px;
    font-weight: bold;
}
#cifras {
    width: 350px;
    margin: 0 auto;
}
.posts-slider .slide-view-horizontal .read-more {
    padding-top: 10px	
}
.wpb_content_element {
    margin-top: 25px;
}
table th:first-child, table td:first-child {
    padding: 10px;
    font-size: 15px;
}
td { 
    padding: 10px;
    font-size: 15px;
}

/*3. SIDEBAR/WIDGETS*/
.widget-title {
    color: white;
    padding: 12px 10px;
    padding-bottom: 12px;
    margin-bottom: 10px;
    text-align: center;
    font-size: 15px;
    border: none;
    line-height: 1.1;
    background-color: #e52b38;
}
.sidebar-widget.widget_product_categories .widget-title {
     color: white;
    padding: 14px 10px;
    padding-bottom: 14px;
    margin-bottom: 10px;
    text-align: center;
    font-size: 15px;
    border: none;
    line-height: 1.1;
    background-color: #e52b38;
    
}
.mpc-progress.mpc-style--style_8 .mpc-progress__icon-box {
    width: 8%;
 }

/*4. BLOG*/
.no-comments {
    display: none;
}
.post-categories {
    display: none;
}
.post-heading h2 {
    color: #00753b;
}
/*5. WOOCOMMERCE-PRODUCTS*/
.product_meta {
    display: none;
}

.category-grid img {
    border: 4px solid #d3d3d3;
}

.category-grid .categories-mask h4 {
    font-size: 16px;

}
.category-grid img {
    border: 4px solid #e2747a;
}
.content-product .product-image-wrapper {
    border: 4px solid #c3c1c1;
}
.filter-wrap .products-per-page {
    border-left: 0;
    padding-bottom: 10px;
}
.empty-category-block .btn {
    background-color: #009640;
    border-style: solid;
    border-width: 1px;
    border-color: #009640;
    color: white;
}
.product-information .products-page-cats {
     display: none;
}
/*6. FORMS*/
select {
width:100%;
}

input {
width:100%;
}
input[type=checkbox] {
 width:14px; 
}
input[type=submit] {
 width:150px; 
 color:white;
 background-color:#00753b;
 font-size: 14px;
}
input[type=submit]:hover {
 color:#00753B;
 background-color:white!important;
 border-color:#00753B!important;
}
/*7. PLUGINS*/
.owl-carousel.productCarousel.owl-theme .product-image-wrapper {
    border: none;
}
/*. FOOTER*/


