/* - DOCUMENT INFORMATION
------------------------------------------------- 
	Website: 
*/

/* - CONTENTS
-------------------------------------------------
    - Globaal ............................... 1.0
    	- Structuur ......................... 1.1
    	- Tekst ............................. 1.2
    	- Form .............................. 1.3
    	- Header ............................ 1.4
    	- Footer ............................ 1.5
    - Content ............................... 2.0    
    	- Home .............................. 2.1
    	- Content ........................... 2.2
    	- Productoverzicht .................. 2.3
    	- Productpagina ..................... 2.4
    	- Contact ............................ 2.5
*/


/* - 1.0 - GLOBAAL
---------------------------------------------- */

	/* - 1.1 - STRUCTUUR
	---------------------------------------------- */
	
	body {
		font-family: 'Open Sans', "Arial, Helvetica Neue","Helvetica",Helvetica,sans-serif;
		font-size: 16px;
		color: #222222;
	}
	
	.font {
		font-family: 'Open Sans', sans-serif;
	}
	
	.row {
		width:1080px;
	}
	
	@media only screen and (max-width: 767px) {}
	
	/* - 1.2 - TEKST
	---------------------------------------------- */
	
	h1, h2, h3, h4, h5 {
		font-family: 'Open Sans', "Arial, Helvetica Neue","Helvetica",Helvetica,sans-serif;
		font-weight: normal;
	}
	
	h1 {
	    position: absolute;
	    left: 0; top: 0;
	    text-indent: -99999px;
	    z-index: -99999;
	}
	
	h2 {}
	
	h3 {}
	
	p {
		line-height: 1.8;
		font-size: 15px;
		color: #3c3f40;
	}	
	
	ul {
		
	}

	ul li {
		line-height: 1.8;
	}
	
	strong, b {
	    font-weight: 600;

	}
	

	/* - 1.3 - FORM
	---------------------------------------------- */	
	
	form.custom div.custom.dropdown {
	    height: 42px;
	}	
		
	form.custom div.custom.dropdown a.current {
	    border: 1px solid #d4d4d4;
	    border-radius: 5px;
	    color: #949597;
	    display: block;
	    line-height: 40px;
	    min-height: 42px;
	}	
		
	form.custom div.custom.dropdown a.selector {
	    border-top-right-radius: 5px;
	    border-bottom-right-radius: 5px;
	    height: 42px;
	    border-color: #d4d4d4;
	}	
		
	form.custom div.custom.dropdown ul {
	    border: 1px solid #d4d4d4;
	    top: 39px;
	}	
	
	form.custom div.custom.dropdown ul li {
	    color: #949597;
	    font-size: 13px;
	    line-height: 40px;
	    min-height: 42px;
	}
	
	form.custom div.custom.dropdown ul li.selected, form.custom div.custom.dropdown ul li.selected:hover {
	    background: #BC4842;
	    color: #fff;
	}
	
	form.custom div.custom.dropdown ul li:hover {
	    background: #de615b;
	    color: #fff;
	}

	
	.button {
	    background: none repeat scroll 0 0 #2ba6cb;
	    border: 1px solid #1e728c;
	    box-shadow: inherit;
	    color: white;
	    cursor: pointer;
	    display: inline-block;
	    font-family: inherit;
	    font-size: 14px;
	    font-weight: 600;
	    line-height: 1;
	    font-style: italic;
	    text-transform: uppercase;
	    margin: 0;
	    padding: 10px 20px 11px;
	    position: relative;
	    text-align: center;
	    text-decoration: none;
	    transition: background-color 0.15s ease-in-out 0s;
	    width: auto;
	}

	.button.small {
	    font-size: 11px;
	    padding: 7px 14px 8px;
	}
	
	.button.medium {
		padding: 11px 25px 12px;
	}

	.button.large {
	    font-size: 17px;
	    padding: 15px 30px 16px;
	}
	
	
	.button.white {
		background-color: transparent;
		border: 2px solid #fff;
		border-radius: 5px;
	}
	
	.button.white:hover {
		background-color: #fff;
		color: #e02519;
	}
	
	.button.red {
		background-color: transparent;
		border: 2px solid #e02519;
		border-radius: 5px;
		color:#e02519;
	}
	
	.button.red:hover {
		background-color: #e02519;
		color: #fff;		
	}
	
	
	.button:hover, .button:focus {
		background-color: #e02519;
		color: #fff;
	}
	
	
	
	/* - 1.4 - HEADER
	---------------------------------------------- */	

	header{
		position: relative;		
		background: url(../images/placeholders/home_header_bg.jpg) no-repeat top center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;	
	}
	
	header .navigation {
		position: relative;
		z-index: 3;
	}
	
	header .navigation .row {
		position: relative;
	}
	
	header .navigation .extension {
		position: absolute;
		background-color: #fff;
		height: 100px; width: 700px;
		left: -685px;
	}
	
	header.home {
		height: 630px;
	}
	
	header .logo {
	    height: 100px; width: 100px;
	    overflow: hidden;	    
	}

	header .caption {
		margin: 160px auto 0 auto;
		padding: 0 15px;
		width: 100%;
		max-width: 1080px;
		position: relative;
		z-index: 2;
	}

	header .caption .heading{
		margin-left: -3px;
		margin-bottom: 15px;
		font-size: 42px;
		font-weight: 700;
		color: #fff;
		text-transform: uppercase;
		font-style: italic;
		text-shadow: 1px 1px #80120a;
	}	
	
	header .caption p {
		margin-bottom: 25px;
		color: #fff;
		font-size: 17px;
		max-width: 800px;
		font-weight: 300;
		line-height: 1.7;
	}

	header .red_overlay {
	    background: url("../images/transp_red_70.png") repeat left top;
	    height: 100%;
	    left: 0;
	    position: absolute;
	    top: 0;
	    width: 100%;
	    z-index: 1;
	}

	
	/* NAVIGATION */
	header .top-bar, 
	header .top-bar ul, 
	header .top-bar ul > li a:not(.button), 
	header .top-bar ul > li.has-dropdown.moved > .dropdown li:not(.title) a  {
		line-height: 45px;
	}
	
	header .top-bar ul,
	header .top-bar ul > li a:not(.button),
	header .top-bar ul > li.has-dropdown.moved > .dropdown li:not(.title) a {
		height: 45px;
	}

	header .top-bar {
		margin: 0 auto 0 auto;		
		background-color: transparent;
		min-height:  45px;
		
		width: auto;
		position: inherit;
		float:right;
	}
	
	header .top-bar ul {
		background-color: transparent;
	}
	
	header .top-bar ul > li a:not(.button) {
		margin-top: 30px;
		margin-left: 5px;
	    font-family: inherit;
		font-weight: normal;
	    color: #fff;
	    font-size: 14px; 
	    line-height: 3.1;
	    text-decoration: none;
	    
	    text-transform: uppercase;
	    font-weight: 600;
	    border-radius: 5px;
	}	

	header .top-bar ul > li.basket a:not(.name) {
   		border: 1px solid #fff;
   		font-size: 17px;
   		line-height: 2.3;
   		text-align: center;
   		padding-left: 0;
   		margin-left: 20px;
	}

	header .top-bar ul > li a:not(.button) .fa {
		margin-left: 15px;
	}

	.top-bar ul.left > li.has-dropdown .dropdown, .top-bar ul.right > li.has-dropdown .dropdown { 
		height: auto!important;  
	}
	
	.top-bar ul > li.has-dropdown.moved > .dropdown li:not(.title) a {
	    font-size: 14px;
		padding: 0 15px;	
	}
	
	header .top-bar ul > li:hover:not(.name), header .top-bar ul > li.active:not(.name), header .top-bar ul > li:focus:not(.name) {
   		background-color: transparent;
	}
	
	header .top-bar ul > li.active a:not(.name) {
   		background-color: #b62620;
   		font-style: italic;
   		border: 1px solid #fff;
	}
	
	header .top-bar ul > li:hover:not(.name) a, header .top-bar ul > li.active:not(.name) a, header .top-bar ul > li:focus:not(.name) a {
	    color: #fff;
	}	
	
	@media only screen and (max-width: 850px) {
		
		header .top-bar ul > li a:not(.button) {
			margin-left: 10px;		
		}	
	}

	@media only screen and (max-width: 767px) {

		header .top-bar ul > li.basket a:not(.name) {
			margin-left: 0;
		}

		header .caption {
			margin-top: 60px;
		}
	
		header .caption .heading{
			font-size: 35px;
		}		
	
		
		nav.top-bar {
			position: absolute;
			top:0;
			margin-top: 25px;
		}
		
		.top-bar.expanded {
			overflow: visible;
		}
		
		header .top-bar ul > li a:not(.button) {
			margin-top: 0;
		}

		header .top-bar ul > li a:not(.button) .fa {
			margin-left: 0px;
		}
		
		header .top-bar ul, 
		header .top-bar ul > li a:not(.button), 
		header .top-bar ul > li.has-dropdown.moved > .dropdown li:not(.title) a {
			height: auto;
		}			
		
		header .top-bar ul > li.name a {
	   		font-size: 18px;
		}
		
		
		header .top-bar {
			width: 140px;
		}	
		
		header .top-bar ul > li a:not(.button) {
		    margin-left: 0;
		}		

		.top-bar ul > li.toggle-topbar {
		    width: 100%;
		}

		.top-bar section > ul li a:not(.button) {
		    padding-left: 15px !important;
		    margin-top: 0;
		    
		}

		.top-bar ul > li.has-dropdown.moved .back.title a::before {
			left:10px;
		}

		.top-bar ul > li.has-dropdown.moved .back.title h5 {
		    padding-left: 15px;
		}
		
		.top-bar ul.left {
			background-color: #B62620;
		}
		
	}

	
	/* - 1.5 - FOOTER
	---------------------------------------------- */

	footer {}
	
	footer .usp {
		padding: 60px 0 45px;
		background-color: #f2f2f2;
	}

	footer .usp h4 {
		margin-top: 0;
		font-size: 28px;
		font-weight: 600;
		font-style: italic;
		color: #8f8f8f;
		
		text-transform: uppercase;
	}
	
	footer .usp h4 span {
		color: #e02519;
		font-size: 18px;
	}

	footer .usp p {
		font-family: 'proxima_nova_rgregular';
		color: #949597;
		font-size: 15px;
	}
	
	footer .extra_info {
		padding: 30px 0 30px;
		background-color: #252525;
		color: #fff;
	}
	
	footer .extra_info h5 {
		margin-top: 15px;
		color: #fff;
		text-transform: uppercase;
		font-weight: 300;
		font-style: italic;
	}
	
	footer .extra_info h5 span {
		color: #e02519;
	}
	
	footer .extra_info p {
		font-family: 'proxima_nova_rgregular';
		font-size: 15px;
		color: #fff;
	}
	
	footer .extra_info ul {
		list-style-type: none;
	}
	
	footer .extra_info ul li.adres {
		padding-left: 20px;
		background: url("../images/icons/pin.png") no-repeat left 4px;
	}

	footer .extra_info ul li.tel {
		padding-left: 20px;
		background: url("../images/icons/phone.png") no-repeat left center;
	}

	footer .extra_info ul li.facebook {
		width: 27px; height: 27px;
		background: url("../images/icons/facebook.png") no-repeat left center;
	}

	footer .extra_info ul li.facebook a {
		width: 27px; height: 27px;
		float: left;
	}
	
	footer .extra_info ul li span {
		float: left;
		width: 70px;
	}
	
	footer .extra_info ul.sitemap {
		width: 50%;
		float: left;
	}
	
	footer .extra_info a {
		color: #fff;
	}
	
	footer .copy {
		padding: 10px 0;
		background-color: #000000;
	}

	footer .copy p {
		margin-bottom: 0;
		color: #fff;
		font-family: 'proxima_nova_rgregular';
		font-size: 14px;
	}
	
	footer .copy p.right {
		font-style: italic;
	}
	
	footer .copy a {
		font-family: 'proxima_novasemibold';
		color: #fff;
	}
	
	
	
	@media only screen and (max-width: 767px) {
		
		footer .usp {
			padding: 30px 0 0px;
			background-color: #f2f2f2;
		}		
		
		footer .usp .four.columns {
			padding-bottom: 15px;
		}

		footer .extra_info {
			padding: 30px 0 0;
		}

		footer .extra_info .four.columns {
			padding-bottom: 15px;
		}
		
	}
	
	
/* - 2.0 - CONTENT
---------------------------------------------- */	

	/* - 2.1 - HOME
	---------------------------------------------- */
	
	/* search form */
	.home_search {
		background-color: #f2f2f2;
	}
	
	.home_search .banden { 
		border-right: 1px solid #fff;
	}
	
	.home_search .velgen { 
		border-left: 1px solid #fff;
	}
	
	.home_search form {
		padding: 30px 0;
	}
	
	.home_search h2 {
		margin: 0 0 30px 0;
		font-weight: 700;
		font-style: italic;
		color: #404040;
		font-size: 28px;
		text-transform: uppercase;
	}
	
	.home_search label {
		font-family: 'proxima_nova_rgregular';
		color: #949597;
	}
	
	.home_search form.custom div.custom.dropdown, .home_search form.custom div.custom.dropdown ul {
		width: 100%!important;
	}

	.home_search form .button {
		margin-top: 25px;
	}
		
	/* futured slider */
	.home_featured {
		padding: 60px 0;
	}
	
	.home_featured h2 {
	    color: #8f8f8f;
	    font-size: 28px;
	    font-style: italic;
	    font-weight: 700;
	    margin: 0 0 25px;
	    text-transform: uppercase;		
	}
	
	.home_featured span {
		font-size: 18px;
		color: #e02519;
		font-weight: 600;
	}
	
	.home_featured .row.carousel .columns{
		padding: 0 8px;
	}	
	
	.home_featured .button {
		margin-top: 25px;
	}
	
	.home_featured .owl-prev {
		margin-top: -27px;
		position: absolute;
		width: 16px; height:54px;
		left:-45px; top: 50%;
		background: url(../images/icons/owl_left.png) no-repeat left top
	}
	.home_featured .owl-next {
		margin-top: -27px;
		position: absolute;
		width: 16px; height:54px;
		right: -45px; top: 50%;
		background: url(../images/icons/owl_right.png) no-repeat left top
	}

	@media only screen and (max-width: 1155px) {

		.home_featured .owl-prev {
			left: -15px; 
		}
		.home_featured .owl-next {
			right: -15px; 
		}
		
	}

	@media only screen and (max-width: 1100px) {


		.home_featured .owl-prev {
			left: 15px; 
		}
		.home_featured .owl-next {
			right: 15px; 
		}
		
	}

	@media only screen and (max-width: 767px) {
	
		.home_search form .button{ 
			width: 100%;
		}
	
		.home_search .banden { 
			border-right: 0px solid #fff;
			border-bottom: 1px solid #fff;
		}
		
		.home_search .velgen { 
			border-left: 0px solid #fff;
			border-top: 1px solid #fff;
		}

		.home_featured .button {
			width: 100%;
		}
	
	}



	
	
	
	.productoverview_box {
		margin:0 7px 1px 7px;
		padding: 20px;
		border: 1px dashed #919191;
		position: relative;
	}
	
	.productoverview_box .img_wrap {
		width: 100%; height: 160px;
		position: relative;
	}
	
	.productoverview_box .img_wrap img {
		margin-left: -80px;
		position: absolute;
		width: 160px; height: 160px;
		left:50%;		
	}
	
	.productoverview_box .price {
		padding: 8px 13px;
		position: absolute;
		right: 20px; top:20px;
		font-size: 18px;
		font-weight: 600;
		font-style: italic;
		color: #fff;
		background-color: #e02519;
		border-radius: 5px;
		z-index: 2;
	}
	
	.productoverview_box h3 {
		margin-bottom: 0;
		color: #8f8f8f;
		font-size: 18px;
		font-weight: 600;
		font-style: italic;
		text-align: center;
	}
	





	/* - 2.2 - CONTENT
	---------------------------------------------- */
	
	.sub_content {
		padding: 45px 0;
	}
	
	.sub_content h2 {
		margin-top: 0;
		color: #3c3f40;
		font-weight: 600;
		font-size: 42px;
		text-transform: uppercase;
		font-style: italic;
	}
	
	.sub_content h2 span {
		font-weight: 600;
		font-size: 18px;
		color: #e02519;
	}
	


	.sub_content .content_info h3 {
		margin-bottom: 0px;
		font-family: 'proxima_novasemibold';
		font-weight: normal;
		font-size: 15px;
	}
	
	.sub_content .content_info quote {
		margin-bottom: 15px;
		font-weight: 300;
		font-size: 24px;
		font-style: italic;
		line-height: 1.6;
		float:left;
		width: 100%;
	}

	.sidebar .content_widget {
		padding: 15px;
		border: 1px dashed #919191;
		float:left;
		width: 100%;
	}

	.sidebar .content_widget h3 {
		margin-top: 2px;
		color: #3c3f40;
		font-weight: 600;
		font-size: 28px;
		font-style: italic;
	}

	.sidebar .content_widget h3 span {
		font-weight: 600;
		font-size: 18px;
		color: #e02519;
	}

	.sidebar .content_widget #map-canvas {
		margin-bottom: 15px;
		width: 100%; height: 110px;
		border: 1px solid #d5d5d5;
	}

	.sidebar .content_widget #map-canvas .gm-style-cc {
		display: none;
	}

	.sidebar .content_widget ul {
		list-style-type: none;
	}
	
	.sidebar .content_widget ul.contact_info li.zipcode {
		padding-left: 19px;
	}
	
	.sidebar .content_widget ul.contact_info li .fa{
		margin: 4px 10px 8px 0;
		font-size: 16px;
		float:left;
	}	
	
	.sidebar .content_widget ul.contact_info li .fa-phone {
		margin-right: 7px;
	}
	
	.sidebar .content_widget .heading {
		margin-top: 20px;
		margin-bottom: 10px;
	
		font-size: 18px;
		font-style: italic;
		font-weight: 400;
	}

	.sidebar .content_widget ul.open {
		float:left;
		width: 100%;
	}
	
	.sidebar .content_widget ul.open li { 
		float:left;
		width: 100%;
	}
	
	.sidebar .content_widget ul.open span {
		max-width: 110px;
		float:right;
	}
	
	.sidebar .content_widget .button {
		width: 100%;
		text-align: center;
	}
	
	@media only screen and (max-width: 900px) {
	
		.sidebar .content_widget ul.open span {
			max-width: none;
			float:none;
		}	
		
	}
	
	@media only screen and (max-width: 820px) {

		.sidebar .content_widget h3 {
			font-size: 23px;
		}
		
	}
	
	@media only screen and (max-width: 767px) {

		.sidebar .content_widget ul.open span {
			max-width: 110px;
			float:right;
		}
		
	}

	/* - 2.3 - PRODUCTOVERZICHT
	---------------------------------------------- */

	.header_webshop {
		position: relative;
	}
	
	.header_webshop h2 {
		margin-bottom: 7px;
	}

	.header_webshop hr {
		margin-top: 0px;
	}

	a.tab_button {
		font-style: italic;
		color:#3c3f40;
		font-weight: 600;
		text-transform: uppercase;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
		position: absolute;
		right: 0; bottom: 0;
		padding: 11px 25px 12px;
		background-color: #ececec;
	}
	
	a.tab_button.velgen {
		right: 103px;
	}
	
	a.tab_button.active {
		color:#fff;
		background-color: #3c3f40;
	}

	.sidebar .search_widget {
		padding: 15px;
		border: 1px dashed #919191;
		float:left;
		width: 100%;
	}
	
	.sidebar .search_widget form {
		margin-bottom: 0;
	}

	.sidebar .search_widget .heading {
		margin-bottom: 10px;	
		font-size: 18px;
		font-style: italic;
		font-weight: 400;
		text-transform: uppercase;
	}
	
	.sidebar .search_widget .heading.second {
		margin-top: 20px;
	}
	
	.sidebar .search_widget form.custom div.custom.dropdown, .sidebar .search_widget form.custom div.custom.dropdown ul {
	    width: 100% !important;
	}	
	
	.sidebar .search_widget .button {
		margin-top: 15px;
		width: 100%;
	}

	.productoverview .row .columns{
		margin-bottom: 30px;
	}
	
	.productoverview .productoverview_box {
		margin: 0;
	}
	
	ul.pagination { 
		margin-bottom: 0;
	}
	
	ul.pagination li.current a {
	    background-color: #e02519;
	}	
	
	ul.pagination li.current a:hover, ul.pagination li.current a:focus { 
		background: #e02519; 
	}
	
	
	@media only screen and (max-width: 767px) {

		.header_winkelwagen h2 {
			font-size: 30px;
		}

		a.tab_button {
			left: 0; right: auto;
		}
		
		a.tab_button.velgen {
			left: 0; right: auto;
		}

		a.tab_button.banden {
			left: 101px; right: auto;
		}

		.header_webshop h2 {
			margin-bottom: 47px;
		}

		.sidebar .search_widget {
			margin-bottom: 15px;
		}
		
		.productoverview .row .columns{
			margin-bottom: 15px;
		}		
		
	}	

	
	/* - 2.4 - PRODUCTPAGINA
	---------------------------------------------- */	
	
	.singleproduct_image {
		padding: 15px;
		border: 1px dashed #919191;
		position: relative;
		width: 100%;
		text-align: center;
	}	
	
	.singleproduct_image img {
		margin-bottom: 20px;
		margin-top: 20px;
	}
	
	.nav_back {
		color: #3c3f40;
		margin-bottom: 20px;	
		float:left;
	}
	
	.nav_back:hover, .nav_back:focus {
		color: #3c3f40;	
	}
	
	.singleproduct_info h2{
		font-weight: 700;
		font-size: 37px;
		line-height: 1.3;
	}
	
	.singleproduct_info .price {
		color: #e02519;
		font-size: 34px;
		font-weight: 600;
		font-style: italic;
		float:left;
	}
	
	.singleproduct_info .button {
		margin-bottom: 20px;
	}
	
	.singleproduct_info h3 {
		margin-top: 0;
		font-style: italic;
		font-size: 18px;
		color: #3c3f40;
		font-weight: 600;
	}
	
	.singleproduct_info ul {
		list-style-type: none;
		margin-bottom: 0;
	}
	
	.singleproduct_info ul li span {
		float:left;
		width: 50%;
		font-weight: 600;
	}
	
	@media only screen and (max-width: 767px) {
		
		.singleproduct_image {
			margin-bottom: 20px;
		}
		
		.singleproduct_info .price {
			margin-bottom: 20px;
		}
		
		
	}

	
	/* - 2.5 - CONTACT
	---------------------------------------------- */	
	
	.contact_form {
		margin-top: 38px;
	}
	
	.contact_form label {
		margin-bottom: 12px;
		font-family: 'proxima_nova_rgregular';
		font-size: 16px;
	}
	
	input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea {
	    border: 1px solid #d7d7d7;
	    border-radius: 0px;
	    box-shadow: inherit;
	    height: 42px;
	}	
	
	textarea {
		resize: none;
		height: 150px;
	}
	

	/* - 2.6 - WINKELWAGEN
	---------------------------------------------- */

	.shoppingbasket table{
		width: 100%;
	}
	
	.shoppingbasket table tbody tr:nth-child(2n) {
	    background-color: #fff;
	}

	.shoppingbasket table thead, table tfoot {
	    background-color: #eaeaea;
	}
	
	.shoppingbasket table thead tr th, table tfoot tr td {
		font-family: 'proxima_novasemibold';
	    color: #3c3f40;
	    font-size: 14px;
	    font-weight: normal;
	    padding: 12px 10px 13px;
	}
	
	.shoppingbasket table tr.total {
		background-color: #f3f3f3!important;
	}
	
	.shoppingbasket table hr {
		margin: 0;
	}	
	
	.shoppingbasket table td {
		vertical-align: middle;
	}

	.shoppingbasket .thumb {
		width: 100px;
	}

	.shoppingbasket .shopping_name {
		font-size: 18px;
		color: #3c3f40;
		font-style: italic;
		font-weight: 600;	
	}

	.shoppingbasket .shopping_price {
		font-size: 18px;
		color: #3c3f40;
		font-style: italic;
		font-weight: 600;	
	}
	
	.shoppingbasket a {
		color: #3c3f40;
		text-align: right;
	}

	
	.shoppingbasket table tr.total ul {
		margin-bottom: 0;
		float:right;
		width: 300px;
		list-style-type: none;
	}
	
	.shoppingbasket table tr.total ul li {
		text-align: right;
		
		font-size: 18px;
		color: #3c3f40;
		font-style: italic;
		font-weight: 600;	
	}

	.shoppingbasket table tr.total ul li span {
		text-align: left;
		float:left;
		
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
	}
	
	a.moreshopping {
		margin: 13px 25px;
		float:right;
	}



	@media only screen and (max-width: 767px) {

		.shoppingbasket .shopping_name {
			font-size: 14px;
		}		

		.shoppingbasket .shopping_price {
			font-size: 14px;
		}
		
		.shoppingbasket table tr.total ul {
			padding: 0 15px;
			width: 100%;
		}

		.st-key {
			padding-left: 15%;
		    padding-right: 1%;
		    text-align: left;
		    vertical-align: top;
		    width: 39%;
		}
		
		.st-val {
		    padding-left: 1%;
		    width: 59%;
		}
		
	}
	
	
	
	
	
	
	