.page_title{
	padding: 15px 0px;
	background-color:var(--primary-color);
}
.breadcrumbs {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    text-align: left;
}
.breadcrumbs ul {
    margin: 0;
    padding: 0;
}
.breadcrumbs .items .item {
    display: inline-block;
    line-height: 16px;
    padding-right: 0.5rem;
    position: relative;
    color: #fff;
}
.breadcrumbs .items .item a {
    text-decoration: none;
    color: #fff;
	transition: all 0.4s ease-in 0s;
}
.breadcrumbs .items .item a:hover {
    color: #fff;
}
.breadcrumbs .items .item strong {
    font-weight: 600;
	color: #fff;
}
.breadcrumbs .items .item:last-child {
    border-right: 0;
    margin-right: 0;
    padding-right: 0;
}

/* Detail Page */

.product-details{

}

.product-details>h1{
    color: #000;
    font-size: 28px;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.related-title h6 {
    font-weight: 500;
    color: #000;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin: 0;
    line-height: 18px;
    padding-left: 70px;
    position: relative;
}

.related-title h6::before {
    content: "";
    background: #000;
    width: 60px;
    height: 2px;
    position: absolute;
    bottom: 45%;
    left: 0;
}

.related-title h2 {
    font-size: 28px;
    color: #000;
    letter-spacing: 2px;
    margin-bottom: 15px;
    font-weight: 900;
}

.wrapQtyBtn { float:left; }
.qtyField { display:table; }
.qtyField .qtyBtn, .qtyField .qty { padding:10px 6px; width:50px; height:42px; border-radius:0; float:left; }
.qtyField a { background-color:#eee; color:#000; }
.qtyField a .fa { font-size:12px; line-height:21px; }
.qtyField > a, .qtyField > span, .qtyField input { display:table-cell; line-height:normal; text-align:center; padding:3px 6px; border:1px solid #f5f5f5; }

ul.cboxtags {
    list-style: none;
    padding: 0px;
}
ul.cboxtags li{
  display: inline;
}
ul.cboxtags li label{
    display: inline-block;
    background-color: rgba(255, 255, 255, .9);
    border: 2px solid rgba(139, 139, 139, .3);
    color: #adadad;
    white-space: nowrap;
    margin: 3px 0px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    transition: all .2s;
}

ul.cboxtags li label {
    padding: 6px 10px;
    cursor: pointer;
    width: auto !important;
    line-height: normal !important;
}

ul.cboxtags li input[type="radio"]:checked + label {
    border: 2px solid #000;
    background-color: #000;
    color: #fff;
    transition: all .2s;
}

ul.cboxtags li input[type="radio"] {
  display: absolute;
}
ul.cboxtags li input[type="radio"] {
  position: absolute;
  opacity: 0;
}
ul.cboxtags li input[type="radio"]:focus + label {
  border: 2px solid #000;
}
