.err-brdr{
    border: 2px solid #ff0000 !important;
}

.product-list-pnsd-wrapper{
  padding-top: 50px;
  padding-bottom: 50px;
}
.product-list-pnsd-wrapper .accordion-item {
    margin-bottom: 22px;
    border: none !important;
}
.product-list-pnsd-wrapper .accordion-button {
    padding: 6px 12px;
    font-size: 17px;
    font-weight: 600;
    border: 1px solid #e7e7e7 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-top: 0 !important;
    box-shadow: none !important;

}
.product-list-pnsd-wrapper .accordion-button:not(.collapsed) {
    color: #000;
    background-color: #6cb62b00;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}



.carousel-inner.pnsd-home-slider-wrapper .carousel-item {
    height: 680px !important;
}
    .pnsd-home-slider-wrapper .carousel-item::before {
    display: none;
}
    body,h1, h2, h3, h4, h5, h6, .pnsd-product-item-name{
      font-family: 'Bahnschrift', sans-serif !important;
    }
    p, .pnsd-product-item-price{
      font-family: 'Uni Neue', sans-serif !important;
      font-weight: 600 !important;
      letter-spacing: 1px;
    }
    .single-category .category-title h3 {
      font-size: 19px;
      margin-bottom: 0;
      line-height: 17px;
    }
    .phone-icon i {
    font-size: 27px;
}.header-contact .phone-number span.number {
    display: block;
    padding-top: 10px;
    font-size: 17px;
    font-weight: 400;
}

.product-filter-mobile-psnd .offcanvas-header {
    background: #f6f6f6;
    text-align: center;
    font-size: 17px !important;
    color: #000;
}

.vdp-datepicker{
    display:block;
    width:100%;
}

.pnsd-my-account-wrapper .pnsd-my-account-box {
    display: block !important;
}

div.add-to-cart-btn a.bn-btn-pd {
    background: #72bf44 !important;
    margin-right: 7px;
    margin-bottom: 11px;
}

.rating-list {
    clear: both;
    display: flex;
    justify-content: start;
    flex-direction: row-reverse;
}
.rating-list ~ .form-list {
    clear: both;
}
.rating-field {
    margin-bottom: 0.5em;
}
.star-rating {
    display: block;
    height: 23px;
    float: right;
    color: transparent;
    background: transparent url("https://i.imgur.com/BhJbWEJ.png") 0 100% no-repeat;
    position: relative;
    width: 25px;
}
.star-rating:before {
    z-index: 10;
    position: absolute;
    width: 0;
    height: 23px;
    filter: hue-rotate(77deg) brightness(3.5);
    content: "";
    background: transparent url("https://i.imgur.com/BhJbWEJ.png") 0 0 no-repeat;
    top: 0;
    left: 0;
}
.star-rating:hover:before {
    width: 100%;
}
input[type="radio"].rating-radio {
    position: absolute;
    margin: 1em 0 0 0.9em;
    font-size: 0.5em;
    z-index: -1;
    visibility: hidden;
}
.rating-radio--1:checked ~ .star-rating:before {
    width: 100%;
}
.rating-radio--2:checked ~ .star-rating:before {
    width: 100%;
}
.rating-radio--3:checked ~ .star-rating:before {
    width: 100%;
}
.rating-radio--4:checked ~ .star-rating:before {
    width: 100%;
}
.rating-radio--5:checked ~ .star-rating:before {
    width: 100%;
}
.rating-list .star-rating:hover:before, .rating-list .star-rating:hover ~ .star-rating:before {
    width: 100%;
}

/* CSS 21-04-2022 START  */
a.remove-filter {
    background: #00712e;
    color: #fff;
    padding: 6px 10px 4px;
    border-radius: 5px;
    font-size: 16px;
    margin-left: 10px;
    margin-bottom: 10px;
    font-weight: 500;
}
/* CSS 21-04-2022 END */

/* Order Details START */
.pnsd-order-details h2 {
    font-size: 19px;
    font-weight: 300 !important;
    color: #8d8d8d;
    margin-bottom: 40px;
}
.pnsd-order-details thead th{
    font-size: 18px;
    letter-spacing: .5px;
}
.pnsd-order-details tbody a {
    color: #d92222;
    font-weight: 500;
    margin-right: 5px;
}

.pnsd-order-details tbody td, .pnsd-order-details tbody th {
    font-size: 18px !important;
    font-weight: 500;
}
.table-bd-pnsd table.table.table-borderless td, .table-bd-pnsd table.table.table-borderless th {
    border: 1px solid #f6f6f6;
}
.table-bd-pnsd table {
    border: 1px solid #dee2e6;
}
.table-bd-pnsd tr td, .table-bd-pnsd tr th {
    font-size: 15px !important;
    padding: 5px 10px;
    font-weight: 500;
    color: #777;
}

tr.addr-table-cell-pnsd th {
    padding-left: 27px;
}
.table-bd-pnsd tr th {
    font-weight: 500;
    color: #000;
}
.pnsd-order-details h3 {
    background: #ffff;
    display: inline-block;
    padding: 5px 12px 3px;
    margin-bottom: 11px;
    border-radius: 31px;
    border: 1px solid #979797;
    line-height: 1.3em;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.5px;
}
a.btol-pnsd {
    background: #009241;
    padding: 8px 17px;
    border-radius: 5px;
    color: #fff;
    margin-top: 12px;
    font-size: 16px;
}
a.btol-pnsd {
    background: #fff;
    padding: 0;
    border-radius: 5px;
    color: #009241;
    margin-bottom: 32px;
    font-size: 16px;
    text-decoration: underline;
}
/* Order Details END */

.single-product-tab-section .sin-rattings .ratting-author .ratting-star i {
    color: #e1e1e1;
    font-size: 12px;
    line-height: 18px;
    float: left;
}

.single-product-tab-section .sin-rattings .ratting-author .ratting-star i.active {
    color: #fbbf00;
    font-size: 12px;
    line-height: 18px;
    float: left;
}

.single-product-tab-section .ratting-form .remove-rvw-btn{
    width: auto;
    padding: 8px 30px;
    border-color: red;
    background-color: red;
    text-transform: uppercase;
    font-weight: 600;
    color: #ffffff;
    border: 1px solid #dddddd;
    font-size: 13px;
    line-height: 24px;
}

.out-of-stock-ps{
    display: inline-block;
    background: #fff;
    padding: 5px 14px;
    margin-bottom: 13px;
    border-radius: 10px;
    color: #f40909;
    font-weight: 600;
    font-size: 18px;
    box-shadow: 0 0 9px -4px #999;
}