/*
Theme Name:   betheme child theme
Description:  Escribe aquí una descripción corta acerca de tu tema hijo
Author:       seo
Author URL:   Escribe aquí la URL del blog o la web del autor
Template:     betheme
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  betheme-child
*/

/* Escribe aquí tu propia hoja de estilos personal */



body.home #wpb_home_page_widget_sidebar {
    width: 98% !important;
}

.short-products li{
	width: 29%;
}

.mcb-wrap-inner .short-products li{
	width: 20%;
    margin-right: 15px;
    padding: 15px;
}

.mcb-wrap-inner .short-products ul{
    margin-top: 15px;
}

.product-price-per-seed {
	width: 23%;
    display: inline-block;
}

.product-price-per-seed > input {
	border-radius: 50px;
    text-align: center;
	margin-bottom: 10px;
}

.product-quantity-range {
	width: 77%;
    display: inline-block;
}

.product-quantity-range > input {
	width: 80%;
	-webkit-appearance: none;
    background-color: #fff;
    background-size: 100%;
    outline: none;
    height: 1px;
}

.product-prices {
	width: 100%;
    display: inline-block;
	margin-bottom: 10px;
}

.product-price-block-1 {
	float: left;
	padding: 0 25px;
}

.product-price-block-2 {
	float: left;
}

.product-price-label {
	font-size: 10px;
}

.product-price-1 {
	color: #ff8e04;
	font-size: 18px;
	margin-top: 25px;
}

.product-price-2 {
	font-size: 18px;
	border-left: 1px solid #FFF;
    padding-left: 5px;
}

.slider {
    width: 60%;
    -webkit-appearance: none;
    background-color: #fff;
    background-size: 100%;
    outline: none;
    height: 1px;
}


.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 20px;
    width: 20px;
    background: url(img/magnifier_handle.png) no-repeat;
    background-size: 100%;
    border-radius: 100%;
    cursor: pointer;

}

.slider::-ms-fill-lower {
    background: #ff8e04;
    height: 2px;
}

.slider:focus::-ms-fill-lower {
    background: #ff8e04;
    height: 2px;
}


.slider::-moz-range-progress {
    background-color: #ff8e04;
    height: 2px;
}

.slider::-webkit-slider-thumb:hover,
.slider::-webkit-slider-thumb:hover {
    height: 33px;
    width: 33px;
}

.the_content_wrapper ul.short-products {
    margin: 0px;
	text-align: center;
}

@media only screen and (max-width: 800px){
.short-products li {
    width: 49%;
}
}

@media only screen and (max-width: 400px){
.short-products li {
    width: 99%;
    padding: 5px 0px;
}
}


.my-row {
	margin-bottom: 20px;
}
.my-col-4, .my-col-8, .my-col-12 {
	display: inline-block;
	vertical-align: middle;
    padding: 1%;
}
.my-col-4 {
	width: 30%;
}
.my-col-8 {
	width: 60%;
}
.my-col-12 {
	width: 90%;
}
.review {
	border: 1px solid #555;
	padding: 10px;
}
h3.review-h, h4.review-h{
	padding: 0;
	margin: 0;
}
h4.review-h{
    font-size: 18px;
}
.feat-list {
	margin: 20px 0 !important;
	list-style: none !important;
}
.feat-list li {
	margin-bottom: 5px !important;
}
.feat-list li span {
	color: #FFFFFF;
    font-weight: 800;
}
.one.column {
    width: 98% !important;
}
.su-post {
	width:23%;
    margin-right: 15px;
    margin-top: 20px;
}
.su-post > div {
	padding: 10px;
	background: #ffffff99;
    margin-top: -6px;
    max-height: 350px;
}
.imatge-header {
	width: 100%;
	height: auto;
}
.section_wrapper {
    margin-bottom: 0px !important;
	text-align: justify;
}
.tab-container {
	background: #00000000;
}
.home-header {
	margin-top: 15px;
}
.home-header h2 {
	display: inline;
    padding: 10px 20px 3px;
    background: #fff;
    border-radius: 30px;
    margin-right: 10px;
    vertical-align: middle;
}
.home-header span {
	display: inline-block;
    color: #fff;
    font-family: sans-serif;
    font-weight: bold;
    font-size: 1.4em;
}
element.style {
}
.su-posts-default-loop h2.su-post-title {
    font-size: 1.6em !important;
    padding-right: 30px !important;
    line-height: 1 !important;
	text-align: left;
}
.ws-divider {
	height: 60px;
}
@media only screen and (max-width: 800px){
.my-col-4, .my-col-8, .my-col-12 {
	width: 100%;
}
.feat-list {
	margin: 5px 0 !important;
}
}