@import "colors.css";
@import "header.css";
@import "forms.css";
@import "pwa.css";

/* GLOBAL */
html, body {
    display: flex;
    flex-direction: column;
    margin: 0;
    position: relative;
}

main {
    flex: 1;
}

body {
    color: #666;
    font-family: Montserrat, sans-serif !important;
    font-size: .875rem;
    font-weight: 400;
    min-height: 100%;
}

ul, ol {
    list-style: none;
    margin: 0 !important;
    padding: 0;
}

a {
    text-decoration: none;
    background-color: transparent;
}
.a-green {
    color: #01783b !important;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 400 !important;
}

*:focus {
    outline: none !important;
    outline-style: none !important;
}

.no-padding {
    padding: 0 !important;
}

h3 {
    font-size: 1.75rem;
}

h4 {
    font-size: 1.5rem;
}

label {
    font-size: .875rem;
}

small {
    font-size: 80%;
}

p {
    font-size: .875rem;
}

.padding {
    padding: 1.875rem 1.25rem;
}

.h-spatial {
    margin-bottom: 1.5rem;
}

#app {
    position: relative;
    min-height: 100vh;
}

.alert-danger {
    font-size: .875rem;
}

div.text-primary, .text-success {
    color: #01783b !important;
}

a.text-primary:hover, a.text-primary:focus {
    color: #014522 !important;
}

.block {
    position: relative;
    display: block;
    padding: 1.875rem 15px;
}
.toast {
    position: fixed;
    top: 20%;
    right: 0;
    padding: 2px 15px;
    color: #fff;
    background: #25b925;
}
.toast-header {
    display: block;
    background-color: unset;
    border: none;
}

.flash-message {
    width: 100%;
}

.response {
    background: #f7f7f7;
}

@media screen and (max-width: 991px) {
    .block {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
    }
}

.inline-block {
    display: inline-block;
}

.btn-link {
    color: #01783b;
    font-size: 1rem;
}

.btn-link-sm {
    font-size: .875rem;
}

.btn.focus, .btn:focus {
    box-shadow: unset;
}

.disabled {
    filter: grayscale(80%);
    pointer-events: none;
}

.enabled {
    pointer-events: visible;
    cursor: pointer;
}

.form-check-input-product-order label.enabled:hover:before {
    border: solid 1px #e6e6e6;
}

@media screen and (max-width: 765px) {
    .block:not(.carousel) .container-fluid {
        padding: 0;
    }
}

.block-dark {
    background-color: #f7f7f7;
}


.block-dark .row {
    background-color: #fff;
}

@media screen and (max-width: 765px) {
    .block-dark .row {
        background-color: unset;
    }

    .block-dark .row .categories {
        background-color: #fff;
    }
}

.lb {
    border-bottom: 1px solid #ddd;
}

.p0-vertical {
    padding-bottom: 0;
    padding-top: 0;
}

.p0-bottom {
    padding-bottom: 0;
}

.p1-botton {
    padding-bottom: 1rem;
}

.container-fluid {
    max-width: 1440px;
}

.flex {
    display: flex;
    flex-wrap: wrap;
}

.flex-column {
    flex-direction: column;
}

.item-center {
    align-self: center;
}

.items-between {
    justify-content: space-between;
}

.btn-orange {
    background-color: #e94d02 !important;
    border-color: #e94d02 !important;
    color: white !important;
}

.btn-orange:hover {
    background-color: #d54602 !important;
    border-color: #d54602 !important;
}

.btn-danger {
    color: #fff !important;
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
}

.btn-danger:hover {
    background-color: #c82333 !important;
    border-color: #bd2130 !important;
}

.btn-success {
    background-color: #01783b !important;
    border-color: #01783b !important;
}

.btn-success:active, .btn-success:hover {
    background-color: #015027 !important;
    border-color: #015027 !important;
}

.text-green {
    color: #01783b !important;
}

.btn-lightest.selected {
    color: #fff;
    background-color: #e94d02;
    border-color: #e94d02;
}

.btn-lightest {
    color: #01783b;
    background-color: #f7f7f7;
    border-color: #f7f7f7;
    z-index: 0 !important;
}

.btn-lightest:active:not(.selected), .btn-lightest:focus:not(.selected), .btn-lightest:hover:not(.selected) {
    background-color: #f7f7f7;
    border-color: #f7f7f7;
    color: #e94d02;
}

/* NAVIGATION */

.nav-item {
    margin: .625rem 0;
    padding: .5rem 1.25rem;
}

.nav-item a:hover {
    color: #333;
    text-decoration: none;
}

.nav-item > a {
    color: #737373;
    font-family: Roboto, sans-serif;
    font-size: 1rem;
    font-weight: 300;
}

.dropdown {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.dropdown > a {
    color: #333;
}

.dropdown:focus .dropdown-menu {
    display: block;
}

.dropdown .dropdown-menu {
    border-color: #ddd;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: auto;
    margin: 0;
    z-index: 1040;
    min-width: 31.25rem;
    top: 2.92rem;
}

.dropdown .dropdown-menu .submenu {
    background-color: #f8f9fa;
    list-style-type: none;
    padding: 0;
    width: 100%;
    top: -.5rem;
    min-height: calc(100% + 1rem);
    height: auto;
    position: absolute;
    display: none;

    margin: .625rem 0;
}

nav.block.navbar {
    padding: 0;
}

@media screen and (max-width: 768px) {
    nav.block.navbar {
        display: none;
    }
}

.dropdown-menu {
    font-size: .875rem;
}

.dropdown-menu .submenu .nav-item .nav-link {
    color: #737373;
    padding: .5rem 1.25rem;
    font-size: .875rem;
    font-family: Roboto, sans-serif;
}

.dropdown-menu .submenu .nav-item {
    margin: 0;
    padding: 0;
}

.dropdown-menu .submenu .nav-item:first-child {
    margin-top: .625rem;
}

.navbar .dropdown .dropdown-menu .dropdown-item:hover, .navbar .dropdown .dropdown-menu .dropdown-item.show-active {
    background: #f8f9fa;
}

.navbar .dropdown .dropdown-menu .dropdown-item:hover a, .navbar .dropdown .dropdown-menu .dropdown-item.show-active a {
    color: #018240;
    text-decoration: none;
}

.navbar .dropdown .dropdown-menu .dropdown-item {
    position: relative;
    color: #666;
    font-family: Roboto, sans-serif;
    font-size: .875rem;
    font-weight: 300;
    padding: .375rem 0 .375rem .9375rem;
}

.navbar .dropdown .dropdown-menu .dropdown-item a, .navbar .dropdown .dropdown-menu .dropdown-item a span {
    display: flex;
    align-items: center;
}

.navbar .dropdown .dropdown-menu .dropdown-item a {
    color: #666;
    margin-right: .625rem;
}

.navbar .dropdown .dropdown-menu .dropdown-item a span.category-dropdown-icon {
    margin-right: .625rem;
    width: 1.875rem;
    height: 1.875rem;
    font-size: 1.875rem;
    color: #01783b;
}

/* BREADCRUMB SECTION  */
.breadcrumb {
    margin-bottom: 0 !important;
    padding-left: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    background-color: unset !important;
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: 0;
}

.breadcrumb-title {
    color: #333;
    font-size: 2rem;
    margin-bottom: .625rem;
    font-weight: 400;
}

.breadcrumb-title span {
    display: inline-block;
    color: #c4c3c3;
    font-size: .875rem;
    font-weight: 400;
    margin-left: .1rem;
}

@media screen and (max-width: 375px) {
    .breadcrumb-title span {
        margin-left: 10px;
    }
}

.breadcrumb-item + .breadcrumb-item:before {
    display: inline-block;
    padding: 0 .75rem 0 .5rem;
    color: #6c757d;
    content: "/";
}

.breadcrumb-item > a {
    color: #01783b;
}

.breadcrumb-item {
    font-size: .875rem;
}


.breadcrumb-item .active {
    color: #6c757d;
}

/* CONTENT ASIDE - LEFT MENU */
.aside-item {
    color: #333;
    font-size: .75rem;
    padding: .65rem .625rem;
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, .125);
    margin-bottom: -1px;
    max-width: 100%;

    &.current-category,
    &.current-category:hover {
        background-color: var(--primary-text);
        color: #fff;
        cursor: default;
    }
    &:hover {
        color: #018240;
        background-color: #f8f9fa;
        text-decoration: none;
    }
}

.empty-products {
    margin: 0 auto 2rem;
    padding: 1rem;
    border: 1px solid var(--primary-text);
    text-align: center;
    width: 100%;
    color: var(--primary-text);
    h4 {
        font-weight: 500 !important;
    }
}

.btn-square {
    aspect-ratio: 1;
}

/* TOOLBAR */

.tool-bar {
    display: flex;
    margin: 0 -.9375rem .9375rem;
}

@media screen and (min-width: 426px) {
    .tool-bar #sortForm {
        display: contents;
    }
}

.tool-bar-favourites {
    margin: 0 0 .9375rem;
    width: 100%;
}

.tool-bar select {
    font-size: .75rem;
    width: auto;
}
.tool-bar button {
    line-height: unset;
    font-size: 1.2rem;
}

@media screen and (max-width: 425px) {
    .tool-bar-favourites select, .tool-bar-favourites nav {
        margin: 0 auto .5rem;
    }
}

.jump-wrapper {
    display: inline-block;
    float: right;
}
.sort-wrapper > select,
.jump-wrapper > select {
    height: 100%;
    display: inline-block;
    margin-right: .5rem;
    font-size: .75rem;
    border: solid 1px #ced4da;
    border-radius: .2rem;
    padding: .65rem .625rem;
}

.jump-wrapper > input {
    display: inline-block;
    width: 4rem;
    text-align: center;
    font-size: .75rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: solid 1px #ced4da;
    border-radius: .2rem;
    margin: 0;
    padding: .65rem .625rem;

    &::-webkit-outer-spin-button,
    &::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }
}

.jump-wrapper > span {
    margin: 0 .625rem;
}
.sort-wrapper label,
.pagination-wrapper label {
    width: auto;
    position: absolute;
    top: -9px;
    font-size: 0.75em;
    background: #fff;
    padding: 0 1px;
    margin-left: 5px;
    border-bottom:none;
}
@media screen and (max-width: 425px) {
    .tool-bar {
        display: contents;
    }

    .tool-bar form {
        margin-bottom: .5rem;
        width: 100%;
        float: left;
    }

    .tool-bar form .jump-wrapper {
        width: 100%;
    }

    .sort-wrapper,
    .pagination-wrapper {
        margin: unset !important;
        display: block !important;
    }
    .tool-bar form select {
        margin-bottom: .5rem;
    }
    .jump-wrapper > select {
        width: 100%;
    }
    .jump-wrapper > input {
        width: 5.0625rem;
        margin-left: 1px;
    }
}

/* PRODUCT SECTION */
.product > .row:nth-of-type(2) {
    margin-bottom: 1.875rem;
}

.product-item {
    width: 100%;
    border: 1px solid #ddd;
    margin-bottom: .9375rem;
    order: 1;
    display: flex;
}

.product-img {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 9.375rem;
    -webkit-box-flex: 0;
    flex: 0 0 9.375rem;
    width: 9.375rem;
    height: 9.375rem;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.product-img a > img {
    width: 100%;
    height: 102%;
    object-fit: cover;
    /*filter: grayscale(60%);*/
}

.product-card-trigger {
    position: absolute;
    top: .375rem;
    left: .375rem;
    width: 1.63043478rem;
    height: 1.63043478rem;
    background: hsla(0, 0%, 100%, .95);
    border-radius: 50%;
    text-align: center;
    z-index: 505;
}

.product-card-trigger .bx {
    color: #e94d02;
    font-size: .875rem;
    margin-top: .378rem;
    cursor: pointer;
}

.product-price {
    order: 3;
    width: 12.5rem;
    height: 100%;
    padding: 1.25rem;
    text-align: right;
    flex: 0 0 13.75rem;
    justify-content: center;
}

.product-price .btn-group > .btn:not(:last-child):not(.dropdown-toggle), .product-price .btn-group > .btn:not(:first-child) {
    border-radius: 0;
    font-size: .875rem;
}

.product-price .btn-orange:hover {
    background-color: #d54602 !important;
}

.product-content {
    order: 2;
    padding: 1.25rem;
    width: 100%;
}

.product-title {
    font-size: 1.75rem;
    line-height: 1.75rem;
    margin-bottom: .93rem;
}

.product-title > a {
    color: #333;
    word-break: break-word;
}

.product-title > a:hover {
    color: #01783b;
    text-decoration: none;
}

.product-desc {
    margin-bottom: .375rem;
    font-size: .875rem;
    line-height: .875rem;
    color: #666;
}

.product-desc ul {
    line-height: 1.25rem;
}

.product-desc:last-child {
    margin-bottom: 0;
}

.product-desc > span {
    color: #01783b;
    margin-left: .3125rem;
}

.product-value {
    font-size: 2rem;
    line-height: 2rem;
    text-align: right;
    margin: .625rem 0;
}

.product-value > span {
    font-size: 1.125rem;
}

.product-add {
    font-size: .875rem;
}

@media screen and (min-width: 992px) {

    .product-item-block.product-item {
        flex: 0 0 32.2%;
        max-width: 32.2%;
        display: flex;
        flex-direction: column;
    }

    .product-item-block .product-img {
        flex: 0 0 auto;
        width: 100%;
        height: auto;
    }

    .product-item-block .product-img a > img {
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        /*-webkit-filter: grayscale(60%);*/
        /*filter: grayscale(60%);*/
        -webkit-transition: .2s ease-in-out;
        transition: .2s ease-in-out;
    }

    .product-item-block .product-card-trigger {
        display: none;
    }

    .product-item-block .product-content {
        flex: 0 0 auto;
        height: auto;
        padding-bottom: .625rem;
        order: 2;
    }

    .product-item-block .product-title {
        font-size: 1.125rem;
        line-height: 1.125rem;
    }

    .product-item-block .product-desc {
        font-size: .875rem;
    }


    .product-item-block .product-desc span {
        display: block;
        font-size: .875rem;
        margin: 0;
    }

    .product-item-block .product-price {
        flex: 0 0 auto;
        padding-top: 0;
        width: 100%;
        height: auto;
        position: relative;
        order: 3;
    }

    .product-item-block .product-value {
        color: #333;
        font-size: 2rem;
        line-height: 2rem;
        text-align: right;
        margin-bottom: .625rem;
    }

    .product-item-block .product-value span {
        font-size: 1.125rem;
    }
}


@media screen and (max-width: 991px) {
    .product-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 48.6%;
        flex: 0 0 48.6%;
        max-width: 48.6%;
    }

    .product-img {
        flex: 0 0 auto;
        width: 100%;
        height: auto;
        justify-content: center;
    }

    .product-img a > img {
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        /*-webkit-filter: grayscale(60%);*/
        /*filter: grayscale(60%);*/
        -webkit-transition: .2s ease-in-out;
        transition: .2s ease-in-out;
    }

    .product-card-trigger {
        display: none;
    }

    .product-content {
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        height: auto;
        padding-bottom: .625rem;
        order: 2;
    }

    .product-content .product-title {
        font-size: 1.125rem;
        line-height: 1.125rem;
    }

    .product-desc {
        font-size: .875rem;
    }

    .product-desc span {
        display: block;
        font-size: .875rem;
        margin: 0;
    }

    .product-price {
        flex: 0 0 auto;
        padding-top: 0;
        width: 100%;
        height: auto;
        position: relative;
        order: 3;
    }

    .product-value {
        color: #333;
        font-size: 2rem;
        line-height: 2rem;
        text-align: right;
        margin-bottom: .625rem;
    }

    .product-value span {
        font-size: 1.125rem;
    }
}

@media screen and (max-width: 767px) {
    .items-between, .products-group {
        padding-left: 15px;
        padding-right: 15px;
    }

    .product-item {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.product-item-block .product-content p, .product-item-block .product-content span {
    font-size: .75rem;
}

@media screen and (max-width: 500px) {
    .product-price i {
        font-size: .85rem;
    }

    .product-value .d-none {
        font-size: .675rem;
    }
}

.pagination .page-link {
    color: #6c757d;
}

.pagination .page-item.active .page-link {
    color: #fff;
    background-color: #01783b;
    border-color: #01783b;
    z-index: 0;
}

.pagination {
    justify-content: center;
}

@media screen and (max-width: 375px) {
    .pagination-element {
        display: none;
    }
}

/* FOOTER */
footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    color: #ccc;
    font-size: .875rem;
    font-weight: 300;
    background-color: #01783b;
    padding: 2.5rem 1.25rem;
    font-family: Roboto, sans-serif;
}

footer .nav-link {
    color: #d9d9d9;
    white-space: break-spaces;
    padding: .3125rem 1rem;
    display: block;
    font-family: Montserrat, sans-serif;
    font-size: .875rem;
    font-weight: 400;
}

footer .nav-item {
    margin: 0;
    padding: 0;
    position: relative;
    list-style: none;
}
footer .footer-nav-img {
    max-height: 2rem;
    width: auto;
    margin: 0.3125rem 1rem;
    object-fit: contain;
}
footer .nav-item a:hover {
    color: #fff;
}

footer .nav-item:hover:before {
    background-color: #fff;
}

/*footer .nav-item:before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: .75rem;*/
/*    left: 0;*/
/*    width: 6px;*/
/*    height: 6px;*/
/*    background-color: #014522;*/
/*    border-radius: 50%;*/
/*}*/

.modal-dialog.modal-frame.gdpr-cookie-modal {
    position: absolute;
    top: auto;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
    transform: none !important;
}

.modal-dialog.gdpr-cookie-modal .btn-outline-primary {
    color: #1e7e34;
    border: #1e7e34;
}

.modal-dialog.gdpr-cookie-modal .btn-outline-primary:hover {
    background-color: #1e7e34;
    color: #fff;
}

.modal-dialog.gdpr-cookie-modal a {
    color: #1e7e34;
}

@media screen and (max-width: 1024px) {
    .modal-dialog.gdpr-cookie-modal {
        margin-inline: 0;
    }
    .modal-dialog.gdpr-cookie-modal .btn {
        margin-top: 1rem;
    }
}
@media screen and (min-width: 1030px) {
    .modal-dialog.gdpr-cookie-modal p {
        max-width: 75%;
    }
}


.copyright {
    left: 0;
    right: 0;
    bottom: .625rem;
    color: #014522;
    font-size: .75rem;
    font-weight: 400;
    margin-bottom: 0;
    text-align: center;
    position: absolute;
    font-family: Roboto, sans-serif;
}

/* HEADER */
.dropdown-menu .dropdown-header {
    font-size: .75rem;
}

.dropdown-menu .dropdown-item {
    padding: .235rem .9375rem;
}

.dropdown-menu .dropdown-item i {
    color: #01783b;
    margin-right: .625rem;
}

.dropdown-menu .dropdown-item:hover i {
    color: #e94d02;
}

.nav-categories {
    display: flex;
}

@media screen and (max-width: 765px) {
    .nav-categories {
        display: none;
    }
}

/* LOGIN INPUTS */
.form-group {
    position: relative;
}

.expandable {
    position: relative;
}
.form-check input,
.form-check label {
    cursor: pointer;
    transition: font-weight 100ms;
}
.form-check label:hover {
    font-weight: 500;
}
.form-check input[type="checkbox"] {
    accent-color: var(--primary-text);
    transform: scale(1.35);
    margin-left: calc(-1.25rem + 2px);
}
.form-check.hidden {
    display: none;
}

.block\! {
    display: block !important;
}

.hidden\! {
    display: none !important;
}

.expand-btn {
    position: relative;
    margin: 5px 15%;
    width: 75%;
    border: 0;
    background: var(--white);
    color: var(--primary-text);
    text-align: center;
    font-size: 0.725rem;
    transition: font-weight 100ms;
}
.expand-btn:hover {
    font-weight: 500;
}

.expand-btn a {
    font-size: 80%;
}

.form-group .form-control {
    height: auto;
}

.pretty-form .form-group .form-control {
    font-size: 1em;
    padding: .75rem;
}

.form-group .form-control:focus {
    box-shadow: none;
    border-color: inherit;
}

.form-control-label, .form-control-select {
    position: absolute;
    top: .8125rem;
    left: .9375rem;
    margin: 0;
    -webkit-transition: all .1s ease-out;
    transition: all .1s ease-out;
    color: #c4c3c3;
    display: inline-block;
}

.form-group .form-control:focus ~ .form-control-label, .form-group .form-control[value]:not([value=""]) ~ .form-control-label, .form-control-select, .form-group input.is-filled ~ .form-control-label {
    padding-left: .125rem;
    background-color: #fff;
    bottom: auto;
    top: -.7em;
    color: #01783b;
}

.form-group .form-control:focus ~ .form-control-label, .form-group .filled-data ~ .form-control-label, .form-control-select, .form-group input.is-filled ~ .form-control-label {
    padding-left: .125rem;
    background-color: #fff;
    bottom: auto;
    top: -.7em;
    color: #01783b;
}

.btn-login {
    color: #01783b;
    font-size: .875rem;
    text-decoration: none;
}

.btn-login:hover {
    color: #014522;
}

.btn-login-big {
    font-size: 1rem;
}

.form-group select.form-control {
    appearance: none;
    height: auto;
    padding: .25rem .5rem;
}

req {
    padding: 0 .625rem 0 .25rem;
    position: relative;
}

req:after {
    content: "*";
    color: #c4c3c3;
    vertical-align: bottom;
    line-height: 1.4;
    position: absolute;
    font-size: 1.2em;
}

.form-check-label req {
    position: absolute;
    right: -.5rem;
}

.form-group .form-control:focus ~ .form-control-label req:after,
.form-control-select req:after,
.form-check-label req:after {
    color: #e94d02;
}

.register-customer:focus, .register-company:focus {
    box-shadow: none !important;
}

/*  USER  */
[data-toggle=collapse] {
    cursor: pointer;
    user-select: none;
}

[data-toggle=collapse] i {
    transition: transform .1s ease-in, -webkit-transform .1s ease-in;
}

[data-toggle=collapse]:not(.collapsed) i {
    transform: rotate(45deg);
}

.dashboard-list-group .list-group-item {
    padding: .54rem .625rem;
}

.account-icon {
    margin-right: .625rem;
}

.account-menu-active {
    color: #e94d02 !important;
}

.account-menu-title, .account-menu-title li {
    color: #333;
    font-size: .75rem;
    border-radius: 0;
    padding: .54rem .625rem;
    text-decoration: none;
}

.account-menu-title:hover {
    color: #e94d02;
    text-decoration: none;
}

.account-menu-title li a {
    transition: padding .1s ease-in;
    color: #333;
}

.account-menu-title li a:hover {
    text-decoration: none;
    color: #018240;
    padding-left: .25rem;
}

.account-menu-title li .active {
    color: #018240;
}

.account-badge {
    color: #fff;
    font-family: Roboto, sans-serif;
    font-size: .625rem;
    font-weight: 400;
    line-height: .75rem;
    letter-spacing: .5px;
    min-width: 40px;
    transition: 90ms linear;
    background-color: #6c757d;
}

.collapse-open {
    display: block !important;
}

.list-group-item.list-group-item-action:hover .account-badge {
    background-color: #e94d02;
}

.list-group-item-action .ml-auto {
    padding-right: 9px;
}

.list-group-item-action .account-badge.ml-auto {
    padding-right: 7px;
}

/* input switcher */
.switch .label input:checked + .switcher {
    background-color: #e94d02;
}

.switch .label .switcher {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 2.125rem;
    background-color: #c4c3c3;
    -webkit-transition: .4s;
    transition: .4s;
}

.switch {
    position: relative;
    display: inline-block;
    font-size: .875rem;
    margin-right: 1.25rem;
    margin-bottom: .9375rem;
    padding: .125rem 0 .3125rem 3.125rem;
}

.switch .label {
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    width: 2.75rem;
    height: 1.5rem;
    margin-right: .25rem;
    margin-bottom: 0;
}

.switch .label input {
    display: none;
}

.switch .label input:checked + .switcher:before {
    -webkit-transform: translateX(1.25rem);
    transform: translateX(1.25rem);
}

.switch .label .switcher:before {
    position: absolute;
    content: "";
    height: 1.125rem;
    width: 1.125rem;
    top: .1875rem;
    left: .1875rem;
    bottom: .1875rem;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s;
}

/* CAROUSEL */

.products-widget {
    max-height: 500px;
}

.products-widget .col-label {
    flex: 0 0 9.375rem;
    position: relative;
    background-image: url(../img/promo.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: .9375rem;
    padding: 1.875rem;
    overflow: hidden;
    z-index: 0;
    text-decoration: none;
}

.products-widget .overlay:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    opacity: .85;
    z-index: -1;
    background-color: #01783b;
}

.products-widget.orange .overlay:before {
    background-color: #e94d02;
}

.products-widget .col-label h2 {
    color: #fff;
    font-family: Roboto, sans-serif;
    font-size: 2rem;
    font-weight: 400;
    line-height: 2rem;
    padding: 0;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    writing-mode: tb-rl;
}

.products-widget .col-label .icon {
    position: absolute;
    display: block;
    top: auto;
    left: auto;
    right: -1.875rem;
    bottom: -1.875rem;
    color: #fff;
    font-size: 7.5rem;
}

.products-widget .col-wrapper {
    overflow: hidden;
}

.product-wrapper:hover {
    -webkit-transform: translateY(-2%);
    transform: translateY(-2%);
}

.product-wrapper:hover a .card-img-top {
    -webkit-filter: none;
    filter: none;
}

.product-wrapper {
    width: 100%;
    height: 100%;
    font-weight: 400;
    border: 0;
    border-radius: 0;
    max-width: 215px;
    transition: .2s ease-in-out;
}

.product-wrapper .wrp {
    height: 57.2%;
}

.product-wrapper .card-body {
    flex-direction: column;
    position: relative;
    padding: .625rem;
    padding-bottom: 1.875rem;
    height: 40%;
}

.product-wrapper .card-title {
    color: #018240;
    font-size: .875rem;
    margin-bottom: 1.08rem;
}

.product-wrapper .add-to-cart {
    opacity: .75;
}

.product-wrapper .card-title {
    color: #018240;
    font-size: .875rem;
    margin-bottom: 1.08rem;
}

.product-wrapper .card-title a {
    color: #018240;
    text-decoration: none;
    overflow-wrap: anywhere;
}

.product-wrapper .card-title a:hover {
    color: #014522;
    text-decoration: none;
}

.product-wrapper .card-img-top {
    border-radius: 0;
    /*filter: grayscale(60%);*/
    transition: .1s ease-in-out;
    object-fit: cover;
}

.product-wrapper .card-price {
    color: #333;
    font-size: 1.75rem;
    font-weight: 600;
    margin-bottom: .3125rem;
}

.product-wrapper .card-btn {
    height: 1.875rem;
    border: none;
    border-radius: 0;
    width: 100%;
    padding: .3125rem .625rem;
    font-size: .75rem;
}

@media screen and (max-width: 991px) {
    .products-widget .col-label {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 4.25rem;
        flex: 0 0 4.25rem;
        padding: 1.25rem;
    }
}

.owl-carousel .owl-stage {
    display: flex;
    margin: auto;
}

.owl-carousel-height .owl-stage {
    height: 376px;
}

section.slide-products {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

section.slide-products.even, section.slide-products:nth-of-type(2n) {
    background-color: #f7f7f7;
}

.owl-product-small.owl-carousel .owl-stage {
    width: unset !important;
}

.owl-carousel .owl-item {
    display: flex;
    flex: 1 0 auto;
}

.card-body .btn {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    bottom: 0;
    color: #ffffff;
    font-size: .75rem;
    background-color: #e94d02;
    height: 1.875rem;
    padding: .3125rem .625rem;
    text-align: center;
    border: none;
    border-radius: 0;
}

/* carousel arrows */

.carousel.slide {
    max-width: 1440px;
    margin: 0 auto;
}

.owl-carousel .nav-btn {
    position: absolute;
    cursor: pointer;
    top: calc(50% - 25px);
    z-index: 999;
    width: 40px;
    height: 40px;
}

.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled {
    pointer-events: none;
    opacity: 0.2;
}

.owl-carousel .prev-slide {
    left: -10px;
}

.owl-carousel .next-slide {
    right: -10px;
}

.owl-carousel .next-slide:before {
    content: "\ed3b";
    font-family: "boxicons";
    color: #333;
    font-size: 30px;
    background-color: #fff;
    opacity: 1;
    padding: 10px;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-weight: 900;
}

.owl-carousel .prev-slide:before {
    content: "\ea4d";
    font-family: "boxicons";
    color: #333;
    font-size: 30px;
    background-color: #fff;
    opacity: 1;
    padding: 10px;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-weight: 900;
}

.owl-nav {
    height: 0;
    margin: 0 !important;
}

.owl-product-small {
    padding: 15px 0 .375rem;
}

.owl-product-small.owl-carousel .owl-item img {
    border-radius: 0;
    padding: 0 .375rem;
}

.owl-carousel.owl-product-small .owl-stage-outer {
    max-height: 140px;
    border-top: 1px solid #f7f7f7;
    padding: .375rem 0;
    overflow: hidden;
}

.product .product-img-wrapper img {
    border-radius: .3125rem;
}

@media (max-width: 575px) {
    .owl-nav {
        display: none;
    }
}

/* navi categories homepage */

@media screen and (max-width: 991px) {
    .categories {
        flex-wrap: nowrap !important;
        overflow: auto;
    }

    .categories-nav > div .nav.categories .nav-item {
        -webkit-box-flex: 0;
        flex: 0 0 17%;
    }
}

@media screen and (max-width: 765px) {
    .categories-nav > div .nav.categories .nav-item {
        -webkit-box-flex: 0;
        flex: 0 0 20%;
    }
}

@media screen and (max-width: 575px) {
    .categories-nav > div .nav.categories .nav-item {
        -webkit-box-flex: 0;
        flex: 0 0 33.333%;
    }
}

.categories .nav-item {
    margin: 0;
    padding: 0 0.125rem;
}

.categories .nav-link {
    color: #01783b;
    font-size: .875rem;
    font-weight: 400;
    padding: .625rem 0;
    text-align: center;
}

.nav-link span.custom-ico:after {
    min-height: 50px;
}


.custom-ico:after {
    content: "";
    width: 100%;
    height: 100%;
    background-size: contain;
    display: block;
    transform: scale(1.5);
    background-repeat: no-repeat;
    background-position: 50%;
}

.custom-ico-small:after {
    transform: scale(1);
}

.custom-ico.custom-ico-cogwheel:after {
    background-image: url(../img/cogwheel.png);
}

.custom-ico.custom-ico-house:after {
    background-image: url(../img/house.png);
}

.custom-ico.custom-ico-baby:after {
    background-image: url(../img/baby.png);
}

.custom-ico.custom-ico-laptop:after {
    background-image: url(../img/laptop.png);
}

.custom-ico.custom-ico-factory:after {
    background-image: url(../img/factory.png);
}

.custom-ico.custom-ico-stamp:after {
    background-image: url(../img/stamp.png);
}

.custom-ico.custom-ico-paper:after {
    background-image: url(../img/paper.png);
}

.custom-ico.custom-ico-clothes:after {
    background-image: url(../img/clothes.png);
}

.custom-ico.custom-ico-car:after {
    background-image: url(../img/car.png);
}

.custom-ico.custom-ico-bank:after {
    background-image: url(../img/bank.png);
}

.custom-ico.custom-ico-ball:after {
    background-image: url(../img/ball.png);
}

.custom-ico.custom-ico-food:after {
    background-image: url(../img/food.png);
}

.custom-ico.custom-ico-spa:after {
    background-image: url(../img/spa.png);
}

.custom-ico.custom-ico-health:after {
    background-image: url(../img/health.png);
}

.flaticon-cogwheel-outline:before {
    content: "\f100";
}

.flash-message {
    width: 100%;
}

.product .product-title h1 {
    color: #333;
    font-size: 2rem;
    line-height: 2rem;
    margin: 0;
    word-break: break-word;
}

.product .product-title span {
    display: block;
    color: #c4c3c3;
    font-size: .875rem;
    font-weight: 400;
    margin-top: .3125rem;
}

.product .info-box {
    padding: 1.875rem;
}

.product .product-title {
    padding: 0 1.875rem 1.25rem;
}

.product .product-header {
    background-color: #f7f7f7;
    border-radius: .3125rem;
    padding-top: 2.8125rem;
    padding-bottom: 2.8125rem;
}

.product .product-header button {
    border-radius: 0;
    font-size: 1.125rem;
    line-height: 1.125rem;
    padding: .7rem .9rem;
}

.product .info-box {
    height: auto;
    margin-bottom: 0;
}


.product .info-box .add-to-cart {
    opacity: .75;
    background-color: #c4c3c3 !important;
    border: #c4c3c3 !important;
}

.product .price {
    color: #333;
    font-size: 2rem;
    line-height: 1.35;
    margin-bottom: .375rem;
}

.product .product-header p.param {
    font-size: .875rem;
}

.product .product-header .ask {
    display: block;
    color: #01783b;
    font-size: .75rem;
    text-align: right;
    text-decoration: none;
    margin: .375rem 0 0;
}

.product .product-header .action {
    text-align: right;
}

@media screen and (max-width: 768px) {
    .product .product-header .ask {
        text-align: left;
    }

    .product .product-header .action {
        text-align: left;
    }
}

.product .price span.label {
    margin-right: .625rem;
}

.product .price span {
    font-size: 1.125rem;
}

.product p.param span {
    color: #7a7a7a;
    font-size: .75rem;
    margin-right: 1.625rem;
}

.product .product-header p.param {
    font-size: .875rem;
}

.product .nav-pills .nav-link.active {
    color: #fff;
    background-color: #e94d02;
}

.product .nav-pills .nav-link {
    color: #333;
    background-color: #f7f7f7;
    border-radius: 0;
}

.product-menu .nav-item {
    margin: 0;
    padding: 0;
}

.product p.param.justified {
    position: relative;
    padding-left: 7.5rem;
}

.product p.param {
    color: #333;
    font-size: .75rem;
    line-height: .875rem;
    min-height: .875rem;
    margin-bottom: .625rem;
}

.product #params p.param {
    margin-bottom: 1.625rem;
}

.product p.param a {
    color: #333;
    text-decoration: none;
}

.product p.param a:hover {
    color: #01783b;
}

.product p.param span {
    color: #7a7a7a;
    font-size: .75rem;
    margin-right: .625rem;
}

.product .product-desc .desc-wrapper {
    height: 100%;
    padding: .625rem 0 2.8125rem;
    overflow-y: auto;
}

.product .product-desc .desc-wrapper ul,
.product .product-desc .desc-wrapper ol {
    list-style: revert;
    padding-inline-start: revert;
}

.product .product-params {
    background-color: #f7f7f7;
    padding: 1.25rem;
}

.product p.param.justified {
    position: relative;
    padding-left: 7.5rem;
}

.product .product-params p.param {
    display: inline-block;
    font-size: .875rem;
    width: 49%;
    padding-left: 15rem;
}

.product p.param.justified span {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 7.5rem;
}

.product .product-params p.param span {
    font-size: .875rem;
    width: 15rem;
}

.product p.param span {
    color: #7a7a7a;
    font-size: .75rem;
    margin-right: .625rem;
}

@media screen and (max-width: 768px){
    .product .product-params p.param {
        width: 100%;
        padding-left: 11rem;
    }
    .product .product-params p.param span{
        width: 9rem;
    }
}

@media screen and (max-width: 991px) {
    .product .info-box {
        padding: 1.875rem 0;
    }

    .product .product-header {
        padding: .9375rem 1.25rem;
    }
}

@media screen and (max-width: 765px) {
    .product .product-header {
        border-radius: 0;
        margin: 0 -1.25rem;
    }
}

/* block banner carousel */

@media screen and (max-width: 765px) {
    .banner-block {
        padding: 0;
    }
}

.banner-block .owl-dots {
    position: relative;
    bottom: 30px;
    margin-bottom: -20px;
    margin-top: 0 !important;
}

.banner-block .owl-theme .owl-dots .owl-dot span {
    width: 30px;
    height: 3px;
}

.banner-block .owl-theme .owl-dots .owl-dot:focus {
    -webkit-appearance: none !important;
    outline: none !important;
}

.owl-product .owl-dots {
    position: relative;
    bottom: 50px;
    margin-bottom: -30px;
    margin-top: 0 !important;
}

.owl-product.owl-theme .owl-dots .owl-dot span {
    width: 4px;
    height: 4px;
    color: #ddd;
}

.owl-product.owl-theme .owl-dots .owl-dot {
    margin: 0 .275rem;
}

.owl-product.owl-theme .owl-dots .owl-dot span {
    width: 5px;
    height: 5px;
    background: #ddd;
}

.owl-product.owl-theme .owl-dots .owl-dot.active span {
    background: #e94d02;
}

.owl-product.owl-theme .owl-dots .owl-dot:focus {
    -webkit-appearance: none !important;
    outline: none !important;
}

.filter-form .form-group .form-control {
    padding: .25rem .5rem;
    font-size: .875rem;
}

.filter-form .form-group label {
    display: inline-block;
    margin-bottom: .5rem;
    color: #666;
    font-family: Montserrat, sans-serif;
    font-size: .875rem;
}

header .tool-menu .nav-link .badge {
    position: absolute;
    top: auto;
    left: auto;
    right: 26%;
    bottom: 23px;
    font-size: .75rem;
    font-weight: 700;
    line-height: .75rem;
    background-color: #e94d02;
    border: 2px solid #fff;
}

@media screen and (max-width: 765px) {
    header .tool-menu .nav-link .badge {
        font-size: .625rem;
        line-height: .625rem;
        padding: .0975rem .25rem;
        right: 20%;
        margin-bottom: -.125rem;
    }
}

.notification {
    border: 1px solid #ddd;
    position: relative;
    padding: 0 !important;
    overflow: hidden;
    margin-bottom: .9375rem;
    min-height: 5rem;
}

.notification .panel.panel-back {
    background-color: #01783b;
}

.notification .panel {
    height: 100%;
    padding: 15px;
}

.notification .panel.panel-back span:last-of-type {
    padding-top: .125rem;
}

.notification .panel.panel-back span:first-of-type {
    padding-bottom: .125rem;
}

.notification .panel.panel-back span a {
    font-size: 1rem;
    color: #fff;
}

.notification.unread .panel.panel-front {
    background-color: #fff;
    -webkit-transform: translateX(.625rem);
    transform: translateX(.625rem);
}

.notification .panel.panel-front {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    background-color: #f7f7f7;
}

.notification .panel.panel-front .notification-title .head {
    color: #01783b;
    font-weight: 300;
}

.notification.unread .panel.panel-front .notification-date {
    -webkit-transform: translateX(-.625rem);
    transform: translateX(-.625rem);
}

.notification .panel.panel-front .notification-date {
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    text-align: right;
}

.notification .panel.panel-back {
    background-color: #01783b;
}

.notification.unread .panel.panel-front {
    background-color: #fff;
    -webkit-transform: translateX(.625rem);
    transform: translateX(.625rem);
}

.notification.unread .panel.panel-front .notification-date {
    -webkit-transform: translateX(-.625rem);
    transform: translateX(-.625rem);
}

.notification .panel.panel-front .notification-date {
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    text-align: right;
}

.notification:hover .panel.panel-front {
    -webkit-transform: translateX(3.13125rem);
    transform: translateX(3.13125rem);
}

.notification .panel.panel-back span a:hover {
    color: #e94d02;
}

@media screen and (min-width: 768px) {
    .notification:hover .panel.panel-front .notification-date {
        -webkit-transform: translateX(-3.13125rem);
        transform: translateX(-3.13125rem);
    }
}

@media screen and (max-width: 575px) {
    .notification {
        min-height: 9.375rem;
    }

    .notification .panel.panel-front .notification-date {
        text-align: left;
        padding-left: 1.875rem;
    }
}

@media screen and (max-width: 991px) {
    .notification {
        min-height: 7.5rem;
    }
}

.cart-orders-wrapper {
    margin: 0 -.9375rem .9375rem;
}

.cart-orders-wrapper .card-header {
    color: #01783b;
    font-weight: 500;
}

.cart-orders-wrapper .card-body {
    padding: .9375rem;
    padding-bottom: 0;
}

.cart-orders-wrapper .cart-orders-header {
    color: #333;
}

.cart-orders-wrapper .card-body .order-row:nth-of-type(2n) {
    background-color: #f7f7f7;
}

.cart-orders-wrapper .card-body .order-row {
    padding: 1.171875rem 0;
}

.cart-orders-wrapper .card-body .row:not(.order-row) .btn {
    padding: .25rem .8rem;
}

.cart-orders-wrapper .price {
    font-weight: 500;
}

.cart-orders-wrapper .card-body .order-row:nth-of-type(2n) .order-products {
    background-color: #f8f9fa;
}

.cart-orders-wrapper .card-body .collapse .order-products, .cart-orders-wrapper .card-body .collapsing .order-products {
    margin-top: 1.125rem;
    -webkit-box-shadow: 0 0 20px -5px rgba(0, 0, 0, .15);
    box-shadow: 0 0 20px -5px rgba(0, 0, 0, .15);
    border: 1px solid #f7f7f7;
}

.cart-orders-wrapper .card-body .collapse, .cart-orders-wrapper .card-body .collapsing {
    padding: 0 1.18rem;
    width: 100%;
}

.cart-orders-wrapper .card-body .collapse .order-products .row:first-of-type, .cart-orders-wrapper .card-body .collapsing .order-products .row:first-of-type {
    padding-top: .9375rem;
}

.cart-orders-wrapper .cart-orders-header {
    color: #333;
}

.cart-orders-wrapper .card-body .collapse .order-products .row:last-of-type, .cart-orders-wrapper .card-body .collapsing .order-products .row:last-of-type {
    padding-bottom: .9375rem;
}

.cart-orders-wrapper .card-body .collapse .order-products hr, .cart-orders-wrapper .card-body .collapsing .order-products hr {
    margin: .625rem 0;
}

.cart-orders-wrapper .btn {
    position: inherit;
    display: inline-block;
    color: #01783b;
    background: transparent;
    border-radius: .2rem;
}

.cart-orders-wrapper .btn.btn-success {
    position: inherit;
    display: inline-block;
    color: white;
    background: transparent;
}

.cart-orders-wrapper .btn.show_order_shipment {
    font-size: .875rem;
}

.cart-orders-wrapper .card-body [data-toggle=collapse]:not(.collapsed) i {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

.cart-orders-wrapper .card-body [data-toggle=collapse] i {
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s, -webkit-transform .5s;
}

.settings-row {
    min-height: 24.9375rem;
}

.settings-row ol {
    padding-inline-start: 40px;
}

@media screen and (max-width: 765px) {
    .settings-row {
        min-height: auto;
    }
}

.cart-widget .cart-wrapper {
    margin-bottom: 1.875rem;
}

.cart-widget .cart-progress {
    margin-bottom: 1.875rem;
}

.cart-widget .cart-progress .steps {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: .625rem 0;
    margin-bottom: 0;
}

.cart-widget .cart-progress .steps .step-item {
    position: relative;
    flex-basis: 0;
    -webkit-box-flex: 1;
    flex-grow: 1;
    text-align: center;
}

.cart-widget .cart-progress .steps .step-item.active .step-link {
    color: #e94d02;
}

.cart-widget .cart-progress .steps .step-item:not(.disabled) .step-link {
    text-decoration: none;
}

.cart-widget .cart-progress .steps .step-item .step-link {
    display: block;
    color: #01783b;
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 1.125rem;
    padding: .625rem;
}

.cart-widget .cart-wrapper .card .card-title {
    color: #01783b;
}

.cart-widget .cart-wrapper .card .card-title span {
    color: #333;
    margin-left: .625rem;
}

.cart-widget .cart-wrapper .items-wrapper .row.footer, .cart-widget .cart-wrapper .items-wrapper .row.header {
    background: #fff;
}

.cart-widget .cart-wrapper .items-wrapper .row {
    margin: 0;
}

.cart-widget .cart-wrapper .items-wrapper .row .form-check-input-product-order {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart-widget .cart-wrapper .items-wrapper .row > div {
    padding: .625rem;
}

input[type=checkbox].styled-input {
    position: absolute;
    opacity: 0;
}

input[type=checkbox].styled-input + label {
    position: relative;
    cursor: pointer;
    font-size: 1rem;
    margin-bottom: 0;
}

input[type=checkbox].styled-input:checked + label:before {
    background: #01783b;
}

input[type=checkbox].styled-input + label:before {
    content: "";
    margin-right: 10px;
    margin-top: -1px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    background: #fff;
    transition: all .2s;
    border: 1px solid #01783b;
}

input[type=checkbox].styled-input:checked + label:after {
    content: "";
    position: absolute;
    left: 5px;
    top: 9px;
    background: #fff;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 #fff, 4px 0 0 #fff, 4px -2px 0 #fff, 4px -4px 0 #fff, 4px -6px 0 #fff, 4px -8px 0 #fff;
    transform: rotate(45deg);
}

.cart-widget .cart-wrapper .items-wrapper .thumbnail {
    display: inline-block;
    width: 5rem;
}

.cart-widget .cart-wrapper .items-wrapper .quantity {
    user-select: none;
}

.cart-widget .cart-wrapper .items-wrapper .price, .cart-widget .cart-wrapper .items-wrapper .quantity {
    color: #333;
    font-size: 1rem;
    line-height: 1rem;
    margin-bottom: 0;
    text-align: center;
}
.cart-widget .cart-wrapper .items-wrapper .quantity i {
    border: 1px solid;
    padding: 2px;
    border-radius: 2px;
}
.cart-widget .cart-wrapper .items-wrapper .quantity .disabled {
    cursor: default;
    color: #c4c3c3;
}

.cart-widget .cart-wrapper .items-wrapper .quantity .remove {
    margin-right: .3125rem;
}

.cart-widget .cart-wrapper .items-wrapper .quantity .add {
    margin-left: .3125rem;
}

.cart-widget .cart-wrapper .items-wrapper .quantity .add,
.cart-widget .cart-wrapper .items-wrapper .quantity .remove {
    cursor: pointer;
    color: #01783b;
    font-size: .875rem;
}

.cart-widget .cart-wrapper .items-wrapper .row.header > div:first-of-type {
    text-align: left;
}

.cart-widget .cart-wrapper .items-wrapper .row.footer > div:first-of-type, .cart-widget .cart-wrapper .items-wrapper .row.header > div:first-of-type {
    text-align: left;
}

.cart-widget .cart-wrapper .items-wrapper .price-down {
    font-size: 1.125rem;
    line-height: 1;
    position: absolute;
    right: 2vw;
    bottom: 0;
}

.cart-widget .cart-wrapper .items-wrapper .row.footer > div, .cart-widget .cart-wrapper .items-wrapper .row.header > div {
    padding: .3125rem .625rem;
    text-align: center;
}

.cart-widget .cart-wrapper .items-wrapper .row.footer, .cart-widget .cart-wrapper .items-wrapper .row.header {
    background: #fff;
}

.cart-widget .cart-wrapper .items-wrapper .row.footer > div, .cart-widget .cart-wrapper .items-wrapper .row.header > div {
    padding: .3125rem .625rem;
    text-align: center;
}

.cart-widget .cart-wrapper .items-wrapper .btn-action {
    display: block;
    font-size: 1rem;
    line-height: 1rem;
    padding: .3125rem 0;
    margin: 0 auto;
    width: 2.5rem;
    position: relative;
    border-radius: .25rem;
}

.cart-widget .cart-wrapper .items-wrapper .item-title {
    display: flex;
    color: #333;
    font-size: 1.125rem;
    flex-direction: column;
    justify-content: center;
}

@media screen and (max-width: 765px){
    .cart-widget .cart-wrapper .items-wrapper .item-title {
        max-width: 100%;
    }
}

.cart-widget .cart-progress .steps .step-item:after {
    position: absolute;
    content: "";
    display: block;
    top: 50%;
    right: -15%;
    width: 30%;
    height: .0625rem;
    background: #ddd;
}

.cart-widget .cart-wrapper .items-wrapper .quantity .disabled {
    cursor: default;
    color: #c4c3c3;
}

.cart-widget .cart-progress .steps .step-item .step-link i {
    display: block;
    font-size: 2rem;
    line-height: 2rem;
    margin-bottom: .625rem;
    -webkit-transition: 90ms ease-in-out;
    transition: 90ms ease-in-out;
}

.cart-widget .cart-progress .steps .step-item.disabled .step-link {
    color: #ddd;
}

.cart-widget .cart-wrapper .card:last-of-type {
    margin-bottom: 0;
}

.cart-widget .cart-wrapper .card {
    background-color: #f7f7f7;
    border-color: #f7f7f7;
    margin-bottom: 1.875rem;
}

.cart-widget .cart-summary .btn {
    float: right;
    font-size: .875rem;
    line-height: .875rem;
    padding: .75rem 1.25rem;
}

.cart-widget .cart-summary .price {
    color: #333;
    font-size: 3rem;
    line-height: 3rem;
    height: 3rem;
    margin-bottom: 0;
    text-align: right;
}

.cart-widget .cart-summary .price span:not(.no-style) {
    font-size: 1.75rem;
}

.cart-widget .cart-summary .card {
    background-color: #f7f7f7;
    border-color: #f7f7f7;
    margin-bottom: .9375rem;
}

.cart-widget input[type=radio].styled-input:checked + label:after {
    content: "";
    width: 14px;
    height: 14px;
    background: #01783b;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.cart-widget input[type=radio].styled-input:checked + label, input[type=radio].styled-input:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}

.cart-widget input[type=radio].styled-input:checked, input[type=radio].styled-input:not(:checked) {
    position: absolute;
    left: -9999px;
}

.cart-widget input[type=radio].styled-input:checked + label:before, input[type=radio].styled-input:not(:checked) + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    height: 22px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}

.cart-widget .cart-summary .form-check {
    float: right;
    font-size: .75rem;
    margin-bottom: .15625rem;
    width: 90%;
}

.cart-widget .cart-summary .form-check label {
    font-size: .75rem;
}

.cart-widget .cart-summary .form-check:last-of-type {
    margin-bottom: .9375rem;
}


.messages {
    height: 500px;
    overflow-y: auto;
}

.messages .message-wrapper {
    margin-bottom: 1.125rem;
}

.messages .message-wrapper.justify-content-end .message {
    background-color: #019147;
    color: #fff;
    font-weight: 500;
}

.messages .message-wrapper .message {
    min-width: 40%;
    padding: .5rem 1rem 1rem;
    color: #333;
    background-color: #f7f7f7;
    max-width: 75%;
}

.messages .message-wrapper.justify-content-end .message .message-header {
    color: #fff;
    border-color: #fff;
    font-weight: 500;
    font-size: .875rem;
}

.messages .message-wrapper .message .message-header {
    color: #333;
    font-weight: 400;
    padding: 0 .9375rem .25rem;
    border-bottom: 1px solid #333;
}

.messages .message-wrapper .message .message-body {
    padding-top: .5rem;
    font-size: .875rem;
}

.stripped.even:nth-child(2n), .stripped.odd:nth-child(odd) {
    background-color: #f7f7f7;
}

.card-body .btn-accent {
    color: #fff;
    background-color: #e94d02;
    border-color: #e94d02;
    border-radius: .2rem;
}

.btn.btn-accent {
    color: #fff;
    background-color: #e94d02;
    border-color: #e94d02;
    border-radius: .2rem;
}

.product-modal-form .btn-accent {
    color: #fff;
    background-color: #e94d02;
    border-color: #e94d02;
}

.form-group label.fancy {
    position: absolute;
    top: .8125rem;
    left: .9375rem;
    margin: 0;
    -webkit-transition: all .1s ease-out;
    transition: all .1s ease-out;
    color: #c4c3c3;
    background: #fff;
}

.form-group label.fancy.active {
    top: -1rem;
    color: #01783b;
}

.modal.fade.show {
    display: block;
}

.modal {
    background: #00000069;
}

.modal-dialog {
    position: relative;
    top: 50%;
    transform: translateY(-50%) !important;
}

.address-button-remove {
    float: right;
    position: relative !important;
    background-color: unset !important;
    color: #dc3545 !important;
    font-size: .875rem !important;
}

.address-button-remove:hover {
    color: #a71d2a !important;
    background-color: unset !important;
    border-color: unset !important;
}


.searchable-wrap {
    height: 545px;
    overflow-y: scroll;
}

@media screen and (min-width: 1200px) {
    .shops-location .shop {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
    }
}

.shops-location .shop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: .9375rem 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
}

@media screen and (max-width: 991px) {
    .shops-location .shop {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
        flex: 0 0 33%;
    }
}

@media screen and (max-width: 425px){
    .shops-location .shop {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}

.merchant-wrapper {
    padding: .9375rem 0 1.875rem 1.25rem;
}

.merchant p {
    margin-bottom: .2rem;
}

.merchant-wrapper .merchant p.param.justified {
    position: relative;
    padding-left: 7.5rem;
}

.merchant-wrapper .merchant p.param.justified span {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 7.5rem;
}

.vhs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 200px;
    perspective: 200px;
    -webkit-transition: -webkit-transform .2s ease-out;
    transition: -webkit-transform .2s ease-out;
    transition: transform .2s ease-out;
    transition: transform .2s ease-out, -webkit-transform .2s ease-out;
}

.vhs .side-a {
    z-index: 1;
}

.vhs .side {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: center;
    transform-origin: center;
}

.vhs #map, .vhs .side {
    height: 100%;
}

.vhs .side-b {
    -webkit-transform: rotateY(
        180deg
    );
    transform: rotateY(
        180deg
    );
}

.vhs .vhs-flip {
    position: absolute;
    left: -.9375rem;
    bottom: -.9375rem;
    border-radius: 50%;
    padding: .375rem .5rem;
    font-size: 1.125rem;
}

.vhs .side-b img {
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}

.vhs.flipped {
    -webkit-transform: rotateY(
        180deg
    );
    transform: rotateY(
        180deg
    );
}

.product-item-block .product-img {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
    height: auto;
    max-height: 13.75rem;
    padding-top: 75%;
}

.product-item-block .product-img img {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.owl-carousel .owl-stage-outer, .owl-carousel.owl-product .owl-item {
    max-height: 500px;
}

@media screen and (max-width: 425px){
    .owl-carousel.owl-product .owl-item{
        max-height: 300px;
    }
}

.owl-carousel.owl-product .owl-item img {
    object-fit: cover;
}

.owl-product-small .owl-item {
    max-height: 130px;
}

.owl-product-small .owl-item img {
    object-fit: cover;
}

.product-card-hover {
    position: absolute;
    top: -50%;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: .3125rem;
    padding: 10px;
    z-index: 500;
    -webkit-box-shadow: 0 0 20px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 20%);
}

.product-item-block .product-card-hover {
    top: 0;
}

.product-item .product-img img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    /*-webkit-filter: grayscale(60%);*/
    /*filter: grayscale(60%);*/
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.product-card-hover .price {
    color: #333;
    font-size: 2rem;
    line-height: 2rem;
    margin-bottom: 0;
}

.product-card-hover .price span {
    font-size: 1.125rem;
}

.product .product-img-wrapper {
    border: 1px solid #f7f7f7;
    border-radius: .3125rem;
    cursor: pointer;
}

.btn-collapse {
    display: none !important;
}

#collapse-1:not(.show) {
    display: block !important;
}

.btn-primary {
    background-color: #01783b !important;
    border-color: #01783b !important;
}

.btn {
    font-family: Roboto, sans-serif;
}

.btn .bx {
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
}


@media screen and (max-width: 991px) {
    .btn-collapse {
        display: block !important;
        margin-bottom: .9375rem;
    }

    #collapse-1:not(.show) {
        display: none !important;
    }
}

.page-link {
    padding: .5rem 1rem !important;
}

.products-group {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.text-accent {
    color: #e94d02;
}

.text-primary {
    color: #01783b !important;
}

h3.text-primary {
    color: #01783b !important;
}

.img-icon {
    max-height: 5vw;
    margin-bottom: 2rem;
}

#cartModal .modal-body {
    padding: 1.5625rem;
}

#cartModal .modal-body ul {
    padding-left: 40px;
}

#cartModal .modal-body li {
    list-style: disc;
}

.btn-outline-accent {
    border-color: #e94d02 !important;
    color: #e94d02 !important;
}

.add-warranty:hover {
    color: #000 !important;
}

.btn-fixed-width-40 {
    width: 40%;
}

.btn-primary:active, .btn-primary:hover {
    background-color: #015027 !important;
    border-color: #015027 !important;
}

.btn.disabled, .btn:disabled {
    opacity: .75;
    background-color: #c4c3c3 !important;
    border-color: #c4c3c3 !important;
}

.btn-outline-accent.selected {
    background-color: #e94d02 !important;
    color: #fff !important;
}

.cart-widget .cart-wrapper .items-wrapper .product-warranty {
    margin-left: calc(5.625rem - 10px);
}


@media screen and (max-width: 765px){
    .cart-widget .cart-wrapper .items-wrapper .product-warranty{
        margin-left: 0;
        max-width: 100%;
    }
}

.cart-widget .cart-wrapper .items-wrapper .product-warranty .text-primary {
    color: #01783b !important;
}

.cart-widget .cart-wrapper .items-wrapper .warranty-price-wrapper {
    position: absolute;
    right: 2vw;
    margin-bottom: 0;
    top: 1.5vw;
}

.cart-widget .cart-wrapper .items-wrapper .price {
    font-size: 1.125rem;
    line-height: 1;
    position: absolute;
    right: 2vw;
    bottom: 0;
}

@media screen and (max-width: 991px) {
    .cart-widget .cart-wrapper .items-wrapper .price-down {
        position: relative;
    }
}

.order-product .product-warranty {
    margin: auto;
}

.order-product .product-warranty .text-primary {
    color: #01783b !important;
}

#filter-form .btn.btn-sm {
    font-size: .75rem;
}

@media screen and (max-width: 991px) {
    .cart-widget .cart-progress .steps {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}

.mobile:not(#widget-modal__map){
    display: none;
}
.desktop{
    display: block;
}

.product-wrapper .card-body .card-price span {
    font-size: 1.125rem;
    font-weight: 600;
}

@media screen and (max-width: 575px) {
    .cart-widget .cart-wrapper .items-wrapper .row > div {
        padding: 0;
    }
    .cart-widget .cart-progress .steps {
        flex-wrap: wrap;
    }

    .cart-widget .cart-progress .steps .step-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
        flex: 0 0 33%;
        margin-bottom: 2%;
    }

    .cart-widget .cart-progress .steps .step-item .step-link {
        display: inline-block;
        font-size: 0.7rem;
        line-height: 1rem;
    }

    .cart-widget .cart-progress .steps .step-item:after {
        top: 35%;
        right: -10%;
        width: 20%;
    }


    .cart-widget .cart-progress .steps .step-item .step-link i {
        font-size: 1.8rem;
        line-height: 1.125rem;
        margin: 0 0 .5rem 0;
    }

    .cart-widget .cart-wrapper .items-wrapper .row{
        position: relative;
    }

    .cart-widget .remove-from-cart-wrapper{
        top: 0;
        right: 5vw;
    }

    .cart-widget .cart-wrapper .items-wrapper .btn-action{
        font-size: .7rem;
        width: 1.8rem;
        height: 1.5rem;
    }

    .cart-widget .cart-wrapper .items-wrapper .row .form-check-input-product-order{
        align-items: unset;
    }

    .cart-widget .merchant .card.merchant .items-wrapper .item-name{
        max-width: calc(100% - 7rem);
    }

    .cart-widget .cart-wrapper .items-wrapper .item-title{
        justify-content: unset;
    }
    .cart-widget .merchant .card.merchant .items-wrapper .item-name .btn-link {
        font-size: .8em;
    }
    .mobile:not(#widget-modal__map){
        display: block;
    }
    .desktop{
        display: none;
    }
    .cart-widget .cart-wrapper .items-wrapper .price{
        font-size: .8rem;
        right: -3vw;
        bottom: 0;
    }
    .cart-widget .merchant .card.merchant .items-wrapper .warranty-price{
        bottom: -2.3rem;
        position: absolute;
        right: -3vw;
    }
    .cart-widget .cart-wrapper .items-wrapper .quantity .add, .cart-widget .cart-wrapper .items-wrapper .quantity .remove{
        font-size: .775rem;
    }
    .cart-widget .cart-wrapper .items-wrapper .quantity .remove, .cart-widget .cart-wrapper .items-wrapper .quantity .add, .cart-widget .cart-wrapper .items-wrapper .quantity .qty {
        float: left
    }
    .cart-widget .cart-wrapper .items-wrapper .qnt-price{
        font-size: .6rem;
        position: absolute;
        bottom: 3vw;
        right: -3vw;
    }
    .warranty-input-wrapper.mobile{
        width: 67%;
        margin: auto;
        position: relative;
        top: 15px;
        margin-bottom: 15px;
    }
    .warranty-input-wrapper.mobile input[type=checkbox].styled-input + label{
        font-size: .7rem;
    }
    .delivery-info.mobile .left{
        float: left;
    }
    .cart-widget .cart-summary .price{
        font-size: 3em;
        line-height: 3.6rem;
    }
    .cart-widget .cart-summary .price span:not(.no-style){
        font-size: 0.5em;
    }
    .cart-widget .cart-summary .price span.mobile{
        display: block;
        line-height: 0;
    }

    input[type=checkbox].styled-input + label:before{
        margin-top: -4px;
    }
}

