html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
    scroll-behavior: smooth;
}
:root {
    --font-montserrat: Montserrat;
    --font-styles: normal;
    --font-bold: 600;
}

body {
    margin: 0px;
    padding: 0px;
}

#gototop {
    width: 45px;
    height: 45px;
    background: #0068a5;
    color: #fff;
    line-height: 40px;
    font-size: 20px;
    text-align: center;
    display: block;
    position: fixed;
    bottom: 20px;
    right: 20px;
    border-radius: 50%;
    cursor: pointer;
}

.watermark_home {
    background-color: #fff;
    background-image: url(../images/bigshotonline2.png);
    background-size: contain;
}
.watermark_home_fff {
    background-color: #fff;
}
header {
    position: sticky;
    width: 100%;
    top: 0;
    z-index: 1050;
}
.navbar-expand-sm .navbar-nav .nav-link {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
}
.bg-sky {
    /* background: #c8ebff66 !important;*/
    background: #fff;
}

.logo_img {
    width: 10rem;
}

.search_input {
    padding: 5px 5px 5px 44px;
    font-size: 16px;
    line-height: 1.5;
    box-shadow: none;
   /* width: 705px;*/
    width: 100%;
    background: #ffffff;
    /* background: #c8ebff66;*/
    border: 1px solid #ccc;
    color: rgb(0 0 0 / 71%);
    /*border-radius: 5px;*/
    position: relative;
    margin: 0;
    border-radius: 3px;
    height: 40px;
    transition: all .1s ease-in .1s;
}

    .search_input:focus {
        outline: none;
    }

.search_list:before {
    content: "\f002";
    font-family: FontAwesome;
    position: absolute;
    left: 11px;
    top: 7px;
    color: #b3b3b3;
    font-size: 18px;
    z-index: 9;
}

.action_menu ul li .right_list {
    min-width: 40px;
    min-height: 40px;
    padding: 9px 10px;
    position: relative;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    color: #505050;
}

.cart_badge {
    position: absolute;
    top: 2px;
    right: 2px;
    font-size: 11px;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 17px;
    min-width: 17px;
    font-weight: 700;
    border-radius: 10px;
    background: red;
    color: #fff;
}

.tittle_text {
    color: #000;
    margin: 0;
    font-size: 35px;
    margin-bottom: 3px;
    font-family: 'Bebas Neue';
}

.for_men {
    font-family: 'Italianno';
    font-size: 22px;
    line-height: 8px;
    color: #ec1b23;
    margin-bottom: 3px;
}

.nav_bottom ul li a {
    font-size: 14px;
    color: #000;
    text-decoration: none;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
}



/*top_dropdown*/
.dropdownnew {
    min-width: 7em;
    position: relative;
    top: 0;
}

.selectnew {
    background: #fcfcfc;
    color: #000000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 2px #fcfcfc solid;
    border-radius: 0.2em;
    padding: 5px 9px;
    cursor: pointer;
    transition: 0.3s;
}

.selectnew-clicked {
    border: 2px #fcfcfc solid;
    box-shadow: 0 0 0.8em #d5d5d55e;
}

.selectnew:hover {
    background: #fcfcfc;
}

.caretnew {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #333;
    transition: 0.3s;
}

.caretnew-rotate {
    transform: rotate(180deg);
}

.menunew {
    list-style: none;
    padding: 0.2em 0.5em;
    background: #ffffff;
    border: 1px #e3e3e3 solid;
    box-shadow: 0 0.5em 1em rgba(0, 0, 0, 0.2);
    border-radius: 0.5em;
    color: #9fa5b5;
    position: absolute;
    top: 4em;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    opacity: 0;
    display: none;
    transition: 0.2s;
    z-index: 1;
}

.menunew li {
    padding: 6px 9px;
    margin: 0.3em 0;
    border-radius: 0.5em;
    cursor: pointer;
}

.menunew li:hover {
    background: #0075ba7a;
    color: #000;
}

.activenew {
    background: #0075ba7a;
    color: #000;
}

.menunew-open {
    display: block;
    opacity: 1;
}
/*top_dropdown*/




.products_view {
    /*background-image: url("../images/banner_body.png");*/
    /*background: #caecff;*/
   /* background: #ebddc0e6;*/
    width: 100%;
    box-sizing: border-box;
    height: auto;
    background-size: cover;
    padding: 40px 70px;
}

.mr_top {
    margin-top: 34px;
}

.category_list {
    width: 100%;
    box-sizing: border-box;
    padding: 40px 70px;
}

.height_450 {
    height: 450px
}

.height_400 {
    height: 403px
}

/*.discount {
    background: #ebddc0e6;
}*/

#vertical {
    height: 295px;
}

.pad_10 {
    padding: 10px;
}

.top_name {
    color: #006099;
    font-weight: 500;
    margin: 0;
    font-size: 25px;
}

.text_para_name {
    color: #737373;
    margin: 0;
    padding-top: 5px;
    font-size: 16px;
}

.rupee_text {
    margin: 0;
    font-size: 22px;
    font-weight: 600;
}
/*.curosel_section{
    padding:15px 20px;
}*/
.rupee_strike {
    font-size: 16px;
    text-decoration: line-through;
    color: #a7a7a7;
    padding: 0 5px;
}

.dis-percentage {
    font-size: 15px;
    font-weight: 700;
    color: #4bb550;
    display: inline-block
}

.color_patren {
    display: inline-block;
    /* width: 40px;
    height: 40px;*/
    width: 58px;
    height: 74px;
    margin: -1px 4px 0 0;
    vertical-align: middle;
    cursor: pointer;
    /*    border-radius: 50%;*/
    border: 2px solid #fff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    line-height: 39px;
}

.center_top_log {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*.size_size {
    width: 65px;
    height: 46px;
    font-size: 14px;
    color: #000;
    text-align: center;
    cursor: pointer;
    border: 1px solid #000;
    border-radius: 5px;
    display: inline-block;
    line-height: 45px;
    text-transform: uppercase;
    margin: 0px 2px;
}*/


.size_size {
    /* width: 65px; */
    height: 41px;
    font-size: 14px;
    color: #000;
    text-align: center;
    cursor: pointer;
    border: 1px solid #d7d7d7;
    border-radius: 3px;
    display: inline-block;
    line-height: 23px;
    text-transform: uppercase;
    margin: 0px 8px 0px 0px;
    padding: 8px 12px;
}

/*.size-15 {
    font-size: 15px !important;
}*/
.size-15 {
    font-size: 13px !important;
}
.morecolor {
    text-transform: uppercase;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin: 0;
    padding-bottom: 15px;
}

.rating_stars ul li {
    margin-right: 0px !important;
}

    .rating_stars ul li .rating_review {
        color: #000;
        padding-left: 10px;
    }

    .rating_stars ul li .review {
        font-size: 12px;
        letter-spacing: 0.02em;
        color: #0009;
    }

    .rating_stars ul li .fa {
        color: #ffc800;
        /*font-size: 18px;*/
        font-size: 16px;
    }

.size_chart {
    color: #ec1b23;
    display: inline-block;
}

    .size_chart:hover {
        text-decoration: none;
    }

.quantity_product select {
    border-radius: 2px;
    width: 100%;
    font-weight: 500;
    padding: 5px 16px;
    font-size: 16px;
    color: #000;
    height: 40px;
}

.wishlist_btn {
    color: #333;
    padding: 15px 12px;
    display: block;
    text-align: center;
    cursor: pointer;
    border-radius: 3px;
    background: #fff;
    font-size: 15px;
    display: inline-block;
    border: 1px solid #ddd;
    width: 180px;
    text-transform: uppercase;
    font-weight: 500;
}

.wishlist_btn:hover {
    background: #fff;
    border: 1px solid #ddd;
}
.wishlist_btn:focus{
    box-shadow:none;
}
.wishlist_btn:active:focus {
    box-shadow: none;
}
.addtobag_btn {
    color: #fff;
    padding: 15px 12px;
    display: block;
    text-align: center;
    cursor: pointer;
    border-radius: 3px;
    background: #0067a4;
    font-size: 15px;
    display: inline-block;
    /*width: 180px;*/
    width:50%;
    text-transform: uppercase;
    font-weight: 500;
    border: 1px solid #0067a4;
}

    .addtobag_btn:hover {
        background: #0067a4;
    }

.buy_now {
    color: #fff;
    padding: 15px 12px;
    display: block;
    text-align: center;
    cursor: pointer;
    border-radius: 3px;
    background: #ec1b23;
    font-size: 15px;
    display: inline-block;
    width: 170px;
    text-transform: uppercase;
    font-weight: 500;
}

    .buy_now:hover {
        background: #ec1b23;
    }

.product_detailed {
    margin: 0;
    padding-bottom: 5px;
    font-size: 17px;
    font-weight: 600;
    color: #000;
}

.details-list ul li {
    font-size: 15px;
}

.key-top {
    text-transform: capitalize;
    color: #8f98a9;
    font-size: 13px;
    display: inline-block;
}

.key-bottom {
    color: #000;
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    margin: 0;
}

.border-bottoms {
    border-bottom: 1px solid #f1f2f4;
    margin-top: 10px;
    margin-bottom: 14px;
}
.disc_img{
    position:relative;
}
.disc_img img {
    border-radius: 20px;
    max-width: 100%;
   /* height: 358px;*/
    width: 100%;
}
.disc_pricelist {
   /* justify-content: space-between;
    position: absolute;
    left: 50%;
    bottom: 20px;
    width: calc(100% - 40px);
    transform: translateX(-50%);
    padding: 10px;
    display: flex;
    align-items: center;
    border: 1px solid #000;
    border-radius: 12px;
    background: #fff;*/

    text-align: start;
    justify-content: space-between;
    position: absolute;
    left: 50%;
    bottom: 20px;
    width: calc(100% - 40px);
    transform: translateX(-50%);
    padding: 10px;
    display: flex;
    align-items: center;
    border: 1px solid #000;
    border-radius: 12px;
    background: #fff;
}

.text_areas {
    width: 60%;
}
.price_view {
    display: flex;
    flex-direction: column;
    align-items: end;
}
.disc-sale {
    font-size: 13px;
    font-weight: 400;
    text-transform: capitalize;
    color: #31a56d;
}
.sale_title {
    margin-bottom: 0;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.price-tags span {
    display: inline-block;
    font-size: 18px;
    color: #000;
    font-weight: 500;
}
.del_st {
    font-size: 12px;
    font-weight: 400;
    display: block;
    color: #9e9e9e;
}
.sized {
    padding: 0px 68px 0px 0px;
}
.bz-media {
    padding-top: 64px;
}
.bz-media img {
    width: 100%;
    mask-image: url(../images/bg-media.png);
    mask-size: 100% 100%;
    mask-repeat: no-repeat;
    height: 100%;
    object-fit: cover;
    mask-position: right;
}





/*card-view*/
.card {
    max-width: 100%;
    border-radius: 0px;
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 21%);
    border: 1px solid transparent;
    cursor:pointer;
}

.content {
    padding: 12px 10px;
}

.popular_image {
    object-fit: cover;
    width: 100%;
/*    height: 203px;*/
    background-color: rgb(239, 205, 255);
}

.popular_title {
    color: #111827;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align:center;
}

.popular_desc {
    color: #6B7280;
    font-size: 12px;
    margin: 0;
}

.explore {
    color: #959595;
    font-size: 8px;
    text-transform: uppercase;
    display: block;
    padding-top: 4px;
}
footer {
    /*background: #e3e3e3c7;*/
    /*background: #fffaf3;*/
    /*   background: #93d7ff78;*/
    background: #ccecff;
    padding: 25px 0px;
}

.widget_about img{
    width:200px;
}
.widget-address ul li {
    padding: 4px 0;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
}
.subscribe_new {
    text-transform: capitalize;
    font-weight: 500;
    font-size: 1rem;
    color:#000;
    margin:0;
}
.email-subscription input {
    background: #3E3E3B;
    border: 0;
    height: 45px;
    border-radius: 10px;
    display: block;
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    transition: all 0.3s ease-in-out;
}
.email-subscription {
    position: relative;
    display:inline-block;
}
.input-button {
    position: absolute;
    right: 13px;
    top: 44%;
    z-index: 9;
    transform: translateY(-50%);
}
.recent-post {
    margin: 0;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    line-height: 1.2;
    color: #000;
    font-size: 1.125rem;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
}
.recent-bz-img img {
    width: 60px;
    min-width: 60px;
    height: 60px;
    border-radius: 10px;
    margin-right: 12px;
}
.bz_names {
    margin-bottom: 0;
    line-height: 1.3;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
}
.time-bz {
    font-size: 13px;
    font-weight: 400;
}
.footer-categories ul{
    margin:0;
    padding:0;
}
.footer-categories ul li{
    margin-bottom:6px;
}
.footer-categories ul li a {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -.015em;
    color: #646464;
    text-decoration: none;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
}
.download_app a{
    display:inline-block

}
/*.hr_border {
    border-top:1px solid #333;
    margin-top: 31px;
    margin-bottom: 20px;
}*/
.footer-address {
    font-size: 14px;
    line-height: 23px;
    letter-spacing: -.015em;
    color: #646464;
    text-decoration: none;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    padding-bottom: 5px;
    margin: 0;
}

.socialmedia a {
    color: #fff !important;
    /*background: #ec1b238a;*/
    background: #5050508a;
    border-radius: 4px;
    text-align: center;
    text-decoration: none;
    font-family: fontawesome;
    position: relative;
    display: inline-block;
    line-height: 25px;
    width: 35px;
    height: 35px;
    padding: 6px;
    font-size: 20px;
    text-align: center;
    margin: 0 2px;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    -webkit-font-smoothing: antialiased;
}

.socialmedia a:hover {
    background: #0068a5;
    text-decoration: none;
}

/* pop-up text */

.socialmedia a span {
    color: #666;
    position: absolute;
    font-family: sans-serif;
    bottom: 0;
    left: -25px;
    right: -25px;
    padding: 5px 7px;
    z-index: 1;
    font-size: 14px;
    border-radius: 2px;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    -o-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -moz-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

/* pop-up text arrow */

.socialmedia a span:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    position: absolute;
    bottom: -5px;
    left: 40px;
}

/* text pops up when icon is in hover state */

.socialmedia a:hover span {
    bottom: 50px;
    visibility: visible;
    opacity: 1;
}

/* font awesome icons */

/*.socialmedia a:nth-of-type(1):before {
    content: '\f09a';
}*/

/*.socialmedia a:nth-of-type(2):before {
    content: '\f099';
}*/

.socialmedia a:nth-of-type(1):before {
    /* content: '\f0d5';*/
    content: "\f16d";
}

.socialmedia a:nth-of-type(4):before {
    /*content: '\f113';*/
    content: "\f232";
}

/*.socialmedia a:nth-of-type(5):before {
    content: '\f17d';
}*/

.socialmedia a:nth-of-type(5):before {
    /*content: '\f1cb';*/
    content: "\f231";
}


/*filter_styles*/
.filter-main-box {
    padding: 40px 0;
}
.leftside_bar {
    border: 1px solid #e2e2e2;
    border-radius: 5px;
}
.filter-heading {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 16px 15px;
    border-bottom: 1px solid #e2e2e2;
    justify-content: space-between;
}
.filter-heading span {
    font-family: var(--font-montserrat);
    font-style: var(--font-styles);
    font-weight: var(--font-bold);
}

.clear_all a {
    color: red;
    font-size: 14px;
    display: inline-block;
    text-decoration:none;
    font-weight:500;
}
.radius_acc_filter .accordion-item {
    border-radius:0px;
}
.radius_acc_filter .accordion-button {
    background: #f6f6f6;
    border-radius: 0px;
    border: 0px;
}

.radius_acc_filter .accordion-button:focus {
    outline: none;
    box-shadow: none;
}

.filter_content .checkbox {
    appearance: none;
    width: 18px;
    aspect-ratio: 1;
    border-radius: 5px;
    border: 1px solid #8d8d8d;
    position: relative;
    transition: all 0.2s ease-in-out;
    vertical-align: text-top;
}

.filter_content .checkbox::before {
    /*  font-family: "FontAwesome";*/
    position: absolute;
    bottom: -4px;
    left: 1px;
    /*content: "?";*/
    content: "\2713";
    font-size: 20px;
    color: rgb(13, 71, 255);
    transform: scale(0);
    transition: all 0.2s ease-in-out;
}

.filter_content .checkbox:checked::before {
    animation: zoom 0.5s ease-in-out;
    transform: scale(1);
}

@keyframes zoom {
    0% {
        transform: scale(0);
    }

    20% {
        transform: scale(1.5);
    }

    40% {
        transform: scale(0.5);
    }

    50% {
        transform: scale(1);
    }

    70% {
        transform: scale(1.2);
    }

    90% {
        transform: scale(0.8);
    }

    100% {
        transform: scale(1);
    }
}
.radius_acc_filter .accordion-body {
    padding: 0px;
}
.filter_content ul {
    margin:0;
    padding:0;
}
.filter_content ul li {
    padding: 10px 20px;
    border-bottom: 2px solid #f2f2f2;
}
.filter_content ul li label {
    vertical-align: text-bottom;
    padding-left: 8px;
    font-size: 16px;
}
.radius_acc_filter .accordion-button:not(.collapsed) {
    font-weight: 500;
}

/*price-range_bar*/
.rSlider {
    position: relative;
}

.rSlider .slide {
    background: red;
    height: 5px;
    width: 80px;
    position: absolute;
    left: 0;
    top: 13px;
    z-index: 2;
}

.rSlider input[type=range] {
    position: relative;
    -webkit-appearance: none;
    width: 100%;
    height: 5px;
    background: #ddd;
    outline: none;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.rSlider input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 15px;
    height: 15px;
    background: red;
    cursor: pointer;
}

.rSlider input[type="range"]::-moz-range-thumb {
    width: 15px;
    height: 15px;
    background: red;
    cursor: pointer;
}
/*price-range_bar*/

.blue_code {
    background: #2c76bb;
}
.red_code {
    background: red;
}
.green_code {
    background: green;
}
.pink_code {
    background: pink;
}
.color_code {
    width: 20px;
    height: 20px;
    border-radius: 4px;
    border: 1px solid #dadada;
    margin-right: 5px;
    margin-left: 15px;
    display:inline-block;
    vertical-align: text-top;
}
.products_filter{
    position:relative;
}
.products_filter img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    transition: opacity 0.5s ease-in-out;
}
.products_filter .main-img {
    opacity: 1;
}
.products_filter .hovered_img {
    opacity: 0;
}
.products_filter .img_clicks:hover .main-img {
    opacity: 0;
}

.products_filter .img_clicks:hover .hovered_img {
    opacity: 1;
}
.filterss_content {
    padding-top: 125%;
    background: #fff;
}
.filter_prices{
    display:inline-block;
    font-weight:600;
    color:#000;
}
.filter_pad_pro h4 {
    font-size: 17px;
    color: rgba(0, 0, 0, 0.7);
    font-weight: 600;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    letter-spacing: 0.3px;
    margin: 0;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-top: 5px;
}
.filter_pad_pro p{
    font-size:14px;
    margin:0;
    color:#333;
}
/*.products_main_filter:hover {
    box-shadow: 0 3px 16px 0 rgba(0, 0, 0, .11);
}*/

.img_clicks {
    text-decoration: none;
    color: unset;
}
.img_clicks:hover {
    text-decoration: none;
    color: unset;
}
.mr_top-30 {
    margin-top: 30px;
}
.mr_bot-30 {
    margin-bottom: 30px;
}
.mr_bot-16 {
    margin-bottom: 14px;
}
.mr_bot-28 {
    margin-bottom: 28px;
}
.mr_bot-22 {
    margin-bottom: 22px;
}
.left_filter {
    max-height: calc(100vh - 100px);
    overflow: auto;
    position: sticky;
    top: 84px;
    transition: top 0.5s ease-out 0s;
    scrollbar-width: none;
    scroll-behavior: smooth;
}

/*.filter_curosel .carousel-control-next-icon, .carousel-control-prev-icon {
    width: 1.5rem;
    height: 1.5rem;
}*/
.filter_pad_pro{
    position:relative;
}
.wishlist_love{
    position:absolute;
    right:0;
    top:3px;
    content:"";
}
.heartlove input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.heartlove {
    display: block;
    position: relative;
    cursor: pointer;
    user-select: none;
}

.heartlove svg {
    position: relative;
    top: 0;
    left: 0;
    height: 23px;
    width: 23px;
    transition: all 0.3s;
    fill: #fff;
    stroke: #666;
}

.heartlove svg:hover {
    transform: scale(1.1);
}

.heartlove input:checked ~ svg {
    fill: #E3474F;
    stroke: #e3474f;
}
/*.modal-backdrop{
    position:unset;
}*/
.sortby_filter .form-select{
    border-radius:0px;
}
.sortby_filter .form-select option {
    padding: 10px;
    background-color: #f0f0f0;
}
.sortby_filter .form-select option:hover {
    background-color: #d0d0d0;
}
.form-select:focus {
    box-shadow:none;
}
.w-800{
    max-width:800px;
    margin:0 auto;
    width:100%;
}
.w-860 {
    max-width: 860px;
    margin: 0 auto;
    width: 100%;
}
.w-730 {
    width: 730px;
}
.modal-content {
    border-radius: 0px;
}
.lable_exchangeorder {
    vertical-align: sub;
    font-size: 16px;
    font-weight: 500;
}
.border-exchanges {
    border-bottom: 3px solid #e7e7e7;
    margin-top: 15px;
    margin-bottom: 10px;
}



/*login_pagestart*/
.login_w_bg {
    /*background: #f4faff;*/
    background: #fff;
    /*box-shadow: 0px 0px 7px 0px rgba(209,209,209,1);*/
}
.login-box {
    padding: 10px 30px 10px 30px;
    box-sizing: border-box;
}

.inputuserd {
/*    font-family: 'Segoe UI', sans-serif;
    margin: 1em 0 1em 0;
    max-width: 100%;*/
    position: relative;
}

    .inputuserd input {
        padding: 11px 10px 11px 10px;
        outline: none;
        border: 1px solid rgb(130 130 130);
        background-color: transparent;
        border-radius: 3px;
        width: 100%;
        font-size: 15px;
    }
    .inputuserd input:focus {
        border: 1px solid #69a6ff;
    }


/*.login-box .user-box {
position: relative;
}

    .login-box .user-box input {
        width: 100%;
        padding: 10px 0;
        font-size: 16px;
        color: #000000;
        border: none;
        border-bottom: 1px solid #000000;
        outline: none;
        background: transparent;
    }

    .login-box .user-box label {
        position: absolute;
        top: 0;
        left: 0;
        padding: 10px 0;
        font-size: 16px;
        color: #000;
        pointer-events: none;
        transition: .5s;
    }

    .login-box .user-box input:focus ~ label,
    .login-box .user-box input:valid ~ label {
        top: -20px;
        left: 0;
        color: #898989;
        font-size: 12px;
    }
    */
.login_button {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #0068a5;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    cursor: pointer;
    border: none;
}

    .login_button:after {
        content: " ";
        width: 0%;
        height: 100%;
        background: #ec1b23;
        position: absolute;
        transition: all 0.4s ease-in-out;
        right: 0;
    }

    .login_button:hover::after {
        right: auto;
        left: 0;
        width: 100%;
    }

    .login_button span {
        text-align: center;
        text-decoration: none;
        width: 100%;
        padding: 9px 30px;
        color: #fff;
        font-size: 16px;
        font-weight: 700;
        letter-spacing: 2px;
        z-index: 20;
        transition: all 0.3s ease-in-out;
    }

    .login_button:hover span {
        color: #fff;
        animation: scaleUp 0.3s ease-in-out;
    }

@keyframes scaleUp {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.95);
    }

    100% {
        transform: scale(1);
    }
}

.login_signup {
    margin: 0;
    font-size: 36px;
    color: #000;
 /*   font-family: 'math';
    font-style: normal;
    font-weight: 600;*/
    text-align: center;
    font-family: 'Neuton';
    font-style: normal;
    font-weight: 500;
}
.forgotpassword{
    color:blue;
    font-size:14px;
    display:inline-block;
    text-decoration:none;
    margin-top:5px;
}
    .forgotpassword:hover {
        text-decoration: underline;
    }
.welcome_text {
    font-size: 42px;
    text-align: center;
    font-style: normal;
    font-weight: 600;
    font-family: 'Italianno';
    line-height: 33px;
    /*color: #0068a5;*/
    color:#fff;
    padding-top: 12px;
    backdrop-filter: blur(3px);
}
/*my-bag-css*/
.add_cart {
    display: flex;
    column-gap: 16px;
    align-items: center;
}
.add_cart h2 {
    margin: 0;
    font-size: 20px;
    line-height: 38px;
    color: #000;
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 600;
}
.add_cart p {
    margin: 0;
    border-left: 1px solid #666561;
    padding-left: 8px;
    font-size: 16px;
    line-height: 20px;
    color: #666561;
}
.search_orders .input {
    width: 90%;
    padding: 9px;
    font-size: 17px;
    color: black;
    border: 1px solid #d9d9d9;
    margin-right: -10px;
    background:#fff;
}

.search_orders .button {
    border: none;
    background-color: #1363DF;
    text-decoration: none;
    padding: 11px 14px;
    font-size: 16px;
    color: #fff;
    border-top-right-radius: .5em;
    border-bottom-right-radius: .5em;
    cursor: pointer;
}
.search_orders input:focus {
    outline: none;
}
.order_bg-s {
    background: #f5f5f5;
    padding:10px;
}
.mybag_shadow {
    box-shadow: 0px 0px 5px 0px rgb(111 111 111 / 25%);
    background-color: rgb(255, 255, 255);
    border-radius: 3px;
    padding: 9px 12px;
}
.orderhover_border{
    border: 1px solid #fff;
}
.orderbordereds {
    border: 1px solid #ccc;
    padding: 5px;
}
.orderhover_border:hover{
    border:1px solid red;
}
.deliverto {
    color: #111112;
    line-height: 23px;
    margin-right: 5px;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}
.name_adrress {
    max-width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: bottom;
}
.verti_top {
    vertical-align: top !important;
}
.name_name {
    color: #111112;
    line-height: 20px;
    font-weight: 500;
    display: inline-block;
}
.deliverto {
    display: inline-block;
    vertical-align: top;
}
.adress_home{
    font-size:14px;
}
.bottom_address {
    color: #717478;
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 350px;
    margin: 4px 0;
    margin: 0;
    font-size: 14px;
}
.changes_address {
    border: 1px solid #bde7ff;
    background: #bde7ff;
    border-radius: 4px;
    padding: 8px 10px;
    color: #000000;
    cursor: pointer;
    font-weight: 500;
    font-size: 14px;
}
.changes_address:hover {
    background-color: #bde7ff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .12);
}
.disable_cursor {
    background: #f2f2f2;
    cursor: none;
    text-decoration: line-through;
}
.cart_list_card img {
    width: 100px;
    height: 125px;
}
.cart_list_card {
    border: 1px solid #ddd;
    padding: 10px;
    position: relative;
}
/*.desc_text_right h4 {
    margin: 0;
    font-size: 16px;
    color: #000;
}*/
.desc_text_right h4 {
    margin: 0;
    font-size: 14px;
    color: #000;
    word-break: break-word;
}
.desc_text_right p {
    margin: 0;
    font-size: 14px;
    line-height: 19px;
    /*padding-top: 4px;*/
    /*color: #828282;*/
    color: #1b1b1b;
}
.size_custom {
    font-size: 17px ;
    display: inline;
    color: #000 !important;
}
.cart_right-border {
    border-left: 1px solid #ccc;
}
.padding_lt_13 {
    padding-left: 13px;
}
.w-85{
    width:85px;
}
.w-100 {
    width: 100px;
}
.w-65{
    width:65px;
}
.custom_selects .form-select {
    padding: .375rem 1.25rem .375rem .75rem;
    background-position: right 0.1rem center;
    background-size: 17px 12px;
}
.custom_selects .form-select-sm {
    font-size: 14px;
    border-radius: 2px;
}
.remove_items {
    position: absolute;
    right: 7px;
    top: 3px;
    content: "";
    cursor: pointer;
}
.cursor{
    cursor:pointer
}
.price_details {
    margin: 0;
    display: block;
    text-transform: uppercase;
    padding: 13px 20px;
    font-weight: 500;
    color: #878787;
    min-height: 47px;
    font-size: 16px;
    border-bottom: 1px solid #f0f0f0;
}
.price_summary {
    padding: 0 24px;
}
.price_items {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
    align-items: flex-start;
}
.price_ew {
    margin: 0;
    font-size: 16px;
    color: #000;
    font-weight: 400;
}
.price_ew_no{
    display:inline-block;
    font-size:16px;
    color:#000;
    font-weight:400;
}
.disc_color {
    color: #388e3c;
}
.total_am_text {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
}
.total_amount {
    border-top: 1px solid #e0e0e0;
}
.place_order_btn {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2);
    border: none;
    color: #fff;
    padding: 12px 30px;
    text-transform: uppercase;
    border-radius: 2px;
    font-size: 16px;
    font-weight: 500;
    background: #ec1b23;
}
.place_order_btn:hover {
    background: #ec1b23;
    color: #fff;
}
.place_order_btn:focus, .place_order_btn:active:focus {
    box-shadow: none;
    outline: unset !important;
}
.menu_drop:hover .myaccountMenu {
    display: block !important;
}
.ellipse_text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}
.ellipse_two_lines {
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    max-width: 100%;
}
.uparrow_drop {
    position: absolute;
    top: -27px;
    left: 47%;
    content: "";
    font-size: 27px;
    color: #ccc;
}
.myaccountMenu {
    width: 200px;
    top: 45px;
    left: -83px;
    text-align: left;
    cursor: pointer;
    position: absolute;
    background: #fff;
    box-shadow: 0 0 2px rgb(0 0 0 / 45%);
    z-index: 1;
    display: none;
}
.myaccountMenu ul{
    margin:0;
    padding:0;
}
.myaccountMenu ul li a {
    padding: 15px 10px;
    line-height: normal;
    display: block;
    text-decoration: none;
    color: rgba(0, 0, 0, .9);
}
.myaccountMenu ul li a:hover {
    background: #f5f5f5;
}
.log_user_text {
    color: rgba(0, 0, 0, .5);
    pointer-events: none;
    cursor: default !important;
    font-style: italic;
    background: rgba(0, 0, 0, .05);
}
.userprofile_img {
    background: #a0a0a0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    line-height: 29px;
    color: #fff;
    display: inline-block;
    text-align: center;
    font-size: 17px;
    margin-right: 4px;
}
.profileuser_img img {
    width: 32px;
    height: 32px;
    margin-right: 4px;
    border-radius: 50%;
}
.profiles_img img {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 4px solid #0068a5b3;
}
/*order_history_screen*/
/*.order_history_one{

}*/
.w-200 {
    width: 200px;
}
.color_history {
    padding-right: 8px;
    /*display: inline-block;*/
}
.order_image {
    height: 75px;
    width: 65px;
   /* margin-bottom: 3px;*/
}
.colors {
    font-size: 14px;
    margin-bottom: 5px;
}
.color_right {
    font-size: 14px;
}
.prices_order {
    display: flex;
    justify-content: center;
    margin-top: 22px;
}
.prices_order span {
    display: inline-block;
    color: #000;
    font-size: 18px;
    font-weight: 500;
}

/*rating_stars*/

.star-rating {
    white-space: nowrap;
}

.star-rating [type="radio"] {
    appearance: none;
}

.star-rating i {
    font-size: 1.2em;
    transition: 0.3s;
}

.star-rating label:is(:hover, :has(~ :hover)) i {
    transform: scale(1.35);
    color: #fffdba;
    animation: jump 0.5s calc(0.3s + (var(--i) - 1) * 0.15s) alternate infinite;
}

.star-rating label:has(~ :checked) i {
    color: #faec1b;
 /*   text-shadow: 0 0 2px #ffffff, 0 0 10px #ffee58;*/
}

@keyframes jump {
    0%, 50% {
        transform: translatey(0) scale(1.35);
    }

    100% {
        transform: translatey(-15%) scale(1.35);
    }
}
.rate_rating {
    margin: 0;
    font-size: 14px;
}
.pt_15{
    padding-top:15px;
}
.delivered_date p {
    margin: 0;
    font-size: 15px;
    color: #000;
    font-weight: 500;
}
.delivered_date span{
    display:inline-block;
    font-size:13px;
}
.delivered_icon {
    width: 27px;
    background: #dedede;
    border-radius: 50%;
    padding: 3px;
    border: 1px solid #ccc;
    display: inline-block;
    margin-right: 3px;
}
.delivered_date {
    display: flex;
    justify-content: center;
    align-items: center;
}
.container_1060 {
    width: 1060px;
}
.container_860 {
    width: 860px;
}
.container_560 {
    width: 560px;
}
.container_660 {
    width: 660px;
}
.container_960 {
    width: 960px;
}
.container_1180 {
    width: 1180px;
}
.font-500{
    font-weight:500;
}
.profile_borderss {
    padding: 10px 20px;
    border: 1px solid #ddd;
    box-shadow: 0px 0px 7px 0px rgb(212 208 212 / 32%);
    background: #fff;
}
.label-column::after {
    content: ":";
    position: absolute;
    right: 0;
    top: 0;
    color: #000;
    font-weight: 600;
}
.general-detailes-text p {
    font-size: 15px;
    color: #333;
    margin: 0;
    margin-bottom: 10px;
    font-weight: 600;
}

.general-detailes-text span {
    font-size: 15px;
    color: #6a6a6a;
    /* font-weight: 600; */
    padding-left: 10px;
    display: inline-block;
}
.margin_botm_20{
    margin-bottom:20px;
}
.margin_botm_3 {
    margin-bottom: 3px;
}

/*order_details_screen*/
.orderdetails_left {
    background-color: #f5f5f5;
    width: 100%;
    padding: 12px 14px;
}
.orderleft_img {
    width: 100px;
    height: 119px;
}
.qty_shirts {
    font-size: 13px !important;
    color: #000 !important;
    line-height: 15px !important;
}
.wirte_review_sec .fa {
    color: #faec1b;
}
.review_writed {
    font-size: 13px;
    text-decoration: none;
    color: #ec1b23;
    cursor: pointer;
}
.addAddress_pop .modal-header {
    /*background: #0068a5c4;*/
    border-radius: 0px;
    /*padding: 10px 10px;*/
    border: 0px;
    padding: 11px 15px;
}
/*add - minus*/
.quantity {
    display: flex;
    border: 2px solid #b0b0b0;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

    .quantity button {
        background-color: #b0b0b0;
        color: #fff;
        border: none;
        cursor: pointer;
        font-size: 19px;
        width: 25px;
        height: auto;
        text-align: center;
        transition: background-color 0.2s;
    }

        .quantity button:hover {
            background-color: #2980b9;
        }

.input-box {
    width: 42px;
    text-align: center;
    border: none;
    padding: 3px 10px;
    font-size: 15px;
    outline: none;
}

    /* Hide the number input spin buttons */
    .input-box::-webkit-inner-spin-button,
    .input-box::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

    .input-box[type="number"] {
        -moz-appearance: textfield;
    }

/*add - minus*/
/*tracking_bar*/
.tracking_grp_bar {
box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1);
background:#fff;
}

.order-track {
    margin-top: 20px;
    padding: 15px 17px;
    display: flex;
    flex-direction: column;
}

.order-track-step {
    display: flex;
    height: 4.5rem;
}

.order-track-step:last-child {
    overflow: hidden;
    height: 4rem;
}

    .order-track-step:last-child .order-track-orderStatusId span:last-of-type {
        display: none;
    }

.order-track-orderStatusId {
    margin-right: 1.5rem;
    position: relative;
}

.order-track-orderStatusId-dot {
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #d4d5d9;
}

.order-track-orderStatusId-line {
    display: block;
    margin: 0 auto;
    width: 2px;
    height: 4rem;
    background: #d4d5d9;
}

.order-track-text-stat {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0px;
}

.order-track-text-sub {
    font-size: 14px;
    font-weight: 300;
}

.order-track {
    transition: all 0.3s height 0.3s;
    transform-origin: top center;
}
.border_tracking, .dot_tracking {
    background: #38d138;
}
.delivery_address{
    padding:10px 10px;
}
.name_numbers span{
    display:inline-block;
    font-size:14px;
    color:#000;
    font-weight:500;
}
.delivery_point {
    color: #282c3f;
    font-size: 14px;
    margin: 0;
    padding-top: 3px;
}
.phone_no{
    font-size:14px;
    margin:0;
    color:#000;
    font-weight:500;
}
.phone_no span{
    font-weight:400;
    padding-left:10px;
    display:inline-block;
}
.change_address_del {
    color: #000;
    border: 1px solid #e1e1e1;
    padding: 7px 30px;
    text-transform: uppercase;
    border-radius: 2px;
    font-size: 13px;
    font-weight: 500;
    background: #f8f9fa;
    width: 100%;
}
.change_address_del:hover {
    background: #f8f9fa;
}
.updates_text ul{
    margin:0;
    padding:0;
}
.updates_text ul li {
    font-size: 14px;
    display: block;
    padding-bottom: 8px;
    color: rgb(105, 110, 121);
}
.updates_text ul li .fa {
    color: rgb(105, 110, 121);
    margin-right: 7px;
    font-size: 14px;
}
.order_id_bg {
    background: #ffabae26;
}
.profile_left, .profile_right {
    border: 1px solid #d4d5d9;
    padding: 9px 10px;
}
.user_names {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    color: #000;
    text-align: center;
}
.user_names_border {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}
.align_itemss {
    align-items: flex-start;
}
.nav_accounts .nav-link {
    color: #000;
}
.nav_accounts .nav-pills .nav-link.active {
    background: none;
    color: #ec1b23;
}
.font-17 {
    font-size: 17px !important;
}
.profile_contact label{
    font-size:15px;
    padding-bottom:1px;
}
.profile_contact input {
    border-radius: .25rem;
    border: 1px solid #e5e5e5;
    padding: 9px 15px 9px 15px;
    font-size: 14px;
}
.profile_contact input:focus{
    outline:none;
    box-shadow:none;
}
.profile_contact .form-control {
    border-radius: .25rem;
    border: 1px solid #e5e5e5;
    padding: 9px 15px 9px 15px;
    font-size: 14px;
}

.profile_contact .form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: #86b7fe;
}
.profile_contact .form-select {
    border-radius: .25rem;
    border: 1px solid #e5e5e5;
    padding: 9px 15px 9px 15px;
    font-size: 14px;
}
.checkbox_boxs {
    padding: 9px 9px 9px 9px !important;
}
.h-10 {
    height: 2.74rem;
}
.pad-lfs-25 {
    padding-left: 25px;
}
.addsprofile {
    width: 100%;
    border: 1px solid #e6e6e6;
    background: #fafafa;
    color: #0068a5;
    border-radius: 5px;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 15px;
}
.addsprofile:hover {
    border: 1px solid #e6e6e6;
    background: #fafafa;
    color: #0068a5;
}
.addsprofile .fa {
    font-size: 18px;
    vertical-align: text-bottom;
    padding-right: 4px;
}
.bord_1px {
    border: 1px solid #0068a5 !important;
}

.address_margin {
    margin: 24px 0px 8px 0px;
}
.default_address {
    margin: 0;
    font-size: 12px;
    text-transform: uppercase;
    color: #000;
    font-weight:600;
}
.address_homes {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
    margin-bottom: 12px;
    background-color: white;
    margin-bottom: 6px;
    color: #696E79;
    display: block;
    border: 1px solid #e1e1e1;
}
.address_homes:hover {
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .1);
}
.address-padding {
    display: inline-block;
    padding: 12px;
    word-break: break-word;
}
.addresshome-name {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
    text-transform: capitalize;
    color: #000000;
}
.home_address_text {
    color: #696E79;
    font-size: 14px;
    margin:0;
}
.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}
.required-starrred {
    color: red !important;
}
.center_top_log {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.watermark_log {
    background-color: #fff;
    background-image: url(../images/bigshotonline2.png);
    background-size: contain;
}
.registration_text{
    font-size:14px;
    text-align:center;
}
.margin-tp-55{
    margin-top:25px;
}
.reg {
    text-decoration: none;
    color: #0068a5;
    font-size: 15px;
}
.reg:hover {
    text-decoration: none;
    color: #ec1b23;
}
.opt_inputs {
    width: 45px;
    height: 42px;
    padding: 5px 8px 7px 8px;
    border: 2px solid #dee2e6;
    border-radius: 5px;
    font-weight: 500;
    text-align: center;
}

.profile_textareas textarea.form-control {
    border-radius: .25rem;
    border: 1px solid #e5e5e5;
    padding: 9px 15px 9px 15px;
    font-size: 14px;
    height: 120px !important;
}
.profile_textareas .form-control:focus {
    box-shadow: none;
}
/*admin_styles*/
.navigationleft {
    background: #0068a5;
    bottom: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    width: 215px;
    z-index: 1000;
}
.pagemain {
    position: absolute;
    width: calc(100% - 215px);
    min-height: 100vh;
    transition: all 0.2s ease;
    left: 215px;
}
.admin_navlist ul li {
    border-top: 1px solid #ffffff80;
}
.admin_navlist ul li a {
    color: #fff;
    font-size: 17px;
    padding: 10px 10px 10px 28px;
}
.adminuser_login .fa{
    font-size:60px;
    color:#fff;
}
.admin_edits {
    padding: 2px 7px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 2px;
    display: inline-block;
}
.add_bg {
    border: 1px solid #5cb85c;
    color: #5cb85c;
}
.add_bg:hover {
    border: 1px solid #5cb85c;
    color: #5cb85c;
}

.edit_bg {
    border: 1px solid #554ca9;
    color: #554ca9;
}

.edit_bg:hover {
    border: 1px solid #554ca9;
    color: #554ca9;
}
.view_bg {
    border: 1px solid #0d6efd;
    color: #0d6efd;
}

.view_bg:hover {
    border: 1px solid #0d6efd;
    color: #0d6efd;
}
.stock_bg {
    border: 1px solid #7e00ff;
    color: #7e00ff;
}
.stock_bg:hover {
    border: 1px solid #7e00ff;
    color: #7e00ff;
}
.delete_bg {
    border: 1px solid red;
    color: red;
    background: none;
}
.delete_bg:hover {
    border: 1px solid red;
    color: red;
}
.active_bg {
    /*border: 1px solid #0d6efd;*/
    border: 1px solid #28d511;
    color: #28d511;
    background: none;
}

.active_bg:hover {
    border: 1px solid #28d511;
    color: #28d511;
}


.edits_bg {
    color: #fff;
    background: #554ca9;
}
.edits_bg:hover {
    color: #fff;
    background: #554ca9;
}
.deletes-bg {
    color: #fff;
    background: red;
}
.width_600{
    width:600px;
    margin:0 auto;
}
.add_newuser {
    font-size: 20px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    padding-bottom: 12px;
}
.add_border_new {
    border-bottom: 1px solid #e5e5e5;
}
/*admin_styles*/
/*my-whishlist*/
.whishlist_card {
    padding: 0px 15px;
}
.whishlist_card .card-body {
    padding: 0px;
}
.card_pad_whish {
    padding: 9px 10px;
}
.font_14{
    font-size:14px;
}
.moveto_bags {
    padding: 10px 10px;
    display: block;
    font-size: 15px;
    text-transform: uppercase;
    color: #000;
    text-align: center;
    text-decoration: none;
    /* border-top: 1px solid #ccc; */
    background: #ff424921;
    font-weight: 500;
}
.remove_whishcard {
    position: absolute;
    top: 8px;
    right: 8px;
    content: "";
    padding: 4px 5px;
    border-radius: 50%;
    font-size: 16px;
    color: #676767;
    background: #ffffff;
    line-height: 19px;
    text-align: center;
    display: block;
    width: 30px;
    height: 30px;
    border: 1px solid #808080;
    cursor: pointer;
    z-index:99;
}
.remove_whishcard:hover {
    box-shadow: 0px 0px 5px 0px rgba(31,31,31,1);
}
.submits_btn {
    background-color: #eee;
    border: none;
    padding: 12px 10px 12px 10px;
    font-size: 1rem;
    width: 10em;
    border-radius: 1rem;
    box-shadow: 0 0.4rem #dfd9d9;
    cursor: pointer;
    color: #009b1d;
    font-weight: 500;
}
.submits_btn:active {
    color: white;
    box-shadow: 0 0.2rem #dfd9d9;
    transform: translateY(0.2rem);
}

.submits_btn:hover:not(:disabled) {
    background: #28cf2bc4;
    color: white;
    text-shadow: 0 0.1rem #bcb4b4;
}

.submits_btn:disabled {
    cursor: auto;
    color: grey;
}
.rating_whishlists {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    background: #d2d2d2;
    padding: 2px 8px;
    font-size: 14px;
    color: #000;
}
.whishlist_imgs:hover .hover_filtersize{
    display:block !important;
}
/*my-whishlist*/
/*Faq screen*/
.faqs_tabs_view .nav-pills .nav-link {
    background: #f3f3f3;
    border-radius: 0px;
    padding: 22px 10px 22px 35px;
    text-align: left;
    color: #000;
    border-bottom: 1px solid #e2e2e2;
}
.faqs_tabs_view .nav-pills .nav-link.active {
    /*background: #0d6efd;
    color:#fff;*/
    background: #fff;
    color: #0068a5;
    border-left: 4px solid #0068a5;
}
.acc_box_shadows .accordion-body {
    padding: 6px 7px;
}
.acc_box_shadows .accordion-button:focus {
    box-shadow: none;
}
.acc_box_shadows .accordion-button {
    padding: 7px 7px 7px 7px;
}
.acc_box_shadows .accordion-button:not(.collapsed) {
    background: #fff;
}
.acc_labelacc {
    background: #fff;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}
.label_paras {
    font-size: 14px;
}
.quations_faq h5{
    margin:0;
    font-weight:500;
    font-size:14px;
    padding-bottom:8px;
}
.quations_faq p {
    margin: 0;
    font-size: 14px;
    color: #4a4a4a;
    line-height: 25px;
}
/*Faq screen*/
.drop_select select option {
    background: #f2f2f2;
}
.drop_select select {
    width: 160px;
    padding: 4px 9px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.viewposorder {
    position: absolute;
    top: 8px;
    right: 8px;
    content: "";
    z-index: 99;
}
.orderviewed {
    background: #ffffff;
    padding: 2px 8px 2px 8px;
    border-radius: 7px;
    font-size: 13px;
    border: 1px solid #0068a5;
    color: #0068a5;
}
.orderviewed:hover {
    background: #0068a5;
    color:#fff;
}
.w-170{
    width:170px;
}
.f-14{
    font-size:14px !important;
}
.font-w-500 {
    font-weight: 500;
}
.confirm_order_pad {
    padding: 10px 40px !important;
}
.form-check-input:focus {
    box-shadow: none;
}
.font-w-600 {
    font-weight: 600;
}
.font-w-400 {
    font-weight: 400;
}
.font-w-300 {
    font-weight: 300;
}
.font-sty {
    font-family: 'Montserrat';
    font-style: normal;
}
.w-20percent {
    width: 20% !important;
}
.w-23percent {
    width: 23% !important;
}
.padding-7p {
    padding-bottom: 7px;
    padding-top: 7px;
}

.hover_filtersize {
    background: #d6dad4c4;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0;
    border: 1px solid #ccc;
    display: none;
/*    //padding-top: 6px;
*/    z-index: 999;
}
.hover_filtersize ul li{
    margin: 4px;
    margin-right: 0px !important;
}
.hoversized {
    cursor: pointer;
    display: inline-block;
    padding: 4px 6px;
    border: 1px solid #616161;
    border-radius: 1px;
    font-size: 14px;
}
.hoversized:hover{
    background:#ccc;
    color:#000;
}
.cart_hovereds {
    background: #fff;
    border: 0px;
    padding: 6px 12px 6px 12px;
    border-radius: 0px;
    font-size: 13px;
    width: 49%;
    font-weight:500;
}
.cart_hovereds:active:focus{
    box-shadow: none;
}
.cart_hovereds:first-child:active {
    background: #fff;
}
.cart_hovereds:focus {
    box-shadow: none;
}
.cart_hovereds:hover{
    background: #fff;
    color: inherit;
}
.cart_color{
    color:#ec1b23;
}
.cart_color:hover {
    color: #ec1b23;
}
.buy_color {
    color: #0068a5;
}
.buy_color:hover {
    color: #0068a5;
}
.filter_curosel:hover .hover_filtersize {
    display: block !important;
}
.realative {
    position: relative;
}

.custom_accordians .accordion-button {
    background: #fff;
    padding: 9px 20px 9px 25px;
    font-size: 15px;
}

.edit_color {
    background: #6105e6;
    border: 1px solid #6105e6;
    color: #fff;
}
.edit_color:hover {
    background: #5400cf;
    border: 1px solid #5400cf;
    color: #fff;
}
.admin_table_main table{
    padding-top:10px;
}
.admin_table_main table thead th {
    border: 1px solid #ccc;
    padding: 15px 18px !important;
    background: #009eff17;
}
.admin_table_main table tbody td {
    border: 1px solid #ccc;
    padding: 10px 18px;
}
.admin_table_main table.dataTable.no-footer {
    border-bottom: 0px !important;
}
.admin_table_main table.dataTable thead th, table.dataTable thead td {
    border-bottom: 0px !important;
}
.admin_adds {
    padding: 8px 14px 8px 14px;
    font-size: 14px;
    border-radius: 20px;
    text-decoration: none;
}
.add_maintop {
    background: #198754;
    color: #fff;
}
.add_maintop:hover {
    background: #198754;
    color: #fff;
}
.circle_pluss {
    font-size: 18px;
    padding-right: 5px;
    vertical-align: text-bottom;
}
.circle_user_ad{
    display:inline-block;
    cursor:pointer;
}
.circle_user_ad:hover{
    color:blue;
    text-decoration:underline;
}
.size_50_50 {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin-right: 5px;
}
.time_circle {
    right: -18px;
    position: absolute;
    top: -20px;
}
.time_circle .close_times {
    background: white;
    padding: 5px 4px;
    width: 40px;
    height: 40px;
    font-size: 19px;
    line-height: 17px;
    text-align: center;
    color: #000;
    border: 4px solid rgb(127 127 127);
    border-radius: 50%;
}
.landing_logins {
    background: #6dc9ff82 !important;
}
.landing_logins .fa {
    color: #000 !important;
    font-size: 28px;
}

/*delete_popup*/
.imagedelete {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    background-color: #FEE2E2;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    width: 4rem;
    height: 4rem;
    border-radius: 9999px;
}
.imagedelete .fa {
    color: #DC2626;
    font-size:28px;

}
.delete_wid_37{
    width:370px;
}
.desactivate {
    display: inline-flex;
    padding: 0.5rem 1rem;
    background-color: #DC2626;
    color: #ffffff;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 500;
    justify-content: center;
    width: 49%;
    border-radius: 0.375rem;
    border-width: 1px;
    border-color: transparent;
    letter-spacing: 0.7px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.cancel {
    display: inline-flex;
    margin-top: 0.75rem;
    padding: 0.5rem 1rem;
    background-color: #ffffff;
    color: #374151;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 500;
    justify-content: center;
    width: 49%;
    border-radius: 0.375rem;
    border: 1px solid #D1D5DB;
    letter-spacing: 0.7px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.title-delete {
    font-size: 18px;
    padding-top: 12px;
    display: block;
}
/*
.imagedelete svg {
    color: #DC2626;
    width: 1.5rem;
    height: 1.5rem;
}*/
.w-92 {
    width: 92px;
}
.userprofile_banner img {
    width: 75px;
    height: 75px;
}
.brtop{
    border:1px solid #ddd;
}
.update_banner_50 {
    width: 110px;
    height: 110px;
}
.page-header {
    padding: 6px 16px;
    position: relative;
}
.page-header h4 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    color: #000;
    margin:0;
}
.top-right-icons {
    position: absolute;
    right: 16px;
    top: 6px;
    cursor: pointer;
}
.curosel_section .carousel-control-prev-icon {
    background-image: unset;
}
.previcon_bg {
    background: rgb(24 24 24);
    border-radius: .25rem;
    width: 40px;
    height: 40px;
}
.previcon_bg .fa {
    font-size: 30px;
    line-height: 37px;
}
.curosel_section .carousel-control-next-icon {
    background-image: unset;
}
.next_bg {
    background: rgb(24 24 24);
    border-radius: .25rem;
    width: 40px;
    height: 40px;
}
.next_bg .fa {
    font-size: 30px;
    line-height: 37px;
}
.products_view .card:hover {
    box-shadow: 0px 0px 5px 0px rgba(71,71,71,1);
    transition:1s;
}


.transperent .modal-content {
    background: transparent;
    border: 0px;
}
.white_bg{
    background:#fff;
    width:auto;
    padding:20px;
    text-align:center;
    cursor:pointer;
}
.icon_size_icon{
    font-size:30px;
    color:#000;
}
.uk-grid-margin {
    margin-top: 10px !important;
}
.moveto_wishlists {
    padding: 5px 7px;
    border-radius: 2px;
    background: #fff;
    border: 1px solid #ddd;
    color: #000;
    font-size: 13px;
    text-transform: uppercase;
}
.placeorderdisable .btn:disabled {
    background: #dfdfdf;
}
/*rating_bar*/
.rating-summary {
    display: flex;
    align-items: center;
}

.rating-score {
    text-align: center;
    margin-right: 35px;
}

.score {
    font-size: 32px;
    color: #1b1b1b;
}

.star {
    font-size: 2em;
    color: #14958f;
}

.verified-buyers {
    display: block;
    margin-top: 5px;
    font-size: 0.9em;
    color: #666;
}

.rating-breakdown {
    width: 220px;
}

.rating-bar {
    display: flex;
    align-items: center;
    margin: 1px 0;
}

.rating-label {
    width: 30px;
    font-size: 0.9em;
    color: #666;
}

.bar {
    flex: 1;
    height: 5px;
    background-color: #eee;
    border-radius: 2px;
    margin: 0 10px;
    position: relative;
}

.fill {
    height: 100%;
    background-color: #28a745;
    border-radius: 5px;
}

.rating-counted {
    width: 40px;
    font-size: 0.9em;
    color: #666;
    text-align: right;
}
.rating_review {
    position: relative;
}

.reviews-rating {
    background: #0068a5;
    padding: 0px 6px 1px 6px;
    color: #fff;
    font-size: 12px;
    border-radius: 5px;
    position: absolute;
    top: 3px;
    left: 0px;
}

.review_bolds {
    font-weight: 400;
    padding-left: 40px;
    margin: 0;
    color: #656565;
    line-height: normal;
}
.eye_password {
    position: absolute;
    top: 11px;
    right: 15px;
}
.eye_password2 {
    position: absolute;
    top: 7px;
    right: 15PX;
}
.customer_names {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    color: #000;
    font-size: 16px;
    margin: 0;
    padding-bottom: 2px;
    text-transform: capitalize;
}
.review-dates {
    display: block;
    font-size: 14px;
}
.selected {
    /*border: 2px solid #fff;
    background: #0068a570;*/
    /*color: #0067a4;*/
    color: #ffffff;
    border: 1px solid #ffffff;
    background: #0068a5;
}
.rating-twostars{
    position:relative;
    font-size:18px;
    color:#333;
}
.small_stars {
    font-size: 13px;
    position: absolute;
    top: 1px;
    left: 12px;
}
.goTouserscreen {
    width: 44px;
    height: 44px;
    line-height: 28px;
    background: #ffffff;
    padding: 5px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    right: 30px;
    top: 30px;
    cursor: pointer;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    transition: all 0.3s;
    box-shadow: 6px 6px 12px #c5c5c5, -6px -6px 12px #ffffff;
}
.goTouserscreen:active {
    color: #0070c6;
    box-shadow: inset 4px 4px 12px #c5c5c5, inset -4px -4px 12px #ffffff;
}


.goTouserscreen .fa {
    font-size: 22px;
    text-decoration: none;
    color: #0070c6;
    vertical-align: middle;
}
.def_homes {
    position: absolute;
    right: 8px;
    top: 12px;
    display: inline-block;
    background: #fff;
    border: 1px solid #ccc;
    padding: 3px 6px;
    text-align: center;
    line-height: 15px;
    font-size: 12px;
    border-radius: 15px;
    color: #000;
}
.border-ddd {
    border: 1px solid #ddd;
}
.pad_bot_2{
    padding-bottom:2px;
}
.remove-file-button {
    border-radius: 3px;
    padding: 5px 10px;
    text-align: center;
    border: 0px;
    font-size: 14px;
    background: red;
    color: #fff;
}
.remove-file-button:hover {
    background: red;
    color: #fff;
}
.add_productadd {
    border-radius: 3px;
    padding: 5px 10px;
    text-align: center;
    border: 0px;
    font-size: 14px;
    background: #5cb85c;
    color:#fff;
}
.add_productadd:hover {
    background: #5cb85c;
    color: #fff;
}
.add_productadd:focus {
    box-shadow: none;
}
.add_productadd:active:focus {
    box-shadow: none;
}

.editAddprofile {
    width: 48%;
    padding: 7px 10px;
    border: 2px solid #0068a5;
    background: #fff;
    color: #0068a5;
    border-radius: 5px;
    font-weight: 500;
}
.editAddprofile:hover {
    background-color: #0068a5;
    color: #fff;
}
.delbord_1px {
    border: 1px solid #dc3545 !important;
}

.delprofile {
    width: 48%;
    padding: 7px 10px;
    border: 2px solid #dc3545;
    background: #fff;
    color: #dc3545;
    border-radius: 5px;
    font-weight: 500;
}
.delprofile:hover {
    background-color: #dc3545;
    color: #fff;
}
/*edit-button*/
.editprofile {
    background-color: #0068a5;
    padding: 7px 40px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    cursor: pointer;
    border-radius: 4px;
    border: 1px solid #0068a5;
    font-size: 0.9rem;
}
.editprofile:hover {
    background-color: #0068a5;
    color: #fff;
}
/*save_button*/
.savecustombtn {
    background-color: #ec1b23;
    padding: 7px 40px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    cursor: pointer;
    border-radius: 4px;
    border: 1px solid #ec1b23;
    font-size:15px;
}
.savecustombtn:hover {
    background-color: #ec1b23;
    color: #fff;
}
/*cancel button*/
.cancelcustombtn {
    background-color: transparent;
    padding: 7px 40px;
    color: #ec1b23;
    text-transform: uppercase;
    letter-spacing: 2px;
    cursor: pointer;
    border-radius: 4px;
    border: 1px solid #ec1b23;
    display: inline-block;
    font-size: 0.9rem;
}
/*save_button*/
.verifycustombtn {
    background-color: #009d54;
    padding: 7px 40px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    cursor: pointer;
    border-radius: 4px;
    border: 1px solid #009d54;
}

.verifycustombtn:hover {
    background-color: #009d54;
    color: #fff;
}
.customdrop_options {
    position: absolute;
    left: 0;
    z-index: 999;
    background: #fff;
    border: 1px solid #ddd;
    font-size: 14px;
    width: 100%;
    padding: 5px;
}
.noproducts_img {
    width: 200px;
    height: auto;
}
.nofound_center {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.noproduct_text {
    font-size: 22px;
    padding: 17px 2px;
}
.measurement_scale {
    background: #fff;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    line-height: 19px;
    text-align: center;
    display: inline-block;
    padding: 4px;
    border: 1px solid;
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 5px;
    content: "";
}
.measurement_img {
    width: 15px;
    height: 20px;
}
.border_scale {
    background: #fff;
    border: 1px solid #ccc;
    padding: 2px 2px;
}
.measurement_table table tr th {
    border: 1px solid #ccc;
    padding: 8px 4px;
    color: #333;
    font-weight: 500;
    font-size: 13px;
    text-transform: uppercase;
    text-align: center;
    background: #f0f0f0;
    width: 50%;
}
.measurement_table table tr td {
    border: 1px solid #ccc;
    padding: 8px 4px;
    color: #6a6a6a;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    width: 50%;
}
.measurement_wid_650 {
    max-width: 340px;
}
.position_scale {
    position: absolute;
    top: -14px;
    right: -14px;
    content: "";
    background: #ffffff;
    z-index: 9999;
    border: 3px solid #7f7f7f;
    border-radius: 50%;
    width: 33px;
    height: 33px;
    text-align: center;
    line-height: 27px;
}
.position_scale .btn-close {
    font-size: 12px;
}
.cross_link {
    border: 0px;
    padding: 0px;
    line-height: 20px;
}
.link_crossed .btn:focus {
    box-shadow: none;
    padding: 0px;
}
.mar_minus-7 {
    margin-top: -7px;
}
.h_335 {
    height: 335px;
}
.h-108 {
    height: 80px;
}
.w-106{
    width:106px;
}
.padding-tp_55{
    padding-top:55px;
}
.flex_whishlist {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.h-500{
    height:500px;
}
.payment_falids {
    color: #ec1b23;
    font-size: 24px;
}
.price-range_input {
    width: 105px;
    height: 36px;
    border: 1px solid #ccc;
    border-radius: 3px;
    text-align: center;
}
.range_price_btn {
    padding: 3px 12px 3px 12px;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-size: 14px;
}
.apply_bg {
    background: #0068a5;
    color: #fff;
}
.reset_bg {
    background: #ec1b23;
    color:#fff;
}
.order-search {
    padding: 7px 18px 7px 18px;
    border-radius: 3px;
    background: #0068a5;
    color: #fff;
    border: 0px;
}
.cancel_a{
    text-decoration:none;
}
.cancel_a:hover {
    color: #ec1b23;
}
.left_codes {
    font-size: 26px;
    display: inline-block;
    line-height: 15px;
    vertical-align: sub;
    padding-right:3px;
}
.back_to_log {
    border: 0px;
    background: none;
    padding: 0px;
    color: #ec1b23;
    font-size: 16px;
}
.resend_otp {
    font-size: 15px;
    border: 1px solid #0068a5;
    border-radius: 3px;
    background: #fff;
    color: #0068a5;
    padding: 6px 15px;
}
.cross_cancels .btn-close:focus {
    box-shadow:none;
}
.review_tickmark {
    font-size: 20px;
    padding: 0px;
    text-decoration: none;
    line-height: 23px;
    display: inline-block;
    padding:0px 5px;
    cursor: pointer;
}
.check_green {
    color: #29cf00;
}
.time_red {
    color: red;
}
.check_green:hover {
    color: #29cf00;
}
.time_red:hover {
    color: red;
}
.overflows_y {
    overflow-y: auto;
    height: 603px;
}

/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: #c1c1c1 #f1f1f1;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 16px;
}

*::-webkit-scrollbar-track {
    background: #c1c1c1;
}

*::-webkit-scrollbar-thumb {
    background-color: #f1f1f1;
    border-radius: 10px;
    border: 3px solid #ffffff;
}
.product_siz_img {
    width: 90px;
    height: 80px;
}
.product_siz_img2 {
    width: 100%;
    height: 120px;
}
.delete_thumbnailimg {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    font-size: 15px;
}
.remove_delete {
    font-size: 15px;
    background: red;
    padding: 3px 5px;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 18px;
    color: #fff;
    border: 0px;
    box-shadow: 0px 0px 5px 0px rgb(128 128 128);
}
.color_pro_color{
    width:20px;
    height:20px;
    border-radius:50%;
    display:inline-block;
    border:1px solid #ccc;
}
.order-history_from {
    border: 1px solid #ccc;
    padding: 10px 18px 0px 18px;
    background: #f2f2f296;
    margin-bottom: 18px;
}
.image_return {
    width: 17px !important;
    height: 17px !important;
    display: inline-block;
    margin-right: 7px;
    vertical-align: sub;
}
.dd-inline{
    display:inline;
}
.dd-none{
    display:none;
}

.flex {
    display: flex;
}
.direction{
    flex-direction:row;
}
.direction-col {
    flex-direction: column;
}
.items-center {
    align-items: center;
}
.align-items-lg-center {
    align-items: center;
}
.just-content-center {
    justify-content: center;
}
.sticky{
    position:sticky;
}
.bottoms {
    bottom: 0px;
}
.justify-between {
    justify-content: space-between;
}
.bg-white{
    background:#fff;
}
.vertical_mid{
    vertical-align:middle;
}
.pb_bottom_5 {
    padding-bottom: .5rem;
}
.text-uppercase{
    text-transform:uppercase;
}
.coloredit {
    color: #0068a5;
}
.colordelete {
    color: #ec1b23;
}
.removebg_btns {
    padding: .5rem;
    font-size: 13px;
    background: none;
    border: 0px;
}
.padding-5 {
    padding-top: 5px;
    padding-bottom: 5px;
}
.border_long {
    border-top: 1px solid rgb(221 221 221);
}
.backtoarrow {
    /*background: #fff;
    padding: 0px;
    color: #000;
    font-size: 16px;
    text-decoration: none;*/
    text-decoration: none;
    background: #ffffff;
    padding: 5px 12px 5px 12px;
    border-radius: 7px;
    font-size: 14px;
    border: 1px solid #0068a5;
    color: #0068a5;
    display:inline-block;
}
.backtoarrow:hover {
    background: #0068a5;
    color: #fff;
}
/*.backtoarrow .fa {
    font-size: 20px;
    vertical-align: text-bottom;
    padding-right: 2px;
}*/

.sleeveredio .form-check-input {
    width: 1em;
    height: 1em;
    font-size: unset;
    padding: 0px !important;
    border:1px solid #929292;
}
.a2 {
    color: #000;
    text-decoration: none;
    font-size: 16px;
    padding-right: 10px;
}
.adminProducttable table tr th {
    padding: 8px;
    border: 1px solid #ccc;
    background: #f2f2f2;
}
.adminProducttable table tr td {
    padding: 8px;
    border: 1px solid #ccc;
}
.adminProducttable input {
    border-radius: .25rem;
    border: 1px solid #e5e5e5;
    padding: 5px 11px 5px 11px !important;
    font-size: 14px;
}
.crossIcon{
    position:absolute;
    top:9px;
    right:10px;
    z-index:999;
    content:"";
}
.loginpopupmodel .btn-close:focus {
    box-shadow: none;
}
.header_popuptext {
    color: #4d4d4d;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
}
/*.customize-inches:before {
    content: "inches";
    position: absolute;
    right: 9px;
    top: 39px;
    color: #a4a4a4;
}*/
.orderhistoryclick{
    position:absolute;
    right:0;
    content:"";
    top:0;
    z-index:999;
}
.contactus_bg {
    background: #f8f8f8;
    padding: 20px 15px 20px 15px;
}
.contactus_texts {
    margin: 0;
    margin-bottom: 15px;
    line-height: 1.2;
    color: #000;
    font-size: 19px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
}
.contact_number{
    font-size:15px;
    display:inline-block;
    color:#333;
    text-decoration:underline;
}
.contactus-30 {
    margin: 0;
    font-size: 22px;
    line-height: 38px;
    color: #000;
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 600;
}
.contact_icons .fa {
    font-size: 40px;
    color: #666;
    padding-bottom: 18px;
}
.btn-link {
    color: red; /* Change color as desired */
    text-decoration: none;
    font-size: 20px;
    border: 0px;
    background: none;
}

.btn-link:hover {
    text-decoration: none;
    color: red;
}
.custom_about_texts{
    font-size:17px !important;
    color:#000 !important;
}
.weight_texts {
    font-weight: 500;
    color: #000000d6;
}
.bigshot_styled {
    color: #0089d9;
    font-style: italic;
    font-weight: 600;
    font-size: 17px;
}
.pt_30 {
    padding-top: 30px;
}
.add-p {
    padding: 2px 6px 2px 6px;
}
.dinlineblock{
    display:inline-block;
}
.textright{
    text-align:right;
}
.font-sz-17{
    font-size:17px;
}
.w-230{
    width:230px;
}
.margin-lf-3{
    margin-left:12px;
}
.textrighted{
    text-align:right;
}
.height-296{
    height:296px;
}
.exchange_ex {
    text-decoration: none;
    color: #000;
    font-size: 12px;
    display: inline-block;
    cursor: pointer;
    padding: 3px 7px;
    border-radius: 15px;
    border: 1px solid #ccc;
}
.exchange_ex2 {
    text-decoration: none;
    color: #000;
    font-size: 12px;
    display: inline-block;
    cursor: pointer;
    padding: 3px 7px;
    border-radius: 15px;
    border: 1px solid #ccc;
}
.search_list ul{
    margin:0;
}
.selected-card {
    border: 1px solid #999999;
    padding: 6px 10px 6px 10px;
    color: #000000;
    display: inline-block;
    border-radius: 4px;
}
.selected-card .fa {
    color: red;
    padding-left: 5px;
    font-size: 19px;
    vertical-align: middle;
}
.mobile-toggle-view {
    display: none;
}
.mobileNavHeader{
    display:none;
}

.hh-grayBox {
  /*  background-color: #F8F8F8;*/
    margin-bottom: 20px;
    padding: 5px;
  /*  margin-top: 20px;*/
}

.pt45 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.order-tracking {
    text-align: center;
    width: 22.33%;
    position: relative;
    display: block;
}

.order-tracking .is-complete {
    display: block;
    position: relative;
    border-radius: 50%;
    height: 26px;
    width: 26px;
    border: 0px solid #AFAFAF;
    background-color: #f7be16;
    margin: 0 auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
    z-index: 2;
}

    .order-tracking .is-complete:after {
        display: block;
        position: absolute;
        content: '';
        height: 14px;
        width: 7px;
        top: -2px;
        bottom: 0;
        left: 5px;
        margin: auto 0;
        border: 0px solid #AFAFAF;
        border-width: 0px 2px 2px 0;
        transform: rotate(45deg);
        opacity: 0;
    }

    .order-tracking.completed .is-complete {
        border-color: #27aa80;
        border-width: 0px;
        background-color: #27aa80;
    }

        .order-tracking.completed .is-complete:after {
            border-color: #fff;
            border-width: 0px 3px 3px 0;
            width: 7px;
            left: 9px;
            opacity: 1;
        }

    .order-tracking p {
        color: #A4A4A4;
        font-size: 15px;
        margin-top: 8px;
        margin-bottom: 0;
        line-height: 20px;
    }

        .order-tracking p span {
            font-size: 14px;
        }

    .order-tracking.completed p {
        color: #000;
    }

    .order-tracking::before {
        content: '';
        display: block;
        height: 3px;
        width: calc(100% - 25px);
        background-color: #f7be16;
        top: 13px;
        position: absolute;
        left: calc(-57% + 12px);
        z-index: 0;
    }

    .order-tracking:first-child:before {
        display: none;
    }

    .order-tracking.completed:before {
        background-color: #27aa80;
    }

.custom-tracking-order .order-tracking {
    width: 21.33% !important;
}
.custom-tracking-order .order-tracking::before {
    width: calc(100% - 67px) !important;
    left: calc(-48% + 25px) !important;
}
.custom-tooltip .tooltip-inner {
    color: white;
    border: 0px;
    background-color: #000000a6;
    border-radius: 2px;
    font-size: 13px;
}
.size-option.disabled {
    pointer-events: none;
    opacity: 0.5;
}

.sizeclikeds.size-disabled {
    cursor: not-allowed;
}


/* Arrow color fix */
.custom-tooltip.bs-tooltip-top .tooltip-arrow::before,
.custom-tooltip.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
    border-top-color: #000000a6;
}

.custom-tooltip.bs-tooltip-bottom .tooltip-arrow::before,
.custom-tooltip.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
    border-bottom-color: #000000a6;
}

.custom-tooltip.bs-tooltip-left .tooltip-arrow::before,
.custom-tooltip.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
    border-left-color: #000000a6;
}

.custom-tooltip.bs-tooltip-right .tooltip-arrow::before,
.custom-tooltip.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
    border-right-color: #000000a6;
}
    /* toast*/
.toast {
    position: fixed !important;
    left: 50% !important;
    top: 20px !important; /* Adjust this value as needed for vertical spacing from the top */
    transform: translateX(-50%) !important; /* Center horizontally */
    z-index: 1050; /* Ensure toastr appears above other content */
}
/*autocomplete....*/
.suggestions {
    overflow-y: auto;
    position: absolute;
    width: 100%;
    background-color: white;
}

    .suggestions ul {
        border: 1px solid #ccc;
    }


.autocomplete-suggestions {
    /*border: 1px solid #ccc;*/
   /* //max-height: 200px;*/
    overflow-y: auto;
    position: absolute;
    width: 100%;
}

.suggestion-item {
    padding: 10px;
    cursor: pointer;
    border-bottom: 1px solid #f4f4f4;
    position:relative;
}
  /*  .suggestion-item::before {
        position: absolute;
        right: 10px;
        top: 5px;
        content: "\f061";
        font-family: FontAwesome;
        font-size: 18px;
    }*/
.suggestion-item:hover, .suggestion-item:focus, .suggestion-item.highlight {
    /* background-color: #f0f0f0;*/
    background-color: #0068a594;
    color: #fff;
}

/*.suggestion-item.active {
    background-color: #f0f0f0;
}*/
.flexed{
    display:flex;
}
.content_center_flex {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: inline-flex;
}
.backreviews {
    text-decoration: none;
    font-size: 18px;
    color: #0068a5;
    position:absolute;
    right:0px;
    content:"";
}
.review_back {
    padding-right: 10px;
    font-size: 21px;
    display: inline-block;
    vertical-align: middle;
    color: #0068a5;
}
.mob-flex-row {
    display: flex;
    flex-direction: row;
    justify-content: end;
}
.flex-rows {
    display: flex;
    flex-direction: row;
}
.flex-2-mobile{
    display:flex;
}
.pad-left-12 {
    padding-left: 12px;
}
.mobile-products-item {
    display: none;
}
.mob-none {
    display: none;
}
.mobile-filters {
    display: none;
}
.cart-empty-message {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
.start_shopping {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    background: #0068a5;
    text-align: center;
    text-decoration: none;
    padding: 7px 15px 8px 15px;
    width: 170px;
    border-radius: 20px;
    line-height: 24px;
    box-shadow: 0px 0px 5px 0px rgba(153,153,153,1);
}
.start_shopping:hover {
    background: #0068a5;
    color: #fff;
}
.mat-mobile-width {
    width: 100%;
}
.mat-mobile-label,
.mobile-lab {
    display: none;
}
.mobiletoggle_bar{
    display:none;
}
.mob-none {
    display: block;
}
.center_text{
    text-align:center;
}
.mar-top-50{
    margin-top:50px;
}
.heigt-349{
    height:600px;
}
.down_arrow {
    position: absolute;
    top: 2px;
    right: 10px;
    content: "";
    color: #bdbdbd;
    font-size: 22px;
}
.nosaved_found {
    font-size: 22px;
    padding-bottom: 35px;
    padding-top: 10px;
    margin: 0;
}
.cancel-decoration {
    text-decoration: none;
    color: #ec1b23
}
.cancel-decoration:hover {
    color: #ec1b23
}
.not_availble_space {
    margin-top: 1.5rem ;
    margin-bottom: 1rem;
}
.marb_3b {
    margin-bottom: 3rem;
}

.bigshop-apps {
    position: fixed;
    bottom: 155px;
    width: 44px;
    height: 260px;
    background-color: #535766;
    z-index: 1099;
    color: #fff;
    letter-spacing: 1px;
    cursor: pointer;
    right: 0px;
    -webkit-transition: 1s;
    transition: 1s;
}

.bigshop-apps .icon-flate {
    border-right: 14px solid #fff;
    width: 0;
    height: 0;
    margin: 15px 16px;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
}

.bigshop-apps .flate-content {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    width: 36px;
    padding: 4px;
    /*height: 200px;*/
    margin: 0;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    color: #fcfcfc;
    display: inline-block;
}

.banner-expanded {
    /*position: fixed;
    bottom: 155px;
    right: -400px;
    width: 400px;
    height: 260px;
    background-image: -webkit-gradient(linear, right top, left top, from(#ffe4e5), to(#bfe7ff));
    background-image: linear-gradient(270deg, #ffe4e5, #bfe7ff);
    z-index: 1099;
    font-family: Whitney;
    color: #3e4152;
    cursor: default;
    -webkit-transition: 1s;
    transition: 1s;*/
    position: fixed;
    bottom: 155px;
    right: -400px;
    width: 90%;
    max-width: 400px;
    height: 260px;
    background-image: linear-gradient(270deg, #ffe4e5, #bfe7ff);
    z-index: 1099;
    font-family: Whitney, sans-serif;
    color: #3e4152;
    cursor: default;
    transition: 1s;
    box-sizing: border-box;
}
.expand-banner {
    right: 0px !important;
}

.expands-banner2 {
    right: 400px !important;
}
.icon-flate-rotate {
    -webkit-transform: rotate(-180deg) !important;
    transform: rotate(-180deg) !important;
}
.hr_border {
    width: 100%;
    height: 1px;
    background: #a7a7a7;
    margin-top: 32px;
    margin-bottom: 20px;
}
.error_text_red {
    font-size: 14px;
    line-height: 18px;
    display: block;
    padding-top: 4px;
}
.qrcode_img {
    width: 150px;
    height: auto;
}
.playstore_panel {
    height: 60px;
}
.remove_items svg {
    vertical-align: text-bottom;
}
.cart_inline{
    display:inline-block;
}
.description_main_view {
    margin-top: 12px;
}
.description_main_view ul {
    margin: 0;
    padding-left: 18px;
}
.description_main_view ul li{
    color: #666;
    margin-bottom: 4px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
}
.qrcode_qr {
    width: 150px;
    height: auto;
}
.google_palystore {
    height: 60px;
}
.istore_store {
    height: 52px;
}
.description_texts{
    color: #333;
    margin: 0px;
    padding-bottom:4px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
}
.read_more_btn{
    color:blue;
    font-size:15px;
    display:inline-block;
}
.desc_mar_bt_12 {
    margin-bottom: 12px;
}
.shipment_tracking_order {
    padding: 15px 10px;
    background: #f9f9f9;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.pickorder_track {
    font-size: 15px;
    color: #8d8d8d;
    margin: 0;
    text-align: center;
    width: 98%;
    margin-right: 5px;
    margin-left: 5px;
}
.pickorder_track span{
   display: block;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 3px;
    color: #333;
    border-bottom: 1px solid #ccc;
    padding-bottom: 8px;
}
.pad_lt_12 {
    padding-left: 12px;
}




@media only screen and (max-width:767px) {
    .products_view {
        padding: 15px 15px;
    }

    .tittle_text {
        font-size: 22px;
        margin-bottom: 2px;
    }

    .mr_top {
        margin-top: 18px;
    }

    .footer-categories ul li a {
        font-size: 14px;
        line-height: 20px;
        color: #757575;
    }

    .recent-post {
        margin-bottom: 12px;
        margin-top: 12px;
        font-size: 1rem;
    }
    .textcenerted {
        text-align: center !important;
    }

    .dinlineblock {
        display: block;
        text-align: center;
        margin: 0 auto;
    }

    .mob-center {
        text-align: center;
    }

    .mob-top {
        padding-top: 12px;
    }

    .navbar-toggler {
        border: 0px;
    }

    .filter-main-box {
        padding: 19px 0px 12px 0px;
    }

    .uk-grid {
        margin-left: 0px !important;
    }

    .top_name {
        font-size: 20px;
    }

    .text_para_name {
        font-size: 15px;
    }

    .morecolor {
        font-size: 15px;
        padding-bottom: 10px;
    }

    .color_patren {
        width: 46px;
        height: 50px;
    }
    .pad-lfs-25 {
        padding-left: 0px;
    }
    .size_size {
        width: auto;
        height: 35px;
        padding: 10px;
        line-height: 12px;
    }

    .wishlist_btn {
        padding: 10px 10px;
        font-size: 14px;
        width: 150px;
    }

    .addtobag_btn {
        padding: 10px 10px;
        font-size: 14px;
        width: 150px;
    }

    .font-sz-17 {
        font-size: 15px;
    }

    .product_detailed {
        padding-bottom: 5px;
        font-size: 15px;
    }

    .container_960 {
        width: 100%;
    }

    .cancelcustombtn {
        padding: 6px 15px;
    }

    .editprofile {
        padding: 6px 10px;
    }

    .direction-cl {
        flex-direction: column;
    }

    .w-230 {
        width: 100%;
    }

    .moveto_wishlists {
        padding: 5px 7px;
        font-size: 11px;
    }

    .margin-lf-3 {
        margin-left: 0px;
    }

    .margin-tp-10 {
        margin-top: 10px;
    }

    .w-85 {
        width: 100%;
    }

    .textlefted {
        text-align: left;
    }

    .toggle_bar_bar:focus {
        outline: none;
        box-shadow: none;
    }
    .mobile_center{
        text-align:center;
    }
    /*mobile start*/
    .mobile-toggle-view {
        display: block;
    }

    .navbar-collapse {
        display: none;
    }

    .mobile-toggle-panel {
        position: fixed;
        left: -100%;
        opacity: 1;
        transition: 1s;
        top: 0;
        width: 80%;
        background-color: #fff;
        padding: 1rem;
        overflow: hidden;
        z-index: 1001;
        box-shadow: 0px 1px 4px 0px rgba(50, 50, 50, 0.75);
        overflow-y: scroll;
        /* bottom: 0; */
        height: 100vh;
    }
    .menu-overly {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        background: rgba(24, 24, 24, 0.5);
        z-index: 999;
    }
    .menuactive {
        left: 0px;
        transition: 1s;
    }

   /* .cancel-time {
        color: #ffffff;
        background: #ff9800d4;
        padding: 8px 8px;
    }*/

    .time-cross {
        font-size: 34px;
        cursor: pointer;
        vertical-align: middle;
        position: absolute;
        top: 17px;
        right: 7px;
        content: "";
        color: #000;
        display: inline-block;
        width: 30px;
        height: 30px;
        line-height: 23px;
        text-align: center;
        font-weight: 300;
    }
    /*mobile end*/
    .mobile_container {
        display: unset !important;
        max-width:100%;
    }
    .display_flex_m2 {
        display: flex;
        flex-wrap: inherit;
        align-items: center;
        justify-content: space-between;
    }

    .deskNavHeader {
        display: none;
    }

    .mobileNavHeader {
        display: block;
    }

    .mobile_lfrt {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
    .action_menu ul li .right_list {
        min-width: 0px;
        min-height: 0px;
        padding: 1px 4px;
        font-size: 18px;
        position: relative;
    }
    .cart_badge {
        top: -3px;
        right: -5px;
        min-height: 15px;
        min-width: 15px;
    }
    .toggle_bars {
        text-decoration: none;
        color: #2d2d2d !important;
        /*font-size: 20px;*/
        display: inline-block;
        padding-right: 7px;
    }
    .margin-tp-bt {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .mobile_categorey ul{
        margin:0;
        padding:0;
    }
    .mobile_categorey ul li{
        display:block;
    }
    .mobile_categorey ul li a {
       padding: 7px 0px;
        color: #707070;
        font-size: 14px;
        display: block;
        text-decoration: none;
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 500;
    }
    
    .previcon_bg .fa {
        font-size: 25px;
        line-height: 33px;
    }
    .previcon_bg, .next_bg {
        width: 34px;
        height: 34px;
    }
    .next_bg .fa {
        font-size: 25px;
        line-height: 33px;
    }
    .container-mob {
        max-width: 100%;
    }
    /*filteration-start*/
    .mob-none{
        display:block;
    }
    .web-none{
        display:none;
    }
    .flex-1{
        flex:1;
    }
    .filter_icon_mob {
        padding: 5px 10px 5px 10px;
        border: 1px solid #ced4da;
        display: inline-block;
        font-size: 15px;
    }
    .filter_icon_mob .fa{
        padding-right:10px;
        font-size:16px;
    }
    .w-280 {
        max-width: 280px;
        width: 280px;
    }
    .pad-0{
        padding:0px;
    }
    .web-filter {
        display: none;
    }
    .mobile_size .size-15 {
        font-size: 12px !important;
    }
    .flex-rows {
        display: flex;
        flex-direction: row;
    }
    .image_return {
        width: 14px !important;
        height: 14px !important;
        margin-right: 7px;
        vertical-align: top;
    }
    .vertical-tp {
        vertical-align: top;
    }
    .mob-pt-top{
        padding-top:0px !important;
    }
    .desc_text_right h4 {
        font-size: 14px;
    }
    .mob-flex-row {
        justify-content: left;
    }
    .wishlist_top {
        padding-left: 10px;
        padding-top: 7px;
    }
    .pad-left-12{
        padding-left:6px;
    }
    .mobile-none{
        display:none;
    }
    .heart_size {
        font-size: 17px;
    }
    .custom_selects .form-select {
        padding: 4px 16px 4px 5px;
        font-size: 14px;
    }
    .content {
        padding: 8px 10px;
    }
    .flex-2-mobile {
        display: flex;
        flex-direction:column;
    }
    .pt_7 {
        padding-top: 7px;
    }
    .container_860 {
        width: 100%;
    }
    .container_960{
        width:100%;
    }
    .container_1180 {
        width: 100%;
    }
    .direc_row {
        flex-direction: row !important;
    }
    .colors {
        font-size: 13px;
    }
    .color_right {
        font-size: 13px;
    }
    .mobile-filters {
        display: block;
    }
    .thumb_flex {
        flex: auto !important;
    }
    .user_rounded {
        height: 2.5rem;
        width: 2.5rem;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.25rem;
        background-color: #0068a5;
    }
    .user_mob_name{
        font-size:16px;
        color:#000;
        font-weight:500;
        text-transform:capitalize;
        margin:0;
    }
    .mobile_borders {
        width: 100%;
        height: 1px;
        background: rgb(192 192 192 / 32%);
        margin-top: 20px;
        margin-bottom: 15px;
    }
    .mobile_categorey_text {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 500;
        /*color: #c0c0c0;*/
        color: #004598;
        margin: 0;
        font-size: 14px;
        text-transform: uppercase;
        letter-spacing: 1px;
        position: relative;
        margin-top: 15px;
        margin-bottom: 14px;
        min-width: fit-content;
    }
    .text_rightborder {
        width: 80%;
        height: 1px;
        background: rgb(192 192 192 / 32%);
    }
    .border_flex_center {
        display: flex;
        justify-content: space-evenly;
        align-items: baseline;
        gap: .5rem;
    }
    /*.flex_mobile_mo {
        display: flex;
        flex-direction: row;
        width: 100%;
        flex-wrap: wrap;
    }*/
    .profile_list_i3 ul {
        display: flex;
        flex-direction: row;
        gap: 15px;
        flex-wrap: wrap;
    }
    .profile_list_i3 ul li {
       text-align: center;
        display: flex;
        flex-direction: column;
        gap: 3px;
        align-items: center;
        flex-wrap: wrap;
    }
    .profile_list_i3 ul li a {
        line-height: 26px;
        display: inline-block;
        padding: 11px 11px 11px 11px;
        border: 1px solid #ededed;
        border-radius: 5px;
        width: 5rem;
        height: 4rem;
        text-align: center;
    }
    .bottom_profile_text {
        margin: 0;
        font-size: 14px;
        color: #000;
        font-weight: 400;
        padding-top: 6px;
    }
    .logout_btns {
        padding: 7px 10px 7px 10px;
        color: #fff;
        background: #0068a5;
        border: 0px;
        border-radius: 5px;
        width: 60%;
        font-size: 15px;
        text-transform: uppercase;
        font-weight: 600;
        letter-spacing: 1px;
        display: inline-block;
        text-decoration: none;
    }
    .logout_btns .fa {
        font-size: 1.3rem;
        vertical-align: middle;
        padding-right: 6px;
    }
    .logtopbot_space {
        padding-top: 30px;
        padding-bottom: 15px;
    }
    .bottomspace_10 {
        padding-bottom: 10px;
    }
    .form-details {
        display: none !important;
    }
    .dropdown-menu .dropdown-item {
        color: black;
        padding: 10px 8px !important;
        text-decoration: none;
        display: block;
    }
    .dropdown-menu {
        display: none;
        position: absolute;
        background-color: white;
        z-index: 1;
        margin-top: 5px;
        max-width: 100%;
        width: 100%;
        padding: 8px 6px;
        border: 1px solid #ddd;
    }
    .scroll_thumb {
        height: 369px !important;
    }
    #result{
        display:none;
    }
    
    /*Admin_responsive_start*/
    .navigationleft{
        display:none;
    }
    .pagemain {
        width: 100%;
        position: unset;
    }
    .table-common-class table tr {
        border-bottom: 3px solid #ddd;
        display: block;
        margin-bottom: .625em;
    }

   /* .new-saled table tr {
        border-bottom: 0px;
        margin-bottom: 0px;
    }*/
    .table .mobdispnone {
        display: none;
    }
    .table-common-class table tbody tr td {
        border-top: 1px solid #ddd;
        display: flow-root;
        text-align: right;
        word-break: break-all;
    }

    .table-common-class table td {
        border-top: 1px solid #ddd;
        display: flow-root;
        text-align: right;
        word-break: break-all;
    }
    .mat-mobile-width {
        display: inline-block;
        width: 50%;
    }
    .mat-mobile-label {
        display: inline-block;
        width: 50%;
        margin-bottom: 0 !important;
        font-weight: 600;
        text-align: left;
    }
    .mobile-lab {
        display: inline-block;
        font-weight: 600;
        margin-right: 3px;
    }
    .mobiletoggle_bar {
        display: block;
    }
    .mob-none{
        display:none;
    }
    .width_600 {
        width: 100%;
        margin: 0 auto;
    }
    .delete_wid_37 {
        width: 100%;
    }
    .time_circle {
        right: 10px;
        top: -20px;
        z-index:9;
    }
    .container_1060 {
        width: 100%;
    }
    .page-header {
        padding: 6px 0px;
    }
    .top-right-icons {
        /*right: 0px;*/
        position: unset;
    }
    .page-header h4 {
        font-size: 18px;
    }
    .admin_adds {
        padding: 6px 10px 7px 10px;
        font-size: 13px;
    }
    .circle_pluss {
        font-size: 17px;
        padding-right: 5px;
        vertical-align: inherit;
    }
    .add_newuser {
        font-size: 18px;
    }
    .justify_end {
        justify-content: end;
    }
    .mob-100-wid{
        width:100%;
    }
    .name_adrress {
        max-width: 175px;
    }
    .order-tracking p {
        font-size: 12px;
    }
    .order-tracking p span {
        font-size: 12px;
    }
    /*Admin_responsive_end*/
    .wishlist_badge {
        top: -3px !important;
        right: -6px !important;
        font-size: 10px !important;
        min-height: 15px !important;
        min-width: 15px !important;
    }
    .cart-badge {
        top: -5px !important;
        right: -4px !important;
        font-size: 10px !important;
        min-height: 15px !important;
        min-width: 15px !important;
    }
    .nav_accounts .nav-pills .nav-link.active {
        border: 1px solid #ccc;
    }
    .expands-banner2 {
        right: 300px !important;
    }
    .banner-expanded {
        right: -300px;
        width: 300px;
        height: 220px;
    }
    .qrcode_img {
        width: 120px;
    }
    .playstore_panel {
        height: 50px;
    }
    .istore_panel{
        height:43px;
    }
    .bigshop-apps {
        height: 220px;
    }
    .bigshop-apps .flate-content {
        font-size: 19px;
    }
    .bigshop-apps .icon-flate {
        border-right: 12px solid #fff;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
    }
    .mobile_price_select {
        border: 1px solid #ccc;
        border-radius: 3px;
        padding: 2px 5px;
        position:relative;
    }
    .price_select_down{
        position:absolute;
        top:1px;
        right:10px;
        font-size:20px;
        z-index:9;
    }
    .mobile_price_select .dropdown {
        width:100%;
    }
    .dropdown-toggle {
        display: block;
        width: 100%;
        text-align: left;
    }
    .qrcode_qr {
        width: 110px;
    }
    .google_palystore {
        height: 50px;
    }
    .istore_store {
        height: 44px;
    }
    .mob_bottom-15 {
        padding-bottom: 15px;
    }
    .pad_lt_12 {
        padding-left: 0px;
    }
    .product-arrival-space {
        padding: 10px 10px;
        margin-top: 14px;
    }

   /* .wishlist_badge {
        top: -4px;
        right: -5px;
        font-size: 10px;
        min-height: 15px;
        min-width: 15px;
    }*/
}

@media only screen and (min-width : 767.98px) and (max-width:1022.98px) {
    .centered_logos {
        display: block;
        text-align: center;
    }
    .pad_lt_12 {
        padding-left: 0px;
    }
    .myaccountMenu {
        left: -100px;
    }
    .uparrow_drop {
        left: 53%;
    }
}
@media only screen and (min-width : 990.98px) and (max-width:1229.98px) {
    .mobile_new_wishlist{
        display:none;
    }
    .pad_lt_12 {
        padding-left: 0px;
    }
}
@media only screen and (min-width : 768px) and (max-width:1023.98px) {
    .deskNavHeader {
        display: none;
    }

    .mobileNavHeader {
        display: block;
    }
    .mobile_container {
        display: unset !important;
        max-width: 100%;
    }

    .mobile_lfrt {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .disc_pricelist {
        width: calc(100% - 20px);
        bottom: 10px;
    }

    .disc_img img {
        height: auto;
    }

    .bz-media {
        padding-top: 40px;
    }

    .products_view {
        padding: 15px 15px;
    }

    .tittle_text {
        font-size: 22px;
        margin-bottom: 2px;
    }

    .mr_top {
        margin-top: 18px;
    }

    .footer-categories ul li a {
        font-size: 14px;
        line-height: 20px;
        color: #757575;
    }

    .recent-post {
        margin-bottom: 12px;
        margin-top: 12px;
    }

    .recent-post {
        margin-bottom: 12px;
        margin-top: 0px;
    }

    .textcenerted {
        text-align: center !important;
    }

    .dinlineblock {
        display: block;
    }
    .pad-lfs-25 {
        padding-left: 0px;
    }
    .action_menu ul li .right_list {
        min-width: 0px;
        min-height: 0px; 
        padding: 1px 4px;
    }
    .cart_badge {
        top: -3px;
        right: -5px;
        min-height: 15px;
        min-width: 15px;
    }
    .toggle_bars {
        text-decoration: none;
        color: #2d2d2d !important;
        font-size: 20px;
        display: inline-block;
        padding-right: 18px;
    }
    .display_flex_m2 {
        display: flex;
        flex-wrap: inherit;
        align-items: center;
        justify-content: space-between;
    }
    .mobile_categorey ul {
        margin: 0;
        padding: 0;
    }

    .mobile_categorey ul li {
        display: block;
    }

    .mobile_categorey ul li a {
        padding: 7px 0px;
        color: #707070;
        font-size: 14px;
        display: block;
        text-decoration: none;
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 500;
    }
    /*mobile start*/
    .mobile-toggle-view {
        display: block;
    }

    .navbar-collapse {
        display: none;
    }

    .mobile-toggle-panel {
        position: fixed;
        left: -100%;
        opacity: 1;
        transition: 1s;
        top: 0;
        width: 80%;
        background-color: #fff;
        padding: 1rem;
        overflow: hidden;
        z-index: 1001;
        box-shadow: 0px 1px 4px 0px rgba(50, 50, 50, 0.75);
        overflow-y: scroll;
        /* bottom: 0; */
        height: 100vh;
    }

    .menuactive {
        left: 0px;
        transition: 1s;
    }

    /*.cancel-time {
        color: #ffffff;
        background: #ff9800d4;
        padding: 8px 8px;
    }*/

    .time-cross {
        font-size: 22px !important;
        cursor: pointer;
        float: right;
        vertical-align: middle;
    }
    .menu-overly {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        background: rgba(24, 24, 24, 0.5);
        z-index: 999;
    }
    /*mobile end*/
    .container-mob {
        max-width: 100%;
    }

    .mob-none {
        display: block;
    }

    .web-none {
        display: none;
    }

    .flex-1 {
        flex: 1;
    }

    .filter_icon_mob {
        padding: 5px 10px 5px 10px;
        border: 1px solid #ced4da;
        display: inline-block;
        font-size: 15px;
    }

    .filter_icon_mob .fa {
        padding-right: 10px;
        font-size: 16px;
    }

    .w-280 {
        max-width: 280px;
        width: 280px;
    }

    .pad-0 {
        padding: 0px;
    }

    .web-filter {
        display: none;
    }
    .mobile-filters{
        display:block;
    }
    .mob-w-100 {
        width: 100%;
    }
    .mobile_size .size-15 {
        font-size: 12px !important;
    }
    .flex-rows {
        display: flex;
        flex-direction: row;
    }

    .image_return {
        width: 14px !important;
        height: 14px !important;
        margin-right: 7px;
        vertical-align: top;
    }
    .vertical-tp {
        vertical-align: top;
    }
    .mob-pt-top {
        padding-top: 0px !important;
    }
    .desc_text_right h4 {
        font-size: 14px;
    }
    .moveto_wishlists {
        padding: 5px 5px;
        font-size: 11px;
    }
    .mob-flex-row {
        justify-content: end;
    }
    .custom_selects .form-select {
        padding: 4px 16px 4px 5px;
        font-size: 14px;
    }
    .container_860 {
        width: 100%;
    }
    .container_960 {
        width: 100%;
    }
    .container_1180 {
        width: 100%;
    }
    .colors {
        font-size: 12px;
    }
    .color_right {
        font-size: 12px;
    }
    .margin-tp-bt {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .thumb_flex {
        flex: auto !important;
    }
    /*nav_side_start*/
    .user_rounded {
        height: 2.5rem;
        width: 2.5rem;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.25rem;
        background-color: #0068a5;
    }

    .user_mob_name {
        font-size: 16px;
        color: #000;
        font-weight: 500;
        text-transform: capitalize;
        margin: 0;
    }

    .mobile_borders {
        width: 100%;
        height: 1px;
        background: rgb(192 192 192 / 32%);
        margin-top: 20px;
        margin-bottom: 15px;
    }

    .mobile_categorey_text {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 500;
        /*color: #c0c0c0;*/
        color: #004598;
        margin: 0;
        font-size: 14px;
        text-transform: uppercase;
        letter-spacing: 1px;
        position: relative;
        margin-top: 15px;
        margin-bottom: 14px;
        min-width: fit-content;
    }

    .text_rightborder {
        width: 80%;
        height: 1px;
        background: rgb(192 192 192 / 32%);
    }

    .border_flex_center {
        display: flex;
        justify-content: space-evenly;
        align-items: baseline;
        gap: .5rem;
        justify-content: start;
    }
    /*.flex_mobile_mo {
        display: flex;
        flex-direction: row;
        width: 100%;
        flex-wrap: wrap;
    }*/
    .profile_list_i3 ul {
        display: flex;
        flex-direction: row;
        gap: 15px;
        flex-wrap: wrap;
    }

    .profile_list_i3 ul li {
        text-align: center;
        display: flex;
        flex-direction: column;
        gap: 3px;
        align-items: center;
        flex-wrap: wrap;
    }

    .profile_list_i3 ul li a {
        line-height: 26px;
        display: inline-block;
        padding: 11px 11px 11px 11px;
        border: 1px solid #ededed;
        border-radius: 5px;
        width: 5rem;
        height: 4rem;
        text-align: center;
    }

    .bottom_profile_text {
        margin: 0;
        font-size: 14px;
        color: #000;
        font-weight: 400;
        padding-top: 6px;
    }

    .logout_btns {
        padding: 7px 10px 7px 10px;
        color: #fff;
        background: #0068a5;
        border: 0px;
        border-radius: 5px;
        width: 60%;
        font-size: 15px;
        text-transform: uppercase;
        font-weight: 600;
        letter-spacing: 1px;
        display: inline-block;
        text-decoration: none;
    }

    .logout_btns .fa {
        font-size: 1.3rem;
        vertical-align: middle;
        padding-right: 6px;
    }

    .logtopbot_space {
        padding-top: 30px;
        padding-bottom: 15px;
    }

    .bottomspace_10 {
        padding-bottom: 10px;
    }
    .form-details{
        display:none !important;
    }
    .dropdown-menu .dropdown-item {
        color: black;
        padding: 10px 8px !important;
        text-decoration: none;
        display: block;
    }
    .dropdown-menu {
        display: none;
        position: absolute;
        background-color: white;
        z-index: 1;
        margin-top: 5px;
        max-width: 272px;
        width: 272px;
        padding: 8px 6px;
        border: 1px solid #ddd;
    }
    .scroll_thumb {
        height: auto;
    }

    /*Admin_responsive_start*/
    .navigationleft {
        display: none;
    }

    .pagemain {
        width: 100%;
        position: unset;
    }

    .table-common-class table tr {
        border-bottom: 3px solid #ddd;
        display: block;
        margin-bottom: .625em;
    }

    /* .new-saled table tr {
        border-bottom: 0px;
        margin-bottom: 0px;
    }*/
    .table .mobdispnone {
        display: none;
    }

    .table-common-class table tbody tr td {
        border-top: 1px solid #ddd;
        display: flow-root;
        text-align: right;
        word-break: break-all;
    }

    .table-common-class table td {
        border-top: 1px solid #ddd;
        display: flow-root;
        text-align: right;
        word-break: break-all;
    }

    .mat-mobile-width {
        display: inline-block;
        width: 50%;
    }

    .mat-mobile-label {
        display: inline-block;
        width: 50%;
        margin-bottom: 0 !important;
        font-weight: 600;
        text-align: left;
    }

    .mobile-lab {
        display: inline-block;
        font-weight: 600;
        margin-right: 3px;
    }

    .mobiletoggle_bar {
        display: block;
    }

    .mob-none {
        display: none;
    }
    .width_600 {
        width: 100%;
        margin: 0 auto;
    }
    .delete_wid_37 {
        width: 100%;
    }
    .container_1060 {
        width: 100%;
    }
    .page-header {
        padding: 6px 0px;
    }
    .top-right-icons {
        right: 0px;
    }
    .name_adrress {
        max-width: 175px;
    }
    /*Admin_responsive_end*/
    .wishlist_badge {
        top: -5px !important;
        right: -6px !important;
        font-size: 10px !important;
        min-height: 15px !important;
        min-width: 15px !important;
    }

    .cart-badge {
        top: -5px !important;
        right: -4px !important;
        font-size: 10px !important;
        min-height: 15px !important;
        min-width: 15px !important;
    }
}
@media only screen and (min-width : 1023.98px) and (max-width:1199.98px) {
    .custom_50{
        width:50%;
    }
    .name_adrress {
        max-width: 175px;
    }
}
@media only screen and (min-width : 360px) and (max-width:760.98px) {
    .name_adrress {
        max-width: 140px;
    }
}
@keyframes loader_05101 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(2);
        opacity: 0;
    }
}

.loader-line {
    width: 100%; /* Adjust as needed */
    height: 3px; /* Line thickness */
    background-color: #0068a5; /* Change color as needed */
    position: relative;
    display: none; /* Hide initially */
}

@keyframes moveLine {
    0% {
        transform: translateX(-60%); /* Start off-screen */
    }

    100% {
        transform: translateX(100%); /* Move across to the right */
    }
}

.deskNavHeader {
    display: block;
}

.mobileNavHeader {
    display: none;
}

@media (max-width: 768px) {
    .deskNavHeader {
        display: none;
    }

    .mobileNavHeader {
        display: block;
    }
}

.progress-bar {
    width: 100%;
    height: 4px;
    background-color: #e0e0e0;
    border-radius: 0px;
    overflow: hidden;
}

.progress {
    width: 0;
    height: 100%;
    background-color: #0068a5;
    animation: fill 4s;
}

@keyframes fill {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

.wishlist_badge {
    position: absolute;
    top: 2px;
    right: 2px;
    font-size: 11px;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 17px;
    min-width: 17px;
    font-weight: 700;
    border-radius: 10px;
    background: red;
    color: #fff;
}

.cart-badge {
    position: absolute;
    top: 2px;
    right: 2px;
    font-size: 11px;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 17px;
    min-width: 17px;
    font-weight: 700;
    border-radius: 10px;
    background: red;
    color: #fff;
}