.menu li a {
		color: #000;
	}
	
	.menu li a:hover {
		color: #ff0000;
	}
	
	.menu li:hover>a:not(.menu-title),
	.menu .active>a:not(.menu-title) {
		color: #ff0000;
	}
	
	.menu>li .megamenu {
		left: -1.9rem;
		background: #fff;
		width: 1200px;
		color: #fff;
	}
	
	.menu li {
		position: relative;
		line-height: 1.5;
		background: #fff;
	}
	
	.menu li>ul {
		min-width: 22.6rem;
		background: #fff;
	}
	
	.label-star::before,
	.label-star::after {
		color: #01c3bb;
		animation: 4s linear 0s infinite rotateStar;
		content: '\f005';
		display: inline-block;
		margin: .5rem .5rem .5rem 1.5rem;
		vertical-align: middle;
		font-family: 'Font Awesome 5 Free';
		font-size: .467em;
		font-weight: 400;
	}
	
	.text-primary {
		color: #01c3bb !important;
	}
	
	.header-middle {
		/* padding-top: 2.7rem; */
		/* padding-bottom: 2.7rem; */
		background: #fff;
		font-size: 1.3rem;
		font-weight: 600;
		text-transform: uppercase;
		/* padding: 5px 0px; */
		background-color: #fff;
	}
	
	.sticky-header.fixed {
		position: fixed;
		top: 0;
		width: 100%;
		/* padding-top: 1.5rem; */
		/* padding-bottom: 1.4rem; */
		box-shadow: 0 2px 5px #00000000;
		z-index: 1100;
		animation: fixedTop .4s;
		/* padding: 10px 0; */
	}
	.breadcrumb-area {
		background-size: cover;
		padding: 30px 0 20px;
		background: #6d123f;
	}
	.btn-product {
		border: 0;
		flex: 1;
		min-width: -4rem;
		font-size: 1.4rem;
		border-radius: 0.3rem;
		color: #fff;
		cursor: pointer;
		max-width: 20.7rem;
		height: 4.5rem;
	}
	input {
		-webkit-appearance: auto;
		border: 0;
		padding: 0;
		font-family: Poppins, sans-serif;
	}
	input[type="radio"]~label::before {
		display: none;
	}
	input[type="radio"]~label::after {
		display: none;
	}
	input[type="radio"]~label {
		padding-left: 0;
	}
	table td, table th {
		padding: 7px;
		border: solid 1px #000;
		color: #000;
	}
	.form-control {
		margin-bottom: 13px;
	}
	.nav-link {
		text-align: left;
		padding: 1.6rem 1.2rem;
		border: solid 1px #000;
		color: #000;
	}
	.nav-link.active {
		background: #000;
		color: #fff;
	}
	.nav-link:hover {
		background: #000;
		color: #fff !important;
	}
	.tab-pane {
		padding:0;
	}
	
	.overlay {
    	position: fixed;
    	top: 0;
    	bottom: 0;
    	left: 0;
    	right: 0;
    	background: rgba(0, 0, 0, 0.7);
    	transition: opacity 500ms;
    	visibility: hidden;
    	opacity: 0;
    	z-index: 10000;
    }
    .overlay:target {
    	visibility: visible;
    	opacity: 1;
    }
    .popup {
    	margin: 30px auto;
    	padding: 15px;
    	border-radius: 5px;
    	width: 49%;
    	position: absolute;
    	left: 35%;
    	/* transition: all 5s ease-in-out; */
    }
    .popup h2 {
    	margin-top: 0;
    	color: #333;
    	font-family: Tahoma, Arial, sans-serif;
    }
    .popup .close {
        position: absolute;
        top: 10px;
        left: 273px;
        color: #00495d;
        transition: all 200ms;
        font-size: 30px;
        font-weight: bold;
        text-decoration: none;
        background: transparent;
        padding: 0px 5px;
    }
    .search {
    	position: absolute;
    	top: 19px;
    	left: 45%;
    	/* background: #ce00ff; */
    	transition: all 200ms;
    	font-size: 30px;
    	font-weight: bold;
    	text-decoration: none;
    	color: #000;
    	padding: 0px 5px;
    }
    
    .popup .close:hover {
    	color: #ffffff;
    }
    .popup .content {border-top: 0;margin-top: 0;}
    .div1 {
    	width: 50%;
    	padding: 20px;
    	position: relative;
    	height: auto;
    	background:#fff;
    	border-radius: 25px;
    }
    
    
    .content h3 { text-align: center;
        margin: 15px 0 -1px 0;
        text-transform: uppercase;
        color: #00495d;
    }
    @media screen and (max-width: 1024px) {
        .popup .close {
            top: 11px;
            right: 15px;
            left: auto;
        }
        .box {
        	width: 70%;
        }
        .popup {
        	width: 100%;
            left: 0%;
            top: 0%;
        }
        .div1 {
        	width: 100%;
        	padding: 20px;
        	float: left;
        	position: relative;
        }
    }

/* sticky button */	
	
#feedback1 {
    height: 0px;
    width: 85px;
    position: fixed;
    right: 0;
    top: 30%;
    z-index: 1000;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

#feedback1 a {
	display: block;
	background:url(pc.png) no-repeat;
	height: 52px;
	width: 155px;	
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 17px;
	font-weight: bold;
	text-decoration: none;

}
#feedback1 a:hover {
	background:url(pc-over.png) no-repeat;
}

#feedback {
	height: 0px;
	width: 85px;
	position: fixed;
	right: 0;
	top: 50%;
	z-index: 1000;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
#feedback a {
	display: block;
	background:#000;
	height: 52px;
	padding-top: 10px;
	width: 155px;
	text-align: center;
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 17px;
	font-weight: bold;
	text-decoration: none;
}
#feedback a:hover {
	background:#00495d;
}

/* enquiry form */	
		
#quickenquire input[type=text], input[type=email], textarea, select {
	width: 100%;
    padding: 15px;
    margin: 0px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}


#quickenquire label {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0px!important;
	margin: 0px!important;
	color: #000;
}
#quickenquire  input[type=submit] {
    width: 100%;
    background-color: #00495d;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
    padding: 7px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

#quickenquire  input[type=submit]:hover {
    background-color: #000000;
}
    .btn-danger {
		background: #ff324d;
		border-color: #ff324d;
		color: #fff;
	}
	.btn-success {
		background: green;
		border-color: green;
		color: #fff;
	}
	.btn-primary {
		background: #123e81;
		border-color: #123e81;
		color: #fff;
	}
	.btn-dark {
		background: #413e3e;
		border-color: #413e3e;
		color: #fff;
	}
		@media (max-width:768px){
    		#user_menu {
    		display:none;
    		}
    	
    	}
    	.tab-pane p {
            line-height: 20px;
            font-size: 15px;
        }
        .view_btn{
            text-align: center;
                border: 1px solid;
                padding: 7px;
            }
            table td, table th {
                padding: 7px;
                border: solid 1px #000;
                color: #000;
                font-size: 11px;
                font-weight: bold;
            }
            
	#selec {
		overflow-y: auto;
		height: auto;
		overflow-x: hidden;
		padding: 12px 0;
	}
    .overlay {
        padding-top: 0;
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background: rgba(0, 0, 0, 0.7);
		transition: opacity 500ms;
		visibility: hidden;
		opacity: 0;
		z-index: 10000;
	}
	.overlay:target {
		visibility: visible;
		opacity: 1;
	}
	.popup {
		margin: 0px auto;
        padding: 0;
        border-radius: 5px;
        width: 100%;
        position: absolute;
        left: 0;
        display: flex;
        align-items: center;
        justify-content: center;
	}
	.popup h2 {
		margin-top: 0;
		color: #333;
		font-family: Tahoma, Arial, sans-serif;
	}
	.popup .close {
		position: absolute;
		top: 14px;
        left: auto;
        right: 12px;
        background: transparent !important;
        color: #00495d !important;
		transition: all 200ms;
		font-size: 30px;
		font-weight: bold;
		text-decoration: none;
		color: #fff;
		padding: 0px 5px;
	}
	.search {
		position: absolute;
		top: 19px;
		left: 45%;
		/* background: #ce00ff; */
		transition: all 200ms;
		font-size: 30px;
		font-weight: bold;
		text-decoration: none;
		color: #000;
		padding: 0px 5px;
	}

	.popup .close:hover {
		color: #ffffff;
	}
	.popup .content {/*	max-height: 30%;
	*/overflow: auto;}
	.div1 {
		margin-top: 0;
        width: 400px;
        padding: 19px;
        position: relative;
        height: auto;
        background: #fff;
        border-radius: 25px;
	}


	.content h3 {
		margin: 0;
		padding: 0px 0 15px;
		border-bottom: 1px solid #ccc;
		text-transform: capitalize;
		color: #00495d;
		font-size: 24px;
		font-weight: 600;
	}

	@media screen and (max-width: 900px) {
	.popup .close {
		top: 11px;
        right: 15px;
        left: auto;
	}
	.box {
		width: 70%;
	}
	.popup {
		width: 100%;
		left:0%;
	}
	.div1 {
		margin-top: -94px;
		width: 100%;
		padding: 20px;
		float: left;
		height: 473px;
		position: relative;
	}
	.content h3 {
		margin: 0;
		padding: 0px 0 15px;
		border-bottom: 1px solid #ccc;
		text-transform: capitalize;
		color: #00495d;
		font-size: 21px;
		font-weight: 600;
	}
	#selec h3{
		font-size: 20px;
	}
	#selec #seclt h4 {
		font-size: 16px;
		font-weight: 500;
	}
	.quantity {
		/* -moz-appearance: textfield; */
		max-width: 25px;
	}
	.input-group button {
		padding: 0;
		width: 2rem;
		border: 1px solid #ccc;
		font-size: 1.2rem;
		color: #222;
		background-color: transparent;
		cursor: pointer;
		-webkit-appearance: none;
	}
	#selec .form-control {
		display: block;
		width: 100%;
		min-height: 3rem;
		padding: 10px 0;
		border: 1px solid #e3e3e3;
		font-size: 1.4rem;
		line-height: 1.5;
		font-weight: 400;
		color: #666;
		background-color: transparent;
		border-radius: 0;
		box-shadow: none;
		outline: 0;
	}
	#item-del #del p {
		color: #000 !important;
		font-size: 14px;
		font-weight: 500;
		float: left;
	}
	#item-del #edit {
		background-color: #26c;
		color: #fff;
		padding: 10px 30px;
		border-radius: 5px;
		float: right;
		margin-top: -12px;
	}
	}
	@media (max-width: 768px) {
        #selec {
            overflow-y: auto;
            height: auto !important;
            overflow-x: hidden;
            padding: 12px;
        }
    }
	@media screen and (max-width: 1024px) {
	.popup .close {
		top: 11px;
        right: 15px;
        left: auto;
	} 
	.box {
		width: 70%;
	}
	.popup {
		width: 100%;
        height: 100%;
        left: 0%;
        margin: auto 0;
        display: flex;
        align-items: center;
	}
	.div1 {
		margin-top: 0;
        width: 90%;
        padding: 20px;
        float: left;
        height: auto;
        position: relative;
	}
	.content h3 {
		margin: 0;
		padding: 0px 0 15px;
		border-bottom: 1px solid #ccc;
		text-transform: capitalize;
		color: #00495d;
		font-size: 21px;
		font-weight: 600;
	}
	#selec h3{
		font-size: 20px;
	}
	#selec #seclt h4 {
		font-size: 16px;
		font-weight: 500;
	}
	.quantity {
		/* -moz-appearance: textfield; */
		max-width: 25px;
	}
	.input-group button {
		padding: 0;
		width: 2rem;
		border: 1px solid #ccc;
		font-size: 1.2rem;
		color: #222;
		background-color: transparent;
		cursor: pointer;
		-webkit-appearance: none;
	}
	#selec .form-control {
		display: block;
		width: 100%;
		min-height: 3rem;
		padding: 10px 0;
		border: 1px solid #e3e3e3;
		font-size: 1.4rem;
		line-height: 1.5;
		font-weight: 400;
		color: #666;
		background-color: transparent;
		border-radius: 0;
		box-shadow: none;
		outline: 0;
	}
	#item-del #del p {
		color: #000 !important;
		font-size: 14px;
		font-weight: 500;
		float: left;
	}
	#item-del #edit {
		background-color: #26c;
		color: #fff;
		padding: 10px 30px;
		border-radius: 5px;
		float: right;
		margin-top: -12px;
	}
	}

	/* sticky button */	
		
	#feedback1 {
		height: 0px;
		width: 85px;
		position: fixed;
		right: 0;
		top: 30%;
		z-index: 1000;
		transform: rotate(-90deg);
		-webkit-transform: rotate(-90deg);
		-moz-transform: rotate(-90deg);
		-o-transform: rotate(-90deg);
		filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	}

	#feedback1 a {
		display: block;
		background:url(pc.png) no-repeat;
		height: 52px;
		width: 155px;	
		color: #fff;
		font-family: Arial, sans-serif;
		font-size: 17px;
		font-weight: bold;
		text-decoration: none;

	}
	#feedback1 a:hover {
		background:url(pc-over.png) no-repeat;
	}

	#feedback {
		height: 0px;
		width: 85px;
		position: fixed;
		right: 0;
		top: 50%;
		z-index: 1000;
		transform: rotate(-90deg);
		-webkit-transform: rotate(-90deg);
		-moz-transform: rotate(-90deg);
		-o-transform: rotate(-90deg);
		filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	}
	#feedback a {
		display: block;
		background:#000;
		height: 52px;
		padding-top: 10px;
		width: 155px;
		text-align: center;
		color: #fff;
		font-family: Arial, sans-serif;
		font-size: 17px;
		font-weight: bold;
		text-decoration: none;
	}
	#feedback a:hover {
		background:#00495d;
	}

	/* enquiry form */	
			
	#quickenquire input[type=text], input[type=email], textarea, select {
		width: 100%;
        padding: 15px;
        margin: 0px 0;
        display: inline-block;
        border: 1px solid #ccc;
        border-radius: 4px;
        box-sizing: border-box;
	}


	#quickenquire label {
		font-size: 12px;
		font-weight: bold;
		text-transform: uppercase;
		padding: 0px!important;
		margin: 0px!important;
		color: #000;
	}
	#quickenquire  input[type=submit] {
		width: 100%;
		background-color: #00495d;
		color: white;
		text-transform: uppercase;
		font-weight: bold;
		letter-spacing: 2px;
		padding: 7px 20px;
		border: none;
		border-radius: 4px;
		cursor: pointer;
	}

	#quickenquire  input[type=submit]:hover {
		background-color: #000000;
	}
	
	.pac-logo:after {
		content: "";
		padding: 1px 1px 1px 0;
		height: 16px;
		text-align: right;
		display: block;
		background-image: url(https://maps.gstatic.com/mapfiles/api-3/images/powered-by-google-on-white3.png);
		background-position: right;
		background-repeat: no-repeat;
		background-size: 120px 14px;
		display:none;
	}
	
	.pac-container {
		background-color: #fff;
		position: absolute!important;
		z-index: 10000000;
		border-radius: 2px;
		border-top: 1px solid #d9d9d9;
		font-family: Arial, sans-serif;
		box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		overflow: hidden
	}
	.form-group {
		margin-bottom: 15px;
	}
	.form-control {
		border-radius:5px !important;
	}
	h1, h2, h3, h4, h5, h6, p {
		font-weight: 400;
		margin: 0;
	}
	h1, h2, h3, h4, h5, h6 {
		font-family: Poppins, sans-serif;
		font-weight: 600;
		line-height: 1.4;
		color: #00495d;
	}
	#charge {
		position: absolute;
		margin-top: -18px;
		margin-left: -70px;
		border: solid 2px #00495d;
		background: #00495d;
		color: #fff;
		font-size: 11px;
		padding: 0px 20px;
	}
	.qty .count {
		color: #000;
        display: inline-block;
        vertical-align: top;
        font-size: 13px;
        font-weight: 100;
        line-height: 28px;
        padding: 0 0px;
        min-width: 50px;
        text-align: center;
        border: 0;
        margin-left: -5px;
        background: #fff !important;
	}
	.qty .plus {
		cursor: pointer;
        display: inline-block;
        vertical-align: top;
        color: #000;
        width: 30px;
        font-weight: 100;
        border: 0;
        height: 30px;
        font-size: 20px;
        text-align: center;
        background: #fff !important;
        margin-left: -5px;
	}
	.qty .minus {
		cursor: pointer;
        display: inline-block;
        vertical-align: top;
        color: #000;
        width: 30px;
        font-weight: 100;
        border: 0;
        height: 30px;
        font-size: 20px;
        text-align: center;
        background: #fff !important;
	}
	.minus:hover{
		background-color: #db3937 !important;
		color: #fff !important;
	}
	.plus:hover{
		background-color: #db3937 !important;
		color: #fff !important;
	}
	/*Prevent text selection*/
	span{
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
	}
	.qty input{  
		border: 0;
		width: 2%;
	}
	.qty input::-webkit-outer-spin-button,
	.qty input::-webkit-inner-spin-button {
		-webkit-appearance: none;
		margin: 0;
	}
	.qty input:disabled{
		background-color:white;
	}
	.btn {
        display: inline;
	}
	@media (max-width:768px){
	    #selec {
    		overflow-y: auto;
    		height: auto !important;
    		overflow-x: hidden;
    		padding: 12px 0;
    	}
	}
		@media (max-width:900px){
    	   	.amount_txt {
                margin-left: 63px;
            }
    	}
    
    .card {
        position: relative;
        display: flex;
        flex-direction: column;
        min-width: 0;
        word-wrap: break-word;
        background-color: #fff;
        background-clip: border-box;
        border: 1px solid rgba(0, 0, 0, 0.125);
        border-radius: 0.25rem;
    }
    .card-body {
        flex: 1 1 auto;
        padding: 1rem 1rem;
    }
    .card-footer {
        padding: 0.5rem 1rem;
        background-color: rgba(0, 0, 0, 0.03);
        border-top: 1px solid rgba(0, 0, 0, 0.125);
    }
    .product-single .row {
        display: flex;
        flex-wrap: wrap;
        margin-left: 0;
        margin-right: 0;
    }
    .product-single .row>* {
        position: relative;
        width: 100%;
        padding-right: 3px;
        padding-left: 3px;
    }
    
    input[type="radio"]~label::before {
        left: auto;
        border: 0
    }
    input[type="radio"]~label::before, input[type="radio"]~label::after {
        position: inherit;
        transform: none;
    }
    .rating200 {
		direction:ltr;
		position: relative;
	}
	.starRating200:not(old) {
		display: inline-block;
		
	}

	.starRating200:not(old) > input{
		opacity: 0;
		height: auto;
		width: auto;
		margin-left: -20px;
	}

	.starRating200:not(old) > label {
		float: right;
		background: url(../image/1.png);
		background-size: contain;
		margin-right: 2px;
		height: 18px;
	}

	.starRating200:not(old) > label:before{
		content         : '';
		display         : block;
		width           : 18px;
		height          : 18px;
		background      : url(../image/2.png);
		background-size : contain;
		opacity         : 0;
		transition      : opacity 0.2s linear;
	}

	.starRating200:not(old) > label:hover:before,
	.starRating200:not(old) > label:hover ~ label:before,
	.starRating200:not(:hover) > :checked ~ label:before{
		opacity : 1;
	}
	
	.card {
        position: relative;
        display: flex;
        flex-direction: column;
        min-width: 0;
        word-wrap: break-word;
        background-color: #fff;
        background-clip: border-box;
        border: 1px solid rgba(0, 0, 0, 0.125);
        border-radius: 0.25rem;
    }
    .card-body {
        flex: 1 1 auto;
        padding: 1rem 1rem;
    }
    .card-footer {
        padding: 0.5rem 1rem;
        background-color: rgba(0, 0, 0, 0.03);
        border-top: 1px solid rgba(0, 0, 0, 0.125);
    }
    .product-single .row {
        display: flex;
        flex-wrap: wrap;
        margin-left: 0;
        margin-right: 0;
    }
    .product-single .row>* {
        position: relative;
        width: 100%;
        padding-right: 3px;
        padding-left: 3px;
    }