main {
    min-height: 67vh !important;
}

.mobile-login.close-mobile {
    position: static !important;
}

img.hover:hover {
    transform: scale(1.02);
}

img.mw-auto {
    max-width: max-content !important;
}

#banner-image {
    object-fit: cover;
    object-position: center;
    height: 100vh !important;
    filter: brightness(0.5);
}

#box-banner-info {
    top: 33%;
}

.bg-dark-brown {
    background-color: #1f1a17 !important;
}

.color-goldenrod {
    color: #bb9d5e !important;
}

.opacity-50 {
    opacity: 0.5;
}

.opacity-75 {
    opacity: 0.75;
}

.fs-12 {
    font-size: 12px !important;
}

.border-box {
    border-radius: 4px;
    border: 1px solid #ddd;
    padding: 32px;
    display: flex;
    margin-bottom: 23px;
    align-items: center;
    justify-content: space-between;
}

.border-box .open-buttons {
    display: flex;
    flex-direction: column;
    width: 240px;
    justify-content: space-between;
    align-self: stretch;
    align-items: flex-end;
}

.category-box {
    cursor: pointer;
}

.category-box:hover {
    box-shadow: 3px 5px;
    border: 2px solid #444;
}

.category-box-image {
    height: 144px !important;
    background-size: cover;
    background-position: 50% 50%;
}

.category-box:hover .category-box-image {
    background-size: 250% !important;
}

.select2-container {
    width: 100% !important;
}

.select2-container .select2-selection--single {
    height: 48px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 48px !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 16px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 48px !important;
    right: 8px !important;
}

.select2-results__option {
    height: 42px !important;
    padding: 12px 6px !important;
}

.select2-selection--multiple{
    overflow: hidden !important;
    height: auto !important;
}

.fabric-item {
    transition: none;
}

.fabric-img-thumb {
    width: 60px;
    vertical-align: middle;
}

.fabric-code {
    transition: none;
}

.category-box-image-large {
    max-width: 300px;
    padding: 12px;
    border: 1px solid #aaa;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.submit-btn {
    max-width: 20%;
    margin: auto;
}

.dropify-wrapper .dropify-message span.file-icon {
    font-size: 1rem !important;
}

.dropify-wrapper .dropify-message span.file-icon:before {
    font-size: 2rem !important;
}

.dropzone {
    border: 1px solid rgba(0, 0, 0, 0.25) !important;
    color: #888 !important;
}

.dropzone:hover {
    border: 1px solid rgba(0, 0, 0, 0.42) !important;
    color: #444 !important;
    background: #fafafa !important;
}

a.dz-remove {
    display: none;
}

.w-20 {
    width: 20% !important;
}

.w-30 {
    width: 30% !important;
}

.w-33 {
    width: 33% !important;
}

.w-40 {
    width: 40% !important;
}

.w-45 {
    width: 45% !important;
}

.buffer-mode-text {
    color: #212529;
}

.buffer-mode-label.buffer-off .buffer-mode-text {
    color: #0d6efd !important;
}

.breadcrumbs ul li::before {
    display: none !important;
}

.breadcrumbs ul li a {
    color: #999999;
    font-size: 1.2rem !important;
    margin-right: 1rem !important;
}

.breadcrumbs ul li a.selected {
    color: #111111;
}

.breadcrumbs ul li a:hover {
    color: #111111;
}

.breadcrumbs ul li a.logout:hover {
    color: #dc3545 !important;
}

.block-breadcrumb {
    padding: 24px 0px 24px 0px;
}

.box-popup-account .box-account-wrapper.size-medium {
    max-width: 900px !important;
}

.btn.btn-black.loading:hover {
    background-color: #111111 !important;
    border: 1px solid #111111 !important;;
    color: #fff !important;;
}