


.product-section {
	padding:0px 0;
	position:relative;
	z-index:99;
}
.breadcrumb-title {
	float: right;
	font-size: 20px;
	margin: 3px 0 0;
	padding: 0;
	line-height:18px;
	font-weight:normal;
	color:#000000;
}
.breadcrumb-title-final-page {
	float: right;
	font-size: 15px;
	margin: 3px 0 0;
	padding: 0;
}
.product-section .breadcrumb {
	background:#fff;
	font-size:15px;
	color:#363636;
	margin:0;
	font-weight:bold;
}
.product-section .breadcrumb a {
	color:#363636;
	font-weight:normal;
}
.product-section .breadcrumb > li + li::before {
	color: #ccc;
	content: "/ ";
	padding: 0 5px;
}
.list-grid-box {
	border-bottom:solid 1px #eeeeee;
	border-top:solid 1px #eeeeee;
	padding:10px 0;
}
.product-section .grid_icon_area span {
	border: 1px solid #ececec;
	margin: 0 0 0 5px;
	padding: 8px;
}
.product-section .glyphicon-th {
	color: #bfbfbf;
	cursor: pointer;
}
.product-section .glyphicon-th-list {
	color: #bfbfbf;
	cursor: pointer;
}
.grid-active {
	color:#fff!important;
	background:#000;
}

.list-active {
	color:#fff!important;
	background:#cfa460;
}
.select-product-list {
	margin:0 10px 0 0;
	padding:0;
	font-size:16px;
}
.select-product-list span {
	margin:4px 0 0 0;
	display:inline-block;
}
.select-product {
	padding: 0;
	margin: 0 0 0 10px;
	border: 1px solid #ededed;
	width: 65px;
	border-radius: 3px;
	float:right;
	overflow: hidden;
	background-color: #fff;
}
.select-product select {
	padding: 5px 8px;
	width: 100%;
	border: none;
	box-shadow: none;
	background-color: transparent;
	background-image: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.select-product select:focus {
	outline: none;
}
.product-section .cataloge-product-page-area {
	margin:30px 0px 0px 0px;
}
.product-section .catalog-product-box {
width:100%;	
border: 1px solid #dddddd;
	box-shadow: 0 0 5px #dddddd;
	padding:10px;
	margin-bottom:20px;
	transition: all 0.3s ease 0s;
}
.product-section .catalog-product-box:hover {
	box-shadow: 0 0 25px #c8ddfd;
}
.view-more-link {
}
.view-more-link a {
	color:#cfa460;
	text-align:right;
	display:block;
}
.view-more-link a:hover {
	color:#000;
	text-decoration:none;
}
.catalog-product-img {
	overflow: hidden;
	position: relative;
	width: 100%;
}
.cart-button-product-page {
    bottom: 20px;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    position: absolute;
    text-align: center;
    width: auto;
}
.cart-button-product-page a {
	background:#333 url() 10px 10px no-repeat;
	border-radius:3px; padding:8px 15px 8px 30px;
	color:#fff;
	   transition: all 0.3s ease 0s;
}
.cart-button-product-page a:hover {
	background:#666 url() 10px 10px no-repeat;
	text-decoration:none;
	   transition: all 0.3s ease 0s;
}
.catalog-product-box:hover .cart-button-product-page {
	opacity:1;
	transition:0.3s;
}
.catalog-product-box:hover .zoom-icon-product-page {
	opacity: 1;
	top: 64px;
	transition: all 0.3s ease 0s;
}
.catalog-product-box:hover .add-to-cart-icon {
	opacity: 1;
	top: 0;
	transition: all 0.3s ease 0s;
}
.product-section .catalog-product-img img {
	max-width: 100%;
	width:100%;
}
.product-distribution-txt {
	font-size:14px;
	color: #7f7f7f;
	margin-top:10px;
}
.product-section .catalog-product-title {
	font-size: 18px;
	overflow: hidden;
	padding:10px 0;
	margin:0;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight:bold;
	border-bottom: 1px solid #c0c0c0;
}
.product-section .catalog-product-title a {
	color: #0d0c0c;
	font-size:15px;
	text-decoration: none;
}
.product-section .catalog-product-title a:hover {
	color: #cfa460;
	text-decoration: none;
}
.product-section .catalog-product-box ul {
	list-style-type: none;
	margin:0;
	padding:10px 0;
	min-height:102px;
	
}
.product-section .catalog-product-box ul li {
	color: #7f7f7f;
	font-size: 14px;
	padding: 2px 0 2px 13px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow:hidden;
	background:url() left center no-repeat;
}
.product-section .catalog-product-box ul li a {
	color:#4f4f4f;
}
.product-section .catalog-product-box ul li a:hover {
	color:#cfa460;
}
.price-txt {
	color:#000!important;
}
.product-section .catalog-button-area {
	margin-bottom:20px;
	text-align: center;
	margin-top:10px;
}
.product-section .btn-primary {
	background-color:#cfa460;
	border-color: #ac0e5c;
	color: #fff;
}
.product-section .btn-primary a {
	color:#fff;
	text-decoration:none;
}
.product-section .btn-primary:hover {
	background:#b30d63;
}
.product-section .btn-supplier {
	background-color: #01b9f5;
	border-color: #01b9f5;
	color: #fff;
}
.product-section .btn-supplier a {
	color:#fff;
	text-decoration:none;
}
.product-section .btn-supplier:hover {
	background:#03a7dc;
}
.product-section .btn-inquiry {
	background-color: #ff9f00;
	border-radius:4px;
}
.product-section .btn-inquiry a {
	color: #fff;
	text-decoration:none;
	border-color: #b77000;
}
.product-section .btn-inquiry:hover {
	background:#d78806;
}
.buy-now {
	margin-left:8px;
	border-radius:4px;
}
.buy-now a {
	color:#fff !important;
	border-color: #b04713;
	text-decoration:none;
}
.buy-now a:hover {
	color:#fff;
}
.btn-inquiry-grid {
	margin:0;
	padding:0;
}
.btn-inquiry-grid a {
	display:inline-block;
	padding: 10px 25px;
	color:#fff;
	font-size: 18px;
	background-color: #ff9f00;
	border-radius: 4px;
	border:#b77000 solid 1px;
}
.btn-inquiry-grid a:hover {
	background:#d78806;
	text-decoration:none;
}
.btn-lg, .btn-group-lg > .btn {
	padding:10px 25px; font-size:15px; text-transform:capitalize;
}
.cataloge-product-page-area .col-md-4 {
	padding-left: 20px;
	padding-right: 0;
        display:inline-flex;
}
.all-product{
  display:flex;
}

.product-distribution {
	border:solid 1px #f2f2f2;
	padding:25px;
	box-shadow:0 0 5px #ccc;
	color:#4e4e4e;
	font-size:15px;
	line-height:25px;
	background:#f9f9f9;
}
.best-seller-product-box {
	padding:0;
	margin:0 0 20px;
}
.best-seller-title {
	font-size:22px;
	font-weight:300;
	color:#000;
	margin-bottom:20px;
	text-transform:uppercase;
	position:relative;
}
.best-seller-title::after {
	content: "";
	height: 10px;
	position: absolute;
	right: 10px;
	top: 10px;
	width: 100%;
	background:url() right center no-repeat;
}
.best-seller-img {
	float:left;
	width:33%;
}
.best-seller-txt {
	float:right;
	width:63%;
}
.best-seller-product-name {
	font-size:17px;
	position:relative;
	padding:0 0 10px;
	margin-bottom:10px;
}
.best-seller-product-name::before {
	position:absolute;
	content:"";
	left:0;
	bottom:-1px;
	height:1px;
	width:40%;
	background:#000;
}
.best-seller-product-name a {
	color:#333;
}
.send-inquiry-txt {
}
.send-inquiry-txt a {
	color:#cfa460;
	font-size:16px;
}
.send-inquiry-txt a:hover {
	color:#333333;
}

.category-title {
	font-size:22px;
	font-weight:300;
	color:#000;
	margin-bottom:10px;
	text-transform:uppercase;
	position:relative;
}
.category-title::after {
	content: "";
	height: 10px;
	position: absolute;
	right: 10px;
	top: 10px;
	width: 100%;
	background:url() right center no-repeat;
}
.accordion {
	width: 100%;
	max-width: 360px;
	margin: 30px auto 20px;
	background: #FFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin:0 0 20px;
	padding:0;
	list-style-type:none;
}
.accordion .link {
	cursor: pointer;
	display: block;
	padding: 8px 10px 8px 10px;
	color: #6e6e6e;
	font-size: 15px;
	font-weight: normal;
	border-bottom: 1px solid #ededed;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.accordion li:last-child .link {
	border-bottom: 0;
}
.accordion li i {
	position: absolute;
	top: 10px;
	left: 12px;
	color: #8d8d8d;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.accordion li .glyphicon-chevron-down {
	right: 12px;
	left: auto;
	font-size: 11px;
}
.accordion li.open .link {
	color: #cfa460;
}
.accordion li.open i {
	color: #cfa460;
}
.accordion li.open .glyphicon-chevron-down {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}



.submenu {
	display: none;
	background: #f2f2f2;
	font-size: 14px;
	margin:0;
	padding:0;
	list-style-type:none;
}
.submenu li {
	border-bottom: 1px solid #ccc;
}
.submenu a {
	display: block;
	text-decoration: none;
	color: #9c9999;
	padding: 12px;
	padding-left: 12px;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.submenu a:hover {
	color: #cfa460;
}
.selected-products-area {
	border:solid 1px #f2f2f2;
	padding:10px;
	margin-bottom:10px;
	background:#fff;
	box-shadow: 1px 10px 30px #f1f1f1;
}
.selected-product {
	padding:0;
	margin:0;
}
.selected-product span {
	display:inline-block;
	float:left;
	padding:6px 0 0 0;
	font-size: 16px;
}
.click-here-select-product {
	border-top: 1px solid #f2f2f2;
	color: #747474;
	padding: 10px 0 0;
	margin:10px 0 0 0;
}
.click-here-select-product span {
	display:inline-block;
	background:#cccccc;
	color: #fff;
	font-size: 15px;
	font-weight: normal;
	padding: 4px 6px;
	margin:0 8px;
}
.hidden {
	display:none;
}


.listview-catalog-product-img {
	overflow: hidden;
	position: relative;
	width: 30%;
}
.cart-button-product-page img {
	height:auto!important;
}
.listview-catalog-product-img:hover {
	box-shadow:0 0 5px #fedda7;
}
ul.no-details-page-matter{
margin:0;
padding:0;
}
ul.no-details-page-matter li{
margin:0 0 0 12px!important;
padding:0!important;
 list-style: inside none disc;
background-image:none!important;
}
.listview-catalog-product-img:hover .cart-button-product-page {
	opacity:1;
	transition:0.3s;
}
.listview-matter-right {
	width:67%;
}
.product-section .listview-catalog-button-area {
	margin-bottom: 0;
	
	text-align: center;
}
.product-section .listview-catalog-button-area .btn-continue {
	text-transform:none;
}
.cataloge-product-page-area> .col-md-12 {
	padding:0;
}
.slidepro img {
	width:50px;
	height:50px;
	margin:0 3px;
}


.company-profile-matter {
	padding:30px 0;
}
.company-profile-left {
	width:65%;
	color:#484848;
	font-size:15px;
	line-height:25px;
}
.company-profile-left h1 {
	font-size:20px;
	font-weight:bold;
	margin-bottom:15px;
	padding:10px 0px 0px 0px;
}
.company-profile-left h2 {
	font-size:20px;
	font-weight:bold;
}
.product-category-list {
	float:left;
	width:50%;
}
.product-category-title-cp {
	font-size:15px;
	font-weight:bold;
	padding: 0 0 10px 25px;
}
.company-profile-right {
	width:32%;
	border:solid 1px #dddddd;
	border-radius:8px;
	overflow:hidden;
}
.product-image-right {
	margin:0;
	padding:0;
}
.cp-product-title {
	font-size:20px;
	font-weight:bold;
	padding:20px;
	width:80%;
	float:left;
}
.company-specifications {
	font-size: 22px;
	font-weight: 300;
	padding: 20px;
	border-bottom: 2px solid #dddddd;
}
.company-profile-right dl {
	margin:0;
	padding:20px;
	background:#fafafa;
}
.company-profile-right dl dt, .company-profile-right dl dd {
	padding:10px 0;
	word-break:break-all;
}
.company-profile-right dt {
	width:70%;
	float:left;
	font-weight:normal;
}
.company-profile-right dd {
	width:30%;
	float:left;
}
.border-sep {
	height:1px;
	background:#ebebeb;
	clear:both;
}

.share-icon{
float:right;
width:11%;
margin:25px 0 0 0;
position:relative;	
}
.share-icon img{
cursor:pointer;	
}
#share_div{
  background: #fff none repeat scroll 0 0;
 border: 1px solid #ccc;
    height: auto;
    left: -175px;
    padding: 10px;
    position: absolute;
    top: 37px;
    width: 200px;
	display:none;
}
#cross{
    cursor: pointer;
    font-size: 20px;
    padding: 0 10px;
    position: absolute;
    right: 7px;
    top: 9px;
}
.add{
display:block!important;	
}
#cross:hover{
background:#333;
color:#fff;
}
.popup-arrow{
  height: 20px;
    position: absolute;
    right: 5px;
    top: -13px;
    width: 25px;
background:url() top center no-repeat;
}
.share-this{
font-size:18px;
font-weight:normal;
color:#666;
padding:0 0 10px 0;	
}
#share_div ul{
margin:0;
padding:0;
list-style-type:none;	
}
#share_div ul li{
margin:0;
padding:4px 0;	
}
#share_div ul li:hover{
	background:#f2f2f2;
}
#share_div ul li a{
margin:0;
color:#333;

display:block;
}
#share_div ul li a:hover{
color:#3b5998;
text-decoration:none;
}
#share_div ul li img{
margin:0 10px 0 0;
float:left;	
}



.contact-us-container {
	padding:0px 0;
}
.contact-title {
	font-size:25px;
	color:#333;
	text-align:center;
	margin-bottom:25px;
}
.contact-address-section {
	width:40%;
	float:left;
	font-size:16px;
}
.contact-form-section {
	width:57%;
	float:right;
}
.contact-form-bg {
	background:#f6f7f9;
	padding:30px;
	border-radius:5px;
	border:solid 1px #edebea;
}
.company-name-contactus {
	font-size:20px;
	text-align:center;
	color:#575757;
	margin-bottom:20px;
}
.contact-form-textarea {
	border:solid 1px #ccc;
border-radius:
}
.form-control {
	color:#adacab;
}
.contact-form-bg dl {
	font-weight:normal;
	position:relative;
	margin-bottom:0px;

}
.contact-form-bg dt {
	float:left;
	width:49%;
	position:relative;
	margin-top:10px;
	font-weight:normal;
}
.contact-form-bg dd {
	float:right;
	width:49%;
	margin-top:10px;
	position:relative;
	 
}

.contact-form-bg label {
  position: absolute;
  pointer-events: none;
  top: -20px;
  left: 10px;
  font-size: 11px;
  opacity: 0;
  background: #ffffff;
  padding: 0 2px;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
  font-weight:normal;
}

.contact-form-bg input:focus + label {
  opacity: 1;
  top: -8px;
  color: #000000;
}
.contact-form-bg textarea:focus + label {
  opacity: 1;
  top: -15px;
  color: #000000;
}

.contact-form-bg .form-control {
	border-radius:2px;
}
.contact-form-bg textarea.form-control {
	height: 120px;
}
.contact-form-button {
	text-align:center;
	margin:20px 0 0 0;
}
.inquiry-button-contactus {
	color: #000;
	background-color: #fdb724;
	border-color: #fdb724;
}
.inquiry-button-contactus:hover {
	background:#d8970e;
	color:#fff;
}
.heading-contactus {
	font-size:20px;
	color:#000;
	padding:15px 0 5px;
}
.contact-person-name {
}
.buyers-terms-cond{
color:#666; font-size:16px; margin:10px 0px 0px 0px;
}
.contact-person-mobile {
	padding:0 0 10px 0;
}
.email-id a {
	color:#333;
}
.email-id a:hover {
	color:#1c7cce;
}
.extra-address {
}
.main-address {
}
.map {
	padding:0 0 30px 0;
}



#inquiry_form_container {
	box-shadow:1px 1px 5px 1px #CCCCCC;
	margin:20px auto;
	border:1px solid #dddddd;
	padding:15px;
	width:670px;
	color:#666666;
	font-size:12px;
	text-align:left;
	background:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	overflow:hidden;
}
#inquiry_form_container h2 {
	color:#F00;
	margin:0px;
	padding:0px;
	font-size:22px;
}
.mandatory {
	padding:3px 0px 0px 10px !important;
}
.mandatory span {
	color:#FF0000;
	margin:0px 5px 0px 0px;
}
#inquiry_form_container label {
	font-weight:bold;
	margin:0px 8px 0px 0px;
	float:left;
	padding:0px;
}
#inquiry_form_container input[type="radio"] {
	border:0px;
	width:20px;
	margin:0px 0px 0px 5px;
}

.subject {
	width:50% !important;
	margin:0px;
}
#inquiry_form_container textarea {
	height:60px;
	width:98.5% !important;
	border:1px solid #DDDDDD;
}
#inquiry_form_container label.normal, .normal a {
	color:#089D13;
	font-weight:normal !important;
	text-decoration:none;
}
#inquiry_form_container input[type="image"] {
	width:auto;
	border:0px;
	padding:0px !important;
}
#inquiry_form_container .pccode {
	width:28px !important;
}
#inquiry_form_container .pacode {
	width:75px;
}

.slidernav {
	font-size:25px;
	text-align:left;
}
.choose-payment {
	padding:0;
	border:solid 1px #e4e4e4;
	box-shadow:0 0 5px #e4e4e4;
}
.tab-container {
	float:left;
	width:80%;
}
.left_container {
	width:25%;
	float:left;
	padding:0;
	font-size:12px;
	font-style:italic;
}
.left_container h1 {
	text-align:left;
	padding:0;
	font-style:normal;
}
.right_container {
	width:75%;
	float:left;
	padding-left:20px;
	border-left:solid 1px #eeeeee;
	border-right:solid 1px #eeeeee;
	min-height:300px;
}
.tab_txt {
	line-height:27px;
	text-align:justify;
	color:#878686;
	padding:10px 0 30px;
	margin:0;
}
.tab_txt h1 {
	text-align:left;
	padding:0 0 10px;
	font-size:24px;
}
ul.tabs {
	padding: 0px;
	margin:0;
	list-style: none;
}
ul.tabs li {
	cursor: pointer;
	padding: 12px 30px;
	margin:0;
	font-size:16px;
	color:#6e6e6e;
	font-style:normal;
	font-weight:normal;
	text-align:left;
	position: relative;
	border-bottom:1px solid #eee;
}
ul.tabs li:hover {
	color:#000;
}
ul.tabs li.active {
	color:#6e6e6e;
}
ul.tabs li.active img{
border:none!important;
}
.payment-method-title {
	background: #737373 none repeat scroll 0 0;
	padding:8px 12px;
	color:#fff;
	font-size:17px;
	margin-top:30px;
}
.pay-by-netbanking {
    font-size: 16px;
    padding: 10px 0;
}
.bank-cart {
	padding:5px 0;
}
.all-bank {
	font-size:18px;
	margin-bottom:30px;
}
.all-bank-input {
	height:40px;
	border:solid 1px #c0c0c0;
	width:250px;
	margin-left:10px;
}
.tab-container-amount {
	float:right;
	width:20%;
}
.total-amount {
	background:#f2f2f2;
	padding:10px;
	font-size:17px;
	text-align:right;
}
.amount-payable {
	font-size:20px;
	color:#9e9e9e;
	text-align:right;
	padding:20px;
	border-bottom:solid 1px #eeeeee;
}
.amount-payable span {
	padding:10px 0 0 0;
	color:#ed7e7e;
	display:block;
}



.final-product-container{
margin:0;
padding:0;	
}

.pdp-left {
	float: left;
	margin-right: 1.69492%;
	width: 44.9152%;
}
.pdp-left .social-share {
	margin-top: 0.9375rem;
}
.ie8 .pdp-left .social-share {
	margin-top: 15px;
}
.pdp-left .social-share .social-link .text {
	color: #666;
	display: inline-block;
	font-size: 1rem;
	margin-top: 5px;
	vertical-align: top;
}
.pdp-left .social-share .social-link .wishlist {
	color: #1686d4;
	display: inline-block;
	margin-left: 0.9375rem;
}
.ie8 .pdp-left .social-share .social-link .wishlist {
	margin-left: 15px;
}
.pdp-left .social-share .social-link .wishlist:hover {
	color: #eb0511;
}
.pdp-left .pdp-enquiry {
	margin-top: 0.9375rem;
	text-align: center;
}
.ie8 .pdp-left .pdp-enquiry {
	margin-top: 15px;
}
.pdp-left .pdp-enquiry .btn {
	display: inline-block;
	padding-left: 25px;
	padding-right: 25px;
}
.pdp-right {
	float: right;
	margin-right: 0;
	width: 53.3898%;
}
.pdp-right .pdp-row {
	display: block;
	color:#9e9c9b;
}
.pdp-right .pdp-row > span {
	float: left;
	margin-right: 0.9375rem;
}
.ie8 .pdp-right .pdp-row > span {
	margin-right: 15px;
}
.pdp-right .prod-info {
	float: none;
	margin-right: 1.69492%;
	margin-top: 0.9375rem;
	width: 57.6271%;
}
.ie8 .pdp-right .prod-info {
	margin-top: 15px;
}
.pdp-right .prod-info .divTableRow {
	font-size:15px;
}
.pdp-right .prod-info .divTableRow .divTableCell {
	border: 0 none;
	padding: 6px 0;
}
.ie8 .pdp-right .prod-info .divTableRow .divTableCell {
	padding: 10px 0;
}
.pdp-right .prod-info .divTableRow .divTableCell:first-child {
	color: #939393;
}
.pdp-right .prod-Specifications {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: -moz-use-text-color #e9e9e9 #e9e9e9;
	border-image: none;
	border-style: none solid solid;
	border-width: 0px;
	margin-top: 0.9375rem;
}
.ie8 .pdp-right .prod-Specifications {
	margin-top: 15px;
}
.pdp-right .prod-Specifications .product-heading {
	border-bottom: 1px solid #e9e9e9;
	border-top: 1px solid #e9e9e9;
	margin: 0;
	padding:15px 0px;
	color:#333333;
	font-weight:300;
}
.ie8 .pdp-right .prod-Specifications .product-heading {
	margin: 0 0 15px;
}
.ie8 .pdp-right .prod-Specifications .product-heading {
	padding: 10px 0 10px 10px;
}
.pdp-right .prod-Specifications p {
	color: #666666;
	padding: 15px;
	font-size:15px;
}
.ie8 .pdp-right .prod-Specifications p {
	padding: 10px;
}
.pdp-right .prod-Specifications .inner-heading {
	margin: 0;
	padding:5px 15px;
	color:#333333;
	font-weight:300;
	font-size:22px;
}
.ie8 .pdp-right .prod-Specifications .inner-heading {
	margin: 15px 0;
}
.ie8 .pdp-right .prod-Specifications .inner-heading {
	padding: 0 0 0 10px;
}
.pdp-right .prod-Specifications .key-feature {
	padding: 15px;
}
.ie8 .pdp-right .prod-Specifications .key-feature {
	padding: 10px;
}
.pdp-right .prod-Specifications .key-feature h2 {
	margin: 0 0 0.625rem;
}
.ie8 .pdp-right .prod-Specifications .key-feature h2 {
	margin: 0 0 10px;
}
.pdp-right .prod-Specifications .key-feature span {
	display: block;
}
.pdp-right .prod-Specifications .divTable {
	float: none;
	margin: 12px 15px;
	font-size:15px;
}
.ie8 .pdp-right .prod-Specifications .divTable {
	margin-left: 10px;
}
.pdp-right .prod-Specifications .divTableCell {
	border: 0 none;
}
.ie8 .pdp-right .prod-Specifications .divTableCell {
	padding: 10px 0;
}
.pdp-right .prod-Specifications .divTableCell:first-child {
	color: #939393;
}
.pdp-right .price-row {
	background: #f6f6f6 none repeat scroll 0 0;
	border-top: 1px solid #e9e9e9;
	clear: both;
	margin-top:15px;
	padding:20px;
}
.ie8 .pdp-right .price-row {
	margin-top: 25px;
}
.ie8 .pdp-right .price-row {
	padding: 15px;
}
.pdp-right .price-row .fob-price, .pdp-right .price-row .min-order {
	color: #fd694c;
	display: block;
	position: relative;
	font-size:17px;
	line-height:30px;
}
.pdp-right .price-row .fob-price::before, .pdp-right .price-row .min-order::before {
	color: #333333;
	
	margin-right: 0.9375rem;
}
.ie8 .pdp-right .price-row .fob-price::before, .ie8 .pdp-right .price-row .min-order::before {
	margin-right: 15px;
}
.pdp-right .price-row .min-order::before {
	
}
.price-icon{ color:#000;}
.divTable {
	border-collapse: collapse;
	display: table;
	width: 100%;
}
.divTableRow {
	display: table-row;
}
.divTableCell, .divTableHead {
	border: 1px solid #e8e8e8;
	display: table-cell;
	padding: 6px 0;
}
.product-name-heading {
	font-size:25px;
	color:#333;
}

.response-stats {
	background: rgba(0, 0, 0, 0) url() no-repeat scroll 0 -2537px !important;
	color: #999;
	display: inline-block;
	font-size: 12px;
	padding: 2px 0 0 26px;
}
.product-viewer {
	float: left;
	margin-top: 0.9375rem;
}
.product-viewer .product-gallery {
	float: left;
	margin-right: 1.69492%;
	text-align: center;
	width: 13.5593%;
}
.product-viewer .product-gallery img {
	border: 1px solid #e9e9e9;
	margin-bottom: 0.9375rem;
	max-height: 3.6875rem;
	max-width: 3.625rem;
}
.product-viewer .prodView {
	float: left;
	margin-right: 1.69492%;
	width: 74.5763%;
}
.product-viewer .prodView > img {
	max-height: 26.75rem;
	max-width: 27.375rem;
}
.pdp-left .social-share {
	margin-top: 0.9375rem;
}
.pdp-left .social-share .social-link .wishlist {
	color: #1686d4;
	display: inline-block;
	margin-left: 0.9375rem;
}

.addto-Favorites {
		position:relative;
	z-index:99999;
	width:40%;
	float:right;
	margin:20px 0;
	background:url() center left no-repeat;
	padding: 0 0 0 20px;
}
.padding-none {
	padding:0;
	text-align:center;
}
.scroll-bg {
	padding:30px 0;
}
.rec-left {
	width: 66.10169%;
	float: left;
	margin-right: 1.69492%;
	padding:  0.9375rem 1.5625rem;
	box-sizing: border-box;
}
.rec-left .slick-prev {
	background: url() 0 -2145px no-repeat !important;
	width: 13px !important;
	height: 32px !important;
	left: -16px;
}
.rec-left > h3 {
	font-size: 17px;
	margin:  0 0 0.625rem 0;
	font-weight: normal;
}
.ie8 .rec-left > h3 {
	margin:  0 0 10px 0;
}
.rec-left .prod {
	text-align: center;
}
.rec-left .prod img {
	width: 100%;
	max-width: 187px;
	margin-right:  0.3125rem;
}
.ie8 .rec-left .prod img {
	margin-right:  5px;
}
.rec-left .prod .title {
	font-size: 14px;
	color: #666;
}
.other-product {
	font-size:17px;
	color:#404040;
	padding:0 0 20px 0;
}
.inquiry-directly-bg {
	padding:30px 0;
	background:#eeeeee;
}
.directly-inquiry-form-heading {
	color:#626262;
	font-size:22px;
	text-transform:uppercase;
	text-align:center;
	padding:0 0 20px 0;
}
.form-icon {
	float: right;
	padding: 30px 110px 0 0;
}
.form-left-area {
	float: left;
	padding: 0 0 0 158px;
	width: 64%;
}
.width-49 {
	width:49%;
}
.form-left-area > .form-control, .width-49 > .form-control {
	border-radius:0;
	margin-bottom:10px;
}
.security-code-input {
width:70%;
float:left;
}
.security-code-popup-input {
width:57%;
float:left;
}
.captcha-img{
float:right;
margin:5px 0 0 0;
width:28%;	
}
.captcha-img img{
	max-width:100%;
}
.captcha-img-popup{
float:right;
margin:5px 0 0 0;
width:41%;	
}
.captcha-img-popup img{
	max-width:100%;
}
.listen-captcha-code{
margin:0;
padding:0;
font-size:13px;	
}
.intl-tel-input{
width:100%!important;	
}
.intl-tel-input input{
height:34px!important;	
}
.intl-tel-input .flag-dropdown{
margin-top:9px!important;	
}
.intl-tel-input .flag-dropdown .country-list{
width:197px!important;	
}

.form-left-area textarea.form-control {
	height:100px;
	margin:0 0 0px 0;
}
.form-checkbox {
	color:#626262;
	margin-top:8px;
	font-size:15px;
}
.inquiry-button-final-product {
	text-align:center;
	margin:20px 0 0 0;
}
.breadcrumb-final-page {
	border-bottom: 1px solid #f2f2f2;
	border-radius: 4px;
	list-style: outside none none;
	margin-bottom: 0;
	padding: 0 25px 15px;
	background-color:transparent;
}
.breadcrumb-final-page a {
	font-size:15px;
	color:#909090;
}
.selected-prod .s-p-item .prev {
	background: rgba(0, 0, 0, 0) url() no-repeat scroll 0 -2145px !important;
}
.selected-prod .s-p-item .next {
	background: rgba(0, 0, 0, 0) url() no-repeat scroll 0 -2218px !important;
}
.selected-prod .s-p-item .next, .selected-prod .s-p-item .prev {
	cursor: pointer;
	float: left;
	height: 34px;
	margin-top: 10px;
	width:14px;
}
.selected-prod .s-p-item span {
	float: none;
}
.selected-prod .row span {
	display: inline-block;
	float: left;
}
.selected-prod .s-p-item .slidepro {
	display: inline-block;
	float: left;
	margin: 0 0.9375rem;
	overflow: hidden;
	position: relative;
	white-space: nowrap;
	width: 38.9375rem;
}
.selected-prod .s-p-item span {
	float: none;
}
.selected-prod .row span {
	display: inline-block;
	float: left;
}
.grid-view {
	bottom: -10px;
	 right: -10px;
}
.list-view {
	bottom: -31px;
    position: relative;
    right: -10px;
}
.grid-view input[type="checkbox"] {
	opacity: 0;
	height: 36px;
	width: 36px;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 2;
	cursor: pointer;
}
.grid-view input[type="checkbox"] + label {
	height: 36px;
	width: 36px;
	display: inline-block;
	padding: 0 0 0 0px;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
	background: url() 0 -793px no-repeat !important;
}
.grid-view input[type="checkbox"]:checked + label {
	background: rgba(0, 0, 0, 0) url() no-repeat scroll 0 -641px !important;
	display: inline-block;
	height: 36px;
	padding: 0;
	width: 36px;
}
.catalog-product-box:hover input[type="checkbox"]:checked + label {
    background: rgba(0, 0, 0, 0) url() no-repeat scroll 0 -641px !important;
}
.catalog-product-box:hover input[type="checkbox"] + label {
    background: rgba(0, 0, 0, 0) url() no-repeat scroll 0 -717px !important;
}





.add-product-section {
	float:left;
	width:43%;
	padding:20px;
}
.selected-product-popup {
	background:#666;
	color:#fff;
	padding:10px;
	font-size:16px;
	font-weight:bold;
}
.added-product {
	margin:20px 0 0 0;
}
.added-product-img {
	float:left;
	width:30%;
}
.added-product-text {
	float:right;
	width:68%;
	font-size:15px;
}
.added-product-text span {
	display:block;
	margin:10px 0 0 0;
	color:#ee9024;
}
.added-product-container {
	height:364px;
	overflow:auto;
}
.added-product-container-no-details {
margin:0;
padding:0;
}

.inquiry-button-bottom{
position:fixed;   right: 20px;
 bottom:0;
 z-index:9999; 
}


.fix-send-inquiry-responsive{
display:none;	
}



.inquiry-form-img{
padding:100px 20px 0 20px; text-align:center;	
}
.inquiry-form-img span {
    color: #514188;
    display: block;
    font-size: 24px;
    font-weight: bold;
    padding: 20px 0 0;
}
.added-product-text-no-details{
	font-size:15px;
	text-align:center;
	margin:20px 0 0 0;	
}
.added-product-text-no-details span {
	display:block;
	margin:10px 0 0 0;
	color:#ee9024;
}
.added-product-img-no-details{
text-align:center;	
}


.contact-supplier-matter{
padding:30px 0;
}
.contact-supplier-container{
margin:0 auto; max-width:850px;	
}
.contact-supplier-heading{
  border-bottom: 1px solid #eaeaea;
    font-size: 20px;
    font-weight: normal;
    padding: 13px 24px 13px 40px;
background:url() 15px center  no-repeat;
}
.contact-supplier{
border: 1px solid #ececec;
margin:0;
padding:0;
box-shadow:0 0 4px #ccc;	
}
.contact-supplier ul{
margin:0;
padding:0;	
}
.contact-supplier ul li{
list-style-type:none;
clear: both; display:flex;  padding:20px;  border-top:solid 1px #edebea; 
}
.contact-supplier-img{
	float:left; width:7%;
}

.contact-supplier-txt{
float:right; width:93%; padding:0 0 0 20px; color:#2a2929; font-size:18px;
}

.contact-supplier-txt span{
 padding:5px 0 0 0; color:#696666; font-size:14px; display:block;
}
.contact-supplier-form-section{
width:100%; margin:2px 0 0 0;	
}
.contact-form-supplier-bg {
	padding:30px 100px;
}
.toggle-arrow{
float:right; padding:10px; cursor:pointer;	
}
.message-alert{
color:#3d3b3b; padding:20px; border-top: 1px solid #eaeaea;	
}
.message-alert span{
color:#FF0000;	
}
.message-alert> .sample-tip{
	background:#fef1b9 url() 8px center no-repeat; padding:5px 10px 5px 28px; margin-top:3px;
}
.product-info{
font-size:17px; color:#696666; padding:20px;	
}
.toggle-down-arrow{
	float:right; padding:10px; cursor:pointer; background:url() center center no-repeat;	
}
.toggle-up-arrow{
	float:right; padding:10px; cursor:pointer; background:url() center center no-repeat;	
}
.successfully-message{
background:#212121 url() 15px 12px no-repeat;
   color: #fff;
    font-size: 17px;
    left: 50%;
	bottom:0;
    margin-left: -230px;
    padding: 12px 20px 12px 50px;
    position: fixed;
    width: 460px;
	z-index:999;
	border-radius:5px;
}
.successfully-message span{
padding:0 0 0 30px;	
}
.successfully-message a{
color:#5cccff;
}
.successfully-message a:hover{
color:#2bbdff;
}





.paginate {
    background: #fff none repeat scroll 0 0;
    padding: 0 0 0px 0;
    text-align: center;
}
.paginate ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.paginate li {
    display: inline;
    margin:0 2px;
}
.paginate a {
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(center top , #f9f9f9, #eaeaea);
    border-radius: 3px;
    border-top: 1px solid #fff;

    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
    color: #717171;
    display: inline-block;
    font-family: "Helvetica Neueu",Helvetica,Arial,sans-serif;
    font-size: smaller;
    margin: 1px 2px;
    padding: 5px 10px;
    text-decoration: none;
    text-shadow: 0 1px 0 white;
}
.paginate a:first-child, .paginate a.first {
    margin-left: 0;
}
.paginate a:last-child, .paginate a.last {
    margin-right: 0;
}
.paginate a:hover, .paginate a:focus {
    background-color: #fdfdfd;
    background-image: -moz-linear-gradient(center top , #fefefe, #fafafa);
    border-color: #fff;
}
.paginate a.more {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    box-shadow: 0 0 0 0 transparent;
    margin-left: 0;
    margin-right: 0;
}
.paginate a.active {
    background-color: #676767;
    background-image: -moz-linear-gradient(center top , #5f5f5f, #5c5c5c);
    border-color: #505050;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.75) inset;
    color: #f2f2f2;
    text-shadow: 0 1px 0 black;
}





.attachment-area {
  width: 100%;
  margin-top:  0.1875rem;
  float: right;
}
.ie8 .attachment-area {
  margin-top:  3px;
}
.attachment-area .attachment-box a {
  color: #3333ff;
  border: 1px dashed #d0d0d0;
  font-size: 15px;
  font-size: 13px;
  padding:  0.5rem 1.375rem;
  float: right;
  background: #ffffff;
}
.ie8 .attachment-area .attachment-box a {
  padding:  8px 22px;
}
.attachment-area .attachment-box a:hover {
  color: #eb0511;
}


.refine-search{
	font-size:24px;
	color:#feb159;
	margin-bottom:15px;	
}
.panel-default {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #e5e5e5;
    margin-bottom: 55px;
    overflow: hidden;
    padding: 3px 0;
}
.panel-default .panel-title {
    border-bottom: 1px solid #ececec;
    color: inherit;
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 0;
	text-transform:uppercase;
    padding: 15px 20px;
}

.panel-default .list-group-item {
    padding: 10px 36px;
}

.panel-default .refine-search-btn {
    background: #2a3e55 none repeat scroll 0 0;
    border-radius: 3px;
    box-shadow: 0 0 0 0 #ffd049 inset;
    color: #ffffff;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
	margin-bottom:15px;
}
.panel-default .refine-search-btn:hover {
	background:#355c88;
	    transition: all 0.5s ease 0s;
}
.panel-default .panel-body{
padding:0;	
}
.panel-default .list-group-item {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: currentcolor currentcolor #e5e5e5;
    border-image: none;
    border-style: none none solid;
    border-width: medium medium 1px;
    position: relative;
}
.panel-default .list-group-item:last-child {
    border-bottom: medium none;
}
.panel-default .list-group-item .accordion-heading {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
}

.panel-default .checkbox{
	color:#999;
	font-size:14px;
	font-weight:normal;	
}

.product-section .btn-checkout {
    background-color: #fb641b;
    border-color: #fb641b;
    color: #fff;
}
.product-section .btn-checkout:hover {
    background: #d65618 none repeat scroll 0 0;
}

.product-added{
    background: #ccc url() 6px center no-repeat;
    padding: 5px 10px 5px 30px;
    position: absolute;
    right: 0;
    top: 0;
    z-index:99;
    display:none;
}
.product-added a{
    color: #fff;
    font-size: 12px;
    text-shadow: 1px 1px 3px #000;
}
.product-added a:hover{
   text-decoration:none;
   color:#096cb4;
   text-shadow: none;
}

.successfully-message-with-no-price{
    background:#212121;
    color: #fff;
    font-size: 15px;
    left: 50%;
    bottom:0;
    margin-left: -40%;
    padding: 12px 20px 12px 20px;
    position: fixed;
    width: 80%;
    z-index:999;
   border-radius:5px;    
}

.grid-view input[type="checkbox"] + label {
    background: rgba(0, 0, 0, 0) url("") no-repeat scroll 0 -793px;
    bottom: 0;
    display: inline-block;
    height: 36px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    width: 36px;
    z-index: 1;
}

.product-section .catalog-product-box {
    border: 1px solid #dddddd;
    box-shadow: 0 0 5px #dddddd;
    margin-bottom: 20px;
    padding: 10px;
    position: relative;
    transition: all 0.3s ease 0s;
	
}
.zoomContainer{ z-index:999999;}

.thank-you{ width:50%; margin:0px auto; margin-top:30px; border:1px solid #CCC; padding:30px; text-align:center; color:#616161; font-size:20px; font-weight:normal; background:#FFF;}

.thank-btn{ text-align:center; font-size:15px; font-weight:bold;  margin:0px ; margin-top:20px;  float:none; color:#b38f64;  }
.thank-btn a{ display:block;  padding:10px 20px; color:#cfa460 ; border-radius:3px;    text-decoration:none; background:#ffffff; border:1px solid #cfa460;}
.thank-btn a:hover{ color:#000; text-decoration:none; background:#cfa460;}

.empty{ width:50%; margin:0px auto; margin-top:30px; border:1px solid #CCC; padding:30px; text-align:center; color:#616161; font-size:20px; font-weight:normal; background:#FFF;}
.empty span{ font-size:16px; color:#000; font-weight:bold;}
.empty img{  padding:0px 10px 10px 0px;}


.container{ width:auto; padding:0px;}
.continue-button{ margin:0px 0px 0px 0px;}
.image-container{ margin:0px 0px 10px 0px;}
.shopping-cart-bg{ padding:0px;}
#cboxWrapper{ width:100% !important;}






#myform {
    text-align: left;
}
.qty {
    width:50px;
    height: 30px;
    text-align: center;
  border:solid 1px #cccccc;
}
input.qtyplus { width:30px; height:30px; background:#e5e5e5; border:0; font-size:16px;}
input.qtyminus { width:30px; height:30px; background:#e5e5e5; border:0; font-size:16px;}
.cataloge-product-page-area-list .view-more-link a{ color:#000 !important;}

