.find-card-outer ul {
    border: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 16px 40px 0px rgb(112 144 176 / 20%);
    margin: 0;
}

.find-card-outer {
    padding: 15px 15px 10px;
}

.find-card-outer ul li {
    width: 50%;
}

.find-card-outer ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 0;
    gap: 10px;
}

.find-card-outer ul li h4 {
    font-size: 12px;
    font-weight: 400;
    margin: 0;
}

.full-banner .text-wrap {
    text-align: center;
    margin-left: -8rem;
}

.full-banner {
    min-height: 150px;
}

.full-banner h4 {
    color: #006166;
}

.full-banner .custom-btn {
    background: #00898F;
    border-color: #00898F;
}

/* product listing start */
.product-col {
    width: 50%;
    padding: 5px;
}

.product-listing {
    display: flex;
    flex-wrap: wrap;
    padding: 0 10px;
}

.pro-view-icons {
    position: absolute;
    top: 11px;
    right: 0;
    background: #FAFDFF;
    padding: 0 10px;
    width: 58px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
    /* box-shadow: 0 4px 6px rgb(0 0 0 / 18%);
    border-radius: 5px 0 0 5px; */
}

.filter-block.shape {
    background: transparent;
    margin: 0;
}

.filter-block.shape h3.mainh1 {
    display: none;
}

.filter-block.shape ul {
    flex-wrap: nowrap;
}

.pro-view-icons span {
    padding: 5px 8px;
    cursor: pointer;
    display: flex;
}

.product-listing-outer.no-shape .pro-view-icons {
    box-shadow: 0 0 20px 0px rgb(0 0 0 / 25%);
    padding: 0;
    width: 45px;
}

.product-listing-outer {
    position: relative;
    /* padding-bottom: 2rem; */
    /* padding-top: 30px; */
}

.product-listing-outer .list {
    display: none;
}

.list-view-active .list {
    display: block;
}

.list-view-active .grid {
    display: none;
}

/* style for list grid */

.list-view-active .product-col {
    width: 100%;
}

.pro-view-icons span img {
    width: 20px;
}

.product-listing-outer .head-stock-rating {
    display: none;
}

.list-view-active .head-stock-rating {
    display: flex;
}

/* .list-view-active .stock-rating, .list-view-active .bottom-text h4 {
    display: none;
} */

.head-stock-rating {
    align-items: center;
    justify-content: space-between;
}

.head-stock-rating .left-wrap {
    display: flex;
    align-items: center;
}

.head-stock-rating h4 {
    font-size: 12px;
    margin: 0;
    margin-right: 8px;
}

.head-stock-rating .unit-wrap {
    display: flex;
    align-items: center;
    font-size: 10px;
    color: #00747A;
}

.head-stock-rating .unit-wrap img {
    margin-right: 6px;
}

.list-view-active .custom-btn {
    width: 100%;
    padding: 8px 16px;
}

.list-view-active span.wishlist-wrap {
    position: absolute;
    top: 10px;
    right: 10px;
    box-shadow: 0px 8px 24px 0px rgb(0 0 0 / 15%);
    width: 28px;
    height: 28px;
    line-height: 26px;
}

.list-view-active .product-card span.wishlist-wrap i {
    font-size: 13px;
}

.list-view-active .product-card span.pro-img img {
    width: 244px;
    margin: 0 auto;
}

.list-view-active .product-card span.pro-img {
    display: block;
    text-align: center;
}

.product-listing .custom-btn {
    padding: 5px;
    width: 100%;
}
/* product listing ends */

/* filter wraps */
.filter-block ul.custom-tab li {
    margin-bottom: 10px;
}

.filter-block ul {
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}

.filter-block {
    background: #C2E3E4;
    padding: 15px 20px 5px;
    margin: 12px 0;
    width: 100%;
}

.filter-block .mainh1 {
    color: #004E52;
}
/* end filter */

/* product bottom fixed sort and filter */
ul.sort-filter-wrap {
    position: fixed;
    bottom: 0;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    background: var(--primaryColor);
    margin-top: 20px;
}

ul.sort-filter-wrap li {
    width: 50%;
    text-align: center;
    padding: 5px 0;
}

ul.sort-filter-wrap li a {
    font-size: 14px;
    color: #fff !important;
    display: block;
    padding: 10px 0;
    border-right: 0.5px solid #FFFFFF;
}

ul.sort-filter-wrap li:last-child a {
    border: 0;
}

ul.sort-filter-wrap li a img {
    padding-right: 4px;
}
/* end fixed wrap */

/* sort modal style start */
.sortByModal.fade .modal-dialog {
    transform: translateY(100%);
    transition: transform 0.3s ease-out;
}

.sortByModal.fade.show .modal-dialog {
    transform: translateY(0);
}

#sortListModal .modal-bottom {
    position: fixed;
    top:auto;
    right:auto;
    left:auto;
    bottom:0;
    width: 100%;
    margin: 0;
}

#sortListModal .modal-bottom .modal-content {
    border-radius: 0;
    border: 0;
    padding: 2rem;
    background: #FAFDFF;
}

.sortByModal ul {
    list-style: none;
    padding: 0;
    margin-top: 20px;
    border-top: 0.5px solid #A1A9AD;
    padding-top: 20px;
}

.sortByModal ul .form-check input {
    float: right;
}

.modal-dialog .modal-title {
    font-size: 18px;
    color: var(--primaryColor);
}

.sortByModal ul .custom-radio {
    padding: 0;
}

.sortByModal ul li {
    margin-bottom: 15px;
}

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

.sortByModal .modal-body, .sortByModal .modal-header {
    padding: 0;
}

button.btn-close-custom {
    background: transparent;
    border: 0;
    padding: 0;
}

button.btn-close-custom i {color: var(--primaryColor);}

.sortByModal span.checkmark {
    left: unset;
    right: 0;
}

/* end sort modal */
/* filter modal start */
.filter-tabs .nav-pills .nav-link {
    background: transparent;
    color: var(--primaryColor);
    font-size: 14px;
    text-align: left;
    border-radius: 0;
    padding: 16px 20px;
}

.filter-tabs .nav-pills .nav-link.active {
    background: #fff;
}

.filter-tabs .nav-pills {
    background: #E6EEF4;
    height: 100%;
}

.filterModal .btn-wrap {
    display: flex;
    align-items: center;
    padding: 20px;
    position: absolute;
    width: 100%;
    bottom: 0;
    background: #fff;
}

.filterModal .btn-wrap button {
    width: 100%;
    margin-right: 20px;
    height: 40px;
}

/* .filter-tabs {height: 100%;} */

.filter-tabs .tab-content {
    padding: 12px;
}

.white-btn {
    background: #fff;
    color: var(--primaryColor);
    margin-right: 20px;
}

.white-btn:hover {
    background: var(--primaryColor);
    color: #fff;
}

.filter-tabs ul.list-wrap {
    list-style: none;
    padding: 0;
    margin: 10px 0;
}

.filter-tabs ul.list-wrap li {
    margin-bottom: 18px;
}

/* filter modal ends */

/* new style for filter start */
.custom-new-filter ul.grid-col {
    margin: 0;
    width: 100%;
    list-style: none;
    padding: 5px;
    display: flex;
    align-items: center;
    background: var(--primaryColor);
    margin-top: 20px;
}

.custom-new-filter ul.grid-col li {
    background: transparent !important;
    display: flex;
    align-items: center;
    width: 50% !important;
    margin: 0;
    padding: 6px;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 400;
}

.custom-new-filter #sortby {
    padding: 0;
}

.custom-new-filter ul.grid-col li:first-child {
    border-right: 0.5px solid #FFFFFF;
}


.custom-new-filter .sortcount .styledSelect {
    top: 4px;
    text-align: left;
}

.custom-new-filter ul.options li {
    width: 100%;
    font-size: 14px;
    color: var(--primaryColor);
    padding: 8px 0;
}

.custom-new-filter ul.options li::before {
    display: none;
}

.custom-new-filter ul.options {
    background: #FAFDFF;
    padding: 75px 20px 30px;
    box-shadow: 0px -5px 18px 0px rgb(0 0 0 / 17%);
}

.custom-new-filter ul.options::after {
    color: var(--primaryColor);
    font-size: 18px;
    font-weight: var(--font-semibold);
    font-family: 'Euclid Circular B';
    height: 40px;
    top: 25px;
    width: 89%;
    right: 6%;
    text-indent: 0;
    text-transform: uppercase;
}

.custom-new-filter .close-sortBy {
    top: 22px;
}

.custom-new-filter span.icon-sprite {
    width: auto;
    height: auto;
    padding-right: 0;
    background: none;
}

/* filter start */
.filter-custom-overlay {
    background: #fff;
}

.filter-custom-overlay .top-bar-filter {
    background: transparent;
    font-size: 18px;
    color: var(--primaryColor);
    font-weight: var(--font-semibold);
    font-family: 'Euclid Circular B';
    text-transform: uppercase;
}

.filter-custom-overlay .left-pannel {
    background: #E6EEF4;
}

.filter-custom-overlay .left-pannel li {
    border: 0;
    color: var(--primaryColor);
    font-size: 14px;
    text-transform: capitalize;
    padding: 15px 5px 15px 20px;
}

.filter-custom-overlay .left-pannel li.activeLi {
    background: #fff;
    color: var(--primaryColor);
}

.filter-custom-overlay .ul-panel-filter {
    padding: 0;
}

.filter-custom-overlay .filt li .ins-filter input+label {
    color: #013252;
    font-size: 14px;
}

.filter-custom-overlay .filt li .ins-filter {
    border: 0;
}

.filter-custom-overlay .filter-tabs {
    padding: 18px;
    width: 100%;
    float: left;
    position: fixed;
    margin-bottom: 0;
    z-index: 999;
    left: 0;
    bottom: 0;
    background: #fff;
    box-shadow: 6px 6px 8px rgba(0, 0, 0, 1);
}

.filter-custom-overlay .filter-tabs .cancel-filer {
    font-size: 12px;
    font-weight: var(--font-semibold);
    padding: 5px 16px;
    display: inline-block;
    border-radius: 4px;
    transition: .2s ease;
    text-transform: uppercase;
    border: 1px solid var(--primaryColor);
    background: transparent;
    color: var(--primaryColor);
    line-height: 1.3;
    padding: 12px 6px;
    margin-right: 10px;
    width: 45%;
}

.filter-custom-overlay .filter-tabs .apply-filer.okie {
    background: var(--primaryColor);
    color: #fff;
    font-size: 12px;
    font-weight: var(--font-semibold);
    padding: 5px 16px;
    display: inline-block;
    border-radius: 4px;
    transition: .2s ease;
    text-transform: uppercase;
    border: 1px solid var(--primaryColor);
    line-height: 1.3;
    padding: 12px 6px;
    margin-right: 0;
    width: 45%;
}

.custom-new-filter .reponsive-filters .left.active:after, .sortcount[data-sortcount]:after {
    width: 14px;
    height: 14px;
    background-color: #fff;
    color: var(--primaryColor);
    font-weight: 800;
}


.filter-custom-overlay .right-pannel {
    padding-left: 16px;
}
/* end fliter style */
.prod-list-item .title-wish-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.prod-list-item .best-coupon {
    display: block !important;
}

.product-col .mark-favourite {
    background-image: url(../../desktop/images/icon/shared/icon-whishlist.svg);
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    background-size: 17px;
    margin: 6px 6px 0 0;
    background-position: right;
}

.product-col .mark-favourite.active {
    background-image: url(../../desktop/images/icon/shared/icon-whishlist-active.svg);
}

/* sort and filter new style start */

.filter_wrap .select {
    cursor: pointer;
    display: inline-block;
    position: relative;
}

.filter_wrap{
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 3;
    transition: all .2s ease-in-out;
}

.filter_wrap.pos-static{
    position: static;
}

.filter_wrap_inside{
    background: #efefef;
}

.filter_wrap .styledSelect {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 0;
}

.filter_wrap .options {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9999;
    margin: 0 0;
    padding: 55px 6px 20px;
    list-style: none;
    border: none;
    background-color: white;
    -webkit-box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
    width: 100%;
    /* min-width: 32em; */
    border-radius: 2px;
}

.options li {
    margin: 0 0;
    padding: 8px 10px;
    padding-left: 49px;
    line-height: 23px;
    text-align: left;
    color: #4D4C4C;
    font-size: var(--font-size-14);
    text-transform: capitalize;
    position: relative;
}

.options::after{
    display: block;
    content: 'Sort By';
    background-size: 28px 28px;
    height: 32px;
    width: 96%;
    position: absolute;
    font-weight: var(--font-semibold);
    font-size: var(--font-size-base);
    border-bottom: 1px solid #AEAEAE;
    text-align: left;
    text-indent: 10px;
    color: #000;
    top: 15px;
    right: 2%;
}
.options li:before {
    display: block;
    content: ' ';
    background-size: 28px 28px;
    height: 28px;
    width: 28px;
    position: absolute;
    left: 20px;
  }

  .options li:nth-child(1):before {
    background: url('../mobile-site-content/icons/sortby.svg') no-repeat;   
  }

  .options li:nth-child(2):before {
    background: url('../mobile-site-content/icons/popularity.svg') no-repeat;   
  }
  .options li:nth-child(3):before {
    background: url('../mobile-site-content/icons/lowtohigh.svg') no-repeat;   
  }

  .options li:nth-child(4):before {
    background: url('../mobile-site-content/icons/hightolow.svg') no-repeat;   
  }

  .options li:nth-child(5):before{
      background: url("../mobile-site-content/icons/customer-review-icon.jpg") no-repeat;
  }

  .options li:nth-child(6):before{
      background: url("../mobile-site-content/icons/new-product-icon.jpg") no-repeat;
  }
  .options li:nth-child(7):before {
    background: url('../mobile-site-content/icons/distance.svg') no-repeat;   
  }
.options li:hover {
    background-color: #39f;
    color: white;
}

.discount,
div.discount {
    visibility: hidden;
    background-size: 100% auto;
    padding: 5px 3px;
    font-size: var(--font-size-10);
    font-weight: var(--font-bold);
    background: #E5703C;
    color: #ffff;
    text-align: center;
    border-radius: 0px 0px 5px 5px;
}
div.discount.bogo{
    background: #0F3C80;
}

.discount.show{
    visibility: visible;
}

span.icon-sprite.sort-by {
}


.filter_wrap_inside ul.grid-col>li.shimmer-placeholder{
   max-height: 32px;
   width: auto;
   pointer-events: none;
   background: #f6f7f8 linear-gradient(to right, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%) no-repeat;
}

.filter_wrap #sortby {
    -webkit-appearance: none;
    -o-appearance: none;
    -moz-appearance: none;
    border: none;
    background: 0 0;
    width: auto;
    max-width: 65px;
    z-index: 9999;
    color: #fff;
    font-size: 14px;
    vertical-align: middle;
    line-height: 2;
}

.sort-by {
    float: left;
    margin-right: 5px;
    margin-top: 0
}

.padding{
    padding-right: 5px !important;
    padding-left: 5px !important;
}

.s-hidden {
    visibility: hidden;
    padding-right: 10px;
}

.filters,.sort-by {
    display: inline-block;
    vertical-align: middle;
    opacity: 1;
}


.filtermain {
    background: #fff none repeat scroll 0 0;
    display: block;
    height: 100%;
    padding: 15px;
    position: fixed;
    overflow-x: scroll;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999999
}

.filtermain {
    background: #fff none repeat scroll 0 0;
    display: block;
    height: 100%;
    padding: 15px;
    position: fixed;
    overflow-x: scroll;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999999
}


.filtermain .table {
    position: relative;
}

.right-pannel ul li {
    text-transform: capitalize;
}

.right-pannel {
    background: #fff;
    width: 60% !important;
    position: initial;
    top: 0;
    left: 0;
    overflow: hidden;
    min-height: 100%;
    padding-bottom: 100px;
    overflow-y: scroll;
    transition: all ease-in-out .3s;
    transform: initial;
    float: right;
    padding-left: 2%
}

.left-pannel {
    width: 40%;
    margin-right: 0
}

.mobile-tb {
    float: left;
    height: inherit;
    padding-bottom: 50px;
    position: relative;
    width: 100%;
}

.ins-filter input {
    margin-right: 5px
}


.ins-filter {
    border-bottom: 1px solid #efefef;
    font-size: var(--font-size-13);
    padding: 10px 0
}

.activeBrand {
    display: block !important
}

.filtermain span.dots.active {
    position: relative;
    display: block;
}

.filtermain .dots.active::after {
    content: "";
    position: absolute;
    background: transparent;
    border-radius: 0;
    top: -1px;
    right: 0;
    display: block;
    width: 5px;
    height: 10px;
    border: solid #2CA01C;
    border-width: 0 2.2px 2.4px 0;
    transform: rotate(45deg);
}

.ins-filter {
    display: grid;
    grid-template-columns: 10% 90%;
}


.filt li .ins-filter [type=checkbox]:checked+label:after,
.filt li .ins-filter [type=checkbox]:not(:checked)+label:after {
    background: var(--primaryColor);
}

.filt[class*=Color] li .ins-filter [type=checkbox]:checked, .filt[class*=Color] li .ins-filter [type=checkbox]:not(:checked){
    opacity: 0;
    cursor: pointer;
}
.filt[class*=Color] li .ins-filter [type=checkbox]:checked+label, .filt[class*=Color] li .ins-filter [type=checkbox]:not(:checked)+label{
    position: relative;
    padding-left: 25px;
    left: 0;
    cursor: pointer;
    line-height: 20px;
    width: 100%;
}

.filt[class*=Color] li .ins-filter [type=checkbox]:checked+label:before, .filt[class*=Color] li .ins-filter [type=checkbox]:not(:checked)+label:before, .filt[class*=Color] li .ins-filter [type=checkbox]:checked+label:after, .filt[class*=Color] li .ins-filter [type=checkbox]:not(:checked)+label:after{
    content: '';
    position: absolute;
    left: -10px;
    top: -3px;
    width: 20px;
    height: 20px;
    background: #efefef;
    transition: all .2s;
    border-radius: 50%;
    border: 2px solid #fff;
}
.filt[class*=Color] li .ins-filter [type=checkbox]:not(:checked)+label:after {
    opacity: 0;
}
.filt[class*=Color] li .ins-filter [type=checkbox]:checked+label:after {
opacity: 1;
outline: 1.5px solid #174A76;
}
.filt[class*=Color] li .ins-filter [type=checkbox]:checked+label {
    color: #174A76;
}
.filt li .ins-filter input+label {
    font-family: var(--font-family-sanserif);
    color: #5B5B5B;
}
.filt li .ins-filter input:checked+label {
    font-family: var(--font-family-sanserif);
    font-weight: var(--font-bold);
}
.listing-product_wrap li:nth-child(1),
.listing-product_wrap li:nth-child(2) {
    border-top: 1px solid #eee
}


/* sort and filter new style ends */
.custum-half-modal-backdrop{
    position: fixed;
    height: 100%;
    top: 0;
    width: 100%;
    z-index: 9999;
    background: rgb(38 38 38 / .6);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.custum-half-modal{
    position: absolute;
    bottom: 0;
    background: #fff;
    width: 100%;
    padding: 10px 15px;
}
.screen-centred .custum-half-modal {
    bottom: 30%;
    margin: 3%;
    width: 94%;
    }

.custum-half-modal.payment-specific {
    font-family: "Catamaran", sans-serif;
} 

.custum-half-modal .header{
    margin-bottom: 10px;
    text-align: right;
}
.custum-half-modal.payment-specific .header {
    border-bottom: 0;
    text-align: right;
    margin-bottom: 0;
}

.custum-half-modal .align-between{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.grey-small{
    font-size: 13px; 
    color: #727279;
}

.blue-heading{
    color: #0F3C80;
font-size: 20px;
margin-bottom: 1rem;
} 

.dark-grey {
font-weight: 600;
font-size: 13px;
line-height: 25px;

color: #5B5B5B;

}

.custum-half-modal .content-body .action-buttons{
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 20px;
    margin: 10px 0;
}

.custum-half-modal .content-body ul {
    padding-left: 1em;
    line-height: 20px;
    font-size: 13px;
    color: #5B5B5B;
    margin-top: 10px;
    font-family: var(--font-family-sanserif);
}
.custum-half-modal .content-body .action-buttons.full-wd{
    flex-direction: column;
}
.custum-half-modal .content-body .action-buttons.full-wd button{ 
    width: 100%;
    text-transform: uppercase;
    font-size: 14px;
}
.custum-half-modal .content-body .action-buttons button{
    width: 45%;
    padding: 10px 6px;
font-family: 'Nunito', sans-serif;;
border: 1px solid #f5efef;
border-radius: 4px;
font-size: 16px;
}

.custum-half-modal .content-body .action-buttons button.hollow{
    color: #1d1b1b;
    background: none;
}
.custum-half-modal .content-body .action-buttons.full-wd button.hollow{
    border: 0;
    color: #808080;
    text-decoration-line: underline;
}
.custum-half-modal .content-body .action-buttons button.solid{
    color: #fff;
    background: #1A3A6F;
}
.hm_view_btn {
    display: inline-block;
    padding: 4px 12px;
    background-color: #0F3C80;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
}
.hm_view_btn:hover {
    background-color: #0F3C80;
}

.hm_view_btn {
    display: inline-block;
    padding: 4px 12px;
    background-color: #0F3C80;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
}
.hm_view_btn:hover {
    background-color: #0F3C80;
}
.hm_view_btn {
    display: inline-block;
    padding: 4px 12px;
    background-color: #0F3C80;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
}
.hm_view_btn:hover {
    background-color: #0F3C80;
}

/* style for deal dialog start */
#best-offer-modal .modal-body p {
    font-size: 18px;
    max-width: 300px;
    margin: 0 auto;
    font-weight: var(--font-semibold);
    color: #323232;
    line-height:1.5;
}

#best-offer-modal .amazon-wrap {
    background: linear-gradient(76.59deg, #136A8A -41.89%, #267871 96.7%);
    padding: 12px 0;
    position: relative;
}

#best-offer-modal .amazon-wrap p {
    max-width: none;
    color: #fff;
    line-height: 1;
}

#best-offer-modal .amazon-wrap p span {
    font-size: 10px ;
    font-weight: var(--font-semibold);
}

#best-offer-modal .modal-footer {
    border: 0;
    padding: 10px 20px 12px;
}

#best-offer-modal .border-wrap .border-line {
    border: 1px dashed #3A8BE3;
    display: block;
    width: 211px;
    margin: 0 auto;
}

#best-offer-modal .border-wrap .plus-icon-wrap {
    background: #fff;
    display: inline-block;
    width: 24px;
    position: absolute;
    top: -13px;
}

#best-offer-modal .border-wrap .plus-icon-wrap img {
    width: 12px;
}

#best-offer-modal .border-wrap {
    position: relative;
    margin: 25px 0;
}

#best-offer-modal .modal-body p.small-text {
    font-size: 11px;
    line-height: 2;
    width: 311px;
    margin: 0 auto;
}

#best-offer-modal .tc-text {
    color: #fff
}

/* style for deal dialog ends */
.fixed-call-wrap {
    bottom: 4rem;
    right: 10px;
}

/* last descri[tion */
.panel-footer-content {
    padding: 0 15px;
    font-size: 12px;
    color: #727272;
}

.mostly-searched-keywords {
    padding: 0 20px 5rem;
}

.mostly-searched-keywords li {
    font-size: 12px;
}

.panel-footer-content .hm_ftr p {
    margin: 2px 0 8px;
}

.panel-footer-content h3, .panel-footer-content h2 {
    font-size: 14px;
}
/* end des */

/* bottom toggle data style start */
.panel-footer-content .content-heading {
    margin: 5px 0;
    width: 100%;
    text-align: left;
    font-size: 14px;
    color: var(--primaryColor);
    font-weight: var(--font-semibold);
    padding: 5px 0;
    border-top: 1px solid #eaeff3;
    position: relative;
    cursor: pointer;
    padding-right: 20px;
}


.panel-footer-content .content-heading:after {
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    right: 0;
    top: 5px;
    color: #555;
    transition: all .3s ease-in-out;
    font-size: 18px;
    padding: 1px 10px;
    background-color: transparent;
    padding-right: 0;
}

.panel-footer-content .content-heading.active:after {
    transform: rotate(180deg);
    right: -10px;
}

.panel-footer-content .hm_ftr>:not(.content-heading) {
    display: none;
}
/* end des */

#share-product-modal .header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/* bottom toggle data style end */

.cart-btn-wrap .custom-btn {
    background: var(--primaryColor);
    font-size: 12px;
    padding: 5px 16px;
    border: 1px solid var(--primaryColor);
}

.cart-btn-wrap .custom-btn:hover {
    background: #fff;
}

.listing-main-banner {
    margin: 20px 15px 0;
    border-radius: 10px;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    overflow: hidden;
    position: relative;
}

.endresults {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    padding: 15px;
    border-radius: 0;
    color: #aaa;
    font-size: var(--font-size-13);
    font-weight: 400;
    font-style: italic;
}

.noproductsFound {
    width: 80%;
    border: 1px dashed #aaa;
    margin: 0 auto;
    text-align: center;
    padding: 15px;
    border-radius: 0;
    color: #aaa;
    font-size: var(--font-size-13);
    font-weight: 400;
    font-style: italic;
    margin-bottom: 20px;
    margin-top: 30px;
}

.mostly-searched-keywords{
    padding: 0 16px;
    list-style: none;
    color: #000;
    padding-bottom: 80px;
    padding-top: 20px;
}
.mostly-searched-keywords ul{
    list-style: none;
    padding: 0;
}
.mostly-searched-keywords ul li {
    margin-bottom: 8px;
}

.mostly-searched-keywords ul li span {
    color: #000;
    font-weight: 600;
}

.product-card .price-with-blink span {
    font-size: 13px;
    color: var(--primaryColor);
}

.product-card .price-with-blink {
    justify-content: flex-start;
    gap: 5px;
}

.result_city{
    font-weight: 400;
    line-height: 1.2;
    display: inline-block;
    color: #013252;
}

.listing-upper-section {
    background: #e7eef5;
    padding: 0 10px;

}
.pills-container{
    display: flex;
    align-items: center;
    column-gap: 10px;
    align-items: baseline;
    justify-content: right;
}

.distance-range-container{
    display: flex; 
    align-items: flex-end; 
    justify-content: space-between;
}

.pills-container .pill{
    border: 1px solid #888888;
    padding: 5px;
    border-radius: 10px;
    font-size: var(--font-size-11);
}
.distance-range-container .pill {
    margin-top: 5px;
}
.pills-container .pill.rounded{
    border-radius: 15px;
    padding: 5px 6px !important;
}

.pills-container input:checked + .pill{
    background: #5B5B5B;
    color: #ffffff;
}

.fixed-margin.heading-view-mode .title {
    font-size: 1.2em;
    margin: 0 0 15px;
}

.location_filters .form-control:focus {
    outline: none;
}

.location_filters .curr_location {
    display: flex;
    font-size: 12px;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
  }
  .location_filters .display-location {
    display: flex;
    gap: 5px;
    max-width: 100%;
  }
  .suggestions-form .form-control {
    font-size: 12px;
    margin-top: 5px;
    padding: 8px 10px;
  }

  .suggestions-form .form-control:focus {
    box-shadow: none;
    outline: 0;
    border-color: var(--primary-btn-bg);
}

.location-msg{
    background: #e5eef7;
    background: #ffefef;
    color: #ba2121;
    font-size: 13px;
    text-align: center;
    padding: 5px;
}

.rotating-text-wrapper span {
    display: block;
  }
  .rotating-text-wrapper span:before {
    content: "Free Eye Test";
    animation: animate infinite 3s;
}
@keyframes animate {
    0% {
        content: "Free Eye Test";
    }
    50% {
        content: "YOPO Offer";
    }
    75% {
        content: "Free Eye Test";
    }
}

/* top pro-view wrap strat */
.pro-loc-wrap label {
    font-size: 11px !important;
    font-weight: var(--font-semibold);
    text-transform: uppercase;
    border-radius: 20px !important;
    margin-left: 5px;
    white-space: nowrap;
    color: #003E40;
    background: #fff;
    cursor: pointer;
    padding: 4px 10px !important;
    transition: .2s ease;
    border: 0 !important;
}

.pro-loc-wrap p {
    color: #fff;
    font-size: 15px;
    margin: 0;
    font-weight: var(--font-semibold);
}

.pro-loc-wrap:has(input) {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(104.79deg, #013E66 0%, #015790 108.38%);
    margin: 0 -10px;
    color: #fff;
    padding: 10px 20px;
}

.pro-loc-wrap label:hover {
    opacity: 0.8;
}

.store-text {
    font-weight: var(--font-semibold);
    line-height: 1.2;
    text-align: center;
    padding: 18px 18px 0;
    margin: 0;
}
/* top pro-view wrap ends */
#best-offer-modal h2.modal-title {
    display: flex;
    align-items: center;
    gap: 5px;
}
/* new ui css */
.unit-color {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 5px;
}
.unit-color .unit-text {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #00747A;
    font-size: 12px;
}
.unit-color .color-wrap span {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: gray;
    border-radius: 50%;
    position: relative;
    margin-left: -8px;
}
.unit-color .color-wrap {
    color: #A1A9AD;
    font-size: 10px;
    display: flex;
    align-items: center;
    gap: 3px;
}
.product-card span.price img {
    margin: 0 3px 0 0;
    width: 13px;
    position: relative;
    top: -1px;
}
.product-card span.price {
    color: #be0000;
    font-weight: 600;
    font-size: 13px;
}

html[dir="rtl"] .custom-new-filter ul.grid-col li:first-child {
    border-right: 0;
    border-left: 0.5px solid #FFFFFF;
}
.product-listing-outer .product-card {
    padding-top: 40px;
}