
/********************** Global ********************/
.btn-danger {
    color: #fff;
}

.w5p {width: 5%;}
.w10p {width: 10%;}
.w15p {width: 15%;}
.w20p {width: 20%;}
.w100p {width: 100%;}
.w50p {width: 50%;}

.loader {
    display: none;
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #043E7B; /* Green */
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 2s linear infinite;
}
.loader.active {
    display:inline-block;
}

.rotate-before:before {
    animation: spinning 2s infinite linear;
    -moz-animation: spinning 2s infinite linear;
    -webkit-animation: spinning 2s infinite linear;
}
@-webkit-keyframes spinning {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@-moz-keyframes spinning {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes spinning {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.navbar-brand img.img-fluid {
    max-height: 80px;
}

.hover-text-white:hover {
    color: #fff !important;
}

/********************** /Global ********************/

/******************* POPUP BANNER ******************/
.popup-link-container {
    text-align: center;
    padding: 1em 0;
}
.popup-link-container span {
    color: #52aa6f;
    border: 1px solid #52aa6f;
    background-color: #fff;
}
.popup-link-container span.btn-primary:hover {
    border: 1px solid #52aa6f;
    background-color: #52aa6f;
}
/****************** /POPUP BANNER ******************/

/********************** KATALOG ********************/
.price-old-list {
    color: #6c757d;
    font-size: 0.7em;
}
/********************* /KATALOG ********************/

/********************** AUTOLOADER ********************/
ul.bs-autocomplete-menu {
  position: absolute;
  top: 0;
  left: 0;
  width: auto !important;
  max-height: 220px;
  overflow: auto;
  z-index: 9999;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0px 1px 6px 1px rgba(0, 0, 0, 0.4);
  overflow: hidden;
}

ul.bs-autocomplete-menu a {
  font-weight: normal;
  color: #333333;
  cursor: pointer;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-state-active,
.ui-state-focus {
  color: #23527c;
  background-color: #eeeeee;
}

.bs-autocomplete-feedback {
  width: 1.5em;
  height: 1.5em;
  overflow: hidden;
  margin-top: .5em;
  margin-right: .5em;
}

/********************** /AUTOLOADER ********************/

/********************** USER DASHBOARD ********************/
.dashboard-box-link {
    text-decoration: none;
}
.dashboard-box-link .card {
    border-color: #dee2e6 !important;
}
.dashboard-box-link:hover .card {
    border-color: #053e7b !important;
}
.dashboard-box {
    text-align: center;
    padding: 10px;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    background-color: #043e7b;
}
.dashboard-box .dashboard-box-icon {
    font-size: 5em;
}
.dashboard-box .dashboard-box-text {
    font-size: 1.5em;
}
/********************** /USER DASHBOARD ********************/

/********************** CART ********************/
.item-row-del {
    color: #f2104d;
}

.text-align-justify {
    text-align: justify;
}

.ui-menu {
    background-color: #fff;
    list-style-type: none;

    margin:0;
    padding:0;
    border: 1px solid #dee2e6;
    display: table-row;
}
.ui-menu .ui-menu-item {
    border-bottom: 1px solid #dee2e6;
}
.ui-menu .ui-menu-item a {
    padding: .5em;
    cursor: pointer;
    display: block;
}

.select-delivery-address-data,
.select-invoice-address-data {
    overflow: scroll;
    padding-left: 1px;
}

#gls-background {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #0000005c;
    z-index: 1;
}
#gls-iframe {
    position: fixed;
    width: 90%;
    top: 10%;
    left: 50%;
    transform: translate(-50%, 0);
    height: 80%;
    z-index: 1;
}
#gls-iframe iframe {
    width: 100%;
    height: 100%;
}
#gls-iframe-close {
    right: 0;
    position: absolute;
    height: 45px;
    width: 40px;
    background-color: #fff;
    font-size: 30px;
    display: flex;
    justify-content: center;
    opacity: .8;
    cursor: pointer;
}

.transports-addon-info {
    display: flex;
    align-items: center;
}
/********************** /CART ********************/

/********************** CAROUSEL ********************/
#product-carousel.carousel .carousel-list-prev,
#product-carousel.carousel .carousel-list-next {
    font-size: 2em;
    top: auto;
    opacity: 1;
    bottom: -52px;
}
/********************* /CAROUSEL ********************/

/********************** GALERIE ********************/
.gallery .gallery-item {
    margin-bottom:25px;
}
.gallery .gallery-item .gallery-photos-item img {
    max-height: 150px;
    max-width: 200px;
}
.gallery .gallery-photos-item {
    padding: 10px;
    float:left;
    margin: 15px 15px 0 0;
    border:1px solid #eeeeff;
    height:180px;
    width:220px;
}

#mini-products-carousel.owl-carousel .owl-stage {
    display: flex;
}
#mini-products-carousel.owl-carousel .owl-item {
    flex: 1 0 auto;
    display: flex;
}
#mini-products-carousel.owl-carousel .owl-item img {
    width: auto;
}
/********************* /GALERIE ********************/

/*********************** HP ********************/
@media (max-width: 575.98px) {
    .homepage .carousel .display-3 {
        font-size: 1.5em;
    }
}
/********************** /HP ********************/

/********************** DETAIL ********************/
main .price-original .price-old {
    font-family: 'Roboto Condensed', sans-serif;
    color: #B3B3B3;
    font-weight: 700;
    font-size: 18px;
}
/********************** /DETAIL ********************/

/********************** CALENDAR ********************/
.calendar .calendar-week-header {
    margin-top: 10px;
}
.calendar .calendar-week .col {
    height: 70px;
    font-size: 12px;
    border: .5px solid #ccc;
    cursor: pointer;
}
.calendar .calendar-week .col:hover {
    background-color: rgb(230, 255, 235);
}
.calendar .calendar-week .col.empty {
    background-color: #e5e5e5;
    cursor: auto;
}
.calendar .calendar-week .col.disabled {
    background-color: #f003;
}
.calendar .calendar-week .col.selected {
    background-color: #f006;
}

.calendar-overlay {
    position: absolute;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    justify-content: center;
    background-color: #cccccca3;
}
/********************** CALENDAR ********************/

/********************** CODE VERIFICATION ********************/
.code-input-container {
    display: flex;
    align-items: center;
    justify-content: center;
}
.code-input-container .code-input {
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 0 10px;
    padding: .3em;
    text-align: center;
}
@media only screen and (min-width: 768px) {
    .code-input-container .code-input {
        width: 3em;
        padding: .5em;
    }
}
/********************* /CODE VERIFICATION ********************/

/********************** BUDGET REQUEST ********************/
.budget-table .removed-item,
.service-order-table .removed-item {
    color: rgb(204, 204, 204);
}
/********************* /BUDGET REQUEST ********************/

/********************** COMPLAINT ********************/
#complaint-form .form_email { display: none; }
/********************** /COMPLAINT ********************/

/********************** HEADER LANG SWITCH ********************/
.header-shop-langs .header-shop-lang-link + .header-shop-lang-link {
    margin-left: 0.5rem;
}
.header-shop-langs .header-shop-lang-icon {
    width: 24px;
    height: 16px;
    object-fit: cover;
    display: block;
}
.header-shop-langs .header-shop-lang-fallback {
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: inherit;
}
/********************** /HEADER LANG SWITCH ********************/