/*
Theme Name: Unicon Child Theme
Theme URI: http://themeforest.net/user/minti
Description: Unicon Child Theme for your Customizations.
Author: minti
Author URI: http://mintithemes.com
Template: unicon
Version: 1.1
*/

#welaab_box .vc_grid-item-mini .vc_gitem-zone-mini .vc_btn3-container a.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat {
	background-color: green !important;
}

div#sidebar-welab2 {
    padding-top: 60px;
    padding-bottom: 40px;
}

.summary.entry-summary {
    max-width: 100%;
    width: 100% !important;
}

img.wp-post-image {
    width: 100% !important;
}


@media only screen and (min-width: 768px) and (max-width: 959px) {

    div#sidebar-welab2 {
        padding-top: 0px;
        padding-bottom: 0px;
        width: 100%;
    }

}


@media only screen and (max-width: 767px) {

    div#sidebar-welab2 {
        padding-top: 0px;
        padding-bottom: 0px;
    }
}


/*
 * Litepicker
 */
:root {
  /* change background color for .container__months */
  /*--litepicker-container-months-color-bg: #333 !important; */
  /* #--litepicker-day-width: 60px; */
  /* #--litepicker-month-width: calc(var(--litepicker-day-width) * 7); */
}

/*
.litepicker {
    font-size: 0.9em;
}

.litepicker .container__days>div {
    padding: 10px 0 !important;
}
*/

.woocommerce-cart th.product-quantity {
    text-align: center !important;
}

.woocommerce-cart td.product-quantity {
    text-align: center !important;
    vertical-align: middle !important;
}

.woocommerce-cart .quantity {
    float: none !important;
    display: inline-block !important;
    margin-right: 0px !important;
}

.woocommerce-cart .quantity .input-text,
.woocommerce-cart .quantity .input-group-btn button.btn { 
    text-align: center !important;
}

.woocommerce table.cart a.remove, 
.woocommerce-page table.cart a.remove, 
.woocommerce #content table.cart a.remove, 
.woocommerce-page #content table.cart a.remove {
    text-align: center !important;
    background-color: #d7004b !important;
    color: #fff !important;
    display: inline-block !important;
}

.woocommerce table.cart a.remove:hover, 
.woocommerce-page table.cart a.remove:hover, 
.woocommerce #content table.cart a.remove:hover, 
.woocommerce-page #content table.cart a.remove:hover {
    background-color: #d7004b !important;
    color: #fff !important;
}

td.product-remove {
    text-align: center !important;
}





/************************
 *** Welab Delegacion ***
 ***********************/



.form-select-sm {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    font-size: .875rem;
    border-radius: 0.25rem;
}


.form-check {
    display: block;
    min-height: 1.6rem;
    padding-left: 1.5em;
    margin-bottom: 0.125rem;
}

.form-check {
    min-height: 1.5rem;
}

.form-check .form-check-input {
    float: left;
    margin-left: -1.5em;
}





.form-check-input:checked {
    border-color: #3b71ca;
}


.form-check-input[type=checkbox] {
    border-radius: 0.25rem;
    margin-top: 0.19em;
    margin-right: 6px;
}

.form-check-input[type=checkbox]:checked {
    background-image: none;
    background-color: #3b71ca;
}

.form-check-input:checked:before {
    opacity: .16;
}


.form-check-input[type=radio] {
    border-radius: 50%;
    width: 1.25rem;
    height: 1.25rem;
    margin-top: 0.125em;
    margin-right: 4px;
}

.form-check-input[type=checkbox]:checked:after {
    display: block;
    transform: rotate(45deg) /*!rtl:ignore*/;
    width: 0.375rem;
    height: 0.8125rem;
    border: 0.125rem solid #fff;
    border-top: 0;
    border-left: 0 /*!rtl:ignore*/;
    margin-left: 0.25rem;
    margin-top: -1px;
    background-color: transparent;
}


.form-check-label {
    padding-left: 0.15rem;
}

label {
    display: inline-block;
}




.mb-4 {
    margin-bottom: 1.25rem;
}




/********************
 *** Welab Client ***
********************/
div#welab_pickup,
div#welab-client {
    width: 420px;
}

.welab_select,
div#welab-client > * {
    max-width: 100%;
}

.welab_select,
div#welab-client input[type=text],
div#welab-client input[type=email],
div#welab-client input[type=tel] {
    width: 100% !important;
}


div#welab-datarange,
div#welab-client {
    margin-bottom: 2rem !important;
}


.icon-minti-file-text2:before {
  content: "\e926";
}


@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?iustn7');
  src:  url('fonts/icomoon.eot?iustn7#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?iustn7') format('truetype'),
    url('fonts/icomoon.woff?iustn7') format('woff'),
    url('fonts/icomoon.svg?iustn7#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-icono-presupuesto2:before {
  content: "\e900";
  color: #000;
  font-size: 2rem;
}


.wrap-select {
    display: flex;
    justify-content: flex-end;
}

.wrap-select select {
    margin-left: 0.25rem;
}

.portfolio-filter {
    margin-bottom: 40px;
}

.portfolio-item.three.columns {
    /*border: 1px solid red;*/
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.portfolio-item h4 {
    white-space: normal !important;
}


.columns-3 .products li {
    width: 33% !important;
}




/*****************************
 ***   Date Range Picker   ***
 * **************************/

div#datepicker-welab_calendar {
    max-width: 100%;
    width: 100%;
}

div#datepicker-welab_calendar table {
    width: 100% !important;
}

div#datepicker-welab_calendar table th,
div#datepicker-welab_calendar table td {
    text-align: center !important;
}

.datepicker__months:before {
    display: none;
}


@media (min-width: 768px) {

    div#datepicker-welab_calendar table {
        width: 50% !important;
    }

    .datepicker__months:before {
        display: block;
    }

}

#welab-client .obligatorio {
    color: red !important;
}





/***************************
***** Welab Shopo Layout ***
****************************/
ul.products.columns-4 {
}

#ajax-load-more .alm-btn-wrap {
    text-align: center;
}


@media (max-width: 767px) {

    .columns-3 .products li {
        width: 49% !important;
    }

}

a.policy:hover,
a.conditions:hover {
    color: #b70040 !important;
}


#welab-datarange h2 {
    margin-bottom: 2px !important;
}

#welab-datarange p.subtitulo {
    font-size: .80rem;
}