/* CSS Document */

/* #tab_shipping {
	width: 100%;
} */
/* added css for Seller Dashboard, Products Form, categories listing for the selection[ */
.box--scroller {
	max-height: 200px;
	overflow: auto;
}
.box--scroller ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.box--scroller ul li {
	padding: 5px 0;
}
.wrapper_favorites {
	position: absolute;
	z-index: 99;
	right: 47px;
	display: flex;
	top: -5px;
}
.wishlist-prods #wishListItems {
	margin-top: 10px;
}

.marginTop_small {
    margin-top: 10px;
}

.payment-loader {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: #aaa;
	opacity: 0.5;
}

.payment-loader img {
	left: 50%;
	top: 50%;
	position: absolute;
	transform: translate(-50%,-50%);
}
.brands li {
	max-width: 150px;
}

.btn--AppleLogin {
	background: #000;
}

#categorySearchListing .box-border{
	border:solid 1px var(--border-color);
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
} 

.delivery-term-data-inner {
    margin: 20px;
    color: #4c4c4c;
    max-width: 500px;
}
.delivery-term-data-inner .heading {
    font-size: calc(112.5% + 1vw);
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    line-height: 1.2;
    margin-bottom: 40px;
    color: inherit;
}
.delivery-term-data-inner .heading p {
    display: block;
    font-size: 0.8rem;
    text-transform: none;
}
.delivery-term-data-inner ul li {
    position: relative;
    margin: 10px 0;
    padding: 0 15px;
    display: block;
    font-size: 0.9rem;
}
.delivery-term-data-inner .heading:after {
    background: var(--secondary-color);
    color: var(--secondary-color-inverse);
    width: 60px;
    height: 3px;
    position: absolute;
    bottom: -10px;
    content: "";
    display: block;
}
.delivery-term-data-inner ul li:before {
    width: 5px;
    height: 5px;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 8px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #4c4c4c;
}

.grid-delivery-notes{
    width: 100%;
    padding: 20px;
    border-radius: 3px;
    background: #f5f5f5;
}