.main-nav li a {
    white-space: nowrap;
}

.intro .content span {
    color: #FFB801;
}

.intro .title span {
    color: #FFB801;
}

.product.product-3 .product-price {
    margin-bottom: .5rem;
}

.product.product-3 .btn-product:hover {
    cursor: pointer;
    color: #FFB801;
}

/* notifications */

.notification-section {
    position: fixed;
    top: 20px;
    right: 20px;
    width: fit-content;
    z-index: 10000000;
    max-width: 300px;
    display: flex;
    flex-direction: column;
    row-gap: 5px;
    opacity: .97;
}

.notification .status {
    padding: 15px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 8px;
}

.notification .status.success {
    background-color: #66CC99;
}

.notification .status.warning {
    background-color: #FFCC33;
}

.notification .status.error {
    background-color: #CC3333;
}

.notification .text-notification {
    color: white;
    font-size: 14px;
}

.text-error {
    display: block;
    padding: 5px 10px;
    background: #CC3333;
    width: fit-content;
    border-radius: 15px;
    color: white;
    margin-bottom: 8px;
}

.flex {
    display: flex;
}

.notification i::before {
    color: white;
    font-size: 20px;
}

/* notifications */

.breadcrumb-nav {
    padding: 15px 0;
}

/** loader */
.pointer-none {
    pointer-events: none !important;
}

.lds-ring {
    display: none;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    position: relative;
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    border: 3px solid white;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: white transparent transparent transparent;
}

.lds-ring.custom div,
.lds-ring.custom div {
    border: 3px solid #FFB801;
    border-color: #FFB801 transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

.checkbox-loading,
.radio-loading {
    position: absolute;
    left: 8px;
    top: 13px;
    height: unset;
    width: unset;
}

.checkbox-loading div,
.radio-loading div {
    width: 15px;
    height: 15px;
}

.icon_close.delete-from-cart:before {
	content: "";
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/** loader */

.empty-cart-section {
    display: flex;
    justify-content: center;
}

.btn-product.pointer-none span {
    display: none;
}

.btn-product.pointer-none::before {
    content: "";
}

.product-add-to-cart {
    cursor: pointer;
}

.product-desc-content table th {
    padding: 10px;
}
.product-desc-content table td {
    padding: 10px 10px 10px 50px;
}
.product-desc-content table tr {
    border-bottom: .1rem solid #dadada;
}
.alert-danger {
    border-radius: 5px;
    padding: 5px 8px;
    font-size: 12px;
}
.succes-checkout-image {
    width: 100px;
    margin: 0 auto;
}
.dropdown-menu-right .product-image-container img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}
.table-cart .product-media img {
    background: white;
    width: 60px;
    height: 60px;
    object-fit: contain;
}
.product-main-image img {
    object-fit: contain;
}
.product-details-accordion .card {
    border-radius: 15px !important;
    border: .1rem solid #ebebeb !important;
}
.product-details-accordion .product-desc-content h3 {
    display: inline-block;
}
.product-details-accordion .product-desc-content p {
    display: inline-block;
    margin-left: 10px;
}
.popular .section-title,
.post .section-title {
    text-align: center;
}
.processing-loader {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.processing-loader img {
    object-fit: contain;
}
.pointer-none {
    pointer-events: none !important;
}
.category-name-header {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}
.header-info-items {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    margin-left: 20px;
    font-weight: 400;
    color: #FFB801;
    row-gap: 6px;
}
.header-info-items span {
    line-height: 1;
}
.like-amo-btns {
    position: fixed;
    bottom: 90px;
    right: 15px;
    display: flex;
    flex-direction: column;
    row-gap: 7px;
    z-index: 999999;
}
.amo-btn {
    display: block;
    width: 45px;
    height: 45px;
    position: relative;
    z-index: 99;
    cursor: pointer;
    border-radius: 30px;
    visibility: visible;
    opacity: 1;
    box-shadow: 0 10px 6px -6px #777;
}
.amo-btn a {
    width: 45px;
    height: 45px;
    display: block;
}
.amo-btn:hover {
    opacity: .8 !important;
}
.amo-wp {
    background: #57d163 url("/images/amo/wp.svg") 50% no-repeat
}
.amo-telegram {
    background: #2ca8dd url("/images/amo/telegram.svg") 50% no-repeat;
}
.amo-insta {
    background: white url("/images/amo/insta.svg") 50% no-repeat;
    background-size: 100%;
}
.amo-viber {
    background: #665cac url("/images/amo/viber.svg") 50% no-repeat;
    background-size: 72%;
}
#search-results-container,
.clear-search {
    display: none;
}
#search-results-container {
    width: 100%;
    max-height: 400px;
    height: fit-content;
    z-index: 99;
    top: 55px;
    padding: 1.2rem 2.4rem 1.2rem 2rem;
    background: white;
    border-radius: 30px;
}
.item-search-result {
    align-items: center;
    column-gap: 10px;
}
#search-results-container a span,
#search-results-container span {
    font-size: 14px;
    line-height: 1.5;
    color: black;
}
#search-results-container a:hover span {
    color: #FFB801;
}
.search-results-inner {
    row-gap: 10px;
    height: fit-content;
    max-height: 375px;
}
.clear-search {
    position: absolute;
    color: white;
    font-size: 20px;
    right: 30px;
    cursor: pointer;
    z-index: 9999;
}
.filter-item.custom-data.active a {
    color: #FFB801;
}
.filter-item.custom-data.active .item-count {
    background: #FFB801;
    color: white
}
.clear-filter-mobile {
    display: none;
}
.item-shadow {
    box-shadow: 0 0.1rem 2rem rgb(4 6 28 / 10%);
    padding: 25px;
    border-radius: 15px;
}
.product-child-products {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
    row-gap: 10px;
}
.product-child-products .child-product {
    display: flex;
    flex-direction: column;
    border: .1rem dashed #d7d7d7;
    background-color: #f9f9f9;
    padding: 8px 12px;
    border-radius: 15px;
    font-weight: 500;
}
.product-child-products .child-product:hover {
    opacity: .7;
}
.intern-name {
    color: black;
    border-bottom: .1rem dashed #000000;
    text-align: center;
}
.intern-price {
    color: #FFB801;
}
.product-child-products .child-product.active-intern {
    background-color: #FFB801;
    color: white;
}
.product-child-products .child-product.active-intern .intern-name {
    color: white;
    border-bottom: .1rem dashed white;
}
.product-child-products .child-product.active-intern .intern-price {
    color: white;
}
.unit-item-data {
    font-size: 15px;
}
.text-title-item {
    font-size: 16px;
    color: #FFB801;
    font-weight: 600;
}
.availability-section {
    font-weight: 500;
}
.figure-section-container {
    display: flex;
    align-items: center;
    width: 100%;
}
.top-header-left span {
    font-size: 14px;
    font-weight: 500;
}
@media(max-width: 991px) {
    .top-header-left {
        top: 15px;
        position: absolute;
        padding: 0;
        left: 0;
        right: 0;
        width: 100%;
        max-width: 100%;
        justify-content: center;
    }
    .top-header-right {
        padding-top: 35px;
    }
    .parent-products-section-container {
        flex-direction: column-reverse;
    }
    .sidebar-shop .widget-title {
        margin-bottom: 2rem;
    }
    .page-header {
        padding-bottom: 0;
    }
    .widget-collapsible .widget-title a:after {
        right: 10px;
        margin-top: -12px;
        font-size: 20px;
    }
    .filter-price {
        padding-left: 30px;
        padding-right: 30px;
    }
    .breadcrumb-nav {
        padding: 0;
    }
    .widget.widget-clean,
    .widget.widget-collapsible.static-item .widget-title {
        display: none;
    }
    .sidebar.sidebar-shop {
        margin-top: 10px;
    }
    .widget.widget-collapsible.static-item .widget-body .filter-items {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        column-gap: 20px;
        row-gap: 8px;
        padding-right: 30px;
    }
    .widget.widget-collapsible.static-item .widget-body .filter-items .filter-item {
        padding-right: 30px;
    }
    .widget.widget-collapsible.static-item .widget-body .filter-items .custom-control {
        margin: 0;
    }
    .clear-filter-mobile {
        display: block;
    }
    .toolbox {
        align-items: flex-start;
    }
}
@media(max-width: 780px) {
    .product-main-image img {
        max-width: 200px;
    }
    .figure-section-container .availability-section {
        display: flex !important;
        white-space: nowrap;
    }
}
@media(max-width: 700px) {
    .prod-info-actions-section {
        flex-direction: column;
        align-items: flex-start !important;
        row-gap: 20px;
    }
}
@media(max-width: 550px) {
    #search-results-container {
        width: calc(100vw - 30px) !important;
        left: -75px !important;
    }
}
@media(max-width: 500px) {
    .btn-search-products {
        max-width: 55px !important;
    }
    .clear-search {
        right: 5px;
        width: 50px;
        text-align: center;
    }
}