/*
Theme Name: Medizack Perú  
Theme URI: http://www.coveid.com/themes/   
Version: 1
Description: Child Theme.
Author: coveid   
Author URI: http://www.coveid.com   
Template: sparklestore
*/
@import url("../sparklestore/style.css");

.content-area {
    background-color: inherit;
}
.header-top {
    background-color: #f8f8f8;
}
.header-middle-inner{
	padding-top: 0px;
	padding-bottom: 0px;
}
.box-header-nav .main-menu .page_item a, .box-header-nav .main-menu>.menu-item>a {
    letter-spacing: 1px;
	font-weight: 400;
	line-height: 25px;
}
.box-header-nav{
	margin: 0 auto;
}
.block-search .input, .header-middle-inner .btn-submit{    
	border: 1px solid #07774a;
}
.home-slider-overlay {
    background-color: rgba(0, 0, 0, 0.01);
}
.sparklestore-caption {
    max-width: 40%;
    margin: 0;
    left: 9%;
}
.sparklestore-caption{
	text-align: left;
}
.sparklestore-caption h2, .sparklestore-caption p{
	color: #000;
}
.fullwidthslider{
	margin-bottom: 50px;
}
.fullslider .sparklestore-caption p {
    font-size: 18px;
}
.store_products_item_details .price-rating-wrap {
    padding: 0;
}
.icowa{
	position: absolute;
	left: -5px;
	bottom: -5px;
}
.store_products_item_details h3 {
    text-transform: uppercase;
}
.appzend-add-to-cart span.products_item_info {
    background: #fff;
    padding: 0 13px 15px;
}
.services_area {
    grid-template-columns: repeat(4, 1fr);
}
.middle-footer-area, .sub-top-footer {
    background-color: #012978;
}
.sub-footer {
    background: #00205f;
}
.sombra{
	-webkit-box-shadow: 5px 5px 13px 0px rgba(0,0,0,0.075);
	-moz-box-shadow: 5px 5px 13px 0px rgba(0,0,0,0.075);
	box-shadow: 5px 5px 13px 0px rgba(0,0,0,0.075);
}
.middle-footer-area {
    padding: 3.5em 0 0;
}
.wp-block-media-text {
    margin-bottom: 1.5rem;
}
.titulo, .layout_one .blocktitlewrap .blocktitle h2, .sepizq {
    position: relative;
    padding-bottom: 14px;
    margin-bottom: 25px;
}
.titulo:before, .layout_one .blocktitlewrap .blocktitle h2:before, .sepizq:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;    
    width: 80px;
    height: 5%;
    background-color: #0c8656;
}
.titulo:before, .layout_one .blocktitlewrap .blocktitle h2:before {
	margin: auto;
}
.lidispo i.fa, .lidispo i.fab{
	background-color: #0c8656;	
	color: #fff;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    line-height: 1.9;
	margin-bottom: 15px;
    transition: .5s;
	border: 2px solid #0c8656;
}
.lidispo i.fa:hover, .lidispo i.fab:hover{
	background-color: #fff;
	color: #0c8656;
	border: 2px solid #0c8656;
}
.siser{
	overflow: hidden;
}
.siser .serimg{
	transition: all 0.5s ease-out;
}
.siser .wp-block-image:hover{
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.siser .wp-block-image img{
	width: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;    
}
.site-cart-items-wrap .count {
    color: #ffffff;
}
.woocommerce-billing-fields input{
	border: 1px solid #000;
	background-color: #fff;
}
.woocommerce-shipping-fields input, .woocommerce-input-wrapper textarea{
	border: 1px solid #000;
}
.woocommerce-billing-fields .select2-selection--single{
	height: 52px;
	padding: 10px 7px 0;
	border-color: #000;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
	top: 10px;
}
#respond {    
    padding: 15px 20px 5px;
}
.sparkle-tab-category{
	display: none;
}
th, td {
    text-align: left;
}
@media (min-width: 768px){
	#billing_postcode_field, #billing_city_field{
		width: 47%;
		float: left;
		clear: inline-start;
	}
	#billing_state_field, #billing_phone_field{
		width: 47%;
		float: right;
		clear: inline-end;
	}
	form.woocommerce-checkout .col-2{
		position: sticky;
		top: 0;
	}
}
@media (max-width: 768px){
	.sliderbtn-wrp, .sparklestore-caption h2,.sparklestore-caption p{
		display: none;
	}
	.fullwidthslider .flex-active-slide{
		background-position: 75% !important;
	}	
}
@media (max-width: 620px) {
    .services_area {
        grid-template-columns: repeat(2, 1fr) !important;
    }
	.sub-footer-inner{
		display: block;
	}
}