#contactFormCont {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    display: none;
    z-index: 50;
}

#iframeCont {
    border: none;
    position: absolute;
    margin: auto;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    width: 990px;
    height: 575px;
    background-color: #fff;
}

#contactFormScreen {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

#closeContact {
    color: #fff;
    position: absolute;
    right: 10px;
    font-weight: bold;
    top: 0px;
    cursor: pointer;
}

#closeContact:hover {
    color: #000;
}

#contactForm {
    border: none;
}

a {
    cursor: pointer;
    color: blue;
}

.cartCont {
    text-align: center;
    height: 735px;
}

.cartCont_1 {
    width: 705px;
    margin: 0 auto;
    position: relative;
}

.cartLabel {
    text-decoration: underline;
    margin: 10px 0px;
}

.cartBox {
    width: 287px;
    height: 303px;
    padding: 5px;
    position: relative;
    background-color: #fff;
    margin-bottom: 20px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
}

.cartDesc {
    position: relative;
    width: 100%;
    height: 270px;
    font-weight: bold;
    color: #333;
    margin-bottom: 6px;
}

.cartDesc img {
    width: 100%;
}

.cartPriceCont {
    width: 98%;
    height: 26px;
    position: relative;
    font-weight: bold;
    padding: 2px;
    font-size: 15px;
    color: #fff;
}

.price {
    position: relative;
    float: left;
    background-color: #ff9900;
    padding: 0px 5px;
    font-size: 13px;
    height: 23px;
    line-height: 23px;
}

.cartBtn {
    float: right;
    margin-left: 8px;
    font-size: 14px !important;
    background-color: #798346;
    color: #fff;
    padding: 0px 5px;
    cursor: pointer;
    box-shadow: 1px 1px 1px #333;
    border: none;
    font-weight: bold;
    padding: 3px 5px 2px 5px;
}

.cartBtn:hover {
    text-decoration: underline;
}

.detailBtn {
    background-color: #00AAFF;
    padding: 0px 5px;
    margin: 0px;
}

.cDescCont {
    position: relative;
    overflow: hidden;
    height: 210px;
}

.desc {
    position: absolute;
    width: 100%;
    height: 214px;
    left: 0px;
    background-color: rgba(0,0,0,0.6);
    bottom: -214px;
    color: #fff;
    text-align: center;
    transition: bottom 0.5s;
    -webkit-transition: bottom 0.5s;
    -moz-transition: bottom 0.5s;
    -ms-transition: bottom 0.5s;
    display: table;
}

.descText {
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
}

.currencyToggleBtn {
    width: 20px;
    position: absolute;
    right: -30px;
    color: #fff;
    word-break: break-all;
    text-align: center;
    top: 73px;
    z-index: 5;
}

.rupeesBtn {
    margin-bottom: 10px;
    padding: 2px 5px;
    line-height: 20px;
    background-color: #FF9900;
    cursor: pointer;
    display: none;
    width: 12px;
}

.dollarBtn {
    padding: 2px 5px;
    line-height: 20px;
    background-color: #FF9900;
    cursor: pointer;
    display: none;
    position: absolute;
}

.disable {
    opacity: 0.5;
    pointer-events: none;
    cursor: default;
}

.enable {
    opacity: 1;
    pointer-events: auto;
    cursor: pointer;
}

.cartCont {
    position: relative;
}

.rbiMsg {
    position: absolute;
    right: 23px;
    width: 577px;
    height: 100px;
    top: 136px;
    text-align: left;
    padding: 15px 5px 5px 5px;
    background-color: #FFFDCD;
    color: #333;
    border: 1px solid #333;
    border-radius: 10px;
    line-height: 1.5;
    font-weight: bold;
    display: none;
}

.rbiClose {
    position: absolute;
    right: 5px;
    top: 2px;
    background-color: #333;
    color: #FFFDCD;
    line-height: 1;
    cursor: pointer;
}

.youtube_panel {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 100;
    display: none;
}

.youtube_close {
    position: absolute;
    font-size: 24px;
    color: #fff;
    right: -19px;
    top: -20px;
    background-color: #757e33;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    border: 2px solid #fff;
    cursor: pointer;
}

.youtube_cont {
    position: absolute;
    width: 904px;
    height: 509px;
    margin: auto;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    padding: 10px;
    background-color: #757e33;
    border: 2px solid #fff;
	box-sizing:border-box;
}

.youtube_cont iframe {
    width: 100%;
    height: 100%;
}

#youtube_info {
    background-color: #fff;
    text-align: center;
    position: absolute;
    bottom: -30px;
    width: 610px;
    margin: auto;
    left: 0px;
    right: 0px;
    border: 2px solid #757e33;
    border-top: none;
    padding-bottom: 3px;
}

.replay_panel {
    position: absolute;
    width: 904px;
    height: 509px;
    background-color: #080808;
    z-index: 1000;
    top: 10px;
    display: none;
}

.replay_title {
    color: #fff;
    font-size: 22px;
    text-align: center;
    margin-top: 210px;
}

.y_replayBtn {
    position: relative;
    width: 100px;
    height: 30px;
    margin: 0 auto;
    display: block;
    cursor: pointer;
    font-size: 16px;
    border: 2px solid #fff;
    background-color: transparent;
    color: #fff;
}

.mob_youtube_close{
	display:none;
}

.tocList {
    list-style: none;
}

.tocList li {
}

.toc_level_0 {
}

.toc_level_1 {
    margin-left: 20px;
}

.toc_level_2 {
    margin-left: 40px;
}

.toc_level_3 {
    margin-left: 60px;
}

.toc_level_4 {
    margin-left: 80px;
}

.toc_level_5 {
    margin-left: 100px;
}

.toc_level_n {
}

.toc_level_b {
    font-weight: bold;
    margin-top: 20px;
}

.langBtn {
    background-color: #F79D55;
    width: 82%;
    padding: 5px;
    border: 1px solid #EC8D3F;
    box-shadow: 2px 2px 2px #974706;
    text-align: center;
    margin: 0 auto;
    font-weight: bold;
}

.cartBtnMenu {
    padding: 0;
    margin: 0;
}

.cartBtnMenu li ul {
    position: absolute;
    bottom: 27px;
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 0;
    display: none;
}

.cartBtnMenu li:hover ul {
    display: block;
}

.cartVersion {
    display: block;
    background-color: #fff;
    border: 2px solid #7F894A;
    font-size: 16px;
    width: 100%;
    cursor: pointer;
}

.cartVersion:hover {
    background-color: #7F894A;
    border: 2px solid #fff;
    color: #fff;
}

.opt_panel {
    position: relative;
    width: 100%;
    border: 2px solid #1CBBB4;
    background-color: #DDFFDD;
    text-align: left;
    padding: 10px;
    box-sizing: border-box;
    font-size: 14px;
}

.opt_title {
    font-size: 15px;
    text-decoration: underline;
    text-align: center;
}

.opt_p {
    line-height: 2;
}

.opt_title1 {
    background-color: #FFFFCC;
    font-weight: bold;
    border: 1px solid;
    padding: 5px 12px;
    margin-right: 5px;
}

.opt_btn {
    color: blue;
    text-decoration: underline;
    cursor: pointer;
}

.opt_table_box {
    position: absolute;
    top: 130px;
    width: 780px;
    background-color: #fff;
    border: 2px solid #085f0c;
    text-align: left;
    left: 0px;
    right: 0px;
    margin: auto;
    padding-top: 30px;
	
}

.opt_table_panel {
    position: fixed;
    width: 100%;
    background-color: rgba(0,0,0,0.3);
    left: 0px;
    top: 0px;
    height: 100%;
    z-index: 10;
	display:none;
}

.opt_t_close {
}

.opt_t_close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: 0px;
    line-height: 30px;
    color: #ccc;
    background-color: #004f00;
    text-align: center;
    font-size: 22px;
    cursor: pointer;
}

.opt_t1 {
    width: 100%;
}

.opt_t2 {
}

.contactInput {
}

#noteTxt {
}

#addbtn {
    font-size: 18px;
}

.opt_info {
}

.opt_red {
}



.mob_opt_notes{
	display:none;
}

@media only screen and (max-width: 880px) {
	.imgBorder{
		width: 100%;
		box-sizing: border-box;
	}
	
	.productCont{
		height: auto !important;
		width: auto;	
	}
	
	.leftProductCont{
		width: auto !important;
		float: none;
	}
	
	.rightProductCont{
		float: none;
		width:auto !important;
	}
	
	.bluePanel{
		width:auto !important;
	}
	
	.cartCont_1{
		width:auto !important;
	}
	
	.cartCont{
		width:auto !important;
		height: auto !important;
	}
	
	.cartCont form{
		width:auto !important;
		height: auto !important;
	}
	
	.cartBox{
		float: none !important;
		margin: 10px auto;
	}
	
	.opt_panel{
		margin-bottom:10px;
	}
	
	.tocList{
		margin-left: 0px;
    padding-left: 0px;
	}
	
	.youtube_cont{
		padding:0px;
		padding-bottom:30px;
	}
	
	#youtube_info{
		display:none;
	}
	
	.replay_panel{
		width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
	}
	
	.replay_title{
		    position: absolute;
    width: 300px;
    height: 35px;
    text-align: center;
    margin: auto;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
	}
	
	.y_replayBtn{
		position: absolute;
    bottom: 10px;
    margin: auto;
    left: 0px;
    right: 0px;
	}
	
	.youtube_close{
		display:none;
	}
	
	.mob_youtube_close{
		display:block;
	position: absolute;
    bottom: 0px;
    width: 100%;
    height: 30px;
    background-color: #333;
    color: #fff;
    text-align: center;
	}
	
	.youtube_landscape{
		position: absolute;
    left: 0px;
    top: 0px;
    width: 100% !important;
    height: 100% !important;
    padding-bottom: 30px;
	}
	
	.opt_notes{
		display: none;
	}

	.mob_opt_notes{
		display:table-cell;
	}
	
	.opt_table_panel{
		padding: 10px;
		box-sizing: border-box;
	}
	
	.opt_table_box{
		width: 100%;
		height: 100%;
		position: relative;
		top: 0;
		overflow:auto;
	}
	
	#noteTxt{
		width:100%;
	}
	
	.opt_t1{
		padding-bottom:30px;
	}
	
	.opt_t_close{
		position: fixed;
    top: 10px;
    right: 8px;
	}

}