.eddci_icon__box__wrap {
    margin-bottom: 24px;
    border-radius: 16px;
    height: 210px;
    text-align: center;
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* transition: all 0.3s; */
}
.eddci_icon__box__wrap:hover {
    opacity: 0.8;
}
.eddci_icon__box__wrap .ci_ibox_title h5 {
    color: #FFF;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    text-transform: uppercase;
}
.eddci_icon__box__wrap .ci_icon i {
    font-size: 60px;
    margin-bottom: 16px;
}
.eddci_icon__box__wrap .ci_ibox_link span {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 10px;
}
.eddci_icon__box__wrap .ci_ibox_link span i {
    font-size: 12px;
}

.eddciSliderOne {
    border-radius: 16px;
    overflow: hidden;
}
.bannar_product_img img {
    width: 100%;
    object-fit: cover;
    background-position: center;
}
.slider_one_content {
    position: relative;
}
.bannar_product_content {
    position: absolute;
    bottom: 30px;
    right: 30px;
    background: #0c1c4090;
    padding: 15px 30px;
    border-radius: 16px;
}

.bannar_product_content .bp_title {
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
}
.bannar_product_content .bp_price{
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
}
.grid_product_item_wrap {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}
.grid_product_item_wrap .gp_image {
    height: 350px;
    background: #ffffff;
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.05);
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.grid_product_item_wrap .gp_content {
    text-align: center;
}
.grid_product_item_wrap .gp_content .bp_title {
    color: #061D38;
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    margin-top: 16px;
}

.grid_product_item_wrap .gp_content .bp_price {
    color: #061D38;
    font-size: 18px;
    line-height: 30px;
}

button.slick-prev.slick-arrow {
    font-size: 0;
    border: 0;
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 8px;
    transform: translateY(-50%);
    background: none;
}

button.slick-prev.slick-arrow:before {
    content: "\ea64";
    font-family: "remixicon";
    font-size: 24px;
    line-height: 1;
    padding: 12px;
    background: #ffffff;
    color: #000000;
    border-radius: 50px;
    box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.25);
}

button.slick-next.slick-arrow {
    font-size: 0;
    border: 0;
    position: absolute;
    z-index: 999;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
    background: none;
}
button.slick-next.slick-arrow:before {
    content: "\ea6e";
    font-family: "remixicon";
    font-size: 24px;
    line-height: 1;
    padding: 12px;
    background: #ffffff;
    color: #000000;
    border-radius: 50px;
    box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.25);
}
.product_list_tabs_inner {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-direction: row;
}
.product_list_tabs_inner .plpn_thumbnail {
    width: 215px;
    min-width: 215px;
    height: 165px;
    padding: 4px;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.05);
}
.plpn_content {
    width: 100%;
}
.product_list_tabs_inner .plpn_thumbnail img {
    height: 100%;
    width: auto;
    border-radius: 16px;
}
.pts_menu_panel {
    background: #ffffff;
    box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.05);
    border-radius: 16px;
    height: 100%;
    padding: 60px 16px;
    text-align: center;
}
.nav-panel-title {
    color: #000;
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 45px;
}
.pts_menu_panel ul li a {
    color: #000;
    text-align: center;
    font-size: 16px;
    font-family: Outfit;
    line-height: 24px;
    text-transform: uppercase;
}
.pts_menu_panel .nav-link:focus, .pts_menu_panel .nav-link:hover,
.pts_menu_panel .nav-tabs .nav-item.show .nav-link, .pts_menu_panel .nav-tabs .nav-link.active,
.pts_menu_panel .nav-tabs .nav-link:focus, .pts_menu_panel .nav-tabs .nav-link:hover{
    border: 0 !important;
    border-color: unset !important;
    isolation: unset !important;
}
.pts_menu_panel li.nav-item:hover,
.pts_menu_panel li.nav-item {
    outline: none;
}
.pts_menu_panel .nav-tabs .nav-link {
    margin-bottom: 0;
    background: 0 0;
    border: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom: none;
}
.pts_menu_panel .nav-tabs {
    border-bottom: none;
}
.pts_menu_panel ul li:not(:last-child) {
    border-bottom: 1px solid #E3E3E3;
}
.pts_menu_panel ul li a {
    padding: 20px 0px;
    background: #ffffff;
}
.pts_menu_panel ul li a.active{
    background: #FF5892 !important;
    color: #ffffff !important;
}
.plpn_content h4 {
    color: #000;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
}
span.plpn_price {
    color: #000;
    font-size: 20px;
    font-family: Outfit;
    font-weight: 500;
    line-height: 26px;
}
.plpn_content button {
    border-radius: 8px;
    background: #FFF !important;
    border: 0px !important;
    margin-top: 12px;
    padding: 10px !important;
    color: #FF5892 !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 24px;
}
.grid_product_item_wrap.eddci_product_category .gp_image img {
    object-fit: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    border-radius: 16px;
}
.grid_product_item_wrap.eddci_product_category .gp_content .bp_title a {
    color: #FF5892;
    text-align: center;
    font-size: 26px;
    font-weight: 600;
    line-height: 30px;
    display: inline-block;
}
.header__search__widget_wrap .search-fields {
    width: 100%;
}
li.dropdown.my-account-menu a {
    display: flex;
    align-items: center;
}

.eddci_section__heading{
    color: #FF5892;
    text-align: center;
    font-size: 42px;
    font-family: Outfit;
    font-weight: 600;
    line-height: 52px;
    position: relative;
    background-image: linear-gradient(to right, #ff5892 33%, rgb(0 0 0 / 0%) 0%);
    background-position: center;
    background-size: 20px 2px;
    background-repeat: repeat-x;
}
.eddci_section__heading span {
    background: #ffffff;
    padding: 0 20px;
}
.product_list_tabs_inner .plpn_thumbnail a, .product_list_tabs_inner .plpn_thumbnail a img,
.grid_product_item_wrap .gp_image a, .grid_product_item_wrap .gp_image a img {
    border-radius: 16px;
    object-fit: cover;
    background-position: center;
    width: 100% !important;
    height: 100% !important;
}
.mayosis-single-builder-tags-title ul {
    list-style: none;
    padding-left: 0 !important;
}
.mayosis-single-p-thumbnail img {
    width: 98%;
}
.edd-mini-cart-content-part a {
    color: #ffffff !important;
}

@media (max-width: 991px) { 

    .pts_menu_panel {
        padding: 20px 16px 16px;
    }
    .nav-panel-title {
        margin-bottom: 15px;
        font-size: 26px;
    }
    .pts_menu_panel ul li a {
        padding: 5px 10px;
    }
    ul.nav-tabs.plpn_tabs {
        gap: 16px;
        justify-content: center;
    }
    .pts_menu_panel ul li:last-child {
        border-bottom: 1px solid #E3E3E3;
    }
 }
 
 
 h4.already__own {
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    color: #32d5d1;
}