/*---------header close----------*/
/*-----------header-top------------*/
/*-----------header-top Close------------*/
/*-----------header-menu------------*/
a {
  text-decoration: none;
  outline: none;
}
a:hover {
  text-decoration: none;
  outline: none;
}
a:focus {
  text-decoration: none;
  outline: none;
}
a:active {
  text-decoration: none;
  outline: none;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

header {
  position: relative;
  width: 100%;
  background: #FBF1F1;
  z-index: 99;
}
header i.fa.fa-mobile {
  bottom: -4px;
  font-size: 26px;
  position: relative;
  border: 40px;
  font-weight: 500;
}

.header-top {
  padding: 12px 0px 15px 0px;
  background: #FBF1F1;
}

.left_info {
  text-align: right;
}
.left_info ul li {
  display: inline-block;
  margin-right: 30px;
}
.left_info ul li:last-child {
  margin: 0px !important;
}
.left_info a {
  color: #fffefe;
  font-size: 14px;
  font-weight: 500;
}
.left_info i.fa {
  font-size: 19px;
  color: #fff;
  padding-right: 10px;
}

.right_info p {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin: 0;
}
.right_info i.fa {
  font-size: 26px;
  margin-right: 10px;
  position: relative;
  bottom: -4px;
}

.logo {
  padding: 10px;
  background-color: #fff;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px rgba(0, 0, 0, 0.1411764706), 0 1px 10px rgba(0, 0, 0, 0.1215686275);
  position: absolute;
  top: 0;
  border-radius: 5px;
  transform: translateY(-30%);
  z-index: 99;
}
.logo img {
  max-width: 70px;
}

.header-main {
  background-color: #b96f10;
}

#cssmenu {
  border: 0;
  list-style: none;
  line-height: 1;
  position: relative;
  box-sizing: border-box;
}
@media screen and (min-width: 991px) {
  #cssmenu {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 50px;
  }
}
@media screen and (max-width: 992px) {
  #cssmenu {
    display: block;
  }
}
#cssmenu ul {
  border: 0;
  list-style: none;
  line-height: 1;
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 991px) {
  #cssmenu ul.parent-nav {
    display: block;
    margin-top: 54px;
  }
}
@media screen and (min-width: 992px) {
  #cssmenu ul.parent-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    margin-left: 90px;
  }
}
#cssmenu ul li {
  border: 0;
  list-style: none;
  line-height: 1;
  position: relative;
  box-sizing: border-box;
  display: block;
  height: 100%;
}
#cssmenu ul li a {
  border: 0;
  list-style: none;
  line-height: 1;
  position: relative;
  box-sizing: border-box;
  display: block;
}
#cssmenu ul li.active {
  background: #915204 !important;
  transition: background 0.3s ease;
}
#cssmenu ul li.active a {
  color: #fff;
}
#cssmenu ul li.active:hover {
  background: #BB7112 !important;
  transition: background 0.3s ease;
}
#cssmenu ul li.has-sub.active:hover {
  background: #915204 !important;
  transition: background 0.3s ease;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  margin-top: 0;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  background: #fff;
  transition: all 0.25s ease;
}
#cssmenu ul ul li a {
  border-bottom: 1px solid rgba(150, 150, 150, 0.15);
  padding: 10px 15px;
  width: 210px;
  font-size: 16px;
  text-decoration: none;
  color: #333;
  font-weight: 400;
}
#cssmenu ul ul li a:hover {
  color: #fff;
}
#cssmenu ul ul li:last-child > a {
  border-bottom: 0;
}
#cssmenu ul ul li:hover > a {
  color: #fff;
  background: #915204;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu ul ul ul li.active a {
  border-left: 1px solid #333;
}
#cssmenu ul ul li.last-item > a {
  border-bottom: 0;
}
#cssmenu ul ul li.has-sub > a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #333;
  content: "";
}
#cssmenu ul ul li.has-sub > a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #333;
  content: "";
  transition: all 0.25s ease;
}
#cssmenu ul ul li.has-sub:hover {
  background: #363636;
}
#cssmenu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}
#cssmenu ul li.has-sub ul.child-nav-level-1 {
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px rgba(0, 0, 0, 0.1411764706), 0 1px 10px rgba(0, 0, 0, 0.1215686275);
}
#cssmenu ul li.has-sub ul.child-nav-level-1 li.has-sub:hover a:after {
  background: #fff !important;
}
#cssmenu ul li.has-sub ul.child-nav-level-1 li.has-sub:hover a:before {
  background: #fff !important;
}
#cssmenu ul li.has-sub ul li.has-sub ul li {
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px rgba(0, 0, 0, 0.1411764706), 0 1px 10px rgba(0, 0, 0, 0.1215686275);
}
#cssmenu ul li.has-sub ul li.has-sub ul li:hover {
  background: #363636;
}
#cssmenu #head-mobile {
  border: 0;
  list-style: none;
  line-height: 1;
  position: relative;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  display: none;
}
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu > ul > li > a {
  padding: 9px 17px;
  font-size: 16px;
  letter-spacing: 1px;
  text-decoration: none;
  color: #fff;
  height: 100%;
  display: flex;
  align-items: center;
}
#cssmenu > ul > li:hover {
  background: #915204 !important;
  transition: background 0.3s ease;
}
#cssmenu > ul > li:hover > a {
  color: #fff;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 30px;
}
#cssmenu > ul > li.has-sub > a:after {
  position: absolute;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #fff;
  content: "";
}
#cssmenu > ul > li.has-sub > a:before {
  position: absolute;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #fff;
  content: "";
  transition: all 0.25s ease;
}
#cssmenu > ul > li.has-sub:hover > a:before {
  top: 23px;
  height: 0;
}
#cssmenu > ul > li.has-sub > ul > li.active > a {
  border-top: 1px solid #333;
}
#cssmenu > ul ul > li.has-sub > ul > li.active > a {
  border-top: 1px solid #333;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu li:hover > ul > li {
  height: 35px;
}

ul.submenu {
  display: block;
}

img {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .logo {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    transform: translateY(0%);
    transition: all 500ms ease-out;
  }
  .logo.mobile-logo {
    transform-origin: 0% 0%;
    transform: scale(1.35);
  }
  .logo img {
    width: 50px;
  }
  .logo2 {
    display: none;
  }
  nav {
    width: 100%;
  }
  #cssmenu {
    width: 100%;
  }
  #cssmenu ul {
    width: 100%;
    display: none;
  }
  #cssmenu ul li {
    width: 100%;
    border-top: 1px solid #ff8400;
    float: left;
  }
  #cssmenu ul li:hover {
    background: transparent !important;
  }
  #cssmenu ul li a {
    width: 100%;
    border-bottom: 0;
  }
  #cssmenu ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
  }
  #cssmenu ul ul li {
    height: auto;
    background: #fff !important;
  }
  #cssmenu ul ul li a {
    width: 100%;
    border-bottom: 0;
    padding-left: 25px;
    color: #333;
    background: none;
  }
  #cssmenu ul ul li:hover {
    background: #363636 !important;
  }
  #cssmenu ul ul li:hover > a {
    color: #fff;
  }
  #cssmenu ul ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
  }
  #cssmenu ul ul ul li a {
    padding-left: 35px;
  }
  #cssmenu ul ul ul li.active a {
    border-left: none;
  }
  #cssmenu ul ul li.active > a {
    color: #fff;
  }
  #cssmenu ul ul > li.has-sub > a:after {
    display: none;
  }
  #cssmenu ul ul > li.has-sub > a:before {
    display: none;
  }
  #cssmenu ul ul .submenu-button {
    height: 34px;
    width: 34px;
  }
  #cssmenu ul ul .submenu-button:after {
    top: 15px;
    right: 13px;
  }
  #cssmenu ul ul .submenu-button:before {
    top: 12px;
    right: 16px;
  }
  #cssmenu li:hover > ul > li {
    height: auto;
  }
  #cssmenu > ul > li.has-sub > a:after {
    display: none;
  }
  #cssmenu > ul > li.has-sub > a:before {
    display: none;
  }
  #cssmenu > ul > li.has-sub > ul > li.active > a {
    border-top: none;
  }
  #cssmenu > ul ul > li.has-sub > ul > li.active > a {
    border-top: none;
  }
  #cssmenu #head-mobile {
    display: block;
    padding: 23px;
    color: #333;
    font-size: 12px;
    font-weight: 700;
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    height: 46px;
    width: 46px;
    cursor: pointer;
  }
  #cssmenu .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #333;
    content: "";
  }
  #cssmenu .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #333;
    content: "";
  }
  #cssmenu .submenu-button.submenu-opened {
    background: #262626;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    background: #fff;
  }
  #cssmenu .submenu-button.submenu-opened:before {
    display: none;
  }
  .button {
    width: 55px;
    height: 46px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    z-index: 12399994;
  }
  .button:after {
    position: absolute;
    top: 22px;
    right: 20px;
    display: block;
    height: 8px;
    width: 20px;
    border-top: 2px solid #333ddd;
    border-bottom: 2px solid #333ddd;
    content: "";
  }
  .button:before {
    transition: all 0.3s ease;
    position: absolute;
    top: 16px;
    right: 20px;
    display: block;
    height: 2px;
    width: 20px;
    background: #333;
    content: "";
  }
  .button.menu-opened:after {
    transition: all 0.3s ease;
    top: 23px;
    border: 0;
    height: 2px;
    width: 19px;
    background: #333;
    transform: rotate(45deg);
  }
  .button.menu-opened:before {
    top: 23px;
    background: #333;
    width: 19px;
    transform: rotate(-45deg);
  }
}
.aside-title {
  color: #fff;
}

.left-sidebar {
  border-radius: 10px;
  padding: 0.5rem 0;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px rgba(0, 0, 0, 0.1411764706), 0 1px 10px rgba(0, 0, 0, 0.1215686275);
  margin: 0 0 1rem 0;
  background-color: #b96f10;
}
.left-sidebar .sidebar-title {
  font-size: 15px;
  background-color: #b96f10;
  color: #fff;
  margin-bottom: 0;
  font-weight: 600;
  padding-bottom: 5px;
  padding-left: 15px;
}
.left-sidebar .sidebar-content {
  background-color: #fff;
}
.left-sidebar .sidebar-content .related-product-items {
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 0.5rem;
  border-bottom: 1px solid #ddd;
  width: 100%;
  transition: all 300ms;
  height: auto;
}
.left-sidebar .sidebar-content .related-product-items .thumb-left .thumb img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 50px;
  height: 50px;
}
.left-sidebar .sidebar-content .related-product-items h4 {
  font-size: 13px;
  padding: 0.5rem 1rem;
}
.left-sidebar .sidebar-content .related-product-items h4 a {
  font-weight: 600;
  transition: all 600ms;
}
.left-sidebar .sidebar-content .related-product-items h4 a:hover {
  color: #b96f10;
}
.left-sidebar .sidebar-content .related-product-items:hover {
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px rgba(0, 0, 0, 0.1411764706), 0 1px 10px rgba(0, 0, 0, 0.1215686275);
}
