/* My Frontend styles */

/* Search box */
#search_input_box {
    display: none;
}

/* General */
.topbar {
    background-color: #7F2B71 !important;
    color: #fff;
    position: inherit;
    top: 0;
    left: 0;
    width: 100%;
    z-index: inherit;
}

.topbar a {
    color: #fff !important;
}

.topbar a:hover {
    color: #fdbfff !important;
}

.topbar .user-options-list {
    /* all: unset; */
    list-style-type: none;
    max-width: min-content;
}

.topbar .right-content {
    display: flex;
    justify-content: flex-end;
}

.topbar .right-content form {
    padding: 0;
    padding-left: 5px;
    padding-right: 5px;
    margin: 0;
    margin-left: 2%;
}

.topbar .right-content select#language {
    -webkit-appearance: none; /* Safari & Chrome */
    -moz-appearance: none; /* Firefox */
    appearance: none;
    border: none;
    background: none;
    padding: 0;
    padding-left: 5px;
    padding-right: 5px;
    margin: 0;
    margin-left: 2%;
    box-shadow: none;
    outline: none;
    font: inherit;
    color: inherit;
    cursor: pointer;
    /* border-left: #fff solid; */
}

.topbar .right-content select#language option {
    color: #2a2a2a;
}

.topbar .right-content select#language option::before {
    content: attr(data-flag);
}

.topbar .user-options-list .user-options {
    list-style-type: none;
    
}

.topbar .user-options-list li a {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 10px;
}

.topbar .user-options {
    position: absolute;
    right: 0;
    left: auto;
    min-width: max-content;
}

.topbar .user-options li a {
    font-size: 0.9rem;
}

.second-level {
    border-top: #2a2a2a solid 0.2em;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
}

.second-level .second-level-item a.nav-link {
    color: #000;
    padding-top: 0.5em !important;
    padding-bottom: 0.5em !important;
    font-size: 0.8em !important;
}

#navbarSupportedContent {
    flex-direction: column;
}

.header-color {
    --background-overlay: '';
    background-color: transparent !important;
    background-image: linear-gradient(270deg, #FDF7B5 0%, #E7D3FB 100%);
    /*background-image: linear-gradient(270deg, #decdb1 0%, #E7D3FB 100%);*/
    -webkit-box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.34);
    -moz-box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.34);
    box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.34);
}

.dropdown .dropdown-menu .dropdown-item {
    background-color: #7f2b71 !important;
}

.dropdown .dropdown-menu .dropdown-item:hover {
    background-image: linear-gradient(270deg, #FDF7B5 0%, #E7D3FB 100%);
    color: #7f2b71 !important;
    border-radius: .25rem;
}

.dropdown .dropdown-menu {
    background-color: #7f2b71 !important;
    padding-left: 5%;
    padding-right: 5%;
    min-width: max-content;
}

@media (max-width: 768px) {
    .raam-logo {
        visibility: hidden;
    }
}

.btn_2,
.form-contact .form-group .btn_1 i {
    background-image: linear-gradient(16deg, #7f2b71 0%, #ff005a 64%, #e3dab7 100%);
}

.styled-category-name {
    color: #7F2B71;
    font-family: "Poppins", sans-serif;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 20px;
    line-height: 21px;
    font-weight: 600;
}

.our_offer {
    background-color: #7f2b71 !important;
    color: #fff;
}

.our_offer div {
    color: #fff;
}

.our_offer h2 {
    color: #fff;
}

.our_offer span {
    color: #fff;
}

.our_offer .date_countdown #timer div {
    color: #fff;
}

.single_product_item .single_product_text {
    padding: 25px !important;
}

.single_product_item .single_product_text .add_cart {
    opacity: 1;
    visibility: visible;
}

body {
    background-color: #f6e9ff87;
}

/* Welcome */
html {
    scroll-behavior: smooth;
}

.topbar a {
    color: black;
    font-weight: light;
    font-size: larger;
    transition: color 0.3s ease-in-out;
}

.topbar a:hover {
    color: #ff005a;
}

.list-main {
    list-style: none;
    /* Pour supprimer les puces de la liste */
    padding: 0;
    /* Pour supprimer les marges internes de la liste */
}

.list-main li {
    display: inline-block;
    margin-right: 10px;
    /* Espacement entre chaque élément de la liste */
}

.button-li {
    border: none;
    background: none;
    padding: 0;
    margin: 0;
    display: inline;
}

.banner_slider.owl-carousel .owl-nav {
    display: none;
}

.feature_part .single_feature_post_text {
    background-color: #f3e7fe;
}

@media only screen and (min-width: 1201px) {
    /* line 68, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_feature_part.scss */
    .feature_part .single_feature_post_text img {
        max-height: 285px;
        right: 0;
        left: 0;
        margin: 0 auto;
    }
}

/* Contact */
.contact-section .contact-info .media-body h3 a {
    color: #7F2B71;
}

/* Brand & Category */
.pageination .paginate-container ul.pagination {
    justify-content: center;
}

.pageination .paginate-container ul.pagination .page-item.active .page-link {
    background-color: #7F2B71;
}

.pageination .paginate-container ul.pagination .page-item.active .page-link:hover {
    background-color: transparent;
    color: #7F2B71;
}

.search-results-panel {
    position: absolute;
    top: 50px;
    background-color: white;
    border: 1px solid #ccc;
    display: none;
    width: 100%;
    max-height: 300px;
    overflow-y: auto;
    z-index: 1000;
    border-radius: 5px;
}

.search-area {
    z-index: 999;
    display: grid;
}

#search_results_div {
    position: absolute;
    top: 190px;
    background-color: white;
    border: 1px solid #ccc;
    display: none;
    overflow-y: auto;
    border-radius: 5px;
    position: fixed;
    left: 50%;
    /* top: 20%; */
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    max-height: 300px;
    max-width: 1140px;
    z-index: 999;
    border-radius: 5px;
    /* background-color: #f3e7fe; */
    background-color: rgba(243, 231, 254, 0.9);
    padding: 30px;
}

.search_result_item {
    padding: 5px 20px;
    border-bottom: solid 0.3px #ccc;
}

.search_result_item:hover {
    background-color: #f7ecf7;
}

#search_results_div  h4 {
    color: #751866;
}

.search-result-item {
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

.search-result-item h4 {
    font-size: 0.9em;
    color: #7F2B71;
}

.search-result-item p {
    font-size: 0.8em;
    color: #7F2B71;
}

.search-result-item:hover {
    background-color: #ecebec;
}

/* Checkout */
.checkout-btns {
    margin: 5px;
}

.checkout-btn-special {
    border-style: solid;
    border-color: #da88cc;
}

.checkout-btn-special:hover {
    border-color: #7F2B71;
}

.btn_1 {
    background-color: #fce7f9;
    border-style: solid;
    border-color: #da88cc;
}

.btn_1:hover {
    background-color: #7F2B71;
    border-color: #7F2B71;
}

.check_title h2 {
    background: #f2e0fd;
}

.order_box {
    background: #f2e0fd;
    position: sticky;
    top: 0;
}

.order_box th {
    border-bottom: 1px solid #dddddd;
    font-size: 14px;
    font-weight: 500;
    color: #2a2a2a;
    padding-bottom: 15px;
}

.order_box td {
    font-size: 14px;
    color: #797979;
    font-weight: normal;
    border-bottom: 1px solid #eeeeee;
    line-height: 42px;
}

.tp_btn {
    color: #fff;
    background-color: #bd72b0;
}

.optional-input {
    color: #5a5959;
}

.required-star {
    color: #5a5959;
}

.required-star::after {
    content: " *";
    color: tomato;
}

/* Cart */

.cart-list .thumb-img {
    height: 138px;
    width: 130px;
    text-align: center;
    border-radius: 50px;
}

.cart-delete-btn {
    border: 0px;
    background-color: transparent;
}

.cart-delete-btn:hover {
    color: #393c4e;
    background: rgba(230, 236, 245, 0.55);
    border-radius: 20%;
}

.add-to-cart-btn {
    border: 0px;
    background-color: #7F2B71;
    font-size: 12px;
}

.add-to-cart-btn:hover {
    border: 0px;
    background-color: #750e64;
}

.media-body p a {
    color: black;
    text-decoration: none;
}

.media-body p a:hover {
    color: #7F2B71;
}

.wishlist-share-head {
    /* margin-bottom: 20px; */
    text-transform: uppercase;
    font-size: 12px;
}

.wishlist-share {
    margin: 32px 0 60px;
    width: 100%;
    display: flex;
    flex-wrap: inherit;
}

.share-link {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 10%;
    font-size: 20px;
}

.list-reset {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.share-list {
    display: flex;
    justify-content: center;
    align-items: center;
}

.share-item {
    margin: 0 5px;
    text-align: center;
}

.share-whatsapp,
.share-telegram,
.share-facebook,
.share-twitter,
.share-linkedin,
.share-clipboard {
    background: #fff;
}

.share-whatsapp:hover,
.share-telegram:hover,
.share-facebook:hover,
.share-twitter:hover,
.share-linkedin:hover,
.share-clipboard:hover {
    color: #fff;
}

.share-whatsapp {
    color: #00b52d;
}

.share-whatsapp:hover {
    background: #00b52d;
}

.share-telegram {
    color: #008bb5;
}

.share-telegram:hover {
    background: #008bb5;
}

.share-facebook {
    color: #3b5998;
}

.share-facebook:hover {
    background: #3b5998;
}

.share-twitter {
    color: #55acee;
}

.share-twitter:hover {
    background: #55acee;
}

.share-linkedin {
    color: #0077b5;
}

.share-linkedin:hover {
    background: #0077b5;
}

.share-clipboard {
    color: #7F2B71;
}

.share-clipboard:hover {
    background: #ff005a;
}


/* Cart */
.single_product_item .single_product_text .add_cart {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 500;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single_product_item .single_product_text .add_cart i {
    float: right;
    font-size: 14px;
    line-height: 26px;
    color: #7F2B71;
    margin-top: 7px;
    /* opacity: 0;
    visibility: hidden; */
}

.single_product_item:hover .add_cart {
    opacity: 1;
    visibility: visible;
}

#vertical img {
    max-width: 80%;
    height: auto;
    border-radius: 10px;
    box-shadow: -1.717px 8.835px 29.76px 2.24px rgba(110, 93, 117, 0.18);
}

.cart_area .product_count .input-number-increment,
.cart_area .product_count .input-number-decrement {
    cursor: pointer;
}

.cart_area .product_count .input-number-increment:hover i,
.cart_area .product_count .input-number-decrement:hover i {
    color: #7F2B71;
}

.img-fluid-container {
    max-width: 10rem;
}

/* Checkout */
.payment-label {
    margin-top: 20px;
    font-size: large;
}

.payment-select,
.payment-select span,
.payment-select ul {
    width: 100%;
}

.country_select.not-overflow .list {
    height: 300px;
    overflow: auto;
}

.address-2-hidden {
    display: none;
}

.share-location {
    padding-left: 0px;
    color: #2a2a2a;
}

.share-location p,
.share-location a {
    margin-top: 1rem;
    padding-left: 0.5rem;
}

.share-location a {
    padding-left: 2.5rem;
}

.share-location p.your-location {
    display: none;
}

.share-location p.your-location span {
    color: #7F2B71;
}

.form-group.margin-top {
    margin-top: 1.35rem;
}

.pad-all {
    padding: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
}

/* Contact */
.pad-contact {
    padding-left: 20px;
    padding-right: 20px;
}
