/*
Theme Name: Mustter SF Woocommerce
Theme URI: https://zukun.com.ar
Author: Emiliano Gudiño, Noelia Gerlo
Author URI: https://zukun.com.ar/user/gudinoemiliano
Description: Es un theme diseñado exclusivamente para ser usado en el sitio Mustter SF
Version: 3.4.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, one-column, two-columns, right-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: zukun_dm

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


html {
    font-family: "Inter", serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}


body {
    margin: 0;
    font-family: "Inter", serif;
    background: #FFFFFF;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

.mobile-version main > *:nth-child(1) {
    margin-top: 140px;
}

main > *:nth-child(1) {
    margin-top: 145px;
}

main {
    position: relative; 
}

main .parallax-container {
    margin-top: 125px;
}

#wpadminbar {
    position: fixed!important; 
}

h1,h2,h3,h4 {
    font-family: "Inter", serif;
    color: #f45b4d;
}

h1 {
    margin-top: 20px;
    margin-bottom: 25px;
    text-align: center;
    font-size: 2em;
}

h2 {
    font-size: 1.5em;
}

h3 {
    font-size: 1.3em;
}

h4 {
    position: relative;
    padding-top: 10px;
}

a:hover, a:focus{
    text-decoration: none;
}

p, 
label {
    color: #403d39;
    font-size: 1.125em;
}

label {
    font-weight: inherit!important;
}

ul {
    list-style: none;
    padding:0;
    margin:0;
}

input,
textarea,
.input-group input.form-control,
.input-group textarea.form-control,
.input-group select.form-control{
    padding: 5px;
    border-radius: 0px;
    height: 40px;
    margin-bottom: 20px;
    border: 0px;
    box-shadow: none;
    color: #403d39;
    font-size: 1.2em;
    border-bottom: 1px solid;
    background-color: inherit;
}

textarea, 
.input-group textarea.form-control {
    max-width: 100%;
    min-width: 100%;
}

input:focus,
textarea:focus,
.input-group input:focus.form-control,
.input-group textarea:focus.form-control{
    outline: none;
}

.input-group{
    width: 100%;
}

.input-group-addon {
    border: solid 2px #A6B94C;
    border-radius: 0px;
    background-color: #A6B94C;
    color: #FFFFFF;
    display: block;
    width: 15%;
    float: left;
    height: 34px;
    line-height: 30px;
    font-size: 16px;
    padding: 0px;
}

.input-group.contact-form-field input.form-control {
    width: 100%;
}

.input-group input.form-control {
    width: 85%;
}

.g-recaptcha {
    margin-bottom: 15px;
    width: 100%;
    float: right;
}

.g-recaptcha > div {
    float: right;
}

figure {
    overflow: hidden;
}

figure img,
video{
    width: 100%;
}

.glyphicon {
    margin-right: 5px;
}

section {
    overflow: hidden;
    margin-bottom: 30px;
    width: 100%;
}

section.receipes-box, section.blog-box {
    margin-bottom: 0px;
}

.insta-posts article.col-md-3.col-sm-6.col-xs-12.atom-work-item {
    overflow: hidden;
    position: relative;
}

.insta-posts article.col-md-3.col-sm-6.col-xs-12.atom-work-item:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.insta-posts article.col-md-3.col-sm-6.col-xs-12.atom-work-item a {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    color: white;
    text-align: center;
}

header {
    background-color: #FFFFFF;
    color: #444;
    height: 80px;
    width: 100%;
    position: fixed;
    z-index: 10;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(110,109,110,0.8);
    -moz-box-shadow: 0px 2px 5px 0px rgba(110,109,110,0.8);
    box-shadow: 0px 2px 5px 0px rgba(110,109,110,0.8);
    text-align: center;
}

header a,
footer a{
    color: inherit;
}

header a:hover,
header a:active,
header a:focus{
    color: #cbc4b8;
    text-decoration: none;
}

footer a:hover,
footer a:active,
footer a:focus{
    color: #DDD;
    text-decoration: none;
}

.footer-nav ul li.menu-item-has-children ul {
    display: none;
}

.header-nav-logo {
    position: relative;
}

.header-nav-logo img {
    margin: 25px 0px;
    max-width: 250px;
}

.header-nav {
    
}

.header-nav ul {
    margin: 0;
    padding: 0px;
    list-style: none;
}

.header-nav ul li:last-child{
    padding-right: 0px;
}

.header-nav ul li {
    padding: 10px 5%;
    text-align: left;
    font-family: "Inter", serif;
    font-size: 1em;
    text-transform: uppercase;
    margin: 0;
    position: relative;
    background-color: #FFFFFF;
    border-top: 0.5px solid;
}

.header-nav ul li:last-child {
    border-bottom: 0.5px solid;
}

.header-nav ul li:before {
    display: none;
}

.header-nav ul li.current_page_item{
    font-weight: bold;
}

ul.socials > a {
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
}

ul.socials {
    font-size: 2em;
    line-height: 65px;
    position: relative;
}

ul.socials li {
    position: relative;
}

.cart-count {
    position: absolute;
    font-size: 10px;
    border-radius: 50%;
    background: #403d39;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    height: 16px;
    width: 16px;
    line-height: 16px;
    top: 13px;
    right: -9px;
}

.container-fluid{
    padding: 0px 5%;
}

.container-fluid-reverse{
    width: 111.1111%;
    margin-left: -5.5555%;
}

section.destacated {
    margin-top: 125px;
}
 
.destacated .conteiner-image img {
    width: 100%;
}

.inverse-background{
    background-color: #403d39;
    color: #FFFFFF;
    padding: 30px 0px;
}

.inverse-background h1,
.inverse-background h2,
.inverse-background h3 {
    color: #FFFFFF;
}

.full-width-container {
    margin-top: 80px;
}

.conteiner-image {
    position: relative;
}

.slider-description {
    position: absolute;
    bottom: 0px;
    margin: 100px 10%;
    background: rgba(240,240,240,0.5);
    padding: 20px 40px;
}

.slider-description .slider-description-title {
    color: #403d39;
    /* padding: 0px; */
    margin: 0px 0px 10px 0px;
    font-size: 3em;
}

.slider-description .slider-description-content {
    font-size: 2em;
}

#introduction-section {
    text-align: center;
    padding: 30px 10%;
    font-size: 1.5em;
}

#parallax-text {
    position: relative;
    margin-bottom: 100px;
}

#parallax-text h1 {
    color: #FFFFFF;
    text-shadow: 1px 1px 5px #403d39;
    font-size: 3em;
    font-family: "Inter", serif;
    margin: 150px 0px;
}

#parallax-text img {
    width: 100%;
    position: absolute;
    z-index: -1;
}

.video-container {
    position: relative;
    top: 0px;
}

.video-container .video-window {
    position: absolute;
    top: 0px;
}

.video-container .video-window h1 {
    font-size: 1.5em;
    color: #FFFFFF;
    line-height: 30px;
}

.work-info {
    position: absolute;
    bottom: 15%;
    left: 0%;
    transform: translate(0%,0%);
    z-index: 2;
    opacity: 0;
    width: 100%;
}

.atom-work-item:hover .work-info {
    transition: all .3s ease .2s;
    opacity: 1;
    transform: translate(0%,calc(-450% + 40px));
    font-size: 2em;
}

.work-info h2{
    color: #FFFFFF;
}

.work-info h2,
.work-info p {
    text-align: left;
    text-transform: uppercase;
}

.works img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.atom-work-item:hover img {
    /*transform: scale(1.55,1.55)rotate(15deg);*/
    transition: all .5s ease 0s;
    filter: opacity(0.5)grayscale(1)blur(0.5px);
}

.atom-work-item {
    padding: 0;
    overflow: hidden;
    background-color: rgba(0, 0, 0,0.95);
}

.work-grids-area.hover-one.no-gutter {
    width: 125%;
    margin-left: -12.5%;
    margin-top: 40px;
    overflow: hidden;
}

section.works {
    overflow: initial;
}

.index-designs {
    margin-top: 50px;
    margin-bottom: 30px;
}

.shutcuts-menu li {
    padding: 10px;
    text-align: center;
}

.shutcuts-menu li a:hover{
    color: #FFFFFF;
    background: #403d39;
}

.shutcuts-menu li a{
    font-size: 1.5em;
    text-transform: uppercase;
    color: #403d39;
    padding: 10px;
}

.presupuesto-link,
.presupuesto-link:hover {
    color: inherit;
}

article.design-box.owl-item {
    padding: 0px 5%;
}

article.product-box.owl-item {
    padding: 0px 5%;
}

.design .owl-carousel-container.row {
    padding: 0px;
    width: 80%;
    margin-left: 10%;
}

.owl-carousel-container.row {
    margin: 0px -0.684%;
}

.owl-carousel-budget-design.owl-theme .owl-controls .owl-buttons div {
    background: none;
    font-size: 2em;
    color: #403d39;
    top: calc(50% - 35px);
}

.design .owl-theme .owl-controls .owl-buttons .owl-prev {
    left: -10%;
}

.design .owl-theme .owl-controls .owl-buttons .owl-next {
    right: -10%;
}

.design .owl-item .content-detail,
.designs .content-detail {
    text-transform: uppercase;
    text-align: center;
    font-size: 0.8em;
}

.design .owl-item .content-detail h2,
.design .owl-item .content-detail h3,
.design .owl-item .content-detail h4,
.designs .content-detail h2,
.designs .content-detail h3,
.designs .content-detail h4 {
    margin: 0px;
    padding: 0px;
    position: relative;
}

.designs .content-detail h2{
    font-size: 1em;
    margin: 10px 0px 10px 0px;
}

.design .owl-item .content-detail {
    font-size: 1.5em;
    margin: 10px 0px;
}

.designs .content-detail h3 {
    font-size: 1.0em;
    margin: 5px 0px;
}

.design .owl-item .content-detail {
    font-size: 0.8em;
    margin: 10px 0px;
}

.designs .content-detail h4 {
    font-size: 0.9em;
    margin: 5px 0px;
}

.design .owl-item .content-detail h3,
.design .owl-item .content-detail h4 {
    margin: 5px 0px; 
}

article .box-div {
    border: 1px solid #403d39;
    padding: 0px;
    background: #FFFFFF;
    text-align: center;
    font-weight: 300;
    font-size: 1em;
    line-height: 1.5em;
    margin-bottom: 50px;
}

article .box-div h2 {
    color: #403d39;
    text-transform: inherit;
    font-family: "Inter", serif;
    font-weight: 600;
    margin: 15px 0px 30px 0px;
    text-transform: uppercase;
}

.social-share {
    padding: 5px 0px 0px 0px;
    margin: 20px 0px;
    display: block;
    border-left: 0px;
    border-right: 0px;
}

.social-share-item {
    display: inline-block;
    margin-right: 2%;
    height: 25px;
}

article.post {
    margin-bottom: 80px;
    font-size: 1.2em;
}

.work-information {
    margin: 20px 0px;
}

#print-button {
    background-color: #A6B94C;
    border-radius: 5px;
    padding: 2px 5px;
    color: #FFFFFF;
    font-size: 11px;
}

#print-button:hover{
    cursor: pointer;
    background-color: #cbc4b8;
    box-shadow: 0px 0px 1px #CCC;
}

article figcaption{
    padding: 0 4% 0 4%;
    margin: 0px;
}


.format-artista,
.format-dia,
.format-container,
.format-box,
.format-titulo{
    display:block;
}

.format-container {
    width: 48%;
    margin-right: 2%;
    float: left;
}

.format-box .format-container:first-child {
    margin-right: 2%;
}

.format-titulo {
    margin: 20px 0px;
    font-size: 1.313em;
    font-family: "Inter", serif;
    text-transform: uppercase;
    color: #E28539;
    padding-bottom: 5px;
    border-bottom: 2px solid #E28539;
}

.format-dia {
    margin: 0px 0px 5px 0px;
    font-family: "Inter", serif;
    color: #403d39;
    font-size: 1.313em;
}

.format-artista {
    font-weight: 400;
}

.work-content {
    font-weight: 300;
    line-height: 1.8em;
}

.format-box {
    overflow: hidden;
    margin-bottom: 20px;
}

#location-map {
    height: 250px;
}

.half-div, .full-div {
    width: 100%;
    margin-right: 0%;
    overflow: hidden;
}

.half-div:nth-child(2n) {
    margin-right: 0%;
}

.input-group{
    margin-bottom: 15px;
}

.contact-form-field > * {
    width: 100%;
}

.contact-form-field {
    margin-bottom: 15px;
    width: 100%;
}

.contact-form {
    overflow: hidden;
    float: none;
    margin-top: 20px;
}

.professionals-details-actions .btn {
    float: left;
    margin-right: 15px;
    font-size: 1em;
}

.contact-box .row {
    margin: 0px;
}

.contact-box .content{
    overflow: hidden;
}

.contact-box a {
    color: inherit;
}

nav.navigation {
    width: 100%;
    overflow: hidden;
    margin-bottom: 40px;
}

.btn,
a.btn,
a.button,
button,
a.button{
    text-transform: uppercase;
    background-color: #FFFFFF;
    border: 1px solid #EEE;
    border-radius: 0px;
    color: #403d39;
    font-size: 1em;
    padding: 5px 10px;
    font-weight: 400;
}

.btn.waiting{
    background-color: #CCC;
    color: #FFFFFF;
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
}

.single_add_to_cart_button:hover,
a.button.add_to_cart_button:hover,
.single_add_to_cart_button:active,
a.button.add_to_cart_button:active,
.single_add_to_cart_button:focus,
a.button.add_to_cart_button:focus{
    background: #000;
}

a.btn:hover,
a.button:hover,
.btn:hover,
.btn:hover a,
button:hover{
    background-color: #FFFFFF;
    background-image: -webkit-linear-gradient(top,#FFFFFF,#EEE);
    background-image: linear-gradient(top,#cbc4b8,#A6B94C);
    border: 1px solid #CCC;
}

.btn.waiting:hover{
    background-image: none;
    background-color: #BBB;
    color: #EEE;
    border: 1px solid #CCC;
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
}

a.btn:active,
a.button:active,
.btn:active,
.btn a:active,
button:active{
    background-color: #AAA;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
    background-color: #AAA;
    background-image: -webkit-linear-gradient(top,#EEE,#FFFFFF);
    background-image: linear-gradient(top,#EEE,#FFFFFF);
    border: 1px solid #AAA;
    border-top: 1px solid #AAA;
}

.btn:focus,
button:focus{
    border: rgba(0,0,0,0) solid 1px;
    outline: rgba(0,0,0,0) 0;
}

.post-container {
    width: 100%;
    overflow: hidden;
}

.how-to-order-intro {
    text-align: center;
    max-width: 800px;
    margin: auto;
    margin-bottom: 30px;
}

.how-to-order-steps,.how-to-order-intro {
    font-size: 1.2em;
    line-height: 1.8em;
}

ol.how-to-order-steps > li {
    border-top: 1px #CCC solid;
    list-style: none;
    padding: 20px 0px;
    counter-increment: steps;
    position: relative;
}

ol.how-to-order-steps {
    list-style: none;
    counter-reset: steps;
    margin: 0px;
    padding: 0px;
}

ol.how-to-order-steps > li:before {
    content: counter(steps, decimal);
    font-size: 1.3em;
    line-height: 1.8em;
    font-weight: bold;
    text-align: center;
    margin-right: 5px;
}

ol.how-to-order-steps > li ul > li:before {
    content: '-';
    margin-right: 10px;
}

.budget-container * {
}

section.budget-container {
    overflow: inherit;
}

.budget-container p,
.budget-container span,
.budget-container .budget-step-title {
    font-size: 1.3em;
    line-height: 1.5em;
    padding: 0px;
    margin: 0px 0px 20px 0px;
}

.category-filters .btn {
    margin: 5px 10px 5px 0px;
}

.category-filters .btn i {
    margin-left: 10px;
}
.budget-container .budget-designs-filter .input-group.contact-form-field input.form-control {
    margin-bottom: 0px;
}

.budget-container .input-group.contact-form-field input.form-control {
    height: 31.5px;
    margin-bottom: 25px;
}
.form-fields i {
    cursor: pointer;
    margin-left: 5px;
}

.form-fields-checkbox {
    z-index: 0;
    position: relative;
    display: inline-block;
    color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.87);
    font-family: var(--pure-material-font, "Roboto", "Segoe UI", BlinkMacSystemFont, system-ui, -apple-system);
    font-size: 16px;
    line-height: 1.5;
}

/* Input */
.form-fields-checkbox > input {
    appearance: none;
    outline: none!important;
    -moz-appearance: none;
    -webkit-appearance: none;
    z-index: -1;
    position: absolute;
    left: -10px;
    top: -8px;
    display: block;
    margin: 0;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
    box-shadow: none;
    opacity: 0;
    transform: scale(1);
    pointer-events: none;
    transition: opacity 0.3s, transform 0.2s;
}

/* Span */
.form-fields-checkbox > span {
    display: inline-block;
    width: 100%;
    cursor: pointer;
}

/* Box */
.form-fields-checkbox > span::before {
    content: "";
    display: inline-block;
    box-sizing: border-box;
    margin: 3px 11px 3px 1px;
    border: solid 2px; /* Safari */
    border-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
    border-radius: 2px;
    width: 18px;
    height: 18px;
    vertical-align: top;
    transition: border-color 0.2s, background-color 0.2s;
}

/* Checkmark */
.form-fields-checkbox > span::after {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 1px;
    width: 10px;
    height: 5px;
    border: solid 2px transparent;
    border-right: none;
    border-top: none;
    transform: translate(3px, 4px) rotate(-45deg);
}

/* Checked, Indeterminate */
.form-fields-checkbox > input:checked,
.form-fields-checkbox > input:indeterminate {
    background-color: rgb(var(--pure-material-primary-rgb, 33, 150, 243));
}

.form-fields-checkbox > input:checked + span::before,
.form-fields-checkbox > input:indeterminate + span::before {
    border-color: rgb(var(--pure-material-primary-rgb, 33, 150, 243));
    background-color: rgb(var(--pure-material-primary-rgb, 33, 150, 243));
}

.form-fields-checkbox > input:checked + span::after,
.form-fields-checkbox > input:indeterminate + span::after {
    border-color: rgb(var(--pure-material-onprimary-rgb, 255, 255, 255));
}

.form-fields-checkbox > input:indeterminate + span::after {
    border-left: none;
    transform: translate(4px, 3px);
}

/* Hover, Focus */
.form-fields-checkbox:hover > input {
    opacity: 0.04;
}

.form-fields-checkbox > input:focus {
    opacity: 0.12;
}

.form-fields-checkbox:hover > input:focus {
    opacity: 0.16;
}

/* Active */
.form-fields-checkbox > input:active {
    opacity: 1;
    transform: scale(0);
    transition: transform 0s, opacity 0s;
}

.form-fields-checkbox > input:active + span::before {
    border-color: rgb(var(--pure-material-primary-rgb, 33, 150, 243));
}

.form-fields-checkbox > input:checked:active + span::before {
    border-color: transparent;
    background-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
}

/* Disabled */
.form-fields-checkbox > input:disabled {
    opacity: 0;
}

.form-fields-checkbox > input:disabled + span {
    color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.38);
    cursor: initial;
}

.form-fields-checkbox > input:disabled + span::before {
    border-color: currentColor;
}

.form-fields-checkbox > input:checked:disabled + span::before,
.form-fields-checkbox > input:indeterminate:disabled + span::before {
    border-color: transparent;
    background-color: currentColor;
}

.budget-container .budget-step-number {
    font-weight: bold;
}

.budget-container .budget-step {
    border-bottom: 1px solid #CCCCCC;
    padding: 30px 0px;
}

.budget-steps-container > div:first-child {
    padding-top: 0px;
}

.budget-steps-container > div:last-child {
    border: 0px!important;
}

.budget-container .input-group.contact-form-field {
    width: 100%;
    display: inline-block;
}

.budget-container .input-group.contact-form-field.full-width{
    width: 100%;
    margin-right: 0px;
}

.budget-container .budget-summary-item-amount .input-group.contact-form-field {
    width: 100%;
    margin: 0px;
}

.budget-container .budget-summary-item-amount .input-group.contact-form-field, 
.budget-container .budget-summary-item-desc .input-group.contact-form-field {
    width: 100%;
    margin: 0px;
}

.budget-container .input-group.contact-form-field input.form-control {
    height: 31.5px;
    margin-bottom: 25px;
}

.budget-container .input-group.contact-form-field .form-control {
    width: 100%;
    height: inherit;
    margin-bottom: 30px;
    padding: 0px;
}

.budget-container .input-group.contact-form-field select.form-control {
    margin-bottom: 23px;
}

.budget-container .budget-summary-item-amount .input-group.contact-form-field:last-child input.form-control {
    margin: 0;
}

.budget-summary-item {
    margin-top: 30px;
    margin-bottom: 50px;
}

.budget-summary-item:last-child {
    margin-bottom: 0px;
}

.budget-summary-item-image img {
    max-height: 207px;
}

.budget-summary-item .budget-summary-item-header{
    margin-bottom: 20px;
}

.budget-summary-item .budget-summary-item-header label{
    font-weight: bold!important;
}

.budget-summary-total,.budget-summary-total span {
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: right;
}

.budget-summary-total-desc,
.budget-summary-total-desc span {
    font-size: 18px;
    font-weight: 500;
}

.budget-summary-empty {
    border: 1px solid;
    padding: 20px 3%;
}

.budget-summary-empty h3 {
    margin: 0px;
}

.budget-summary-total {
    padding: 10px 2%;
    background: #F2F2F2;
    border: 1px solid;
    border-top: 0px;
}

.add-more-designs {
    margin: 0px calc((100% - 468px) / 2);
    width: calc((100% - 234px) / 2);
}

.add-more-designs .btn {
    display: inline-block;
    margin: 20px;
}

.budget-summary-item-image {
    width: 160px;
    float: left;
    text-align: left;
    padding: 0px 15px;
    margin-left: 6%;
}
.budget-summary-item-fields {
    width: calc(100% - 240px);
    float: left;
    margin-left: 0px;
    padding-left: 0px;
    z-index: 9;
}

.budget-summary-item-delete, .budget-summary-item-duplicate {
    position: absolute;
    right: 15px;
    font-size: 1.8em;
}

.budget-summary-item-duplicate {
    right: 75px;
}


p.budget-summary-item-type {
    text-transform: uppercase;
    font-weight: bold;
    margin: 0px;
}

.budget-container .budget-summary-item-desc .input-group.contact-form-field.budget-summary-item-use {
    margin: 0px 0px 0px 0px;
}

.budget-summary-item-subtotal h4 {
    margin: 0px 0px 0px 0px;
    padding: 0px;
}

.budget-summary-item-subtotal .subtotal {
    background: #F2F2F2;
    margin: 0px 0px 25px 0px;
    padding: 5px;
    text-align: right;
    height: 35px;
}

.budget-summary-item-subtotal .subtotal:before {
    content: '$';
}

span.off-price {
    font-size: inherit;
    text-decoration: line-through;
    margin-right: 10px;
}

.budget-container .budget-summary-item-amount .input-group.contact-form-field label {
    margin: 0px;
}

.budget-summary {
    border: 1px solid;
    padding: 0px;
}

.designs .budget-design {   
    margin-bottom: 30px;
}

.designs h2 {   
    margin-bottom: 30px;
    margin-top: 10px;
}

.designs .design-type-title {
    cursor: pointer;
}

.budget-design {
    border: 1px solid;
    cursor: pointer;
}

.budget-use-container {
    padding: 0px 1%;
    cursor: pointer;
}

.budget-use {
    border: 1px solid #403d39;
    padding: 10px 5%;
    text-align: center;
}

.termination-image-div {
    display: inline-block;
    height: 50px;
    width: 50px;
    border: 1px solid;
    margin: 0px 3px;
    padding: 2px;
}

.termination-image-div.selected {
    border: 2px solid;
}

.termination-image-div.selected img {
    width: 41.5px;
    height: 41.5px;
}

.termination-image-div img {
    width: 44.2px;
    display: block;
    height: 44.2px;
}

.budget-container .input-group.contact-form-field select.form-control.termination-field {
    margin-bottom: 5px;
}

.termination-container {
    margin-bottom: 15px;
}

.budget-use-title {
    margin: 0px;
    padding: 0px;
    font-size: 1.5em;
    text-transform: uppercase;
    margin: 10px 0px;
}

.budget-use-description {
    margin: 0px 0px 10px 0px;
    padding: 0px;
    font-size: 1.3em;
    text-transform: lowercase;
}

.budget-use-description:before,
.budget-use-description:after {
    content: '-';
    margin: 0px 10px;
}

.budget-design .content-detail h2,
.budget-design .content-detail h3 {
    text-transform: uppercase;
    font-size: 1.0em;
    text-align: center;
    line-height: 1.0em;
    margin: 0px;
    padding: 10px 0px;
}

.budget-design .content-detail h3 {
    font-size: 1.1em;
}

.budget-design:hover .content-image img {
    filter: opacity(0.5);
}

.budget-design .content-image {
    position: relative;
}

.budget-design .content-image .add-to-budget{
    width: 60%;
    position: absolute;
    top: calc(50%);
    background: #FFFFFF;
    border: 1px solid #403d39;
    font-size: 0.8em;
    padding: 10px;
    text-align: center;
    left: 20%;
    display: none;
    color: #403d39;
    text-transform: uppercase;
}

.budget-design:hover .content-image .add-to-budget{
    display: inline-block;
}

.budget-container .budget-step.disabled .budget-use-container {
    cursor: not-allowed;
}

.budget-container .budget-step.disabled,
.budget-container .budget-step.disabled h2,
.budget-container .budget-step.disabled h3 {
    color: #CCC;
}

.budget-container .budget-step.disabled {
    border-bottom: 1px solid #DDD;
}

.budget-container .budget-step.disabled .budget-use {
    border: 1px solid #DDD;
}

.budget-container .budget-step.disabled .budget-use:hover,
.budget-container .budget-step.disabled .budget-use.selected{
    background-color: inherit;
}

.budget-container .budget-step.disabled .budget-use:hover > *,
.budget-container .budget-step.disabled .budget-use.selected > *{
    color: inherit;
}

.input-group.contact-form-field input.form-control:disabled,
.input-group.contact-form-field textarea.form-control:disabled,
.input-group.contact-form-field select.form-control:disabled{
    background-color: inherit;
    border-bottom-color: #CCC;
    color: #CCC;
}

.input-group.contact-form-field input.form-control:disabled::placeholder,
.input-group.contact-form-field textarea.form-control:disabled::placeholder,
.input-group.contact-form-field select.form-control:disabled{
    color: #CCC;
}

.budget-container .contact-fields .input-group.contact-form-field select.form-control {
    margin-bottom: 30px;
}

/*
    Start socios comerciales
 */

.single-shop-list-item {
    border: 1px solid #403d39;
    border-radius: 7px;
}

.single-shop-list-item img {
    border-radius: 7px 7px 0 0;
    height: 200px;
    width: 100%;
    object-fit: cover;
}

.single-shop-list-item .datos {
    padding: 20px;
    min-height: 100px;
}

.single-shop-list-item.destacated .icons {
    padding-left: 20px;
}

.single-shop-list-item .datos .name {
    margin: 0 0 5px 0;
}

.single-shop-list-item .datos .description {
    margin-bottom: 10px;
    display: block;
}

.single-shop-list-item .datos p,
.single-shop p,
.single-shop-list-item .datos h3{
    margin: 0;
    display: inline-block;
}

.single-shop-list-item h3{
    margin-top: 0;
    margin-bottom: 10px;
}

.single-shop-list-item .datos .rating,
.single-shop .rating {
    background-color: #FF671D;
    color: white;
    border-radius: 5px;
    padding: 5px;
    font-size: 0.9em;
}

.datos p,
.datos h3{
    padding-right: 10px;
}

.single-shop-list-item .datos .category,
.single-shop-list-item .datos .status,
.single-shop .category,
.single-shop .status {
    text-transform: uppercase;
}

.abierto {
    color: green;
}

.cerrado {
    color: red;
}

.single-shop-list-item .iconos {
    border-top: 1px solid #403d39;
    padding: 10px 0px 10px 20px;
}

.single-shop-list-item .iconos .icon,
.alpa-icon {
    font-size: 1.3em;
    margin-right: 15px;
    color: #403d39;
}

.single-shop-list-item.destacated img {
    border-radius: 7px 0 0 7px;
    height: 100%;
    width: calc(100% + 30px);
    object-fit: cover;
    margin-bottom: -25px;
}

/*
    Start tienda
 */
.filters-container-panel.panel-default .panel-heading h2 {
    font-size: 1em;
    text-transform: uppercase;
    font-weight: 600;
    margin: 10px 0px;
}

.filters-container-panel .panel-heading:after {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #403d39;
}

.filters-container-panel .panel-heading {
    position: relative;
}

.filters-container-panel {
    margin: 0px 0px -2px 0px;
}

.filters-container-panel .control {
    text-transform: uppercase;
    padding-top: 5px;
}

.filters-container-panel.panel-default .panel-body {
    padding: 10px 0px;
}

#filter-form {
    margin-bottom: 20px;
}

.applied-filter-item {
    display: inline-block;
    background-color: #E6E6E6;
    padding: 2px 10px;
    color: #A0A0A0;
    margin-right: 5px;
    margin-bottom: 5px;
    cursor: pointer;
}

.applied-filter-item p {
    margin: 0;
    display: inline-block;
    margin-right: 20px;
    text-transform: uppercase;
}

/*
    Ends tienda
 */

/*
    Start checkbox
 */

.control {
    font-family: "Inter", serif;
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 5px;
    padding-top: 2px;
    cursor: pointer;
    font-size: 14px;
}
.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.control_indicator {
    position: absolute;
    top: 6px;
    left: 0;
    height: 15px;
    width: 15px;
    background: #e6e6e6;
    border: 0px solid #000000;
}
.control-radio .control_indicator {
    /* border-radius: undefined%; */
}

.control-checkbox [type=radio] + .control_indicator {
    border-radius: 10px;
}

.control-checkbox [type=radio] + .control_indicator:after{
    border-width: 1px;
    transform: inherit;
    width: 7px;
    height: 7px;
    border-radius: 10px;
    background: #403d39;
    left: 3px;
    top: 3px;
}

.control:hover input ~ .control_indicator,
.control input:focus ~ .control_indicator {
    background: #cccccc;
}

.control input:checked ~ .control_indicator {
    background: #DDDDDD;
}
.control:hover input:not([disabled]):checked ~ .control_indicator,
.control input:checked:focus ~ .control_indicator {
    background: #0e6647d;
}
.control input:disabled ~ .control_indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}
.control_indicator:after {
    box-sizing: unset;
    content: '';
    position: absolute;
    display: none;
}
.control input:checked ~ .control_indicator:after {
    display: block;
}
.control-checkbox .control_indicator:after {
    left: 6px;
    top: 2px;
    width: 3px;
    height: 8px;
    border: solid #403d39;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.control-checkbox input:disabled ~ .control_indicator:after {
    border-color: #7b7b7b;
}

/*
    Ends checkbox
 */

/*
    Start Single product
 */

.post-container.single-product-page {
    margin-top: 20px;
}

.post-container.single-product-page .woocommerce-notices-wrapper {
    margin: 0px 16.66666667%;
}

nav.woocommerce-MyAccount-navigation a {
    color: #403d39;
    width: 100%;
}

.woocommerce-MyAccount-navigation ul li a::before {
    width: 20px;
    font-size: 13px;
    margin: 0px;
    height: 20px;
}

.woocommerce-error,
.woocommerce-message {
    background-color: #403d39;
}

.woocommerce-info,
.woocommerce-noreviews {
    background-color: #DDD;
    color: #403d39;
}

.woocommerce-info a,
.woocommerce-noreviews a {
    color: #000;
}

.woocommerce-error .button:hover,
.woocommerce-info .button:hover,
.woocommerce-message .button:hover,
.woocommerce-noreviews .button:hover {
    border: inherit;
}

.products .product {
    margin-bottom: 30px;
}

.products .product .woocommerce-loop-product__title {
    min-height: 50px;
}

.product .input-group > * {
    display: inline-block;
    width: 49%;
    margin-right: 2%;
    height: 30px;
}

.product .input-group .single_add_to_cart_button {
    margin: 0px;
    text-transform: uppercase;
}

.product .entry-title {
    text-align: left;
    margin: 0px 0px 30px 0px;
}

.product .price {
    font-size: 1.6em;
    font-weight: 800;
    margin: 0px 0px 30px 0px;
    padding-top: 5px;
}

.product .price del,.product .price ins {
    font-size: 1.3em;
    font-weight: 800;
}

.product .price del {
    font-size: 1.3em;
    font-weight: 400;
}

.product .price ins {
    font-size: 1.3em;
    text-decoration: none;
}


.product .panel-default .panel-heading {
    border-top: none;
}

.product .panel-body {
    margin-top: 10px;
}

.panel-default {
    border: none;
    box-shadow: none;
}

.panel-default .panel-heading {
    padding: 0px;
    font-weight: 600;
    text-transform: uppercase;
    border-top: 1.5px solid;
    border-bottom: 1.5px solid;
    border-color: #F2F2F2;
    margin: 0px;
}

a.collapsed .panel-heading:after {
    transform: rotate(180deg);
}

.panel-heading:after {
    content: "\f077";
    display: inline-block;
    font-size: 2em;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #403d39;
}

.panel-default .panel-heading > * {
    display: inline-block;
}

.panel-default .panel-heading h2 {
    margin: 20px 0px 20px 0px;
}

.panel-default .panel-body {
    padding: 0px;
}

.variable-product select {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}

.variable-product .variations {
    width: 100%;
    display: inline-block;
}

.variable-product select {
    padding: 5px;
    border-radius: 0px;
    height: 40px;
    margin-bottom: 20px;
    border: 0px;
    box-shadow: none;
    color: #403d39;
    font-size: 1.2em;
    border-bottom: 1px solid;
    background-color: inherit;
}

.variable-product .variations select {
    width: 100%;
}
/*
    Ends single product
 */


/*
     WooCommerce 3.0 Gallery
 */

.woocommerce-product-gallery .sale-flash{
    right: calc(5% - 12px);
    font-size: 1.2em;
    z-index: 1;
}

.woocommerce-product-gallery{
    position: relative;
    display: inline-block;
    padding: 0px;
    overflow: hidden;
}

.woocommerce-product-gallery figure{
    margin: 0
}

.woocommerce-product-gallery .woocommerce-product-gallery__image:nth-child(n+2){
    width: 25%;
    display: inline-block
}

.flex-control-thumbs::-webkit-scrollbar {
    width: 0px;  /* Remove scrollbar space */
    background: transparent;  /* Optional: just make scrollbar invisible */
}

.woocommerce-product-gallery .flex-control-thumbs li{
    list-style: none;
    float: left;
    cursor: pointer
}

.woocommerce-product-gallery .flex-control-thumbs img{
    opacity: .5
}

.woocommerce-product-gallery .flex-control-thumbs img.flex-active,
.woocommerce-product-gallery .flex-control-thumbs img:hover{
    opacity: 1
}

.woocommerce-product-gallery .flex-control-thumbs img.flex-active{
    border-bottom: 3px solid #C1272D;
}

.woocommerce-product-gallery img{
    display: block;
    object-fit: cover;
    height: inherit;
}

.woocommerce-product-gallery .flex-viewport{
    width: 75%;
    float: left;
    left: 23%;
}

.woocommerce-product-gallery .flex-control-thumbs{
    position: absolute;
    overflow-y: scroll;
    overflow-x: hidden;
    width: 20%;
    padding: 0px;
}

.add-gallery-arrows:before, .add-gallery-arrows:after{
    font-family: FontAwesome;
    font-size: 1.5em;
    position: absolute;
    left: 0;
    z-index: 9;
    cursor: pointer;
    background-color: white;
    width: 15%;
    opacity: .7;
    color: #1D1D1B;
    text-align: center;
}

.add-gallery-arrows:before{
    top: 0;
    content: "\f077";
}

.add-gallery-arrows:after{
    bottom: 0;
    content: "\f078";
}

.woocommerce-product-gallery {
    margin-bottom: 30px;
}

.woocommerce-product-gallery .flex-control-thumbs li img{
    float: none;
    margin-bottom: 15px;
    object-fit: cover;
    border-radius: 0px;
    width: 100%;
    height: inherit;
    object-fit: cover;
}

/*
/* ENDS GALLERY
 */

/*
    Start cart
 */

td.product-name.cart-big {
    text-align: left;
}

table.cart {
    width: 100%;
}

table.cart td.product-quantity  label {
    display: none;
}

table.cart td.product-quantity .qty {
    padding: 0px;
    display: inline-block;
    width: inherit;
    max-width: 50px;
    background: #fdfdfd;
    height: inherit;
    margin: 0px;
    font-size: 14px;
}

table.cart td.product-quantity .qty:focus {
    outline: none;
}

table.cart th {
    text-align: center;
}

table.shop_table_responsive tr td {
    text-align: center;
}

.cart_totals table{
    width: 100%;
    font-size: 1.125em;
}

.cart_totals table p, .cart_totals table label, .cart_totals table span, .cart_totals table td, .cart_totals table a {
    font-size: 15px;
}

.cart_totals td {
    padding: 1em;
}

h2.cart-total-title {
    background: #f8f8f8;
    padding: 1.02em;
    margin: 0px;
}

.wc-proceed-to-checkout .button.checkout-button,
.wc-proceed-to-checkout .button,
#payment .place-order .button{
    height: 30px;
    font-size: 1.1em;
    padding: 5px;
    margin: 20px 0px;
}

.wc-proceed-to-checkout .button.checkout-button:hover,
.wc-proceed-to-checkout .button:hover,
#payment .place-order .button:hover,
.wc-proceed-to-checkout .button.checkout-button:active,
.wc-proceed-to-checkout .button:active,
#payment .place-order .button:active,
.wc-proceed-to-checkout .button.checkout-button:focus,
.wc-proceed-to-checkout .button:focus,
#payment .place-order .button:focus{
    background: #000000;
    color: #FFFFFF;
}

table.cart td.actions input {
    height: inherit;
    font-size: 1.1em;
}

/*
    Ends cart
 */

/*
    Start checkout
 */
h3#order_review_heading {
    background: #f8f8f8;
    padding: 1.02em;
    margin: 0px;
}

#order_review table {
    width: 100%;
}

#order_review table td,
#order_review table th {
    padding: 1em;
}

#customer_details input,
#customer_details textarea {
    font-size: 1em;
    height: inherit;
}

#customer_details,#customer_details p,
#customer_details span {
    font-size: 1em;
}
/*
    Ends checkout
 */

/*
    Start details
 */
.woocommerce-order-details table {
    width: 100%;
}

.woocommerce-order-details table td,.woocommerce-order-details table th {
    padding: 1em;
}
/*
    Ends details
 */
.woocommerce-error,
.woocommerce-info,
.woocommerce-message,
.woocommerce-noreviews,
p.no-comments {
    padding: 10px 20px;
    margin: 10px 0px;
}
footer {
    background-color: #022a99;
    color: #CCCCCC;
    text-align: center;
    padding: 20px 0px;
    margin: 40px 0px 0px 0px;
}

footer .footer-nav-logo img {
    max-width: 300px;
    margin: 15px 0px;
}

footer nav.footer-nav {
    text-transform: uppercase;
    font-size: 1.1em;
    margin-bottom: 20px;
}

footer nav.footer-nav li {
    display: inline-block;
    margin: 20px 2% 0px 0px;
}

footer nav.footer-nav li:last-child {
    margin-right: 0px;
}

footer .footer-nav-logo {
    margin-top: 20px;
}

footer .btn-footer-link {
    border: 1px solid #403d39;
    color: #403d39;
    font-size: 1em;
    padding: 5px;
    margin: 0px 10px 20px 10px;
    display: inline-block;
}

footer p {
    font-size: 1em;
}

.copy-right {
    overflow: hidden;
    background: #444;
}

footer .copy-right p {
    margin: 0px;
    padding: 5px 0px 5px 0px;
    color: #CCCCCC;
}

footer h3 {
    color: #FFFFFF;
}

footer .responsability {
    width: 100%;
    text-align: center;
}

footer .data-fiscal img {
    width: 20%;
    margin: 10px 0px 20px 0px;
}

.page-numbers.current,
.page-numbers:active {
    background-color: #cbc4b8;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
    background-color: #cbc4b8;
    background-image: -webkit-linear-gradient(top,#cbc4b8,#cbc4b8);
    background-image: linear-gradient(top,#cbc4b8,#cbc4b8);
    border: 1px solid #cbc4b8;
    border-top: 1px solid #A6B94C;
    color: #FFFFFF;
}

.page-numbers:hover {
    background-color: #A6B94C;
    background-image: -webkit-linear-gradient(top,#cbc4b8,#A6B94C);
    background-image: linear-gradient(top,#cbc4b8,#A6B94C);
    border: 1px solid #cbc4b8;
    color: #FFFFFF;
}

.page-numbers {
    background-color: #A6B94C;
    border: 1px solid #A6B94C;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #FFFFFF;
    text-transform: uppercase;
}

h2.screen-reader-text {
    display: none;
}

.owl-buttons .owl-next,
.owl-buttons .owl-prev {
    width: 35px;
    height: 35px;
    position: absolute;
    top: calc(50%);
    left: 10px;
}

.owl-buttons .owl-next {
    right: 10px;
    left:inherit;
}

.budget-step .owl-buttons .owl-prev {
    left: -35px;
}

.budget-step .owl-buttons .owl-next {
    right: -25px;
}

.owl-buttons .owl-next span,
.owl-buttons .owl-prev span{
     font-size: 1.313em;
     margin-top: 5px;
 }
 
input.btn.send-button{
     float: right;
}


/**
    Woocommerce styles
 */

.woocommerce-area header {
    position: inherit;
    box-shadow: inherit;
}

/*
 Products loop
*/
.product-loop-container {
    border: 1px solid;
    position: relative;
}

.product-loop-container img {
    width: 100%;
    height: inherit;
}

.product-loop-container .add_to_cart_button{
    background: #403d39;
    font-size: 1.1em;
    padding: 5px;
    margin: 0px 0px 0px 0px;
    text-align: center;
    color: #FFFFFF;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    border: 1px solid #403d39;
    border-radius: 0px;
}

.product-loop-container .add_to_cart_button:hover {
    border: 1px solid #000;
}

.product-loop-container > p, .product-loop-container > span {
    display: block;
    text-align: center;
    margin: 0px;
    padding: 5px 0px;
}

.product .product-loop-container .price {
    font-size: 1.4em;
    margin: 0px 0px 10px 0px;
    padding-top: 5px;
}

.product .product-loop-container .price del,
.product .product-loop-container .price ins {
    font-size: 1em;
    margin: 0px 0px 10px 0px;
}

.product-loop-container {
    text-align: center;
}

.sale-flash {
    background-color: #403d39;
    color: white;
    position: absolute;
    padding: 5px;
    font-weight: 600;
    top: 25px;
    right: 0;
    z-index: 3;
}

.product-loop-container .onsale {
    display: none;
}

@media (min-width: 480px){
    .container-fluid{
        padding: 0px 10%;
    }
    
    .container-fluid-reverse{
        width: 125%;
        margin-left: -12.5%;
    }

    section.opinions-box {
        width: 125%;
        margin-left: -12.5%;
        padding: 0px 12.5%;
    }
    
    .biography-resume .about-me-description p {
        font-size: 1.5em;
    }
}

@media (min-width: 480px) and (max-width: 768px){
    .social-icons {
        right: 10%!important;
    }
    
    .appointment-action{
        right: 10%!important;
    }
    
    form.search-form {
        right: 10%;
    }
}

@media (min-width: 768px) {
    header {
        padding: 0px 3%;
        height: 125px;
    }

    .container-fluid {
        padding: 0px 3%;
    }

    .container-fluid-reverse,
    .work-grids-area.hover-one.no-gutter {
        width: 106.3829787234043%;
        margin-left: -3.191489361702128%;
    }

    .header-nav-logo:after {
        position: absolute;
        width: 30%;
        margin: 0px 35%;
        height: 0.5px;
        background: #cbc4b8;
        bottom: 0px;
        content: ' ';
        left: 0px;
    }

    .introduction p {
        font-size: 2.5em;
    }

    article.design-box{
        width: 16.667%;
    }

    .video-container .video-window {
        position: absolute;
        top: 60px;
    }

    .video-container .video-window h1 {
        font-size: 3.5em;
        line-height: 60px;
    }

    .biography-resume .about-me-description p {
        font-size: 1.3em;
    }

    section.opinions-box {
        width: 106.3829%;
        margin-left: -3.1914%;
        padding: 0px 3.1914%;
    }

    section .service-box .service-description {
        height: 180px;
    }

    #menu-button {
        display: none;
    }

    ul.socials > a {
        margin-right: 10px;
    }

    ul.socials {
        padding: 0% 4%;
        right: 4%;
        font-size: 2em;
        display: inline-block;
        font-size: 1.5em;
        line-height: 65px;
        padding: 0px;
        position: absolute;
        top: 5px;
    }

    .half-div {
        width: 49%;
        margin-right: 2%;
        float: left;
    }

    .header-nav ul li {
        display: inline-block;
        padding: 10px 2%;
        text-align: center;
        border-top: none !important;
        border-bottom: none !important;
        background-color: inherit;
    }

    .header-nav ul li.menu-item-has-children ul {
        display: block;
        position: absolute;
        top: 45px;
        left: 0px;
        padding: 0px 10px;
        background: #FFFFFF;
    }

    .header-nav ul li.menu-item-has-children:hover ul li {
        display: block;
    }

    .header-nav ul li.menu-item-has-children ul li {
        border-top: 1.5px solid #DDD !important;
        font-size: 1em;
        padding: 10px 0px;
        margin: 0px;
        width: 100%;
        display: none;
        height: inherit;
        min-width: 200px;
        text-align: left;
    }

    .header-nav ul li.menu-item-has-children ul li:last-child {
        border-bottom: none;
    }

    .header-nav ul li.menu-item-has-children ul li:first-child{
        border-top: none!important;
    }

    .opinions-box .owl-carousel{
        width: 55%;
    } 
    
    article .box-div{
        min-height: 480px;
        margin-bottom: 40px;
    }
    
    .modal-content {
        margin-top: 120px;
    }

    table.cart .cart-small {
        display: none;
    }

    footer .responsability {
        float: left;
        width: 85%;
        text-align: left;
        margin-bottom: 10px;
    }

    footer .data-fiscal img {
        width: 10%;
        float: right;
        margin: 20px 0px;
    }
}

@media (max-width: 767px) {
    figure.circle {
        margin: 0 auto 20px auto;
        width: 80%;
        float: none;
    }
    
    .introduction p {
        font-size: 2em;
    }
    
    section.contact-box .content > * {
        padding-left: 0px;
        padding-right: 0px;
    }

    section.destacated {
        margin-top: 140px;
    }

    header {
        height: 139px;
    }

    .header-nav-logo img {
        padding-left: 15px;
        max-width: 230px;
    }

    ul.socials {
        background: #DDD;
    }

    #rate-container {
        float: left;
    }

    .work-grids-area.hover-one.no-gutter {
        width: 111.1111111111111%;
        margin-left: -5.555555555555556%;
        margin-top: 40px;
        overflow: hidden;
    }

    .header-nav ul li.menu-item-has-children ul li {
        border: none;
    }

    .budget-summary-item-delete, .budget-summary-item-duplicate {
        font-size: 1.2em;
        left: inherit;
        bottom: 10px;
        top: inherit;
        right: 15px;
    }

    .budget-summary-item-duplicate {
        right: 65px;
    }

    .budget-summary-item-fields {
        width: 100%;
        padding: 20px;
    }
    
    .budget-summary-item-image {
        width: 130px;
        padding-right: 0px;
    }

    .add-more-designs {
        margin: 0;
        width: 100%;
    }

    .header-nav ul li.menu-item-has-children ul li:before {
        position: absolute;
        content: "\e080";
        color: black;
        display: block;
        left: 0px;
        font-family: 'Glyphicons Halflings';
    }

    table.shop_table_responsive tr td {
        text-align: right;
    }

    table.shop_table_responsive tr td.cart-big {
        display: none;
    }

    table.shop_table_responsive tr td .cart-small {
        display: inline-block
    }

    table.shop_table_responsive tr td.product-thumbnail {
        text-align: left;
    }

    table.shop_table_responsive tr td.product-thumbnail a {
        margin-right: 10px;
    }

    table.shop_table_responsive tr td.product-thumbnail .product-remove {
        float: right;
        margin: 10px 0px;
    }

    .woocommerce-product-gallery .sale-flash {
        right: calc(5% - 5px);
    }
}

@media (min-width: 835px) {
    .introduction p {
        font-size: 2.8em;
    }
    
    .biography-resume .about-me-description p {
        font-size: 1.5em;
    }
    
    footer .responsability {
       width: 90%;
    }
    
    footer .data-fiscal img {
        width: 8%;
    }
    
}

@media (max-width: 992px){
    .entry-inner {
        margin-bottom: 30px;
    }  
    
    .social-share .fa.fa-star {
        color: #BBB;
        font-size: 20px;
        margin-right: 10px;
    }
    
    .appointment-action {
        position: fixed;
        right: 3%;
        bottom: 20px;
        background-color: #4d4d4d;
        color:#FFFFFF;
        height: 56px;
        width: 56px;
        box-shadow: 0 0 4px rgba(0,0,0,.14), 0 4px 8px rgba(0,0,0,.28);
        box-sizing: content-box;
        cursor: pointer;
        outline: none;
        padding: 0;
        pointer-events: auto;
        -webkit-transform: scale(1) rotate(360deg);
        transform: scale(1) rotate(360deg);
        -webkit-transition: -webkit-transform 150ms cubic-bezier(.4,0,1,1);
        transition: transform 150ms cubic-bezier(.4,0,1,1);
        border: none;
        border-radius: 50%;
        object-fit: cover;
        -webkit-user-drag: none;
        background-image: url(img/appointment.png); background-size: 32px;
        background-repeat: no-repeat;
        background-position: 13px;
        z-index: 1001;
    } 

    .appointment-action:hover {
        box-shadow: 0 0 6px rgba(0,0,0,.16), 0 6px 12px rgba(0,0,0,.32);
        -webkit-transition: box-shadow 150ms cubic-bezier(0,0,.2,1);
        transition: box-shadow 150ms cubic-bezier(0,0,.2,1);
    }
    
    .social-icons {
        position: fixed;
        right: 3%;
        bottom: 15.5px;
        padding: 0px 5.5px;
        width: 280px;
        overflow: hidden;
    }
    
    .social-icons li {
        float: left;
        margin-right: 10px;
    }
       
    .appointment-action.visible-sm.visible-xs.touching-bottom {
        position: absolute;
        bottom: -45px;
    }
}

@media (min-width: 768px) and (max-width: 992px){
    #sercive-section{
        column-count: 2;
    }
    
    #sercive-section .col-sm-6 {
        width: 100%;
        float: none;
        margin: 0;
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid-column;
        display: table;
    }
    
    .works-widget .meta-rate {
        text-align: inherit;
        float: none;
    }

    .woocommerce-product-gallery .sale-flash {
        right: calc(5% - 23px);
    }

    form.search-form {
        right: 305px;
        bottom: 14px;
        width: calc(97% - 305px);
    }
}

@media (min-width: 992px){
    header{
        padding: 0px 9.5%!important;
    }
    
    .introduction p {
        font-size: 2.5em;
    }

    article.design-box{
        width: 12.5%;
    }

    .video-container .video-window {
        top: 100px;
    }

    .video-container .video-window h1 {
        font-size: 3.5em;
        line-height: 100px;
    }
    .input-group-addon {
        width: 25%;
    }

    .input-group input.form-control {
        width: 75%;
    }

    .container-fluid{
        padding: 0px 10%;
    }
    
    .container-fluid-reverse{
        width: 125%;
        margin-left: -12.5%;
    }

    section .service-box .service-description {
        height: 130px; 
    }
    
    section.opinions-box {
        width: 123.4567%;
        margin-left: -11.7283%;
        padding: 0px 11.7283%;
    }
   
    section .service-box figure {
        margin: 0 25%;
    }  
    
    .works-widget .work-sumary-box,
    .works-widget .entry-sumary-box{
        padding-bottom: 15px; 
    }
    
    .entry-inner {
        margin-bottom: 30px;
    }
    
    .social-icons.touching-bottom {
        position: absolute;
        bottom: 20px;
    }
    
    form.search-form {
        right: 9%;
        bottom: 240px;
    }
    
    form.search-form.touching-bottom{
        position: absolute;
        right: 8%;
        bottom: 185px;
        width: 300px;
    }
    
    .budget-summary-item-image {
        margin-left: 2%;
    }
    
    .budget-summary-item-fields {
        width: calc(96% - 160px);
    }

    .budget-container .contact-fields .input-group.contact-form-field:nth-child(2n) {
        margin-left: 3%;
    }

    .budget-container .input-group.contact-form-field {
        width: 48%;
        display: inline-block;
    }

    .woocommerce-product-gallery .sale-flash {
        right: calc(5% - 12px);
    }

    .work-grids-area.hover-one.no-gutter {
        width: 125%;
        margin-left: -12.5%;
    }

    footer{
        margin: 40px 0px 0px 0px;
    }
}

@media (min-width: 1200px){
    header {
        padding: 0px 10%;
    }
    
    .header-nav ul li {
        padding: 10px 4%;
        font-size: 1.1em;
    }
    
    .introduction p {
        font-size: 3em;
    }
    
    .biography-resume .about-me-description p {
        font-size: 1.7em;
    }
    
    section .service-box .service-description {
        height: inherit;
    }
    
    section .service-box h2 {
        height: 2em;
    }
    
    section.opinions-box{
        width: 125%;
        margin-left: -12.5%;
        padding: 0px 12.5%;
    }
    
    .works-widget article .box-div {
        min-height: inherit;
        margin-bottom: 25px;
    }
    
    .budget-summary-item-fields {
        width: calc(96% - 160px);
    }
}

@media (min-width: 1300px) {
    .introduction p {
        font-size: 3.5em;
    }
    
    .biography-resume .about-me-description p {
        font-size: 1.8em;
    }
}

@media (min-width: 1500px) {
    .introduction p {
        font-size: 4em;
    }
    
    .biography-resume .about-me-description p {
        font-size: 2em;
    }
}

@media (min-width: 1600px) {
    .introduction p {
        font-size: 4.5em;
    }
    
    .biography-resume .about-me-description p {
        font-size: 2.4em;
    }
} 

@media print {
    
}

    
