@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&family=Source+Sans+Pro:wght@400;600;700;900&display=swap");
:root {
  --primary-color: #e62e04;
  --secondary-color: #002654;
  --white-color: #fff;
  --grey-bg: #f5f5f5;
  --dark-color: #343434;
  --success-color: #2ab548;
  --border-color: #e9e9e9;
  --transition: ease-in-out 0.3s;
  --border-radius: 4px;
  --box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  --scrollbar-color: #c1c1c1;
  --grey-color: #5c5c5c;
  --review-color: #faca51;
  --default-color: #17a2b8;
  --light-color: #9e9e9e;
}
.moretext {
  display: none;
}
.morebrand {
  display: none;
}
body {
  font-family: "Source Sans Pro", sans-serif;
  background-color: #ffffff;
}
.btn-danger {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  transition: var(--transition);
}
.like {
  color: var(--primary-color);
}
.ui-menu {
  z-index: 35000 !important;
}
.btn-danger:hover {
  opacity: 0.9;
}
.container {
  max-width: 1250px;
}
.btn {
  border-radius: 40px;
  padding: 5px 20px 8px;
  line-height: normal;
}
.form-control {
  font-size: 14px;
}
.form-control:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid rgba(151, 151, 151, 0.1);
}
.no_text_index {
  text-indent: 0 !important;
}
a,
p {
  font-size: 14px;
}
.btn svg,
.btn i {
  margin-left: 10px;
  position: relative;
  top: 1px;
}
.mt {
  padding: 30px 0;
}
.mb {
  margin-bottom: 25px;
}
.pt {
  padding-top: 25px;
}
.pb {
  padding-bottom: 25px;
}
.bgwhite {
  background-color: var(--white-color);
}
.border_right_none {
  border-right: none !important;
}
.boder_bottom_none {
  border-bottom: none !important;
}
.bgColor_with_shadow {
  background-color: var(--white-color);
  padding: 0;
  border-top: 1px solid var(--border-color);
  position: relative;
  z-index: 8;
  box-shadow: 0 3px 5px rgb(0 0 0 / 5%);
}
.padding_60_left_right {
  padding: 0 60px;
}
.bottom_padding_30 {
  padding-bottom: 20px;
}
.header_ribbon {
  background-size: cover;
  background-color: var(--grey-bg);
  background-repeat: no-repeat;
  background-position: center center;
  border-bottom: 1px solid var(--border-color);
  position: relative;
  z-index: 1022;
}
.header_ribbon ul li:last-child a {
  padding-right: 0;
}
.hb-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hb-wrap p {
  margin-bottom: 0;
  color: var(--dark-color);
}
.header_ribbon ul {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header_ribbon ul li {
  list-style: none;
  display: inline-block;
  text-transform: capitalize;
}
.header_ribbon ul a {
  font-size: 14px;
  text-decoration: none;
  color: var(--dark-color);
  display: block;
  padding: 7px 10px;
  transition: var(--transition);
}
.header_ribbon ul a i {
  font-size: 20px;
  vertical-align: middle;
  margin-right: 3px;
  color: var(--secondary-color);
  transition: var(--transition);
}
.header_ribbon ul a:hover {
  color: var(--primary-color);
}
.header_ribbon ul a:hover i {
  color: var(--primary-color);
}
.hr-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.download-app {
  position: relative;
}
.download a {
  display: block;
  font-size: 28px;
  color: var(--primary-color);
}
.download {
  display: flex;
  align-items: center;
}
.download a + a {
  margin-left: 10px;
}
.downoad-app-wrap {
  position: absolute;
  top: 100%;
  right: 0;
  left: auto;
  background: var(--white-color);
  z-index: 10;
  padding: 20px;
  border: 1px solid var(--border-color);
  box-shadow: var(--box-shadow);
  text-align: center;
  width: 250px;
  display: none;
}
.relative {
  position: relative;
}
.downoad-app-wrap h3 {
  font-size: 20px;
  margin-bottom: 0;
}
.downoad-app-wrap img {
  margin-top: 10px;
  height: 170px;
  width: auto;
}
.track-order-list {
  position: relative;
}
.track-order-wrap {
  position: absolute;
  top: 100%;
  right: 0;
  left: auto;
  background: var(--white-color);
  padding: 20px;
  min-width: 300px;
  border: 1px solid var(--border-color);
  box-shadow: var(--box-shadow);
  display: none;
  z-index: 1111111;
}
.track-order-wrap h3 {
  font-size: 20px;
  margin-bottom: 0;
}
.track-order-wrap .form-group {
  margin-top: 15px;
}
.track-order-wrap label {
  margin-bottom: 7px;
  display: block;
  font-size: 13px;
}
.input-wrap {
  position: relative;
}
.input-wrap button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: none;
  background: var(--primary-color);
  padding: 0 10px;
  font-size: 20px;
  color: var(--white-color);
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.input-wrap .form-control {
  padding-right: 50px;
  font-size: 12px;
}
.track-order-wrap .form-control {
  height: 36px;
  border-color: var(--border-color);
}
.track-order-wrap .form-control:focus {
  outline: none;
  box-shadow: none;
}
.brand-logo img {
  height: 40px;
  width: auto;
}
.branding_ribbon {
  background: #fff;
  padding: 10px 0;
}
.scroll-header {
  position: fixed;
  top: -72px;
  left: 0;
  right: 0;
  width: 100%;
  background: var(--white-color);
  box-shadow: var(--box-shadow);
  z-index: 1021;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
}
.scroll-header.sticky {
  top: 0;
  opacity: 1;
  visibility: visible;
}
.scroll-header .brand-logo img {
  height: 52px;
}
.branding_ribbon.sticky .brand-logo img {
  height: 34px;
}
.scroll_fixed .branding_ribbon .brand-logo img {
  height: 55px;
}
.brand_logo {
  height: 50px;
}
.search_box {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  margin: 0 auto;
}
.web_search_pannel {
  position: relative;
  margin: 0 auto;
  width: 765px;
}
.voice-search {
  position: absolute;
  top: 50%;
  right: 65px;
  transform: translateY(-50%);
}
.voice-search a {
  display: block;
  font-size: 24px;
  color: var(--text-color);
}
.voice-modal-search .modal-header {
  padding: 20px 20px 10px;
}
.voice-modal-search .modal-body {
  padding: 20px;
  min-height: 290px;
}
.voice-modal-search .modal-content {
  border-radius: 10px;
}
.voice-search-modal span {
  display: block;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.2;
}
.voice-search-modal {
  text-align: center;
}
.microphone-btn i {
  height: 70px;
  width: 70px;
  text-align: center;
  line-height: 70px;
  background: var(--border-color);
  border-radius: 100%;
  font-size: 35px;
  color: var(--primary-color);
}
.microphone-btn p {
  margin-bottom: 0;
}
.voice-search-modal p {
  margin-bottom: 0;
  font-size: 16px;
}
.microphone-btn {
  margin-top: 100px;
  cursor: pointer;
  margin-bottom: 15px;
  display: inline-block;
}
.microphone-btn.active {
  position: relative;
}
.microphone-btn.active i {
  background: var(--secondary-color);
  color: var(--white-color);
}
.microphone-btn.active::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  border-radius: 100%;
}
.voice-search-modal p.active {
  display: none;
}
.btn-voice-search.active {
  animation: listning 700ms infinite alternate;
}
@keyframes listning {
  0% {
    color: var(--text-color);
  }
  100% {
    color: #ff0000;
  }
}
#connect-microphone {
  display: none;
}
#disconnect-microphone.active {
  display: none;
}
#connect-microphone.active {
  display: block;
}
.search_box button {
  border: none;
  background-color: #f47820;
  color: var(--white-color);
  padding: 7px 15px;
}
.search_box input {
  height: 38px;
  border-radius: 5px;
  border: 1px solid var(--border-color);
  padding: 5px 15px;
  padding-right: 65px;
}
.search_box input:focus {
  outline: none;
  border-color: var(--primary-color);
}
.search_holder {
  position: absolute;
  right: 0;
  top: 0;
}
.search_holder i {
  font-size: 24px;
  color: #7c7a7a;
}
.search_dropDown {
  position: absolute;
  left: 0;
  top: 0;
}
.search_dropDown select {
  border-left: 0;
  border-top: 0;
  border-bottom: 0;
  border: 1px solid rgba(151, 151, 151, 0.1);
  height: 37px;
  padding-left: 15px;
  border-radius: 0;
  background-color: rgb(255 255 255);
  color: var(--dark-color);
  border-right: 1px solid rgb(151 151 151 / 19%);
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  border-bottom: none;
}
.ui-widget.ui-widget-content {
  border: 1px solid var(--border-color) !important;
  border-radius: var(--border-radius);
  max-height: 350px;
  overflow-x: hidden;
  overflow-y: auto;
}
.ui-widget.ui-widget-content::-webkit-scrollbar {
  width: 10px;
}
.ui-widget.ui-widget-content::-webkit-scrollbar-track {
  background: #f1f1f1;
  display: none;
}
.ui-widget.ui-widget-content::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 50px;
}
.ui-menu .ui-menu-item {
  font-size: 13px;
}
.ui-menu-item-wrapper {
  padding: 5px 10px !important;
}
.ui-menu .ui-menu-item:first-child .ui-menu-item-wrapper {
  border-top-left-radius: var(--border-radius);
  border-top-right-radius: var(--border-radius);
}
.ui-menu .ui-menu-item:last-child .ui-menu-item-wrapper {
  border-bottom-left-radius: var(--border-radius);
  border-bottom-right-radius: var(--border-radius);
}
.ui-menu-item-wrapper:hover {
  background: var(--primary-color) !important;
  color: var(--white-color) !important;
  border-color: var(--primary-color) !important;
}
.nav-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: relative;
}
.download img {
  height: 30px;
}
.join_user {
  display: flex;
}
.user_icon i,
.user_icon svg {
  font-size: 41px;
  margin-right: 4px;
  transform: translateY(4px);
}
.user_icon_label a {
  color: #414040;
  text-decoration: none;
  text-transform: capitalize;
  font-size: 14px;
}
.brand_icons_info {
  display: flex;
  justify-content: space-around;
}
.brand_icons_info ul {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.brand_icons_info ul li + li a {
  margin-left: 10px;
  align-items: center;
}
.brand_icons_info ul li a i {
  font-size: 23px;
  width: 100%;
  margin-bottom: 3px;
  margin-right: 3px;
}
.brand_icons_info ul li a {
  color: #333;
  display: block;
  text-align: center;
  text-decoration: none;
  line-height: normal;
  transition: var(--transition);
  display: flex;
  font-size: 15px;
  font-weight: 600;
}
.brand_icons_info ul li a:hover {
  color: #f47820;
}
.search_box button i {
  color: var(--white-color);
}
.search_holder > i {
  padding-right: 5px;
  cursor: pointer;
}
.search_box input::placeholder {
  color: #696e79;
}
.cart_items a,
.join_order a,
.join_message a {
  display: block;
  color: #414040;
  text-decoration: none;
  line-height: 15px;
  font-size: 13px;
}
.cart_items,
.join_order,
.join_message {
  text-align: center;
  position: relative;
}
.cart_items i,
.join_order i,
.join_message i {
  font-size: 24px;
}
.badge {
  position: absolute;
  background-color: #f47820;
  top: -4px;
  left: 2px;
  border-radius: 100%;
  height: 18px;
  width: 18px;
  line-height: 11px;
  font-weight: normal;
  font-size: 10px;
}
.cart {
  position: relative;
}
.cart_item_holder {
  position: absolute;
  width: 200px;
  z-index: 99;
  top: 100%;
  background-color: #e6e7eb;
  border: 1px solid #cfd0d5;
  right: 0;
  display: none;
}
.cart_item_holder p {
  margin-bottom: 0;
}
.cart_items:hover .cart_item_holder {
  display: block;
}
.notification-box-item {
  position: relative;
}
.notification-box {
  position: absolute;
  background: var(--white-color);
  width: 300px;
  right: 0;
  left: auto;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  top: 59px;
  z-index: 1021;
  display: none;
}
.notification-box-head {
  padding: 10px 15px;
  border-bottom: 1px solid var(--border-color);
  background: #f1f1f1;
}
.notification-box-head h3 {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
}
.notification-box a {
  display: block;
  text-decoration: none;
}
.notification-box-body ul li a {
  display: flex !important;
  padding: 10px 15px;
  align-items: flex-start;
  transition: var(--transition);
}
.notification-box-body ul li a:hover {
  background: #fbf2f3;
}
.notification-box-icon i {
  background: var(--grey-bg);
  font-size: 20px;
  height: 30px;
  width: 30px;
  line-height: 28px;
  text-align: center;
  border-radius: 100%;
  border: 1px solid var(--border-color);
  color: var(--secondary-color);
  vertical-align: top;
}
.notification-box-info {
  margin-left: 10px;
}
.notification-box-info span {
  display: block;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 600;
  color: var(--dark-color);
}
.notification-box-info b {
  font-size: 13px;
  font-weight: normal;
  display: block;
  margin-top: 1px;
  color: #767676;
}
.notification-box-body ul {
  display: block !important;
}
.notification-box-body ul li + li a {
  margin-left: 0 !important;
  border-top: 1px solid var(--border-color);
}
.sub_nav_menu {
  position: absolute;
  background-color: rgb(255 255 255);
  width: 215px;
  z-index: 1020;
  top: 100%;
  padding: 10px 0;
  box-shadow: 0 2px 10px rgb(0 0 0 / 18%);
}
.sub_nav_menu li {
  list-style: none;
}
.sub_nav_menu li a {
  text-decoration: none;
  display: block;
}
.sub_nav_menu li a:hover {
  color: var(--primary-color);
}
.sub_nav_menu li a:hover p {
  color: var(--primary-color);
}
.nav_mega_menu {
  position: absolute;
  left: 100%;
  width: 215px;
  top: 0;
  bottom: 0;
  min-height: 100%;
  height: max-content;
  background: var(--white-color);
  box-shadow: 2px 3px 6px rgb(0 0 0 / 15%);
  z-index: 9;
}
#navbar_navigation .nav-item .sub_nav_menu {
  display: none;
}
#navbar_navigation .nav-item:hover .sub_nav_menu {
  display: block;
}
.sub_nav_menu li .nav_mega_menu {
  display: none;
}
.sub_nav_menu li a:hover {
  color: var(--primary-color);
}
.sub_nav_menu li:hover .nav_mega_menu {
  display: block;
}
.top_menu_flex {
  height: 100%;
}
.inner_block ul {
  padding-left: 0;
}
.inner_block ul li {
  line-height: 18px;
  padding: 0;
}
.sub-child-parent > a {
  position: relative;
}
.sub-child-parent > a::before {
  content: "\f105";
  font-family: "Line Awesome Free";
  font-weight: 900;
  position: absolute;
  top: 8px;
  right: 12px;
  color: #b3b3b3;
  font-size: 9px;
}
.sub-child-parent > a:hover::before {
  color: var(--primary-color);
}
.cat-menu {
  padding-left: 0 !important;
}
.sub-child-menu {
  position: absolute;
  left: 100%;
  right: 0;
  background: var(--white-color);
  width: 210px;
  top: 0;
  box-shadow: 2px 3px 6px rgb(0 0 0 / 18%);
  display: none;
  min-height: 100%;
}
.sub-child-parent:hover .sub-child-menu {
  display: block;
}
.sub_nav_menu > li a {
  position: relative;
  display: block !important;
  color: #3c3c3c;
  font-size: 15px;
  padding: 4px 15px;
  line-height: 1.5;
  display: inline-flex;
}
.new-add-class-mega i {
  font-size: 19px;
  line-height: 1.2;
}
.add_arrow > a:before {
  content: "\f105";
  font-family: "Line Awesome Free";
  font-weight: 900;
  position: absolute;
  top: 8px;
  right: 12px;
  color: #b3b3b3;
  font-size: 9px;
}
ul.sub_nav_menu > li:hover > a:before {
  color: var(--primary-color);
}
#navbar_navigation .nav-item > a svg + svg {
  margin-left: 9px;
  margin-right: 0;
}
#navbar_navigation .nav-item {
  position: relative;
}
#navbar_navigation .nav-item a i,
#navbar_navigation .nav-item a svg {
  margin-right: 7px;
  transform: translateY(1px);
}
.cat-menu .la-angle-down {
  font-size: 12px;
  margin-left: 5px;
  margin-right: 0 !important;
}
.cat-menu .la-bars {
  font-size: 20px;
  vertical-align: middle;
}
#navbar_navigation .nav-item > a {
  color: #0c0c0c;
  font-size: 14px;
  text-transform: uppercase;
  padding: 12px 16px;
  display: block;
  min-height: 44px;
  letter-spacing: 0.2px;
  font-weight: 700;
}
#navbar_navigation .nav-item > a:hover {
  color: #f47820;
}
#navbar_navigation .nav-item:nth-child(1):before {
  content: "";
  position: absolute;
  right: 0;
  top: 2px;
  height: 22px;
  background-color: #e1e1e1;
  width: 1px;
  margin: auto;
  bottom: 0;
}
#header_wrapper {
  position: relative;
  box-shadow: 0 7px 25px rgb(0 0 0 / 20%);
  z-index: 1020;
  background: var(--white-color);
}
.multiple-menu {
  position: absolute;
  left: 0;
  right: 0;
  top: 130%;
  background: var(--white-color);
  box-shadow: 0 9px 27px 0 rgb(0 0 0 / 23%);
  width: 100%;
  padding-top: 10px;
  visibility: hidden;
  opacity: 0;
  transition: var(--transition);
}
.multiple-menu-parent:hover .multiple-menu {
  visibility: visible;
  opacity: 1;
  top: 100%;
}
.multiple-menu-parent:hover > a {
  transition: var(--transition);
}
.multiple-menu-parent:hover > a {
  background: #ededed;
}
.multiple-menu-parent {
  position: static !important;
}
.multiple-menu-list h3 {
  margin-bottom: 0;
}
.multiple-menu-list h3 a {
  display: block;
  color: var(--dark-color);
  text-decoration: none;
  padding: 5px 12px;
  font-weight: 600;
  font-size: 15px;
}
.multiple-menu-list h3 a:hover {
  color: var(--primary-color);
}
.multiple-menu-list ul {
  padding: 0;
  margin: 0;
}
.multiple-menu-list ul li {
  list-style: none;
}
.multiple-menu-list ul li a {
  display: block;
  color: var(--dark-color);
  text-decoration: none;
  padding: 3px 12px;
}
.multiple-menu-list ul li a:hover {
  color: var(--primary-color);
}
.multiple-menu-row {
  display: flex;
  flex-wrap: wrap;
}
.multiple-menu-list {
  width: 20%;
  margin-bottom: 10px;
}
.multiple-menu-parent > a {
  position: relative;
  padding-right: 25px !important;
}
.multiple-menu-parent > a::before {
  position: absolute;
  content: "\f107";
  font-family: "Line Awesome Free";
  font-weight: 900;
  right: 10px;
  font-size: 9px;
  top: 16px;
}
#mySidenav,
#mySidenav1,
#mySidenav2 {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  z-index: 1020;
  background: var(--white-color);
  width: 260px;
  height: 100%;
  overflow-x: hidden;
  display: none;
}
.sidenav {
  transition: ease-in-out 0.3s;
  opacity: 0;
  visibility: hidden;
}
.sidenav.active {
  box-shadow: var(--box-shadow);
  opacity: 1;
  visibility: visible;
}
.sidenav ul {
  padding-left: 0;
}
.sidenav ul li {
  list-style: none;
}
.sidenav li a {
  display: block;
  padding: 10px 20px;
  color: var(--dark-color);
  transition: ease-in-out 0.3s;
  font-size: 15px;
  text-decoration: none;
}
.sidenav li + li a {
  border-top: 1px solid var(--border-color);
}
.sidenav li a:hover {
  color: var(--primary-color);
}
.mobile-logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
  background: var(--white-color);
  box-shadow: 0 3px 15px rgb(0 0 0 / 10%);
  position: sticky;
  top: 0;
  z-index: 1015;
}
.closebtn {
  background: var(--primary-color);
  color: var(--white-color) !important;
  height: 25px;
  width: 25px;
  text-align: center;
  font-size: 14px;
  border-radius: 100%;
  padding: 0 !important;
}
.closebtn i {
  line-height: 25px;
}
.stellarnav.mobile.light > ul::-webkit-scrollbar {
  width: 7px;
}
.stellarnav.mobile.light > ul::-webkit-scrollbar-track {
  background: var(--white-color);
  display: none;
}
.stellarnav.mobile.light > ul::-webkit-scrollbar-thumb {
  background: rgb(208 208 208);
  border-radius: 10px;
}
.toggle-btn {
  display: none;
  cursor: pointer;
}
.toggle-btn i {
  font-size: 30px;
  color: var(--dark-color);
  vertical-align: middle;
}
.mobile-logo h3 {
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 600;
}
.mobile-navs {
  display: none;
}
.close-menu {
  display: none !important;
}
.menu-toggle {
  display: none !important;
}
.stellarnav.mobile.light li a {
  border-bottom: none;
}
.stellarnav.mobile.light > ul {
  border-top: none;
  box-shadow: -1px 0 10px rgb(0 0 0 / 15%);
}
.mobile-utilities {
  display: none;
}
.mobile-search {
  display: none;
}
.badge-list a {
  position: relative;
}
.mobile-utilities .badge {
  right: -3px;
  font-size: 12px;
  padding: 0;
  line-height: 18px;
}
.mobile-only-logo {
  display: none;
}
.stellarnav a.dd-toggle .icon-plus:after,
.stellarnav a.dd-toggle .icon-plus:before {
  width: 11px;
}
#strap_banner .carousel-indicators .active {
  background-color: var(--primary-color) !important;
}
#strap_banner .carousel-control-next-icon {
  background-color: black;
  width: 54px;
  height: 46px;
  padding: 16px;
  display: block;
  background-size: 59%;
}
#strap_banner
  .carousel-control-next-icon
  #strap_banner
  .carousel-control-prev-icon {
  background-color: black;
  width: 54px;
  height: 46px;
  padding: 16px;
  display: block;
  background-size: 59%;
}
#strap_banner {
  overflow: hidden;
}
#strap_banner button {
  width: 50px;
}
#strap_banner .carousel-control-prev {
  left: 77px !important;
  transition: ease-in-out 0.45s;
  opacity: inherit !important;
}
#strap_banner .carousel-control-next {
  right: 77px !important;
  transition: ease-in-out 0.45s;
  opacity: inherit;
}
#strap_banner .carousel-indicators button {
  width: 22px;
  height: 3px;
  display: block;
}
#strap_banner .carousel-control-next,
#strap_banner.carousel-control-prev {
  top: 50%;
  transform: translateY(-50%);
}
.top-categories {
  padding: 25px 0 18px;
}
.top-categories ul {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: -5px;
  margin-right: -5px;
  overflow-y: hidden;
  overflow-x: auto;
  padding-bottom: 7px;
}
.top-categories ul::-webkit-scrollbar {
  height: 7px;
}
.top-categories ul::-webkit-scrollbar-track {
  background: var(--white-color);
  display: none;
}
.top-categories ul::-webkit-scrollbar-thumb {
  background: var(--scrollbar-color);
  border-radius: 50px;
}
.top-categories ul li {
  text-align: center;
  flex: auto;
  padding-left: 5px;
  padding-right: 5px;
  white-space: nowrap;
}
.top-categories ul li a {
  display: flex;
  color: var(--dark-color);
  text-decoration: none;
  transition: ease-in-out 0.3s;
  font-size: 15px;
  align-items: center;
  background: var(--white-color);
  padding: 5px 7px;
  border-radius: 100px;
  border: 1px solid var(--border-color);
}
.top-categories ul li:hover a {
  color: var(--primary-color);
}
.top-categories ul li span {
  display: block;
  margin-left: 8px;
  text-transform: capitalize;
}
.top-categories ul li a img {
  height: 25px;
  width: 25px;
  border-radius: 100%;
}
.main-title h3 {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  position: relative;
  display: inline-block;
  padding-right: 20px;
  text-transform: uppercase;
}
.main-title {
  margin-bottom: 25px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main-btns {
  padding-left: 15px;
  position: relative;
}
.main-btns .btns {
  text-decoration: none;
  background: var(--white-color);
  padding: 5px 12px 6px;
  border-radius: 2px;
  color: #3b3d3e;
  font-weight: 600;
  border: 1px solid var(--border-color);
  font-size: 13px;
  transition: var(--transition);
  text-transform: uppercase;
}
.main-btns .btns:hover {
  background: var(--primary-color);
  color: var(--white-color);
  border-color: var(--primary-color);
}
.main-title img {
  height: 30px;
  width: auto;
  position: relative;
  background: var(--grey-bg);
  padding-right: 7px;
}
.main-title::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  height: 2px;
  width: 100%;
  background: var(--border-color);
  z-index: -1;
}
.main-title h3::before {
  position: absolute;
  height: 20px;
  width: 20px;
  line-height: 20px;
  background: rgb(230 46 4 / 40%);
  border-radius: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.main-title h3::after {
  position: absolute;
  content: "";
  height: 0;
  width: 28px;
  line-height: 20px;
  left: 0;
  bottom: -9px;
  margin: auto;
  border-bottom: 2px solid #f47820;
}
.product-col {
  background: #f8f9faad;
  border-radius: var(--border-radius);
  padding: 10px;
  transition: var(--transition);
  position: relative;
  margin-bottom: 19px;
  margin-left: 6px;
}
.product-media {
  overflow: hidden;
}
.product-media img {
  height: 180px;
  width: 100% !important;
  border-top-left-radius: var(--border-radius);
  border-top-right-radius: var(--border-radius);
  margin: auto;
  transition: var(--transition);
  object-fit: contain;
}
.product-col:hover .product-media img {
  transform: scale(1.1);
}
.product-content {
  padding: 10px;
  padding-top: 11px;
  min-height: 103px;
}
.product-content del {
  margin-top: 5px;
  display: block;
  font-size: 14px;
  color: var(--light-color);
}
.show-del .product-content {
  min-height: 125px;
}
.product-content h3 {
  margin-bottom: 0;
  line-height: 1.3;
}
.product-content h3 a {
  display: block;
  font-size: 15px;
  text-decoration: none;
  color: var(--dark-color);
  transition: var(--transition);
}
.product-content h3 a:hover {
  color: #f47820;
}
.product-listing .item {
  padding: 10px 0;
}
.old-price-list {
  margin-top: 5px;
}
.product-listing-wrap + .product-listing-wrap {
  margin-top: 15px;
}
.old-price-list del {
  margin-top: 5px;
  display: block;
  font-size: 14px;
  color: var(--light-color);
}
.old-price-list del + del {
  margin-left: 4px;
  padding-left: 8px;
  position: relative;
}
.old-price-list del + del::before {
  position: absolute;
  content: "/";
  left: 0;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  background: var(--white-color);
  border-radius: 100%;
  padding: 0 !important;
  font-size: 14px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  color: var(--dark-color);
}
.owl-carousel .owl-nav button.owl-prev {
  left: -13px;
}
.owl-carousel .owl-nav button.owl-next {
  right: -13px;
}
.owl-carousel .owl-nav button.owl-next span,
.owl-carousel .owl-nav button.owl-prev span {
  line-height: normal;
}
.price_list {
  color: #f47820;
  font-weight: 700;
  display: block;
  font-size: 18px;
  margin-bottom: 0;
}
.product-listing {
  margin-top: -10px;
}
.product-listing-section {
  margin-bottom: -10px;
}
.category-view + .category-view {
  margin-top: 25px;
}
.category-wrapper {
  background: var(--white-color);
  border-radius: var(--border-radius);
  border-right: none;
}
.category-media img {
  width: auto;
  height: 214px;
}
.first-cat-col {
  text-align: center;
  border-right: 1px solid var(--border-color);
}
.category-content {
  padding: 15px 10px 25px;
  padding-top: 0;
}
.category-content h3 {
  line-height: normal;
  margin-bottom: 0;
}
.category-content h3 a {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: var(--dark-color);
  text-decoration: none;
  transition: var(--transition);
}
.category-content h3 a:hover {
  color: var(--primary-color);
}
.cat-btn {
  display: inline-block;
  text-decoration: none;
  color: var(--dark-color);
  border: 1px solid var(--border-color);
  padding: 4px 13px;
  border-radius: 50px;
  margin-top: 10px;
  transition: var(--transition);
}
.cat-btn:hover {
  background: var(--primary-color);
  border-color: var(--primary-color);
  color: var(--white-color);
}
.category_wrap-row {
  display: flex;
  flex-wrap: wrap;
}
.category_wrap-row .category-col {
  width: 25%;
  border-bottom: 1px solid var(--border-color);
  padding: 26px 15px;
  border-right: 1px solid var(--border-color);
}
.icon_verified {
  position: relative;
  text-indent: 24px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  padding-left: 5px;
  transition: var(--transition);
}
.icon_verified a:hover {
  color: var(--primary-color);
}
.icon_verified:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/icon_a.png);
  width: 26px;
  height: 26px;
  background-size: contain;
}
.icon_verified a {
  display: block;
  color: var(--dark-color);
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
}
.verify-media {
  margin-top: 10px;
}
.category-mdia img {
  height: 80px;
  width: auto;
}
.category-mdia {
  text-align: right;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.category-mdia a {
  display: block;
}
.verify-media img + img {
  margin-left: 5px;
}
.category-mdia img {
  transition: var(--transition);
}
.category-col:hover .category-mdia img {
  transform: scale(1.1);
}
.category_wrap-row .category-col:last-child {
  border-bottom-right-radius: var(--border-radius);
}
.first-cat-col .category-mdia {
  display: block;
  text-align: center;
  overflow: hidden;
}
.first-cat-col .category-mdia img {
  height: 214px;
}
.bulk-section-wrap {
  background: var(--white-color);
  padding: 20px 0;
}
.bulk-section-col {
  border-radius: var(--border-radius);
  padding: 10px 10px;
  position: relative;
  background-color: #f8f9faad;
}
.bulk-section-wrap .item {
  padding: 0 1px;
}
.bulk-section-content {
  padding-top: 10px;
  min-height: 97px;
}
.show-del .bulk-section-content {
  min-height: 123px;
}
.bulk-section-media {
  overflow: hidden;
}
.product-off {
  position: absolute;
  top: 10px;
  left: 0;
  background: var(--white-color);
  box-shadow: 0 1px 10px rgb(0 0 0 / 20%);
  padding: 4px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
.product-off span {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  color: var(--dark-color);
  display: flex;
  align-items: center;
}
.product-off b {
  display: block;
  background: #2a63b0;
  text-align: center;
  color: var(--white-color);
  font-weight: 600;
  font-size: 12px;
  margin-left: 5px;
  padding: 4px 5px;
  border-radius: 50px;
}
.bulk-section-media img {
  margin: auto;
  transition: var(--transition);
  object-fit: contain;
  height: 194px;
}
.bulk-section-col:hover .bulk-section-media img {
  transform: scale(1.1);
}
.bulk-section-content h3 {
  margin-bottom: 0;
}
.bulk-section-content h3 a {
  display: block;
  line-height: 1.4;
  text-decoration: none;
  color: var(--dark-color);
  transition: var(--transition);
}
.bulk-section-content h3 a:hover {
  color: var(--primary-color);
}
.bulk-section-content del {
  margin-top: 5px;
  display: block;
  font-size: 14px;
  color: var(--light-color);
}
.bulk-section-content p {
  margin-bottom: 0;
  margin-top: 3px;
  font-size: 18px;
  font-weight: 600;
  color: #f47820;
  line-height: normal;
}
.bulk-section-content span {
  display: inline-block;
  font-size: 13px;
  color: #2ab548;
  border-radius: 50px;
  padding: 1px 7px;
  margin-top: 0;
  font-weight: 800;
}
.owl-dot span {
  height: 15px;
  width: 15px;
  border: 1px solid var(--border-color);
  display: block;
  border-radius: 100%;
  margin: 0 2px;
}
.owl-dots {
  text-align: center;
  margin-top: 15px;
}
.owl-dot.active span {
  background: var(--primary-color);
  border-color: var(--primary-color);
}
.quotes_info {
  padding: 50px 40px;
  border-radius: var(--border-radius);
  height: 403px;
}
.quotes_info > * {
  color: var(--white-color);
}
.small_block {
  margin-top: 35px;
  display: flex;
}
.quote_form_wrap {
  padding: 40px;
  background-color: var(--white-color);
  box-shadow: var(--box-shadow);
  border-radius: var(--border-radius);
  height: 403px;
}
.small-block-media i {
  font-size: 32px;
  color: var(--primary-color);
  margin-top: 5px;
}
.small-block-media {
  margin-right: 12px;
}
.quotes_info h3 {
  margin-bottom: 40px;
  text-align: center;
  font-weight: 600;
}
.small-block-info span {
  display: block;
  font-size: 15px;
}
.small_block p {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
}
.quote_form_wrap h1 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 15px;
}
.form_wrapper input {
  margin-bottom: 19px;
}
#checkOut_wrapper input {
  margin-bottom: 0;
}
.animated_text {
  height: 45px;
  overflow: hidden;
  margin-bottom: 25px;
}
.animated_text ul {
  padding-left: 0;
}
.animated_text ul li {
  list-style: none;
  font-size: 15px;
}
.animated_text ul + ul {
  display: none;
}
.form_wrapper .btn {
  margin-top: 15px;
}
.quote-form .form-control {
  border: 1px solid var(--border-color);
  background-color: #fbfbfb;
  height: 36px;
  appearance: auto;
}
.quote-form .form-group {
  margin-bottom: 15px;
}
.quote-btn .btn {
  background: var(--primary-color);
  padding: 7px 20px 9px;
  color: var(--white-color);
  font-size: 15px;
  font-weight: 500;
  transition: var(--transition);
}
.quote-btn .btn:hover {
  background: #af2202;
}
.quote-btn {
  margin-top: 10px;
}
.overall-product ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  padding: 0;
}
.overall-product ul li {
  width: 20%;
  padding-left: 10px;
  padding-right: 10px;
  list-style: none;
  margin-bottom: 20px;
}
.overall-product {
  margin-bottom: -20px;
  background: #fff;
}
.service-image {
  position: relative;
  height: 174px;
  padding: 40px 24px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  border-top-left-radius: var(--border-radius);
  border-top-right-radius: var(--border-radius);
}
.service-image p {
  color: var(--white-color);
  margin-bottom: 0;
}
.product_item_card {
  background-color: var(--white-color);
  box-shadow: var(--box-shadow);
  border-radius: var(--border-radius);
}
.flex_wrapper span {
  font-size: 14px;
  color: var(--dark-color);
}
.flex_wrapper p {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
}
.hy_flex {
  display: flex;
  padding: 15px;
  justify-content: space-between;
  align-items: center;
  border-bottom-left-radius: var(--border-radius);
  border-bottom-right-radius: var(--border-radius);
}
.flex_wrapper_icon img {
  height: 36px;
}
.util_hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(18 18 18 / 89%);
  padding: 24px;
  opacity: 0;
  transition: ease-in-out 0.3s;
}
.util_hover span {
  color: #b1b1b1;
}
.util_hover ul li {
  list-style: circle;
  color: var(--white-color);
  font-size: 14px;
}
.util_hover ul {
  margin-top: 10px;
}
.util_hover a {
  color: var(--white-color);
  text-decoration: none;
}
.util_hover a svg {
  margin-left: 8px;
  position: relative;
  top: 2px;
}
.flex_wrapper a {
  text-decoration: none;
  color: var(--dark-color);
}
.top-viewed-product-wrap {
  background: var(--white-color);
  border-radius: var(--border-radius);
  padding: 20px 12px;
  min-height: 150px;
  cursor: pointer;
}
.top-viewed-product-media {
  flex: 2;
  overflow: hidden;
}
.top-viewed-product-wrap .product-off {
  left: 1px;
}
.top-viewed-product-content {
  flex: 4;
  margin-left: 10px;
  min-height: 108px;
}
.show-del .top-viewed-product-content {
  min-height: 118px;
}
.top-viewed-product-media img {
  height: 171px;
  width: auto !important;
  margin: auto;
  transition: var(--transition);
}
.top-viewed-product-wrap:hover .top-viewed-product-media img {
  transform: scale(1.1);
}
.top-viewed-product-content h3 {
  margin-bottom: 0;
}
.top-viewed-product-content h3 a {
  display: block;
  line-height: 1.4;
  text-decoration: none;
  color: var(--dark-color);
  transition: var(--transition);
  font-size: 15px;
}
.top-viewed-product-content h3 a:hover {
  color: var(--primary-color);
}
.product_rating {
  margin-top: 10px;
  display: inline-block;
  font-size: 13px;
  line-height: 0.9;
  background: #2ab548;
  padding: 4px 5px;
  border-radius: 17px;
  color: #fff;
}
.product_rating i {
  color: #fff;
  font-size: 12px;
  margin-right: 1px;
}
.brand-wrapper {
  background: var(--white-color);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  box-shadow: var(--box-shadow);
  padding: 15px;
}
.brand-img img {
  height: 45px;
  width: auto !important;
  margin: auto;
}
.details-top-part {
  border-radius: var(--border-radius);
  background: var(--white-color);
}
.detail_page-sidebar {
  padding: 20px;
  border-top-right-radius: var(--border-radius);
  border-bottom-right-radius: var(--border-radius);
  background: #ffffff;
  margin-right: -1px;
  height: 100%;
}
.details-page-left {
  padding: 24px 12px 24px 24px;
  background: var(--white-color);
  border-top-left-radius: var(--border-radius);
  border-bottom-left-radius: var(--border-radius);
}
.detail-page-info h3 {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.3;
}
.detail-page-info {
  border-right: 1px solid #e9ecef;
  padding-right: 33px;
}
.rating-wrap {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.rating-star {
  display: flex;
  align-items: center;
}
.rating-star p {
  margin-bottom: 0;
  margin-left: 5px;
  color: var(--dark-color);
  font-size: 14px;
}
.rating-star span i {
  color: var(--review-color);
}
.rating-wrap a {
  font-size: 18px;
  background: #f1f1f1;
  display: block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 100%;
  color: #f47820;
}
.rating-wrap a img {
  height: 18px;
  width: auto;
  vertical-align: middle;
}
.brand {
  text-align: right;
}
.brand span {
  display: block;
  font-size: 16px;
  color: var(--dark-color);
}
.brand a {
  display: inline-block;
  text-decoration: none;
  margin-left: 5px;
  background: var(--success-color);
  color: var(--white-color);
  padding: 1px 8px 2px;
  border-radius: 50px;
  font-size: 12px;
  transition: var(--transition);
}
.brand a:hover {
  background: var(--primary-color);
}
.brand-price del {
  font-size: 15px;
  color: #898989;
  display: block;
}
.brand-price span {
  display: block;
  font-size: 25px;
  font-weight: 600;
  color: var(--primary-color);
  line-height: normal;
}
.brand-wrappers {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  padding: 12px 0;
  margin-top: 15px;
  margin-bottom: 15px;
}
.product-list-infos .form-control {
  border: 1px solid var(--border-color);
  height: 35px;
  border-radius: var(--border-radius);
}
.product-list-infos select {
  appearance: auto;
}
.product-list-infos .form-group {
  margin-bottom: 15px;
}
.product-list-infos label {
  font-size: 15px;
  margin-bottom: 3px;
  display: block;
}
.left-qty {
  font-weight: 600;
  font-size: 14px;
  color: var(--success-color);
}
.product-button {
  display: flex;
  margin-top: 20px;
}
.product-button .btn {
  background: #f47820;
  color: var(--white-color);
  font-size: 16px;
  font-weight: 600;
  padding: 8px 25px 10px;
  transition: var(--transition);
  border-radius: var(--border-radius);
}
.product-button .btn:hover {
  background: #b12100;
}
.product-button .btn:last-child {
  background: var(--success-color);
}
.product-button .btn + .btn {
  margin-left: 10px;
  background: var(--success-color);
  border-color: #2ab548;
}
.product-button .btn + .btn:hover {
  background: #105a01;
}
.detail_page-sidebar h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
}
.detail_page-sidebar ul li {
  list-style: none;
  display: flex;
  align-items: flex-start;
  padding: 2px 0;
}
.detail_page-sidebar ul {
  padding-left: 0;
  margin: 0;
}
.details-list-head span {
  display: block;
  font-size: 15px;
  line-height: 1.3;
  color: var(--dark-color);
}
.details-list-icon {
  margin-right: 10px;
}
.details-list-icon i {
  font-size: 17px;
  background: #f47820e6;
  color: #ffffff;
  padding: 3px;
  height: 27px;
  width: 27px;
  vertical-align: middle;
  text-align: center;
  margin-right: 5px;
  border-radius: 20px;
  line-height: 1.3;
}
.details-list-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.details-list-head b {
  display: block;
  color: var(--primary-color);
  font-size: 17px;
}
.details-list-head p {
  margin-bottom: 0;
  font-size: 15px;
}
.details-list-head a {
  text-decoration: none;
  font-size: 15px;
  color: #f47820;
  margin-left: 15px;
}
.details-list-head a:hover {
  text-decoration: underline;
}
.details-list-head .btn {
  white-space: nowrap;
  font-size: 15px;
  color: #f47820;
  background: transparent;
}
.details-list-head .btn-new-loc {
  padding: 0;
  margin-left: 0;
  background: transparent;
  border: 0;
  margin-left: 17px;
}
.details-list-head .btn:hover {
  text-decoration: underline;
}
.details-list-head .btn:focus {
  outline: none;
  box-shadow: none;
}
.detail_page-sidebar ul li + li {
  margin-top: 15px;
  border-top: 1px solid var(--border-color);
  padding-top: 15px;
}
.details-list-info p {
  margin-bottom: 0;
  line-height: normal;
  font-size: 13px;
  margin-top: 5px;
}
.details-tab-wrapper {
  background: var(--white-color);
  padding: 30px;
  border-radius: var(--border-radius);
}
.details-tab-wrapper .nav-link {
  border: none;
  font-size: 18px;
  font-weight: 500;
  color: var(--dark-color);
  padding: 0 0 7px;
  margin-right: 35px;
  background: transparent;
  border-bottom: 2px solid transparent;
  white-space: nowrap;
}
.details-tab-wrapper .nav-link:hover {
  border-color: transparent;
}
.details-tab-wrapper .nav-tabs .nav-link.active {
  background: transparent;
  border: none;
  border-radius: 0;
  margin-bottom: 0;
  border-bottom: 2px solid var(--primary-color);
}
.details-tab-wrapper .nav-tabs {
  border-bottom: 1px solid var(--border-color);
  margin-bottom: 20px;
  flex-wrap: inherit;
  overflow-y: hidden;
  overflow-x: auto;
}
.tab-content-wrapper p {
  font-size: 15px;
  color: var(--text-color);
  line-height: 1.7;
}
.tab-content-wrapper p:last-child {
  margin-bottom: 0;
  text-align: justify;
}
.tab-content-wrapper .table {
  border-color: var(--border-color);
}
.tab-content-wrapper .table tr th,
.tab-content-wrapper .table tr td {
  font-size: 16px;
  padding: 7px 15px;
}
.tab-content-wrapper .table tr th {
  font-weight: 600;
}
.reviews-single h3 {
  font-size: 18px;
  color: var(--text-color);
  margin-bottom: 0;
  line-height: 1.3;
}
.review-single-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  border-bottom: 1px solid #efefef;
  padding-bottom: 11px;
}
.review-single-head button {
  border: none;
  background: var(--primary-color);
  border-radius: 50px;
  padding: 4px 15px 5px;
  font-size: 15px;
  color: var(--white-color);
  transition: var(--transition);
}
.review-single-head button:hover {
  background: #b72100;
}
.comment-col-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.comment-col-left {
  display: flex;
  align-items: center;
  width: calc(100% - 100px);
}
.comment-col-right {
  width: 100px;
  text-align: right;
}
.comment-col-right span {
  display: block;
  font-size: 14px;
  color: #757575;
}
.comment-media img {
  height: 40px;
  width: 40px;
  object-fit: cover;
  border-radius: 100%;
}
.comment-media {
  margin-right: 10px;
  width: 40px;
}
.comment-info {
  width: calc(100% - 40px);
}
.comment-info h3 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.comment-info h3 b {
  display: block;
  font-size: 13px;
  font-weight: normal;
  color: #4caf50;
  margin-left: 10px;
  line-height: normal;
}
.comment-info h3 b img {
  height: 16px;
  width: auto;
  margin-right: 2px;
}
.comment-info i {
  color: var(--review-color);
  font-size: 14px;
}
.comment-col p {
  font-size: 15px;
  margin-bottom: 0;
  margin-top: 10px;
}
.comment-col + .comment-col {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px dashed var(--border-color);
}
.customer-reviews-cols {
  background: var(--white-color);
  border-radius: var(--border-radius);
  padding: 30px;
  margin-top: 15px;
}
.tab-content-wrapper h3 {
  font-size: 18px;
  margin-bottom: 12px;
}
.tab-content-wrapper textarea.form-control {
  border: 1px solid var(--border-color);
}
.tab-content-wrapper h3 {
  font-size: 18px;
  margin-bottom: 12px;
}
.tab-content-wrapper textarea.form-control {
  border: 1px solid var(--border-color);
}
.tab-content-wrapper .btn {
  background: var(--primary-color);
  border-radius: var(--border-radius);
  color: var(--white-color);
  padding: 8px 20px;
  font-size: 16px;
  transition: var(--transition);
  margin-top: 20px;
}
.tab-content-wrapper .btn:hover {
  background: #bd2200;
}
.comments-list {
  margin-top: 40px;
}
.comments-list-col {
  display: flex;
  border-bottom: 1px solid #efefef;
  padding-bottom: 28px;
}
.comments-list-media img {
  height: 60px;
  width: 60px;
  border-radius: 100%;
  object-fit: cover;
}
.comments-list-media {
  margin-right: 20px;
}
.comments-list-info b {
  font-size: 18px;
  font-weight: 600;
  display: revert;
}
.comments-list-info span {
  display: block;
  margin-top: 3px;
  font-size: 15px;
  line-height: 1.6;
}
.comments-list-col + .comments-list-col {
  border-top: 1px dashed var(--border-color);
  margin-top: 20px;
  padding-top: 20px;
}
.btn-bulk {
  display: flex;
  align-items: center;
}
.btn-bulk a {
  color: var(--primary-color);
  font-weight: 600;
  text-transform: capitalize;
  font-size: 16px;
  text-decoration: none;
}
.btn-bulk a:last-child {
  margin-right: 5px;
}
.btn-bulk span {
  display: block;
  margin: 0 5px;
}
.reply-comment {
  margin-left: 80px;
  margin-top: 30px;
}
.small-popup .modal-dialog {
  max-width: 450px;
}
.common-popup .btn-close:focus {
  outline: none;
  box-shadow: none;
}
.common-popup .modal-header {
  padding: 10px 20px;
  background: #efefef;
  border-bottom-color: var(--border-color);
}
.common-popup .modal-title {
  font-size: 18px;
  margin-top: 0;
}
.otp-popup {
  position: relative;
}
.otp-popup .btn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin-top: 0 !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.otp-popup .form-control {
  padding-right: 90px;
}
.common-popup .modal-body {
  padding: 20px;
}
.common-popup label {
  font-size: 15px;
  display: block;
  margin-bottom: 3px;
}
.common-popup .form-control {
  height: 35px;
  border: 1px solid var(--border-color);
  font-size: 13px;
}
.common-popup .form-control:focus {
  border-color: var(--primary-color);
}
.common-popup .form-group {
  margin-bottom: 10px;
}
.common-popup textarea.form-control {
  height: 100px;
}
.common-popup .btn {
  background: var(--primary-color);
  border: none;
  color: var(--white-color);
  border-radius: var(--border-radius);
  padding: 6px 20px 8px;
  font-size: 16px;
  margin-top: 10px;
  transition: var(--transition);
}
.common-popup .btn:hover {
  background: #bb2300;
}
.ratingControl {
  position: relative;
  display: inline-flex;
  direction: rtl;
}
.ratingControl__radio {
  position: absolute;
  height: 0;
  width: 0;
  opacity: 0;
}
.ratingControl__star {
  position: relative;
  display: block;
  height: 30px;
  width: 15px;
  cursor: pointer;
  overflow: hidden;
  margin-bottom: 0 !important;
}
.ratingControl__star:nth-last-of-type(odd)::before,
.ratingControl__star:nth-last-of-type(odd)::after {
  left: 1px;
  -webkit-clip-path: polygon(
    50% 0%,
    50% 70%,
    21% 91%,
    32% 57%,
    2% 35%,
    39% 35%
  );
  clip-path: polygon(50% 0%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
}
.ratingControl__star:nth-last-of-type(even)::before,
.ratingControl__star:nth-last-of-type(even)::after {
  right: 0;
  -webkit-clip-path: polygon(
    50% 0%,
    61% 35%,
    98% 35%,
    68% 57%,
    79% 91%,
    50% 70%
  );
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%);
}
.ratingControl__star::before,
.ratingControl__star::after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
}
.ratingControl__star::before {
  width: 200%;
  background-color: #c9c9c9;
}
.ratingControl__star::after {
  background-color: var(--review-color);
}
.ratingControl__star:hover::after,
.ratingControl__star:hover ~ .ratingControl__star::after,
.ratingControl__radio:checked ~ .ratingControl__star::after {
  width: 200%;
}
.btns-qty {
  background: var(--grey-bg);
  height: 35px;
  width: 35px;
  display: block;
  text-align: center;
  line-height: 33px;
  border: 1px solid var(--border-color);
  cursor: pointer;
}
.qtySelector {
  display: flex;
  align-items: center;
}
.qtySelector input {
  height: 35px;
  border: 1px solid var(--border-color);
  width: 70px;
  text-align: center;
  border-left: none;
  border-right: none;
  font-size: 15px;
  background: var(--white-color);
  pointer-events: none;
}
.qtySelector input:focus {
  outline: none;
}
.decreaseQty {
  border-top-left-radius: var(--border-radius);
  border-bottom-left-radius: var(--border-radius);
}
.increaseQty {
  border-top-right-radius: var(--border-radius);
  border-bottom-right-radius: var(--border-radius);
}
.container_box {
  display: flex;
  align-items: center;
}
.qty_size .product_item_count {
  margin-left: 12px;
}
.qty_size .qtySelector input {
  width: 60px;
}
.container_box p {
  margin-bottom: 0;
  margin-left: 10px;
}
.qtySelector i {
  font-size: 15px;
}
#sliders ul li img {
  height: 350px;
  width: 100%;
  margin: auto;
  object-fit: contain;
}
#carousels ul li img {
  height: 80px;
  width: 100%;
  object-fit: contain;
  margin: auto;
  border: 1px solid var(--border-color);
  padding: 5px;
  border-radius: var(--border-radius);
}
#carousels ul li.flex-active-slide img {
  border-color: #fda591;
}
.breadcrumb {
  margin-bottom: 0;
  overflow-y: hidden;
  overflow-x: auto;
  flex-wrap: inherit;
  padding: 15px 0;
}
.breadcrumb li {
  font-size: 15px;
  color: var(--text-color);
  white-space: nowrap;
}
.breadcrumb li a {
  font-size: 15px;
  text-decoration: none;
  color: var(--primary-color);
}
.related-product .item {
  padding: 12px 0 25px;
}
.related-product .main-title {
  margin-bottom: 13px;
}
.large-modal .modal-dialog {
  max-width: 1100px;
}
.selfcart-head {
  display: flex;
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
}
.selfcart-head-left p {
  font-size: 18px;
  color: var(--success-color);
  line-height: 1.2;
}
.selfcart-product {
  display: flex;
  align-items: flex-start;
}
.selfcart-product-media img {
  height: 80px;
  width: auto;
  border-radius: var(--border-radius);
}
.selfcart-product-info {
  margin-left: 15px;
}
.selfcart-product-info h3 {
  font-size: 15px;
  margin-bottom: 5px;
}
.selfcart-product-info h3 a {
  display: block;
  font-size: 15px;
  text-decoration: none;
  color: var(--dark-color);
  line-height: 1.2;
}
.selfcart-head-left {
  flex: 1;
  padding: 25px 15px;
}
.selfcart-head-right {
  flex: 1;
  border-left: 1px solid var(--border-color);
  padding: 25px 15px;
}
.selfcart-product-info span {
  display: block;
  font-size: 14px;
  color: #8f8f8f;
  font-weight: normal;
}
.selfcart-product-info b {
  font-size: 20px;
  color: var(--secondary-color);
}
.selfcart-price {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.selfcart-price-left {
  display: flex;
  align-items: center;
}
.selfcart-price-left del {
  color: #8f8f8f;
}
.selfcart-price-left span {
  color: var(--dark-color);
  margin-left: 3px;
  font-weight: 600;
}
.selfcart-price em {
  font-style: normal;
  display: flex;
}
.selfcart-price b {
  color: var(--dark-color);
  margin-left: 3px;
  font-size: 18px;
}
.selfcart-right-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.selfcart-right-head h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
}
.selfcart-head-right ul {
  padding: 0;
  margin: 0;
}
.selfcart-head-right ul li {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.selfcart-head-right ul li + li {
  margin-top: 7px;
}
.selfcart-head-right ul li:last-child b {
  color: var(--secondary-color);
}
.selfcart-head-right ul li:last-child {
  font-size: 18px;
  color: var(--dark-color);
}
.btn-groups {
  margin-top: 20px;
  display: flex;
  justify-content: flex-end;
}
.btn-groups .btns {
  padding: 8px 20px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  background: var(--primary-color);
  color: var(--white-color);
  border-radius: var(--border-radius);
  border: 1px solid var(--primary-color);
}
.btn-groups .btns + .btns {
  margin-left: 10px;
}
.btn-groups .btns:first-child {
  background: transparent;
  color: var(--primary-color);
  transition: var(--transition);
}
.btn-groups .btns:first-child:hover {
  background: var(--primary-color);
  color: var(--white-color);
}
.selfcart-body .main-title h3 {
  background: var(--white-color);
}
.selfcart-body .overall-product ul li {
  padding-left: 7px;
  padding-right: 7px;
}
.selfcart-body .overall-product ul {
  margin-left: -7px;
  margin-right: -7px;
}
.selfcart-body .product-col {
  box-shadow: 0 8px 50px rgb(0 0 0 / 20%);
}
.selfcart-body .product-media img {
  height: 180px;
}
.selfcart-body .price_list {
  color: var(--secondary-color);
}
.detail_discount {
  display: flex;
  align-items: center;
}
.detail_discount strong {
  margin-left: 5px;
}
.response-wrap {
  display: flex;
  align-items: center;
}
.response-list + .response-list {
  margin-left: 20px;
}
.response-list i {
  font-size: 18px;
  color: #ffc700;
}
.details-card-right {
  background: var(--white-color);
  border-radius: var(--border-radius);
  box-shadow: var(--box-shadow);
  position: sticky;
  top: 85px;
}
.details-card-right h2 {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 0;
  background: #fdf4f2;
  padding: 12px 20px;
  border-top-left-radius: var(--border-radius);
  border-top-right-radius: var(--border-radius);
}
.related-store-media img {
  width: 100%;
  border-radius: var(--border-radius);
}
.related-store-info h3 {
  margin-bottom: 0;
}
.related-store-info h3 a {
  display: block;
  text-decoration: none;
  font-size: 15px;
  color: var(--dark-color);
  transition: var(--transition);
  line-height: 1.3;
}
.related-store-info h3 a:hover {
  color: var(--primary-color);
}
.related-store-info {
  margin-top: 10px;
}
.related-store-info span {
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: var(--primary-color);
  margin-top: 3px;
  line-height: normal;
}
.stores-rating {
  display: flex;
  margin-top: 5px;
}
.stores-rating i {
  font-size: 13px;
  color: var(--review-color);
  margin-right: 1px;
}
.related-store-wrap + .related-store-wrap {
  border-top: 1px solid var(--border-color);
}
.related-store-wrap {
  padding: 20px;
}
.details-card-left {
  position: sticky;
  top: 85px;
}
.comment-wrapper-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  padding: 10px 0;
  margin-bottom: 20px;
}
.comment-wrapper-filter {
  display: flex;
  align-items: center;
}
.comment-wrapper-filter-list {
  display: flex;
  align-items: center;
}
.comment-wrapper-filter-label {
  white-space: nowrap;
  color: #757575;
  font-size: 14px;
  margin-right: 7px;
}
.comment-wrapper-filter-label i {
  font-size: 18px;
  vertical-align: middle;
}
.comment-wrapper-filter-list .form-control {
  border: 1px solid var(--border-color);
  font-size: 13px;
  height: 28px;
  padding-top: 3px;
  padding-bottom: 3px;
}
.comment-wrapper-filter-list + .comment-wrapper-filter-list {
  margin-left: 30px;
}
.comment-wrapper-head h2 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
}
.comments-wrapper {
  margin-top: 0;
  padding: 0 0 0 24px;
}
.customer-upload-img {
  margin-top: 5px;
}
.customer-upload-img ul {
  display: flex;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
}
.customer-upload-img ul li {
  list-style: none;
  cursor: pointer;
  margin-right: 15px;
  margin-top: 15px;
}
.customer-upload-img ul li img {
  height: 80px;
  width: auto;
  border-radius: 2px;
}
.review-attributes p {
  margin-bottom: 0 !important;
  color: #6c6c6c;
  font-size: 14px !important;
}
.customer-review-likes {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.customer-review-likes-left span {
  display: flex;
  color: #9f9f9f;
  font-size: 16px;
  align-items: center;
  cursor: pointer;
}
.customer-review-likes-left span i {
  margin-right: 7px;
  font-size: 18px;
}
.customer-review-likes-right i {
  font-size: 18px;
  color: #787878;
  cursor: pointer;
}
.reviews-likes-action {
  position: absolute;
  top: 100%;
  right: 0;
  background: var(--white-color);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  width: 200px;
  display: none;
  z-index: 10;
}
.customer-review-likes-right {
  position: relative;
}
.reviews-likes-action ul {
  margin: 0;
  padding: 0;
}
.reviews-likes-action ul li {
  list-style: none;
  padding: 10px 15px;
  font-size: 14px;
  cursor: pointer;
}
.reviews-likes-action ul li + li {
  border-top: 1px solid var(--border-color);
}
.reviews-reply-card-col {
  background: var(--grey-bg);
  padding: 15px;
  margin-top: 15px;
  padding-left: 50px;
  position: relative;
}
.reviews-reply-card-col::before {
  content: " ";
  position: absolute;
  top: -15px;
  left: 30px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 16px solid var(--grey-bg);
}
.reviews-reply-card-head span {
  display: block;
  font-size: 14px;
  margin-left: 10px;
}
.reviews-reply-card-head {
  display: flex;
  align-items: center;
}
.reviews-reply-card + .reviews-reply-card {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px dashed #dddddd;
}
.mobile_fixed_footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: var(--white-color);
  z-index: 999;
  box-shadow: 0px -2px 7px rgb(0 0 0 / 8%);
}
.mobile_fixed_footer ul {
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin: 0;
}
.mobile_fixed_footer ul li {
  list-style: none;
  width: 25%;
}
.mobile_fixed_footer ul li.active a {
  color: var(--primary-color);
}
.mobile_fixed_footer a {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 7px 10px;
  border-radius: 5px;
  color: var(--grey-color);
  text-decoration: none;
  transition: var(--transition);
}
.mobile_fixed_footer a:hover {
  color: var(--primary-color);
}
.mobile_fixed_footer a span {
  text-transform: capitalize;
  font-weight: 400;
  font-size: 12px;
  display: block;
  margin-top: 1px;
}
.mobile_fixed_footer a i {
  font-size: 22px;
}
.mobile_fixed_footer {
  display: none;
}
#footer_wrapper {
  background-color: #fff;
  padding-top: 40px;
}
.footer-logo img {
  height: 75px;
}
.payment-card {
  margin-top: 20px;
}
.payment-card p {
  margin-bottom: 0;
  font-size: 18px;
}
.payment-card p i {
  margin-right: 3px;
  vertical-align: middle;
  font-size: 22px;
}
.payment-card ul {
  display: flex;
  padding: 0;
  margin: 0;
  margin-top: 10px;
}
.payment-card ul li {
  list-style: none;
}
.payment-card ul li + li {
  margin-left: 15px;
}
.payment-card ul li img {
  height: 20px;
}
.footer-social {
  padding: 0;
  margin: 0;
  display: flex;
}
.footer-social li {
  list-style: none;
  margin-right: 4px;
}
.footer-social li a {
  font-size: 15px;
  height: 40px;
  width: 40px;
  display: block;
  text-align: center;
  background: #2b65af;
  border-radius: 100%;
  color: aliceblue;
  transition: var(--transition);
}
.footer-social li .twitter {
  background: #189cf8;
}
.footer-social li .instagram {
  background: radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
}
.footer-social li .youtube {
  background: #e60103;
}
.footer-social li .linkedin {
  background: #036db3;
}
.footer-social li .whatsapp {
  background: #12950a;
}
.footer-social li a i {
  line-height: 40px;
  font-size: 20px;
}
.footer-social li + li a {
  margin-left: 7px;
}
.footer-menu h3 {
  font-size: 22px;
  font-weight: 600;
  color: var(--text-color);
  margin-bottom: 15px;
}
.footer-menu ul {
  padding: 0;
  margin: 0;
}
.footer-menu ul li {
  list-style: none;
}
.footer-menu ul li a {
  display: block;
  text-decoration: none;
  color: #686868;
  position: relative;
  padding-left: 18px;
  transition: var(--transition);
}
.footer-menu ul li a::before {
  position: absolute;
  content: "\f105";
  left: 0;
  font-family: "Line Awesome Free";
  font-weight: 900;
  font-size: 10px;
  top: 2px;
}
.footer-menu ul li + li a {
  margin-top: 8px;
}
.footer-menu ul li a:hover {
  color: var(--primary-color);
  margin-left: 5px;
}
.newsletter-form h3 {
  font-size: 22px;
  font-weight: 600;
  color: var(--text-color);
  margin-bottom: 15px;
}
.newsletter-form .form-control {
  height: 40px;
  padding-right: 90px;
}
.newsletter-form form {
  position: relative;
}
.newsletter-form a {
  position: absolute;
  right: 0;
  bottom: 0;
  background: var(--primary-color);
  padding: 9px 10px;
  color: var(--white-color);
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  border-top-right-radius: var(--border-radius);
  border-bottom-right-radius: var(--border-radius);
}
.newsletter-form .form-control:focus {
  border-color: var(--primary-color);
}
.downloads {
  margin-top: 25px;
}
.downloads h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  text-align: center;
  text-align: center;
}
.downloads ul {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
}
.downloads ul li {
  list-style: none;
}
.downloads ul li a {
  display: block;
}
.downloads ul li a {
  margin-left: 11px;
}
.downloads img {
  height: 33px;
  width: auto;
}
.footer-right-new {
  padding-top: 10px;
}
.dwn-new {
  margin-top: 37px;
}
.dwn-new ul {
  display: inherit;
}
.dwn-new ul li {
  margin-bottom: 7px;
}
.dwn-new ul li a {
  margin-left: 0;
}
.dwn-new img {
  height: 43px;
}
.copyright ul {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
}
.copyright {
  margin-top: 8px;
  border-top: 1px solid #cbcbcb;
  padding-bottom: 15px;
}
.copyright ul li {
  list-style: none;
  font-size: 16px;
  color: var(--text-color);
}
.copyright > ul > li > a {
  text-decoration: none;
  color: var(--primary-color);
  font-weight: 600;
}
.support-list {
  background: var(--white-color);
  border-radius: 100px;
  border: 1px solid #cbcbcb;
  margin-top: -34px;
}
.support-list ul {
  display: flex;
}
.support-list ul li a {
  padding: 10px 25px;
  display: block;
  font-size: 16px;
  text-decoration: none;
  color: var(--text-color);
  transition: var(--transition);
}
.support-list ul li a i {
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  background: var(--primary-color);
  border-radius: 100%;
  color: var(--white-color);
  font-size: 18px;
  margin-right: 9px;
  vertical-align: middle;
}
.support-list ul li + li a {
  border-left: 1px solid var(--border-color);
}
.top {
  padding-top: 15px;
}
.support-list ul li.call1 a i {
  background: #903dd7;
}
.support-list ul li.call2 a i {
  background: #0d9a15;
}
.support-list ul li.call3 a i {
  background: var(--primary-color);
}
.support-list ul li.call4 a i {
  background: #6c2993;
}
.support-list ul li a:hover {
  color: var(--primary-color);
}
.go-top {
  position: fixed;
  cursor: pointer;
  transition: ease-in-out 0.5s;
  bottom: 25px;
  right: 25px;
  opacity: 0;
  visibility: hidden;
  z-index: 1021;
}
.go-top.active {
  opacity: 1;
  visibility: visible;
  bottom: 25px;
}
.pulse {
  z-index: 4;
  text-align: center;
  font-size: 27px;
  height: 30px;
  width: 30px;
  line-height: 30px;
  background: var(--primary-color);
  color: var(--white-color);
  border-radius: 100%;
  font-size: 14px;
  position: relative;
  z-index: 0;
}
.pulse i {
  line-height: 30px;
}
.pulse::after {
  animation: ripple-white3 0.8s linear infinite;
  background: rgb(0 38 84 / 30%);
  border-radius: 100%;
  content: "";
  height: 50px;
  left: -11px;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 50px;
  line-height: 50px;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  z-index: -1;
}
@keyframes ripple-white3 {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  40% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);
  }
}
.category-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.category_product {
  margin-top: 15px;
}
.category_product_number p {
  font-size: 16px;
  margin-bottom: 0;
}
.category_product_number p span {
  color: var(--primary-color);
  margin-right: 2px;
  font-size: 18px;
  font-weight: 600;
}
.in_flex_box {
  display: flex;
  align-items: center;
  justify-content: end;
  margin-bottom: 0;
  flex: auto;
}
.category-head .nav-tabs {
  border-bottom: none;
  margin-left: 10px;
}
.category-head .nav-tabs .nav-link {
  list-style: none;
  font-size: 18px;
  cursor: pointer;
  border: 1px solid var(--border-color);
  background: var(--white-color);
  border-radius: var(--border-radius);
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  margin-left: 5px;
  padding: 0;
  color: var(--text-color);
}
.category-head .nav-tabs .nav-link.active {
  background: #2a63b0;
  color: var(--white-color);
  border-color: #2a63b0;
}
.in_flex_box p {
  margin-bottom: 0;
  margin-right: 10px;
  white-space: nowrap;
}
.in_flex_box .form-control {
  height: 30px;
  padding: 3px 10px;
  width: 130px;
  border-color: var(--border-color);
  background-color: var(--white-color);
  box-shadow: none;
}
.cat_sideBar_wrap {
  background-color: var(--white-color);
  padding: 15px;
  box-shadow: var(--box-shadow);
  border-radius: var(--border-radius);
  position: sticky;
  top: 0;
}
.category-main {
  background-color: var(--white-color);
  padding: 25px;
  box-shadow: var(--box-shadow);
  border-radius: var(--border-radius);
}
.category-main .product-col {
  box-shadow: none;
  margin-bottom: 16px;
  overflow: hidden;
}
.category-main .product-media img {
  height: 175px;
  margin: auto;
}
.category-main .padding {
  padding-left: 8px;
  padding-right: 8px;
}
.category-main .margin {
  margin-left: -8px;
  margin-right: -8px;
}
.list-view-category .product-col {
  display: flex;
}
.list-view-category .product-media {
  flex: 3;
  margin-right: 10px;
}
.list-view-category .product-content {
  flex: 5;
}
.category-main .list-view-category .product-media img {
  height: 120px;
}
.filter-list h3 {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 18px;
}
.filter-list .btns {
  display: block;
  color: var(--text-color);
  text-decoration: none;
  font-size: 14px;
  transition: var(--transition);
  margin-top: 15px;
}
.filter-list .btns:hover {
  color: var(--primary-color);
}
.filter-list .form-check {
  padding-left: 0;
  margin-bottom: 3px;
  display: flex;
  line-height: 1.2;
}
.filter-list .form-check input {
  height: 15px;
  width: 15px;
  border-radius: var(--border-radius);
  margin-left: 0;
  border-color: var(--border-color);
}
.filter-list .form-check input:focus {
  outline: none;
  box-shadow: none;
}
.filter-list .form-check label {
  margin-bottom: 0;
  margin-left: 8px;
  color: var(--text-color);
  font-size: 15px;
}
.filter-list + .filter-list {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid var(--border-color);
}
.price_filterGroup {
  display: flex;
  align-items: center;
}
form.price_filterGroup .form-control {
  height: 35px;
  border-color: var(--border-color);
}
form.price_filterGroup .form-control:focus {
  border-color: var(--primary-color);
}
form.price_filterGroup span {
  display: block;
  margin: 0 7px;
}
.filter-list #submit {
  height: 35px;
  border: none;
  background: #f47820;
  color: var(--white-color);
  padding: 0 10px;
  font-size: 20px;
  border-radius: var(--border-radius);
  margin-left: 7px;
}
.category-top-section {
  display: flex;
  align-items: center;
}
.mobile-filters {
  display: none;
}
.mobile-filters i {
  vertical-align: middle;
}
.cat-close {
  display: none;
}
.wrap-col {
  display: flex;
  align-items: center;
}
.cat-submit {
  display: none;
}
.add_cart_btn {
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  background: #f47820;
  border-radius: 100%;
  position: absolute;
  right: 0;
  top: -45px;
  left: 0;
  text-align: center;
  margin: 0 auto;
  transition: var(--transition);
  opacity: 0;
}
.add_cart_btn a {
  color: var(--white-color);
  font-size: 23px;
}
.product-col:hover .add_cart_btn {
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
}
.page-link {
  height: 32px;
  width: 32px;
  line-height: 30px;
  padding: 0;
  text-align: center;
  font-size: 15px;
  color: var(--dark-color);
  font-weight: 500;
  border-radius: var(--border-radius);
  border: 1px solid var(--border-color);
}
.page-link:focus {
  outline: none;
  box-shadow: none;
  color: var(--dark-color);
}
.page-item + .page-item {
  margin-left: 7px;
}
.page-item.active .page-link {
  background: var(--primary-color);
  color: var(--white-color);
  border-color: var(--primary-color);
}
.page-link:hover {
  background: var(--border-color);
  color: var(--dark-color);
}
.pagination {
  margin-top: 10px;
  justify-content: center;
}
.category_header {
  color: var(--dark-color);
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  border-bottom: 1px solid #e1e1e1;
  display: block;
  padding: 12px 15px;
  font-size: 16px;
}
.category_header:hover {
  color: var(--primary-color);
}
.item_category ul {
  padding-left: 0;
  position: relative;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 15px;
}
.item_category ul li {
  list-style: none;
}
.item_category li a {
  text-decoration: none;
  color: var(--dark-color);
  display: block;
  position: relative;
  padding: 3px 15px;
}
.item_category li a:hover {
  color: var(--primary-color);
}
.mobile_nav .item_category li a {
  font-size: 15px;
  padding: 4px 15px;
}
.item_category > ul > li.cat_items > a:before {
  content: "\f105";
  font-family: "Line Awesome Free";
  font-weight: 900;
  position: absolute;
  top: 12px;
  right: 15px;
  color: #a3a3a3;
  font-size: 9px;
}
.item_category ul span {
  height: 36px;
  width: 36px;
  overflow: hidden;
  display: inline-block;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 10px;
}
.item_category ul span img {
  width: 100%;
}
.item_category ul li:hover .cat_sub_menu {
  display: block;
}
.cat_sub_menu {
  position: absolute;
  left: 100%;
  top: 0;
  background-color: white;
  z-index: 99;
  width: 730px;
  display: none;
  box-shadow: 0 3px 10px rgb(0 0 0 / 15%);
  height: 100%;
  overflow: hidden;
  bottom: 0;
}
.mega_menu_header a {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: underline !important;
  color: var(--dark-color) !important;
}
.cat_mega {
  display: flex;
}
.mega_link_list a {
  color: #5c5c5c !important;
  font-size: 14px;
  text-transform: capitalize;
}
.mega_link_list a:hover {
  color: var(--primary-color) !important;
  background-color: rgb(252 251 244 / 72%);
  box-shadow: 0 0 2px rgb(0 0 0 / 20%);
}
.ads_banner img {
  width: 100%;
}
.ads_text_block {
  background-color: var(--primary-color);
  margin-top: 10px;
  padding: 10px;
  text-align: center;
}
.ads_text_block p {
  margin-bottom: 0;
  font-weight: 700;
  color: var(--white-color);
}
.ads_list ul {
  padding-left: 0;
}
.ads_list li {
  list-style: none;
}
.ads_list li a {
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 15px;
  font-weight: 500;
  color: var(--dark-color);
  line-height: 1.3;
}
.ads_list li img {
  height: 50px;
}
.ads_list {
  margin-top: 10px;
}
.card_image a {
  text-decoration: none;
  display: block;
  text-align: center;
}
span.list_name {
  color: #565656;
}
.new_arrival {
  border-radius: 5px;
  padding: 15px;
  margin-top: 25px;
  box-shadow: 0 4px 17px 0 rgb(0 0 0 / 10%);
}
.img_wrap {
  background-color: white;
  padding: 5px;
  display: block;
  margin-bottom: 5px;
  overflow: hidden;
}
.img_wrap:hover img {
  transform: scale(1.1);
  transition: ease-in-out 0.36s;
}
.img_wrap img {
  width: 100%;
  transition: ease-in-out 0.36s;
}
.new_arrival h4 {
  font-size: 17px;
  position: relative;
  padding-left: 26px;
  font-weight: 600;
}
.product_box {
  background-color: var(--white-color);
  padding: 15px;
  border-radius: 5px;
  box-shadow: 0 2px 10px rgb(0 0 0 / 8%);
}
.product_wrapper {
  padding-top: 20px;
}
.product_box h2 {
  font-size: 26px;
  font-weight: 600;
}
.product_box p {
  color: #565656;
  font-size: 16px;
}
.product_images a {
  display: block;
  overflow: hidden;
}
.product_images a:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
}
.product_images img {
  width: 100%;
  transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
}
.box_wrapper h5 {
  font-size: 15px;
  text-align: center;
  font-weight: 700;
}
.box_wrapper {
  background-color: rgb(236 236 236 / 54%);
  padding: 10px;
  border-radius: 5px;
}
.attached_images img {
  width: 100%;
}
.image_size76 img {
  width: 76%;
}
.image_size76 {
  text-align: right;
}
.header_horizontal_line {
  border-radius: 3px;
  width: 100%;
  height: 2px;
  background-color: #dcdee3;
  top: 12px;
  position: relative;
}
.home_cat_header {
  display: flex;
}
.home_cat_header a {
  text-decoration: none;
  color: black;
}
.home_cat_header h2 {
  font-size: 24px;
  white-space: nowrap;
  margin-right: 30px;
  margin-bottom: 30px;
}
.cat_images_box {
  position: relative;
}
.in_bottom_position,
.in_top_position {
  position: absolute;
}
.in_bottom_position {
  border-radius: 40px;
  bottom: 30px;
  left: 30px;
}
.cat_images_box img {
  width: 100%;
  min-height: 337px;
}
.in_top_position {
  top: 32px;
  left: 34px;
  font-size: 22px;
  color: white;
  text-shadow: 0 2px 4px rgb(0 0 0 / 12%);
  padding: 15px;
}
.category_info_wrapper {
  background-color: #ececec;
  box-shadow: 0 4px 17px 0 rgb(0 0 0 / 10%);
}
a.in_cat_box {
  display: block;
  text-decoration: none;
  width: 25%;
  border-right: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  padding: 16px 16px 24.9px;
  background-color: white;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}
a.in_cat_box:hover {
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  border: 1px solid #dcdee3;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
  box-shadow: 0 0 20px 1px rgb(0 0 0 / 23%);
}
.icon_top_chart:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/v5.png);
  width: 26px;
  height: 26px;
  background-size: contain;
}
.icon_shipping:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/V10.png);
  width: 26px;
  height: 26px;
  background-size: contain;
}
.text_header {
  font-size: 16px;
  font-weight: 700;
  color: black;
  text-indent: 27px;
  margin-bottom: 5px;
}
.in_cat_box span {
  color: #414040;
  margin-bottom: 0;
}
.small_icon_image {
  height: 12px !important;
  width: auto !important;
}
.in_cat_box img {
  width: 65%;
}
.token_wrap {
  margin-top: 10px;
}
.category_wrap {
  display: flex;
  flex-wrap: wrap;
}
.product_small_card_1:hover img,
.product_small_card:hover img {
  filter: grayscale(100%);
  opacity: 0.5;
}
.product_small_card_1 img,
.product_small_card img {
  height: 128px;
  margin-bottom: 12px;
}
.product_small_card_1 p {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
}
.product_small_card_1 span {
  display: block;
  font-size: 14px;
}
.market_items {
  background-color: var(--white-color);
  padding: 20px;
  box-shadow: 0 4px 17px 0 rgb(0 0 0 / 10%);
}
.home_cat_header span {
  white-space: nowrap;
  margin-right: 21px;
  margin-top: 3px;
  color: #414040;
  text-transform: capitalize;
}
.home_cat_header img {
  height: 34px;
  margin-right: 15px;
}
.Quote_wrapper .header_horizontal_line {
  top: 13px;
}
.util_card:hover {
  box-shadow: 0 0 20px 1px rgb(0 0 0 / 23%);
}
.util_card a {
  text-decoration: none;
  color: black;
  font-size: 14px;
  display: block;
  margin-bottom: 10px;
}
.util_card a:hover {
  text-decoration: underline;
}
.util_card p {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 14px;
}
.util_card span {
  display: block;
  color: #6a6a6a;
  font-size: 14px;
}
.util_images img {
  width: 100%;
}
.util_card {
  position: relative;
  overflow: hidden;
  background-color: white;
  padding: 15px;
  margin-bottom: 23px;
  box-shadow: 0 4px 17px 0 rgb(0 0 0 / 10%);
}
.util_images {
  margin-bottom: 10px;
  height: 167px;
  overflow: hidden;
}
.product_trade_wrapper h2 {
  margin-bottom: 8px;
}
.heading_sub_text {
  color: #414040;
  margin-bottom: 30px;
}
.hy_dash {
  width: 14px;
  height: 4px;
  background-color: white;
  margin-bottom: 29px;
}
.product_item_card:hover .util_hover {
  opacity: 1;
  transition: ease-in-out 0.3s;
}
.product_item_card:hover .service-image p {
  display: none;
}
.suppliers_wrapper {
  margin-top: 30px;
}
.supplier_img img {
  height: 39px;
  width: auto !important;
  margin-right: 10px;
}
.supplier_img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.supplier_img span {
  font-size: 14px;
  text-transform: capitalize;
  color: #414040;
}
#suppliers_sliders .owl-nav.disabled {
  display: block;
}
#suppliers_sliders .owl-prev span,
#suppliers_sliders .owl-next span {
  position: absolute;
  top: 0;
  font-size: 45px;
  background-color: white;
  width: 40px;
  height: 40px;
  line-height: 33px;
  border-radius: 50%;
}
#suppliers_sliders .owl-prev span {
  left: -46px;
}
#suppliers_sliders .owl-next span {
  right: -46px;
}
.supplier_img a {
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
#suppliers_sliders .owl-prev span:hover,
#suppliers_sliders .owl-next span:hover {
  box-shadow: 0 0 13px 2px rgb(0 0 0 / 28%);
}
.advertisement_here img {
  width: 100%;
}
.support_list ul li:nth-child(1) i {
  background-color: #903dd7;
  color: white;
}
.support_list ul li:nth-child(2) i {
  background-color: #0d9a15;
  color: white;
}
.support_list ul li:nth-child(3) i {
  background-color: #c4478f;
  color: white;
}
.support_list ul li:nth-child(4) i {
  background-color: #6c2993;
  color: white;
}
.support_list li:not(:last-child) {
  margin-right: 10px;
  border-right: 1px solid #cdcdcd;
  padding-right: 10px;
}
.support_list ul {
  margin-bottom: 0;
  padding-left: 0;
  text-align: center;
}
.support_list {
  background-color: white;
  padding: 10px;
  border-radius: 9px;
  border: 1px solid #cdcdcd;
  margin-top: -48px;
}
.support_list a {
  color: black;
  text-decoration: none;
}
.footer_form input {
  width: 300px;
  background: var(--white-color);
  border: 1px solid #d9d9d9;
  padding: 10px;
  border-radius: 3px;
}
.footer_form input:focus {
  outline: none;
}
button.footer_btn {
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
  padding: 10px 28px;
  border-radius: 3px;
  color: var(--white-color);
  text-transform: capitalize;
}
.footer_form input::-webkit-input-placeholder {
  color: #a1a1a1;
}
.footer_form input::-moz-placeholder {
  color: #a1a1a1;
}
.footer_form input:-ms-input-placeholder {
  color: #a1a1a1;
}
.footer_form input:-moz-placeholder {
  color: #a1a1a1;
}
.footer_form {
  margin: 0 auto;
}
.footer_form_label {
  width: 34%;
  margin: 0 auto;
}
.footer_form_label p {
  color: var(--dark-color);
  font-size: 14px;
  margin-top: 5px;
}
.footer_menu_list h3 {
  font-weight: 600;
  font-size: 18px;
}
.footer_menu_list ul {
  padding-left: 0;
}
.footer_menu_list li {
  list-style: none;
}
.footer_menu_list li a {
  text-decoration: none;
  color: #4c4c4c;
}
.footer_menu_list li a:hover {
  text-decoration: underline;
  color: var(--primary-color);
}
.footer_menu_list ul li a {
  display: block;
  padding: 3px 0;
}
.footer_link {
  margin-top: 50px;
}
.footer_menu_list h5 {
  font-weight: 600;
  font-size: 18px;
}
.support_list li {
  list-style: none;
  display: inline;
}
.support_list li i {
  height: 38px;
  width: 38px;
  background-color: aqua;
  border-radius: 50%;
  text-align: center;
  line-height: 38px;
  margin-right: 10px;
  font-size: 24px;
  vertical-align: middle;
}
.social_link li {
  list-style: none;
  display: inline;
}
.social_link {
  padding-left: 0;
  display: flex;
}
.social_link li + li a {
  margin-left: 5px;
}
.social_link li a {
  background-color: var(--white-color);
  width: 29px;
  height: 29px;
  display: inline-block;
  border-radius: 30%;
  text-align: center;
  line-height: 31px;
  color: black;
  padding: 0 !important;
}
.social_link li .facebook:hover {
  background-color: #4267b2;
  color: white;
}
.social_link li .twitter:hover {
  background-color: #00aaee;
  color: white;
}
.social_link li .youtube:hover {
  background-color: #ff0000;
  color: white;
}
.copyright_block {
  border-top: 1px solid rgb(0 0 0 / 12%);
  padding-top: 17px;
  margin-top: 37px;
}
.copyright_block p a {
  color: #565656;
  text-decoration: none !important;
}
.copyright_block p a:hover {
  text-decoration: underline;
  color: var(--primary-color);
}
.scroll_fixed .branding_ribbon {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: white;
  box-shadow: 0 5px 10px 0 rgb(0 0 0 / 17%);
  z-index: 1020;
  animation: flowFromTop 0.7s;
  padding: 10px 0;
}
.footer_brandImage img {
  height: 42px;
}
.we_accept p {
  font-size: 18px;
  margin-top: 25px;
  font-weight: 600;
  margin-bottom: 0;
}
.we_accept i {
  font-size: 27px;
}
.we_accept ul {
  padding-left: 0;
}
.we_accept ul li {
  list-style: none;
  display: inline-block;
}
.we_accept ul li img {
  height: 40px;
}
.we_accept ul li:not(:last-child) {
  margin-right: 10px;
}
@keyframes flowFromTop {
  from {
    top: -100%;
  }
  to {
    top: 0;
  }
}
#mobile_header {
  background-color: white;
  padding: 10px 0;
  box-shadow: 0 5px 10px 0 rgb(0 0 0 / 17%);
}
.mobile_brand_wrap img {
  width: 100%;
}
#mobile_header .search_box button {
  font-size: 10px;
  padding: 9px 15px;
}
#mobile_header .search_box input {
  height: 34px;
  padding-right: 7px;
  padding-left: 11px;
}
#mobile_header .search_box {
  margin-top: 10px;
  width: 100%;
}
#mobile_header .search_box button i,
#mobile_header .search_box button svg {
  margin: 0;
}
.mobile_nav_button {
  margin-left: auto;
  height: 34px;
  width: 34px;
  position: relative;
}
.mobile_nav_button:before {
  content: "";
  width: 100%;
  height: 21px;
  position: absolute;
  border-top: 2px solid black;
  margin-top: 6px;
  border-bottom: 2px solid black;
  right: 0;
}
.mobile_nav_button:after {
  content: "";
  width: 88%;
  height: 2px;
  position: absolute;
  background-color: black;
  top: 16px;
  right: 0;
}
.mobile_nav {
  background-color: white;
  position: fixed;
  top: -120%;
  z-index: 99;
  width: 100%;
  height: 100vh;
  overflow: scroll;
  transition: ease-in-out0.3s;
}
.mobile_nav .item_category > ul > li > a:before {
  display: none;
}
.mobile_nav .item_category ul {
  padding: 0;
}
.mobile_nav .category_header {
  margin-bottom: 10px;
  color: black;
}
.mobile_nav .cat_sub_menu {
  position: relative;
  left: unset;
  top: unset;
  padding: 0;
  width: 100%;
}
.mobile_nav .cat_mega {
  display: block;
  background-color: whitesmoke;
  padding: 10px;
  margin-top: 10px;
}
.toggle_in_mobile {
  top: 0;
  transition: ease-in-out 0.6s;
}
.nav_closer {
  position: relative;
  z-index: 1020;
}
.nav_closer svg {
  color: var(--primary-color);
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
  position: absolute;
  right: 16px;
  top: 5px;
  font-size: 24px;
}
.mobile_nav.toggle_in_mobile .item_category {
  display: block;
}
.mobile_slide_wrap img {
  height: 46px;
  width: auto !important;
}
.mobile_slide_wrap {
  border-radius: 50%;
  overflow: hidden;
  height: 50px;
  width: 50px;
  margin: 0 auto;
  background-color: white;
  border: 1px solid #dddddd;
}
div#mobile_cat_slider .owl-dots {
  display: none;
}
div#mobile_cat_slider {
  margin-top: 30px;
}
div#mobile_cat_slider .owl-item span {
  font-size: 12px;
  display: block;
  text-align: center;
}
div#mobile_cat_slider a {
  text-decoration: none;
  color: black;
  display: block;
}
.details-media {
  overflow: hidden;
}
#product_detaial_slider .carousel-indicators button img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#product_detaial_slider .carousel-indicators button {
  position: relative;
  width: 98px;
  height: 55px;
  border: 1px solid #dfdddd;
  overflow: hidden;
}
.detail_product_wrapper {
  background-color: white;
  overflow: hidden;
  padding: 15px;
  box-shadow: 0 4px 17px 0 rgb(0 0 0 / 10%);
  min-height: 552px;
}
.detail_info_wrap {
  margin-top: 30px;
}
.detail_product_header {
  padding: 15px;
}
.detail_product_header h3 {
  margin: 0;
  font-size: 24px;
}
.detail_product_sideDetail {
  background-color: white;
  box-shadow: 0 4px 17px 0 rgb(0 0 0 / 10%);
}
.product_stock_store {
  border-bottom: 1px solid #e1e1e1;
  padding: 15px;
}
.product_stock_store p {
  margin-bottom: 0;
  font-weight: 700;
}
.product_stock_store a {
  color: #00a790;
  text-decoration: none;
}
.product_plan_detail {
  padding: 15px;
  min-height: 524px;
}
.plan_details p {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-right: 10px;
  color: var(--primary-color);
}
.plan_details p span {
  font-size: 30px;
}
.plan_details img {
  height: 28px;
}
.flex_detail_plan {
  display: flex;
  align-items: center;
}
.flex_detail_plan > span:last-of-type {
  font-size: 13px;
  margin-left: 13px;
}
.plan_details > p {
  font-size: 13px;
  text-transform: capitalize;
  font-weight: normal;
  color: #6a6a6a;
  margin-bottom: 10px;
}
.plan_details {
  border-bottom: 1px solid #e1e1e1;
}
.delivery_detail p {
  text-transform: capitalize;
  font-weight: 700;
  color: #1bb828;
  margin: 10px 0;
}
.delivery_detail {
  border-bottom: 1px solid #e1e1e1;
}
.deliver_info_list li {
  position: relative;
  list-style: none;
  font-size: 13px;
  text-transform: capitalize;
  display: flex;
  justify-content: space-between;
  padding: 10px 0 0;
}
.deliver_info_list li > span:last-of-type {
  text-transform: uppercase;
  color: #00a790;
  letter-spacing: 2px;
  font-size: 14px;
}
.deliver_info_list li > span:last-of-type a {
  color: #00a790;
  text-decoration: none;
}
.deliver_info_list li span > span {
  color: #6a6a6a;
}
.deliver_info_list li::before {
  content: "";
  position: absolute;
  top: 5px;
  left: -31px;
  background-image: url("../images/delivery_233b3dce.svg");
  background-repeat: no-repeat;
  width: 26px;
  height: 26px;
  background-size: contain;
}
.deliver_info_list {
  border-bottom: 1px solid #e1e1e1;
}
.package_gift {
  border-bottom: 1px solid #e1e1e1;
}
.package_gift p {
  margin-bottom: 0;
}
.package_gift a {
  text-decoration: none;
  color: #00a790;
}
.package_gift {
  padding: 10px 0;
}
.product_color_info li img {
  height: 35px;
}
.product_color_info li {
  display: inline-block;
  border: 1px solid #e1e1e1;
  padding: 10px;
  margin-bottom: 10px;
}
.product_color_info ul {
  padding: 0;
  margin-bottom: 0;
}
.product_color_info p {
  color: #6a6a6a;
  margin-bottom: 0;
}
.product_color_info {
  padding-top: 10px;
}
.product_size_detail span {
  display: block;
}
.product_size_detail span:first-of-type {
  font-size: 13px;
  color: #6a6a6a;
}
.product_size_detail span:last-of-type {
  color: #00a790;
}
.product_size_detail ul {
  padding: 0;
  margin: 0;
}
.product_size_detail ul li {
  display: inline-block;
  border: 1px solid #e1e1e1;
  padding: 7px 12px;
}
.product_size_detail ul li:hover {
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
}
.product_size_detail {
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.button-container {
  display: flex;
  align-items: center;
}
.button-container button {
  border: 1px solid #afa5a5;
  padding: 0 13px;
  background-color: white;
}
.button-container input {
  width: 65px;
  text-align: center;
  border-radius: var(--border-radius);
  border-right: none;
  border-left: none;
  height: 32px;
  background: var(--white-color);
  border: 1px solid var(--border-color);
  margin-left: 10px;
}
.button-container input:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid var(--primary-color);
}
.cart_table table td b {
  display: block;
}
.detail_product_button .btn {
  width: 100%;
  background-color: var(--primary-color);
  border-radius: 0;
  color: white;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.detail_product_button {
  padding-top: 10px;
  display: flex;
}
.detail_product_button a:first-of-type {
  margin-right: 10px;
}
.images_span {
  background-color: blue;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  text-align: center;
  line-height: 36px;
  margin-right: 14px;
}
.images_span img {
  height: 27px;
}
.product-shopping_description {
  display: flex;
  margin-top: 10px;
  margin-bottom: 12px;
}
.text_span {
  width: calc(100% - 36px);
}
.text_span p {
  font-weight: 700;
  margin-bottom: 0;
  text-transform: capitalize;
}
.text_span span {
  font-size: 13px;
  color: #6a6a6a;
}
.text_span span a {
  color: #00a790;
  text-decoration: none;
}
.detail_product_button .btn-success {
  background-color: #1bb828 !important;
  border-color: #1bb828;
}
.secured_service_list {
  text-align: center;
}
.secured_service_list p {
  margin-bottom: 0;
}
.secured_service_list p:first-of-type {
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  margin-top: 10px;
}
.secured_service_list span {
  font-size: 13px;
  color: #6a6a6a;
}
.secured_service_list {
  text-align: center;
  border-right: 1px solid #e1e1e1;
  padding: 21px 43px;
  border-top: 1px solid #e1e1e1;
  background-color: white;
}
.secured_service .secured_service_list:first-of-type {
  border-left: 1px solid #e1e1e1;
}
.secured_service {
  display: flex;
  margin-top: 30px;
}
.border_right_0 {
  border-right: 0;
}
.secured_service_list a {
  text-decoration: none;
  color: black;
}
.dropdown-content:nth-child(1) {
  background: #f7f7f7;
}
.dropdown-content:nth-child(3) {
  background: #f7f7f7;
}
.dropdown-content:nth-child(5) {
  background: #f7f7f7;
}
.dropdown-content {
  padding: 7px 0;
  flex: auto;
}
.item_category {
  background: var(--white-color);
  box-shadow: 0 4px 17px 0 rgb(0 0 0 / 10%);
  border-radius: var(--border-radius);
  position: relative;
  z-index: 1019;
}
#strap_banner .carousel-item {
  height: auto;
  overflow: hidden;
}
#strap_banner .carousel-item img {
  height: 214px;
  width: 100%;
  object-fit: cover;
  object-position: top;
}
.ads_list li + li {
  margin-top: 10px;
  border-top: 1px solid #e6e7eb;
  padding-top: 10px;
}
.flexslider {
  margin-bottom: 0;
}
section#review_tab {
  margin-top: 25px;
}
.review_tab_wrapper li > button {
  background-color: transparent !important;
  border-color: transparent !important;
  text-transform: capitalize;
  color: #4c4c4c;
}
.review_tab_wrapper li > button:hover {
  color: #4c4c4c;
}
#review_tab .nav-tabs {
  border-bottom: none;
}
.review_tab_wrapper button.active {
  border-bottom: 2px solid var(--primary-color) !important;
  color: var(--primary-color) !important;
}
.review_tab_wrapper #myTab li:first-child button {
  padding-left: 0 !important;
}
.review_tab_wrapper #myTabContent {
  padding-top: 30px;
}
.in_tabContent_info p {
  margin-bottom: 0;
}
.tab_content_wrapper {
  margin-top: 15px;
  background-color: #f3f3f3;
  padding: 15px;
}
.tab_content_wrapper h4 {
  font-weight: 600;
}
.review_tab_wrapper {
  background-color: white;
  padding: 15px;
  box-shadow: 0 4px 17px 0 rgb(0 0 0 / 10%);
}
.in_tabContent_info p a {
  color: #00a790;
  text-decoration: none;
}
.cat_sideBar_wrap ul {
  padding-left: 0;
}
.cat_sideBar_wrap ul li {
  list-style: none;
}
.cat_sideBar_wrap ul li a {
  color: black;
  text-decoration: none;
}
.page_alert {
  background-color: white;
  padding: 15px;
  border-top: 2px solid var(--primary-color);
  box-shadow: 0 4px 17px 0 rgb(0 0 0 / 10%);
  border-radius: var(--border-radius);
}
.page_alert p {
  margin-bottom: 0;
}
.page_alert p a {
  color: #00a790;
  text-transform: capitalize;
}
.page_alert i {
  font-size: 27px;
  vertical-align: middle;
}
.cart_table table td {
  padding: 10px;
  vertical-align: middle;
}
.cart_table table td a {
  text-decoration: none;
  color: var(--text-color);
  font-size: 15px;
  line-height: 1.4;
  display: block;
  transition: var(--transition);
}
.cart_table table td a:hover {
  color: var(--primary-color);
}
.cart_table table td img {
  height: 60px;
  width: auto;
}
.cart_table table td:nth-child(2) p {
  font-size: 16px;
  margin-bottom: 0;
}
.cart_table tbody tr + tr {
  border-top: 1px solid #efefef;
}
.cart_table table td:nth-child(2) span {
  font-size: 12px;
  display: block;
  color: #6a6a6a;
  text-transform: capitalize;
}
.qty_size {
  display: flex;
  align-items: center;
}
.qty_size select {
  width: 65px;
  margin-left: 20px;
  height: 35px;
}
.cart_table table td:nth-child(3) > span {
  font-size: 12px;
  color: #6a6a6a;
  display: block;
  margin-top: 3px;
}
.cart_table table tr td:nth-child(4) p:first-of-type {
  font-size: 18px;
  margin-bottom: 3px;
  font-weight: bold;
  color: var(--primary-color);
}
.cart_table table tr td:nth-child(4) p:last-of-type {
  color: #6a6a6a;
}
.table-responsive {
  overflow-y: hidden;
}
.cart_table {
  background-color: var(--white-color);
  padding: 20px;
  box-shadow: var(--box-shadow);
  border-radius: var(--border-radius);
}
.cart_table table {
  width: 100%;
}
.cart_table_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.cart_table_head h3 {
  margin-bottom: 0;
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 600;
}
.cart_total_detail ul {
  padding: 0;
  margin: 0;
}
.cart_total_detail ul li {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cart_total_detail ul li span {
  display: block;
  font-size: 15px;
}
.cart_total_detail ul li b {
  display: block;
  font-size: 15px;
}
.cart_total_detail ul li + li {
  margin-top: 10px;
}
.cart_total_detail ul li:last-child {
  border-top: 1px solid var(--border-color);
  padding-top: 10px;
  color: var(--primary-color);
}
.cart_total_detail ul li:last-child span {
  font-size: 20px;
  font-weight: 600;
}
.cart_total_detail ul li:last-child b {
  font-size: 20px;
}
.cart_offer {
  display: flex;
  border-top: 1px solid var(--border-color);
  padding-top: 15px;
  justify-content: space-between;
  align-items: center;
}
.saving-offer {
  display: flex;
  align-items: center;
}
.icon_wraping i {
  font-size: 36px;
  color: var(--primary-color);
  margin-right: 5px;
}
.text_wraping_te p {
  margin-bottom: 0;
}
.text_wraping_te p:nth-child(1) {
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
}
.text_wraping_te p:nth-child(2) {
  color: #6a6a6a;
}
.cart_total_detail {
  background-color: var(--white-color);
  padding: 20px;
  box-shadow: var(--box-shadow);
  border-radius: var(--border-radius);
}
.cart_total_detail .row + .row {
  margin-top: 4px;
}
.cart_total_detail .btn-danger {
  border-radius: 0;
  margin-bottom: 2px;
  text-transform: capitalize;
  background-color: #f47820;
  border-radius: 3px;
  margin-left: 69px;
  border-color: transparent;
}
.cart_total_detail .btn-danger:hover {
  background: var(--secondary-color);
}
.cart_bottom {
  border-top: 1px solid var(--border-color);
  margin-top: 15px;
  padding-top: 10px;
}
.btn-closes {
  font-size: 15px;
  text-decoration: none;
  display: block;
  margin-top: 5px;
  color: var(--primary-color);
}
.btn-closes:hover {
  color: var(--secondary-color);
}
.qty_size span {
  font-size: 13px;
  font-weight: 600;
}
.cart_bottom p {
  font-size: 22px;
  text-transform: capitalize;
  margin-bottom: 0;
  font-weight: 700;
}
.cart_total_detail span {
  font-size: 14px;
}
.grid_change .util_card {
  display: flex;
}
.grid_change .thumbnail_description a {
  font-size: 22px;
  font-weight: 700;
  text-transform: capitalize;
}
.thumbnail_description p:last-of-type {
  display: none;
}
.grid_change .thumbnail_description p:last-of-type {
  display: block;
  font-weight: normal;
  font-size: 13px;
  margin-top: 10px;
}
.grid_change .thumbnail_description {
  width: 100%;
}
.custom_pagination ul li a[aria-label="Previous"] {
  color: var(--primary-color);
  border-radius: 0 !important;
  font-size: 34px;
  line-height: 17px;
}
.custom_pagination ul li a[aria-label="Next"] {
  color: var(--primary-color);
  border-radius: 0 !important;
  font-size: 34px;
  line-height: 17px;
}
.custom_pagination .pagination {
  justify-content: center;
}
.custom_pagination .pagination a {
  border: none;
  color: black;
  background-color: transparent;
}
.custom_pagination .pagination .active {
  background-color: var(--primary-color);
  border-radius: 50px;
  margin-right: 5px;
  color: white;
}
.color_indicator {
  width: 15px;
  height: 15px;
  background-color: aqua;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50px;
}
.orange_color {
  background-color: #f1963f !important;
}
.blue_color {
  background-color: blue;
}
.green_color {
  background-color: green;
}
.yellow_color {
  background-color: yellow;
}
.price_filterGroup label span {
  font-size: 12px;
  color: #585a5a;
}
#category_product .util_card {
  border: 1px solid #e1e1e1;
  position: relative;
  overflow: hidden;
}
.thumbnail_sellbadge {
  background-color: var(--primary-color);
  text-align: center;
  color: var(--white-color);
  position: absolute;
  width: 113px;
  text-transform: capitalize;
  right: -42px;
  top: -6px;
  transform: rotate(45deg);
  height: 37px;
  line-height: 45px;
  font-size: 13px;
}
.util_card:hover .add_cart_btn {
  top: 30%;
  transition: ease-in-out 0.6s;
  opacity: 1;
}
.pointer_arrow:before {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 4px;
  right: 0;
  color: #b3b3b3;
  font-size: 13px;
}
.pointer_arrow {
  position: relative;
}
.pointer_arrow.open .cat_sub_menu {
  display: block !important;
}
.pointer_arrow .cat_sub_menu {
  display: none !important;
}
#login_wrapper {
  padding: 30px 0;
  background-position: right !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  position: relative;
  z-index: 0;
}
#login_wrapper::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgb(0 0 0 / 60%);
  z-index: -1;
}
#signup_wrapper {
  padding: 30px 0;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  position: relative;
  z-index: 0;
}
#signup_wrapper::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgb(0 0 0 / 60%);
  z-index: -1;
}
.input_type_wrap {
  margin-bottom: 15px;
}
.login_inner_wrapper {
  max-width: 434px;
  background: var(--white-color);
  margin-left: auto;
  padding: 30px;
  border-radius: 4px;
  box-shadow: 0 3px 10px rgb(0 0 0 / 15%);
}
.login_inner_content h2 {
  font-size: 22px;
  font-weight: 600;
  border-bottom: 1px solid #e1e1e1;
  background: #2a63b0;
  color: var(--white-color);
  line-height: normal;
  padding: 10px 20px;
  margin-top: -30px;
  margin-left: -30px;
  margin-right: -30px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  margin-bottom: 20px;
}
.login_inner_content label {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
}
.login_inner_content .input_field {
  position: relative;
}
.login_inner_content .input_field i {
  position: absolute;
  right: 7px;
  top: 6px;
  font-size: 18px;
  color: #858585;
}
.login-foot {
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.login_inner_content .form-control {
  height: 34px;
  border: 1px solid var(--border-color);
  border-radius: 3px;
}
.login_inner_content .form-control:focus {
  border-color: var(--primary-color);
}
.login-foot p {
  margin-bottom: 0;
}
.login-foot a {
  display: inline-block;
  font-size: 16px;
  color: var(--primary-color);
  text-decoration: none;
}
.login-foot .btn {
  background: var(--primary-color);
  color: var(--white-color);
  padding: 5px 20px 8px;
  transition: var(--transition);
}
.login-foot .btn:hover {
  opacity: 0.8;
}
.login-foot a:hover {
  text-decoration: underline;
}
.login_inner_content .form-check-label {
  color: var(--dark-color);
  font-weight: 500;
}
.login_inner_content .form-check-label a {
  color: var(--primary-color);
}
.login_inner_content .form-group {
  margin-bottom: 10px;
}
.get-help {
  font-size: 15px;
  color: var(--dark-color);
  margin-top: 10px;
}
.get-help-col {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.get-help-right a {
  text-decoration: none;
  background: var(--secondary-color);
  padding: 5px 15px 6px;
  border-radius: 50px;
  color: var(--white-color) !important;
  transition: var(--transition);
}
.get-help-right a:hover {
  background: var(--primary-color);
}
.get-help a {
  color: var(--secondary-color);
}
.auth-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
}
.auth-left {
  display: flex;
}
.auth-left a {
  display: block;
  height: 28px;
  width: 28px;
  line-height: 28px;
  border-radius: 100%;
  text-align: center;
  font-size: 17px;
  transition: var(--transition);
  color: var(--white-color);
}
.auth-left a.facebook {
  background: #1877f2;
}
.auth-left a.google {
  background: #ea4335;
}
.auth-left a.github {
  background: #333;
}
.auth-left a + a {
  margin-left: 8px;
}
.auth-right a {
  display: block;
  color: var(--secondary-color);
  text-decoration: underline !important;
}
.auth-right a:hover {
  color: var(--primary-color);
}
.login_inner_content .form-check .form-check-input:focus {
  outline: none;
  box-shadow: none;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.radio-field {
  display: flex;
  align-items: center;
}
.radio-field .form-check + .form-check {
  margin-left: 20px;
}
.form-check-input:checked {
  background-color: #dc3545;
  border-color: #dc3545;
}
.signup_inner_wrapper {
  max-width: 530px;
}
.cart-slide {
  position: fixed;
  background: var(--white-color);
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1025;
  width: 300px;
  margin-right: -300px;
  transition: var(--transition);
  overflow-x: hidden;
  overflow-x: auto;
}
.cart-slide.active {
  margin-right: 0;
  box-shadow: 0 2px 5px 3px rgb(0 0 0 / 10%);
}
.cart-slide::-webkit-scrollbar {
  width: 7px;
}
.cart-slide::-webkit-scrollbar-track {
  background: #f1f1f1;
  display: none;
}
.cart-slide::-webkit-scrollbar-thumb {
  background: var(--scrollbar-color);
  border-radius: 50px;
}
.cart-slide-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f4f5f7;
  padding: 10px 15px;
  margin-bottom: 0;
  position: sticky;
  top: 0;
}
.cart-del {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 5px;
}
.cart-del a {
  display: block;
  font-size: 18px;
  color: var(--primary-color);
}
.cart-remove {
  padding: 15px;
}
.cart-slide-title h3 {
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 500;
}
.empty-cart {
  text-align: center;
}
.empty-cart img {
  width: auto;
  height: 120px;
}
.empty-cart h4 {
  margin-top: 20px;
  font-size: 18px !important;
  font-weight: 600;
}
.empty-cart p {
  max-width: 85%;
  margin: auto;
  margin-bottom: 0;
  margin-top: 10px;
  font-size: 14px;
}
.close-btn {
  background: var(--white-color);
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 100%;
  cursor: pointer;
  transition: ease-in-out 0.3s;
}
.close-btn:hover {
  background: var(--primary-color);
  color: var(--white-color);
}
.p-img a {
  display: block;
}
.p-img img {
  height: 50px;
  width: auto;
}
.cart-slide table td {
  padding: 7px;
  vertical-align: top;
}
.cart-slide table {
  width: 100%;
}
.p-name b {
  font-weight: 500;
  line-height: normal;
  display: block;
  margin-bottom: 5px;
  font-size: 15px;
}
.cart-table-item ul {
  padding: 0;
  margin: 0;
}
.cart-table-item ul li {
  display: flex;
  list-style: none;
}
.p-name {
  margin-left: 10px;
  width: 100%;
}
.p-name h3 {
  font-size: 14px;
  line-height: 1.3;
  margin-bottom: 0;
}
.p-name span {
  display: block;
  font-weight: 600;
  color: var(--primary-color);
}
.cart-table-item ul li + li {
  margin-top: 15px;
  border-top: 1px dashed var(--border-color);
  padding-top: 15px;
}
.tbl-close i {
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 100%;
  background: #f4f5f7;
  transition: ease-in-out 0.3s;
  cursor: pointer;
}
.tbl-close i:hover {
  background: var(--primary-color);
  color: var(--white-color);
}
.sub-total td {
  font-size: 16px;
  font-weight: 600;
  padding: 15px 10px !important;
  vertical-align: middle !important;
}
.sub-total td b {
  display: block;
  text-align: right;
  font-size: 18px;
}
.sub-total {
  border-top: 1px solid var(--border-color);
  margin-top: 15px;
  padding-top: 15px;
}
.pl-list + .pl-list {
  border-top: 1px solid var(--border-color);
}
.sub-total ul {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
}
.sub-total ul li {
  list-style: none;
}
.group-btns {
  margin-top: 20px;
  display: flex;
}
.group-btns .btns {
  display: block;
  background: var(--primary-color);
  color: var(--white-color);
  padding: 10px 10px;
  flex: 1;
  font-size: 16px;
  border-radius: var(--border-radius);
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  transition: var(--transition);
  width: 100%;
}
.group-btns form {
  flex: 1;
}
.group-btns .btns:first-child {
  background: transparent;
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
}
.group-btns .btns:first-child:hover {
  background: var(--primary-color);
  color: var(--white-color);
}
.group-btns .btns:last-child:hover {
  color: var(--white-color);
  opacity: 0.7;
}
.group-btns .btns + .btns {
  margin-left: 10px;
}
.group-btns .btns:focus {
  outline: none;
  box-shadow: none;
}
.group-btns .btns-second {
  border: 1px solid var(--primary-color);
  margin-left: 10px;
}
.cart-remove h4 {
  font-size: 16px;
  color: var(--primary-color);
  text-align: center;
  margin-bottom: 0;
}
.inner-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}
.form_wrapper label {
  font-size: 15px;
  font-weight: 600;
  display: block;
  margin-bottom: 3px;
}
.form_wrapper .form-group {
  margin-bottom: 15px;
}
.form_wrapper .form-control {
  height: 35px;
  font-size: 13px;
  border-radius: var(--border-radius);
  border: 1px solid var(--border-color);
}
.form_wrapper .form-control:focus {
  border-color: var(--primary-color);
}
.form_wrapper textarea.form-control {
  height: 120px;
}
.form_wrapper p {
  font-size: 16px;
  margin-bottom: 0;
  line-height: 1.2;
}
.form_wrapper p a {
  color: #f47820;
  text-decoration: none;
  font-weight: 600;
}
.form_wrapper p a:hover {
  text-decoration: underline;
}
.round-btns .btns {
  border: none;
  background: #2a63b0;
  padding: 4px 15px 6px;
  color: var(--white-color);
  border-radius: 50px;
  font-size: 15px;
  transition: var(--transition);
  text-decoration: none;
}
.round-btns .btns:hover {
  opacity: 0.7;
}
.login-checkout-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.login-checkout-wrap {
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  padding: 15px;
  background: #f3f3f3;
  margin-bottom: 14px;
}
.login-checkout-col .margin {
  margin-left: -7px;
  margin-right: -7px;
}
.login-checkout-col .padding {
  padding-left: 7px;
  padding-right: 7px;
}
.login-checkout-wrap span {
  display: inline-block;
  margin-left: 3px;
}
.form_wrapper {
  background-color: var(--white-color);
  padding: 25px;
  box-shadow: var(--box-shadow);
  border-radius: var(--border-radius);
}
.form_wrapper input {
  border: 1px solid #eaeaea;
}
.shiping_address {
  margin-top: 10px;
}
.shiping_address .form-check .form-check-input {
  margin-top: 0;
}
.shiping_address label {
  margin-bottom: 0;
  line-height: 1.2;
}
.payment-options {
  margin-top: 20px;
  border-top: 1px solid var(--border-color);
  padding-top: 20px;
}
.payment-options img {
  height: 30px;
  width: auto;
  cursor: pointer;
}
.payment-options .form-check {
  display: flex;
  align-items: center;
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  padding: 20px 10px;
  justify-content: center;
}
.payment-options .form-check-input {
  height: 20px;
  width: 20px;
  margin-right: 10px;
  margin-left: 0;
  margin-top: 0;
}
.checkout_header {
  border: none;
  padding-bottom: 0;
  margin-bottom: 15px;
}
.global-btns {
  margin-top: 30px;
}
.global-btns .btns {
  border: none;
  background: #2a63b0;
  padding: 8px 20px 10px;
  border-radius: var(--border-radius);
  font-size: 16px;
  color: var(--white-color);
  transition: var(--transition);
}
.global-btns .btns:hover {
  opacity: 0.7;
}
#checkOut_wrapper input:focus {
  outline: none;
  box-shadow: none;
}
.form_wrapper .btn {
  width: 100%;
}
.form_wrapper select {
  border: 1px solid #eaeaea;
}
.form_wrapper label {
  font-weight: 600;
}
.checkout_detail_wrap {
  background-color: var(--white-color);
  padding: 25px;
  box-shadow: var(--box-shadow);
  border-radius: var(--border-radius);
}
.sidebar_chekout {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 15px;
}
.sidebar_chekout h2 {
  font-size: 24px;
  font-weight: 600;
}
.pt-table-head ul {
  padding: 0;
  margin: 0;
}
.pt-table-head ul li {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.pt-table-head ul li + li {
  margin-top: 15px;
}
.tp-left span {
  display: inline-block;
  font-weight: 600;
  margin-left: 7px;
  font-size: 16px;
}
.tp-right {
  margin-left: 30px;
}
.tp-right b {
  white-space: nowrap;
}
.pt-table-head ul li + li {
  margin-top: 20px;
}
.pt-totals ul {
  padding: 0;
  margin: 0;
}
.pt-totals ul li {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pt-totals {
  margin-top: 20px;
  padding-top: 15px;
  border-top: 1px dashed var(--border-color);
}
.pt-totals ul li span {
  font-size: 15px;
  display: block;
}
#checkOut_wrapper .cart_table_head {
  margin-bottom: 20px;
}
.pt-totals ul li b {
  display: block;
  font-size: 15px;
  white-space: nowrap;
}
.pt-totals ul li + li {
  margin-top: 7px;
}
.tp-left h3 {
  margin-bottom: 0;
}
.tp-left h3 a {
  display: block;
  line-height: 1.3;
  text-decoration: none;
  font-size: 14px;
  color: var(--text-color);
  transition: var(--transition);
}
.tp-left h3 a:hover {
  color: var(--primary-color);
}
.custom_badge {
  background-color: #2a63b0;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 28px;
  color: var(--white-color);
  border-radius: 100%;
  font-size: 18px;
}
.promo_code .form-control {
  border-color: var(--border-color);
  border-radius: var(--border-radius);
}
.promo_code .form-control:focus {
  border-color: var(--primary-color);
}
.promo_code h2 {
  font-size: 20px;
  font-weight: 600;
}
.promo_code {
  background-color: var(--white-color);
  padding: 25px;
  margin-top: 25px;
  box-shadow: var(--box-shadow);
  border-radius: var(--border-radius);
}
.copon_code {
  position: relative;
}
.copon_code .btn {
  border-radius: 0;
  border-top-right-radius: var(--border-radius);
  border-bottom-right-radius: var(--border-radius);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background: #2a63b0;
  color: var(--white-color);
  border-color: #2a63b0;
  transition: var(--transition);
}
.copon_code .btn:hover {
  opacity: 0.7;
}
.copon_code .btn:focus {
  outline: none;
  box-shadow: none;
}
.description_recent_info span {
  color: var(--primary-color);
  font-size: 18px;
  font-weight: 600;
}
.description_recent_info span del {
  color: #b3b3b3;
  font-weight: normal;
  font-size: 14px;
}
.description_recent_info p {
  color: #626060;
  margin-bottom: 0;
}
.thumbnail_rating i {
  color: #fed700;
  font-size: 18px;
}
.recent_product_info_wrapper {
  display: flex;
}
.description_recent_info {
  padding: 15px;
}
.images_recent_thumbnail img {
  height: 108px;
  width: auto !important;
}
.thumbnail_rating {
  margin-top: 15px;
}
#recent_view_product_wrapper {
  margin-top: 30px;
}
#recent_product .owl-dots span {
  width: 11px;
  height: 10px;
  display: inline-block;
  margin-right: 7px;
  border-radius: 50px;
  border: 2px solid #6c6c6c;
}
#recent_product .owl-dots .active span {
  width: 21px;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
#recent_product .owl-dots {
  text-align: center;
}
.form-select.for_space {
  margin-right: 10px;
}
.price_filterGroup input:last-child {
  margin-left: 10px;
}
#exzoom {
  width: 400px;
}
.hidden {
  display: none;
}
.p_details_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p_details_head h3 {
  margin-bottom: 0;
  font-weight: 600;
}
.p_details_head {
  margin-bottom: 12px;
}
.p_details_head a {
  display: block;
  font-size: 20px;
  height: 32px;
  width: 32px;
  line-height: 34px;
  text-align: center;
  background: #ededed;
  color: var(--primary-color);
  border-radius: 100%;
}
.detail_information_about_product p:nth-of-type(1) span i {
  color: #fe9109;
}
.detail_information_about_product p:nth-of-type(1) span:nth-of-type(2) {
  margin-left: 5px;
  color: #00a790;
}
.detail_information_about_product p:nth-of-type(2) span {
  margin-right: 8px;
  color: #6a6a6a;
}
.detail_information_about_product p:nth-of-type(2) a {
  border-left: 1px solid #b5b5b5;
  margin-left: 5px;
  padding-left: 7px;
  color: #1bb828;
  text-decoration: none;
}
.detail_information_about_product p:nth-of-type(3) span {
  background-color: #f57224;
  padding: 3px 7px;
  color: white;
  position: relative;
}
.detail_information_about_product p:nth-of-type(3) span:before {
  content: "";
  border-top: 12px solid #fbaf82;
  border-right: 6px solid rgb(0 128 0 / 0%);
  border-left: 6px solid rgb(253 245 230 / 0%);
  right: -6px;
  position: absolute;
  top: 0;
}
.detail_information_about_product p:nth-of-type(3) span:after {
  content: "";
  border-bottom: 12px solid #fbaf82;
  border-right: 6px solid rgb(0 128 0 / 0%);
  border-left: 6px solid rgb(253 245 230 / 0%);
  right: -6px;
  position: absolute;
  bottom: 0;
}
.detail_information_about_product p:nth-of-type(3) {
  color: #6a6a6a;
}
.exzoom .exzoom_btn a {
  width: 35px !important;
}
.exzoom .exzoom_btn a:hover {
  background: var(--primary-color) !important;
}
#rating_wrapper {
  margin-top: 30px;
}
.inner_wrapper {
  background-color: white;
  padding: 15px;
  box-shadow: 0 4px 17px 0 rgb(0 0 0 / 10%);
}
.inner_wrapper h4 {
  font-weight: 600;
  margin-bottom: 30px;
}
.rating_left_side p {
  font-size: 48px;
  margin-bottom: 0;
  color: var(--text-color);
}
.rating_left_side p span {
  font-size: 32px;
  color: var(--text-color);
}
.star_wrapper i {
  color: var(--review-color);
  font-size: 28px;
}
.rating_left_side span {
  color: var(--text-color);
}
.line_on_ {
  display: flex;
  align-items: center;
}
.line_on_ span i {
  color: var(--review-color);
}
.line_on_ .progress {
  width: 150px;
  margin: 0 15px;
}
.line_on_ .progress .progress-bar {
  background-color: var(--review-color);
}
.rating_wrapper {
}
.line_on_ span {
  width: 100px;
}
.rating_wrapper .rating_left_side {
  margin-right: 50px;
}
.wrap_select {
  display: flex;
  align-items: center;
}
.wrap_select select {
  width: 100%;
}
.this_arrow {
  position: relative;
}
.this_arrow:before {
  content: "\f105";
  font-family: "Line Awesome Free";
  font-weight: 900;
  position: absolute;
  top: 15px;
  right: 17px;
  color: var(--dark-color);
  font-size: 10px;
  z-index: 9;
  transition: ease-in-out 0.2s;
}
.sideBar_menu .visible_me:before {
  transform: rotate(90deg);
}
#content-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.column {
  width: 100%;
  position: relative;
}
#featured {
  max-width: 100%;
  max-height: 600px;
  object-fit: cover;
  cursor: pointer;
  border: 2px solid black;
}
.thumbnail {
  object-fit: cover;
  max-width: 42px;
  max-height: 100px;
  cursor: pointer;
  opacity: 0.5;
  margin: 5px;
  border: 2px solid black;
}
.thumbnail:hover {
  opacity: 1;
}
#slide-wrapper {
  max-width: 100%;
  display: flex;
  min-height: 100px;
  align-items: center;
}
#slider {
  width: 440px;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
}
#slider::-webkit-scrollbar {
  width: 14px;
  height: 8px;
}
#slider::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 8px;
}
#slider::-webkit-scrollbar-thumb {
  background-color: slategrey;
  outline: 1px solid slategrey;
  border-radius: 100px;
  width: 20px;
}
#slider::-webkit-scrollbar-thumb:hover {
  background-color: #18b5ce;
}
.arrow {
  width: 30px;
  height: 30px;
  cursor: pointer;
  transition: 0.3s;
}
.arrow:hover {
  opacity: 0.5;
}
.magnifier_wrapper {
  position: relative;
}
div#myresult {
  position: absolute;
  top: 0;
  right: -55%;
  z-index: 99;
  opacity: 0;
}
.column:hover + #myresult {
  opacity: 1;
  width: 300px;
  height: 300px;
}
.img-zoom-container {
  position: relative;
}
.img-zoom-lens {
  position: absolute;
  border: 1px solid #d4d4d4;
  width: 40px;
  height: 40px;
}
.img-zoom-result {
  border: 1px solid #d4d4d4;
  width: 100px;
  height: 100px;
}
.feature_cover {
  position: relative;
}
.feature_cover .img-zoom-lens {
  opacity: 0;
}
.feature_cover:hover .img-zoom-lens {
  opacity: 1;
}
.cover_bs_wrapper {
  background-color: white;
  margin-top: 30px;
  padding: 15px;
}
span.bs_main_sub_title {
  font-size: 17px;
  color: rgb(126, 133, 155);
}
.product_bs_title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
}
.bs_detail_in span:first-of-type {
  color: rgb(126, 133, 155);
  border-right: 1px solid #b1b1b1;
  margin-right: 10px;
  padding-right: 10px;
}
.bs_rating_part {
  background-color: #38ae04;
  color: white;
  padding: 2px 8px;
  border-radius: 8px;
  font-size: 14px;
  margin-right: 10px;
}
.bs_rating_part i {
  font-size: 12px;
  margin-left: 5px;
}
.bs_detail_in a {
  color: #00a790;
  text-decoration: none;
}
.bs_detail_in {
  margin-bottom: 15px;
}
.bs_was_rs span:first-of-type {
  margin-right: 15px;
}
.bs_was_rs strike {
  color: rgb(126, 133, 155);
}
.bs_now_rs span:nth-of-type(2) {
  font-weight: 700;
  font-size: 20px;
  margin-right: 10px;
}
.bs_now_rs span:first-of-type {
  margin-right: 15px;
}
.bs_now_rs span:last-of-type {
  color: rgb(126, 133, 155);
}
.bs_saving_rs span:first-of-type {
  margin-right: 15px;
}
p.bs_saving_rs span:nth-of-type(2) {
  font-weight: 700;
  font-size: 14px;
}
p.bs_saving_rs span:nth-of-type(3) {
  background-color: #dff1d9;
  padding: 5px 9px;
  margin-left: 10px;
  color: #38ae04;
  border-radius: 8px;
}
.bs_about_sub_info p span {
  font-weight: 700;
}
.bs_about_sub_info p a {
  text-decoration: none;
  color: #00a790;
}
.bs_margin_on {
  margin-bottom: 15px;
}
.bs_flex_for {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.bs_flex_for p {
  margin-bottom: 0;
}
.bs_flex_for img {
  margin-right: 10px;
}
.bs_flex_for p a {
  text-decoration: none;
  color: #00a790;
}
.seller_bs_review span:not(:last-of-type) {
  margin-right: 15px;
}
.detail_percentage {
  font-weight: 700;
}
.seller_bs_review span:nth-child(2) i {
  color: #fe9109;
}
p.how_calculate_bs {
  font-size: 18px;
  margin-top: 15px;
  color: rgb(126, 133, 155);
}
p.how_calculate_bs i {
  font-size: 26px;
  vertical-align: sub;
  margin-left: 5px;
}
.bs_free_return_flex {
  display: flex;
}
.bs_free_return_flex span p {
  margin-bottom: 0;
}
.bs_free_return_flex span p:first-child {
  font-weight: 700;
}
.bs_free_return_flex span {
  margin-left: 15px;
}
.bs_free_return_flex span p:last-of-type {
  color: rgb(126, 133, 155);
}
.bs_free_return_flex {
  margin-bottom: 15px;
}
.ct_card_info p {
  font-size: 14px;
  margin-bottom: 0;
}
span.ct_price {
  display: block;
  font-size: 18px;
  margin-bottom: 5px;
}
span.ct_price span {
  font-weight: 700;
}
span.ct_offer_price {
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
}
span.ct_offer_price span {
  color: rgb(56, 174, 4);
  font-weight: 700;
  margin-left: 10px;
}
span.ct_arrive_day span {
  font-weight: 700;
}
span.ct_arrive_day span {
  font-weight: 700;
}
.ct_card_info_flex {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
span.ct_express {
  background-color: var(--primary-color);
  color: white;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  padding: 1px 13px;
  font-size: 14px;
}
.ct_card_info_flex span:last-of-type {
  color: var(--primary-color);
  font-weight: 700;
}
.ct_card_info_flex span:last-of-type span {
  font-weight: normal;
  color: #737373;
}
.ct_card_wrapper {
  background-color: white;
  margin-bottom: 15px;
}
.ct_card_info {
  padding: 15px;
}
.owl_slider .owl-nav {
  display: none;
}
.owl_slider .owl-dots {
  text-align: center;
}
.owl_slider .owl-dots button span {
  width: 8px;
  height: 8px;
  border: 2px solid gray;
  border-radius: 90%;
  display: inline-block;
  margin-right: 2px;
}
.owl_slider .owl-dots .active span {
  border-color: var(--primary-color);
}
section#ct_filterGroup {
  margin-top: 30px;
}
.ct_flex_form {
  display: flex;
  justify-content: space-between;
}
p.filter_title {
  font-size: 16px;
  font-weight: 700;
}
.filter_group_1 {
  background-color: var(--white-color);
  padding: 15px;
}
.change_view .ct_card_item_slider {
  width: 208px;
}
.change_view .ct_card_wrapper {
  display: flex;
  position: relative;
}
.change_view .ct_card_wrapper .ct_card_info {
  margin-left: 15px;
}
.on_show_gird {
  display: none;
}
.change_view .on_show_gird {
  display: block !important;
  position: absolute;
  top: 13px;
  right: 31px;
}
.change_view .ct_on_filter {
  display: none;
}
.ct_card_wrapper a {
  text-decoration: none;
  color: inherit;
}
.change_view .ct_card_wrapper a {
  display: flex;
}
nav.custom_pagination {
  margin-top: 50px;
}
section#contact_page_wrapper {
  padding: 30px 0;
}
.contact_form_wrapper input {
  height: 50px;
  background-color: #e9e9e9;
  border-color: #e9e9e9;
}
.contact_form_wrapper textarea {
  height: 200px;
  background-color: #e9e9e9;
  border-color: #e9e9e9;
}
.contact_info_cf {
  text-align: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
.contact_info_cf ul {
  padding-left: 0;
  margin-bottom: 0;
}
.contact_info_cf ul li {
  list-style: none;
  color: #575757;
}
.contact_info_cf h3 {
  font-weight: 700;
  text-transform: uppercase;
  color: var(--primary-color);
}
.contact_info_cf ul li i {
  color: #f2825a;
  margin-right: 6px;
  font-size: 17px;
}
#map_section {
  margin-bottom: -210px;
  position: relative;
}
#secure_payment_detail {
  position: relative;
}
#general_page_header img {
  width: 100%;
  height: 244px;
  object-fit: cover;
}
.general_background_style h1 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 7px;
  line-height: 1.2;
}
.general_background_style p {
  font-size: 15px;
  line-height: 1.7;
}
.general_background_style {
  background: var(--white-color);
  padding: 30px;
  border-radius: var(--border-radius);
}
.general-sidebar img {
  border-radius: var(--border-radius);
  border: 1px solid var(--border-color);
  padding: 5px;
  background: #fff;
  width: 100%;
}
.general-sidebar {
  top: 80px;
  position: sticky;
}
.qty_counters .btns-qty {
  height: 38px;
  width: 38px;
  display: block;
  line-height: 38px;
  text-align: center;
  border: 1px solid #e1e1e1;
  font-size: 15px;
  background: #f4f4f4;
  cursor: pointer;
}
.qty_counters {
  display: flex;
}
.button-container p {
  margin-bottom: 0;
  margin-left: 10px;
  font-weight: 500;
}
.minus.btns-qty {
  border-top-left-radius: var(--border-radius);
  border-bottom-left-radius: var(--border-radius);
}
.plus.btns-qty {
  border-top-right-radius: var(--border-radius);
  border-bottom-right-radius: var(--border-radius);
}
.rate {
  float: left;
  height: 46px;
}
.rate:not(:checked) > input {
  position: absolute;
  top: -9999px;
}
.rate:not(:checked) > label {
  float: right;
  width: 1em;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 30px;
  color: #ccc;
}
.rate:not(:checked) > label:before {
  content: "★ ";
}
.rate > input:checked ~ label {
  color: #ffc700;
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
  color: #deb217;
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
  color: #c59b08;
}
.otp-wrapper {
  background: var(--white-color);
  box-shadow: var(--box-shadow);
  border-radius: var(--border-radius);
  padding: 25px;
  max-width: 450px;
  margin: auto;
  text-align: center;
}
.otp-alert p {
  background: #d4edda;
  border: 1px solid #c3e6cb;
  color: #155724;
  margin-bottom: 20px;
  padding: 5px 10px;
  font-size: 14px;
}
.otp-details img {
  height: 150px;
  width: auto;
}
.otp-details h3 {
  margin-top: 30px;
  font-size: 28px;
  font-weight: bold;
  text-transform: uppercase;
}
.otp-details p {
  font-size: 15px;
  color: var(--text-color);
  margin-bottom: 0;
}
.otp-details .form-group {
  margin-top: 10px;
}
.dots {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.dots span {
  display: block;
  height: 1px;
  width: 30px;
  background: #646464;
  margin: 0 11px;
}
.otp-details .form-control {
  border: none;
  background: none;
  padding: 0;
  text-align: center;
  letter-spacing: 40px;
  font-size: 24px;
  margin-left: 10px;
}
.dots span:nth-child(1) {
  margin-left: -6px;
}
.otp-details .btn {
  background: var(--primary-color);
  color: var(--white-color);
  padding: 5px 20px 7px;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  transition: var(--transition);
}
.otp-details .btn:hover {
  opacity: 0.8;
}
.resend {
  margin-top: 15px;
}
.resend button {
  display: inline-block;
  border: none;
  background: transparent;
}
.countdown {
  margin-top: 7px;
  font-weight: 600;
  font-size: 18px;
  color: var(--primary-color);
}
.resend .btns {
  color: var(--primary-color);
  transition: var(--transition);
}
.resend .btns:hover {
  opacity: 0.8;
}
.otp-details p input {
  background: transparent;
  border: none;
  padding: 0;
  color: var(--primary-color);
  font-weight: 600;
  transition: var(--transition);
}
.otp-details p input:hover {
  opacity: 0.8;
}
.banner {
  height: 300px;
  overflow: hidden;
  position: relative;
}
.banner img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.banner .breadcrumb {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  left: 0;
  right: 0;
  justify-content: center;
  margin-top: 0;
}
.banner .breadcrumb-item.active {
  color: var(--white-color);
}
.banner .breadcrumb-item + .breadcrumb-item::before {
  color: var(--white-color);
}
.store-page-menu .nav-wrap {
  justify-content: flex-start;
}
.store-additional-menu ul {
  padding: 0;
  margin: 0;
  display: flex;
}
.store-additional-menu ul li {
  list-style: none;
}
.store-additional-menu ul li a {
  display: block;
  padding: 12px 20px;
  color: var(--white-color);
  font-size: 15px;
  text-decoration: none;
  transition: var(--transition);
}
.store-additional-menu ul li a:hover {
  background: #cb2600;
}
.store-additional-menu ul li.active a {
  background: #cb2600;
}
.store-search {
  position: relative;
  width: 350px;
}
.store-search button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: none;
  background: transparent;
  padding: 5px 15px;
  transform: rotate(-90deg);
  font-size: 20px;
  color: var(--text-color);
}
.store-search .form-control {
  border-radius: 50px;
  font-size: 14px;
  background-color: var(--white-color);
  height: 33px;
  padding: 3px 15px;
  border: none;
  border-color: var(--border-color);
}
.store-search .form-control:focus {
  border-color: var(--primary-color);
}
.store-page-menu .navbar {
  background: var(--primary-color);
  padding: 0 15px;
  border: none;
  padding-left: 0;
  z-index: 1010;
  border-top-left-radius: var(--border-radius);
  border-top-right-radius: var(--border-radius);
}
.store-page-menu #navbar_navigation .nav-item > a {
  padding-left: 15px !important;
  color: var(--white-color);
}
.store-head-left {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-right: 1px solid var(--border-color);
  padding: 15px 20px;
}
.store-page-logo {
  display: flex;
  align-items: center;
}
.store-page-logo img {
  height: 80px;
  width: auto;
}
.store-page-logo-info {
  margin-left: 15px;
  align-items: center;
}
.store-page-logo-info h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0;
}
.store-page-logo-info span {
  display: block;
  margin-top: 5px;
  font-size: 15px;
}
.store-utilities i {
  font-size: 30px;
}
.store-utilities span {
  display: block;
  font-size: 15px;
  margin-top: 5px;
}
.store-utilities {
  display: flex;
}
.store-utilities a {
  display: block;
  text-decoration: none;
  color: var(--text-color);
  text-align: center;
  transition: var(--transition);
}
.store-chat {
  margin-left: 40px;
}
.store-utilities a:hover {
  color: var(--primary-color);
}
.store-head-right img {
  width: 100%;
  border-radius: var(--border-radius);
}
.store-page-head {
  background: var(--white-color);
  border-radius: var(--border-radius);
  box-shadow: var(--box-shadow);
  margin-bottom: 25px;
}
.store-page-head .row {
  align-items: center;
}
.store-head-right {
  padding-right: 20px;
}
.store-page-menu #navbar_navigation .nav-item:nth-child(1):before {
  display: none;
}
.store-cat-wrap {
  background: var(--white-color);
  text-align: center;
  padding: 10px;
  padding-bottom: 35px;
  border-top-left-radius: var(--border-radius);
  border-bottom-left-radius: var(--border-radius);
  box-shadow: var(--box-shadow);
  min-height: 332px;
}
.store-cat-img a {
  display: block;
}
.store-cat-img {
  overflow: hidden;
}
.store-cat-img img {
  height: 200px;
  width: auto;
  transition: var(--transition);
}
.store-cat-wrap:hover .store-cat-img img {
  transform: scale(1.1);
}
.store-cat-info {
  padding-top: 10px;
}
.store-cat-info h3 {
  margin-bottom: 0;
}
.store-cat-info h3 a {
  display: block;
  font-size: 16px;
  text-decoration: none;
  line-height: 1.3;
  color: var(--text-color);
  transition: var(--transition);
}
.store-cat-info h3 a:hover {
  color: var(--primary-color);
}
.store-cat-btn a {
  display: inline-block;
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  text-decoration: none;
  padding: 5px 20px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 600;
  transition: var(--transition);
}
.store-cat-btn a i {
  margin-left: 7px;
  vertical-align: middle;
  font-size: 17px;
}
.store-cat-btn a:hover {
  background: var(--primary-color);
  color: var(--white-color);
}
.store-cat-btn {
  margin-top: 15px;
}
.store-categories-list {
  background: var(--white-color);
  padding: 25px;
  box-shadow: var(--box-shadow);
  border-top-right-radius: var(--border-radius);
  border-bottom-right-radius: var(--border-radius);
}
.store-product-img {
  overflow: hidden;
}
.store-product-img img {
  height: 150px;
  width: auto !important;
  margin: auto;
  transition: var(--transition);
}
.store-product-wrap:hover .store-product-img img {
  transform: scale(1.1);
}
.store-product-wrap {
  text-align: center;
  border: 1px solid var(--border-color);
  padding: 10px;
  border-radius: var(--border-radius);
}
.store-product-info h3 {
  margin-bottom: 0;
}
.store-product-info h3 a {
  display: block;
  line-height: 1.3;
  text-decoration: none;
  font-size: 15px;
  color: var(--text-color);
  transition: var(--transition);
}
.store-product-info h3 a:hover {
  color: var(--primary-color);
}
.store-product-info span {
  display: block;
  margin-top: 10px;
  font-weight: 600;
  font-size: 18px;
  color: var(--primary-color);
}
.store-rating {
  margin-top: 10px;
}
.store-rating i {
  color: var(--review-color);
  font-size: 15px;
}
.store-categories {
  background: var(--white-color);
  border-radius: var(--border-radius);
}
.store-categories + .store-categories {
  margin-top: 25px;
}
.store-related-product.mb {
  margin-bottom: -5px;
}
.seller-profile-page .customer-reviews-cols {
  display: flex;
  justify-content: space-between;
}
.store-profile-response ul {
  padding: 0;
  margin: 0;
}
.store-profile-response ul li {
  display: flex;
  list-style: none;
}
.store-profile-response i {
  font-size: 25px;
  color: var(--text-color);
  margin-right: 15px;
}
.profile-responsive-info span {
  display: block;
  font-size: 15px;
  font-weight: 600;
}
.profile-responsive-info p {
  margin-bottom: 0;
  font-size: 14px;
  color: var(--success-color);
  font-weight: 600;
}
.store-profile-response ul li + li {
  margin-top: 20px;
}
.seller-profile-page .customer-review {
  background: var(--white-color);
  border-radius: var(--border-radius);
  box-shadow: var(--box-shadow);
  padding: 30px;
}
.seller-profile-page .customer-reviews-cols {
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
}
.seller-reviews {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid var(--border-color);
}
.seller-reviews h3 {
  font-size: 20px;
  font-weight: 600;
  color: var(--text-color);
  margin-bottom: 20px;
}
.seller-reviews .nav-tabs .nav-link {
  font-size: 15px;
  color: var(--text-color);
  border: 1px solid var(--border-color);
  padding: 5px 15px;
  border-radius: 50px;
}
.seller-reviews .nav-tabs .nav-link img {
  height: 19px;
  width: auto;
  margin-right: 3px;
}
.seller-reviews .nav-tabs {
  border-bottom: none;
  margin-bottom: 30px;
}
.seller-reviews .nav-item + .nav-item .nav-link {
  margin-left: 10px;
}
.seller-reviews .nav-tabs .nav-link.active {
  background: #fff0ed;
}
.seller-review-wrap {
  display: flex;
}
.seller-review-media img {
  height: 30px;
  width: auto;
}
.seller-review-content {
  margin-left: 10px;
}
.seller-review-content h3 {
  margin-bottom: 0;
  font-size: 16px;
}
.seller-review-content ul {
  padding: 0;
  margin: 0;
  margin-top: 5px;
  display: flex;
  align-items: center;
}
.seller-review-content ul li {
  list-style: none;
  font-size: 14px;
  line-height: normal;
}
.seller-review-content ul li + li {
  margin-left: 10px;
  border-left: 1px solid var(--border-color);
  padding-left: 10px;
}
.seller-review-content ul li img {
  height: 16px;
  margin-right: 3px;
}
.seller-review-wrap + .seller-review-wrap {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px dashed var(--border-color);
}
.seller-review-content ul li i {
  font-size: 18px;
  vertical-align: middle;
}
.seller-review-content ul li:last-child:hover {
  color: var(--primary-color);
  cursor: pointer;
}
.seller-product-review {
  background: var(--white-color);
  border-radius: var(--border-radius);
  box-shadow: var(--box-shadow);
  padding: 30px;
  margin-top: 25px;
}
.seller-product-review-head h3 {
  font-size: 20px;
  font-weight: 600;
  color: var(--text-color);
  margin-bottom: 0;
}
.seller-product-review-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.seller-product-review-filter {
  display: flex;
  align-items: center;
}
.seller-product-review-filer-list {
  display: flex;
  align-items: center;
}
.seller-product-review-filer-list span {
  display: block;
  font-size: 13px;
  margin-right: 5px;
}
.seller-product-review-filer-list .form-control {
  height: 30px;
  padding: 3px 10px;
  width: 150px;
  font-size: 13px;
  border-color: var(--border-color);
}
.seller-product-review-filer-list + .seller-product-review-filer-list {
  margin-left: 25px;
}
.seller-product-review-filer-list .form-control:focus {
  border-color: var(--primary-color);
}
.seller-product-opinion-list {
  display: flex;
}
.seller-product-opinion-media img {
  height: 100px;
  width: auto;
  border-radius: var(--border-radius);
}
.seller-product-opinion-content {
  margin-left: 15px;
}
.seller-product-opinion-content h3 {
  margin-bottom: 0;
}
.seller-product-opinion-content h3 a {
  display: block;
  color: var(--text-color);
  font-size: 16px;
  text-decoration: none;
  line-height: 1.3;
  transition: var(--transition);
}
.seller-product-opinion-content h3 a:hover {
  color: var(--primary-color);
}
.seller-product-opinion-rating {
  margin-top: 7px;
}
.seller-product-opinion-rating i {
  color: var(--review-color);
}
.seller-product-opinion-content p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.4;
  margin-top: 7px;
}
.seller-product-opinion-thumbnails ul {
  padding: 0;
  margin: 0;
  display: flex;
}
.seller-product-opinion-thumbnails ul li img {
  height: 120px;
  width: auto;
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
}
.seller-product-opinion-thumbnails ul li {
  list-style: none;
  cursor: pointer;
}
.seller-product-opinion-thumbnails ul li + li {
  margin-left: 10px;
}
.seller-product-opinion-thumbnails {
  margin-top: 20px;
}
.seller-product-opinion-content .seller-review-content {
  margin-left: 0;
  margin-top: 20px;
}
.seller-product-opinion-list + .seller-product-opinion-list {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px dashed var(--border-color);
}
.store-page-menu {
  position: sticky;
  top: 72px;
  z-index: 1015;
}
.customer-order-details table {
  background: var(--white-color);
}
.table_wrapper table td img {
  height: 45px;
}
.order-tracking-search {
  position: relative;
  margin-bottom: 30px;
}
.order-tracking-search .form-control {
  height: 50px;
  font-size: 15px;
  padding: 5px 20px;
  border: 1px solid var(--border-color);
  padding-right: 120px;
}
.order-tracking-search .form-control:focus {
  border-color: var(--primary-color);
}
.order-tracking-search .form-control::placeholder {
  color: #c2c2c2;
}
.order-tracking-search .btns {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: none;
  background: var(--primary-color);
  color: var(--white-color);
  font-size: 18px;
  font-weight: 600;
  padding: 5px 25px;
  letter-spacing: 0.3px;
  border-top-right-radius: var(--border-radius);
  border-bottom-right-radius: var(--border-radius);
}
.order-tracking-table {
  background: var(--white-color);
  padding: 30px;
  border-radius: var(--border-radius);
  box-shadow: var(--box-shadow);
}
.order-tracking-table-list h3 {
  font-size: 20px;
  font-weight: 600;
  color: var(--dark-color);
  margin-bottom: 15px;
}
.order-tracking-table-list table {
  border-color: var(--border-color);
}
.order-tracking-table-list table th,
.order-tracking-table-list table td {
  padding: 7px 10px;
  font-size: 14px;
}
.order-tracking-table p {
  margin-bottom: 0;
  font-size: 16px;
  padding-top: 10px;
  line-height: 1.3;
}
.tracking-infos {
  margin-top: 30px;
}
.timeline {
  position: relative;
}
.timeline::before {
  border-radius: 0.25rem;
  background-color: #e7e7e7;
  bottom: 0;
  content: "";
  left: 55px;
  margin: 0;
  position: absolute;
  top: 0;
  width: 2px;
}
.timeline span {
  margin-bottom: 15px;
  margin-right: 10px;
  position: relative;
  border-radius: 50px;
  display: inline-block;
  font-weight: 500;
  padding: 7px 20px;
  background: var(--primary-color);
  color: var(--white-color);
  font-size: 15px;
}
.timeline ul {
  margin: 0;
  padding: 0;
}
.timeline li {
  margin-bottom: 0;
  padding-left: 90px;
  margin-top: 0;
  position: relative;
  list-style: none;
}
.timeline li > i {
  background-color: var(--white-color);
  border-radius: 50%;
  font-size: 20px;
  height: 35px;
  left: 39px;
  line-height: 32px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 35px;
  border: 1px solid var(--border-color);
  color: var(--primary-color);
}
.timeline-items {
  margin-bottom: 0;
  border-radius: 0.25rem;
  background-color: #fff;
  position: relative;
  padding: 20px;
  box-shadow: var(--box-shadow);
}
.timeline-repeat + .timeline-repeat {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px dashed var(--border-color);
}
.timeline-repeat > b {
  font-size: 18px;
  color: var(--dark-color);
  display: block;
  margin-bottom: 10px;
  line-height: 1.3;
}
.timeline-items p {
  font-size: 15px;
  margin-bottom: 7px;
}
.timeline-items p:last-child {
  margin-bottom: 0;
}
.timeline-items p i {
  color: var(--success-color);
  margin-right: 5px;
  font-size: 22px;
  vertical-align: middle;
}
.timeline + .timeline {
  padding-top: 20px;
}
.order-tracking-details {
  max-width: 900px;
  margin: auto;
}
.order-invoice p {
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 1.2;
}
.order-invoice p b {
  display: inline-block;
  color: var(--success-color);
}
.order-invoice-main {
  background: var(--white-color);
  border-radius: var(--border-radius);
  padding: 25px;
  box-shadow: var(--box-shadow);
}
.order-invoice-main table {
  width: 100%;
  border: 1px solid var(--border-color);
}
.order-invoice-main table th,
.order-invoice-main table td {
  padding: 7px 15px;
  font-size: 14px;
  line-height: 1.4;
}
.order-invoice-sidebar {
  background: var(--white-color);
  border-radius: var(--border-radius);
  padding: 25px;
  box-shadow: var(--box-shadow);
}
.order-invoice-sidebar table {
  width: 100%;
}
.order-invoice-sidebar th,
.order-invoice-sidebar td {
  padding: 5px 0;
  font-size: 14px;
  line-height: 1.4;
}
.order-invoice-sidebar a {
  display: inline-block;
  background: var(--primary-color);
  color: var(--white-color);
  text-decoration: none;
  padding: 8px 15px;
  border-radius: var(--border-radius);
  font-size: 14px;
  font-weight: 500;
  margin-top: 15px;
  transition: var(--transition);
}
.order-invoice-sidebar a:hover {
  background: var(--secondary-color);
}
.register-wrap {
  display: flex;
  max-width: 800px;
  margin: auto;
  box-shadow: var(--box-shadow);
}
.register-left {
  background: var(--secondary-color);
  padding: 30px;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
  width: 300px;
}
.register-left ul {
  padding: 0;
  margin: 0;
}
.register-left ul li {
  display: flex;
}
.register-icon i {
  font-size: 32px;
  color: var(--white-color);
}
.register-info {
  margin-left: 15px;
}
.register-info h3 {
  font-size: 17px;
  line-height: 1.4;
  font-weight: normal;
  color: var(--white-color);
  margin-bottom: 0;
}
.register-left ul li + li {
  margin-top: 40px;
}
.register-right {
  padding: 30px;
  width: calc(100% - 300px);
  background: var(--white-color);
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
}
.register-page .modal-content {
  border-radius: 7px;
}
.register-right-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.register-right-head a {
  display: block;
  background: #2a63b0;
  color: var(--white-color);
  font-size: 14px;
  font-weight: 600;
  padding: 3px 10px 5px;
  border-radius: var(--border-radius);
  transition: var(--transition);
  text-decoration: none;
}
.register-right-head a:hover {
  background: var(--secondary-color);
}
.register-right h3 {
  font-size: 24px;
  font-weight: 600;
  color: var(--dark-color);
  margin-bottom: 0;
}
.register-right .form-group {
  margin-bottom: 11px;
}
.register-right .form-control {
  border: none;
  border: 1px solid #e5e5e5;
  border-radius: 0;
  height: 40px;
  border-radius: var(--border-radius);
}
.register-right .form-check-label {
  font-weight: normal;
  line-height: 1.4;
  color: var(--text-color);
}
.register-right .form-check-label a {
  color: var(--primary-color);
}
.form-btn .btns {
  border: none;
  background: #2a63b0;
  width: 100%;
  text-align: center;
  color: var(--white-color);
  font-size: 16px;
  font-weight: 500;
  padding: 5px 10px 7px;
  border-radius: var(--border-radius);
  margin-top: 10px;
  transition: var(--transition);
}
.form-btn .btns:hover {
  background: var(--secondary-color);
}
.register-right .form-check {
  margin-top: 20px;
}
.register-right span {
  display: block;
  text-align: left;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--dark-color);
  margin: 3px 0;
}
.other-option ul {
  display: flex;
  padding: 0;
  margin: 0;
}
.other-option ul li {
  flex: 1;
  list-style: none;
}
.other-option ul li a {
  color: var(--white-color);
  text-align: center;
  display: block;
  padding: 6px 10px 6px;
  font-size: 14px;
  font-weight: 500;
  border-radius: var(--border-radius);
  text-decoration: none;
}
.other-option ul li + li {
  margin-left: 10px;
}
.other-option ul li:nth-child(1) a {
  background: #1877f2;
}
.other-option ul li:nth-child(2) a {
  background: #ea4335;
}
.other-option ul li:nth-child(3) a {
  background: #333;
}
.other-option ul li a i {
  font-size: 16px;
  vertical-align: middle;
  margin-right: 2px;
}
.register-page .btn-close {
  position: absolute;
  top: 10px;
  right: 10px;
  opacity: 1;
  padding: 1px;
}
.form-check .form-check-input:focus {
  box-shadow: none;
}
.forgot-password {
  margin-top: 15px;
  text-align: center;
  justify-content: center;
}
.forgot-password a {
  display: block;
  color: var(--secondary-color);
  font-size: 15px;
  transition: var(--transition);
}
.forgot-password a:hover {
  color: #f47820;
}
#error_msg {
  font-size: 14px;
  text-transform: capitalize;
  margin-top: 7px;
  margin-bottom: 0;
}
.control-prev i {
  background-color: #ffffff69;
  padding: 10px 10px;
  display: block;
  border-radius: 54px;
  font-size: 34px;
  line-height: 1;
  color: #000;
}
.control-next i {
  background-color: #ffffff69;
  padding: 10px 10px;
  display: block;
  background-size: 59%;
  border-radius: 54px;
  font-size: 34px;
  line-height: 1;
  color: #000;
}
.wave-banner {
  height: 100%;
  width: auto;
  transform-origin: left center;
  transform: scaleX(1);
  transition: transform 0.4s cubic-bezier(0.36, 0.07, 0.19, 0.97) 0s;
  display: inline-block;
  position: absolute;
  top: 0;
  left: -78px;
  z-index: -1;
}
.wave-right {
  height: 100%;
  width: auto;
  transform-origin: left center;
  transform: scaleX(1);
  transition: transform 0.4s cubic-bezier(0.36, 0.07, 0.19, 0.97) 0s;
  display: inline-block;
  position: absolute;
  top: 0;
  right: -80px;
  transform-origin: right center;
}
.carousel-control-next {
  height: 100%;
}
.hover-icon {
  padding: 14px 15px;
  border-radius: 44px;
  font-size: 29px;
  line-height: 1;
  position: absolute;
  left: -42px;
  top: 78px;
  color: #000;
  display: none;
  transition: 0.1s linear;
  transition: transform 0.6s cubic-bezier(0.36, 0.07, 0.19, 0.97) 0s;
}
.new-hover:hover .wave-banner {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 1;
  transform: scaleX(2.7);
  fill: rgb(255, 255, 255);
  transition: transform 0.6s cubic-bezier(0.36, 0.07, 0.19, 0.97) 0s;
  transition: 0.1s linear;
}
.new-hover:hover .hover-icon {
  display: block;
  transition: transform 0.6s cubic-bezier(0.36, 0.07, 0.19, 0.97) 0s;
  transition: 0.1s linear;
  left: -86px;
  top: 79px;
}
.new-hover:hover .control-prev i {
  margin-left: -150px;
  background-color: transparent;
  padding: 0;
}
.new-hover:hover .wave {
  fill: #ffffff;
}
.left-hover:hover .wave {
  fill: #ffffff;
}
.left-hover:hover .wave-right {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 1;
  transform: scaleX(2.7);
  fill: rgb(255, 255, 255);
  transition: transform 0.6s cubic-bezier(0.36, 0.07, 0.19, 0.97) 0s;
  transition: 0.1s linear;
  transform-origin: right center;
  z-index: -1;
}
.left-hover:hover .hover-icon {
  display: block;
  transition: transform 0.6s cubic-bezier(0.36, 0.07, 0.19, 0.97) 0s;
  right: -207px;
  transition: 0.1s linear;
  color: #000;
  top: 78px;
}
.left-hover:hover .control-next i {
  color: #000;
  margin-right: -153px;
  background-color: transparent;
  transition: transform 0.6s cubic-bezier(0.36, 0.07, 0.19, 0.97) 0s;
  transition: 0.1s linear;
  padding: 0;
  display: initial;
}
.semi-carousel .owl-prev {
  left: 50px !important;
}
.semi-carousel .owl-next {
  right: 50px !important;
}
.semi-background {
  background: #f5f5f5;
  padding-top: 13px;
}
.footer-links-all {
  padding: 10px;
}
.footer-links-all h4 {
  font-size: 19px;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 12px;
  margin-bottom: 1px;
}
.footer-links-all ul {
  list-style: none;
  padding-left: 0;
}
.footer-links-all ul li {
  padding: 3px 0;
  position: relative;
}
.footer-links-all ul li a {
  font-size: 18px;
  color: #515457;
  text-decoration: none;
  font-weight: 500;
  font: inherit;
}
.footer-header h2 {
  font-size: 15px;
  font-weight: 600;
  color: #757b8d;
}
.footer-header p {
  font-size: 14px;
  margin-bottom: 1px;
  color: #6c757d;
}
.footer-header {
  background: #f7f7fa;
  padding: 7px 12px;
}
#more {
  display: none;
}
.show-more {
  cursor: pointer;
  color: #0d6efd;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}
.footer-text-destails {
  background: #f7f7fa;
}
.help-option {
  display: block;
}
.help-option svg {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 23px;
  vertical-align: inherit;
  padding: 4px;
  border: 1px solid #8080802e;
}
.help-option a {
  text-decoration: none;
}
.help-right {
  display: inline-block;
  margin-left: 13px;
  text-align: left;
  line-height: 1.2;
}
.help-right span {
  color: #6c757d;
  font-size: 14px;
}
.help-right h2 {
  font-size: 17px;
  color: #404553;
}
.mr-footerhelp {
  margin-right: 32px;
}
.help-wrapper-contact a i {
  font-size: 40px;
}
.help-wrapper-contact .la-whatsapp {
  color: #12950a;
}
.help-wrapper-contact .la-envelope-o {
  color: #2a63b0;
}
.help-wrapper {
  padding: 20px 10px;
  border-bottom: 1px solid #e1e1e1;
  border-top: 1px solid #e1e1e1;
}
.channel-help H2 {
  margin-bottom: 3px;
  font-weight: 700;
  font-size: 23px;
}
.heade-ad img {
  width: 100%;
  height: 80px;
  object-fit: cover;
  object-position: center;
}
.map-modal:focus {
  box-shadow: none;
}
.map-modal img {
  width: 65%;
  height: 22px;
  object-fit: cover;
  margin-top: 1px;
  margin-right: 9px;
}
.close-header {
  border-bottom: 0;
  padding-bottom: 0;
  padding-top: 8px;
}
.close-header button {
  font-size: 11px;
}
.select-country {
  padding: 6px 5px;
}
.select-country:focus {
  box-shadow: none;
}
.radio-select-flag {
  display: flex;
  padding-left: 0;
}
.radio-select-flag .form-check-input {
  border-radius: 20px;
  margin-left: auto;
}
.drop-map-flag-select ul {
  transform: translate(-38px, 36px) !important;
  padding: 5px;
}
.drop-map-flag-select ul li a {
  padding: 4px 10px;
  padding-bottom: 0;
  line-height: 1.8;
}
.drop-map-flag-select ul li a span {
  padding-left: 6px;
  font-size: 15px;
  font-weight: 500;
}
.map-pd {
  padding: 0;
}
.map-modal {
  padding: 9px 12px;
  margin: 0 15px;
  font-size: 12px;
  line-height: 0.9;
}
.map-modal:hover {
  color: #000;
}
.ad-img-banner-01 {
  margin-left: 4px;
}
.ad-img-banner-01 img {
  height: 214px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.brand_icons_info ul li {
  padding-right: 12px;
}
.brand_icons_info ul li:first-child {
  margin-left: 25px;
}
.brand_icons_info ul li:last-child {
  border-right: 0;
}
.drop-icon-map {
  white-space: nowrap;
}
.nav-hover-list li:hover {
  background-color: rgb(255, 255, 255);
}
.btn-wrap-semi-carousel .owl-nav button span {
  font-size: 30px;
  height: 100%;
  display: block;
  width: 100%;
}
.btn-wrap-semi-carousel .owl-carousel .owl-nav {
  margin: 0;
}
.btn-wrap-semi-carousel .btn-wrap {
  text-align: center;
  width: 100%;
}
.btn-wrap-semi-carousel button {
  background-color: #ddd;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 600;
  transition: all 0.5s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.btn-wrap-semi-carousel .owl-theme .owl-nav .disabled,
button.disabled {
  opacity: 0.6;
}
.semi-carousel .owl-nav button.owl-next,
.semi-carousel .owl-nav button.owl-prev {
  height: 37px;
  width: 37px;
  font-size: 20px;
  transform: scale(1);
  transition: all 0.2s ease-in-out 0s;
  top: 31%;
}
.semi-carousel .owl-nav button.owl-next:hover,
.semi-carousel .owl-nav button.owl-prev:hover {
  transform: scale(1.15);
}
.bulk-section-media-img img {
  margin: auto;
  transition: var(--transition);
  object-fit: contain;
  width: 100%;
  aspect-ratio: 4/3;
}
.bulk-section-media-img {
  background: #ffffff;
  /* border-radius: 78px; */
  padding: 14px;
  /* border: 1px solid #f5f5f5; */
  transition: var(--transition);
  /* margin: 0 7px; */
}
.item-all:hover .bulk-section-media-img img {
  transform: scale(1.1);
}
/* .bulk-section-media-img:hover {
  transform: scale(1.1);
  box-shadow: var(--box-shadow);
} */


.scrolll-hover-modal:hover {
  color: #000;
}


.scroll-login-hover ul li a:hover {
  color: #f47820 !important;
}

.item-all {
  padding-bottom: 8px;
  margin: 16px 0;
  text-align: center;
  background-color: var(--white-color);
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, .4);
  transition: var(--transition);
}

.item-all:hover {
  transform: scale(1.1);
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, .4);
  z-index: 1;
}

.terms-list ul {
  display: block;
  padding-left: 0;
}


.terms-list ul li {
  display: inline-block;
  margin-right: 25px;
  margin: auto;
}


.footer-social-header {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  margin-top: 15px;
}
.terms-list ul li a {
  color: #6a6a6a;
}
.semi-carousel .owl-dots span {
  width: 22px !important;
  height: 3px !important;
  border-radius: 0 !important;
}
.semi-carousel .owl-dots {
  margin-top: -1px !important;
}
.terms-list {
  padding: 9px 0 0 0;
}
.card-position {
  text-align: center;
  display: flex;
  justify-content: center;
}
.footer-social-link {
  padding: 14px 0 22px;
}
.heade-ad {
  margin: 3px 0;
  background: #fff;
}
.footer-links-all ul li a:hover {
  color: #f47820;
}
.mobile-utilities ul li:last-child {
  border-right: 0;
}
.map-modal span {
  padding-left: 18px;
}
.login-page {
  position: relative;
  margin-top: 13px;
}
.login-page input {
  display: block;
  height: 40px;
  background: transparent;
  border: solid 1px #ccc;
  transition: all 0.3s ease;
  padding: 7px 15px 1px 6px;
  border: 0;
  border-bottom: 1px solid #80808052;
  border-radius: 0;
}
.login-page input:focus {
  border-color: transparent;
  padding-left: 2px;
  font-size: 14px;
  border-bottom: 1px solid #80808085;
}
.login-page label {
  position: absolute;
  cursor: text;
  z-index: 2;
  top: 13px;
  left: -6px;
  font-size: 12px;
  font-weight: 600;
  background: transparent;
  padding: 0 10px;
  color: #999;
  transition: all 0.3s ease;
}
.login-page input:focus + label,
.login-page input:valid + label {
  font-size: 14px;
  top: -11px;
}
.login-page input:focus + label {
  color: #e62e04;
  border-color: transparent;
}
.login-new h3 {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  margin: 13px 0 16px 0;
  color: #f47820;
}
.pd-login-wrapper {
  padding: 7px 20px;
  border-radius: 5px;
}
.wrapperall .form-btn {
  padding: 22px 0 12px;
}
.other-option h4 {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 14px;
}
.bulk-section {
  background-color: #ffffff;
}
.category-list-section {
  background: #fff;
}
.recent-viewed-product {
  background: #fff;
}
.enable-del span {
  display: inline-block;
  font-size: 13px;
  color: #2ab548;
  border-radius: 50px;
  padding: 1px 7px;
  margin-top: 0;
  font-weight: 800;
}
.category-page {
  background: #fff;
  padding: 28px 0;
}
.color-pick {
  display: flex;
  margin-bottom: 10px;
  position: relative;
}
.color-pick label {
  color: #49494a;
  font-size: 16px;
  width: 40%;
  display: inline-block;
  font-weight: 500;
}
.color-pick .color-size {
  display: flex;
  margin-top: 0;
}
.color-pick .color-size a {
  display: flex;
  padding: 2px;
  border: 1px solid #eee;
  margin-right: 10px;
  font-size: 14px;
  background-clip: content-box;
  color: #333;
  border-radius: 2px;
  margin-bottom: 4px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border-radius: 100px;
}
.color-pick .color-size a span.color {
  width: 30px;
  height: 30px;
  border-radius: 100px;
}
.color-pick .color-size a span {
  display: inline-block;
  padding: 5px 8px;
}
.details-cards {
  background: #fff;
}
.detail_page {
  background: #fff;
}
.img-payment {
  display: flex;
  margin-left: 23px;
}
.img-payment img {
  width: auto;
  height: 16px;
}
.img-payment .img-border {
  padding: 2px 6px;
  border: 1px solid #e9ecefbf;
  height: 32px;
  margin-right: 10px;
}
.payment-method {
  display: flex;
  padding: 13px 0;
}
.short-details-inner h3 {
  font-size: 17px;
  font-weight: 700;
}
.payment-method h4 {
  font-size: 17px;
  font-weight: 500;
}
.short-details-inner {
  padding: 16px 0;
}
.btns-icon {
  color: #341804;
  font-size: 21px;
  font-weight: 600;
  border: 1px solid geay;
  border: 1px solid #e1e1e14f;
  padding: 2px 5px;
}


.btns-icon:hover {
  color: #f47820;
}


.item-all h5 {
  line-height: 1.4;
  font-size: 13px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  margin-top: 6px;
  display: -webkit-box;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;  
  overflow: hidden;
  padding-inline: 4px;
}


.item-all a {
  color: #3b3e40;
  text-decoration: none;
}
.item-all a:hover {
  color: #f47820;
}
.footer-widget-heading h3 {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 21px;
  position: relative;
  text-transform: uppercase;
}
.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -12px;
  height: 2px;
  width: 50px;
  background: #ff5e14;
}
.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
  color: #7e7e7e;
  line-height: 28px;
}
.subscribe-form {
  position: relative;
  overflow: hidden;
}
.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #ffffff;
  color: #fff;
  border: 1px solid #80808038;
  border-radius: 0;
}
.subscribe-form button {
  position: absolute;
  right: 0;
  background: #ff5e14;
  padding: 13px 20px;
  border: 1px solid #ff5e14;
  top: 0;
}
.subscribe-form button i {
  color: #ffffff;
  font-size: 23px;
  transform: rotate(328deg);
}
.subscribe-form a {
  position: absolute;
  right: 0;
  background: #ff5e14;
  padding: 11px 20px;
  border: 1px solid #ff5e14;
  top: 0;
}
.subscribe-form a i {
  color: #ffffff;
  font-size: 23px;
  transform: rotate(328deg);
}
.address-footer li {
  font-size: 16px;
  color: #515457;
  line-height: 1.4;
  margin-bottom: 3px;
}
.address-footer li i {
  font-size: 21px;
  color: #f47820;
  position: absolute;
  padding-top: 3px;
}
.address-footer li span {
  padding-left: 33px;
}
.footer-logo-pd {
  padding: 5px 0 27px;
}
.footer-logo-pd img {
  height: 70px;
}
.card-position li {
  margin-bottom: 11px;
}
.login-wrap-new {
  position: relative;
  padding: 22px 16px;
}
.order-list-login ul {
  padding-left: 0;
}
.order-list-login ul li {
  font-size: 16px;
  color: #515457;
  line-height: 1.4;
  margin-bottom: 51px;
  list-style: none;
}
.order-list-login ul li i {
  font-size: 21px;
  color: #f47820;
  position: absolute;
  padding-top: 3px;
}
.order-list-login ul li span {
  padding-left: 33px;
}
.new-login-position {
  position: absolute;
  top: -54px;
  right: 23px;
  width: 46%;
  box-shadow: 0 0 12px 6px rgba(0, 0, 0, 0.05), 0 3px 6px rgba(0, 0, 0, 0.15);
}
.modal-dialog-position {
  top: 17%;
}
.modal-background {
  background-color: #edf1f4;
}
.order-list-login ul li h4 {
  margin-left: 76px;
  font-size: 15px;
  margin-bottom: 2px;
}
.order-list-login ul li p {
  margin-left: 75px;
}
.order-list-login img {
  width: auto;
  height: 55px;
  float: left;
  object-fit: contain;
}
.pd-login {
  padding: 10px 0;
}
.modal-font-size {
  font-size: 17px;
}
.font-close {
  font-size: 12px;
}
.order-list-login ul li:last-child {
  margin-bottom: 0;
}
.sign-up-form {
  display: flex;
  justify-content: center;
}
.terms-list-signup label {
  font-size: 12px;
}
.terms-list-signup label a {
  font-size: 12px;
}
.terms-list-signup {
  margin: 18px 0 0;
}
.register-page {
  margin-top: 11px;
}
.register-btn {
  padding-top: 10px !important;
}
.register-page input {
  height: 35px;
}
.bold-price {
  font-size: 18px;
  font-weight: 600;
  margin-left: 24px;
}
.order-deliver button {
  border: 2px solid #2ab548;
  border-radius: 0;
  margin: 16px 0;
  font-size: 17px;
  font-weight: bold;
}
.order-deliver button:hover {
  color: #ffffff;
  background: #00a790;
  border-color: #00a790;
}
.frequently-bought {
  background: #f7f9fe;
  padding: 10px 10px 22px 10px;
}
.frequently-bought h4 {
  font-size: 15px;
  font-weight: 600;
  padding-bottom: 3px;
}
#carousels .slides > li {
  float: none !important;
}
#carousels .flex-viewport {
  height: 325px;
  overflow: hidden;
}
#carousels .flex-direction-nav .flex-next {
  right: 65px !important;
  top: 5% !important;
  rotate: -89deg;
}
#carousels .flex-direction-nav .flex-prev {
  rotate: -89deg;
  top: 94%;
}
.flex-direction-nav .flex-prev {
  margin-left: 10px;
}
.frequent-product {
  position: relative;
}
.frequent-product .form-check {
  position: absolute;
  z-index: 1;
  left: 3%;
  top: 2%;
}
.frequent-product .form-check .form-check-input {
  padding: 11px;
  border: 1px solid #f47820;
}
.product-height-001 {
  min-height: auto !important;
}
.buy-btn button {
  margin: 12px 0 0;
  font-size: 17px;
  font-weight: bold;
  border-radius: 5px;
}
.product-features-details h4 {
  border-bottom: 1px solid #8080809e;
  padding-bottom: 9px;
  font-size: 19px;
  font-weight: 600;
}
.product-features-details img {
  width: 100%;
}
.frequent-product img {
  height: 112px !important;
  object-fit: contain;
  padding: 4px;
}
.breadcrumb-back {
  background: #ffffff;
}
.flex-sticky {
  position: sticky;
  top: 57px;
}
.tab-content-wrapper h4 {
  font-size: 17px;
  margin-bottom: 17px;
  font-weight: 600;
}
#carousels .flex-direction-nav a {
  height: 28px;
  width: 31px;
}
.flex-direction-nav a:before {
  font-size: 23px !important;
}
.add-cart-btn {
  border: 2px solid #2ab548;
  border-radius: 8px;
  margin: 16px 0;
  font-size: 17px;
  font-weight: bold;
  color: #000000;
}
.add-cart-btn:hover {
  color: #ffffff;
  background: #00a790;
  border-color: #ffffff;
}
.order-deliver p {
  border: 2px solid #2ab548;
  padding: 0 10px;
  border-top: 0;
  margin-top: -16px;
  font-size: 16px;
  font-weight: 600;
  color: #f47820;
  display: flex;
  line-height: 3;
  overflow: hidden;
}
.order-deliver p img {
  width: 32%;
  height: 48px;
  object-fit: contain;
  margin-left: -24px;
}
.fast-hover:hover .fast-ride {
  transform: translateX(1700px);
}
.fast-ride {
  font-size: 200pt;
  transition: transform 4s 1s cubic-bezier(0.66, 0, 0, 1.29);
}
.slow-deliver {
  font-size: 200pt;
  transition: transform 20s 1s cubic-bezier(0.66, 0, 0, 1.29);
}
.slow-hover:hover .slow-deliver {
  transform: translateX(1000px);
}
#carousels .flex-nav-prev {
  display: block !important;
}
#carousels .flex-nav-nect {
  display: block !important;
}
.position-deliver {
  position: relative;
}
.delive-close {
  position: absolute;
  top: 1%;
  right: 14px;
}
.width-all {
  max-width: 1457px;
  margin: 0 auto;
}
.on-hover-megadrop:hover .mega-drop {
  display: block;
}
.drop-click.show {
  display: none;
}
.mega-drop {
  min-width: 100%;
  left: 1%;
}
.wrapp-sub-mega ul {
  padding: 0;
}
.wrapp-sub-mega ul li {
  list-style: none;
  margin: 5px 0;
}
.wrapp-sub-mega ul li a {
  color: #4b4c4e;
  text-decoration: none;
}
.image-sub-mega ul {
  display: flex;
  flex-wrap: wrap;
}
.image-sub-mega ul li {
  list-style: none;
  flex: 1 1 25.33%;
  border: 1px solid #e9ecef38;
  margin: 4px;
  padding: 10px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  text-align: center;
  border-radius: 5px;
  box-shadow: rgb(241, 243, 249) 0 0 1px 1px;
}
.image-sub-mega ul li img {
  width: 81px;
  height: 59px;
  object-fit: cover;
}
.image-all-right ul {
  display: flex;
}
.image-all-right ul li {
  list-style: none;
}
.image-all-right ul li img {
  width: 100%;
  height: 200px;
}
.right-img-wrapper img {
  width: 100%;
  height: 280px;
  object-fit: cover;
}
.right-img-wrapper {
  margin: 11px;
}
li.nav-item.dropdown.on-hover-megadrop {
  position: inherit !important;
}
.wrapp-sub-mega ul li:hover {
  box-shadow: none;
}
.wrapp-sub-mega h4 {
  font-size: 14px;
  font-weight: 600;
  color: #343536;
}
.image-sub-mega ul {
  padding: 0;
}
.image-sub-mega h4 {
  font-size: 14px;
  font-weight: 600;
  color: #343536;
}
.drop-click {
  padding: 19px;
}
.wrapp-sub-mega ul li a:hover {
  color: #f47820;
}
.image-sub-mega ul li:hover {
  box-shadow: rgb(241, 243, 249) 0 0 1px 1px;
}
.new-modal-pd {
  padding: 7px 13px;
}
.map-search-modal-all {
  height: 40px;
  position: absolute;
  left: 12px !important;
  top: 0;
  box-sizing: border-box;
  border: 1px solid transparent;
  width: 98%;
  margin-top: 10px;
  padding: 10px 12px;
  box-shadow: rgba(0, 0, 0, 0.3) 0 2px 6px;
  font-size: 16px;
  outline: none;
  text-overflow: ellipsis;
  border-radius: 3px;
  z-index: 12;
  background-color: rgb(255, 255, 255);
}
.new-modal-pd h5 {
  font-size: 19px;
  font-weight: 600;
  color: #404553;
}
.drop-flag-wrap {
  display: flex;
}
.wrap-map-more {
  text-align: initial;
}
.locate-me-btn {
  color: #000000cf;
  font-weight: 700;
  border-color: #555;
  position: absolute;
  bottom: 17%;
  right: 6%;
  font-size: 21px;
  background: #e9ecef96;
}
.drop-flag-wrap {
  display: flex;
}
.wrap-map-more {
  text-align: initial;
}
.locationNameValue {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 123px;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 15px;
  color: #404553;
}
.no-hover-all:hover {
  box-shadow: none !important;
}
.no-hover-all .new-cat {
  color: #2a63b0 !important;
  font-weight: 700 !important;
}
.wrap-map-more span {
  display: flex;
  padding-left: 0;
  font-size: 14px;
}
.g-recaptcha {
  margin-top: 10px;
}
.for-mobile-semi {
  display: none;
}
.drop-icon-map-all {
  margin-bottom: 0;
}
.login-page-01 {
  padding: 90px 0 108px;
}
.max-width-login {
  max-width: 826px;
}
.rc-anchor-normal .rc-anchor-pt {
  padding-right: 29px !important;
}
.rc-anchor-normal-footer {
  display: inline-block;
  height: 74px;
  vertical-align: top;
  width: 15% !important;
}
.rc-anchor-normal {
  height: 74px;
  width: 87% !important;
}
.rc-anchor-logo-portrait {
  margin: 10px 0 0 0 !important;
  width: 56px;
}
.download a {
  display: block;
  font-size: 16px;
  color: #000;
  letter-spacing: 0.2px;
  font-weight: 700;
  border-color: #f47820;
  padding: 7.5px 12px 8px;
  text-transform: uppercase;
  border-radius: 5px;
}
.seller-tag a:hover {
  background: #2a63b0;
}
.download a i {
  animation: bounce 2s infinite;
  color: #ffffff;
  background: #f47820;
  border-radius: 50%;
  padding: 3px 3px;
  font-size: 13px;
  vertical-align: middle;
  margin-top: -5px;
}
.seller-right-new .register-right {
  width: auto;
  border-radius: 17px;
  width: 84%;
  margin: auto;
  border: 1px solid #dee2e680;
}
.seller-all-option {
  padding: 63px 0;
}
.seller-login-all {
  padding: 34px 34px;
}
.seller-titel-market h2 {
  font-size: 71px;
  font-weight: 700;
  line-height: 100px;
  margin-left: 0;
  margin-top: 45px;
  color: #000;
}
.wrap-new-01 {
  border: 1px solid #efefef;
  padding: 14px;
  border-radius: 6px;
  margin-bottom: 15px;
}
.details-seller h2 {
  color: #141414;
  font-size: 31px;
  font-weight: 600;
  line-height: 24px;
  margin-top: 10px;
}
.details-selle {
  padding: 10px 20px;
}
.details-seller p {
  font-size: 16px;
  margin-top: 12px;
  line-height: 1.4;
}
.seller-header h1 {
  color: #000;
  font-size: 41px;
  line-height: 56px;
  margin-bottom: 44px;
  font-weight: 600;
}
.step-seller-pro p {
  font-size: 16px;
  margin-top: 12px;
  line-height: 1.4;
}
.faq-all-box .accordion-item {
  margin-bottom: 19px;
}
.faq-all-box .accordion-item .accordion-button {
  color: #333;
  display: flex;
  font-size: 20px;
  font-size: 27px;
  font-weight: 500;
  background: #f0f0f0;
}
.accr-p p {
  font-size: 18px;
  margin-top: 12px;
  line-height: 1.4;
}
.pc-01 h4 {
  color: #232f3e;
  font-size: 28px;
  line-height: 21px;
  font-weight: 600;
}
.order-wrap-sell h2 {
  color: #fff;
  font-size: 35px;
  font-weight: 700;
  line-height: 39px;
  width: 80%;
}
.order-wrap-sell {
  background: #2a63b0;
  padding: 43px 0;
}
.get-all-01 {
  border: 2px solid #fff;
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
  font-size: 13px;
  font-weight: 500;
  font-size: 22px;
}
.text-sell {
  text-align: center;
}
.sell-order-wrap-01 {
  padding: 33px 0 31px;
}
.video-tutorial {
  background: #f47820;
  padding: 36px 129px;
}
.color-video-text h1 {
  color: #ffffff;
  text-align: center;
}
.desktop-all-new-class {
  display: none;
}
.no-page-here img {
  width: 100%;
  object-fit: contain;
  height: 291px;
}
.btn-forget-01 {
  background-color: #2a63b0;
  border-color: #2a63b0;
}
.btn-forget-01:hover {
  background-color: #113e7c;
  border-color: #113e7c;
}
.only-mobile-veiw-slider {
  display: none;
}
.seller-001 {
  position: inherit !important;
}
.form-check-input-001 {
  float: left;
  margin-top: -6px;
  width: 16px;
}
.pd-01-reg {
  padding-left: 0;
}
.form-check-input-001:checked {
  background-color: #dc3545 !important;
  border-color: #dc3545 !important;
}
.brand-001 {
  margin-top: -1px;
}
.brand-001 img {
  height: 22px;
  width: 22px;
  object-fit: contain;
}
.login-name-res {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 97px;
  margin-left: 6px;
  margin-bottom: 0;
}
.new-123 {
  margin-left: -25px;
}
.categories-area {
  padding-top: 100px;
  padding-bottom: 50px;
  position: relative;
  background: #f2e1d9;
}
.categories-area .single-cat .cat-icon img {
  margin-bottom: 26px;
  display: block;
}
.categories-area .single-cat .cat-cap h5 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 12px;
  display: block;
  text-transform: capitalize;
  color: #2b2b2b;
  font-family: "Poppins", sans-serif;
}
.categories-area .single-cat .cat-cap p {
  color: #57667e;
  font-size: 16px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.special-heading-inner-border {
  display: block;
  width: 100%;
  margin-left: 0;
  border-top-style: solid;
  border-top-width: 1px;
  position: relative;
  top: 50%;
  opacity: 0.15;
  border-color: #919191;
}
.new-content-general {
  margin-top: 15px;
}
.google-wrap-01 {
  position: relative;
}
.sub-sub-child-menu {
  position: absolute;
  left: 100%;
  right: 0;
  background: var(--white-color);
  width: 210px;
  top: 0;
  box-shadow: 2px 3px 6px rgb(0 0 0 / 18%);
  display: none;
  min-height: 100%;
  display: none;
}
.sub-child-menu li:hover .sub-sub-child-menu {
  display: block;
}
.sub-child-menu .sub-new-menu-01 > a::before {
  content: "\f105";
  font-family: "Line Awesome Free";
  font-weight: 900;
  position: absolute;
  top: 8px;
  right: 12px;
  color: #b3b3b3;
  font-size: 9px;
}
.new-img-sub img {
  width: auto;
}
.new-img-sub {
  display: flex;
}
.new-img-sub p {
  margin-left: 10px;
  color: #3c3c3c;
  font-size: 15px;
  margin-bottom: 4px;
}
.mobile-width-100 .flex-control-paging li a {
  background: transparent !important;
  border: 1px solid #333;
  width: 10px;
  height: 10px;
}
.mobile-width-100 .flex-control-paging li a.flex-active {
  background: #333 !important;
}
.mobile-width-100 .flex-control-paging {
  display: none;
}
.semi-carousel-1 .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  top: 42%;
}
.semi-carousel-1 .owl-nav button.owl-prev {
  left: 6px;
}
.semi-carousel-1 .owl-nav button.owl-next {
  right: 3px;
}
.img-login-seller-01 img {
  width: 100%;
  height: 100px;
}
.new-edit-footer {
  text-align: center;
  border-top: 1px solid #b4adad1f;
  padding: 34px 0;
  margin-top: 29px;
  border-bottom: 1px solid #b4adad1f;
}
.new-edit-footer ul {
  justify-content: center;
}
.header-to-footer-link ul li a {
  text-decoration: none;
  font-size: 16px;
}
.header-to-footer-link ul li {
  padding-left: 10px;
}
.wrap-checkout-qr {
  padding: 57px 0 70px;
}
.qr-check-out-final {
  text-align: center;
}
.qr-check-out-final p svg {
  width: 100%;
}
.qr-check-out-final h3 {
  color: #000;
  font-size: 18px;
  position: relative;
  font-weight: 600;
  margin-bottom: 29px;
}
.qr-check-out-final h3:before {
  content: "";
  position: absolute;
  left: 45%;
  bottom: -12px;
  height: 2px;
  width: 50px;
  background: #ff5e14;
  margin: auto;
}
.qr-check-out-final {
  background-color: var(--white-color);
  padding: 25px;
  box-shadow: var(--box-shadow);
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translatex(-15px);
  }
  60% {
    transform: translatex(-15px);
  }
}
.search-suggestions {
  position: absolute;
  width: 98%;
  max-height: 150px;
  overflow-y: auto;
  background-color: #ffffffba;
  border: 1px solid #ccc;
  z-index: 1000;
  left: 10px;
  margin-top: 49px;
}
.suggestion {
  padding: 8px;
  cursor: pointer;
}
.suggestion:hover {
  background-color: #f5f5f5;
}
.for-mobile-display {
  display: none;
}
.product-all-new img {
  width: 100%;
  height: 172px;
  object-fit: contain;
}
.new-details-item-001 {
  display: flex;
  background: #ffffff;
}
.new-over-ride {
  background: transparent;
  margin-bottom: 2px;
}
.new-over-ride .product-content h3 a {
  font-size: 14px;
}
.new-over-ride .price_list {
  font-size: 14px;
}
.new-icon-details svg {
  vertical-align: middle;
  margin-top: 92px;
}
.new-over-ride .product-content {
  padding: 4px;
  padding-top: 4px;
}
.new-icon-details {
  margin: 0 9px;
}
.saving-new-01 b {
  margin-left: 14px;
}
.order-display-001 {
  display: flex;
  padding: 2px 12px;
}
.new-store-price p {
  display: flex;
  font-size: 15px;
  line-height: 1.3;
  color: var(--dark-color);
}
.new-store-price p span {
}
.new-store-price p span a {
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
  text-decoration: underline;
}
.order-details-rigth-01 {
  border: 1px solid #dddddd73;
  padding: 10px 0 0 0;
  border-radius: 8px;
}
.rating-new {
  padding: 1px 10px 0 10px;
  border-top: 1px solid #ddddddbf;
  margin-top: 11px;
}
.descount-01 .product_rating {
  margin-top: 4px;
}
.descount-01 span {
  font-size: 14px;
  margin-left: 9px;
}
.ml-01 {
  border-right: 1px solid #dddddd73;
  padding: 3px 10px;
}
.ml-01:last-child {
  border-right: 0;
}
.new-add-rating p {
  text-align: center;
  margin-bottom: 0;
}
.new-location-all-store {
  text-align: center;
  padding-bottom: 5px;
  padding-top: 6px;
}
.new-location-all-store svg {
  font-size: 17px;
  color: #f47820;
}
.new-add-rating h4 {
  margin-bottom: 0;
  text-align: center;
  padding-bottom: 5px;
  padding-top: 6px;
  font-weight: 700;
  color: #2a63b0;
}
.mobile-view-responsive-all {
  position: sticky;
  top: 0;
}
.over-all-rating-01 {
  font-weight: 700;
  font-size: 19px;
  color: #3c3c3c;
}
.border-right-rating {
  border-right: 1px solid #dddddd73;
}
.flex-new {
  display: flex;
}
.social-icon-button-new {
  margin-right: 11px;
}
.frequent-slider {
  background: #ffffffff;
}
.chatbot__button {
  position: fixed;
  bottom: 37px;
  right: 40px;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #2a63b0;
  color: #f3f7f8;
  border: none;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  z-index: 9;
}
.chatbot__button span {
  position: absolute;
}
.show-chatbot .chatbot__button span:first-child,
.chatbot__button span:last-child {
  opacity: 0;
}
.show-chatbot .chatbot__button span:last-child {
  opacity: 1;
}
.chatbot {
  position: fixed;
  bottom: 100px;
  right: 40px;
  width: 54%;
  background-color: #f3f7f8;
  border-radius: 21px;
  box-shadow: 1px 2px 10px 2px rgb(0 0 0 / 13%), 1px 6px 6px rgb(0 0 0 / 0%);
  transform: scale(0.5);
  transition: transform 0.3s ease;
  overflow: hidden;
  opacity: 0;
  z-index: 9999;
  pointer-events: none;
}
.show-chatbot .chatbot {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1);
}
.chatbot__header {
  position: relative;
  background-color: #2a63b0;
  text-align: center;
  padding: 17px 0;
}
.chatbot__header span {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  color: #202020;
  transform: translateY(-50%);
  cursor: pointer;
}
.chatbox__title {
  color: #f3f7f8;
  text-align: left;
  font-size: 18px;
  padding-left: 20px;
  margin-bottom: 0;
}
.chatbot__box {
  height: 407px;
  overflow-y: auto;
  padding: 30px 20px 11px;
}
.chatbot__chat {
  display: flex;
}
.chatbot__chat p {
  max-width: 75%;
  font-size: 0.95rem;
  white-space: pre-wrap;
  color: #202020;
  background-color: #2a63b0;
  border-radius: 10px 10px 0 10px;
  padding: 9px 16px;
  line-height: 1.4;
  margin-bottom: 4px;
}
.chatbot__chat p.error {
  color: #721c24;
  background: #f8d7da;
}
.incoming p {
  color: #202020;
  background: #bdc3c7;
  border-radius: 10px 10px 10px 0;
  margin-bottom: 5px;
  line-height: 1.4;
  font-size: 15px;
  font-weight: 600;
}
.incoming span {
  width: 32px;
  height: 32px;
  line-height: 32px;
  color: #f3f7f8;
  background-color: #227ebb;
  border-radius: 4px;
  text-align: center;
  align-self: flex-end;
  margin: 0 10px 7px 0;
}
.outgoing {
  justify-content: flex-end;
  margin: 12px 0 10px;
}
.incoming {
  margin: 8px 0 10px 0;
}
.chatbot__input-box {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  gap: 5px;
  align-items: center;
  border-top: 1px solid #227ebb;
  background: #f3f7f8;
  padding: 5px 20px;
}
.chatbot__textarea {
  width: 100%;
  min-height: 55px;
  max-height: 180px;
  font-size: 0.95rem;
  padding: 16px 15px 16px 0;
  color: #202020;
  border: none;
  outline: none;
  resize: none;
  background: transparent;
}
.chatbot__textarea::placeholder {
  font-family: "Poppins", sans-serif;
}
.chatbot__input-box span {
  font-size: 1.75rem;
  color: #202020;
  cursor: pointer;
  visibility: hidden;
}
.chatbot__textarea:valid ~ span {
  visibility: visible;
}
.new-btn-submit-chat {
  background: #f4f7f9;
  width: 100%;
  position: relative;
  height: 48px;
  padding-left: 15px;
  border: none;
  resize: none;
  outline: none;
  border: 1px solid #dee2e694;
  color: #888;
  overflow: hidden;
  border-bottom: none;
  padding: 11px 50px 10px 18px;
}
#chat-input {
  background: #f4f7f9;
  width: 100%;
  position: relative;
  height: 48px;
  padding-left: 15px;
  border: none;
  resize: none;
  outline: none;
  border: 1px solid #dee2e694;
  color: #888;
  overflow: hidden;
  border-bottom: none;
  padding: 11px 50px 10px 18px;
}
.chat-submit {
  position: absolute;
  bottom: 9px;
  right: 10px;
  background: transparent;
  box-shadow: none;
  border: none;
  border-radius: 50%;
  color: #5a5eb9;
  width: 35px;
  height: 35px;
}
.chat-submit svg {
  font-size: 21px;
  color: #227ebb;
  margin-left: 10px;
}
.chatbot__header svg {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  color: #202020;
  transform: translateY(-50%);
  cursor: pointer;
}
.chatbot__button span svg {
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
}
.front-wishlist {
  position: absolute;
  top: 7%;
  right: 10%;
  z-index: 99;
}
.front-wishlist a i {
  font-size: 17px;
  border-radius: 50%;
  background: #ffffff;
  padding: 5px 5px;
  color: #555;
  line-height: 1;
  box-shadow: 1px 2px 10px 2px rgb(0 0 0 / 13%), 1px 6px 6px rgb(0 0 0 / 0%);
}
.front-add-cart {
  position: absolute;
  bottom: 41%;
  right: 9%;
}
.front-add-cart i {
  font-size: 17px;
  border-radius: 50%;
  background: #ffffff;
  padding: 5px 5px;
  color: #555;
  line-height: 1;
  box-shadow: 1px 2px 10px 2px rgb(0 0 0 / 13%), 1px 6px 6px rgb(0 0 0 / 0%);
}
.front-wishlist-single {
  position: absolute;
  top: 4%;
  right: 9%;
  z-index: 2;
}
.front-wishlist-single i {
  font-size: 17px;
  border-radius: 50%;
  background: #ffffff;
  padding: 5px 5px;
  color: #555;
  line-height: 1;
  vertical-align: middle;
  box-shadow: 1px 2px 10px 2px rgb(0 0 0 / 13%), 1px 6px 6px rgb(0 0 0 / 0%);
}
.front-add-cart-single {
  position: absolute;
  bottom: 46%;
  right: 9%;
}
.front-add-cart-single i {
  font-size: 17px;
  border-radius: 50%;
  background: #ffffff;
  padding: 5px 5px;
  color: #555;
  line-height: 1;
  box-shadow: 1px 2px 10px 2px rgb(0 0 0 / 13%), 1px 6px 6px rgb(0 0 0 / 0%);
}
.front-wishlist-single-inner {
  position: absolute;
  top: 10%;
  right: 3%;
  z-index: 99;
}
.front-wishlist-single-inner i {
  font-size: 17px;
  border-radius: 50%;
  background: #ffffff;
  padding: 5px 5px;
  color: #555;
  line-height: 1;
  box-shadow: 1px 2px 10px 2px rgb(0 0 0 / 13%), 1px 6px 6px rgb(0 0 0 / 0%);
}
.front-add-cart-single-inner {
  position: absolute;
  bottom: 12%;
  right: 3%;
}
.front-add-cart-single-inner i {
  font-size: 17px;
  border-radius: 50%;
  background: #ffffff;
  padding: 5px 5px;
  color: #555;
  line-height: 1;
  box-shadow: 1px 2px 10px 2px rgb(0 0 0 / 13%), 1px 6px 6px rgb(0 0 0 / 0%);
}
.message-area {
  overflow: hidden;
  padding: 0;
  background: #f5f5f5;
}
.chat-area {
  position: relative;
  width: 100%;
  background-color: #fff;
  border-radius: 0.3rem;
  height: 70vh;
  overflow: hidden;
  min-height: calc(100% - 1rem);
}
.chatlist {
  outline: 0;
  height: 100%;
  overflow: hidden;
  width: 34%;
  float: left;
}
.chat-lists {
  padding: 15px 14px 15px 17px;
  height: 58vh;
  overflow-y: scroll;
}
.chat-area .modal-content-01 {
  border: none;
  border-radius: 0;
  outline: 0;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: #fff;
  background-clip: padding-box;
  max-height: 100%;
  overflow: hidden;
}
.chat-area .modal-dialog-scrollable {
  height: 100% !important;
}
.chatbox {
  width: auto;
  overflow: hidden;
  height: 100%;
  border-left: 1px solid #ccc;
}
.chatbox .modal-dialog,
.chatlist .modal-dialog {
  max-width: 100%;
  margin: 0;
}
.msg-search {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 5px;
}
.chat-area .form-control {
  display: block;
  width: 80%;
  padding: 0.375rem 0.75rem;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #222;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.chat-area .form-control:focus {
  outline: 0;
  box-shadow: inherit;
}
a.add img {
  height: 36px;
}
.chat-area .nav-tabs {
  border-bottom: 1px solid #dee2e6;
  align-items: center;
  justify-content: space-between;
  flex-wrap: inherit;
}
.chat-area .nav-tabs .nav-item {
  width: 100%;
}
.chat-area .nav-tabs .nav-link {
  width: 100%;
  color: #180660;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  text-transform: capitalize;
  margin-top: 5px;
  margin-bottom: -1px;
  background: 0 0;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.chat-area .nav-tabs .nav-item.show .nav-link,
.chat-area .nav-tabs .nav-link.active {
  color: #222;
  background-color: #fff;
  border-color: transparent transparent #000;
}
.chat-area .nav-tabs .nav-link:focus,
.chat-area .nav-tabs .nav-link:hover {
  border-color: transparent transparent #000;
  isolation: isolate;
}
.chat-list h3 {
  color: #222;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-transform: capitalize;
  margin-bottom: 0;
}
.chat-list p {
  color: #343434;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  text-transform: capitalize;
  margin-bottom: 0;
}
.chat-list a.d-flex {
  margin-bottom: 15px;
  position: relative;
  text-decoration: none;
}
.chat-list .active {
  display: block;
  content: "";
  clear: both;
  position: absolute;
  bottom: 3px;
  left: 34px;
  height: 12px;
  width: 12px;
  background: #00db75;
  border-radius: 50%;
  border: 2px solid #fff;
}
.msg-head h3 {
  color: #222;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 0;
}
.msg-head p {
  color: #343434;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  text-transform: capitalize;
  margin-bottom: 0;
}
.msg-head {
  padding: 15px 15px 6px;
  border-bottom: 1px solid #ccc;
}
.moreoption {
  display: flex;
  align-items: center;
  justify-content: end;
}
.moreoption .navbar {
  padding: 0;
}
.moreoption li .nav-link {
  color: #222;
  font-size: 16px;
}
.moreoption .dropdown-toggle::after {
  display: none;
}
.moreoption .dropdown-menu[data-bs-popper] {
  top: 100%;
  left: auto;
  right: 0;
  margin-top: 0.125rem;
}
.msg-body ul {
  overflow: hidden;
}
.msg-body ul li {
  list-style: none;
  margin: 15px 0;
}
.msg-body ul li.sender {
  display: block;
  width: 100%;
  position: relative;
}
.msg-body ul li.sender:before {
  display: block;
  clear: both;
  content: "";
  position: absolute;
  top: -6px;
  left: -7px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 15px 12px;
  border-color: transparent transparent #f5f5f5 transparent;
  -webkit-transform: rotate(-37deg);
  -ms-transform: rotate(-37deg);
  transform: rotate(-37deg);
}
.msg-body ul li.sender p {
  color: #000;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  padding: 15px;
  background: #f5f5f5;
  display: inline-block;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-bottom: 0;
}
.msg-body ul li.sender p b {
  display: block;
  color: #180660;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
}
.msg-body ul li.repaly {
  display: block;
  width: 100%;
  text-align: right;
  position: relative;
}
.msg-body ul li.repaly:before {
  display: block;
  clear: both;
  content: "";
  position: absolute;
  bottom: 15px;
  right: -7px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 15px 12px;
  border-color: transparent transparent #4b7bec transparent;
  -webkit-transform: rotate(37deg);
  -ms-transform: rotate(37deg);
  transform: rotate(37deg);
}
.msg-body ul li.repaly p {
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  padding: 15px;
  background: #4b7bec;
  display: inline-block;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-bottom: 0;
}
.msg-body ul li.repaly p b {
  display: block;
  color: #061061;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
}
.chat-list {
  margin-top: 10px;
}
.msg-body ul li.repaly:after {
  display: block;
  content: "";
  clear: both;
}
.time {
  display: block;
  color: #000;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 400;
}
li.repaly .time {
  margin-right: 20px;
}
.divider {
  position: relative;
  z-index: 1;
  text-align: center;
}
.msg-body h6 {
  text-align: center;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.5;
  color: #222;
  background: #fff;
  display: inline-block;
  padding: 0 5px;
  margin-bottom: 0;
}
.divider:after {
  display: block;
  content: "";
  clear: both;
  position: absolute;
  top: 12px;
  left: 0;
  border-top: 1px solid #ebebeb;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.send-box {
  padding: 13px 15px 8px;
  border-top: 1px solid #ccc;
}
.send-box form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4px;
  position: relative;
}
.send-box .form-control {
  display: block;
  width: 95%;
  padding: 0.375rem 0.75rem;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  color: #222;
  background-color: #fff;
  border-radius: 58px;
  background-clip: padding-box;
  border: 1px solid #ccc;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 20px;
  margin-left: 17px;
  padding-right: 34px;
}
.send-box .chat-send-icon {
  border: none;
  border-radius: 0.25rem;
  font-size: 14px;
  font-weight: 400;
  margin-left: 1%;
  padding: 2px 9px;
  background: transparent;
  color: #adadad;
}
.send-box .chat-send-icon i {
  margin-right: 5px;
}
.send-btns .button-wrapper {
  position: relative;
  width: 125px;
  height: auto;
  text-align: left;
  margin: 0 auto;
  display: block;
  background: #f6f7fa;
  border-radius: 3px;
  padding: 5px 15px;
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
  overflow: hidden;
}
.send-btns .button-wrapper span.label {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  cursor: pointer;
  color: #343945;
  font-weight: 400;
  text-transform: capitalize;
  font-size: 13px;
}
.send-btns .attach .form-control {
  display: inline-block;
  width: 120px;
  height: auto;
  padding: 5px 8px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  color: #343945;
  background-color: #f6f7fa;
  background-clip: padding-box;
  border: 1px solid #f6f7fa;
  border-radius: 3px;
  margin-bottom: 5px;
}
.send-btns .button-wrapper span.label img {
  margin-right: 5px;
}
.button-wrapper {
  position: relative;
  width: 100px;
  height: 100px;
  text-align: center;
  margin: 0 auto;
}
button:focus {
  outline: 0;
}
.add-apoint {
  display: inline-block;
  margin-left: 5px;
}
.add-apoint a {
  text-decoration: none;
  background: #f6f7fa;
  border-radius: 8px;
  padding: 8px 8px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.2;
  color: #343945;
}
.add-apoint a svg {
  margin-right: 5px;
}
.chat-icon {
  display: none;
}
.closess i {
  display: none;
}
.msg-search svg {
  font-size: 18px;
  color: #6a6a6ad9;
}
.chat-new-header-01 {
  padding: 17px 10px 15px 28px;
  border-bottom: 1px solid #ccc;
}
.chat-new-header-01 h4 {
  color: #6c757d;
}
.chat-new-header-01 h4 span {
  margin-right: 10px;
}
.chat-send-icon {
  padding: 2px 9px;
  background: transparent;
  color: #adadad;
}
.chat-send-icon i {
  font-size: 35px;
}
.add-icon-plus svg {
  border: 1px solid gray;
  border-radius: 50%;
  font-size: 19px;
  width: 28px !important;
  height: 28px;
  padding: 5px;
}
.emoji-all {
  background: transparent;
  border: none;
  position: absolute;
  right: 2%;
  top: 16%;
  padding: 2px 5px;
}
.emoji-all i {
  font-size: 25px;
  color: #969696;
}
.mesg-flex-01 {
  position: relative;
  width: 100%;
}
.flex-shrink-0 img {
  height: 38px;
  width: 38px;
  border-radius: 50%;
  object-fit: contain;
}
.new-danger-total-001 {
  display: flex;
}
.new-danger-total-001 input {
  height: 39px;
}
.cart_offer .btn-danger {
  background-color: #f47820;
  border-color: #f47820;
}
.add-address-btn-01 {
  background: #fff;
  -webkit-box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  padding: 24px 20px;
  margin-bottom: 12px;
  border: none;
  color: #f67820;
}
.add-address-btn-01:hover {
  color: #f67820;
  background-color: transparent;
  border-color: transparent;
}
.add-address-btn-01 svg {
  margin-right: 6px;
}
.table-price-new {
  display: flex;
  justify-content: right;
}
.table-price-new b {
  margin-left: 13px;
}
.table-price-new .new-discount {
  font-size: 14px;
  color: gray;
  background: #f5f5f5;
  border-radius: 2px;
  padding: 0 8px;
  margin-right: 8px;
  -ms-flex-align: center;
  align-items: center;
}
.new-discount .enable-del {
  margin-right: 10px;
}
.shop-name {
  font-size: 13px !important;
  font-weight: 500;
}
.shop-name-logo {
  width: auto;
  height: 16px;
  object-fit: contain;
  margin-right: 5px;
}
.delivery-content-order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #e1e1e1;
  margin-top: 13px;
  padding-top: 16px;
}
.delivery-card-active-01 {
  border: 0.5px solid #007787;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  position: relative;
  overflow: hidden;
}
.delivery-card-01 {
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  padding: 18px 20px;
  margin-bottom: 8px;
}
.delivery-card-01.edit-addr-form-001 {
  position: relative;
  text-align: center;
  padding: 10px 10px;
  border-radius: 6px;
  cursor: pointer;
}
.edit-addr-form-001 h4 {
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 500;
}
.delivery-title {
  color: #2a63b0;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4px;
  line-height: 12px;
}
.delivery-subtitle {
  color: #4c4c4c;
}
.delivery-card-active-tag {
  width: 0;
  height: 0;
  display: block;
  border-left: 10px solid #2a63b0;
  border-top: 10px solid #2a63b0;
  border-bottom: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  left: 0;
  top: 0;
}
.delivery-card-active-tag svg {
  position: absolute;
  left: -8px;
  top: -9px;
  color: #ffffff;
  font-size: 10px;
}
.delivery-title span:first-child {
  border-right: 1px solid #2a63b0;
  padding-right: 6px;
}
.delivery-title span:last-child {
  padding-left: 7px;
}
.voucher-store {
  border: 1px solid #dee2e6;
  border-radius: 7px;
  padding: 22px 11px;
}
.inner-flex-voucher {
  display: flex;
  justify-content: space-between;
}
.cart_table.tb-01-img table td img {
  height: 49px;
}
.voucher-creat {
  text-align: right;
}
.inner-flex-voucher a {
  text-decoration: none;
  line-height: 1;
  font-size: 14px;
  font-weight: 600;
  color: #f47820;
}
.inner-flex-voucher a svg {
  margin-left: 10px;
}
.voucher-creat span {
  color: #f47820;
}
.voucher-creat p:first-child {
  font-size: 14px;
  line-height: 2;
}
.voucher-creat p:last-child {
  font-size: 14px;
  color: #6a6a6a;
  font-weight: 500;
}
.new-add-address-voucher .form-group {
  margin-bottom: 15px;
}
.btn-check:focus + .add-address-btn-01,
.add-address-btn-01:focus {
  color: #f47820;
  background-color: transparent;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
  border-color: #ffffff;
}
.new-add-address-voucher label {
  margin-bottom: 6px;
}
.new-design-checkout {
  margin-bottom: 30px;
}
.p-register-001-head {
  font-size: 15px;
  color: #464646;
}
.address-edit-001-details {
  margin-top: 10px;
}
.p-voucher-address {
  border-left: 1px solid #ddd;
  padding-left: 14px;
}
.p-voucher-address p {
  font-size: 15px;
  color: #514f4f;
  line-height: 1.4;
}
.modal-edit-voucher {
  text-align: right;
}
.modal-edit-voucher a {
  text-decoration: none;
}
.details-voucher-address-001 span:first-child {
  display: inline-block;
  font-size: 11px;
  line-height: 14px;
  background: rgba(0, 119, 135, 0.08);
  border-radius: 2px;
  color: #e8721e;
  padding: 2px 6px;
  margin-right: 11px;
  line-height: 1.4;
  white-space: nowrap;
}
.details-voucher-address-001 span:last-child {
  font-size: 15px;
  color: #444749;
}
.wrap-p {
  padding: 11px;
  border: 1px solid #e1e1e1;
  border-radius: 7px;
  margin: 19px 0 10px;
}
.wrap-p p {
  line-height: 1.5;
  font-size: 15px;
}
.wrap-p p:first-child {
  color: #2960ab;
}
.address-edit-001-register p:nth-last-child(1) {
  font-size: 15px;
  line-height: 1.5;
}
.address-edit-001-register p:nth-last-child(2) {
  font-size: 15px;
  line-height: 1.5;
}
.address-edit-001-register p:nth-last-child(1) a {
  margin-left: 15px;
}
.address-edit-001-register p:nth-last-child(2) a {
  margin-left: 15px;
}
.add-btn-new-001 {
  background: #f47820;
  border: none;
  color: var(--white-color);
  border-radius: var(--border-radius);
  padding: 6px 20px 8px;
  font-size: 16px;
  margin-top: 10px;
  transition: var(--transition);
}
.new-add-more-details-modal {
  padding: 23px 27px 30px;
}
.edit-change-all {
  display: flex;
  justify-content: space-between;
}
.edit-change-all a {
  text-decoration: none;
}
.number-01-help span {
  font-size: 15px;
  color: #2f2e2e;
}
.number-01-help {
  margin-top: 9px;
}
.db-sub p {
  font-size: 15px;
  margin-top: 9px;
}
.billing-add-all {
  display: flex;
}
.billing-add-all span:nth-child(1) {
  text-transform: uppercase;
  display: inline-block;
  font-size: 11px;
  line-height: 14px;
  background: rgba(0, 119, 135, 0.08);
  border-radius: 2px;
  color: #e8721e;
  padding: 2px 6px;
  margin-right: 11px;
  line-height: 1.4;
  white-space: nowrap;
}
.billing-add-all span:nth-child(2) {
  text-transform: uppercase;
  display: inline-block;
  font-size: 11px;
  line-height: 14px;
  background: rgba(0, 119, 135, 0.08);
  border-radius: 2px;
  color: #212529;
  padding: 2px 6px;
  margin-right: 11px;
  line-height: 1.4;
  white-space: nowrap;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.billing-add-all span:nth-child(3) {
  text-transform: uppercase;
  display: inline-block;
  font-size: 11px;
  line-height: 14px;
  background: rgba(0, 119, 135, 0.08);
  border-radius: 2px;
  color: #212529;
  padding: 2px 6px;
  margin-right: 11px;
  line-height: 1.4;
  white-space: nowrap;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.inner-flex-voucher i {
  rotate: 90deg;
  color: #f47820;
}
.st-btn {
  display: inline-block !important;
}
.share-icon-social {
  min-width: 24rem;
  top: 40px !important;
  right: -43px !important;
}
.new-danger-total-001 {
  border-top: 1px solid #d8d8d891;
  padding-top: 13px;
  margin-top: 13px;
  margin-bottom: 5px;
}
.get-voucher-modal {
  text-align: center;
}
.get-voucher-modal h4 {
  font-size: 20px;
  margin-bottom: 4px;
}
.get-voucher-modal p {
}
.get-voucher-modal img {
  width: 100%;
  height: 185px;
  object-fit: contain;
  margin-bottom: 18px;
}
.chat-more-seller {
  margin-left: 56px;
}
.chat-more-seller a {
  text-decoration: none;
  color: #2a63b0;
}
.chat-more-seller a svg {
  margin-left: 2px;
}
.order-reply-all {
  margin-left: 11px;
  margin-top: 2px;
  font-size: 16px !important;
}
.order-reply-all i {
  font-size: 15px;
  margin-right: 3px;
}
.order-reply-all span {
  margin-bottom: 0;
  line-height: 0;
  font-size: 13px;
  margin-top: 7px;
  font-weight: 200;
}
.new-img-sub span {
  width: 29px;
  height: 29px;
  background-color: #f5f5f5;
  padding: 3px;
  border-radius: 50%;
  text-align: center;
}
.btn-edit-opt .btn {
  width: auto !important;
}
.btn-edit-opt .add-edt {
  background: transparent;
  color: #000;
  font-weight: 500;
  border: 0;
  border-radius: 4px;
}
.btn-edit-opt .add-edt svg {
  color: #f67820;
  margin-right: 10px;
}
.btn-edit-opt .add-edt-conf {
  border-radius: 4px;
  background: #f67820;
  border-color: #f67820;
}
.btn-check.add-edt-conf:focus + .btn-primary,
.btn-primary.add-edt-conf:focus {
  box-shadow: 0 0 0 0.25rem rgb(49 132 253 / 0%);
}
.btn-check.add-edt:focus + .btn-primary,
.btn-primary.add-edt:focus {
  box-shadow: 0 0 0 0.25rem rgb(49 132 253 / 0%);
}
.mod-z {
  z-index: 1057 !important;
}
.sellerRegisterValidate label {
  display: flex;
}
.sellerRegisterValidate label span {
  margin-left: 8px;
}
.nav-drop-position {
  position: relative;
  display: inline-block;
}
.dropdown-content-new-add {
  display: none;
  position: absolute;
  min-width: 100%;
  padding-top: 16px;
}
.dropdown-content-new-add a {
  white-space: nowrap;
  padding: 9px 16px 9px 9px;
  text-decoration: none;
  display: block;
  color: #6a6a6a !important;
  font-weight: 400 !important;
}
.dropdown-content-new-add a:hover {
  color: #f47820 !important;
}
.dropdown-content-new-add a i {
  width: auto !important;
  margin-right: 14px !important;
}
.pd-top-35:before {
  left: 67%;
  -webkit-transform: translateX(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  border-left-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-top-style: solid;
  top: -6px;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-color: #e9ecef;
}
.pd-top-35 {
  position: absolute;
  background-color: #ffffff;
  min-width: 100%;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  z-index: 9;
  right: -21%;
  padding: 10px;
  border-radius: 4px;
  top: 14px;
}
.font-auth-name {
  font-size: 14px;
}
.nav-drop-position:hover .dropdown-content-new-add {
  display: block;
}
.login-width-scroll-01 {
  width: 89px !important;
  margin-left: 10px;
}
.banner-wrap {
}
.featured-section-index {
  border: 1px solid #efefef;
  border-radius: 0;
  -webkit-transform: all 0.3s ease-in-out;
  -ms-transform: all 0.3s ease-in-out;
  transform: all 0.3s ease-in-out;
}
.featured-section-index:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -webkit-transform: all 0.3s ease-in-out;
  -ms-transform: all 0.3s ease-in-out;
  transform: all 0.3s ease-in-out;
}
.featured-section-index img {
  width: 100%;
  object-fit: contain;
  height: 124px;
  padding: 15px 18px 5px;
}
.featured-section-index .featured-img-p {
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  margin-top: 6px;
  margin-bottom: 2px;
}
.front-add-cart svg {
  font-size: 24px;
  width: 24px !important;
  height: 24px;
  border-radius: 50%;
  background: #ffffff;
  padding: 6px 5px;
  color: #f47820;
  line-height: 1;
  box-shadow: 1px 2px 10px 2px rgb(0 0 0 / 13%), 1px 6px 6px rgb(0 0 0 / 0%);
}
.front-wishlist i.las {
  color: #f47820 !important;
}
.front-wishlist-single i.las {
  color: #f47820 !important;
}
.front-add-cart-single svg {
  font-size: 24px;
  width: 24px !important;
  height: 24px;
  border-radius: 50%;
  background: #ffffff;
  padding: 6px 5px;
  color: #f47820;
  line-height: 1;
  box-shadow: 1px 2px 10px 2px rgb(0 0 0 / 13%), 1px 6px 6px rgb(0 0 0 / 0%);
}
.promotion-01 {
  display: flex;
  align-items: baseline;
  margin-bottom: 11px;
}
.promotion-01 h4 {
  font-size: 16px;
}
.promo-drop {
  margin-left: 32px;
}
.promo-btn-voucher {
  border-radius: 0;
  background: #2a63b0;
  border-color: #2a63b0;
  padding: 5px 10px;
  line-height: 1.2;
  font-size: 14px;
  position: relative;
}
.promo-btn-voucher:after {
  position: absolute;
  top: -1px;
  right: -9px;
  display: inline-block;
  content: "";
  border-color: #2a63b0 transparent;
  border-style: solid;
  border-width: 15px 9px;
}
.promo-btn-voucher:hover {
  color: #fff;
  background-color: #2a63b0;
  border-color: #2a63b0;
}
.btn-check:focus + .btn-secondary,
.btn-secondary.promo-btn-voucher:focus {
  background-color: #2a63b0;
  border-color: #2a63b0;
  box-shadow: 0 0 0 0.25rem rgb(130 138 145 / 0%);
}
.promo-dropdown-all {
  min-width: 24rem;
  padding: 6px 9px;
  overflow-y: auto;
  max-height: 309px;
}
.voucher-img-details img {
  width: 100%;
  height: 20px;
  object-fit: contain;
}
.voucher-img-details h4 {
  font-size: 11px;
}
.voucher-single-001:before {
  position: absolute;
  content: "";
  height: 8px;
  left: 28%;
  border-radius: 0;
  z-index: 1;
  top: -1%;
  background-color: #fff;
  width: 15px;
  border: 1px solid #f47820;
  border-top: 0;
  border-left: 1px solid #f47820;
  border-right: 1px solid #f47820;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.voucher-single-001:after {
  position: absolute;
  content: "";
  height: 8px;
  left: 28%;
  border-radius: 0;
  z-index: 1;
  bottom: -1%;
  background-color: #fff;
  width: 15px;
  border: 1px solid #f47820;
  border-top: 1px solid #f47820;
  border-left: 1px solid #f47820;
  border-right: 1px solid #f47820;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom: 0;
}
.voucher-single-001 {
  border: 1px solid #f47820;
  padding: 5px 9px;
  position: relative;
  border-radius: 7px;
  margin-bottom: 10px;
}
.right-voucher-detail {
  display: flex;
  justify-content: space-between;
  margin-left: 12px;
}
.progress-01 {
  line-height: 0;
  padding-bottom: 5px;
}
.progress-01 span {
  font-size: 12px;
  margin-left: 10px;
  color: #f47820;
}
.progress-01 .progress {
  height: 5px;
}
.progress-01 .progress-bar {
  background-color: #f47820;
}
.voucher-all-new p {
  margin-bottom: 5px;
}
.voucher-all-new h3 {
  font-size: 20px;
  line-height: 1.3;
  color: #2a63b0;
}
.btn-clt-001 {
  background: #2a63b0;
  border-radius: 4px;
  padding: 6px 11px;
  color: #ffffff;
  font-size: 14px;
  margin-top: 14px;
  line-height: 1;
}
.btn-clt-001:hover {
  color: #ffffff;
}
.collect-btn-vch p {
  text-align: right;
}
.collect-btn-vch p a {
  padding: 4px 10px;
  background: #f4782057;
  border-radius: 12px;
  font-size: 11px;
  line-height: 1;
  text-decoration: none;
  color: #2a63b0;
  font-weight: 600;
}
.mb-001 {
  margin-bottom: 13px !important;
}
.voucher-img-details h4 {
  position: absolute;
  top: 0;
  background: #f47820;
  color: #ffffff;
  padding: 2px 3px;
  left: 0;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.voucher-img-details {
  margin-top: 24px;
  text-align: center;
}
.voucher-img-details p {
  margin-top: 12px;
}
.dot-right-voucher {
  border-right: 2px dashed #f47820;
  margin-left: -13px;
}
.nav-drop-position a {
  line-height: 1;
  align-items: center;
}
.header-addtional-design {
  width: 146px;
  margin-left: 2px;
}
.header-addtional-design h4 {
  font-size: 16px;
  font-weight: 700;
  margin-left: -6px;
  margin-bottom: 0;
}
.brand-001 img.img-new-acc {
  height: 28px;
  width: 28px;
  border-radius: 50%;
  border: 1px solid #ccc;
  margin-left: -7px;
}
.img-sicky-scroll {
  height: 28px;
  width: 28px;
  border-radius: 50%;
  border: 1px solid #ccc;
  margin-left: -7px;
}
.login-width-scroll-01.scroll-top-head-p {
  margin-left: 6px;
}
.new-tab-001-res {
  display: flex;
}
.login-name-res.tab-section-res {
  margin-left: -5px;
}
.delivery-card-active-tag.new-check-frm {
  border-top-left-radius: 6px;
}
.warp-tick h3 {
  font-size: 16px;
}
.tc-voucher-md {
  padding: 21px 50px;
}
.more-vc-tc h4 {
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 0;
}
.more-vc-tc ul {
  padding-left: 4px;
}
.more-vc-tc ul li {
  color: #666363;
  font-size: 15px;
  line-height: 1.7;
}
.more-vc-tc ul li svg {
  font-size: 12px;
  margin-right: 9px;
}
.vch-head {
  padding-left: 19px;
}
.voucher-ct-btn {
  border-radius: 4px;
  background-color: #f47820;
  border-color: #f47820;
}
.btn-check:focus + .btn-primary,
.btn-primary.voucher-ct-btn:focus {
  box-shadow: 0 0 0 0.25rem rgb(49 132 253 / 0%);
}
.zoomContainer {
  z-index: 5 !important;
}
.radio-new-dgn {
  display: flex;
  line-height: 2;
  padding-left: 14px;
}
.radio-new-dgn label {
  margin-bottom: 0 !important;
}
.radio-new-dgn input {
  margin-left: 11px;
}
.edit-default-bil h3 {
  font-size: 16px;
}
.edit-default-bil-border {
  border: 1px solid #e1e1e1;
  padding: 13px 8px;
  border-radius: 4px;
}
.edit-default-bil-border .form-group {
  margin-bottom: 0;
}
.edit-default-bil-border p {
  font-size: 15px;
  padding-left: 10px;
  color: #6a6a6a;
  padding-top: 11px;
  line-height: 1.3;
}
.cart-voucher-001-dis a {
  color: #f47820;
  text-decoration: none;
  font-size: 16px;
  border: 1px solid #f47820;
  padding: 5px 10px;
}
.cart-voucher-001-dis a svg {
  margin-left: 6px;
}
.vch-md-001-pop {
  padding: 15px 25px;
  height: 382px;
  overflow: auto;
}
.vch-md-001-pop ul {
  padding-left: 0;
  list-style: none;
}
.ord-001 {
  margin-left: 10px;
}
.resendCode {
  margin: 1px 3px 13px !important;
  background: #f47820 !important;
  border-color: #f47820;
  width: 26%;
  border-radius: 4px;
  line-height: 1.7;
  font-size: 16px;
  padding: 7px 8px;
}
.resendCode:hover {
  border-color: #f47820;
}
.resendCode.btn-check:focus + .btn-primary,
.resendCode.btn-primary:focus {
  border-color: #f47820;
  box-shadow: 0 0 0 0.25rem rgb(49 132 253 / 0%);
}
.single-prop-det a {
  border: 1px solid #e9ecef;
  padding: 7px 8px;
  font-size: 15px;
  border-radius: 4px;
  margin-right: 5px;
  text-decoration: none;
  color: #333;
  margin-bottom: 6px;
}
.single-prop-det a.active-itm {
  border: 1px solid #f47820;
}
.single-prop-det a:hover {
  color: #f47820;
}
.btn-fcs.btn:focus {
  box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0%);
}
.single-prop-det label {
  margin-bottom: 5px;
}
.details-more-side p {
  font-size: 15px;
}
.order-map-loction {
  box-shadow: 0 21px 41px -13px rgb(0 0 0 / 18%);
  background: #ffffff;
  padding: 17px;
}
.order-info-background {
  padding: 36px 20px 36px;
  border-radius: 5px;
  margin-bottom: 20px;
  height: 199px;
  border: 1px solid #80808014;
}
.icon-contact-order {
  text-align: center;
}
.icon-contact-order svg {
  font-size: 28px;
  color: #f47820;
  margin-bottom: 8px;
}
.details-info-001-cont {
  text-align: center;
}
.details-info-001-cont p {
  margin-bottom: 0;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.7);
  font-weight: 500;
  font-size: 17px;
}
.details-info-001-cont p:last-child {
  margin-top: 3px;
}
.contact-wrap-order {
  margin: -9px 0 78px;
}
.order-map-loction iframe {
  height: 300px;
}
.contact-info-wrap {
  margin-top: -75px;
  margin-bottom: -19px;
  border-radius: 5px;
  margin-left: -15px;
  background: #ffffff;
  padding: 20px;
  box-shadow: 0 21px 41px -13px rgb(0 0 0 / 18%);
}
.details-info-001-cont a {
  text-decoration: none;
  color: #555;
  font-size: 17px;
}
.connect-contact {
  padding: 11px 13px;
}
.connect-contact h3 {
  font-size: 20px;
}
.details-info-001-cont a:hover {
  color: #f47820;
}
.new-design-contact-overall {
  padding: 0 31px;
}
.new-design-contact-overall ul {
  list-style: none;
}
.new-design-contact-overall ul li {
  display: flex;
}
.icon-contact-order i {
  font-size: 31px;
  color: #f47820;
  margin-bottom: 8px;
}
.fixed-footer-new-add {
  position: inherit;
  text-align: center;
}
.fixed-footer-new-add span {
  margin-top: -3px !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 54px;
}
.fixed-footer-new-add i {
  color: #6a6a6a;
  background: transparent;
}
.fixed-footer-new-add i:hover {
  color: #e62e04;
}
.spiner-div {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffffff75;
  z-index: 9999;
  flex-direction: column;
}
.overide001 {
  margin-bottom: -43px;
  margin-top: -86px;
}
.comment-reply-01 {
  display: flex;
  align-items: flex-start;
  margin-top: 24px;
}
.cmt-width img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  border-radius: 50%;
  border: 1px solid #efefefc2;
  padding: 5px;
}
.short-all {
  list-style: none;
  margin-left: 10px;
}
.short-all a {
  text-decoration: none;
  color: #515457;
}
.back-step-mobile {
  display: none;
}
.delivery-active {
  background: #00a790;
  color: #ffffff;
}
.change-location-new-add-order {
  min-width: 21rem;
  padding: 13px 13px 7px !important;
  margin-top: 15px !important;
  overflow: auto;
  height: 328px;
}
.change-location-new-add-order li {
  padding: 11px 10px !important;
  margin-top: 0 !important;
}
.change-location-new-add-order li a {
  padding: 0 !important;
  margin-left: 0 !important;
}
.change-location-new-add-order li a:hover {
  color: #f47820;
  background: transparent;
  text-decoration: none;
}
.spiner-all-load {
  position: relative;
}
.position-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
}
.hideLocationBox {
  display: none !important;
}
.removeClass {
  display: none !important;
}
.showClass {
  display: block;
}
.footer-band-logo img {
  height: 61px;
}
.header-wrap-new-sec p {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.4;
  color: #333333ad;
  margin-top: 15px;
  margin-bottom: 20px;
}
.new-opt div:first-child {
  margin-bottom: 10px;
}
.payment-title p {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 14px;
}
.tab-order-more h4 {
  font-size: 35px;
  font-weight: 700;
  color: #235faf;
  text-transform: capitalize;
}
.tab-order-more span {
  color: #f47820;
}
.tab-order-more p {
  font-size: 16px;
  color: #555555f0;
  font-weight: 600;
  margin-top: 13px;
  margin-bottom: 27px;
}
.act-01 {
  color: #5c5d5fc7;
  filter: grayscale(100%);
}
.act-01 i {
  font-size: 36px;
}
.nav-pills .nav-link.act-01.active {
  color: #f47820;
  background-color: transparent;
  filter: grayscale(0);
}
.act-01 p {
  margin-top: -3px;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 600;
}
.order-tab-opt .nav-item {
  margin-right: 29px;
}
.act-01.nav-link:focus,
.act-01.nav-link:hover {
  color: #f47820;
}
.btn-crt-act {
  border-radius: 4px;
  font-weight: 600;
  font-size: 15px;
  padding: 10px 32px;
  background: #2a63b0;
  border: 1px solid #2a63b0;
}
.wrap-tap-img {
  background: #f7f7fa;
  padding: 55px 0;
}
.img-mobile-app img {
  width: 100%;
  height: 475px;
  object-fit: contain;
}
.align-01 {
  align-items: center;
}
.act-01 img {
  width: 100%;
  height: 43px;
  object-fit: contain;
  margin-bottom: 7px;
}
.btn-crt-act:hover {
  color: #235faf;
  background-color: transparent;
  border-color: #235faf;
  font-weight: 600;
}
.mb-app-img-4 {
  margin-bottom: 30px;
}
.new-footer-img-001 img {
  aspect-ratio: 3/2;
}

.flash-title {
  text-align: center;
}
.flash-title  h1 {
  font-weight: 800;
  line-height: 40px;
  font-size: 40px;
  color: #1765ae;
  padding-top: 18px;
}
.flash-title  h1 span {
  color: #000;
  font-size: 44px;
  font-weight: 700;
}
.flash-top-bar {
  position: relative;
  padding-top: 10px;
}
.flash-top-bar::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  content: '';
  background-color: #1765ae;
}

.flash-img {
  height: 393px;
}
.flash-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.custom__btn {
  height: 35px;
    border: none;
    /* background: var(--primary-color); */
    background: #f47820;
    color: var(--white-color);
    padding: 0 10px;
    font-size: 20px;
    border-radius: var(--border-radius);
    margin-left: 7px;
}