body {
	padding:0;
	margin:0;
}
/*general positioning*/
.container {
	/*position:fixed;*/
	top:0;
	left:0;
	right:0;
	bottom:0;
}

.bg-warning {padding:15px; margin-bottom:20px; border:1px solid transparent; border-radius:4px;  color:#8a6d3b; background-color:#fcf8e3; border-color:#faebcc;}
.bg-success {padding:15px; margin-bottom:20px; border:1px solid transparent; border-radius:4px;  color:#3c763d; background-color:#dff0d8; border-color:#d6e9c6;}
.bg-info {padding:15px; margin-bottom:20px; border:1px solid transparent; border-radius:4px;  color:#31708f; background-color:#d9edf7; border-color:#bce8f1;}


#sendToLiveContainer {
	padding: 20px 0;
	margin: 20px 0;
    text-align: center;
    border-bottom: 1px solid #E9E9E9;
    border-top: 1px solid #E9E9E9;
    
}
#sendToLiveContainer label {
    display: block;
    padding-left: 15px;
    text-indent: -15px;
}
#sendToLiveContainer input {
    padding: 0;
    margin:5px;
    vertical-align: bottom;
    position: relative;
    top: -1px;
    overflow: hidden;
}
/*SHOP*/



body.shop {
	/*background-color:#e0e1e2;*/
	background-color:white;
	font-family: "museo-sans-rounded",sans-serif;
	margin:0;
	padding:0;
}

body.shop .mainContainer {
	background: url(/sites/default/files/shop/body-bg.png) no-repeat;
	height:auto;
	margin: 0 auto 0 auto;
	max-width: 100%;
	width: 1170px;
	background-color:#e0e1e2;
	background-position:0 -730px;
}

body.shop .mainContainer.shophome {
	background: url(/sites/default/files/shop/body-bg-home.jpg) no-repeat;
	background-color:#e0e1e2;
}

/* ====== header styles ====== */
body.shop .shop-header .top-bar {
	/*background-color:#e0e1e2;*/
	background-color:white;
	height:75px;
	width:1170px;
	min-width:1170px;
}
body.shop .shop-header .top-bar .shop-cart-link {
	float:right;
	text-decoration: none;
	line-height: 40px;
	vertical-align: middle;
	width:40px;
	margin-top:21px;
	color:#000;
}
body.shop .shop-header .top-bar .shop-cart-link:hover {
	color:#00d0e1;
}

body.shop .shop-header .top-bar .shop-cart-link .fa {
	font-size:35px;
}
.notificationCounter {
	position: relative;
    width: 32px;
    height: 35px;
}
.notificationBubble {
	position: absolute;
    top: -8px;
    right: -8px;
    width: 14px;
    text-align: center;
    line-height: 14px;
    padding: 3px 2px 1px 2px;
    background-color: red;
    color: white;
    font-weight: bold;
    font-size: 0.55em;
    border-radius: 30px;
    box-shadow: 1px 1px 1px gray;
}
body.shop .shop-header .top-bar .shop-cart-link:hover .notificationBubble {
	background-color:rgba(255,0,0,0.5);
}
body.shop .shop-header .top-bar input {
	display: inline-block;
    line-height: 40px;
    margin: 17px 17px 0 17px;
    padding-left:20px;
    vertical-align: top;
    height: 40px;
    top: 0;
    width: 400px;
    border-radius:6px;
    border: 1px solid #FF4F00;
    background-color:#FF6819;
    float:right;
}
body.shop .shop-header .top-bar input::-webkit-input-placeholder { font-family: "museo-sans-rounded",sans-serif; }
body.shop .shop-header .top-bar input::-moz-placeholder { font-family: "museo-sans-rounded",sans-serif; } /* firefox 19+ */
body.shop .shop-header .top-bar input:-ms-input-placeholder { font-family: "museo-sans-rounded",sans-serif; } /* ie */
body.shop .shop-header .top-bar input:-moz-placeholder { font-family: "museo-sans-rounded",sans-serif; }

body.shop .shop-header .top-bar input::-webkit-input-placeholder {
   color:#ddd;
}
body.shop .shop-header .top-bar input:hover::-webkit-input-placeholder {
   color:white;
}

body.shop .shop-header .top-bar input:-moz-placeholder { /* Firefox 18- */
   color:#ddd;
}
body.shop .shop-header .top-bar input:hover:-moz-placeholder { /* Firefox 18- */
   color:white;
}

body.shop .shop-header .top-bar input::-moz-placeholder {  /* Firefox 19+ */
   color:#ddd;
}
body.shop .shop-header .top-bar input:hover::-moz-placeholder {  /* Firefox 19+ */
   color:white;
}

body.shop .shop-header .top-bar input:-ms-input-placeholder {  
   color:#ddd;
}
body.shop .shop-header .top-bar input:hover:-ms-input-placeholder {  
   color:white;
}
body.shop .shop-header img.shop-logo {
	width:270px;
	height:75px;
    background-color: white;
    object-fit: contain;
    float:left;
}
body.shop .shop-header .shopPlaygroundLink {
	padding:30px 10px 0 10px;
	float:left;
}
body.shop .shop-nav {
	clear:both;
	background:url(/sites/default/files/shop/header2.png) no-repeat;
	height: 44px;
	width: 1170px;
	margin:0;
	padding:0;
	padding-left:0px;
}
body.shop .shop-nav li {
	list-style-type: none;
	display:inline-block;
	width:385px;
	text-align:center;
	line-height:44px;
	height:44px;
}
body.shop .shop-nav li a {
	/*color:#ddd;*/
	/*color:#08071D;*/
	color:#fff;
	width:185px;
	margin:0 100px;
	line-height:34px;
	height:34px;
	font-size:18px;
	text-decoration: none;
	display:block;
	overflow:hidden;
	border-top:5px solid transparent;
	border-bottom:5px solid transparent;
}
body.shop .shop-nav li a:hover,
body.shop .shop-nav li a.active {
	color:white;
	/*border-top:5px solid #FF9030;*/
	border-bottom:5px solid #FF9030;
}
/* ====== content styles ====== */
body.shop .container {
		-webkit-box-shadow: 0px 5px 10px 3px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 5px 10px 3px rgba(0,0,0,0.3);
	box-shadow: 0px 5px 10px 3px rgba(0,0,0,0.3);
}
body.shop .main-content {
	padding: 0;
	max-width: 100%;
	margin:0;
	overflow-y:hidden;

}
body.shop .main-content-header {
	display:none;
}
body.shop .main-content-area {
	padding-bottom: 0;
}
body.shop table.shop-table {
	border:0;
	/*width: 100%;*/
	width:900px;
}

body.shop table.shop-table, 
body.shop table.shop-table tbody, 
body.shop table.shop-table tr, 
body.shop table.shop-table td {
	background-color:transparent;
	border:0;
}

body.shop table.shop-table td {
	width: 33%;
}

body.shop .productWrapper {
	background-color:#fff;
	margin: 30px 10px;
	padding: 1em 10px;
	margin-bottom: 0px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	overflow:auto;
}


body.shop .shop-image-content {
    border-bottom: 4px solid #ebebeb;
	text-align: center;
}

body.shop form.shop-add-form {
    float: left;
    width: 40%;
    padding: 5%;
}

body.shop .productDetails-wrapper {
    background: #000;
    color: #fff;
    float: left;
	margin-top: -4px;
	min-height: 7.5em;
    padding: 1em 5%;
    width: 40%;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	-webkit-box-shadow: 0px 4px 1px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 4px 1px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 4px 1px 0px rgba(0,0,0,0.1);
}

body.shop .shop-title-content strong {
	display:block;
	font-family: "azo-sans-web",sans-serif;
	font-size: 12pt;
	font-weight: 700;
}

body.shop .submitBtn {
	background-color:#fff;
	color: #000;
	margin-bottom: 0;
	cursor:pointer;
}

body.shop .submitBtn i {
	display: block;
	font-size: 16pt;
	margin-top: 0.6em;
	margin-bottom: 0.4em;
	text-align: center;
	width: 100%;
}

body.shop .submitBtn:hover i,
body.shop .submitBtn:focus i,
body.shop .submitBtn:active i {
  color: #00d0e1;
}

body.shop .submitBtn input,
body.shop .submitBtn button,
body.shop .shop-cart-table button {
	background-color:#fff;
	border: 0;
	color: #000;
	font-family: "museo-sans",sans-serif;
	height: auto;
	padding: 5px 0.5em;
	cursor:pointer;
}
body.shop .shop-cart-table button {
	color:#fff;
	background-color:transparent;
}
body.shop .shop-cart-table button:hover {
	color: #00d0e1;
}
body.shop .shop-cart-table button .fa {
	font-size:26px;
}
/* ====== home styles ====== */
body.shop .mainContainer.shophome .main-content-area {
	padding: 0;
    -webkit-animation:  none 0;
    -moz-animation:  none 0;
    -ms-animation:  none 0;
    -o-animation:  none 0;
    animation:  none 0;
}

body.shop .mainContainer .shopContent {
	padding-bottom:230px;
	padding-top: 410px;
	margin: 0;
	/*min-width:1170px;*/
	overflow:hidden;
}
body.shop .mainContainer.shophome .shopContent {
	padding-top:630px;
	min-width:1170px;
}
body.shop .mainContainer.shopcontent .shopContent {
	padding-top:0;
}
body.shop .mainContainer.shopcheckout .shopContent {
	padding-bottom:50px;
}
body.shop .mainContainer.shophome .shoesBtn,
body.shop .mainContainer.shophome .clothesBtn {
	background: url(/sites/default/files/shop/home-bttns-sprite.png) no-repeat;
	display: inline-block;
	font-size: 1px;
    line-height: 0;
	padding: 0;
	margin: 0;
	text-indent: -9999px;
	border-radius: 6px;

	-webkit-box-shadow: 0px 5px 10px 3px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 5px 10px 3px rgba(0,0,0,0.3);
	box-shadow: 0px 5px 10px 3px rgba(0,0,0,0.3);
}

body.shop .mainContainer.shophome .shoesBtn {
	background-position: 0 0;
	height: 480px;
	width: 570px;
	float:left;
}

body.shop .mainContainer.shophome .clothesBtn {
	background-position: -570px 0;
	height: 480px;
	width: 570px;
	float:right;
}

body.shop .mainContainer.shophome .shoesBtn:hover {
	background-position: 0 -480px;
}

body.shop .mainContainer.shophome .clothesBtn:hover {
	background-position: -570px -480px;
}

/* ====== checkout styles ====== */
/*body.shop .mainContainer.shopcheckout .main-content-area h1,
body.shop .mainContainer.shopcheckout .main-content-area li,
body.shop .mainContainer.shopcheckout .main-content-area th,
body.shop .mainContainer.shopcheckout .main-content-area td,
body.shop .mainContainer.shopcheckout .main-content-area a,
body.shop .mainContainer.shopcheckout .main-content-area p
{
	color: #fff;
	font-family: "museo-sans-rounded",sans-serif;
}*/

body.shop .mainContainer.shopcheckout .shopContent {
	padding-top: 0;
	margin:0 20px;
}

body.shop .mainContainer.shopcheckout .steps {
	font-size: 14pt;
	line-height: 1.5em;
	margin-left: 10px;
	
}
body.shop .mainContainer.shopcheckout .steps li, 
body.shop .mainContainer.shopcheckout .steps li a {
	display:inline-block;
	width:260px;
	text-align:left;
	color:#333;
}
body.shop .mainContainer.shopcheckout .steps li a,
body.shop .mainContainer.shopcheckout .steps li form {
	cursor:pointer;
	display:inline;
}
body.shop .mainContainer.shopcheckout .steps li.active,
body.shop .mainContainer.shopcheckout .steps li.active a {
	/*color:white;*/
	color:#1696c6;
}
body.shop .mainContainer.shopcheckout .main-content-area .steps li.active a:hover,
body.shop .mainContainer.shopcheckout .main-content-area .steps li a:hover {
	background-color:inherit;
	cursor:pointer;
	color:#1696c6;
}

body.shop table.shop-cart-table th {
	background: #1696c6;
	font-size: 14pt;
	padding-top: 0.6em;
	padding-bottom: 0.4em;
}
body.shop table.shop-cart-table input[type=submit] {
	cursor:pointer;
}

body.shop .shop-cart-table .cartThumb img {
	padding: 6px;
}

body.shop input.removeProduct,
body.shop input.checkoutProducts {
	background: #00d0e1;
	border: 0;
	color: #fff;
	font-family: "azo-sans-web",sans-serif;
	line-height: normal;
	padding: 4px 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

body.shop input.removeProduct:hover,
body.shop input.removeProduct:focus,
body.shop input.checkoutProducts:hover,
body.shop input.checkoutProducts:focus {
	background: #fff;
	color: #00d0e1;
}


body.shop table.shop-cart-table,
body.shop table.shop-cart-table tr:first-child th:first-child,
body.shop table.shop-cart-table tr:first-child th:last-child {
/*	border-top-left-radius: 8px;
	border-top-right-radius: 8px;*/
}

body.shop table.shop-cart-table,
body.shop table.shop-cart-table tr:last-child td:first-child {
    -moz-border-radius-bottomleft:8px;
    -webkit-border-bottom-left-radius:8px;
    border-bottom-left-radius:8px
}
body.shop table.shop-cart-table,
body.shop table.shop-cart-table tr:last-child td:last-child {
    -moz-border-radius-bottomright:8px;
    -webkit-border-bottom-right-radius:8px;
    border-bottom-right-radius:8px
}

body.shop .mainContainer.shopcheckout table.shop-cart-table {
	/*background-color:#000;*/
	background-color: rgba(0,0,0,0.2);
}
body.shop .mainContainer.shopcheckout table.shop-cart-table tr,
body.shop .mainContainer.shopcheckout table.shop-cart-table td {
	border:0;
}

body.shop table.shop-cart-table select, 
body.shop table.shop-cart-table input[type=text] {
	font-size: 14px;
    line-height: 20px;
    background: white;
    border: 1px solid #c6c5c4;
    padding-left: 6px;
    height: 26px;
    margin-bottom: 10px;
    /*width:180px;*/
}
body.shop table.shop-cart-table h3 {
	color:white;
	width:100%;
	border-bottom:1px solid #777;
	margin-bottom:20px;
}
body.shop table.shop-cart-table .checkout-label {
	width:200px;
	display:inline-block;
}
body.shop table.shop-cart-table input[type=checkbox] {
	vertical-align:middle;
}
/* ====== sidebar styles ====== */
body.shop #sidebar-menu .menu > li{
	border-bottom:0px;
	text-transform: none;
	line-height: 20px;
	cursor:default;
}
body.shop .mainContainer.shophome .sidebar-content,
body.shop .mainContainer.shopcheckout .sidebar-content {
	display:none;
}
body.shop .sidebar-content {
	background-color:rgba(0,0,0,0.7);
	font-family: "azo-sans-web",sans-serif;
	overflow: hidden;
	min-height: 400px;
	width: 270px;
	padding-top:0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	position:relative;
	float:left;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}
body.shop .sidebar-slideLeft {
	display:none;
}
@media (max-width: 1024px) {
	body.shop .sidebar-content {
		left: 0;
	}
}

body.shop .inpage-cart {
	border:0;
	margin-bottom:10px;
	margin-top:0px;
	padding:10px;
}

body.shop .shop-cart-table,
body.shop .shop-cart-table tbody,
body.shop .shop-cart-table tr,
body.shop .shop-cart-table td {
	background-color: inherit;
	border: 0;
	color: #fff;
}

/*body.shop .cartThumb {
	width: 40%;
}*/

body.shop .cartThumb img {
	background: #fff;
	display: block;
	padding: 12px;
	text-align: center;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	width:55px;
	height:55px;
}

body.shop .cartDetails {
	width: 60%;
}

body.shop .cartDetails {
	color: #fff;	
}

body.shop .cartDetails strong,
body.shop .totalRow strong {
	display: block;
	/*font-size: 14pt;*/
}


body.shop .shop-cart-table tr.totalRow,
body.shop .mainContainer.shopcheckout .shop-cart-table tr.totalRow {
	border-top:1px solid white;
	border-bottom:1px solid white;
}
body.shop .mainContainer.shopcheckout .shop-cart-table tr.checkoutTotalRow {
	border-top:1px solid white;
	border-bottom:0px solid white;
}
body.shop .shop-cart-table tr.totalRow td,
body.shop .mainContainer.shopcheckout .shop-cart-table tr.totalRow td {
	padding-bottom:20px;
	padding-top:20px;
}
body.shop .checkoutBtn {
	background: #00d0e1;
	color: #fff;
	display: block;
	font-weight:700;
	margin: 2px 2px 2em 2px;
	padding: 6px 0;
	text-align:center;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	/*width:80px;*/
	max-width:200px;
	margin-top:20px;
	cursor:pointer;
}
body.shop input.checkoutBtn {
	padding:0;
}
body.shop .checkoutBtn.empty {
	float:right;
	width:70px;
}
body.shop .checkoutBtn:hover,
body.shop .checkoutBtn:focus,
body.shop .checkoutBtn:active,
body.shop .mainContainer.shopcheckout .main-content-area a:hover,
body.shop .mainContainer.shopcheckout .main-content-area a:focus,
body.shop .mainContainer.shopcheckout .main-content-area a:active {
	background: #fff;
	color: #00d0e1;
}

/* ====== footer styles ====== */
body.shop .shop-footer {
	background:url(/sites/default/files/shop/footer-bg.png) no-repeat;
	height:404px;
	width:1170px;
	-webkit-box-shadow: 0px 5px 10px 3px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 5px 10px 3px rgba(0,0,0,0.3);
	box-shadow: 0px 5px 10px 3px rgba(0,0,0,0.3);
}
body.shop .mainContainer.shophome .shop-footer {
	background:url(/sites/default/files/shop/footer-bg-home.jpg) no-repeat;
	/*margin-top:230px;*/
	height:704px;
	-webkit-box-shadow: 0px 5px 10px 3px rgba(0,0,0,0.3) inset;
	-moz-box-shadow: 0px 5px 10px 3px rgba(0,0,0,0.3) inset;
	box-shadow: 0px 5px 10px 3px rgba(0,0,0,0.3) inset;
}

@media (max-width: 1190px) {

	body.shop .mainContainer {
		width: 900px;
	}
	body.shop .shop-header .top-bar {
		width:900px;
		min-width:900px;
	}
	body.shop .mainContainer.shophome .shopContent {
		padding-top:350px;
		min-width:900px;
	}

	body.shop .shop-nav {
		width: 900px;
	}
	body.shop .shop-nav li {
		width:295px;
	}
	body.shop .shop-nav li a {
		width:115px;
	}

	body.shop .mainContainer.shophome .shoesBtn {
		height: 310px;
		width: 410px;
	}
	body.shop .mainContainer.shophome .clothesBtn {
		height: 310px;
		width: 410px;
	}
	body.shop .mainContainer.shophome {
		background-position: 0 -250px;
	}
}

@media (max-width: 920px) {
	body.shop {
		background: url(/sites/default/files/shop/body-bg-home.jpg) no-repeat;
    	background-color: #e0e1e2;
	}
	body.shop .mainContainer {
		background:none!important;
	}
	body.shop .container {
		box-shadow: none;
		-webkit-box-shadow: none;
	}
	body.shop .mainContainer {
		background:white;
	}
	body.shop .main-content-area {
		margin-top:0;
	}
	body.shop .mainContainer .top-bar {
		width:295px;
		margin:auto;
		min-width:295px;
		height:200px;
		background:none;
	}
	body.shop .shop-header .shopPlaygroundLink {
		display:none;
	}
	body.shop .shop-header img.shop-logo {
		float:none;
		display:block;
		margin:auto;
		margin-bottom:10px;
	}
	body.shop .shopcontent td .productWrapper {
		margin-top:10px;
	}
	body.shop .mainContainer .top-bar input {
		width:295px;
		margin:0 auto;
		float:none;
		display:block;
	}
	body.shop .mainContainer .shop-cart-link {
		display:block;
		margin:auto;
		margin-top:20px;
		float:none!important;
	}
	body.shop .mainContainer .shop-nav {
		width:295px;	
		margin:auto;
		background:#ff6819;
		height:auto;
	}
	body.shop .mainContainer .shop-nav li {
		display:block;
		border: 1px solid white;
	}
	body.shop .mainContainer .shop-nav li:hover {
		background-color:#FF9030;
	}
	body.shop .mainContainer .shop-nav li a {
		width:100%;
		margin:0;
	}
	body.shop .shop-nav li a:hover, body.shop .shop-nav li a.active {
		border-bottom:0;
	}
	body.shop .mainContainer.shophome .main-content {
		display:none;
	}
	body.shop .mainContainer .main-content-area {
		margin-top:none;
	}
	body.shop .mainContainer .main-content {
		width:100%
		margin:0 auto;
		/*margin-top:20px;*/
		display:block;
		float:none;
	}
	body.shop .mainContainer .shop-footer {
		display:none;
	}

	body.shop .sidebar-content {
		float:none;
		display:block;
		margin:auto;
		margin-top:20px;
	}
	body.shop .shopcontent .sidebar-content {
		display:none;
	}
	body.shop table.shop-table {
		width:295px;
		margin:0 auto;
	}
	body.shop .shopcontent table.shop-table td {
		padding:0;
	}
	body.shop .shopcheckout table.shop-cart-table tr:nth-child(1) {
		display:none;
	}
	body.shop .shopcheckout table.shop-cart-table table.shop-cart-table tr:nth-child(1) {
		display:block;
	}
	body.shop table.shop-cart-table th {
		/*display:none;*/
	}
	body.shop table.shop-cart-table td {
		display:inline;
		vertical-align: bottom;
	}
	body.shop table.shop-table td {
		display:block;
		width:100%;
	}
	body.shop .mainContainer.shopcheckout table.shop-cart-table {
		background-color:white;
		width:295px;
		margin:0 auto;
		/*margin-top: 10px;*/
	}
	body.shop .mainContainer.shopcontent .shopContent, body.shop .mainContainer.shopcheckout .shopContent {
		padding-bottom:10px;
	}
	body.shop .mainContainer.shopcheckout .shopContent .steps {
		background-color:white;
		width: 295px;
	    margin: auto;
	    margin-top:10px;
	    padding: 0;
	}
	body.shop .mainContainer.shopcheckout .shopContent .steps li {
		padding-left:10px;
		padding-right:10px;
	}
	body.shop .shopcheckout .inpage-cart {
		display: none;
	}
	body.shop .mainContainer.shopcheckout .shopContent > form {
		width: 295px;
		display: block!important;
	    margin: auto;
	    margin-top:10px;
	    padding: 0;
	    float:none!important;
	}
	body.shop .checkoutBtn {
		margin:auto!important;
		float: none!important;
	}
	body.shop .shopcheckout table.shop-cart-table h3 {
		color:black;
		margin-top:0;
		padding-left:5px;
	}
	body.shop .shopcheckout table.shop-cart-table td input, body.shop .shopcheckout table.shop-cart-table td span,
	body.shop .shopcheckout table.shop-cart-table td select, body.shop .shopcheckout table.shop-cart-table td button { 
		margin-left:10px;
	}
	body.shop .mainContainer.shopcheckout .steps li {
		display:block;
	}
	body.shop .cartThumb {
		display:block!important;
	}
	body.shop .shopcheckout .fa-minus-circle {
		color:red;
	}
	body.shop .cartThumb img {
		display:inline;
	}
	body.shop .shopcheckout .shop-cart-table, body.shop .shopcheckout .shop-cart-table tbody, body.shop .shopcheckout .shop-cart-table tr, body.shop .shopcheckout .shop-cart-table td {
		background-color:transparent;
		color:black;
	}
	body.shop .mainContainer.shopcheckout .shop-cart-table tr.checkoutTotalRow {
		border-top: 1px solid black;
		padding:10px;
		display:block;
	}
	body.shop .submitBtn input, body.shop .submitBtn button, body.shop .shop-cart-table button {
		padding:0;
	}
	h4.payHead {
		color:black!important;
		border:0px!important;
		border-top:1px solid black!important;
		border-bottom:1px solid black!important;
		border-radius:0!important;
	}
	.wpwl-label {
	    margin-left: 10px!important;
	    width: 100%!important;
	}
	.wpwl-control-iframe {
		margin-left: 10px!important;
	    width: 100%!important;
	}
	.wpwl-button-pay {
		float:none!important;
		padding:5px!important;
	}
}

/*END OF SHOP*/
body.role-administrator .container, body.role-support .container, body.role-administrator .sidebar-content, 
body.role-administrator .showSideBar, body.role-support .sidebar-content, body.role-support .showSideBar {
	top:65px;
}
body.role-administrator.topnav .container, body.role-support.topnav .container, body.role-administrator.topnav .sidebar-content, 
body.role-administrator.topnav .showSideBar, body.role-support.topnav .sidebar-content, body.role-support.topnav .showSideBar  {
	top:105px;
}
.region-navigation {
	/*position:fixed;*/
	top:0;
	left:0;
	right:0;
	height:50px;
	overflow:hidden;
	z-index:1000;
}
body.role-administrator .region-navigation, body.role-support .region-navigation {
	top:65px;
}
/*top nav*/
#topnavmenu {
    overflow: hidden;
    z-index: 21;
    background: #48453c;
    height: 40px;
    position: relative;
    padding:0;
}
#topnavmenu .topnavpos {
	max-width: 846pt;
    height: auto;
    margin: 0 auto;
    float:right;
}
#topnavmenu ul.menu {
    padding: 0;
    margin:0;
    position: relative;
    border: none;
    list-style: none;
    text-align: left;
}

#topnavmenu ul.menu li {
    display: inline-block;
    margin: 0;
    padding: 0 9pt;
    position: relative;
    font-size: 13px;
    line-height: 39px;
    text-transform: uppercase;
}
#topnavmenu ul.menu li.active {
    background: #0c7990;
}
#topnavmenu ul.menu li a {
	color:white;
	text-decoration:none;
}
/*container
.sidebar-content {
	left:0;
	padding:0;
	margin:0;
	position:fixed;
	overflow-y:auto;
	overflow-x:hidden;
	top:0;
	bottom:0;
	width:256px;
	z-index:99;
}
*/

.user-login a {
	padding:8px;
	text-decoration: none;
	
}


#sidebar-menu .menu {
	padding:0;
	margin:0;
}
/*
#sidebar-menu .menu > li > ul > li {
	display:none;
}

#sidebar-menu .menu > li.active > ul > li {
	display:block;
}
#sidebar-menu .menu li.active > ul > li > ul {
	display:none;
}
#sidebar-menu .menu li.active > ul > li.active > ul {
	display:block;
}
*/
/*footer*/
.footer {
	background-color:#48453c;
	padding: 9pt 30px 24px;
	color:white;
}
.brandslistBrand {
	font-weight: bold;
}