:root {
	--border-color: #e9e9e9;
  	--border-color-gray: #dddddd;
	--theme-color: #ff6840;
	--black: #000000;
  	--white: #ffffff;
}


.price-including-tax + .price-excluding-tax:before, .weee[data-label]:before, 
.price-container .price-including-tax + .price-excluding-tax .price{
	font-size: 0.75rem;
}

.table-checkout-shipping-method {
    width: 100%;
}
button.action-primary.action-accept {
    font-size: 1rem;
    padding: 0 2em;
}
.cart.table-wrapper .col.qty .control {
    justify-content: center;
}
.qty.field .input-text.qty, .col.qty .input-text.qty {
    border-width: 1px 0 1px 0;
}

.footer .follow-us .share-links{
	margin-top: 10px;
}
.footer .follow-us .share-links a{
	border: 1px solid #313438;
}

@media (max-width: 991px){
	.nav-toggle{
		padding: 1px 10px 6.5px 1px;
	}
}

@media (max-width: 767px){
	footer .contact-details li {
	    display: block;
	    width: 100%;
	}
	.footer .widget.contact-info .contact-details li strong{
		margin-bottom: 6px;
	}
}