body {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px !important;
    line-height: 22px;
}
table tr td {
    font-size: 14px;
}
img {
    width: 100%;
}

header .logo h1 {
    font-family: 'Indie Flower', cursive;
    color: #333;
    font-weight: bolder;
}

header .logo h1 span {
    color: #f98c0f;
}

.mynavul ul li a {
    padding: 8px 15px;
    color: white;
    width: 100%;
    display: block;
    position: relative;
    transition: all 0.7s;
    font-size: 15px;
}

.mynavul ul li a:hover {
    background: #4a525a;
    text-decoration: none;
}

ul.navbar-nav.mr-auto {}

.mynavul ul {
    margin: -8px -16px;
}

.mynavul ul li a:after {
    content: "";
    position: absolute;
    padding: 20px;
    top: -4px;
    left: 0;
    width: 100%;
}

.mynavul ul li a:hover:after {
    border-bottom: 2px solid orange;
}

.leftMenu .menuHeader h4 {
    color: white;
    font-size: 15px;
    text-align: center;
    padding: 7px;
    margin-bottom: 0;
    text-transform: uppercase;
}



.menuHeader {
    background: #343a40!important;
    margin-left: -1px;
    margin-bottom: 6px;
}

.leftMenu {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    margin-bottom: 10px;
}

ul.menuItem li {
    border-bottom: 1px solid #ddd;
    margin-left: -9px;
    transition: all 0.5s;
    border-left: 3px solid orange;
}

ul.menuItem {
    list-style: none;
    margin-left: -32px;
    margin-bottom: 0;
    position: relative;
}

.leftMenu .content .menuItem li:before {}

ul.menuItem li a {
    display: block;
    padding: 4px 0;
    font-size: 14px;
    color: #444;
    margin-left: 9px;
    transition: all 0.5s;
    letter-spacing: -1px;
}

ul.menuItem li a i {
    margin-right: 10px;
}

ul.menuItem li:hover a {
    text-decoration: none;
    color: white;
}

section {
    margin-top: 20px;
}

.product_header h1 {
    color: white;
    text-align: center;
    font-size: 15px !important;
    margin-bottom: 0;
    padding: 2px;
    font-weight: normal;
}

ul#product_list {
    list-style: none;
    margin-top: 32px;
    padding-left: 0;
    margin-left: 0;
}

.product {
    margin-bottom: 15px;
    transition: all 0.4s;
}

.product_name {
    color: #343a40;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}

a:hover {
    text-decoration: none;
}

.product_price {
    text-align: center;
    color: orange;
    margin-bottom: 3px;
}

center a {
    color: #343a40;
}

.product_header {
    background: #343a40;
}

.productSpecifications h2,
.addProduct h2 {
    color: #df3754;
    font-weight: bold;
    font-size: 15px;
}

.productSpecifications table {
    margin-bottom: 22px;
    border: #ddd;
    width: 100%;
}

.productSpecifications table tr td {
    color: #555;
    width: 50%;
}

.loginForm h3 {
    color: #343a40;
    font-size: 28px;
    font-weight: bold;
    margin: 15px 0px 5px;
}

.loginForm input {
    width: 52%;
    padding: 10px;
}

.loginForm input[type="submit"] {
    margin-top: 22px;
    background: #343a40;
    border: none;
    border-bottom: 3px solid orange;
    border-radius: 2px;
    color: white;
    font-size: 22px;
    font-weight: bold;
    transition: all 0.5s;
}

.loginForm input[type="submit"]:hover {
    background: #575a5f;
}

img.loading {
    width: 100px;
    margin-left: 22px;
    opacity: 0;
    transition: all 0.7s;
}

.errorLog h3 {
    font-size: 20px;
    font-family: arial;
}

.brandIcon img {
    width: 70px;
    margin: auto;
}

.brandIcon {}

.brand {
    display: grid;
    place-content: center;
    border: 1px solid #ddd;
    margin-top: 22px;
}

.brandName h3 {
    text-align: center;
    font-size: 18px;
    color: #343a40;
}

.brand:hover .brandName h3 {
    color: #50575f;
}

.addBrand input,
#editName {
    padding: 4px;
}

input#addBrand,
#editBTN {
    padding: 6px 26px;
    background: #343a40;
    color: white;
    border: none;
    border-bottom: 3px solid orange;
    border-radius: 2px;
    transition: all 0.5s;
}

input#addBrand:hover {
    background: #5c6369;
}

.addBrand {
    position: relative;
}

.menuHeader h4 {
    color: white;
    font-size: 15px;
    text-align: center;
    padding: 7px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.content input {}

input#q {
    width: 50%;
    padding: 3px;
    margin-bottom: 6px;
}

input#searchBTN,
.Button {
    padding: 5px;
    margin-left: 8px;
    width: 40%;
    background: #343a40;
    color: white;
    border: none;
    border-bottom: 3px solid orange;
    border-radius: 2px;
    transition: all 0.5s;
}

.Button:hover {
    background: #4e5861 !important;
}

input#searchBTN:hover {
    background: #474f57;
}

table tr td:nth-child(1) {
    font-weight: 500;
}

ul.menuItem li:hover {
    background: orange;
}

.mynavul ul li {
    display: inline-block !important;
}

a.cateName {
    width: 85%;
    float: left;
}

a.cateEdit {
    float: left;
    margin-right: 15px;
}

div#reviewLogo {
    width: 80px;
    height: 80px;
    float: left;
    margin: 0px 8px 0px 0px;
}

.reviewContent p {
    font-weight: 500;
}

.reviewContent p a {
    background: #ccc;
    padding: 2px 6px;
    color: black;
}

.reviewContent p a:hover {
    color: #0056b3;
}

.reviewHeader a {
    color: black;
    font-weight: 600;
    /* margin-left: 16px; */
}

.reviewHeader a:hover {
    color: #0056b3;
}

div.reviewImg {
    width: 300px;
    height: 300px;
    margin: 0 7px 5px 0;
    float: left;
}

.selectReview h4 {
    width: 50%;
    float: left;
    font-size: 20px;
}

.reviewBox {
    padding: 10px;
    width: 49%;
}

.selectReview {
    margin-bottom: 12px;
}

.reviewDetails {
    margin-top: 30px;
    display: block;
    overflow: hidden;
}

.reviewDetailsBoxes h4 {
    font-size: 20px;
    width: 50%;
    float: left;
}

.reviewDetailsArea {
    width: 100%;
}

.reviewDetailsBoxes {
    position: relative;
    margin-bottom: 25px;
    display: block;
    overflow: hidden;
}

a.addMore {
    position: absolute;
    bottom: -18px;
    right: 0px;
    background: darkgray;
    padding: 1px 6px;
    cursor: pointer;
    color: black;
}

.reviewtextArea {
    position: relative;
    margin-bottom: 22px;
    float: left;
    width: 49%;
}

a.removeMore {
    position: absolute;
    bottom: -18px;
    right: 7px;
    background: darkgray;
    padding: 1px 6px;
    cursor: pointer;
    color: black;
}

a.removeMore:hover {
    background: #928f8f;
}

a.addMore:hover {
    background: #928f8f;
}

.reviewDetailsBoxes h3 {
    font-size: 20px;
    margin-left: 10px;
    margin-top: 10px;
}

.reviewHeader {
    margin-top: 12px;
}

.part1 {
    display: block;
    overflow: hidden;
}

.contentReview strong {
    display: block;
    overflow: hidden;
}

.part2 {
    display: block;
    overflow: hidden;
}
a.reviewDelete {
    position: absolute;
    right: 0;
    color: black;
    padding: 5px;
    bottom: 0;
}

.reviewContent {
    position: relative;
}

a.reviewDelete:hover {
    color: #575656;
}
a.reviewEdit {
    position: absolute;
    right: 0;
    top: 0;
    padding: 5px;
    color: black;
}

a.reviewEdit:hover {
    color: #575656;
}
.newsImg {
    width: 300px;
    height: 300px;
    margin-right: 5px;
    margin-bottom: 5px;
    float: left;
}
.newsDetailsBoxes {
    position: relative;
    margin-bottom: 25px;
    display: block;
    overflow: hidden;
}

.newstextArea {
    position: relative;
    margin-bottom: 22px;
    float: left;
    width: 49%;
}

.newsDetailsBoxes h4 {
    font-size: 20px;
    width: 50%;
    float: left;
}

textarea {
    width: 100%;
}
.logoInput h2 {
    font-size: 22px;
    margin-top: 22px;
}
span.clickBrandNameAjax {
    text-transform: uppercase;
}
.filterTab {
    background: #595f65;
    display: block;
    overflow: hidden;
    padding: 4px 10px 4px 10px;
}

.filter {
    /* width: 50px; */
    /* float: left; */
    /* margin-right: 9%; */
    display: inline-block;
    width: 30%;
    text-align: center;
}

.filter a {
    color: white;
    font-weight: 500;
    display: block;
}
.brand:hover .brandIcon img {
    opacity: 0.9;
}
.filter a:hover {
    color: #c8c8c8;
    border-bottom: 1.5px solid orange;
}
.product:hover {
    transform: scale(1.05) !important;
}
/*Photo Effect*/

  @import url(https://fonts.googleapis.com/css?family=Roboto+Slab:700);


  .tiles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .tile {
    position: relative;
    float: left;
    overflow: hidden;
    width: 100%;
    height: 400px;
  }

  .photo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: transform .5s ease-out;
    cursor: zoom-in;
  }

  .txt {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 10%;
    left: 0;
    font-family: 'Roboto Slab', serif;
    font-size: 9px;
    line-height: 12px;
    text-align: center;
    cursor: default;
    opacity: 0;
    z-index: -1;
  }

  .x {
    font-size: 32px;
    line-height: 32px;
    opacity: 0;
  }
.brandImg {
    width: 190px;
    margin: auto;
    margin-top: 7px;
    margin-bottom: 7px;
}
.blogImg img {
    width: 348px;
    height: 185px;
    margin-bottom: 12px;
    max-width: 348px;
}
h2 {}

.blogTitle h2 a {
    color: black;
    font-size: 26px;
}

.blogTitle h2 a:hover {
    color: #5d5b5b;
}

.blogContent {
    /* width: 47%; */
    margin-bottom: 33px;
    margin-top: 10px;
    /* float: left; */
}

.blogDesc p {
    font-size: 14px;
}

.blogreadMore a {
    background: #6d6d6d;
    padding: 8px;
    border-radius: 3px;
    color: white;
}
.blogreadMore a:hover {
    background: black;
}
.title {
    margin-bottom: 10px;
}

.blogInput input {
    width: 100%;
    padding: 10px;
}
a.blogAdd {
    background: #333;
    padding: 6px;
    color: white;
    border-radius: 3px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.blogInput {
    position: relative;
    margin-bottom: 20px;
}
.title h2 {
    font-size: 28px;
    text-align: center;
    margin-bottom: 12px;
}

.blogImg {
    margin: auto;
    display: grid;
    place-content: center;
}

.blogParagraph p {
    font-size: 15px;
}
.blogImg img {}
div#actionDLTEDIT a {
    background: black;
    margin-right: 10px;
    padding: 8px;
    border-radius: 3px;
    color: white;
}

div#actionDLTEDIT a:hover {
    background: #737171;
}

div#actionDLTEDIT {
    margin-top: 30px;
}
table{
	background: #fbfbfb;

}
.filterPrice {
    position: absolute;
    background: white;
    /* right: 444px; */
    top: 38px;
    z-index: 1;
    transition: all 0.4s;
    transform: scaleY(0);
    transform-origin: top;
    box-shadow: 0px 0px 5px black;
    border-radius: 3px;
}

.filterPrice ul li {display: grid !important;margin-left: -40px;}

.filterPrice ul li a {
    padding-right: 6px;
    padding-left: 6px;
    color: black;
}

.filterPrice ul {
    margin: 0;
}

.mynavul ul li:hover .filterPrice {
    transform: scaleY(1);
}

.filterPrice ul li a:hover {
    color: white;
}
#byPrice {
    width: 33%;
    padding: 3px;
    margin-bottom: 6px;
}
.newsWrap {
    margin-top: 20px;
}

.navBTN {
    display: block;
    overflow: hidden;
}


.ribbon6 {
  width: 111px;
  font-size: 14px;
  height: 23px;
  line-height: 19.5px;
  position: absolute;
  top: 20px;
  left: -24px;
  z-index: 2;
  overflow: hidden;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border: 1px dashed;
  box-shadow:0 0 0 3px #57DD43,  0px 21px 5px -18px rgba(0,0,0,0.6);
  background: #57DD43;
  text-align: center;
}

.product {
  /* width: 100%; */
  /* height: 188px; */
  position: relative;
  top: -8px;
  left: 8px;
  overflow: hidden;
  cursor: pointer;
}
.product:before, .product:after {
  content: ""; 
  position: absolute;
}
.product:before {
  width: 40px;
  height: 8px;
  left: 48px;
  background: #4D6530;
  border-radius: 8px 8px 0px 0px;
}
.product:after {
  width: 8px;
  height: 40px;
  left: 0px;
  top: 48px;
  background: #4D6530;
  border-radius: 8px 0px 0px 8px;
}
a.changePic {
    color: #007bff !important;
    cursor: pointer;
}
ul#product_list li {
    padding-left: 0;
    padding-right: 30px;
}