/* pagination */
.page-item.active .page-link {
    background-color: #FEA932;
    border-color: #FEA932;
}

.page-link {
    color: gray;
}

.page-item:not(.active):hover .page-link {
    color: #FEA932;
    background-color: rgba(254, 169, 50, 0.2);
}

.page-item:hover {
}
/* end pagination */

.limit-ln{
    display: -webkit-box;
    -webkit-line-clamp: var(--line, 1);
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.bg-my_color{
    background-color: #FEA932;
}

.hover_danger:hover{
    color: #FC1000!important;
}

.my_rounded{
    border-radius: 12px;
}

.splide__pagination__page.is-active {
    background-color: #FEA932 !important;
}

.category-banner{
    height: 200px;
    width: 100%;
    object-fit: cover;
}

.form-phone {
    position: relative;
}

.form-phone div {
    position: absolute;
    left: 0;
    top: 1px;
    bottom: 1px;
    font-size: 16px;
    padding: 12px 14px;
    border-right: 1px solid #EAEAEA;
}

.form-phone input {
    padding-left: 74px;
}

/* sidebar categories */
.nav-category-layout {
    columns: 3;
    gap: 10px;
    padding: 10px;
    margin: 0 auto;
}

.nav-category-item {
    break-inside: avoid;
    margin-bottom: 10px;
}

.subcategories{
    height: 55px!important;
}

.subcategory-img{
    width: 40px;
    max-height: 40px;
    object-fit: contain;
}

.categories{
    border: 1px solid #F6F6F6;
    border-radius: 8px;
    padding: 6px;
    height: 50px;
}

/* end sidebar categories */

/* product show */
.disabled-variant::after {
    content: "";
    position: absolute;
    height: 1px;
    left: -3px;
    right: -3px;
    top: 50%;
    background: #b0b0b0;
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
}
/* end product show */

/*!* navbar *!*/

.svg-size svg{
    height: auto!important;
    width: auto!important;
}

.overflow-scroll-none {
    overflow-y: hidden;
}

.blur {
    filter: blur(5px);
}

.min-brightness {
    filter: brightness(0.3);
}

.border-hover {
    border: 1px solid #FEA932 !important;
}

.border-subcategory-hover {
    border: 1px solid white;
}

.border-subcategory-hover:hover {
    border: 1px solid #FEA932;
}

.icon-hover-gray {
    color: rgba(129, 131, 149, 1);
}

.icon-hover-red {
    color: #FC1000 !important;
}
/* end navbar */

/* home */
.product-card{
    border-radius: 12px;
}

.product-card:hover{
    background-color: rgba(218, 226, 231, 0.3);
    cursor: pointer;
}

.product-img{
    border: 1px solid gainsboro;
    border-radius: 12px;
    height: 270px;
    width: 100%;
    object-fit: cover
}

.product-card:hover .product-img{
    border: 1px solid #FEA932;
}

.btn-add-to-cart{
    height: 40px;
    padding: 10px;
    background-color: lightgray;
}

.btn-add-to-cart svg{
    height: 20px;
    width: 20px;
}

.border-my_color{
    border: 1px solid #FEA932!important;
}

.my_color{
    color: #FEA932;
}

.hover_my_color{
    transition: .3s;
}

.hover_my_color:hover{
    color: #FEA932!important;
}

.search-scroll{
    padding-right: 10px!important;
    padding-left: 10px!important;
}

.search-scroll::-webkit-scrollbar {
    width: 5px;
    background-color: #EFF4F9;
}

.search-scroll::-webkit-scrollbar-thumb {
    background-color: #FEA932;
    border-radius: 8px;
}

.btn-add-to-cart:hover{
    background-color: #FEA932;
}

.btn-favorites{
    background-color: #e9ecef;
}

.btn-favorites:hover{
    border: 1px solid #FEA932;
}

.btn-favorites svg{
    transition: .1s;
}

.btn-favorites:hover svg{
    stroke: #FEA932;
    fill: #FEA932;
    transition: .1s;
}

.active-favorite svg{
    stroke: #FEA932!important;
    fill: #FEA932!important;
}

.see_all{
    color: black;
}

.see_all:hover{
    color: #FEA932;
    transition: .3s;
}

.see_all:hover .see_all-arrow_right{
    color: #FEA932;
    transition: .3s;
}

.see_all-arrow_right{
    transition: .3s;
}

.see_all:hover .see_all-arrow_right{
    padding-left: 5px!important;
}
/* end home */

/* footer */
footer{
    background-color: black!important;
}

.footer-color{
    color: #FEA932;
}

.footer-link{
    position: relative;
    color: white;
    display: block;
}

.footer-link:hover{
    color: #FEA932;
}

.footer-link:after{
    content: "";
    position: absolute;
    background-color: #FEA932;
    height: 0.1rem;
    width: 0;
    left: 0;
    bottom: -3px;
    transition: 0.3s;
}

.footer-link:hover:after,
.footer-link.active-nav:after{
    width: 100%;
}

.footer-link.active-nav{
    color: #FEA932;
}

.top-btn{
    position: fixed;
    bottom: .75rem;
    background-color: #FEA932;
    transition: all .4s;
    z-index: 3;
}
/* end footer */
