/* .select_dropdown_anchor {
    background-color: #02b9eb;
    color: #fff;
    text-transform: uppercase;
    padding: 8px;
    width: 100%;
    text-align: center;
    width: 100%;
    display: block;
    border-radius: 16px;
    cursor: pointer;
      margin-bottom: 12px; 
    
} */
.select_dropdown_anchor {
    /* background-color: #02b9eb; */
    color: #000 !important;
    text-transform: capitalize;
    padding: 8px;
    width: 100%;
    text-align: left;
    width: 100%;
    display: block;
    font-size: 22px;
    letter-spacing: 0;
    /* border-radius: 16px; */
    /* cursor: pointer; */
    /* margin-bottom: 12px; */
    font-weight: 900;
    font-family: 'Open Sans';
}
.select_dropdown_anchor:hover {
    color: #000000;
}

.featured-collection-image img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.select_dropdown_anchor .fa-angle-down {
    float: right;
    
    background-color: #ffffff;
    width: 18px;
    height: 18px;
    color: #02b9eb;
    text-align: center;
    display: none;
    justify-content: center;
    align-items: center;
    margin-top: 3px;
    margin-right: 5px;
}
.select_dropdown_ul li a {
    font-size: 18px;
}
/* .select_dropdown_ul li {
    background-color: #02b9eb;
    border-radius: 16px;
    margin: 8px 10px;
    padding: 8px;
    color: #89264a;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
} */
.select_dropdown_ul li {
    /* background-color: #02b9eb; */
    /* border-radius: 16px; */
    /* margin: 8px 10px; */
    padding: 8px;
    color: #000;
    text-align: left;
    font-weight: 600;
    /* cursor: pointer; */
    margin-bottom: 0;
    padding-bottom: 0px;
    padding-right: 0;
    opacity: 0.8;
}

.select_dropdown_ul li a {
    color: #000000;
}

.select_dropdown_ul li:hover a {
    color: #3eadef;
}

.select_dropdown_ul {
    list-style-type: none;
    margin-left: 0;
    height: 250px;
    overflow-y: auto;
    padding-top: 0px;
}

/*   .select_dropdown_ul{
    display:none;
  } */
.featured-collection-name {
    font-size: 18px;
    margin: 0 0 50px;
}

.featured-collection-image {
    position: relative;
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.inner_text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 75%;
    opacity: 0;
    visibility: hidden;
    z-index: 3;
}

.row.column_mobile {
    border: 2px solid #ddd;
    border-radius: 8px;
    padding: 20px;
    /* box-shadow: 0 5px 13px rgb(60 171 243); */
}

.featured-collection-name,
.dynamic_text {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
}

.dynamic_text {
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    z-index: 99;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

/*   .custom_hover:hover .featured-collection-name{
     display:block;
  } */
#overlay {
    position: absolute;
    width: 790px;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
    cursor: pointer;
}

.mobile_order {
    padding: 0 30px;
}

@media only screen and (max-width: 767px) {
    .page-featured-collection .margin-bottom-30 {
        margin-bottom: 0 !important;
        ;
        /* margin-bottom: 30px!important; */
    }

    .select_dropdown_ul {
        height: 205px;
    }

    .mobile_order {
        padding: 0 0px;
    }

    .select_dropdown_ul li a {
        font-size: 18px;
    }

    .page-featured-collection .slideshow-section {
        padding-top: 41px !important;
    }

    .featured-collection-wrapper {
        padding-top: 20px;
    }

    .featured-collection-image img {
        width: 100%;
        height: 100%;
    }

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

    .column_mobile .col-md-9 {
        display: flex;
        order: 2;
    }

    .column_mobile .col-md-3 {
        display: block;
        order: 1;
        margin-bottom: 20px;
    }

    .inner_text {
        width: 100%;
    }

    .mobile_order {
        order: 2 !important;
        margin-top: 10px;
        margin-bottom: 0px !important;
    }

    .select_dropdown_ul {
        display: block;
    }
}

/* 767 */


@media only screen and (min-width: 768px) and (max-width: 995px) {
    .dynamic_text {
        left: 45%;
        top: 50%;
        transform: translate(-40%, -45%);
    }

    .inner_text {
        width: 100%;
    }

}

@media only screen and (min-width: 996px) and (max-width: 1024px) {}