/* CSS Document */
@font-face {
  font-family: 'montserrat-regular';
  src:url(../fonts/Montserrat/Montserrat-Regular.otf);
}
@font-face {
  font-family: 'montserrat-light';
  src:url(../fonts/Montserrat/Montserrat-Light.otf);
}

@font-face {
  font-family: 'montserrat-bold';
  src:url(../fonts/Montserrat/Montserrat-Bold.otf);
}


@font-face {
  font-family: 'montserrat-thin';
  src:url(../fonts/Montserrat/Montserrat-Thin.otf);
}
body, html{
	padding:0;
	margin:0;
	position:relative;
	scroll-behavior: smooth;
}
* {
	box-sizing:border-box;
}
.wreath-right {
    width: 130px;
    height: 179px;
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(../images/decoration-png-christmas-right-small.png);
    background-position: left;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: 9999;
    display: block;
}
.wreath-left {
    width: 130px;
    height: 179px;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/decoration-png-christmas-left-small.png);
    background-position: left;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: 99999;
    display: block;
}
.fullPageOverlay{
	width:100%;
	height:100%;
	top:0;
	right:0;
	background:rgba(0, 0, 0, 0.45);
	z-index:9999999999;
	position:fixed;
	display:none;
}
.pageDelay{
	width:150px;
	height:150px;
	position:absolute;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
	font-family:montserrat-bold;
	font-size:14px;
	letter-spacing:1px;
	text-align:center;
	color:#FFF;
}
.ajax-loader{
	display:none;
	width:25px;
	height:25px;
	background:url(../img/spinner.gif);
	background-position:center;
	background-repeat:no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	right:50px;
	top:8px;
	float:right;
	position:absolute;
}
.ajax-loader-fb{
	display:none;
	width:16px;
	height:11px;
	background:url(../img/ajax-loader-fb.gif);
	background-position:center;
	background-repeat:no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin:auto;
}
.popup{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	background-color: rgba(0,0,0,0.35); /*dim the background*/
	display:none;
  	align-items: center;
  	justify-content: center;
}
.popup-insides{
	width:400px;
	min-height:120px;
	overflow:auto;
	background:#FFF;
	padding:30px;
	top:40px;
	border-top:2px solid #51a8b1;
	box-shadow: 0 0 20px 2px rgba(0,0,0,0.2);
	margin:0 auto;
}
.popupForms{
	margin-top:10px;
}
.popupOptions{
	width:100%;
	ming-height:10px;
	overflow:auto;
	font-family:montserrat-regular;
	font-size:12px;
	color:#212529;
	margin-top:10px;
	letter-spacing:1px;
}
.popupOptions a{
	text-decoration:none;
	font-family:montserrat-regular;
	font-size:12px;
	color:#51a8b1;
	letter-spacing:1px;
	margin-left:3px;
}
.popupOptions a:hover{
	text-decoration:underline;
}
.popup-header{
	width:100%;
	min-height:10px;
	overflow:auto;
	color:#51a8b1;
	font-family:montserrat-bold;
	font-size:30px;
}
.closeBut{
	color:#51a8b1;
	cursor:pointer;
	float:right;
}
.popup-txt-field{
	width:96%;
	height:25px;
	padding:5px;
	border:1px solid #999;
	margin-bottom:20px;
	font-family:montserrat-light;
}
.popup-small-txt-field{
	width:45%;
	height:25px;
	padding:5px;
	border:1px solid #999;
	margin-bottom:20px;
	font-family:montserrat-light;
	float:left;
}
.popup-small-txt-field:nth-child(2){
	width:45%;
	height:25px;
	padding:5px;
	border:1px solid #999;
	margin-bottom:20px;
	font-family:montserrat-light;
	float:right;
}
.popup-submit{
	width:100%;
	line-height:30px;
	border:0;
	border-radius:0;
	margin-bottom:20px;
	font-family:montserrat-light;
	color:#FFF;
	background:#51a8b1;
	padding:5px;
	margin-top:0;
	cursor:pointer;
}
.topHeader{
	width:100%;
	min-height:10px;
	overflow:hidden;
	font-family:montserrat-light;
	font-size:10px;
	color:#212529;/*#00b2a5;*/
	position:relative;
	background:#51a8b1;
	overlay-x:hidden;
}

.topHeaderInner{
	width:85%;
	min-height: 10px;
	overflow:auto;
	margin:auto;
	position:relative;
}
.mobileControl{
	width:95%;
	height:20px;
	color:#FFF;
	text-align:right;
	margin-top:8px;
	display:none;
	margin-bottom:5px;
}
.mobileControl i{
	transition:.6s;
	width:18px;
	height:18px;
	color:#FFF;
	font-size:18px;
	display:none;
}
.learnMoreBar{
	min-width:200px;
	line-height:30px;
	overflow:auto;
	background:#212529;
	color:#FFF;
	font-family:montserrat-regular;
	font-weight:700;
	padding-left:15px;
	padding-right:15px;
	position:absolute;
	left:300px;
	z-index:5;
}
.learnMoreBar a{
	display:inline-block;
	height:100%;
	width:100%;
	text-decoration:none;
	color:#FFF;
	font-family:montserrat-regular;
	font-weight:700;
}
.learnMoreBar a span:first-child{
	display:inline-block;
	float:left;
	line-height:30px;
	font-size:24px;
	margin-right:10px;
}
.learnMoreBar a span:nth-child(2){
	display:inline-block;
	float:left;
	line-height:30px;
	font-size:13px;
}
.topHeaderInner .headerHalves{
	width:50%;
	min-height:10px;
	overflow:auto;
	padding:3px 0;
}

.topHeaderInner .left{
	float:left;
}
.topHeaderInner .right{
	float:right;
}
.marketPlaceButton{
	width:120px;
	line-height:30px;
	float:right;
	text-align: center;
	te-align:center;
}
.marketPlaceButton a{
	display:block;
	width:100%;
	height:100%;
	background:#212529;
	font-family:montserrat-regular;
	font-size:12px;
	text-decoration:none;
	color:#fff;
	border-radius:2px;
}
.marketPlaceButton a i{
	color:#fff;
	margin-right:5px;
}
.topHeaderInner .right span{
	display:block;
	line-height:30px;
	font-family:montserrat-regular;
	font-size:12px;
	min-width:50px;
	float:right;
	padding:0 0 0 30px;
	text-align: right;
}
.topHeaderInner .left span{
	display:block;
	line-height:30px;
	font-family:montserrat-regular;
	font-size:12px;
	min-width:50px;
	float:left;
	padding:0 30px 0 0;
	text-align: left;
}
.topHeaderInner .headerHalves span a{
	font-family:montserrat-regular;
	font-size:12px;
	display:block;
	width:100%;
	height:100%;
	text-decoration:none;
	color:#FFF;
}
.topHeaderInner .headerHalves span:hover{
	transition:.6s;
}

.topHeaderInner .headerHalves span:hover a{
	transition:.6s;
	color:#ccc;
}

.topHeaderInner .right span a i{
	font-size:14px;
	margin-right:10px;
	font-weight:600;
	/*color:#51a8b1;*/
}
.topHeaderInner .left span a i{
	font-size:14px;
	margin-right:5px;
	font-weight:600;
	/*color:#51a8b1;*/
}
.headerMiddle{
	width:100%;
	display:inline-block;
	-webkit-box-shadow: 0px 10px 9px -10px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 10px 9px -10px rgba(0,0,0,0.5);
	box-shadow: 0px 10px 9px -10px rgba(0,0,0,0.5);

}
.headerMiddleInner{
	width:85%;
	min-height:70px;
	overflow:auto;
	margin:auto;
}
.logo{
	float:left;
	width:100px;
	min-height:20px;
	overflow:auto;
}
.logo img{
	width:100%;
	height:auto;
}
.logo-seller{
	float:none;
	width:100px;
	min-height:20px;
	overflow:auto;
	margin-right:auto;
	margin-left:auto;
}
.logo-seller img{
	width:100%;
	height:auto;
}
.headerMiddle .headerMiddleInner .cartBox{
	min-width:125px;
	line-height:100px;
	float:right;
	overflow:auto;
}
.cartBox .topIcon{
	width:40%;
	float:right;
	text-align: center;
	font-size:22px;
}
.cartBox .topIcon i{
	position:relative;
	cursor:pointer;
}

.cartBox .topIcon i .counter{
	position:absolute;
	top:-7px;
	right:-10px;
	width:20px;
	line-height:20px;
	background:#51a8b1;
	border-radius:50%;
	text-align:center;
	font-size:10px;
	font-family:montserrat-regular;
	font-weight:700;
	color:#FFF;
}
.emptyCartListTxt{
	width:100%;
	line-height:40px;
	color:#1E1E1E;
	font-family:montserrat-regular;
	font-size:26px;
	text-align:center;
}
.cartBox .topIcon .hoverCart{
	position:absolute;
	top:105px;
	right:100px;
	width:400px;
	height:420px;
	background:#FFF;
	z-index:999;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	display:none;
}
.cartBox .topIcon .hoverCart::before {
    position: absolute;
    content: '';
    width: 1rem;
    height: 1rem;
    top: -.3em;
    right: .8em;
    bottom: -.4em;
    transform: rotate(45deg);
    background-color: inherit;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0);
    z-index: 99;
}
.hoverCart .hoverTitle{
	width:100%;
	line-height:50px;
	font-family:montserrat-regular;
	font-size:18px;
	color:#212529;
	letter-spacing:1px;
	margin:auto;
	text-align:left;
	text-indent: 10px;
	-webkit-box-shadow: 0px 7px 9px -10px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 7px 9px -10px rgba(0,0,0,0.3);
	box-shadow: 0px 7px 9px -10px rgba(0,0,0,0.3);
}
.hoverCart .hoverBody{
	width:95%;
	height:200px;
	overflow-y: scroll;
	margin:auto;
	padding-top:10px;
	padding-bottom:10px;
	scrollbar-color:#51a8b1 #212529;
}
.floatingTable{
	margin:auto;
}
.floatingRow{
	line-height:50px;
}
.floatingDivider{
	line-height:30px;
	font-size:14px;
	font-family:montserrat-regular;
	text-align:left;
}
.floatingDivider:nth-child(2){
	line-height:30px;
	font-size:14px;
	font-family:montserrat-regular;
	text-align:right;
}
.hoverBody::-webkit-scrollbar {
    width: 7px;
    height: 15px;
}

.hoverBody::-webkit-scrollbar-track-piece  {
    background-color: #51a8b1;
}

.hoverBody::-webkit-scrollbar-thumb:vertical {
    height: 10px;
    background-color: #212529;
}
.hoverCart .hoverBody .hoverItem{
	width:100%;
	min-height:40px;
	overflow:auto;
	border-bottom:1px solid rgba(0, 0, 0, 0.1);
	padding-bottom:10px;
	padding-top:10px;
}
.hoverItem div.prodImg{
	width:25%;
	line-height:0;
	min-height:30px;
	overflow:auto;
	border:2px solid #FFF;
	float:left;
}
.hoverItem div.hoverDet{
	width:72%;
	height:100%;
	float:right;
}
.hoverItem div.hoverDet .hoverProdTitle{
	width:100%;
	min-height:10px;
	overflow:auto;
	text-align:left;
	line-height:18px;
}
.hoverItem div.hoverDet .hoverProdTitle a{
	text-decoration:none;
	color:#51a8b1;
	font-family:montserrat-regular;
	font-size:13px;
}
.hoverItem .prodImg img{
	width:100%;
	height:auto;
}

.hoverCart .hoverCartButton{
	width:98%;
	line-height:40px;
	text-align:center;
	margin:auto;
	margin-top:10px;
}
.hoverCart .hoverCartButton a{
	transition:.5s;
	text-decoration:none;
	display:block;
	width:100%;
	height:100%;
	background:#51a8b1;
	color:#FFF;
	font-family:montserrat-bold;
	font-size:14px;
}
.hoverCart .hoverCartButton a:hover{
	transition:.5s;
	background:#2D939E;
}
.hoverCart .hoverContinueButton{
	width:96%;
	line-height:40px;
	text-align:center;
	margin:auto;
	margin-top:10px;
	border:3px solid #51a8b1;
}
.hoverCart .hoverContinueButton a{
	transition:.5s;
	text-decoration:none;
	display:block;
	width:100%;
	height:100%;
	color:#51a8b1;
	font-family:montserrat-bold;
	font-size:14px;
}
.hoverCart .hoverContinueButton a:hover{
	transition:.5s;
	background:#51a8b1;
	color:#FFF;
}
.searchBox{
	width:300px;
	line-height:100px;
	float:right;
	position:relative;
}
/** Search field customization **/
.search {
	width: 100%;
	margin-top:30px;
}
.searchForm{
    width:100%;
    position: relative;
	display: flex;
}

.searchTerm {
	width: 100%;
	border: 1.5px solid #51a8b1;
	border-right: none;
	padding: 5px;
	height: 32px;
	border-radius: 0;
	outline: none;
	color: #212529;
}

.searchTerm:focus{
 	color: #212529;
}

.searchButton {
	width: 40px;
	height: 32px;
	border: 3px solid #51a8b1;
	background: #51a8b1;
	text-align: center;
	color: #fff;
	border-radius: 0 0 0 0;
	cursor: pointer;
	font-size: 20px;
}

/*Resize the wrap to see the search bar change!*/
.mobile-menu{
	display:none;
	width:95%;
	min-height:10px;
	overflow:auto;
	margin:auto;
	padding-top:20px;
	padding-bottom:10px;
}
.hamburger{
	width:20px;
	height:20px;
	float:left;
	text-align:center;
	display:none;
	cursor:pointer;
}
.hamburger i{
	color:#333;
	font-size:18px;
}
.menu-home{
	width:100px;
	line-height:42px;
	float:left;
	background:#51a8b1;
	color:#FFF;
	text-align:right;
	transform: skewX(-20deg);
	display: flex;
	align-content: center;
	align-items: center;
	position: absolute;
	left:-8px;
	border-right:2px solid #FFF;
}
.menu-home a{
	color:#FFF;
	font-size:20px;
	transform: skewX(20deg);
}
.menu-home a i{
	margin-left:50px;
}
.navigation{
	width:100%;
	height:42px;
	position:relative;
	border-top:1px solid rgba(0, 0, 0, 0.06);
	z-index:0;
}
.sales-menu{
	width:90px;
	line-height:42px;
	position:absolute;
	left:50%;	
	z-index:99999999;
	top:0;
	animation: blinker 2s linear infinite;
}
.sales-menu a{
	display:block;
	width:100%;
	height:100%;
	background:#F00;
	text-decoration:none;
	color:#FFF;
	font-size:18px;
	text-align:center;
	font-family:montserrat-bold;
}
.sales-menu a:hover{
	opacity:.8;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.menu{
    width:90%;
	display:inline-block;
	float:right;
	min-width:100px;
	overflow:auto;
	list-style:none;
	padding:0;
	margin:0;
	height:42px;
}
.menu-item{
	display:table-cell;
	float:left;
	line-height:42px;
	width:50%;
	text-align:center;
}
.menu-item a{
	display:block;
	width:100%;
	height:100%;
	font-family:montserrat-bold;
	font-size:18px;
	color:#333;
	text-transform: uppercase;
	text-decoration:none;
	letter-spacing:1px;
}

.menu-item:hover a{
	color:#333;
}
.menu-item .sub-menu{
	z-index:99;
	position:absolute;
	width:50%;
	background:#FFF;
	padding:0;
	list-style:none;
	display:none;
	margin-top:0;
	left:85px;
}
.menu .menu-item:hover > .sub-menu{
	display:block;
}

.menu .menu-item .sub-menu .menu-item {
	width:33.3%;
	float:left;
	line-height:40px;
}

.menu .menu-item .sub-menu .menu-item a{
	display:block;
	width:100%;
	height:100%;
	text-indent:10px;
	font-size:14px;
	color:#51A8B1;
	text-align:left;
	border-bottom:0;
}
.menu .menu-item .sub-menu .menu-item:hover a {
	background:transparent;
	color:#333;
}
/** Search field customization ends **/
.slider-single{
    width:100%;
    height:541px;
    position:relative;
}
.slider-single img{
    width:100%;
    height:auto;
}
.slider{
	width:100%;
    height:541px;
	background:#FFFFFF;
	position:relative;
	background-image:url(../images/ojuju-banners/slide-2.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	background-size: cover;
	overflow:auto;
	z-index:0;
}
.slider img{
	width:100%;
	height:auto;
}
.bulkSlider{
	width:100%;
	height:350px;
	background:#f2f2f2;
	position:relative;
	background-image:url(../images/bulk-image.png);
	background-position: top left;
	background-repeat: no-repeat;
	background-size: cover;
	overflow:hidden;
}

.slider_title {
	width:400px;
	height:100%;
    background: #212529;
    display:none;
    /*display: flex;*/
    flex: 0 0 auto;
    justify-content: center;
    align-items: center;
    transform: skewX(15deg);
    position: relative;
	float: right;
	-webkit-box-shadow: -3px 0px 6px -3px rgba(0,0,0,0.3);
	-moz-box-shadow: -3px 0px 6px -3px rgba(0,0,0,0.3);
	box-shadow: -3px 0px 6px -3px rgba(0,0,0,0.3);
}
.slider_title::after {
    content: '';
    position: absolute;
    top: 0;
    right: -399%;
    background: inherit;
    width: 400%;
    height: 100%;
	box-sizing: border-box;
}
.slider_title h1{
	font-family:montserrat-bold;
	color:#FFF;
	display: inline-block;
	transform: skewX(-15deg);
	font-weight:700;
	letter-spacing:1px;
}
.customizeHeroBut{
	padding:10px 20px;
	background:#d03751;
	margin-top:30px;
	transform: skewX(-15deg);
	position:absolute;
	bottom:60px;
	left:45px;
}
.customizeHeroBut a{
	color:#FFF;
	font-family:montserrat-regular;
	font-weight:700;
	text-decoration:none;
}
.homeProductPane{
	width:100%;
	min-height:100px;
	overflow:auto;
	position:relative;
	overflow-x:hidden;
}
.aboutPane{
	width:100%;
	min-height:100px;
	overflow:auto;
	background-image:url(../images/pane-bg.png);
	background-position: top left;
	background-repeat: no-repeat;
	background-size: contain;
	position:relative;
	overflow-x:hidden;
}
.homeProductPaneInner{
	width:85%;
	margin:auto;
	position:relative;
}
.aboutPaneInner{
	width:80%;
	float:right;
	position:relative;
}
.pagePane{
	width:100%;
	min-height:400px;
	float:none;
}
.pagePaneInner{
	width:85%;
	min-height:400px;
	overflow:auto;
	margin:auto;
	position:relative;
}
.sellerPane{
	width:100%;
	min-height:100px;
	overflow:auto;
	position:relative;
	overflow-x:hidden;
}
.sellerContent{
	width:40%;
	min-height:200px;
	overflow:auto;
	margin:auto;
	margin-top:50px;
	padding:30px;
	border:1px solid rgba(0, 0, 0, 0.06);
	border-radius:4px;
	margin-bottom:50px;
}
.formContent{
	width:55%;
	min-height:200px;
	overflow:auto;
	border-radius:4px;
	float:left;
}
.descContent{
	width:30%;
	min-height:300px;
	overflow:auto;
	float:right;
	background:#ccc;
}
.sellerPaneInner{
	width:85%;
	min-height:100px;
	overflow:auto;
	margin:auto;
	position:relative;
	overflow-x:hidden;
}
.relatedPane{
	width:100%;
	min-height:50px;
	overflow:auto;
}
.relatedPaneInner{
	width:85%;
	min-height:50px;
	overflow:auto;
	margin:auto;
	padding-top:50px;
	padding-bottom:50px;
}
.relatedProductList{
	width:100%;
	padding:0;
	margin:0;
	list-style:none;
}
.relatedProductList .relatedProductItem{
	width:25%;
	min-height:10px;
	overflow:auto;
	float:left;
	position:relative;
}
.relatedProductItem a{
	display:block;
	width:88%;
	min-height:100px;
	overflow:auto;
	margin:auto;
	padding:10px;
	text-decoration:none;
	color:#212529;
	position:relative;
}
.relatedProductItem a:hover .productWishBox{
	display:block;
}
/** Image flipper **/

#toss{
    position: relative;
    margin: 0 auto;
    width: 262px;
    height: 275px;
    z-index: 1;
    perspective: 1000;
}
#rev{
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transition: all 1.0s linear;
}
#toss:hover #rev{
      transform: rotateY(180deg);
}

/** Image flipper end **/
.relatedProductItem a .productImageFlip{
	 position: absolute;
     width: 100%;
     height: 100%;
     backface-visibility: hidden;
}
.relatedProductItem a .productImage{
	width:100%;
	height:auto;
	position:relative;
}
.productImageFlip.back {
 	display: block;
 	transform: rotateY(180deg);
 	box-sizing: border-box;
}
.relatedProductItem a .productImageFlip img{
	width:100%;
	height:100%;
}
.relatedProductItem a .productImage img{
	width:100%;
	height:auto;
}
.sales-notifier{
	display:inline-block;
	width:30px;
	line-height:30px;
	background:#51a8b1;
	position:absolute;
	top:15px;
	right:15px;
	color:#FFF;
	border-radius:50%;
	text-align:center;
	font-size:12px;
	font-family:montserrat-light;
	padding:5px;
}
.relatedProductItem a .productTitle{
	width:100%;
	line-height:30px;
	font-family:montserrat-light;
	font-size:13px;
	font-weight:600;
	color:#212529;
	text-align:left;
}
.relatedProductItem a .productPrice{
	width:100%;
	min-height:10px;
	overflow:auto;
	font-family:montserrat-regular;
	font-size:13px;
	font-weight:600;
	color:#212529;
	text-align:left;
}
.ProductPane{
	width:100%;
	position:relative;
}
.ProductPaneInner{
	width:85%;
	margin:auto;
	position:relative;
	padding-bottom:40px;
}
.sideBarPane{
	width:20%;
	min-height:400px;
	float:left;
}
.sideBarTitle{
	width:100%;
	line-height:40px;
	color:#212529;
	font-family:montserrat-bold;
	position:relative;
}
.sideBarTitle .controls{
	width:20px;
	height:20px;
	position:absolute;
	right:0;
	top:25%;
	float:right;
	text-align:center;
	cursor:pointer;
	background: #51a8b1;
	border-radius:50%;
}
.sideBarTitle .controls .minus{
	width:80%;
	height:1px;
	background:#FFF;
	position:absolute;
	right:10%;
	top:45%;
	font-weight:100;
}
.sideBarTitle .controls .add{
	width:1px;
	height:80%;
	background:#FFF;
	position:absolute;
	right:9.38px;
	top:10%;
	font-weight:100;
	display:none;
}
.sideCatList{
	width:100%;
	padding:0;
	margin:0;
	list-style:none;
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px solid rgba(0, 0, 0, 0.13);
}
.sideCatList:last-child{
	width:100%;
	padding:0;
	margin:0;
	list-style:none;
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:0;
}
.sideCatItem{
	width:100%;
	line-height:35px;
}
.sideCatItem a{
	display:block;
	width:100%;
	height:100%;
	text-decoration:none;
	color:#212529;
	font-family:montserrat-regular;
	font-size:14px;
}
.sideCatItem a:hover{
	color:#51a8b1;
}
.mainBarPane{
	width:78%;
	min-height:400px;
	float:right;
}
.f_productList{
	width:100%;
	padding:0;
	margin:0;
	list-style:none;
}
.f_productItem{
	width:25%;
	min-height:100px;
	overflow:auto;
	float:left;
	margin-bottom:15px;
	position: relative;
}
.f_productItem a{
	display:block;
	width:88%;
	min-height:100px;
	overflow:auto;
	margin:auto;
	padding:10px;
	text-decoration:none;
	color:#212529;
	position:relative;
}
.f_productItem:hover .productWishBox{
	display:block;
}
.f_productItem a .productImageFlip{
	 position: absolute;
     width: 100%;
     height: 100%;
     backface-visibility: hidden;
}

.f_productItem a .productImage{
	width:100%;
	height:auto;
	position:relative; 
}
.f_productItem a .productImage img{
	width:100%;
	height:100%;
}
.f_productItem a .productImageFlip img{
	width:100%;
	height:100%;
}
.f_productItem a .productImageFlip{
	width:100%;
	height:auto;
}
.f_productItem a .productTitle{
	width:100%;
	line-height:30px;
	font-family:montserrat-light;
	font-size:13px;
	font-weight:600;
	color:#212529;
	text-align:left;
}
.f_productItem a .productPrice{
	width:100%;
	min-height:10px;
	overflow:auto;
	font-family:montserrat-regular;
	font-size:13px;
	font-weight:600;
	color:#212529;
	text-align:left;
}
.productList{
	width:100%;
	padding:0;
	margin:0;
	list-style:none;
}
.productItem{
	width:33.3%;
	min-height:100px;
	overflow:auto;
	float:left;
	margin-bottom:15px;
	position: relative;
}
.productItem a{
	display:block;
	width:88%;
	margin:auto;
	padding:10px;
	text-decoration:none;
	color:#212529;
	position:relative;
}
.productWishBox{
	position:absolute;
	width:30px;
	height:30px;
	right:10px;
	bottom:10px;
	display:block;
	text-align:center;
	border-radius:50%;
}
.productWishBox:hover{
	background:#ccc;
}
.productWishBox i{
	color:#FF0000;
	margin-top:8px;
	cursor:pointer;
}
.productItem:hover .productWishBox{
	display:block;
}
.productItem a .productImageFlip{
	 position: absolute;
     width: 100%;
     height: 100%;
     backface-visibility: hidden;
}
.productItem a .productImage{
	width:100%;
	height:auto;
	position:relative; 
}
.productItem a .productImageFlip img{
	width:100%;
	height:100%;
}
.productItem a .productImage img{
	width:100%;
	height:auto;
}
.productItem a .productTitle{
	width:100%;
	line-height:30px;
	font-family:montserrat-light;
	font-size:13px;
	font-weight:600;
	color:#212529;
	text-align:left;
}
.productItem a .productPrice{
	width:100%;
	min-height:10px;
	overflow:auto;
	font-family:montserrat-regular;
	font-size:13px;
	font-weight:600;
	color:#212529;
	text-align:left;
}
.testimonyPane{
	width:100%;
	min-height:340px;
	overflow:auto;
	position:relative;
	overflow-x:hidden;
}
.testimonyPaneInner{
	width:85%;
	min-height:340px;
	overflow:auto;
	margin:auto;
	position:relative;
	overflow-x:hidden;
}
.homeProductTitle{
	width:100%;
	min-height:30px;
	overflow:auto;
	padding-top:30px;
}
.aboutTitle{
	width:100%;
	min-height:20px;
	overflow:auto;
	margin-top:10px;
}
.homeProductTitle h3{
	font-family:montserrat-bold;
	font-size:30px;
	color:#212529;
	line-height:30px;
	margin-top:10px;
	margin-bottom:5px;
}
.aboutTitle h3{
	font-family:montserrat-bold;
	font-size:30px;
	color:#212529;
	min-height:20px;
	overflow:auto;
	margin-top:0;
	margin-bottom:0;
}
.homeProductTitle h5{
	margin-top:0;
	margin-bottom:10px;
	font-family:montserrat-regular;
	color:#515150;
	font-size:11px;
	text-transform:capitalize;
}
.breadCrumbs{
	width:85%;
	line-height:40px;
	margin:auto;
	font-family:montserrat-regular;
	font-weight:600;
	letter-spacing:1px;
	font-size:13px;
	color:#212529
}
.breadCrumbs a{
	text-decoration:none;
	font-family:montserrat-regular;
	font-weight:600;
	letter-spacing:1px;
	font-size:13px;
	color:#212529;
}
.breadCrumbs a:hover{
	color:#51a8b1;
}
.pageTitle{
	width:100%;
	min-height:20px;
	overflow:auto;
}
.pageTitleInner{
	width:85%;
	min-height:20px;
	overflow:auto;
	margin:auto;
}
.pageTitleInner h3{
	font-family:montserrat-regular;
	font-size:24px;
	font-weight:700;
	color:#212529;
	line-height:20px;
}
.pageTitleInner h3 span{
	color:#51a8ba;
}
.pageTitleInner h5{
	margin-top:0;
	margin-bottom:10px;
	font-family:montserrat-regular;
	color:#515150;
	font-size:11px;
	text-transform:capitalize;
}
.alignLeft{
	text-align:left;
}
.alignCenter{
	text-align:center;
}
.alignRight{
	text-align:right;
}
.homeProdContainer{
	width:100%;
	min-height:100px;
	overflow:auto;
	padding:0;
	margin:0;
	list-style: none;
}
.homeProdContainer .homeProdItems{
	width:25%;
	min-height:200px;
	overflow:auto;
	float:left;
	margin-bottom:30px;
}
.homeProdItems .homeProdItemsContainer{
	width:95%;
	height:270px;
	overflow:hidden;
	position:relative;
}
/*.homeProdItems:nth-child(2) .homeProdItemsContainer{
	width:95%;
	height:270px;
	overflow:hidden;
	position:relative;
	margin:auto;
}
.homeProdItems:nth-child(3) .homeProdItemsContainer{
	width:95%;
	height:270px;
	overflow:hidden;
	position:relative;
	margin:auto;
}
.homeProdItems:last-child .homeProdItemsContainer{
	width:95%;
	height:270px;
	overflow:hidden;
	position:relative;
	float:right;	
}*/
.prodCat{
	overflow:hidden;
}
.prodCat img{
	width:100%;
	height:auto;
	transition: all 0.2s linear;
}
.homeProdOverlay{
	width:100%;
	height:100%;
	position:absolute;
	top:-100%;
	left:0;
	background:rgba(0, 0, 0, 0.1);
	color:#FFF;
	transition: all 0.4s ease-in-out;
}
.prodCat:hover .homeProdOverlay{
	transition:.6s;
	top: 0;
	z-index:1;
}
.homeProdOverlay .overlayButton{
	padding:15px 30px;
	text-align:center;
	position:absolute;
	right:50%;
	left:50%;
	top:50%;
	bottom:50%;
}
.homeProdOverlay .overlayButton a{
	width:100%;
	height:100%;
	display:block;
	text-decoration:none;
	color:#FFF;
	background:#51a8b1;
	font-family:montserrat-regular;
	font-size:12px;
	text-transform: uppercase;
}
.homeProdOverlay .overlayButton a:hover{
	background:#2D939E;
}
.prodCat:hover img {
  transform: scale(1.1);
}
.homeCatTitle{
	width:100%;
	line-height:30px;
	text-align:left;
}
.homeCatTitle a{
	font-family:montserrat-bold;
	font-size:14px;
	font-weight:700;
	color:#212529;
	text-decoration:none;
}
.homeCatTitle a i{
	margin-left:5px;
	font-size:14px;
}
.homeProdContainer .homeProdItems:hover .homeCatTitle a{
	transition:.66s;
	color:#51a8b1;
}
.aboutDiv{
	width:400px;
	height:300px;
	margin:auto;
	background:#51a8b1;
	border:solid 8px #FFF;
	border-top:0;
	border-bottom:0;
	transform: skewX(-15deg);
	display:flex;
	align-content: center;
	align-items: center;
}
.aboutDivContent{
	width:70%;
	height:70%;
	background:#ccc;
	transform: skewX(15deg);
	margin:auto;
}
.optionContainer{
	width:700px;
	height:300px;
	margin:auto;
	position:relative;
}
.options:first-child{
	width:200px;
	height:200px;
	position:absolute;
	left:0;
	top:50%;
	margin-top:-100px;
}
.options:nth-child(2){
	width:200px;
	height:200px;
	position:absolute;
	right:50%;
	margin-right:-100px;
	top:50%;
	margin-top:-100px;
}
.options:nth-child(3){
	width:200px;
	height:200px;
	position:absolute;
	right:0;
	top:50%;
	margin-top:-100px;
}
.optionImg{
	width:120px;
	height:120px;
	margin:auto;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius:50%;
}
.optionImg img{
	width:100%;
	height:100%;
	object-fit:cover;
	border-radius:50%;
}
.optionName{
	width:100%;
	line-height:40px;
	font-family:montserrat-bold;
	font-size:20px;
	text-align:center;
	color:#212529;
}
.optionDesc{
	width:100%;
	font-family:montserrat-regular;
	font-size:14px;
	text-align:center;
	color:#212529;
}
.homeTestimony{
	width:50%;
	min-height:300px;
	text-align:center;
	transform: skewX(-10deg);
	display:flex;	
	align-content: center;
	align-items: center;
	padding:20px;
	position:absolute;
	
}
.rightTest{
	margin-right:-43px;
	right:0;
}
.leftTest{
	margin-left:-43px;
	left:0;
}
.homeTestimonyContent{
	width:60%;
	height:70%;
	transform: skewX(10deg);
	margin:0 auto;
}
.testimonyName{
	width:100%;
	min-height:10px;
	text-align:center;	
	color:#FFF;
	font-family:montserrat-light;
	font-size:13px;
}
.testimonyTitle{
	width:100%;
	min-height:10px;
	text-align:center;
	color:#FFF;
	font-family:montserrat-bold;
	font-size:18px;
	margin-bottom:15px;
}
.testimonyNote{
	width:100%;
	min-height:10px;
	overflow:auto;
	text-align:center;
	color:#FFF;
	font-family:montserrat-light;
	font-size:12px;	
	letter-spacing: 1px;
}
.testimonySeperator{
	border: none;
	width: 200px;
	position: relative;
	padding: 10px 0;
	margin: 10px auto;
}
.testimonySeperator::before {
    content: '';
    width: 100%;
    height: 1px;
    display: block;
    background: #FFF;	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.testimonySeperator::after {
    content: '\f10d';
	color:#FFF;
	font-family: 'FontAwesome';
	display: block;
	font-size: 20px;
	position: absolute;
	background:	#51a8b1;
	width: 50px;
	height: 30px;
	left: 50%;
	top: 50%;
	margin-top: -15px;
	margin-left: -25px;	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.logoCover{
	width:80%;
	display:table;
	margin:0 auto;
}
.clientLogoContainer{
	min-width:500px;
	overflow:auto;
	padding:40px 0;
	list-style: none;
	margin:0 auto;
	display:inline-block;
}
.clientLogoContainer .clientLogoItem{
	width:120px;
	display:inline;
	float:left;
	margin-bottom:15px;
}
.clientLogo{
	width:100px;
	height:100px;
	border-radius:50%;
	background:#FFF;
}
.clientLogo img{
	width:100%;
	height:100%;
	object-fit:contain;
	border-radius:50%;
}
.productPicMega{
	width:53%;
	min-height:500px;
	max-height: 550px;
	overflow:hidden;
	float:left;
	margin-top:30px;
}
.mainProdImg{
	width:80%;
	height:100%;
	float:right;
}
.mainThumbnails{
	width:15%;
	height:100%;
	float:left;
}
.sideThumbs{
	width:100%;
	height:auto;
	margin-bottom:15px;
	border:1px solid rgba(0,0,0,0.11);
}
.sideThumbs img{
	width:100%;
	height:100px;
	object-fit:contain;
}
.mainProdImg img{
	width:100%;
	height:100%;
	object-fit:contain;
}
.productDescMega{
	width:45%;
	min-height:500px;
	overflow:auto;
	float:right;
	margin-top:30px;
}
.prodTitleMega{
	width:100%;
	min-height:20px;
	overflow:auto;
	font-family:montserrat-regular;
	font-size:20px;
	color:#212529;
}
.prodSubTitleMega{
	width:100%;
	min-height:20px;
	overflow:auto;
	font-family:montserrat-bold;
	font-size:14px;
	color:#51a8b1;
	margin-bottom:10px;
}
.ownerDesc{
	width:100%;
	line-height:30px;
	font-family:montserrat-regular;
	font-size:14px;
	font-weight:600px;
	color:#212529;
}
.ownerDesc span{
	display:inline-block;
	font-family:montserrat-bold;
	font-size:14px;
	font-weight:600px;
	color:#51a8b1;
}
.ownerDesc span a{
	text-decoration: none;
	font-family:montserrat-bold;
	font-size:14px;
	font-weight:600px;
	color:#51a8b1;
}
.ownerDesc span a:hover{
	text-decoration: underline;
}
.priceMega{
	width:50%;
	line-height:35px;
	overflow:auto;
	font-family:montserrat-regular;
	font-weight:700;
	font-size:20px;
	color:#212529;
	float:left;
}
.butMega{
	width:49%;
	line-height:40px;
	float:left;
	border-radius:0;
	text-align:center;
	border:1px solid #5FC2CC;
}
.butMega a{
	text-decoration:none;
	display:block;
	width:100%;
	height:100%;
	color:#FFF;
	border-radius:0;
	font-family:montserrat-regular;
	background:#5FC2CC;
	position:relative;
}
.butMega a:hover{
	background:#51a8b1;
}
.butMega:nth-child(2){
	width:49%;
	line-height:40px;
	float:right;
	border-radius:0;
	background:#fff;
	text-align:center;
	border:1px solid #999;
}
.butMega:nth-child(2) a{
	text-decoration:none;
	display:block;
	width:100%;
	height:100%;
	color:#212529;
	background:#FFF;
	border-radius:0;
	font-family:montserrat-regular;
}
.butMega:nth-child(2):hover{
	border:1px solid #51a8b1;
}
.butMega:nth-child(2):hover a{
	color:#51a8b1;
}
.availColors{
	width: 100%;
	min-height: 30px;
	overflow:auto;
	padding: 10px 0;
	margin: 0 auto 10px auto;
	list-style: none;
}
.availSizes{
	width: 100%;
	min-height: 30px;
	overflow:auto;
	padding: 10px 0;
	margin: 0 auto 10px auto;
	list-style: none;
}
.sideBoxes{
	width: 100%;
	min-height: 30px;
	overflow:auto;
	padding: 0 0;
	margin: 0 auto 15px auto;
	background:#FFF;
}
.availColors .colorItems{
	width:30px;
	height:30px;
	float:left;
	margin-left:5px;
	border:2px solid #FFF;
	-webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.2);
	border-radius:50%;
	cursor:pointer;
	text-align:center;
	display:flex;
	align-content: center;
	align-items: center;
	color:#FFF;
}
.checkedColor::after{
	content:"\f00c";
	font-family:FontAwesome;
	margin:auto;
}
.unselectedSize{	
	border:1px solid #212529;
}
.availsizes.selectedSize{
	border:0;
}
.selectedSize{
	border:1px solid #51a8b1;
}
.selectedThumb{
	border:1px solid rgba(81,168,177,0.55);
}
.availSizes .sizeItems{
	width:35px;
	line-height:35px;
	float:left;
	margin-right:10px;
	color:#212529;
	font-family:montserrat-light;
	text-align:center;
	border-radius:2px;
}
.availSizes .sizeItems:hover{
	opacity:0.5;
	cursor:pointer;
}
/** Quantity custom field**/
.quantity {
	position: relative;
}
.pane{
    width:100%;
    min-height:100px;
    overflow:auto;
    background:#F2F2F2;
    padding-top:50px;
    padding-bottom:40px;
}
.pane-inner{
    width:80%;
    min-height:100px;
    overflow:auto;
    margin:auto;
    font-family:montserrat-regular;
	font-size:48px;
	color:#000;
	text-align:left;
	text-rendering: optimizeLegibility;
}
.mc-field-group{
	width:500px;
	min-height:60px;
	overflow:auto;
	margin-top:30px;
	color:#e0e0e0;
	font-size:20px;
	position:relative;
}
.mc-field-group .email{
	width:100%;
	height:50px;
	position:absolute;
	left:0;
	bottom:0;
	background:transparent;
	border:0;
	border-bottom:1px solid #ccc;
	padding:0;
	font-size:50px;
}
.mc-field-group label{
	transition:.6s;
	display:inline-block;
	background:transparent;
	position:absolute;
	left:0;
	bottom:0;
	font-size:30px;
	color:#C0BFBF;
}
.mce_inline_error{
	color:#000;
	font-size:16px;
}
.mc-field-group i{
	transition:.6s;
	display:inline-block;
	color:#333;
	position:absolute;
	right:0;
	bottom:25px;
	cursor:pointer;
}
.mc-field-group .email:focus{
	transition:.6s;
	border-bottom:1px solid #333;
}
.mc-field-group .email:focus label{
	transition:.6s;
	display:inline-block;
	background:#FFF;
	position:absolute;
	left:0;
	top:0;
	font-size:14px;
}
#mc-embedded-subscribe{
	position:absolute;
	top:0;
	right:0;
	float:right;
	background:transparent;
	color:transparent;
	z-index:10;
	border:0;
}
.paneHeader{
	width:100%;
	min-height:20px;
	overflow:auto;
	margin-bottom:20px;
	text-align:left;
	color:#212529;
	font-family:montserrat-bold;
	font-size:20px;
}
.productDetail{
	width:48%;
	min-height:100px;
	overflow:auto;
	float:left;
}
.productDetail .pDetails{
	width:100%;
	min-height:30px;
	overflow:auto;
	font-family:montserrat-regular;
	font-size:14px;
	color:#212529;
	margin-top:20px;
	letter-spacing: 1px;
}
.sizeDesc .sDetails{
	width:100%;
	min-height:30px;
	overflow:auto;
	font-family:montserrat-regular;
	font-size:11px;
	color:#212529;
	margin-top:20px;
	letter-spacing: 1px;
}
.sizeDesc{
	width:48%;
	min-height:100px;
	overflow:auto;
	float:right;
}
.leftContent{
	width:70%;
	min-height:300px;
	overflow:auto;
	float:left;
	margin-top:30px;
}
.rightContent{
	width:28%;
	min-height:100px;
	overflow:auto;
	float:right;
	margin-top:30px;
	background:#F7F7F7;
	padding:5px;
}
.page-title{
	width:100%;
	min-height:10px;
	overflow:auto;
	font-family:montserrat-regular;
	font-size:28px;
	letter-spacing:1px;
	color:#212529;	
	margin-bottom:15px;
}
.cartProdItem{
	width:100%;
	min-height:100px;
	overflow:auto;
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom:1px solid rgba(0, 0, 0, 0.07);
}
.leftContent .tblHeader{
	width:100%;
	color:#212529;
	margin-bottom:15px;
	text-align:left;
	font-family:montserrat-bold;
	font-size:14px;
}
.leftContent .tblHeader tr th:first-child{
	width:30%;
}
.leftContent .tblHeader tr th:nth-child(2){
	width:40%;
}
.leftContent .tblHeader tr th:nth-child(3){
	width:10%;
	text-align:left;
}
.leftContent .tblHeader tr th:nth-child(4){
	width:20%;
	text-align:left;
}
.cartProdList{
	width:100%;
	padding:0;
	margin:0;
	list-style:none;
}
.cartProdItem table{
	width:100%;
}
.cartProdItem table .cartOptions:first-child{
	width:30%;
	font-family:montserrat-regular;
	font-size:12px;
}
.cartProdItem table .cartOptions:nth-child(2) .cartProdTitle{
	width:100%;
	min-height:5px;
	overflow:auto;
	font-family:montserrat-bold;
	font-size:12px;
}
.cartProdItem table .cartOptions:nth-child(2) p{
	line-height:10px;
	font-size:13px;
	color:#333;
}
.cartProdItem table .cartOptions:first-child .cartProdImg{
	width:100%;
	font-family:montserrat-regular;
	font-size:12px;
}
.cartProdItem table .cartOptions:first-child .cartProdImg img{
	width:120px;
	font-family:montserrat-regular;
	font-size:12px;
	float:left;
}
.cartProdItem table .cartOptions:nth-child(2){
	width:40%;
	font-family:montserrat-regular;
	font-size:13px;
}

.cartProdItem table .cartOptions:nth-child(3){
	width:10%;
	font-family:montserrat-regular;
	font-size:12px;
}
.cartProdItem table .cartOptions:nth-child(3) span{
	display:block;
	width:80%;
	text-align:left;
	letter-spacing: 1px;
}
.cartProdItem table .cartOptions:nth-child(4){
	width:20%;
	font-family:montserrat-regular;
	font-size:12px;
}
.cartProdItem table .cartOptions:nth-child(4) a{
	display:inline-block;
	width:20px;
	height:20px;
	float:left;
	text-decoration:none;
	text-align:center;
	margin-right:15px;
}
.cartProdItem table .cartOptions:nth-child(4) i{
	font-size:20px;
	color:#FF0000;
	cursor:pointer;
}
.tdHeader{
	width:100%;
	line-height:20px;
	font-family:montserrat-bold;
	font-weight:bolder;
	text-align:left;
	font-size:12px;
	color:#212529;
	letter-spacing:1px;
	display:none;
}
.cartProdSpec{
	width:100%;
	line-height:20px;
	font-size:14px;
}
.cartProdSpec b{
	font-size:12px;	
}
.cartProdSpec span{
	display:inline-block;
	font-size:12px;
	margin-left:10px;
}
.couponField table tr td:first-child{
    width:70%;
    text-align:left;
}
.couponField table tr td:last-child{
    width:30%;
    text-align:right;
}
.couponForm{
	width:100%;
	min-height:10px;
	overflow:auto;
	margin-top:20px;
}
.textf-coupon{
	width:95%;
	height:30px;
	border:1px solid #999;
	border-radius:2px;
	color:#212529;
	padding:2%;
}
.summaryHeading{
	width:100%;
	line-height:40px;
	font-size:20px;
	font-family:montserrat-regular;
	color:#212529;
	letter-spacing:1px;
}

/*.cartProdItem .cartProdImg{
	width:120px;
	height:120px;
	float:left;
	overflow:hidden;
}
.cartProdItem .cartProdImg img{
	width:100%;
	height:auto;
	object-fit:cover;
}
.cartProdItem .cartProdSpec{
	width:200px;
	height:120px;
	
	
}*/
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button
{
	-webkit-appearance: none;
	margin: 0;
}

input[type=number]
{
	-moz-appearance: textfield;
}

.quantity input {
	width: 65px;
	height: 42px;
	line-height: 1.65;
	float: left;
	display: block;
	padding: 0;
	margin: 0;
	padding-left: 20px;
	border: 1px solid #212529;
}

.quantity input:focus {
	outline: 0;
}

.quantity-nav {
	float: left;
	position: relative;
	height: 42px;
}

.quantity-button {
	position: relative;
	cursor: pointer;
	border-left: 1px solid #212529;
	width: 20px;
	text-align: center;
	color: #333;
	font-size: 13px;
	font-family: "Trebuchet MS", Helvetica, sans-serif !important;
	line-height: 1.7;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.quantity-button.quantity-up {
	position: absolute;
	height: 50%;
	top: 0;
	border-bottom: 1px solid #212529;
}

.quantity-button.quantity-down {
	position: absolute;
	bottom: -1px;
	height: 50%;
}
/**End of Quantity custom field **/
.paymentOption{
	width:100%;
	min-height:30px;
	overflow:auto;
	border-bottom:1px solid rgba(0, 0, 0, 0.07);
	padding-bottom:15px;
	padding-top:15px;
}
.paymentOptionInner{
	width:85%;
	min-height:30px;
	overflow:auto;
	margin:auto;
}
.paystackSpc{
	width:250px;
	min-height:10px;
	overflow:auto;
	float:left;
}
.paystackSpc img{
	width:100%;
	height:auto;
}
.stripeSpc{
	width:250px;
	min-height:10px;
	overflow:auto;
	float:left;
}
.stripeSpc img{
	width:100px;
	height:auto;
}
.socialLinks{
	min-width:200px;
	min-height:50px;
	float:right;
	overflow:auto;
}
.socialLinks .socialItem{
	width:30px;
	height:30px;
	float:right;
	margin-left:15px;
	color:#FFF;
	background:#212529;
	margin-top:20px;
	text-align:center;
	border-radius:50%;
	cursor:pointer;
}
.socialItem i{
	color:#FFF;
	font-size:16px;
	margin-top:7px;
}
.chktBut{
	width:100%;
	line-height:30px;
	text-align:center;
	border-radius:2px;
	background:#51a8b1;
	margin-bottom:10px;
	margin-top:10px;
	color:#FFF;
	font-size:14px;
	font-family:montserrat-regular;
	border:0;
	cursor:pointer;
}
.chktBut:hover{
	background:#5FC2CC;
}
.chktBut a{
	display:block;
	width:100%;
	height:100%;
	color:#FFF;
	font-size:14px;
	font-family:montserrat-regular;
	text-decoration:none;
}
.chktBut a:hover{
	background:#5FC2CC;
}
.cntShpBut{
	width:150px;
	line-height:30px;
	text-align:center;
	border-radius:2px;
	margin-top:15px;
	margin-bottom:15px;
	float:left;
}
.cntShpBut a{
	background:#51a8b1;
	display:block;
	width:100%;
	height:100%;
	text-decoration:none;
	color:#FFF;
	font-size:14px;
	font-family:montserrat-regular;
}
.cntShpBut a:hover{
	opacity:.9;
}
.regForm{
	width:100%;
	min-height:300px;
	overflow:auto;
}
.formWrapper{
	padding-top:15px;
	padding-bottom:7px;
}
.miniField{
	width:48.5%;
	height:30px;
	border:1px solid rgba(33,37,41,0.2);
}
.miniField:focus{
	border:1px solid rgba(81,168,177,0.6);
}
.fullTxtAreaField{
	width:98%;
	border:1px solid rgba(33,37,41,0.2);
}
.fullTxtAreaField:focus{
	border:1px solid rgba(81,168,177,0.6);
}
.fullTxtAreaField::placeholder{
	font-family: montserrat-regular;
	color:#333;
	font-size: 14px;
}
.fullField{
	width:98%;
	height:30px;
	border:1px solid rgba(33,37,41,0.2);
}
.fullField:focus{
	border:1px solid rgba(81,168,177,0.6);
}
.summaryTxt{
	width:100%;
	line-height:30px;
	font-family:montserrat-regular;
	font-size:14px;
	color:#212529;
}
.shippingFields{
	display:none;
}
.shippingOpt{
	width:100%;
	padding-top:10px;
	padding-bottom:10px;
	line-height:40px;
	font-family:montserrat-regular;
	color:#212529;
	font-size:13px;
}
.plcOrderBut{
	min-width:100px;
	line-height:30px;
	background:#51a8b1;
	text-align:center;
	color:#FFF;
	font-size:13px;
	border:0;
	margin-top:15px;
	margin-bottom:15px;
	cursor:pointer;
}
.plcOrderBut:hover{
	background:#5FC2CC;
}
.formTitle{
	width:100%;
	min-height:10px;
	overflow:auto;
	margin-bottom:10px;
	font-family:montserrat-bold;
	color:#212529;
	fonr-size:14px;
	letter-spacing:1px;
}
.footerInner{
	width:85%;
	min-height:70px;
	overflow:auto;
	padding-top:40px;
	padding-bottom:40px;
	margin:0 auto;
}
.footer{
	width:100%;
	min-height:70px;
	overflow:auto;
	padding-top:40px;
	padding-bottom:40px;
}
.footerPockets{
	width:25%;
	min-height:100px;
	overflow:auto;
	float:left;
}
.footerPocketTitle{
	width:100%;
	line-height:30px;
	font-family:montserrat-bold;
	font-size:12px;
	color:#212529;
}
.footerLinks{
	width:100%;
	line-height:20px;
}
.footerLinks a{
	text-decoration:none;
	font-family:montserrat-light;
	font-size:11px;
	color:#212529;
}
.copyright{
	width:100%;
	line-height:40px;
	text-align:center;
	color:#212529;
	font-size:12px;
	font-family:montserrat-light;
}
.error-404{
	width:100%;
	min-height:100px;
	overflow:auto;
	text-align:center;
}
.error-404 h1{
	font-family:montserrat-bold;
	font-size:150px;
	line-height:100px;
	margin-bottom:10px;
	margin-top:30px;
}
.error-404 h1 span{
	color:#51a8b1;
}
.error-404 h5{
	font-family:montserrat-bold;
	font-size:20px;
	line-height:30px;
	margin-bottom:10px;
}
.sellerPane{
	width:100%;
	min-height:50px;
	overflow:auto;
	border-bottom:1px solid rgba(0, 0, 0, 0.1);
	padding-bottom:20px;
	margin-bottom:20px;
	padding-top:20px;
}
.sellerProfileContainer{
	width:150px;
	min-height:70px;
	overflow:auto;
	float:left;
}
.sellerImg{
	width:150px;
	height:150px;
	border-radius:50%;
}
.sellerImg img{
	width:100%;
	height:auto;
	object-fit:cover;
	border-radius:50%;
}
.sellerDets{
	width:100%;
	line-height:40px;
	color:#212529;
	font-family:montserrat-bold;
	font-size:11px;
	letter-spacing:1px;
}
.sellerDets i{
	width:15px;
	height:15px;
	font-size:18px;
	text-align:center;
	color:#51a8b1;
	margin-right:5px;
}
.error-border{
	border:1px solid rgba(255,0,0,0.50);
}
.feedbackNotifier{
	width:99%;
	line-height:30px;
	border-radius:2px;
	text-align:center;
	font-size:12px;
	font-family:montserrat-regular;
	color:#FFF;
	display:none;
	margin-top:15px;
}
.shake-little{animation-name:shake-little;animation-duration:1500ms;animation-timing-function:ease-in-out;}
@keyframes shake-little{2%{transform:translate(1px, 0px) rotate(.5deg)}4%{transform:translate(0px, 1px) rotate(.5deg)}6%{transform:translate(1px, 0px) rotate(.5deg)}8%{transform:translate(0px, 0px) rotate(.5deg)}10%{transform:translate(1px, 1px) rotate(.5deg)}12%{transform:translate(0px, 0px) rotate(.5deg)}14%{transform:translate(0px, 0px) rotate(.5deg)}16%{transform:translate(0px, 0px) rotate(.5deg)}18%{transform:translate(0px, 1px) rotate(.5deg)}20%{transform:translate(0px, 0px) rotate(.5deg)}22%{transform:translate(0px, 0px) rotate(.5deg)}24%{transform:translate(1px, 0px) rotate(.5deg)}26%{transform:translate(1px, 1px) rotate(.5deg)}28%{transform:translate(0px, 1px) rotate(.5deg)}30%{transform:translate(1px, 1px) rotate(.5deg)}32%{transform:translate(1px, 1px) rotate(.5deg)}34%{transform:translate(1px, 1px) rotate(.5deg)}36%{transform:translate(1px, 1px) rotate(.5deg)}38%{transform:translate(0px, 0px) rotate(.5deg)}40%{transform:translate(0px, 1px) rotate(.5deg)}42%{transform:translate(1px, 1px) rotate(.5deg)}44%{transform:translate(0px, 0px) rotate(.5deg)}46%{transform:translate(1px, 1px) rotate(.5deg)}48%{transform:translate(1px, 0px) rotate(.5deg)}50%{transform:translate(1px, 0px) rotate(.5deg)}52%{transform:translate(0px, 0px) rotate(.5deg)}54%{transform:translate(0px, 0px) rotate(.5deg)}56%{transform:translate(1px, 1px) rotate(.5deg)}58%{transform:translate(1px, 0px) rotate(.5deg)}60%{transform:translate(0px, 1px) rotate(.5deg)}62%{transform:translate(0px, 0px) rotate(.5deg)}64%{transform:translate(0px, 0px) rotate(.5deg)}66%{transform:translate(0px, 1px) rotate(.5deg)}68%{transform:translate(1px, 0px) rotate(.5deg)}70%{transform:translate(1px, 0px) rotate(.5deg)}72%{transform:translate(1px, 0px) rotate(.5deg)}74%{transform:translate(1px, 0px) rotate(.5deg)}76%{transform:translate(0px, 1px) rotate(.5deg)}78%{transform:translate(0px, 0px) rotate(.5deg)}80%{transform:translate(0px, 0px) rotate(.5deg)}82%{transform:translate(0px, 0px) rotate(.5deg)}84%{transform:translate(1px, 0px) rotate(.5deg)}86%{transform:translate(1px, 0px) rotate(.5deg)}88%{transform:translate(0px, 0px) rotate(.5deg)}90%{transform:translate(0px, 1px) rotate(.5deg)}92%{transform:translate(0px, 0px) rotate(.5deg)}94%{transform:translate(1px, 0px) rotate(.5deg)}96%{transform:translate(1px, 1px) rotate(.5deg)}98%{transform:translate(0px, 1px) rotate(.5deg)}0%,100%{transform:translate(0, 0) rotate(0)}}
.add-to-cart-confirmation{
	width:99.8%;
	min-height:5px;
	overflow:20px;
	border-radius:5px;
	border:1px solid #D5D5D5;
	margin:auto;
	margin-top:15px;
	color:#FFF;
	font-family:montserrat-light;
	font-size:18px;
	padding-top:10px;
	padding-bottom:10px;
	display:none;
}
.add-to-cart-confirmation i{
	float:left;
	margin-left:20px;
	margin-right:20px;
	width:20px;
	height:20px;
}
#add-to-cart-confirmation-success{
	background:#98FB98;
}
#add-to-cart-confirmation-error{
	background:#FC5A5A;
}
.feedback-spc{
	width:99.8%;
	min-height:5px;
	overflow:20px;
	border-radius:5px;
	border:1px solid #D5D5D5;
	margin:auto;
	margin-top:10px;
	margin-bottom:10px;
	font-family:montserrat-light;
	font-size:14px;
	padding-top:10px;
	padding-bottom:10px;
	display:none;
	letter-spacing:1px;
}
.feedback-spc i{
	float:left;
	margin-left:10px;
	margin-right:10px;
	width:10px;
	height:10px;
	margin-top:2px;
}
#feedback-success{
	background:#98FB98;
	color:#333;
}
#feedback-error{
	background:#FC5A5A;
	color:#FFF;
}
.chkoutBut{
	display:inline-block;
	width:170px;
	line-height:30px;
	float:right;
	margin-right:10px;
	text-align:center;
	border-radius:4px;
}
.chkoutBut a{
	display:block;
	width:100%;
	height:100%;
	text-decoration:none;
	color:#FFF;
	background:#51a8b1;
	font-family:montserrat-regular;
	font-size:12px;
	border-radius:4px;
}
.chkoutBut a:hover{
	background:#58C8D4;
}
/* Pagination */
.lumise_pagination {
    float: left;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
	font-family:montserrat-regular;
}

.lumise_pagination ul {
    float: right;
    background: #fff;
    list-style: none;
    margin: 0;
    padding: 0;
}

.lumise_pagination ul li {
    float: left;
    margin-bottom: 5px;
}

.lumise_pagination ul li a, .lumise_pagination ul li span {
    display: block;
    width: 35px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border: 1px solid #e4e9f0;
    margin-left: -1px;
    color: #74708d;
}

.lumise_pagination ul li a:hover {
    background: #f6f6f6;
}

.lumise_pagination ul li span {
    background: #4DB6AC;

    color: #fff;
    border-color: #4DB6AC;
}

.lumise_pagination ul li span.none {
    cursor: not-allowed;
    background: #fff;
    border-color: #e4e9f0;
    color: #74708d;
}

.lumise_pagination ul li:last-child > span, .lumise_pagination ul li:last-child > a {
    border-right: 1px solid #e4e9f0;
    border-radius: 0 2px 2px 0;
}

.lumise_pagination ul li:first-child > span, .lumise_pagination ul li:first-child > a {
    border-radius: 2px 0 0 2px;
}

.lumise_pagination p {
    margin: 0;
    float: left;
}
input::-webkit-input-placeholder {
  color: #333;
  font-weight: 300;
}
input::-moz-placeholder {
  color: #333;
  font-weight: 300;
}
input:-ms-input-placeholder {
  color: #333;
  font-weight: 300;
}
input:-moz-placeholder {
  color: #333;
  font-weight: 300;
}
#billing,
#confirm{
	float: left;
	width: 100%;
	padding: 70px 0;
}
#billing h3,
#confirm h3{
	float: left;
	width: 100%;
	margin-bottom: 20px;
	font-size: 2.25em;
}
#billing form{
	float: left;
	width: 100%;
}
.control-group{
	float: left;
	width: 100%;
	margin-bottom: 18px;
	padding:5px;
}
.control-group label{
	float: left;
	width: 100%;
	padding: 0 0 3px;
	color: #505050;
	text-align: left;
}
.control-group .controls{
	float: left;
	width: 100%;
}

.control-group .controls select{
	float: left;
	width: 99%;
	height: 40px;
	line-height: 36px;
	border: 1px solid #ddd;
	padding: 5px 0;
	border-radius: 2px;
}
.control-group .controls input{
	float: left;
	width: 100%;
	height: 30px;
	border: 1px solid #ddd;
	padding: 5px;
	border-radius: 2px;
}
.control-group .controls span{
	float: left;
    width: 100%;
    font-size: 13px;
    font-style: italic;
    line-height: 14px;
    margin: 8px 0 0;
}
.order_overview{
	width:50%;
	float:right;
	font-family: montserrat-regular;
	font-size: 14px;
}
.billing{
	width:45%;
	float:left;
	font-family: montserrat-regular;
	font-size: 14px;
}
/**checkout page*/
.control-group{
    margin-bottom: 10px;
}
.billing{
	padding-right: 30px;
}
.billing h3,
.order_overview h3{
	margin-bottom: 15px;
}
.order_overview{
    padding-left: 0;
}
.lumise-table{
	float: left;
    background: #fff;
    width: 100%;
    text-align: left;
    border-collapse: inherit;
    border: 1px solid #e0e0e0;
    border-spacing: 0;
}
.lumise-table thead th {
    color: #393749;
    padding: 12px;
    font-weight: bold;
    white-space: nowrap;
    border-left: 1px solid #e0e0e0;
    border-bottom: 0;
    padding: 10px;
    background: #eee;
}
.lumise-table thead th:first-child,
.lumise-table td:first-child{
	border-left: none;
}
.lumise-table tbody td:first-child{
	font-weight: 700;
	color: #505050;
}
.lumise-table td {
    color: #777;
    padding: 8px;
    vertical-align: middle;
    border-left: 1px solid #eaeaea;
    border-top: 1px solid #eaeaea;
    box-sizing: border-box;
}
.lumise-table tfoot td{
	border-left: 0;
	color: #393749;
}
.lumise-table a{
	color: #51a8b1;
	font-weight: 500;
	text-transform: uppercase;
}
.lumise-table a:hover{
	text-decoration: underline;
}
.lumise-table.sty2{

}
.lumise-table.sty2 thead th{
	background: transparent;
	padding: 10px;
}
.lumise-table.sty2 td{
	padding: 10px;
}
.lumise-table .action a{
    text-transform: capitalize;
    margin: 3px 0;
    padding: 0px 10px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 0.5px;
    display: inline-block;
    white-space: nowrap;
}
.lumise-table .action a:hover{
	text-decoration: none;
	opacity: 0.8;
}
.lumise-table .action a.edit{
	background: #8BC34A;
}
.lumise-table .action a.remove{
	background: #f44336;
}
.lumise-table .action a:before{
	font: normal normal normal 14px/1 FontAwesome;
	text-rendering: auto;
	padding-right: 4px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.lumise-table .action a.edit:before{
	content: '\f044';
}
.lumise-table .action a.remove:before{
	content: '\f00d';
}
.control-group{
	margin-bottom: 20px;
}
.control-group.comment{
	margin-top: 20px;
}
.control-group.comment .control-label{
	font-size: 13px;
	font-family: montserrat-regular;
}
.control-group textarea{
	border: 1px solid #ddd;
	height: 100px;
	line-height: 36px;
	padding: 0 10px;
	width: 96%;
}
.control-group .control-label{
	padding: 0 0 4px;
	color: #373737;
	font-size: 13px;
}
.control-group .control-label em{
	color: red;
	padding-left: 3px;
	font-style: normal;
}
.control-group input,
.control-group select{
	border: 1px solid #ddd;
	height: 36px;
	line-height: 36px;
	padding: 0 10px;
	width: 100%;
}
.control-group .controls label.error{
	font-style: italic;
	margin: 0;
	font-size: 13px;
	font-weight: 300;
	color: #ff6363!important;
}
.formWrapper label{
	display:block;
	width:100%;
	line-height:30px;
	font-family:montserrat-regular;
	font-size:14px;
	color:#51a8b1;
}
.lumise-table{
	font-size:12px;
	width:100%;
}
.lumise-table tr td img{
	width:100px;
}
.lumise-table tr:nth-child(even){
	background:#f2f2f2;
}
.file_drag_area{
	width:98%;
	min-height:150px;
	overflow:auto;
	margin:auto;
	border-radius:2px;
	border:2px dashed #ccc;
	line-height:150px;
	font-size:24px;
	text-align:center;
	color:#3A3939;
}
.file_drag_over{
	color:#000;
	border-color:#000;
	background:#f2f2f2;
}
#uploaded_files{
	width:98%;
	margin:auto;
	min-height:2px;
	overflow:hidden;
}
#uploaded_images{
	width:98%;
	margin:auto;
	min-height:50px;
	overflow:auto;
	padding-top:10px;
	padding-bottom:10px;
	text-align:left;
}
.img-thumbnail{
	width:150px;
	height:auto;
	float:left;
	margin-right:10px;
	cursor:pointer;
}
.img-thumbnail:hover{
	border-color:#3ac47d;
}

.featuredImg{
	border-color:#3ac47d;
}

.imgCover{
	display:inline-block;
	min-width:10px;
	min-height:10px;
	overflow:auto;
	position:relative;
}
.featTT{
	display:inline-block;
	position:absolute;
	padding:5px;
	top:0;
	left:0;
	background:#3ac47d;
	color:#FFF;
	font-size:10px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.aboutSlide{
	width:45%;
	height:400px;
	float:left;
	background:transparent;
	font-family:montserrat-regular;
	font-size:14px;
	text-align:center;
	color:#333;
	font-style: italic;
}
.moreProdSlide{
	width:50%;
	height:400px;
	float:right;
	background:#FFF;
	position:relative;
}
.corpBulkImage{
	display: flex;
    flex: 0 0 auto;
    justify-content: center;
    align-items: center;
}
.cbImgCont{
	width:95%;
	height:95%;
	margin:0 auto;
	position:relative;
	cursor:pointer;
}
.cbImgCont .cbImgOverlay{
	width:0;
	height:100%;
	position:absolute;
	background:rgba(51,51,51,0.7);
	transition: .5s ease;
	left:0;
	right:0;
	bottom:0;
	overflow: hidden;
	cursor:pointer;
}
.cbImgCont:hover .cbImgOverlay{
	width:100%;
}
.cbImgCont .cbImgOverlay span{
	color:#51a8b1;
}
.cbImgCont .cbImgOverlay .cbcTitle{
	color:#FFF;
	font-family:montserrat-bold;
	font-size:24px;
	letter-spacing: 1px;
	position:absolute;
	top:20%;
	left:100px;
	-webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
.corporateOrder{
	width:100%;
	height:49%;
	background-image:url(../images/unnamed-3.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow:hidden;
	position:absolute;
	top:0;
}
.bulkOrder{
	width:49.2%;
	height:49%;
	background-image:url(../images/unnamed-2.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow:hidden;
	position:absolute;
	bottom:0;
	left:0;
}
.customDesignOrder{
	width:49.2%;
	height:49%;
	background-image:url(../images/unnamed.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow:hidden;
	float:right;
	position:absolute;
	bottom:0;
	right:0;
}
.cbcBut{
	width:120px;
	line-height:30px;
	border:2px solid #51a8b1;
	background:#FFF;
	text-align:center;
	margin:auto;
	text-decoration: none;
	font-family:montserrat-regular;
	font-size:12px;
	color:#51a8b1;
	cursor:pointer;
}
.cbcBut a{
	display:block;
	width:100%;
	height:100%;
	text-decoration: none;
	font-family:montserrat-regular;
	font-size:12px;
	color:#51a8b1;
	text-transform: uppercase;
}
.cbcBut a:hover{
	transition: .6s;
	background:#51a8b1;
	color:#FFF;
}
.cbcBut:hover{
	transition: .6s;
	background:#51a8b1;
	color:#FFF;
}
.slider-info{
	width:100%;
	height:20px;
	overflow:auto;
	background:#51a8b1;
	text-align:center;
	padding-top:8px;
	padding-bottom:8px;
}
.sliderMsgInfo{
	display:inline-block;
	min-width:100px;
	min-height:10px;
	margin:auto;
	color:#F2F2F2;
}
.sliderMsgInfo i{
	display:block;
	width:25px;
	height:25px;
	float:left;
	margin-right:5px;
	font-size:18px;
}
.sliderMsgInfo span{
	display:block;
	line-height:20px;
	float:left;
	font-family:montserrat-regular;
	font-size:14px;
}
.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.btn {
	transition:.6s;
	text-decoration:none;
	border: 2px solid #51a8b1;
	color: #51a8b1;
	background-color: white;
	padding: 5px 10px;
	border-radius: 2px;
	font-size: 12px;
	font-family:montserrat-regular;
}
.btn:hover{
	background:#51a8b1;
	color:#FFF;
}
/*.btn a{
	text-decoration:none;
	font-size: 16px;
	font-weight: bold;
	font-family:montserrat-regular;
}*/
.upload-btn-wrapper input[type=file] {
  font-family:montserrat-regular;
  font-size: 50px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.alert-danger{
	width:99%;
	min-height: 10px;
	overflow: auto;
	margin: auto;
	background: rgba(240,0,0,1);
	color:#FFF;
	text-align:left;
  	font-family:montserrat-regular;
  	font-size: 14px;
	border-radius:3px;
}
.alert-success{
	width:99%;
	min-height: 10px;
	overflow: auto;
	margin: auto;
	background: rgba(4,213,60,1);
	color:#FFF;
	text-align:left;
  	font-family:montserrat-regular;
  	font-size: 14px;
	border-radius:3px;
}
.alerter i{
	display: inline-block;
	width:20px;
	height: 20px;
	float: left;
	margin: 10px;
}
.alerter .msgT{
	display: inline-block;
	min-width:20px;
	line-height: 35px;
	overflow: auto;
	float: left;
}
.form-result{
	width:100%;
	min-height:2px;
	overflow:auto;
}
.withColor span{
	display:inline-block;
	margin-right:10px;
	padding:10px;
}
.payment-controls{
	width:95%;
	min-height:50px;
	overflow:auto;
	padding:5%;
	background:#f2f2f2;
	border-radius:4px;
}
/*.lumise-payment-item label{
	width:50%;
	float:right;
}
.lumise-payment-item label{
	width:50%;
	float:right;
}*/
.payment-controls ul{
	width:100%;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: auto;
	overflow-x:hidden;
}

.payment-controls ul li{
	color: #AAAAAA;
	display: block;
	position: relative;
	float: left;
	width: 100%;
	height: 80px;
	border-bottom: 1px solid #FFF;
}
.payment-controls ul li:last-child{
	color: #AAAAAA;
	display: block;
	position: relative;
	float: left;
	width: 100%;
	height: 100px;
	border-bottom: 0;
}

.payment-controls ul li input[type=radio]{
	position: absolute;
	visibility: hidden;
}

.payment-controls ul li label{
	display: block;
	position: relative;
	font-weight: 300;
	font-size: 14px;
	padding: 10px;
	margin: 0 auto;
	height: 30px;
	z-index: 9;
	cursor: pointer;
	-webkit-transition: all 0.25s linear;
}

.payment-controls ul li:hover label{
	color: #333;
}

.payment-controls ul li .check{
	display: block;
	position: absolute;
	border: 5px solid #AAAAAA;
	border-radius: 100%;
	height: 25px;
	width: 25px;
	top: 30px;
	left: 20px;
	z-index: 5;
	transition: border .25s linear;
	-webkit-transition: border .25s linear;
}

.payment-controls ul li:hover .check {
	border: 5px solid #51a8b1;
}

.payment-controls ul li .check::before {
	display: block;
	position: absolute;
	content: '';
	border-radius: 100%;
	height: 15px;
	width: 15px;
	top: 0;
	left: 0;
	margin: auto;
	transition: background 0.25s linear;
	-webkit-transition: background 0.25s linear;
}

input[type=radio]:checked ~ .check {
  border: 5px solid #51a8b1;
}

input[type=radio]:checked ~ .check::before{
  background: #51a8b1;
}

input[type=radio]:checked ~ label{
  color: #333;
  font-weight:bold;
}
.cashOnDelivery{
	position:absolute;
	top:0;
	right:0;
	width:70px;
	height:70px;
	background-image:url(../images/cash-on-delivery.png);
	background-position: top left;
	background-repeat: no-repeat;
	background-size: cover;
	overflow:hidden;
}
.paystackImg{
	position:absolute;
	top:0;
	right:0;
	width:240px;
	height:70px;
	background-image:url(../img/paystack-img.png);
	background-position: top left;
	background-repeat: no-repeat;
	background-size: cover;
	overflow:hidden;
}
.prodExcerpt{
	width:100%;
	min-height:100px;
	overflow:auto;
	padding-top:10px;
	font-family:montserrat-regular;
	font-size:14px;
	color:#333;
}
.allColors{
	width:100%;
	min-height:40px;
	overflow:auto;
}
.lumise-order-sumary{
	width:100%;
	min-height:100px;
	overflow:auto;
}
.lumise-order-sumary p{
	font-family:montserrat-regular;
	font-size:14px;
	background:#fff;
	line-height:40px;
}
.lumise-order-sumary p:nth-child(even){
	font-family:montserrat-regular;
	font-size:14px;
	background:#f2f2f2;
	line-height:40px;
}
.ProductPaneInner .result{
	font-family:montserrat-regular;
	font-size:12px;
	line-height:30px;
	background:rgba(255,0,0,0.75);
	color:#FFF;
	text-indent: 10px;
}
.ProductPaneInner h3{
	font-family:montserrat-bold;
}
.ProductPaneInner h4{
	font-family:montserrat-bold;
}
.wrap-table{
    overflow-x:scroll;
	font-family:montserrat-regular;
	
}
.sideLinkPane{
	width:30%;
	min-height:100px;
	float:left;
	padding-top:30px;
}
.sideLinkPane .title{
	display:block;
	width:100%;
	min-height:10px;
	overflow:auto;
	font-family:montserrat-bold;
	color:#333;
	font-size:22px;
	margin-bottom:15px;
	text-indent:5px;
}
.infoPane{
	width:70%;
	min-height:100px;
	float:right;
	background:#FFF;
}
.infoPane p{
	font-family:montserrat-regular;
	font-size:14px;
	color:#333;
	line-height:30px;
}
.sideMenu{
	width:100%;
	min-height:50px;
	overflow:auto;
	padding:0;
	margin:0;
	list-style:none;
}
.sideMenuItem{
	width:100%;
	line-height:40px;
}
.sideMenuItem a{
	display:block;
	width:100%;
	height:100%;
	text-decoration:none;
	font-family:montserrat-regular;
	color:#333;
	font-size:14px;
	text-indent:5px;
}
.sideMenuItem a::before{
	content:'\00BB';
	margin-right:15px;
}
.sideMenuItem a:hover{
	background:#f2f2f2;
	color:#51a8b1;
}
.sideMenu .active{
	background:#51a8b1;
}
.sideMenu .active a{
	color:#FFF;
}
.map{
	width:100%;
	height:450px;
	overflow:hidden;
	margin-bottom:20px;
}
.locationDetails{
	width:50%;
	height:400px;
	display:flex;
	flex: 0 0 auto;
    justify-content: center;
    align-items: center;
}

.locationCont{
	width:100%;
	min-height:100px;
	overflow:auto;
}
.locationCont .title{
	width:100%;
	min-height:10px;
	overflow:auto;
	text-align:left;
	font-family:montserrat-regular;
	font-size:26px;
	color:#333;
}
.stripe {
    border-bottom: 1px solid #0087ab;
    max-width: 100%;
    position: relative;
    margin-bottom: 20px;
    margin-top: 20px;
}
.stripe::before {
    content: "";
    position: absolute;
    top: 100%;
    right: 0;
    border-bottom: 1px solid #e9e9e9;
    width: 85%;
}
.mbri-tablet-vertical::before {
    content: "\e97b";
}
.location-items{
	width:50%;
	overflow:hidden;
	margin-bottom:20px;
	float:right;
}
.location-items span{
	display:inline-block;
}
.location-items .icons{
	width:25px;
	height:25px;
	float:left;
	display:inline-block;
	text-align:center;
	padding-top:4px;
}
.location-items .icons .icon-phone{
	font-size:25px;
}
.location-items .icons .icon-map-pin{
	font-size:25px;
}
.location-items .icons .icon-envelope{
	font-size:20px;
}

.location-items .contactDets{
	width:calc(100% - 25px);
	line-height:30px;
	float:right;
	display:inline-block;
	font-family:montserrat-regular;
	font-size:12px;
	color:#333;
}
.share-container{
    display:inline-block;
    min-width:50px;
    min-height:10px;
    overflow:auto;
    margin:auto;
}
.social-lnks{
	transition:.6s;
	width:35px;
	height:35px;
	float:left;
	margin-right:10px;
	border-radius:3px;
	border:1px solid #d3d3d3;
	text-align:center;
	cursor:pointer;
}
.sizeInfo{
	width:100%;
	min-height:200px;
	overflow:auto;
	margin-top:30px;
}
.sizeInfo .categoryImg{
	width:30%;
	height:160px;
	float:left;
}
.sizeInfo .categoryImg img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.sizeInfo .tableContainer{
	width:68%;
	float:right;
}
.sizeInfo .tableContainer table tr th{
	font-weight:bold;
	font-family:montserrat-bold;
	border-bottom:#CCCCCC;
}
.sizeInfo .tableContainer table tr{
	line-height:35px;
	text-align:center;
}
.sizeInfo .tableContainer table tr:nth-child(even){
	text-align:center;
	background:#f2f2f2;
}
.sizeInfo .tableContainer table tr td{
	text-align:center;
}

.social-lnks:hover{
	transition:.6s;
	background:#51a8b1;
	border:1px solid #51a8b1;
}
.social-lnks:hover i{
	color:#FFF;
}
.social-lnks i{
	font-size:20px;
	margin-top:8px;
	color:#8A8989;
}
.sizeGuideLnk{
	width:100%;
	line-height:20px;
	
}
.sizeGuideLnk a{
	font-family:montserrat-regular;
	font-size:13px;
	color:#51a8b1;
	text-decoration:none;
}
.sizeGuideLnk a:hover{
	color:#8A8989;
	text-decoration:underline;
}
#sizeguide{
	scroll-behavior: smooth;
}
.blogPane{
	width:100%;
	min-height:500px;
	overflow:auto;
}
.blogPaneInner{
	width:85%;
	min-height:500px;
	overflow:auto;
	margin:auto;
	padding-top:30px;
	background:transparent;
	padding-bottom:40px;
}
.articlePane{
	width:70%;
	min-height:500px;
	overflow:auto;
	float:left;
	/*display:flex;
	flex-direction:row;
	justify-content: center;*/
}
.sideArticlePane{
	width:30%;
	min-height:500px;
	overflow:auto;
	float:right;
}
.blogItems{
	width:48%;
	min-height:330px;
	overflow:auto;
	margin-bottom:20px;
	float:left;
	border:1px solid transparent;
	padding-top:10px;
}
.blogItems:hover{
	border:1px solid #F2F2F2;
}
.blogItemContainer{
	width:95%;
	min-height:200px;
	margin:auto;
}
.blogImg{
	width:100%;
	min-height:100px;
	max-height:200px;
	overflow:hidden;
}
.blogImg img{
	width:100%;
	height:auto;
}
.blogTitle{
	width:100%;
	line-height: 25px;
}
.blogTitle a{
	font-family:montserrat-regular;
	font-size:13px;
	text-decoration:none;
	color:#333;
	letter-spacing: 1px;
}
.blogTitle a:hover{
	color:#51a8b1;
}
.blogAttr{
	width:100%;
	min-height:10px;
	overflow:auto;
}
.blogAttr span{
	display:block;
	width:50%;
	line-height:25px;
	float:left;
	overflow:auto;
	font-size:12px;
	color:#51a8b1;
	font-family:montserrat-regular;
	letter-spacing: 1px;
}
.blogAttr span i{
	color:#333;
	font-size:14px;
	margin-right:10px;
}
#password-field{
	display:none;
}
.error-msg{
	width:100%;
	line-height:30px;
	text-indent:10px;
	font-family:montserrat-regular;
	font-size:12px;
	color:#FFF;
	letter-spacing:1px;
	background:rgba(255,0,0,0.60);
	margin-bottom:15px;
}
.full-journey{
   width:70%; 
}
.small-journey{
    width:100%;
    margin-right:auto;
    margin-left:auto;
}
.checkout-journey{
    min-height:10px;
    overflow:auto;
    padding:0;
    margin:0;
    list-style:none;
    margin-top:40px;
    margin-bottom:30px;
}
.journey-item:nth-child(1){
    width:33.3%;
    min-height:20px;
    overflow:auto;
    float:left;
    text-align:left;
}
.journey-item:nth-child(2){
    width:33.3%;
    min-height:20px;
    overflow:auto;
    float:left;
    text-align:center;
}
.journey-item:nth-child(3){
    width:33.3%;
    min-height:20px;
    overflow:auto;
    float:left;
    text-align:right;
}
.journey-item img{
    width:50px;
    height:auto;
}
.active-journey{
    opacity:1;
}
.inactive-journey{
    opacity:0.4;
}
.journey-title{
    width:100%;
    line-height:20px;
    font-size:12px;
    font-family:montserrat-regular;
}
.journey-cont{
    width:60px;
    min-height:70px;
    overflow:auto;
    display:inline-block;
    text-align:center;
}
.table-span{
	width:100%;
	min-height:10px;
	overflow:auto;
	display:block;
	text-align:right;
}

.couponText{
	width:95%;
	height:30px;
	padding:4px;
	font-family:montserrat-regular;
	color:#333;
	border:1px solid #f2f2f2;
}
.couponButton{
	width:100%;
	line-height:40px;
	color:#FFF;
	background:#51A8B1;
	border-radius:2px;
	font-size:12px;
	text-transform:uppercase;
	text-align:center;
	cursor:pointer;
}
.couponButton:hover{
	background:#4097a0;
}
.couponField
.red-border{
    border:1px solid #F00;
}
.action-buts:first-child{
    display:inline-block;
    width:30px;
    line-height:30px;
    margin-right:15px;
    border-radius:50%;
    text-align:center;
    background:#fd0202;
}
.action-buts{
    display:inline-block;
    width:30px;
    line-height:30px;
    margin-right:15px;
    border-radius:50%;
    text-align:center;
    background:#333;
}
.action-buts i{
    color:#FFF;
}
.blog-container{
	width:100%;
	min-height:100px;
	overflow:auto;
	list-style:none;
	padding:0;
	margin:0;
	padding-top:50px;
}
.blog-item{
	width:33.3%;
	min-height:300px;
	overflow:auto;
	float:left;
	padding:20px;
	padding-top:0;
}
.blog-item a{
	text-decoration:none;
}
.blog-image{
	width:100%;
	height:200px;
	overflow:hidden;
	border-radius:5px;
}
.blog-image img{
	width:100%;
	height:auto;
}
.blog-item a .blog-title{
	width:100%;
	font-family:montserrat-bold;
	font-size:18px;
	margin-top:15px;
	color:#000;
}
.blog-date{
	width:100%;
	font-family:montserrat-regular;
	font-size:12px;
	margin-top:15px;
	color:#292929;
}
.article-container{
	width:60%;
	min-height:200px;
	overflow:auto;
	margin:auto;
	padding-top:50px;
}
.article-title{
	width:100%;
	min-height:20px;
	overflow:auto;
	text-align:center;
	font-size:40px;
	color:#000;
	margin-bottom:15px;
	font-family:montserrat-bold;
}
.article-image{
	width:100%;
	min-height:100px;
	overflow:auto;
	border-radius:5px;
}
.article-image img{
	width:100%;
	height:auto;
}
.article-date{
	width:100%;
	min-height:10px;
	overflow:auto;
	margin-bottom:15px;
	font-size:14px;
	font-family:montserrat-regular;
	color:#292929;
	text-align:center;
}
.article-content{
	width:100%;
	margin-top:30px;
	overflow:auto;
	color:#333;
	line-height:30px;
	font-family:montserrat-regular;
}
.slider-mobile{
    display:none;
}
.male-box{
    width:48%;
    height:600px;
    float:left;
    background-image:url(../images/ojuju-banners/male.jpg);
    background-position: top left;
	background-repeat: no-repeat;
	background-size: contain;
    position:relative;
}
.female-box{
    width:48%;
    height:600px;
    float:right;
    background-image:url(../images/ojuju-banners/female.jpg);
    background-position: top left;
	background-repeat: no-repeat;
	background-size: contain;
    position:relative; 
}
.gender-overlay{
    width:100%;
    height:100%;
    background:rgba(0, 0, 0, 0.4);
    position:absolute;
    top:0;
    left:0;
}
.over-text{
    width:60%;
    min-height:20px;
    overflow:auto;
    position:absolute;
    right:30px;
    bottom:100px;
    border:2px solid #f9cb04;
    padding:10px;
    background:transparent;
}
.over-text-block{
    width:100%;
    line-height:40px;
    color:#333;
    background:#f9cb04;
    margin-bottom:10px;
    font-family:montserrat-bold;
    text-transform:uppercase;
    font-size:20px;
    padding:5px;
    font-weight:700;
}
.over-text-block:last-child{
    margin-bottom:0;
    font-family:montserrat-regular;
    text-transform:uppercase;
    font-weight:500;
    font-size:14px;
}
.over-text-button{
    width:150px;
    line-height:40px;
    color:#333;
    border:2px solid #f9cb04;
    margin-bottom:10px;
    text-align:center;
    right:30px;
    bottom:30px;
    position:absolute;
}
.over-text-button a{
    transition:.6s;
    text-decoration:none;
    color:#000;
    display:block;
    width:100%;
    height:100%;
    background:#f9cb04;
    font-family:montserrat-bold;
    font-size:14px;
}
.over-text-button a:hover{
    transition:.6s;
    background:transparent;
    color:#f9cb04;
}
@media(max-width:900px){
.page-title{
	width:100%;
	min-height:10px;
	overflow:auto;
	font-family:montserrat-regular;
	font-size:20px;
	letter-spacing:1px;
	color:#212529;	
	margin-bottom:10px;
	text-align:center;
}
.menu-home{	
	display: none;
}
.menu-item .sub-menu{
	z-index:0;
	position:relative;
	width:100%;
	background:#FFF;
	padding:0;
	list-style:none;
	display:block;
	margin-top:0;
	left:0;
}
.menu .menu-item .sub-menu .menu-item {
    display:block;
	width:100%;
	float:none;
	line-height:30px;
}
.menu .menu-item .sub-menu .menu-item a{
	display:block;
	width:100%;
	height:100%;
	text-indent:10px;
	font-size:12px;
	color:#51A8B1;
	text-align:left;
	border-bottom:0;
}
.menu .menu-item .sub-menu .menu-item:hover a {
	background:transparent;
	color:#333;
}
.topHeader{
	width:100%;
	min-height:10px;
	overflow:auto;
	font-family:montserrat-light;
	font-size:10px;
	color:#212529;/*#00b2a5;*/
	position:relative;
	background:#51a8b1;
	overlay-x:hidden;
}

.topHeaderInner{
	width:95%;
	min-height: 10px;
	overflow:auto;
	margin:auto;
	position:relative;
	display:none;
}
.mobileControl{
	width:95%;
	height:20px;
	color:#FFF;
	text-align:right;
	margin-top:8px;
	display:block
}
.mobileControl i{
	display:inline-block;
}

.topHeaderInner{
	width:95%;
	min-height: 10px;
	overflow:auto;
	margin:auto;
	position:relative;
}
.learnMoreBar{
	min-width:200px;
	line-height:30px;
	overflow:auto;
	background:#212529;
	color:#FFF;
	font-family:montserrat-regular;
	font-weight:700;
	padding-left:15px;
	padding-right:15px;
	position:absolute;
	left:300px;
	z-index:5;
	display:none;
}
.learnMoreBar a{
	display:inline-block;
	height:100%;
	width:100%;
	text-decoration:none;
	color:#FFF;
	font-family:montserrat-regular;
	font-weight:700;
}
.learnMoreBar a span:first-child{
	display:inline-block;
	float:left;
	line-height:30px;
	font-size:24px;
	margin-right:10px;
}
.learnMoreBar a span:nth-child(2){
	display:inline-block;
	float:left;
	line-height:30px;
	font-size:13px;
}
.topHeaderInner .headerHalves{
	width:100%;
	min-height:10px;
	overflow:auto;
	padding:3px 0;
}

.topHeaderInner .left{
	float:none;
	display:none;
}
.topHeaderInner .right{
	float:none;
}
.topHeaderInner .right span{
	display:block;
	line-height:30px;
	font-family:montserrat-regular;
	font-size:12px;
	min-width:100%;
	float:none;
	padding:0 0 0 0;
	text-align: left;
}
.headerMiddleInner{
	width:95%;
	min-height:40px;
	overflow:auto;
	margin:auto;
}
.logo{
	float:left;
	width:100px;
	min-height:20px;
	overflow:auto;
}
.screenPartition{
	width:100%;
	min-height:40px;
	overflow: auto;
}
.search {
	width: 100%;
	position: relative;
	display: flex;
	margin-top:0;
}
.searchBox{
	width:100%;
	line-height:50px;
	float:none;
	position:relative;
}
.cartBox .topIcon .hoverCart{
	position:absolute;
	top:110px;
	right:10px;
	width:350px;
	height:290px;
	background:#FFF;
	z-index:999;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	display:none;
}
.emptyCartListTxt{
	width:100%;
	line-height:30px;
	color:#1E1E1E;
	font-family:montserrat-regular;
	font-size:20px;
	text-align:center;
}
.hoverCart .hoverTitle{
	width:100%;
	line-height:30px;
	font-family:montserrat-regular;
	font-size:14px;
	color:#212529;
	letter-spacing:1px;
	margin:auto;
	text-align:left;
	text-indent: 10px;
	-webkit-box-shadow: 0px 7px 9px -10px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 7px 9px -10px rgba(0,0,0,0.3);
	box-shadow: 0px 7px 9px -10px rgba(0,0,0,0.3);
}
.hoverCart .hoverBody{
	width:95%;
	height:100px;
	overflow-y: scroll;
	margin:auto;
	padding-top:10px;
	padding-bottom:10px;
	scrollbar-color:#51a8b1 #212529;
}
.floatingRow{
	line-height:40px;
}
.hoverCart .hoverBody .hoverItem{
	width:100%;
	min-height:40px;
	overflow:auto;
	border-bottom:1px solid rgba(0, 0, 0, 0.1);
	padding-bottom:6px;
	padding-top:6px;
}
.hoverItem div.prodImg{
	width:25%;
	line-height:0;
	min-height:30px;
	overflow:auto;
	border:2px solid #FFF;
	float:left;
}
.hoverItem div.hoverDet{
	width:72%;
	height:100%;
	float:right;
}
.hoverItem div.hoverDet .hoverProdTitle a{
	text-decoration:none;
	color:#51a8b1;
	font-family:montserrat-regular;
	font-size:13px;
}
.hoverCart .hoverCartButton{
	width:98%;
	line-height:30px;
	text-align:center;
	margin:auto;
	margin-top:10px;
}
.hoverCart .hoverCartButton a{
	transition:.5s;
	text-decoration:none;
	display:block;
	width:100%;
	height:100%;
	background:#51a8b1;
	color:#FFF;
	font-family:montserrat-bold;
	font-size:13px;
}
.hoverCart .hoverContinueButton{
	width:96%;
	line-height:30px;
	text-align:center;
	margin:auto;
	margin-top:10px;
	border:3px solid #51a8b1;
}
.hoverCart .hoverContinueButton a{
	transition:.5s;
	text-decoration:none;
	display:block;
	width:100%;
	height:100%;
	color:#51a8b1;
	font-family:montserrat-bold;
	font-size:13px;
}
.mobile-menu{
	display:block;
	width:95%;
	min-height:10px;
	overflow:auto;
	margin:auto;
}
.hamburger{
	width:20px;
	height:20px;
	float:left;
	text-align:center;
	display:block;
}
.navigation .menu{
	width:95%;
	min-height:10px;
	overflow:auto;
	padding:0;
	margin:0 auto;
	list-style:none;
	display:none;
}
.navigation .menu .menu-item{
	min-width:100%;
	line-height:30px;
	text-align:left;
	float:left;
}
.navigation .menu .menu-item a{
	display:block;
	width:100%;
	height:100%;
	text-decoration:none;
	color:#212529;
	font-family:montserrat-regular;
	font-size:12px;
	font-weight:700;
	text-transform:capitalize;
}
.navigation .menu .menu-item a:hover{
	color:#51a8b1;
}
.bulkSlider{
	width:100%;
	height:200px;
	background:#f2f2f2;
	position:relative;
	background-image:url(../images/bulk-image.png);
	background-position: top left;
	background-repeat: no-repeat;
	background-size: cover;
	overflow:hidden;
}
.slider{
	width:100%;
	min-height:150px;
	background:#FFFFFF;
	position:relative;
	/*background-image:url(../images/dezigntees-bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	background-size: cover;*/
	overflow:auto;
}
.slider_title {
	width:200px;
	height:100%;
    background: #212529;
    display:none;
    /*display: flex;*/
    flex: 0 0 auto;
    justify-content: center;
    align-items: center;
    transform: skewX(15deg);
    position: relative;
	float: right;
	-webkit-box-shadow: -3px 0px 6px -3px rgba(0,0,0,0.3);
	-moz-box-shadow: -3px 0px 6px -3px rgba(0,0,0,0.3);
	box-shadow: -3px 0px 6px -3px rgba(0,0,0,0.3);
}
.slider_title::after {
    content: '';
    position: absolute;
    top: 0;
    right: -399%;
    background: inherit;
    width: 400%;
    height: 100%;
	box-sizing: border-box;
}
.slider_title h1{
	font-family:montserrat-bold;
	color:#FFF;
	display: inline-block;
	transform: skewX(-15deg);
	font-weight:700;
	letter-spacing:1px;
	font-size:14px
}
.customizeHeroBut{
	padding:6px 14px;
	background:#d03751;
	margin-top:15px;
	transform: skewX(-15deg);
	position:absolute;
	bottom:15px;
	left:25px;
}
.customizeHeroBut a{
	color:#FFF;
	font-family:montserrat-regular;
	font-weight:700;
	text-decoration:none;
	font-size:12px;
}
.aboutTitle h3{
	font-family:montserrat-bold;
	font-size:18px;
	color:#212529;
	line-height:18px;
	margin-top:10px;
	margin-bottom:0;
}
.homeProductTitle h3{
	font-family:montserrat-bold;
	font-size:22px;
	color:#212529;
	line-height:26px;
	margin-top:10px;
	margin-bottom:5px;
}
.homeProductTitle h5{
	margin-top:0;
	margin-bottom:10px;
	font-family:montserrat-regular;
	color:#515150;
	font-size:11px;
	text-transform:capitalize;
}
.aboutSlide{
	width:100%;
	height:400px;
	float:none;
	background:#FFF;
	font-family:montserrat-regular;
	font-size:12px;
	text-align:center;
	color:#333;
	font-style: italic;
}
.moreProdSlide{
	width:100%;
	height:400px;
	float:none;
	background:#FFF;
	position:relative;
}
.homeProdContainer .homeProdItems{
	width:50%;
	min-height:200px;
	overflow:auto;
	float:left;
	margin-bottom:30px;
}
.homeProdItems .homeProdItemsContainer{
	width:85%;
	height:270px;
	overflow:hidden;
	position:relative;
	margin:auto;
}
.homeCatTitle{
	width:85%;
	line-height:30px;
	text-align:left;
	margin:auto;
}
.optionContainer{
	width:95%;
	height:700px;
	margin:auto;
	position:relative;
}
.options:first-child{
	width:100%;
	height:200px;
	position:relative;
	left:0;
	top:0;
	margin-top:30px;
}
.options:nth-child(2){
	width:100%;
	height:200px;
	position:relative;
	right:0;
	margin-right:0;
	top:0;
	margin-top:20px;
}
.options:nth-child(3){
	width:100%;
	height:200px;
	position:relative;
	right:0;
	top:0;
	margin-top:20px;
}
.optionImg{
	width:120px;
	height:120px;
	margin:auto;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius:50%;
}
.optionImg img{
	width:100%;
	height:100%;
	object-fit:cover;
	border-radius:50%;
}
.optionName{
	width:100%;
	line-height:40px;
	font-family:montserrat-bold;
	font-size:20px;
	text-align:center;
	color:#212529;
}
.optionDesc{
	width:100%;
	font-family:montserrat-regular;
	font-size:14px;
	text-align:center;
	color:#212529;
}
.homeTestimony{
	width:100%;
	min-height:300px;
	text-align:center;
	transform: skewX(0deg);
	display:flex;	
	align-content: center;
	align-items: center;
	padding:0px;
	position:relative;
	
}
.rightTest{
	margin-right:0;
	right:0;
}
.leftTest{
	margin-left:0;
	left:0;
}
.homeTestimonyContent{
	width:60%;
	height:70%;
	transform: skewX(0deg);
	margin:0 auto;
}
.testimonyName{
	width:100%;
	min-height:10px;
	text-align:center;	
	color:#FFF;
	font-family:montserrat-light;
	font-size:13px;
}
.testimonyTitle{
	width:100%;
	min-height:10px;
	text-align:center;
	color:#FFF;
	font-family:montserrat-bold;
	font-size:18px;
	margin-bottom:15px;
}
.testimonyNote{
	width:100%;
	min-height:10px;
	overflow:auto;
	text-align:center;
	color:#FFF;
	font-family:montserrat-light;
	font-size:12px;	
	letter-spacing: 1px;
}
.testimonySeperator{
	border: none;
	width: 200px;
	position: relative;
	padding: 10px 0;
	margin: 10px auto;
}
.testimonySeperator::before {
    content: '';
    width: 100%;
    height: 1px;
    display: block;
    background: #FFF;	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.testimonySeperator::after {
    content: '\f10d';
	color:#FFF;
	font-family: 'FontAwesome';
	display: block;
	font-size: 20px;
	position: absolute;
	background:	#51a8b1;
	width: 50px;
	height: 30px;
	left: 50%;
	top: 50%;
	margin-top: -15px;
	margin-left: -25px;	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.clientLogoContainer{
	min-width:400px;
	max-width:400px;
	overflow:auto;
	padding:0;
	list-style: none;
	margin:0 auto;
	display:inline-block;
}
.clientLogoContainer .clientLogoItem{
	width:33.3%;
	display:inline-block;
	float:left;
	margin-bottom:15px;
}
.clientLogo{
	width:100px;
	height:100px;
	border-radius:50%;
	background:#FFF;
}
.paymentOptionInner{
	width:85%;
	min-height:30px;
	overflow:auto;
	margin:auto;
	text-align:center;
}
.paystackSpc{
	width:100%;
	min-height:10px;
	overflow:auto;
	float:none;
}
.paystackSpc img{
	width:250px;
	height:auto;
}
.socialLinks{
	min-width:100px;
	min-height:50px;
	float:none;
	overflow:auto;
	margin:auto;
	display:inline-block;
}
.socialLinks .socialItem{
	width:30px;
	height:30px;
	float:right;
	margin-left:15px;
	color:#FFF;
	background:#212529;
	margin-top:20px;
	text-align:center;
	border-radius:50%;
	cursor:pointer;
}
.footerPockets{
	width:50%;
	min-height:150px;
	overflow:auto;
	float:left;
	margin-bottom:15px;
}
.ProductPaneInner{
	width:85%;
	margin:auto;
	position:relative;
}
.sideBarPane{
	width:100%;
	min-height:40px;
	float:none;
	margin-bottom:30px;
}
.sideBarTitle{
	width:100%;
	line-height:40px;
	color:#212529;
	font-family:montserrat-bold;
	position:relative;
}
.mainBarPane{
	width:100%;
	min-height:400px;
	float:none;
}
.productItem{
	width:50%;
	min-height:100px;
	overflow:auto;
	float:left;
	margin-bottom:15px;
	position: relative;
}
.productPicMega{
	width:100%;
	min-height:250px;
	max-height:500px;
	overflow:hidden;
	float:left;
	margin-top:30px;
}
.mainProdImg{
	width:80%;
	height:100%;
	float:right;
}
.mainThumbnails{
	width:15%;
	height:100%;
	float:left;
}
.sideThumbs{
	width:100%;
	height:auto;
	margin-bottom:15px;
}
.sideThumbs img{
	width:100%;
	height:70px;
	object-fit:contain;
}
.mainProdImg img{
	width:100%;
	height:auto;
}
.productDescMega{
	width:100%;
	min-height:300px;
	overflow:auto;
	float:right;
	margin-top:30px;
}
.prodTitleMega{
	width:100%;
	min-height:20px;
	overflow:auto;
	font-family:montserrat-regular;
	font-size:20px;
	color:#212529;
}
.prodSubTitleMega{
	width:100%;
	min-height:20px;
	overflow:auto;
	font-family:montserrat-bold;
	font-size:13px;
	color:#51a8b1;
	margin-bottom:10px;
}
.ownerDesc{
	width:100%;
	line-height:30px;
	font-family:montserrat-regular;
	font-size:12px;
	font-weight:600px;
	color:#212529;
}
.ownerDesc span{
	display:inline-block;
	font-family:montserrat-bold;
	font-size:12px;
	font-weight:600px;
	color:#51a8b1;
}
.ownerDesc span a{
	text-decoration: none;
	font-family:montserrat-bold;
	font-size:14px;
	font-weight:600px;
	color:#51a8b1;
}
.ownerDesc span a:hover{
	text-decoration: underline;
}
.priceMega{
	width:100%;
	min-height:20px;
	overflow:auto;
	font-family:montserrat-regular;
	font-weight:700;
	font-size:18px;
	color:#212529;
}
.butMega{
	width:99.4%;
	line-height:30px;
	float:none;
	border-radius:3px;
	text-align:center;
}
.butMega a{
	text-decoration:none;
	display:block;
	width:100%;
	height:100%;
	color:#FFF;
	border-radius:0;
	font-family:montserrat-regular;
	background:#5FC2CC;
	position:relative;
}
.butMega a:hover{
	background:#51a8b1;
}
.butMega:nth-child(2){
	width:99.4%;
	line-height:30px;
	float:none;
	border-radius:3px;
	background:#fff;
	text-align:center;
	border:1px solid #999;
	margin-top:10px;
}
.butMega:nth-child(2) a{
	text-decoration:none;
	display:block;
	width:100%;
	height:100%;
	color:#212529;
	background:#FFF;
	border-radius:3px;
	font-family:montserrat-regular;
}
.butMega:nth-child(2):hover{
	border:1px solid #51a8b1;
}
.butMega:nth-child(2):hover a{
	color:#51a8b1;
}
.availColors{
	width: 100%;
	min-height: 30px;
	overflow:auto;
	padding: 10px 0;
	margin: 0 auto 5px auto;
	list-style: none;
}
.availSizes{
	width: 100%;
	min-height: 30px;
	overflow:auto;
	padding: 10px 0;
	margin: 0 auto 10px auto;
	list-style: none;
}
.sideBoxes{
	width: 100%;
	min-height: 30px;
	overflow:auto;
	padding: 10px 0;
	margin: 0 auto 10px auto;
	background:#FFF;
}
.availColors .colorItems{
	width:30px;
	height:30px;
	float:left;
	margin-left:5px;
	border:2px solid #FFF;
	-webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.2);
	border-radius:50%;
	cursor:pointer;
	text-align:center;
	display:flex;
	align-content: center;
	align-items: center;
	color:#FFF;
}
.productItem{
	width:50%;
	min-height:100px;
	overflow:auto;
	float:left;
	margin-bottom:15px;
	position: relative;
}
.relatedPaneInner{
	width:95%;
	min-height:50px;
	overflow:auto;
	margin:auto;
	padding-top:50px;
	padding-bottom:50px;
}
.relatedProductList .relatedProductItem{
	width:50%;
	min-height:10px;
	overflow:auto;
	float:left;
	position:relative;
}
.productDetail{
	width:100%;
	min-height:100px;
	overflow:auto;
	float:none;
}
.productDetail .pDetails{
	width:100%;
	min-height:30px;
	overflow:auto;
	font-family:montserrat-regular;
	font-size:14px;
	color:#212529;
	margin-top:20px;
	letter-spacing: 1px;
}
.sizeDesc .sDetails{
	width:100%;
	min-height:30px;
	overflow:auto;
	font-family:montserrat-regular;
	font-size:11px;
	color:#212529;
	margin-top:20px;
	letter-spacing: 1px;
}
.sizeDesc{
	width:100%;
	min-height:100px;
	overflow:auto;
	float:none;
}
.leftContent{
	width:100%;
	min-height:300px;
	overflow:auto;
	float:none;
}
.rightContent{
	width:95%;
	min-height:100px;
	overflow:auto;
	float:none;
	margin-top:30px;
	background:#F7F7F7;
	padding:5px;
}
.cartProdItem table .cartOptions:nth-child(5) a{
	display:inline-block;
	width:20px;
	height:20px;
	float:left;
	text-decoration:none;
	text-align:center;
	margin-right:15px;
	margin-bottom:15px;
}
#billing .control-group .controls input, #billing .control-group .controls select{
	width: 100%;
}
.control-group .controls input,
.control-group .controls select{
	float: left;
	width: 100%;
	height: 38px;
	line-height: 36px;
	border: 1px solid #ddd;
	padding: 0 10px;
	border-radius: 2px;
}
.billing{
	width:100%;
	padding-right: 15px;
	overflow: hidden;
}
.order_overview{
	width:100%;
	overflow: hidden;
	padding-left: 0;
	margin-top: 30px;
}
.order_overview .lumise-table th,
.order_overview .lumise-table td{
	border-left: 0 !important;
	width:50%;
}
.sellerContent{
	width:85%;
	min-height:200px;
	overflow:auto;
	margin:auto;
	margin-top:50px;
	padding:30px;
	border:1px solid rgba(0, 0, 0, 0.06);
	border-radius:4px;
	margin-bottom:50px;
}
.miniField{
	width:98%;
	height:30px;
	border:1px solid rgba(33,37,41,0.2);
	margin-bottom:20px;
}
.miniField:nth-child(2){
	width:98%;
	height:30px;
	border:1px solid rgba(33,37,41,0.2);
	margin-bottom:0;
}
.fullTxtAreaField{
	width:98%;
	border:1px solid rgba(33,37,41,0.2);
}
.corpBulkImage{
	width:98%;
	height:200px;
	float:none;
	margin:auto;
	margin-bottom:20px;
	display: flex;
    flex: 0 0 auto;
    justify-content: center;
    align-items: center;
}
.homeProductPaneInner{
	width:95%;
	margin:auto;
	position:relative;
}
.sideLinkPane{
	width:100%;
	min-height:100px;
	float:none;
	padding-top:30px;
}
.sideLinkPane .title{
	display:block;
	width:100%;
	min-height:10px;
	overflow:auto;
	font-family:montserrat-bold;
	color:#333;
	font-size:18px;
	margin-bottom:10px;
	text-indent:5px;
}
.infoPane{
	width:100%;
	min-height:100px;
	float:none;
	background:#FFF;
}
.infoPane p{
	font-family:montserrat-regular;
	font-size:14px;
	color:#333;
	line-height:30px;
}
.sizeInfo .categoryImg img{
	width:100%;
	height:100%;
	object-fit:contain;
}
.f_productItem{
	width:50%;
	min-height:100px;
	overflow:auto;
	float:left;
	margin-bottom:15px;
	position: relative;
}
.aboutPane{
	width:100%;
	background-image:none;
	background-position: top left;
	background-repeat: no-repeat;
	background-size: contain;
	position:relative;
}
.homeProductPaneInner{
	width:95%;
	margin:auto;
	position:relative;
}
.aboutPaneInner{
	width:95%;
	float:none;
	position:relative;
	margin:auto;
}
.aboutSlide{
	width:100%;
	height:470px;
	float:none;
	background:transparent;
	font-family:montserrat-regular;
	font-size:14px;
	text-align:center;
	color:#333;
	font-style: italic;
	padding-bottom:10px;
}
.blog-item{
	width:50%;
	min-height:300px;
	overflow:auto;
	float:left;
	padding:20px;
	padding-top:0;
}
.blog-image{
	width:100%;
	height:170px;
	overflow:hidden;
	border-radius:5px;
}
.article-container{
	width:80%;
	min-height:200px;
	overflow:auto;
	margin:auto;
	padding-top:30px;
}
.article-title{
	width:100%;
	min-height:20px;
	overflow:auto;
	text-align:center;
	font-size:28px;
	color:#000;
	margin-bottom:15px;
	font-family:montserrat-bold;
}
.article-content{
	width:100%;
	margin-top:20px;
	overflow:auto;
	color:#333;
	line-height:25px;
	font-family:montserrat-regular;
	font-size:14px;
	text-align:center;
}
.slider-mobile{
    display:block;
}
.slider-web{
    display:none;
}
.male-box{
    width:100%;
    height:500px;
    float:left;
    background-image:url(../images/ojuju-banners/male.jpg);
    background-position: top left;
	background-repeat: no-repeat;
	background-size: contain;
    position:relative;
    margin-bottom:30px;
}
.female-box{
    width:100%;
    height:500px;
    float:right;
    background-image:url(../images/ojuju-banners/female.jpg);
    background-position: top left;
	background-repeat: no-repeat;
	background-size: contain;
    position:relative;
    margin-bottom:30px; 
}
}
@media(max-width:650px){
.wreath-right {
    width: 60px;
    height: 83px;
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(../images/decoration-png-christmas-right-small.png);
    background-position: left;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: 9999;
    display: block;
}
.wreath-left {
    width: 60px;
    height: 83px;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/decoration-png-christmas-left-small.png);
    background-position: left;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: 99999;
    display: block;
}
.learnMoreBar{
	min-width:200px;
	line-height:30px;
	overflow:auto;
	background:#212529;
	color:#FFF;
	font-family:montserrat-regular;
	font-weight:700;
	padding-left:15px;
	padding-right:15px;
	position:absolute;
	left:300px;
	z-index:5;
	display:none;
}
.learnMoreBar a{
	display:inline-block;
	height:100%;
	width:100%;
	text-decoration:none;
	color:#FFF;
	font-family:montserrat-regular;
	font-weight:700;
}
.learnMoreBar a span:first-child{
	display:inline-block;
	float:left;
	line-height:30px;
	font-size:24px;
	margin-right:10px;
}
.learnMoreBar a span:nth-child(2){
	display:inline-block;
	float:left;
	line-height:30px;
	font-size:13px;
}
.topHeaderInner .headerHalves{
	width:100%;
	min-height:10px;
	overflow:auto;
	padding:3px 0;
}

.topHeaderInner .left{
	float:none;
	display:none;
}
.topHeaderInner .right{
	float:none;
}
.topHeaderInner .right span{
	display:block;
	line-height:30px;
	font-family:montserrat-regular;
	font-size:12px;
	min-width:100%;
	float:none;
	padding:0 0 0 0;
	text-align: left;
}
.headerMiddleInner{
	width:95%;
	min-height:40px;
	overflow:auto;
	margin:auto;
}
.logo{
	float:left;
	width:100px;
	min-height:20px;
	overflow:auto;
}
.search {
	width: 100%;
	position: relative;
	display: flex;
	margin-top:10px;
}
.searchBox{
	width:100%;
	line-height:40px;
	float:none;
	position:relative;
}
.mobile-menu{
	display:block;
	width:95%;
	min-height:10px;
	overflow:auto;
	margin:auto;
}
.hamburger{
	width:20px;
	height:20px;
	float:left;
	text-align:center;
	display:block;
}
.navigation .menu{
	width:95%;
	min-height:10px;
	overflow:auto;
	padding:0;
	margin:0 auto;
	list-style:none;
	display:none;
}
.navigation .menu .menu-item{
	min-width:100%;
	line-height:30px;
	text-align:left;
	float:left;
}
.navigation .menu .menu-item a{
	display:block;
	width:100%;
	height:100%;
	text-decoration:none;
	color:#212529;
	font-family:montserrat-regular;
	font-size:12px;
	font-weight:700;
	text-transform:capitalize;
}
.navigation .menu .menu-item a:hover{
	color:#51a8b1;
}
.slider{
	width:100%;
	min-height:50px;
	background:#FFFFFF;
	position:relative; 
	/*background-image:url(../images/mobile-dezigntees-bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	background-size: cover;*/
	overflow:auto;
}
.slider_title {
	width:200px;
	height:100%;
    background: #212529;
    display:none;
    /*display: flex;*/
    flex: 0 0 auto;
    justify-content: center;
    align-items: center;
    transform: skewX(15deg);
    position: relative;
	float: right;
	-webkit-box-shadow: -3px 0px 6px -3px rgba(0,0,0,0.3);
	-moz-box-shadow: -3px 0px 6px -3px rgba(0,0,0,0.3);
	box-shadow: -3px 0px 6px -3px rgba(0,0,0,0.3);
}
.slider_title::after {
    content: '';
    position: absolute;
    top: 0;
    right: -399%;
    background: inherit;
    width: 400%;
    height: 100%;
	box-sizing: border-box;
}
.slider_title h1{
	font-family:montserrat-bold;
	color:#FFF;
	display: inline-block;
	transform: skewX(-15deg);
	font-weight:700;
	letter-spacing:1px;
	font-size:14px
}
.customizeHeroBut{
	padding:4px 14px;
	background:#d03751;
	margin-top:15px;
	transform: skewX(-15deg);
	position:absolute;
	bottom:10px;
	left:25px;
}
.customizeHeroBut a{
	color:#FFF;
	font-family:montserrat-regular;
	font-weight:700;
	text-decoration:none;
	font-size:12px;
}
.homeProductTitle h3{
	font-family:montserrat-bold;
	font-size:22px;
	color:#212529;
	line-height:22px;
	margin-top:10px;
	margin-bottom:5px;
}
.aboutTitle h3{
	font-family:montserrat-bold;
	font-size:16px;
	color:#212529;
	line-height:16px;
	margin-top:10px;
	margin-bottom:5px;
}
.homeProductTitle h5{
	margin-top:0;
	margin-bottom:10px;
	font-family:montserrat-regular;
	color:#515150;
	font-size:11px;
	text-transform:capitalize;
}
.homeProdContainer .homeProdItems{
	width:50%;
	min-height:200px;
	overflow:auto;
	float:left;
	margin-bottom:30px;
}
.homeProdItems .homeProdItemsContainer{
	width:95%;
	height:210px;
	overflow:hidden;
	position:relative;
}
.homeCatTitle{
	width:95%;
	line-height:30px;
	text-align:left;
}
.optionContainer{
	width:95%;
	height:700px;
	margin:auto;
	position:relative;
}
.options:first-child{
	width:100%;
	height:200px;
	position:relative;
	left:0;
	top:0;
	margin-top:30px;
}
.options:nth-child(2){
	width:100%;
	height:200px;
	position:relative;
	right:0;
	margin-right:0;
	top:0;
	margin-top:20px;
}
.options:nth-child(3){
	width:100%;
	height:200px;
	position:relative;
	right:0;
	top:0;
	margin-top:20px;
}
.optionImg{
	width:120px;
	height:120px;
	margin:auto;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius:50%;
}
.optionImg img{
	width:100%;
	height:100%;
	object-fit:cover;
	border-radius:50%;
}
.optionName{
	width:100%;
	line-height:40px;
	font-family:montserrat-bold;
	font-size:20px;
	text-align:center;
	color:#212529;
}
.optionDesc{
	width:100%;
	font-family:montserrat-regular;
	font-size:14px;
	text-align:center;
	color:#212529;
}
.homeTestimony{
	width:100%;
	min-height:300px;
	text-align:center;
	transform: skewX(0deg);
	display:flex;	
	align-content: center;
	align-items: center;
	padding:0px;
	position:relative;
	
}
.rightTest{
	margin-right:0;
	right:0;
}
.leftTest{
	margin-left:0;
	left:0;
}
.homeTestimonyContent{
	width:60%;
	height:70%;
	transform: skewX(0deg);
	margin:0 auto;
}
.testimonyName{
	width:100%;
	min-height:10px;
	text-align:center;	
	color:#FFF;
	font-family:montserrat-light;
	font-size:13px;
}
.testimonyTitle{
	width:100%;
	min-height:10px;
	text-align:center;
	color:#FFF;
	font-family:montserrat-bold;
	font-size:18px;
	margin-bottom:15px;
}
.testimonyNote{
	width:100%;
	min-height:10px;
	overflow:auto;
	text-align:center;
	color:#FFF;
	font-family:montserrat-light;
	font-size:12px;	
	letter-spacing: 1px;
}
.testimonySeperator{
	border: none;
	width: 200px;
	position: relative;
	padding: 10px 0;
	margin: 10px auto;
}
.testimonySeperator::before {
    content: '';
    width: 100%;
    height: 1px;
    display: block;
    background: #FFF;	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.testimonySeperator::after {
    content: '\f10d';
	color:#FFF;
	font-family: 'FontAwesome';
	display: block;
	font-size: 20px;
	position: absolute;
	background:	#51a8b1;
	width: 50px;
	height: 30px;
	left: 50%;
	top: 50%;
	margin-top: -15px;
	margin-left: -25px;	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.clientLogoContainer{
	min-width:400px;
	max-width:400px;
	overflow:auto;
	padding:0;
	list-style: none;
	margin:0 auto;
	display:inline-block;
}
.clientLogoContainer .clientLogoItem{
	width:33.3%;
	display:inline-block;
	float:left;
	margin-bottom:15px;
}
.clientLogo{
	width:100px;
	height:100px;
	border-radius:50%;
	background:#FFF;
}
.paymentOptionInner{
	width:85%;
	min-height:30px;
	overflow:auto;
	margin:auto;
	text-align:center;
}
.paystackSpc{
	width:100%;
	min-height:10px;
	overflow:auto;
	float:none;
}
.paystackSpc img{
	width:250px;
	height:auto;
}
.socialLinks{
	min-width:100px;
	min-height:50px;
	float:none;
	overflow:auto;
	margin:auto;
	display:inline-block;
}
.socialLinks .socialItem{
	width:30px;
	height:30px;
	float:right;
	margin-left:15px;
	color:#FFF;
	background:#212529;
	margin-top:20px;
	text-align:center;
	border-radius:50%;
	cursor:pointer;
}
.footerPockets{
	width:50%;
	min-height:150px;
	overflow:auto;
	float:left;
	margin-bottom:15px;
}
.ProductPaneInner{
	width:85%;
	margin:auto;
	position:relative;
	padding-bottom:30px;
}
.sideBarPane{
	width:100%;
	min-height:40px;
	float:none;
	margin-bottom:30px;
}
.sideBarTitle{
	width:100%;
	line-height:40px;
	color:#212529;
	font-family:montserrat-bold;
	position:relative;
}
.mainBarPane{
	width:100%;
	min-height:400px;
	float:none;
}
.productItem{
	width:50%;
	min-height:100px;
	overflow:auto;
	float:left;
	margin-bottom:15px;
	position: relative;
}
.relatedPaneInner{
	width:95%;
	min-height:50px;
	overflow:auto;
	margin:auto;
	padding-top:50px;
	padding-bottom:50px;
}
.relatedProductList .relatedProductItem{
	width:50%;
	min-height:10px;
	overflow:auto;
	float:left;
	position:relative;
}
.payment-controls{
	width:98%;
	min-height:50px;
	overflow:auto;
	padding:2%;
	background:#f2f2f2;
	border-radius:4px;
}
.payment-controls ul li{
	color: #AAAAAA;
	display: block;
	position: relative;
	float: left;
	width: 96%;
	height: 70px;
	border-bottom: 1px solid #FFF;
}
.payment-controls ul li .check{
	display: block;
	position: absolute;
	border: 3px solid #AAAAAA;
	border-radius: 100%;
	height: 15px;
	width: 15px;
	top: 30px;
	left: 20px;
	z-index: 5;
	transition: border .25s linear;
	-webkit-transition: border .25s linear;
}
.payment-controls ul li:hover .check {
	border: 3px solid #51a8b1;
}
.payment-controls ul li .check::before {
	display: block;
	position: absolute;
	content: '';
	border-radius: 100%;
	height: 5px;
	width: 5px;
	top: 5px;
	left: 5px;
	margin: auto;
	transition: background 0.25s linear;
	-webkit-transition: background 0.25s linear;
}
.cashOnDelivery{
	position:absolute;
	top:0;
	right:0;
	width:50px;
	height:50px;
	background-image:url(../images/cash-on-delivery.png);
	background-position: top left;
	background-repeat: no-repeat;
	background-size: cover;
	overflow:hidden;
}
.paystackImg{
	position:absolute;
	top:0;
	right:0;
	width:190px;
	height:50px;
	background-image:url(../img/paystack-img.png);
	background-position: top left;
	background-repeat: no-repeat;
	background-size: cover;
	overflow:hidden;
}
input[type=radio]:checked ~ .check {
  	border: 3px solid #51a8b1;
}
.payment-controls ul li label{
	display: block;
	position: relative;
	font-weight: 300;
	font-size: 13px;
	padding: 10px;
	margin: 0 auto;
	height: 30px;
	z-index: 9;
	cursor: pointer;
	-webkit-transition: all 0.25s linear;
}
.payment-controls ul li:hover label{
	color: #333;
}
#checkout .billing input{
    width: 93%;
}
.control-group{
    margin-bottom: 10px;
}
.billing{
	padding-right: 0;
}
.cbcBut{
	width:120px;
	line-height:30px;
	border:2px solid #51a8b1;
	background:#FFF;
	text-align:center;
	margin:auto;
	text-decoration: none;
	font-family:montserrat-regular;
	font-size:12px;
	color:#51a8b1;
	cursor:pointer;
}
.locationDetails{
	width:100%;
	height:400px;
	display:flex;
	flex: 0 0 auto;
    justify-content: center;
    align-items: center;
}
.locationCont .title{
	width:100%;
	min-height:10px;
	overflow:auto;
	text-align:left;
	font-family:montserrat-regular;
	font-size:22px;
	color:#333;
}
.stripe {
    border-bottom: 1px solid #0087ab;
    max-width: 100%;
    position: relative;
    margin-bottom: 15px;
    margin-top: 15px;
}
.location-items{
	width:100%;
	min-height:10px;
	overflow:auto;
	margin-bottom:8px;
}
.location-items span{
	display:inline-block;
}
.location-items .icons{
	width:25px;
	height:25px;
	float:left;
	display:inline-block;
	text-align:center;
	padding-top:4px;
}
.location-items .icons .icon-phone{
	font-size:25px;
}
.location-items .icons .icon-map-pin{
	font-size:25px;
}
.location-items .icons .icon-envelope{
	font-size:20px;
}

.location-items .contactDets{
	width:90%;
	line-height:30px;
	float:right;
	display:inline-block;
	font-family:montserrat-regular;
	font-size:12px;
	color:#333;
	letter-spacing: 1px;
}
.social-lnks{
	transition:.6s;
	width:30px;
	height:30px;
	float:left;
	margin-right:8px;
	border-radius:3px;
	border:1px solid #d3d3d3;
	text-align:center;
	cursor:pointer;
}
.social-lnks i{
	font-size:20px;
	margin-top:4px;
	color:#8A8989;
}
.sideCatList{
	width:100%;
	padding:0;
	margin:0;
	list-style:none;
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px solid rgba(0, 0, 0, 0.13);
	display:none;
}
.leftContent .tblHeader tr th:first-child{
	width:200px;
	display:inline-box;
}
.leftContent .tblHeader tr th:nth-child(2){
	width:200px;
}
.leftContent .tblHeader tr th:nth-child(3){
	width:200px;
	text-align:left;
}
.leftContent .tblHeader tr th:nth-child(4){
	width:200px;
	text-align:left;
}
.tblHeader tr th:first-child{
	width:200px;
	display:inline-box;
}
.tblHeader tr th:nth-child(2){
	width:200px;
}
.tblHeader tr th:nth-child(3){
	width:200px;
	text-align:left;
}
.tblHeader tr th:nth-child(4){
	width:200px;
	text-align:left;
}
.control-group textarea{
	border: 1px solid #ddd;
	height: 100px;
	line-height: 36px;
	padding: 0 5px;
	width: 95%;
}
.full-journey{
   width:100%; 
}
.journey-item img{
    width:30px;
    height:auto;
}
.active-journey{
    opacity:1;
}
.inactive-journey{
    opacity:0.4;
}
.journey-title{
    width:100%;
    line-height:15px;
    font-size:10px;
    font-family:montserrat-regular;
}
.journey-cont{
    width:50px;
    min-height:50px;
    overflow:auto;
    display:inline-block;
    text-align:center;
}
.couponField table tr td:first-child{
    width:57%; 
}
.couponField table tr td:last-child{
    width:40%;
}
.couponField table tr td .couponButton{
    font-size:12px;
}
.blog-item{
	width:100%;
	min-height:300px;
	overflow:auto;
	float:left;
	padding:20px;
	padding-top:0;
}
.blog-item a .blog-title{
	width:100%;
	font-family:montserrat-bold;
	font-size:16px;
	margin-top:15px;
	color:#000;
}
.article-container{
	width:100%;
	min-height:200px;
	overflow:auto;
	margin:auto;
	padding-top:30px;
}
.article-title{
	width:100%;
	min-height:20px;
	overflow:auto;
	text-align:center;
	font-size:22px;
	color:#000;
	margin-bottom:15px;
	font-family:montserrat-bold;
}
.article-content{
	width:100%;
	margin-top:20px;
	overflow:auto;
	color:#333;
	line-height:25px;
	font-family:montserrat-regular;
	font-size:14px;
	text-align:center;
}
}