@import "header.css";
@import "loader.css";
@import "product.css";
@import "navbar-rewrite.css";

:root {
    --general-color: #3295C5;

    --sm: 576px;
    --md: 768px;
    --lg: 992px;
    --xl: 1200px;
}

body {
    color: #4d4b4b;
    font-size: .8125em;
}

a {
    opacity: 1;
    text-decoration: none;
    transition: opacity .3s ease-out;
}

a:hover {
    opacity: .8;
    text-decoration: none;
    transition: opacity .3s ease-out;
}

#f_logo {
    height: 80px !important;
    background: white;
}
.nr2logo {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-right: 15px;
    background: #EEE;
    background: -moz-linear-gradient(top,#EEE 50%,#FFF 100%);
    background: -webkit-linear-gradient(top,#EEE 50%,#FFF 100%);
    background: linear-gradient(to bottom,#EEE 50%,#FFF 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EEE',endColorstr='#FFF',GradientType=0);
}

.navbar-auth .navbar-brand {
    color: black !important;
}

#footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
}

#footer {
    border: 0;
    margin: 0;
    box-sizing: border-box;
    padding: 20px;
    background: #AAA;
    background: -moz-linear-gradient(top, #AAA 50%, #999 100%);
    background: -webkit-linear-gradient(top, #AAA 50%,#999 100%);
    background: linear-gradient(to bottom, #AAA 50%,#999 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#AAA', endColorstr='#999',GradientType=0 );
    color: #FFF;
    font-size: 15px;
    line-height: 16px;
    margin-top: 20px;
    text-align: center;
}

.footer-auth {
    color: white !important;
}

.bg-apf {
    background: white;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a3a93', endColorstr='#4971bd',GradientType=0 );
    color: #FFF;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}

#frmInfo label {
    font-size: 18px !important;
    margin-left: 0 !important;
    margin-bottom: 7px !important;
}

#frmInfo label.privacy {
    font-size: 15px !important;
    margin-left: 10px !important;
}

/*.slick-slide .slick-active img {*/
/*    width: 250px;*/
/*    object-fit: contain;*/
/*}*/

.slick-slide img {
    opacity: 1;
    transition: opacity .3s ease-in;
    margin: auto;
}

.slick-slide img:hover {
    opacity: .8;
    transition: opacity .3s ease-out;
}

.slick-track {
    transform: unset !important;
}

.slider {
    margin-bottom: 4rem;
}

.slick-slide:focus {
    box-shadow: none;
    border: 0;
}

.page-title {
    text-align: center;
}

.input-title {
    background-color: transparent;
    font-weight: 600;
    line-height: calc(2.5rem - 1px);
    -webkit-transition: .2s ease-out;
    transition: .2s ease-out;
    top: 0;
    font-size: .777rem;
    cursor: text;
    display: block;
    max-width: 100%;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 .5rem;
    margin-bottom: .5rem;
    color: #435a70;
}

.divider {
    display: block;
    height: 1px;
    background: #ebeced;
    margin: 8px 0;
}

.disabled {
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.5;
}

.euros:before {
    content: '€';
}

.main-container {
    padding: 30px 0;
}

.page-title {
    text-align: center;
    padding-bottom: 1rem;
}

.hidden {
    display: none;
}

.add-to-cart {
    position: absolute;
    bottom: 17px;
    right: 10px;
}

li.cart {
    margin: auto 0;
}

li.rightsearch.cata .form-group{
    margin: 0;
}

.color-canceled {
    color: red;
}

.color-new {
    color: dodgerblue;
}

.color-done {
    color: green;
}

.jq-toast-wrap {
    z-index: 999999999 !important;
}

.jconfirm-content-pane{
    -webkit-overflow-scrolling: touch;
}

.jconfirm-holder, .jc-bs3-container, .jconfirm-box-container{
    padding: 0 !important;
}

.jconfirm-box{
    height: 100vh;
}

.jconfirm-content-pane{
    max-height: calc(100% - 40px) !important;
}

.jconfirm-content-pane .card-wrapper {
    width: 100% !important;
}

.jconfirm-buttons{
    position: absolute;
    top: 15px;
    right: 15px;
}

.jconfirm-title-c{
    padding-top: 6px;
}

.jconfirm-buttons .btn-default{
    color: #fff !important;
    background-color: #d9364f !important;
    border-color: #d9364f !important;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075) !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075) !important;
}


.switch_input {
    vertical-align: bottom;
    margin-left: 10px;
}
.switch_input input[type="checkbox"] {
    width: 0;
    height: 0;
    visibility: hidden;
}
.switch_input label {
    width: 23px;
    height: 15px;
    display:block;
    background-color: lightgray;
    border-radius: 100px;
    position: relative;
    cursor: pointer;
    transition: 0.5s;
    box-shadow: 0 0 20px #477a8550;
}
.switch_input label::after {
    content: "";
    width: 13px;
    height: 13px;
    background-color: #e8f5f7;
    position: absolute;
    border-radius: 13px;
    top: 1px;
    left: 1px;
    transition: 0.5s;
}

.switch_input input:checked + label:after {
    left: calc(100% - 1px);
    transform: translateX(-100%);
}

.switch_input input:checked + label {
    background-color: #243d42;
}

.switch_input label:active:after {
    width: 7px;
}

.dropdown-menu {
    min-width: 300px !important;
}
.dropdown {
    z-index: 20;
}