
/*UPDATED GENERAL*/
h3 strong {
    font-family: 'WorkSans-Regular';
}

.no-banner {
    margin: 10px auto 0;
	padding-top: 10px;
}

.outer-container {
    background: #232323;
	padding: 4rem 0;
}

.owl-carousel .owl-stage-outer {
	width: 100%;
}

.owl-carousel .owl-item img {
	width: auto !important;
	max-width: 100%;
}

.owl-carousel .owl-stage {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	-webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: start;
}

.no-gutter {
	padding-left: 0;
	padding-right: 0;
}

.no-margin {
	margin-right: 0;
	margin-left: 0;
}

.modal-header {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	-webkit-box-pack: justify;
    -moz-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.modal-header:before {
	display: none;
}

.modal-title {
	width: 100%;
}

.modal-header .close {
	width: 14px;
}

.modal-dialog {
	height: 100%;
	width: auto !important;
	max-width: 900px;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	-webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
	-webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.modal-content {
	width: 100%;
	padding: 2rem;
}

.modal-footer .btn {
	width: 200px;
	background: #000000;
	color: #FFF;
}



@media (min-width: 768px) {
	.no-gutter-md {
		padding-left: 0;
		padding-right: 0;
	}
}

@media (max-width: 767px) {
	.outer-container {
		padding: 0;
	}
	
	
	
	.no-gutter-small {
		padding: 0;
	}
	
	.no-margin-small {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
}

/*UPDATED HEADER*/
.admin-area {
    background: red;
    color: #FFF;
    height: 39px;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
	-moz-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#topbar {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	-webkit-box-pack: justify;
    -moz-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
	padding: 2.5rem 0;
	margin: 0 0 1rem;
}

#topbar .col-lg-6 {
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

#topbar a.account {
    margin: 0 2rem;
}

#topbar i.glyphicon.glyphicon-earphone {
    color: #FFF;
}

#topbar i.glyphicon.glyphicon-user {
	color: #FFF;
}

.col-lg-6.search-container {
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

form[role="search"] {
	height: 30px;
}

form[role="search"] button.btn.btn-smal {
    height: 30px;
	background: #FFF;
}

/*input.form-control {
    border-radius: 0;
	border: none;
	box-shadow: none;
	height: 30px;
}*/

.header-middle {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}




span.fixed-logo {
    display: none;
}





@media (min-width: 1200px) {
	
}

@media (min-width: 991px) and (max-width: 1199px) {
	/* div#logorow {
		width: 991px;
	}
	
	.col-md-2.col-sm-2.col-xs-4.col-lg-2.logo-container {
		width: 10%;
		padding-left: 10px;
		padding-right: 10px;
	}
	
	#logorow img {
		max-width: 100%;
	} */
	
	
}

/* @media (min-width: 991px) {
	
	.mobile-account,
	.mobile-search {
		display: none;
	}
	
	
}

@media (max-width: 990px) {
	
	
	.col-lg-6.search-container {
		position: absolute;
    	visibility: hidden;
	}
	
	
	
	
	form.mobile-search {
		border: 1px solid #CCC;
		height: 40px;
	}
	
	form.mobile-search .input-group.search {
		height: 100%;
	}
	
	form.mobile-search input.form-control {
		height: 100%;
	}
	
	
}

@media (min-width: 768px) and (max-width: 991px) {
	div#logorow {
		width: 100%;
	}
} */

/*UPDATED FOOTER*/
/* @media (max-width: 767px) {
	.widget_nav_menu ul li {
		text-align: left;
	}
} */

/*UPDATED INDEX*/



/* .hero-banner {
	position: relative;
}

.hero-banner-texts span {
    float: left;
    width: 100%;
	font-family: 'WorkSans-Regular';
	text-align: center;
	margin: 0 0 1rem;
}

.hero-banner-texts a {
	transition: 0.3s;
	margin: 0 auto;
	font-family: 'WorkSans-Regular';
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-decoration: none;
}

.hero-banner-wrapper img {
    width: 100% !important;
}

.hero-banner-texts a:hover {
	transition: 0.3s;
}

.mini-banner-inner {
    position: relative;
}

.mini-banner-inner div {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.mini-banner-inner h3,
.mini-banner-inner p {
	font-family: 'WorkSans-Regular';
	width: 100%;
	text-align: center;
	color: #FFF;
}

.mini-banner-inner img {
    width: 100% !important;
}

#welcomeRow h3 {
    color: #b1c46b;
	margin-top: 0;
}

#brandCarousel {
    display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    width: 100%;
}

#brandCarousel li {
    list-style: none;
	margin: 0 auto;
}

#brandCarousel .owl-prev {
	position: absolute;
	top: 0;
	bottom: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

#brandCarousel .owl-next {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (min-width: 991px) {
	.hero-banner-texts {
		position: absolute;
		top: 0;
		z-index: 2;
		bottom: 0;
		left: 0;
		right: 0;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		flex-direction: column;
		-webkit-box-align: center;
		-moz-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-moz-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	
	.hero-banner-texts span:first-child {
		color: #b1c46b;
		font-weight: bold;
		font-size: 5em;
		letter-spacing: 10px;
	}
	
	.hero-banner-texts span:nth-child(2) {
		color: #FFF;
		font-size: 3em;
	}
	
	.hero-banner-texts a {
		width: 300px;
		height: 50px;
		color: #000000;
		font-size: 1.5em;
		background: #b1c46b;
		margin: 2rem auto 0;
	}
	
	.hero-banner-texts a:hover {
		background: #000000;
		color: #FFF;
	}
}

@media (max-width: 990px) {
	.hero-banner-wrapper {
		position: relative;
	}
	
	.hero-banner img {
		height: auto !important;
		max-width: 100%;
	}
	
	.responsive-overlay {
		position: absolute;
		left: 0;
		top: 0;
		height: 100%;
		width: 100%;
		background: rgba(0,0,0,0.5);
	}
	
	.hero-banner-texts a {
		border: 3px solid #000000;
		height: 40px;
		width: 100px;
		font-size: 14px;
	}
	
	.hero-banner-texts a:hover {
		background: #000000;
		color: #FFF;
	}
	
	.hero-banner-texts span:first-child {
		font-size: 1.5em;
		color: #000000;
	}
}

@media (max-width: 767px) {
	#featuredCarousel {
		max-width: 100%;
	}
	
	.mini-banners img {
		width: 100% !important;
		height: auto !important;
	}
} */

/*UPDATED CATEGORY*/
/* .category-products {
    display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.col-lg-4.col-md-4.col-sm-6.col-xs-12.category-product {
    padding-right: 0;
}

#leftNav article.productListing {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	border: 1px solid #CCC;
    min-height: 280px;
}

#leftNav article.productListing a.product {
	padding: 5px;
}

span.col-xs-12.product-image {
    height: 150px;
}

.pagination span a {
    color: #FFF !important;
}

article.productListing img.img-reponsive {
    max-height: 80%;
	margin: 0 auto;
}

#leftNav a:focus,
#leftNav a:hover {
	color: #b1c46b;
}

.desktop .sidenav {
	display: none;
	animation-duration: 1s;
}

.col-lg-4.col-md-4.col-sm-6.col-xs-6.category-product {
    padding-left: 0;
}

.col-md-9.col-sm-8.col-xs-12 ul#boxes {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (min-width: 768px) and (max-width: 1199px) {
	.sort.col-md-3.col-sm-4.col-xs-5,
	.view.col-md-4.col-sm-4.col-xs-4 {
		width: 45%;
	}
	
	div#paginationContainer {
		margin-top: 30px;
		width: 100%;
	}
	
	#paginationContainer .pull-right {
		float: left !important;
	}
	
	#categoryCriteria .btn-group select {
		width: 100%;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	#categoryCriteria .btn-group {
		padding: 0;
	}
}

@media (min-width: 768px) {
	#categoryCriteria .btn-group span {
		margin-right: 5px;
	}
	
	#leftNav .panel-body {
		display: block !important;
    	height: auto !important;
	}
	
	
	#leftNav .ppanel-heading a::before {
		display: none !important;
	}
	
	span.col-xs-12.product-image {
		transition: transform .3s;
		width: 80% !important;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-align: center;
		-moz-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		float: none;
		margin: 0 auto;
	}
	
	span.col-xs-12.product-image:hover {
		transform: scale(1.2);
	}
}

@media (max-width: 767px) {
	div#categoryCriteria {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.sort.col-md-3.col-sm-4.col-xs-5 {
		-webkit-box-ordinal-group: 3;
		-moz-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
	}
	
	.view.col-md-4.col-sm-4.col-xs-4 {
		-webkit-box-ordinal-group: 4;
		-moz-box-ordinal-group: 4;
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3;
	}
	
	#paginationContainer {
		-webkit-box-ordinal-group: 2;
		-moz-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}
	
	button#mobileFilterMenu {
		padding-left: 0;
	}
	
	#paginationContainer .pull-right {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: center;
		-moz-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	
	#leftNav .pagination {
		margin: 0;
	}
	
	#leftNav article.productListing {
		border: none;
		min-height: 0;
	}
	
	span.col-xs-12.product-image {
		height: auto;
		margin-bottom: 0;
	}
	
}

@media (max-width: 480px) {
	#categoryCriteria .btn-group {
		padding: 0;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-direction: normal;
		-moz-box-direction: normal;
		-webkit-box-orient: vertical;
		-moz-box-orient: vertical;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	#categoryCriteria .btn-group select {
		width: 100%;
	}
}
 */

/*UPDATED PDP*/

/* #featuredInner article.productListing {
	border: 1px solid #CCC;
	padding: 5px;
}

.product-image img.img-responsive {
    max-height: 100%;
	margin: 0 auto;
	width:100%;
	max-width: 200px;
	max-height: 200px;
	object-fit: contain;
}

.product-page-top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
	-webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.prod-avail a {
    font-size: 14px;
    width: 100%;
    text-align: right;
}


#product-detail {
	background: #e9e9e9;
}

.product-img-container > a {
    background: url(/images/ProductDetail-Icon360.png) no-repeat;
    color: transparent;
    height: 40px;
    width: 40px;
    display: flex;
    background-size: 40px;
    background-position: 50%;
	cursor: pointer;
	margin-left: 30px;
} 

form#addToCartForm {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; flex-direction: column;
}

#product-thumbnails {
	height: 100%;
	position: relative;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	-webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	border: 1px solid #CCC;
}

#pdp-thumbnails-slider {
	height: 200px;
	position: static;
}

.thumb-prev,
.thumb-next {
	transform: rotate(90deg);
}

.swiper-button-prev.thumb-prev {
    top: 5px;
    left: 0;
    right: 0;
    margin: auto;
	background-size: 100%;
	width: 20px;
	height: 25px;
	background-image: none;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.swiper-button-prev.thumb-prev:before {
    content: '';
    border-style: solid;
    border-width: 0.15em 0.15em 0 0;
    width: 15px;
    height: 15px;
    display: inline-block;
    transform: rotate(225deg);
}

.swiper-button-next.thumb-next {
    bottom: 0;
    top: initial;
    left: 0;
    right: 0;
    margin: auto;
	background-size: 100%;
	width: 20px;
	height: 25px;
	background-image: none;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.swiper-button-next.thumb-next:before {
    content: '';
    border-style: solid;
    border-width: 0.15em 0.15em 0 0;
    width: 15px;
    height: 15px;
    display: inline-block;
    transform: rotate(45deg);
}

#product-thumbnails img {
    width: auto;
    max-height: 100%;
    max-width: 100%;
	margin: 0 auto;
	border: none;
}

#product-large-image {
	height: 100%;
}

#product-large-image .box {
	height: 100%;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	-webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
	-webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

#product-large-image .box a {
    display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
	width: 90% !important;
}

.col-sm-12.col-xs-12.product-page-bottom {
    padding-left: 0;
    padding-right: 0;
}

#tab b {
    padding: 0;
    margin-top: 2rem !important;
    background: #000000;
    height: 40px;
	width: 50%;
    color: #FFF;
    display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 1rem;
}

#tab table {
    margin: -34px 0 0;
    width: 50%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	padding-top: 0 !important;
	padding-right: 0 !important;
}

#tab tbody {
	padding: 0 !important;
	width: 100% !important
}

#tab table tr {
    border-bottom: 1px solid #5d5d5d;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	padding: 0;
}

#tab table td {
    color: #23527c;
	width: 50%;
}

#prodcut-container h1#price {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
    -moz-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#prodcut-container h1#price::before {
    content: 'Price:';
    font-family: 'WorkSans-Regular';
    font-size: 16px;
    color: #646464;
}

@media (min-width: 1025px) and (max-width: 1199px) {
	div#social {
		margin-top: 2rem;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	#prodcut-container {
		padding-top: 0;
	}
	
	.product-img-container.col-md-7 {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-direction: normal;
		-moz-box-direction: normal;
		-webkit-box-orient: vertical;
		-moz-box-orient: vertical;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	#product-large-image {
		margin: 4rem auto;
		-webkit-box-ordinal-group: 2;
		-moz-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}
	
	#product-thumbnails {
		width: 100%;
		max-width: 400px;
		margin: 1rem auto;
		-webkit-box-ordinal-group: 3;
		-moz-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
	}
	
	#pdp-thumbnails-slider {
		height: auto;
		width: 80%;
	}
	
	.thumb-prev, .thumb-next {
		transform: rotate(360deg);
	}
	
	.swiper-button-prev.thumb-prev {
		right: initial;
		left: 10px;
		top: 0;
		bottom: 0;
	}
	
	.swiper-button-next.thumb-next {
		left: initial;
		right: 10px;
		top: 0;
		bottom: 0;
	}
	
	div#product-detail {
		-webkit-box-ordinal-group: 4;
		-moz-box-ordinal-group: 4;
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3;
	}
	
	#social span.text {
		width: 100%;
	}
}

@media (max-width: 767px) {
	#prodcut-container {
		padding-top: 0;
	}
	
	.product-page-top {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.product-img-container {
		max-width: 100%;
		margin: 0 auto;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-direction: normal;
		-moz-box-direction: normal;
		-webkit-box-orient: vertical;
		-moz-box-orient: vertical;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	#product-large-image {
		margin: 4rem auto;
		-webkit-box-ordinal-group: 2;
		-moz-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}
	
	#product-thumbnails {
		width: 100%;
		max-width: 400px;
		margin: 1rem auto;
		-webkit-box-ordinal-group: 3;
		-moz-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
	}
	
	#pdp-thumbnails-slider {
		height: auto;
		width: 80%;
	}
	
	.thumb-prev, .thumb-next {
		transform: rotate(360deg);
	}
	
	.swiper-button-prev.thumb-prev {
		right: initial;
		left: 10px;
		top: 0;
		bottom: 0;
	}
	
	.swiper-button-next.thumb-next {
		left: initial;
		right: 10px;
		top: 0;
		bottom: 0;
	}
	
	div#product-detail {
		-webkit-box-ordinal-group: 4;
		-moz-box-ordinal-group: 4;
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3;
	}
	
	div#social {
		margin-top: 2rem;
	}
	
	#social span.text {
		width: 100%;
	}
} */

/*UPDATED CART PAGE*/


/* .cart.precheckout ol.breadcrumb {
	visibility: visible;
	margin: 2rem 0;
	padding: 0;
}

.cart-top {margin: 15px 0;} 
.cart-top a {font-size: 13px;	color:	#000000;	font-family: 'Montserrat-Medium';}


.cart-buttons {
    margin: 1rem 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;     padding: 0 !important;
}
.cart-buttons div {padding: 0;}
.cart-buttons .col-lg-6:last-child a.btn {
    float: right;
}
.cart-items {padding: 0 !important;}
.cartHeader {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; 
}

.cartHeader h2 {
	margin: 0;
	font-family: 'Montserrat-Bold'; font-size: 16px;
	padding: 10px 0 10px 10px;
	margin: 0 0 20px 0; width: 100%;
	background:
	#000;
	color:
	#fff;
}

.car h3 {
	font-family: 'WorkSans-Regular';
    font-size: 16px;
	font-weight: normal;
	float: left;
	margin-top: 0;
}

.car.cart-item-info h4.price,
.price-Details h3,
.checkout a.order {
	font-family: 'Montserrat-Regular';
	font-weight: normal;
	text-decoration: none;
}

span.ch4_cartItemOption,
.cart-sec p.qty {
    font-family: 'Montserrat-Regular'; float: left;
	width: 100%; font-size: 13px;
}

.cart-sec p.qty {
	margin-right: 0;
}

.car #updatcart input#Submit {
	font-family: 'Montserrat-Regular';
    font-weight: normal;
	font-size: 14px;
}

#cart .price-details span {
	font-family: 'Montserrat-Regular';
}
#cart .price-details span.total {float: right;}
span.last-price {
    display: inline-block;
    width: 50%;
    padding-left: 0; margin: 5px 0 0 0;
}

#updatcart input#quantity {
	border: 1px solid #CCC;
}

p.ch4_cartItemOptions {
    margin: 1rem 0;
	width: 100%;
}

.cart .last-price h4,
span.total.final {
	font-family: 'Montserrat-Bold';
}
span.total.final {display: inline-block;
	margin: 5px 0 20px 0; float: right;}
h4.price.second-price {
    display: none;
}

.checkout a.order:hover {
    color: #b1c46b;
}

.cart-buttons .btn {
	background: #000000;
	color: #FFF;
	font-family: 'WorkSans-Regular';
	font-size: 14px;
	border-radius: 0;
	width: 100%;
	max-width: 270px;
	padding: 9px 0;
}

.cart-buttons .btn:hover {
    transition: 0.3s;
    color: #b1c46b;
}

.cart-page-totals .price-Details {
	display: none;
}

.cart-page-totals .cart .price-details span {
	border-bottom: none !important;
}

.cart-page-totals .tbd {
    display: none !important;
}

.cart-page-totals .col-md-3.cart-total.cart {
	background: none;
}
.cart-page-totals .col-md-3.cart-total.cart a.continue {background:
	#000000;
	color: #FFF;
	font-family: 'WorkSans-Regular';
	font-size: 14px;
	border-radius: 0;
	width: 100%;
	max-width: 270px;
	padding: 9px 0; display: inherit;
	text-align: center;
	text-transform: uppercase; margin: 20px 0 0 0;}
.cart-page-totals .checkout {margin: 0 0 20px 0;}	
.cart-page-totals .checkout a.order {
	background:
	#7A856C;
	color: #FFF;
	font-family: 'WorkSans-Regular';
	font-size: 14px;
	border-radius: 0;
	width: 100%;
	max-width: 270px;
	padding: 9px 0; display: inherit;
	text-align: center;
	text-transform: uppercase;
}
.price-details{display: inline-block;
	width: 100%;
	margin: 20px 0 0 0;}
.cart-page-totals {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.cart-page-totals form#CFForm_1 {
    width: 270px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 2rem 0 0;
}

input#coupon {
    height: 35px;
}
.cart-page-totals   form#CFForm_1 input#Submit {background:	#7A856C; color:	#fff; border: none; padding: 5px 0;}
.checkout .btn {background:
	#7A856C;
	color: #FFF;
	font-family: 'WorkSans-Regular';
	font-size: 14px;
	border-radius: 0;
	width: 100%;
	max-width: 270px;
	padding: 9px 0;}

.cart-sec {
margin-top: 20px;
display: -ms-flexbox;
display: -webkit-flex;
display: -ms-flexbox;
display: -webkit-flex;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;}
.cart-sec {padding-left: 10px; border-bottom: #eee solid thin;}	
.cart-item.cyc {min-width: 117px !important; width: 22%;
	height: 185px;}

.cart-item img.ProductImage {height: auto;
width: auto;
max-width: 100%;}	

.car {
    padding: 0px 14px;
}

.cart-item-info {
    margin-bottom: 13px; width: 60%;
}
.cart-item-info a  {color: #000000;}
.car h3 {
    font-family: 'Montserrat-Regular';
    font-size: 16px;
    font-weight: normal;
    float: left;
	margin-top: 0;
}

.car.cart-item-info h4.price {
    font-family: 'Montserrat-Regular';
    font-weight: normal;
	text-decoration: none; font-size: 15px;
}

p.ch4_cartItemOptions {
    margin: 1rem 0;
    width: 100%;
}

.cart-sec p.qty {
    margin-right: 0;
}
form#updatcart {display: inline;}
#updatcart input#quantity {
    border: 1px solid 
    #CCC; width: 51px; display: inline-block;
}

.car #updatcart input#Submit {
    font-family: 'Montserrat-Regular';
    font-weight: normal;
    font-size: 14px; display: block;
	float: none;
	padding: 4px 23.5px; background:#7A856C;
	color:	#fff; text-transform: uppercase; font-style: normal;
	line-height: 20px;margin: 15px 0 0 0; border: 0;
}

.cart #removeitem input#Submit {float: right;
	margin: 0;
	padding: 4px 11px; font-family: 'Montserrat-Regular'; text-transform: uppercase;
	font-weight: 900;
	font-style: normal;
	line-height: 20px;
	font-size: 14px; border-radius: 0;
	background: none;
	border: 0;
	box-shadow: none; -webkit-transition: all 0.3s ease-in-out;}


@media (min-width: 768px) and (max-width: 991px) {
	div.checkout {
		padding: 0;
	}
}

@media (min-width: 768px) {
	h4.price.individual-price {
		float: right;
	}
	
	.cart-bottom-btn {
		display: none;
	}
}

@media (max-width: 767px) {
	.cart.precheckout ol.breadcrumb {
		margin: 1rem 0;
		padding-left: 10px;
	}
	
	.cartHeader h2 {
		padding-left: 0;
	}
	
	.cart-buttons {
		display: none;
	}
	
	.car {
		padding: 2rem 1rem;
	}	
	
	h4.price.individual-price {
		width: 100%;
		float: left;
		margin: 0 0 1rem;
	}
	
	.car.cart-item-info {
		width: 100%;
	}
	
	.cart-bottom-btn {
		display: inline-block;
		width: 95%;
		padding: 0;
		margin: 0 auto;
	}
	
	.cart-bottom-btn .btn {
		background: #000000;
		border-radius: 0;
		color: #FFF;
		font-family: 'WorkSans-Regular';
		width: 100%;
		padding: 8px 0;
	}
	
	form#updatcart {
		display: -webkit-box !important;
		display: -moz-box !important;
		display: -ms-flexbox !important;
		display: -webkit-flex !important;
		display: flex !important;
	}
	
	.car #updatcart input#Submit {
		margin-left: 1rem;
	}
	
	.cart-page-totals {
		-webkit-box-direction: normal;
		-moz-box-direction: normal;
		-webkit-box-orient: vertical;
		-moz-box-orient: vertical;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	.cart-page-totals form#CFForm_1 {
		width: 95%;
		margin: 2rem auto 0;
	}
	
	#cart .col-md-3.cart-total.cart {
		width: 95%;
		margin: 0 auto !important;
	}
	
	#cart div.checkout {
		padding: 0;
	}
	
	.cart-item a {
		max-height: 100%;
		height: 100%;
	}
} */

/*UPDATED CART CHECKOUT*/
section[id*='step'] button {
	font-family: 'WorkSans-Regular';
    font-weight: normal !important;
	font-size: 16px;
}

a.account-btn:hover {
	text-decoration: none !important;
}

.login-right h3 {
    font-family: 'WorkSans-Regular';
}

.loginCheckout p,
.loginCheckout a,
.login-right p {
    font-family: 'WorkSans-Regular';
}

#step4 p {
    text-align: left;
    width: auto !important;
}

input.custom-btn,input.update-btn,input.ShowHand{
    margin-bottom: 12px !important;
    /* border-radius: 0; */
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 16px;
	font-family: 'WorkSans-Regular';
    padding: 10px 25px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    cursor: pointer;
	text-transform: uppercase;
	border-radius: 4px !important;
	background-color: #000;
}
input.update-btn,input.ShowHand{background-color: #F50D07 !important;}
input[value="Remove"] {
	background-color: #F50D07 !important;
	font-weight: normal;
    font-size: 0.87rem;
    display: block;
    float: none;
    color: #fff !important;
    text-transform: uppercase;
    font-style: normal;
    line-height: 20px;
    margin: 15px 0 0 0;
    border: 0;
    border-radius: 0px !important;
	padding: 4px 22px !important;

  }

input#submit:hover, input.custom-btn:hover{
	color: #fff;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
input[value="Remove"]:hover{
	color: #fff;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	background-color: crimson !important;
  }

.loginCheckout h5 {
	font-family: 'WorkSans-Regular';
}

.loginCheckout form[name="login"] a {
	font-size: 12px;
}

#consumerPayPage .control-label {
	font-family: 'WorkSans-Regular';
}

.registration-form p {
    font-family: 'WorkSans-Regular';
}

li.text-info {
    font-family: 'WorkSans-Regular';
    padding-right: 10px;
}

#step4 td {
    font-family: 'WorkSans-Regular';
	width: 300px;
	color: #666;
    text-transform: uppercase;
}

#step5 .cart-item-info h4 span {
    font-family: 'WorkSans-Regular';
}

#step6 label {
    font-family: 'WorkSans-Regular';
}

.payment-form {
	height: 100% !important;
}

iframe#PMTiframe {
    max-height: 100%;
	width: 100%;
    padding: 1rem 0 0;
}

.FBI {
	padding-top: 10px;
}

.FBI input.ShowHand {
    border-radius: 0;
    background-color: rgb(181, 181, 181) !important;
    border: none;
    color: #FFFFFF;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    padding: 10px;
    width: 175px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 5px;
    float: right;
    transition: 0.3s;
	font-family: 'WorkSans-Regular';
}

.FBI input.ShowHand:hover {
	color: #23527c !important;
    transition: 0.3s;
}

@media (min-width: 1200px) {
	#step7[data-accordion].open [data-content] {
		min-height: 450px !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	iframe#PMTiframe {
		width: 64%;
	}
}

@media (min-width: 768px) {
	#step7[data-accordion] [data-content].open {
		max-height: 500px !important;
	}
}

@media (max-width: 767px) {
	section[id*='step'] {
		max-width: 95% !important;
	}
	
	.main-fbi {
		min-height: 200px;
	}
	
	#step4 td {
		width: 130px;
	}
	.main-fbi .FBI {
		padding-top: 0;
	}
	
	.infoInput {
		-webkit-box-direction: normal;
		-moz-box-direction: normal;
		-webkit-box-orient: vertical;
		-moz-box-orient: vertical;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	section[id*='step'] article .infoInput p {
		text-align: left !important;
		width: 100%;
	}
	
	.infoInput div {
		width: 100%;
	}
	
	.ShowBillingTBL {
		-webkit-box-direction: normal;
		-moz-box-direction: normal;
		-webkit-box-orient: vertical;
		-moz-box-orient: vertical;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	.updateShiButton {
		width: 100%;
	}
	
	/*.cart-sec {
		-webkit-box-direction: normal;
		-moz-box-direction: normal;
		-webkit-box-orient: vertical;
		-moz-box-orient: vertical;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-top: 0;
		padding: 0;
	}*/
	
	.payment-form {
		width: 100% !important;
	}
	
	iframe#PMTiframe {
		max-width: 100%;
		width: 100%;
		height: 182px !important;
		padding: 1rem 0 0;
	}
	
	#step5 article {
		padding-top: 0 !important;
	}
	
	section#step5 .cart-item-info {
		white-space: initial !important;
		width: 100%;
	}
	
	.cart-item.cyc {
		width: 80%;
		max-width: 300px;
	}
	
	.cart-sec p.qty {
		width: 100%;
	}
	
	#step7 article {
		height: 715px !important;
	}
	
	#step7 .col-md-3.cart-total.cart {
		z-index: 1;
	}
}

/*UPDATED UPDATE SHIPPING PAGE*/
/*.shipping-address-page h2,
.shipping-address-page h3 {
    font-family: 'WorkSans-Regular';
}*/

.ShowBillingTBL tbody {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	width: 100%;
}

.ShowBillingTBL tr {
	width: 50%;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.ShowBillingTBL tr td {
	width: 100%;
	margin-right: 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.ShowBillingTBL tr td select#Country {
	margin: 0;
}

.ShowBillingTBL input {
    border: 2px solid #e9e9e9;
    height: 40px;
    margin: 2px 0;
    width: 100%;
	padding: 0 1em;
}

.FBC-top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.FBI-title {
    margin-right: 20px;
}

.FBC-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 767px) {
	/*.no-banner.shipping-address-page {
		width: 90%;
	}*/
	
	.ShowBillingTBL tr {
		width: 100%;
	}
}


/*UPDATED LOGIN*/
.my_account_block .login {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
	-webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	max-width: 100%;
	margin: 0 auto;
	float: none;
}

.login h2 {
    font-size: 16px;
    text-transform: uppercase;
}

.login .col-md-6.log,
.my_account_block .new_customers {
	width: 100%;
}

.login h5,
.my_account_block h2,
.login input[type="submit"],
.my_account_block .new_customers .btn {
    font-family: 'WorkSans-Regular' !important;
	font-weight: normal !important;
}

.login input[type="submit"],
.my_account_block .new_customers .btn {
	font-size: 14px;
}

.login p,
.login a {
	font-family: 'WorkSans-Regular';
}

.my_account_block .new_customers {
	margin-top: 7rem;
}

.new_customers h2 {
	text-align: left;
	padding-left: 0;
}

.login .center {
    display: inline-block;
}

.login a.btn.active {
	margin: 0;
}

.my_account_note {
	font-family: 'WorkSans-Regular';
	color: #333;
}

/*UPDATED SEARCH PAGE*/

/* .search-page .block-products-modes {
	background-color: #000000;
}

.search-page .col-xs-12.col-sm-6.col-md-3.text-center.mb-25 {
    margin-bottom: 0;
}

.search-page article.productListing {
	border: 1px solid #CCC;
	padding: 2rem 0;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
	-webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.search-page col-xs-12 col-sm-6 col-md-3 text-center mb-25 {
	margin-bottom: 0;
}

.search-page span.col-xs-12.product-image {
    margin-bottom: 30px;
}

.search-page article.productListing span.pricing {
	font-weight: bold;
}

.col-md-6.sorting {
    color: #FFF;
    font-family: 'WorkSans-Regular';
    font-size: 14px;
	margin-top: 8px;
}

.col-md-6 span {
    margin-right: 2rem;
}

@media (max-width: 767px) {
	.search-page .block-products-modes {
		background-color: transparent;
	}
	
	.col-md-6.sorting {
		font-size: 16px;
		text-align :center;
		margin-bottom: 1rem;
		color: #000000;
	}
	
	.search-page .row.list-products {
		width: 90%;
		margin: 0 auto;
	}
	
	.search-page article.productListing {
		border: none;
		min-height: 0;
    	margin: 0;
	}
} */

/*UPDATED MY ACCOUNT PAGE*/
span.customer-name {
    color: #F50D07;
}

p.account-info-text {
    text-align: center;
}

.account-btn {
    text-align: center;
	min-width: 300px;
    margin: 0 0 1rem;
	animation-delay: 1s;
}

.account-btn .btn {
    background: #000000;
    color: #FFF;
	min-width: 300px;
}

/*.account-btn .btn:hover {
    transform: scale(1.1);
    transition: 0.5s;
    background: #b1c46b;
	color: #000000;
}*/

.logout-btn {
    text-align: center;
    text-decoration: underline;
}

.logout-btn span:hover {
    color: #b1c46b;
}

/*UPDATED BILLING PAGE*/
.ShowBillingTBL tr:first-child {
    width: 100%;
	margin: 0 0 3rem;
}

a.billing-btn {
    margin: 3rem 0 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

/* .SpecialSpanButton input#submit {
	background: rgb(181, 181, 181) !important;
} 

.SpecialSpanButton input#submit:hover {
    color: #23527c !important;
    transition: 0.3s;
}*/

/*UPDATED CHECKOUT*/
.accordion-wrapper .updateBilling {
	width: 94%;
}

#step7 article {
    height: 100%;
}

@media (min-width: 768px) {
	.cart-item.cyc {
		min-width: 117px !important;
		height: 185px;
	}

	.cart-item.cyc a {
		height: 100%;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-align: center;
		-moz-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.cart-item img.ProductImage {
		width: auto;
		height: auto;
		max-height: 100%;
	}
}

/*UPDATED ORDER HISTORY*/
table#OHTBL {
    max-width: 991px;
    width: 100%;
    margin: 5rem auto;
}

table#OHTBL tr {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 1rem;
}

table#OHTBL tr:first-child {
    margin: 0 0 2rem;
    background: #222222;
    padding: 1rem 0;
}

table#OHTBL td {
    text-align: center;
    width: 25%;
}

table#OHTBL tr:first-child td {
    font-weight: bold;
    color: #fff;
}

table#ODAIF {
    max-width: 991px;
    width: 95%;
}

table#ODAIF td:last-child {
    text-align: right;
}

.top-order-table {
    margin: 3rem 0;
}

.top-order-table table {
    max-width: 991px;
    width: 95%;
}

.top-order-table table td:last-child {
    text-align: right;
}

@media (min-width: 992px) {
	.mobile-order-text {
		display: none;
	}
	
	.order-summary {
		max-width: 991px;
		margin: 0 auto;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}
	
	table#ODAIF {
		max-width: 991px;
		width: 100%;
		float: right;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: end;
		-moz-box-pack: end;
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
}

@media (max-width: 991px) {
	table#OHTBL {
		width: 95%;
	}
	
	table#OHTBL tr {
		-webkit-box-direction: normal;
		-moz-box-direction: normal;
		-webkit-box-orient: vertical;
		-moz-box-orient: vertical;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		margin: 0 0 5rem;
	}
	
	table#OHTBL tr:first-child {
		display: none;
	}
	
	table#OHTBL td {
		text-align: right;
		width: 100%;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: justify;
		-moz-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin: 0 0 0.5rem;
	}
	
	.mobile-order-text {
		font-weight: bold;
		margin: 0 1rem 0 0;
	}
}















