body {
  font-family: "PT Serif", serif;
}

a {
  text-decoration: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

a:hover {
  text-decoration: none;
}

.mobile_left,
.mobile-menu,
.cart_menu,
.sidenav {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
p {
  padding: 0;
  margin: 0;
}

.top-fea {
  text-align: center;
}

.top-fea h2 {
  font-size: 32px;
  font-weight: 700;
  color: #000000;
  text-transform: uppercase;
}

.top-fea p {
  font-size: 14px;
  font-weight: 400;
  color: #717171;
  padding: 10px 0 0px 0;
}

header .topbar {
  font-family: "Poppins", sans-serif;
  background: #000000;
}

header .topbar .top-left {
  text-align: left;
}

header .topbar .top-left ul li {
  display: inline-block;
  padding: 0 15px;
}

header .topbar .top-left ul li h6 {
  font-size: 13px;
  font-weight: 400;
  color: #f0f0f0;
}

header .topbar .top-left ul li h6 i {
  padding-right: 5px;
}

header .topbar .top-left ul li a {
  font-size: 13px;
  font-weight: 400;
  color: #f0f0f0;
}

header .topbar .top-left ul li a i {
  padding-right: 5px;
}

header .topbar .top-left ul li a:hover {
  color: #004a75;
}

header .topbar .top-left ul li:nth-of-type(2) {
  border-left: 1px solid #424242;
}

header .topbar .top-right {
  text-align: right;
}

header .topbar .top-right ul li {
  display: inline-block;
  padding: 0 10px;
}

header .topbar .top-right ul li a {
  font-size: 14px;
  color: #f0f0f0;
}

header .topbar .top-right ul li a:hover {
  color: #004a75;
}

header .topbar .top-right ul li:nth-of-type(5) {
  border-left: 1px solid #424242;
}

header .middle-bar {
  padding: 15px 0px;
}

header .middle-bar .top_nav_items {
  text-align: center;
}

header .middle-bar .top_nav_items ul li {
  display: inline-block;
  position: relative;
}

header .middle-bar .top_nav_items ul li ul {
  width: 250px;
  background: #004a75;
  z-index: 12;
  position: absolute;
  display: none;
  left: 0; transition:all 0.5s;
}
header .middle-bar .top_nav_items ul li:hover ul{ display:block;}

header .middle-bar .top_nav_items ul li ul li {
  width: 100%;
}

header .middle-bar .top_nav_items ul li ul li a {
  display: block; font-size:14px;
  text-align: left;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding: 10px 10px;
}

header .middle-bar .top_nav_items ul li ul li a:hover {
  color: #000;
}

header .middle-bar .top_nav_items ul li a {
  font-size: 16px;
  font-weight: 400;
  color: #717171;
  text-transform: capitalize;
  display: block;
  padding: 0px 20px;
}

header .middle-bar .top_nav_items ul li a:hover {
  color: #004a75;
}

header .middle-bar .mid-icon {
  text-align: right;
}

header .middle-bar .mid-icon ul li {
  display: inline-block;
  padding: 0 10px;
}

header .middle-bar .mid-icon ul li a {
  font-size: 18px;
  color: #717171;
}

header .middle-bar .mid-icon ul li a:hover {
  color: #004a75;
}

.cate_main {
  text-align: center;
  padding: 40px 0;
}

.cate_main .top-cate {
  padding-bottom: 20px;
}

.cate_main .top-cate h1 {
  font-size: 30px;
  font-weight: 700;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.cate_main .inner_cate {
  position: relative;
}

.cate_main .inner_cate .cate-img {
  position: relative;
  overflow: hidden;
}

.cate_main .inner_cate .cate-img img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.cate_main .inner_cate .cate-img::after {
  position: absolute;
  content: "";
  border: 1px solid #ffffff;
  width: 95%;
  height: 95%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.cate_main .inner_cate .cate-name {
  position: absolute;
  top: 80%;
  left: 0;
  right: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.cate_main .inner_cate .cate-name h2 {
  font-size: 16px;
  font-weight: 700;
  color: #f0f0f0;
  background-color: #000000ad;
  text-transform: uppercase;
  width: 80%;
  height: 50px;
  line-height: 50px;
  margin: 0 auto;
  letter-spacing: 1px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.cate_main .inner_cate:hover .cate-img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.cate_main .inner_cate:hover .cate-name {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.about_main .about-right h3 {
  font-size: 24px;
  font-weight: 400;
  color: #000000;
  text-transform: uppercase;
  padding-bottom: 5px;
}

.about_main .about-right h4 {
  font-size: 34px;
  font-weight: 700;
  color: #000000;
  text-transform: uppercase;
}

.about_main .about-right p {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  padding: 25px 0;
  text-align: justify;
  line-height: 25px;
}

.about_main .about-right a {
  font-size: 14px;
  font-weight: 700;
  width: 168px;
  height: 58px;
  line-height: 58px;
  text-align: center;
  background-color: #004a75;
  color: #ffffff;
  text-transform: uppercase;
  display: block;
}

.feature_prod {
  text-align: center;
  padding: 50px 0;
}

.feature_prod .inner_prod {
  margin-top: 30px;
}

.feature_prod .inner_prod .prod_img {
  border: 1px solid #e1e1e1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  overflow: hidden;
}

.feature_prod .inner_prod .prod_img img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.feature_prod .inner_prod .prod_name h3 {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  text-transform: capitalize;
  padding-top: 10px;
}

.feature_prod .inner_prod .prod_name p {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  text-transform: capitalize;
  padding: 5px 0;
}

.feature_prod .inner_prod .prod_name button {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  border: 1px solid #e1e1e1;
  background-color: transparent;
  text-transform: uppercase;
  width: 151px;
  height: 43px;
  line-height: 42px;
  text-align: center;
  display: block;
  margin: 0 auto;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.feature_prod .inner_prod:hover .prod_img {
  border: 1px solid #004a75;
}

.feature_prod .inner_prod:hover .prod_img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.feature_prod .inner_prod:hover .prod_name button {
  background-color: #004a75;
  color: #ffffff;
  border: 1px solid #004a75;
}

.main-wall {
  padding: 30px 0 0 0;
}

.main-wall .insta-img {
  text-align: center;
  padding-top: 30px;
}

.main-wall .insta-img ul li {
  display: inline-block;
  overflow: hidden;
}

.main-wall .insta-img ul li img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.main-wall .insta-img ul li img:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.shipping {
  padding: 40px 0;
  font-family: "Poppins", sans-serif;
}

.shipping .d-flex {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.shipping .d-flex img {
  margin-right: 15px;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.shipping .d-flex .flex-body h5 {
  font-size: 14px;
  font-weight: 700;
  color: #111111;
  text-transform: capitalize;
}

.shipping .d-flex .flex-body p {
  font-size: 13px;
  font-weight: 400;
  margin: 0;
  color: #111111;
}

footer {
  background-color: #111111;
}

.top-footer {
  border-bottom: 1px solid #454545;
  padding: 60px 0;
}

.top-footer .inner-link h2 {
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  margin: 0;
  padding-bottom: 15px;
  text-transform: capitalize;
}

.top-footer .inner-link p {
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  padding-right: 30px;
  padding-bottom: 20px;
}

.top-footer .inner-link p i {
  padding-right: 5px;
}

.top-footer .inner-link a {
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 20px;
  display: block;
}

.top-footer .inner-link a i {
  padding-right: 5px;
}

.top-footer .inner-link a:hover {
  color: #004a75;
}

.top-footer .inner-link ul li {
  list-style-type: none;
}

.top-footer .inner-link ul li a {
  margin-bottom: 5px;
}

.top-footer .inner-link .pad_right {
  padding-right: 0;
}

.top-footer .inner-link form input {
  height: 57px;
  line-height: 57px;
  padding-left: 10px;
  background-color: #fff;
  color: #909090;
  font-size: 13px;
  outline: none;
  border: none;
  width: 100%;
  margin-bottom: 15px;
}

.top-footer .inner-link form button {
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  height: 47px;
  line-height: 40px;
  width: 149px;
  text-align: center;
  background-color: #1b1b1b;
  outline: none;
  border: none;
  color: #fff;
  float: right;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.top-footer .inner-link form button:hover {
  background: #004a75;
}

.top-footer .footer-social {
  text-align: left;
}

.top-footer .footer-social ul {
  font-size: 0;
}

.top-footer .footer-social ul li {
  list-style-type: none;
  display: inline-block;
  margin-left: 6px;
}

.top-footer .footer-social ul li a {
  font-size: 14px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  display: block;
  background-color: #1b1b1b;
}

.top-footer .footer-social ul li a:hover {
  background-color: #004a75;
}

.bottom-footer {
  padding: 20px 0px;
}

.bottom-footer .copy_right ul li {
  display: inline-block;
}

.bottom-footer .copy_right ul li p {
  font-size: 13px;
  color: #fff;
  margin: 0;
  padding-right: 10px;
}

.bottom-footer .copy_right ul li h6 {
  font-size: 13px;
  color: #fff;
}

.bottom-footer .copy_right ul li h6 a {
  font-size: 13px;
  color: #fff;
}

.bottom-footer .copy_right ul li h6 a:hover {
  color: #004a75;
}

.bottom-footer .copy_right ul li:nth-last-child(1) {
  padding: 0 10px;
  border-left: 1px solid #ffffff;
}

.bottom-footer .last-design {
  text-align: right;
}

@media (max-width: 1400px) {
  .main-wall .insta-img ul li {
    width: 24%;
  }
}

@media (max-width: 1200px) {
  header .topbar .top-left ul li a {
    font-size: 12px;
  }
  header .topbar .top-left ul li h6 {
    font-size: 12px;
  }
  header .topbar .top-left ul li {
    padding: 0 10px;
  }
  header .topbar .top-right ul li a {
    font-size: 13px;
  }
  header .topbar .top-right ul li {
    padding: 0 5px;
  }
  header .middle-bar .top_nav_items ul li a {
    font-size: 15px;
    padding: 0px 16px;
  }
  .cate_main {
    padding: 30px 0;
  }
  .cate_main .inner_cate .cate-name h2 {
    font-size: 11px;
  }
  .about_main .about-right h3 {
    font-size: 22px;
  }
  .about_main .about-right h4 {
    font-size: 32px;
  }
  .about_main .about-right p {
    padding: 20px 0;
  }
  .top-fea h2 {
    font-size: 30px;
  }
  .feature_prod {
    padding: 30px 0;
  }
}

@media (max-width: 992px) {
  header .topbar .top-left {
    display: none;
  }
  .mobile_left {
    display: block;
  }
  .mobile_left ul li {
    display: inline-block;
    padding: 0 5px;
  }
  .mobile_left ul li a {
    font-size: 13px;
    color: #f0f0f0;
  }
  .top-right ul li:nth-of-type(1) {
    width: 50%;
  }
  header .topbar .top-right ul li a {
    font-size: 12px;
  }
  header .middle-bar .top_nav_items ul li a {
    font-size: 14px;
    padding: 0px 8px;
  }
  header .middle-bar .mid-icon ul li a {
    font-size: 16px;
  }
  .cate_main .top-cate h1 {
    font-size: 25px;
  }
  .cate_main .inner_cate .cate-name {
    top: 70%;
  }
  .cate_main .inner_cate .cate-name h2 {
    height: 45px;
    line-height: 45px;
  }
  .about_main .about-right h3 {
    font-size: 20px;
  }
  .about_main .about-right h4 {
    font-size: 30px;
  }
  .about_main .about-right p {
    padding: 10px 0;
    line-height: inherit;
  }
  .about_main .about-right a {
    width: 148px;
    height: 48px;
    line-height: 48px;
  }
  .top-fea h2 {
    font-size: 25px;
  }
  .top-fea p {
    font-size: 13px;
  }
  .feature_prod .inner_prod {
    margin-top: 20px;
  }
  .feature_prod .inner_prod .prod_name button {
    font-size: 13px;
    width: 131px;
    height: 33px;
    line-height: 32px;
  }
  .main-wall .insta-img {
    padding-top: 10px;
  }
  .main-wall {
    padding: 20px 0 0 0;
  }
  .shipping {
    padding: 30px 0;
  }
  .shipping .d-flex {
    margin-top: 10px;
  }
  .top-footer {
    padding: 40px 0;
  }
  .top-footer .footer-social {
    padding-bottom: 20px;
  }
  .copy_right {
    text-align: center;
    padding-bottom: 10px;
  }
  .bottom-footer .last-design {
    text-align: center;
  }
}

@media (max-width: 768px) {
  header .middle-bar .mid-icon {
    display: none;
  }
  header .middle-bar .top_nav_items {
    display: none;
  }
  .mobile-menu {
    display: block;
    text-align: right;
  }
  .mobile-menu ul li {
    display: inline-block;
  }
  .mobile-menu ul li a {
    font-size: 15px;
    color: #ffffff;
    background-color: #000000;
    display: block;
    padding: 10px 10px;
    border-radius: 5px;
  }
  .mobile-menu ul li a:hover {
    background-color: #004a75;
  }
  .sidenav {
    display: block;
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    background-color: #161616;
    overflow-x: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding-top: 60px;
  }
  .sidenav a.closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    color: #fff;
  }
  .sidenav ul {
    margin: 0;
    padding: 0;
  }
  .sidenav ul li {
    list-style-type: none;
    display: block;
  }
  .sidenav ul li a {
    padding: 8px 8px 8px 32px !important;
    text-decoration: none;
    font-size: 14px;
    color: #fff;
    display: block;
    text-transform: uppercase;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-weight: 400;
    letter-spacing: 0.5px;
    text-align: left;
  }
  .sidenav ul li ul.dropdown-menu {
    padding: 0 !important;
    margin: 0 !important;
    width: 100%;
    position: relative;
  }
  .sidenav ul li ul.dropdown-menu li {
    background-color: #e1b129;
  }
  .sidenav ul li ul.dropdown-menu li a {
    font-size: 15px;
    color: #fff;
  }
  .cate_main {
    padding: 20px 0;
  }
  .cate_main .inner_cate .cate-name h2 {
    font-size: 9px;
  }
  .cate_main .inner_cate {
    margin-top: 10px;
  }
  .cate_main .top-cate {
    padding-bottom: 10px;
  }
  .about-left {
    padding-bottom: 10px;
  }
  .feature_prod {
    padding: 20px 0;
  }
  .top-fea h2 {
    font-size: 23px;
  }
  .shipping {
    padding: 0px 0 20px 0;
  }
  .shipping .d-flex {
    margin-top: 20px;
  }
  .top-footer {
    padding: 20px 0;
  }
}

@media (max-width: 576px) {
  .mobile_left ul li a {
    font-size: 12px;
  }
  header .topbar .top-right ul li a {
    font-size: 12px;
  }
  header .topbar .top-right ul li {
    padding: 0 3px;
  }
  .top-right ul li:nth-of-type(1) {
    width: 40%;
  }
  .mobile-menu ul li a {
    padding: 8px 8px;
    font-size: 14px;
  }
  .cate_main .top-cate h1 {
    font-size: 20px;
  }
  .cate_main .inner_cate .cate-name {
    top: 75%;
  }
  .cate_main .inner_cate .cate-name h2 {
    font-size: 10px;
  }
  .about_main .about-right h4 {
    font-size: 26px;
  }
  .about_main .about-right h3 {
    font-size: 18px;
  }
  .top-fea h2 {
    font-size: 20px;
  }
  .main-wall {
    padding: 10px 0 0 0;
  }
  .top-footer .inner-link form button {
    width: 100%;
  }
}
/*# sourceMappingURL=layout.css.map */