.cartPage_section .boundle-inner-table,
.cartPage_section .singleMeta_list,
.cartPage_section .singleMeta_list .singleMeta_option,
.register-form .login_detail_div a,
form {
    margin: 0
}
.cartPage_section .boundle-inner-table{
    position: relative;
}

.popup {
    display: none;
    z-index: 9999;
    background-color: rgb(0 0 0 / .7)
}

.loader,
.popup-content {
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%)
}

.popup-content {
    top: 50%;
    background-color: #fff;
    padding: 20px;
    max-width: 80%;
    max-height: 80%;
    overflow: auto;
    text-align: center
}

.popup img {
    max-width: 100%;
    height: auto
}

.popup-close {
    position: absolute;
    top: 10px;
    line-height: 15px;
    right: 10px;
    cursor: pointer;
    font-size: 30px
}

.closeModalBxLogin,
.closePriceProfileModalBx,
.show-login-msg-popup-close {
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: #ed3c18;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -14px;
    right: -12px;
    border-radius: 100%;
    font-size: 30px;
    color: #fff;
    cursor: pointer
}

.loader,
.popupBx_modal {
    display: none;
    z-index: 999999
}

#show_login_msg_popup .popup-content {
    overflow: visible;
    border-radius: 10px;
    padding: 40px 20px;
    max-width: 400px
}

#show_login_msg_popup .popup-content .show_login_msg_heading {
    font-size: 23px;
    max-width: 100%;
    margin: auto
}

.alert {
    border-radius: 5px;
    padding: 15px;
    font-size: 14px;
    margin: 10px 0
}

.alert-primary {
    background-color: #cfe2ff;
    border-color: #b6d4fe;
    color: #004085
}

.alert-secondary {
    background-color: #e2e3e5;
    border-color: #d3d6d8;
    color: #383d41
}

.alert-success {
    background-color: #d4edda;
    border-color: #c3e6cb;
    color: #155724
}

.alert-danger {
    background-color: #f8d7da;
    border-color: #f5c6cb;
    color: #721c24
}

.alert-warning {
    background-color: #fff3cd;
    border-color: #ffeeba;
    color: #856404
}

.alert-info {
    background-color: #d1ecf1;
    border-color: #bee5eb;
    color: #0c5460
}

.alert-light {
    background-color: #fefefe;
    border-color: #fdfdfe;
    color: #818182
}

.alert-dark {
    background-color: #d6d8d9;
    border-color: #c6c8ca;
    color: #1b1e21
}

.closeModalBx,
.closeModalBx:focus,
.closeModalBx:hover {
    color: #000;
    cursor: pointer
}

div.loader.loading_full {
    right: 0;
    bottom: 0;
    background: #000000a3;
    transform: none;
    text-align: center;
    z-index: 999999
}

.loader.loading_full .loading {
    margin: auto;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100px;
    height: 100px
}

.loader {
    top: 50%
}

.loading {
    border: 2px solid #ccc;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border-top-color: #1ecd97;
    border-left-color: #1ecd97;
    animation: 1s ease-in infinite spin
}

@keyframes spin {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

@keyframes MoveUpDown {
    0%,
    100% {
        transform: translateY(0)
    }
    50% {
        transform: translateY(-5px)
    }
}

.popupBx_modal {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: auto;
    background-color: #000000BF;
    align-items: baseline
}

.modal-window {
    position: relative;
    background-color: #fff;
    width: 50%;
    margin: 10% auto;
    padding: 40px 20px 20px;
    border-radius: 20px
}

.modal-window.large,
.modal-window.small {
    width: 75%
}

.closeModalBx {
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -39px;
    right: -23px;
    border-radius: 100%;
    font-size: 30px
}

.openModalBx {
    display: flex;
    align-items: baseline
}

.btn-primary,
.dropdownPriting_li_confirm .btn:hover {
    background-color: #e7257f;
    color: #fff;
    border-color: #e7257f
}

.btn-primary:hover {
    color: #fff;
    background: #1d3976;
    border-color: #1d3976
}

.brandsLogo_filter_menu .filter_logo_menu_items.active,
.brandsLogo_filter_menu .filter_logo_menu_items:hover,
.btn-secondary {
    background-color: #1d3976;
    color: #fff;
    border-color: #1d3976
}

.btn-blue,
.btn-secondary:hover {
    background-color: #002842;
    border-color: #002842
}

.btn-blue,
.login_page_banner .primary-title,
.promotionBxV01 .promotionBx_dec .promotionBx_lnk a:hover,
.promotionBxV01:hover .promotionBx_dec .promotionBx_lnk a,
.searchDropdown_item ul li:hover a {
    color: #fff
}

.btn-blue:hover {
    background-color: #1d3976;
    border-color: #1d3976;
    color: #fff
}

.btn-outline {
    background: inherit !important;
    color: #1d3976 !important;
    border-color: #1d3976 !important
}

.btn-outline.percent_selected,
.btn-outline:hover {
    background: #e7257f !important;
    color: #fff !important;
    border-color: #e7257f !important
}

.bg-picture {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%
}

.banner_section,
.banner_section .container,
.filterGroup .filter_color .color_parent,
.ftr-newsLetter,
.ftr_last_option ul li,
.login-btns,
.login_page_banner,
.login_page_banner .global_login ul li span,
.owl-dots,
.posRel,
.productBox,
.promotionSpecial,
.promotionSpecial .item,
.searchForm-group,
.site-header .navigation .container-full,
.tooltipBtn,
.tooltip_box {
    position: relative
}

.bg-picture img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.section_padding {
    padding: 60px 0
}

.section_padding_lg {
    padding: 90px 0
}

.heading-title {
    margin-bottom: 28px
}

.aboutSer_bx p:last-child,
.adSection_caption p:last-child,
.cardProduct_dec .cardProduct_para:last-child,
.connectionPeople_content p:last-child,
.customerReview_content p:last-child,
.customer_review .customerReview_caption p:last-child,
.hdrCart_body_list:last-child,
.heading-title p,
.loginModal_dec ul li:last-child,
.primary-title,
.shop_sidebarWidget .form-group,
.shop_sidebarWidget:last-child,
.sidenavMenu_items_logo_landing .logo_area {
    margin-bottom: 0
}

.primary-title {
    font-size: 28px;
    line-height: 42px;
    color: #1d3976
}

.primary-title-large {
    font-size: 60px;
    line-height: 96px;
    color: #000;
    font-weight: 400
}

.heading-title p {
    margin-top: 15px;
    font-size: 16.8px;
    font-weight: 400;
    line-height: 25.2px;
    color: #1d3976
}

.adSection02 .heading-title.custom_page_title .primary-title,
.heading-title.custom_page_title .primary-title {
    font-size: 28px;
    font-weight: 400;
    line-height: 42px;
    color: #4a4a4a;
    margin-bottom: 0
}

.heading-with-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    flex-wrap: wrap
}

.heading-with-btn a {
    display: flex;
    align-items: center;
    gap: 9px;
    color: #002642;
    font-weight: 400
}

#actionSelector li.init img,
.additional_filter_btn,
.banner-form .form-list:last-child:before,
.banner-form .form-list:nth-child(3):before,
.breadcrumb_ul li:last-child:before,
.cartTable_beforeTxt,
.colorVariantItem.show_more_color_div,
.colorVariantSide .show_more_color_div,
.customerReview .owl-nav.disabled,
.faq_accordion-item-header.active:after,
.ftr_last_option ul li:last-child:before,
.hdrGroup_bts .btn:hover .hdrGroupIcon_before,
.hdrGroup_ul .hdrGroup_li:last-child:before,
.hide_class,
.hide_variant_image,
.loginModal.sinlge_product_login .loginModal_banner,
.loginModal_trigger,
.mobile-menu-head,
.mobile-menu-trigger,
.mobileLangauge,
.mobileStoreWrap ul li:last-child:before,
.owl-nav button span,
.pagination_bx .arrowPagination.disabled,
.productBox .productBox_thumbs .hotdeal_wishlist a:after,
.productBoxWishlist .active-svg,
.productBoxWishlist.active .non-active-svg,
.remove_subcategory_btn,
.searchForm_row .searchForm-group>label,
.search_sidebar_subcategory_hide,
.show_less_catalog,
.show_less_category,
.show_less_color,
.show_more_catalog_li,
.show_more_category_li,
.show_more_logo_li,
.sidebarMobile_menu ul a:before,
.sidebar_show_less_category,
.sidebar_show_less_logo,
.site-header .hdrStore_btn_list:last-child:before,
.step3_filter,
div#profileDropLogin,
.show_more_logo_additional_input,
.show_less_logo_addition_filter {
    display: none;
}

.owl-nav button {
    position: absolute;
    background-repeat: no-repeat !important;
    background-size: 26px !important;
    width: 50px !important;
    height: 50px !important;
    top: 40%;
    background-position: center !important;
    background-color: #eeeEEEE5 !important;
    border-radius: 100px
}

.modalProduct_single .singleMeta_option .form-groups select:focus,
.owl-dots .owl-dot:focus,
.owl-nav button:focus,
.quantity .quantityInput:focus,
.quantity button:focus,
.quantity input[type=number]:focus,
.sidenavMenu_items_search input:focus {
    outline: 0
}

.owl-nav button.owl-prev {
    background-image: url(../images/left-arrow-icon.png) !important;
}

.owl-nav button.owl-next {
    background-image: url(../images/right-arrow-icon.png) !important;
}

.owl-dots {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    top: 30px
}

.owl-dots .owl-dot {
    width: 12px;
    height: 5px;
    background: #0000004D !important;
    border-radius: 4px
}

.owl-dots .owl-dot span {
    width: 100%;
    height: 100%;
    display: block
}

.owl-dots .owl-dot.active {
    width: 22px;
    background-color: #e7257f !important
}

.site-header {
    display: contents
}

.top-header {
    padding: 15px 0;
    background-color: #fff
}

.top-header-right {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 30px
}

.top-hdr-bar>div {
    flex: 1 1 33.33%;
    max-width: 33.33%
}

.searchFilterBx .searchFilter_hdng,
.site-header .menuMegaBar>ul>li.menu-item-has-children,
.top-header-right {
    flex: none
}

.top-hdr-bar,
.top-header-left {
    align-items: center;
    display: flex
}

.top-header-left {
    gap: 15px
}

.top-hdr-bar>.top-header-left,
.top-hdr-bar>.top-header-right {
    flex: 1 1 40%;
    max-width: 40%
}

.top-hdr-bar>.top-header-middle {
    flex: 1 1 20%;
    max-width: 20%
}

.top-hdr-bar {
    gap: 40px;
    justify-content: space-between
}

.top-header-middle {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center
}

.site-header .search_bx .form-group {
    display: flex;
    gap: 0;
    width: 234px;
    position: relative
}

.site-header .search_bx .form-group .form-control {
    height: 46px;
    background: #fff;
    color: #040505;
    font-size: 16px;
    border-radius: 6px;
    font-weight: 400;
    width: 100%;
    border: 1px solid #0000004D;
    padding-left: 30px
}

.site-header .search_bx .form-group .form-control::placeholder {
    opacity: 1;
    color: #040505
}

.site-header .search_bx .form-group .btn {
    background: #e7257f;
    border: none;
    padding: 0;
    height: 100%;
    position: absolute;
    left: 0;
    width: 36px;
    border-radius: 5px 0 0 5px
}

.productBox.productBox_v05:hover .productBox_budge img,
.site-header .search_bx .form-group .btn:hover {
    transform: inherit
}

.site-header .search_bx .form-group .btn img {
    filter: brightness(.5) invert(1)
}

.site-header .searchBudget a {
    color: #188dc3;
    font-size: 16px
}

.hdrGroup_bts .btn:hover .hdrGroupIcon_after,
.site-header .search_bxMobile.active,
div#profileDropLogin.active {
    display: block !important
}

.site-header .search_bxMobile {
    padding: 15px 18px;
    position: absolute;
    background: #fff;
    width: 100%;
    left: 0;
    right: 0
}

.FilterSearch .form-group,
.cartWishlistBx .addAquotes_cart .btn,
.child-categories li a,
.child-categoriesNew li a,
.ftr-widget .ftr-logo img,
.login_page_banner .categoryBanner_bx .heading-title,
.ourBrands_row .ourBrands_col img,
.price-display input.form-control,
.promotionSpecial img,
.search-inner_page_banner .heading-title,
.searchForm_row .searchForm_title .form-control,
.singleMeta_list_quick_grid .singleMeta_list_quick_list .form-groups select,
.site-header .search_bxMobile .form-group,
.site-header .sub-menu .row {
    width: 100%
}

.site-header .notice_msg p {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 20.16px;
    color: #7d7d7d
}

.site-header .helpline a,
.site-header .helpline p {
    font-size: 26px;
    font-weight: 700;
    line-height: 25.41px;
    text-align: center;
    color: #188dc3
}

.site-header .navigation {
    background: #fff;
    padding: 29px 0 25px;
    position: relative;
    z-index: 9999
}

.site-header .navigation .navBar {
    display: flex;
    align-items: center;
    gap: 39px;
    flex: 1
}

.site-header .logoSection {
    display: flex;
    align-items: center;
    gap: 32px
}

.site-header .logoSection .logo_area img {
    width: 200px;
    height: auto
}

.site-header .menu-wrap {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    align-items: center
}

.site-header .navBar .main-menu {
    display: flex;
    list-style-type: none;
    padding: 0;
    margin: 0;
    gap: 46px
}

.site-header .navBar .main-menu li a {
    font-size: 14px;
    color: #1d3976;
    line-height: 14px;
    font-weight: 400
}

.site-header .navBar-info {
    display: flex;
    align-items: center;
    gap: 53px
}

.site-header .navBar-info .giftBar-msg p {
    margin: 0;
    color: #fff;
    font-size: 18px;
    line-height: 24px
}

.site-header .navBar-info .giftBar-msg a:hover {
    color: #ffe49b
}

.site-header .login-btns .btn {
    height: 41px;
    background-color: #fff;
    border-color: #fff;
    color: #444;
    font-size: 16px;
    line-height: 24px
}

.site-header .login-btns .btn:hover {
    background-color: #000;
    border-color: #000;
    color: #fff
}

.site-header .headerSlct,
.site-header .langaugeSelect {
    border: none;
    font-size: 16px;
    line-height: 18px;
    color: #333;
    font-weight: 400;
    height: auto;
    width: auto;
    min-width: 90px;
    background-position: left 10px center !important;
    padding-left: 0;
    border-radius: 0
}

.langaugeSelect .dropdownBox.form-control {
    width: 100px;
    min-width: 100px
}

.custom_option.langaugeSelect.form-control {
    border-left: 1px solid #d9d9d9;
    padding-left: 7px;
    font-size: 18px
}

.custom_option.langaugeSelect.form-control img {
    width: 24px;
    height: 24px;
    border-radius: 100%;
    border: 1px solid #ccc;
    object-fit: contain
}

.site-header .usersAdmin {
    display: flex;
    gap: 1px;
    align-items: center;
    position: relative;
    min-height: 41px
}

#contactInfoModal_btn,
#eventFiterClick,
#fiterClick,
#loginModal_btn,
#priceFiterClick,
.close_sideMenu svg,
.hdrGroup_li.toggleButtonLang,
.login_profile_ul li,
.remove_subcategory,
.show_wishlist_product_filter,
.site-header .hdrStore_btn_list img,
.site-header .logged_in_user_popup a,
.site-header .logged_in_user_popup a *,
.site-header .menu-icon {
    cursor: pointer
}

.site-header .usersAdmin_img {
    flex: none;
    border: 1px solid #277EBD4D;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 100%;
    background: #277EBD1A
}

.albumGallery_slider_item img.img-fluid,
.albumGallery_slider_item video,
.banner_section .banner-img img,
.banner_section .banner-picture img,
.banner_sectionV2 .banner-img img,
.blogAuthor_img img,
.blogSidebar_thumbs img,
.guide_thumbs img.img-fluid,
.loginModal_banner img.img-fluid,
.package_section .picture.package_img img,
.site-header .usersAdmin_img.active img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.blogSidebar_post ul li,
.site-header .top-header-menu {
    display: flex;
    gap: 10px
}

.site-header .top-header-social {
    display: flex;
    gap: 10px;
    padding-right: 15px;
    border-right: 1px solid #d9d9d9
}

.site-header .hdrStore_btn {
    display: flex;
    gap: 30px;
    align-items: center
}

.hdrGroup_bts .btn.btnlogin:hover,
.hdrStore_btn_list.hdrStore_btn_cart.header_pop_up_cart a:hover {
    background-color: #fff;
    color: #5069a2 !important
}

.site-header .hdrStore_btn_list {
    position: relative;
    display: flex;
    align-items: center;
    gap: 4px
}

.site-header .hdrStore_btn_list:before {
    content: "";
    position: absolute;
    left: -15px;
    background: #ffF3;
    height: 100%;
    width: 1px
}

.site-header .hdrStore_numbers {
    border-radius: 10px;
    width: 29px;
    height: 20px;
    background: #ed3c18;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400
}

.site-header .logo {
    width: 194px
}

.hdrGroup_li.toggleButtonLang.active .dropdownBox,
.hdrStore_btn_list.hdrStore_btn_cart:hover .hdrCart_popup,
.productBoxWishlist.active .active-svg,
.site-header .logo a {
    display: block
}

.site-header .logo img {
    width: 100%;
    height: auto;
    object-fit: none;
    display: block
}

.loginModal {
    position: absolute;
    left: 0;
    top: 55px;
    box-shadow: 0 0 16.9px -5px #00000014;
    background-color: #eff2f7;
    max-width: 497px;
    border-radius: 10px;
    overflow: hidden;
    z-index: 999999;
    width: calc(100% - 15px)
}

.filterDropdown_bx,
.hdrGroup_bts .btn:hover,
.productBox.productBox_product:hover,
.site-header .contactInfoModal {
    box-shadow: 0 0 15px 1px #0003
}

.loginModal_btn .btn.btn-outline,
.quantity {
    border: 1px solid #1d3976
}

[dir=ltr] .filterDropdown_bx,
[dir=ltr] .loginModal,
[dir=ltr] .searchForm_col.searchForm_title .searchForm-group:before,
[dir=ltr] .site-header .contactInfoModal {
    right: 0;
    left: unset
}

.loginModal_banner {
    height: 242px;
    position: relative
}

.loginModal_title {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 350px;
    left: 0;
    gap: 9px
}

.loginModal_title span {
    background-color: #fff;
    padding: 1px 9px 0;
    flex: none;
    max-width: fit-content;
    font-size: 40px;
    line-height: 60px;
    font-weight: 900;
    color: #1d3976
}

.dropdownBox ul,
.loginModal_dec ul,
.login_page_banner .global_login ul,
.site-header .contactInfoModal_wrap ul,
.site-header .logged_in_user_popup ul,
.the_content ul {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.loginModal_content {
    padding: 34px
}

.loginModal_dec ul li {
    color: #1d3976;
    font-size: 20px;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 15px;
    position: relative;
    padding-right: 28px
}

[dir=ltr] .loginModal_dec ul li {
    padding-left: 28px;
    padding-right: unset
}

.loginModal_dec ul li:after {
    content: "";
    position: absolute;
    top: 4px;
    right: 0;
    width: 16px;
    height: 16px;
    background-image: url(../images/checkList_login.svg);
    background-repeat: no-repeat;
    background-size: 16px 16px
}

[dir=ltr] .ftr-widget h2::before,
[dir=ltr] .hdrCart_popup_hide,
[dir=ltr] .hotdeal_bg_img,
[dir=ltr] .loginModal_dec ul li:after,
[dir=ltr] .sidenavMenu_items_logo_landing:before,
[dir=ltr] .sidenavMenu_items_middle:after,
[dir=ltr] .sidenavMenu_items_middle:before {
    left: 0;
    right: unset
}

.loginModal_btn {
    display: flex;
    flex-direction: column;
    margin: 50px auto 10px;
    gap: 16px
}

.loginModal_btn .btn {
    height: 60px;
    min-width: 207px;
    width: fit-content;
    margin: auto;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400
}

.site-header .logged_in_user_popup {
    padding: 30px;
    background-color: #fff
}

.site-header .logged_in_user_popup * {
    cursor: auto
}

.site-header .logged_in_user_popup ul li {
    padding: 15px 0;
    color: #1d3976;
    font-size: 18px;
    line-height: 20px;
    font-weight: 400
}

.site-header .logged_in_user_popup ul li.company_active {
    background-color: inherit !important;
    color: #e7257f
}

.site-header .contactInfoModal_wrap ul {
    display: flex;
    flex-direction: column
}

.site-header .contactInfoModal_wrap ul li {
    padding: 18px 0 23px;
    border-bottom: 1px solid #d9d9d9;
    position: relative;
    left: 15px
}

.col-ul,
.dropdownBox ul li:last-child,
.filterGroup_li:last-child,
.select_profile_popup .login_profile_ul li:last-child,
.site-header .contactInfoModal_wrap ul li:last-child {
    border: none
}

.other_filter_btn {
    margin: 10px 0;
    width: 100%
}

.other_filter_btn .btn {
    height: 40px !important;
    padding: 0 20px
}

.site-header .contactInfoModal_wrap .contactInfo_arrow {
    position: absolute;
    left: -6px;
    top: 25px
}

[dir=ltr] .site-header .contactInfoModal_wrap .contactInfo_arrow {
    right: -6px;
    left: unset
}

[dir=ltr] .guide_box .guide_btn a img,
[dir=ltr] .site-header .contactInfoModal_wrap .contactInfo_arrow img {
    rotate: 180deg
}

.site-header .contactInfo_content,
.site-header .menuMegaBar .product-list-bx {
    display: flex;
    gap: 23px
}

.site-header .contactInfo_icon {
    flex: none;
    width: 33px;
    height: 33px
}

.cardProduct_thumbs img,
.customerReview_logo img,
.default_color_box label img,
.hdrCart_body_thumbs img,
.productBox.productBox_v01 .productBox_thumbs img,
.site-header .contactInfo_icon img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.connectionPeople_slider,
.global-cont-cols-img,
.hdrCart_body_dec,
.mega-menuBar-design .list-item,
.shopProduct_box,
.singleMeta_list_quick_grid .singleMeta_list_quick_list,
.singleMeta_quickView_price_col,
.site-header .contactInfo_dec {
    flex: 1
}

.site-header .contactInfo_dec p {
    color: #1d3976;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    margin: 0
}

.site-header .contactInfo_dec h3 {
    color: #1d3976;
    font-size: 20px;
    line-height: 18px;
    font-weight: 400;
    margin: 0 0 4px
}

.site-header .contactInfoModal {
    position: absolute;
    left: 0;
    top: 55px;
    background-color: #fff;
    width: 494px;
    border-radius: 10px;
    overflow: hidden;
    padding: 42px
}

.site-header .hdrSocial_modal {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: center
}

.productBox .productBox_thumbs .hotdeal_wishlist img,
.site-header .hdrSocial_modal img {
    width: 20px;
    height: 20px;
    object-fit: contain
}

.site-header .hdrSocial_modal a:nth-child(2) img {
    position: relative;
    top: 2px
}

.hdrGroup_wizard a {
    background-color: #cdd960;
    font-size: 14px;
    line-height: 14px;
    color: #1d3976;
    font-weight: 400;
    border: none
}

.hdrGroup_wizard a:hover,
.promotionBxV02 {
    background-color: #1d3976
}

.hdrGroup_bts {
    display: flex;
    gap: 13px
}

.hdrGroup_bts .btn {
    width: 34px;
    height: 34px;
    border-radius: 100%;
    padding: 0;
    position: relative
}

.hdrGroup_bts .btn.btnStar {
    background-color: #c1d33c;
    border-color: #c1d33c
}

.choozFreedome_content .btn:hover,
.hdrGroup_bts .btn.btnWishlist,
.productBox.productBox_product .productBox_dec .productBox_gBtns .btn:hover {
    background-color: #e7257f;
    border-color: #e7257f
}

.ftr-widget-form .btn:hover,
.hdrGroup_bts .btn.btnCart,
.hdrGroup_bts .btn:hover,
.quantity button.decrease,
.quickView_quantity button:hover,
.searchForm_row .btn:hover {
    background-color: #1d3976;
    border-color: #1d3976
}

.hdrGroup_bts .cart_count,
.hdrGroup_bts .wishlist_count {
    position: absolute;
    top: -19px;
    background: #1d3976;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    box-shadow: 0 0 2px 0 #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 400;
    right: -10px;
    color: #fff
}

.hdrGroup_option {
    display: flex;
    align-items: center;
    gap: 37px
}

.RangeBox,
.blogAuthor_bx,
.hdrGroup_ul,
.row_ul {
    display: flex;
    gap: 20px
}

.hdrGroup_ul .hdrGroup_li {
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
    font-size: 14px;
    line-height: 14px;
    color: #1d3976;
    font-weight: 400
}

.hdrGroup_ul .hdrGroup_li:before {
    content: "";
    position: absolute;
    left: -8px;
    top: 0;
    bottom: 0;
    background-color: #afb1b2;
    height: 32px;
    width: 1px;
    margin: auto
}

[dir=ltr] .hdrGroup_ul .hdrGroup_li:before {
    right: -8px;
    left: unset
}

.hdrGroup_ul .arrowIcon_show {
    position: relative;
    left: 5px
}

.ftr_last_option .socialIcons a img,
.hdrGroup_ul .arrowIcon_show img,
.productBox.productBox_product .productBox_dec .productBox_gBtns .btn img,
.productBox.productBox_product .productBox_dec .productBox_gBtns .btn svg,
.productBox.productBox_product .productBox_thumbs .hotdeal_wishlist img {
    width: 14px;
    height: auto
}

[dir=ltr] .closeModalPopup,
[dir=ltr] .hdrGroup_ul .arrowIcon_show {
    right: 5px;
    left: unset
}

.filterDropdown_bx {
    position: absolute;
    background-color: #fff;
    width: 391px;
    left: 0;
    top: 75px;
    border-radius: 10px;
    padding: 17px 8px;
    z-index: 99
}

.filterDropdown_wrap {
    padding: 0 9px;
    max-height: 550px;
    overflow: auto
}

.filterDropdown_wrap::-webkit-scrollbar {
    width: 12px
}

.filterDropdown_wrap::-webkit-scrollbar-track {
    background-color: #eff2F7E5;
    border-radius: 10px
}

.filterDropdown_wrap::-webkit-scrollbar-thumb {
    background: #dadbe4;
    border-radius: 10px
}

.filterDropdown_wrap::-webkit-scrollbar-thumb:hover {
    background: #dadbe4
}

.filterGroup {
    display: flex;
    flex-direction: column;
    gap: 0
}

.filterGroup_li {
    padding: 18px 0;
    border-bottom: 1px solid #dadbe4
}

.filterGroup .filterGroup_li label.filterGroup_li_label {
    color: #1d3976;
    font-size: 16px;
    line-height: 40px;
    font-weight: 700;
    margin: 0 0 7px
}

.filterGroup .filter_color {
    display: flex;
    gap: 10px;
    flex-wrap: wrap
}

.filterGroup .filter_color .color_parent label,
.filterGroup .filter_color span {
    width: 22px;
    height: 22px;
    border-radius: 100%;
    border: 1px solid #dadbe4;
    cursor: pointer;
    margin: 0;
    position: relative
}

.filterGroup .filter_color .color_parent input,
.filterGroup_links_labels input,
.flexible_budget_btn .filterGroup_links_labels input {
    position: absolute;
    width: .1px;
    height: .1px;
    visibility: hidden
}

.filterGroup .filter_color .color_parent input[type=checkbox]:checked+label:before {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    right: 7.8px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 1.9px 1.9px 0;
    transform: rotate(45deg)
}

.filterGroup_links_labels {
    position: relative;
    flex: 1 1 30%;
    max-width: 30%
}

.cartWishlistBx .cardProduct_item,
.moreBts_load {
    max-width: 100%
}

.moreBts_load {
    flex: 1 1 100%;
    display: block;
    border-top: 1px solid #eff2F7E5;
    padding-top: 7px;
    color: #1d3976;
    font-size: 12px;
    margin-top: 6px
}

.moreBts_load a {
    width: 100%;
    max-width: fit-content !important
}

.filterGroup_links_labels label {
    font-size: 14px !important;
    line-height: 16px !important;
    cursor: pointer
}

.filterGroup_links_labels input[type=checkbox]:checked+label,
.filterGroup_links_labels label:hover,
.hdrCart_ftr_btns .btn-outline,
.product-list-item-link a {
    color: #e7257f !important
}

.filterGroup_btn {
    display: flex;
    gap: 6px;
    flex-wrap: wrap
}

.filterGroup_btn .btn.btn-outline {
    height: 32px;
    min-width: 46px;
    border: 1px solid #dadbe4;
    padding: 0 10px;
    color: #1d3976;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400
}

.filterGroup_links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px
}

.eventDropdown_ul_row .eventDropdown_ul li,
.filterGroup_links a {
    flex: 1 1 30%;
    max-width: 30%
}

.site-header .have-dropdown .dropdown-menu {
    display: none;
    position: absolute;
    z-index: 999;
    top: 40px;
    left: 30px;
    right: 30px
}

.site-header .sub-menu {
    background: #fff;
    min-width: 840px;
    list-style-type: none;
    padding: 40px;
    margin: 18px 0 0;
    box-shadow: 10px 4px 44px 0 #00000040;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    position: relative
}

.site-header .sub-menu .col-3 {
    flex: 1 1 100%;
    max-width: 100%;
    padding-left: 0
}

.site-header .sub-menu ::-webkit-scrollbar {
    width: 4px
}

.site-header .sub-menu ::-webkit-scrollbar-track {
    background: #277ebd
}

.site-header .sub-menu ::-webkit-scrollbar-thumb {
    background: #00a0e5
}

.site-header .sub-menu ::-webkit-scrollbar-thumb:hover {
    background: #555
}

.site-header .sub-menu:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 15px solid #fff0;
    border-right: 15px solid #fff0;
    border-bottom: 15px solid #fff;
    top: -14px;
    display: none
}

.site-header .main-menu .sub-menu li {
    flex: 1 1 calc(25% - 20px);
    max-width: calc(25% - 20px);
    margin: 0
}

.site-header .main-menu .sub-menu li a {
    color: #00243e;
    position: relative;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

.adSection_caption a,
.site-header .main-menu .sub-menu li a:hover {
    color: #216fca;
    text-decoration: underline
}

.site-header .main-menu .sub-menu li a:hover::before {
    background: #216fca
}

.site-header .sub-menu ul {
    max-height: 400px;
    overflow: auto;
    width: 100%;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    gap: 26px
}

.site-header .sub-menu h3 {
    color: #00243e;
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #d9d9d9
}

.login_user_name_p {
    color: #fff;
    cursor: pointer
}

.dropdownPriting_check input[type=checkbox]:checked+label,
.login_user_name_p .login_user_name_p {
    font-weight: 700
}

.login_page_banner .categoryBanner_bx {
    align-items: baseline;
    padding-top: 0;
    flex-direction: column;
    height: 408px;
    align-items: baseline;
    flex-direction: column;
    gap: 20px;
    justify-content: end
}

.login_page_banner .container,
.login_section .container {
    max-width: 1204px
}

.login_page_banner .global_login {
    width: 100%;
    padding: 46px 20px 5px;
    color: #fff;
    border-radius: 40px 40px 0 0;
    text-align: center;
    background: #277ebd;
    position: relative
}

.login_page_banner .global_login:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -99px;
    width: 100%;
    clip-path: polygon(50% 66px, 0 0, 100% 0);
    height: 100px;
    z-index: 99;
    background: #277ebd
}

.cartWishlist_section,
.dropdownPriting_li:first-child,
.login_section.section_padding {
    padding-top: 0
}

.login_page_banner .global_login ul {
    padding-right: 20px
}

[dir=ltr] .login_page_banner .global_login ul {
    padding-right: 0;
    padding-left: 20px
}

.login_page_banner .global_login .card-title {
    font-weight: 600;
    font-size: 23px;
    line-height: 23px;
    margin-bottom: 50px
}

.login_page_banner .global_login ul li {
    font-size: 21px;
    line-height: 40px;
    font-weight: 400
}

.login_page_banner .global_login ul li span:before {
    content: "";
    display: block;
    position: absolute;
    right: -20px;
    top: -5px;
    width: 7px;
    height: 13px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    bottom: 0;
    margin: auto
}

.loginshapeCLip_box_pre {
    clip-path: polygon(100% 0%, 50% 60%, 0% 0%);
    background-color: #277ebd;
    width: 100%;
    position: relative;
    top: -1px;
    z-index: 99;
    height: 94px;
    display: none
}

.login_section .global-container {
    background-color: #f0f9ff;
    padding: 165px 80px 0 0;
    position: relative;
    z-index: 9;
    display: flex;
    gap: 67px;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap
}

[dir=ltr] .login_section .global-container {
    padding: 165px 0 0 80px
}

.login_section .global-container .login-form {
    width: 450px;
    background-color: #fff;
    border-radius: 15px;
    padding: 30px
}
.login_section .global-container .login-form .input-group-prepend{
    margin-right: 0px;
}

.login_detail_div .input-group-text {
    background-color: #fff !important;
    border-radius: 0;
    border-width: 0;
    padding-right: 18px;
    padding-left: 0
}

.login_detail_div .form-control {
    border-radius: 0;
    border-width: 0
}

.login_detail_div .form-control:placeholder {
    opacity: 1;
    color: #000
}

.login_detail_div .input-group {
    border: 1px solid #d9d9d9;
    border-radius: 38px;
    overflow: hidden
}

.login_detail_div .btn {
    width: 100%;
    font-weight: 400;
    margin-top: 10px;
    background-color: #277ebd;
    border-color: #277ebd
}

.login_detail_div .btn:hover {
    background-color: #000;
    border-color: #000
}

.login_another_method {
    display: flex;
    flex-direction: column;
    gap: 15px
}

.login_another_method .btn,
.login_another_method .btn:hover {
    height: 50px;
    box-shadow: 0 0 15px 0 #0000001A;
    border: 1px solid #f0f0f0;
    color: #1e1e1e;
    font-size: 16px;
    font-weight: 400;
    background-color: #fff;
    margin: 0
}

.register-form .login_detail_div .card-title {
    color: #000;
    font-size: 24px
}

.global-cont-cols {
    flex: none;
    width: 450px;
    display: flex;
    flex-direction: column;
    gap: 20px
}

.global-cont-cols-img img.img-fluid {
    border-radius: 0 50px 50px 0;
    width: 100%
}

[dir=ltr] .global-cont-cols-img img.img-fluid {
    border-radius: 50px 0 0 50px
}

.google-login-wrap {
    width: 100%;
    color: #1e1e1e;
    background-color: #f1f1f1;
    border: 1px solid #dbdbdb;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    margin-top: 20px
}

.login_section .global-container .login-form.register-form {
    width: 450px
}

.login_detail_div .card-title {
    text-align: center;
    color: #e7257f;
    font-weight: 600;
    margin: 0 0 30px;
    font-size: 30px
}

.login_detail_div .card-para {
    text-align: center;
    font-size: 20px;
    margin: 0 0 30px
}

.login_or_div {
    width: 100%;
    position: relative;
    text-align: center;
    margin: 20px 0
}

.login_or_div:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 1px;
    background: #c5c5c5;
    bottom: 0;
    margin: auto
}

.login_or_div span {
    padding: 10px;
    background: #fff;
    position: relative;
    color: #277ebd;
    font-size: 26px;
    font-weight: 400
}

.register-form .btn-black {
    background-color: #000;
    margin-top: 15px;
    color: #fff
}

.cartPage_section .cartTbaleBtn:hover,
.register-form .btn-black:hover {
    background-color: #277ebd;
    border-color: #277ebd
}

.loginFtr {
    text-align: center;
    width: 100%;
    padding-bottom: 10px
}

.loginFtr a {
    color: #277ebd;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    text-decoration: underline;
    text-align: center
}

div#same_category_popup .popup-content {
    width: 340px;
    padding: 0;
    border-radius: 15px
}

div#same_category_popup .popup-close {
    right: unset;
    left: 9px;
    top: 13px;
    color: #fff
}

div#same_category_popup .category_pop_up .modal-title.profile_pop_heading {
    text-align: justify;
    font-weight: 600;
    font-size: 18px;
    padding: 10px;
    background: #188dc3;
    color: #fff
}

div#same_category_popup ul.same_category_ul {
    margin: 0;
    text-align: justify;
    list-style-type: none;
    padding: 10px 0 30px
}

div#same_category_popup ul.same_category_ul li {
    padding: 10px 30px;
    border-bottom: 1px solid #eee;
    position: relative
}

div#same_category_popup ul.same_category_ul li:before {
    content: "";
    position: absolute;
    right: 14px;
    top: 19px;
    width: 8px;
    height: 8px;
    background: #000;
    border-radius: 100%;
    display: none
}

#profileDropLogin {
    position: absolute;
    left: 0;
    top: 55px
}

.profileDropBx {
    max-width: 400px;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 1px 0 #00a0e5;
    border-radius: 10px;
    overflow: hidden;
    border: 4px solid #0299da
}

.profileDrop_hdr {
    background: #0299da;
    display: flex;
    padding: 10px;
    justify-content: space-between;
    gap: 5px
}

.profileDrop_hdr h4 {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    margin: 0
}

.profileDropBx .closeBx {
    color: #fff;
    background: #000;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-size: 13px;
    line-height: 7px;
    cursor: pointer;
    flex: none
}

.aboutusPage_service,
.profileDrop_body {
    padding: 20px 0
}

.profileDrop_body ul,
.searchDropdown_item ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.profileDrop_body ul li {
    padding: 10px;
    border-bottom: 1px solid #eee;
    display: flex;
    gap: 8px
}

.blogSidebar_dec h3 a,
.hotdeal-list h2 a,
.productBlog_vNews .productBlog_para p,
.productBlog_vNews .productBlog_title a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.profileDrop_body ul li:last-child {
    border-bottom: none
}

.profileDrop_body ul li:hover {
    background: #f8f8f8
}

.profileDrop_icon {
    width: 44px;
    overflow: hidden;
    flex: none;
    display: flex;
    align-items: center;
    justify-content: center
}

.profileDrop_icon img {
    width: 100%;
    object-fit: cover;
    border-radius: 100%;
    height: 44px
}

.profileDrop_dec h4 {
    color: #000;
    margin: 4px 0;
    font-size: 16px;
    font-weight: 400
}

.profileDrop_dec p {
    margin: 0;
    color: #717171;
    font-size: 14px;
    line-height: normal;
    cursor: pointer
}

.company_active {
    background: #0299da;
    color: #212529
}

.company_active .profileDrop_dec p {
    color: #212529
}

div#profileDrop_popup {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 68%);
    z-index: 9999
}

#profileDropLogin .profileDropBx {
    min-width: 300px
}

div#profileDropLogin:before {
    content: "";
    position: absolute;
    left: 20px;
    top: -16px;
    width: 0;
    height: 0;
    border-left: 16px solid #fff0;
    border-right: 16px solid #fff0;
    border-bottom: 16px solid #0299da
}

.floating_Iocns {
    position: fixed;
    top: 60%;
    right: 0;
    background: #13bf53;
    border-radius: 40px 0 0 40px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999
}

.floating_Iocns img {
    position: relative;
    top: -2px;
    width: 31px;
    height: auto
}
.blogDetails_area .primary-title {
    color: #e7257f;
    font-size: 35px;
    line-height: 42px;
    font-weight: 600;
    margin: 0 0 30px
}

.blogDetails_area p {
    color: #1d3976
}

.blogDetails_thumbs,
.modalProduct_single .singleMeta_list,
.the_content p {
    margin-bottom: 30px
}

.blogDetails_thumbs img {
    border-radius: 10px 10px 0 0;
    width: 100%;
    height: 438px;
    object-fit: cover
}

.blogSidebar,
.searchForm_row .searchForm_btn {
    flex: none !important
}

.blogSidebar_post ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    flex-direction: column;
    gap: 20px;
    display: flex
}

.blogSidebar_thumbs {
    width: 70px;
    height: 70px;
    flex: none
}

.blogSidebar_dec h3 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #4c5392;
    margin: 0 0 10px
}

.blogSidebar_post ul li:hover .blogSidebar_dec h3 a,
.customerReview_name {
    color: #e72080
}

.blogSidebar_link a {
    color: #e72080;
    font-size: 14px;
    font-weight: 400
}

.blogContact {
    background-color: #374f85;
    padding: 30px 20px;
    border-radius: 0;
    margin-top: 40px
}

.blogContact h2 {
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    font-weight: 500;
    margin: 0 0 20px
}

.blogContact .form-group,
.productBox.productBox_v05 .productBox_dec .productBox_title {
    margin-bottom: 10px
}

.blogContact .form-group label {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400
}

.blogContact .form-control {
    height: 44px;
    background: #fff;
    border-radius: 4px
}

.blogContact textarea.form-control {
    height: 65px;
    resize: none
}

.blogContact .form-group .btn {
    height: 48px;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    width: 100%;
    border-color: #e7257f;
    background-color: #e7257f
}

.blogContact .form-group label {
    display: none
}

.blogContact .form-group {
    margin-bottom: 20px
}

.blogContact .form-group input::placeholder,
.blogContact .form-group textarea::placeholder {
    opacity: .6
}

.aboutusPage_ul ol,
.aboutusPage_ul ul {
    list-style-type: none;
    padding: 0;
    margin: 0 0 28px
}

.aboutusPage_ul li {
    margin-bottom: 10px;
    position: relative;
    font-size: 18px;
    line-height: 30px;
    color: #333;
    background-image: url(../images/check_list_icon.svg);
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: top 4px right;
    padding-right: 40px
}

.aboutSer_bx {
    box-shadow: 0 0 4px 0 #0000004A;
    height: 100%;
    background: #f0f9ff;
    padding: 30px 20px;
    text-align: center;
    border-radius: 10px;
    transition: .6s
}

.aboutSer_bx .aboutSer_number {
    width: 50px;
    height: 50px;
    background-color: #3baeab;
    display: inline-flex;
    margin: 0 auto 15px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    color: #fff;
    font-size: 20px;
    line-height: 22px;
    font-weight: 400;
    transition: .6s
}

.aboutSer_bx h3 {
    color: #000;
    font-size: 20px;
    line-height: 22px;
    margin: 0 0 15px
}

.aboutSer_bx p {
    color: #333;
    font-size: 16px;
    line-height: 22px
}

.aboutSer_bx:hover .aboutSer_number {
    transition: .6s;
    transform: rotate(360deg)
}

.aboutSer_bx:hover,
.ftr-widget .socail_icons img:hover {
    transform: scale(1.1);
    transition: .6s
}

.aboutusPage_service_info {
    padding: 30px 0 0
}

.aboutusPage_service_info p {
    font-weight: 400;
    color: #002642;
    font-size: 22px;
    line-height: 34px
}

.the_content h1,
.the_content h2,
.the_content h3,
.the_content h4,
.the_content h5,
.the_content h6 {
    color: #333;
    font-weight: 600;
    line-height: 30px;
    margin: 0 0 15px
}

.the_content h1 {
    font-size: 30px
}

.the_content h2 {
    font-size: 25px
}

.the_content h3 {
    font-size: 23px
}

.the_content h4 {
    font-size: 22px
}

.the_content h5,
.the_content h6 {
    font-size: 20px
}

.the_content li,
.the_content p {
    color: #1d3976;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px
}

.the_content li {
    background: url(../images/check_list_icon.svg) right 2px no-repeat;
    padding: 0 35px 0 0;
    margin: 0 0 10px
}

.cartPage_section {
    padding-top: 25px
}

.cartPage_section .table thead th {
    color: #08191d;
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
    padding: 20px 5px;
    word-break: auto-phrase;
}

.cartPage_section .table td:first-child,
.cartPage_section .table td:last-child,
.cartPage_section .table thead th:first-child,
.cartPage_section .table thead th:last-child {
    padding-left: 0;
    padding-right: 0
}

.cartPage_section .table td {
    color: #333;
    font-size: 18px;
    line-height: 21px;
    font-weight: 400;
    padding: 20px 5px;
    vertical-align: middle
}

.cartPage_section .table tfoot td {
    vertical-align: middle;
    padding: 34px 0
}

.cardProduct_option .form-control {
    border-radius: 54px;
    height: 40px;
    border: 1px solid #333;
    width: 187px;
    padding-left: 36px
}
[dir="ltr"] .cardProduct_option .form-control{
    padding-right: 36px;
    padding-left: 13px
}

.cardProduct_item {
    display: flex;
    gap: 9px;
    width: 100%;
    max-width: 328px
}

.cardProduct_thumbs {
    width: 91px;
    height: 91px;
    flex: none;
    border: 1px solid #d9d9d9;
    padding: 5px;
    position: relative
}

.cardProduct_thumbs .cardProduct_close {
    position: absolute;
    top: 2px;
    right: 5px;
    color: #810d0d;
    cursor: pointer;
    padding: 0;
    background-color: #1d3976;
    box-shadow: 0 0 2px 0 #919191
}

.cardProduct_thumbs .cardProduct_close img,
.searchFormDropdown_close img,
.wishlist .CoverWish .cardProduct_close img {
    filter: brightness(0) invert(1);
    width: 16px !important;
    height: auto !important
}

.cardProduct_dec .cardProduct_name {
    color: #08191d;
    font-size: 18px;
    line-height: 21px;
    font-weight: 500;
    margin: 0 0 13px;
    word-wrap: break-word
}

.cardProduct_dec .cardProduct_para {
    font-size: 17px;
    line-height: 20px;
    font-weight: 400;
    margin: 0 0 10px;
    color: #666
}

.cardProduct_variant {
    display: flex;
    flex-wrap: wrap;
    gap: 10px
}

.cardProduct_variant .carVariant_list {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: inline-flex;
    background: #000;
    position: relative
}

.cardProduct_variant .carVariant_list.active {
    padding: 5px
}

.cardProduct_variant .carVariant_list.active:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    border: 1px solid #277ebd
}

.cardProduct_variant .carVariant_list.active:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 90%;
    height: 90%;
    border-radius: 100%;
    border: 3.5px solid #fff;
    margin: auto
}

.cartPage_section .searchCartProduct {
    color: #1C5B87;
    text-decoration: underline;
    font-weight: 500;
    font-size: 20px
}

.cartPage_section .cartTbaleBtn {
    height: 46px;
    background-color: #13bf53;
    min-width: 255px;
    border-color: #13bf53
}

.cartPage_section .singleMeta_option .form-groups.tagNameControl select {
    max-width: 128px
}

.cartPage_section .totalCartPrice {
    font-size: 20px;
    color: #000;
    line-height: 23px;
    font-weight: 600
}

.cartWishlistBx .cardProduct_dec .cardProduct_name {
    color: #08191d
}

.banner-form .form-list,
.cartWishlistBx .cardProduct_dec,
.package-vector {
    position: relative;
    flex: 1
}

.cartWishlistBx .addAquotes_cart {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin: auto
}

.cartWishlistBx .cardProduct_close img {
    width: 20px;
    height: auto
}

.addAquotes_cart .btn {
    height: 40px;
    font-weight: 400;
    font-size: 16px;
    position: relative;
    z-index: 99
}

.cartWishlistBx:hover .addAquotes_cart,
.choozFreedome_bx,
.client_logos .owl-stage,
.form-control-span {
    display: flex;
    align-items: center
}

.cartWishlistBx .addAquotes_cart:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(255 255 255 / 71%);
    z-index: 9
}

.cartWishlist_section .container {
    padding-top: 50px;
    padding-bottom: 60px;
    border-width: 1px 0;
    border-style: solid;
    border-color: #dde2e3
}

.cartWishlist_section .moreButton,
.searchDropdown_item,
.showMoreCat_list {
    margin-top: 10px
}

.cartWishlist_section .moreButton .btn {
    font-weight: 400;
    min-width: 255px;
    height: 46px
}

.cartPage_section .table thead th:first-child {
    width: 30%
}

.cartPage_section .boundle-inner-table th {
    border: none;
    padding: 0 0 15px !important
}

.cartPage_section .boundle-inner-table td {
    border: none !important;
    padding: 5px 0
}

.eventsCart_itemsAction.boundle-inner-close {
    padding: 0;
    text-align: left
}

.eventsCart_itemsAction.boundle-inner-close a {
    background-color: #ffeaea;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    margin: 0 auto 10px 0
}

.eventsCart_itemsAction.boundle-inner-close a:hover,
.shop_sidebarUl .customCheckbox input:checked+label:before {
    background-color: #277ebd
}

.eventsCart_itemsAction.boundle-inner-close a:hover img,
.hdrCart_popup_body .cardProduct_close img,
.hdrCart_popup_hide img,
span.cardProduct_close:hover img {
    filter: brightness(0) invert(1)
}

.boundle-inner-th {
    color: #277ebd !important;
    cursor: pointer
}

.wishlistPage_section .cardProduct_item {
    max-width: inherit
}

.wishlistPage_section .wishlist .table tbody tr td:last-child {
    text-align: left;
    vertical-align: middle
}

.wishlistProduct_number {
    color: #08191d;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 24px;
    line-height: 50px
}

.cartPage_section .wishlist .table thead th {
    border-top: none
}

.modal-window.login_section {
    border-radius: 20px
}

#query_model .modal-window.small,
div#login_model .modal-window.login_section {
    width: 600px
}

.usersAdmin.active {
    width: 125px
}

#actionSelector {
    height: auto;
    list-style-type: none;
    width: 80px;
    padding: 0;
    background-position: left 3px top 6px !important;
    margin: 0;
    position: relative;
    top: 0;
    z-index: 999999;
    right: 13px;
    color: inherit
}

.usersAdmin.active #actionSelector {
    position: absolute;
    right: 60px;
    top: 6px
}

#actionSelector li {
    padding: 5px 0;
    z-index: 2
}

#actionSelector li:not(.init) {
    display: none;
    background: #fff;
    padding: 16px 28px;
    width: 227px;
    border-width: 0 0 1px;
    border-style: solid;
    border-color: #c2e7ff;
    float: left;
    box-shadow: 0 1px 5px 0 #ccc
}

#actionSelector li.init,
#text-content p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis
}

#actionSelector li:not(.init) a {
    display: flex;
    gap: 15px;
    font-size: 20px;
    font-weight: 400;
    color: #232323
}

#actionSelector li:not(.init):last-child {
    border-radius: 0 0 5px 5px;
    border-bottom: none
}

#actionSelector li.select_login_profile {
    border-width: 0 0 1px;
    border-style: solid;
    border-color: #c2e7ff;
    border-radius: 5px 5px 0 0
}

#actionSelector li.select_login_profile span.profileSpan a {
    flex-direction: column;
    line-height: 12px;
    align-items: flex-start
}

#actionSelector li.select_login_profile span.profileSpan a span {
    font-size: 16px;
    color: #666
}

#actionSelector li:not(.init) a img {
    width: 20px;
    flex: none
}

#actionSelector li.selected:not(.init),
#actionSelector li:not(.init):hover {
    background: #c2e7ff
}

#actionSelector li.init {
    cursor: pointer;
    height: 24px;
    width: 88px;
    -webkit-line-clamp: 1;
    overflow: hidden
}

#actionSelector li.init span {
    max-width: 85%;
    display: block
}

.sidenavMenu_items_top,
.usersAdmin.active #actionSelector li.init {
    margin-bottom: 20px
}

.custom_option.form-control {
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer
}

.custom_option.form-control .toggleButton,
.custom_option.form-control .toggleButtonLang {
    background-position: left 10px top 2px !important;
    padding-left: 34px
}

.custom_option.form-control .toggleButtonLang {
    display: flex;
    align-items: center;
    gap: 4px;
    background-position: left 10px top 4px !important
}

.dropdownBox {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 33px;
    min-width: 200px;
    z-index: 99999;
    height: auto;
    padding: 0
}

.dropdownBox ul li.active_lang {
    background-color: #dcf0ff
}

.dropdownBox ul li {
    padding: 5px 10px;
    border-bottom: 1px solid #ccc
}

.news_letter_error.alert {
    width: 100%;
    position: static
}

.colorVariantSide {
    display: flex;
    flex-direction: inherit;
    gap: 14px;
    padding: 14px 0;
    flex-wrap: wrap
}

.colorVariantSide .show_less_color,
.colorVariantSide .show_more_color {
    flex: 1 1 100%;
    max-width: 100%
}

.colorVariantSide::-webkit-scrollbar,
.shop_sidebarUl::-webkit-scrollbar {
    width: 4px
}

.colorVariantSide::-webkit-scrollbar-track,
.shop_sidebarUl::-webkit-scrollbar-track {
    background: #f1f1f1
}

.colorVariantSide::-webkit-scrollbar-thumb,
.shop_sidebarUl::-webkit-scrollbar-thumb {
    background: #888
}

.colorVariantSide::-webkit-scrollbar-thumb:hover,
.shop_sidebarUl::-webkit-scrollbar-thumb:hover {
    background: #555
}

.colorVariantSide .colorVariantItem {
    position: relative;
    gap: 10px;
    align-items: center;
    cursor: pointer;
    display: flex;
    flex: 1 1 20%;
    flex: none
}

.colorVariantSide .colorVariantItem .filter_color_box input {
    position: absolute;
    width: 0;
    height: 0
}

.accordion_Sidebar.is-open+.accordion-content.accordion-content-color {
    overflow: visible !important
}

.colorVariantItem .tooltiptext_box {
    transform: translateX(-29%) !important
}

[dir=rtl] .colorVariantItem .tooltiptext_box {
    transform: translateX(29%) !important
}

.colorVariantSide .colorVariantItem label {
    cursor: pointer;
    margin: 0;
    font-weight: 400;
    font-size: 18px;
    color: #1d3976
}

.colorVariantSide .colorVariantItem.activeColor {
    color: #277ebd
}

.colorVariantSide .colorVariantItem.activeColor .filter_color_box {
    width: 18px;
    height: 18px;
    position: relative;
    left: -3px
}

.colorVariantSide .colorVariantItem.activeColor .filter_color_box:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: -3.5px;
    width: 25px;
    height: 25px;
    border: 1.6px solid #000;
    border-radius: 100%;
    margin: auto
}

.colorVariantSide .colorVariantItem.activeColor label {
    padding-right: 3px
}

[dir=ltr] .colorVariantSide .colorVariantItem.activeColor .filter_color_box {
    left: 3px
}

[dir=ltr] .colorVariantSide .colorVariantItem.activeColor .filter_color_box:before {
    left: -3.5px;
    right: unset
}

[dir=ltr] .colorVariantSide .colorVariantItem.activeColor label {
    padding-right: 0;
    padding-left: 3px
}

.accordion-content.accordion-content-color.active,
.accordion-content.accordion-content-logo.active {
    max-height: 100% !important
}

.colorVariantSide .colorVariantItem .filter_color_box {
    width: 25px;
    height: 25px;
    display: inline-block;
    border-radius: 100%;
    box-shadow: 0 0 4px 0 #8b8b8b;
    margin-right: 2px
}

.colorVariantSide .colorVariantItem .colorVariantNumber {
    width: 25px;
    height: 25px;
    align-items: center;
    justify-content: center;
    background: #eaeaea;
    border-radius: 100%;
    position: absolute;
    left: 0;
    font-size: 12px;
    color: #222;
    display: none
}

.show_less_color .ftr-widget-link,
.show_more_color .ftr-widget-link {
    color: #ea5592 !important
}

.productBxColor {
    position: static;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 12px;
    padding: 4px;
    border-radius: 40px;
    background: #fff;
    width: fit-content;
    display: flex;
    gap: 5px
}

.add_wish.add_to_wishlist img,
.hdrCart_popup_hide {
    width: 20px;
    height: 20px
}

.productBxColor .productBxColor_option {
    width: 22px;
    height: 22px;
    border-radius: 40px;
    border: 1px solid #f2f2f2;
    background-color: #fff;
    cursor: pointer
}

.productBxColor .productBxColor_optionAll {
    background-color: #dfdfdf;
    border-color: #dfdfdf;
    color: #888484;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    display: flex;
    align-items: center;
    justify-content: center
}

.banner_section_static,
.hotdeal_bx,
.pagination_bx ul li,
body.scrollerHide {
    overflow: hidden
}

.productBox_meta.productBox_meta_stockBx .productBox_login,
body.scrollerHide #filter_cat_menu,
img.hide_variant_image {
    display: none !important
}

body.scrollerHide .top-header {
    visibility: hidden
}

.cartPage_section .min_quantity_error_text {
    margin: 10px 0;
    font-size: 14px
}

.addAquotes_cart .add_to_quote_from_wishlist.green_btn {
    border-color: green;
    color: green;
    pointer-events: none
}

.addAquotes_cart .add_to_quote_from_wishlist.green_btn:before {
    content: "";
    display: block;
    position: absolute;
    top: -4px;
    left: 13px;
    width: 5px;
    height: 10px;
    border: solid #009a2b;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    bottom: 0;
    margin: auto
}

div#price_profile_model .modal-window.small {
    max-width: 510px
}

div#price_profile_model .newsletter_popup h4 {
    text-align: center;
    font-size: 20px;
    margin: 0 0 20px
}

.modalProduct_single .btn,
.sidenavMenu_items_Parea a,
div#price_profile_model.newsletter_popup label {
    font-weight: 400
}

div#price_profile_model .newsletter_popup {
    padding: 0 0 40px
}

.ftr_btns .btn.show_price_profiles {
    height: 38px;
    font-size: 16px;
    font-weight: 500;
    margin: 20px 0
}

#text-content p {
    -webkit-line-clamp: 5;
    overflow: hidden;
    max-height: 120px
}

#text-content.active p {
    display: block;
    max-height: max-content
}

.select_profile_popup .popup-content {
    width: 601px;
    border-radius: 25px;
    padding: 0;
    border: none;
    background-color: inherit
}

.select_profile_popup .select_profileHrd {
    display: flex;
    justify-content: space-between;
    background-color: #277ebd;
    height: 66px;
    align-items: center;
    padding-right: 27px;
    flex-direction: row-reverse
}

.select_profile_popup .select_profileHrd .profile_pop_heading {
    color: #fff;
    margin: 0;
    font-size: 24px;
    line-height: 24px;
    font-weight: 500
}

.select_profile_popup .profile-popup-close {
    height: 100%;
    width: 66px;
    flex: none;
    background: #00243e;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.select_profile_popup .profile-popup-close svg path {
    stroke: #fff
}

.select_profile_popup .login_profile_ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: right;
    min-height: 150px
}

.select_profile_popup .login_profile_ul li {
    padding: 11px 27px;
    border-bottom: 1px solid #eee
}

.select_profile_popup .profileDrop_dec h4 {
    margin: 0;
    font-size: 20px;
    line-height: 24px;
    color: #000;
    font-weight: 500
}

.select_profile_popup .profileDrop_dec p {
    color: #d7d7d7;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px
}

.select_profile_popup .profile_pop_up {
    background: #fff
}

.blogAuthor {
    padding: 50px 0
}

.blogAuthor_bx .primary-title {
    color: #333;
    font-size: 25px;
    line-height: 30px;
    font-weight: 600;
    margin: 0 0 20px
}

.blogAuthor_dec h3 {
    color: #1d3976;
    font-size: 18px;
    line-height: 21px;
    font-weight: 600;
    margin: 0 0 5px
}

.blogAuthor_dec h4 {
    color: #1d3976;
    font-size: 18px;
    line-height: 21px;
    font-weight: 400;
    margin: 0 0 17px
}

.blogAuthor_dec p {
    color: #6379a8;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    margin: 0
}

.blogAuthor_img {
    width: 73px;
    height: 73px;
    flex: none;
    border-radius: 100%;
    overflow: hidden;
    border: 1px solid #ececec
}

.showing_wishlist_product {
    color: #287ebd
}

.singleProduct_strip {
    background: #ebae02;
    padding: 9px;
    color: #fff;
    font-size: 19px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center
}

.singleProduct_strip_bx {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-direction: row-reverse
}


.modalProduct_single {
    max-width: 1657px;
    width: calc(100% - 60px);
    border-radius: 10px;
    padding: 113px 57px 51px;
    height: auto
}

.modalProduct_single .closeModalBx {
    position: absolute;
    top: 30px;
    right: 30px
}

[dir=ltr] .modalProduct_single .closeModalBx {
    right: unset;
    left: 30px
}

.modalProduct_single .productGallery_main {
    border: 1px solid #dadbe4;
    min-height: 400px;
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 20px
}

.modalProduct_single .productBadge_inner {
    position: absolute;
    top: 10px;
    right: 10px
}

[dir=ltr] .modalProduct_single .productBadge_inner {
    left: 10px;
    right: unset
}

.modalProduct_single .add_to_wishlist img {
    width: 50px !important;
    height: auto !important
}

.modalProduct_single .singleProduct_title {
    font-size: 30px;
    font-weight: 600;
    line-height: 34px;
    color: #1d3976;
    margin-bottom: 40px;
    margin-top: -9px
}

.modalProduct_single .singleProduct_meta_col {
    font-size: 20px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0;
    color: #a1a5c2
}

.modalProduct_single .singleMeta_list_description {
    padding-top: 13px;
    border-top: 2px solid #dadbe4;
    margin: 16px 0;
    color: #1d3976
}

.modalProduct_single .singleMeta_list h3 {
    font-size: 16px;
    font-weight: 600;
    line-height: 21px;
    margin-bottom: 6px;
    color: #1d3976
}

.modalProduct_single .singleMeta_option .form-groups select {
    border-radius: 10px;
    padding: 2px 20px 2px 30px;
    background: #eff2F7E5;
    border: none;
    height: 40px;
    background-position: left 6px center !important;
    width: 225px;
    color: #1d3976 !important;
    background-size: 13px !important
}

.modalProduct_single .singleProduct_btns {
    flex-direction: column;
    gap: 23px
}

.modalProduct_single .singleProduct_cart .singleProductCart_btn {
    flex: 1;
    width: 100%
}

.modalProduct_single .singleProduct_btns .singleProductCart_btn {
    display: flex;
    gap: 27px;
    flex-direction: column
}

.modalProduct_single .singleMeta_list .btnLink a {
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    color: #ea5592;
    text-decoration: underline
}

.modalProduct_single .btn-outline {
    color: #1d3976;
    border: 1px solid #1d3976
}

.blogDetails_product_grid {
    margin: 40px auto;
    display: flex;
    flex-direction: column;
    gap: 30px;
    text-align: center
}

.blogDetails_product_item {
    flex: 1 1 100%;
    max-width: 100%
}

.blogDetails_product_bx {
    background-color: #eff2F7E5;
    padding: 20px;
    border-radius: 20px;
    text-align: center
}

.blogDetails_product_thumbs {
    margin-bottom: 30px
}

.blogDetails_product_thumbs img {
    width: 100%;
    height: auto
}

.blogDetails_product_dec h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
    margin: 0 0 10px;
    color: #1d3976
}

.blogDetails_product_dec p {
    font-weight: 400;
    font-size: 16px;
    color: #1d3976;
    margin: 0
}

.siteMap_ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 20px 0 30px
}

.siteMap_ul li {
    flex: 1 1 25%;
    max-width: 25%;
    position: relative;
    padding-right: 20px
}

[dir="ltr"] .siteMap_ul li {
    padding-right: 0;
    padding-left: 20px
}

.siteMap_ul li:before {
    box-sizing: border-box;
    height: 10px;
    width: 10px;
    border-style: solid;
    border-color: #1d3976;
    border-width: 0 2px 2px 0;
    transition: border-width 150ms ease-in-out;
    content: "";
    position: absolute;
    right: 0;
    top: 9px;
    transform: rotate(133deg) translate(0, 0);
    pointer-events: none
}

[dir="ltr"] .siteMap_ul li:before {
    right: unset;
    left: 0;
    transform: rotate(-42deg) translate(0, 0)
}

.siteMap_ul li a {
    font-size: 18px;
    font-weight: 400;
    color: #1d3976
}

.siteMap_page h2 {
    color: #1d3976
}

.lang_change_ul .lang_change .click_li {
    display: block;
    width: 100%
}
.eventDropdown_search_hts.eventDropdown_search_close {
    flex: 1 1 100%;
    max-width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 3px;
    display: flex;
    justify-content: end;
    padding: 0;
    right: 50px;
}
[dir="rtl"] .eventDropdown_search_hts.eventDropdown_search_close {
   left: 72px;
   right: unset;
}
.singletagName_totalSpans_info {
    max-width: 80%;
    display: inline-block;
}
span.unlimited_production {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
span.unlimited_production svg {
    width: 14px;
    height: auto;
}
.bundle_product_case_count {
    padding: 0 15px;
}
.info_r {
  width: 20px!important;
  height: 20px!important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  background-color: #cce5ff !important;
  border-color: #cce5ff !important;
  color: #004085;
  font-size: 16px;
    line-height: inherit;
}
.plus_icons {
    width: 20px !important;
    height: 20px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background-color: #1d3976 !important;
    border-color: #1d3976 !important;
    color: #fff;
    font-size: 16px;
    line-height: inherit;
    border-radius: 100px;
    cursor: pointer;
}

.dropdownPritingWrap {
    box-shadow: 0 0 15px 1px rgb(161 165 194 / .38);
    position: absolute;
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    max-height: 400px;
    overflow: auto
}

.dropdownPritingWrap::-webkit-scrollbar {
    width: 12px
}

.dropdownPritingWrap::-webkit-scrollbar-track {
    background-color: #eff2F7E5;
    border-radius: 10px
}

.dropdownPritingWrap::-webkit-scrollbar-thumb {
    background: #dadbe4;
    border-radius: 10px
}

.dropdownPritingWrap::-webkit-scrollbar-thumb:hover {
    background: #dadbe4
}

.dropdownPriting_hdng_label {
    color: #1d3976;
    font-size: 12px;
    margin: 0 0 20px
}

.dropdownPriting_li {
    padding: 20px 0;
    border-bottom: 1px solid #dadbe4
}

.dropdownPriting_li:last-child {
    padding-bottom: 0;
    border: none
}

.dropdownPriting_hdng {
    color: #1d3976;
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 5px
}

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

.dropdownPriting_check label {
    color: #1d3976;
    font-weight: 400;
    position: relative;
    font-size: 14px;
    cursor: pointer
}

.dropdownPriting_check input {
    position: absolute;
    visibility: hidden
}

.dropdownPriting_li .dropdownPriting_check label {
    position: relative;
    display: block
}

.dropdownPriting_check input[type=checkbox]:checked+label:before {
    content: '';
    display: block;
    position: absolute;
    top: 5.8px;
    left: 5.8px;
    width: 7px;
    height: 12px;
    border: solid #c1d33c;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg)
}

[dir=ltr] .dropdownPriting_check input[type=checkbox]:checked+label:before {
    left: unset;
    right: 5.8px
}

.dropdownPriting_hdng_label_div label {
    margin: 0;
    color: #a1a5c2;
    font-size: 14px
}

.dropdownPriting_hdng_label_div .customCheckbox label:before {
    border-color: #a1a5c2
}

.dropdownPriting_li_confirm .btn {
    height: 27px;
    padding: 0 10px;
    border-color: #dadbe4;
    color: #e7257f;
    font-size: 14px;
    font-weight: 400
}

.productBox_dataHd {
    display: flex;
    padding: 0 10px;
    justify-content: space-between;
    gap: 10px;
    margin: 0 0 8px;
    align-items: center
}

.productBoxShowLogo {
    justify-content: center
}

.productBox.productBox_v05 .productBox_meta {
    margin: 10px 0;
    display: flex;
    justify-content: space-between;
    gap: 10px
}

.productBox.productBox_v05 .productBox_meta .productBox_login,
.productBox.productBox_v05 .productBox_meta .productBox_metaTxt {
    color: rgb(29 57 118 / .5);
    font-size: 12px;
    flex: 1
}

.productBox.productBox_v05 .productBox_meta .productBox_metaTxt span {
    word-break: break-word;
    overflow-wrap: break-word;
    white-space: normal
}

.productBox.productBox_v05 .productBox_meta .productBox_login {
    display: block;
    visibility: visible
}

.productBox_price_ancher,
.productBox_price_ancher:hover {
    color: #1d3976;
    text-decoration: underline;
    font-size: 12px;
    font-weight: 400
}

.productBox_dataHd .productBox_budge.productBox_budge_logo {
    position: static !important
}

.productBox_dataHd .productBox_budge.productBox_budge_logo img {
    width: 45px !important;
    height: 31px !important;
    object-fit: scale-down
}

.productBox.productBox_v05 .productBox_dec {
    padding-top: 14px
}

.productBox_login.productBox_loginShow_a,
.productBox_meta.productBox_meta_stockBx .productBox_metaTxt {
    text-align: center;
    width: 100%
}

.productBox_ftrCol.Linking a.search_add_to_quote, .productBox_ftrCol.Linking button.search_add_to_quote {
    width: fit-content;
    padding: 0 20px;
    margin-left: auto;
    margin-right: auto;
    min-width: 100px;
    border: none;
    cursor: pointer;
}
#download_proposal_pdf_as_admin_pop_up {
    display: none;
}

#download_proposal_pdf_as_admin_pop_up .select2-selection {
    display: flex;
    flex-direction: row-reverse;
    height: 40px;
    align-items: center
}

#download_proposal_pdf_as_admin_pop_up .modal-window {
    max-width: 701px
}

#download_proposal_pdf_as_admin_pop_up .select2-selection .select2-selection__arrow {
    left: 1px;
    right: unset;
    top: 8px
}

#download_proposal_pdf_as_admin_pop_up h3 {
    font-size: 16px;
    font-weight: 600;
    line-height: 21px;
    margin-bottom: 6px;
    color: #1d3976
}

[dir=ltr] #download_proposal_pdf_as_admin_pop_up select {
    background-position: right 8px center !important;
    padding-left: 13px;
    padding-right: 30px;
    text-align: left
}

[dir=ltr] #download_proposal_pdf_as_admin_pop_up .select2-selection .select2-selection__arrow {
    right: 1px;
    left: unset
}

[dir=ltr] #download_proposal_pdf_as_admin_pop_up .select2-selection {
    flex-direction: inherit
}

.select2-container {
    z-index: 999999;
}

.select2-container {
    width: 100% !important;
}

.star-rating-bx {
    display: flex;
    font-size: 30px;
}
.starBx {
    position: relative;
    color: lightgray;
    cursor: pointer;
}
.starBx.full_filled {
    color: gold;
}
.starBx.half_filled {
    color: lightgray;
}
.starBx.half_filled::before {
    content: '★';
    position: absolute;
    left: 0;
    width: 50%;
    overflow: hidden;
    color: gold;
}

.default_color_box_filter img {
    width: 22px;
    height: 22px;
}
.default_color_box_filter{
    border: none !important;
    padding: 0px!important;
}
.shop_sidebarWrap .default_color_box_filter img {
    width: 100%;
    height: 100%;
}
.shop_sidebarWrap .default_color_box_filter{
    box-shadow: none !important;
    display: flex !important;
    align-items: center;
}

.chooseFilter_tp {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    align-items: center;
}

div#download_proposal_pdf_as_admin_pop_up span.select2-selection__rendered {
    width: 100%;
}
[dir="ltr"] .ourBrands_section .heading-with-btn a svg {
    transform: rotate(180deg);
}
.blogSideBar_ul ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.blogSideBar_ul ul li{
    width: 100%;
    font-size: 18px;
    cursor: pointer;
    border: 0;
    border-bottom: 1px solid #f7f7f7;
    background: 0 0;
    color: #1d3976;
    padding:0px;
    outline: 0 !important;
    position: relative;
}
.blogSideBar_ul ul li a{
    padding: 15px;
    display: block;
}
.blogSideBar_ul ul li:hover,
.blogSideBar_ul ul li.active {
    background: #e7257f;
    color: #fff;
}
.blogSideBar_ul {
   background-color: #fdfdfd;
    box-shadow: 0 0 4px 1px #f5f5f5;
}
.blogSideBar_ul_heading{
    margin: 0 0 20px;
    color: #e7257f;
   display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
}
.blogDetails_area a {
    color: var(--primary-color);
}
.btn-groups-filter{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}


.faq_accordion-item-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height .4s ease-out;
    margin-top: -5px
}

.faq_accordion-item-header.active+.faq_accordion-item-body {
    background: #fff;
    padding: 20px 62px 15px 46px;
    border-radius: 0 0 10px 10px
}

.faq_accordion-item {
    padding: 0;
    margin: 0 0 15px
}

.faq_accordion-item-header {
    font-weight: 500;
    cursor: pointer;
    position: relative;
    background-color: #fff;
    padding: 14px 14px 14px 50px;
    border-radius: 10px;
    font-size: 20px;
    color: #1d3976;
    display: flex
}

[dir=ltr] .faq_accordion-item-header {
    padding-left: 14px;
    padding-right: 50px
}

.faq_accordion-item-header.active {
    background: #ffd4e5
}

.faq_accordion-item-header:after,
.faq_accordion-item-header:before {
    content: "";
    position: absolute;
    left: 15px;
    top: 28px;
    width: 13px;
    height: 1px;
    border-radius: 4px;
    background-color: #1d3976
}

.faq_accordion-item-header:after {
    width: 1px;
    height: 13px;
    top: 22px;
    left: 21px
}

[dir=ltr] .faq_accordion-item-header:after {
    right: 21px;
    left: unset
}

.faq_accordion-item-header .faqHd_icon {
    margin-left: 10px
}

[dir=ltr] .faq_accordion-item-header .faqHd_icon {
    margin-right: 10px;
    margin-left: 0
}

.faq_accordion-item-body-content p {
    font-size: 20px;
    color: #333
}

.cartCheckoutForm_popup {
    width: calc(100% - 20px);
    max-width: 850px;
    margin: auto;
    position: relative
}

.cartCheckoutForm_popup .cartCheckoutForm_wrap {
    border: 1px solid #f0f9ff;
    padding: 30px 27px;
    border-radius: 20px;
    background-color: #f0f9ff;
    margin: 0 0 40px;
    position: relative;
}

.cartCheckoutForm_popup .cartCheckoutForm_wrap .form-control {
    border: none;
    border-radius: 50px;
    height: 50px;
    color: #9d9d9d;
    padding: 0 15px
}

.cartCheckoutForm_popup .cartCheckoutForm_wrap textarea.form-control {
    border-radius: 20px;
    height: 144px;
    padding-top: 10px
}

.cartCheckoutForm_popup .customCheckbox label {
    color: #333
}

.cartCheckoutForm_popup .customCheckbox label:before {
    border: 2px solid #42879c;
    top: 0;
    width: 24px;
    height: 24px
}

.cartCheckoutForm_popup .customCheckbox input:checked+label:after {
    top: 5.8px;
    right: 8.8px
}

.cartCheckoutForm_btns.btn-groups,
.singleMeta_list_quick {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap
}

.cartCheckoutForm_btns.btn-groups .btn {
    height: 46px;
    min-width: 255px
}

.cartCheckoutForm_btns.btn-groups .btn-primary {
    background-color: #13bf53;
    border-color: #13bf53
}
.shop_sidebar_title {
    font-size: 20px;
    font-weight: 500;
    line-height: 23px;
    color: #1d3976;
    margin-bottom: 25px
}

.shop_sidebar_hdngs {
    display: flex;
    justify-content: space-between;
    gap: 4px
}

.clearFilters {
    color: #AA1359 !important;
    text-decoration: underline !important;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400
}

.shop_sidebarWidget h3 {
    font-size: 18px;
    font-weight: 500;
    line-height: 21px;
    margin-bottom: 20px;
    color: #000
}

.shop_sidebarWidget label {
    font-size: 17px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 0
}

.shop_sidebar_bx {
    display: flex;
    align-items: center;
    gap: 7px
}

.shop_sidebar_bx .form-control {
    width: 82px;
    height: 35px;
    padding: 0 8px;
    box-shadow: 0 .88px 1.75px 0 #0a0A0A0D inset;
    background: #fafafa;
    font-size: 12px;
    line-height: 12px;
    color: #000
}

.shop_sidebar_bx .form-control::placeholder {
    color: #bebebe;
    opacity: 1
}

.shop_sidebarUl {
    display: flex;
    flex-direction: column;
    gap: 7px;
    list-style-type: none;
    padding: 0 5px;
    margin: 20px 0;
    max-height: 350px;
    overflow: auto
}

.shop_sidebarUl .numberBadge {
    font-size: 13.9px;
    font-weight: 400;
    line-height: 20.79px;
    color: #545454;
}

.shop_sidebarUl li {
    position: relative;
    margin-bottom: 15px
}

.shop_sidebarUl .customCheckbox {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between
}

.shop_sidebarUl .customCheckbox label {
    color: #00243e;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400
}

.shop_sidebarUl .customCheckbox label:before {
    width: 20px;
    height: 20px;
    flex: none;
    border-radius: 4px;
    border: 1px solid #d1d1d1;
    top: 0
}

.shop_sidebarUl .customCheckbox input:checked+label:after {
    top: 1.8px;
    right: 6.8px;
    width: 6px;
    height: 12px;
    border: solid #fff;
    border-width: 0 2px 2px 0
}

.shop_sidebarUl ul {
    padding: 0 26px 0 0;
    margin: 0;
    list-style-type: none
}

[dir=ltr] .shop_sidebarUl ul {
    padding: 0 0 0 26px
}

.subCategory_ulList:before {
    content: "";
    position: absolute;
    right: 2px;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 1px;
    background: #ccc
}

.subCategory_ulList li:before {
    content: "";
    position: absolute;
    right: -24px;
    width: 17px;
    height: 1px;
    background: #ccc;
    top: 9px
}

[dir=ltr] .subCategory_ulList:before {
    left: 2px;
    right: unset
}

[dir=ltr] .subCategory_ulList li:before {
    left: -24px;
    right: unset
}

.subCategory_ulList {
    position: relative;
    top: 15px
}

.remove_subcategory_from_search_result_filter .shop_sidebarUl {
    display: inline-flex;
    flex-wrap: wrap;
    flex-direction: inherit;
    gap: 4px
}

.remove_subcategory_wrap {
    background: #e6e9ed;
    display: inline-flex;
    gap: 5px;
    color: #656d78;
    padding: 5px;
    border-radius: 5px
}

.showMoreCat_list a {
    font-size: 12px;
    font-weight: 300;
    line-height: 23.1px;
    color: #0095e5;
    text-decoration: underline
}

.shop_sidebar_color {
    display: flex;
    gap: 3px 13px;
    flex-wrap: wrap
}

.shop_sidebar_color .form-group {
    margin: 0;
    position: relative
}

.shop_sidebar_color .form-group label {
    margin: 0;
    cursor: pointer
}

.shop_sidebar_color .form-group input {
    visibility: hidden;
    position: absolute;
    top: 5px;
    left: 5px
}

.shop_sidebar_color .form-group span {
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 100%;
    border: 1px solid #e2e2e2;
    background-color: #fff
}

.default_color_box label {
    width: 21px;
    height: 21px;
    border: 1px solid #ccc;
    border-radius: 100%;
    display: flex;
    overflow: hidden;
    padding: 0;
    margin: 0;
    position: relative;
    top: 1px
}

.ftrCta_icon,
.ftrCta_icon svg {
    height: 46px;
    width: 46px
}

.chooseFilter .form-group {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: end
}

.chooseFilter .form-group .form-control {
    width: 230px;
    height: 40px;
    font-size: 16px;
    line-height: 18.96px;
    color: #1d3976;
    border-color: #d9d9d9;
    border-radius: 40px
}

.chooseFilter .form-group label {
    font-size: 14px;
    line-height: 18px;
    color: #000;
    margin-bottom: 0
}

.adSection02 .heading-title p {
    max-width: 60%;
    margin-right: auto;
    margin-left: auto
}

.adSection_caption p {
    font-size: 16.8px;
    line-height: 32.2px;
    color: #4a4a4a;
    margin-bottom: 30px
}

.adSection_caption_inner p {
    max-width: 90%;
    margin-bottom: 1px
}

.adSection02 .heading-title .primary-title {
    font-size: 33px;
    line-height: 37px;
    font-weight: 700
}

.adSection_caption_bx {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-top: 40px
}

.adSection_caption_bx h3 {
    font-size: 22.8px;
    font-weight: 700;
    line-height: 29.2px;
    color: #4a4a4a
}



.inner_page_banner .categoryBanner_bx .heading-title {
    z-index: 99;
    top: 20px
}

.inner_page_banner .categoryBanner_bx {
    height: 224px;
    display: flex;
    align-items: center;
    justify-content: center
}

.single_product_banner .categoryBanner_bx {
    height: 115px
}

.search-inner_page_banner .categoryBanner_bx {
    height: 336px;
    flex-direction: column;
    gap: 0
}

.inner_page_banner .container {
    max-width: 100%;
    padding: 0
}

.inner_page_banner .primary-title {
    font-size: 40px;
    font-weight: 700;
    line-height: 60px;
    color: #e7257f;
    margin-bottom: 0
}

.inner_page_banner .heading-title p {
    margin: 0;
    /*color: #1d3976;*/
    color: #fff!important;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400
}

.page-404-banner {
    position: relative;
    padding-bottom: 100px
}

.page-404-banner .categoryBanner_bx {
    height: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 108px
}

.page-404-banner .primary-title {
    color: #21243e;
    line-height: 49px
}

.page-404-banner .btn404_page {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    display: inline-flex;
    width: auto;
    max-width: fit-content;
    bottom: 80px;
    background-color: #949fb7;
    border-color: #949fb7;
    color: #fff
}

.breadcrumb_sec {
    padding: 25px 0 0
}

.breadcrumb_ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 4px 4px;
    flex-wrap: wrap
}

.breadcrumb_ul li {
    position: relative;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    color: #50547C;
}

.breadcrumb_ul li:before {
    content: "";
    position: absolute;
    left: -10px;
    height: 14px;
    width: 1px;
    background-color: #4a4a4a;
    top: 5px;
    transform: rotate(11deg);
    display: none
}

.breadcrumb_ul li a:hover {
    color: #ea5592
}

#query_model .btn {
    min-width: 160px
}

.newsletter_popup h2 {
    font-weight: 600;
    margin-bottom: 22px
}

.popupBx_modal::-webkit-scrollbar {
    width: 2px
}

.popupBx_modal::-webkit-scrollbar-track {
    background: #f1f1f1
}

.popupBx_modal::-webkit-scrollbar-thumb {
    background: #888
}

.popupBx_modal::-webkit-scrollbar-thumb:hover {
    background: #555
}
button.accordion_Sidebar:after{
    background:url(../../frontend/images/down-icon.svg) left center no-repeat;
}
button.accordion_Sidebar.is-open:after{
    background:url(../../frontend/images/up-icon.svg) left center no-repeat
}


@media only screen and (max-width:1169px) {
    .inner_page_banner .categoryBanner_bx {
        height: 144px
    }
    .inner_page_banner .primary-title{
        padding: 10px!important;
    }
    .inner_page_banner .heading-title p {
        font-size: 16px!important;
        line-height: 22px!important;
        max-width: 96%;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .search-inner_page_banner .categoryBanner_bx {
        height: 250px
    }
    .page-404-banner .categoryBanner_bx {
        top: 40px
    }
    .page-404-banner .btn404_page {
        bottom: 40px
    }
    .page-404-banner {
        padding: 100px 0
    }
    .inner_page_banner .primary-title {
        font-size: 26px;
        line-height: 30px
    }
    .productBlog_vNews .productBlog_thumbs {
        height: 203px
    }
    .overlay.active,
    .shopProduct_sidebar.active .shop_sidebarWrap {
        position: fixed;
        top: 0;
        bottom: 0;
        height: 100%;
        z-index: 999999;
        right: 0
    }
    .breadcrumb_sec,
    .productBlog_vNews .productBlog_dec {
        padding: 20px 0
    }
    .breadcrumb_ul li {
        font-size: 16px;
        line-height: 21px
    }
    .blogDetails_area .primary-title {
        font-size: 24px;
        line-height: 36px;
        margin: 0 0 20px
    }
    .blogDetails_page {
        padding: 0 0 40px
    }
    .blogSidebar_post ul {
        flex-direction: inherit;
        flex-wrap: wrap
    }
    .blogSidebar_post ul li {
        flex: 1 1 calc(50% - 11px);
        max-width: calc(50% - 11px)
    }
    #filter_cat_menu {
        display: flex !important;
        justify-content: center;
        align-items: center;
        width: 61px;
        height: 61px;
        cursor: pointer;
        box-shadow: 0 0 34px 0 #00000040;
        border: 1px solid #e3e3e3;
        border-radius: 100%
    }
    #filter_cat_menu img {
        width: 26px;
        height: auto
    }
    .shopProduct_sidebar {
        width: auto !important;
        flex: none;
        position: fixed;
        z-index: 99;
        top: 50%
    }
    .shop_sidebarWrap {
        display: none;
        max-height: 100%;
        overflow: auto
    }
    .shopProduct_sidebar.active {
        z-index: 999999
    }
    .shopProduct_sidebar.active .shop_sidebarWrap {
        background: #fff;
        width: 300px;
        border-left: 1px solid #eee;
        padding: 30px;
        display: block
    }
    .overlay.active {
        left: 0;
        width: 100%;
        background: #00000096;
        display: block !important
    }
    div#filter_cat_close {
        display: block !important;
        position: absolute;
        top: 10px;
        left: 10px;
        cursor: pointer
    }
    .login_page_banner .categoryBanner_bx {
        justify-content: center;
        align-items: center;
        height: auto;
        padding: 40px 0 0
    }
    .login_page_banner .global_login {
        padding: 18px 15px 0
    }
    .login_page_banner .global_login .card-title {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 10px;
        font-weight: 400
    }
    .login_page_banner .global_login ul li {
        font-size: 17px;
        line-height: 31px
    }
    .login_section .global-container {
        padding: 90px 30px 0 0;
        gap: 30px
    }
    [dir=ltr] .login_section .global-container {
        padding: 90px 0 0 30px
    }
    .login_section .global-container .login-form,
    .login_section .global-container .login-form.register-form {
        width: 100%;
        padding: 20px 15px
    }
    .login_detail_div .card-title {
        margin: 0 0 20px;
        font-size: 24px
    }
    .login_another_method .btn,
    .login_another_method .btn:hover {
        height: 43px;
        font-size: 14px
    }
    .login_or_div span {
        padding: 5px 10px;
        font-size: 20px;
        line-height: normal
    }
    .login_detail_div .card-para {
        font-size: 18px;
        margin: 0 0 20px
    }
    .loginFtr {
        width: 80%;
        margin: auto
    }
    .login_page_banner .global_login:before {
        bottom: -44px;
        clip-path: polygon(50% 41px, 0 0, 100% 0);
        height: 45px
    }
    .shop_sidebarWrap::-webkit-scrollbar {
        width: 4px
    }
    .shop_sidebarWrap::-webkit-scrollbar-track {
        background: #f1f1f1
    }
    .shop_sidebarWrap::-webkit-scrollbar-thumb {
        background: #888
    }
    .shop_sidebarWrap::-webkit-scrollbar-thumb:hover {
        background: #555
    }
    #actionSelector {
        position: absolute;
        top: -42px;
        left: 0;
        right: unset;
        margin: auto
    }
    #actionSelector li.init {
        color: #fff;
        text-align: center;
        margin-bottom: 11px;
        padding-left: 8px
    }
    .closeModalBx {
        right: -6px;
        top: -45px
    }
    .client_logos {
        overflow: hidden
    }
    .client_logos .container {
        max-width: 100%;
        padding-left: 0;
        padding-right: 0
    }
    .cardProduct_option .form-control {
        width: 180px;
        padding-left: 35px
    }
    .cartPage_section .quantity {
        width: 129px
    }
    .product_found {
        font-size: 18px !important
    }
    .chooseFilter .form-group .form-control {
        width: 156px;
        height: 36px;
        padding-left: 31px
    }
    .add_to_wishlist img {
        width: 24px !important;
        height: auto !important
    }
    .noSearch_found .noSearch_bx {
        max-width: 400px
    }
    .noSearch_found .noSearch_bx h2 {
        font-size: 28px;
        line-height: 32px
    }
   
    .floating_blogContact {
        position: relative
    }
    .floating_blogContact .blogContact {
        display: none
    }
    .floating_blogContact.active .blogContact {
        display: block
    }
    .floating_blogContact.active #contactForm {
        position: fixed;
        right: 0;
        top: 30%;
        margin: auto;
        z-index: 99;
        padding: 15px
    }
    .floating_blogContact.active .floating_blogContact_close {
        display: flex !important;
        position: absolute;
        width: 30px;
        height: 30px;
        background: #e7257f;
        z-index: 99999;
        top: 0;
        align-items: center;
        justify-content: center;
        border-radius: 100%;
        color: #fff;
        left: -4px;
        right: unset;
        top: -14px;
        cursor: pointer
    }
    .floating_blogContact .floating_blogContact_icon {
        width: 40px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #e7257f;
        color: #fff;
        position: fixed;
        top: 45%;
        cursor: pointer;
        right: 0;
        z-index: 99
    }
    .floating_blogContact.active .floating_blogContact_icon {
        display: none !important
    }
    .floating_blogContact_icon {
        display: flex !important
    }
    .floating_blogContact.active .blogContact .form-group {
        margin-bottom: 8px
    }
    .floating_blogContact.active .blogContact .form-control {
        height: 34px
    }
    .floating_blogContact.active .blogContact textarea.form-control {
        height: 50px
    }
    .floating_blogContact.active .blogContact .form-group .btn {
        height: 36px
    }
    .floating_blogContact.active .email_message {
        margin: 0 !important
    }
    .floating_blogContact.active .blogContact h2 {
        margin: 0 0 10px
    }

}

@media only screen and (max-width:860px) {
    .aboutusPage_ul li {
        font-size: 18px;
        line-height: 25px
    }
    .aboutSer_bx:hover {
        transform: inherit
    }
    .aboutusPage_service_info p {
        font-size: 16px;
        line-height: 26px
    }
    .aboutSer_bx .aboutSer_number {
        width: 40px;
        height: 40px;
        font-size: 16px
    }
    #query_model .modal-window.small,
    div#login_model .modal-window.login_section {
        width: 95%
    }
    .closeModalBxLogin,
    .show-login-msg-popup-close {
        right: -2px
    }
    .productBox.productBox_v05:hover .productBox_dec .productBox_title,
    .productBox.productBox_v05:hover .productBox_ftr,
    .productBox.productBox_v05:hover .productBox_meta,
    .productBox.productBox_v05:hover .productBox_rates,
    .productBox.productBox_v05:hover .productBox_variant {
        padding-left: 5px;
        padding-right: 5px
    }
    .cartPage_section .table thead th {
        display: none;
        border: none;
        padding: 10px 0
    }
    .boundle-inner-table .boundle-inner-thead,
    .cartPage_section .table thead th:first-child,
    .wishlistPage_section .table-responsive.wishlist table,
    .wishlistPage_section .table-responsive.wishlist tbody,
    .wishlistPage_section .table-responsive.wishlist tfoot,
    .wishlistPage_section .table-responsive.wishlist thead,
    .wishlistPage_section .table-responsive.wishlist thead th,
    .wishlistPage_section .table-responsive.wishlist tr {
        display: block;
        width: 100%
    }
    .cartPage_section .table tbody,
    .cartPage_section .table tfoot {
        display: flex;
        flex-wrap: wrap
    }
    .cartPage_section .table tfoot,
    .cartWishlistBx .cardProduct_item {
        flex-direction: column
    }
    .cartPage_section .totalCartPrice {
        font-size: 18px;
        text-align: center
    }
    .cartPage_section .table tbody tr {
        display: flex;
        flex-wrap: wrap;
        border-bottom: 1px solid #dde2e3;
        padding-bottom: 30px;
        padding-top: 30px;
        flex: 1 1 100%
    }
    .cartPage_section .table tbody tr:first-child {
        border-top: 1px solid #dde2e3;
        padding-top: 20px
    }
    .cartPage_section .table tbody tr td {
        border: none;
        flex: 1 1 100%;
        max-width: 100%;
        padding: 10px 0
    }
    .table .cardProduct_item {
        flex-direction: inherit;
        flex-wrap: wrap
    }
    .cartPage_section .table tbody tr td:nth-child(2),
    .cartPage_section .table tbody tr td:nth-child(4) {
        flex: 1 1 50%;
        max-width: 50%
    }
    .cartPage_section .table tbody tr td:nth-child(2) {
        order: 1
    }
    .cartPage_section .table tbody tr td:nth-child(3) {
        order: 2
    }
    .cartPage_section .table tbody tr td:nth-child(5) {
        order: 4
    }
    .boundle-inner-table .boundle-inner-tbody,
    .cartPage_section .cardProduct_option .form-control {
        width: 100%
    }
    .cartPage_section .table tbody tr td:nth-child(2) .cartTable_beforeTxt {
        text-align: left
    }
    [dir=ltr] .cartPage_section .table tbody tr td:nth-child(2) .cartTable_beforeTxt {
        text-align: right
    }
    .cartPage_section .cardProduct_variant {
        justify-content: end;
        align-items: center
    }
    .cartPage_section .table tfoot tr {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex: 1;
        flex-direction: column-reverse
    }
    .cartPage_section .table tfoot tr td {
        border: none;
        padding: 20px 0 0
    }
    .cartPage_section .cartTable_beforeTxt {
        display: block;
        color: #08191d;
        font-weight: 500;
        font-size: 18px;
        line-height: 18px;
        margin-bottom: 15px;
        flex: 1 1 100%;
    }
    table.table.boundle-inner-table tr {
        border: none
    }
    .cartPage_section .boundle-inner-table .boundle-inner-thead th:first-child,
    .cartPage_section .boundle-inner-table .boundle-inner-thead th:last-child {
        display: block !important;
        width: 50%
    }
    .boundle-inner-table .boundle-inner-thead tr {
        padding: 0 !important;
        border: none !important
    }
    .cartWishlist_section .container {
        padding-top: 40px
    }
    .cartWishlist_section .heading-title {
        margin-bottom: 30px
    }
    .cartWishlist_section .heading-title .primary-title,
    .login_or_div span {
        font-size: 26px
    }
    .cartWishlistBx .cardProduct_thumbs {
        width: 100%;
        height: 187px
    }
    .wishlistPage_section .table-responsive.wishlist td {
        display: block;
        width: 100%;
        box-sizing: border-box
    }
    .wishlistPage_section .table-responsive.wishlist tr td:last-child {
        border: none;
        text-align: right;
        padding-top: 0;
        width: 100%;
        max-width: 100%
    }
    .wishlistPage_section .table tbody tr:first-child {
        padding-top: 0;
        border-top: none
    }
    .wishlistPage_section .table tbody tr {
        padding-bottom: 15px;
        padding-top: 15px
    }
    .wishlistPage_section .table-responsive.wishlist tfoot td {
        text-align: center !important
    }
    .wishlistPage_section .table thead th:first-child {
        border-bottom: 1px solid #dde2e3
    }
    .wishlistPage_section th.Businesscard .wishlistProduct_number {
        margin: 15px 0 0
    }
    .wishlistPage_section .table tfoot tr {
        display: flex !important
    }
    .singleProduct_detail,
    .wishlistPage_section .cartTbaleBtn {
        margin-top: 30px
    }
    .wishlistPage_section .cardProduct_item .CoverWish {
        position: relative;
        align-items: baseline
    }
    .wishlistPage_section .cardProduct_item .CoverWish .cardProduct_close {
        position: absolute;
        top: 5px;
        right: 5px;
        z-index: 99
    }
    .wishlistPage_section .cardProduct_item .CoverWish .cardProduct_close:hover {
        background: #277ebd
    }
    .banner-form .form-list {
        flex: 1 1 48%;
        max-width: 48%
    }
    .page-404-banner .categoryBanner_bx {
        top: 0
    }
    .blogDetails_thumbs img {
        height: auto
    }
    .login_page_banner .primary-title {
        display: none
    }
    .login_page_banner .categoryBanner_bx {
        padding: 0;
        gap: 0
    }
    .login_page_banner .container {
        padding: 0
    }
    .login_page_banner .global_login {
        border-radius: 0;
        padding: 18px 20px 0
    }
    .login_section .global-container {
        padding: 72px 0 0;
        gap: 30px;
        flex-direction: column
    }
    .global-cont-cols {
        width: calc(100% - 20px);
        margin: auto
    }
    .login_another_method .btn,
    .login_another_method .btn:hover {
        height: 50px;
        font-size: 16px
    }
    .login_detail_div .card-title {
        font-size: 30px
    }
    .login_detail_div .card-para {
        font-size: 20px;
        margin: 0 0 30px
    }
    .login_section.section_padding .container {
        padding: 0;
        overflow: hidden
    }
    .global-cont-cols-img {
        flex: 1 1 100%;
        max-width: 100%;
        width: 100%
    }
    .login_section.section_padding {
        padding-bottom: 0
    }
    .global-cont-cols-img img.img-fluid {
        border-radius: 50px 50px 0 0
    }
    .productBox.productBox_v05 .productBox_price {
	    font-size: 16px;
	}
    .guide_thumbs img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

}


@media only screen and (max-width:390px) {
    .cartWishlistBx .cardProduct_thumbs {
        height: 165px
    }
    #actionSelector {
        width: 100%;
        text-align: left;
        background-image: none
    }
    #actionSelector li.init {
        width: min-content;
        margin: auto auto 11px;
        background-size: 16px !important;
        background-repeat: no-repeat !important;
        background-position: left 0 top 6px !important;
        padding-left: 18px;
        text-align: center;
        display: inline-flex
    }
    [dir=ltr] #actionSelector li.init {
        margin: 0 0 0 auto;
        background-image: none !important;
        padding-right: 24px !important
    }
    [dir=ltr] #actionSelector {
        text-align: right
    }
    #actionSelector li:not(.init) {
        width: 100%
    }
    .search-inner_page_banner .categoryBanner_bx {
        height: 370px
    }
    .banner-form .form-list {
        flex: 1 1 100%;
        max-width: 100%
    }
    .banner-form .form-list:before {
        left: 0;
        top: 0;
        bottom: -50px;
        width: 100%;
        height: 1px;
        right: 0
    }
}


@keyframes bounceUpDown {
    0%,
    100% {
        transform: translateY(0)
    }
    50% {
        transform: translateY(-10px)
    }
}

@keyframes zoomInOut {
    0%,
    100% {
        transform: scale(1)
    }
    50% {
        transform: scale(1.1)
    }
}

@keyframes ringing {
    0%,
    100%,
    50% {
        transform: rotate(0)
    }
    25% {
        transform: rotate(15deg)
    }
    75% {
        transform: rotate(-15deg)
    }
}

.parallax-image {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    left: 0;
    position: relative;
    top: 0;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
    z-index: 1
}

.promotional_caption {
    z-index: 9
}

.promotionSpecial.parallax-section {
    height: 520px
}

.promotionSpecial .parallax-image {
    height: 446px;
    margin-top: 100px
}

@media only screen and (max-width:1169px) {
    .promotionSpecial.parallax-section {
        height: 350px
    }
    .promotionSpecial .parallax-image {
        background-image: url(../images/promotion-categoryNew_mobile.png) !important;
        height: 300px
    }
}

.floating_Iocns img {
    animation: 1s infinite ring
}

@keyframes ring {
    0%,
    100%,
    50% {
        transform: rotate(0)
    }
    10%,
    30% {
        transform: rotate(10deg)
    }
    20%,
    40% {
        transform: rotate(-10deg)
    }
}


@media only screen and (max-width:520px) {
	.press_blog_bx{
		flex-direction: column;
	}
	.press_blog_bx .guide_thumbs {
        max-height: 268px;
        height: 100%;
        width: 100%;
    }
   
    .blogSidebar_dec h3 a {
        -webkit-line-clamp: 1
    }
    [dir=ltr] .accordion-header-ftr:before {
        right: 15px !important;
        left: unset !important
    }
    [dir=ltr] .site-header .navBar.active .closeMenu {
        right: 2%;
        left: unset
    }
    [dir=ltr] .custom_option.form-control .toggleButton,
    [dir=ltr] .custom_option.form-control .toggleButtonLang {
        background-position: right 10px top 1px !important
    }
    
}


.budgetDropdown {
    top: 76px
}

.checkout_sidebar>.checkout_sidebar_item,
.table td,
.table th {
    word-break: break-all
}

.price-data {
    margin-top: 52px
}

.price-display {
    flex-wrap: nowrap
}

.btnLink_price_stock {
    color: #1d3976;
    font-size: 18px
}

.singleMeta_list_quick_grid {
    display: flex;
    gap: 16px;
    flex-wrap: wrap
}

.singleMeta_option .form-groups.tagNameControl {
    display: flex;
    align-items: center;
    gap: 10px
}

.quickView_quantity {
    min-width: 144px;
    border: none;
    border-radius: 0
}

.quickView_quantity button {
    width: 42px;
    height: 42px;
    border-radius: 8px;
    border: 1px solid #a1a5c2;
    background-color: #a1a5c2;
    cursor: pointer
}

.quickView_quantity .quantityInput,
.quickView_quantity input[type=number] {
    padding: 0;
    margin: 0;
    color: #1d3976;
    font-size: 24px
}

.singleMeta_quickView_price {
    background-color: rgb(239 242 247 / .898);
    padding: 20px;
    border-radius: 10px;
    display: flex;
    gap: 20px
}

.singleMeta_quickView_price_col01 {
    width: 140px;
    flex: none;
    display: flex;
    align-items: inherit;
    flex-direction: column;
    justify-content: center;
    padding-left: 10px;
    border-left: 1px solid #ccc
}

[dir=ltr] .singleMeta_quickView_price_col01 {
    padding-right: 10px;
    padding-left: 0;
    border-right: 1px solid #ccc;
    border-left: none
}

.singleMeta_quickView_price_col01 .singleTotalPriceBx_offerSpan {
    color: #1d3976;
    font-size: 16px;
    font-weight: 400
}

.singleMeta_quickView_price_col01 .singleTotalPriceBx_offerSpan .single_guest_user_price {
    text-decoration: line-through
}

.singleMeta_quickView_price_col01 .singletagName_col h3 {
    font-size: 20px;
    font-weight: 700
}

.singleMeta_quickView_price_col01 .singletagName_col .priceTag {
    color: #1d3976;
    font-size: 24px;
    font-weight: 700
}

.singleMeta_quickView_price_col02 table td,
.singleMeta_quickView_price_col02 table th {
    color: #1d3976;
    font-size: 16px;
    font-weight: 400;
    padding: 3px 0
}

.singleMeta_quickView_price_col02 .singletagName_offerDis {
    background-color: #cdd960;
    padding: 4px 10px;
    border-radius: 50px;
    color: #1d3976;
    font-weight: 500
}

.singleMeta_quickView_price_col02 table th h3 {
    font-weight: 600 !important;
    font-size: 20px !important;
    margin: 0 !important
}

.singleMeta_quickView_price_col02 .singletagName_total {
    font-weight: 700 !important;
    font-size: 24px !important
}

.singleMeta_quickView_price_col02 .singletagName_totalSpans {
    display: block;
    text-align: center;
    font-size: 13px;
    line-height: 15px
}

.singleMeta_quickView_link_single {
    display: block;
    text-align: center;
    color: #1d3976;
    font-size: 20px
}

.modalProduct_single .singleProduct_btns .singleProductCart_btn {
    gap: 5px !important
}

.singlePrdct_logo_quickView {
    position: absolute;
    bottom: 10px;
    right: 20px
}

.slider-container-product {
    position: relative;
    width: 100%;
    margin: auto;
    padding: 40px 0 10px;
    max-width: 100%;
    overflow: auto
}

.slider-container-product::-webkit-scrollbar {
    height: 6px
}

.slider-container-product::-webkit-scrollbar-track {
    background-color: #eff2F7E5;
    border-radius: 10px
}

.slider-container-product::-webkit-scrollbar-thumb {
    background: #dadbe4;
    border-radius: 10px
}

.slider-container-product::-webkit-scrollbar-thumb:hover {
    background: #dadbe4
}

.slider-track {
    display: flex;
    transition: transform .5s;
    gap: 20px
}

.slider-item {
    flex: 0 0 145px;
    width: 145px;
    max-width: 145px;
    min-width: 145px;
    display: flex;
    align-items: center
}

.slider-buttons {
    display: flex;
    justify-content: inherit;
    width: 100%;
    position: absolute;
    top: 45%;
    gap: 10px;
    justify-content: space-between;
    height: .6px
}

.sliderButtons_btn {
    width: 32px;
    height: 32px;
    background: #dadbe4;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    cursor: pointer
}

.sliderButtons_btn:disabled {
    opacity: .5;
    cursor: not-allowed
}

.anchor_link_disabled{ 
pointer-events: none;
}

.productGallery_nav .slider-item img {
    cursor: pointer;
    border: 2px solid #dadbe4;
    border-radius: 5px;
    object-fit: scale-down
}

.productGallery_nav .slider-item img.active {
    border: 1px solid red
}

.productGallery_nav_wrap {
    position: relative;
    margin: 0
}

ul#sliderTrack {
    overflow: hidden !important;
    width: 100%
}

.singleProduct_detail .tooltip_box .tooltiptext_box {
    background-color: #fff;
    color: #1d3976;
    box-shadow: 0 0 15px 1px rgb(161 165 194 / .38);
    border-radius: 5px
}

.singleProduct_detail .tooltip_box .tooltiptext_box::after {
    border-color: #fff #fff0 #fff0
}

 .press_blog_bx {
  height: 100%;
  box-shadow: 0px 0px 15px 0px #0000001A;
  background: #FFFFFF;
  overflow: hidden;
  border-radius: 15px;
  }
  .press_blog_bx .guide_thumbs {
  max-height: 200px;
  }
  .press_blog_bx .guide_name{
  line-height: 24px;
  } 
  .press_blog_bx .guide_name a{
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 50px;
  }
  .press_blog_bx .guide_btn{
  margin: 0px;
  }
  .press_blog_bx .guide_btn a {
  gap: 5px;
  font-size: 20px;
  font-weight: 400;
  }
  .press_blog_grid {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  }
  .press_blog_sidebar {
  flex: none;
  width: 270px;
  }
  .press_blog_main{
  flex: 1;
  }
  .press_blog_main .chooseFilter .form-group select.form-control {
  width: 180px;
      padding-left: 37px;
          display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  [dir="ltr"] .press_blog_main .chooseFilter .form-group select.form-control{
    padding-right: 37px;
    padding-left: 13px;
  }

.press_dates{
	font-size: 15px;
    margin: 0 0 10px;
    color: #666;
}
.press_description {
    color: #1d3976;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 0 10px;
}
  .pressDetails_area .primary-title{
    font-size: 33px;
    line-height: 24px;
    font-weight: 600;
    margin: 0 0 40px;
    color: #1D3976; 
  }
  .pressSidebar_post .blogSidebar_link a{
    color: #277EBD;
  }
  .pressSidebar_post .blogSidebar_link:hover a{
    color: #e72080;
  }
  .press_blog_main .blogAuthor .primary-title {
    color: #333333;
    font-size: 25px;
    margin-bottom: 20px;
    line-height: 120%;
}
.press_blog_main .blogAuthor_bio {
    color: #666666;
    margin: 17px 0 0;
}
.press_blog_main .blogAuthor_dec h3, 
.press_blog_main .blogAuthor_dec p{
  color: #333;
}

.press_blog_main .blogDetails_dec img {
	aspect-ratio: inherit!important;
    width: 100%!important;
    height: auto!important;
	object-fit: contain;
}


  @media only screen and (max-width: 1169px){
  .press_blog_grid{
    flex-direction: column;
  }  
 .press_blog_bx  .guide_dec{
        padding: 10px 15px 20px;
    }
  }

 @media only screen and (max-width: 580px){
  .press_blog_bx  .guide_dec{
    padding: 12px;
  }
 .press_blog_bx .guide_thumbs {
    max-height: 100%;
    height: 100%;
}
.press_blog_bx .guide_name {
    line-height: 20px;
    font-size: 18px;
}  
.press_blog_bx .guide_name a{
  height: auto;
} 
.press_blog_bx .guide_btn a {
    font-size: 17px;
}
.pressSidebar_post .blogSidebar_thumbs {
        height: 90px;
    }
.press_blog_main .chooseFilter .form-group select.form-control{
   min-width: 100px;
   width: auto;
}    
 } 

 @media only screen and (max-width: 767px){
 .blogSideBar_ul_heading .blogSideBarToggle {
    display: inline-block !important;
        cursor: pointer;
}
.blogSideBar_ul{
    display: none;
    margin: 0 0 20px;
}
.blogSideBar_ul.active{
    display: block;
}
   
 }

 /****** Style Star Rating Widget *****/

.front_product_rating {
    border: none;
    float: left;
}

.front_product_rating>input {
    display: none;
}

.front_product_rating>label:before {
    margin: 5px;
    font-size: 1.25em;
    font-family: FontAwesome;
    display: inline-block;
    content: "\f005";
}

.front_product_rating>.half:before {
    content: "\f089";
    position: absolute;
}

.front_product_rating>label {
    color: #ddd;
    float: right;
}

/***** CSS Magic to Highlight Stars on Hover *****/

.front_product_rating>input:checked~label,
/* show gold star when clicked */
.front_product_rating:not(:checked)>label:hover,
/* hover current star */
.front_product_rating:not(:checked)>label:hover~label {
    color: #FFD700;
}

/* hover previous stars in list */

.front_product_rating>input:checked+label:hover,
/* hover current star when changing rating */
.front_product_rating>input:checked~label:hover,
.front_product_rating>label:hover~input:checked~label,
/* lighten current selection */
.front_product_rating>input:checked~label:hover~label {
    color: #FFED85;
}
 .inner_page_banner .primary-title {
    color: #fff !important;
}
.font_10{
    font-size:10px
}

 @font-face{font-family:'Rubik';src:url(../fonts/rubik/Rubik-Regular.woff2) format('woff2');font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:'Rubik';src:url(../fonts/rubik/Rubik-SemiBold.woff2) format('woff2');font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:'Rubik';src:url(../fonts/rubik/Rubik-Variable.woff2) format('woff2 supports variations');font-weight:300 900;font-style:normal;font-display:swap}

.prodcut_rating_parent {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    margin-top: 5px;
}
.front_product_rating>label:before{
	margin: 0px 1px;
}
.front_product_rating label {
    padding: 0;
    margin: 0;
}
.prodcut_rating_parent > label {
    flex: none;
    text-align: inherit;
    display: flex;
    width: 70px;
    margin: 0;
}
.prodcut_rating_parent {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
}
.prodcut_rating_parent .front_product_rating {
    flex: none;
    width: 108px;
}
.rating_type_form_div {
    direction: ltr;
}
.rating_type_form_div .update_product_rating_from_front {
    display: block;
    width: 100%;
    max-width: 113px;
    margin: 10px auto 0;
    border: 1px solid #1d3976;
    height: 26px;
    border-radius: 14px;
    background-color: #1d3976;
    color: #fff;
    cursor: pointer;
}
[dir="rtl"] .prodcut_rating_parent{
	flex-direction: row-reverse;
}
[dir="rtl"] .prodcut_rating_parent > label {
    margin: 0px;
    text-align: right;
    justify-content: end;
}

select {
    background-image: url(../images/arrow_select.svg) !important;
}
select.form-control.active {
    background-image: url(../images/arrow_select_active.svg) !important
}
.owl-nav button.owl-prev {
    background-image: url(../images/left-arrow-icon.png) !important;
}
.owl-nav button.owl-next {
    background-image: url(../images/right-arrow-icon.png) !important;
}
.loginModal_dec ul li:after {
    background-image: url(../images/checkList_login.svg);
}
#actionSelector,
.custom_option.form-control .toggleButton,
.custom_option.form-control .toggleButtonLang {
    background-image: url(../images/arrow_select.svg) !important;
}
.banner_section .bannerSlider .owl-nav button.owl-prev {
    background-image: url(../images/banner-left-arrow-icon.png) !important;
}

.banner_section .bannerSlider .owl-nav button.owl-next {
    background-image: url(../images/banner-right-arrow-icon.png) !important;
}
.banner_section .banner_caption {
    background-image: url(../images/text_bx_banner.png);
}
.newsletter-form .form-control {
    background-image: url(../images/email_icons_white.svg);
}
@media only screen and (max-width:1169px) {
 #actionSelector,
    .site-header .langaugeSelectMobile .toggleButtonLang,
    .site-header .top-header-menu .custom_option.form-control .toggleButton,
    .site-header select.form-control {
        background-image: url(../images/arrow_select_white.svg) !important
    }
   .site-header select.form-control.active {
        background-image: url(../images/arrow_select_active_white.svg) !important
    }      
}

.accessibility_btn{width:45px;height:45px;display:flex;align-items:center;justify-content:center;background:#004ed3;cursor:pointer;position:absolute;left:0;z-index:9}.accessibility_btn svg path{fill:#fff}.accessibility_area ul{list-style-type:none;margin:0;padding:0;display:flex;flex-direction:column;align-items:center;overflow:hidden;border:1px solid #eee}.accessibility_area ul li{width:100%;text-align:center;padding:5px;border-bottom:1px solid #eee;flex:1 1 100%;cursor:pointer;font-size:inherit!important;line-height:13px!important}.accessibility_area{padding:0;background:#fff;width:60px;transform:translateX(-100%);-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);-moz-transform:translateX(-100%);transition:0.3s;opacity:0;visibility:hidden;margin-left:-16px}.accessibility_bx.visible .accessibility_area{transform:translateX(0);-webkit-transform:translateX(0);-ms-transform:translateX(0);-moz-transform:translateX(0);opacity:1;visibility:visible;margin-left:0}.accessibility_bx.visible .accessibility_btn{left:60px}.accessibility_bx{position:fixed;left:0;bottom:0;align-items:end;display:flex;flex-direction:row-reverse;z-index:999999;direction:ltr;background:#ff000000!important;height:auto!important}@media only screen and (max-width:1080px){.accessibility_bx{top:30%;left:35px;right:unset}.accessibility_area{margin-left:-60px;margin-right:0}.accessibility_bx.visible .accessibility_area{margin-left:-35px;margin-right:0}.accessibility_btn{width:35px;height:35px;left:-35px}.accessibility_bx.visible .accessibility_btn{left:5px;right:unset}.accessibility_btn svg{width:18px;height:auto}.accessibility_area ul li{padding:3px 0}.accessibility_area ul li svg{width:18px;height:auto}.accessibility_area{width:40px;margin-left:-40px}}.theme-option.active svg path{stroke:red!important}body.gray-theme{filter:grayscale(1)!important;-webkit-filter:grayscale(1)!important;-ms-filter:grayscale(1)!important;-ms-filter:grayscale(1)!important;margin:0;position:relative;overflow-x:hidden}body.gray-theme .accessibility_bx{position:fixed!important}body.gray-theme .accessibility_btn,body.light-theme .accessibility_btn{background-color:#000!important}body.highlight-theme a{text-decoration:underline!important}body.dark-theme,body.dark-theme *,body.dark-theme a,body.dark-theme article,body.dark-theme aside,body.dark-theme blockquote,body.dark-theme button,body.dark-theme caption,body.dark-theme details,body.dark-theme div,body.dark-theme embed,body.dark-theme fieldset,body.dark-theme figcaption,body.dark-theme figure,body.dark-theme footer,body.dark-theme form,body.dark-theme h1,body.dark-theme h2,body.dark-theme h3,body.dark-theme h4,body.dark-theme h5,body.dark-theme h6,body.dark-theme head,body.dark-theme header,body.dark-theme iframe,body.dark-theme input,body.dark-theme label,body.dark-theme li,body.dark-theme main,body.dark-theme nav,body.dark-theme ol,body.dark-theme option,body.dark-theme output,body.dark-theme p,body.dark-theme picture,body.dark-theme section,body.dark-theme select,body.dark-theme source,body.dark-theme span,body.dark-theme strong,body.dark-theme summary,body.dark-theme table,body.dark-theme tbody,body.dark-theme td,body.dark-theme textrea,body.dark-theme tfoot,body.dark-theme th,body.dark-theme thead,body.dark-theme tr,body.dark-theme ul,body.dark-theme video{background-color:#000!important;color:#fff!important;-webkit-text-fill-color:white!important;-moz-text-fill-color:white!important;-ms-text-fill-color:white!important}body.dark-theme button:hover,body.dark-theme a:hover{background-color:#4a4a4a!important}body.dark-theme .accessibility_bx{background:#ff000000!important}body.dark-theme .accessibility_btn svg,body.dark-theme img,body.light-theme .accessibility_btn svg{background-color:inherit!important}body.dark-theme svg path{filter:brightness(.5) invert(1);-webkit-filter:brightness(.5) invert(1);-moz-filter:brightness(.5) invert(1);-ms-filter:brightness(.5) invert(1)}body.dark-theme img{filter:brightness(.9) invert(0);-webkit-filter:brightness(.9) invert(0);-moz-filter:brightness(.9) invert(0);-ms-filter:brightness(.9) invert(0)}body.dark-theme a{color:orange!important}body.dark-theme a,body.light-theme a,body.light-theme img{background-color:transparent!important}body.dark-theme .accessibility_btn{background-color:#004ed3!important}body.dark-theme .notification_bar img{filter:none!important}body.dark-theme .accessibility_btn svg path,body.light-theme .accessibility_btn svg path{filter:none!important}body.light-theme,body.light-theme *,body.light-theme a,body.light-theme article,body.light-theme aside,body.light-theme blockquote,body.light-theme button,body.light-theme caption,body.light-theme details,body.light-theme div,body.light-theme embed,body.light-theme fieldset,body.light-theme figcaption,body.light-theme figure,body.light-theme footer,body.light-theme form,body.light-theme h1,body.light-theme h2,body.light-theme h3,body.light-theme h4,body.light-theme h5,body.light-theme h6,body.light-theme head,body.light-theme header,body.light-theme iframe,body.light-theme input,body.light-theme label,body.light-theme li,body.light-theme main,body.light-theme nav,body.light-theme ol,body.light-theme option,body.light-theme output,body.light-theme p,body.light-theme picture,body.light-theme section,body.light-theme select,body.light-theme source,body.light-theme span,body.light-theme strong,body.light-theme summary,body.light-theme table,body.light-theme tbody,body.light-theme td,body.light-theme textrea,body.light-theme tfoot,body.light-theme th,body.light-theme thead,body.light-theme tr,body.light-theme ul,body.light-theme video{background-color:#fff!important;color:#000!important;-webkit-text-fill-color:black!important;-moz-text-fill-color:black!important;-ms-text-fill-color:black!important}body.light-theme svg path{filter:brightness(1) invert(0)!important;-ms-filter:brightness(1) invert(0)!important;-moz-filter:brightness(1) invert(0)!important;-webkit-filter:brightness(1) invert(0)!important}body.light-theme .accessibility_bx{background:#ff000000!important}body.light-theme .elementor-location-footer img,body.light-theme .elementor-location-header img{filter:brightness(.8) invert(0)!important;-ms-filter:brightness(.8) invert(0)!important;-moz-filter:brightness(.8) invert(0)!important;-webkit-filter:brightness(.8) invert(0)!important}body.light-theme .elementor-location-header img{filter:brightness(1) invert(0)!important;-ms-filter:brightness(1) invert(0)!important;-moz-filter:brightness(1) invert(0)!important;-webkit-filter:brightness(1) invert(0)!important}body.dark-theme .elementor-location-footer img,body.dark-theme .elementor-location-header img{background-color:#6f6f6f!important}body.dark-theme .elementor-heading-title,body.dark-theme .elementor-slides-wrapper,body.dark-theme .elementor-slides-wrapper *,body.dark-theme .home-banner *,body.dark-theme .inner-banner *,body.light-theme .elementor-heading-title,body.light-theme .elementor-slides-wrapper,body.light-theme .elementor-slides-wrapper *,body.light-theme .home-banner *,body.light-theme .inner-banner *{background-color:#ff000000!important}body.dark-theme [data-settings*='"background_background":"gradient"'],body.light-theme [data-settings*='"background_background":"gradient"']{background:inherit!important}body.dark-theme header img{filter:contrast(100%) brightness(7);-webkit-filter:contrast(100%) brightness(7);-moz-filter:contrast(100%) brightness(7);-ms-filter:contrast(100%) brightness(7)}body.dark-theme header .notification_icons img{background:red!important}body.dark-theme .banner_section *,body.dark-theme .innerBanner *{background-color:#ff000000!important}body.dark-theme section .owl-nav button{background:#4a4a4a!important}body.dark-theme section .owl-nav button *{background-color:#ff000000!important}body.dark-theme section .owl-dots .owl-dot{background-color:#ffffff6e!important}body.dark-theme section .owl-dots .owl-dot.active{background-color:#4a4a4a!important}body.dark-theme{--bg-gradient-color:#000!important;--bg-gradient-color-2:#000!important;--bg-gradient-color-3:#000!important;--bg-gradient-color-4:#000!important;--bg-gradient-color-5:#000!important;--bg-gradient-color-6:#000!important;--bg-gradient-color-7:#000!important;--bg-gradient-color-8:#000!important;--bg-gradient-color-9:#000!important;--bg-gradient-color-10:#000!important;--bg-gradient-color-11:#000!important;--bg-primary-color:#000!important}body.dark-theme .service-item:hover img,body.dark-theme .button-app-list:hover img{filter:none!important;-webkit-filter:none!important;-ms-filter:none!important;-moz-filter:none!important}body.dark-theme .nabLogo a:hover,body.dark-theme .footer-logo a:hover{background-color:inherit!important}body.dark-theme .nabLogo img{filter:brightness(0) invert(01);-webkit-filter:brightness(0) invert(01);-ms-filter:brightness(0) invert(01);-moz-filter:brightness(0) invert(01)}body.dark-theme .floating_btns *,body.dark-theme .floating_btns{background:#000!important}body.dark-theme .service-item,body.dark-theme .button-app-group{background-color:#4a4a4a!important}body.dark-theme .service-item *{background-color:#fff0!important}body.dark-theme .phonebook_cat li:hover,body.dark-theme .phonebook_cat li:hover a,body.dark-theme .business_cat li:hover,body.dark-theme .business_cat li:hover a{background-color:#4a4a4a!important}body.dark-theme .phonebook_search button,body.dark-theme .business_search button{background-color:#cecece!important}body.dark-theme .contact-form .btn-groups .btn-primary.bg-dark{-webkit-text-fill-color:black!important;-moz-text-fill-color:black!important;-ms-text-fill-color:black!important;color:black!important}body.dark-theme .accordion-item-faq{border:1px solid #4a4a4a!important}body.dark-theme .notification_section .notification_bx .notification_arrow img{filter:contrast(100%) brightness(10);-webkit-filter:contrast(100%) brightness(10);-moz-filter:contrast(100%) brightness(10);-ms-filter:contrast(100%) brightness(10)}body.dark-theme .ListingArea *{background-color:#fff0!important}body.dark-theme .ListingArea *:hover{background-color:#fff0!important}body.dark-theme .album_lists *{background-color:#fff0!important}body.light-theme{--bg-gradient-color:#fff!important;--bg-gradient-color-2:#fff!important;--bg-gradient-color-3:#fff!important;--bg-gradient-color-4:#fff!important;--bg-gradient-color-5:#fff!important;--bg-gradient-color-6:#fff!important;--bg-gradient-color-7:#fff!important;--bg-gradient-color-8:#fff!important;--bg-gradient-color-9:#fff!important;--bg-gradient-color-10:#fff!important;--bg-gradient-color-11:#fff!important;--bg-primary-color:#fff!important}body.light-theme .banner_section *,body.light-theme .innerBanner *{background-color:#ff000000!important;color:#fff!important;-webkit-text-fill-color:#fff!important;-moz-text-fill-color:#fff!important;-ms-text-fill-color:#fff!important}body.light-theme .service-item:hover img,body.light-theme .button-app-list:hover img{filter:none!important;-webkit-filter:none!important;-ms-filter:none!important;-moz-filter:none!important}body.light-theme .btn-primary,body.light-theme .btn-primary:hover{background:#000!important;color:#fff!important;-webkit-text-fill-color:#fff!important;-moz-text-fill-color:#fff!important;-ms-text-fill-color:#fff!important}body.light-theme .footer-logo img{filter:brightness(1) invert(1);-moz-filter:brightness(1) invert(1);-webkit-filter:brightness(1) invert(1);-ms-filter:brightness(1) invert(1)}body.light-theme .floating_btns *,body.light-theme .floating_btns{background:#000!important}body.light-theme section .owl-nav button{background:#4a4a4a!important}body.light-theme section .owl-nav button *{background-color:inherit!important;line-height:10px!important;-webkit-text-fill-color:#fff!important;-moz-text-fill-color:#fff!important;-ms-text-fill-color:#fff!important}body.light-theme .phonebook_search button,body.light-theme .business_search button{background-color:#cecece!important}body.light-theme .contact-form .btn-groups .btn-primary.bg-dark{-webkit-text-fill-color:black!important;-moz-text-fill-color:black!important;-ms-text-fill-color:black!important;color:black!important}body.light-theme .listingArea ul li:before{-webkit-text-fill-color:white!important;-moz-text-fill-color:white!important;-ms-text-fill-color:white!important;color:white!important}body.light-theme .ListingArea *{background-color:#fff0!important}body.light-theme .ListingArea *:hover{background-color:#fff0!important}body.light-theme .album_lists *{background-color:#fff0!important}body.light-theme .album_lists h2{color:#fff!important;-webkit-text-fill-color:#fff!important;-moz-text-fill-color:#fff!important;-ms-text-fill-color:#fff!important}  

body.dark-theme .site-header .logoSection .logo_area img{
    filter: brightness(0) invert(1);
}
body.dark-theme .product-list-item-bx img{
    filter: inherit !important;
}
body.dark-theme .site-header img:hover{
        filter: inherit!important;
}
body.dark-theme .banner_sectionV2 .banner-img{
  background: #000;
}
body.dark-theme .banner_sectionV2 .banner-img img {
    opacity: 0;
}  
body.dark-theme .form-control{
  background-color: inherit!important;
} 
body.dark-theme .promotionBxV01 .promotionBx_dec {
    background-color: #00000021 !important;
}


#cookie-banner {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	justify-content: center;
	z-index: 9999;
} 
#cookie-banner .cookie-card {
	width: min(1200px, 95vw);
	background: #fff;
	color: #1d3976;
	box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.15);
	border-radius: 10px 10px 0 0;
	padding: 18px 22px;
	display: flex;
	/* flex-direction: column; */
	gap: 20px;
	font-size: 1rem;
}
#cookie-banner .cookie-card p {
	margin: 0;
	line-height: 1.5;
	padding-top: 10px;
}
#cookie-banner .cookie-actions {
	display: flex;
	justify-content: end;
	align-items: center;
	gap: 10px;
}

#cookie-banner .btn.outline {
	background-color: #fff;
	border-color: #1E90FF;
	color: #1E90FF;
}
