@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400;600;700&family=Marcellus&family=Open+Sans:ital,wght@0,300;0,400;0,700;0,800;1,400;1,700;1,800&display=swap');

:root {
    --fk-radius: 10px;
}

html {
    min-width: 480px;
}

body {
    font-family: 'Open Sans', sans-serif;
    color: #57575B;
    background-color: #F4F4F4;
    min-width: 480px;
    padding-right: 0px !important;
}

h1,
h2,
h3 {
    font-family: 'Marcellus', serif;
    color: #57575B;
}

.hidden {
    display: none;
}

.top-main {
    display: flex;
    align-items: center;
    padding: 20px 0;
}


.main-header .main-logo-holder {
    width: 300px;
}

.main-header .main-search-holder {
    width: calc(100% - 400px);
}

.main-cart-icons {
    width: 100px;
    text-align: center;
    padding-left: 20px;
}

.main-cart-icons div {
    float: left;
    padding: 0 5px;
    position: relative;
}

.main-cart-icons img {
    /* padding: 0 2px;
    opacity: 0.5; */
}

.cart-main-counter {
    position: absolute;
    background-color: #fd3138;
    color: #fff;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 15px;
    font-size: 11px;
    font-weight: 800;
    right: -6px;
    bottom: -12px;
}

.favorite-main-counter {
    position: absolute;
    background-color: #fd3138;
    color: #fff;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 15px;
    font-size: 11px;
    font-weight: 800;
    right: -6px;
    bottom: -12px;
}

.main-header .top {
    border-bottom: 1px solid #DCDCDC;
    color: #6D6D70;
    font-size: 9pt;
    padding: 5px 0;
    text-transform: uppercase;
}

.main-header .top .container {
    padding: 0 20px;
}


.bg-dark {
    background-color: #343434 !important;
}

.navbar {
    padding: 0 !important;
    text-transform: uppercase;
    font-size: 10pt;
}

.navbar .nav-link {
    color: #fff;
}

.navbar .nav-item {
    padding-right: 20px;
}

.navbar .dropdown-menu {
    --bs-dropdown-link-hover-bg: #343434;
    --bs-dropdown-link-active-color: #fff;
    --bs-dropdown-link-active-bg: #fff;
    font-size: 9pt;
    border: 0;
    background-color: #343434;
}

.navbar .dropdown-menu .dropdown-item {
    color: #fff;

}

.cover-image {
    border-radius: var(--fk-radius);
}

.img-rounded {
    border-radius: var(--fk-radius);
}

.alert {
    border: 0;
    font-size: 14px;
}

.alert-danger {
    border: 0;
    font-size: 12px;
    background-color: transparent;
    border: 0;
    padding: 0;
    color: #ff0000;
}

.btn-grey {
    background-color: #343434;
    text-transform: uppercase;
    color: #fff;
    font-size: 9pt;

    border-radius: 10px;
    padding: 3px 15px;
}

/* .alert-success {
    --bs-alert-color: #fff;
    --bs-alert-bg: #a1c900;
    --bs-alert-border-color: transparent;
    --bs-alert-link-color: transparent;
} */

/** SEARCH **/



#search {
    margin: 0 20px;
    background-color: #D9D9D9;
    border-radius: 20px;
    padding-left: 50px;
    font-size: 10pt;
    height: 40px;
    background-image: url('/assets/desktop/img/search.svg');
    background-position: 15px 10px;
    background-repeat: no-repeat;
}

#brand-search-res ul {
    font-weight: bold;
}

#brand-search-res ul li {
    padding-bottom: 10px;
}


.main-search-holder {
    position: relative;
    z-index: 100;
}

#search-form {
    position: relative;
    z-index: 10;
}

#search-result {
    position: absolute;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(2px);
    padding: 35px;
    padding-top: 75px;
    top: -20px;
    z-index: 2;
    border-radius: 30px;
    padding-bottom: 0;
    left: 0;
    right: 0;
    display: none;
}

.list-group,
.list-group-item {
    background: transparent !important;
    background-color: transparent !important;

}

.list-group-item {
    width: 100%;
    border: 0;
    padding: 10px 0;
    border-bottom: 0px solid #00000017;
    border-radius: 0 !important;
}

.list-group-item img {
    width: 80px;
    border-radius: 10px;
}

.list-group .special-price {
    background-color: #c92700;
    color: #fff;
    display: inline-block;
    align-items: center;
    border-radius: 5px;
    padding: 5px 5px;
    font-weight: bold;
    padding: 5px 10px;
    margin: 10px 0;
    /* width: 100%; */
    text-align: center;
}

.list-group-item .rectangle-img {
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 5px;
    padding-right: 10px;
}

.user-menu .list-group-item {
    border-bottom: 1px solid #e5e5e5;
}

#search-result ul {
    list-style: none;
    padding-left: 0;
}

#search-result h6 {
    font-weight: bold;
}


.rectangle-img {
    aspect-ratio: 3 / 2;
    overflow: hidden;
    border-radius: 5px;
}

.user-action {
    margin-left: auto;
}


.title-holder {
    display: flex;
    align-items: center;
    padding: 20px 0;
}

.title-holder h2 {
    text-transform: uppercase;
    font-size: 11pt;
    padding: 0;
    margin: 0;
    padding-right: 10px;
}

.title-holder .divider {
    height: 1px;
    background: #d1d1d1;
    flex: 1;
}

.box {
    width: 100%;
    overflow: hidden;
    border-radius: var(--fk-radius);
}

.category-select a {
    text-decoration: none !important;
}

.box .box-header {
    height: 40px;
    text-transform: uppercase;
    text-align: center;
    background-color: #343434;
    line-height: 40px;
    color: #fff;
    font-weight: 200;
    font-size: 10pt;
    font-weight: 800;
    text-decoration: none !important;
}

.box .box-body img {
    width: 100%;
}

.slider-holder {
    margin-top: 25px;
}

.slider-holder img {
    width: 100%;
}

/*** Product ***/

.product-list-item {
    padding-bottom: 30px;
    position: relative;
}

.product-list-item .label-holder {
    position: absolute;
    left: 20px;
    top: 10px;
    z-index: 2;
}

.product-list-item .label-holder .label.special {
    background-color: #c92800;
    color:#fff;
}

.product-list-item .special-price {
    background-color: #c92700;
    color: #fff;
    display: inline-block;
    align-items: center;
    border-radius: 5px;
    padding: 5px 5px;
    font-weight: bold;
    padding: 5px;
    margin: 10px 0;
    width: 100%;
    text-align: center;
}

.product-list-item .label {
    background-color: #ffffff;
    padding: 0 10px;
    border-radius: 5px;
    font-size: 9pt;
    text-transform: uppercase;
    font-weight: 600;
    margin-right: 10px;
    height: 24px;
    line-height: 24px;
    float: left;
}

.product-list-item .label.discount {
    background-color: #fd3138;
    color: #fff;
}


.product-list-item .item-footer {
    margin-top: 5px;
}

.product-list-item a {
    color: #343434;
    text-decoration: none;

}

.product-list-item .price-holder {
    font-size: 12pt;
    font-weight: 800;
    padding-top: 10px;
}

.product-list-item h3 {
    font-size: 11pt;
    font-family: 'Open Sans', sans-serif;
    /* text-decoration: underline; */
    font-weight: 600;
    padding-top: 10px;
    margin-bottom: 0;

}

.product-list-item .btn {
    background-color: #a1c900;
    /* background-color: #343434; */
    text-transform: uppercase;
    color: #fff;
    font-size: 9pt;
    float: right;

    border-radius: 10px;
    padding: 3px 15px;

}

.product-list-item .img-holder {
    position: relative;
}

.product-image {
    pointer-events: none;
}


.product-comment {
    width: 100%;
    max-height: 80px;
    resize: none;
}

.add-favorite {
    background-image: url("/assets/desktop/img/favorit.svg");
    width: 35px;
    height: 35px;
    background-repeat: no-repeat;
    position: absolute;
    background-position: center;
    right: 0;
    background-color: #f4f4f4e3;
    bottom: 0;
    border-radius: 10px 0 0 0;
}

.remove-favorite {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 448 512"><path d="M432 32H312l-9.4-18.7A24 24 0 0 0 281.1 0H166.8a23.72 23.72 0 0 0-21.4 13.3L136 32H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16zM53.2 467a48 48 0 0 0 47.9 45h245.8a48 48 0 0 0 47.9-45L416 128H32z" /></svg>');
    width: 35px;
    height: 35px;
    background-repeat: no-repeat;
    position: absolute;
    background-position: center;
    right: 0;
    background-color: #f4f4f4e3;
    bottom: 0;
    border-radius: 10px 0 0 0;
}

.img-thumbnail {
    border: 0;
    padding: 0;
    pointer-events: none;
    width: 100%;
}

.product-list-item .img-thumbnail {
    border: 0;
    padding: 0;
    pointer-events: none;
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}


.page-link {
    margin: 0 5px;
    border-radius: 10px !important;
    text-transform: uppercase;
    font-size: 9pt;
    color: #57575B;
    border: 0;
}

.page-link:first-child {
    margin-left: 0;
}

.active>.page-link,
.page-link.active {
    background-color: #343434;
    color: #fff;
    border: 0;

}







.bg-dark {
    text-decoration: none;
}


.why-us-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.why-us-holder h3 {
    font-family: 'Caveat', cursive;
    font-weight: 700;
    font-size: 28pt;
}

.why-us-holder p {
    font-family: 'Caveat', cursive;
    line-height: 1.5;
    font-size: 16pt;
    font-weight: 700;
}

.why-us-holder img {
    border-radius: var(--fk-radius);
}

.why-us-holder .btn {
    background-color: #343434;
    text-transform: uppercase;
    color: #fff;
    font-size: 9pt;
    border-radius: 10px;
    padding: 3px 15px;
}

.flex-center {
    align-items: center;
}

.testimonials p {
    padding-top: 10px;
    font-size: 11.5pt;
}

.testimonials .card {
    border: 0;
    background-color: #fefefe;
}

.testimonials .card-body {
    height: 200px;
}

.testimonials .card-body .card-text {
    height: 110px;
    overflow-y: auto;
}

.testimonials .card-body .card-text::-webkit-scrollbar {
    width: 5px;
    scrollbar-width: thin;
}

/* Track */
.testimonials .card-body .card-text::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.testimonials .card-body .card-text::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
.testimonials .card-body .card-texts::-webkit-scrollbar-thumb:hover {
    background: #555;
}



.page-footer {
    margin-top: 50px;
}

.brands {
    background: #fff;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 30px;
    text-align: center;
    padding: 30px 0;
}






/** PRODUCT PAGE **/
.product-page-holder h1 {
    font-size: 20pt;
    font-weight: 800;
    padding-bottom: 20px;
}

.product-header {
    margin-bottom: 20px;
}

.product-page-holder .product-header h1 {
    margin-bottom: 0;
    padding-bottom: 0;
}


.product-image-holder {
    padding-bottom: 30px;
    position: relative;
}

.product-image-holder img {
    border: 0;
    padding: 0;
    pointer-events: none;
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.product-image-holder .label-holder {
    position: absolute;
    left: 20px;
    top: 10px;
    z-index: 2;
}

.product-page-holder .product-image-holder .product-image {
    border-radius: 10px;
}

.product-page-holder .price-holder {
    width: 100%;
    margin-bottom: 10px;
}

.product-page-holder .price-holder .price-offer {
    background-color: #c92700;
    color: #fff;
    display: inline-block;
    align-items: center;
    border-radius: 6px;
    padding: 5px 5px;
    font-weight: bold;
}

.product-page-holder .price-holder .price-original {
    font-size: 10pt;
}

.product-page-holder .price-holder .price {
    font-size: 20pt;
    font-weight: 800;
    padding-left: 10px;
    color: #343434;
}

.product-image-holder.label-holder {
    position: absolute;
    left: 20px;
    top: 10px;
    z-index: 2;
}

.product-image-holder .label {
    background-color: #ffffff;
    padding: 0 10px;
    border-radius: 5px;
    font-size: 9pt;
    text-transform: uppercase;
    font-weight: 600;
    margin-right: 10px;
    height: 24px;
    line-height: 24px;
    float: left;
}

.product-image-holder .label.discount {
    background-color: #fd3138;
    color: #fff;
}


.product-image-holder .item-footer {
    margin-top: 5px;
}

.product-page-holder .data-row {
    width: 100%;
    display: flex;
    min-height: 40px;
}

.product-page-holder .main-image {
    width: 100%;
}


.product-page-holder .data-row .data-title {
    width: 150px;
    font-weight: bold;
}

.product-page-holder .data-row .data-details {
    width: calc(100% - 150px);
}


.product-page-holder .add-to-cart {
    font-size: 12pt;
    background-color: #a1c900;
    text-transform: uppercase;
    color: #fff;
    width: 100%;
    box-shadow: 1px 2px 0px #bbbbbb69;
    padding: 12px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}

.product-page-holder .add-to-cart:hover {
    background-color: #85a505;
    font-size: 12pt !important;
}

.product-page-holder .calculated-price {
    font-size: 20pt;
    font-weight: 600;
    padding: 20px 10px;
    text-align: left;
    float: left;
}


.product-page-holder .pattern_width {
    display: inline-block;
    height: 28px;
    background-image: url('/assets/desktop/img/icons/width_arrow.png');
    background-repeat: no-repeat;
    padding-left: 35px;
    line-height: 28px;
    background-position: left center;
}

.product-page-holder .pattern_height {
    display: inline-block;
    height: 28px;
    background-image: url('/assets/desktop/img//icons/height_arrow.png');
    background-repeat: no-repeat;
    padding-left: 19px;
    padding-right: 10px;
    line-height: 28px;
}

.product-page-holder .cleaning img {
    border-radius: 5px;
}


.product-page-holder .product-choice {
    display: flex;
    margin-bottom: 10px;
}

.product-page-holder .product-choice .icon {
    font-size: 13px;
    background-color: #fff;
    width: 120px;
    height: 120px;
    text-align: center;
    border-radius: var(--fk-radius);
    margin-right: 10px;
    box-shadow: 1px 2px 0px #bbbbbb69;
}


.product-page-holder .product-choice .icon.selected {
    background-color: #a2c901;
    color: #fff;
}


.product-page-holder .product-choice {
    border: 1px dashed #dcdcdc;
    padding: 10px;
    border-radius: 15px;
}

.product-page-holder .product-choice b {
    margin-top: 10px;
    width: 100%;
    float: left;
}

.product-page-holder .product-choice img {
    margin-top: 10px;
    width: 60px;
}

.product-page-holder .calculator-form {
    background-color: #fefefe;
    padding: 20px;
    border-radius: 10px;
}

.product-page-holder .calculator-form h2 {
    border-bottom: 2px dashed #efefef !important;
    padding: 10px 0;
    font-size: 26px;
    font-weight: 800;
}

#fast-calculate {
    display: none;
    /* background-color: #a2c901; */
    padding: 11px;
    text-align: ce;
    /* color: #fff; */
    border-radius: 10px;
    border: 2px dashed #57575b;
    margin-bottom: 10px;
}

#fast-calculate-price {
    font-size: 20px;
    font-weight: 800;
    padding: 5px 0;
    display: inline-block;
}

.product-page-holder .product-colors a {
    color: #343434;
}

.product-page-holder .product-color {
    margin-bottom: 15px;
    font-size: 12px;
}

.product-page-holder .product-color img {
    width: 100%;
    border-radius: var(--fk-radius);
    margin-bottom: 10px;
    pointer-events: none;
    aspect-ratio: 1 / 1;
    object-fit: cover;

}

.product-page-holder .product-color b {
    width: 100%;
    float: left;
}

.product-page-holder .data-row .price {
    font-weight: 800;
    color: #fff;
    background-color: #343434;
    padding: 10px;
    font-size: 20px;
    border-radius: var(--fk-radius);
}

.product-page-holder .calculated-table {
    text-align: right;
    padding-top: 20px;

}

.product-page-holder .calculated-table .calc-data-row {
    float: left;
    width: 100%;
    padding: 0 10px;
}

.product-page-holder .calculated-table .calc-data-row div:first-child {
    float: left;
}

.product-page-holder .product-colors-holder a {
    display: block;
}

.product-page-holder .product-colors-holder img {
    pointer-events: none;
}


/*** Filters ***/

.filter-box {
    margin-bottom: 10px;
    font-size: 10pt;
}

.filter-box b {
    font-size: 10pt;
    padding-bottom: 10px;
    display: block;
}

.filter-box .colorbox {
    width: 50px;
    height: 50px;
    border-radius: var(--fk-radius);
    float: left;
    border: 5px solid #F4F4F4;
}

.filter-box .colorbox.active {
    background-image: url("/assets/desktop/img/check.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
}


.filter-box {
    clear: both;
}

.brands b {
    margin-bottom: 20px;
    display: block;
    float: left;
    width: 100%;
}

.brands img {
    padding: 20px;
}

/*** Stasus ***/

.status-holder .status {
    font-size: 10pt;
    /* color: #343434; */
    padding-top: 5px;
    text-transform: uppercase;
}


.status-holder .status span.green {
    background-color: #a1c900;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    margin-right: 5px;
    animation: pulse-animation 2s infinite;
}



@keyframes pulse-animation {
    0% {
        box-shadow: 0 0 0 0px #a1c900c1;
    }

    100% {
        box-shadow: 0 0 0 5px #a1c90000;
    }
}

.status-holder .status span.yellow {
    background-color: #f8a826;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    margin-right: 5px;
}

/*** CART ***/

.delivery-price-holder-free {
   display: none;
}

.avatar-lg {
    /* height: 5rem; */
    width: 5rem;
}

.font-size-18 {
    font-size: 18px !important;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

a {
    text-decoration: none !important;
}

.w-xl {
    min-width: 160px;
}

.cart-item-details h5 {
    font-weight: 700;
}

.card {
    margin-bottom: 24px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
}

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: 10px;
}

.cart-item-details p {
    font-size: 14px;
}

.btn-default,
.btn-default:hover {
    font-size: 10pt;
    background-color: #a1c900;
    text-transform: uppercase;
    color: #fff;
    box-shadow: 1px 2px 0px #bbbbbb69;
    padding: 12px 20px;
}

.payments-holders {
    padding: 20px;
    padding-top: 0;
}

/* .payments-holders .form-check input {
    margin-left: 0 !important;
} */

.payments-holders .form-check {
    margin-top: 20px;
    /* border: 1px solid #e5e5e5;
    border-radius: 15px;
    padding: 10px;
    background-color: #fff; */
}

.foxpost-map-holder {
    margin-top: 30px;
    border-radius: var(--fk-radius);
    overflow: hidden;
}

.store-map-holder {
    margin-top: 20px;
    border-radius: var(--fk-radius);
    overflow: hidden;
}


#summary .form-label {
    font-weight: bold;
}

.cart-item-card {
    background-color: #f4f4f4;
}

.summary-total {
    font-size: 26px;
    font-weight: 700;
}


#back-to-cart {
    cursor: pointer;
}

#postapont-list {
    max-height: 200px;
    overflow: hidden;
    overflow-y: scroll;
    width: 100%;
    display: block;
}



iframe[src*="youtube.com"] {
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
}




/**
* BLOG
*/

.blog-list-item h3 {
    font-size: 13pt;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog-list-item {
    margin-bottom: 20px;
}

.blog-list-item .img-holder {
    padding-bottom: 10px;
}

.blog-list-item p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 11pt;
}



.blog-list-item a {
    color: #343434;
    text-decoration: none;
}

.btn.btn-sm.btn-grey:hover {
    background-color: #343434 !important;
    color: #fff;
}

figcaption {
    font-size: 10pt;
    color: #57575B;
    margin-top: 10px;
    margin-bottom: 20px;
    font-style: italic;
}

.blog-page img {
    border-radius: var(--fk-radius);
    margin-bottom: 20px;
}

.blog-page p {
    text-align: justify;
}

.blog-page>h1 {
    font-weight: 800;
    padding-bottom: 20px;
}

/**
* PAGES 
*/

.page-holder {
    margin-top: 30px;
}

footer ul {
    list-style: none;
    padding: 0;
}

footer ul a {
    color: #fff;
}


.sub-category {
    list-style: none;
    padding: 0;
    padding-top: 10px;
}

.sub-category li {
    padding-left: 1rem;
    text-indent: -0.7rem;
}


.sub-category li a {
    color: #57575B;
    text-decoration: underline !important;
}

.sub-category li::before {
    content: "👉";
}

/** FORM ***/

/* 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;
}


.show-only-mobile {
    display: none !important;
}

.show-only-desktop {
    display: block !important;
}

.orderby-holder {
    font-size: 10pt;
}

.orderby-holder select {
    font-size: 9pt;
    border-radius: 5px;
}

/**
* Respo
*/




/* @media (min-width: 1400px) { */
.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    max-width: 1270px;
    width: 100% !important;
    padding: 0 20px;

}

/* } */
@media (max-width: 768px) {

    .main-header .main-search-holder {
        width: 100% !important;
    }



    .show-only-mobile {
        display: block !important;
    }

    .show-only-desktop {
        display: none !important;
    }

    #search {
        margin: 0;
    }

    #search-result {
        position: relative;
        background: rgba(255, 255, 255, 0.9);
        backdrop-filter: blur(2px);
        padding: 20px;
        padding-top: 15px;
        top: 20px;
        z-index: 2;
        border-radius: 15px;
        left: 0;
        right: 0;
        display: none;
    }


    #product-filter {
        max-height: 300px;
        overflow: scroll;
        margin-bottom: 20px;
        display: none;
    }

    #product-div-1 {
        order: 2;
    }

    #product-div-2 {
        order: 1;
    }


}

.top-main-mobile {
    margin-top: 20px;
}

.mobile-logo {
    height: 50px;
    margin-left: 60px;
}

.filter-btn,
.filter-btn:hover,
.filter-btn:focus,
filter-btn:active {
    background-color: #343434;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.modal {
    padding-right: 0px !important;
    max-width: 100% !important;
}

.modal-open {
    padding-right: 0px !important;
}

.modal-backdrop {
    width: 100%;
    height: 100%;
}


.modal-header {
    border-bottom: 0;
}

.modal-footer {
    border-top: 0;
}

.modal-footer .btn {
    padding: 10px 20px;
    font-size: 9pt;
    text-transform: uppercase;
}

.modal-footer .btn-default,
.modal-footer .btn-default:hover {
    background-color: #a1c900;
    color: #fff;
}

.alert-info {
    background-color: #f4f4f4 !important;
    color: #000;
}

.alert-dashed {
    border: 2px dashed #212529;
    background-color: transparent !important;
}

.accordion-button {
    background-color: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

.fixed-cta-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #a1c900;
    color: white;
    padding: 10px 20px;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s;
}

.fixed-cta-button:hover {
    background-color: #85a505;
}


.help-card {
    background-color: #fefefe;
    padding: 20px;
    border-radius: 10px;
}

a.fancybox {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}

.top-call-holder a {
    color: #a2c901;
    font-weight: bold;
    text-decoration: none;
}

.product-zoom-icon {
    position: absolute;
    bottom: 30px;
    right: 0px;
    color: #fff;
    background-color: #00000078;
    padding: 6px;
    border-radius: 9px 0 9px 0;
}


.fixed-cta {
    display: none;
    position: fixed;
    bottom: 0px;
    right: 0px;
    left: 0px;
    background-color: transparent;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    z-index: 99990;
    transition: background-color 0.3s;
}

.fixed-cta button {
    background-color: rgb(161, 201, 0);
    color: white;
    padding: 10px 20px;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
    transition: background-color 0.3s;
    width: 100%;

}

@keyframes bounce {
    0% {
        transform: translateY(0);
    }

    30% {
        transform: translateY(-10px);
    }

    60% {
        transform: translateY(5px);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes glow {
    0% {
        box-shadow: 0 0 0px rgba(0, 123, 255, 0);
    }

    50% {
        box-shadow: 0 0 10px rgba(161, 201, 0, 1);
    }

    100% {
        box-shadow: 0 0 0px rgba(0, 123, 255, 0);
    }
}

.bounce-animation {
    animation: bounce 0.6s ease;
}

.glow-animation {
    animation: glow 1s ease;
    outline: none;
    border-radius: var(--fk-radius);
}