/* css for mobile hamburger side navigation & desktop side navigation start */
.bk_PopUpProfile {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.7);
    z-index: 100;
}

.bk_my_account_navigation .bk_PopUpProfile {
    display: none;
}

.bk_proflie_popClose {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 240px;
    right: 0;
    z-index: 1;
    text-align: right;
}

.bk_proflie_popClose img {
    width: 20px;
    margin: 10px;
    cursor: pointer;
}

.bk_side_profile {
    background-color: #fff;
    width: 85%;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    overflow: auto;
    z-index: 2;
    max-width: 400px;
}

.bk_side_profile ul {
    list-style: none !important;
    margin: 0 !important;
}

.mobile_menus .bk_side_profile {
    padding-bottom: 70px;
}

.bk_side_profile_header {
    padding: 18px 10px;
    display: flex;
    background: #EAFBFA;
    align-items: center;
    gap: 10px;
    margin-bottom: 5px;
}

.bk_sideProf__backBtn {
    flex: 0 0 auto;
    margin-right: 5px;
    cursor: pointer;
}

.bk_side_profile_header .bk_sideProf_txt {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin: 0;
    color: #27262C;
    flex: 1;
}

.bk_sideProf_Btn > a {
    color: #fff;
    border-radius: 30px;
    background: #32D1C1;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 20px;
    width: 100%;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
}

.bk_sideProf_Btn > a {
    color: #fff;
}

.bk_sideProf_LiveShop {
    display: none;
}

.bk_sideProf_LiveShop ul {
    margin: 0;
    display: flex;
    list-style: none;
    padding: 14px;
    gap: 8px;
}

.bk_sideProf_LiveShop li {
    padding: 0;
}

.bk_sideProf_LiveShop li a {
    padding: 10px;
    background: #E9FCEF;
    border-radius: 12px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
}

.bk_side_login_a {
    flex: 1;
}

.bk_side_login_a > a {
    display: flex;
    align-items: center;
    gap: 7px;
}

.bk_side_login_a a img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1;
    border-radius: 50%;
    border: 1px solid #fff;
    max-width: 36px;
}

.bk_sideProf_name {
    font-size: 15px;
    font-weight: 500;
    margin: 0;
}

.bk_side_profile_header .bk_public_url {
    color: #32D1C1;
    border: 1px solid #7CE9DF;
    display: inline-block;
    padding: 8px;
    border-radius: 50px;
    font-weight: 500;
    white-space: nowrap;
}

.bk_my_account_navigation .bk_proflie_popClosePP {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.bk_nav_drdn {
    display: none;
}

.bk_sideNav_title img {
    max-width: 16px;
}

.bk_sideProf_Nav ul.bk_second_nav li,
.bk_sideProfile_menu ul li {
    padding: 0;
}

.bk_sideProfile_menu ul li + li {
    border-top: 1px solid #DFDEE3;
}

.bk_side_profile .bk_sideProf_Nav ul li a, .bk_category_menu .bk_sideNav_title {
    color: #27262C;
    font-weight: 500;
    padding: 9px 16px;
    position: relative;
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
    text-transform: capitalize;
    column-gap: 10px;
    background: #FAFAFA;
    margin: 0 0 5px;
    min-height: unset;
    cursor: pointer;
}

.bk_category_menu .bk_sideNav_title.active {
    font-weight: 600;
}

.bk_sideProf_Nav ul.bk_second_nav > li > a img {
    height: 22px;
    max-width: 18px;
}

i.bk_menu_arrowIcon {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    text-align: center;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
}

.bk_category_collapse.active .bk_menu_arrowIcon {
    transform: rotate(180deg);
}

.bk_sideProf_Nav ul li .bk_nav_drdn > li:hover a,
.bk_category_menu ul li:hover a {
    background: #f1f1f1;
}

.bk_side_profile .bk_sideProf_Nav ul ul li a,
.bk_sideProf_Nav .ty-menu__item .ty-menu__item-link {
    background: transparent;
    margin: 0;
}

.bk_sideProf_Nav ul li ul li a img {
    display: none;
}

.bk_sideProf_Nav ul.bk_second_nav > li.bk_track_order_menu {
    color: #1b1c1e;
    padding: 20px 20px 15px;
    position: relative;
    display: flex;
    align-items: flex-start;
    border: 0;
}

.bk_track_order_menu img {
    margin-right: 5px;
    width: 28px;
}

.bk_track_order_menu .ty-account-info__orders {
    flex: 1;
    padding: 0;
}

.bk_track_order_menu .ty-account-info__orders-txt {
    color: #27262C;
    font-weight: 500;
}

.bk_track_order_menu .ty-account-info__orders-input {
    margin: 15px 0 0;
    position: relative;
    display: flex;
    align-items: center;
    border: 1px solid #D5D3D9;
    border-radius: 50px;
    padding: 5px 12px;
}

.bk_track_order_menu .ty-account-info__orders-input:before,
.bk_track_order_menu .ty-account-info__orders-input:after {
    display: none;
}

.ty-input-append input.ty-input-text {
    padding: 0;
    width: 100%;
    border: 0;
    border-radius: 0;
}

.ty-account-info__orders-input .ty-btn-go {
    all: unset;
    cursor: pointer;
    color: #32D1C1;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 600;
    line-height: 20px;
    padding-left: 10px;
}

.bk_my_account_navigation .bk_sideProf_header .bk_nav_Follow,
.bk_my_account_navigation .bk_sideProf_header .bk_copyright_footer {
    display: none;
}

.bk_nav_Follow {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 0 20px;
}

.bk_sideProf_header .bk_navFollowTx {
    font-size: 14px;
    color: #27262C;
    font-weight: 500;
    flex: 0 0 auto;
}

.bk_nav_Follow ul li {
    display: inline-block;
    margin-right: 15px;
}

.bk_sideProf_header .bk_copyright_footer {
    margin-top: 5px;
    display: inline-block;
}

.bk_sideProf_header .bk_copyright_footer p {
    font-size: 13px;
    text-align: left;
    padding: 15px;
    color: #A09CAA;
}

@media (min-width: 768px) {
    .ty-menu__item {
        display: inline-block !important;
    }

    .ty-menu__menu-btn {
        display: none !important;
    }

    .mobile_menus .bk_PopUpProfile {
        display: none;
    }

    .bk_my_account_navigation {
        display: none;
        position: absolute;
        right: 0;
        top: 48px;
        overflow: auto;
        box-shadow: 0 0 6px rgba(0,0,0,0.2);
        border-radius: 6px;
        max-height: 500px;
        z-index: 110;
        background-color: #fff;
    }

    .bk_my_account_navigation::-webkit-scrollbar {
        width: 4px;
        display: block !important;
    }

    .bk_my_account_navigation::-webkit-scrollbar-thumb {
        background: #c4c4c4;
    }

    .bk_my_account_navigation .bk_PopUpProfile {
        background-color: transparent;
        position: relative;
    }

    .bk_my_account_navigation .bk_side_profile {
        position: relative;
        max-width: 300px;
        width: 100%;
    }
}
/* css for mobile hamburger side navigation & desktop side navigation  end*/


/* ==========================================================================
Menus
========================================================================== */
ul.ty-menu__items {
    background: #fff;
    position: relative;
}

.ty-menu__item {
    padding: 0px;
    display: block;
    float: left;
}

.ty-menu__item-active .ty-menu__item-link {
    background: #666
}

.no-touch .ty-menu__item:hover .ty-menu__submenu-items,
.is-hover-menu .ty-menu__submenu-items {
    display: block;
}

/* .no-touch .ty-menu__item:hover .ty-menu__item-link,
.is-hover-menu .ty-menu__item-link,
.is-hover-menu.ty-menu__item-active .ty-menu__item-link {
    background: #f1f1f1;
    color: #1b1c1e !important;
} */

.ty-menu__item .ty-menu__item-link {
    position: relative;
    padding: 13px 20px;
    display: block;
    cursor: pointer;
}

.ty-menu__item .ty-menu__item-link .ty-icon-down-micro {
    position: absolute;
    font-size: 20px;
    right: 12px;
    top: 13px;
}

.ty-menu__submenu-items {
    min-width: 200px;
    display: none;
    background: white;
}

.ty-menu__submenu-items .ty-menu__submenu-item {
    margin-bottom: 10px;
    padding: 0;
}

.ty-menu__submenu-items .ty-menu__submenu-link {
    color: #202121;
}

.ty-menu__submenu-items .ty-top-mine__submenu-col {
    margin: 0px 10px 0px 0px;
    display: inline-block;
    vertical-align: top;
    min-width: 135px;
}

.ty-menu__submenu-items .ty-top-mine__submenu-col:last-child {
    margin-right: 1px;
}

.ty-menu__submenu-item-header {
    min-height: 25px;
}

.ty-menu__submenu-item-header .ty-menu__submenu-link {
    font-weight: bold;
    color: #202121;
}

.ty-menu__submenu .ty-menu__submenu-items .ty-menu__submenu-item-active a {
    color: #FFF;
    background: #2dbaa8;
    padding: 2px 6px;
}

.ty-menu__submenu-dropdown-bottom {
    display: block;
    background: #ECF0F1;
    margin: 0px -16px -15px;
    padding: 10px;
    text-align: right;
}

/* Custom menu classes */
.ty-menu-item__sale .ty-menu__item-link,
.no-touch .ty-menu-item__sale .ty-menu__item-link:hover {
    color: #fe7400;
}
/* Menus css end  */

/* css for side-profile-menu start */
.bk_sideProfile_menu {
    width: 100%;
    border-radius: 8px;
    margin-top: 20px;
    overflow: hidden;
    box-shadow: 2px 2px 4px 0px #0000000D;
}

.bk_sideProfile_menu ul {
    list-style: none;
    margin: 0;
    display: flex;
    flex-flow: column;
}

.bk_sideProfile_menu ul li a {
    color: #27262C;
    font-weight: 500;
    padding: 13px 16px;
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
    text-transform: capitalize;
    column-gap: 10px;
    background: #fff;
    width: 100%;
}

.bk_sideProfile_menu ul li a:hover {
    background: #f1f1f1;
}

.bk_sideProfile_menu ul li a img {
    max-width: 24px;
}

/* css for side-profile-menu end */


/****** css for desktop Menu start ******/
.bp__container {
    display: none;
}
.bk_desktop_nav {
    border: 1px solid #f0f4f9;
    border-width: 1px 0 0 0;
    text-align: center;
    position: relative;
    height: 50px;
}

.bk_desktop_nav .ty-menu__items {
    overflow: auto;
    white-space: nowrap;
    position: static;
    background: transparent;
}

.bk_desktop_nav .ty-menu__items > li + li {
    padding: 0 18px;
    display: inline-block !important;
    float: none;
}

.bk_desktop_nav .ty-menu__items li a {
    color: #0a0a0a;
    text-transform: capitalize;
}

.bk_desktop_nav .ty-menu__items > li > a.ty-menu__item-link {
    position: relative;
    padding: 0 0;
    height: 50px;
    line-height: 50px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    display: inline-block;
    font-weight: 500;
    color: #202121;
}

.bk_desktop_nav .ty-menu__items li .ty-menu__submenu .ty-menu__submenu-items {
    display: none;
    min-width: 200px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 49px;
    border-top: 1px solid #f0f4f9;
    border-bottom: none;
    background: #fff;
    z-index: 20;
    padding: 0;
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 6px 6px rgba(0, 0, 0, 0.1);
}

.bk_desktop_nav .bk_ty-menu__submenu_whiteBG {
    padding: 15px;
    display: flex;
    gap: 10px;
    max-width: 1200px;
    margin: 0 auto;
    float: none;
    min-height: 200px;
    align-items: start;
}

.bk_desktop_nav .bk_ty-menu__submenu_whiteBG>.bk_menu_container {
    display: inline-block;
    text-align: left;
    white-space: normal;
}

.bk_desktop_nav .ty-menu__items > li:hover .ty-menu__submenu-items {
    display: block;
}

.bk_desktop_nav .ty-menu__submenu-items .ty-top-mine__submenu-col {
    display: inline-block;
    vertical-align: top;
    min-width: unset;
    white-space: normal;
    padding: 0 10px;
    width: 134px;
    margin: 0 5px 10px 0;
}

.bk_desktop_nav .ty-menu__submenu-item-header {
    font-weight: 500;
    padding: 6px 0;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 10px;
}

.bk_desktop_nav .ty-menu__items li .ty-menu__submenu-item-header a {
    font-weight: 500;
}

.bk_desktop_nav .ty-menu__items li:hover a.ty-menu__item-link,
.bk_desktop_nav .ty-menu__items>li.ty-menu__item-active>a.ty-menu__item-link,
.bk_desktop_nav .ty-menu__submenu-items a:hover,
.bk_desktop_nav .ty-menu__submenu-items li:hover>a {
    color: #2dbaa8;
    background: transparent;
}

.bk_desktop_nav .ty-menu__items>li>a.ty-menu__item-link:before {
    position: absolute;
    content: '';
    bottom: 1px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 0;
    height: 1px;
    background-color: #2dbaa8;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.bk_desktop_nav .ty-menu__items>li:hover>a.ty-menu__item-link:before,
.bk_desktop_nav .ty-menu__items>li.ty-menu__item-active>a.ty-menu__item-link:before {
    width: 100%;
}

.bk-menu__banners {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    width: 100%;
    flex: 1;
    min-width: 400px;
    min-height: 200px;
}

.bk-menu__bannerItem {
    position: relative;
}

.bk-menu__banners img {
    width: 100%;
    max-width: 350px;
}

.bk-menu__bannerDesc {
    font-size: 16px;
    text-align: center;
    line-height: 24px;
}

.bk-menu__bannerItem:hover .bk-menu__bannerDesc {
    color: #2dbaa8;
}

.bk-menu__bannerLink {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.bk_newSideNav {
    display: none;
}

.bk_newSideNav .ty-menu__item .ty-menu__item-arrow.hidden-phone {
    display: none;
}

.bk_newSideNav .ty-menu-vertical__dropdown .ty-menu__item {
    display: flex;
    flex-flow: column;
    position: relative;
    padding: 0;
    width: 100%;
}

.bk_newSideNav .ty-menu__item-toggle {
    width: 50px;
    height: 38px;
    font-size: 16px;
    right: 0;
    top: 0;
    color: #1b1c1e;
    text-align: center;
    position: absolute;
    z-index: 1;
    display: block !important;
    line-height: 38px;
}

.bk_newSideNav ul > li .ty-menu__item-toggle-active .ty-menu__icon-open, 
.bk_newSideNav ul > li .ty-menu__item-toggle .ty-menu__icon-hide {
    display: none;
}

.bk_newSideNav li .ty-menu__item-toggle .ty-menu__icon-open, 
.bk_newSideNav ul > li .ty-menu__item-toggle-active .ty-menu__icon-hide {
    display: inline-block;
    cursor: pointer;
}

/* .bk_newSideNav .ty-menu-vertical .ty-menu__item.menu-level-1>.ty-menu__submenu, 
.bk_newSideNav .ty-menu-vertical .ty-menu__submenu-items .dropdown-vertical__dir .ty-menu__item-toggle, */
.bk_newSideNav .ty-menu-vertical .ty-menu__submenu ul.ty-menu__submenu-items,
.bk_newSideNav .ty-menu-vertical .ty-menu__submenu .menu-level-2 ul.ty-menu__submenu-items,
.bk_newSideNav .ty-menu-vertical .ty-menu__item.menu-level-2 .ty-menu__item-toggle, 
.bk_newSideNav li.ty-menu__item.ty-menu__menu-btn.visible-phone {
    display: none !important;
}

.bk_newSideNav .ty-menu-vertical li > .ty-menu__submenu > .ty-menu__items-show {
    display: block !important;
    border: 0;
}

.bk_newSideNav .ty-menu-vertical .ty-menu__submenu .ty-menu__item-link {
    padding-left: 40px;
    border-bottom: 1px solid #DFDEE3;
}

.bk_newSideNav .ty-menu-vertical .ty-menu__submenu .menu-level-2 .ty-menu__item-link {
    padding-left: 60px;
    border-bottom: 1px solid #fff;
    background: #FAFAFA;
}

.ty-menu-vertical .menu-level-:has(.ty-menu__item-toggle-active) > .ty-menu__submenu-item-header  > .ty-menu__item-link {
    background: #32D1C1;
    font-weight: 600;
}
.ty-menu-vertical .menu-level-1:has(.ty-menu__item-toggle-active) > .ty-menu__submenu-item-header .ty-menu__item-link {
    background: #fafafa;
    font-weight: 600;
}
.ty-menu-vertical .ty-menu__submenu .ty-menu__item:hover > .ty-menu__submenu-item-header .ty-menu__item-link {
    background: #f1f1f1;
    color: #27262C;
}

/****** css for Menus end ******/

/****** css for top currency block start ******/
.top-currencies {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
}
.top-currencies > div {
    position: absolute;
    right: 50px;
}
.top-currencies .ty-currencies {
    display: none;
}
.top-currencies .visible-tablet {
    display: block !important;
    position: relative;
}

.top-currencies .ty-select-block__a{
    color: #1b1c1e;
    background-color: #ffffffde;
    border-radius: 0 0 5px 5px;
    padding: 5px 5px 0px;
    display: block;
}
.top-currencies .ty-select-block__a:hover{
    background-color: #fff;
    color: #000;
}
.top-currencies .ty-select-block__a.open {
    border-radius: 0;
    border: 0;
    color: inherit;
}
.ty-select-block__a-item {
    display: inline-block;
    vertical-align: top;
}
.top-currencies .ty-select-block__a span.ty-select-block__arrow {
    margin-left: 3px;
    font-size: 20px;
    line-height: 16px;
    color: #1b1c1e;
}
.top-currencies .ty-select-block.cm-popup-box {
    position: absolute;
    left: 0;
    top: 28px;
    min-width: 42px;
    border: 1px solid #f2f2f2;
    z-index: 10;
    background-color: #fff;
}
.top-currencies .ty-select-block .ty-select-block__list-item {
    padding: 0;
}
.top-currencies .ty-select-block.cm-popup-box ul li .ty-select-block__list-a {
    padding: 5px 0;
    width: 100%;
    text-align: center;
    display: inline-block;
}
.top-currencies .ty-select-block__list-a:hover {
    background: #202121;
    color: white;
}

/****** css for top currency block end ******/

/****** css for header icons start ******/
.tygh-header .hamburgur_icon,
.tygh-header .top-logo,
.tygh-header .top-wishlist,
.tygh-header .top-notification,
.tygh-header .ty-dropdown-box,
.tygh-header .top-search,
.tygh-header .bk_backBtn {
    position: relative;
    line-height: 60px;
    height: 60px;
    width: 50px;
    text-align: center;
}

.tygh-header .bk_backBtn{
    cursor: pointer;
}

.tygh-header .top-wishlist a,
.tygh-header .top-notification a,
.tygh-header .ty-dropdown-box a,
.tygh-header .top-logo a,
.tygh-header .hamburgur_icon a,
.tygh-header .top-search a {
    display: block;
}

.tygh-header .top-logo {
    width: 115px;
}

.tygh-header .top-logo svg {
    vertical-align: middle;
}

.tygh-header .hamburgur_icon a i,
.tygh-header .ty-wishlist,
.tygh-header .ty-minicart__icon {
    font-size: 24px;
    vertical-align: middle;
    color: #1b1c1e;
}
.tygh-header .bk_backBtn img {
    width: 22px;
}

.tygh-header .top-search a > img {
    width: 24px;
}

.ty-minicart-title {
    position: absolute;
    width: 16px;
    height: 16px;
    color: #fff;
    font-size: 9px;
    font-weight: 600;
    line-height: 18px;
    text-align: center;
    right: 5px;
    top: 10px;
    background: #fc926c;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    box-sizing: content-box;
    border: #fff solid 1px;
}

.ty-search-block_1 form {
    position: relative;
    margin: 0 20px;
    height: 60px;
    line-height: 60px;
}
.ty-icon-magnifiercartxdnew {
    position: absolute;
    top: 22px;
    right: 15px;
    width: 20px;
    height: 20px;
    border: none;
    background: url('../../../../../../../../design/themes/new_2bk/media/images/banners/home-page/magnifier_icon1.png?1678953024') no-repeat;
    background-size: 18px 18px;
    opacity: 50%;
}
input.ty-search-block__input {
    display: inline-block;
    padding: 7px 30px 7px 10px;
    width: 100%;
    height: 34px;
    border: none;
    border-radius: 30px;
    background-color: rgba(237,242,248,0.45);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.ty-search-block__input:focus {
    background-color: #fcfcfc;
    border: 1px solid #22D1C1;
}

.bk_overlay-search_cat {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 100;
}

.tygh-header .bk_backBtn1 {
    line-height: 60px;
    height: 60px;
    min-width: 40px;
    text-align: center;
}

.tygh-header .bk_backBtn1 img {
    width: 18px;
    cursor: pointer;
}

.tygh-header .ty-search-block_category_bk form {
    display: flex;
    background: #fcfcfc;
    border: 1px solid #ccc;
}

.ty-search-block_category_bk input.ty-search-block__input_category_bk {
    padding: 10px 15px;
    flex: 1;
    height: 60px;
    border: 0;
    border-radius: 0;
    background-color: #fcfcfc;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

input.ty-search-block__input_category_bk:focus {
    border-color: #ccc;
}

@media (max-width: 480px) {
    .tygh-header .top-wishlist, .tygh-header .top-notification, .tygh-header .ty-dropdown-box, .tygh-header .top-search {
        width: 40px;
    }
}
/****** css for header icons end ******/

/* ==========================================================================
Product temlates
========================================================================== 
PRODUCT SCROLLER
========================================================================== */
/****** PRODUCT SCROLLER css start ******/
.correct-scroller {
    position: relative;
}

.owl-theme.ty-owl-controls {
    float: right;
    position: absolute;
    z-index: 1;
    top: 40%;
    left: 9px;
    right: 9px;
}

.owl-controls {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.owl-more-theme .owl-controls {
    width: 100%;
    position: absolute;
    top: 50%;
    margin-top: -18px;
}

.owl-more-theme .owl-prev, .owl-more-theme .owl-next {
    position: absolute;
    padding: 3px 8px 0 8px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
    cursor: pointer;
}

.owl-more-theme .owl-prev {
    left: -35px;
}
.owl-more-theme .owl-next {
    right: -32px;
}

.owl-more-theme .owl-prev i, .owl-more-theme .owl-next i, .owl-more-theme .owl-prev .ty-icon, .owl-more-theme .owl-next .ty-icon {
    font-size: 30px;
}

.owl-theme .owl-controls-outside {
    text-align: center;
}

.owl-buttons {
    color: #606060;
}

.owl-controls .owl-page, .owl-controls .owl-buttons div {
    cursor: pointer;
}

.owl-theme .owl-controls-outside .owl-buttons div {
    font-size: 15px;
    padding: 0;
    height: 40px;
    width: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #edf2f8;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    opacity: 0.7;
}

.owl-buttons .ty-owl-controls .owl-prev {
    position: absolute;
    left: 0;
}

.owl-buttons .ty-owl-controls .owl-next{
    position: absolute;
    right: 0;
}

.owl-theme .owl-controls-outside .owl-buttons div i {
    color: #4f4f4f;
    font-size: 18px;
}

.owl-item.loading::before {
    box-sizing: content-box;
    position: absolute;
    content: '';
    opacity: 0.6;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    border: 3px solid #4a4a4a;
    border-top: 3px solid transparent;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load 1.2s infinite linear;
    animation: load 1.2s infinite linear;
    z-index: 1;
}

.owl-item.loading::before {
    top: calc(50% - (24px + 3px * 2) / 2);
    left: calc(50% - (24px + 3px * 2) / 2);
}

.owl-carousel:not(.owl-theme):not(.owl-one-theme):not(.owl-more-theme),
.bk-product-img:not(.owl-carousel) {
    display: block;
    white-space: nowrap;
    overflow: hidden;
}
.owl-carousel:not(.owl-theme):not(.owl-one-theme):not(.owl-more-theme) > * {
    display: inline-block;
}

.owl-carousel:not(.owl-theme) .ty-scroller-list__item {
    max-width: 233px;
    padding: 0 9px;
}

.ty-product-thumbnails.owl-carousel:not(.owl-theme):not(.owl-one-theme):not(.owl-more-theme) {
    white-space: nowrap;
    overflow: hidden;
    display: block;
    max-width: 192px;
    height: 60px;
}

.bk-product-img:not(.owl-carousel) > *,
.ty-product-thumbnails.owl-carousel:not(.owl-theme):not(.owl-one-theme):not(.owl-more-theme) > * {
    display: inline-block;
}    

.ty-product-thumbnails.owl-carousel:not(.owl-theme):not(.owl-one-theme):not(.owl-more-theme) > * {
    display: inline-block;
    margin: 0 2px;
}    

.owl-carousel {
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoheight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-wrapper {
    position: relative;
    display: flex !important;
}

.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
}

.owl-carousel .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    float: left;
    min-height: 32px;
    padding: 0px;
}

.ty-scroller-list.owl-carousel .owl-item {
    padding: 0 9px;
}

.owl-item .ty-scroller-list__item {
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    height: 100%;
    background: #fff;
    padding: 0;
    text-align: left;
    border-radius: 16px;
}

.ty-scroller-list__img-block {
    text-align: center;
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #EAE9EC;
}

.ty-scroller-list__item .ty-scroller-list__img-block a .ty-no-image {
    cursor: pointer;
    margin: 0 auto;
    max-width: 100%;
    height: auto !important;
    aspect-ratio: 1;
}

.ty-scroller-list__description {
    padding: 10px;
    flex: 1;
}

.ty-scroller-list__description .ty-simple-list {
    height: 100%;
}

.ty-scroller-list__description form {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    row-gap: 3px;
    height: 100%;
}

.ty-scroller-list__item .bk_key_prod_info_wrap,
.ty-scroller-list__description .ty-simple-list__feature, 
.ty-scroller-list__description .ty-simple-list__descr {
    display: none;
}

.ty-scroller-list__description form>a {
    color: #2EBAA8;
    font-size: 13px;
}

.ty-product-labels {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

.ty-product-labels__item {
    padding: 5px 10px;
    overflow: hidden;
    background-color: #f2f2f2;
    border-radius: 0 5px;
}

.ty-product-labels__content {
    color: #1b1c1e;
}

.ty-scroller-list__description bdi {
    line-height: 18px;
    display: inherit;
}

.ty-scroller-list__description a.product-title {
    display: -webkit-box;
    overflow: hidden;
    width: 95%;
    white-space: normal;
    color: #000;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    line-height: 20px;
    padding: 0;
}

.bk-scroller-block-short-desc {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 16px;
    opacity: 0.8;
    font-size: 13px;
}

.ty-scroller-list__description .bk_review_cont {
    display: flex;
    align-items: center;
}

.ty-product-review-reviews-stars__link {
    display: inline-flex;
    align-items: center;
}

.bk-scroller-block-review-count {
    color: #C3C3C3;
}

.owl-wrapper-outer .ty-simple-list__price {
    font-size: 13px;
    margin: 3px 0;
}

.bk-list-price {
    color: #A09CAA;
    font-size: 14px;
}

.ty-strike {
    margin: 0 2px;
}

.bk-price-update {
    font-size: 16px;
    font-weight: 500;
}

.ty-scroller-list__item:hover .ty-quick-view-button {
    visibility: visible;
    text-align: center;
}

.ty-scroller-list__description .ty-simple-list__buttons {
    position: relative;
    display: flex;
    flex: 1;
    align-items: flex-end;
    justify-content: space-between;
    padding: 0;
    margin-top: 5px;
}

.ty-simple-list__buttons .bk-icon-listcart,
.bk_list_cartNonActive .ty-icon-cartxd,
.bk-icon-listcart {
    width: fit-content;
    background: transparent;
    padding: 0 14px;
    height: 32px;
    font-size: 12px;
    border: 1px solid #7A4EDE;
    color: #7A4EDE;
    display: flex;
    flex-wrap: wrap;
    column-gap: 7px;
    justify-content: center;
    align-items: center;
    margin: 5px 0 0;
    font-weight: 500;
    border-radius: 22px;
}

.bk-icon-listcart:hover {
    box-shadow: 0px 0px 7px #bfbfbf;
}

.bk_list_cartNonActive .ty-icon-cartxd {
    border: none;
    background: #7A4EDE;
    color: #fff;
}

.bk-icon-listcart.bk-icon-listcart-disableBtn {
    background: #f2f2f2;
    border: 1px solid #ccc;
    color: #CDCECE;
}

.bk-product-list__control.bk_list_cartNonActive .ty-icon-cartxd .bk_list_cartNonActive-img,
.bk-icon-listcart:before {
    font-size: 16px;
    width: 16px;
}

.bk-product-list__control.bk_list_cartNonActive .ty-icon-cartxd::before {
    display: none;
}

.bk_product_shareBtn a {
    margin-top: 5px;
    display: flex;
}

.bk_price_discount {
    font-size: 14px;
    color: #2B8B35;
    margin: 0 2px;
}

.bk_pid_extra-info img{
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #e3e3e3;
}

.bk_pid_extra-info ul {
    margin: 10px 0 0;
    padding: 10px 0 0 20px;
    border-top: 1px solid #e3e3e3;
}

.bk_pid_extra-info ul li {
    list-style: circle;
    line-height: 16px;
    font-size: 12px;
}

.bk_stamp_wrapper {
    position: absolute;
    right: 6px;
    top: 35px;
    z-index: 1;
    width: 16%;
    max-width: 45px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.bk_stamp_wrapper > div + div {
    margin-top: 5px;
}

.bk_tag_product {
    position: absolute;
    left: 5px;
    top: 5px;
    z-index: 1;
    width: calc(100% - 50px);
    text-align: left;
}

.bk_tag_product img {
    margin: 0 4px 4px 0;
    aspect-ratio: unset;
    max-height: 22px;
}

@media (max-width: 767px) {
    .owl-theme.ty-owl-controls {
        left: 0;
        right: 0;
    }
    .ty-scroller-list.owl-carousel .owl-item {
        padding: 0;
    }
    .ty-scroller-list.owl-carousel .owl-wrapper {
        border: 1px solid #EAE9EC;
    }
    .ty-scroller-list.owl-carousel .owl-item + .owl-item {
        border-left: 1px solid #EAE9EC;
    }
    .ty-scroller-list__img-block,
    .owl-item .ty-scroller-list__item {
        border-radius: 0;
        border: 0;
    }
    .owl-carousel:not(.owl-theme) .ty-scroller-list__item {
        margin-right: -4px;
        max-width: 33.33%;
        padding: 0;
    }
}

@media (max-width:500px) {
    .owl-carousel:not(.owl-theme) .ty-scroller-list__item {
        max-width: 50%;
    }
}

@media (max-width:390px) {
    .ty-simple-list__buttons .bk-icon-listcart, 
    .bk_list_cartNonActive .ty-icon-cartxd, 
    .bk-icon-listcart {
        padding: 0 6px;
    }
}

/****** PRODUCT SCROLLER css end ******/


/* ==========================================================================
        Grid list
==========================================================================  */
/****** GRID-LIST VIEW css start ******/
.grid-list .ty-grid-list__item {
    padding: 0 8px;
    position: relative;
    border: 0;
    margin-bottom: 12px;
}

.grid-list .ty-grid-list__item > form {
    overflow: hidden;
    display: flex;
    flex-flow: column;
    background: #fff;
    border-radius: 16px;
}

.grid-list .ty-grid-list__image {
    position: relative;
    min-height: 50px;
    text-align: center;
    background-color: #fff;
    padding: 0;
    border: 1px solid #EAE9EC;
    border-radius: 16px;
    overflow: hidden;
}

.grid-list .ty-grid-list__image a > img {
    aspect-ratio: 1;
    object-fit: contain;
    max-height: 200px;
}

.grid-list .ty-grid-list__image .ty-no-image {
    max-width: 100%;
    height: auto !important;
    max-height: 200px;
    aspect-ratio: 1;
    margin: 0 auto;
}

.grid-list .ty-grid-list__item .bk_wishlist_product-wrapper {
    min-height: 100px;
    padding: 5px 10px;
    display: flex;
    flex-flow: column;
}

.grid-list .ty-grid-list__feature a {
    color: #2dbaa8;
    font-size: 13px;
    line-height: 20px;
}

.grid-list .ty-grid-list__item-name {
    margin: 0;
}

.grid-list .ty-grid-list__item-name .product-title {
    color: #1b1c1e;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 20px;
}

.grid-list .ty-grid-list__price {
    margin: 5px 0;
}

div .grid-list .ty-grid-list__item .ty-grid-list__control, 
.grid-list .ty-grid-list__item:hover .ty-grid-list__control {
    display: flex;
    padding: 0 10px 10px;
    width: 100%;
    position: relative;
    z-index: 1;
    border: 0;
    margin: auto 0 0;
    background: transparent;
    justify-content: space-between;
}

@media (max-width: 767px) {
    .grid-list .ty-grid-list__item {
        padding: 0;
        margin-bottom: 0;
        border: 1px solid #EAE9EC;
    }
    .grid-list .ty-grid-list__item:hover {
        border: 1px solid #EAE9EC;
    }
    .grid-list .ty-grid-list__item > form,
    .grid-list .ty-grid-list__image {
        border-radius: 0;
        border: 0;
    }
}

/****** GRID-LIST VIEW css end ******/

/* ==========================================================================
COMPACT LIST
==========================================================================  */
/****** COMPACT-LIST VIEW css start ******/
.ty-compact-list__content {
    display: flex;
    gap: 10px;
}

.ty-compact-list .ty-compact-list__content:before,
.ty-compact-list .ty-compact-list__content:after{
    display: none;
}

.ty-compact-list .ty-compact-list__item {
    padding: 10px;
    border: 1px solid #EAE9EC;
    position: relative;
    background: #fff;
    margin-bottom: 10px;
    border-radius: 12px;
}

.ty-compact-list__item .ty-discount-label {
    top: auto;
    right: auto;
    bottom: 5px;
}

.ty-compact-list__check {
    float: left;
    padding-top: 4px;
    padding-bottom: 4px;
}

.ty-compact-list .ty-compact-list__image {
    float: none;
    width: auto;
    padding: 0;
    margin: 0;
    flex: 0 0 auto;
}

.ty-compact-list__description {
    flex: 1;
}

.ty-compact-list__image .ty-discount-label {
    position: static;
    float: none;
    display: inline-block;
    margin-top: 5px;
}

.ty-compact-list__brand a {
    color: #2EBAA8;
    font-size: 13px;
    line-height: 20px;
}

.ty-compact-list .ty-compact-list__title {
    float: none;
    width: auto;
    margin: 0 0 3px;
}

.ty-compact-list__title a {
    display: -webkit-box;
    overflow: hidden;
    color: #000;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    line-height: 18px;
}

.ty-compact-list .ty-compact-list__controls {
    float: none;
    padding: 0;
    text-align: left;
    width: auto;
    display: flex;
    flex-flow: column;
}

.ty-compact-list__controls .ty-btn__add-to-cart {
    margin: 0 0 0 10px;
}

.ty-compact-list__controls .ty-qty-out-of-stock {
    margin-right: 0;
}

.ty-compact-list__controls .ty-product-coming-soon {
    width: 100%;
    right: 0px;
    padding-top: 12px;
    text-align: right;
    position: absolute;
}

.ty-product-coming-soon {
    color: #767676;
}

.ty-compact-list__controls > div {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    padding: 0;
    margin: 0;
}

.ty-compact-list__controls .ty-compact-list__price {
    margin-bottom: 5px;
}

.ty-compact-list__controls .ty-compact-list__rating {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.ty-compact-list__rating > span {
    color: #C3C3C3;
}

.ty-compact-list__item .ty-qty {
    display: none;
}

.ty-compact-list__item .ty-control-group__label {
    width: auto;
}
/****** COMPACT-LIST VIEW css start ******/


/* ==========================================================================
SMALL ITEMS
==========================================================================  */
/****** SMALL-ITEMS VIEW css start ******/
.ty-template-small li.ty-template-small__item {
    padding: 10px;
    border: 1px solid #EAE9EC;
    position: relative;
    background: #fff;
    margin-bottom: 10px;
    border-radius: 12px;
    min-height: 90px;
}

.ty-template-small__item form {
    display: flex;
    gap: 10px;
}

.ty-template-small .ty-template-small__item-img {
    float: none;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    max-width: 90px;
}

.ty-template-small__item-description {
    display: flex;
    flex-flow: column;
    flex: 1;
}

.ty-template-small__brand a {
    color: #2EBAA8;
    font-size: 13px;
    line-height: 20px;
}

.ty-template-small__title a {
    display: -webkit-box;
    width: 100%;
    overflow: hidden;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 18px;
    margin-bottom: 3px;
}

.ty-template-small .ty-template-small__item-price {
    margin: 0 0 3px;
}

.ty-template-small__rating {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.ty-template-small__rating > span {
    color: #C3C3C3;
}

.ty-product-filters__tools {
    padding: 0px;
    background-color: #fff !important;
    position: absolute;
    top: 7px;
    right: 7px;
}

.ty-product-filters__tools .ty-btn {
    padding: 2px 8px;
    border-radius: 99px;
    background: #eeeeee;
    color: #525252;
}

.ty-product-filters__search {
    padding: 5px 10px 0 3px;
}

.ty-product-filters__search-icon {
    top: 20px;
    right: 60px;
}

.ty-product-filters__search .ty-input-text-medium {
    width: calc(100% - 30px);
    border-radius: 5px;
}

/****** SMALL-ITEMS VIEW css end ******/

/* ==========================================================================
LINKS THUMB 
==========================================================================  */
/****** LINKS THUMB VIEW css start ******/

.ty-thumbnail-list {
    display: flex;
    gap: 12px;
    overflow: auto;
}

.ty-thumbnail-list .ty-thumbnail-list__item {
    position: relative;
    background: #fff;
    margin-bottom: 0;
    flex: 0 0 17%;
    min-width: 170px;
    padding-bottom: 5px;
    text-align: left;
}

.ty-thumbnail-list__item form {
    height: 100%;
    display: flex;
    flex-flow: column;
}

.ty-thumbnail-list__item .ty-thumbnail-list__img-block {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #EAE9EC;
    border-radius: 12px;
    margin-bottom: 5px;
    aspect-ratio: 1;
    overflow: hidden;
}

.ty-thumbnail-list__prodDetails {
    flex: 1;
    display: flex;
    flex-flow: column;
    padding: 0 6px 6px;
}

.ty-thumbnail-list__brand a {
    color: #2EBAA8;
    font-size: 13px;
    line-height: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    display: inline-block;
}

.ty-thumbnail-list__item .ty-thumbnail-list__name {
    padding: 0;
    margin-bottom: 3px;
}

.ty-thumbnail-list__name a {
    display: -webkit-box;
    width: 100%;
    overflow: hidden;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 18px;
    margin-bottom: 3px;
}

.ty-thumbnail-list__price {
    margin-bottom: 3px;
}

.ty-thumbnail-list__rating {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.ty-thumbnail-list__rating > span {
    color: #C3C3C3;
}

.ty-thumbnail-list__item .ty-thumbnail-list__butons {
    margin: auto 0 0;
    padding: 5px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: end;
    flex: 1;
}
/****** LINKS THUMB VIEW css end ******/


/* css for share popup start */
div .bk-wl-share {
    display: flex;
    flex-flow: column;
    gap: 16px;
}

div .bk-wl-share .cp-wl-share__input {
    width: 100%;
}

div .cp-wl-share__input input {
    width: 100%;
    border: 1px solid #DFDEE3;
    border-radius: 12px;
    padding: 10px;
    height: auto;
    line-height: 20px;
}

div .cp-wl-buttons {
    width: 100%;
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 20px;
}

div .cp-wl-buttons div a {
    background: #F4F4F6;
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 0 10px;
    border-radius: 6px;
    line-height: 40px;
    color: #000;
}

div .cp-wl-buttons div a:hover {
    background: #00000015;
}

div .cp-wl-buttons div a svg {
    width: 30px;
    height: 30px;
}

@media (max-width: 480px) {
    div .cp-wl-buttons div a {
        padding: 10px;
    }
    div .cp-wl-buttons a span {
        display: none;
    }
}

/* css for share popup end  */

/* css for recently view products by user start */
.bk_order_heading_block h3 {
    margin: 20px 0 15px;
}

.bk_recently_view_block_list {
    width: 100%;
    display: flex;
    overflow: auto;
    column-gap: 10px;
    padding-bottom: 5px;
}

.bk_recently_view_block {
    display: flex;
    flex-flow: column;
    flex: 0 0 19%;
    min-width: 160px;
    position: relative;
    overflow: hidden;
}

.bk_recently_view_block figure {
    border: 1px solid #DFDEE3;
    border-radius: 12px;
    overflow: hidden;
}

.bk_recently_view_block figure img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: contain;
}

.bk_plp_order_prod_desc {
    padding: 10px;
    display: flex;
    flex-flow: column;
    flex: 1;
}

.bk_ordr_prod_brand a {
    color: #2EBAA8;
    font-size: 13px;
    line-height: 20px;
    display: inline-block;
}

.bk_ordr_prod_title a {
    overflow: hidden;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0px 0 5px;
    font-size: 14px;
    line-height: 18px;
}

.bk_plp_order_prod_desc .bk-buyagain-price {
    padding: 3px 0;
    font-weight: 500;
    font-size: 16px;
}

.bk_plp_order_prod_desc ul.bk_ordrStar li span {
    color: #57C062;
}

.bk_plp_order_prod_desc ul.bk_ordrStar li {
    display: inline-block;
    font-size: 15px;
    padding: 0;
}

.bk_btn_addedcart {
    display: none;
}

.bk_buyagain_buttons {
    flex: 1;
    display: flex;
    align-items: end;
}
/* css for recently view products by user end */


/* pagination */
.ty-pagination-container .ty-pagination {
    text-align: center;
    margin: 10px 0;
    padding: 10px 0;
}

.ty-pagination .ty-pagination__range, .ty-pagination .ty-pagination__btn {
    margin: 0 4px;
    background: #f3f3f3;
    width: auto;
}

.ty-pagination .ty-pagination__item {
    color: #939393;
}

.ty-pagination .ty-pagination__item:hover {
    background: #e3e3e3;
    color: #939393;
    padding: 0 6px;
}

.ty-pagination .ty-pagination__items {
    display: inline-block;
}

.ty-pagination .ty-pagination__item, .ty-pagination .ty-pagination__selected {
    display: inline-block;
    padding: 0 6px;
    min-width: 12px;
    line-height: 25px;
    text-align: center;
    border-radius: 6px;
    text-transform: uppercase;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
}

.ty-pagination__items :is(.ty-pagination__item,span) {
    border-radius: 50%;
    border: 1px solid #f2f2f2;
    font-size: 16px;
    padding: 0px 8px;
}

.ty-pagination__items .ty-pagination__item:hover,
.ty-pagination .ty-pagination__selected {
    color: #fff;
    background: #2dbaa8;
    padding: 0 8px;
}

@media (max-width: 979px) {
    .ty-pagination .ty-pagination__text {
        display: none;
    }
}
/* pagination */