.cus-artist__link {
    color: #fff !important;
    font-weight: 600;
    padding: 0px 5px;
}
.cus-artist__header{
    text-align:center;
}
.cus-artist__title {
    font-weight: 600;
}
.cus_artistsearch__div {
    width: 25%;
}
.cus_art_search{
    position:relative;
}
.cus-artistsearch__sec {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.cus-artist__div {
    height: 100%;
    min-height: 200px;
}
.cus-artist__list {
    display: grid;
    grid-template-columns: 32% 32% 32%;
    column-gap: 2%;
    row-gap: 20px;
    margin-bottom: 30px;
}
@media only screen and (max-width:990px) {
    .cus-artistsearch__sec{
        flex-direction:column;
    }
    .cus_artistsearch__div{
        width:100%;
    }
}
@media only screen and (min-width:600px) and (max-width:990px) {
    .cus_ArtistSearch_Field {
        padding-left: 7% !important;
    }
}
@media only screen and (max-width:767px){
    .cus-artist__list {
        display: grid;
        grid-template-columns: auto auto;
        margin-bottom: 30px;
        gap: 20px;
    }
}
.cus-addr__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 15px;
}
.cus-addr__title {
    display: flex;
    gap: 10px;
    align-items: center;
    font-weight: 600;
}
.cus-addr__content {
    background-color: #F3F3F3;
    padding: 15px;
    color: #7E7E7E;
    font-size: 14px;
    margin-top: 10px;
    border-radius: 2px;
    display: grid;
    grid-template-columns: 48% 48%;
    column-gap: 4%;
}
.cus-addr__container {
    padding: 15px 20px !important;
}
.cus-addr__title svg {
    width: 15px;
    height: 15px;
}
a.cus-add__viewall {
    font-size: 13px;
}
.cus-addr__addrtitle {
    font-weight: 500;
    margin-bottom: 5px;
}
@media only screen and (max-width:767px){
    .cus-addr__content {
        grid-template-columns: auto;
        gap: 4%;
    }
}
@media only screen and (max-width:992px){
    .cus-slider-container {
        --swiffy-slider-item-count: 2 !important;
        --swiffy-slider-nav-zoom: 1 !important;
        padding-bottom: 20% !important;
    }
}
.cus-rating__star:hover {
    filter: drop-shadow(1px 1px 4px #000);
}
.cus-rating__star {
    font-size: 16px;
    cursor: pointer;
    color: #000;
    transition: filter linear .3s;
}
.cus-ratingdiv {
    display: flex;
    gap: 2px;
}
.cus-rev__confirmpopup {
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    backdrop-filter: brightness(.5);
}
.cus-rev__confirmcontent {
    position: relative;
    margin: auto;
    padding: 10px;
    width: 20%;
    animation-name: animatetop;
    animation-duration: .4s;
    background: #fff;
    border: 2px solid #e2ecf4;
    box-shadow: 0 5px 25px rgba(0,0,0,.1);
    border-radius: 10px;
    overflow: auto;
    top: 40%;
}
.cus-rev__confirmbody {
    margin: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.cus-rev__confirmbtn {
    background-color: #0A72B5 !important;
    border-radius: 15px !important;
    color: white !important;
    padding: 8px 25px;
    font-size: 14px;
    margin: 15px 3px 10px;
    border: none;
}
.cus-rev__confirmtxt {
    font-size: 15px;
    font-weight: 400;
    margin:5px 0px;
}
@media only screen and (max-width:1100px){
    .cus-rev__confirmcontent {
        width: 75%;
        max-width:300px;
    }
}
.cus-prolist__rating{
	display:flex;
  	margin-bottom: 3px;
}
.cus-prolist__rating i{
	color: #000;
    margin-right:5px;
}
.cus-prolist__ratingicon {
    font-size: 14px;
    color: #000;
}
.cus-prodetail__rating {
    display: flex;
    margin-bottom: 3px;
}
.cus-prodetail__rating i{
    color: #000;
    margin-right: 3px;
}
.cus-prodetail__ratingicon {
    font-size: 15px;
    cursor: pointer;
    color: #000;
    transition: filter linear .3s;
    margin-right: 3px;
}
.cus-prodetail__ratingdiv {
    display: flex;
    gap: 8px;
    align-items: center;
    margin-bottom: 5px;
    margin-top: 5px;
    cursor:pointer;
    text-decoration:none;
}
.cus-prodetail__ratingcount {
    font-size: 14px;
    align-self: flex-end;
}
.cus-orderrating__star {
    font-size: 14px;
    cursor: pointer;
    color: #000;
    transition: filter linear .3s;
}
.cus-orderrate__starsec{
    display:flex;
    gap:5px;
}
li.cus-orderlist_pager__btn {
    width: 40px;
}
.cus-orderlist_pager__list {
    list-style: none;
    margin-bottom: 1.5rem;
    margin-left: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    margin-top: 3em;
}
.cus-orderlist_pager__btn > a {
    color: black;
}
.cus-orderlist_pager__btn {
    width: 30px;
}
.cus-pagenumber {
    cursor: pointer;
}
.cus-pager__num--current {
    background-color: #4D8190;
    color: #fff;
}
.cus-giftcarderr {
    color: red;
    text-align: right;
    font-size: 13px;
}
.cus_summ__discounts{
    display:flex;
    justify-content:space-between;
}
.cuspre-loader {
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cuspre-loader__icon::after {
    font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f1ce";
    color: #fff;
    font-size: 70px;
    -webkit-animation: preloader-spin 2s infinite linear;
    animation: preloader-spin 2s infinite linear;
    position: absolute;
    text-align: center;
}
@media only screen and (max-width: 767px){
    .cuspre-loader__icon {
        margin-left: -70px;
    }
}
.cus-bordernone {
    border: none;
    width: 100%;
    resize: none;
    outline: none;
    white-space: normal;
}
.cus-favlist__txtarea {
    width: auto;
    background-color: #F3F3F3;
    cursor: pointer;
}
.cus-form__zipfield {
    background-color: #FFFFFF !important;
}
#errorCaptcha{
    color:red;
}
.cus-giftcard__popup {
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    backdrop-filter: brightness(.5);
}
.cus-giftcard__popupcontainer {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.cus-giftcard__popupcontent {
    position: relative;
    margin: auto;
    padding: 10px;
    width: 20%;
    animation-name: animatetop;
    animation-duration: .4s;
    background: #fff;
    border: 2px solid #e2ecf4;
    box-shadow: 0 5px 25px rgba(0,0,0,.1);
    border-radius: 10px;
    overflow: auto;
}
.cus-giftcard__popupbody {
    margin: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.cus-giftcard__popupbtn {
    background-color: #5D8190 !important;
    border-radius: 15px !important;
    color: white !important;
    padding: 8px 25px;
    font-size: 14px;
    margin: 15px 3px 10px;
    border: none;
}
.cus-giftcard__popuptxt {
    font-size: 15px;
    font-weight: 400;
    margin: 5px 0px;
    text-align: center;
}
@media only screen and (max-width:1100px){
    .cus-giftcard__popupcontent {
        width: 75%;
        max-width: 300px;
    }
}
.cus-line__removelink {
    border: none;
    background-color: #fff;
    padding: 0px;
    color: #000;
}
.cus-addr__subtxt {
    font-size: 12px;
    padding-left: 5px;
}
.cus-pro__disable{
    opacity:0.5;
}
.cus_spendpopup-bg {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 9999;
    background: #00000026;
}
.cus_spendpopup-inner {
    display: flex;
    justify-content: center;
    align-items: center;
}
.cus_spendpopup-innercontent {
    background-color: #ffffff;
    border-radius: 5px;
    width: 50%;
}
.cus_spendpp-header {
    background-color: #5d8190;
    padding: 10px 15px;
    color: #ffffff;
    font-size: 18px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.cus_spendpp-body, .cus_spendpp-footer {
    background: #e0f1f959;
    padding: 15px;
}
.cus_spendpp-body .accordion-button{
    background-color:#5d8190;
    color: #ffffff;
}
.cus__spend_proul {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.cus__spend_prolist {
    display: flex;
    gap: 10px;
    background: #ffffff;
    box-shadow: 0px 4px 3px 0 rgba(0, 0, 0, 0.2);
    padding: 10px;
}
.cus_spendpp-body .cus__spend_procontent {
    padding: 1.2rem 1rem;
    background-color: #ffffff;
    font-size: 14px;
}
.cus_spendpp-footer {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
@media (max-width:767px) {
    .cus_spendpopup-innercontent {
        width: 90%;
    }
}
cus-dis__price {
    color: #4D8190;
}