.top_head {
  text-transform: uppercase;
  font-size: 12px;
  background-color: #370027;
  text-align: center;
  padding: 5px;
  color: #ffffff;
}

.fixed_top_pro {
  position: fixed;
  z-index: 10;
  width: 100%;
  background-color: #39a7b8;
  padding: 30px 0 30px 0;
}

.menubg {
  background-color: #fff;
  padding: 10px 0 10px 0;
}

.storename {
  font-family: "Oswald", sans-serif !important;
  color: #242b2c;
}

.pro_storename {
  font-family: "Oswald", sans-serif;
  color: #242b2c;
  width: 80%;
  text-align: center;
}

.menu_left {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 10px;
}

.new_menu_ul {
  list-style: none;
  position: relative;
  margin: 5px 0 0 0;
}

.new_menu_ul li {
  display: inline-block;
  margin-right: 35px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.new_menu_ul li:first-child {
  margin-left: 10px;
}

.new_menu_ul li:last-child {
  margin-right: 20px;
}

/* Color To Change */

.new_menu_ul li a {
  text-decoration: none;
  color: #ee1e3e;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}

.new_menu_ul li a:hover {
  border-top: 2px solid #ee1e3e;
}

.new_menu_ul li .select {
  border-top: 2px solid #ee1e3e;
  padding-top: 5px;
  padding-bottom: 5px;
}

.pro_menu_ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pro_menu_ul li {
  display: none;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -8px;
}
.pro_menu_ul li:first-child {
  margin-top: 0px;
  width: 60%;
  display: inline-block;
}
.pro_menu_ul li a {
  padding: 10px;
  color: #ee1e3e;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}
.pro_menu_ul li:last-child i {
  color: #ee1e3e;
  font-size: 28px;
}
.pro_menu_ul li:last-child {
  display: inline-block;
}
.pro_menu_ul li:hover {
  border-bottom: 1px solid #ffffff;
}
.pro_menu_ul li:first-child:hover {
  border-bottom: none;
}

.acc_blk {
  list-style: none;
  margin: 4px 0 0 10px;
  padding: 0;
}
.acc_blk li {
  display: none;
  vertical-align: middle;
  margin-right: 5px;
}
.acc_blk li a {
  padding: 5px;
  color: #ee1e3e;
  font-size: 16px;
  text-decoration: none;
}
.acc_blk li i {
  color: #ee1e3e;
  font-size: 28px;
  margin-top: -7px;
}
.acc_blk li:last-child {
  display: inline-block;
}
.acc_blk li:hover {
  border-bottom: 1px solid #ee1e3e;
}

.title {
  color: #333333;
  text-align: center;
  font-size: 30px;
  margin: 20px auto;
  position: relative;
  font-weight: bold;
}

.title_border {
  background-color: #333333;
  padding: 1px;
  width: 50px;
  margin: 0 auto;
}

.mrg_top20 {
  margin-top: 20px;
}

.relative {
  position: relative;
}

.category_caption {
  padding: 5px 10px 5px 25px;
  text-transform: uppercase;
  position: absolute;
  bottom: 20px;
  left: 0;
  font-weight: bold;
  font-size: 14px;
  background-color: #ffffff;
}

.home_btn {
  border: 1px solid #222222;
  font-size: 14px;
  text-align: center;
  padding: 10px 25px;
  border-radius: none !important;
  background-color: #ffffff;
}

.home_btn .fa {
  font-size: 12px;
}

.category_btn {
  float: right;
  margin: 10px;
}

.feature_blk {
  display: flex;
  flex-wrap: wrap;
}

.feature_imgblk {
  /* width:18%; */
  margin: 15px 0 0 15px;
}

.feature_imgblk:first-child,
.feature_imgblk:nth-child(6) {
  margin: 15px 0 0 15px;
}

.feature_caption {
  font-weight: bold;
  font-size: 14px;
  padding: 10px;
}

.feature_btn {
  margin: 15px auto;
}

.home_offer_blk {
  background-color: #73ff62;
  padding: 50px 0;
}

.offer_left {
  width: 30%;
  display: inline-block;
}

.offer_right {
  width: 65%;
  margin-left: 15px;
  display: inline-block;
  height: 408px;
  overflow: hidden;
}

.home_testi_blk {
  background-color: #f7f7f7;
  padding: 50px 0;
}

.insta_blk {
  margin: 60px 0;
}

.insta_txt {
  text-align: center;
  color: #c2c2c2;
  font-size: 12px;
  display: block;
}

.footer_blk {
  background-color: #1b2e2a;
  padding: 20px;
  color: #ffffff;
}

.footer_title {
  font-size: 22px;
  margin: 15px 0;
}

.footer_cnt {
  font-size: 14px;
  margin: 5px 0;
}

.home_txt {
  margin-top: 10px;
  background: none;
  border: none;
  border-bottom: 1px solid #ffffff;
  width: 80%;
  outline: none;
}

.foot_ul {
  list-style: none;
  margin: 20px auto;
}

.foot_ul li {
  display: inline-block;
  margin-left: 20px;
}

.copyrights_blk {
  font-size: 12px;
  background-color: #370027;
  text-align: center;
  padding: 5px;
  color: #ffffff;
}

.fixed_top_block {
  position: fixed;
  z-index: 10;
  float: left;
  width: 100%;
  padding: 2px 48px;
}

.pro_search_txt {
  border: 1px solid #22726f;
  border-radius: 0;
  box-shadow: 0;
  padding: 10px;
  width: 100%;
  text-align: left;
}

.pro_search_txt:focus {
  border: 1px solid #d2e66b;
  border-radius: 0;
  box-shadow: 0;
}

.pro_maincat_blk {
  width: 100%;
  position: fixed;
  background-color: #370027;
  z-index: 4;
  margin-top: 66px;
}

.pro_maincat_blk ul {
  list-style: none;
  margin: 0 auto;
  width: auto;
  padding: 10px;
  text-align: center;
}

.pro_maincat_blk ul li {
  margin-right: 10px;
  display: inline-block;
}

.pro_maincat_blk ul li a {
  padding: 5px 10px;
  font-size: 16px;
  color: #ffffff;
  text-decoration: none;
}

.pro_maincat_blk ul li a:hover {
  border-top: 2px solid #ffffff;
}

.pro_main {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0 10px;
}

.pro_main_blk {
  width: 250px;
  height: 360px;
  border: 1px solid #ee1e3e;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3);
  margin: 0 10px 20px 10px;
}

.pro_main_blk:hover {
  box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.3);
}

.pro_main_blk .imgblk {
  width: 100%;
  height: 250px;
  /*justify-content: center;*/
}

.pro_main_blk .imgblk img {
  width: 243px;
  height: 250px;
  margin: 0 auto;
}

.pro_main_blk a,
.prov_main_blk a {
  text-decoration: none;
}

.prov_main_blk {
  width: 48%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  /*border: 1px solid #39A7B8;*/
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  margin: 0 10px 20px 10px;
}

.prov_main_blk .imgblk {
  width: 50%;
  height: 100%;
}

.prov_main_blk .imgblk img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.prov_main_blk .pro_row span:first-child {
  text-decoration: none;
}

.pro_row p {
  margin-bottom: 5px;
}

.pro_row {
  width: 100%;
  text-align: center;
  display: flex;
  padding: 2px 10px;
  justify-content: space-between;
}

.pro_addcart {
  border: 1px solid #ee1e3e;
  border-radius: 3px;
  background-color: #ee1e3e;
  color: #ffffff;
  padding: 5px;
  width: 100px;
  cursor: pointer;
}

.pro_addcart:hover {
  background-color: #ffffff;
  color: #ee1e3e;
}

.pro_row span {
  font-size: 16px;
  color: #bbbbbb;
}

.pro_row span:last-child {
  margin-left: 10px;
  font-weight: bold;
  color: #ee1e3e;
}

.pro_row span:first-child {
  text-decoration: line-through;
}

.pro_name {
  font-size: 15px;
  color: #000000;
}

.pro_maincat_title {
  color: #0f1111;
  font-size: 20px;
  font-weight: bold;
  padding: 10px 10px 5px 20px;
  margin-bottom: 5px;
  border-bottom: 2px solid #e0e0e0;
}

.pro_filter_subtitle {
  color: #434b53;
  font-size: 18px;
  padding: 10px 10px 5px 20px;
  margin-bottom: 5px;
  font-weight: bold;
}

.pro_subcat_list {
  list-style: none;
  margin: 10px 0 0 -20px;
}

.pro_subcat_list a {
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  color: #666666;
  text-transform: uppercase;
  margin-bottom: 5px;
  display: block;
}

.pro_subcat_list a li {
  padding: 2px;
}

.pro_subcat_list a li i {
  margin-right: 5px;
  font-size: 18px;
}

.fa-check-square {
  color: #ee1e3e;
}

.prov_detail {
  width: 100%;
}

.prov_row {
  width: 100%;
  padding: 5px;
}

.prov_title {
  font-size: 28px;
  color: #222222;
}

.prov_normal_price {
  text-decoration: line-through;
  font-size: 18px;
  color: #828282;
}

.prov_sale_price {
  margin-left: 10px;
  font-size: 18px;
  color: #ee1e3e;
}

.prov_desc {
  font-size: 15px;
}

.prov_btn {
  font-size: 18px;
  background-color: #ee1e3e;
  color: #ffffff;
  padding: 10px 15px;
  border: none;
  border-radius: 3px;
  margin: 15px 0;
}

.prov_label {
  /*color: #999999;*/
  color: #ee1e3e;
  font-size: 18px;
  margin-right: 10px;
}

.prov_value {
  color: #606060;
  font-size: 18px;
}

.prov_t2 {
  color: #666666;
  font-size: 20px;
  text-align: center;
}

.prov_title_border {
  width: 65px;
  margin: 5px auto;
  border-bottom: 3px solid #666666;
}

.prov_divider {
  border-bottom: 2px dashed #e5e5e5;
  margin: 10px -15px;
}

.prov_group {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
}

.prov_group_cntbk {
  padding: 10px;
  width: 50%;
}

.prov_row {
  width: 100%;
  margin-bottom: 2px;
}

.prov_group_title {
  color: #cc6633;
  font-size: 16px;
  font-weight: bold;
}

.prov_group_cnt {
  color: #222222;
  font-size: 15px;
}

.homeicon {
  color: #ee1e3e;
  font-size: 30px;
  text-align: center;
  width: 20%;
  margin-top: 5px;
  cursor: pointer;
}

.logo_blk {
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
}

.acc_blk li .user_menu {
  background-color: #f2f2f2;
  margin: 2px 0 0 0;
  padding: 10px 10px;
  position: absolute;
  list-style: none;
  display: none;
  width: 120px;
  border-radius: 3px;
  z-index: 1;
  left: 0;
}

.acc_blk li .user_menu li {
  margin: 0;
  font-size: 16px;
  display: block;
  width: 100%;
}

.acc_blk li .user_menu li a {
  color: #39a7b8;
  display: block;
  padding: 5px 15px;
}

.acc_blk li .user_menu li a:hover {
  opacity: 0.9;
  background-color: #ffffff;
}

#muser:hover .user_menu {
  display: block;
}

.pro_menu_ul li .pro_user_menu {
  background-color: #f2f2f2;
  margin: 2px 0 0 0;
  padding: 10px 10px;
  position: absolute;
  list-style: none;
  display: none;
  width: 120px;
  border-radius: 3px;
  z-index: 1;
  left: 0;
  top: 17px;
}

.pro_menu_ul li .pro_user_menu li {
  margin: 0;
  font-size: 16px;
  display: block;
  width: 100%;
}

.pro_menu_ul li .pro_user_menu li a {
  color: #39a7b8;
  display: block;
  padding: 5px 15px;
}

.pro_menu_ul li .pro_user_menu li a:hover {
  opacity: 0.9;
  background-color: #ffffff;
}

#muser:hover .pro_user_menu {
  display: block;
}

.buyer_menu_ul {
  list-style: none;
  position: relative;
  margin: 0;
}
.buyer_menu_ul li {
  display: inline-block;
  margin-right: 35px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.buyer_menu_ul li:first-child {
  margin-left: 10px;
}
.buyer_menu_ul li:last-child {
  margin-right: 20px;
}
.buyer_menu_ul li a {
  text-decoration: none;
  color: #ee1e3e;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}
.buyer_menu_ul li a:hover {
  border-top: 2px solid #ee1e3e;
}
.buyer_menu_ul li .select {
  border-top: 2px solid #ee1e3e;
  padding-top: 5px;
  padding-bottom: 5px;
}

.buyer_paneltitle {
  background-color: #39a7b8;
  color: #ffffff;
  padding: 5px 0;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
}

.buyer_panelbody {
  box-shadow: 0px 0px 2px 1px rgb(0 0 0 / 40%);
  -webkit-box-shadow: 0px 0px 2px 1px rgb(0 0 0 / 40%);
  -o-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.4);
}

.buyer_menubg {
  background-color: #fff;
  padding: 5px 0 5px 0;
  width: 100%;
  position: fixed;
  z-index: 10;
  box-shadow: 0px 0px 1px 1px rgb(0 0 0 / 40%);
  -webkit-box-shadow: 0px 0px 1px 1px rgb(0 0 0 / 40%);
  -o-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.4);
}

.admin_menu_ul {
  list-style: none;
  position: relative;
  margin: 5px 0 0 0;
  text-align: right;
}
.admin_menu_ul li {
  display: inline-block;
  margin-right: 35px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.admin_menu_ul li:first-child {
  margin-left: 10px;
}
.admin_menu_ul li:last-child {
  margin-right: 20px;
}
.admin_menu_ul li:first-child a {
  cursor: default;
}
.admin_menu_ul li a {
  text-decoration: none;
  color: #ee1e3e;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}
.admin_menu_ul li:last-child a:hover {
  opacity: 0.8;
}

.fixed_top_pro {
  position: fixed;
  z-index: 10;
  width: 100%;
  background-color: #fff;
  padding: 5px 0 5px 0;
}

.admin_homeicon {
  color: #ee1e3e;
  font-size: 22px;
  text-align: center;
  width: 25%;
  margin-top: 5px;
  cursor: pointer;
}

.admin_left_title {
  color: #ee1e3e;
  font-size: 24px;
  font-weight: bold;
  padding: 10px;
  text-align: center;
  margin-bottom: 5px;
}

.admin_search_btn {
  background-color: #242b2c;
  border-radius: 0;
  box-shadow: 0;
  padding: 3px 15px;
  color: #ee1e3e;
  font-weight: bold;
  font-size: 20px;
}

.admin_search_btn:hover {
  opacity: 0.8;
}

@media (min-width: 768px) {
  .col-half-offset {
    margin-left: 4.166666667%;
  }
}
@media (max-width: 768px) {
  .offer_left {
    width: 100%;
    display: inline-block;
  }
  .offer_right {
    width: 100%;
    margin-left: 0px;
    margin-top: 10px;
    display: inline-block;
    height: auto;
  }
}
@media (max-width: 767px) {
  /* .hidden-xs {
    display: block !important;
} */
  .auto-margin-center {
    margin: 0 auto;
  }
  .menu_left {
    position: relative;
  }
  .menu_left .menu_xs {
    position: absolute !important;
    top: 4rem !important;
    width: 100%;
    padding: 0px;
  }
  .parent-menu-text {
    margin: 0;
    font-size: 22px;
    padding: 1rem 0 0;
    text-transform: uppercase;
    font-weight: bold;
	text-align: center;
	text-decoration: underline;
  }
  .filter-heading-text {
	margin: 0;
    padding: 0;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
  }
  .product_left_menu {
    padding: 0 0 0 5rem;
  }
  .menu_xs li {
    margin-left: 0;
  }
  .pro_menu_ul li:first-child {
    width: 98%;
    padding: 0 2rem;
  }
  .foot_ul li:first-child {
    margin: 0;
  }
  .product_left_menu li {
    border-bottom: 1px solid #dbdede;
    border-left: none;
    padding: 0.75rem 1rem;
    margin-top: 2px;
    font-size: 15px;
    box-shadow: none;
  }
  .maker-price-content-block {
	  padding-top: 2rem;
  }
  .filter-toggle {
    display: flex;
  }
  .filter-text {
    font-size: 18px;
    padding-right: 1rem;
  }
  .category_xs {
    background: #fff;
    position: absolute;
    top: 9rem;
    max-height: 500px;
    overflow-y: scroll;
  }
  .product-list-grid {
    margin-right: 0;
    padding-top: 7rem;
    margin-left: -15px !important;
  }
  .fixed_top_block {
    /* position: fixed !important;
	top: 170px !important; */
    top: 110px !important;
  }
  .footer_blk .container {
    padding: 0;
  }
  .foot_ul {
    padding: 0;
  }
  .footer_cnt a {
    color: #ffffff;
  }
  .home_txt {
    width: 100%;
  }
  .copyrights_blk {
    font-size: 14px;
    padding: 15px 5px;
  }
  .feature_blk {
    display: inline-block;
    text-align: center !important;
  }

  .main_pro_top {
    margin-top: 75px;
  }

  /* .row {
    margin-right: 0px;} */
}
.pd-2 {
  padding: 20px;
}
@media (max-width: 767px) {
  /* .mobile-container {
	max-width: 480px;
	margin: auto;
	background-color: #555;
	height: 500px;
	color: white;
	border-radius: 10px;
  } */
  ul.new_menu_ul li {
    width: 100%;
  }
  .new_menu_ul li .select {
    border-top: 0px solid #ffffff;
  }
  .new_menu_ul li {
    text-align: center;
  }
  .topnav {
    overflow: hidden;
    /* background-color: #333; */
    position: relative;
  }

  .topnav #myLinks {
    display: none;
  }

  .topnav a {
    color: white;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    display: block;
  }

  .topnav a.icon {
    background: black;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
  }

  .topnav a:hover {
    background-color: #ddd;
    color: black;
  }

  .active {
    /*background-color: #4CAF50;*/
    color: white;
  }
  .row.pro_maincat_blk ul {
    display: none !important;
  }
  .fixed_top_block {
    position: relative;
    z-index: 10;
    float: left;
    width: 100%;
    padding: 2px 0px;
    top: 63px;
  }
  .product_left_title.visible-sm.visible-xs {
    display: none !important;
  }
  .pro_main_blk {
    width: 100% !important;
  }
}

.main_pro_top {
  margin-top: 25px;
}

@media only screen and (max-width: 991px) {
  .main_pro_top {
    margin-top: 10px;
  }
  .prov_main_blk {
    width: 100%;
  }
}

@media (min-width: 991px) and (max-width: 1024px) {
  .prov_detail {
    margin-left: 30px;
  }
}

@media only screen and (max-width: 418px) {
  .demo {
    width: 100% !important;
  }
  .prov_group_cntbk {
    width: 100%;
  }
  .prov_main_blk {
    display: grid;
  }
  .prov_main_blk .imgblk {
    width: 100%;
  }
  .acc_blk {
    margin: 4px 0 0 0px;
  }
}

@media only screen and (max-width: 1024px) {
  .new_menu_ul li {
    margin-right: 15px;
  }
  .new_menu_ul {
    padding: 0;
  }
}
