@font-face {
	font-family: 'Callient';
	src: local("?"),
	url("../fonts/Callient.otf") format("opentype"),
	url("../fonts/Callient.ttf") format("truetype");
}

.clear {
	clear: both;	
}
.height-0 {
	height:0px;
}
.height-1 {
	height:1px;
}
.height-5 {
	height:5px;
}
.fleft {
	float: left;
}
.fright {
	float: right;
}
.textRight{
	text-align:right;
}
.textCenter{
	text-align:center;
}
.error {
	color:red;
}
.success {
	color:green;
}

.mt-5 {
	margin-top: 5px;	
}
.mt-10 {
	margin-top: 10px;	
}
.mt-15 {
	margin-top: 15px;	
}
.mt-20 {
	margin-top: 20px;	
}
.mt-30 {
	margin-top: 30px;	
}
.mt-m10 {
	margin-top: -10px;	
}
.mb-x {
	margin-bottom: 0px;	
}
.mb-5 {
	margin-bottom: 5px;	
}
.mb-10 {
	margin-bottom: 10px;	
}
.mb-20 {
	margin-bottom: 20px;	
}
.mb-30 {
	margin-bottom: 30px;	
}
.ml-5 {
	margin-left: 5px;	
}
.ml-10 {
	margin-left: 10px;	
}
.ml-20 {
	margin-left: 20px;	
}
.mr-5 {
	margin-right: 5px;	
}
.mr-10 {
	margin-right: 10px;	
}
.mr-20 {
	margin-right: 20px;	
}

.pt-15{
    padding-top: 20px;
}

.pb-15{
    padding-bottom: 20px;
}

.pl-40{
    padding-left:40px;
}

.submitBtn, .submitBtn:focus{
	background:none;
	color:#434141;
	padding:8px 20px;
	border:none;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	border:1px solid #603913;
}
.submitBtn:hover{
	background:#323232;
	color:#fff;
	text-decoration:none;
}
.submitBtn2, .submitBtn2:focus{
	background:#000;
	color:#ffffff;
	padding:5px 20px;
	border:none;
	text-decoration:none;
}
.submitBtn2:hover{
	background:#323232;
	color:#fff;
	text-decoration:none;
}
.submitBtn3, .submitBtn3:focus{
	background:#00bff3;
	color:#fff;
	font-size:12px;
	padding:10px 24px;
	border:none;
	text-decoration:none;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	
}
.submitBtn3:hover{
	background:#323232;
	color:#fff;
	text-decoration:none;
}
.submitBtn4, .submitBtn4:focus{
	background:#fff;
	color:#000;
	font-size:14px;
	padding:10px 42px;
	border:none;
	text-decoration:none;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	
}
.submitBtn4:hover{
	background:#323232;
	color:#fff;
	text-decoration:none;
}
#noticeDiv{
	padding:5px;
	color:#3f3f3f;
	margin: 0 0 10px 0;
	display:none;
}
#noticeDiv2{
	padding:5px;
	color:#3f3f3f;
	margin: 0 0 10px 0;
	display:none;
}
.notice_success {
	background:#81F79F; 
	border: 1px solid green;
}
.notice_error {
	background:pink; 
	border: 1px solid red;
}
.loadingDiv {
	display:none;	
}
.shadow-bottom {
	-webkit-box-shadow: 0 8px 6px -6px black;
	   -moz-box-shadow: 0 8px 6px -6px black;
	        box-shadow: 0 8px 6px -6px black;
}
.title1{
	color:#515151;
	font-size:20px;
}


/*------------------ login ------------------*/
.myloginDiv{
	padding:15px 0;
	background-color:#ffffff;
	color:#323232;
}
.myloginDiv .fieldDiv{
	width:100px;
	float:left;
}
.myloginDiv .fieldDiv2{
	width:10px;
	float:left;
}
.myloginDiv .fieldDiv3{
	width:200px;
	float:left;
}
.loginDiv {
	float:left;
	width:86%;
	padding:7%;
	background:#000;
	color:#646464;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.loginDiv h3{
	color:#fff;
}
.loginDiv2 {
	float:left;
	width:96%;
	padding:7% 2%;
}
.loginADiv{
	margin:20px 0;
}
@media screen and (max-width: 767px) {
	.loginDiv2{
		padding:0 2% 25px;
	}
	.loginADiv{
		margin:9px 0;
	}
	.submitBtn4, .submitBtn4:focus{
		padding:10px 65px;
	}
	.mobiletitle2{
	    margin-top: 195px;
	}
}

/*------------------ cart ------------------*/
.cartDiv {
	color:#555555;
	font-size:20px;
}
.cTDL{
	float:left;
	margin-top: 10px;
	margin-right: 10px;
}
.cTDR{
	float:left;
}
.cartDiv table{
	width:100%;
	position:relative;
	z-index:999;
}
.cartDiv table th{
	background-color:#999999;
	color:#fff;
	padding-left:10px;
	font-size:14px;
	font-weight:normal;
}
.cartDiv table td{
	font-weight:normal;
	padding:5px;
	border-bottom:1px solid #bcbcbc;
	background-color:#ffffff;
}
.cartDiv table td .supTitle{
	font-size:15px;
	color:#9b546b;
}
.cartDiv table td .subDisc{
	font-size:13px;
}
.cartDiv table td .subDisc span{
	color:#ff0000;
}
.cartDiv img.displayImg {
	width:75px;
}
.cartDiv .voucher {
	color:#000;
	padding:5px 20px;
	background-color:#fff;
	float:right;
	margin-top:10px;
	font-size:14px;
}
.cartDiv .voucher input[type="text"]{
	margin-top:10px;
}
.cartDiv .subtotal {
	color:#000;
	padding:5px 20px;
	float:right;
	margin-top:10px;
}
#sttotal{
	font-size:15px;
	color:#000;
	line-height:25px;
}
.cartDiv .discount {
	color:#000;
	background-color:#ebebeb;
	float:right;
	margin-top:10px;
	width:100%;
	text-align:right;
}
.cartDiv .discountcon{
	padding:5px 20px;
}
.cartDiv .tax {
	color:#000;
	padding:5px 20px;
	float:right;
	margin-top:10px;
	width:100%;
	text-align:right;
}
.cartDiv .ttotal {
	color:#fff;
	background-color:#000;
	float:right;
	margin-top:10px;
	line-height:25px;
	width:100%;
	text-align:right;
}
.cartDiv .ttotalcon{
	padding:5px 20px;
}
#sttotal2{
	font-size:15px;
	color:#787878;
	line-height:25px;
}
.cartDiv .attrDesc {
	font-size:14px;
}
.cartTerms {
	font-size:12px;
	color:#555555;
}
.cartTerms .pTitle {
	color:#555555;
	font-weight:bold;
}
/*------------------ checkout ------------------*/

.orderDiv {
	color:#555555;
}
.orderDiv table{
	width:100%;
	position:relative;
	z-index:999;
}
.orderDiv table th{
	background-color:#999999;
	color:#ffffff;
	padding-left:10px;
	font-size:15px;
	font-weight:normal;
}
.orderDiv table td{
	font-weight:normal;
	padding:5px;
	font-size:15px;
	border-bottom:1px solid #BCBCBC;
	background-color:#ffffff;
}
.whiteBg{
	background-color:#ffffff;
}
.cusDetail {
	color:#555555;
	font-size:15px;
}

/*------------------ header ------------------*/

.topDiv{
	margin-bottom:5px;
	float:right;
}
.top1Div, .top2Div{
	float:right;
	line-height: 30px;
}
#header .topDiv, #header .topDiv a {
	color:#000;
	font-size:14px;
	width:auto;
	text-align:right;
}
#linecut{
	color:#c8c8c8;
}
#logimg{
	margin-top:-3px;
}
.logoDiv{
	float:left;
	width:35%;
}
.hright{
	float:left;
	width:65%;
}
.cartInfoDiv{
	color:#000;
	font-size:14px;
	float:right;
	width: 190px;
}
.cartInfoTDiv{
	float:left;
	width:100%;
	text-align:center;
}
.cartInfoBDiv{
	float:left;
	width:100%;
	text-align:center;
}
.cartInfoTcDiv{
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	border-top:1px solid #ebebeb;
	border-left:1px solid #ebebeb;
	border-right:1px solid #ebebeb;
	padding: 7px 0;
}
.cartInfoTDiv a, .cartInfoTDiv a:hover{
	color:#000;
	font-size:14px;	
}
.cartInfoTDiv img{
	margin-right:5px;
}
.cartInfoBDiv{
	background:#ff9019;
	padding:2px 0;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
}
.cartInfoBDiv a, .cartInfoBDiv a:hover{
	color:#fff;
	font-size:14px;	
}
.cartInfoBDiv img{
	margin-left:5px;
}
.searchDiv{
	float:right;
}

#logo img {
    margin-left: 0px;
}

.myMidText {
    float: left;
    font-family: 'Lato', sans-serif;
    margin-left: 10px;
    margin-top: 15px;
    transition: height .4s ease, margin .4s ease, opacity .2s .2s ease;
}

.myMidText table tr td, .myMidText table tr td a {
    line-height: 15px;
    font-size: 12px! important;
    transition: height .4s ease, margin .4s ease, opacity .2s .2s ease;
}

#header.sticky-header #header-wrap .myMidText table tr td, #header.sticky-header #header-wrap .myMidText table tr td a{
	height: 15px;
    line-height: 1px;
    font-size: 10px! important;
    transition: height .4s ease, margin .4s ease, opacity .2s .2s ease;
}

#header.sticky-header #header-wrap .myMidText{
	margin-top: 5px;
	transition: height .4s ease, margin .4s ease, opacity .2s .2s ease;
}

.topInfoSec2{
	display: none;
}

a.registerbtn {
    background: linear-gradient(90deg, rgba(215,41,46,1) 0%, rgba(199,33,39,1) 51%, rgba(155,20,33,1) 100%);
    color: #fff !important;
    padding: 15px 40px !important;
    border-radius: 15px;
    font-size: 16px;
 /*   font-family: Futura Heavy, sans-serif;*/
    text-shadow: 1px 1px 5px #907d4d;
    letter-spacing: 2px;
    font-weight: bold;
}

a.registerbtn2 {
    background: linear-gradient(90deg, rgba(215,41,46,1) 0%, rgba(199,33,39,1) 51%, rgba(155,20,33,1) 100%);
    color: #fff !important;
    padding: 15px 20px !important;
    border-radius: 15px;
    font-size: 16px;
 /*   font-family: Futura Heavy, sans-serif;*/
    text-shadow: 1px 1px 5px #907d4d;
    letter-spacing: 2px;
    font-weight: bold;
}

/*a.registerbtn:hover {
	font-family: Futura Heavy, sans-serif;
}

a.registerbtn2:hover {
	font-family: Futura Heavy, sans-serif;
}*/

.fleft.myMidText{
	height: 60px;
}

/*------------------ search fiels ------------------*/
#search-form {
	margin-top:0px;
	margin-right:0px;
	float:right;
	width: 200px;
	height: 20px;
	border:1px solid #ababab;
	-moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -khtml-border-radius: 30px;
    border-radius: 5px;
}
#search-form form{
	margin:0;
}
input#searchinput {
	padding: 3px 15px;
	height: 14px;
	box-shadow:none;
	background:none;
	border: none;
	font-size: 12px;
	font-style: italic;
	color: #7d7d7d;
	text-shadow: 1px 1px 1px #ffffff;
	margin-top:-6px;
	width:148px;
	float: left;
	position: relative;
	top: 6px;
	margin-bottom:0;
}
input#searchsubmit {
	float:left;
	width:20px;
	height:20px;
	margin-top:0px;
	padding:0;
	background: url(../images/icon-search.png) no-repeat;
	border:none;
	cursor:pointer;
}

/*------------------ footer ------------------*/
.sitemap{
	border:1px solid #ebebeb;
}
.smcon{
	margin:0 25px;
}
.smtop{
	padding:25px 0;
}
.smt1{
	float:left;
	width:18%;
	margin-right:3%;
}
.smt2{
	float:left;
	width:20%;
	margin:0 3%;
}
.smt3{
	float:left;
	width:20%;
	margin:0 3%;
}
.smt4{
	float:left;
	width:24%;
	margin-left:3%;
}
.smtitle{
	padding-bottom:10px;
	border-bottom:1px solid #e2e0e0;
}
.smtitle h5{
	color:#fff;
	font-size:13px !important;
	font-weight:bold !important;
}
.smtitle2{
	padding-bottom:0px;
	border-bottom:1px solid #e2e0e0;
}
.smsubcon{
	padding:5px 0;
}
.smlist{
	width:100%;
	float:left;
}
.smlist a, .smlist a:hover, .smlist a:focus{
	font-size:13px;
	line-height:30px;
	color:#fff;
}
.smlist2{
	margin-top:5px;
	color:#fefefe;
	line-height:18px;
}
.smlist3{
	margin-top:10px;
}
.smlist3c{

}
.smlist3cl{
	float:left;
	color:#000;
	font-weight: bold;
}
.smlist3cr{
	float:left;
	color:#fefefe;
}
.smlist3cr a, .smlist3cr a:hover, .smlist3cr a:focus{
	color:#fefefe;
}
.smbtm{
	border-top:1px solid #ebebeb;
	font-size:13px;
	color:#000;
	line-height:30px;
	padding:10px 0;
}
.smbtml{
	float:left;
	width:50%;
}
.smbtmr{
	float:left;
	width:50%;
}
.smbtmlc img{
	margin:-2px 0 0 7px;
}
.smbtmrc{
	float:right;
}
.footer .credit {
	margin: 10px 0;
	color: #fefefe;
	font-size:12px;
	float:left;
}
.footer .credit2 {
	margin: 10px 0;
	color: #fefefe;
	font-size:12px;
	float:right;
}
.footer .credit3 {
	margin: 10px 0 20px;
	color: #fefefe;
	font-size:12px;
	text-align:center;
}
.footer .credit a, .footer .credit a:hover, .footer .credit a:focus, .footer .credit3 a, .footer .credit3 a:hover, .footer .credit3 a:focus {
	color: #fefefe;
	font-size:12px;
	text-decoration:underline;
}
/*------------------ home ------------------*/
.slideshowDiv{
	margin-top:0px;
}
.slideshow1{
	float:left;
	width:56%;
	margin-right:1.5%;
}
.slideshow2{
	float:left;
	width:42.5%;
}
.slideshow2 .div1{
	margin-top:1.2%;
	float:left;
	width:49%;
	margin-right:2%;
}
.slideshow2 .div2{
	margin-top:1.2%;
	float:left;
	width:49%;
}
.linkDiv{
	margin-top:2%;
}
.s1linkDiv{
	float:left;
	width:46%;
	margin:0 2%;
	text-align:center;
}
.s2linkDiv{
	float:left;
	width:46%;
	margin:0 2%;
	text-align:center;
}
.s3linkDiv{
	float:left;
	width:32%;
	text-align:center;
}
.s1linkDiv img, .s2linkDiv img, .s3linkDiv img{
	max-height:320px;
}
.subinfoDiv{
	background:#eae0dc;
	-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1);
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1);
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1);
}
.sinfoDiv{
	float:left;
	width:33.3%;
	text-align:center;
}
.sinfoCont{
	
	margin:30px 0;
}
.sinfoCont2{
	margin:30px 0;
	border-left:1px solid #fff;
}
.sinfoImg{
	max-width:85%;
	margin:0 auto;
}
.sinfoDiv img{
	max-height:70px;
}

.mb-pl-20{
    padding-left:20px;
}

/*------------------ product ------------------*/
.breadcrumbsDiv3{
	padding:5px 0;
}
.breadcrumbsDiv2{
	display:none;
}
.breadcrumbsDiv{
	padding:5px 0;
	margin-left: 8px;
}
.breadcrumbsDiv a, .breadcrumbsDiv a:hover{
	color:#646464;
	font-size:13px;
	line-height:20px;
}
.breadcrumbsDiv a:last-child{
	color:#000;
	font-weight:bold;
}
.breadcrumbsDiv3 a, .breadcrumbsDiv3 a:hover{
	color:#646464;
	font-size:13px;
	line-height:20px;
}
.breadcrumbsDiv3 a:last-child{
	color:#000;
	font-weight:bold;
}
.curCatDiv{
	color:#000;
	margin-left: 8px;
}
.catNavDiv {
	border:0px solid #000;
	margin-bottom:20px;
}
.catNavDiv .catTitle {
	background-color:#7dc4ff;
	color:#fff;
	font-size:12px;
	line-height:20px;
	padding:10px;
	border-bottom:1px solid #fff;
	text-align:left;
}
.catTitle img{
	margin: -3px 9px 0 0;
}
.catNavDiv .sub {
	font-size:13px;
}
.productGridDiv {
}
.productGridDiv .gridBox {
	width:33.3%;
	float:left;
	margin: 4px 0;
}
.productGridDiv .gridBoxcon {
	position:relative;
	border:1px solid #fff;
	width: 220px;
	padding: 9px;
	float: right;
	background:#fff;
}
.productGridDiv .pImage {
	height:270px;
	width:100%;
	text-align:center;
	overflow:hidden;
}
.productGridDiv .gridBox .pImage img {
    transition: all 0.5s ease 0s;
}
.productGridDiv .gridBoxcon:hover img {
    transform: scale(1.15);
}
.platestDiv, .photDiv, .discountDiv{
	position:absolute;
	top:9px;
	left:9px;
}
.discountDiv{
	font-size:12px;
	color:#fff;
	background:#000;
	padding:4px 8px;
	border-left:1px solid #ebebeb;
	border-bottom:1px solid #ebebeb;
}
.productGridDiv .gridBox .pTitle {
	color:#434141;
	font-size:15px !important;
	height:20px;
	overflow:hidden;
	margin-top:10px;
	text-align:center;
}
.productGridDiv .gridBox .pSku {
	color:#898989;
	height:20px;
	overflow:hidden;
}
.productGridDiv .gridBox .pPrice {
	margin-top:5px;
	color:#434141;
	font-size:14px;
	height:20px;
	overflow:hidden;
	text-align:center;
}
.productGridDiv .gridBox .discount {
	color:#ff3600;
	font-size:14px;
}
.productGridDiv .gridBox .discount span {
	color:#ff0000;
}
.productGridDiv .gridBox .viewBtn{
	display:none;
	background:none;
	position:absolute;
	top:5px;
	right:5px;
}
.productGridDiv .gridBox .viewBtn a, .productGridDiv .gridBox .viewBtn a:hover{
	color:#fff;
	text-decoration:none;
	font-size:10px;
	padding:5px 6px;
	display:block;
}
.productGridDiv .gridBoxcon:hover .viewBtn{
	display:block;
}
.productGridDiv .gridBoxcon:hover{
	
}
.noFound {
	margin:10px;	
}

.productGridDiv2 .gridBox {
	width:25%;
	float:left;
	margin: 4px 0;
}
.productGridDiv2 .gridBoxcon {
	position:relative;
	border:1px solid #fff;
	width: 220px;
	padding: 9px;
	margin:0 auto;
	background:#fff;
}
.productGridDiv2 .pImage {
	height:270px;
	width:100%;
	text-align:center;
	overflow:hidden;
	background:#f9f9f9;
}
.productGridDiv2 .gridBox .pImage img {
    transition: all 0.5s ease 0s;
}
.productGridDiv2 .gridBoxcon:hover img {
    transform: scale(1.15);
}
.productGridDiv2 .gridBox .pTitle {
	color:#434141;
	font-size:15px !important;
	height:20px;
	overflow:hidden;
	margin-top:10px;
	text-align:center;
}
.productGridDiv2 .gridBox .pSku {
	color:#898989;
	height:20px;
	overflow:hidden;
}
.productGridDiv2 .gridBox .pPrice {
	margin-top:5px;
	color:#434141;
	font-size:14px;
	height:20px;
	overflow:hidden;
	text-align:center;
}
.productGridDiv2 .gridBox .discount {
	color:#ff3600;
	font-size:14px;
}
.productGridDiv2 .gridBox .discount span {
	color:#ff0000;
}
.productGridDiv2 .gridBox .viewBtn{
	display:none;
	background:none;
	position:absolute;
	top:5px;
	right:5px;
}
.productGridDiv2 .gridBox .viewBtn a, .productGridDiv2 .gridBox .viewBtn a:hover{
	color:#fff;
	text-decoration:none;
	font-size:10px;
	padding:5px 6px;
	display:block;
}
.productGridDiv2 .gridBoxcon:hover .viewBtn{
	display:block;
}
.productGridDiv2 .gridBoxcon:hover{
	background:none;
}

.myTopBanner {
    /*background: rgba(0, 0, 0, 0) url(../images/Symposium_Banner_June20231.png) no-repeat top center;*/
    background: rgba(0, 0, 0, 0) url(../images/Symposium_Banner_June2023_Closed.png) no-repeat top center;
    background-size: cover;
    height: 800px;
}

.mobiletitle{
	margin-top: 200px;
    float: left;
    line-height: 1.1;
    margin-bottom: 20px;
    font-family: DINPro Black, sans-serif;
}

.sunwayitalic {
	font-style: italic;
	color: #ec1f28;
	font-family: DINPro Black, sans-serif;
}

.mobiletitle1{
    margin-top: 290px;
    line-height: 1.1;
    display:block;
    position: absolute;
    color: #60b9b6;
    font-family: DINPro Black, sans-serif;
}

.mobiletitle2{
    margin-top: 450px;
    display:block;
    position: absolute;
    font-family: Futura Medium, sans-serif;
    line-height: 1.2;
    font-size: 23px;
}

.mobiletitle3{
    display:block;
    position: absolute;
    color: #60b9b6;
    font-family:DINPro Black, sans-serif;
}

.mobiletitle4{
    margin-top: 670px;
    display:block;
    position: absolute;
}

.mobiletitle5{
	margin-top: 250px;
    display:block;
    position: absolute;
}

.mobiletitle5 img{
    width: 180px;
}

.mobiletitle6 {
	display:block;
    position: absolute;
	margin-top: 575px;
	margin-left: 0;
}
.mobiletitle7 {
	display:block;
    position: absolute;
	margin-top: 575px;
	margin-left: 225px;
}
.mobiletitle8 {
	display:block;
    position: absolute;
	margin-top: 650px;
	margin-left: 240px;
	max-width:500px;
}

.mobiletitle8 p{
	font-size: 13px;
	margin-bottom: 10px;
}

.HomeTopBannerInner{
	margin-top:150px;
	color:#000;
}

.myEnqFormDiv{
	/*background: rgba(62, 62, 62, 0.1);*/
	padding:10px;
	width:50%;
	font-size:15px;
	float:left;
}
.myEnqFormDiv input, .myEnqFormDiv select{
	border:1px solid #e2e2e2;
	font-size:15px;
	padding:10px;
	height:40px;
}
.myEnqFormDiv textarea{
	border:1px solid #e2e2e2;
	border-radius:0;
	font-size:15px;
	padding:10px;
	width:100%;
	height: 100px;
}
.myEnqFormDiv input:focus{
	border:1px solid #f980b1;
	border-radius:0;
}
.myEnqFormDiv .enqFieldHalfDiv{
	float:left;
	width:50%;
	padding:5px;
	padding-left: 0;
}
.myEnqFormDiv .enqFieldHalfDiv2{
	float:left;
	width:100%;
	padding:5px;
	padding-left: 0;
}
.myEnqFormDiv .enqFieldFullDiv{
	float:left;
	width:100%;
	padding:5px;
	padding-left: 0;
}
.myEnqBtn, .myEnqBtn:hover, .myEnqBtn:focus{
	background: linear-gradient(180deg, rgba(200,181,133,1) 0%, rgba(200,181,133,1) 50%, rgba(170,151,103,1) 100%);
	border-radius:12px;
	color:#fff;
	padding:10px;
	height: 50px !important;
	font-size:15px;
	text-shadow: 2px 2px 4px #907d4d;
	letter-spacing: 0.5px;
}
/*------------------ product detail ------------------*/
.prodPrice{
	color:#ff0b0b;
	font-size:25px;
}
.backbuttonDiv{
	margin:15px 0 20px;
}
.prodTitle {
	margin-bottom:30px;
}
.prodTitle h3{
	color:#000;
}
.prodTitle h4{
	color:#000;
}
.prodTitle{
	
}
.productDetailDiv {
	width:100%;
}
.productDetailDiv .imageContainer {
	width:250px;
	float:left;
	margin-right:30px;
}
.productDetailDiv .imageContainer .feaImage {
	border:1px solid #f0e9ec;
	position:relative;
}
.productDetailDiv .imageContainer .feaImage img{
	
}
.productDetailDiv .imageContainer .subImage {

}
.productDetailDiv .imageContainer .subImage img {
	width:59px;
	margin:3px 0 0 0;
}
.productDetailDiv .prodInfoContainer {
	text-align:left;
	position:relative;
	overflow:hidden;
	border-left:1px solid #ebebeb;
	padding-left:30px;
}
.productDetailDiv .prodInfoContainer .qtyText input{
	width: 43px;
	height: 22px;
	background-color: #ebebeb !important;
	border: none;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
	margin: 0;
	text-align:center;
}
.productDetailDiv .prodInfoContainer .prodInfoDiv1{
	float: left;
	width: 184px;
	background-color: #f7f7f7;
	color: #000;
	font-size: 11px;
	padding: 0 13px;
	border-radius: 20px;
	margin: 7px 0;
}
.productDetailDiv .prodInfoContainer .prodInfoDiv2{
	float:left;
	width:15px;
}
.productDetailDiv .prodInfoContainer .prodInfoDiv3{
	float:left;
	width:auto;
}
.productDetailDiv .prodInfoContainer .prodInfoDiv3 select{
	width:auto;
	max-width:250px;
	background-color: #f5f0e9 !important;
	border: none;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
}
.productDetailDiv .prodInfoContainer .prodInfoDiv3 .salebox{
	color:#fff;
	background:#000;
	padding: 2px 9px;
}
.productDetailDiv .prodInfoContainer .prodInfoDiv3 span .discount{
	color:#000;
	font-size: 13px;
	line-height:20px;
}
.productDetailDiv .prodInfoContainer .prodOpt {
	color:#787878;
	font-size:15px;
}
.productDetailDiv .prodInfoContainer .reviewDiv {
	border:1px solid #dddddd;
	padding:10px;
	min-height:15px;
	width:90%;
}
.Ofstock{
	font-size:17px;
	line-height:20px;
	color: #CA0202;
	padding:10px 0;
}
.deliveredDiv {
	margin-top: 30px;
}
.dlvd1 {
	color: #000;
	font-size: 11px;
	line-height: 15px;
	letter-spacing: 2px;
}
.dlvd2 {
	color: #646464;
	font-size: 11px;
	line-height: 15px;
	letter-spacing: 2px;
}
.prodDescTitle{
	color: #fff;
	font-size: 13px;
	line-height: 25px;
	background: #000;
	padding:2px 25px;
	margin-top: 30px;
	text-align: center;
	float:left;
}
.prodDescCon{
	border-top:1px solid #000;
	padding:20px 0;
}
.detailGridDiv .gridBox{
	float:left;
	margin:2px;
}
.detailGridDiv .gridBox .pImage{
	width:40px;
	max-height:60px;
	border:2px solid #f7f7f7;
	border-radius:2px;
}
.reviewDiv {
	width:94%;
}
.reviewDiv2 .revContentDiv {
	font-size:12px;
	border-bottom:1px solid #dddddd;
	padding:10px 0;
	min-height:50px;
}
.myReviewDiv{
	border:1px solid #dddddd;
	width:96%;
	padding:2%;
}
.blueDiv{
	background:#7dc4ff;
	color:#fff;
	padding:10px 12px;	
}
/*------------------ contact us ------------------*/
.contactLeft{
	float:left;
	width:48%;
	margin-right:4%;
}
.contactRight{
	float:left;
	width:48%;
}
.contactLeftcon{
	border-right:1px solid #000;
	width:90%;
	padding-right:10%;
	padding-bottom: 5%;
}
.contactTitle{
	margin-bottom:20px;
}
.contactTitle h5{
	color:#000;
	font-weight:bold !important;
}
.contactCon form{
	margin:0;
}
.contactCon1{
	color: #646464;
	line-height: 18px;
}
.contactCon2l{
	float: left;
	color: #000;
	font-weight: bold;
}
.contactCon2r{
	float: left;
	color: #646464;
}
.formText {
	width:40%;
	float:left;
	color:#646464;
	font-size:14px;
	line-height:30px;
}
.formField {
	width:60%;
	float:left;
}
.formField input[type="text"], .formField textarea{
	width:94%;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: 1px solid #e1e1e1;
}
.formField textarea{
	min-height:140px;
}
.enquiryListDiv {
	width:100%;	
	margin:0 0 20px 0;
	border:1px solid #ccc;
}
.enquiryListDiv .enquiryRow {
	padding:2%;
	width:96%;
	min-height:50px;
	border-bottom:1px solid #ddd;
}
.enquiryListDiv .enquiryRow2 {
	padding:1% 2%;
	width:96%;
	min-height:20px;
	font-weight:bold;
	background-color:#0046a0;
	color:#fff;
}
.enquiryListDiv .row1{
	background-color:#eee;
}
.enquiryListDiv .enqImg {
	text-align:center;
	width:20%;
	float:left;
	margin-right:10px;
}
.enquiryListDiv .enqImg img {
	width:50px;
}
.enquiryListDiv .enqName {
	float:left;
	width:55%;
	margin-right:10px;
}
.enquiryListDiv .enqRemove {
	float:left;
	width:16%;
	text-align:right;
}

.captchaRight {
	text-align:right;	
}

/*------------------ pagination ------------------*/
.myPagination a {
	color:#9c9c9c;
	border:1px solid #d7d7d7;
	font-size:13px;
	padding:6px 12px;
	background:none;
	text-decoration:none;
}
.myPagination a:hover {
	color:#fff;
	background:#1abc9c;
	text-decoration:none;
	border:1px solid #1abc9c;
}
.myPagination strong{
	border:1px solid #1abc9c;
	font-size:13px;
	padding:6px 12px;
	background:#1abc9c;
	font-weight:normal;
	color:#fff;
}
.myPagination img{
	margin-top:-3px;
}
.myPagination .pagimg{
	background:none;
	border:none;
}
/*------------------ others ------------------*/
.pageTitle {
	color:#000;
	font-size:14px;
	line-height:20px;
	padding:10px;
	border-bottom:4px solid #000;
	font-weight:bold;
}
.productDiv h1{
	color:#3c3c3c;
	font-size:30px;
}

.brandDiv {
	padding-top:30px;
	text-align:center;
}
.brandDiv p {
	margin:10px 0;
	color:#313131;
	font-size:18px;
}
.homeTitleDiv{
	text-align:center;
	color:#434141;
	font-size:21px;
	padding:10px;
	width:auto;
	border-bottom:1px solid #808080;
}
.divBottomLine{
	border-bottom:0px solid #ccc;
}
.stepDiv1{
	font-size:13px;
	float:left;
	width:33%;
	border:1px solid #999;
	text-align:center;
	padding:5px 0;
	-webkit-border-radius: 10px 0 0 10px;
	-moz-border-radius: 10px 0 0 10px;
	border-radius: 10px 0 0 10px;
}
.stepDiv2{
	font-size:13px;
	float:left;
	width:33%;
	border:1px solid #999;	
	text-align:center;
	padding:5px 0;
}
.stepDiv3{
	font-size:13px;
	float:left;
	width:33%;
	border:1px solid #999;	
	text-align:center;
	padding:5px 0;
	-webkit-border-radius: 0 10px 10px 0;
	-moz-border-radius: 0 10px 10px 0;
	border-radius: 0 10px 10px 0;
}
.stepActive{
	background:#ff9019;
	color:#fff;	
}
.returnStepDiv1{
	color:#000;
	font-size:13px;
	float:left;
	width:25%;
	border:1px solid #999;
	text-align:center;
	padding:5px 0;
	-webkit-border-radius: 10px 0 0 10px;
	-moz-border-radius: 10px 0 0 10px;
	border-radius: 10px 0 0 10px;
}
.returnStepDiv2{
	color:#000;
	font-size:13px;
	float:left;
	width:24%;
	border:1px solid #999;	
	text-align:center;
	padding:5px 0;
}
.returnStepDiv3{
	color:#000;
	font-size:13px;
	float:left;
	width:25%;
	border:1px solid #999;	
	text-align:center;
	padding:5px 0;
	-webkit-border-radius: 0 10px 10px 0;
	-moz-border-radius: 0 10px 10px 0;
	border-radius: 0 10px 10px 0;
}
.orderStepDiv1{
	color:#000;
	font-size:13px;
	float:left;
	width:20%;
	border:1px solid #999;
	text-align:center;
	padding:5px 0;
	-webkit-border-radius: 10px 0 0 10px;
	-moz-border-radius: 10px 0 0 10px;
	border-radius: 10px 0 0 10px;
}
.orderStepDiv2{
	color:#000;
	font-size:13px;
	float:left;
	width:19%;
	border:1px solid #999;	
	text-align:center;
	padding:5px 0;
}
.orderStepDiv3{
	color:#000;
	font-size:13px;
	float:left;
	width:20%;
	border:1px solid #999;	
	text-align:center;
	padding:5px 0;
	-webkit-border-radius: 0 10px 10px 0;
	-moz-border-radius: 0 10px 10px 0;
	border-radius: 0 10px 10px 0;
}
.orderStepDiv4{
	color:#000;
	font-size:13px;
	float:left;
	width:20%;
	border:1px solid #999;	
	text-align:center;
	padding:5px 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.orderStepActive{
	background:#5bb75b;
	color:#fff;
	border:1px solid #ccc;	
}
.orderStepActive2{
	background:#d96359;
	color:#fff;	
}
#revsubmitBtn a{
	color:#fff !important;	
}

.catNavDiv{
	margin-bottom:10px;
}
.mb-15{
	margin-bottom: 15px;
}
.mb-x{
	margin-bottom: 0px;
}

.mb-i-x{
	margin-bottom: 0px! important;
}
.myPagination {
	text-align:center;
}
.pd-h-10{
	padding:10px 0;
}
.pd-h-15{
	padding:15px 0;
}
.pd-30{
	padding:30px;
}
.backgroundbwn{
	background-color: #ab8c61;
}
.backgroundbwn1{
	background-color: #97774b;
}

.backgroundgreen{
    background-color:#5fafb4;
}
.backgroundgreen1{
    background-color:#79c4c9;
}

.backgroundpink1{
	background-color: #f980b1;
}
.backgroundpink2{
	background-color: #ea73a3;
}
.backgroundpink3{
	background-color: #fcd6e6;
}
.backgroundpink4{
	background-color: #ffe1ed;
}
.backgroundgrey{
	background-color: #f8f8f8;
}
.uppercase{
	text-transform:uppercase;
}
.white{
	color: white;
}
.brown{
	color:#ab8c61;
}
.brown1{
	color:#ab8c61;
}
.grey1{
	color:#606060;
}

li{
	font-size:14px;
	line-height: 22px;
	margin-bottom: 8px;
}

.grey2{
	color:#4d4f53;
}
.ls-1{
	letter-spacing: 1px;
}
.bold{
	font-weight: 700;
}
.bold-x{
	font-weight: 400;
}

.floatl{
    float:left;
}

.table-same-h{
	min-height:380px;
}

table li{
	font-size: 15px;
}

.whiteicon{
	float: left;
    font-size: 18px;
    color: white;
    line-height: 20px;
}

@media screen and (min-width:1201px){
    
	.o-1200{
	    display:none;
	}
}

/*------------------ some part of responsive ------------------*/
@media screen and (max-width: 1200px) {
	.slideshow2 .div1, .slideshow2 .div2{
		margin-top:3%;
	}
	.breadcrumbsDiv {
		margin-left: 13px;
	}
	.productGridDiv .gridBox{
		margin:6px 0;
	}
	.productGridDiv2 .gridBox{
		margin:6px 0;
	}
	.productGridDiv .gridBoxcon{
		width:200px;
	}
	.curCatDiv{
		margin-left: 13px;
	}
	.productGridDiv .pImage {
		
	}

	.xfl{
	    float:none;
	}
	.x-1200{
	    display:none;
	}
	.o-1200{
	    border-collapse: collapse;
        border-spacing: 0;
	}
	.table-same-h{
	    min-height: 440px;
	}
	
	#primary-menu ul li a{
	    padding: 0 5px;
	}

}

@media screen and (max-width: 1100px){
	a.mytopLink2{
		padding:0 20px! important;
	}
	ul.sf-js-enabled{
		padding-left:0px;
	}
	#logo img{
		margin-left: 30px;
	}
}

@media screen and (max-width: 991px){
    
    #logo{
        height:60px! important;
    }
	#logo img{
        margin-left: 0px;
        padding: 10px 0;
        height: 60px;
	}
	.myEnqFormDiv {
	    width: 80%;
	}
	
	.mb-pb-x{
	    padding-bottom:0px;
	}
	
	.myTopBanner{
	    background: rgba(0, 0, 0, 0) url(../images/home_slider_mobile.jpg) no-repeat top center;
	    background-size:cover;
	}
	.mobiletitle1{
	   width: auto;
	   margin-top: 200px;
	   margin-left: 00px;
	   font-size: 40px;
    }
    
    .mobiletitle{
        margin-top: 120px;
    }
    
    .mobiletitle2{
       margin-top: 335px;
    }
	}

@media screen and (max-width: 979px) {
	.formField input[type="text"], .formField textarea {
		width: 95%;
	}
	.contactLeft, .contactRight{
		width:100%;
		margin-right:0;
		margin-top:15px;
	}
	.contactLeftcon{
		width:100%;
		border-right:0px solid #000;
		padding-right:0;
		border-bottom:1px solid #000;
	}
	.contactTitle {
		margin-bottom: 10px;
	}
	.curCatDiv{
		margin-left: 7px;
	}
	.smt1{
		width:30%;
		margin-right:2.5%;
	}
	.smt2{
		width:30%;
		margin:0 2.5%;
	}
	.smt3{
		width:30%;
		margin:0;
		margin-left:2.5%;
	}
	.smt4{
		width:100%;
		margin:20px 0 0 0;
	}

	#search-form{
		width:220px;
	}
	input#searchinput{
		width:147px;
	}
	.productGridDiv .gridBox {
		margin: 4px 0;
		width:50%;
	}
	.productGridDiv2 .gridBox{
		margin: 4px 0;
		width:33.3%;
	}
	.productGridDiv .gridBoxcon{
		width:240px;
		padding: 9px;
	}
	.breadcrumbsDiv {
		margin-left: 7px;
	}
	.footer .credit, .footer .credit2 {
		float:none;
		text-align:center;
	}
}

@media screen and (max-width: 767px) {
	.stepDiv1, .stepDiv2 ,.stepDiv3, .returnStepDiv1, .returnStepDiv2, .returnStepDiv3, .orderStepDiv1, .orderStepDiv2 ,.orderStepDiv3{
		width:100%;	
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		margin-bottom:5px;
	}
	
	.mb-cover{
        background-size: cover! important;
	}
	
	.curCatDiv{
		margin-left: 0px;
	}
	.productDetailDiv .prodInfoContainer .prodInfoDiv1{
		width:144px;
	}
	#submitBtn img{
		width:170px;
	}
	.backbuttonDiv {
		margin: 10px 0 15px;
	}
	.catNavDiv{
		margin-bottom:10px;
	}
	.prodTitle {
		margin-bottom: 15px;
	}
	.deliveredDiv {
		margin-top: 15px;
	}
	.myPagination {
		text-align:center;
	}
	.backgroundbwn{
		background-color: #ab8c61;
	}
	.backgroundgrey{
		background-color: #f8f8f8;
	}
	.uppercase{
		text-transform:uppercase;
	}
	.white{
		color: white;
	}
	.brown{
		color:#ab8c61;
	}

	.catNavDiv{
		-moz-box-shadow: 0px 3px 0px #000;
		-webkit-box-shadow: 0px 3px 0px #000;
		box-shadow: 0px 3px 0px #000;
	}
	.breadcrumbsDiv {
		margin-left: 0px;
	}
	.productGridDiv2 .gridBox{
		margin: 4px 0;
		width:50%;
	}
	.productGridDiv .gridBoxcon{
		float:none;
		margin:0 auto;
	}
	.footer .credit {
		font-size:12px;
	}
	.footer .credit a, .footer .credit a:hover, .footer .credit a:focus {
		font-size: 12px;
	}
	.smt1 {
		width: 50%;
		margin: 0 0 20px;
	}
	.smt2 {
		width: 50%;
		margin: 0 0 20px;
	}
	.smt3 {
		width: 50%;
		margin: 0 0 20px;
	}
	.smt4 {
		width: 50%;
		margin: 0 0 20px;
	}
	.smtop {
		padding: 25px 0 0;
	}
	.smbtml, .smbtmr {
		width: 100%;
	}
	.smbtmr{
		padding-top:10px;
	}
	.smbtmrc {
		float: left;
	}
	.EbE{
		text-align:center;
		width: 100%;
		float: left;
	}
	html, body{
		background:none;
	}
	#search-form{
		margin-right:12px;
	}
	.logoDiv{
		width:100%;
		text-align:center;
		margin-bottom: 20px;
	}
	.hright{
		width:100%;
	}
	.productGridDiv .gridBox {
	
	}
	.productDetailDiv {
		margin:0;
	}
	.productDetailDiv .imageContainer, .productDetailDiv .imageContainer .feaImage {
		float:none;
		margin:0 auto;
		text-align:center;
		width:100%;
	}
	.productDetailDiv .prodInfoContainer {
		width:100%;
		float:none;
		margin:20px 0 0 0;
		border-left: 0px solid #ebebeb;
		padding-left: 0px;
	}
	#noticeDiv2 {
		margin:0 0 10px 0;
	}
	.enquiryListDiv, .enquiryListDiv a, .enquiryListDiv .enquiryRow2 {
		font-size:12px;
	}
	.captchaRight {
		text-align:left;
	}
	.myTopBanner{
		height:770px;
	}
	.mobiletitle {
	    margin-top: 130px;
	}
	.myEnqFormDiv{
		width: 100%;
	}
	.mobiletitle2 {
        margin-top: 350px;
    }
	

}
@media screen and (max-width: 597px) {
	#sttotal{
		font-size:12px;
		color:#000;
		line-height:25px;
	}
	.cartDiv {
		color:#555555;
		font-size:15px;
	}
	.sinfoDiv{
		width:100%;
	}
	.sinfoCont{
		margin:0;
		padding:10px 0;
	}
	.sinfoCont2{
		border-left:0px solid #fff;
		border-top:1px solid #fff;
		margin:0;
		padding:10px 0;
	}
}
@media screen and (max-width: 595px) {
	.productGridDiv .gridBox,.productGridDiv2 .gridBox {
		width: 100%;
	}
	.productGridDiv .gridBoxcon, .productGridDiv2 .gridBoxcon {
		width: 240px;
		padding: 10px;
	}
}
@media screen and (max-width: 550px) {
	.smt1, .smt2, .smt3, .smt4 {
		width: 100%;
		margin: 0 0 15px;
	}
	.smcon {
		margin: 0 15px;
	}
	.smtop {
		padding: 15px 0 0;
	}
	.smlist a, .smlist a:hover, .smlist a:focus {
		font-size: 13px;
		line-height: 22px;
	}
	.smtitle {
		padding-bottom: 5px;
	}
}

@media screen and (max-width: 500px) {
	.top1Div{
		width:100%;
	}.top2Div{
		width:100%;
	}
	.llcut{
		display:none;
	}
}
@media screen and (max-width: 479px) {
	.slideshow1, .slideshow2{
		width:100%;
		float:none;
		margin:10px 0;
	}
	.cartInfoDiv, .searchDiv{
		float:none;
		margin:0 auto;
	}
	.cartInfoDiv{
		width:263px;
	}
	#search-form{
		margin-top:0;
	}
	.footer .credit {
		font-size:10px;
	}
	.footer .credit a, .footer .credit a:hover, .footer .credit a:focus {
		font-size: 10px;
	}
	.enquiryListDiv, .enquiryListDiv a, .enquiryListDiv .enquiryRow2 {
		font-size:10px;
	}
	#slider {
	    position: relative;
	    width: 100%;
	    overflow: hidden;
	    top: 0;
	    margin-bottom: 0;
	}
	.myEnqFormDiv{
	    width: 100%;
	}

	
	.mb-resize{
	    width:90%;
	    float:none;
	}
	
	
	.mb-pl-20{
	    padding-left:20px;
	}
	.mobiletitle {
	    padding-bottom:30px;
	    float:left;
	    font-size: 40px;
	}

	.bigaddress_grid {
		margin-left: 0 !important;
	}
}
@media screen and (max-width: 400px) {
	.formText{
		width:100%;
	}
	.formField{
		width:100%;
	}
}
@media screen and (max-width: 350px) {
	.productGridDiv .gridBoxcon, .productGridDiv2 .gridBoxcon{
		width:220px;
	}
	.productGridDiv .pImage, .productGridDiv2 .pImage {
		height:270px;
	}
}