/*custom changes for stylesheet*/

/* The switch - the box around the slider */
.switch {
	position: relative;
    display: inline-block;
    width: 66px;
    height: 32px;
    margin-top: 4px;
    left: 66px;
}

.recommendedcarts .cart .journal-stepper {
	width:35% !important;
	text-decoration: none!important;	
}

/* DD Category Image Image Fix change */

.product-grid-item .image, .product-list-item .image {
	width: 150px!important;
	margin: 0 auto;
 }
 
/* DD Combo Pack Image Image Fix change */
.product-list-item .product-details {
	margin-left: 150px!important;	 
	}
	

/* Mobile screen needs adjustment */        
@media (max-width: 768px){
    .product-list-item .product-details {
	margin-left: 0px!important;	 
    }            
}	
	
/* DD Combo Pack Label Out of Stock change */
.product-list-item .image .label-outofstock {
	font-size:12px!important;
}

/* Main Product Image Resize - DD */
.product-info .left .image {
	
	width:77% !important;
	margin: auto !important;
	float: none !important;
	}

.product-info .image .label-outofstock {
	
	right:24%;
	position: relative;
}
/* Product Page Description Background and Border - DD*/
.product-tabs .tabs-content .tab-pane .tab-content {
	background-color:#FFF !important;
	border: 20px solid #eee !important;	
}
/* Shopping Cart Page - PRE ORDER Badge - DD*/
#content.sc-page a+.text-danger {
	color: #ffffff !important;
    background-color: #d61e31 !important;
    text-transform: uppercase !important;
    font-size: 0.8em !important;
    font-weight: 600 !important;	
}

/* Product Page MultiBuy Price - DD*/ 
.product-options ul.list-unstyled.price li.discounts {	
    background-color: #505050;
    padding: 4px;
    font-weight: 800;
    width: 40%;
    color: #fff700;
    text-align: center;
    border: 1px dotted #EEE; 
}

/* Category Page Basket Button FF Fix - DD */ 

.product-grid-item .cart .button {
	background-color: #FFFFFF !important;
}

#logo a img.logo-1x {
	max-height: 80% !important; 
	}

.tooltip {
	position: absolute !important;
} 

.breadcrumb {
	font-size: 80%!important;

}

.countdown-wrapper {
padding:0px !important ;
	}
.expire-text {
	font-weight:bold !important;
	background-color:#fff200 !important;
	color:#383838 !important;	
}
.address {
	font-style: normal!important;	
}	
	

