/* SHOPPING CART TABLE ------------------------------------------------- */

.checkout-cart-index .main, .checkout-onepage-success .main {
	max-width: 1600px !important;
}

.checkout-onepage-success .main, .checkout-cart-index .main {
	font-size: 1.5em !important;
}

.checkout-onepage-success .main .sidebar {
	display: none !important;
}

.checkout-onepage-success .main .button-set .button {
	float: left !important;
}

fieldset {
	padding: 0;
}

#shopping-cart-table thead tr.first th:first-child, #shopping-cart-table thead tr.first th:nth-child(3), #shopping-cart-table thead tr.first th:nth-child(4), #shopping-cart-table thead tr.first th:nth-child(5) {
	display: none;
}

#shopping-cart-table tbody tr td:first-child, #shopping-cart-table tbody tr td:nth-child(3), #shopping-cart-table tbody tr td:nth-child(4), #shopping-cart-table tbody tr td:nth-child(5) {
	display: none;
}

.cart .cart-collaterals .col2-set .col-1, .cart .cart-collaterals .col2-set .col-2 {
	float: none;
	width: 100%;
	display: block;
	box-sizing: border-box;
	margin-bottom: 1em;
}

.cart .cart-collaterals .col2-set {
	width: 100%;
}

.customer-account-login .account-login input[type="text"], .customer-account-login input[type="password"] {
	-webkit-appearance: none;
	border-radius: 0;
}

@media only screen and ( min-width : 45em ) {
	
	#shopping-cart-table thead tr.first th:first-child {
		display: block;
	}

	#shopping-cart-table tbody tr td:first-child {
		display: block;
	}

	.cart .cart-collaterals .col2-set .col-1, .cart .cart-collaterals .col2-set .col-2 {
		float: left;
  	width: 49.15254%;
  	margin-right: 1.69492%;
	}

	.cart .cart-collaterals .col2-set .col-2 {
		float: right;
		margin-right: 0;
	}
}

/* GEN CONTENT PAGE ------------------------------------------------- */

.cms-faq h2 {
	margin-top: 50px;
}

.cms-shipping .main, .cms-privacy .main, .cms-terms .main, .cms-brands .main, .cms-contact .main {
	padding: 0;
}

.gen p {
	font-size: 1.5em;
	margin-bottom: 25px !important;
}

.gen a {
	color: #335F86;
	font-weight: 500;
}

.gen h1 {
  color: #000;
  font-size: 3em;
  text-transform: uppercase;
}

.gen ul, .gen ol {
	margin-bottom: 25px !important;
}

.gen h2 {
  font-size: 2em;
  margin-top: 50px;
	font-weight: 100 !important;
	text-transform: uppercase;
}

.gen-info {
  float: none;
  margin-right: 0;
  width: 100%;
}

.gen-images {
  float: none;
  margin-right: 0;
  width: 100%;
}

.gen-images .gen-image {
  width: 100%;
  margin-bottom: 25px;
  overflow: hidden;
  height: auto;
}

.gen li > p {
	font-weight: bold;  
	font-size: 1em; 
	display: inline;
}

ul.brands {
	overflow: hidden;
	margin-bottom: 25px;
}

ul.brands li {
	width: 50%;
	float: left;
	list-style-type: none !important;
}

ul.brands li:nth-child(even) {
	margin-right: 0;
	float: right;
}

ul.brands li::before {
	display: none;
}

ol.sec {
	margin: 0 50px !important;
}

ol.sec li ul.tert {
	list-style-type: disc !important;
}

ol.sec li {
	list-style-type: none !important;
	margin-bottom: 10px;
}

ol.sec li .list-upper {
	margin-bottom: 10px;
	display: block;
	font-weight: 500;
}

ol.sec ol, ol.sec ul {
	margin-left: 25px !important;
}

@media only screen and ( min-width : 45em ) {
	
	.gen-info {
	  float: left;
	  margin-right: 1.69492%;
	  width: 74.57627%;
	}

	.gen-images {
	  float: right;
	  margin-right: 0;
	  width: 23.72881%;
	}

	.gen-images .gen-image {
	  height: 600px;
	  margin-bottom: 25px;
	  overflow: hidden;
	}

	.gen-images .gen-image img {
		width: 100%;
	}

	ul.brands {
		overflow: hidden;
		margin-bottom: 0;
	}
}

/* BRANDS PAGE ------------------------------------------------- */

.brands .brands__col {
	width: 100%;
}

.brands .brands__col ul li {
	list-style-type: none;
}

.brands .brands__col ul li.title {
	text-transform: uppercase;
	font-weight: 500;
	margin: 25px 0;
}

@media only screen and ( min-width : 45em ) {

	.brands .brands__col {
		width: 32.20339%;
		float: left;
		margin-right: 1.69492%;
	}

	.brands .brands__col:nth-child(3) {
		margin-right: 0;
		float: right;
	} 
}

/* CX ACCOUNT PAGE ------------------------------------------------- */

.block-account ul li {
  line-height: 44px !important;
  color: #5c5c5c;
  border-bottom: 1px solid #ccc;
  background-color: #eee;
  margin-bottom: 2px;
  padding-left: 10px;
}

.customer-account-create input[type="checkbox"] {
	display: inline-block;
  width: auto;
  margin-right: 25px;
  clear: left;
  float: left;
} 

.customer-account-create .read-both {
	clear: both;
	margin: 25px;
}

.customer-account-create .checkbox-block {
	display: block;
	clear: both;
}

/* CANADA POST MODULE ------------------------------------------------- */

.sp-methods label {
	font-weight: 100 !important;
}

.form-list label {
	margin: 25px 0 !important;
}