/*:::::::::::::about section:::::::::::::*/

.welcome{
    padding:40px 0;
}
.heading-section .big {
    font-family: 'Roboto';
    font-size: 150px;
    color: rgba(0, 0, 0, 0.06);
    font-weight: 900;
    letter-spacing: 1px;
	text-transform: uppercase;
	line-height: 140px;
    margin-top: -10px;
	margin-bottom: 50px;
}
.welcome-note h2{
	
	font-size: 36px;
	color: #12292f;
	font-weight:normal;
	margin: 0;
	text-transform: uppercase;	
	position: relative;
	margin-bottom: 16px;
}
.welcome-note h2 span{
	
	font-weight:bold;	
}
.welcome-note h2::after {
    content: '';
    position: absolute;
    width: 100px;
    height: 3px;
    bottom: -6px;
    left: 0;
    background-color: #CC9933;
    border-radius: 2px;
}
.welcome-note img{
	margin-bottom: 30px;
	margin-top: 30px;
}
.welcome-note p{
	
	font-size:20px;
	color:#12292f;
	font-weight:normal;
	line-height: 35px;
	margin: 0;
	padding: 18px 0;
}
.welcome-note .gradient_btn{
  background-image: linear-gradient(to right, #f67958 0%, #CC9933 100%);
  transform:skewX(-12deg);
  box-sizing: border-box;
  
  color: #000;
  display: block;
  height: 50px;
  letter-spacing: 1px;
  padding: 2px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  margin-top: 50px;
  width: 130px;
  z-index: 2;
}
.welcome-note .gradient_btn:hover{
	color:#fff;
}
.welcome-note .gradient_btn span{
  align-items: center;
   transform:skewX(0deg);
  background: #fff;
  display: flex;
  justify-content: center;
  height: 100%;
  transition: background .5s ease;
  width: 100%;
  font-weight:bold;
}
.welcome-note .gradient_btn:hover span{
	background: transparent;
}

/*:::::::::::::PRODUCT PAGE:::::::::::::*/

.title-bg {
    background: #CC9933;
    text-align: center;
    padding: 15px 0;
    margin-bottom: 15px;
}

.title-bg h3 {
    color: #fff;
    margin: 0;
    padding: 0;
    font-weight: 600;
    text-transform: uppercase;
}

.title-bg p {
    color: #fff;
    text-transform: uppercase;
    margin: 5px 0 0;
}

.f-title { text-align:center; text-transform:uppercase; color:#353535; margin-bottom:10px;}
.f-title h1 { margin-top:0; font-weight:900; margin-bottom: 34px;font-family: 'Raleway', sans-serif; font-size:36px; }

/*:::::::::::::PRODUCT PAGE END:::::::::::::*/


/*:::::::::::::LARGEVIEW PAGE:::::::::::::*/

.breadcrumbs {
    background: #CC9933;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    text-align: center;
    padding: 15px 0;
}

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

.breadcrumbs .items .item {
    border-right: 1px solid #fff;
    display: inline-block;
    font-size: 13px;
    line-height: 16px;
    margin-right: 0.5rem;
    padding-right: 0.5rem;
    position: relative;
}

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

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

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

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

h2.page-title {
    text-align: center;
        margin: 20px 0px;
    text-transform: uppercase;
    line-height: 1em;
    color: #101010;
    font-weight: 700;
    font-size: 30px;
    text-decoration: underline;
}

.prod-details h1 {
    font-family: 'Raleway', sans-serif;
    text-align: left;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 22px;
    color: #101010;
}

.prod-details h3 {
    font-family: 'Raleway', sans-serif;
    color: #CC9933;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 18px;
}

.prod-details .description {
    font-family: 'Raleway', sans-serif;
    min-height: 150px;
    font-weight: 700;
    font-size: 13px;
    color: #666;
}

.prod-details .description span {
    text-transform: uppercase;
    color: #101010;
    font-size: 14px;
}

.prod-details .prd-opt {
    margin-bottom: 23px;
}

.prod-details .prd-opt label {
    width: 20%;
    text-align: left;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 34px;
    margin: 0;
}

.prod-details .prd-opt .form-control {
    width: 30%;
    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;
}

.submit-btn-d {
    text-align: left;
}

.submit-btn-d button {
    font-family: 'Raleway', sans-serif;
    background: #353535;
    font-weight: 600;
    height: 40px;
    line-height: 40px;
    border: none;
    width: 163px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    transition: all 0.3s ease-in-out 0s;
    text-transform: uppercase;
    border-radius: 0px;
}

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


/*:::::::::::::LARGEVIEW PAGE END:::::::::::::*/


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

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

.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: #CC9933;
    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: #CC9933;
    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: #CC9933;
}

.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: #CC9933;
    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;
}

.btn-success:not([disabled]):not(.disabled).active, .btn-success:not([disabled]):not(.disabled):active, .show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #282828;
    border-color: #282828;
    box-shadow: none;
}

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: #CC9933;
    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: #CC9933;
}

.EmptyCart a:hover {
    color: #888;
}

.g_img{
    margin:20px 0px;
}

.g_img>a>img{
    margin-left:auto;
    margin-right:auto;
}