.navigationBarset{
    position: absolute;
top: 94px;
right: 25px;
}

.logoImg img {
	width: 80%;
}
#phoneNo a {
    color: #99001b !important;
    font-weight: bold !important;
    font-size: 1.2em !important;
    text-decoration: none;
}
#wrapper-content {
    max-width: 1000px;
    width: 100%;
    min-height: 100%;
    margin: 0 auto;
    background: #ffffff;
    overflow: hidden;
    box-shadow: 0px 0px 8px #888888;
}
nav a {
	font-family: "Montserrat" !important;
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
	padding: 5px 15px;
	letter-spacing: 1px;
	color: #a6a6a6 !important;
}
.nav-menu a, .product label, .text-heading {
	font-family: "Montserrat" !important;
}
#menu-flters ul li a {
    padding: 10px 6px;
    font-size: 14px;
    color: #565656;
    border-radius: 0px;
    border: 1px solid #BBBBBB;
    text-decoration: none;
    cursor: pointer;
}
#menu-flters ul li a:hover {
	background: #9c0822;
	color: #fff;
}
#menu-flters ul li {
    display: inline-block;
    color: #fff;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
.fa-plus,
.fa-minus {
  font-size: 0.6em;
  color: #fff;
  padding: 4px;
  background-color: #9d011c;
}
.socialIcons .fa {
	font-size: 30px;
	color: #9d011c;
	padding: 4px;
	text-decoration: none;
}
.fotterText p {
	margin-bottom: 0px;
}
.button .fa:hover {
	cursor: pointer;
}
.fotterText img {
	width: 20%;
}
.btn-red {
	background: #9b041e;
	border-color: #9b041e;
}
.text-danger {
	color: #9d011c !important;
}
.btn-success {
	color: #fff;
	background-color: #9d011c !important;
	border-color: #9d011c !important;
}
/*table srtuc*/
table.basket-tbl,
table.result-tbl {
  width: 100%;
  
}
table.basket-tbl tr:nth-child(even),
table.result-tbl tr:nth-child(even) {
  background-color: #dddddd;
}
table.basket-tbl tr:nth-child(even) input,
table.result-tbl tr:nth-child(even) input {
  background-color: #dddddd;
}
table.basket-tbl tr.tbl-foot,
table.result-tbl tr.tbl-foot {
  background-color: #f4f4f4 !important;
}
table.basket-tbl tr.tbl-foot input,
table.result-tbl tr.tbl-foot input {
  background-color: #f4f4f4;
}
table.basket-tbl th,
table.result-tbl th {
  border-bottom: 1px solid #000000;
  padding: 10px 10px 0;
  text-align: left;
  width: 20%;
}
table.basket-tbl th:first-child,
table.result-tbl th:first-child {
  width: 35%;
}
table.basket-tbl th:last-child,
table.result-tbl th:last-child {
  width: 10%;
  /*background-color: #f4f4f4;
  border-bottom: none;*/
}
table.basket-tbl td,
table.result-tbl td {
  padding: 10px;
  text-align: left;
}
table.basket-tbl td:last-child,
table.result-tbl td:last-child {
  /*background-color: #f4f4f4;*/
}
table.basket-tbl td input,
table.result-tbl td input {
  width: 80%;
  float: left;
  border: none;
}
table.basket-tbl td input.qty,
table.result-tbl td input.qty {
  width: 30%;
  background-color: #ffffff;
  border: 1px solid #999999;
  height: 37px;
  margin-right: 2%;
  float: left;
  text-align: right;
  padding-right: 5px;
}
table.basket-tbl .outer-button,
table.result-tbl .outer-button {
  width: 68%;
  float: right;
  margin-top: -5px;
}
table.basket-tbl .currency:before,
table.result-tbl .currency:before {
  content: "$";
  float: left;
  margin-top: 1px;
}
.dec.button {
	margin-top: -5px;
}

table.result-tbl tr:nth-child(3) {
  font-weight: bold;
}
table.result-tbl tr td:first-child {
  width: 75%;
}
.specialNotestext td:nth-child(2) {
	width: 83%;
	padding-left: 30px;
}
.ownset {
	margin-bottom: 20px;
}
/* ------- Responsive Table --------- */
@media only screen and (max-width: 43em) {
  table.basket-tbl {
    margin-top: 0;
    font-size: 1em;
  }
  table.basket-tbl .outer-button {
    margin-top: -5px;
  }

  table.result-tbl {
    margin-top: 0;
  }

  table.basket-tbl thead {
    display: none;
  }

  table.display th,
table.display td {
    padding: 0.5em;
  }

  table.basket-tbl td:nth-child(1):before {
    content: "Product";
  }

  table.basket-tbl td:nth-child(2):before {
    content: "Price";
  }

  table.basket-tbl td:nth-child(3):before {
    content: "Qty";
  }

  table.basket-tbl td:nth-child(4):before {
    content: "Cost";
  }

  table.basket-tbl td:nth-child(5):before {
    content: "Remove";
  }

  table.basket-tbl td:nth-child(1),
table.basket-tbl td:nth-child(2),
table.basket-tbl td:nth-child(5) {
    padding-left: 25%;
    width: auto;
    /*height: 45px;*/
  }

  table.basket-tbl td:nth-child(3),
table.basket-tbl td:nth-child(4) {
    padding-left: 25%;
    width: auto;
    height: 65px;
  }

  table.basket-tbl td:nth-child(1):before,
table.basket-tbl td:nth-child(2):before,
table.basket-tbl td:nth-child(3):before,
table.basket-tbl td:nth-child(4):before,
table.basket-tbl td:nth-child(5):before {
    position: absolute;
    left: 0.5em;
    font-weight: bold;
  }

  table.basket-tbl tr,
table.basket-tbl td {
    display: block;
  }

  table.basket-tbl tr {
    position: relative;
    margin-bottom: 1em;
    border: 1px solid #999999;
  }

  table.basket-tbl td {
    border-top: none;
  }

  table.basket-tbl td.product {
    background: #9999991a;
    border-top: 1px solid #b3bfaa;
  }

  table.basket-tbl td:nth-child(5) {
    border-top: 1px solid #999999;
  }

  table.basket-tbl tr:nth-child(even) td:nth-child(5) {
    background-color: #dddddd;
  }

  table.basket-tbl td:nth-child(5):before {
    font-weight: normal;
  }

  .fa-trash-o {
    position: absolute;
    right: 20px;
  }
 
}
@media only screen and (min-width: 640px) and (max-width: 1020px) {
     #navbarSupportedContent {
	position: absolute;
	background: #fff;
	width: 100%;
	left: 0;
	z-index: 9;
	text-align: center;
	margin-top:72px;
	box-shadow: 0px -1px #000;
}
.navigationBarset .fa.fa-bars {
	margin-top: 5px;
	color: #9b0620;
}
.navigationBarset {
	border: 2px solid #9d0923;
}
.navbar-toggler:focus {
	box-shadow: none;
}
#menu-flters ul li {
	margin-bottom: 20px;
}
}
@media only screen and (min-width: 481px) and (max-width: 640px) {
    .navigationBarset {
	border: 2px solid #9d0923;
}
.navbar-toggler:focus {
	box-shadow: none;
}
.navigationBarset .fa.fa-bars {
	margin-top: 5px;
	color: #9b0620;
}
#menu-flters ul li {
	margin-bottom: 20px;
}
}
@media only screen and (min-width: 320px) and (max-width: 460px) {
    #navbarSupportedContent {
	position: absolute;
	background: #fff;
	width: 100%;
	left: 0;
	z-index: 9;
	text-align: center;
	margin-top:10px;
	box-shadow: 0px -1px #000;
}
.navigationBarset .fa.fa-bars {
	margin-top: 5px;
	color: #9b0620;
}
.navigationBarset {
	border: 2px solid #9d0923;
}
.navbar-toggler:focus {
	box-shadow: none;
}
#menu-flters ul li {
	margin-bottom: 20px;
}
  table.result-tbl tr td:first-child {
    width: 55%;
  }
  .specialNotestext td {
	width: 100% !important;
	display: inline-flex;
}
.specialNotestext td:nth-child(2) {
	padding-left: 0px;
}
}

.text-heading {
    text-align: center;
    margin-bottom: 0px;
}
table.Heading-feat {
    margin-top: 25px;
}
#main-wraps {
    padding-left: 20px;
    padding-right: 20px;
}