@charset "UTF-8";

body .js-tabs-nav .btn {
    padding: 0 5px 0px 0px;
    white-space: nowrap;
}


.only-mobile {
    display: none;
}
.only-desktop {
    display: none;
}

.tab-content .visible-more {
    display: block;
    width: 100%;
    text-align: center;
    margin: 10px 0px 0px 10px;
}

@media only screen and (min-width: 768px) {
  
    body .only-desktop {
        display: block;
    }
    
    .tab-content .content-invisible {
        display: none;
    }
    
    .main-info-box .inner-wrap {
        max-width: 1386px;
    }
    
    body .item-info .info-photo img {
        height: auto;
    }
    
    body .inside-wrap2 {
        margin-top: 20px;
        margin-left: auto;
        margin-right: auto;
        max-width: 904px;
    }
    .call-form-box-popup {
        margin-left: -480px;
        margin-top: -160.5px;
    }
    
    .popup.call-form-box-popup {
        max-width: 960px;
        width: 100%;
    }
}
@media only screen and (max-width: 768px) {
  
    body .only-mobile {
        display: block;
    }
    
    .tab-content .content-invisible {
        display: none;
    }
    
    body .call-form-box .frm-main.frm-main-call .frm-row  .frm-field {
        min-width: 200px;
        width: 66% !important;
        margin-left: auto;
        margin-right: auto;
        float: none;
    }
    body .call-form-box {    
        width:  98%!important;
        min-width:  98%!important;
        min-height: 160px;

        background-color: #b18c7f;
        padding: 35px 0px 35px 0px;
    }
    .call-form-box-popup {
        margin-left: -180px !important;
        margin-top: -180.5px !important;
        
    }
    
    .popup.call-form-box-popup {
        max-width: 360px;
        width: 100%;
    }

}



.call-modal-form {
    /*
    display: block;
    position: fixed;
    top: 30%;
    left: 30%;    
    */
}

.call-form-box {
    
    min-width:  960px;
    min-height: 160px;
    
    background-color: #b18c7f;
    padding: 35px 0px 35px 0px;
}

.call-form-box .frm-main.frm-main-call {
    
}
.call-form-box .frm-main.frm-main-call .frm-row {
    
}
.call-form-box .frm-main.frm-main-call .frm-row  .frm-field {
    width: 25%;
}
.call-form-box .frm-main.frm-main-call .frm-row  .frm-field button {
    height: 32px;
    min-height: 32px;
    border: 1px solid rgba(255, 255, 255, 0.54);
    background: none;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    padding: 9px 10px 10px 10px;
    line-height: 14px;
    width: 100%;
    text-align: center;
}

.call-form-box .frm-main.frm-main-call .frm-row  .frm-field button.dark {
    background-color: #6b6361;
    border: 1px solid #6b6361;
}
.call-form-box .frm-main.frm-main-call .frm-row  .frm-field button.gray {
    background-color: #906a5d;
    border: 1px solid #906a5d;
}
.call-form-box .frm-main.frm-main-call .page-title-box {
    margin-bottom: 0px;
}

form input[name="email"] {
    position: absolute;
    top: -10000px;
    left: -3000px;
}

.message-ok {
    text-align: center;
    width: 100%; clear: both;
    margin: 10px 0px 10px 0px;
    color: white;
}

button.fancybox-close-small:hover {
    background: transparent;
    text-decoration: none;
    color: #fff;
}


.intl-tel-input .country-list .country-name {
    color: #3e3e3e;
}

body .intl-tel-input .country-list {
    position: absolute;
    z-index: 6555555;  
}

body .call-modal-form {
    overflow: visible !important;
}

body .call-modal-form [type="text"],body .call-modal-form [type="tel"] {
    color: #3e3e3e;
    background: #fff;
}

body .call-modal-form  [placeholder]::-webkit-input-placeholder {
  color: #3e3e3e;
}
body .call-modal-form  [placeholder]:-moz-placeholder {
  color: #3e3e3e;
}
body .call-modal-form  [placeholder]::-moz-placeholder {
  color: #3e3e3e;
}
body .call-modal-form  [placeholder]:-ms-input-placeholder {
  color: #3e3e3e;
}

.iti-mobile .intl-tel-input.iti-container  {
    z-index: 6555555;
}

body .intl-tel-input {
    position: relative;
    display: block;
}

@media only screen and (max-width: 450px) and (min-width: 300px)  {
    body .call-modal-form {
        width: 330px !important;
        max-width: 330px !important;
        min-width: 330px !important;
        box-sizing: border-box;
        padding: 0px 0px 0px 0px ;
        margin: auto;
    }    
    body .call-modal-form .call-form-box {
        width: 300px !important;
        max-width: 300px !important;
        box-sizing: border-box;
        padding: 0px 0px 0px 0px ;
        margin: auto;
    }    
    body .call-modal-form .call-form-box .inner-wrap, body .call-modal-form .call-form-box .page {
        position: relative;
        clear: both;
        margin: auto;
        padding: 0px 0px 0px 0px ;
        
        max-width: 300px !important;
        min-width: 300px !important;        
        width: 100%;
        box-sizing: border-box;
    }
    
}


.overlay {
    background-color: rgba(0,0,0,0.44);
    bottom: 0;
    cursor: default;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 420;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}

overlay:target+.popup {
    top: 50%;
    opacity: 1;
    display: block;
}


.popup.call-form-box-opup {
    max-width: 960px;
    width: 100%;
}

.popup {
    max-width: 360px;
    width: 100%;
    background: transparent;
    left: 50%;
    top: 50%;
    margin-left: -180px;
    border: 0;
    display: inline-block;
    opacity: 0;
    position: fixed;
    display: none;
    z-index: 450;
    box-shadow: 0 10px 55px rgba(0,0,0,.2);
    -moz-box-shadow: 0 10px 55px rgba(0,0,0,.2);
    -ms-box-shadow: 0 10px 55px rgba(0,0,0,.2);
    -o-box-shadow: 0 10px 55px rgba(0,0,0,.2);
    -webkit-transition: opacity .6s ease-out;
    -moz-transition: opacity .6s ease-out;
    -o-transition: opacity .6s ease-out;
    -ms-transition: opacity .6s ease-out;
    text-align: center;
}
.overlay:target {
    visibility: visible;
    opacity: 1;
}
.popup .popupform {
    /* padding: 15px 30px 35px; */
}
.close {
    width: 20px;
    height: 20px;
    opacity: .7;
    position: absolute;
    right: 15px;
    top: 15px;
    background: url(../img/close.svg) no-repeat center;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
}
.popup .title {
    text-align: center;
    font-weight: 600;
    font-size: 24px;
}
.popup .subtitle {
    text-align: center;
    font-size: 18px;
    margin: 0 0 15px 0;
}
.overlay:target+.popup {
    top: 50%;
    opacity: 1;
    display: block;
}

tr.akcia td {
    color: red;
    font-weight: bold !important;
    
}
span.price-akcia {
    color: red;
    font-weight: bold !important;
}
span.price-akcia-old {
    color: #3e3e3e !important;
    text-decoration: line-through !important;
    font-weight: normal !important;
    white-space: nowrap;
    clear: both;
}


