.page-txt {
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
    min-height: 350px;
}

.page-txt h3 {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    text-transform: uppercase;
}

.page-txt p {
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
}

.contact-form h4 {
    font-family: 'Raleway', sans-serif;
    margin-bottom: 0.3em;
    letter-spacing: 0.08em;
    line-height: 1em;
    color: #282828;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
}

.contact-form p {
    font-size: 16px;
    line-height: 23px;
    text-align: center;
    margin-bottom: 22px;
    font-weight: 400;
    color: #282828;
}

.form-group label {
    display: none;
}

.form-group {
    position: relative;
}

fieldset .required:after {
    color: #d73105;
    content: "*";
    font-size: 12px;
    left: -16px;
    margin: 0 0 0 5px;
    position: absolute;
    top: 8px;
    font-weight: 400;
}

.form-group .input-text {
    background: #f7f7f7;
    display: block;
    border: 1px solid #f7f7f7;
    color: #282828;
    font-weight: 400;
    letter-spacing: 1.6px;
    line-height: 2.3rem;
    padding: 1.44rem 1rem;
    text-transform: uppercase;
    width: 100%;
    font-size: 14px;
    box-shadow: none;
    vertical-align: baseline;
    outline: none;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}

.form-group .input-text:hover,
.form-group .input-text:focus {
    border-color: #ec2027;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(20, 76, 29, 0.6);
}

.submit-btn {
    text-align: right;
}

.submit-btn button {
    background: #1a1a1a;
    transition: all 0.3s ease-in-out 0s;
    border: none;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    overflow: hidden;
    position: relative;
    color: #fff;
    display: inline-block;
    margin: 0 0.25rem;
    padding: 10px 20px;
    border-radius: 0px;
    text-transform: uppercase;
    font-weight: 500;
}

.submit-btn button:hover {
    background: #ec2027;
    color: #fff;
}

.contact-map {
    margin-top: 20px;
}

/*:::::::::::::CONTACT PAGE END:::::::::::::*/

.CartInfo {
    min-height: 400px;
    margin: 0;
    padding: 0;
}

.CartInfo table {
    border-collapse: collapse;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    margin-bottom: 15px;
    width: 100%;
    max-width: 100%;
    background-color: #fff;
    border-spacing: 0;
}

.CartInfo thead td {
    background-color: #282828;
    border-bottom: 1px solid #ddd;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    outline: none;
}

.CartInfo td {
    padding: 7px;
}

.CartInfo thead .image,
.CartInfo thead .action {
    text-align: center;
}

.CartInfo thead .productd,
.CartInfo thead .quantity {
    text-align: left;
}

.CartInfo tbody .image,
.CartInfo tbody .action {
    text-align: center;
}

.CartInfo tbody .image,
.CartInfo tbody .action i {
    text-align: center;
    color: #e41c26;
}

.CartInfo tbody td {
    border-bottom: 1px solid #ddd;
    vertical-align: middle;
}

.CartInfo tbody td input[type="text"] {
    background: #f2f2f2;
    width: 50%;
    text-align: center;
}

.CartInfo tbody .productd h4 {
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.CartInfo tbody .productd h5 {
    font-size: 12px;
    color: #888;
    margin-bottom: 5px;
    font-family: 'Open Sans', serif;
    font-weight: 400;
}

.CartInfo tbody .form-control {
    border-radius: 0;
}

.CartInfo tbody .productd p {
    color: #888;
    font-family: 'Open Sans', serif;
    font-weight: 400;
}

.CartInfo tbody .form-control:focus {
    border-color: #282828;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 166, 8, 0.6)
}

.CartInfo tbody .btn-success {
    background: #e41c26;
    border: none;
    font-size: 12px;
    overflow: hidden;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 400;
    width: 50%;
    margin-top: 4px;
    border-radius: 0px;
    padding: 8px 12px 5px;
}

.CartInfo tbody .btn-success:hover {
    background: #282828;
}

h2.Total {
    text-align: right;
    padding-bottom: 15px;
    text-transform: uppercase;
}

h2.Total span {
    color: #888
}

.basket-btn {
    text-align: right;
}

.basket-btn a {
    background: #e41c26;
    border: none;
    font-size: 20px;
    overflow: hidden;
    letter-spacing: 2px;
    position: relative;
    color: #fff;
    display: inline-block;
    margin: 0 0.25rem;
    padding: 12px 26px 9px;
    text-transform: uppercase;
}

.basket-btn a:hover {
    text-decoration: none;
    color: #fff;
    background: #282828;
}

.SubmitText {
    text-align: center;
    text-transform: uppercase;
    color: #060;
    font-size: 32px;
    letter-spacing: 1px;
    padding: 5rem 0 8rem;
}

.NoProd {
    text-align: center;
    text-transform: uppercase;
    color: #888;
    font-size: 32px;
    letter-spacing: 1px;
    padding: 5rem 0 8rem;
}

.EmptyCart {
    text-align: center;
    font-family: 'Teko', sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 32px;
    color: #282828;
    padding-top: 100px;
}

.EmptyCart a {
    color: #068f3d;
}

.EmptyCart a:hover {
    color: #888;
}
	
.Pagination { clear:both; margin-bottom:10px;}
.Pagination a { background:#8d8d8d; padding:3px 6px; font-size:11px; font-family:'robotomedium'; text-decoration:none; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; -khtml-border-radius:3px; color:#fff;}
.Pagination a:hover, .Pagination a.paging_act { background:#1f1f1f;}

.ProImgCon { float:left; width:450px; margin:5px; margin-left:10px;}
.ProdDetailImg { background:#fff; width:450px; height:450px; display:table-cell; vertical-align:middle; border:1px solid #1f1f1f;}
.ProdDetailImg:hover {}

.ProDetailsCon { float:left; padding:15px; margin-left:20px; width:310px;}
.ProDetailsCon h1 { color:#1f1f1f; font-size:22px; font-family:'robotobold'; font-weight:normal; text-transform:uppercase;}
.DetailArt { padding:7px 5px; font-size:12px; font-family:Arial, Helvetica, sans-serif; color:#333; 
font-size:13px; font-family:'robotomedium'; margin:8px 0 10px; box-shadow:0px 0px 2px #1f1f1f; }
.DetailArt span { color:#333;}
.DetailsCon { padding:7px 5px; min-height:100px; margin-bottom:10px; color:#333; 
box-shadow:0px 0px 2px #1f1f1f; }
.DetailsCon p { color:#333; font-size:12px; font-family:'robotomedium';}
.DetailsCon span { color:#333; font-size:13px; font-family:'robotomedium'; }
.ProdOpt {padding:7px 5px; margin-bottom:8px; box-shadow:0px 0px 2px #1f1f1f; }
.ProdOpt span { width:70px; font-size:13px; font-family:'robotomedium'; color:#333; display:inline-block;}
.ProdOpt select { border:1px solid #ccc; padding:2px; color:#666; background:#f7f7f7;}
.ProdOpt input { border:1px solid #ccc; width:50px; padding:2px; color:#666; background:#f7f7f7;}
.Button { background:#8d8d8d; border:none; padding:4px 6px; color:#fff; font-weight:bold; font-size:12px; font-family:Arial, Helvetica, sans-serif; margin:8px 0 10px 0px; color:#1f1f1f;}
.Button:hover { background:#14171c; cursor:pointer; color:#d8d8d8;}

.relatedPRD { float:left;}
.relatedPRD h2 { font-size:25px; font-weight:normal;}

.moveL { width:45%; float:left;}

.PicBox { float:left; width:250px; height:250px; border:1px solid #1f1f1f; margin:11px;}


.page_title{
	
	text-align: center;
	padding: 10px 0;
	background-color:#232323;
	margin-bottom: 20px;
}

.page_title h2{
	
	font-family: 'Raleway', sans-serif;
	font-size: 28px;
	color:#fff;
	font-weight:700;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

.breadcrumbs {
	font-family: 'Raleway', sans-serif;
    font-size: 14px;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-weight: 400;
    padding: 4px 0;
}

.breadcrumbs ul {
    margin: 0;
    padding: 0;
}

.breadcrumbs .items .item {

    display: inline-block;
    line-height: 16px;
}

.breadcrumbs .items .item a {
    text-decoration: none;
    color: #fff;
	transition: all 0.4s ease-in 0s;
}

.breadcrumbs .items .item a:hover {
    color: #e41c26;
}

.breadcrumbs .items .item strong {
    font-weight: 400;
	color: #fff;
}

.breadcrumbs .items .item:last-child {
    border-right: 0;
    margin-right: 0;
    padding-right: 0;
}
