/* NAVBAR */
.site-logo {
	padding: 20px 0;
}

.site-logo.visible-mobile {
    width: 100%;
    height: 60px;
    padding-bottom: 0px;
}

.featured-image {
	background: url(https://d1ohoqc12muwjs.cloudfront.net/images/feature-image.jpg) no-repeat top center;
	background-size: cover;
}

.filter-top {
	-webkit-box-shadow: 0px -3px 10px 0px #777;
	border-bottom: none;
	margin-top: -50px;
}

/* MODAL */
@media (min-width: 992px) {
	.modal-lg {
		width: auto;
		margin: 30px;
	}
	
}


/* BUTTONS */
.no-touch .mqty-btn {
    display: none;
}

.btn-primary:hover {
	border-color: #dcabbb;
}

.btn-primary:active:focus {
	background-color: #dcabbb;
	border: none;
}

.btn-primary:focus {
	background-color: #dcabbb;
	border: none;
}

.btn-primary:active {
	background-color: #dcabbb;
	border: none;
}

.btn-primary[disabled] {
	border: none;
	background-color: #999999;
	color: #828282;
}

.btn-warning[disabled] {
	border-color: none;
}


.btn-sm {
	border-radius: 1px;
}

.btn-default:hover {
	border-color: #b15272;
}

/* ACCENTS */
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	border-bottom: 2px solid #BF728C;	
}

.widget.widget-categories .active {
    border-left: 2px solid #BF728C;
    padding-left: 5px;
}


/* MATRIX */
.badge-green { 
  background-color:#D6E0A3;  
  color:black;  
} 
 
.badge-yellow { 
  background-color:#EDCA80;  
  color:black;  
} 
 
.badge-red { 
  background-color:#ea4141;  
  color:white;  
} 

.table a.badge {
	width: 100%;
	font-size: 14px;
	border-radius: 4px;
}

.table a.badge:hover {
	color: black;
}

.matrix-colors {
	padding-bottom: 20px;
}

.matrix-table th:not(:first-child), .matrix-table td:not(:first-child) {
	max-width: 66px;
}

.matrix-table .mqty-btn {
	width: 100%;
	margin: 2px 0;
}

.color-input {
	display: inline-block;
	padding: 0 15px;
}

.close-cross {
	margin-top: -42px;
	position: absolute;
	right: 15px;
	color: #606060;
}

.table .virtual-form-control {
	font-size: 18px;
}

.color-input label {
	font-size: 16px;
}


/*Footer*/
.footer .column {
	background-color: #f5f5f5;
	color: #606060;
}

.footer-links a {
	color: #606060;
	text-decoration: none;
}

.footer-links a:hover {
	color: #000;
	text-decoration: none;
}

.column .widget-title {
	color: #606060;
}


.sb-instagram {
    color: #606060;
}
.sb-facebook {
    color: #606060;
}
.sb-youtube {
    color: #606060;
}

.sb-instagram:hover {
    color: #000!important;
}
.sb-facebook:hover {
    color: #000!important;
}
.sb-youtube:hover {
    color: #000!important;
}

.footer-links {
	display: inline-block;
	padding-right: 50px;
}

/*PRODUCT*/
.color-circle { 
	display: inline-block;   
	width: 16px;  
	height: 16px; 
	border-radius: 50%;
	background: repeating-linear-gradient(
			45deg,
			#969696,
			#969696 2px,
			#bbb 2px,
			#bbb 4px
		);
	margin: 1px;
	opacity: 1;
}

.color-container {
	position: relative;
	display: inline-block;
}

.shop-label {
	color: #606064;
    top: auto;
    left: 5px;
    bottom: 5px;
    padding: 0px 10px;
    border-radius: 8px;
    font-size: 11px;
    height: 18px;
    line-height: 16px;
    border: 1px solid #D9D9E2;
}

.item-name {
	font-size: 16px;
	color: #424242;
}

 .add-to-whishlist {
font-size: 24px}

/* 
Below class and mixin are to create a space between the week and the future availabilities, scaling for larger displays.
*/
.matrix-availability-padding{
	padding-left: 0px;
}


@media (min-width: 1200px){
	.matrix-availability-padding{
		padding-left: 12%;
	}
}


/* DOCUMENTS STYLING */

p.documents {
    text-align: center;
}

ul.documents-list {
    list-style: none;
    padding: 0;
    
}

li.documents-entry {
    max-width: 500px;
    margin: auto;
    text-align: center;
    background-color: rgb(239, 215, 217);
    
    
    margin-bottom: 16px;
}

li.documents-entry a {
    color: rgb(0,0,0,0.8);
    padding: 16px;
    font-size: 1.5rem;
    display: block;
}

li.documents-entry a:hover {
    text-decoration: none;
    color: rgba(0,0,0,0.5);
}

li.documents-entry a:focus {
    text-decoration: none;
}
/* END DOCUMENTS */