/*
    Theme Name: RAFCART - Multipurpose eCommerce HTML Template
    Author: rsl.ahmed383@gmail.com
    Support: rsl.ahmed383@gmail.com
    Description: Multipurpose eCommerce HTML templete
    Version: 1.0
*/

/* Theme default */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&amp;family=Roboto:wght@400;500;700&amp;display=swap');

body {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #2B2D42;
    overflow-x: hidden;
}

button:focus,
a:focus,
input:focus,
textarea,
select {
    outline: none;
}

a {
    text-decoration: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    color: #1F57A2;
}
a:hover{
    color: #f38493;
}
textarea:focus {
    -webkit-box-shadow: 0px 0px 2px #1F57A2ad !important;
            box-shadow: 0px 0px 2px #1F57A2ad !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif;
}

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

.text-semibold {
    font-weight: 500 !important;
}

.font-normal {
    font-weight: 400 !important;
}

.text-green {
    color: #08B54C !important;
}

.text-yellow {
    color: #F6BC3E !important;
}

.text-color {
    color: #1F57A2 !important;
}

.bg-color {
    background-color: #1F57A2 !important;
}

.shadow_sm {
    -webkit-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.06);
            box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.06);
}

.top_2 {
    top: 2px !important;
}

.text_md {
    font-size: 15px !important;
    line-height: 24px;
}

.text_lg {
    font-size: 16px !important;
}

.text_xl {
    font-size: 18px !important;
}

.text_2xl {
    font-size: 22px !important;
}

.text_xs {
    font-size: 14px !important;
}

.text_p {
    color: #464545 !important;
}

.default_link {
    color: #2B2D42;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.default_link:hover {
    color: #1F57A2;
}

.text_black {
    color: #2B2D42;
}

.section_padding {
    padding: 56px 0;
}

.section_padding_b {
    padding-bottom: 56px;
}

.section_padding_t {
    padding-top: 56px;
}
input:focus, textarea:focus {
    -webkit-box-shadow: 0px 0px 2px #1F57A2ad !important;
            box-shadow: 0px 0px 2px #1F57A2ad !important;
}

/* Preloader */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

.preloader img {
    max-width: 100%;
}

/* header */
header {
    position: relative;
}

.logo img {
    width: 120px;
}

.search_wrap {
    position: relative;
}

.search_suggest {
    position: absolute;
    left: 0;
    top: 56px;
    width: 100%;
    background-color: #fff;
    z-index: 9;
    border-radius: 0 0 3px 3px;
    opacity: 0;
    visibility: hidden;
    margin-top: 10px;
}

.search_suggest.active {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}

.search {
    border: 1px solid #111;
    border-radius: 5px;
    width: 675px;
}

.search_category {
    width: 145px;
    border-right: 1px solid #1F57A2;
    background: #fff;
    border-radius: 6px 0 0 6px;
}

.search_category select {
    width: 100%;
    border: none;
    padding: 11px 14px;
    font-size: 15px;
}

.search_category select:focus {
    outline: 0;
}

.search_category .nice-select {
    border-radius: 5px;
    font-size: 14px;
    height: 42px;
    line-height: 43px;
    margin-top: 8px;
    padding-left: 18px;
    padding-right: 30px;
    width: 100%;
    border: none;
}

.search_input {
    max-width: 390px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}

.search_input input {
    width: 100%;
    padding: 10px 20px;
    border: none;
    font-size: 14px;
}

.search_input input::-webkit-input-placeholder {
    font-size: 14px;
}

.search_input input::-moz-placeholder {
    font-size: 14px;
}

.search_input input:-ms-input-placeholder {
    font-size: 14px;
}

.search_input input::-ms-input-placeholder {
    font-size: 14px;
}

.search_input input::placeholder {
    font-size: 14px;
}

.search_input input:focus {
    outline: 0;
}

.search_subimt {
    width: 142px;
}

.search_subimt button {
    border: none;
    background-color: #1F57A2;
    width: 100%;
    display: block;
    padding: 10px 15px;
    color: white;
    font-size: 16px;
    font-weight: 500;
    border-radius: 0 5px 5px 0;
}

.search_suggest .search_result_product {
    height: auto;
    padding: 0;
}

a.single_sresult_product:hover {
    background: #f2f0f0;
}

.single_sresult_product:last-child {
    border-bottom: none;
}

.header_icon a.icon_wrp span {
    display: block;
    position: relative;
    font-size: 24px;
    color: #2b2d42;
}

.header_icon a.icon_wrp span.icon img {
    height: 30px;
    width: 30px;
}

.header_icon a.icon_wrp span.icon_text {
    font-size: 11px;
    line-height: 10px;
    margin-top: 4px;
}

.header_icon a.icon_wrp {
    position: relative;
    margin-left: 20px;
    display: block;
    color: #2B2D42;
    padding: 20px 0;
}

.header_icon a.icon_wrp:hover {
    color: #1F57A2;
}


.header_icon a.icon_wrp .pops {
    position: absolute;
    right: -8px;
    top: 13px;
    font-size: 11px;
    background: #1F57A2;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    color: white;
}

.header_icon a.icon_wrp.wishlist .pops {
    right: 0;
}

/* navbar */
/*nav {
    background-color: #2B2D42;
}*/

.all_category {
    width: 200px;
    background-color: #1F57A2;
    position: relative;
}

.all_category .bars {
    padding: 15px;
}

.all_category .bars .icon_text {
    font-size: 16px;
}

.all_category .bars .icon {
    font-size: 18px;
    margin-right: 10px;
}

.nav_bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 29px;
}

.nav_bar li {
    position: relative;
}

.nav_bar > li > a {
    display: block;
    color: #e1e1e1;
    text-transform: capitalize;
    margin: 0 10px;
    padding: 15px 10px;
}

.nav_bar > li:hover > a {
    color: #ffffff;
}

.nav_bar .subnav {
    position: absolute;
    left: 0;
    top: 100%;
    /* min-width: 200px; */
    background-color: #fff;
    padding: 12px 0;
    z-index: 10;
    -webkit-box-shadow: 0px 0px 16px rgb(0 0 0 / 6%);
            box-shadow: 0px 0px 16px rgb(0 0 0 / 6%);
    opacity: 0;
    visibility: hidden;
    margin-top: 15px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border-radius: 3px;
    min-width: 170px;
}

.single_subnav {
    min-width: 140px;
}

.nav_bar li:hover .subnav {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}

.nav_bar .subnav li a {
    font-size: 15px;
    display: block;
    padding: 1px 16px;
    color: #2b2d42;
    border-left: 2px solid #fff;
    white-space: nowrap;
}

.nav_bar .subnav li:hover a {
    color: #1F57A2;
}

.nav_bar > li.withsubs > a > span {
    position: absolute;
    top: 15px;
    right: 2px;
    font-size: 13px;
}

.sub_categories {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 15px 0;
    top: 100%;
    background-color: #ffffff;
    margin-top: 15px;
    opacity: 0;
    visibility: hidden;
    z-index: 9;
    -webkit-box-shadow: 0 0 5px #00000020;
            box-shadow: 0 0 5px #00000020;
}

.all_category:hover .sub_categories {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    margin-top: 0;
    opacity: 1;
    visibility: visible;
}

.sub_categories .singlecats {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 15px;
    width: 100%;
    text-decoration: none;
    color: #2b2d42;
    padding-left: 25px;
    border-bottom: 1px dotted #C8C8CE;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.sub_categories .singlecats:last-child {
    border-bottom: none;
}

.sub_categories .singlecats .img_wrp {
    width: 45px;
}
.sub_categories .singlecats .img_wrp i {
    font-size: 21px;
    color: #f4cad0;
}
.sub_categories .singlecats .img_wrp img {
    height: 20px;
}

.sub_categories .singlecats span {
    font-size: 15px;
    text-transform:capitalize;
}

.sub_categories .singlecats:hover {
    background-color: #efefef;
}

.sub_categories .singlecats .wsicon {
    font-size: 14px;
    margin-left: auto;
    margin-right: 2px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}


.myacc_cont {
    position: absolute;
    top: 100%;
    right: 0;
    background: #fff;
    padding: 20px 15px;
    border-radius: 3px;
    width: 205px;
    z-index: 2;
    -webkit-box-shadow: 2px 4px 10px #00000020;
            box-shadow: 2px 4px 10px #00000020;
    opacity: 0;
    visibility: hidden;
    margin-top: 10px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.myacwrap:hover .myacc_cont {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
}

.ac_join p {
    font-family: Roboto;
    font-size: 14px;
    text-align: center;
    line-height: 18px;
    font-weight: 500;
}

.account_btn .default_btn {
    padding: 1px 15px;
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: 500;
    min-width: 84px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.ac_links a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    position: relative;
    margin-top: 7px;
    font-size: 15px;
    color: #464545;
    padding-left: 32px;
}

.ac_links i {
    position: absolute;
    width: 20px;
    left: 0;
    top: 3px;
    font-size: 20px;
}

.ac_links {
    padding-top: 10px;
}

.ac_links a:hover {
    color: #1F57A2;
}

.ac_links .myac img {
    top: 5px;
}

/* mega menu */

.mega_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    left: 200px;
    background: #FFFFFF;
    border: 1px solid #E9E4E4;
    border-radius: 5px;
    width: 976px;
    height: 100%;
    padding: 20px;
    margin-left: 10px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.sub_categories .singlecats:hover .mega_menu {
    margin-left: 0px;
    opacity: 1;
    visibility: visible;
    cursor: default;
}

.sub_categories .singlecats:hover .wsicon {
    margin-right: -2px;
}

.single_mega_menu {
    width: 25%;
}

.mega_menu_wrap h4 {
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 10px;
    font-weight: 500;
}

.mega_categories a {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    display: block;
    font-size: 15px;
    color: #453E3E;
    line-height: 1.4;
    margin-bottom: 9px;
}

.mega_categories a:hover {
    color: #1F57A2;
}

.mega_menu_wrap:first-child {
    margin-bottom: 20px;
}

.mega_brands {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
}

.mega_brnd_img {
    width: 50%;
    padding: 0 5px;
    margin-bottom: 12px;
}

.mega_brnd_img img {
    width: 100%;
    height: 42px;
    -o-object-fit: contain;
       object-fit: contain;
    -webkit-box-shadow: 0 0 9px #00000014;
            box-shadow: 0 0 9px #00000014;
}

/* hero area */
.hero_area {
    background-position: center bottom;
    background-size: cover;
    min-height: 520px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.hero_content h1 {
    font-size: 56px;
    line-height: 64px;
    font-weight: 500;
    margin-bottom: 16px;
}

.hero_btn {
    margin-top: 40px;
}

.hero_img img {
    width: 100%;
}

.single_hero_slider.bg-1 {
    background: #cccccc;
}

.single_hero_slider.bg-2 {
    background: #7cc8f8ba;
}

.single_hero_slider.bg-3 {
    background: rgba(253, 61, 87, 0.19);
}

/* features area */

.feature_icon img {
    width: 50px;
    max-height: 45px;
}

.feature_icon {
    margin-right: 24px;
    font-size: 30px;
}

.feature_content h4 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 5px;
}

.feature_content p {
    font-size: 13px;
    color: #6B6B6B;
    margin: 0;
    line-height: 1;
}

.single_feature {
    min-height: 90px;
    border: 1px solid #1F57A2;
    border-radius: 3px;
}

/* section title */
.section_title {
    text-align: center;
    position: relative;
    margin-bottom: 70px;
}

.section_title h2 {
    font-size: 32px;
    text-transform: uppercase;
}

.section_title::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 120px;
    height: 2px;
    background: #1F57A2;
}

h2.section_title_3 {
    font-size: 28px;
    text-transform: uppercase;
    margin-bottom: 24px;
}

/* offer area */

.offerimg img {
    width: 200px;
    height: 180px;
    -o-object-fit: contain;
       object-fit: contain;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.single_offercard:hover .offerimg img {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
}

.single_offercard {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background: #FBE3E4;
    padding: 24px 32px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.single_offercard.bg_2 {
    background: #EDECEC;
}

.offertext .offer_pers {
    font-size: 18px;
    line-height: 16px;
    margin-bottom: 8px;
    color: #1F57A2;
}

.offertext h4 {
    font-size: 22px;
    line-height: 26px;
    color: #2B2D42;
}

.offertext p {
    font-size: 15px;
    line-height: 16px;
    color: #464545;
    margin-bottom: 20px;
}

.offerimg {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
}

/* shop by category */
.single_shopbycat {
    height: 250px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.single_shopbycat::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #00000060;
}

.shopcat_cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    z-index: 1;
}

.shopcat_cont .icon {
    color: #fff;
    font-size: 16px;
    line-height: 1;
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.shopcat_cont h4 {
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 0;
}

.single_shopbycat:hover .shopcat_cont .icon {
    opacity: 1;
    margin-left: 8px;
}

/* product design */
.topariv_img {
    position: relative;
}

.topariv_img img {
    width: 100%;
}

.persof {
    position: absolute;
    left: 15px;
    top: 15px;
    background: #28A745;
    padding: 8px;
    border-radius: 3px;
    font-size: 15px;
    color: #fff;
    line-height: 16px;
    z-index: 1;
}

.adto_wish {
    height: 30px;
    width: 30px;
    background: #fff;
    -webkit-box-shadow: 0 0 10px #0000;
            box-shadow: 0 0 10px #0000;
    font-size: 16px;
    border-radius: 50%;
    position: absolute;
    right: 15px;
    top: 15px;
    color: #1F57A2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer;
}

.topariv_cont {
    padding: 16px;
}

.topariv_cont h4 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 4px;
    text-transform: uppercase;
}

.topariv_cont a {
    color: #2B2D42;
}

.topariv_cont a:hover {
    color: #1F57A2;
}

.topariv_cont p {
    font-size: 15px;
    color: #464545;
    margin-bottom: 10px;
}

.single_toparrival {
    -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.04), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);
            box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.04), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);
    border-radius: 3px;
    overflow: hidden;
}

.full_atc_btn button {
    width: 100%;
    border: 1px solid #1F57A2;
    background: #1F57A2;
    border-radius: 0 0 3px 3px;
    color: #fff;
    font-size: 16px;
    line-height: 19px;
    padding: 8px 0;
    text-transform: uppercase;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.full_atc_btn button:hover {
    background-color: transparent;
    color: #1F57A2;
}

.topariv_cont .org_price {
    font-weight: 600;
    font-size: 20px;
}

.product_slider_2 .single_toparrival {
    margin: 0 15px;
}

.product_slider_2 {
    margin-left: -15px;
    margin-right: -15px;
}

/* product design 2*/

.single_product {
    border: 1px solid #DDDDDD;
    border-radius: 5px;
    text-align: center;
    height: 358px;
}

.product_slider .single_product {
    width: 100%;
    margin: 0 15px;
}

.product_img {
    position: relative;
    padding: 20px;
    background: #FBFBFB;
    border-radius: 5px 5px 0 0;
}

.prodcut_hovcont {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #e5e5e58c;
    z-index: 1;
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.product_img img {
    width: 200px;
    height: 180px;
    -o-object-fit: contain;
       object-fit: contain;
}

.product_content {
    padding: 20px 5px;
    padding-top: 30px;
    position: relative;
}

.product_content a {
    text-decoration: none;
    color: #000;
}

.product_content h5 {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
}

.price {
    line-height: 22px;
    margin-bottom: 5px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}

.price span.prev_price {
    font-size: 14px;
    color: #687188;
    text-decoration: line-through;
}

.price span.org_price {
    color: #1F57A2;
    margin-right: 5px;
}

.prodcut_hovcont a {
    margin: 0 8px;
    height: 40px;
    width: 40px;
    background: #1F57A2;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.prodcut_hovcont a:hover {
    background: #2B2D42;
}

.rating_star span {
    font-size: 16px;
    color: #F6BC3E;
}

.rating_count {
    font-size: 14px;
    margin-left: 9px;
    margin-bottom: 0;
    color: #687188;
}

.default_btn {
    border: 1px solid #1F57A2;
    background: #1F57A2;
    color: #fff;
    padding: 8px 24px;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 15px;
    transition: .5s;
    display: inline-block;
    text-align: center;
    font-weight: 500;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    
}

.default_btn:hover,
.default_btn.second {
    background-color: transparent;
    color: #1F57A2;
}
.default_btn.second:hover {
    background: #1F57A2;
    color: #fff;
}
.default_btn.xs_btn {
    min-width: 80px;
    padding: 6px 15px;
}

.product_adcart {
    opacity: 0;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 65px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    margin-top: 15px;
}

.single_product:hover .ratprice {
    opacity: 0;
}

.single_product:hover .product_adcart,
.single_new_arrive:hover .prodcut_hovcont {
    opacity: 1;
    margin-top: 0;
}

.single_product:hover .prodcut_hovcont {
    opacity: 1;
}

.product_area {
    padding: 50px 0;
    overflow-x: hidden;
}

/* banner ad */
.offer_banner_area img {
    width: 100%;
}

/* footer */
footer {
    background: #f3f3f3;
    padding: 56px 0;
}

footer.colored {
    background: #1F57A21a;
}

.footer_logo img {
    width: 120px;
}

.footet_text p {
    font-size: 15px;
    line-height: 1.5;
    color: #2B2D42;
    margin-bottom: 0;
    margin-top: 16px;
}

.footer_menu a {
    color: #2B2D42;
    font-size: 15px;
    display: block;
    text-decoration: none;
    line-height: 24px;
    margin-bottom: 12px;
}

.footer_menu a:last-child {
    margin-bottom: 0;
}

h4.footer_title {
    color: #2B2D42;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
    margin-top: 9px;
    text-transform: uppercase;
}

.download_img img {
    width: 150px;
}

.download_img a {
    margin-right: 20px;
}

.footer_social h5 {
    color: #FFFFFF;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 500;
}

.footer_icon a {
    width: 32px;
    height: 32px;
    font-size: 15px;
    display: block;
    border-radius: 50%;
    margin-right: 12px;
    text-align: center;
    line-height: 32px;
    color: #ffffff;
}

a.facebook {
    background: #3B5998;
}

a.twitter {
    background: #00ACEE;
}

a.instagram {
    background: #D53982;
}

.footer_menu a:hover {
    color: #1F57A2;
}

.footer_contact p {
    margin: 0;
    font-size: 15px;
    line-height: 1.5;
    color: #2B2D42;
    position: relative;
    padding-left: 32px;
    margin-bottom: 13px;
}

.footer_contact p span.txt {
    font-weight: 500;
}

.footer_contact .icn {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 17px;
}

.footer_icon {
    margin-top: 6px;
}

form.footernews_form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footernews_form button {
    padding: 6px 10px;
    border-radius: 0 5px 5px 0;
    min-width: 105px;
}

.footernews_form input {
    padding: 5px 15px;
    font-size: 13px;
    width: 230px;
    border: 1px solid #c7c7c7;
    border-right: 0;
    border-radius: 5px 0 0 5px;
    background-color: transparent;
    color: #2B2D42;
}

.footernews_form input:focus {
    border-color: #909090;
}

.footernews_form input::-webkit-input-placeholder {
    color: #a5a5a5;
}

.footernews_form input::-moz-placeholder {
    color: #a5a5a5;
}

.footernews_form input:-ms-input-placeholder {
    color: #a5a5a5;
}

.footernews_form input::-ms-input-placeholder {
    color: #a5a5a5;
}

.footernews_form input::placeholder {
    color: #a5a5a5;
}

.footer_newslet h4 {
    font-size: 18px;
    color: #2B2D42;
    margin-top: 24px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

footer.white {
    background: #ffffff;
    border: 1px solid #E9E4E4;
}

/* slider setting */
.product_slider {
    margin-left: -15px;
    margin-right: -15px;
}

.slick-slide:focus,
.slick-track:focus {
    outline: 0;
}

.banner_slider button.slick-arrow,
.product_slider_2 button.slick-arrow {
    position: absolute;
    z-index: 1;
    font-size: 25px;
    color: #2B2D42;
    top: 50%;
    left: 15px;
    border: none;
    background: transparent;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.banner_slider button.slick-arrow:hover {
    color: #1F57A2;
}

.banner_slider button.slick-next.slick-arrow,
.product_slider_2 button.slick-next.slick-arrow {
    left: auto;
    right: 15px;
}

/* custom checkbox */
.custom_check label {
    padding-left: 30px;
    position: relative;
    cursor: pointer;
}

.custom_check label:after {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    width: 16px;
    height: 16px;
    border: 1px solid #C5C4C4;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.custom_check .check_inp:checked + label:after {
    border: none;
    background-image: url('../images/check.png');
}

.custom_check.check_2 label:after {
    border: none;
    width: 18px;
    background-image: url('../images/checkbox-empty.png');

}

.custom_check.check_2 .check_inp:checked + label:after {
    background-image: url('../images/checkbox.png');
}

.custom_check.radio label:after {
    border: none;
    background-image: url('../images/radio-empty.png');
}

.custom_check.radio .check_inp:checked + label:after {
    background-image: url('../images/radio.png');
}

/* shop */
.shop_wrap {
    position: relative;
}

/* shop sidebar */
h4.filter_title {
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.shop_filter {
    padding-bottom: 16px;
    border-bottom: 1px solid #E9E4E4;
    margin-bottom: 16px;
}

.filter_list .custom_check {
    margin-bottom: 8px;
}

.filter_list .custom_check:last-child {
    margin-bottom: 0;
}

.custom_check p {
    font-size: 15px;
    line-height: 26px;
}

.view_filter .view_icon {
    font-size: 24px;
    width: 40px;
    height: 32px;
    border: 1px solid #C1C1C1;
    text-align: center;
    border-radius: 3px;
    margin-left: 10px;
    color: #717171;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.view_filter .view_icon.active {
    background-color: #1F57A2;
    border: 1px solid #1F57A2;
    color: #FFFFFF;
}

.sorting_filter .nice-select {
    border: 1px solid #C1C1C1;
    border-radius: 3px;
    width: 210px;
}

button#mobile_filter_btn {
    padding: 7px 10px;
    min-width: 150px;
}

.close_filter {
    font-size: 20px;
    position: absolute;
    right: 10px;
    top: 8px;
    cursor: pointer;
    color: #1F57A2;
}

/* price range slider */

.price-range-slider {
    width: 100%;
    margin-top: 25px;
}

.ui-widget.ui-widget-content {
    border: none;
    background: #DDDDDD;
    height: 8px;
}

.price-range-slider .range-bar .ui-slider-handle {
    -webkit-box-shadow: 0px 0px 154px rgba(0, 0, 0, 0.22),
    0px 0px 67.1344px rgba(0, 0, 0, 0.1485),
    0px 0px 25.025px rgba(0, 0, 0, 0.11),
    0px 0px 8.90312px rgba(0, 0, 0, 0.0715);
            box-shadow: 0px 0px 154px rgba(0, 0, 0, 0.22),
    0px 0px 67.1344px rgba(0, 0, 0, 0.1485),
    0px 0px 25.025px rgba(0, 0, 0, 0.11),
    0px 0px 8.90312px rgba(0, 0, 0, 0.0715);
    width: 18px;
    height: 18px;
    background-color: #FFFFFF;
    border-radius: 50%;
    cursor: pointer;
}

.price-range-slider .range-bar .ui-slider-handle:focus {
    outline: none;
}

.price-range-slider .range-bar .ui-slider-range {
    background-color: #1F57A2;
}

.price-range-slider .range-value {
    margin-top: 16px;
    margin-bottom: 0;
}

.price-range-slider .range-value input {
    border: none;
    font-size: 16px;
    font-weight: 500;
}

/* price-range-slider */

/* size select box */
.single_size_opt label {
    width: 24px;
    height: 24px;
    line-height: 24px;
    border: 1px solid #E9E4E4;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
    border-radius: 3px;
}

.single_size_opt .size_inp:checked + label {
    border: none;
    background: #fc3d57;
    /*color: #ffffff;*/
}

.color_selector .single_size_opt .size_inp:checked + label {
    border: 2px solid #eceef0;
    -webkit-box-shadow: 0 0 0 2px #1F57A2;
            box-shadow: 0 0 0 2px #1F57A2;
}

/* shop products */
.shop_products {
    margin-top: 24px;
}

.shop_products .single_product {
    margin-bottom: 30px;
}

/* pagination design */
.pagination_wrp .single_paginat {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    border: 1px solid #E9E4E4;
    text-align: center;
    margin: 0 5px;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.pagination_wrp {
    margin-top: 20px;
}

.pagination_wrp .single_paginat:hover,
.pagination_wrp .single_paginat.active {
    background: #fc3d57;
    color: #fff;
    border: 1px solid #fc3d57;
}

/* list product design */
.single_list_product .product_content {
    padding: 20px 30px 20px 0;
}

.single_list_product .product_content h5 {
    font-size: 20px;
    line-height: 33px;
    margin-bottom: 6px;
}

.single_list_product .price span.org_price {
    font-size: 18px;
}

.single_list_product .price span.prev_price {
    font-size: 16px;
}

.list_product_img img {
    width: 200px;
    height: 200px;
    -o-object-fit: contain;
       object-fit: contain;
}

.single_list_product {
    border: 1px solid #E9E4E4;
    margin-bottom: 30px;
}

p.product_list_desc {
    font-size: 16px;
    line-height: 24px;
    margin-top: 12px;
}

.list_product_img {
    background: #fafafa;
    min-height: 260px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 20px;
}

button.list_product_btn {
    border: 1px solid #1F57A2;
    background: #1F57A2;
    color: #fff;
    padding: 6px 15px;
    font-size: 13px;
    border-radius: 5px;
    margin-right: 10px;
    font-weight: 500;
    min-width: 135px;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
}

button.list_product_btn.disable {
    background: rgba(253, 61, 87, 0.74);
    cursor: not-allowed;
    border-color: rgba(253, 61, 87, 0.74);
}

button.list_product_btn.disable:hover {
    background-color: rgba(253, 61, 87, 0.74);
    color: #fff;
}

button.list_product_btn .icon {
    margin-right: 5px;
}

button.list_product_btn.wish {
    background: transparent;
    color: #1F57A2;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}
button.list_product_btn.wish:hover {
    background: #1F57A2;
    color: #fff;

}

button.list_product_btn:hover {
    background: transparent;
    color: #1F57A2;
}

/* shopping cart */
.shop_cart_title {
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0;
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 70px;
    background: #E9E4E4;
}

.shop_cart_title.wishlist_ttl span:first-child {
    width: 22%;
}

.shop_cart_title.wishlist_ttl span:nth-child(2) {
    width: 39%;
}

.single_shop_cart,
.cart_summary {
    border: 1px solid #E9E4E4;
    border-radius: 5px;
    padding: 20px;
    padding-bottom: 15px;
}

.single_shop_cart {
    margin-top: 24px;
}

.cart_summary {
    padding-bottom: 15px;
}

.cart_summary h4 {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 14px;
    font-weight: 600;
}

.cartsum_text p {
    margin-bottom: 5px;
}

.cart_img {
    max-width: 150px;
    background: transparent;
    margin-right: 30px;
}

.cart_img img {
    width: 100%;
    max-height: 105px;
    -o-object-fit: contain;
       object-fit: contain;
}

.cart_cont {
    width: 320px;
}

.shop_cart_wrap.wishlist .cart_cont {
    width: 400px;
}

.cart_cont h5 {
    font-size: 17px;
    margin-bottom: 12px;
    text-transform: uppercase;
    line-height: 1.4;
    font-weight: 500;
    color: #2B2D42;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.cart_cont h5:hover {
    color: #1F57A2;
}

.cart_cont p.price {
    font-size: 15px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    color: #1F57A2;
    margin-bottom: 0px;
}

.cart_qnty .cart_qnty_btn {
    font-size: 17px;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    cursor: pointer;
    border: 1px solid #E9E4E4;
}

.cart_qnty .cart_count {
    font-size: 14px;
    width: 42px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border: 1px solid #E9E4E4;
    border-left: 0;
    border-right: 0;
}

.cart_price p {
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    color: #1F57A2;
}

.cart_remove {
    font-size: 16px;
    cursor: pointer;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.cart_remove:hover {
    color: #1F57A2;
}

.cart_qnty_btn:hover {
    background: #dadada;
}

.cart_price {
    min-width: 100px;
    text-align: right;
}

.cart_sum_total p {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}

.cart_sum_total {
    padding-top: 12px;
    border-top: 1px solid #E9E4E4;
    margin-bottom: 5px;
    margin-top: 4px;
}

.cart_sum_coupon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
}

.cart_sum_coupon input {
    width: 65%;
    border-radius: 5px 0 0 5px;
    border: 1px solid #E9E4E4;
    font-size: 13px;
    padding: 5px 10px;
}

.cart_sum_coupon button {
    width: 35%;
    border: none;
    background: #1F57A2;
    border-radius: 0 5px 5px 0;
    color: #ffffff;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    border: 1px solid #1F57A2;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.cart_sum_coupon button:hover {
    background: transparent;
    color: #1F57A2;
}

.cart_sum_pros button {
    width: 100%;
    border: 1px solid #1F57A2;
    background: #1F57A2;
    text-align: center;
    color: #fff;
    padding: 8px 10px;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.cart_sum_pros {
    margin-bottom: 10px;
}

.cart_sum_pros button:hover {
    background: transparent;
    color: #1F57A2;
}

.wishlist .cart_cont h5 {
    margin-bottom: 0;
}

.cart_cont .instock {
    margin-bottom: 0;
    font-size: 14px;
    color: #464545;
}

.cart_cont .instock span {
    color: #28A745;
}

.cart_cont .instock span.outstock {
    color: #1F57A2;
}

.shop_cart_title.sopcart_ttl span:first-child {
    width: 57%;
}

.shop_cart_title.sopcart_ttl {
    padding-left: 180px;
}

.shop_cart_title.sopcart_ttl span:nth-child(2) {
    width: 22%;
}

/* breadcrums */
.breadcrumbs a {
    color: #1F57A2;
    font-size: 16px;
    position: relative;
    display: block;
    margin-right: 25px;
}

.breadcrumbs {
    padding: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.breadcrumbs a:not(.active):after {
    content: '\f105';
    position: absolute;
    right: -17px;
    top: 1px;
    font-family: "Line Awesome Free";
    font-weight: 900;
    font-size: 13px;
    color: #2B2D42;
}

.breadcrumbs a.active {
    color: #2B2D42;
    margin-right: 0;
}

/* product view page */
.single_viewslider img {
    width: 100%;
    border-radius: 2px;
    background-color: #eceef0;
    height: 460px;
    -o-object-fit: contain;
       object-fit: contain;
}

.single_viewslid_nav img {
    width: 100%;
    height: 80px;
    -o-object-fit: contain;
       object-fit: contain;
    background: #eceef0;
}

.product_viewslid_nav {
    margin-top: 15px;
}

.single_viewslid_nav {
    padding: 0 7px;
}

.product_viewslid_nav {
    margin-left: -7px;
    margin-right: -7px;
}

.product_quickview .product_viewslid_nav {
    margin-right: -4px;
}

.product_viewslid_nav button.slick-arrow {
    border: none;
    border-radius: 0;
    top: 50%;
    left: 6px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-box-shadow: 0px 5px 11px rgba(0, 0, 0, 0.32);
            box-shadow: 0px 5px 11px rgba(0, 0, 0, 0.32);
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    position: absolute;
    z-index: 1;
}

.product_viewslid_nav:hover button.slick-arrow {
    opacity: 1;
}

.product_viewslid_nav button.slick-next.slick-arrow {
    left: auto;
    right: 5px;
}

.single_viewslid_nav.slick-current img {
    border-color: #1F57A2;
}

.product_base_info h1 {
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 10px;
}

.product_top_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.product_delevary_info {
    width: 226px;
}

.product_base_info .price {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 8px;
}

.product_base_info .price span.prev_price {
    font-size: 16px;
    font-weight: 500;
}

.product_base_info .rating {
    margin-bottom: 6px;
}

.brand_info {
    margin-bottom: 12px;
    font-size: 16px;
}

.brand_info span {
    margin-right: 10px;
}

.size_selector h5 {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 6px;
}

.product_base_info .cart_qnty p {
    font-size: 16px;
    margin-bottom: 0;
    margin-right: 15px;
}

.delivery_opts {
    background: #F1F1F1;
    padding: 18px 15px;
    margin-bottom: 3px;
}

.delivery_opts h4 {
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
}

.single_delivery_opt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 15px;
}

.delivery_icon img {
    width: 18px;
}

.delivery_icon {
    width: 38px;
}

.delivery_content h5 {
    font-size: 14px;
    margin-bottom: 0;
    line-height: 20px;
}

.delivery_content p {
    font-size: 12px;
    margin: 0;
    line-height: 16px;
}

.delivery_cost {
    margin-left: auto;
    font-size: 13px;
    font-weight: 600;
}

.product_buttons {
    padding: 20px 0;
    border-bottom: 1px solid #E9E4E4;
    margin-top: 6px;
    margin-bottom: 14px;
}

.product_other_info {
    margin-top: 14px;
}

.product_info_wrapper .share_icons.footer_icon a {
    color: #2B2D42;
    border: 1px solid #E9E4E4;
}

.product_info_wrapper .share_icons.footer_icon a:hover {
    background: #E9E4E4;
}

.product_other_info p {
    margin-bottom: 7px;
    font-size: 16px;
    line-height: 26px;
}

.product_other_info p span {
    font-weight: 600;
    margin-right: 10px;
}

.share_icons.footer_icon a {
    height: 32px;
    width: 32px;
    font-size: 16px;
    line-height: 32px;
    margin-right: 12px;
}

.pv_tab_buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    border-bottom: 1px solid #F0F0F0;
    margin-bottom: 32px;
}

.pbt_single_btn {
    padding: 10px 15px;
    border: 1px solid #2B2D42;
    border-radius: 5px 5px 0 0;
    border-bottom: none;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 19px;
    font-weight: 500;
    margin-right: 8px;
    cursor: pointer;
}

.pbt_single_btn.active {
    border-color: #1F57A2;
    color: #1F57A2;
}

.pbt_info_text p {
    font-size: 15px;
    line-height: 1.5;
    color: #393838;
    margin-bottom: 16px;
}

.pbt_info_table {
    margin-top: 24px;
}

.pbtit_single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #B2B2B2;
}

.pbtit_single:not(:last-child) {
    border-bottom: none;
}

.pbtit_single p {
    margin-bottom: 0;
    font-size: 14px;
    -height: 18px;
    padding: 12px 15px;
}

.pbtit_single .specs {
    min-width: 190px;
    border-right: 1px solid #B2B2B2;
}

.pb_tab_content {
    display: none;
}

.pb_tab_content.active {
    display: block;
}

.pb_tab_content.qna h4 {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 0;
}

.pbqna_wrp {
    border-bottom: 1px solid #F0F0F0;
    padding: 16px 0;
}

.single_pbqna {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.pbqna_content h5 {
    margin: 0;
    font-size: 17px;
    line-height: 1.5;
    color: #393838;
}

.pbqna_content p {
    font-size: 12px;
    line-height: 1.5;
    color: #7D7979;
    margin: 0;
}

.pbqna_icon {
    width: 40px;
}
.pbqna_icon i {
    font-size: 20px;
}
.single_pbqna:first-child {
    margin-bottom: 8px;
}

.pbqna_form textarea {
    width: 100%;
    display: block;
    margin-bottom: 25px;
    border: 1px solid #2B2D42;
    border-radius: 5px;
    min-height: 110px;
    padding: 20px;
}

.pbqna_form {
    margin-top: 24px;
}

.review_rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.total_rating {
    margin-right: 50px;
}

.trating_number .avrage {
    font-family: 'Roboto', sans-serif;
    font-size: 35px;
    line-height: 41px;
    font-weight: 500;
}

.trating_number .from {
    font-size: 35px;
    line-height: 27px;
    font-family: 'Roboto', sans-serif;
    padding-top: 7px;
    margin-left: 4px;
}

.trating_number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.trating_count {
    color: #9E9EA0;
    font-size: 13px;
    line-height: 18px;
}

.rating_pbox {
    width: 150px;
    height: 8px;
    background: #EFF0F5;
    margin-left: 14px;
    margin-right: 8px;
    border-radius: 2px;
}

.rating_pbox span {
    height: 8px;
    background: #FACA51;
    display: block;
    width: 0;
}

.review_filters {
    width: 160px;
}

.review_filters {
    width: 160px;
}

.review_header {
    padding-bottom: 0px;
    margin-top: 24px;
}

.single_review_wrp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.review_avatar img {
    width: 70px;
    height: 70px;
    -o-object-fit: contain;
       object-fit: contain;
    border-radius: 50%;
}

.review_avatar {
    margin-right: 30px;
}

.single_review_wrp {
    margin-top: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #F0F0F0;
}

.review_content h5 {
    font-size: 16px;
}

.review_date {
    font-size: 12px;
    color: #A1A2A3;
    line-height: 15px;
    margin-bottom: 10px;
    margin-top: 4px;
}

.review_body p {
    margin-bottom: 15px;
    color: #393838;
    line-height: 1.5;
    font-size: 16px;
}

.review_imgs img {
    width: 70px;
    height: 55px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid #A39E9E;
    border-radius: 5px;
    margin-right: 10px;
    cursor: pointer;
}

.add_review_form {
    margin-top: 50px;
}

.add_review_form h4 {
    font-size: 25px;
    line-height: 1.5;
    margin-bottom: 5px;
}

.add_review_form .rating_star {
    margin-bottom: 15px;
}

.add_review_form .rating_star span {
    cursor: pointer;
}

.add_review_form textarea {
    width: 100%;
    border-radius: 5px;
    padding: 15px;
    min-height: 120px;
    display: block;
}

.add_review_form .files_inp {
    max-width: 470px;
}

.add_review_form .review_submit {
    margin-top: 30px;
}

/* =========================
   CHECKOUT PAGE FULL FIX
   ========================= */
/* =========================
   CHECKOUT PAGE FINAL FIX
   Desktop right column fixed
   ========================= */
/* =========================================
   WOOCOMMERCE CHECKOUT FINAL STABLE CSS
   Replace old checkout CSS with this only
   ========================================= */

/* global safe box sizing */
.woocommerce-checkout *,
.woocommerce-checkout *::before,
.woocommerce-checkout *::after {
    box-sizing: border-box;
}

/* main wrapper */
/*.woocommerce-checkout .woocommerce form.checkout {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 30px;
}*/

/* remove bad inherited bootstrap widths inside checkout */
/*.woocommerce-checkout .col-1,
.woocommerce-checkout .col-2,
.woocommerce-checkout .col2-set,
.woocommerce-checkout #customer_details,
.woocommerce-checkout #order_review,
.woocommerce-checkout #order_review_heading {
    float: none !important;
    max-width: 100%;
}*/

/* desktop columns */
.woocommerce-checkout .col2-set,
.woocommerce-checkout #customer_details {
    width: calc(58% - 15px) !important;
    flex: 0 0 calc(58% - 15px);
    margin: 0 !important;
}

/*.woocommerce-checkout #order_review_heading,
.woocommerce-checkout #order_review {
    width: calc(42% - 15px) !important;
    flex: 0 0 calc(42% - 15px);
    margin: 0 !important;
}*/

/* heading above order review */
.woocommerce-checkout #order_review_heading {
    font-size: 24px;
    line-height: 1.3;
    font-weight: 700;
    color: #101828;
    margin-bottom: -12px !important;
}

/* cards */
.woocommerce-checkout .col2-set,
.woocommerce-checkout #order_review {
    background: #fff;
    border: 1px solid #e9e4e4;
    border-radius: 12px;
    padding: 22px;
    box-shadow: 0 4px 18px rgba(16, 24, 40, 0.05);
}

/* left internal columns full width */
.woocommerce-checkout .col2-set .col-1,
.woocommerce-checkout .col2-set .col-2 {
    width: 100% !important;
    flex: 0 0 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* section headings */
.woocommerce-checkout h3 {
    font-size: 24px;
    line-height: 1.3;
    font-weight: 700;
    margin: 0 0 18px;
    color: #101828;
}

/* form rows */
.woocommerce-checkout form .form-row {
    width: 100%;
    margin: 0 0 16px !important;
    padding: 0 !important;
    clear: none;
}

.woocommerce-checkout form .form-row-first,
.woocommerce-checkout form .form-row-last {
    width: calc(50% - 8px) !important;
    float: left !important;
}

.woocommerce-checkout form .form-row-first {
    margin-right: 16px !important;
}

.woocommerce-checkout form .form-row-last {
    margin-right: 0 !important;
}

.woocommerce-checkout form .form-row-wide {
    width: 100% !important;
    clear: both !important;
}

/* labels */
.woocommerce-checkout form .form-row label {
    display: block;
    font-size: 14px;
    line-height: 1.45;
    margin-bottom: 8px;
    font-weight: 600;
    color: #111827;
}

.woocommerce-checkout form .form-row label .required {
    color: #1F57A2;
}

/* inputs */
.woocommerce-checkout form .input-text,
.woocommerce-checkout form select,
.woocommerce-checkout form textarea {
    width: 100% !important;
    display: block;
    height: 50px;
    padding: 0 15px;
    border: 1px solid #d0d5dd;
    border-radius: 10px;
    background: #fff;
    font-size: 15px;
    color: #101828;
    box-shadow: none;
    margin: 0;
    transition: all 0.25s ease;
}

.woocommerce-checkout form textarea {
    min-height: 120px;
    height: 120px;
    padding: 14px 15px;
    resize: vertical;
}

.woocommerce-checkout form .input-text:focus,
.woocommerce-checkout form select:focus,
.woocommerce-checkout form textarea:focus {
    border-color: #1F57A2;
    outline: none;
    box-shadow: 0 0 0 3px rgba(31, 87, 162, 0.10);
}

/* select2 */
.woocommerce-checkout .select2-container {
    width: 100% !important;
}

.woocommerce-checkout .select2-container .select2-selection--single {
    height: 50px !important;
    border: 1px solid #d0d5dd !important;
    border-radius: 10px !important;
    background: #fff !important;
}

.woocommerce-checkout .select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 48px !important;
    padding-left: 15px !important;
    padding-right: 35px !important;
    font-size: 15px !important;
    color: #101828 !important;
}

.woocommerce-checkout .select2-container .select2-selection--single .select2-selection__arrow {
    height: 48px !important;
    right: 10px !important;
}

/* coupon/info */
.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info,
.woocommerce-checkout .woocommerce-info {
    border: 1px solid #dbe7ff;
    background: #f7faff;
    color: #1F57A2;
    border-radius: 10px;
    padding: 14px 16px;
    font-size: 14px;
    margin-bottom: 18px;
}

.woocommerce-checkout form.checkout_coupon {
    width: 100%;
    border: 1px solid #e9e4e4;
    border-radius: 12px;
    padding: 16px;
    margin: 12px 0 20px;
    background: #fff;
}

/* order table */
.woocommerce-checkout #order_review table.shop_table {
    width: 100%;
    border: none;
    margin: 0;
    border-collapse: collapse;
    table-layout: fixed;
}

.woocommerce-checkout #order_review table.shop_table th,
.woocommerce-checkout #order_review table.shop_table td {
    padding: 12px 0;
    border-top: 1px solid #e9e4e4;
    font-size: 14px;
    color: #344054;
    vertical-align: top;
}

/* header */
.woocommerce-checkout #order_review table.shop_table thead th {
    border-top: none;
    padding-top: 0;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: .4px;
    color: #101828;
}

.woocommerce-checkout #order_review table.shop_table thead th:first-child {
    text-align: left;
}

.woocommerce-checkout #order_review table.shop_table thead th:last-child {
    text-align: right;
}

/* body rows */
.woocommerce-checkout #order_review table.shop_table tbody th,
.woocommerce-checkout #order_review table.shop_table tbody td {
    font-weight: 500;
}

.woocommerce-checkout #order_review table.shop_table tbody td {
    text-align: right;
    white-space: nowrap;
}

/* subtotal total rows */
.woocommerce-checkout #order_review table.shop_table tfoot th {
    text-align: left !important;
    font-weight: 600;
    font-size: 15px;
    color: #101828;
    width: 60%;
}

.woocommerce-checkout #order_review table.shop_table tfoot td {
    text-align: right !important;
    font-weight: 600;
    font-size: 15px;
    color: #101828;
    width: 40%;
    white-space: nowrap;
}

.woocommerce-checkout #order_review table.shop_table tfoot tr th,
.woocommerce-checkout #order_review table.shop_table tfoot tr td {
    padding: 12px 0;
    border-top: 1px solid #e9e4e4;
}

.woocommerce-checkout #order_review table.shop_table .order-total th,
.woocommerce-checkout #order_review table.shop_table .order-total td {
    font-size: 18px;
    font-weight: 700;
    color: #111827;
}

/* payment */
.woocommerce-checkout #payment {
    background: #fff;
    border-top: 1px solid #e9e4e4;
    margin-top: 18px;
    padding-top: 18px;
}

.woocommerce-checkout #payment ul.payment_methods {
    border: none;
    padding: 0;
    margin: 0 0 15px;
}

.woocommerce-checkout #payment ul.payment_methods li {
    list-style: none;
    margin-bottom: 12px;
    padding: 12px 14px;
    border: 1px solid #e9e4e4;
    border-radius: 10px;
    background: #fafafa;
}

.woocommerce-checkout #payment div.payment_box {
    background: #f8fafc;
    color: #475467;
    border-radius: 10px;
    padding: 12px 14px;
    margin-top: 10px;
    font-size: 14px;
}

.woocommerce-checkout #payment div.payment_box::before {
    border-bottom-color: #f8fafc;
}

/* button */
.woocommerce-checkout #payment #place_order,
.woocommerce-checkout .button.alt,
.woocommerce-checkout button.button.alt {
    width: 100%;
    min-height: 52px;
    border: none;
    border-radius: 12px;
    background: #1F57A2;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 14px 20px;
    box-shadow: none;
    transition: all 0.25s ease;
}

.woocommerce-checkout #payment #place_order:hover,
.woocommerce-checkout .button.alt:hover,
.woocommerce-checkout button.button.alt:hover {
    background: #174785;
    color: #fff;
}

/* text */
.woocommerce-checkout .woocommerce-privacy-policy-text,
.woocommerce-checkout .place-order p {
    font-size: 13px;
    line-height: 1.6;
    color: #667085;
}

/* radios / checkbox */
.woocommerce-checkout input[type="checkbox"],
.woocommerce-checkout input[type="radio"] {
    width: 16px;
    height: 16px;
    min-width: 16px;
    margin-right: 8px;
    position: relative;
    top: 1px;
}

/* tablet */
@media (max-width: 991px) {
    .woocommerce-checkout .woocommerce form.checkout {
        display: block;
    }

    .woocommerce-checkout .col2-set,
    .woocommerce-checkout #customer_details,
    .woocommerce-checkout #order_review_heading,
    .woocommerce-checkout #order_review {
        width: 100% !important;
        flex: unset !important;
        float: none !important;
        margin: 0 !important;
    }

    .woocommerce-checkout #order_review_heading {
        margin-top: 24px !important;
        margin-bottom: 12px !important;
    }

    .woocommerce-checkout .col2-set,
    .woocommerce-checkout #order_review {
        padding: 18px;
    }
}

/* mobile */
@media (max-width: 767px) {
    .woocommerce-checkout h3,
    .woocommerce-checkout #order_review_heading {
        font-size: 20px;
        margin-bottom: 14px;
    }

    .woocommerce-checkout .col2-set,
    .woocommerce-checkout #order_review,
    .woocommerce-checkout form.checkout_coupon {
        padding: 14px;
        border-radius: 10px;
    }

    .woocommerce-checkout form .form-row,
    .woocommerce-checkout form .form-row-first,
    .woocommerce-checkout form .form-row-last,
    .woocommerce-checkout form .form-row-wide {
        width: 100% !important;
        float: none !important;
        clear: both !important;
        margin-right: 0 !important;
    }

    .woocommerce-checkout form .input-text,
    .woocommerce-checkout form select,
    .woocommerce-checkout form textarea {
        height: 48px;
        font-size: 14px;
        border-radius: 10px;
        padding-left: 14px;
        padding-right: 14px;
    }

    .woocommerce-checkout form textarea {
        min-height: 110px;
        height: 110px;
        padding-top: 12px;
    }

    .woocommerce-checkout .select2-container .select2-selection--single {
        height: 48px !important;
    }

    .woocommerce-checkout .select2-container .select2-selection--single .select2-selection__rendered {
        line-height: 46px !important;
        font-size: 14px !important;
        padding-left: 14px !important;
    }

    .woocommerce-checkout #order_review table.shop_table th,
    .woocommerce-checkout #order_review table.shop_table td {
        font-size: 13px;
        padding: 10px 0;
    }

    .woocommerce-checkout #order_review table.shop_table .order-total th,
    .woocommerce-checkout #order_review table.shop_table .order-total td {
        font-size: 16px;
    }

    .woocommerce-checkout #payment #place_order,
    .woocommerce-checkout .button.alt,
    .woocommerce-checkout button.button.alt {
        min-height: 50px;
        font-size: 15px;
        border-radius: 10px;
    }
}

/* very small mobile */
@media (max-width: 480px) {
    .woocommerce-checkout .col2-set,
    .woocommerce-checkout #order_review,
    .woocommerce-checkout form.checkout_coupon {
        padding: 12px;
    }

    .woocommerce-checkout h3,
    .woocommerce-checkout #order_review_heading {
        font-size: 18px;
    }

    .woocommerce-checkout form .form-row label {
        font-size: 13px;
    }

    .woocommerce-checkout form .input-text,
    .woocommerce-checkout form select {
        font-size: 13px;
    }

    .woocommerce-checkout #payment #place_order,
    .woocommerce-checkout .button.alt,
    .woocommerce-checkout button.button.alt {
        font-size: 14px;
    }
}


/* ===== Desktop only: order section right side fix ===== */
@media (min-width: 992px) {

    .woocommerce-checkout form.checkout {
        position: relative;
        display: block !important;
    }

    /* left billing section */
    .woocommerce-checkout #customer_details,
    .woocommerce-checkout .col2-set {
        width: 60% !important;
        float: left !important;
        clear: none !important;
        margin: 0 !important;
    }

    /* right heading */
    .woocommerce-checkout #order_review_heading {
        width: 36% !important;
        float: right !important;
        clear: right !important;
        margin: 0 0 12px 0 !important;
    }

    /* right order box */
    .woocommerce-checkout #order_review {
        width: 36% !important;
        float: right !important;
        clear: right !important;
        margin: 0 !important;
    }

    /* left inner cols full width */
    .woocommerce-checkout .col2-set .col-1,
    .woocommerce-checkout .col2-set .col-2 {
        width: 100% !important;
        float: none !important;
        max-width: 100% !important;
    }

    /* clear floats */
    .woocommerce-checkout form.checkout::after {
        content: "";
        display: block;
        clear: both;
    }
}
/*Done checkout*/










/* order complete page */
.order_complete {
    margin-top: 40px;
    text-align: center;
}

.complete_icon img {
    width: 70px;
}

.complete_icon {
    margin-bottom: 25px;
}

.order_complete_content h4 {
    font-family: Roboto;
    font-weight: 500;
    font-size: 32px;
    line-height: 1.5;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.order_complete_content p {
    font-size: 16px;
    line-height: 1.5;
}

.order_complete_btn {
    margin-top: 30px;
}

/* payment design */
.payment_method_options {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.single_payment_method {
    width: 150px;
    height: 107px;
    border: 1px solid #E9E4E4;
    border-radius: 5px;
    margin-right: 20px;
    text-align: center;
    position: relative;
    margin-bottom: 30px;
    z-index: 1;
    cursor: pointer;
}

.sp_img {
    height: 69px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.single_payment_method .sp_text {
    font-size: 13px;
    color: #393838;
    font-weight: 500;
}

.single_payment_method.active {
    border: 1px solid #1F57A2;
}

.single_payment_method.active::after {
    content: '\f00c';
    position: absolute;
    right: -8px;
    top: -8px;
    font-family: 'Line Awesome Free';
    font-weight: 900;
    color: #fff;
    font-size: 10px;
    z-index: 2;
    background: #1F57A2;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
}

.payment_methods {
    padding: 15px 25px 35px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.06);
    border-radius: 5px;
    display: none;
}

.payment_methods.active {
    display: block;
}

.payment_method_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.payment_method_title h4 {
    margin: 0;
    color: #393838;
    font-size: 16px;
    line-height: 1.5;
}

.payment_method_img img {
    margin-left: 5px;
}

.cash_on_text p {
    width: 70%;
    margin: 0 auto;
    margin-bottom: 15px;
}

/* comming soon */
.comming_soon {
    padding-top: 250px;
    padding-bottom: 250px;
}

/* home page 2 */

/* home 2 header and nav  */
header.home-2 {
    padding: 12px 0;
}

nav.home-2 {
    background: #1F57A2;
    padding: 0;
}

.home-2 .all_category {
    background: #2B2D42;
    border-radius: 5px;
}

.home-2 .all_category .bars {
    padding: 10px 15px;
}

.home-2 .search_category {
    border-right: 1px solid #2B2D42;
}

.home-2 .search_subimt button {
    background: #2B2D42;
    border-radius: 0 5px 5px 0;
}

.home-2 .header_icon a.icon_wrp {
    color: #fff;
    padding: 12px 0;
}

.home-2 .header_icon a.icon_wrp span {
    color: #fff;
}

.home-2 .header_icon a.icon_wrp .pops {
    background: #2B2D42;
    top: 5px;
}

.home-2 .sub_categories.active {
    opacity: 1;
    visibility: visible;
    margin-top: 10px;
}

.home-2 .all_category:hover .sub_categories {
    margin-top: 10px;
}

.home-2 .nav_bar > li > a {
    color: #2b2d42;
    font-weight: 500;
    padding-bottom: 10px;
}

.home-2 .nav_bar {
    margin-left: 65px;
}

.home-2 .nav_bar > li:hover > a {
    color: #1F57A2;
}

.home_2_hero {
    margin-left: 205px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.home_2_hero .hero_content h1 {
    font-size: 40px;
    line-height: 40px;
    font-weight: 500;
    margin-bottom: 15px;
}

.home_2_hero .hero_content p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 5px;
}

.home_2_hero .hero_btn {
    margin-top: 30px;
}

.home_2_hero .hero_img img {
    max-height: 280px;
    /*-o-object-fit: contain;*/
       object-fit: cover;
}

.home_2_hero .hero_content {
    padding: 113px 0;
    padding-left: 110px;
}

.home-2 .tophead_items .nice-select {
    font-weight: 500;
}

.home-2 .tophead_items .nice-select .current {
    font-size: 14px;
}

/* mobile design */
.mobile_logo img {
    width: 120px;
}

.mobile_bottombar .header_icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
}

.mobile_bottombar {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #1F57A2;
    border-top: 1px solid #cacaca;
    padding: 12px 0px;
    z-index: 8;
}

span.sidebarclose {
    position: absolute;
    right: 15px;
    font-size: 20px;
    color: #FFFFFF;
    cursor: pointer;
}

.home_2_hero ul.slick-dots button,
.banner_slider ul.slick-dots button {
    display: none;
}

.home_2_hero ul.slick-dots li,
.banner_slider ul.slick-dots li {
    border: 2px solid #1F57A2;
    background: transparent;
    line-height: 0;
    font-size: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
    margin: 0 2px;
}

.home_2_hero ul.slick-dots li.slick-active,
.banner_slider ul.slick-dots li.slick-active {
    background: #1F57A2;
}

.home_2_hero ul.slick-dots,
.banner_slider ul.slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: 16px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}

.mobile_bottombar .header_icon a.icon_wrp {
    padding: 0;
}

.banner_slider ul.slick-dots {
    bottom: 25px;
}

/* footer copyright */
.copyright_wrap {
    background: #2B2D42;
    padding: 12px 0;
}

.copyright_text {
    font-size: 16px;
    color: #F9F9F9;
    margin-bottom: 0;
}

.payment_method {
    text-align: right;
}

.payment_method img {
    width: 333px;
    display: inline-block;
}

/* mobile search */
.mobile_search_bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9;
    padding: 30px;
    visibility: hidden;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.mobile_search_bar.active {
    visibility: visible;
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
}

.mobile_search_text p {
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 12px;
    color: #8a8a8a;
}

.mobile_search_text {
    position: relative;
}

.close_mbsearch {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    font-size: 20px;
}

.mobile_search_bar form input {
    width: 100%;
    display: block;
    border: none;
    border-bottom: 1px solid #c3c3c3;
    padding: 5px 10px;
    padding-left: 0;
    font-size: 18px;
    color: #2B2D42;
}

.mobile_search_bar form {
    position: relative;
}

.mobile_search_bar form button {
    position: absolute;
    right: 0;
    top: 3px;
    border: none;
    background: transparent;
}

.single_sresult_product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 8px 0;
    border-bottom: 1px solid #ebebeb;
}

.sresult_img {
    width: 90px;
    padding: 10px;
}

.sresult_img img {
    width: 100%;
    height: 50px;
    -o-object-fit: contain;
       object-fit: contain;
}

.sresult_content h4 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 6px;
    color: #2B2D42;
}

.search_result_product {
    height: calc(100vh - 160px);
    overflow-y: auto;
    padding-top: 16px;
}

.mobile_search_bar form input:focus {
    border-bottom: 1px solid #696969;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
}

.sresult_content a {
    color: #2B2D42;
}

.sresult_content a:hover {
    color: #1F57A2;
}

.sresult_content {
    padding-left: 8px;
}

/* top ranking */
.section_title_2 {
    font-family: Roboto;
    font-weight: 500;
    font-size: 32px;
    line-height: 1.5;
    text-transform: capitalize;
    color: #2B2D42;
    margin-bottom: 30px;
}

.single_topr_title {
    font-size: 18px;
    margin-top: 30px;
    font-weight: 500;
}

.single_top_ranking {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 20px;
}

.topr_img {
    width: 105px;
    background-color: #F2F0F0;
    position: relative;
    border-radius: 5px;
    padding: 10px;
}

.topr_img img {
    width: 100%;
    height: 75px;
    -o-object-fit: contain;
       object-fit: contain;
}

.topr_img .tag {
    position: absolute;
    top: 0;
    right: 0;
    width: 24px;
    height: 18px;
    background: #1F57A2;
    text-align: center;
    line-height: 20px;
    color: #fff;
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 12px;
    border-radius: 0 5px 0 5px;
}

.topr_content h4 {
    font-family: Roboto;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 6px;
}

.topr_content {
    padding-left: 15px;
}

.topr_content .rating_star span {
    font-size: 12px;
    margin-right: 0;
}

.topr_content .rating_count {
    font-size: 12px;
}

.topr_content .price {
    margin-bottom: 0;
    line-height: 1;
}

.topr_content a {
    color: #2b2d42;
}

.topr_content a:hover {
    color: #1F57A2;
}

/* new arrivale */
.single_new_arrive {
    border: 1px solid #DDDDDD;
    border-radius: 5px;
}

.sna_img {
    position: relative;
    background-color: #f3f3f3;
    padding: 30px 20px;
    border-radius: 5px 5px 0 0;
}

.sna_img img.prd_img {
    width: 100%;
    height: 130px;
    -o-object-fit: contain;
       object-fit: contain;
}

.sna_content {
    padding: 20px 20px;
    height: 125px;
    overflow: hidden;
    position: relative;
}

.sna_content a {
    color: #2B2D42;
}

.sna_content a:hover {
    color: #1F57A2;
}

.sna_content h4 {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 5px;
}

.sna_content .price {
    margin-bottom: 2px;
}

.sna_content .default_btn {
    padding: 7px 15px;
    min-width: 235px;
}

.single_new_arrive:hover .product_adcart {
    opacity: 1;
    margin-top: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.single_new_arrive .product_adcart {
    left: 20px;
    top: 56px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
}

.single_new_arrive:hover .ratprice {
    opacity: 0;
}

.sna_img .tag {
    position: absolute;
    left: 0;
    top: 0;
    padding: 8px 10px;
    background: #ED0020;
    border-radius: 5px 0 5px 0;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    z-index: 2;
}

.ratprice {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

/* home 1 account */
.all_category.otherpage .sub_categories_wrp {
    position: absolute;
    width: 100%;
    padding-top: 9px;
}

.all_category.otherpage:hover .sub_categories {
    margin-top: 0;
}

/* download app */
.download_bg {
    background-color: #f3f3f3;
}

.download_cont {
    padding-top: 90px;
    padding-bottom: 105px;
}
.download_left img{
    height: 100%;
    max-height: 450px;
    object-fit: contain;
}
.subscribe_form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

form.subscribe_form input {
    width: 100%;
    background: #fff;
    border-radius: 5px 0 0 5px;
    border: 1px solid #1F57A2;
    border-right: none;
    font-size: 14px;
    padding: 11px 20px;
}

.subscribe_form button {
    min-width: 120px;
    background: #1F57A2;
    color: #fff;
    border: 1px solid #1F57A2;
    border-radius: 0 5px 5px 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.download_cont form button:hover {
    background: transparent;
    color: #1F57A2;
}

.download_links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 35px;
}

.download_links img {
    width: 120px;
    border-radius: 5px;
}

/* my account */
.account_profile {
    padding: 8px 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 24px;
}

.acprof_img img {
    width: 100%;
}

.acprof_img {
    width: 50px;
    padding: 5px;
    border: 1px solid #E9E4E4;
    border-radius: 50%;
}

.acprof_cont {
    padding-left: 16px;
}

.acprof_cont p {
    font-size: 15px;
    margin-bottom: 0;
}

.acprof_cont h4 {
    font-size: 17px;
    font-weight: 500;
    margin: 0;
}

.acprof_wrap {
    padding: 24px 16px;
}

.acprof_links a {
    display: block;
    padding-left: 32px;
    font-size: 15px;
    line-height: 22px;
    color: #2B2D42;
    margin-bottom: 8px;
    position: relative;
}

.acprof_links a h4 {
    font-size: 18px;
    margin-bottom: 0;
}

.acprof_links a h4 i {
    position: absolute;
    left: 0;
    top: 0;
    width: 17px;
    font-size:22px;
}

.acprof_links {
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #E9E4E4;
}

.acprof_links a:last-child {
    margin-bottom: 0;
}

.acprof_links a.active,
.acprof_links a:hover {
    color: #1F57A2;
}

.acprof_links:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.prof_info_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 16px;
}

.prof_info_title h4 {
    margin: 0;
    font-size: 18px;
    line-height: 24px;
}

.single_prof_info {
    padding: 24px;
    min-height: 225px;
}

.prof_info_title a {
    color: #1F57A2;
}

.prof_info_title a:hover {
    text-decoration: underline;
}

.prfo_info_cont p {
    margin-bottom: 0px;
}

.prof_recent_order {
    margin-top: 40px;
    padding: 32px 24px;
}

.prof_recent_order h4 {
    font-size: 18px;
    line-height: 21px;
}

.single_prof_recorder {
    border: 1px solid #E9E4E4;
    margin-top: 24px;
    padding: 32px 24px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4] 130px;
    grid-template-columns: repeat(4, 1fr) 130px;
    grid-row-gap: 24px;
    padding-bottom: 22px;
}

.prorder_btn {
    -ms-grid-column: 5;
        grid-column-start: 5;
    -ms-grid-column-span: 1;
    grid-column-end: 6;
    -ms-grid-row-align: center;
        align-self: center;
}

.prorder_img {
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-column-span: 4;
    grid-column-end: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.prorder_img img {
    width: 80px;
    height: 50px;
    -o-object-fit: contain;
       object-fit: contain;
    margin-right: 16px;
}

.prorder_btn a {
    color: #1F57A2;
    font-size: 16px;
    border: 1px solid #1F57A2;
    border-radius: 3px;
    padding: 8px 24px;
    font-weight: 500;
    font-family: 'Roboto';
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}
.prorder_btn a:hover {
    background: #1F57A2;
    color: #fff;
}
.prorder_txt h5 {
    font-size: 16px;
    margin-bottom: 6px;
}

.prorder_txt p {
    font-size: 15px;
    margin: 0;
}

.profile_hambarg {
    position: absolute;
    right: 24px;
    top: 18px;
    font-size: 22px;
    color: #2b2d42;
    cursor: pointer;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    border: 1px solid #1F57A2;
    height: 32px;
    width: 32px;
    border-radius: 3px;
    text-align: center;
    line-height: 32px;
}

.profile_hambarg:hover {
    color: #1F57A2;
}

.acprof_info_wrap {
    padding: 32px 24px;
    padding-top: 26px;
}
.acprof_info_wrap.voucher {
    min-height: 400px;
}
.acprof_info_wrap .single_billing_inp .nice_select {
    line-height: 44px;
    height: 44px;
    font-size: 15px;
}

.acprof_info_wrap .single_billing_inp {
    margin-bottom: 20px;
}

.acprof_subbtn {
    margin-top: 12px;
}

.single_billing_inp span.icon {
    position: absolute;
    right: 16px;
    top: 9px;
    font-size: 14px;
    cursor: pointer;
}

/* account order details */
.order_detail_wrapper {
    padding: 32px 24px;
}

h4.od_title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 24px;
}

.single_orderdet h5 {
    font-size: 16px;
    margin-bottom: 4px;
}

.single_orderdet p {
    margin: 0;
    font-size: 14px;
}

.sprocess_cont {
    max-width: 618px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
}

.single_sproc_cont p {
    margin-bottom: 0;
    margin-top: 2px;
    font-size: 15px;
}

.single_sproc_cont .sproc_cont_dot {
    width: 15px;
    height: 15px;
    background: #4CAE50;
    border-radius: 50%;
}

.single_sproc_cont .sproc_cont_dot.gray {
    background: #E9E4E4;
}

.single_sproc_cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.shipping_process {
    margin-top: 70px;
}

.sprosbar {
    position: absolute;
    left: 37px;
    top: 6px;
    right: 35px;
    background: #E9E4E4;
    height: 2px;
    z-index: -1;
}

.sprosbar .sp_fill {
    position: absolute;
    left: 0;
    top: 0;
    height: 2px;
    width: 100%;
    background: #4CAE50;
}

.sprocess_tooltip {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border: 1px solid #E9E4E4;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 12px 24px;
    margin-top: 32px;
    position: relative;
    background: #fff;
    max-width: 750px;
}

.sprocess_tooltip p {
    margin: 0;
    font-size: 15px;
    color: #464545;
}

.sprocess_tooltip::after {
    position: absolute;
    content: '';
    width: 27px;
    height: 27px;
    border: 1px solid #E9E4E4;
    right: 87px;
    top: -14px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    z-index: -1;
    background: #fff;
}

.orderprod_img img {
    width: 64px;
    height: 64px;
    -o-object-fit: contain;
       object-fit: contain;
}

.order_prodetails {
    margin-top: 70px;
}

.single_orderdet.pdname {
    padding-left: 16px;
}

.padding_default {
    padding: 30px 24px;
}

.align-self-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
}

.single_orderdet.pdname {
    width: 220px;
}

.nice_select.retorder {
    width: 180px;
    height: 38px;
    line-height: 38px;
}

.nice-select.retorder .option {
    min-height: 38px;
    line-height: 38px;
}

.single_retreq p {
    margin-left: 32px;
    line-height: 1.4;
}

.return_requirement {
    margin-top: 32px;
}

/* rating intaraction */
.intaractive_rating .rating-group {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.intaractive_rating .rating__icon {
    pointer-events: none;
}

.intaractive_rating .rating__input {
    position: absolute !important;
    left: -9999px !important;
}

.intaractive_rating .rating__input--none {
    display: none;
}

.intaractive_rating .rating__label {
    cursor: pointer;
    padding: 0 0.1em;
    font-size: 20px;
}

.intaractive_rating .rating__icon--star {
    color: #FACA52;
}

.intaractive_rating .rating__input:checked ~ .rating__label .rating__icon--star {
    color: #ddd;
}

.intaractive_rating .rating-group:hover .rating__label .rating__icon--star {
    color: #FACA52;
}

.intaractive_rating .rating__input:hover ~ .rating__label .rating__icon--star {
    color: #ddd;
}

/* write review page */
.reviewdet_textbox {
    font-size: 13px;
    color: #464545;
    line-height: 1.4;
    padding: 8px 16px;
    border: 1px solid #E9E4E4;
    margin: 0;
    border-radius: 3px;
    display: block;
    width: 100%;
    min-height: 70px;
}
.reviewdet_textbox::-webkit-input-placeholder{
    color:#cac7c7;
}
.reviewdet_textbox::-moz-placeholder{
    color:#cac7c7;
}
.reviewdet_textbox:-ms-input-placeholder{
    color:#cac7c7;
}
.reviewdet_textbox::-ms-input-placeholder{
    color:#cac7c7;
}
.reviewdet_textbox::placeholder{
    color:#cac7c7;
}

.upload_icn img {
    width: 32px;
    display: inline-block;
}

label.upload_img {
    display: block;
    padding: 12px 10px;
    border-radius: 5px;
    border: 1px dashed #1F57A2;
    text-align: center;
    cursor: pointer;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    padding-bottom: 8px;
}

label.upload_img p {
    font-size: 12px;
    color: #464545;
    margin: 0;
}

label.upload_img:hover {
    background: #f9f9f9;
}

.upload_icn {
    margin-bottom: 6px;
}

.img_uproles {
    position: relative;
}

.uproles_content {
    position: absolute;
    width: 330px;
    background: #FFFFFF;
    padding: 12px;
    top: 31px;
    left: -3px;
    border: 1px solid #E9E4E4;
    opacity: 0;
    visibility: hidden;
}

.uproles_content::after {
    position: absolute;
    content: '';
    width: 16px;
    height: 16px;
    border: 1px solid #E9E4E4;
    left: 3px;
    top: -5px;
    z-index: -1;
    background: #fff;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}

.uproles_content h4 {
    font-size: 14px;
    line-height: 14px;
}

.uproles_content ul li {
    font-size: 11px;
    list-style: disc;
    line-height: 15px;
    margin-bottom: 3px;
    color: #464545;
}

.uproles_content ul li:last-child {
    margin-bottom: 0;
}

.uproles_content ul {
    padding-left: 20px;
}

.img_uproles:hover .uproles_content {
    opacity: 1;
    visibility: visible;
}

.paymeth_img img {
    width: 70px;
    height: 40px;
    -o-object-fit: cover;
       object-fit: cover;
}

.w-130px {
    width: 130px;
}

/* product slider 2 design */
.product_slider_2 button.slick-arrow {
    left: -38px;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #fff;
    -webkit-box-shadow: 0 0 10px #00000024;
            box-shadow: 0 0 10px #00000024;
}

.product_slider_2 button.slick-arrow:hover {
    background: #1F57A2;
    color: #fff;
}

.product_slider_2 button.slick-arrow.slick-next {
    right: -40px;
}

/* top header */
.tophead_items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.tophead_items a {
    color: #2B2D42;
    font-size: 14px;
    margin-right: 6px;
    text-transform: capitalize;
}

.tophead_items a:hover {
    color: #1F57A2;
}

.tophead_items .nice-select {
    color: #2B2D42;
    border: none;
    padding: 0;
    padding-right: 30px;
    height: auto;
}

.tophead_items .nice-select .list {
    width: 110px;
}

.tophead_items .nice-select .current {
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.tophead_items .nice-select:hover .current {
    color: #1F57A2;
}

.tophead_items .nice-select:hover:after {
    border-color: #1F57A2;
}

.tophead_items a span {
    margin-right: 3px;
}

.top_heaeder {
    border-bottom: 1px solid #f1f1f1;
    padding: 2px 0;
}

/* contact us page */
.contact_banner {
    height: 250px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-image: url('https://mybazzars.in/wp-content/uploads/2026/03/cart-banner.jpg');
    background-size: cover;
    background-position: center;
}

.contact_banner .breadcrumbs {
    padding: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.contact_banner h1 {
    color: #fff;
}

.contact_banner .breadcrumbs a.active {
    color: #fff;
}

.contact_banner .breadcrumbs a:after {
    color: #fff;
}

.title_2 {
    font-size: 28px;
    margin-bottom: 4px;
    line-height: 1.2;
    text-transform: uppercase;
}

.contact_form .footer_contact p {
    color: #464545;
}

.contact_form textarea {
    height: 80px;
}

.title_4 {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 14px;
    font-weight: 600;
}

/* login */
.bg-facebook {
    background-color: #3B5999;
    border-color: #3B5999;
}

.bg-facebook:hover {
    color: #3B5999;
}

.bg-google {
    border-color: #D85040;
    background-color: #D85040;
}

.bg-google:hover {
    color: #D85040;
}

.dif_regway {
    position: relative;
    text-align: center;
}

.dif_regway .txt {
    display: inline-block;
    background: #fff;
    padding: 0 10px;
    text-transform: uppercase;
}

.dif_regway:after {
    z-index: -1;
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background: #E9E4E4;;
    left: 0;
    top: 13px;
}

/* 404 page */
.page_nfcont h4 {
    font-size: 25px;
}

/* about us */
.team_img:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(30, 29, 29, 0.42);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    opacity: 0;
}

.single_team:hover .team_img:after {
    opacity: 1;
}

.single_team:hover .team_icons {
    opacity: 1;
    bottom: 16px;
}

.team_img {
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    position: relative;
}

.team_icons {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 1;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    opacity: 0;
}

.team_icons a {
    width: 24px;
    height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff;
    border-radius: 4px;
    margin: 0 4px;
}

.team_cont h5 {
    font-size: 18px;
    color: #2B2D42;
    margin-bottom: 3px;
    margin-top: 20px;
}

.slider-m-margin {
    margin-right: -15px;
    margin-left: -15px;
}

.slider-margin {
    margin-right: 15px;
    margin-left: 15px;
}

/* brand */
.single_brand_slid img {
    width: 180px;
    display: inline-block;
}

/* faq page */
.title_3 {
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 0;
}

.accordion-button:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-color: rgba(0, 0, 0, .125);
}
.accord_wrap {
    padding-bottom: 32px;
}
.accordion-button:not(.collapsed) {
    color: #1F57A2;
    background-color: #FFF;
}

.accordion-button {
    background-color: #FAFAFA;
}

.accordion-button::after {
    content: "\f067";
    background-image: none;
    font-family: 'Line Awesome Free';
    font-weight: 900;
    font-size: 18px;
}

.accordion-button:not(.collapsed)::after {
    background-image: none;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    content: '\f068';
}

/* order tracking */
.track_status h4 {
    background: #28A745;
    padding: 8px 0;
    text-align: center;
    color: #fff;
}

.track_path {
    width: 650px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    margin-top: 32px;
}

.single_track:nth-child(odd) {
    -ms-flex-item-align: end;
        align-self: flex-end;
}

.single_track {
    max-width: 290px;
    padding: 16px;
    position: relative;
    background: #fff;
    border: 1px solid #E9E4E4;
    margin-bottom: 32px;
    width: 100%;
}

.single_track:last-child {
    margin-bottom: 0;
}

.single_track:after {
    content: '';
    position: absolute;
    left: -13px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    width: 24px;
    height: 24px;
    background: white;
    border-left: 1px solid #E9E4E4;
    border-bottom: 1px solid #E9E4E4;
}

.single_track:nth-child(even):after {
    left: auto;
    right: -12px;
    border: none;
    border-right: 1px solid #E9E4E4;
    border-top: 1px solid #E9E4E4;
}

.single_track:before {
    content: '\f00c';
    position: absolute;
    width: 26px;
    height: 26px;
    background: #28a745;
    border-radius: 50%;
    font-family: 'Line Awesome Free';
    font-weight: 900;
    color: #fff;
    text-align: center;
    line-height: 26px;
    left: -48px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.single_track.pending:before {
    content: '\f12a';
    background-color: #ffc107;
}

.single_track:nth-child(even):before {
    left: auto;
    right: -48px;
}

.track_path:after {
    content: '';
    position: absolute;
    left: 50%;
    height: 100%;
    border-right: 1px dashed #979797;
    z-index: -1;
}

/* product quick view */
.prodquick_wrap {
    width: 100%;
    max-width: 975px;
    padding: 40px 24px;
    border-radius: 3px;
    background: #FFFFFF;
    max-height: 88vh;
    overflow-y: auto;
}

.product_quickview {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: rgba(0, 0, 0, 0.5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 15px;
    opacity: 0;
    visibility: hidden;
}

.product_quickview.active {
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    opacity: 1;
    visibility: visible;
}

.disc_tag {
    background: #1F57A2;
    padding: 4px;
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    font-family: 'Poppins';
    position: relative;
}

.disc_tag::after {
    content: '';
    position: absolute;
    left: -23px;
    top: 2px;
    width: 0;
    border-left: 13px solid transparent;
    border-right: 13px solid #1F57A2;
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
}

.close_quickview {
    position: absolute;
    right: 8px;
    top: 8px;
    font-size: 17px;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    background: #fc3d57;
    color: #fff;
    width: 24px;
    height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 3px;
}

.close_quickview:hover {
    color: #fff;
}


header.home-3 {
    padding: 20px;
}

/* home 3 */
/*header.home-3 {
    background: #1F57A2;
}*/

.home_2_hero_wrp.home-3 {
    padding-top: 4px;
}

.home-3 .search_subimt button {
    background-color: #2b2d42;
}

.home-3 .search_category {
    border-right: 1px solid #2b2d42;
}

.home-3 .header_icon a.icon_wrp span {
    /*color: #fff;*/
}

.home-3 .header_icon a.icon_wrp .pops {
    background: #2b2d42;
}

nav.home-3 {
    background: #fff;
    border-bottom: 1px solid #ebebeb;
}

.home-3 .nav_bar > li > a {
    color: #2b2d42;
    font-weight: 500;
}

.home-3 .nav_bar > li > a:hover {
    color: #1F57A2;
}

.home-3 .all_category {
    background-color: #2b2d42;
}

.home-3 .nav_bar {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}

.home-3 .sub_categories.active {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}

.home-3 .home_2_hero .hero_content h1 {
    font-size: 28px;
    line-height: 36px;
    font-weight: 500;
    margin-bottom: 15px;
}

.home-3 .home_2_hero {
    min-height: auto;
}

.home-3 .home_2_hero .hero_img img {
    /*padding-top: 35px;*/
    width: 100%;
    max-height: 530px;
    /*height:400px;*/
}

.home-3 .hero_img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}

.home-3 .home_2_hero ul.slick-dots {
    bottom: 24px;
}

.single_bannercol:first-child {
    background: #76A4D8;
}

.single_bannercol h4 {
    font-size: 18px;
    line-height: 21px;
    color: #fff;
    margin-bottom: 5px;
}

.single_bannercol {
    padding: 16px;
    padding-bottom: 19px;
}

.single_bannercol h5 {
    font-size: 22px;
    line-height: 26px;
    color: #fff;
    text-transform: uppercase;
}

.bancol_img img {
    width: 190px;
    height: 99px;
    -o-object-fit: contain;
       object-fit: contain;
}

.single_bannercol:last-child {
    background: #EAF1F9;
}

.single_bannercol:last-child h4,
.single_bannercol:last-child h5 {
    color: #2B2D42;
}

.bancol_img {
    text-align: center;
}

/* flash sale */
.flash_counter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.end_in {
    background: #2B2D42;
    border-radius: 3px;
    padding: 4px 16px;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-transform: capitalize;
    margin-right: 16px;
}

.single_count {
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    padding: 8px 5px;
    color: #fff;
    background: #1F57A2;
    border-radius: 3px;
    margin-right: 8px;
    width: 36px;
    text-align: center;
}

.time_sep {
    color: #1F57A2;
    margin-right: 8px;
    font-size: 16px;
    font-weight: 500;
}

.seemore_2 a {
    font-weight: 500;
    font-size: 15px;
    color: #1F57A2;
}

.seemore_2 a span {
    margin-left: 4px;
    font-size: 14px;
}

.home-3 .topariv_img img {
    width: 230px;
    height: 180px;
    -o-object-fit: contain;
       object-fit: contain;
    padding: 24px;
    display: inline-block;
}

.home-3 .topariv_img {
    background: #F7F7F7;
    text-align: center;
}

.qk_view {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 8px;
    background: #2B2D42;
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 16px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.qk_view span i {
    font-size: 18px;
    margin-right: 4px;
}
.qk_view span {
    margin-right: 3px;
}

.prod_soh {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(43, 45, 66, 0.48);
    opacity: 0;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.single_toparrival:hover .prod_soh {
    opacity: 1;
}

.cat2_img {
    width: 90px;
    height: 90px;
    margin: 0 auto;
    background: #F7F7F7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 50%;
}

.cat2_img img {
    width: 56px;
    height: 56px;
    -o-object-fit: contain;
       object-fit: contain;
}

.single_category_2 {
    padding: 16px;
}

.single_category_2 {
    display: block;
    padding: 16px;
    text-align: center;
    -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.04), 0px 0px 2px rgba(0, 0, 0, 0.06), 0px 0px 1px rgba(0, 0, 0, 0.04);
            box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.04), 0px 0px 2px rgba(0, 0, 0, 0.06), 0px 0px 1px rgba(0, 0, 0, 0.04);
    border-radius: 3px;

}

.single_category_2 h5 {
    margin-top: 16px;
    font-size: 18px;
    line-height: 21px;
    color: #2B2D42;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.single_category_2:hover h5 {
    color: #1F57A2;
}

/* best selling */
.single_bestprod {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 24px;
}

.single_bestprod:last-child {
    margin-bottom: 0;
}

.bestprod_img {
    width: 112px;
    padding: 16px;
    background: #F7F7F7;
    border-radius: 8px;
    text-align: center;
}

.bestprod_img img {
    width: 65px;
    height: 60px;
    -o-object-fit: contain;
       object-fit: contain;
}

.bestprod_content {
    padding-left: 16px;
}

.bestprod_title {
    padding-bottom: 8px;
    border-bottom: 1px solid #BFBFBF;
    margin-bottom: 24px;
}

/* popup */
.popup_wrap {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 99;
    padding: 0 15px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.popup_wrap.active {
    opacity: 1;
    visibility: visible;
}

.popup_container {
    position: relative;
    width: 100%;
    max-width: 700px;
    background: #fff;
    padding: 66px 24px;
    background-image: url(../images/popup-bg.jpg);
    background-size: 250px;
    background-repeat: no-repeat;
    background-position: 97% center;
    border-radius: 5px;
}

.popup_content {
    width: 100%;
    max-width: 380px;
    text-align: center;
}

.popup_content h2 {
    font-size: 40px;
    line-height: 50px;
}

.close_popup {
    position: absolute;
    right: 13px;
    top: 8px;
    font-size: 20px;
    color: #2B2D42;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    cursor: pointer;
}

.close_popup:hover {
    color: #1F57A2;
}

.popup_content p {
    font-size: 15px;
    line-height: 22px;
}

/* shop cart content */
.shopcart {
    position: relative;
}



.cartdrop_img img {
    width: 75px;
    height: 60px;
    -o-object-fit: contain;
       object-fit: contain;
}

.cartdrop_img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
}

.single_cartdrop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding-right: 20px;
}

.cart_droptitle {
    padding-bottom: 0px;
    margin-bottom: 12px;
    border-bottom: 1px solid #d8d8d8;
}

.cartdrop_cont {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding-left: 16px;
}

span.remove_cart {
    position: absolute;
    right: 0;
    color: #2b2d42;
    cursor: pointer;
}

span.remove_cart:hover {
    color: #1F57A2;
}

.cartdrop_footer .default_btn {
    padding: 6px 8px;
}


.mobile_title {
    background: #1F57A2;
    text-align: center;
    color: #fff;
    padding: 14px 0px;
    text-transform: capitalize;
    position: relative;
}

.total_cartdrop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #d8d8d8;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.wishlist .cart_img img {
    width: 80px;
    height: 80px;
}





ul.nav_bar.flex-grow-1 li a {
    text-transform: uppercase;
}



.border-radius-10
{
    border-radius:10px;
}





/* ====== Contact Section (final optimized spacing) ====== */

.contact_section {
    background-color: #f5f8fc;
    padding: 60px 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #333;
}

/* Contact Form Card */
.contact_form_card {
    background: #fff;
    padding: 40px 35px;
    border-radius: 15px;
    box-shadow: 0 12px 25px rgb(0 0 0 / 0.08);
    transition: box-shadow 0.3s ease;
}

.contact_form_card:hover {
    box-shadow: 0 15px 35px rgb(0 0 0 / 0.15);
}

.contact_title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #222;
}

.contact_desc {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 25px;
    color: #555;
}

/* Contact Form Wrapper */
.contact_form_wrapper .wpcf7-form {
    display: flex;
    flex-wrap: wrap;
    gap: 15px; /* Slightly reduced gap */
}

.contact_form_wrapper .wpcf7-form p {
    width: 100%;
    margin-bottom: 12px; /* Tighter spacing */
}

/* Split first and last name side by side */
.contact_form_wrapper .wpcf7-form p.name-field {
    flex: 1 1 calc(50% - 7.5px);
    margin-bottom: 12px;
}

.contact_form_wrapper label {
    display: block;
    font-weight: 600;
    margin-bottom: 5px; /* Reduced */
    color: #444;
}

/* Input and Textarea Styling */
.contact_form_wrapper input[type="text"],
.contact_form_wrapper input[type="email"],
.contact_form_wrapper textarea {
    width: 100%;
    padding: 11px 14px;
    border: 1.8px solid #ddd;
    border-radius: 10px;
    font-size: 15px;
    font-family: inherit;
    color: #333;
    transition: border-color 0.3s ease;
    box-sizing: border-box;
}

.contact_form_wrapper input[type="text"]:focus,
.contact_form_wrapper input[type="email"]:focus,
.contact_form_wrapper textarea:focus {
    border-color: #4e73df;
    outline: none;
    box-shadow: 0 0 6px rgba(78, 115, 223, 0.5);
}

/* Textarea height reduced */
.contact_form_wrapper textarea {
    min-height: 100px; /* Reduced from 140px */
    resize: vertical;
}

/* Submit button */
.contact_form_wrapper input.wpcf7-submit {
    background-color: #4e73df;
    color: #fff !important;
    padding: 14px 0;
    font-weight: 700;
    font-size: 18px;
    border-radius: 12px;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
    width: 100%;
    margin-top: 15px;
    box-shadow: 0 6px 12px rgba(78, 115, 223, 0.5);
}

.contact_form_wrapper input.wpcf7-submit:hover {
    background-color: #2e59d9;
}

/* Validation error messages */
.wpcf7-not-valid-tip {
    color: #e74c3c !important;
    font-size: 13px;
    margin-top: 5px;
    display: block;
}

/* Contact Info Card */
.contact_info_card {
    background: linear-gradient(135deg, #4e73df, #224abe);
    padding: 35px 30px;
    border-radius: 15px;
    color: #fff;
    box-shadow: 0 12px 25px rgb(0 0 0 / 0.08);
}

.info_title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 18px;
}

/* Info item */
.info_item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 18px;
    font-size: 16px;
    line-height: 1.5;
}

.info_item i {
    font-size: 22px;
    margin-top: 4px;
    flex-shrink: 0;
}

/* Info links */
.info_item a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.info_item a:hover {
    color: #c5d1ff;
}

/* Divider */
.info_divider {
    border: 0;
    height: 1px;
    background: rgba(255,255,255,0.25);
    margin: 25px 0;
}

/* Working hours */
.working_hours_title {
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 10px;
}

.contact_info_card p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 12px;
}

/* Map Wrapper */
.map_wrapper {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}

.map_wrapper iframe {
    width: 100%;
    height: 380px;
    border: none;
}

/* Responsive */

@media (max-width: 991px) {
    .contact_form_wrapper .wpcf7-form {
        flex-direction: column;
    }
    .contact_form_wrapper .wpcf7-form p.name-field {
        width: 100% !important;
    }
    .contact_form_card, .contact_info_card {
        padding: 30px 25px;
    }
}

@media (max-width: 575px) {
    .contact_section {
        padding: 40px 15px;
    }
    .contact_title {
        font-size: 24px;
    }
    .info_title {
        font-size: 22px;
    }
    .contact_form_wrapper input.wpcf7-submit {
        font-size: 16px;
        padding: 12px 0;
    }
    .map_wrapper iframe {
        height: 250px;
    }
}



.padding_top_p
{
        padding-top: 10px;
}






/* ======== Final Professional Footer CSS ======== */
.footer_cust75 {
    background-color: #f8fafc; /* Soft light background */
    color: #2c2c2c; /* Dark gray text for readability */
    padding: 60px 0 40px;
    font-family: 'Poppins', sans-serif;
}

.footer_cust75 .footer_logo img {
    max-width: 180px;
    margin-bottom: 25px;
}

.footer_cust75 .footer_text {
    font-size: 16px;
    line-height: 1.7;
    color: #555555;
    margin-bottom: 40px;
}

.footer_cust75 .footer_title {
    font-size: 18px;
    font-weight: 700;
    color: #222222;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 8px;
}

.footer_cust75 .footer_title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background-color: #ff6f61; /* Accent underline */
    border-radius: 2px;
}

.footer_cust75 .footer_menu a {
    display: block;
    font-size: 15px;
    color: #555555;
    line-height: 2.2;
    text-decoration: none;
    transition: color 0.3s ease, padding-left 0.3s ease;
}

.footer_cust75 .footer_menu a:hover {
    color: #ff6f61;
    padding-left: 8px;
}

.footer_cust75 .footer_contact p,
.footer_cust75 .footer_contact a {
    font-size: 15px;
    color: #555555;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
}

.footer_cust75 .footer_contact i {
    color: #ff6f61;
    margin-right: 10px;
    font-size: 18px;
    min-width: 22px;
    text-align: center;
}

.footer_cust75 .footer_contact a {
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer_cust75 .footer_contact a:hover {
    color: #ff6f61;
}

.footer_cust75 .footer_social {
    margin-top: 30px;
    display: flex;
    gap: 15px;
        margin-left: 30px;
}

.footer_cust75 .footer_social a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
    background-color: #333333;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    transition: background-color 0.3s ease;
    text-decoration: none;
}

.footer_cust75 .footer_social a:hover {
    background-color: #ff6f61;
    color: #fff;
}

@media (max-width: 991px) {
    .footer_cust75 {
        text-align: center;
        padding: 40px 15px;
    }
    .footer_cust75 .footer_text {
        margin-bottom: 30px;
    }
    .footer_cust75 .footer_social {
        justify-content: center;
        margin-top: 25px;
    }
    .footer_cust75 .footer_contact p,
    .footer_cust75 .footer_contact a {
        justify-content: center;
    }
}


















/* =========================
   SHOP PAGE FINAL STYLE
========================= */

.mybz-shop-page .shop_topbar,
.mybz-shop-page .d-flex.align-items-center.shop_topbar,
.mybz-shop-page .d-flex.align-items-center {
    margin-bottom: 24px;
}

.mybz-shop-page .filter_box {
    background: #fff;
    border: 1px solid #ececec;
    padding: 20px !important;
}

.mybz-shop-page .shop_filter {
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.mybz-shop-page .shop_filter:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.mybz-shop-page .filter_title,
.mybz-shop-page .woof_container h4 {
    font-size: 20px;
    line-height: 1.3;
    font-weight: 700;
    color: #1d2746;
    text-transform: uppercase;
    margin-bottom: 16px;
}

/* =========================
   SORTING / VIEW
========================= */
.mybz-shop-page .sorting_filter select,
.mybz-shop-page .sorting_filter .orderby {
    min-width: 230px;
    height: 48px;
    border: 1px solid #dcdcdc;
    background: #fff;
    color: #333;
    padding: 0 14px;
    border-radius: 2px;
    box-shadow: none;
    outline: none;
}

.mybz-shop-page .view_filter {
    gap: 10px;
}

.mybz-shop-page .view_icon {
    width: 42px;
    height: 42px;
    border: 1px solid #dcdcdc;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    background: #fff;
    transition: 0.3s ease;
}

.mybz-shop-page .view_icon.active,
.mybz-shop-page .view_icon:hover {
    background: #ff4157;
    border-color: #ff4157;
    color: #fff;
}

/* =========================
   PRODUCT GRID
========================= */
.mybz-shop-page ul.products {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px !important;
    padding: 0 !important;
    list-style: none !important;
}

.mybz-shop-page ul.products::before,
.mybz-shop-page ul.products::after {
    display: none !important;
}

.mybz-shop-page ul.products li.product {
    width: 33.3333%;
    padding: 0 12px;
    margin: 0 0 24px 0 !important;
    float: none !important;
    clear: none !important;
    display: flex;
}

.mybz-shop-page .single_toparrival {
    width: 100%;
    background: #fff;
    border: 1px solid #ededed;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: 0.3s ease;
}

.mybz-shop-page .single_toparrival:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

/* =========================
   IMAGE AREA
========================= */
.mybz-shop-page .topariv_img {
    position: relative;
    background: #f5f5f5;
    min-height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.mybz-shop-page .topariv_img > a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 250px;
    padding: 20px;
}

.mybz-shop-page .topariv_img img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
}

/* badge */
.mybz-shop-page .persof {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 3;
    color: #fff;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
    border-radius: 3px;
    min-width: 54px;
    text-align: center;
    background: #ff4157 !important;
}

.mybz-shop-page .persof.bg-warning {
    background: #ffc107 !important;
    color: #fff;
}

.mybz-shop-page .persof.bg-danger {
    background: #ff4157 !important;
    color: #fff;
}

/* top right wishlist */
.mybz-shop-page .prod_soh {
    position: absolute;
    top: 14px;
    right: 14px;
    left: auto;
    bottom: auto;
    display: block;
    opacity: 1;
    visibility: visible;
}

.mybz-shop-page .adto_wish {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.mybz-shop-page .adto_wish a,
.mybz-shop-page .adto_wish i {
    width: 38px;
    height: 38px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
    color: #ff4157;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    text-decoration: none;
}

/* quick view hidden for same screenshot */
.mybz-shop-page .qk_view,
.mybz-shop-page .open_quickview {
    display: none !important;
}

/* =========================
   CONTENT AREA
========================= */
.mybz-shop-page .topariv_cont {
    padding: 18px 18px 14px;
    flex: 1;
}

.mybz-shop-page .topariv_cont a {
    text-decoration: none;
}

.mybz-shop-page .topariv_cont h4 {
    font-size: 19px;
    line-height: 1.35;
    font-weight: 700;
    color: #1d2746;
    text-transform: uppercase;
    margin: 0 0 8px;
}

.mybz-shop-page .topariv_cont p {
    font-size: 16px;
    line-height: 1.5;
    color: #444;
    margin: 0 0 10px;
    min-height: 48px;
}

.mybz-shop-page .price {
    margin-bottom: 10px !important;
}

.mybz-shop-page .price .org_price,
.mybz-shop-page .price,
.mybz-shop-page .price ins,
.mybz-shop-page .price bdi,
.mybz-shop-page span.price {
    font-size: 20px;
    line-height: 1.3;
    font-weight: 700;
    color: #ff4157 !important;
    text-decoration: none !important;
}

.mybz-shop-page .price del,
.mybz-shop-page span.price del {
    color: #888 !important;
    opacity: 1;
    margin-right: 6px;
    font-size: 15px;
}

.mybz-shop-page .price ins,
.mybz-shop-page span.price ins {
    background: transparent !important;
}

/* =========================
   RATING
========================= */
.mybz-shop-page .rating {
    margin-top: 2px;
}

.mybz-shop-page .rating_star {
    display: flex;
    align-items: center;
    gap: 2px;
}

.mybz-shop-page .rating_star span {
    color: #f7b731;
    font-size: 20px;
    line-height: 1;
}

.mybz-shop-page .rating_count {
    font-size: 15px;
    color: #444;
    margin-left: 8px;
}

/* =========================
   ADD TO CART
========================= */
.mybz-shop-page .full_atc_btn {
    margin-top: auto;
}

.mybz-shop-page .full_atc_btn a,
.mybz-shop-page .full_atc_btn button {
    width: 100%;
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #ff4157;
    color: #fff !important;
    border: none;
    border-radius: 0;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    box-shadow: none;
    transition: 0.3s ease;
}

.mybz-shop-page .full_atc_btn a:hover,
.mybz-shop-page .full_atc_btn button:hover {
    background: #e7364c;
    color: #fff !important;
}

/* =========================
   RESULT COUNT
========================= */
.mybz-shop-page .woocommerce-result-count {
    margin: 0 0 12px;
    color: #666;
    font-size: 14px;
}

/* =========================
   PAGINATION
========================= */
.mybz-shop-page .pagination_wrp {
    margin-top: 10px !important;
}

.mybz-shop-page nav.woocommerce-pagination {
    width: 100%;
}

.mybz-shop-page nav.woocommerce-pagination ul {
    border: 0 !important;
    display: flex;
    justify-content: center;
    gap: 8px;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
}

.mybz-shop-page nav.woocommerce-pagination ul li {
    border: 0 !important;
    margin: 0;
}

.mybz-shop-page nav.woocommerce-pagination ul li a,
.mybz-shop-page nav.woocommerce-pagination ul li span {
    width: 40px;
    height: 40px;
    border: 1px solid #ddd;
    background: #fff;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.mybz-shop-page nav.woocommerce-pagination ul li span.current {
    background: #ff4157;
    border-color: #ff4157;
    color: #fff;
}

/* =========================
   WOOF FILTER STYLING
========================= */
.mybz-shop-page .mybz-woof-wrap .woof {
    width: 100%;
}

.mybz-shop-page .mybz-woof-wrap .woof_container {
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.mybz-shop-page .mybz-woof-wrap .woof_container:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.mybz-shop-page .mybz-woof-wrap .woof_container_inner ul,
.mybz-shop-page .mybz-woof-wrap .woof_block_html_items {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mybz-shop-page .mybz-woof-wrap .woof_container_inner ul li,
.mybz-shop-page .mybz-woof-wrap .woof_block_html_items li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 12px;
    position: relative;
}

.mybz-shop-page .mybz-woof-wrap .woof_container_inner ul li label,
.mybz-shop-page .mybz-woof-wrap .woof_block_html_items li label {
    display: inline-flex;
    align-items: center;
    color: #1d2746;
    font-size: 16px;
    cursor: pointer;
    margin: 0;
}

/* hide default inputs */
.mybz-shop-page .mybz-woof-wrap input[type="checkbox"],
.mybz-shop-page .mybz-woof-wrap input[type="radio"] {
    width: 16px;
    height: 16px;
    margin-right: 10px;
    accent-color: #ff4157;
}

/* price */
.mybz-shop-page .mybz-woof-wrap .woof_price_search_container input[type="text"],
.mybz-shop-page .mybz-woof-wrap .woof_price_search_container input[type="number"],
.mybz-shop-page .mybz-woof-wrap .woof_price_search_container select {
    width: 100%;
    height: 42px;
    border: 1px solid #ddd;
    padding: 0 10px;
    margin-bottom: 10px;
    background: #fff;
}

.mybz-shop-page .mybz-woof-wrap .irs--flat .irs-line {
    top: 25px;
    height: 6px;
    background-color: #d8d8d8;
    border-radius: 10px;
}

.mybz-shop-page .mybz-woof-wrap .irs--flat .irs-bar {
    top: 25px;
    height: 6px;
    background-color: #ff4157 !important;
}

.mybz-shop-page .mybz-woof-wrap .irs--flat .irs-handle {
    top: 19px;
    width: 18px;
    height: 18px;
}

.mybz-shop-page .mybz-woof-wrap .irs--flat .irs-handle > i:first-child {
    width: 18px;
    height: 18px;
    margin-left: 0;
    left: 0;
    border-radius: 50%;
    background-color: #fff !important;
    border: 2px solid #ff4157;
}

.mybz-shop-page .mybz-woof-wrap .irs--flat .irs-from,
.mybz-shop-page .mybz-woof-wrap .irs--flat .irs-to,
.mybz-shop-page .mybz-woof-wrap .irs--flat .irs-single {
    background-color: #ff4157 !important;
    font-size: 12px;
}

.mybz-shop-page .mybz-woof-wrap .button,
.mybz-shop-page .mybz-woof-wrap button,
.mybz-shop-page .mybz-woof-wrap .woof_submit_search_form {
    background: #ff4157 !important;
    color: #fff !important;
    border: none !important;
    padding: 10px 16px !important;
    text-decoration: none;
    box-shadow: none !important;
}

/* size and color style if WOOF renders links/terms */
.mybz-shop-page .mybz-woof-wrap .woof_list.woof_list_label li,
.mybz-shop-page .mybz-woof-wrap .woof_list.woof_list_radio li {
    justify-content: flex-start;
}

.mybz-shop-page .mybz-woof-wrap .woof_list.woof_list_label label {
    min-width: 34px;
    height: 30px;
    padding: 0 10px;
    border: 1px solid #ddd;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: #444;
    background: #fff;
}

/* =========================
   MOBILE FILTER
========================= */
.mybz-shop-page .close_filter {
    position: absolute;
    top: 10px;
    right: 14px;
    font-size: 24px;
    color: #222;
    cursor: pointer;
    z-index: 10;
}

@media (max-width: 1199px) {
    .mybz-shop-page .topariv_img,
    .mybz-shop-page .topariv_img > a {
        height: 220px;
        min-height: 220px;
    }
}

@media (max-width: 991px) {
    .mybz-shop-page ul.products li.product {
        width: 50%;
    }

    .mybz-shop-page #mybz_filter_box {
        position: fixed;
        top: 0;
        left: -100%;
        width: 320px;
        max-width: 90%;
        height: 100vh;
        overflow-y: auto;
        background: #fff;
        z-index: 9999;
        transition: 0.3s ease;
        padding-top: 46px !important;
        box-shadow: 0 0 30px rgba(0,0,0,0.15);
    }

    .mybz-shop-page #mybz_filter_box.mybz-filter-open {
        left: 0;
    }
}

@media (max-width: 575px) {
    .mybz-shop-page ul.products li.product {
        width: 100%;
    }

    .mybz-shop-page .topariv_img,
    .mybz-shop-page .topariv_img > a {
        height: 250px;
        min-height: 250px;
    }

    .mybz-shop-page .topariv_cont h4 {
        font-size: 17px;
    }

    .mybz-shop-page .topariv_cont p {
        font-size: 15px;
        min-height: auto;
    }
}










.cart_count .quantity {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart_count .qty {
    width: 40px;
    height: 32px;
    text-align: center;
    border: 0;
    background: transparent;
    pointer-events: none;
    font-weight: 600;
}

.cart_remove a {
    color: inherit;
    text-decoration: none;
}

.cart_img img {
    max-width: 100px;
    height: auto;
}

.cart_sum_pros > a {
    display: block;
    text-decoration: none;
}

.cart_sum_pros > a button {
    width: 100%;
}










/* =========================
   CART BUTTON FINAL FIX
========================= */

/* anchor wrapper reset */
.cart_sum_pros > a,
.cart_sum_pros > a:hover,
.cart_sum_pros > a:focus,
.cart_sum_pros > a:active {
    display: block;
    text-decoration: none !important;
    background: transparent !important;
    box-shadow: none !important;
    outline: none !important;
}

/* actual checkout button */
.cart_sum_pros > a.checkout-button,
.cart_sum_pros > a.checkout-button.button,
.cart_sum_pros > a.checkout-button.alt,
.cart_sum_pros > a.checkout-button.wc-forward {
    background: transparent !important;
    padding: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
}

.cart_sum_pros > a.checkout-button button,
.cart_sum_pros > a.checkout-button.button button,
.cart_sum_pros > a.checkout-button.alt button,
.cart_sum_pros > a.checkout-button.wc-forward button {
    width: 100%;
    min-height: 54px;
    border: 1px solid #255db0;
    background: #255db0 !important;
    color: #ffffff !important;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.3;
    text-transform: uppercase;
    border-radius: 6px;
    padding: 12px 18px;
    transition: all 0.3s ease;
    box-shadow: none !important;
    outline: none !important;
    cursor: pointer;
}

/* hover/focus/active par bhi same blue + white text */
.cart_sum_pros > a.checkout-button:hover button,
.cart_sum_pros > a.checkout-button:focus button,
.cart_sum_pros > a.checkout-button:active button,
.cart_sum_pros > a.checkout-button.button:hover button,
.cart_sum_pros > a.checkout-button.button:focus button,
.cart_sum_pros > a.checkout-button.button:active button,
.cart_sum_pros > a.checkout-button.alt:hover button,
.cart_sum_pros > a.checkout-button.alt:focus button,
.cart_sum_pros > a.checkout-button.alt:active button,
.cart_sum_pros > a.checkout-button.wc-forward:hover button,
.cart_sum_pros > a.checkout-button.wc-forward:focus button,
.cart_sum_pros > a.checkout-button.wc-forward:active button {
    background: #1f4f97 !important;
    border-color: #1f4f97 !important;
    color: #ffffff !important;
    box-shadow: none !important;
    outline: none !important;
}

/* WooCommerce/Block theme extra override */
.woocommerce a.button.alt,
.woocommerce a.button.alt:hover,
.woocommerce a.button.alt:focus,
.woocommerce a.button.alt:active,
.woocommerce .cart_sum_pros a.checkout-button,
.woocommerce .cart_sum_pros a.checkout-button:hover,
.woocommerce .cart_sum_pros a.checkout-button:focus,
.woocommerce .cart_sum_pros a.checkout-button:active {
    background: transparent !important;
    color: inherit !important;
    box-shadow: none !important;
}

/* =========================
   CART UPDATED MESSAGE
========================= */

.woocommerce div.cart a.remove:hover {
    color: #a00 !important;
    background: none !important;
}


/* outer notice area ko full width grey strip se hatana */
.woocommerce-notices-wrapper {
    max-width: 1320px;
    margin: 0 auto 22px;
    padding: 0 15px;
}

/* message box styling */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
    margin: 0 0 20px !important;
    padding: 16px 18px 16px 52px !important;
    border: 1px solid #d6e6ff !important;
    border-top: 0 !important;
    border-radius: 8px !important;
    background: #f4f8ff !important;
    color: #16396b !important;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.6;
    list-style: none !important;
    position: relative;
    box-shadow: 0 4px 14px rgba(37, 93, 176, 0.06);
}

/* top bar */
.woocommerce-message::before,
.woocommerce-info::before,
.woocommerce-error::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 4px;
    background: #255db0;
    border-radius: 8px 8px 0 0;
}

/* icon */
.woocommerce-message::after,
.woocommerce-info::after,
.woocommerce-error::after {
    content: "✓";
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #255db0;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* error red version */
.woocommerce-error {
    background: #fff5f5 !important;
    border-color: #f3c7c7 !important;
    color: #8a1f1f !important;
}

.woocommerce-error::before {
    background: #d4483b;
}

.woocommerce-error::after {
    content: "!";
    background: #d4483b;
    color: #fff;
}

/* default woo icon hide */
.woocommerce-message::before,
.woocommerce-info::before,
.woocommerce-error::before {
    box-shadow: none !important;
}

/* links inside notices */
.woocommerce-message a,
.woocommerce-info a,
.woocommerce-error a {
    color: #255db0 !important;
    font-weight: 600;
    text-decoration: none;
}

.woocommerce-message a:hover,
.woocommerce-info a:hover,
.woocommerce-error a:hover {
    color: #1f4f97 !important;
    text-decoration: underline;
}

/* hide "View cart" type floating button if unwanted style conflicts */
.woocommerce-message .button,
.woocommerce-info .button,
.woocommerce-error .button {
    float: right;
    margin-left: 12px;
    background: #255db0 !important;
    color: #fff !important;
    border: 1px solid #255db0 !important;
    border-radius: 4px !important;
    padding: 8px 14px !important;
    font-size: 13px !important;
    line-height: 1.2 !important;
    text-decoration: none !important;
    box-shadow: none !important;
}

.woocommerce-message .button:hover,
.woocommerce-info .button:hover,
.woocommerce-error .button:hover {
    background: #1f4f97 !important;
    border-color: #1f4f97 !important;
    color: #fff !important;
}

/* cart page spacing */
.woocommerce-cart .woocommerce-notices-wrapper {
    margin-top: 18px;
}

/* mobile */
@media (max-width: 767px) {
    .woocommerce-notices-wrapper {
        padding: 0 12px;
    }

    .woocommerce-message,
    .woocommerce-info,
    .woocommerce-error {
        padding: 14px 14px 14px 46px !important;
        font-size: 14px;
    }

    .woocommerce-message .button,
    .woocommerce-info .button,
    .woocommerce-error .button {
        float: none;
        display: inline-block;
        margin: 10px 0 0;
    }
}













/* WooCommerce Page Header */
.rr-woo-header {
    background: #f1f1f1;
    padding: 38px 15px 30px;
    text-align: center;
    border-radius: 0;
}

.rr-woo-header .entry-title {
    margin: 0 0 12px;
    font-size: 34px;
    line-height: 1.2;
    font-weight: 600;
    color: #2b2b2b;
}

.rr-breadcrumb-wrap {
    margin-top: 4px;
}

.rr-breadcrumb {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-size: 14px;
    color: #777;
    margin: 0;
    padding: 0;
}

.rr-breadcrumb a {
    color: #555;
    text-decoration: none;
}

.rr-breadcrumb a:hover {
    color: #000;
}

.rr-breadcrumb-sep {
    display: inline-block;
    margin: 0 4px;
    color: #999;
}

.rr-breadcrumb-item {
    display: inline-flex;
    align-items: center;
}

/* remove extra woo breadcrumb spacing if theme/plugin adds it */
.woocommerce-breadcrumb {
    margin: 0 !important;
    padding: 0 !important;
}

/* responsive */
@media (max-width: 767px) {
    .rr-woo-header {
        padding: 28px 12px 22px;
    }

    .rr-woo-header .entry-title {
        font-size: 26px;
        margin-bottom: 10px;
    }

    .rr-breadcrumb {
        font-size: 13px;
        line-height: 1.6;
    }
}










/* =========================================
   CHECKOUT UI POLISH ONLY
   Layout same rahega
   ========================================= */

/* Main spacing */
.woocommerce-checkout form.checkout {
    margin-top: 25px;
}

/* Section headings */
.woocommerce-checkout h3,
.woocommerce-checkout h2,
.woocommerce-checkout .woocommerce-billing-fields h3,
.woocommerce-checkout .woocommerce-additional-fields h3,
.woocommerce-checkout #order_review_heading {
    font-size: 22px;
    line-height: 1.3;
    font-weight: 700;
    color: #14213d;
    margin: 0 0 18px;
    letter-spacing: -0.2px;
}

/* Billing / additional section soft box look */
.woocommerce-checkout .woocommerce-billing-fields,
.woocommerce-checkout .woocommerce-additional-fields {
    background: #fff;
    border: 1px solid #e7eaf0;
    border-radius: 14px;
    padding: 22px;
    box-shadow: 0 6px 18px rgba(20, 33, 61, 0.04);
    margin-bottom: 24px;
}

/* Form rows */
.woocommerce-checkout form .form-row {
    margin: 0 0 16px;
    padding: 0;
}

/* Labels */
.woocommerce-checkout form .form-row label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #344054;
    line-height: 1.4;
}

/* Inputs */
.woocommerce-checkout form .input-text,
.woocommerce-checkout form select,
.woocommerce-checkout form textarea,
.woocommerce-checkout form input[type="text"],
.woocommerce-checkout form input[type="email"],
.woocommerce-checkout form input[type="tel"] {
    width: 100%;
    height: 50px;
    border: 1px solid #d0d5dd;
    border-radius: 10px;
    background: #fff;
    padding: 0 15px;
    font-size: 15px;
    color: #101828;
    transition: all 0.2s ease;
    box-shadow: none;
}

/* Textarea */
.woocommerce-checkout form textarea {
    height: 110px;
    padding: 14px 15px;
    resize: vertical;
}

/* Focus */
.woocommerce-checkout form .input-text:focus,
.woocommerce-checkout form select:focus,
.woocommerce-checkout form textarea:focus,
.woocommerce-checkout form input[type="text"]:focus,
.woocommerce-checkout form input[type="email"]:focus,
.woocommerce-checkout form input[type="tel"]:focus {
    border-color: #6f42c1;
    box-shadow: 0 0 0 3px rgba(111, 66, 193, 0.10);
    outline: none;
}

/* Placeholder */
.woocommerce-checkout input::placeholder,
.woocommerce-checkout textarea::placeholder {
    color: #98a2b3;
    opacity: 1;
}

/* Coupon form */
.woocommerce-checkout form.checkout_coupon {
    background: #fff;
    border: 1px solid #e7eaf0;
    border-radius: 14px;
    padding: 20px 24px;
    box-shadow: 0 6px 18px rgba(20, 33, 61, 0.04);
    margin-bottom: 26px;
}

/* Notices */
.woocommerce-checkout .woocommerce-info,
.woocommerce-checkout .woocommerce-message,
.woocommerce-checkout .woocommerce-error {
    background: #f8f9fc;
    border: 1px solid #e4e7ec;
    border-left: 4px solid #6f42c1;
    border-radius: 12px;
    padding: 14px 16px;
    color: #344054;
    margin-bottom: 18px;
}

.woocommerce-checkout .woocommerce-info::before,
.woocommerce-checkout .woocommerce-message::before,
.woocommerce-checkout .woocommerce-error::before {
    display: none;
}

/* Buttons */
.woocommerce-checkout button,
.woocommerce-checkout .button,
.woocommerce-checkout #place_order {
    background: #1F57A2;
    color: #fff;
    border: none;
    border-radius: 10px;
    min-height: 48px;
    padding: 0 22px;
    font-size: 15px;
    font-weight: 600;
    transition: all 0.2s ease;
    box-shadow: none;
}

.woocommerce-checkout button:hover,
.woocommerce-checkout .button:hover,
.woocommerce-checkout #place_order:hover {
    background: #6937bf;
    color: #fff;
    transform: translateY(-1px);
}

/* Your order heading */
.woocommerce-checkout #order_review_heading {
    margin-top: 10px;
    margin-bottom: 14px;
}

/* Order table */
.woocommerce-checkout table.shop_table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background: #fff;
    border: 1px solid #e7eaf0;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 6px 18px rgba(20, 33, 61, 0.04);
    margin-bottom: 22px;
}

.woocommerce-checkout table.shop_table thead th {
    background: #f8f9fc;
    color: #14213d;
    font-size: 15px;
    font-weight: 700;
    padding: 16px 14px;
    border-bottom: 1px solid #e7eaf0;
}

.woocommerce-checkout table.shop_table th,
.woocommerce-checkout table.shop_table td {
    padding: 16px 14px;
    border-bottom: 1px solid #edf0f5;
    font-size: 15px;
    color: #344054;
    background: #fff;
}

.woocommerce-checkout table.shop_table tbody tr:last-child td,
.woocommerce-checkout table.shop_table tfoot tr:last-child th,
.woocommerce-checkout table.shop_table tfoot tr:last-child td {
    border-bottom: none;
}

.woocommerce-checkout table.shop_table .product-total,
.woocommerce-checkout table.shop_table th.product-total,
.woocommerce-checkout table.shop_table td.product-total {
    text-align: right;
}

.woocommerce-checkout table.shop_table tfoot th,
.woocommerce-checkout table.shop_table tfoot td {
    font-weight: 700;
    color: #101828;
}

.woocommerce-checkout table.shop_table .amount {
    font-weight: 700;
    color: #14213d;
}

/* Payment section */
.woocommerce-checkout #payment {
    background: #f8f7fc;
    border: 1px solid #e7eaf0;
    border-radius: 14px;
    padding: 18px;
    box-shadow: 0 6px 18px rgba(20, 33, 61, 0.04);
}

.woocommerce-checkout #payment ul.payment_methods {
    border-bottom: 1px solid #e4e7ec;
    margin-bottom: 14px;
    padding-bottom: 8px;
}

.woocommerce-checkout #payment ul.payment_methods li {
    margin-bottom: 10px;
}

.woocommerce-checkout #payment ul.payment_methods li label {
    font-weight: 600;
    color: #14213d;
}

.woocommerce-checkout #payment div.payment_box {
    background: #fff;
    border: 1px solid #e4e7ec;
    border-radius: 10px;
    padding: 12px 14px;
    color: #475467;
    margin-top: 10px;
}

.woocommerce-checkout #payment div.payment_box::before {
    display: none;
}

/* Privacy text */
.woocommerce-checkout .woocommerce-privacy-policy-text,
.woocommerce-checkout .place-order p,
.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper {
    font-size: 13px;
    line-height: 1.7;
    color: #667085;
}

/* Place order button */
.woocommerce-checkout #payment #place_order {
    min-width: 170px;
    min-height: 50px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 700;
}

/* Links */
.woocommerce-checkout a {
    text-decoration: none;
}

.woocommerce-checkout a:hover {
    text-decoration: underline;
}

/* Checkbox / radio */
.woocommerce-checkout input[type="checkbox"],
.woocommerce-checkout input[type="radio"] {
    transform: translateY(1px);
    margin-right: 7px;
}

/* Mobile polish only */
@media (max-width: 767px) {
    .woocommerce-checkout .woocommerce-billing-fields,
    .woocommerce-checkout .woocommerce-additional-fields,
    .woocommerce-checkout form.checkout_coupon,
    .woocommerce-checkout #payment {
        padding: 16px;
        border-radius: 12px;
    }

    .woocommerce-checkout h3,
    .woocommerce-checkout h2,
    .woocommerce-checkout .woocommerce-billing-fields h3,
    .woocommerce-checkout .woocommerce-additional-fields h3,
    .woocommerce-checkout #order_review_heading {
        font-size: 20px;
    }

    .woocommerce-checkout table.shop_table th,
    .woocommerce-checkout table.shop_table td {
        padding: 14px 10px;
        font-size: 14px;
    }

    .woocommerce-checkout #payment #place_order {
        width: 100%;
    }
}


.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    color: #fff;
    background-color: #1F57A2;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
}












.theme-wishlist-btn .tinv-wraper,
.theme-wishlist-btn .tinvwl_add_to_wishlist_button {
    margin: 0 !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
}

.theme-wishlist-btn .tinvwl_add_to_wishlist_button {
    font-size: 0 !important;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #fff;
    color: #222;
    box-shadow: 0 4px 14px rgba(0,0,0,0.08);
    position: relative;
    text-decoration: none !important;
}

.theme-wishlist-btn .tinvwl_add_to_wishlist_button:before {
    content: "\e90e";
    font-family: "icomoon", sans-serif;
    font-size: 16px;
    line-height: 1;
}

.theme-wishlist-btn .tinvwl_add_to_wishlist_button .tinvwl_add_to_wishlist-text,
.theme-wishlist-btn .tinvwl_add_to_wishlist_button .tinvwl-tooltip {
    display: none !important;
}

.full_atc_btn a.button,
.full_atc_btn a.add_to_cart_button,
.full_atc_btn a.product_type_simple,
.full_atc_btn a.product_type_variable,
.full_atc_btn a.product_type_grouped,
.full_atc_btn a.product_type_external {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    /*text-transform: lowercase;*/
    text-decoration: none;
}

.single_paginat a,
.single_paginat span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 42px;
    padding: 0 12px;
    text-decoration: none;
    color: inherit;
}

.rating_star .star-rating {
    float: none;
    margin: 0;
}

.rating_star .star-rating span:before,
.rating_star .star-rating:before {
    color: #f5a623;
}

.prod_soh .qk_view {
    text-decoration: none;
}



















/* =========================================
   SHOP PAGE FINAL FINE TUNE OVERRIDE
   ========================================= */

/* grid thoda aur compact */
.shop_products .row {
    --bs-gutter-x: 16px;
    --bs-gutter-y: 18px;
}

/* card */
.single_toparrival {
    border-radius: 12px;
    box-shadow: 0 3px 12px rgba(15, 23, 42, 0.045);
}

.single_toparrival:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.075);
}

/* image area aur thoda compact */
.single_toparrival .topariv_img {
    padding: 8px;
}

.single_toparrival .topariv_img img {
    height: 195px;
    min-height: 195px;
    max-height: 195px;
    border-radius: 8px;
}

/* badge smaller */
.single_toparrival .persof {
    top: 10px;
    left: 10px;
    min-width: 42px;
    height: 24px;
    padding: 4px 8px 0px 13px;
    font-size: 11px;
    border-radius: 6px;
}

/* wishlist smaller */
.single_toparrival .adto_wish {
    top: 10px;
    right: 10px;
}

.single_toparrival .theme-wishlist-btn .tinv-wraper,
.single_toparrival .theme-wishlist-btn .tinvwl_add_to_wishlist_button,
.single_toparrival .wishlist-fallback {
    width: 34px;
    height: 34px;
}

/* content compact */
.single_toparrival .topariv_cont {
    padding: 12px 12px 8px;
}

/* title less zoom */
.single_toparrival .topariv_cont h4 {
    font-size: 16px;
    line-height: 1.28;
    font-weight: 700;
    margin: 0 0 4px;
    min-height: 40px;
    letter-spacing: 0;
}

/* price thoda compact */
.single_toparrival .price {
    margin-bottom: 4px !important;
}

.single_toparrival .price .org_price,
.single_toparrival .price del,
.single_toparrival .price ins,
.single_toparrival .price .amount {
    font-size: 15px;
    line-height: 1.2;
}

.single_toparrival .price del .amount {
    font-size: 14px;
}

/* rating compact */
.single_toparrival .rating .d-flex {
    gap: 5px;
}

.single_toparrival .rating_star,
.single_toparrival .rating_star .star-rating {
    font-size: 12px;
}

.single_toparrival .rating_count {
    font-size: 12px;
}

/* button slimmer */
.single_toparrival .full_atc_btn {
    padding: 0 12px 12px;
    margin-top: 8px;
}

.single_toparrival .full_atc_btn a.button,
.single_toparrival .full_atc_btn a.add_to_cart_button,
.single_toparrival .full_atc_btn a.product_type_simple,
.single_toparrival .full_atc_btn a.product_type_variable,
.single_toparrival .full_atc_btn a.product_type_grouped,
.single_toparrival .full_atc_btn a.product_type_external {
    min-height: 38px;
    font-size: 13px;
    border-radius: 8px;
    padding: 0 12px;
    gap: 5px;
}

/* sorting compact */
.shop_page_area .sorting_filter select,
.shop_page_area .sorting_filter .nice-select {
    min-width: 190px;
    height: 40px;
    line-height: 38px;
    font-size: 13px;
    border-radius: 8px;
}

/* view icons smaller */
.shop_page_area .view_icon {
    width: 38px;
    height: 38px;
    border-radius: 8px;
}

/* sidebar thoda compact */
.shop_page_area .shop_sidebar {
    padding: 16px;
    border-radius: 12px;
}

/* desktop per 3 cards thoda aur balanced */
@media (min-width: 1200px) {
    .single_toparrival .topariv_img img {
        height: 185px;
        min-height: 185px;
        max-height: 185px;
    }

    .single_toparrival .topariv_cont h4 {
        font-size: 15px;
        min-height: 38px;
    }

    .single_toparrival .price .org_price,
    .single_toparrival .price del,
    .single_toparrival .price ins,
    .single_toparrival .price .amount {
        font-size: 14px;
    }
}

/* tablet */
@media (max-width: 991px) {
    .single_toparrival .topariv_img img {
        height: 180px;
        min-height: 180px;
        max-height: 180px;
    }

    .single_toparrival .topariv_cont h4 {
        font-size: 15px;
        min-height: 38px;
    }
}

/* mobile */
@media (max-width: 767px) {
    .single_toparrival .topariv_img img {
        height: 170px;
        min-height: 170px;
        max-height: 170px;
    }

    .single_toparrival .topariv_cont h4 {
        font-size: 14px;
        min-height: auto;
    }

    .single_toparrival .price .org_price,
    .single_toparrival .price del,
    .single_toparrival .price ins,
    .single_toparrival .price .amount {
        font-size: 14px;
    }

    .single_toparrival .full_atc_btn a.button,
    .single_toparrival .full_atc_btn a.add_to_cart_button,
    .single_toparrival .full_atc_btn a.product_type_simple,
    .single_toparrival .full_atc_btn a.product_type_variable,
    .single_toparrival .full_atc_btn a.product_type_grouped,
    .single_toparrival .full_atc_btn a.product_type_external {
        min-height: 36px;
        font-size: 12px;
    }
}





/* =========================
   RELATED PRODUCTS FINAL FIX
========================= */

.related_products_slider {
    position: relative;
}

.related_products_slider .slick-list {
    margin: 0 -10px;
    padding: 0 !important;
}

.related_products_slider .related_slide_item {
    padding: 0 10px;
    box-sizing: border-box;
}

.related_products_slider .slick-track {
    display: flex !important;
}

.related_products_slider .slick-slide {
    height: auto !important;
}

.related_products_slider .slick-slide > div {
    height: 100%;
}

.related_products_slider .single_new_arrive {
    height: 100%;
    position: relative;
    background: #fff;
    border: 1px solid #e9e9e9;
    transition: all 0.3s ease;
    overflow: hidden;
}

.related_products_slider .single_new_arrive:hover {
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);
    transform: translateY(-3px);
}

/* Image area smaller */
.related_products_slider .sna_img {
    position: relative;
    overflow: hidden;
    background: #f8f8f8;
    text-align: center;
}

.related_products_slider .sna_img a {
    display: block;
}

.related_products_slider .sna_img img.prd_img {
    width: 100%;
    height: 220px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
    transition: transform 0.35s ease;
}

.related_products_slider .single_new_arrive:hover .sna_img img.prd_img {
    transform: scale(1.04);
}

/* Overlay */
.related_products_slider .sna_img::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.14);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 1;
}

.related_products_slider .single_new_arrive:hover .sna_img::after {
    opacity: 1;
    visibility: visible;
}

/* Hover icons */
.related_products_slider .prodcut_hovcont {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 10px;
}

.related_products_slider .single_new_arrive:hover .prodcut_hovcont {
    opacity: 1;
    visibility: visible;
}

.related_products_slider .prodcut_hovcont .icon {
    width: 42px;
    height: 42px;
    min-width: 42px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #1f57a4;
    color: #fff !important;
    text-decoration: none;
    font-size: 18px;
    line-height: 1;
    border: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18);
    transition: all 0.25s ease;
}

.related_products_slider .prodcut_hovcont .icon:hover {
    background: #0d3f82;
    color: #fff !important;
    transform: translateY(-2px);
}

/* Sale tag */
.related_products_slider .tag {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 4;
    background: #ff003c;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    padding: 10px 12px;
    border-radius: 4px;
}

/* Content area compact */
.related_products_slider .sna_content {
    padding: 16px 16px 18px;
}

.related_products_slider .sna_content h4 {
    font-size: 18px;
    line-height: 1.35;
    margin: 0 0 10px;
    font-weight: 500;
    color: #202040;
    min-height: 48px;
    overflow: hidden;
}

.related_products_slider .sna_content a {
    text-decoration: none;
}

.related_products_slider .ratprice {
    margin-bottom: 12px;
}

.related_products_slider .price {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 8px;
}

.related_products_slider .price .org_price {
    font-size: 15px;
    font-weight: 600;
    color: #1f57a4;
}

.related_products_slider .price .prev_price {
    font-size: 14px;
    color: #777;
    text-decoration: line-through;
}

.related_products_slider .rating .rating_star {
    display: flex;
    align-items: center;
    gap: 2px;
}

.related_products_slider .rating .rating_star i {
    color: #f5b301;
    font-size: 14px;
}

.related_products_slider .rating .rating_count {
    margin: 0 0 0 6px;
    font-size: 14px;
    color: #666;
}

/* Button fix */
.related_products_slider .product_adcart .default_btn,
.related_products_slider .product_adcart a.default_btn,
.related_products_slider .product_adcart .button,
.related_products_slider .product_adcart a.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #1f57a4;
    color: #fff !important;
    border: none;
    padding: 11px 18px;
    min-height: 44px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
    border-radius: 4px;
    text-decoration: none;
    box-shadow: none;
    transition: all 0.25s ease;
}

.related_products_slider .product_adcart .default_btn:hover,
.related_products_slider .product_adcart a.default_btn:hover,
.related_products_slider .product_adcart .button:hover,
.related_products_slider .product_adcart a.button:hover {
    background: #0d3f82;
    color: #fff !important;
}

/* Slick arrows fix */
.related_products_slider .slick-prev,
.related_products_slider .slick-next {
    position: absolute;
    top: -64px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #1f57a4 !important;
    border: none;
    color: #fff !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    z-index: 9;
    cursor: pointer;
    transition: all 0.25s ease;
    font-size: 0;
    padding: 0;
}

.related_products_slider .slick-prev:hover,
.related_products_slider .slick-next:hover {
    background: #0d3f82 !important;
}

.related_products_slider .slick-prev {
    right: 48px;
    left: auto;
}

.related_products_slider .slick-next {
    right: 0;
}

.related_products_slider .slick-prev::before,
.related_products_slider .slick-next::before {
    display: none !important;
}

.related_products_slider .slick-prev i,
.related_products_slider .slick-next i {
    font-size: 18px;
    color: #fff !important;
    line-height: 1;
}

/* Disabled arrow */
.related_products_slider .slick-disabled {
    opacity: 0.45;
    pointer-events: none;
}

/* Prevent blue full block look */
.related_products_slider .slick-arrow:focus,
.related_products_slider .slick-arrow:active {
    outline: none;
    box-shadow: none;
}

/* Section title spacing */
.new_arrive .section_title_2 {
    margin-bottom: 0;
}

/* Compact card height on large screens */
@media (min-width: 1200px) {
    .related_products_slider .sna_img img.prd_img {
        height: 200px;
    }

    .related_products_slider .sna_content h4 {
        font-size: 17px;
        min-height: 44px;
    }
}

/* Tablet */
@media (max-width: 991px) {
    .related_products_slider .sna_img img.prd_img {
        height: 200px;
    }

    .related_products_slider .sna_content {
        padding: 14px;
    }

    .related_products_slider .sna_content h4 {
        font-size: 16px;
        min-height: 42px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .related_products_slider .slick-list {
        margin: 0 -8px;
    }

    .related_products_slider .related_slide_item {
        padding: 0 8px;
    }

    .related_products_slider .sna_img img.prd_img {
        height: 180px;
    }

    .related_products_slider .sna_content {
        padding: 13px;
    }

    .related_products_slider .sna_content h4 {
        font-size: 15px;
        min-height: auto;
        margin-bottom: 8px;
    }

    .related_products_slider .price .org_price {
        font-size: 14px;
    }

    .related_products_slider .price .prev_price {
        font-size: 13px;
    }

    .related_products_slider .slick-prev,
    .related_products_slider .slick-next {
        top: -54px;
        width: 34px;
        height: 34px;
    }

    .related_products_slider .slick-prev {
        right: 42px;
    }

    .related_products_slider .prodcut_hovcont .icon {
        width: 38px;
        height: 38px;
        min-width: 38px;
        font-size: 16px;
    }
}






/* =========================
   WISHLIST TABLE FINAL FIX
   Proper table layout only
========================= */

/* Main wrapper */
.entry-content .tinv-wishlist,
.entry-content .woocommerce.tinv-wishlist,
.tinv-wishlist.woocommerce {
    width: 100%;
    margin: 0;
    padding: 0;
}

/* Title spacing */
.entry-content .tinv-wishlist h1,
.entry-content .tinv-wishlist h2,
.entry-content .tinv-wishlist h3,
.tinv-wishlist .wishlist-title {
    margin: 0 0 20px !important;
    color: #1f2340 !important;
    font-size: 22px !important;
    line-height: 1.3 !important;
    font-weight: 600 !important;
}

/* Keep table wrapper stable */
.entry-content .tinv-wishlist .tinvwl-table-manage-list,
.entry-content .woocommerce.tinv-wishlist .tinvwl-table-manage-list {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    clear: both;
}

/* Table reset */
.entry-content .tinv-wishlist .tinvwl-table-manage-list table,
.entry-content .woocommerce.tinv-wishlist .tinvwl-table-manage-list table,
.tinvwl-table-manage-list table.tinvwl-table-manage-list {
    width: 100% !important;
    min-width: 1100px;
    border-collapse: collapse !important;
    border-spacing: 0 !important;
    table-layout: fixed;
    background: #fff;
    margin: 0 !important;
}

/* Header */
.entry-content .tinv-wishlist .tinvwl-table-manage-list thead th,
.entry-content .woocommerce.tinv-wishlist .tinvwl-table-manage-list thead th {
    background: #fff !important;
    color: #1f2340 !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    padding: 16px 12px !important;
    border-bottom: 1px solid #e8e8e8 !important;
    text-align: left !important;
    vertical-align: middle !important;
    white-space: nowrap;
}

/* Body cells */
.entry-content .tinv-wishlist .tinvwl-table-manage-list tbody td,
.entry-content .woocommerce.tinv-wishlist .tinvwl-table-manage-list tbody td {
    padding: 16px 12px !important;
    border-bottom: 1px solid #ededed !important;
    vertical-align: middle !important;
    background: #fff !important;
    color: #333 !important;
    font-size: 15px !important;
    line-height: 1.4 !important;
    text-align: left !important;
}

/* Last row border */
.entry-content .tinv-wishlist .tinvwl-table-manage-list tbody tr:last-child td,
.entry-content .woocommerce.tinv-wishlist .tinvwl-table-manage-list tbody tr:last-child td {
    border-bottom: 1px solid #ededed !important;
}

/* Column widths */
.entry-content .tinv-wishlist .tinvwl-table-manage-list th.product-cb,
.entry-content .tinv-wishlist .tinvwl-table-manage-list td.product-cb {
    width: 44px !important;
    min-width: 44px !important;
    text-align: center !important;
}

.entry-content .tinv-wishlist .tinvwl-table-manage-list th.product-remove,
.entry-content .tinv-wishlist .tinvwl-table-manage-list td.product-remove {
    width: 52px !important;
    min-width: 52px !important;
    text-align: center !important;
}

.entry-content .tinv-wishlist .tinvwl-table-manage-list th.product-thumbnail,
.entry-content .tinv-wishlist .tinvwl-table-manage-list td.product-thumbnail {
    width: 95px !important;
    min-width: 95px !important;
}

.entry-content .tinv-wishlist .tinvwl-table-manage-list th.product-name,
.entry-content .tinv-wishlist .tinvwl-table-manage-list td.product-name {
    width: 28% !important;
}

.entry-content .tinv-wishlist .tinvwl-table-manage-list th.product-price,
.entry-content .tinv-wishlist .tinvwl-table-manage-list td.product-price {
    width: 15% !important;
}

.entry-content .tinv-wishlist .tinvwl-table-manage-list th.product-date,
.entry-content .tinv-wishlist .tinvwl-table-manage-list td.product-date {
    width: 16% !important;
}

.entry-content .tinv-wishlist .tinvwl-table-manage-list th.product-stock,
.entry-content .tinv-wishlist .tinvwl-table-manage-list td.product-stock {
    width: 15% !important;
}

.entry-content .tinv-wishlist .tinvwl-table-manage-list th.product-action,
.entry-content .tinv-wishlist .tinvwl-table-manage-list td.product-action {
    width: 16% !important;
    text-align: center !important;
}

/* Product image */
.entry-content .tinv-wishlist .tinvwl-table-manage-list td.product-thumbnail img,
.entry-content .woocommerce.tinv-wishlist .tinvwl-table-manage-list td.product-thumbnail img {
    width: 72px !important;
    height: 72px !important;
    min-width: 72px !important;
    object-fit: contain !important;
    display: block !important;
    background: #f7f7f7 !important;
    border-radius: 6px !important;
    padding: 4px !important;
    box-shadow: none !important;
    border: none !important;
}

/* Product name link */
.entry-content .tinv-wishlist .tinvwl-table-manage-list td.product-name a,
.entry-content .woocommerce.tinv-wishlist .tinvwl-table-manage-list td.product-name a {
    color: #1f57a4 !important;
    font-size: 16px !important;
    line-height: 1.45 !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    box-shadow: none !important;
    border: 0 !important;
    background: transparent !important;
}

.entry-content .tinv-wishlist .tinvwl-table-manage-list td.product-name a:hover,
.entry-content .woocommerce.tinv-wishlist .tinvwl-table-manage-list td.product-name a:hover,
.entry-content .tinv-wishlist .tinvwl-table-manage-list td.product-name a:focus,
.entry-content .woocommerce.tinv-wishlist .tinvwl-table-manage-list td.product-name a:focus {
    color: #0d3f82 !important;
    text-decoration: none !important;
    outline: none !important;
    background: transparent !important;
}

/* Checkbox */
.entry-content .tinv-wishlist input[type="checkbox"],
.entry-content .woocommerce.tinv-wishlist input[type="checkbox"] {
    width: 16px !important;
    height: 16px !important;
    accent-color: #1f57a4;
    box-shadow: none !important;
}

/* Remove icon */
.entry-content .tinv-wishlist .product-remove button,
.entry-content .tinv-wishlist .product-remove a,
.entry-content .tinv-wishlist .product-remove .remove,
.entry-content .woocommerce.tinv-wishlist .product-remove button,
.entry-content .woocommerce.tinv-wishlist .product-remove a,
.entry-content .woocommerce.tinv-wishlist .product-remove .remove {
    width: 28px !important;
    height: 28px !important;
    min-width: 28px !important;
    min-height: 28px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 50% !important;
    background: #f2f2f2 !important;
    color: #111 !important;
    border: none !important;
    box-shadow: none !important;
    text-decoration: none !important;
    font-size: 18px !important;
    line-height: 1 !important;
    padding: 0 !important;
    outline: none !important;
}

.entry-content .tinv-wishlist .product-remove button:hover,
.entry-content .tinv-wishlist .product-remove a:hover,
.entry-content .tinv-wishlist .product-remove .remove:hover,
.entry-content .woocommerce.tinv-wishlist .product-remove button:hover,
.entry-content .woocommerce.tinv-wishlist .product-remove a:hover,
.entry-content .woocommerce.tinv-wishlist .product-remove .remove:hover {
    background: #e11d48 !important;
    color: #fff !important;
}

/* Price */
.entry-content .tinv-wishlist td.product-price,
.entry-content .woocommerce.tinv-wishlist td.product-price {
    white-space: nowrap;
}

.entry-content .tinv-wishlist td.product-price ins,
.entry-content .woocommerce.tinv-wishlist td.product-price ins {
    color: #1f57a4 !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    background: transparent !important;
}

.entry-content .tinv-wishlist td.product-price del,
.entry-content .woocommerce.tinv-wishlist td.product-price del {
    color: #777 !important;
    opacity: 1 !important;
    margin-right: 6px !important;
}

/* Date */
.entry-content .tinv-wishlist td.product-date,
.entry-content .woocommerce.tinv-wishlist td.product-date {
    white-space: nowrap;
}

/* Stock */
.entry-content .tinv-wishlist td.product-stock,
.entry-content .woocommerce.tinv-wishlist td.product-stock {
    white-space: nowrap;
    color: #222 !important;
    font-weight: 500 !important;
}

.entry-content .tinv-wishlist td.product-stock i,
.entry-content .woocommerce.tinv-wishlist td.product-stock i {
    color: #111 !important;
    margin-right: 6px !important;
}

/* Add to cart button in row */
.entry-content .tinv-wishlist td.product-action .button,
.entry-content .tinv-wishlist td.product-action a.button,
.entry-content .tinv-wishlist td.product-action button,
.entry-content .woocommerce.tinv-wishlist td.product-action .button,
.entry-content .woocommerce.tinv-wishlist td.product-action a.button,
.entry-content .woocommerce.tinv-wishlist td.product-action button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 42px !important;
    padding: 10px 16px !important;
    background: #1f57a4 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 6px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    line-height: 1.2 !important;
    box-shadow: none !important;
    outline: none !important;
    white-space: nowrap !important;
}

.entry-content .tinv-wishlist td.product-action .button:hover,
.entry-content .tinv-wishlist td.product-action a.button:hover,
.entry-content .tinv-wishlist td.product-action button:hover,
.entry-content .tinv-wishlist td.product-action .button:focus,
.entry-content .tinv-wishlist td.product-action a.button:focus,
.entry-content .tinv-wishlist td.product-action button:focus,
.entry-content .woocommerce.tinv-wishlist td.product-action .button:hover,
.entry-content .woocommerce.tinv-wishlist td.product-action a.button:hover,
.entry-content .woocommerce.tinv-wishlist td.product-action button:hover,
.entry-content .woocommerce.tinv-wishlist td.product-action .button:focus,
.entry-content .woocommerce.tinv-wishlist td.product-action a.button:focus,
.entry-content .woocommerce.tinv-wishlist td.product-action button:focus {
    background: #1f57a4 !important;
    color: #fff !important;
    box-shadow: none !important;
    outline: none !important;
}

/* Bottom action row */
.entry-content .tinv-wishlist .tinvwl-input-group,
.entry-content .woocommerce.tinv-wishlist .tinvwl-input-group,
.entry-content .tinv-wishlist .tinvwl-to-left,
.entry-content .woocommerce.tinv-wishlist .tinvwl-to-left,
.entry-content .tinv-wishlist .tinvwl-to-right,
.entry-content .woocommerce.tinv-wishlist .tinvwl-to-right {
    /*display: flex !important;*/
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 12px !important;
    margin-top: 16px !important;
}

/* Left and right areas */
.entry-content .tinv-wishlist .tinvwl-to-left,
.entry-content .woocommerce.tinv-wishlist .tinvwl-to-left {
    float: left !important;
}

.entry-content .tinv-wishlist .tinvwl-to-right,
.entry-content .woocommerce.tinv-wishlist .tinvwl-to-right {
    float: right !important;
}

/* Select dropdown */
.entry-content .tinv-wishlist select,
.entry-content .woocommerce.tinv-wishlist select {
    min-width: 220px !important;
    height: 42px !important;
    padding: 0 14px !important;
    border: 1px solid #d9d9d9 !important;
    border-radius: 6px !important;
    background: #fff !important;
    color: #222 !important;
    font-size: 15px !important;
    box-shadow: none !important;
    outline: none !important;
}

/* Bottom buttons */
.entry-content .tinv-wishlist .tinvwl-input-group .button,
.entry-content .tinv-wishlist .tinvwl-input-group button,
.entry-content .tinv-wishlist .tinvwl-to-left .button,
.entry-content .tinv-wishlist .tinvwl-to-right .button,
.entry-content .woocommerce.tinv-wishlist .tinvwl-input-group .button,
.entry-content .woocommerce.tinv-wishlist .tinvwl-input-group button,
.entry-content .woocommerce.tinv-wishlist .tinvwl-to-left .button,
.entry-content .woocommerce.tinv-wishlist .tinvwl-to-right .button {
    min-height: 42px !important;
    padding: 10px 18px !important;
    margin-left: 15px;
    background: #1f57a4 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 6px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    line-height: 1.2 !important;
    box-shadow: none !important;
    outline: none !important;
    white-space: nowrap !important;
}

.entry-content .tinv-wishlist .tinvwl-input-group .button:hover,
.entry-content .tinv-wishlist .tinvwl-input-group button:hover,
.entry-content .tinv-wishlist .tinvwl-to-left .button:hover,
.entry-content .tinv-wishlist .tinvwl-to-right .button:hover,
.entry-content .tinv-wishlist .tinvwl-input-group .button:focus,
.entry-content .tinv-wishlist .tinvwl-input-group button:focus,
.entry-content .tinv-wishlist .tinvwl-to-left .button:focus,
.entry-content .tinv-wishlist .tinvwl-to-right .button:focus,
.entry-content .woocommerce.tinv-wishlist .tinvwl-input-group .button:hover,
.entry-content .woocommerce.tinv-wishlist .tinvwl-input-group button:hover,
.entry-content .woocommerce.tinv-wishlist .tinvwl-to-left .button:hover,
.entry-content .woocommerce.tinv-wishlist .tinvwl-to-right .button:hover,
.entry-content .woocommerce.tinv-wishlist .tinvwl-input-group .button:focus,
.entry-content .woocommerce.tinv-wishlist .tinvwl-input-group button:focus,
.entry-content .woocommerce.tinv-wishlist .tinvwl-to-left .button:focus,
.entry-content .woocommerce.tinv-wishlist .tinvwl-to-right .button:focus {
    background: #0d3f82 !important;
    color: #fff !important;
    box-shadow: none !important;
    outline: none !important;
}

/* Remove ugly blue hover/focus from all links/buttons inside wishlist */
.entry-content .tinv-wishlist a,
.entry-content .tinv-wishlist button,
.entry-content .tinv-wishlist input,
.entry-content .tinv-wishlist select,
.entry-content .woocommerce.tinv-wishlist a,
.entry-content .woocommerce.tinv-wishlist button,
.entry-content .woocommerce.tinv-wishlist input,
.entry-content .woocommerce.tinv-wishlist select {
    -webkit-tap-highlight-color: transparent;
}

.entry-content .tinv-wishlist a:focus,
.entry-content .tinv-wishlist button:focus,
.entry-content .tinv-wishlist input:focus,
.entry-content .tinv-wishlist select:focus,
.entry-content .woocommerce.tinv-wishlist a:focus,
.entry-content .woocommerce.tinv-wishlist button:focus,
.entry-content .woocommerce.tinv-wishlist input:focus,
.entry-content .woocommerce.tinv-wishlist select:focus {
    outline: none !important;
    box-shadow: none !important;
}

/* Clear floats under actions */
.entry-content .tinv-wishlist .tinvwl-input-group::after,
.entry-content .woocommerce.tinv-wishlist .tinvwl-input-group::after,
.entry-content .tinv-wishlist .tinv-wishlist-clear::after,
.entry-content .woocommerce.tinv-wishlist .tinv-wishlist-clear::after {
    content: "";
    display: block;
    clear: both;
}

/* Mobile/tablet: keep table format with horizontal scroll */
@media (max-width: 991px) {
    .entry-content .tinv-wishlist .tinvwl-table-manage-list table,
    .entry-content .woocommerce.tinv-wishlist .tinvwl-table-manage-list table {
        min-width: 980px;
    }

    .entry-content .tinv-wishlist .tinvwl-table-manage-list thead th,
    .entry-content .woocommerce.tinv-wishlist .tinvwl-table-manage-list thead th,
    .entry-content .tinv-wishlist .tinvwl-table-manage-list tbody td,
    .entry-content .woocommerce.tinv-wishlist .tinvwl-table-manage-list tbody td {
        padding: 14px 10px !important;
        font-size: 14px !important;
    }

    .entry-content .tinv-wishlist td.product-thumbnail img,
    .entry-content .woocommerce.tinv-wishlist td.product-thumbnail img {
        width: 64px !important;
        height: 64px !important;
        min-width: 64px !important;
    }

    .entry-content .tinv-wishlist td.product-name a,
    .entry-content .woocommerce.tinv-wishlist td.product-name a {
        font-size: 15px !important;
    }
}

@media (max-width: 767px) {
    .entry-content .tinv-wishlist .tinvwl-table-manage-list table,
    .entry-content .woocommerce.tinv-wishlist .tinvwl-table-manage-list table {
        min-width: 920px;
    }

    .entry-content .tinv-wishlist .tinvwl-input-group,
    .entry-content .woocommerce.tinv-wishlist .tinvwl-input-group {
        display: block !important;
    }

    .entry-content .tinv-wishlist .tinvwl-to-left,
    .entry-content .woocommerce.tinv-wishlist .tinvwl-to-left,
    .entry-content .tinv-wishlist .tinvwl-to-right,
    .entry-content .woocommerce.tinv-wishlist .tinvwl-to-right {
        float: none !important;
        display: flex !important;
        flex-wrap: wrap !important;
        gap: 10px !important;
        margin-top: 12px !important;
    }

    .entry-content .tinv-wishlist select,
    .entry-content .woocommerce.tinv-wishlist select {
        min-width: 170px !important;
    }
}




/* Common custom header */
.rr-woo-header {
    text-align: center;
    padding: 30px 15px 20px;
}

.rr-woo-header .entry-title {
    margin: 0 0 12px;
    font-size: 42px;
    line-height: 1.2;
    font-weight: 600;
    color: #232347;
}

.rr-breadcrumb-wrap {
    margin-top: 8px;
}

.rr-breadcrumb,
.rr-single-product-top .rr-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    color: #666;
    margin: 0;
}

.rr-breadcrumb-item,
.rr-breadcrumb a {
    color: #666;
    text-decoration: none;
}

.rr-breadcrumb a:hover {
    color: #1e73be;
}

.rr-breadcrumb-sep {
    color: #999;
    display: inline-block;
}

/* single product breadcrumb area */
.rr-single-product-top {
    width: 100%;
    margin-bottom: 20px;
}

.rr-single-product-top .woocommerce-breadcrumb {
    margin-bottom: 0;
    justify-content: flex-start;
}

@media (max-width: 767px) {
    .rr-woo-header {
        padding: 22px 12px 16px;
    }

    .rr-woo-header .entry-title {
        font-size: 30px;
    }

    .rr-breadcrumb,
    .rr-single-product-top .rr-breadcrumb {
        font-size: 13px;
        gap: 6px;
    }
}





div#cust_wishtop {
    margin-top: 50px;
}




/* =========================
   PRODUCT DETAIL TOP BANNER
   ========================= */
.single-product .rr-product-banner {
    width: 100%;
    background: #f3f3f3;
    padding: 38px 15px 34px;
    margin: 0 0 50px;
    text-align: center;
}

.single-product .rr-product-banner-inner {
    max-width: 1200px;
    margin: 0 auto;
}

.single-product .rr-product-banner-title {
    margin: 0 0 14px;
    font-size: 40px;
    line-height: 1.12;
    font-weight: 700;
    color: #232347;
    word-break: break-word;
}

.single-product .rr-product-banner .rr-breadcrumb,
.single-product .rr-product-banner .woocommerce-breadcrumb {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
    color: #7a7a7a;
}

.single-product .rr-product-banner .rr-breadcrumb-item,
.single-product .rr-product-banner .woocommerce-breadcrumb a {
    color: #7a7a7a;
    text-decoration: none;
    font-weight: 400;
}

.single-product .rr-product-banner .woocommerce-breadcrumb a:hover {
    color: #1e73be;
}

.single-product .rr-product-banner .rr-breadcrumb-sep {
    color: #999;
    display: inline-block;
    margin: 0 4px;
}

/* default product page spacing improve */
.single-product div.product {
    margin-top: 0;
}

/* hide any extra default top title if theme shows one */
.single-product .entry-header {
    display: none;
}

/* mobile */
@media (max-width: 991px) {
    .single-product .rr-product-banner {
        padding: 30px 15px 28px;
        margin-bottom: 35px;
    }

    .single-product .rr-product-banner-title {
        font-size: 42px;
    }
}

@media (max-width: 767px) {
    .single-product .rr-product-banner {
        padding: 24px 12px 22px;
        margin-bottom: 28px;
    }

    .single-product .rr-product-banner-title {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .single-product .rr-product-banner .rr-breadcrumb,
    .single-product .rr-product-banner .woocommerce-breadcrumb {
        font-size: 14px;
        gap: 5px;
    }
}



/* =========================
   PRODUCT DETAIL TOP BANNER
   ========================= */
.rr-product-banner {
    width: 100%;
    background: #f3f3f3;
    padding: 42px 15px 36px;
    margin: 0 0 50px;
    text-align: center;
}

.rr-product-banner-inner {
    max-width: 1200px;
    margin: 0 auto;
}

.rr-product-banner-title {
    margin: 0 0 14px;
    font-size: 56px;
    line-height: 1.15;
    font-weight: 700;
    color: #232347;
    word-break: break-word;
}

.rr-product-banner-breadcrumb {
    margin-top: 0;
}

.rr-product-banner .rr-breadcrumb,
.rr-product-banner .woocommerce-breadcrumb {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
    color: #7a7a7a;
}

.rr-product-banner .rr-breadcrumb-item,
.rr-product-banner .woocommerce-breadcrumb a,
.rr-product-banner .rr-breadcrumb a {
    color: #7a7a7a;
    text-decoration: none;
    font-weight: 400;
}

.rr-product-banner .woocommerce-breadcrumb a:hover,
.rr-product-banner .rr-breadcrumb a:hover {
    color: #1e73be;
}

.rr-product-banner .rr-breadcrumb-sep {
    color: #999;
    display: inline-block;
    margin: 0 4px;
}

/* product section upar chipka hua na lage */
.product_view_wrap {
    margin-top: 0;
}

/* mobile */
@media (max-width: 991px) {
    .rr-product-banner {
        padding: 32px 15px 28px;
        margin-bottom: 35px;
    }

    .rr-product-banner-title {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    .rr-product-banner {
        padding: 24px 12px 22px;
        margin-bottom: 28px;
    }

    .rr-product-banner-title {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .rr-product-banner .rr-breadcrumb,
    .rr-product-banner .woocommerce-breadcrumb {
        font-size: 14px;
        gap: 5px;
    }
}




/* WooCommerce notices */
.rr-woo-notices-wrap {
    margin-bottom: 20px;
}

.rr-woo-notices-wrap .woocommerce-message,
.rr-woo-notices-wrap .woocommerce-error,
.rr-woo-notices-wrap .woocommerce-info {
    margin: 0 0 20px !important;
    border-radius: 8px;
    font-size: 15px;
}




/* =========================================
   WOO MY ACCOUNT - COMPLETE PROFESSIONAL UI
   ========================================= */

/* main wrapper */
.woocommerce-account .woocommerce {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    max-width: 1320px;
    margin: 0 auto;
    padding: 40px 15px 60px;
    align-items: flex-start;
}

/* left navigation */
.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 280px;
    flex: 0 0 280px;
    background: #ffffff;
    border: 1px solid #e9edf5;
    border-radius: 16px;
    box-shadow: 0 8px 28px rgba(16, 24, 40, 0.06);
    overflow: hidden;
    position: sticky;
    top: 20px;
}

/* nav list reset */
.woocommerce-account .woocommerce-MyAccount-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* nav item */
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #eef2f7;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li:last-child {
    border-bottom: 0;
}

/* nav links */
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 16px 20px;
    font-size: 16px;
    font-weight: 600;
    color: #232347;
    text-decoration: none;
    line-height: 1.4;
    transition: all 0.25s ease;
    background: #fff;
}

/* hover */
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
    background: #f7f9fc;
    color: #1f57a4;
    padding-left: 24px;
}

/* active */
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
    background: #1f57a4;
    color: #fff;
}

/* logout */
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a {
    color: #d33;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:hover {
    background: #fff5f5;
    color: #b42318;
}

/* right content */
.woocommerce-account .woocommerce-MyAccount-content {
    flex: 1 1 calc(100% - 310px);
    min-width: 0;
    background: #ffffff;
    border: 1px solid #e9edf5;
    border-radius: 18px;
    box-shadow: 0 8px 28px rgba(16, 24, 40, 0.06);
    padding: 32px;
}

/* dashboard text */
.woocommerce-account .woocommerce-MyAccount-content p {
    font-size: 18px;
    line-height: 1.75;
    color: #344054;
    margin: 0 0 18px;
}

.woocommerce-account .woocommerce-MyAccount-content p strong {
    color: #101828;
    font-weight: 700;
}

.woocommerce-account .woocommerce-MyAccount-content a {
    color: #1f57a4;
    text-decoration: none;
    font-weight: 600;
}

.woocommerce-account .woocommerce-MyAccount-content a:hover {
    color: #0d3f82;
    text-decoration: underline;
}

/* headings */
.woocommerce-account .woocommerce-MyAccount-content h2,
.woocommerce-account .woocommerce-MyAccount-content h3,
.woocommerce-account .woocommerce-MyAccount-content legend {
    font-size: 28px;
    line-height: 1.3;
    color: #232347;
    margin: 0 0 20px;
    font-weight: 700;
    border: 0;
    padding: 0;
}

/* forms */
.woocommerce-account .woocommerce-MyAccount-content form {
    margin: 0;
}

.woocommerce-account .woocommerce-MyAccount-content .form-row,
.woocommerce-account .woocommerce-MyAccount-content p.form-row {
    margin-bottom: 18px;
}

.woocommerce-account .woocommerce-MyAccount-content label {
    display: block;
    margin-bottom: 8px;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 600;
    color: #232347;
}

.woocommerce-account .woocommerce-MyAccount-content input[type="text"],
.woocommerce-account .woocommerce-MyAccount-content input[type="email"],
.woocommerce-account .woocommerce-MyAccount-content input[type="password"],
.woocommerce-account .woocommerce-MyAccount-content input[type="tel"],
.woocommerce-account .woocommerce-MyAccount-content input[type="number"],
.woocommerce-account .woocommerce-MyAccount-content textarea,
.woocommerce-account .woocommerce-MyAccount-content select {
    width: 100%;
    min-height: 52px;
    border: 1px solid #d0d5dd;
    border-radius: 12px;
    background: #fff;
    padding: 12px 16px;
    font-size: 15px;
    color: #101828;
    box-shadow: none;
    transition: all 0.25s ease;
}

.woocommerce-account .woocommerce-MyAccount-content textarea {
    min-height: 120px;
    resize: vertical;
    padding-top: 14px;
}

.woocommerce-account .woocommerce-MyAccount-content input:focus,
.woocommerce-account .woocommerce-MyAccount-content textarea:focus,
.woocommerce-account .woocommerce-MyAccount-content select:focus {
    outline: none;
    border-color: #1f57a4;
    box-shadow: 0 0 0 4px rgba(31, 87, 164, 0.10);
}

/* buttons */
.woocommerce-account .woocommerce-MyAccount-content .button,
.woocommerce-account .woocommerce-MyAccount-content button,
.woocommerce-account .woocommerce-MyAccount-content input[type="submit"],
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    border-radius: 12px;
    background: #1f57a4;
    color: #fff !important;
    border: 1px solid #1f57a4;
    padding: 12px 22px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none !important;
    box-shadow: none;
    transition: all 0.25s ease;
    cursor: pointer;
}

.woocommerce-account .woocommerce-MyAccount-content .button:hover,
.woocommerce-account .woocommerce-MyAccount-content button:hover,
.woocommerce-account .woocommerce-MyAccount-content input[type="submit"]:hover,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Button:hover {
    background: #0d3f82;
    border-color: #0d3f82;
    color: #fff !important;
    transform: translateY(-1px);
}

/* secondary button links */
.woocommerce-account .woocommerce-MyAccount-content .button.is-outline,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-button.view,
.woocommerce-account .woocommerce-MyAccount-content a.button {
    background: #fff;
    color: #fff !important;
    border: 1px solid #c9d7ea;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-button.view:hover,
.woocommerce-account .woocommerce-MyAccount-content a.button:hover {
    background: #f5f9ff;
    border-color: #1f57a4;
    /*color: #1f57a4 !important;*/
}

/* tables */
.woocommerce-account .woocommerce-MyAccount-content table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin: 0 0 20px;
    border: 1px solid #e9edf5;
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
}

.woocommerce-account .woocommerce-MyAccount-content table thead th {
    background: #f8fafc;
    color: #232347;
    font-size: 15px;
    font-weight: 700;
    padding: 16px 18px;
    border-bottom: 1px solid #e9edf5;
    text-align: left;
}

.woocommerce-account .woocommerce-MyAccount-content table tbody td {
    padding: 16px 18px;
    font-size: 15px;
    line-height: 1.55;
    color: #344054;
    border-bottom: 1px solid #eef2f7;
    vertical-align: middle;
}

.woocommerce-account .woocommerce-MyAccount-content table tbody tr:last-child td {
    border-bottom: 0;
}

/* order status badges */
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-status,
.woocommerce-account .woocommerce-MyAccount-content td.order-status {
    font-weight: 700;
}

/* addresses blocks */
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address,
.woocommerce-account .woocommerce-MyAccount-content .addresses .col-1,
.woocommerce-account .woocommerce-MyAccount-content .addresses .col-2 {
    background: #f8fafc;
    border: 1px solid #e9edf5;
    border-radius: 16px;
    padding: 22px;
    margin-bottom: 20px;
    width: 100%;
}

.woocommerce-account .woocommerce-MyAccount-content .addresses {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.woocommerce-account .woocommerce-MyAccount-content address {
    font-style: normal;
    color: #344054;
    line-height: 1.8;
    margin: 10px 0 0;
    font-size: 15px;
}

/* address title row */
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 8px;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address-title h3 {
    font-size: 22px;
    margin: 0;
}

/* notices */
.woocommerce-account .woocommerce-message,
.woocommerce-account .woocommerce-info,
.woocommerce-account .woocommerce-error {
    margin: 0 0 24px !important;
    border-radius: 14px;
    border: 1px solid #dbe6f3;
    background: #f8fbff;
    color: #1d2939;
    padding: 16px 18px;
    font-size: 15px;
    line-height: 2.6;
}

/* login/register inside account */
.woocommerce-account .u-column1,
.woocommerce-account .u-column2,
.woocommerce-account .woocommerce-form-login,
.woocommerce-account .woocommerce-form-register {
    background: #fff;
    border: 1px solid #e9edf5;
    border-radius: 18px;
    padding: 28px;
    box-shadow: 0 8px 28px rgba(16, 24, 40, 0.05);
}

/* login/register wrapper */
.woocommerce-account .u-columns.woocommerce-Addresses,
.woocommerce-account .u-columns.col2-set {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}

.woocommerce-account .u-columns.col2-set .u-column1,
.woocommerce-account .u-columns.col2-set .u-column2 {
    flex: 1 1 calc(50% - 12px);
}

/* account dashboard list links */
.woocommerce-account .woocommerce-MyAccount-content ul {
    padding-left: 18px;
}

.woocommerce-account .woocommerce-MyAccount-content ul li {
    margin-bottom: 8px;
    color: #344054;
}

/* payment methods */
.woocommerce-account .woocommerce-PaymentMethods {
    list-style: none;
    padding: 0;
    margin: 0;
}

.woocommerce-account .woocommerce-PaymentMethods li {
    border: 1px solid #e9edf5;
    border-radius: 14px;
    padding: 18px;
    margin-bottom: 14px;
    background: #fff;
}

/* downloads empty / orders empty */
.woocommerce-account .woocommerce-Message,
.woocommerce-account .woocommerce-info {
    border-radius: 14px;
}

/* customer details */
.woocommerce-account .woocommerce-customer-details,
.woocommerce-account .woocommerce-order-details,
.woocommerce-account .woocommerce-columns--addresses {
    margin-top: 25px;
}

/* endpoint content spacing */
.woocommerce-account .woocommerce-MyAccount-content > *:last-child {
    margin-bottom: 0;
}

/* select2 support */
.woocommerce-account .select2-container .select2-selection--single {
    height: 52px;
    border: 1px solid #d0d5dd;
    border-radius: 12px;
    padding: 10px 14px;
}

.woocommerce-account .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 30px;
    color: #101828;
    padding-left: 0;
}

.woocommerce-account .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 50px;
    right: 10px;
}

/* lost password / small text */
.woocommerce-account .woocommerce-form-login .lost_password,
.woocommerce-account .woocommerce-form-register .woocommerce-privacy-policy-text,
.woocommerce-account .woocommerce-password-strength,
.woocommerce-account small {
    font-size: 14px;
    line-height: 1.6;
    color: #667085;
}

/* hide ugly floats from old theme */
.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content,
.woocommerce-account .addresses .title,
.woocommerce-account .woocommerce-Address-title {
    float: none !important;
}

/* clear old widths */
.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content {
    max-width: none !important;
}

/* =========================================
   MOBILE
   ========================================= */
@media (max-width: 991px) {
    .woocommerce-account .woocommerce {
        gap: 20px;
        padding: 28px 15px 40px;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation,
    .woocommerce-account .woocommerce-MyAccount-content {
        width: 100%;
        flex: 0 0 100%;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation {
        position: static;
    }

    .woocommerce-account .woocommerce-MyAccount-content {
        padding: 24px;
    }

    .woocommerce-account .woocommerce-MyAccount-content .addresses {
        grid-template-columns: 1fr;
    }

    .woocommerce-account .u-columns.col2-set .u-column1,
    .woocommerce-account .u-columns.col2-set .u-column2 {
        flex: 1 1 100%;
    }
}

@media (max-width: 767px) {
    .woocommerce-account .woocommerce {
        padding: 22px 12px 32px;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation {
        border-radius: 14px;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation ul li a {
        padding: 14px 16px;
        font-size: 15px;
    }

    .woocommerce-account .woocommerce-MyAccount-content {
        padding: 18px;
        border-radius: 14px;
    }

    .woocommerce-account .woocommerce-MyAccount-content p {
        font-size: 16px;
        line-height: 1.7;
    }

    .woocommerce-account .woocommerce-MyAccount-content h2,
    .woocommerce-account .woocommerce-MyAccount-content h3,
    .woocommerce-account .woocommerce-MyAccount-content legend {
        font-size: 22px;
    }

    .woocommerce-account .woocommerce-MyAccount-content table,
    .woocommerce-account .woocommerce-MyAccount-content thead,
    .woocommerce-account .woocommerce-MyAccount-content tbody,
    .woocommerce-account .woocommerce-MyAccount-content th,
    .woocommerce-account .woocommerce-MyAccount-content td,
    .woocommerce-account .woocommerce-MyAccount-content tr {
        display: block;
        width: 100%;
    }

    .woocommerce-account .woocommerce-MyAccount-content table thead {
        display: none;
    }

    .woocommerce-account .woocommerce-MyAccount-content table {
        border: 0;
        background: transparent;
    }

    .woocommerce-account .woocommerce-MyAccount-content table tbody tr {
        background: #fff;
        border: 1px solid #e9edf5;
        border-radius: 14px;
        margin-bottom: 14px;
        overflow: hidden;
        box-shadow: 0 4px 16px rgba(16, 24, 40, 0.05);
    }

    .woocommerce-account .woocommerce-MyAccount-content table tbody td {
        border-bottom: 1px solid #eef2f7;
        padding: 12px 14px;
        text-align: left !important;
    }

    .woocommerce-account .woocommerce-MyAccount-content table tbody td:last-child {
        border-bottom: 0;
    }

    .woocommerce-account .woocommerce-MyAccount-content table tbody td::before {
        content: attr(data-title);
        display: block;
        font-size: 13px;
        font-weight: 700;
        color: #667085;
        margin-bottom: 6px;
    }

    .woocommerce-account .woocommerce-MyAccount-content input[type="text"],
    .woocommerce-account .woocommerce-MyAccount-content input[type="email"],
    .woocommerce-account .woocommerce-MyAccount-content input[type="password"],
    .woocommerce-account .woocommerce-MyAccount-content input[type="tel"],
    .woocommerce-account .woocommerce-MyAccount-content input[type="number"],
    .woocommerce-account .woocommerce-MyAccount-content textarea,
    .woocommerce-account .woocommerce-MyAccount-content select {
        min-height: 48px;
        font-size: 14px;
    }

    .woocommerce-account .woocommerce-MyAccount-content .button,
    .woocommerce-account .woocommerce-MyAccount-content button,
    .woocommerce-account .woocommerce-MyAccount-content input[type="submit"],
    .woocommerce-account .woocommerce-MyAccount-content .woocommerce-Button {
        width: 100%;
        min-height: 46px;
        padding: 12px 18px;
    }

    .woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address,
    .woocommerce-account .woocommerce-MyAccount-content .addresses .col-1,
    .woocommerce-account .woocommerce-MyAccount-content .addresses .col-2,
    .woocommerce-account .u-column1,
    .woocommerce-account .u-column2,
    .woocommerce-account .woocommerce-form-login,
    .woocommerce-account .woocommerce-form-register {
        padding: 18px;
        border-radius: 14px;
    }
}




/* ===============================
   MY ACCOUNT 2 COLUMN FIX
   =============================== */
.woocommerce-account .woocommerce {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: flex-start !important;
    gap: 30px !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 280px !important;
    min-width: 280px !important;
    max-width: 280px !important;
    flex: 0 0 280px !important;
    float: none !important;
}

.woocommerce-account .woocommerce-MyAccount-content {
    flex: 1 1 auto !important;
    width: calc(100% - 310px) !important;
    max-width: calc(100% - 310px) !important;
    min-width: 0 !important;
    float: none !important;
    margin: 0 !important;
}

/* old theme row/column conflict fix */
.woocommerce-account .woocommerce::after,
.woocommerce-account .woocommerce::before,
.woocommerce-account .woocommerce-MyAccount-navigation::after,
.woocommerce-account .woocommerce-MyAccount-content::after {
    content: none !important;
    display: none !important;
}

/* account edit form columns proper */
.woocommerce-account .woocommerce-EditAccountForm {
    width: 100%;
}

.woocommerce-account .woocommerce-EditAccountForm .woocommerce-form-row {
    width: 100% !important;
    float: none !important;
    clear: none !important;
}

.woocommerce-account .woocommerce-EditAccountForm .form-row-first,
.woocommerce-account .woocommerce-EditAccountForm .form-row-last {
    width: calc(50% - 12px) !important;
    float: left !important;
    clear: none !important;
}

.woocommerce-account .woocommerce-EditAccountForm .form-row-first {
    margin-right: 24px !important;
}

.woocommerce-account .woocommerce-EditAccountForm .form-row-wide {
    width: 100% !important;
    float: none !important;
    clear: both !important;
}

/* clear issue after 2-column fields */
.woocommerce-account .woocommerce-EditAccountForm::after {
    content: "";
    display: table;
    clear: both;
}

/* responsive */
@media (max-width: 991px) {
    .woocommerce-account .woocommerce {
        flex-wrap: wrap !important;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation,
    .woocommerce-account .woocommerce-MyAccount-content {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 100% !important;
        flex: 0 0 100% !important;
    }

    .woocommerce-account .woocommerce-EditAccountForm .form-row-first,
    .woocommerce-account .woocommerce-EditAccountForm .form-row-last {
        width: 100% !important;
        float: none !important;
        margin-right: 0 !important;
    }
}









/* =========================================
   MY ACCOUNT LOGIN / REGISTER FINAL 2-COLUMN FIX
   ========================================= */

/* outer wrapper */
.woocommerce-account:not(.logged-in) .entry-content > .woocommerce,
.woocommerce-account:not(.logged-in) .woocommerce {
    max-width: 1320px !important;
    margin: 0 auto !important;
    padding: 40px 15px 60px !important;
}

/* exact 2 column wrapper */
.woocommerce-account:not(.logged-in) .u-columns.col2-set {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: stretch !important;
    justify-content: space-between !important;
    gap: 30px !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
}

/* reset woo/theme float system */
.woocommerce-account:not(.logged-in) .u-columns.col2-set::before,
.woocommerce-account:not(.logged-in) .u-columns.col2-set::after,
.woocommerce-account:not(.logged-in) .u-column1::before,
.woocommerce-account:not(.logged-in) .u-column1::after,
.woocommerce-account:not(.logged-in) .u-column2::before,
.woocommerce-account:not(.logged-in) .u-column2::after {
    content: "" !important;
    display: none !important;
}

/* left and right box */
.woocommerce-account:not(.logged-in) .u-columns.col2-set .u-column1,
.woocommerce-account:not(.logged-in) .u-columns.col2-set .u-column2 {
    float: none !important;
    clear: none !important;
    display: block !important;
    width: calc(50% - 15px) !important;
    max-width: calc(50% - 15px) !important;
    min-width: calc(50% - 15px) !important;
    flex: 0 0 calc(50% - 15px) !important;
    margin: 0 !important;
    padding: 28px !important;
    background: #fff !important;
    border: 1px solid #e9edf5 !important;
    border-radius: 18px !important;
    box-shadow: 0 8px 28px rgba(16, 24, 40, 0.06) !important;
}

/* remove inner form default border */
.woocommerce-account:not(.logged-in) form.login,
.woocommerce-account:not(.logged-in) form.register {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

/* heading */
.woocommerce-account:not(.logged-in) .u-columns.col2-set h2 {
    font-size: 42px !important;
    line-height: 1.2 !important;
    font-weight: 700 !important;
    color: #232347 !important;
    margin: 0 0 24px !important;
}

/* rows */
.woocommerce-account:not(.logged-in) .form-row,
.woocommerce-account:not(.logged-in) .woocommerce-form-row {
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
    clear: both !important;
    margin: 0 0 18px !important;
}

/* labels */
.woocommerce-account:not(.logged-in) label {
    display: block !important;
    margin-bottom: 8px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #232347 !important;
}

/* inputs */
.woocommerce-account:not(.logged-in) input[type="text"],
.woocommerce-account:not(.logged-in) input[type="email"],
.woocommerce-account:not(.logged-in) input[type="password"],
.woocommerce-account:not(.logged-in) input[type="tel"] {
    width: 100% !important;
    height: 54px !important;
    border: 1px solid #d0d5dd !important;
    border-radius: 12px !important;
    padding: 0 16px !important;
    font-size: 15px !important;
    color: #101828 !important;
    background: #fff !important;
    box-shadow: none !important;
}

/* password wrapper */
.woocommerce-account:not(.logged-in) .password-input {
    width: 100% !important;
    display: block !important;
}

/* buttons */
.woocommerce-account:not(.logged-in) .button,
.woocommerce-account:not(.logged-in) .woocommerce-button,
.woocommerce-account:not(.logged-in) button.button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 50px !important;
    padding: 12px 24px !important;
    background: #1f57a4 !important;
    border: 1px solid #1f57a4 !important;
    border-radius: 12px !important;
    color: #fff !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    box-shadow: none !important;
}

/* remember me */
.woocommerce-account:not(.logged-in) .woocommerce-form-login__rememberme {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    margin-left: 14px !important;
    font-size: 15px !important;
}

.woocommerce-account:not(.logged-in) .woocommerce-form-login__rememberme input {
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
}

/* lost password */
.woocommerce-account:not(.logged-in) .lost_password {
    margin-top: 12px !important;
}

/* responsive */
@media (max-width: 991px) {
    .woocommerce-account:not(.logged-in) .u-columns.col2-set {
        flex-wrap: wrap !important;
    }

    .woocommerce-account:not(.logged-in) .u-columns.col2-set .u-column1,
    .woocommerce-account:not(.logged-in) .u-columns.col2-set .u-column2 {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 100% !important;
        flex: 0 0 100% !important;
    }
}




/* =======================================
   SHOP / CATEGORY / TAG ARCHIVE BANNER
   ======================================= */
.rr-archive-banner {
    width: 100%;
    background: #f3f3f3;
    padding: 42px 15px 36px;
    margin: 0 0 40px;
    text-align: center;
}

.rr-archive-banner-inner {
    max-width: 1200px;
    margin: 0 auto;
}

.rr-archive-banner-title {
    margin: 0 0 14px;
    font-size: 52px;
    line-height: 1.15;
    font-weight: 700;
    color: #232347;
    word-break: break-word;
}

.rr-archive-banner-breadcrumb {
    margin-top: 0;
}

.rr-archive-banner .rr-breadcrumb,
.rr-archive-banner .woocommerce-breadcrumb {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
    color: #7a7a7a;
}

.rr-archive-banner .rr-breadcrumb-item,
.rr-archive-banner .woocommerce-breadcrumb a,
.rr-archive-banner .rr-breadcrumb a {
    color: #7a7a7a;
    text-decoration: none;
    font-weight: 400;
}

.rr-archive-banner .woocommerce-breadcrumb a:hover,
.rr-archive-banner .rr-breadcrumb a:hover {
    color: #1e73be;
}

.rr-archive-banner .rr-breadcrumb-sep {
    color: #999;
    display: inline-block;
    margin: 0 4px;
}

@media (max-width: 991px) {
    .rr-archive-banner {
        padding: 32px 15px 28px;
        margin-bottom: 32px;
    }

    .rr-archive-banner-title {
        font-size: 38px;
    }
}

@media (max-width: 767px) {
    .rr-archive-banner {
        padding: 24px 12px 22px;
        margin-bottom: 26px;
    }

    .rr-archive-banner-title {
        font-size: 28px;
        margin-bottom: 10px;
    }

    .rr-archive-banner .rr-breadcrumb,
    .rr-archive-banner .woocommerce-breadcrumb {
        font-size: 14px;
        gap: 5px;
    }
}




/* ==============================
   TOP HEADER WITH OFFER MARQUEE
   ============================== */
.top_heaeder {
    background: #f8f8fb;
    border-bottom: 1px solid #ececf3;
    position: relative;
    z-index: 99;
}

.top_header_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    min-height: 46px;
    overflow: hidden;
}

/* left marquee area */
.top_offer_marquee {
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
}

.top_offer_track {
    display: inline-flex;
    align-items: center;
    gap: 40px;
    white-space: nowrap;
    min-width: max-content;
    animation: topOfferScroll 26s linear infinite;
    will-change: transform;
}

.top_offer_marquee:hover .top_offer_track {
    animation-play-state: paused;
}

.top_offer_track span {
    position: relative;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 500;
    color: #1f1f39;
    padding-left: 0;
    display: inline-flex;
    align-items: center;
}

.top_offer_track span::after {
    content: "";
    width: 5px;
    height: 5px;
    background: #1f57a4;
    border-radius: 50%;
    display: inline-block;
    margin-left: 40px;
    flex: 0 0 auto;
}

/* remove dot after last duplicated item visually okay */
.top_offer_track span:last-child::after {
    margin-left: 0;
    background: transparent;
}

/* right links */
.tophead_items {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    gap: 0;
    white-space: nowrap;
}

.tophead_items > a,
.top_auth_links a {
    font-size: 15px;
    line-height: 1.3;
    font-weight: 500;
    color: #232347;
    text-decoration: none;
    transition: all 0.25s ease;
}

.tophead_items > a:hover,
.top_auth_links a:hover {
    color: #1f57a4;
}

.top_auth_links {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.top_auth_links .text_xs {
    font-size: 14px;
    color: #7a7a7a;
    margin: 0 2px;
}

@keyframes topOfferScroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* ==============================
   TABLET
   ============================== */
@media (max-width: 991px) {
    .top_header_inner {
        min-height: 42px;
        gap: 14px;
    }

    .top_offer_track {
        gap: 28px;
        animation-duration: 22s;
    }

    .top_offer_track span {
        font-size: 13px;
    }

    .top_offer_track span::after {
        margin-left: 28px;
    }

    .tophead_items > a,
    .top_auth_links a {
        font-size: 14px;
    }
}

/* ==============================
   MOBILE
   ============================== */
@media (max-width: 767px) {
    .top_header_inner {
        display: block;
        min-height: auto;
        padding: 8px 0;
    }

    .top_offer_marquee {
        width: 100%;
        margin-bottom: 6px;
    }

    .top_offer_track {
        gap: 22px;
        animation-duration: 18s;
    }

    .top_offer_track span {
        font-size: 12px;
    }

    .top_offer_track span::after {
        width: 4px;
        height: 4px;
        margin-left: 22px;
    }

    .tophead_items {
        width: 100%;
        justify-content: center;
        gap: 12px;
        flex-wrap: wrap;
    }

    .tophead_items > a,
    .top_auth_links a {
        font-size: 13px;
    }

    .top_auth_links .text_xs {
        font-size: 12px;
    }
}



div#cust_wishtop\ order_trakcing {
    margin-top: 50px;
}



/* =========================
   PROFESSIONAL PAGINATION
========================= */
.rr-pagination-wrap {
    margin-top: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.rr-pagination {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    justify-content: center;
}

.rr-page-item {
    display: flex;
}

.rr-page-item a,
.rr-page-item span {
    min-width: 44px;
    height: 44px;
    padding: 0 16px;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    background: #fff;
    color: #222;
    font-size: 14px;
    font-weight: 600;
    line-height: 44px;
    text-align: center;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(0,0,0,0.04);
}

.rr-page-item a:hover {
    background: #1F57A2;
    color: #fff;
    border-color: #1F57A2;
    transform: translateY(-2px);
}

.rr-page-item.active span,
.rr-page-item.active .page-numbers.current {
    background: #1F57A2;
    color: #fff;
    border-color: #1F57A2;
    box-shadow: 0 6px 18px rgba(17, 24, 39, 0.18);
}

.rr-page-item.prev a,
.rr-page-item.next a {
    padding: 0 18px;
    min-width: auto;
    gap: 6px;
}

.rr-page-arrow {
    font-size: 14px;
    line-height: 1;
}

.rr-page-item .dots {
    pointer-events: none;
    background: #f9fafb;
    color: #6b7280;
    border-color: #e5e7eb;
}

@media (max-width: 767px) {
    .rr-pagination {
        gap: 8px;
    }

    .rr-page-item a,
    .rr-page-item span {
        min-width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 13px;
        padding: 0 12px;
        border-radius: 8px;
    }

    .rr-page-item.prev a,
    .rr-page-item.next a {
        padding: 0 14px;
    }
}



.whatsapp-button {
    position: fixed;
    bottom: 60px;
    right: 20px;
    z-index: 999;
}

.whatsapp-button img {
    width: 75px;
    height: 75px;
}


img.cust_call {
    position: fixed;
    bottom: 60px;
    left: 20px;
    z-index: 999;
    width: 60px;
    height: 60px;
}















#rr-shop-products-wrap.rr-loading {
    opacity: 0.6;
    pointer-events: none;
    transition: 0.3s ease;
}

#rr-shop-loader {
    padding: 10px 15px;
    background: #f8f8f8;
    border: 1px solid #eee;
    border-radius: 6px;
}

#slider-range {
    margin-bottom: 15px;
}

.color_selector .single_size_opt label {
    min-width: 42px;
    min-height: 42px;
    border: 1px solid #ddd;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    padding: 6px 10px;
    cursor: pointer;
    background: #fff;
}

.size_selector .single_size_opt label {
    cursor: pointer;
}

.size_selector .single_size_opt input:checked + label,
.filter_list .custom_check input:checked + label {
    font-weight: 600;
}









.search {
    position: relative;
    z-index: 999;
}

.search_suggest {
    position: absolute !important;
    top: 100% !important;
    left: 0;
    width: 100%;
    z-index: 999999 !important;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    max-height: 400px;
    overflow-y: auto;
    display: block;
}

.search_wrap {
    position: relative;
    z-index: 9999;
}

/* FIX: parent overflow issue */
.header,
.header_area,
.container,
.row,
.navbar,
.search_wrap {
    overflow: visible !important;
}

/* Item styling */
.rr-search-item {
    border-bottom: 1px solid #eee;
}

.rr-search-item a {
    display: flex;
    gap: 10px;
    padding: 10px;
    text-decoration: none;
    color: #000;
}

.rr-search-item:hover {
    background: #f7f7f7;
}

.rr-search-thumb {
    width: 50px;
    height: 50px;
}

.rr-search-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rr-search-content h4 {
    font-size: 14px;
    margin: 0;
}

.rr-search-price {
    font-size: 13px;
    color: #777;
}



.search {
    position: relative;
    z-index: 999;
}

.search_wrap {
    position: relative;
    z-index: 9999;
}

.search_suggest {
    position: absolute !important;
    top: calc(100% + 8px) !important;
    left: 0;
    width: 100%;
    z-index: 999999 !important;
    background: #ffffff;
    border: 1px solid #e9e9ef;
    border-radius: 14px;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
    max-height: 420px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 6px 0;
}

.search_suggest::-webkit-scrollbar {
    width: 6px;
}

.search_suggest::-webkit-scrollbar-track {
    background: #f5f5f7;
    border-radius: 10px;
}

.search_suggest::-webkit-scrollbar-thumb {
    background: #cfd4dc;
    border-radius: 10px;
}

.rr-search-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.rr-search-item {
    border-bottom: 1px solid #f1f1f5;
}

.rr-search-item:last-child {
    border-bottom: none;
}

.rr-search-item a {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 16px;
    text-decoration: none;
    color: #111827;
    transition: all 0.22s ease;
}

.rr-search-item a:hover {
    background: #f8faff;
}

.rr-search-thumb {
    width: 64px;
    min-width: 64px;
    height: 64px;
    border-radius: 12px;
    overflow: hidden;
    background: #f4f4f6;
    border: 1px solid #ececf1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rr-search-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.rr-search-content {
    flex: 1;
    min-width: 0;
}

.rr-search-content h4 {
    margin: 0 0 6px;
    font-size: 15px;
    line-height: 1.45;
    font-weight: 600;
    color: #1f2937;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.rr-search-price {
    display: inline-block;
    font-size: 14px;
    line-height: 1.4;
    color: #6b7280;
}

.rr-search-price del {
    color: #9ca3af;
    margin-right: 6px;
    font-size: 13px;
}

.rr-search-price ins {
    text-decoration: none;
    color: #111827;
    font-weight: 700;
}

.rr-search-loading,
.rr-no-result {
    padding: 16px 18px;
    font-size: 14px;
    color: #6b7280;
}

.rr-search-loading {
    text-align: center;
}

.rr-no-result {
    text-align: center;
}

/* optional: search box ko bhi thoda premium look */
.search_category select,
.search_input input,
.search_subimt button {
    min-height: 56px;
}

.search_input input {
    font-size: 15px;
}

/* responsive */
@media (max-width: 991px) {
    .search_suggest {
        border-radius: 10px;
        max-height: 340px;
    }

    .rr-search-item a {
        padding: 12px 14px;
        gap: 12px;
    }

    .rr-search-thumb {
        width: 56px;
        min-width: 56px;
        height: 56px;
    }

    .rr-search-content h4 {
        font-size: 14px;
    }

    .rr-search-price {
        font-size: 13px;
    }
}


























/* =========================
   MINI CART WRAP
========================= */
.rr-cart-wrap {
    position: relative;
    display: inline-block;
}

/* =========================
   MINI CART DROPDOWN
========================= */
.rr-mini-cart-dropdown.shopcart_dropdown1 {
    position: absolute;
    top: calc(100% + 14px);
    right: 0;
    width: 360px;
    max-width: 95vw;
    background: #ffffff;
    border: 1px solid #e8e8ee;
    border-radius: 16px;
    box-shadow: 0 18px 45px rgba(17, 24, 39, 0.14);
    padding: 0;
    overflow: hidden;
    z-index: 99999;

    opacity: 0;
    visibility: hidden;
    transform: translateY(12px);
    pointer-events: none;
    transition: all 0.28s ease;
}

/* Desktop hover open */
@media (min-width: 992px) {
    .rr-cart-wrap:hover .rr-mini-cart-dropdown.shopcart_dropdown1 {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        pointer-events: auto;
    }
}

/* JS open class */
.rr-cart-wrap.is-open .rr-mini-cart-dropdown.shopcart_dropdown1 {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

/* Arrow */
.rr-mini-cart-dropdown.shopcart_dropdown1::before {
    content: "";
    position: absolute;
    top: -8px;
    right: 26px;
    width: 16px;
    height: 16px;
    background: #ffffff;
    border-left: 1px solid #e8e8ee;
    border-top: 1px solid #e8e8ee;
    transform: rotate(45deg);
    z-index: 1;
}

/* =========================
   HEADER
========================= */
.rr-mini-cart-header {
    padding: 18px 20px;
    border-bottom: 1px solid #f1f1f5;
    background: #fff;
    position: relative;
    z-index: 2;
}

.rr-mini-cart-title {
    font-size: 16px;
    font-weight: 700;
    color: #1d2340;
    margin: 0;
}

/* =========================
   BODY
========================= */
.rr-mini-cart-body {
    padding: 8px 0;
    max-height: 320px;
    overflow-y: auto;
    background: #fff;
}

.rr-mini-cart-body::-webkit-scrollbar {
    width: 6px;
}

.rr-mini-cart-body::-webkit-scrollbar-thumb {
    background: #d8dbe6;
    border-radius: 20px;
}

.rr-mini-cart-empty {
    padding: 24px 20px;
    font-size: 14px;
    color: #666;
}

/* =========================
   ITEM
========================= */
.rr-mini-cart-item {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 16px 20px;
    border-bottom: 1px solid #f4f4f7;
}

.rr-mini-cart-item:last-child {
    border-bottom: none;
}

.rr-mini-cart-thumb {
    flex: 0 0 74px;
    width: 74px;
}

.rr-mini-cart-thumb a {
    display: block;
    width: 74px;
    height: 74px;
    border-radius: 12px;
    overflow: hidden;
    background: #f8f8fb;
    border: 1px solid #f0f0f4;
}

.rr-mini-cart-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* =========================
   CONTENT
========================= */
.rr-mini-cart-content {
    flex: 1;
    min-width: 0;
    padding-right: 26px;
}

.rr-mini-cart-product-title {
    margin: 0 0 8px;
    font-size: 16px;
    line-height: 1.35;
    font-weight: 700;
}

.rr-mini-cart-product-title a {
    color: #1d2340;
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.rr-mini-cart-product-title a:hover {
    color: #2d325a;
}

.rr-mini-cart-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    font-size: 14px;
    color: #666;
}

.rr-mini-cart-qty {
    font-weight: 500;
}

.rr-mini-cart-price {
    font-weight: 700;
    color: #111827;
}

/* =========================
   REMOVE BUTTON
========================= */
.rr-mini-cart-remove {
    position: absolute;
    top: 14px;
    right: 16px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #f6f7fb;
    border: 1px solid #ececf3;
    color: #6b7280;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    transition: all 0.25s ease;
}

.rr-mini-cart-remove:hover {
    background: #1d2340;
    border-color: #1d2340;
    color: #fff;
}

/* =========================
   SUBTOTAL
========================= */
.rr-mini-cart-subtotal {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 18px 20px;
    border-top: 1px solid #f1f1f5;
    border-bottom: 1px solid #f1f1f5;
    background: #fff;
}

.rr-mini-cart-subtotal-label,
.rr-mini-cart-subtotal-value {
    margin: 0;
    font-size: 15px;
    font-weight: 800;
    color: #111827;
}

/* =========================
   FOOTER BUTTONS
========================= */
.rr-mini-cart-footer {
    display: flex;
    gap: 12px;
    padding: 18px 20px;
    background: #fff;
}

.rr-mini-cart-btn {
    flex: 1;
    height: 48px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    transition: all 0.25s ease;
}

.rr-mini-cart-btn-cart {
    background: #f3f4f6;
    color: #111827;
    border: 1px solid #e5e7eb;
}

.rr-mini-cart-btn-cart:hover {
    background: #e8eaee;
    color: #111827;
}

.rr-mini-cart-btn-checkout {
    background: #1d2340;
    color: #fff;
    border: 1px solid #1d2340;
}

.rr-mini-cart-btn-checkout:hover {
    background: #11172f;
    border-color: #11172f;
    color: #fff;
}

/* =========================
   BADGE
========================= */
.rr-cart-wrap .pops {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 19px;
    height: 19px;
    padding: 0 5px;
    border-radius: 20px;
    background: #1d2340;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    position: absolute;
    top: -8px;
    right: -8px;
}

/* icon wrapper better */
.rr-cart-wrap .icon_wrp {
    position: relative;
    text-decoration: none;
}

/* =========================
   MOBILE / TABLET
========================= */
@media (max-width: 991.98px) {
    .rr-cart-wrap {
        position: relative;
    }

    .rr-mini-cart-dropdown.shopcart_dropdown1 {
        position: absolute;
        top: calc(100% + 12px);
        right: 0;
        left: auto;
        width: 340px;
        max-width: calc(100vw - 24px);
    }

    .rr-mini-cart-dropdown.shopcart_dropdown1::before {
        right: 20px;
    }

    .rr-mini-cart-footer {
        flex-direction: column;
    }

    .rr-mini-cart-btn {
        width: 100%;
    }
}

@media (max-width: 575.98px) {
    .rr-mini-cart-dropdown.shopcart_dropdown1 {
        position: fixed;
        top: 90px;
        right: 12px;
        left: 12px;
        width: auto;
        max-width: none;
        border-radius: 14px;
        z-index: 999999;
    }

    .rr-mini-cart-dropdown.shopcart_dropdown1::before {
        display: none;
    }

    .rr-mini-cart-body {
        max-height: 260px;
    }

    .rr-mini-cart-item {
        gap: 12px;
        padding: 14px 14px;
    }

    .rr-mini-cart-thumb {
        flex: 0 0 64px;
        width: 64px;
    }

    .rr-mini-cart-thumb a {
        width: 64px;
        height: 64px;
    }

    .rr-mini-cart-product-title {
        font-size: 14px;
    }

    .rr-mini-cart-meta {
        font-size: 13px;
    }

    .rr-mini-cart-header,
    .rr-mini-cart-subtotal,
    .rr-mini-cart-footer {
        padding-left: 14px;
        padding-right: 14px;
    }
}



/* =========================
   RR MINI CART DROPDOWN
========================= */

.rr-mini-cart-dropdown {
    width: 360px;
    max-width: 95vw;
    background: #ffffff;
    border: 1px solid #e8e8ee;
    border-radius: 16px;
    box-shadow: 0 18px 45px rgba(17, 24, 39, 0.14);
    padding: 0;
    overflow: hidden;
}

.rr-mini-cart-header {
    padding: 16px 18px;
    border-bottom: 1px solid #f0f0f4;
    background: #fff;
}

.rr-mini-cart-title {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    color: #1f2937;
}

.rr-mini-cart-body {
    max-height: 330px;
    overflow-y: auto;
    padding: 10px 12px;
}

.rr-mini-cart-body::-webkit-scrollbar {
    width: 6px;
}

.rr-mini-cart-body::-webkit-scrollbar-track {
    background: #f3f4f6;
    border-radius: 10px;
}

.rr-mini-cart-body::-webkit-scrollbar-thumb {
    background: #cfd4dc;
    border-radius: 10px;
}

.rr-mini-cart-empty {
    padding: 28px 12px;
    font-size: 14px;
    color: #6b7280;
    text-align: center;
}

.rr-mini-cart-item {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 14px 40px 14px 0;
    border-bottom: 1px solid #f1f1f5;
    margin: 0;
}

.rr-mini-cart-item:last-child {
    border-bottom: none;
}

.rr-mini-cart-remove {
    position: absolute;
    top: 14px;
    right: 2px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    color: #6b7280;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.2s ease;
    z-index: 2;
}

.rr-mini-cart-remove:hover {
    background: #ef4444;
    border-color: #ef4444;
    color: #ffffff;
}

.rr-mini-cart-thumb {
    width: 78px;
    min-width: 78px;
    height: 78px;
    border-radius: 12px;
    overflow: hidden;
    background: #f8f8fa;
    border: 1px solid #ececf1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rr-mini-cart-thumb a {
    display: block;
    width: 100%;
    height: 100%;
}

.rr-mini-cart-thumb img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    display: block;
    margin: 0 !important;
    border-radius: 12px;
}

.rr-mini-cart-content {
    flex: 1;
    min-width: 0;
    padding-top: 2px;
}

.rr-mini-cart-product-title {
    margin: 0 0 8px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.45;
    color: #111827;
}

.rr-mini-cart-product-title a {
    color: #111827;
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.rr-mini-cart-product-title a:hover {
    color: #1d4ed8;
}

.rr-mini-cart-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px 12px;
    margin: 0;
    font-size: 13px;
    line-height: 1.5;
}

.rr-mini-cart-qty {
    color: #6b7280;
    font-weight: 500;
}

.rr-mini-cart-price {
    color: #111827;
    font-weight: 700;
}

.rr-mini-cart-price del {
    color: #9ca3af;
    margin-right: 4px;
    font-weight: 400;
}

.rr-mini-cart-price ins {
    text-decoration: none;
    color: #111827;
    font-weight: 700;
}

.rr-mini-cart-subtotal {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 16px 18px;
    border-top: 1px solid #f0f0f4;
    border-bottom: 1px solid #f0f0f4;
    background: #fcfcfd;
}

.rr-mini-cart-subtotal-label {
    font-size: 14px;
    font-weight: 700;
    color: #374151;
    letter-spacing: 0.4px;
}

.rr-mini-cart-subtotal-value {
    font-size: 18px;
    font-weight: 800;
    color: #111827;
}

.rr-mini-cart-footer {
    display: flex;
    gap: 12px;
    padding: 16px 18px 18px;
    background: #fff;
}

.rr-mini-cart-btn {
    flex: 1 1 50%;
    min-height: 46px;
    border-radius: 12px;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 14px;
    transition: all 0.25s ease;
    white-space: nowrap;
}

.rr-mini-cart-btn-cart {
    background: #f3f4f6;
    color: #111827;
    border: 1px solid #e5e7eb;
}

.rr-mini-cart-btn-cart:hover {
    background: #e5e7eb;
    color: #111827;
}

.rr-mini-cart-btn-checkout {
    background: #232946;
    color: #ffffff;
    border: 1px solid #232946;
}

.rr-mini-cart-btn-checkout:hover {
    background: #161b33;
    border-color: #161b33;
    color: #ffffff;
}

/* old theme classes ko override */
.rr-mini-cart-dropdown .default_btn,
.rr-mini-cart-dropdown .default_btn.second {
    box-shadow: none;
}

/* Responsive */
@media (max-width: 575px) {
    .rr-mini-cart-dropdown {
        width: 320px;
    }

    .rr-mini-cart-thumb {
        width: 68px;
        min-width: 68px;
        height: 68px;
    }

    .rr-mini-cart-product-title {
        font-size: 14px;
    }

    .rr-mini-cart-footer {
        flex-direction: column;
    }

    .rr-mini-cart-btn {
        width: 100%;
    }
}








.qk_view.open_quickview1 a {
    color: #fff;
}



.shop_bycat.section_padding_b {
    padding-top: 50px;
}




    /* =========================
   TI WISHLIST MOBILE FIX
   ========================= */

/* desktop par normal hi rahe */
#cust_wishtop .tinv-wishlist,
#cust_wishtop .tinvwl-table-manage-list {
    width: 100% !important;
}

#cust_wishtop .tinvwl-table-manage-list table,
#cust_wishtop table.tinvwl-table-manage-list {
    width: 100% !important;
}

/* image fix */
#cust_wishtop .product-thumbnail img,
#cust_wishtop td.product-thumbnail img {
    width: 70px !important;
    height: 70px !important;
    object-fit: cover !important;
    border-radius: 8px !important;
    display: block;
}

/* remove unwanted overflow */
#cust_wishtop,
#cust_wishtop .row,
#cust_wishtop .col-12,
#cust_wishtop .tinv-wishlist {
    overflow: visible !important;
}

/* =========================
   MOBILE
   ========================= */
@media (max-width: 767px) {
    
        #cust_wishtop td.product-action::before {
                content: "" !important;
    }

    /* wrapper full width */
    #cust_wishtop {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    #cust_wishtop .container,
    #cust_wishtop .row,
    #cust_wishtop .col-12 {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    /* hide table header */
    #cust_wishtop .tinvwl-table-manage-list thead,
    #cust_wishtop .tinvwl-table-manage-list tfoot {
        display: none !important;
    }

    /* table ko block banao */
    #cust_wishtop .tinvwl-table-manage-list,
    #cust_wishtop .tinvwl-table-manage-list tbody,
    #cust_wishtop .tinvwl-table-manage-list tr,
    #cust_wishtop .tinvwl-table-manage-list td {
        display: block !important;
        width: 100% !important;
    }

    /* har product ek card */
    #cust_wishtop .tinvwl-table-manage-list tr.wishlist_item {
        background: #fff !important;
        border: 1px solid #e9e9e9 !important;
        border-radius: 12px !important;
        padding: 14px !important;
        margin-bottom: 16px !important;
        box-shadow: 0 3px 12px rgba(0,0,0,0.06) !important;
    }

    /* td reset - plugin flex hatao */
    #cust_wishtop .tinvwl-table-manage-list td {
        border: none !important;
        padding: 6px 0 !important;
        margin: 0 !important;
        min-height: auto !important;
        text-align: left !important;
        justify-content: flex-start !important;
        align-items: flex-start !important;
        flex-direction: row !important;
    }

    /* checkbox */
    #cust_wishtop td.product-cb {
        padding-bottom: 4px !important;
    }

    /* remove button */
    #cust_wishtop td.product-remove {
        position: absolute !important;
        top: 10px !important;
        right: 10px !important;
        width: auto !important;
        padding: 0 !important;
        z-index: 2;
    }

    #cust_wishtop td.product-remove button,
    #cust_wishtop td.product-remove a {
        width: 30px !important;
        height: 30px !important;
        min-width: 30px !important;
        line-height: 30px !important;
        border-radius: 50% !important;
        text-align: center !important;
        padding: 0 !important;
    }

    /* image center */
    #cust_wishtop td.product-thumbnail {
        text-align: center !important;
        padding-top: 8px !important;
        padding-bottom: 10px !important;
    }

    #cust_wishtop td.product-thumbnail a {
        display: inline-block !important;
    }

    #cust_wishtop td.product-thumbnail img {
        width: 90px !important;
        height: 90px !important;
        margin: 0 auto !important;
    }

    /* product title */
    #cust_wishtop td.product-name {
        padding-top: 2px !important;
        padding-bottom: 8px !important;
    }

    #cust_wishtop td.product-name a {
        display: block !important;
        font-size: 16px !important;
        line-height: 1.4 !important;
        font-weight: 600 !important;
        color: #1e2a78 !important;
        text-decoration: none !important;
        word-break: break-word !important;
    }

    /* labels add karo mobile me */
    #cust_wishtop td.product-price::before,
    #cust_wishtop td.product-date::before,
    #cust_wishtop td.product-stock::before,
    #cust_wishtop td.product-action::before {
        display: block !important;
        font-size: 12px !important;
        font-weight: 600 !important;
        color: #777 !important;
        margin-bottom: 2px !important;
        text-transform: uppercase !important;
        letter-spacing: .4px;
    }

    #cust_wishtop td.product-price::before {
        content: "Price";
    }

    #cust_wishtop td.product-date::before {
        content: "Date Added";
    }

    #cust_wishtop td.product-stock::before {
        content: "Stock Status";
    }

    #cust_wishtop td.product-action::before {
        content: "Action";
    }

    /* price text */
    #cust_wishtop td.product-price,
    #cust_wishtop td.product-date,
    #cust_wishtop td.product-stock {
        font-size: 14px !important;
        line-height: 1.5 !important;
    }

    /* add to cart full width */
    #cust_wishtop td.product-action a,
    #cust_wishtop td.product-action button,
    #cust_wishtop .product-action .button,
    #cust_wishtop .tinvwl_add_to_cart_button {
        display: block !important;
        width: 100% !important;
        text-align: center !important;
        padding: 12px 14px !important;
        border-radius: 8px !important;
        font-size: 14px !important;
        line-height: 1.2 !important;
        margin-top: 4px !important;
    }

    /* bottom action area */
    #cust_wishtop .tinvwl-input-group {
        display: block !important;
        width: 100% !important;
    }

    #cust_wishtop .tinvwl-input-group select,
    #cust_wishtop .tinvwl-input-group .button,
    #cust_wishtop .tinvwl-input-group button,
    #cust_wishtop .social-buttons + div .button,
    #cust_wishtop .tinvwl-to-left,
    #cust_wishtop .tinvwl-to-right {
        width: 100% !important;
        margin: 0 0 10px 0 !important;
    }

    /* buttons group stack */
    #cust_wishtop .social-buttons,
    #cust_wishtop .tinvwl-table-manage-list + .social-buttons {
        text-align: center !important;
        margin-top: 10px !important;
    }

    /* row position for remove icon */
    #cust_wishtop .tinvwl-table-manage-list tr.wishlist_item {
        position: relative !important;
    }
}











/* =========================
   MOBILE BOTTOM BAR - WHITE
========================= */
.mobile_bottombar {
    background: #ffffff !important;
    border-top: 1px solid #e5e7eb;
    box-shadow: 0 -4px 12px rgba(0,0,0,0.06);
}

/* icons */
.mobile_bottombar .icon_wrp span.icon,
.mobile_bottombar .icon_wrp i {
    color: #1d2340 !important;
}

/* text */
.mobile_bottombar .icon_text {
    color: #1d2340 !important;
    font-size: 12px;
    font-weight: 500;
}

/* active / hover */
.mobile_bottombar .icon_wrp:hover span.icon,
.mobile_bottombar .icon_wrp:hover i,
.mobile_bottombar .icon_wrp:hover .icon_text {
    color: #000000 !important;
}

/* cart count badge */
.mobile_bottombar .pops {
    background: #1d2340 !important;
    color: #ffffff !important;
    font-size: 10px;
    min-width: 18px;
    height: 18px;
    line-height: 18px;
}

/* spacing fix */
.mobile_bottombar .header_icon {
    padding: 8px 10px;
}

/* full width fix */
.mobile_bottombar .icon_wrp {
    flex: 1;
    text-align: center;
}

/* optional: remove blue background from child */
.mobile_bottombar * {
    background-color: transparent;
}






/* Add to cart + View cart same button style */
.single_toparrival .full_atc_btn {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 14px;
}

.single_toparrival .full_atc_btn a.button,
.single_toparrival .full_atc_btn a.added_to_cart {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 44px;
    padding: 0 14px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    text-decoration: none !important;
    box-sizing: border-box;
    transition: all 0.3s ease;
}

/* Add to cart button */
.single_toparrival .full_atc_btn a.button {
    background: #1f57a2;
    color: #fff !important;
    border: 1px solid #1f57a2;
}

/* View cart button */
.single_toparrival .full_atc_btn a.added_to_cart {
    background: #1f57a2;
    color: #fff !important;
    border: 1px solid #1f57a2;
    margin-top: 2px;
}

/* Hover same for both */
.single_toparrival .full_atc_btn a.button:hover,
.single_toparrival .full_atc_btn a.added_to_cart:hover {
    background: #163f77;
    border-color: #163f77;
    color: #fff !important;
}

/* Keep both same height even after added state */
.single_toparrival .full_atc_btn a.added_to_cart.wc-forward {
    width: 100%;
}

/* Optional: remove weird inline spacing */
.single_toparrival .full_atc_btn a + a {
    margin-top: 6px;
}



.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 10px !important;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}





/* ================================
   ORDER TRACKING PAGE PROFESSIONAL CSS
   URL: /order-tracking/
================================ */

/* page spacing */
.woocommerce-order-tracking,
body.page .woocommerce form.track_order {
    margin: 0;
    padding: 0;
}

/* main wrapper */
#cust_wishtop.order_tracking,
#cust_wishtop {
    padding: 60px 15px;
}

/* form card */
.woocommerce form.track_order {
    /*max-width: 760px;*/
    margin: 0 auto;
    background: #ffffff;
    border: 1px solid #e9edf5;
    border-radius: 18px;
        padding: 40px 42px !important;
    box-shadow: 0 10px 35px rgba(20, 35, 90, 0.08);
}

/* description text */
.woocommerce form.track_order > p:first-of-type {
    font-size: 17px;
    line-height: 1.8;
    color: #5f6780;
    margin: 0 0 30px 0;
    text-align: left;
}

/* row spacing */
.woocommerce form.track_order p.form-row,
.woocommerce form.track_order p.form-row-first,
.woocommerce form.track_order p.form-row-last {
    width: 100%;
    float: none;
    margin: 0 0 22px 0;
    padding: 0;
}

/* label style */
.woocommerce form.track_order label {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #1f2a56;
    margin-bottom: 10px;
    line-height: 1.4;
}

/* input fields */
.woocommerce form.track_order input.input-text,
.woocommerce form.track_order input[type="text"],
.woocommerce form.track_order input[type="email"] {
    width: 100%;
    height: 54px;
    border: 1px solid #d8dfeb;
    background: #f9fbff;
    border-radius: 12px;
    padding: 0 16px;
    font-size: 15px;
    color: #1f2a56;
    box-shadow: none;
    transition: all 0.3s ease;
}

/* placeholder */
.woocommerce form.track_order input::placeholder {
    color: #98a1b8;
    opacity: 1;
}

/* focus state */
.woocommerce form.track_order input.input-text:focus,
.woocommerce form.track_order input[type="text"]:focus,
.woocommerce form.track_order input[type="email"]:focus {
    border-color: #1f2a56;
    background: #ffffff;
    outline: none;
    box-shadow: 0 0 0 4px rgba(31, 42, 86, 0.08);
}

/* button row */
.woocommerce form.track_order p.form-row:last-of-type {
    margin-bottom: 0;
}

/* button */
.woocommerce form.track_order button.button,
.woocommerce form.track_order .button,
.woocommerce form.track_order button[type="submit"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 180px;
    height: 54px;
    background: #1f2a56;
    color: #ffffff;
    border: none;
    border-radius: 12px;
    padding: 0 28px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.2px;
    cursor: pointer;
    box-shadow: 0 10px 25px rgba(31, 42, 86, 0.18);
    transition: all 0.3s ease;
}

/* button hover */
.woocommerce form.track_order button.button:hover,
.woocommerce form.track_order .button:hover,
.woocommerce form.track_order button[type="submit"]:hover {
    background: #0f183d;
    transform: translateY(-2px);
    color: #ffffff;
}

/* clear floats issue */
.woocommerce form.track_order::after {
    content: "";
    display: block;
    clear: both;
}

/* result/messages styling */
.woocommerce .woocommerce-message,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-error {
    max-width: 760px;
    margin: 0 auto 25px auto;
    border-radius: 14px;
    padding: 16px 20px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
}

/* page title area improvement */
.entry-header,
.page-header,
.woocommerce-products-header {
    margin-bottom: 0;
}

/* better spacing under banner */
.entry-content > .container,
.site-main > .container {
    position: relative;
}

/* responsive */
@media (max-width: 991px) {
    #cust_wishtop.order_tracking,
    #cust_wishtop {
        padding: 40px 15px;
    }

    .woocommerce form.track_order {
        padding: 30px 24px;
        border-radius: 16px;
    }

    .woocommerce form.track_order > p:first-of-type {
        font-size: 15px;
        line-height: 1.7;
        margin-bottom: 24px;
    }
}

@media (max-width: 767px) {
    .woocommerce form.track_order {
        padding: 24px 18px;
    }

    .woocommerce form.track_order label {
        font-size: 14px;
        margin-bottom: 8px;
    }

    .woocommerce form.track_order input.input-text,
    .woocommerce form.track_order input[type="text"],
    .woocommerce form.track_order input[type="email"] {
        height: 50px;
        font-size: 14px;
        padding: 0 14px;
    }

    .woocommerce form.track_order button.button,
    .woocommerce form.track_order .button,
    .woocommerce form.track_order button[type="submit"] {
        width: 100%;
        min-width: 100%;
        height: 50px;
        font-size: 15px;
    }
}


/* Optional: top banner/title area beautify */
.page-id .entry-header,
.page-id .archive-header,
.page-id .woocommerce-products-header {
    padding-top: 35px;
    padding-bottom: 35px;
}

.page-id .entry-title,
.page-title {
    font-size: 52px;
    font-weight: 700;
    line-height: 1.2;
    color: #1f2a56;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .page-id .entry-title,
    .page-title {
        font-size: 34px;
    }
}