.product-single {
    padding: 0px;
}
.product-home-single {
    padding: 0px;
}
.border-box-single {
    border: 1px solid #e8e8e8a6;
    padding: 0px 0px 15px;
    background: white;
}

.ul-list-category {
    display: inline-flex;
}

.related-title {
  padding: 45px 0px 42px;
}

@media (max-width: 575px) {
  .product-single {
    padding: 0px;
  }
  .product-details,
  .product-gallery {
    padding: 0px 10px 0px;
    margin: 10px;
  }
}

.boder-box-single {
    border: 1px solid #e8e8e8a6;
    padding: 0px 0px 0px;
    border-radius: 10px;
	background: white;
}

.reagent {
    margin: 0px 10px;
}

.unf-p-sku-slct {
    margin-bottom: 17px;
}

.unf-p-sku-type {
    margin-bottom: 11px;
}

.unf-p-sku-type li.chosenSku {
    border: 2px solid #fe5f00;
    pointer-events: none;
}

.unf-p-sku-type li:hover {
    border: 2px solid #c9c9c9;
}

.unf-p-sku-type li {
    float: left;
    margin: 0 10px 8px 0;
    width: 130px;
    height: 40px;
    background: #fff;
    border: 2px solid transparent;
    border-radius: 2px;
    line-height: 38px;
    vertical-align: middle;
    text-align: center;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 15%);
    cursor: pointer;
}

.unf-p-cvr * {
    box-sizing: border-box;
}

.unf-p-sku-type:after {
    display: table;
    content: "";
    clear: both;
}


.file-upload {
    background-color: #ffffff;
    border-radius: 6px;
    height: 3.5rem;
    position: relative;
    margin-bottom: 0rem;
    margin-top: 0rem;
    width: 100%;
}

.file-upload .file-upload-input {
	border-radius: .4rem;
    width: 100%;
    border: .2rem dashed rgba(0,0,0,.2);
    height: 3rem;
    text-align: center;
    cursor: pointer;
    position: relative;
    display: inline-block;
    padding: 3rem 0 0 0;
    overflow: hidden;
    z-index: 1;
    transition: .3s ease;
}

.file-upload span {
	position: absolute;
    top: 0;
    bottom: 0;
    line-height: 2;
    width: 100%;
    text-align: center;
    margin: auto;
    z-index: 0;
    left: 0;
    font-size: 25px;
    color: rgba(0,0,0,.5);
}

.file-upload-previews > .MultiFile-label {
    border-radius: .4rem;
    background-color: rgba(0,0,0, .03);
    display: inline-block;
    border: .1rem solid rgba(0,0,0, .1);
    padding: 0rem;
    position: relative;
    margin-right: 5px;
    width: auto;
    height: auto;
    margin-bottom: 15px;
}

.file-upload-previews .MultiFile-remove {
    box-shadow: 0 0.2rem 0.7rem 0 rgb(0 0 0 / 8%);
    border-radius: 50%;
    color: transparent;
    position: absolute;
    background-color: red;
    width: 2rem;
    height: 2rem;
    top: -1rem;
    right: -1rem;
    z-index: 1;
}

.file-upload-previews .MultiFile-remove:after {
    font-family: 'IcoFont';
    content: "\ec7e";
    color: #fff;
    top: 3px;
    position: relative;
    font-size: 1rem;
    right: 0px;
}

.file-upload-previews span.MultiFile-label {
    box-shadow: 0 0.2rem 0.7rem 0 rgb(0 0 0 / 8%);
    position: relative;
    text-align: center;
    display: inline-block;
    margin: 1rem;
}

.file-upload-previews span.MultiFile-label .MultiFile-title {
    position: absolute;
    background-color: rgba(0,0,0, .4);
    color: #fff;
    bottom: 0;
    font-size: 12px;
    text-align: center;
    width: 100%;
}

.file-upload-previews span.MultiFile-label .MultiFile-preview {
    height: 100px;
    width: 100px;
}

@media (max-width: 575px) {
	
	.file-upload span {
		position: absolute;
		top: 0;
		bottom: 0;
		line-height: 3rem;
		width: 100%;
		text-align: center;
		margin: auto;
		z-index: 0;
		left: 0;
		font-size: 20px;
		color: rgba(0,0,0,.5);
	}	
	
}

@media (max-width: 991px) {
	
	.file-upload span {
		position: absolute;
		top: 0;
		bottom: 0;
		line-height: 3.5rem;
		width: 100%;
		text-align: center;
		margin: auto;
		z-index: 0;
		left: 0;
		font-size: 22px;
		color: rgba(0,0,0,.5);
	}		
	
}

.border-box-single-footer {
    border: 1px solid #e8e8e8a6;
    padding: 0px 0px 0px;
    background: white;
    margin: 5px 0px;
}

.product-pane.active {
    padding: 25px;
    background: white;
    box-shadow: 0px 8px 15px 0px rgb(0 0 0 / 15%);
}

.product-details-frame {
	border-radius: 8px;
    margin-bottom: 30px;
}

.review-item:last-child {
    margin-bottom: 0px;
}
.review-item {
    padding: 25px 25px;
    border-radius: 8px;
    margin-bottom: 30px;
    background: var(--chalk);
    border: 1px solid var(--border);
}

.review-media {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.review-rating {
    margin-bottom: 10px;
}

.review-desc {
    margin-bottom: 20px;
}

.review-reply {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.review-reply-list {
    margin-left: 80px;
    margin-top: 35px;
    border-top: 1px solid var(--border);
}

.review-avatar {
    margin-right: 15px;
    border-radius: 50%;
    border: 2px solid var(--primary);
}
.review-meta {
    text-transform: capitalize;
}

.review-avatar img {
    width: 65px;
	height: 65px;
    border-radius: 50%;
    border: 2px solid var(--white);
}

.review-meta a {
    color: var(--heading);
    text-transform: capitalize;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.review-meta span {
    display: block;
    font-size: 15px;
    font-weight: 400;
    color: var(--text);
}

.review-rating li {
    font-size: 16px;
    margin-right: 5px;
    color: var(--yellow);
    display: inline-block;
}

.review-reply input {
    width: 100%;
    padding: 7px 18px;
    border-radius: 6px;
    margin-right: 20px;
    background: var(--white);
    box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 10%);
}

.review-reply button {
    font-size: 15px;
    padding: 6px 15px;
    border-radius: 6px;
    color: var(--white);
    background: #ff6000;
    text-transform: capitalize;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.review-reply button i {
    margin-right: 5px;
}

.review-reply-item {
    padding: 30px 0px;
    border-bottom: 1px solid var(--border);
}

.frame-title {
    margin-bottom: 10px;
}

.star-rating {
    direction: rtl;
    margin: 25px 0px;
}

.star-rating input {
    display: none;
}

.star-rating label {
    display: inline-block;
    position: relative;
    cursor: pointer;
    margin: 0px 8px;
}

.star-rating label::before {
    content: "\ec7c";
    font-family: 'Icofont';
    font-weight: 900;
    font-size: 35px;
    display: block;
    color: #bbbbbb;
}

.star-rating label::after {
    content: "\ec7c";
    font-family: 'Icofont';
    font-weight: 900;
    font-size: 35px;
    position: absolute;
    display: block;
    top: 0px;
    left: 0px;
    color: var(--yellow);
    opacity: 0;
}

.star-rating label:hover::after {
    opacity: 1;
}

.star-rating label:hover:hover ~ label::after {
    opacity: 1;
}

.star-rating input:checked ~ label::after {
    opacity: 1;
}

.review-form {
padding: 45px 45px;
    border-radius: 8px;
    margin-bottom: 30px;
    background: var(--chalk);
    border: 1px solid var(--border);
}