@import url('https://fonts.googleapis.com/css2?family=Bree+Serif&family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap');

body, .footer, .footer-ribbon {
    font-family: 'Source Sans Pro', sans-serif !important;
}

.swal2-popup {
    font-size: 1.3rem !important;
}

.icon-webshop {
    content: url(icons/webshop.png);
    max-width: 20px;
}

.icon-forms {
    content: url(icons/forms.png);
    max-width: 20px;
}

.icon-presents {
    content: url(icons/presents.png);
    max-width: 20px;
}

.icon-marketing {
    content: url(icons/marketing.png);
    max-width: 20px;
}

.icon-monthly {
    content: url(icons/monthly.png);
    max-width: 20px;
}

.icon-document-download {
    content: url(icons/document-download-icon.png);
    max-width: 20px;
}

.product-default img {
    max-height: 260px;
    object-fit: scale-down;
    min-height: 260px;
}

.monthlyFreeRole {
    color: darkorange !important;
}

.defaultRole {
    color: white !important;
}

.product-single-qty .bootstrap-touchspin .form-control {
    width: unset;
}

.bootstrap-touchspin .form-control.vertical-quantity {
    padding: 1.1rem 0.7rem !important;
}

.label-warning {
    background-color: #f5c65d;
}

.product-col {
    word-break: break-word;
}

.lds-roller {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    left: 50%;
    top: 50%;
}

.lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 40px 40px;
}

.lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #6a488e;
    margin: -4px 0 0 -4px;
}

.lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
    top: 63px;
    left: 63px;
}

.lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
    top: 68px;
    left: 56px;
}

.lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
    top: 71px;
    left: 48px;
}

.lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
    top: 72px;
    left: 40px;
}

.lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
    top: 71px;
    left: 32px;
}

.lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
    top: 68px;
    left: 24px;
}

.lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
    top: 63px;
    left: 17px;
}

.lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
    top: 56px;
    left: 12px;
}

@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.btn-info {
    background-color: #00a6b6 !important;
    border-color: #00a6b6 !important;
}

.btn-outline-primary {
    color: #6a488e !important;
    border-color: #6a488e !important;
}

.btn-primary.focus, .btn-primary:focus, .btn-primary:hover {
    border-color: #6a488e !important;
    background-color: #6a488e !important;
}

.swal2-styled.swal2-confirm {
    background-color: #6a488e !important;
}

.btn-outline-primary:hover {
    background-color: #6a488e !important;
    color: white !important;
}

.dropdown-arrow:after, .dropdown-toggle::after {
    vertical-align: top;
    margin-top: 10px;
}

.main {
    min-height: 80vh;
}

.btn-alfa {
    background: none;
    color: #6a488e;
    font-size: 16px;
}

.btn-alfa .fa-trash-can {
    color: #ef6e6e;
}

.checkout-progress-bar li.active:before, .checkout-progress-bar li.active > span:before,
.shipping-address-box.active:after {
    background-color: #00ce7d !important;
}

.shipping-address-box.active {
    border-color: #00ce7d !important;
}

.label-package {
    background-color: #ff7800;
}

.alert {
    margin-bottom: 0 !important;
    padding: .75rem 1.25rem !important;
}

header .separator {
    border-left: 1px solid white !important;
    opacity: 0.5;
}

.table-responsive {
    max-height: 600px;
}

thead th {
    position: sticky;
    top: 0;
    background-color: white;
    z-index: 10;
}

.header .separator {
    display: block !important;
}

.msger-chat {
    flex: 1;
    overflow-y: auto;
    padding: 10px;
}

.msger-chat::-webkit-scrollbar {
    width: 6px;
}

.msger-chat::-webkit-scrollbar-track {
    background: #ddd;
}

.msger-chat::-webkit-scrollbar-thumb {
    background: #bdbdbd;
}

.msg {
    display: flex;
    align-items: flex-end;
    margin-bottom: 10px;
}

.msg:last-of-type {
    margin: 0;
}

.msg-bubble {
    padding: 15px;
    border-radius: 15px;
    background: #ececec;
}

.msg-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.msg-info-name {
    margin-right: 10px;
    font-weight: bold;
}

.msg-info-time {
    font-size: 0.85em;
}

.left-msg .msg-bubble {
    border-bottom-left-radius: 0;
}

.aegon-link {
    color: #6a488e !important;
}

#privilegeName {
    font-weight: bold;
    font-size: 10px;
}

.footer {
    background: rgb(63, 43, 86);
    background: linear-gradient(180deg, rgba(63, 43, 86, 1) 0%, rgba(106, 72, 142, 1) 100%);
    color: white !important;
    margin-top: auto;
}

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

#footer-image {
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0.2;
    width: 200px;
}

#pre-footer-image {
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0.2;
    width: 100px;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #6a488e !important;
}

.header-search-category .form-control, .header-search-category .btn {
    border-radius: 0 !important;
}

.footer-bottom {
    border-top: 0 !important;
}

@media only screen and (min-width: 500px) {
    .footer-copyright {
        border-top: 1px solid #313438 !important;
    }
}

.shopping-cart-icon {
    content: url("/assets/images/icons/shopping_cart.webp");
    max-width: 40px;
}

.documents-icon {
    content: url("/assets/images/icons/documents.webp");
    max-width: 40px;
}

.gift-icon {
    content: url("/assets/images/icons/gift.webp");
    max-width: 40px;
}

.document-icon, .document-icon-sm {
    content: url("/assets/images/icons/document.webp");
}

.document-icon {
    max-width: 40px;
}

.document-icon-sm {
    max-width: 25px;
    vertical-align: bottom;
}

.download-icon, .download-icon-sm {
    content: url("/assets/images/icons/download.webp");
}

.download-icon {
    max-width: 40px;
}

.download-icon-sm {
    max-width: 25px;
    vertical-align: bottom;
}

.coins-icon {
    content: url("/assets/images/icons/coins.webp");
    max-width: 40px;
}

.profile-icon {
    content: url("/assets/images/icons/profile.webp");
    max-width: 40px;
}

.edit-icon, .edit-icon-sm {
    content: url("/assets/images/icons/edit.webp");
}

.edit-icon {
    max-width: 40px;
}

.edit-icon-sm {
    max-width: 25px;
    vertical-align: bottom;
}

.message-icon {
    content: url("/assets/images/icons/message.webp");
    max-width: 40px;
}

.cartItemsNumber{
    left: 25px !important;
}