.prod-item-price {
	font-family: OpenSans-ExtraBold;
	font-weight: bold;
	color:#e04403;
	font-size: 20pt;	
	letter-spacing: 1px;
}

.prod-item-padding1 {

	padding:0px 0px 15px 0px;

}
.prod-item-padding2 {

	padding:0px 0px 5px 0px;

}

.prod-item-padding4 {

	padding:0px 0px 11px 0px;

}

.prod-item-addcart-padding-top {

	padding:20px 0px 0px 0px;

}

.prod-item-padding-top5 {

	margin:5px 0px 0px 0px;

}

.prod-item-padding-top10 {

	margin:10px 0px 0px 0px;

}

.prod-item-padding3{
	padding:0px 0px 25px 0px;
}

.prod-item-share-padding-top {
	padding:37px 0px 0px 0px;
}

.prod-item-descr-header {
	font-family: OpenSans-ExtraBold;
	color:#4e5361;
	font-size: 14pt;	
}


.prod-item-descr-text {
	font-family: OpenSans-Regular;
	font-weight: normal;
	color:#4e5361;
	font-size: 12pt;	
	letter-spacing: 1px;	
}

.prod-item-container-max-width {
	max-width:500px;
}

.t-shirt-icon {
	width:36px;
	height:21px;
	background: url("../images/imgassets.jpg") 0px 0px;
}


.share-insta-icon {
	width:25px;
	height:25px;
	background: url("../images/imgassets.jpg") 0px -50px;
}
.share-faceb-icon {
	width:25px;
	height:25px;
	background: url("../images/imgassets.jpg") 0px -76px;
}

.share-tw-icon {
	width:25px;
	height:25px;
	background: url("../images/imgassets.jpg") 0px -102px;
}

.desc-gj-icon {
	width:72px;
	height:72px;
	background: url("../images/imgassets.jpg") -26px -24px;	
}

.desc-gj-icon1 {
	width:34px;
	height:60px;
	background: url("../images/imgassets.jpg") -99px -24px;	
}


.desc-image1 {
    max-width: 100%;
    max-height: 100%;
}

.thumb-icon {
	width:118px;
	height:75px;
	object-fit: cover;
	border:#e5e5e5 solid 1px;
}

.main-image-bottom-padding {
		margin:0px 0px 20px 0px;
		background-color:#f5f5f5;
		display:flex;
		flex-direction:row;
		align-items: center;
		justify-content: center;
		max-width:510px;
		height:586px
		
}


.prod-thumb-container-box {
	display:flex;
	flex-direction:row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
	padding: 0px 0px 0px 0px;
}

.thumb-container-div {
	margin: 0px 5px 10px 0px;
	cursor:pointer;
}


.share-icon-margin {
	margin:0px 13px 0px 0px
}

.desc-gj-title {
	margin-left:14px;
	font-family: OpenSans-ExtraBold;
	color:#4e5361;
	font-size: 20pt;
	max-width:290px;
	line-height: 1.0;	
}

.desc-gj-text {
	max-width:455px;
	font-family: OpenSans-Regular;
	font-weight: normal;
	color:#4e5361;
	font-size: 14pt;
	line-height: 1.5;	
	padding-top:10px;
	letter-spacing: 0px;	
}

.desc-gj-title1 {
	margin-left:14px;
	font-family: OpenSans-ExtraBold;
	font-weight: bold;
	color:#4e5361;
	font-size: 20pt;
	max-width:302px;
	line-height: 1.0;	
}



.form-label-div {
	margin-right:15px;
	font-family: OpenSans-Regular;
	font-weight: normal;
	color:#acb0bd;
	font-size: 11pt;	
	letter-spacing: 1.5px;	
}

.form-label-share-div {
	margin-right:5px;
	font-family: OpenSans-ExtraBold;
	font-weight: bold;
	color:#a7abb9;
	font-size: 10pt;	
	letter-spacing: 1.0px;
}

.form-label-fixed-min-width {
	min-width:75px;
}

.form-element-div {
	margin-right:15px;
}

.form-element-custom {
	border-radius: 10px;	
	letter-spacing: 0.7px;
	font-size:12pt;
	background-color: #dde0e7;
	height:40px;
	outline: none;
	box-shadow:none !important;
	border:1px solid #ccc !important;	
}

.form-element-width-aligh-center{
	width:90px !important;
	text-align: center;
}

.form-element-width-height {
	max-width:300px;
	height:48px;
	
}

.size-guide-icon {
	margin-right:6px;
}

.size-guide-link {
	font-family: OpenSans-Regular;
	font-weight: normal;
	color:#e04403;
	font-size: 10pt;
	text-decoration:underline;	
	cursor:pointer;
}


.form-element-custom option{
	background-color: #ffffff;
}

.form-element-streach {
	flex:1 1 auto;
}

.btn-custom-addcart {
	width:209px;
	height:50px;
	border-radius: 10px;
	font-weight: bold;
	font-size: 12pt;
}

.low-desc-style {
	background-color: #dde0e7;
	flex: 1 1 auto;
}

.gray-background {
	background-color: #dde0e7;
}

.image-container {
	max-width:100%;
	max-height:100%;
	object-fit: contain;
}


.sb_item_not_avail {
	color: #bbb;
}

.sb_item_avail {
	color: #111;
}

.notify-btn {
    background-color: #e04403 !important;
    color: #fff !important;
    font-size: .9rem;
	font-family: OpenSans-ExtraBold;
	font-style:italic;
    border-radius: .4rem;
}

.notify-me-container {
	display:flex;
	flex-direction:column;
	justify-content: flex-start;
	align-items: center;
    border-radius: .2rem;	
	background-color: #f8f3f3 !important;
	padding:10px;
	color: #222 !important;
	letter-spacing: 1.1px;
	border:#888 solid 1px;
}

.prod-modal-container {
	display:flex;
	flex-direction:column;
	justify-content: flex-start;
	align-items: streach;
}
.prod-modal-container-label {
	text-align:left;
	font-weight:normal;
	font-family: OpenSans-Regular;
	font-size:12pt;
	color:#666;
	flex: 1 1 auto;
}

.prod-modal-container-error {
	text-align:left;
	font-weight:normal;
	font-family: OpenSans-Regular;
	font-size:11pt;
	color:#ff0000;
}

.prod-modal-container-ver {
	border:#aaaaaa solid 1px;
	padding:10px;
	border-radius: .2rem;	
	display:flex;
	flex-direction:row;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;	
}

.font-size16 {
	font-size:16pt;
	font-family: OpenSans-Regular;
}

.prod-item-modal-flex-streach {
	flex: 1 1 auto;
}
@media only screen and (min-width: 500px) {
	.small-screen-title-container {
		display:none;
	}
	.large-screen-title-container {
		display:block;		
	}	
}

@media only screen and (max-width: 500px) {
	.small-screen-title-container {
		display:block;
		text-align:center;
	}
	.large-screen-title-container {
		display:none;
	}
}

@media only screen and (min-width: 988px) {
	.image-area-container {
		flex: 1 1 auto;
	}
	
	.prod-item-title {
		font-family: OpenSans-ExtraBold;
		font-weight: bold;
		color:#212227;
		font-size: 34pt;	
		letter-spacing: 1px;
	}
}

@media only screen and (max-width: 988px) {
	.image-area-container {
		flex: 1 1 auto;
		margin:0px 5px 0px 5px;
	}
	
	.prod-item-title {
		font-family: OpenSans-ExtraBold;
		font-weight: bold;
		color:#212227;
		font-size: 24pt;	
		letter-spacing: 1px;
	}
	
}