
.bg-red-pastel {
    background-color: #FF5050;
}

.bg-blue-pastel {
    background-color: #34507A;
}

.bg-apn-light-gray {
    background-color: #f8f8f8;
}


.text-red-pastel {
    color: #FF5050;
}

.text-blue-pastel {
    color: #34507A;
}

.text-apn-light-gray {
    color: #f8f8f8;
}

.border-red-pastel {
    border-color: #FF5050;
}

.border-blue-pastel {
    border-color: #34507A;
}

.border-apn-light-gray {
    border-color: #f8f8f8;
}

.slick-list.draggable {
    height: 100%;
}

.slick-track {
    height: 100%;
}

.slick-slider {
    position: initial !important;
}

.slide__img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.slick-dots {
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: center;
}

.slick-dots li button {
    background: 0 0;
    border: 0;
    color: transparent;
    display: block;
    font-size: 0;
    line-height: 0;
    outline: none;
    padding: 5px;
}

.slick-dots li button:before {
    background: #5784BA;
    opacity: .25;
    border-radius: 4px;
    content: "";
    height: 7px;
    width: 22px;
    display: block;
}

/* .slick-active .slick-dots  li button:before {
  background: yellow !important;
} */

.slick-dots li.slick-active button:before {
    color: #000;
    opacity: .75;
}

.header-top10 {
    top: 3rem;
    padding: 8px 0;
}

.header-top0 {
    top: 0;
    padding: 0;
}

.header-logo {
    height: 3rem;
    width: auto;
}

.rotate-180 {
    transform: rotate(180deg);
}

.cart-open {
    right: 0;
}

.cart-close {
    right: -100%;
}

.liked-products-open {
    right: 33.333333%;
}

.liked-products-close {
    right: -100%;
}

@media (max-width: 1024px) {
    .liked-products-open {
        right: 0;
    }
}

.open {
    left: 0 !important;
    position: relative;
}

.active {
    border-bottom-width: 1px;
    color: white;
    background-color: rgb(255 80 80);
}

.active-subtab {
    background-color: rgb(255 80 80);
    color: white;
}

.faq-active {
    border-color: #FF5050;
    background-color: #FF5050;
    border-bottom-width: 1px;
    color: white;
}


.btn-apn-primary {
    border-width: 2px;
    border-color: #34507A;
    background-color: #34507A !important;
    font-weight: bold;
    width: 100%;
    padding-left: 3rem; /* 48px */
    padding-right: 3rem; /* 48px */
    padding-top: 0.5rem; /* 8px */
    padding-bottom: 0.5rem; /* 8px */
    color: white;
    transition-duration: 200ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 0.375rem; /* 6px */
}

.btn-apn-primary:hover {
    background-color: #FF5050 !important;;
    border-color: #FF5050;
}

.btn-apn-primary2 {
    border-width: 2px;
    border-color: #34507A;
    background-color: #34507A !important;;
    font-weight: bold;
    width: 100%;
    padding-left: 1rem; /* 48px */
    padding-right: 1rem; /* 48px */
    padding-top: 0.5rem; /* 8px */
    padding-bottom: 0.5rem; /* 8px */
    color: white;
    transition-duration: 200ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 0.375rem; /* 6px */
}

.btn-apn-primary2:hover {
    background-color: #FF5050 !important;;
    border-color: #FF5050;
}