﻿.txt-10 {
	font-size: 10px;
}

.txt-12 {
	font-size: 12px;
}

.align-right {
	text-align: right;
}

.align-center {
	text-align: center;
}

.breadcrums {
	/*border-top: 1px solid #ededed;*/
	border-bottom: 1px solid #ededed;
	//height: 20px;
	width: 100%;
	padding: 7px;
	// padding-bottom: 4px;
	overflow: auto;
	margin-top: 10px;
	font-size: 11px;
}

.quick-contact {
	float: right;
	//font-size: 10px;
}

	.quick-contact span {
		color: #192a56;
	}

.dv_container {
	width: 100%;
	overflow: auto;
}

.container-left {
	width: 70%;
	overflow: auto;
	float: left;
}

.container-right {
	width: 30%;
	overflow: auto;
	border: 1px solid #ddd;
	padding: 5px;
	float: left;
	margin-top: 10px;
}

.div_half {
	width: 50%;
	overflow: auto;
	float: left;
	padding: 2px;
	//border:1px solid;
}

.side180 {
	width: 438px;
}

.border-left {
	border-left: 1px solid #ccc;
}

@media screen and (max-width:600px) {

	.breadcrums {
		margin-top: 0px;
		width: 100%;
		//background-color: #ccc;
		text-align: center !important;
	}



	.container-left {
		width: 100%;
		float: left;
	}

	.container-right {
		width: 100%;
		float: left;
	}

	.quick-contact {
		width: 100%;
		text-align: center;
		font-size: 10px;
		color: #2e2e2e;
		padding-top: 5px;
	}

		.quick-contact span {
			color: #ffffff;
			font-weight: bold;
		}

	.div_half, .side180 {
		width: 98%;
		text-align: center;
	}

	.arro180 {
		display: none;
	}

	.border-left {
		border: none;
	}
}

.line-heigh {
	line-height: 1.75;
}

.product_image {
	width: 95%;
	overflow: auto;
	margin: auto;
}

.span-price {
	font-size: 20px;
	float: left;
	//border:1px solid131;
	padding: 2px;
}

.color-blue {
	color: #4183c5;
}

.additional-dic {
	width: 100%;
	background-color: #3ec3ae;
	padding-top: 9px;
	padding-bottom: 9px;
	padding-left: 5px;
	padding-right: 5px;
	color: #fff;
	/*border-bottom: 1.5px solid #27ae60;*/
	text-align: center;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.3);
	/*font-weight:700 !important;*/
}

.buy-btn {
	width: 100%;
	color: white;
	background-color: #435191;
	border-color: #435191;
	padding-top: 15px;
	padding-bottom: 15px;
	font-weight: bold;
}

	.buy-btn:hover {
		background-color: #bdc3c7;
		border-color: #bdc3c7;
	}

.btn_hollow {
	width: 100%;
	background: #fff;
	text-align: center;
	color: #192a56;
	padding: 15px;
	border: 1px solid #435191;
	border-radius: 5px;
}

	.btn_hollow:hover {
		background-color: #bdc3c7;
		border-color: #435191;
		color: #ffffff;
	}

.tabs-size-details:first-child {
	display: block;
}

.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

.border-left {
	border-left: 1px solid #ebebeb;
}

#headturn-container-side {
	position: relative;
	overflow-x: hidden;
}

.tabs-size-details h4 {
	color: #000;
	font-size: 14px;
	letter-spacing: 1px;
	margin: 0;
}

.uppercase {
	text-transform: uppercase;
}

.title180 {
	font-size: 14px;
	color: #333;
	font-family: SourceSansProRegular,sans-serif;
	line-height: 1.4;
}

.arro180 {
	position: absolute;
	z-index: 10;
}

#headturn-container-side.side180 > img {
	width: 3066px !important;
	height: 200px !important;
	max-width: none !important;
}

#headturn-container-side img {
	max-width: 100% !important;
	width: auto\9;
	height: auto;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}

#headturn-side {
	position: relative;
}

.pull-left {
	float: left !important;
}

.image-small {
	width: 80px;
	height: 80px;
	background-size: cover;
	background-position: -582px 0;
	cursor: pointer;
	margin: 2px;
}

/* Style For Radio and checkbox Button*/
.checkbox label, .radio label {
	display: inline-block;
	cursor: pointer;
	position: relative;
	padding-left: 35px;
	margin-right: 15px;
	font-size: 14px;
	height: 25px;
	width: auto;
}

	.checkbox label:before, .radio label:before {
		content: "";
		display: inline-block;
		height: 20px;
		width: 20px;
		margin-right: 10px;
		position: absolute;
		left: 0;
		bottombottom: 1px;
		background-color: #f8f8f8;
		box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8);
		border-radius: 20px;
	}

input[type=radio] {
	display: none;
}


	input[type=radio]:checked + label:before {
		content: "\2022";
		color: #999;
		font-size: 28px;
		text-align: center;
		line-height: 20px;
	}

input[type=checkbox] {
	display: none;
}

.checkbox label:before {
	border-radius: 3px;
}

input[type=checkbox]:checked + label:before {
	content: "\2713";
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
	font-size: 30px;
	color: #999;
	text-align: center;
	line-height: 18px;
}

.color_css {
	width: 25px;
	height: 25px;
	margin: 3px;
	float: left;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2);
	transition: 0.3s;
}

.color_css_image img {
	width: 85px;
	/* box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%); */
}

	.color_css_image img:hover {
		border: 1px solid #ccc;
	}

.color_css_image_selected {
	border: 1px solid #ccc;
}
.available_option {
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	font-size: 14px;
	color: #2980b9;
}
.glass_container {
	height: 480px;
	width: 100%;
	max-width: 300px;
	border: 1px solid #f2f2f2;
	float: left;
	padding: 4px;
	overflow: auto;
	margin: 7px;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2);
	//transition: 0.3s;
}

	.glass_container:hover {
		//border: 1px solid #f2f2f2;
		box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
		transition: 0.3s;
	}

.glass_img {
	padding: 10px;
	width: 100%;
	font-size: 16px;
	line-height: 30px;
	/*height: 126px;*/
	height:85px;
}

.breadcrums-popup {
	background-color: #435191;
	text-align: left !important;
	font-weight: bold;
	font-size: 14px;
	border-radius: 5px 5px 0px 0px;
}

	.breadcrums-popup a {
		font-size: 18px;
		padding-right: 10px;
	}

.action {
	color: #414241;
	float: right;
	background-color: transparent;
	border: none;
	outline: none;
}

.glass_desc {
	color: #414241 !important;
	border-top: 1px solid #ddd;
	background: rgba(242,242,242,.5);
	height: 296px;
	overflow: auto;
}

	.glass_desc p {
		font-size: 12px;
		padding-top: 20px;
	}

.popup-title {
	font-size: 16px;
	font-weight: bold;
}

.btn_cart {
	width: 80%;
	background-color: #e67e22;
	border: 1px solid #d35400;
	padding: 2px;
	border-radius: 5px;
	color: #ffffff;
	max-width: 400px;
}

	.btn_cart:hover {
		background-color: #ccc;
		border: 1px solid #808080;
	}

.btn_skip {
	width: 80%;
	background-color: #bdc3c7;
	border: 1px solid #bdc3c7;
	padding: 2px;
	border-radius: 5px;
	color: #000;
	max-width: 400px;
}

	.btn_skip:hover {
		background-color: #ddd;
		border: 1px solid #ddd;
	}

.table {
	width: 100%;
}

	.table tr td {
		padding-top: 15px;
		padding-bottom: 15px;
	}

.tr_head {
	background-image: linear-gradient(264deg,#f6be30,#07b2b6);
}

	.tr_head td {
		width: 20%;
		color: #fff;
		font-size: 18px;
	}

.table tr td select, input {
	padding: 5px;
	width: 90%;
	border-radius: 5px;
	border: 1px solid #ccc;
}

.prec-value table tr td {
	border-bottom: 1px solid #ddd;
	padding: 10px;
}

.left-menu {
	width: 25%;
	float: left;
	padding: 5px;
	color: #414241;
}

	.left-menu div {
		padding: 7px;
		text-align: left;
		border-bottom: 1px solid #ddd;
	}

.right-precription {
	/*width: 73%;*/
	width:100%;
	float: left;
}

.prec-note {
	text-align: left;
}


.left-menu div:hover {
	background: #435191;
}

	.left-menu div:hover a {
		color: #fff;
	}

.left-menu-active {
	background: #435191;
}

	.left-menu-active a {
		color: #fff;
		text-decoration: none;
	}

.ul_description {
	list-style-type: none;
}

	.ul_description li {
		font-size: 12px;
    font-weight: 300;
    padding: 5px;
    text-align: left;
    /*color: #435191;*/
	}

@media (max-width:800px) {
	.dialog__content {
		padding: 0px;
	}

	.breadcrums-popup {
		font-size: 12px !important;
	}

	.radio label {
		font-size: 12px !important;
	}
}

.container-left *, .container-right * {
	font-size: 14px !important;
	font-weight: 300 !important;
}

.dv_body div {
	//color:#435191 !important;
}