body {
    background-color: rgb(0,0,0);
    color: #fff;
    position: absolute;
    top: 0px;
    width: 100%;
    font-weight: 500;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 600 !important;
}

h5 p, h5 span {
    line-height: 1.61em !important;
    font-size: 1.2em !important;
}

.table {
    color: #fff;
}

a, a:focus, a:hover {
    color: #529ec0;
}

input::placeholder {
  color: #D8D8D8 !important;
}

.sansation-light {
  font-family: "Sansation", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.sansation-regular {
  font-family: "Sansation", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.sansation-bold {
  font-family: "Sansation", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.sansation-light-italic {
  font-family: "Sansation", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.sansation-regular-italic {
  font-family: "Sansation", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.sansation-bold-italic {
  font-family: "Sansation", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poiret-one-regular {
  font-family: "Poiret One", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.bruno-ace-sc-regular {
  font-family: "Bruno Ace SC", sans-serif;
  font-weight: 400;
  font-style: normal;
}


#loader-fade {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 999997;
	background-color: rgba(0,0,0,.8);
	display: block;
	opacity: 0;
	visibility: hidden;
	transition: 0.3s ease all;
}

#loader-fade.faded {
	opacity: 1;
	visibility: visible;
}

#loader {
	display: none;
	z-index:999998;
	top: 38%;
    margin: auto;
	position: relative;
	border: 8px solid white;
	border-radius: 50%;
	border-top: 8px solid #5ebfea;
	width: 100px;
	height: 100px;
	-webkit-animation: spin 1.5s linear infinite; /* Safari */
	animation: spin 1.5s linear infinite;
}

#loader-image {
	position: relative;
	display: none;
	z-index: 999999;
	background: url('/img/icon_white.png');
	background-position: center; 
    background-repeat: no-repeat;
    margin:auto;
    height: 180px;
    top:39%;
}

#loader-text {
	position: relative;
	display: none;
	z-index: 999999;
    margin: auto;
    top: 38%;
	/*width: 500px;*/
    color: #FFF;
    text-align: center;
    font-size: larger;
    font-family: "Bruno Ace SC", sans-serif;
}

#loader-process {
	position: relative;
	display: none;
	z-index: 999999;
    margin: auto;
    margin-top: 1em;
    top: 38%;
	width: 100px;
    color: #FFF;
    text-align: center;
    font-size: x-large;
    font-weight: bold;
}

/* Safari */
@-webkit-keyframes spin {
	0% { -webkit-transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

.footer {
    text-align: left;
    position: relative;
    bottom: 0;
    width: 100%;
    font-size: smaller;
    background-color: rgba(0, 0, 0);
    color: rgba(139, 139, 139);
    /*font-family: "Sansation", sans-serif;*/
    text-transform: uppercase;
    font-weight: 500 !important;
}

.footer p{
    margin-bottom: 0.5rem;
    font-weight: 500 !important;
}

.footer p, footer a{
    color: rgba(139, 139, 139) !important;
}

.footer a:hover{
    color: #fff !important;
}

.main {
    background-color: transparent;
}

.navbar {
    background-color: transparent;
    box-shadow: none;
    height: 127px;
    max-height: 127px;
    z-index: 1;
    position: absolute;
    top: 0px;
    width: 100%;
}

.navbar a {
    font-weight: 500;
}

.navbar-collapse {
    position: fixed;
    display: block !important;
    top: 0;
    height: 100% !important;
    width: 500px;
    right: 0;
    z-index: 1032;
    visibility: visible;
    background-color: #999;
    overflow-y: visible;
    border-top: none;
    text-align: left;
    max-height: none !important;
    transform: translate3d(500px, 0, 0);
    transition: all .5s cubic-bezier(.685, .0473, .346, 1);
}

[class*=navbar-expand-] .navbar-collapse {
    width: 500px;
}

.navbar .navbar-toggler {
    display: inline-block !important;
    width: 61px;
    height: 40px;
}

.navbar .navbar-toggler-bar {
    display: block;
    position: relative;
    width: 35px;
    height: 2px;
    border-radius: 1px;
    background: #fff;
}

.navbar .navbar-toggler-bar.bar2 {
    width: 35px !important;
}

.navbar .navbar-toggler-bar+.navbar-toggler-bar {
    margin-top: 12px;
}

.nav-open .navbar-collapse {
    transform: translateZ(0);
}

.navbar-collapse, .navbar-collapse:before, .navbar-collapse:not(.has-image) {
    /*z-index: 999;*/
    background: rgba(10, 10, 10, 0.95) !important;
    background-color: rgba(10, 10, 10, 0.95) !important;
}

.navbar .navbar-nav {
    width: 100%;
    height: 100%;
}

.navbar .navbar-nav .nav-link:not(.btn) {
    cursor: pointer;
    margin-bottom: 0.5em;
    margin-left: 0.3em;
    margin-right: 0.3em;
    padding-top: 0.7em;
    padding-bottom: 0.7em;
    font-family: "Sansation", sans-serif;
    font-size: 2em;
}

.navbar .icon-image {
    width: 20px;
}

.navbar .navbar-nav .nav-link:not(.btn) {
    font-weight: 400;
}

.navbar-brand img {
    height: 100px;
}

.wrapper {
    min-height: 500px;
}

.first-container {
    padding-top: 135px;
}

.data-form {
    min-height: 700px;
}

a {
    text-decoration: none !important;
}

p {
    font-weight: 400;
}

.form-control {
    color: #fff !important;
    border-radius: 5px;
}

.bg-white .form-control {
    color: #383838 !important;
}

.bg-black .form-control {
    color: #fff !important;
}

textarea.form-control {
    max-height: 300px;
    border: 1px solid #ced4da;
    border-radius: 5px;
}

textarea.form-control:active, textarea.form-control:focus {
    border: 1px solid #529ec0 !important;
}

.form-control-black {
    color: #000 !important;
}

.form-control:focus {
    color: #000 !important;
    border-color: #529ec0 !important;
}

select {
    color: #fff !important;
}

select:focus {
    color: #000 !important;
}

.card{
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .15);
}

.card .card-image {
    text-align: center;
    height: 350px !important;
    max-height: 350px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-image img {
    /*width: 100%;*/ 
    max-height: 350px;
    /*object-fit: cover;*/
}

.basket-img{
    width: 60px; 
    height: 100%;
    object-fit: cover;
}

.card .name-container {
    display: flex;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    /*justify-content: center;*/
    margin-left: auto;
    margin-right: auto;
    /*padding: 5px;*/
    padding-bottom: 3px;
    width: 100%;
    height: 130px;
}

.card .name-container .name {
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 110px;
    font-weight: 500;
    font-size: 12px;
    color: rgba(20, 20, 20, 1);
    /*text-align: center;*/
}

.card .price-container {
    height: 50px;
}

.card .price-container .price {
    font-size: small;
    font-weight: 500;
}

.hover-light:hover{
    background-color: #F5F5F5;
    transition: 0.3s;
}

.cursor-pointer{
    cursor: pointer;
}

.pagination{
    margin-top: 1em;
    padding-top: 1em;
    border-top: 1px solid #d8d8d8;
    border-radius: 0;
}

.pagination > li{
    margin-right: 2px;
}

.pagination > li a, .pagination > li.disabled{
    text-align: center;
    font-size: 1rem;
    display:block;
    height: 1.875rem;
    min-width: 1.875rem;
    width: 1.875rem;
    line-height: 1.8rem;
    border: 2px solid #9e9e9e !important;
    color: #9e9e9e;
    border-radius: 50%;
    padding: 0 !important;
    text-decoration: none;
}

.pagination > li.active a, .pagination > li a:hover{
    background-color: #fff !important;
    border: 2px solid #ed1c24 !important;
    color: #ed1c24 !important;
    box-shadow: none !important;
}

.pagination > li.prev{
    margin-right: 5px;
}

.pagination > li.next{
    margin-left: 5px;
}

.pagination > li.disabled{
    border: 2px solid #cfcfcf!important;
    color: #cfcfcf !important;
}

.table>thead>tr>th {
    font-weight: 500;
}

.table-data-column-small{
    min-width: 100px !important;
    width: 100px !important;
    max-width: 100px !important;
}

.table-data-column{
    min-width: 130px !important;
    width: 130px !important;
    max-width: 130px !important;
}

.table-data-column-big{
    min-width: 150px !important;
    width: 150px !important;
    max-width: 150px !important;
}

.font-smaller{
    font-size: smaller !important;
}

.text-decoration-none, .text-decoration-none:hover{
    color: transparent !important;
    border-color: transparent !important;
    text-decoration: none !important;
}

.btn{
    font-weight: 500;
    text-transform: uppercase;
    font-size: 1em;
    font-family: Montserrat, Helvetica Neue, Arial, sans-serif !important;
}

.btn-primary {
    background: #5ebfea !important;
    color: #fff;
}

.btn-primary:hover {
    background: #529ec0 !important;
}

.btn-cart {
    padding: 1.5rem !important;
}

.btn-quantity {
    min-height: 41px !important;
}

.stepper-wrapper {
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
  }
  .stepper-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
  
    @media (max-width: 768px) {
      font-size: 12px;
    }
  }
  
  .stepper-item::before {
    position: absolute;
    content: "";
    border-bottom: 3px solid #ccc;
    width: 100%;
    top: 20px;
    left: -50%;
    z-index: 2;
  }
  
  .stepper-item::after {
    position: absolute;
    content: "";
    border-bottom: 3px solid #ccc;
    width: 100%;
    top: 20px;
    left: 50%;
    z-index: 2;
  }
  
  .stepper-item .step-counter {
    position: relative;
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    color: #383838 ;
    border: 3px solid #ccc;
    margin-bottom: 6px;
  }
  
  .stepper-item.active {
    font-weight: bold;
  }
  
  .stepper-item.completed .step-counter {
    background-color: #383838;
    border: 3px solid #5ebfea;
    color: #fff;
  }
  
  .stepper-item.completed::after {
    position: absolute;
    content: "";
    border-bottom: 3px solid #5ebfea;
    width: 100%;
    top: 20px;
    left: 50%;
    z-index: 3;
  }
  
  .stepper-item:first-child::before {
    content: none;
  }
  .stepper-item:last-child::after {
    content: none;
  }

.search-list {
    max-height: 300px;
    overflow-x: hidden; 
    overflow-y: auto;
    z-index: 999999;
    background-color: #fff;
    border: 1px solid #A8A8A8;
    border-radius: 5px;
    /*box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .15);*/
}

.search-list a {
    color: #000 !important;
}

.search-list .search-item {
    min-height: 70px; 
    height: 70px; 
    max-height: 70px;
}

.search-list .search-image img {
    max-width: 90px; 
    max-height: 60px; 
    width: auto; 
    height: auto;
}

.search-list .search-text {
    white-space: nowrap; 
    overflow: hidden; 
    text-overflow: ellipsis;
}

.highlight-item-group .default {
    height: 500px; 
    background-size: cover;
}

.highlight-item-group .other {
    height: 230px; 
    background-size: cover;
}

.highlight-item-group h3 {
    font-weight: 800;
}

.nav-pills .nav-link, .nav-tabs .nav-link{
    border-radius: .25rem !important;
}

[class*=btn-outline-] {
    color: #888888;
}

.navbar-expand-lg .navbar-nav {
    -ms-flex-direction: column;
    flex-direction: column; 
}

.quantity {
    border-radius: 0px;
    width: 65px;
    max-width: 65px;
}

.iti {
    display: block !important;
}

.btn.disabled {
    pointer-events: none;
}

.drop-down-multi{
    position: absolute;
    top:40px;
    box-sizing: border-box;
    width: 250px;
    visibility: hidden;
    transition: ease-out .1s;
    -moz-transition: ease-out .1s;
    -webkit-transition: ease-out .1s;
    list-style-type:none;
    background-color: #FFF;
    box-shadow: -2px 2px 81px -27px rgba(0, 0, 0, 0.3);
    padding: 10px !important;
    margin-left: 10px !important;
    border-bottom: 5px solid #ed1c24;
    color: #000;
}

.has-sub {
    position:relative;
    z-index: 99999999;
}

.has-sub:hover>.drop-down-multi{
    visibility: visible;
}

.drop-down-multi li a{
    font-size: smaller;
}

.drop-down-multi .sub-menu{
    left:230px;
    top:0;
}

.dropdown-item{
    padding-left: 3px !important;
    padding-right: 3px !important;
}

.discount {
    position: absolute;
    top: 5px;
    right: 5px;
    min-width: 50px;
    width: 50px;
    max-width: 50px;
    min-height: 50px;
    width: 50px;
    max-height: 50px;
    padding: 5px;
    padding-top: 16px;
    border-radius: 50%;
    background-color: #b30000;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
}

input[type="checkbox"] {
    width: 15px;
    height: 15px;
    accent-color: #ed1c24;
}

.bg-image {
    background-size: cover; 
    background-position: 50%;
}

.bg-image-default {
    background-image: url('/img/background/bg.jpg'); 
}

.bg-black {
    background-color: rgba(0, 0, 0);
}

.bg-gray {
    background-color: rgba(240, 240, 240);
}

.bg-blue {
    background-color: rgba(62, 68, 156);
}

.bg-green {
    background-color: rgba(50, 105, 113);
}

.bg-transparent-black {
    background-color: rgba(20, 20, 20, 0.3);
}

.bg-transparent-gray {
    background-color: rgba(136, 136, 136, 0.3);
}

.bg-transparent-white {
    background-color: rgba(255, 255, 255, 0.5);
}

.bg-transparent-black-medium {
    background-color: rgba(20, 20, 20, 0.5);
}

.bg-transparent-blue {
    background-color: rgba(26, 43, 85, 0.5);
}

.bg-transparent-purple {
    background-color: rgba(61, 40, 111, 0.5);
}

.bg-transparent-green {
    background-color: rgba(50, 105, 113, 0.5);
}

.bg-transparent-pink {
    background-color: rgba(167, 87, 118, 0.5);
}

.bg-transparent-red {
    background-color: rgba(219, 84, 17, 0.3);
}

.bg-transparent-yellow {
    background-color: rgba(229, 172, 19, 0.3);
}


.card {
    background-color: rgba(20, 20, 20, 0.3);
    color: #fff;
}

.card-fashion:not(.card-background):before {
    z-index: inherit;
}

.text-description {
    min-height: 115px;
    height: 115px;
    max-height: 115px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #888888;
}

.text-description p, .text-description span{
    color: #888888 !important;
    font-family: "Sansation", sans-serif !important;
    font-weight: 500 !important;
    font-style: normal !important;
}

.item-description, .item-description p, .item-description span {        
    font-family: "Sansation", sans-serif !important;
    font-weight: 300 !important;
    font-style: normal !important;
    color: #fff !important;
}

.text-pink {
    color: #f879bc !important;
}

.section-image:after {
    z-index: 0 !important;
}

.section-image .container-full-side {
    width: 100%;
    /*z-index: 2;*/
    position: relative;
}

.hover-underline-animation {
  display: inline-block;
  position: relative;
}

.hover-underline-animation::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 5px;
  bottom: 0;
  left: 0;
  background-color: #e40580;
  transition: transform 0.25s ease-out;
}

.hover-underline-animation:hover::after {
  transform: scaleX(1);
}

.hover-underline-animation.left::after {
  transform-origin: bottom right;
}

.hover-underline-animation.left:hover::after {
  transform-origin: bottom left;
}

.hover-underline-animation.center::after {
  transform-origin: bottom center;
}

.hover-underline-animation.center:hover::after {
  transform-origin: bottom center;
}

.hover-underline-animation.right::after {
  transform-origin: bottom left;
}

.hover-underline-animation.right:hover::after {
  transform-origin: bottom right;
}

.info .icon.icon-circle {
    background-color: #fff;
}

.icon.icon-primary.icon-circle {
    box-shadow: 0 9px 30px -6px rgba(249, 99, 50, .8);
}

.icon.icon-info.icon-circle {
    box-shadow: 0 9px 30px -6px rgba(44, 168, 255, .8);
}

.icon.icon-success.icon-circle {
    box-shadow: 0 9px 30px -6px rgba(24, 206, 15, .8);
}

/*.info .icon.icon-circle i {
    line-height: 2.2;
}

.info .icon>i {
    font-size: 3.8em;
}*/

.info {
    padding-top: 20px;
    padding-bottom: 10px;
}

.info .info-title {
    color: #C8C8C8;
}

.info p {
    color: #C8C8C8;
}

.iti__country-name {
    color: #383838;
}

.form-check-radio input[type=radio]:checked+.form-check-sign:after {
    width: 8px;
    height: 8px;
    background-color: #529ec0;
    border-color: #529ec0;
    top: 9px;
    left: 9px;
    opacity: 1;
}

.input-group i {
    color: #529ec0;
}

.card a:not(.btn):not(.nav-link):not([data-toggle=collapse]):not(.footer-link) {
    color: #888888;
}

.text-one-row {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.text-two-row {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.text-three-row {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.text-four-row {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.text-five-row {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.item-big-image {
    height: 700px;
    max-height: 700px;
}

.item-image {
    height: 500px;
    max-height: 500px;
}

.item-small-image {
    height: 300px;
    max-height: 300px;
}

.item-smaller-image {
    height: 200px;
    max-height: 200px;
}

.item-x-small-image {
    height: 100px;
    max-height: 100px;
}

.item-xx-small-image {
    height: 50px;
    max-height: 50px;
}

.vertical-bottom {
    position: absolute;
    bottom: 0px;
}

.modal-dialog {
    position: relative;
    top: 10%;
    /*transform: translateY(-50%);*/
}

.modal-icon-container {
    width: 100%;
    text-align: center;
    padding-top: 30px;
}

.modal-icon {
    margin-top: -60px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    background-color: #529ec0;
}

.modal-icon i {
    font-size: 38px;
}

.modal-content {
    background-color: #303030;
    border-radius: 10px;
}

.modal-icon {
    margin-top: -60px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
}

.author {
    width: 100%;
    text-align: center;
}

.author .avatar {
    margin-top: -80px;
    width: 100px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
}

.avatar img {    
    height: 100px;
    max-height: 100px;
    border-radius: 50%;
}

.rounded {
    border-radius: .8rem !important;
}

.inverted{
    -webkit-filter: invert(100%);
    filter: invert(100%);
}

.fw-300 {
    font-weight: 300 !important;
}

.fw-400 {
    font-weight: 400 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.icon-image {
    display: inline-block;
    width: 30px;
    margin-right: 10px;
}

.icon-image-highlight {
    height: 100px;
    max-height: 100px;
}

.table thead th {
    text-transform: uppercase;
    font-weight: 300 !important;
}

.alert-webshop {
    position: absolute; 
    left: 25%; 
    top: 50px; 
    width: 50%;
    z-index: 999;
}

.alert.alert-danger {
    background-color: rgba(255, 54, 54);
}

.badge-discount {
    width: 50px !important;
    height: 50px !important;
    max-height: 50px !important;
    border-radius: 50%;
    margin-left: 10px;
    font-size: small !important;
    vertical-align: middle !important;
    padding-top: 17px;
}

@media (-webkit-min-device-pixel-ratio: 1.1) {
    .container {
        max-width: 1500px;
    }
    
    .product-price h3 {
        padding-top: 7%;
        font-size: 1.3em;
    }

    .product-price s {
        font-size: 11px;
    }
}

@media (max-width:1366px) {
    .product-price h3 {
        padding-top: 7%;
        font-size: 1.3em;
    }
    
    .product-price s {
        font-size: 11px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1500px;
    }
}

@media (max-width: 991px) {
    .navbar .navbar-translate {
        display: block;
    }    

    .navbar-collapse, .navbar-collapse:before {
        background: rgba(20, 20, 20, 1);
        background-color: rgba(20, 20, 20, 1);
    }

    [class*=navbar-expand-] .navbar-collapse {
        width: 300px;
    }

    .nav-button-link {
        margin-left: 0;
        margin-right: 0;
    }

    .nav-button-link h3 {
        font-size: 1.5em;
    }

    .navbar-brand img {
        height: 70px;
    }

    .product-container .card-body {
        padding: 0.5rem;
    }

    .alert-webshop {
        left: 5%; 
        width: 90%;
    }
    
    .modal .btn-lg {
        padding: 15px;
    }
}

@media (max-width: 767px) {
    .info .icon.icon-circle {
        width: 50px;
        max-width: 50px;
        height: 50px;
        max-height: 50px;
    }

    .info .icon>i {
        font-size: 2.5em;
    }

    .info .icon.icon-circle i {
        line-height: 1.9em;
    }

    .modal-dialog {
        top: 5%;
    }
}