* {
	margin: 0;
	padding: 0
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
   
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */



article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}







/* Google Font for Menu */



@font-face {
 font-family: 'gothic';
 src: url('../fonts/gothic.eot');
 src: local('gothic'), url('../fonts/gothic.woff') format('woff'), url('../fonts/gothic.ttf') format('truetype');
}
body {
	/*font-family: "Times New Roman", Times, serif;*/
	padding: 0px;
	margin: 0px;
	font-size: 16px;
	
		font-family: 'Poppins', sans-serif;
	color: #fff;
	background: #F6F4F0;
	background:#940c0c url(../img/body-bg.jpg) no-repeat center 245px;
}
a, a:link, a:visited {
	color: #fff;
	text-decoration: none;
}
a:hover {
	color: #ecbd51;
}
img {
	border: 0px;
}
input, textarea, select {
	color: #434343;
	padding: 7px 8px;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	border: 0 none;
	background: #fff;
	border-radius:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
}
textarea {
	font-size:13px;
}
input:focus, input:active {
	outline:0 none;
}
ul li {
	list-style-type: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.errormsg {
	text-align: center;
}
.pull-left {
	float: left;
}
.pull-right {
	float: right;
}
.btn {
	cursor: pointer;
	color: #fff;
	font-size: 17px;
	border: solid 1px #000;
	padding: 6px 20px;
	opacity: 0.9 !important;
	background: #2d0500 !important;

}
.btn:hover {
	background: #000;
}
/* Clearfix */



.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.container {
	/*width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;*/
    
     width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto;
    
}


.col-md-12{padding-left:15px;padding-right:15px;}

/* ====================



	Header CSS 



======================= */







header {
	background: url(../img/header-bg-repeat.jpg) repeat-x center top;
}
.header {
	font-family: 'gothic', sans-serif;
	padding-top: 5px;
	height: 194px;
	background: url(../img/header-bg.jpg) no-repeat center top;
}
.header .logo img {
	margin-left: -50px;margin-top: 31px;
}

.slogan {
position: absolute;
top: 12px;
left: 350px;
}

.right-menu ul {
	margin-top: 0px;
}
.right-menu ul li {
	float: left;
}
.right-menu ul li a {
	font-size: 13px;
	line-height: normal;
	padding: 0px 10px 1px;
	border-left: 2px solid #ca0100;
	text-transform: uppercase;
}
.right-menu li:first-child a, .menu li:first-child a {
	border-left: 0;
}
a.username:hover {
	color: #fff;
}
.menubar {
	height: 46px;
	text-align: right;
	font-family: 'gothic', sans-serif;
	background: #2d0500;
}
.menubar .container {
	padding: 12px 0 0;
}
.menu li {
	position: relative;
	display: inline-block;
	text-align: left;
}
.menu li a {
	font-size: 15px;
	line-height: normal;
	padding: 0px 5px 1px;
	border-left: 2px solid #ca0100;
	text-transform: uppercase;
}
.menu li.active a, .right-menu li.active a {
	color: #ecbd51;
}
.menu li ul.sub-menu {
	position: absolute;
	top: 22px;
	right: 0;
	z-index: 1000;
	display: none;
	float: left;
	width: 180px;
	padding: 6px 0;
	list-style: none;
	background-color: #ffffff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}
.menu li ul.sub-menu:after {
	position: absolute;
	top: -6px;
	right: 30px;
	display: inline-block;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #ffffff;
	border-left: 6px solid transparent;
	content: '';
}
.menu li:hover ul.sub-menu {
	display:block;
}
.menu li:hover ul.sub-menu li {
	display: block;
}
.menu li:hover ul.sub-menu a {
	font-size: 13px;
	border: 0 none;
	color: #2d0500;
	display: block;
	padding: 5px 8px;
}
.menu li:hover ul.sub-menu a:hover {
	color: #fff;
	background: #2d0500;
}
/* ====================



	Content Page CSS 



======================= */



article {
	min-height: 520px;
	text-align: justify;
}
article .container {
	padding: 20px 0;
}
article .page-title h1 {
	text-transform: uppercase;
	font-size: 22px;
	padding-bottom: 15px;
}
article .page-content.big {
	font-size: 20px;
	line-height: 26px;
	padding-bottom: 40px;
}
article .page-content p {
	padding-bottom: 20px;
}
article .page-content .photo {
	position: relative;
	text-align: center;
	font-size: 18px;
	padding-bottom: 40px;
}
article .page-content .sign {
	/*position: absolute;
	left: 0;
	bottom: 0;*/
}
article .sub-title {
	font-size: 22px;
	padding-bottom: 10px;
}
article .sub-content {
	padding-bottom: 30px;
}
article .sub-content b {
	font-weight: bold;
}
article .sub-content ol {
	padding-left: 15px;
}
article .sub-content ol li {
	list-style-position: inside;
}
/* ====================



	Login CSS 



======================= */



.login-box {
	margin:60px auto;
	padding-right: 64px;
	width:365px;
}
.login-head {
	color:#fff;
	padding: 8px 20px;
	font-size: 20px;
	width:325px;
	background: transparent url(../img/login-top-bg.png) repeat;
	border-bottom:solid 1px #000;
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-o-border-radius: 5px 5px 0 0;
}
.login-text {
	padding:25px 20px 15px;
	width:325px;
	background: transparent url(../img/login_bg.png) repeat;
	border-radius:0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	-o-border-radius: 0 0 5px 5px;
}
.login-label {
	float:left;
	font-size:19px;
	padding-top:5px;
	width:100px;
	color:#FFF;
}
.form-line {
	padding-bottom:15px;
}
.login-input, .login-btn {
	float:right;
	width:210px;
}
.login-input input {
	padding: 8px;
	width:195px;
}
.register-link {
	padding: 15px 0 0;
	text-align: center;
}
.forgot-pass {
	padding: 20px 0 0;
	text-align: center;
}
.register-link a {
	color: #ecbd51;
}
/* ====================



	Login New CSS 



======================= */



#login {
	padding: 70px 0 0 0px;
	height: 100%;
}
#login {
	width: 350px;
	margin:auto;
	position: relative;
}
#logintop {
	background:url(../img/wrapper_top.png) no-repeat;
	height:22px;
}
#loginmiddle {
	background:url(../img/wrapper_middle.png) repeat-y;
	height:225px;
}
#loginbottom {
	background:url(../img/wrapper_bottom.png) no-repeat;
	height:22px;
}
#login h2 {
	color: #434343;
	margin-left: 26px;
	font-size:20px;
	font-weight:bold;
	font-family:Myriad Pro;
	text-transform:uppercase;
	position:absolute;
	text-shadow: #fff 2px 2px 2px;
}
#username_input {
	margin-left:25px;
	position:absolute;
	width:300;
	height:50px;
	margin-top:40px;
}
#username_inputleft {
	float:left;
	background:url(../img/input_left.png) no-repeat;
	width:12px;
	height:50px;
}
#username_inputmiddle {
	float:left;
	background:url(../img/input_middle.png) repeat-x;
	width:276px;
	height:50px;
}
#username_inputright {
	float:left;
	background:url(../img/input_right.png) no-repeat;
	width:12px;
	height:50px;
}
#login input.form-control {
	/* height:40px; */
	display:block;
	width:276px;
	height:40px;
	background:transparent;
	border:0;
	color:#434343;
	font-family:helvetica, sans-serif;
	font-size:14px;
	padding-left:20px;
}
#login .btn {
	padding: 6px;
	width: 100%;
}
#url_user {
	position:absolute;
	display:block;
	margin-top:-40px;
	/* margin-top:-28px; */
	color: rgba(0, 0, 0, 0.42);
	float:left;
	padding-right:10px;
}
#password_input {
	margin-left:25px;
	position:absolute;
	width:300;
	height:50px;
	margin-top:100px;
}
#password_inputleft {
	float:left;
	background:url(../img/input_left.png) no-repeat;
	width:12px;
	height:50px;
}
#password_inputmiddle {
	float:left;
	background:url(../img/input_middle.png) repeat-x;
	width:276px;
	height:50px;
}
#password_inputright {
	float:left;
	background:url(../img/input_right.png) no-repeat;
	width:12px;
	height:50px;
}
#url_password {
	display:block;
	position:absolute;
	margin-top:-40px;
	float:left;
	color: rgba(0, 0, 0, 0.42);
	/*
	margin-top:-32px;
	margin-left:4px;*/
}
#submit {
	float:left;
	position:relative;
	padding:0;
	margin-top:160px;
	margin-left:25px;
	width:300px;
	height:40px;
	border:0;
}
#links_left, #links_right {
	font-size:13px;
	color:#434343;
}
#links_left {
	float:left;
	position:relative;
	padding-top:5px;
	margin-left:25px;
}
#links_left a {
	color:#434343;
	text-decoration:none;
	transition: color 0.5s linear;
	-moz-transition: color 0.5s linear;
	-webkit-transition: color 0.5s linear;
	-o-transition: color 0.5s linear;
}
#links_left a:hover {
	color: #CE9619;
}
#links_right {
	float:right;
	position:relative;
	padding-top:5px;
	margin-right:25px;
}
#links_right a {
	color: #CE9619;
	text-decoration:none;
	transition: color 0.5s linear;
	-moz-transition: color 0.5s linear;
	-webkit-transition: color 0.5s linear;
	-o-transition: color 0.5s linear;
}
#links_right a:hover {
	color:#292929;
}
/* ====================



	Register Page CSS 



======================= */

.sbj {
	/*margin-top:50px;*/
	margin-top:20px;
}

.sbj legend {
	color:#fff;
	padding: 8px 30px;
	margin-top:-35px;
	margin-left:-31px;
	font-size: 20px;
	background:url(../img/login-top-bg.png) repeat left top;
	border-top-right-radius: 10px;	
	-moz-border-radius-topright: 10px;
	-o-border-radius-topright: 10px;
	-webkit-border-radius-topright: 10px;
	border-top-left-radius: 10px;	
	-moz-border-radius-topleft: 10px;
	-o-border-radius-topleft: 10px;
	-webkit-border-radius-topleft: 10px;	
}

.sbj .form-label {
	width:170px !important;
}

.register-head {
	color:#fff;
	padding: 8px 20px;
	font-size: 20px;
	background:url(../img/login-top-bg.png) repeat left top;
	border-top-right-radius: 10px;	
	-moz-border-radius-topright: 10px;
	-o-border-radius-topright: 10px;
	-webkit-border-radius-topright: 10px;
	border-top-left-radius: 10px;	
	-moz-border-radius-topleft: 10px;
	-o-border-radius-topleft: 10px;
	-webkit-border-radius-topleft: 10px;	
}

.register fieldset {
	border: 1px solid #BE5757;
	padding: 10px 30px;
	background: transparent url(../img/login_bg.png) repeat;
	border-bottom-right-radius: 10px;	
	-moz-border-radius-bottomright: 10px;
	-o-border-radius-bottomright: 10px;
	-webkit-border-radius-bottomright: 10px;
	border-bottom-left-radius: 10px;	
	-moz-border-radius-bottomleft: 10px;
	-o-border-radius-bottomleft: 10px;
	-webkit-border-radius-bottomleft: 10px;	
	margin-bottom: 15px;
}
.register legend {
	font-size: 22px;
	margin-bottom: 10px
}
.register .form-label {
    float: left;
    font-size: 18px;
    padding-right: 10px;
    padding-top: 1px;
    text-align: left;
    width: 200px;
}

.register .sub-label  {
	font-size:15px !important;
}

.register input, .register textarea {
	width: 350px;
}
.register select {
	width: 366px;
}
.register .regi-btn {
	/*padding-left: 200px;*/
	 text-align: center;
}
.register .regi-btn .btn {
	width: 120px;
}
.yes_agree {
	width:25px !important;
}
.details_bor {
	border-bottom:1px solid #832d2c;
}


/* ====================



	CMS Page CSS 



======================= */



.listing {
	padding-left: 15px;
}
.listing li {
	padding: 0 0 10px 21px;
	background: transparent url(../img/arrow.png) no-repeat left 4px;
}
.b-pad {
	padding: 10px 30px;
}
/* ====================



	Add Product Page CSS 



======================= */

.text_box {
	margin:0px 0px 10px 0px;
}
.text_box input {
	width:50%;
	margin-bottom:10px;
	background:#940c0c;
	color:#fff;
	border-radius:0px;
	opacity:0.5;
	border:1px solid #3c0101;	
}

.text_box textarea {
	width:50%;
	margin-bottom:10px;
	background:#940c0c;
	color:#fff;
	border-radius:0px;
	opacity:0.5;
	border:1px solid #3c0101
}

.product_head {
	background: url("../img/login-top-bg.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
	border-bottom: 1px solid #000000;
	border-radius: 5px 5px 0 0;
	color: #FFFFFF;
	font-size: 20px;
	padding: 8px 20px;
}
.image_section {
	/*	width:800px;*/

/*	float:left;*/

	margin:0 auto 15px;
}
.image_section fieldset {
	border: 1px solid #BE5757;
	padding: 10px 10px;
	background: transparent url(../img/login_bg.png) repeat;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
}
.inspriation {
	/*	float:left;

	width:360px;*/

	margin-right:10px;
	margin-left:10px;
	margin-bottom:20px;
	color:#000;
}
.section_title {
	text-transform:uppercase;
	padding:5px 0px 5px 0px;
	margin-bottom:10px;
	/*border-bottom:1px solid #000;*/
	/*opacity:0.7;*/
	filter:alpha(opacity=70); /* For IE8 and earlier */
}




.inspriation input {
	margin-bottom:5px;
	width:50%;
	background:#940c0c;
	border-radius:0px;
	color:#fff;
	opacity:0.5;
	border:1px solid #3c0101;		
}
.add_product input[type="file"] {
	background:none;
	color:#000;
	padding-left:16px;
	width:300px;
	border:0px;
	opacity:0.9;
	box-shadow:none;
}
.inspri_img {
	width:220px;
	float:left;
	position:relative;
}
/*.inspriation_info {
	float:right;
	width:750px;
}
*/
.inspriation_info_image {
	float:left;
	margin-right:10px;
	width:125px;
	margin-right:10px;
}
.technical {
	/*	float:left;

	width:360px;*/

	margin-right:10px;
	margin-left:10px;
}
.technical input {
	margin-bottom:5px;
	width:50%;	
	background:#940c0c;
	border-radius:0px;
	color:#fff;
	opacity:0.5;
	border:1px solid #3c0101;	
}
.product_image {
	text-align:left;
	width:120px;
	float:left;
	margin-right:10px;
}
.browse {
	width:250px;
	float:left;
	margin-top:70px;
}
.product_btn {
	display:block;
	text-align:center;
	margin-top:10px;
}
.video_section {
	/*	width:800px;*/

/*	float:left;*/

	margin:0 auto 15px;
}
.video_section fieldset {
	border: 1px solid #BE5757;
	padding: 10px 10px;
	background: transparent url(../img/login_bg.png) repeat;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
}
.audio_img_section {
	margin-bottom:15px;
}
.audio_title {
	border-bottom: 1px solid #000000;
	margin-bottom: 10px;
	opacity: 0.7;
	padding: 5px 0;
	text-transform: uppercase;
}
.audio_img {
	width:220px;
	float:left;
	margin-right:30px;
}
.audio_pic {
	position:relative;
	width:220px;
}
.audio_pic img {
	width:220px;
	height:220px;
}
.aud_pic_cap {
	position:absolute;
	color:#ff;
	padding:5px;
	bottom:26px;
	width:210px;
	background:#000;
	text-transform:capitalize;
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
}
.print_pic_cap {
	position:absolute;
	color:#ff;
	padding:5px;
	bottom:4px;
	width:210px;
	background:#000;
	text-transform:capitalize;
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
}
.audio_aud_section {
	margin-bottom:15px;
}
.audio_aud_title {
	font-size:14px;
	margin-bottom:10px;
}
.video_img {
	/*	float:left;

	width:345px;

	margin-right:10px;

	margin-left:10px;*/

	margin-bottom:15px;
}
.video_img input[type="text"] {
	width:330px;
	margin-bottom:5px;
	margin-top:2px;
	background:#940c0c;
	border-radius:0px;
	color:#fff;	
	opacity:0.5;
	border:1px solid #3c0101;	
}

.video_vid {
/*	float:right;

	width:345px;

	margin-right:10px;

	margin-left:10px;*/

}
.video_vid input[type="text"] {
	width:330px;
	margin-bottom:5px;
	margin-top:2px;
	position:relative;
	background:#940c0c;
	border-radius:0px;
	color:#fff;
	opacity:0.5;
	border:1px solid #3c0101;	
}
.video_aud {
	/*	float:left;

	width:345px;

	margin-right:10px;

	margin-left:10px;*/

	margin-bottom:15px;
}
.video_aud_add {
	margin-bottom:15px;
}
.video_aud_add_title {
	background:#000;
	padding:5px 10px;
	margin-bottom:10px;
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
}
.audio_aud_add_title {
	font-size:13px;
	margin-bottom:10px;
}
.video_vid_add {
}
.video_add_video {
	width:300px;
	margin-right:30px;
	float:left;
}
.video_img_add {
}
.video_image_section {
	width:46%;
	margin-right:3%;
	float:left;
}
.video_image_section .image_pic {
	float:left;
	margin-right:10px;
}
.video_image_section .caption {
	float:left;
}
.btn_vid {
	cursor: pointer;
	color: #fff;
	font-size: 14px;
	border: solid 1px #000;
	padding: 3px 10px;
	margin-top:5px;
	background: #2d0500;
}
.btn_vid:hover {
	background: #000;
}
.pre_div {
	display:block;
	text-align:right;
}
.btn_pre {
	cursor: pointer;
	color: #fff;
	font-size: 14px;
	border: solid 1px #000;
	padding: 3px 10px;
	margin-top:5px;
	margin-bottom:10px;
	background: #2d0500;
	border-radius:5px;
	font-family:Arial, Helvetica, sans-serif;
	float:right;
}
.btn_pre:hover {
	background: #000;
}
.add_product .button {
	background:url(../img/remove_icon.png) no-repeat center #fff !important;
	width:34px;
	height:30px;
	cursor:pointer;
	font-size:0px;
	margin-bottom:5px;
}
.inline_popup p {
	color:#000;
	text-align:justify;
}
audio {
	margin-bottom:15px;
}
.delete_icon {
	cursor: pointer;
	height: 16px !important;
	;
	width: 16px !important;
}
.edit_caption {
	width:205px !important;
}
.image_popup_img {
	width:250px;
	height:250px;
	margin-right:10px;
	margin-bottom:10px;
	float:left;
}
.image_popup_img img {
	width:100%;
	height:250px;
}
.loader {
	padding:30px 0px 30px 0px;
	text-align:center;
}
.pop_up_dis {
	float:right;
	width:480px;
}
.pop_up_img {
	width:250px;
/*	height:250px;*/
	float:left;
	margin-right:10px;
}
.pop_up_img audio {
	margin-top:15px;
	width:250px;
}
.pop_up_img img {
	width:100%;
	height:250px;
}
.pop_image {
	position:relative;
}
.pop_caption {
	position:absolute;
	color:#fff;
	display:block;
	width:97%;
	bottom:6px;
	padding:3px;
	background:#000;
	text-transform:capitalize;
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
}
.payment_div {
	margin:10px auto 15px;
}
.states {
	float:right;
	display:inline-block;
}
.strip {
	border-bottom:1px solid #c06162;
	padding:5px 5px;
	cursor:pointer;
}
.strip:hover {
	background:#000;
	opacity:0.6;
	filter:alpha(opacity=60); /* For IE8 and earlier */
}
.select_pro {
	float:none;
    padding-top: 13px;
}
.toggle_div {
	min-height:200px;
	padding:10px 0px;
	margin-bottom:20px;
}
.toggle_left {
	width:800px;
	float:left;
}
.toggle_div .img_div {
	float:left;
	width:200px;
	margin-right:20px;
}
.toggle_div .img_div label {
	display:block;
	text-align:center;
	padding:3px 0px;
}
.toggle_div .img_div img {
	width:200px;
	height:200px;
}
.btn_toggle {
	width:150px;
	float:left;
	    margin-top: 17px;

}
.btn_toggle input {
	width:100%;
	margin-bottom:5px;
}
.guidlines {
	border:1px solid #000;
	min-height:570px;
	background:url(../img/guide_bg.png) no-repeat center top #940c0c;
	color:#fff;
    padding-left: 10px;
    padding-right: 10px;	
}
.guidlines p {
	color:#fff;
	font-size:12px;
/*	padding-left:10px;*/
	padding-right:10px;
	padding-bottom:10px;
	color:#fff;
}

.guidlines ul li {
	list-style-type:disc !important;
	margin-left:15px;
}

.guidlines_title, .sample_title {
	text-transform:uppercase;
	padding:10px 0px 15px;
	margin-bottom:15px;
	margin-left:-10px;
	margin-right:-10px;
	display:block;
	text-align:center;
	background:#000;
	border-top:1px solid #8f0a0b;
	border-bottom:1px solid #8f0a0b;
	color:#fff;
	min-height:23px;
}

.sample_sub{
	display:none;
	text-align:center;
	padding:7px 0px;
	border-top:0px solid #000000;
	border-bottom:0px solid #000000;
	text-transform:uppercase;
	margin-bottom:10px;
	margin-top:-5px;
}

.add_slide_btn {
	margin:10px 0px;
}

.slide_title {
	text-transform:uppercase;
	padding:5px 0px 5px 0px;
	margin-bottom:5px;
	border-bottom:1px solid #ab6768;
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
}

.slide_dis {
	margin-bottom:15px;
}


.option_title{
	font-size: 14px;
	width:750px;
	float:right;
}

.execution {
	position: relative;
}
.print_radio {	
	top:0px;
	left:100px;
	position: absolute;
}
.print_radio input[type="checkbox"] {
	width:15px;
	margin-left:5px;
}

/*

#cboxCurrent {

	display:none !important;

}



#cboxLoadedContent {

	margin-bottom:0px !important;

}



#cboxContent {

	width:800px !important;

	height:600px !important;

}



.cboxPhoto {

	width:800px !important;

	height:600px !important;

}

*/

/* ====================



	Footer CSS 



======================= */



footer {
	padding: 0 0;
	font-size: 20px;
	background: #000000;
    width: 100%;
    margin-top: 15px;
     
	
}

.copyright{
    line-height: 30px;
    padding: 10px 0 0 0; 
    font-size: 18px;
    text-align: center;
    
}

/* ====================



	Updated CSS



======================= */

.register .radio_option input{width: auto; margin-right: 5px;}

.register .radio_option .form-input{margin-top:4px;}

.register .radio_option .form-input > div{display: inline-block; margin-right: 15px;}

.stick_time{
	background: #BF831D;
	padding: 10px 15px;
	display: inline-block;
	position: fixed;
	right: 15px; top: 50%;
	margin-top: -20px;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	
	-webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
	box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.stick_time > span{
	font-family: 'gothic', sans-serif;
	font-weight: 600;
	font-size: 18px;
}


/* ====================



mohan add CSS



======================= */

.full-bg{
    width: 100%;
    background-color: #931b1d;
   padding: 0 0 15px 0;
    
}


.full-bg #title{    padding: 10px 0 10px 0;} 


.my-account .section_title{
color:#000;
border-bottom: none;
opacity: inherit;
}

.my-account .checkbox{color:#000;} 

.my-account label.checkbox.inline{
    line-height: 40px;

    
}

.my-account input, textarea, select{margin-right: 8px;}


.right-menu{position: absolute;
    top: 188px;
    right: 96px;}


 .footer-top{ 
    
    background-color: #931b1d;
    padding: 10px;
    margin: 0 0 0 0; 
     
 }


.footer-top i{padding: 10px 0 10px 0;
font-size: 17px;
    font-weight: 400;    
    
}



.my-account .btn {
    cursor: pointer;
    color: #fff;
    font-size: 17px;
    border: solid 1px #bc8b2e;
    padding: 6px 20px;
    opacity: 0.9 !important;
    background: #bc8b2e !important;}




.btn_toggle .btn {
	cursor: pointer;
	color: #fff;
	font-size: 17px;
	border: solid 1px #390602;
	padding: 6px 20px;
	opacity: 0.9 !important;
	background: #390602 !important;
	margin-right: 10px;
}


.btn_toggle a{
 margin-right: 15px;   
} 


.uplaod-content .section_title{
  display: inline-block;
    margin-right: 15px;  
        border-bottom: none;
         box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
     margin-bottom: 1.5rem!important;
         padding: 1.5rem!important;
         margin-top: 15px;
         color:#000;
             text-align: center;
    
}

.img-box{
    width: 233px;
    height: 233px;
       margin: 0 auto;
    margin-bottom: 10px;
}

.section_title h2 {
    padding-bottom: 10px;
}



.add-product .product_head{
background:none;
border-bottom: none;
    border-radius: 0px;
        display: none;
    
}

.add-product .image_section fieldset{
  background:none;
border: none;
    border-radius: 0px;  
}


.add-product .browse{display: none;}

.add-product .section_title {color:#000;}


.add-product body, td{    background: #ffffff;
background: none;
color:#000;
}


.add-product .TB_ToolbarSet, .TB_Expand, .TB_Collapse{
 background-color:none;
     opacity:none;   
    
}


.sample-box{display: block;
    color: #000;
    padding-top: 15px;
    width:653px;
    text-align: center;
    
}

.sample-box h2{padding:10px 0 15px 0;}

.add-product .product_btn{ text-align: left;}

.add-product .select_pro22{color:#000;}

.edit_product .section_title{
   color: #000;
    opacity: inherit;    
}

.edit_product .btn_toggle {
margin-top: 0px;
margin-bottom: 10px; 
display: flex;
    float: none;


}

.t-c{text-align: center;}


.edit-upload{
    width: 20%;
    border-bottom: none;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    margin-bottom: 1.5rem!important;
    padding: 1.5rem!important;
        margin-right: 15px;
}


.edit-upload img{width:230px;height:230px;}

.edit-upload .browse {margin-top: 0px;}


.edit-upload .delete_icon{position: absolute;
padding-left: 11px;
display:none;

}

.main-edit-upload{
 display: flex;
 padding-top: 50px;
}


.user-page .strip{
    background-color: #b93232;
    margin-bottom: 2px;
}

.user-page .strip::after{
   content: "+";
    z-index: 9999;
    position: absolute;
    right: 121px;
    font-size: 20px;
    font-weight: 700;

}

.user-page .btn_toggle{
display: block;
float: left;
    
}

.jewelory-section .section_title_new {
margin-bottom: 15px;
color: #000;    
}

.main-jewelory-list {
    display: inline-block;
}

.jewelory-section{   
    margin: 20px 20px 0 0;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    margin-bottom: 1.5rem!important;
    padding: 1.5rem!important;
    
}

.jewelory-section h1 {padding-bottom: 10px;
    font-size: 23px;}

.marke-section.section_title_new {
color: #000;    
}

.my-account label.checkbox.inline{display: block;    line-height: 30px;}

.add-product .select_pro{color:#000;margin-bottom: 15px;}

.add-product .select_pro select {border: 1px solid #000;}



.choose-section [type="file"] {
/* Style the color of the message that says 'No file chosen' */
  color: #878787;
}
.choose-section [type="file"]::-webkit-file-upload-button {
  background: #dcdddf;
  border: 2px solid #dcdddf;
  border-radius: 4px;
  color: #000;
  cursor: pointer;
  font-size: 12px;
  outline: none;
  padding: 0px 5px;
  text-transform: uppercase;
  transition: all 1s ease;
  height:25px;
  font-weight: bold;
    width: 100px;
    margin-left: 10px;

}

.choose-section [type="file"]::-webkit-file-upload-button:hover {
  background: #fff;
  border: 2px solid #535353;
  color: #000;
}




.select-category .btn{
    cursor: pointer;
    color: #fff;
    font-size: 17px;
    border: solid 1px #ba8d29;
    padding: 6px 20px;
    opacity: 0.9 !important;
    background: #ba8d29 !important;
        margin-top: 20px;
        margin-right: 15px;
    
    
}


.sample-pic-edit{text-align: center;width:690px;padding-top:20px}

.sample-img{width:230px;height:230px;
    text-align: center;
    margin: 0 auto;    
}


.edit_produc .product_btn{text-align: left;}




.dp{display: none!important;}



.edit_product .image_section fieldset{
border: none;    
background: none;    
}


.edit_product .select_pro input, textarea, select{border: 1px solid #000;}


.full-bg .select_pro{color:#000;}

.ml{margin-left: 22px;}

.full-bg .product_head{background:none;border-bottom:none;    padding: 8px 0px;}




.upload-section{display: inline-block;}


.uplaod-content .audio_pic{width: 100%;
    display: inline-block;}


.update-section .product_head{background:none;border-bottom:none;color: #000;}  



.update-section .video_section fieldset{border:none;background:none;}


.update-section .text_box{color:#000;}


.full-bg .select_pro{color:#fff;}

.field{width:62%;}    

@media (min-width: 300px) and (max-width: 768px) {
  
 .field{width:100%;}   
#img_340_file{display: flex;} 

.right-menu{right:0px;}

.header .logo img{margin-left: 15px;}

    
    
    .sample-box{    width: auto;}
    
    
  /*.add_product{padding-left: 15px; padding-right: 15px;}*/
  
  .select_pro{padding-left: 15px;}  
  
 .uplaod-content .audio_pic{width: 100%;display: block;} 
  
 .uplaod-content .section_title{display: block;}
 
 
/*html, body { 
  display:inline-block;
  
 }*/
  
  .full-bg #title{    padding: 10px 0 10px 15px;}
  
  #innerContent{padding-left: 15px;}  
  
  
  .my-account input, textarea, select {
    margin-right: 0px;
     max-width: 100%; }
  

.image_section fieldset{padding: 10px 0px;}

  
 .select-category{padding-left: 15px;} 
  
 .main-edit-upload{display:block;} 
  
 .sample-pic-edit{width:100%;} 
  
.full-bg .product_head{background:none;border-bottom:none;padding: 8px 10px;}
  
  
  .edit_product .edit-upload {width: 71%;display: inline-block;}
  
 
  
}

@media (min-width: 768px){
 .container {max-width: 720px;}   
    
.user-page .strip::after{right: 140px;}    
 
 .main-jewelory-list{
  margin: 5px 0 0 0;   }
   

   
   
     
 }


@media (min-width: 992px){
.container { max-width: 960px;}
 
 
}


@media (min-width: 1200px){
.container { max-width: 1140px;}    
    
}



