/*:::::::::::::CONTACT PAGE CSS:::::::::::::*/

/*
.page_title_inner {
    padding: 20px 0;
}
*/
.page_title {
    text-align: center;
    padding: 20px 0;
    background-color: #222222;
}
.page_title h2 {
    
    font-size: 25px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}

.breadcrumbs {
    
    font-size: 14px;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-weight: normal;
    padding: 8px;
}

.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;
}

.inner-page {
    padding: 40px 0 40px 0;
}

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

.page-txt h2 {
    margin-top: 0;
    
    font-size: 29px;
    font-weight: 600;
    text-transform: uppercase;
}

.page-txt h3 {
    
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    text-transform: uppercase;
    padding: 20px 0;
}

.page-txt p {
    
    font-weight: normal;
    font-size: 18px;
    line-height: 18px;
}

.contact-form {
    display: block;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .1);
    padding: 20px;
}

.contact-form h4 {
    
    margin-bottom: 0.5em;
    line-height: 30px;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 29px;
    margin-top: 0;
}

.form-group label {
    display: none;
}

.form-group {
    position: relative;
    margin-bottom: 20px !important;
}

fieldset .required:after {
    color: #e41c26;
    content: "";
    font-size: 12px;
    left: -16px;
    margin: 0 0 0 5px;
    position: absolute;
    top: 8px;
    font-weight: 400;
}
.form-group .input-text {
    display: block;
    color: #000;
    font-weight: 400;
    letter-spacing: 1.1px;
    line-height: 2.3rem;
    padding: 1.44rem 1rem;
    text-transform: uppercase;
    width: 100%;
    font-size: 14px;
    box-shadow: none;
    vertical-align: baseline;
    outline: none;
    border: none;
    border-bottom: 1px solid #000;
    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;
}
.input-text::placeholder {
  color:#000 !important;
  opacity: 0.5; /* Firefox */
}
.input-text::-webkit-input-placeholder {
  color: #000 !important;
}

.input-text:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #000 !important;
}

.input-text::-ms-input-placeholder { /* Microsoft Edge */
 color: #000 !important;
}

.submit-btn {
    width: 100%;
    text-align: center;
}

.submit-btn button {
    background: #222222;
    transition: all 0.3s ease-in-out 0s;
    border: none;
    
    font-size: 15px;
	overflow: hidden;
    color: #fff;
    display: inline-block;
    padding: 8px 20px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}

.submit-btn button:hover {
    background: #ee2852;
	text-decoration: none;
}

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

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

/*:::::::::::::LARGEVIEW PAGE CSS:::::::::::::*/
.largeview_sec{
    padding: 50px 0 20px 0;
}

.p-title { text-align:center; text-transform:uppercase; color:#0e0e0e; margin-bottom:35px;}
.p-title h2 { margin-top:0; font-weight:400; margin-bottom: 25px; font-size: 25px; font-family: 'Josefin Sans', sans-serif;}
.p-title h2 span{ font-weight:700;}

.pagination { 
	text-align:left; 
	width:100%;
	margin-top: 0;
}
.pagination a {
	border-radius:3px;
	padding:3px 4px;
	font-size:20px; 
	color:#222222;
	display:inline-block;
	text-transform:uppercase;
	margin:0;
	transition: all 0.4s ease-in 0s;
}
.pagination a:hover,
.pagination a:focus{ 
	color:#ee2852;
	text-decoration: none;
	outline: none;
}

.prod-details h1 { 
	
	text-align:left;
	text-transform:uppercase;
	font-weight:600; 
	font-size:22px; 
	color:#101010;
}
.prod-details h3 { 
	color:#101010;
	font-size:18px;
	font-weight:400;
	margin: 18px 0;
	
}
.prod-details .description { 
	min-height:150px;
	font-weight:400;
	font-size:17px; 
	color:#101010;
	text-transform: capitalize;
	margin-top: 30px;
}

.prod-details .description p{ 
	
	font-weight:400;
	font-size:14px; 
	color:#000;
	line-height: 28px;
}
.prod-details .description span { 
	
	text-transform:uppercase;
	color:#101010; 
	font-size:16px;
	font-weight: 600;
}
.prod-details .prd-opt {
	margin-bottom:40px;
}
.prod-details .prd-opt label {
	width:22%;
	text-align:left; 
	font-size:14px;
	text-transform:uppercase;
	line-height:34px;
	margin:0;
}
.prod-details .prd-opt .form-control {
	width:26%;
	font-weight:400;
	border-radius: 0 !important;
}
.prod-details .prd-opt .form-control:focus {
	border-color:#fac930;
	box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(242, 190, 28, 0.6);
}
.like-box { margin-top:3rem;}


.qt-btn {
	font-family: 'Josefin Sans', sans-serif;
	background:none !important; 
	font-weight: 500;
	height:60px;
	line-height: 45px !important;
	border: none !important;
	text-align:center; 
	color:#000 !important;  
	font-size:15px; 
	transition:all 0.3s ease-in-out 0s;
	text-transform:none;
	outline: none !important;
}
.qt-btn:hover {
	color:#000;
	background:#068f3d;
	
}

.wrap-cart-cta {

    display: inline-block;
    float: left;
    margin-right: 10px;
    font-size: 14px;
	max-width: 123px;
	border: 2px solid #000;
}

.input-group .form-control {

    height: 67px !important;
	line-height: 30px !important;
	border: none !important;
	padding-left: 16px;

}
.submit-btn-d{    
}
.submit-btn-d button {
    
	background:#222222;  
	font-weight: 600;
	padding: 20px 15px;
	width: 150px;
	border: none; 
	text-align:center; 
	color:#fff;  
	font-size:20px; 
	transition:all 0.3s ease-in-out 0s;
	text-transform:none;	
}
 .submit-btn-d button:hover{
    background:#ee2852; 
}
/*:::::::::::::LARGEVIEW PAGE CSS 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;
}




