
.product-sku {
	font-size: 14px;
}
.product-price {
    font-size: 42px;
    letter-spacing: -1px;
    line-height: 1;
}

.store-features {
    border-top: 1px solid #d5d5d5;
    margin-top: 25px;
    padding: 20px 0;
}

.store-features-icon {
    float: left;
    width: 40px
}
.store-features-text {
    padding-left: 40px;
}
.product-buttons {
    margin-bottom: 30px
}
 

.tdup-select {
    border: 2px solid #979797;
    display: inline-block;
    height: 40px;
    min-width: 170px;
    position: relative;
	transition: background .2s, border-color .2s
}
.tdup-select:hover {
    background: #ededed;
    border-color: #1a1a1a;
}
.tdup-select .select-arrow-sim{
    background: #ffffff;
    bottom: 0;    
	color: #1a1a1a;
    font-size: 20px;
    line-height: 36px;
    display: block;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    z-index: 2;
	text-align: center;
}
.tdup-select select {
	-webkit-appearance: none;
	background: transparent;
	border-radius: 0;
    border: 0 none;
    bottom: 0;    
    font-size: 16px;
	height: 40px;
    left: 0;
    padding: 0 50px 0 9px;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.store-features .payment_methods_ar span {
    border: 1px solid #dddddd;
    border-radius: 2px;
}


/*Discounted price badge*/
.discounted-price {
    color: #ff4343;
    font-size: 14px;
    position: relative;
    white-space: nowrap;
}
.discounted-price::after {
    background: #ff4343;
    border-radius: 3px;
    box-shadow: 0 0 0 0.5px #fff;
    content: "";
    display: block;
    height: 1px;
    left: -2px;
    margin-top: -0.5px;
    position: absolute;
    right: -2px;
    top: 50%;
    transform: rotate(-2deg);
}



/*Variants*/

 
.featured-art-wrapper .uk-icon-star {
	color: #666666
}

.share-product .share-icon {
    color: #ffffff;
    display: inline-block;
    line-height: 32px;
    min-height: 32px;
    padding: 5px 15px;
    text-align: center;
}
.share-product .share-icon:hover {
	text-decoration: none;
	opacity: .9
}

.product-tabs-content {
    padding-top: 30px;
    padding-bottom: 30px
}

#product-tabs > li {
	/* padding: 50px 20px 20px 20px */
}
 
.product-short-description {
    font-size: 14px;     
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

#product-details-section .product-tabs-nav {
    background: #FFF;    
    transition: .2s;
    padding-left: 15px;
    padding-right: 15px;
     
}
 
#product-details-section .product-tabs-nav.uk-sticky-fixed {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.26)  
}
#product-details-section .product-tabs-nav .fast-section-buy{
    opacity: 0;
    transition: .3s;
    padding-bottom: 5px;
    line-height: 1.2;
}
#product-details-section.uk-scrollspy-inview  .product-tabs-nav .fast-section-buy{
    opacity: 1; 
}
#product-details-section .product-tabs-nav .fast-section-buy .fast-section-buy_current-variant {
    /* line-height: 1.2; */
}
#product-details-section .product-tabs-nav .fast-section-buy .fast-section-buy_product-name {
    /* line-height: 1.2; */
}


/* ======== Responsive ======== */
@media  (max-width:640px) {
    .tabs\@s .product-tabs-nav,
    .tabs\@s .product-tabs-content-name {
        display: none;
    }
    .tabs\@s .product-tabs-content #product-tabs > li {
        display: block!important;
        margin-bottom: 50px;
    }
    
    #mobile-product-name-bar {
        z-index: 5;
        position: fixed;
        line-height: 1;
        top: 50px;
        left: 0;
        right: 0;
        height: 60px;
        background-color: #FFF;
        z-index: 990;
        opacity: 0;
        transition: .35s;
        padding-left: 15px;
        padding-right: 15px;
        box-sizing: border-box; 
        pointer-events: none       
    }
    #mobile-product-name-bar::after {
        position: absolute;
        height: 50px;
        content: '';
        display: block;
        left: 0;
        right: 0;
        bottom: 0px;
        pointer-events: none;
        box-shadow: 0px 17px 10px -23px;    
        transition: .35s;
        opacity: 0;
    }
    
    #mobile-product-name-bar .product-name {
        font-size: 16px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        line-height: 1;
    }
    
    
    #product-details-section.uk-scrollspy-inview .fast-buy-bar,
    #product-details-section.uk-scrollspy-inview  #mobile-product-name-bar {
        opacity: 1; 
        pointer-events: all    
    }
     
    #product-details-section.uk-scrollspy-inview  #mobile-product-name-bar::after {
        opacity: 1; 
    }

     
    
}