@charset "utf-8";
/* CSS Document */
.section-headline .view-all{
    color: var(--webColor);
    font-size: 0.938rem;
    margin-left: auto;
    text-transform: uppercase;
}
.section-headline .view-all > img{
    vertical-align: 1px;
}
.section-headline h3 > span{
    color: #777;
    font-size: 0.875rem;
}
 
span.like-icon{
    color: #333;
    font-size: 1.333rem;
    position: absolute;
    z-index: 101;
    right: 1rem;
    top: 1rem;
    cursor: pointer;
    background-color:#eee;
    display: block;
	line-height: 1;
    height: 32px;
    width: 32px;
    padding: 6px 0;
    border-radius: 30px;
    text-align: center;
    transition: all .4s;
}
span.like-icon.active{
    color: #ff5050;
}
.card-deal .like-icon{
    left: 0;
    right: auto;
    top: 0;
}
.section-headline .star-rating .star{
    font-size: 22px;
}
.star-rating.poor > span{
    color: #f00;
}
.star-rating.good > span{
    color: #fc0;
}
.star-rating.excellent > span{
    color: #0c0;
}
.star-rating > span > i{
	font-size:1rem;
}
.star-rating > small{
    color: #777;
}

.qty-cart.justify-content-start .cart-plus-minus {
    max-width: 96px;
    position: relative;
    transform: scale(1.25) translateX(10px);
}
.qty-cart.justify-content-start .add-to-cart {
    margin-left: 2.5rem;
}
.item-price{
    color: #777;
    font-weight: 400;
}
.item-price .discount-price{
    color: #444;
    font-family:'Rubik', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 1.35rem;
}
.section-headline .item-price .discount-price{
    font-size: 1.75rem;
}
.item-price .discount-price > span{
    color: var(--bs-dark);
    font-weight: 700;
}
.delivery-date{
    color: #555;
}
.card .verified{
    position: absolute;
    right: 0;
    bottom: 1rem;
    border: 1px solid var(--webColor);
    border-radius: 0.1rem;
    height: 13px;
    width: 13px;
}
.card .verified::before{
    content: '';
    position: absolute;
    background-color: var(--webColor);
    top: 1px;
    left: 1.5px;
    height: 8px;
    width: 8px;
    border-radius: 8px;
}
.choose-qty{
    display: flex;
	flex-wrap:wrap;
    margin-bottom: 1rem;
}
.choose-qty > label{
    border: 2px dashed #aaa;
    border-radius: 0.5rem !important;
    font-weight: 500;
    margin-right: 1rem;
    padding: 0.25rem 0.75rem;
    text-align: center;
}
.choose-qty > label span{
    display: block;
    font-size: 0.875rem;
    font-weight: 400;
}
.choose-qty .btn{
	flex: inherit;
    min-width: 100px;
}
.choose-qty .btn-check:checked + .btn-outline-secondary{
    background-color: transparent;
    border-color: var(--webColor);
    color: var(--webColor);
}
.choose-qty .btn-outline-secondary:hover {
    color: #333;
    background-color: transparent;
    border-color: #6c757d;
}
.choose-qty .btn-check:checked + .btn-outline-secondary:focus,
.choose-qty .btn-outline-secondary:focus{
    box-shadow:none !important;
}
.item-short-info p{
    margin-bottom: 0.5rem;
}
.item-short-info p > i{
    color: var(--webColor);
    font-size: 1.125rem;
}
ul.item-info-list{
    list-style: none;
    max-width:480px;
    padding: 0;
}
ul.item-info-list > li{
    display: flex;
    margin-bottom:0.75rem
}
ul.item-info-list > li > b{
	flex:1;
	font-weight: 600;
}
.tab-pane ul.item-info-list > li > span{
    flex:1;
}
ul.price-info{
    justify-content: space-between;
}
ul.price-info > li > .dropdown-divider{
    border-top-color: #333;
    width: 100%;
}
.nav-tabs .nav-item .nav-link {
    color: var(--siteColor);
    text-transform: uppercase;
}
.nav-tabs .nav-item .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  background-color: transparent;
  border-color: transparent transparent #777;
  color: #333;
}
.item-rating {
    text-align: center;
}
.item-rating [class^='icon-line-awesome-']{
    color: #ffbe00;
}
.rating-bar {
    padding: 0 3rem 0 2.5rem;
    position: relative;
}
.rating-bar .progress {
    height: 0.3rem;
    font-size: 1rem;
    background-color: #e9ecef;
    margin-bottom: 1.5rem;
}
.rating-bar > span.star-number{
    position: absolute;
    left: 0;
    top: -10px;
}
.rating-bar > span.user-count{
    position: absolute;
    right: 0;
    top: -9px;
}
.rating-bar .icon-line-awesome-star{
    font-size: 1.125rem;
}
.rating-bar.star-5 .icon-line-awesome-star{
    color: #00ac00;
}
.rating-bar.star-4 .icon-line-awesome-star{
    color: #a5ce31;
}
.rating-bar.star-3 .icon-line-awesome-star{
    color: #ffbe00;
}
.rating-bar.star-2 .icon-line-awesome-star{
    color: #f18821;
}
.rating-bar.star-1 .icon-line-awesome-star{
    color: #f14221;
}
.rating-bar.star-5 .progress-bar{
    background-color: #00ac00;
}
.rating-bar.star-4 .progress-bar{
    background-color: #a5ce31;
}
.rating-bar.star-3 .progress-bar{
    background-color: #ffbe00;
}
.rating-bar.star-2 .progress-bar{
    background-color: #f18821;
}
.rating-bar.star-1 .progress-bar{
    background-color: #f14221;
}
.user-review{
    border: 1px solid #dfdfdf;
    margin-bottom: -1px;
    padding: 1.25rem;
}
.user-review-footer > ul{
    display: flex;
	flex-wrap: wrap;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}
.user-review-footer > ul > li{
    margin-right: 1rem;
}
.user-review-footer > ul > li > a,
.user-review-footer > ul > li > i{
    color: #777;
}
.user-review-footer > ul > li > a:hover{
    color: var(--webColor);
}
.user-review-footer > ul > li.dislike > a:hover{
    color: #f14221;
}


/* Cart Modal */
#cartModal .modal-title{
    text-transform: uppercase;
}
.cart-list{
    position: relative;
}
.cart-list .flex-shrink-0{
    border: 1px solid #dfdfdf;
    border-radius: 0.25rem;
}
.cart-list{
    border-bottom: 1px solid #dfdfdf;
    padding: 0.5rem 0;
    position: relative;
}
.cart-list:last-child{
    border-bottom: none;
}
.cart-list .cart-body p{
    margin-bottom: 0;
}
.cart-list .cart-body > p > a{
    color: #333;
}
.cart-list .cart-body > p > a:hover{
    color: var(--webColor);
}
.cart-list .item-price .discount-price{
    font-size: 1.5rem;
}
.cart-list .cart-end{
    text-align: right;
}
.cart-list .btn-outline-danger{
    margin-bottom: 1rem;
    padding: 0.5rem;
}
.scrollbar{
    max-height: 500px;
    overflow-y: auto;
}
.price-panel{
    flex-direction: column;
    display: flex;
    justify-content: space-between;
    min-height: 500px;
}
ul.delivery-info{
	list-style:none;
	display:flex;
	margin:0 -0.5rem;
	padding-left:0;
	text-align:center
}
ul.delivery-info > li{
	margin-left: 0.5rem;
    margin-right: 0.5rem;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0.2rem;
    margin-bottom: 0.75rem;
    padding: 0.5rem 1rem;
}
ul.delivery-info > li > p{
	line-height:1.25rem;
	margin-top:0.25rem;
}

.table > :not(caption) > * > *{
    background: none;
}

@media (min-width: 576px) {	
	.user-review-footer > ul > li:nth-child(4){
		margin-left: auto;
	}
}












/* END HOME */