/* 
    Created on : Mar 5, 2018, 2:33:15 PM
    Author     : mohamed.wafaa
*/

	
	
	
/* Mohamed Wafaa*/
.tab-content>.active {
    display: block;
}
.product-spec .table td span:first-child {
    font-weight: bold;
}
.product-spec .table td:first-child {
    border: none;
}
.product-spec .table td + td {
    border: none;
}
.product-spec .table td {
    padding: 10px 20px;
    background: #fbfbfb;
    border: none;
    margin: 0px 0 10px;
    width: 100%;
    border-bottom: none;
    display: block;
}
@media (max-width: 479px){
.product-spec .table td:first-child, .product-spec .table td {
    width: 100%;
 }
}	

.product-thumb.transition button {
    color: #333;
}
.swiper-slide .out {
    color: #000 !important;
}

.checkout-checkout input.btn-primary {
    color: #565656;
}