/*5 Jan 2024 Open*/
#goto_top {
  z-index: 999;
  display: none;
  position: fixed;
  right: 10px;
  bottom: 10px;
  width: 36px;
  height: 36px;
  border: none;
  background: #ff3f55;
  text-align: center;
  border-radius: 4px;
}

#goto_top span {
  position: absolute;
  top: -2px;
  left: 0;
  right: 0;
  color: #fff;
  text-align: center;
  font-size: 24px;
  line-height: 36px;
}

#goto_top:hover {
  background: #000;
  border: none;
}

.container-fluid {
  padding-right: 40px;
  padding-left: 40px;
}
.container {
  max-width: 1320px;
}
p {
  color: #303030;
}
.navbar-toggler {
  background-color: transparent;
  border: transparent;
  border-radius: 0;
  height: 36px;
  min-width: 36px;
}
.navbar-toggler {
  float: right;
  margin-right: 10px;
}
.lnr.lnr-menu {
  font-size: 30px;
}

a {
  color: #032c40;
}
a:hover {
  color: #c71010;
}
.green_color {
  color: #37d3a6;
}
.text_red {
  color: #c71010;
}
.text_blue {
  color: #032c40;
}
.link_dark {
  color: #767676;
}
.fw_semibold {
  font-weight: 600;
}
h1,
h2 {
  color: #303030;
}
.font30 {
  font-size: 30px;
}
.font24 {
  font-size: 24px;
}
.font22 {
  font-size: 22px;
}
.font20 {
  font-size: 20px;
}
.font16 {
  font-size: 16px;
}
.font12 {
  font-size: 12px;
}

.ga-btn {
  color: #032c40;
  border: 2px solid #032c40;
}
.ga-btn:hover {
  background-color: #032c40;
  color: #fff;
}
.btn_white {
  font-size: 14px;
  font-weight: 700;
  color: #032c40;
  background: #fff;
  border-radius: 6px;
  padding: 8px 30px;
  text-align: center;
}
.btn_white:hover {
  color: #032c40;
  background: #fff;
  opacity: 0.9;
}
i {
  vertical-align: middle;
}
.btn_red_outline {
  font-size: 14px;
  font-weight: 700;
  color: #c71010;
  background: #fff;
  border: solid 1px #c71010;
  border-radius: 6px;
  padding: 8px 30px;
  text-align: center;
}
.btn_red_outline:hover {
  color: #fff;
  background: #c71010;
  opacity: 0.9;
}
.btn_red {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  background: #c71010;
  border-radius: 6px;
  padding: 8px 10px;
  text-align: center;
  min-width: 80px;
}
.btn_red:hover {
  color: #fff;
  background: #c71010;
  opacity: 0.9;
}
.green_btn {
  border-radius: 6px;
  background: #37d3a6;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  padding: 8px 10px;
  text-align: center;
  min-width: 80px;
}
.green_btn:hover {
  background: #2bbd94;
  color: #fff !important;
}

.chat_btn {
  border-radius: 6px;
  background: #fff;
  font-weight: 700;
  font-size: 14px;
  color: #427a95;
  border: 2px solid #427a95;
  padding: 8px 10px;
  text-align: center;
  min-width: 80px;
}
.chat_btn:hover {
  background: #427a95;
  color: #fff !important;
}
.share_btn {
  border-radius: 6px;
  background: #fff;
  font-weight: 700;
  font-size: 14px;
  color: #032c40;
  border: 2px solid #032c40;
  padding: 8px 10px;
  text-align: center;
}
.share_btn:hover {
  background: #032c40;
  color: #fff !important;
}
.btn_red i,
.green_btn i {
  font-size: 22px;
}

.gray_bg {
  background: #eaeaea;
}
.gray_bg_light {
  background: #F9F9F9;
}

.ga-filters p i,
.breadcrumbs p i {
  font-size: 12px;
  padding: 0 7px;
  vertical-align: middle;
}

/*breadcrumb*/
.breadcrumb {
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
  list-style: none;
  background-color: transparent;
  border-radius: 0;
}

/*Search Open*/
.search_header {
  margin: 0;
  padding: 0;
  display: flex;
}
.search_header .form-control {
  height: 40px;
  line-height: 24px;
  padding: 5px;
  font-size: 16px;
  color: #888888;
  background: #f9f9f9;
  border-color: #eaeaea;
  border-radius: 6px;
}

.search_header .form-control:focus {
  color: #888888;
  box-shadow: none;
}
.search_header .btn-danger {
  background-color: #c71010;
  border-color: #c71010;
  width: 40px;
  height: 40px;
  text-align: center;
  padding: 0 !important;
}

.search_header .btn-danger img {
  width: 16px;
  height: 16px;
  margin: auto;
  vertical-align: middle;
}

.search_header select {
  max-width: 140px;
  margin-right: 10px;
}
.search_header .input-group {
  width: calc(100% - 150px);
  max-width: 350px;
  display: inline-block;
}
.ga-topbar-notify {
  display: inline-block;
}
.ga-user__description {
  font: 600 14px/1 "sans-serif", Open Sans;
  color: #303030;
  margin-left: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  max-width: 130px;
  text-align: left;
}
.navber {
  background-color: #37d3a6;
  min-height: 40px;
}

.navbar-nav .nav-link,
.ga-navbar-nav > .menu-item-has-mega-menu > a {
  color: #303030;
  font-size: 16px;
  font-weight: 500;
  padding: 18px 25px !important;
}

.ga-navbar-nav > li {
  padding: 0;
  font-weight: 500;
}

.navbar-nav .nav-link:hover,
.ga-navbar-nav > li > a:hover {
  font-weight: 500;
}
.navbar-nav .nav-link.active,
.ga-navbar-nav > li > a.active {
  font-weight: 500;
}

.ga-navbar-nav > .menu-item-has-mega-menu > a:before {
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  color: #303030;
  font-size: 16px;
  width: 14px;
  height: 14px;
  right: 0px;
  line-height: 18px;
  opacity: 1;
  visibility: visible;
  position: absolute;
  z-index: 9;
  font-weight: 600;
}

.ga-navbar-nav > li.menu-item-has-mega-menu,
.ga-navbar-nav > li.page_item_has_children {
  padding-right: 0;
}

.ga-below-line:after,
.ga-navbar-nav > li > a:after {
  display: none;
}

.ga-below-line:after,
.ga-navbar-nav > li > a:after {
  background: transparent;
}

.ga-main-header__content {
  display: block;
}

.ga-main-form__input2 .ga-select select,
.ga-main-form__input3 .ga-select select {
  border-radius: 6px;
}

.ga-footerCenter {
  background-color: #f5f5f5;
}
.ga-footerLower {
  background-color: #032c40;
}
.ga-footerLower p {
  color: #fff;
}
.ga-footerCenter h6 a,
.ga-footerCenter__logoSection p,
.ga-footerCenter h6 {
  color: #303030;
}

.ga-footerCenter .ga-btn-active {
  background-color: #427a95 !important;
  color: #fff !important;
  padding: 1px 40px;
  border: none !important;
}
.ga-footerCenter .ga-btn:hover {
  color: #fff !important;
}
.ga-footerCenter .ga-btn:hover .ga-prepend + .ga-append i {
  color: #fff !important;
}
.ga-prepend + .ga-append i {
  color: #fff !important;
}
.ga-footerCenter h6 a:hover {
  color: #37d3a6;
}

.ga-footerLower__content a.text-pink {
  color: #37d3a6 !important;
}

.ga-featuredProducts--post {
  border: 1px solid #f9f9f9 !important;
  background: #fff;
  border-radius: 6px;
  margin: 5px;
}
.ga-featuredProducts--post:hover {
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
}

.ga-filters--sort__match {
  border-radius: 6px;
  overflow: hidden;
  min-width: auto;
}
.ga-filters--sort__match .ga-btn {
  color: #032c40;
  font-size: 14px;
  font-weight: 700;
  border: 2px solid #032c40 !important;
  padding: 0 17px;
}
.ga-filters--sort__match .ga-btn:hover {
  background-color: #032c40 !important;
  color: #fff !important;
}
.ga-filters--sort__match .ga-match-active {
  background-color: #032c40 !important;
  color: #fff !important;
}

/*Category List*/
.ga-serviceProvider__content {
  margin-top: 0;
}
.ga-serviceProvider__content .ga-slider {
  margin-top: 0;
}
.ga-slider figure {
  border-bottom: none;
  border-radius: 4px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-height: 150px;
  object-fit: cover;
  background: #f9f9f9;
  margin: auto;
  padding: 10px;
  position: relative;
}
.ga-slider figure img {
  width: 100%;
  max-height: 125px;
  object-fit: cover;
}
.not_verified_btn {
  background: #37d3a6;
  font-size: 11px;
  height: 22px;
  position: absolute;
  width: calc(100% - 20px);
  bottom: 0;
  left: 10px;
  color: #fff;
  font-weight: 700;
  line-height: 20px;
  border-radius: 0 0 4px 4px;
}
.not_verified_btn:hover {
  color: #fff;
}
.ga-featuredProducts--post:hover .ga-btn {
  background-color: #028910 !important;
  color: #fff !important;
}

.ga-btn-active {
  background-color: #028910 !important;
  color: #fff !important;
}

.text-pink {
  color: #c71010 !important;
}

.ga-main-header__content {
  width: 100% !important;
}
.ga-main-header__upper {
  border-bottom: none !important;
}
.home_product_title {
  font-size: 30px;
  font-weight: 700;
  color: #303030;
}
.home_product_title .old_price {
  color: #a3a3a3;
  text-decoration: line-through;
}
.ga-main-form__input1 {
  width: 300px;
}

.ga-oroption {
  margin: 20px 0;
}

.auth-clients {
  text-align: center;
}

.auth-clients li {
  float: inherit;
  display: inline-block;
}

.ga-modalcontent .modal-body {
  padding: 0 30px;
}

.ga-loginpopup .modal-footer p {
  font-size: 12px;
  margin-bottom: 10px;
}

#g-recaptcha-response {
  display: block !important;
  position: absolute;
  margin: -78px 0 0 0 !important;
  width: 302px !important;
  height: 76px !important;
  z-index: -999999;
  opacity: 0;
}

#mask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9000;
  background-color: #0009;
  display: none;
  overflow: hidden;
}

#boxes .window {
  position: absolute;
  left: 0;
  top: 0;
  width: 440px;
  height: 200px;
  display: none;
  z-index: 9999;
  padding: 20px;
  border-radius: 15px;
  text-align: center;
}

#boxes #dialog {
  width: 800px;
  height: 400px;
  padding: 0px;
  background-color: #ffffff;
  font-family: "Segoe UI Light", sans-serif;
  font-size: 15pt;
}

#popupfoot {
  font-size: 16pt;
  position: absolute;
  bottom: 0px;
  width: 250px;
  left: 250px;
}

div#popupfoots span {
  color: #f9f8f8;
  border: 1px solid #fff;
  background: #db4d4d;
  cursor: pointer;
  font-weight: 600;
  margin-left: 10px;
}

div#popupfoots span a {
  color: #f9f8f8;
}

div#popupfoots {
  font-size: 16pt;
  position: absolute;
  bottom: 0px;
  padding: 1%;
  color: #fff;
  width: 100%;
}

.popup-close {
  background: none repeat scroll 0 0 #fff;
  cursor: pointer;
  display: block;
  font-size: 150%;
  line-height: 1.33333em;
  width: 1.3333em;
  height: 1.3333em;
  line-height: 130%;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 2;
  color: #222222;
}

.agreement_div {
  padding: 20px 20px 20px 30px;
  overflow-y: scroll;
  max-height: 335px;
  text-align: justify;
}

/* .ga-topbar-notify__icons {
  width: 50px;
} */

body,
html {
  overflow-x: hidden;
}

.ga-dropdown__cart__description {
  white-space: normal !important;
}

.ga-cart-title {
  white-space: normal !important;
}

.ga-main-header__content {
  width: 100% !important;
}

.logo_main {
  max-width: 100%;
  max-height: 32px;
}

.topbar_login_cart_icons .link_user {
  line-height: 40px;
  color: #303030;
  font-weight: 600;
  font-size: 16px;
  font-weight: 700;
  margin-right: 15px;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
}

.topbar_login_cart_icons .cart_circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  border: solid 1px #eaeaea;
  background: #f9f9f9;
  margin-left: 15px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}

.topbar_login_cart_icons .cart_circle i {
  font-size: 18px;
  margin: 10px auto 0;
  display: table;
  vertical-align: middle;
  color: #444;
}

.topbar_login_cart_icons .cart_circle .ti-shopping-cart {
  transform: rotateY(180deg);
}
.topbar_login_cart_icons .cart_circle .count {
  font-size: 30px;
  display: table;
  vertical-align: middle;
  color: #000;
  position: absolute;
  top: 0;
  right: -5px;
  width: 16px;
  height: 16px;
  display: block;
  background: #c71010;
  color: #fff;
  border: none;
  text-align: center;
  font-size: 10px;
  line-height: 15px;
  border-radius: 50%;
}

.topbar_login_cart_icons .input-group-append {
  height: 44px !important;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
}

.header_search_desktop .input-group-append .btn {
  border-radius: 0 6px 6px 0;
}

.header_search_desktop .input-group-append .btn i {
  line-height: 32px;
}

.select_product {
  max-width: 140px;
}

.ga-main-header__upper {
  background: #fff;
}
.ga-user.ga-userdropdown {
  display: inline-block !important;
  position: relative;
  margin-top: -15px;
}
.ga-usermenu.open-usermenu {
  background: #15435a;
}
.ga-usermenu li:hover > a {
  background: #0b2c3c;
}
.ga-usermenu li a {
  width: 100%;
}
.notification-menu-container.show {
  top: calc(100% + -12px) !important;
}
.dropdown-menu.show.ga-dropdown__cart,
.dropdown-menu.show.ga-dropdown__notify {
  border: solid 1px #e9e9e9;
  border-radius: 8px;
}
.ga-user.ga-userdropdown a {
  display: -webkit-inline-box;
}
.ga-userdropdown .ga-usermenu.open-usermenu {
  top: calc(100% + 15px);
}
.ga-usermenu li {
  text-align: left;
}
.ga-user__description em {
  font-size: 11px;
  line-height: 14px;
}
.form-group.field-searchbox {
  margin-bottom: 0 !important;
}

.ga-match-active {
  white-space: nowrap !important;
}

.page-link {
  color: #15435a;
}

.page-item.active .page-link {
  background-color: #15435a;
  border-color: #15435a;
}

.cat_sub_title {
  color: #ff3f55 !important;
  line-height: 20px !important;
}

.cat_sub_title p {
  font-size: 14px;
}

.mega-menu-col ul {
  line-height: 18px;
  font-size: 13px;
}

.mega-menu-col ul li a {
  padding: 3px 6px;
  display: block;
}

.mega-menu-col ul li a:hover {
  color: #ff3f55;
  background: #f5f5f5;
  border-radius: 2px;
}

.ga-loading::after {
  display: none;
}

.flag_icon {
  max-width: 100%;
  max-height: 22px;
  vertical-align: middle;
}

.ga-closeasidebar {
  display: none !important;
}

.header_search_mobile {
  display: none !important;
}

.ga-vlaue-btn {
  width: 70px;
  min-width: 70px;
  max-width: 70px;
}

.dropdown-menu.notification-dropdown.mailbox:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin: auto;
  content: "";
  border-bottom: 12px solid #fff;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  top: -10px;
  position: absolute;
}

.notification-pad {
  max-height: 350px;
  overflow-y: auto;
  overflow-x: hidden;
}

.content_alert {
  padding: 5px 0 !important;
  text-align: left;
}

.content_alert .pull-right {
  font-size: 10px;
  color: #999;
  display: block;
}

.content_alert p a {
  font-size: 13px;
  color: #000;
  font-weight: 700;
}

.chat .chat-history .message {
  padding: 10px 15px;
  line-height: 18px;
  font-size: 14px;  
  background: #D8E5ED;
  box-shadow: none;
  color: #303030;
}
.chat .chat-history .other-message {
  background: #D8E5ED;
  box-shadow: none;
  color: #303030;
  border-radius: 0 6px 6px 0;
}
.chat .chat-history .my-message {
  background: #C0E0F5;
  box-shadow: none;
  color: #303030;
  border-radius: 6px 0 0 6px;
  display: block;
  float: right;
}
.chat .chat-history .my-message small {
  float: right !important;  
}
.people-list #chat-list-ui {
  height: 450px; 
}
.people-list .name {
  font-size: 14px;
  color: #15435a;
  font-weight: 700;
}
.chat .chat-history {
  height: 450px;
  min-height: 220px;
  padding: 10px 0;
}

#chat-list-ui {
  max-height: 450px;
}

.chat .chat-message textarea {
  width: 100%;
  border: none;
  padding: 12px 15px;
  font-size: 14px;
  margin-bottom: 10px;
  border-radius: 6px;
  resize: none;
  background-color: #F1F4F6;
}
.chat-container {
  border-radius: 5px;
  box-shadow: none;
  background-color: #fff;
  border: solid 1px #EAEAEA;
}
.chat-message .btn-warning {
  background-color: #427A95;
  border-color: #427A95;
  width: 40px;
  height: 40px;
}
.chat-message .btn-dark.disabled,
.chat-message .btn-dark:disabled, .chat-message .btn-dark{
  color: #fff;
  background-color: #032C40;
  border-color: #032C40 !important;
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 32% !important;
  opacity: 1;
}
.chat-message .btn-dark.disabled i,
.chat-message .btn-dark:disabled i{font-size: 24px !important;}

.ga-lower-right__content > a > i:first-child,
.ga-lower-right__content > i:first-child {
  color: #ffe10b !important;
}
.ga-featuredProducts--post figure {
  border-bottom: none;
  border-radius: 4px;
  overflow: hidden;
  width: 100% !important;
  height: 200px;
  background: #f9f9f9;
  margin: auto;
  padding: 10px;
  position: relative;
}
.ga-featuredProducts--post img {
  border-radius: 5px;
  padding: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin: auto;
  box-sizing: border-box;
}
.ga-featuredProducts--post__content {
  padding: 10px 10px 0 10px;
  margin-top: 0;
  min-height: 150px;
}
.ga-myorders .ga-featuredProducts--post__content {
  flex-direction: inherit;
  justify-content: inherit;
  border-left: none;
  margin-top: inherit;
}
.ga-featureRating {
  line-height: 1;
  margin-bottom: 10px;
}
.ga-featuredProducts--post__button {
  padding: 0 10px 10px 10px;
  box-sizing: border-box;
}
.add_to_cart {
  background: #c71010;
  border-radius: 100px;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  width: 100%;
  padding: 8px 10px;
  border: solid 1px #c71010;
}
.add_to_cart:hover {
  background: #e74444;
  border: solid 1px #e74444;
  color: #fff;
}
.add_to_cart .ti-shopping-cart {
  transform: rotateY(180deg);
}
.more_details {
  background: #fff;
  border-radius: 100px;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  color: #032c40;
  width: 100%;
  padding: 8px 10px;
  border: solid 1px #032c40;
}
.more_details:hover {
  background: #032c40;
  color: #fff;
}
.ga-featuredProducts--post__title {
  border-bottom: solid 1px #eaeaea;
  height: 50px;
  position: relative;
  left: -10px;
  margin-right: -20px;
  padding: 5px 10px;
  font-size: 14px;
  color: #303030;
  font-weight: 700;
  background: #fff;
  margin-bottom: 7px;
}
.discount {
  background: #ffe816;
  border-radius: 6px;
  padding: 6px;
  color: #404040;
  font-size: 9px;
  font-weight: 500;
  height: 28px;
  width: 65px;
  float: right;
  position: relative;
}
.discount:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #ffe816;
  position: absolute;
  left: -6px;
  transform: translateY(-50%);
  top: 50%;
}
.discount img {
  width: 16px !important;
  height: 16px !important;
  margin-right: 10px;
  vertical-align: middle;
  display: inline-block !important;
}
.ga-featuredProducts--post__price {
  display: block;
  min-height: 70px;
}
.ga-featuredProducts--post__price h5.span {
  color: #37d3a6;
}
.ga-featuredProducts--post__price h5 {
  color: #303030;
  margin-bottom: 7px;
  font-size: 14px;
  font-weight: 700;
}
.ga-featuredProducts--post__price h6 {
  padding-left: 0;
  margin-bottom: 7px;
  color: #a3a3a3;
  font-size: 14px;
  font-weight: 600;
}
.ga-featuredProducts--post em {
  margin-bottom: 1px;
  color: #303030;
  font-size: 12px;
  font-weight: 600;
  min-height: 45px;
}
.ga-featuredProducts--post em span {
  width: 24px;
  display: inline;
  line-height: 1.2;
}
.ga-featuredProducts--post em a {
  color: #c71010 !important;
  display: inline !important;
  display: -webkit-box;
  line-height: 1.2;
}
.star_rating {
  color: #ecd60d;
}
.ga-featuredProducts--post figcaption {
  display: block;
  justify-content: space-between;
  width: 30px;
  padding: 10px;
  right: 10px;
  text-align: right;
}
.ga-featuredProducts--post figcaption i {
  font-size: 24px;
  color: #fff;
}

/*Start Rating*/
.theme-krajee-svg.rating-sm .krajee-icon,
.theme-krajee-svg.rating-sm .krajee-icon-clear {
  width: 15px;
  height: 15px;
}

.top_seller_name {
  margin: 15px auto;
}
.ga_main_section11 .container-fluid {
  padding-right: 70px;
  padding-left: 70px;
}
.ga-main-lowerBackbtn a,
.ga-main-upperBackbtn a {
  color: #ffffff;
  margin: 10px 0 0 0;
}
.carousel-wrap {
  padding: 0 15px;
}
.ga_main_section11 .owl-nav i,
.ga-feedbackBanner .owl-nav i {
  font-size: 26px;
  width: 42px;
  height: 42px;
  border: solid 3px #ccc;
  border-radius: 50%;
  text-align: center;
  line-height: 36px;
}
.owl-prev.disabled i,
.owl-next.disabled i {
  opacity: 0.3;
}
.owl-nav .owl-prev {
  left: -50px;
}
.owl-nav .owl-next {
  right: -50px;
}
/*Model Product Details*/
.modal .carousel-control-next-icon, 
.modal .carousel-control-prev-icon {
  background: #032C40 !important;
  border-radius: 6px !important;
  width: 36px !important;
  height: 36px !important;
  line-height: 34px !important;
  text-align: center;
  display: inline-block;
}
.modal .owl-carousel .owl-nav .owl-next i, 
.modal .owl-carousel .owl-nav .owl-prev i{font-size: 20px;color: #fff;}
.modal .owl-nav .owl-prev{left: 0;}
.modal .owl-nav .owl-next{right: 0;}



/* .ga-product__thumbnail .active .ga-item {
  padding: 4px;
  border-radius: 4px;
  border: solid 1px #C71010;
} */
.ga-product__thumbnail .active.current .ga-item {
  border: solid 1px #ddd;
}
#Top_selling_store .ga-featuredProducts--post__content {
  min-height: 48px !important;
  background: #fff;
  padding: 10px;
  margin: 0;
}
#Top_selling_store .ga-featuredProducts--post em {
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
}
#Top_selling_store.owl-carousel .item,
#top_brands.owl-carousel .item,
#slFeedbackOwl .owl-carousel .item {
  background: #fff;
  border-radius: 4px;
}
.ga-featuredProducts--post__title h6 {
  max-height: 54px;
  color: #303030;
  font-weight: 700;
  overflow: hidden;
  line-height: 14px;
}
.shipping_alert {
  color: #37d3a6;
  background: #032c40;
  font-size: 16px;
  text-align: center;
  padding: 5px;
  position: relative;
  margin-top: -7px;
}
#myCarousel .carousel-item {
  text-align: center;
  max-height: initial;
}
#myCarousel .carousel-item a {
  display: block;
}

#myCarousel .carousel-control-prev i,
#myCarousel .carousel-control-next i {
  font-size: 26px;
  width: 42px;
  height: 42px;
  border: solid 3px #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 36px;
}
#myCarousel .owl-prev.disabled i,
#myCarousel .owl-next.disabled i {
  opacity: 0.3;
}
#myCarousel .owl-nav .owl-prev {
  left: -50px;
}
#myCarousel .owl-nav .owl-next {
  right: -50px;
}


.jq-toast-wrap.bottom-left {
  bottom: inherit;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  position: fixed;
}
.list_banner {
  background: #032c40;
}
.list_service_bg {
  background: url(../images/list_service_bg.png) no-repeat 0 0 / cover #032c40;
}
.list_service_bg h2 {
  font-size: 30px;
}
.list_service_bg p {
  font-size: 16px;
  font-weight: 600;
}
.list_banner .left_img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.most_visited_services {
  border-radius: 6px;
  overflow: hidden;
  max-width: 170px;
  margin: auto;
}
.most_visited_services .icon {
  background: #37d3a6;
  width: 170px;
  height: 170px;
  text-align: center;
  display: flex;
  padding: 10px;
  margin: auto;
  transition: transform 0.2s;
}
.most_visited_services .icon:hover img {
  transform: scale(1.1);
}
.most_visited_services .icon img {
  max-width: 100%;
  max-height: 95px;
  margin: auto;
}
.most_visited_services .icon a {
  margin: auto;
}
.most_visited_services .title {
  background: #fff;
  border: solid 1px #f9f9f9;
  font-size: 12px;
  color: #303030;
  font-weight: 600;
  line-height: 18px;
  margin-top: 10px;
  text-align: center;
}
.ga-feedbackBanner {
  min-height: auto;
}
.ga-feedbackBanner .ga-overlay {
  color: #303030;
  background: #f5f5f5;
  padding: 0 40px;
}
.ga-feedback,
.ga-feedback::after {
  background: #e1e1e1;
}
.ga-feedback:hover:after {
  background: #e1e1e1;
}
.ga-app a img {
  max-width: 100%;
  max-height: 44px;
}
.faq-inner-01,
.faq-inner-02 {
  max-height: 400px;
}
.wishlist_cart_icon {
  position: absolute;
  width: 26px !important;
  height: 26px;
  right: 4px;
  top: 4px;
}
.wishlist_cart_icon .fa-heart {
  font-size: 24px;
}
.wishlist_cart_icon .fa-heart,
.wishlist_cart_icon:hover .fa-heart {
  color: #37d3a6 !important;
}
.ga-featuredProducts--post figcaption > a:hover i::before {
  color: #37d3a6;
}
.ga-featuredProducts--post figcaption > a {
  width: 26px !important;
  height: 26px;
}
.wishlist_cart_icon .fas:before {
  position: absolute;
  top: -1px;
  left: 0px;
  z-index: 9;
  font-size: 24px;
}
.wishlist_cart_icon .fas:after {
  color: #fff;
  content: "\f004";
  position: absolute;
  top: -2px;
  left: -2px;
  z-index: 1;
  font-size: 24px;
}
.wishlist_message {
  background: #37d3a6;
  padding: 5px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 10px;
  width: calc(100% - 20px);
}
.top_seller_name {
  width: 135px;
  height: 135px;
  background: #5fd0bc;
  border-radius: 100%;
  margin: 15px auto;
  display: flex;
  border: 1px solid #ddd;
}
.top_seller_name span {
  font-size: 34px;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.ga-featuredProducts {
  margin-top: -15px;
}

.giveawae_banner {
  padding: 15px 0;
}

/*Contact Page*/
.card_shadow {
  border-radius: 6px;
  background: #fff;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
}
.contact_page iframe {
  width: 100%;
  height: 100%;
  min-height: 700px;
}
.contact_page .form-control {
  border-radius: 6px;
  border: 1px solid #eaeaea;
  background: #f9f9f9;
  height: 44px;
}

/*Blog*/
.blog_card {
  border-radius: 6px;
  border: 1px solid #eaeaea;
  background: #f9f9f9;
}
.share-button.sharer {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.blog_card p {
  margin-bottom: 15px;
}
.blog_card .font12 {
  color: #888;
}
.blog_card h6 {
  line-height: 1.3;
  font-weight: 700;
  color: #303030;
}
.blog_card .card-body {
  padding: 15px;
}
.blog_card .blog_img {
  width: 100%;
  min-height: 168px;
}
.blog_card .blog_img img {
  width: 100%;
  max-height: 168px;
  margin: 0 auto;
  object-fit: cover;
}
.blog_card .card-footer {
  padding: 0;
  margin: 0;
  background: transparent;
  border: 0;
}
.blog_card .card-footer .btn {
  background: #37d3a6;
  font-size: 16px;
  color: #fff;
  border-radius: 0px 0px 4px 4px;
  width: 100%;
  line-height: 22px;
}
.blog_card .share-button.sharer {
  padding: 0;
  margin: 0 0 0 0;
  display: inline-block;
}
.blog_card .share-button.sharer .social {
  top: 55px;
}
.blog_card .share-button.sharer a {
  color: #888;
}
.blog_card .sharebox-buttons {
  position: absolute;
  opacity: 0;
  left: 0;
}
.blog_card .share-button.sharer .social.active.top {
  transform: scale(1) translateY(-10px);
  margin: 0;
  position: absolute;
  z-index: 99;
  background: #fff;
  width: 120px;
}

.blog_detail_page .card {
  border: 1px solid #f5f5f5;
}
.share-btn {
  cursor: pointer;
}
.blog_detail_page .share-button.sharer .social.active.top {
  transform: scale(1) translateY(-10px);
  margin-top: 30px;
  z-index: 99;
  background: #fff;
  width: 120px;
  right: 70px;
  position: absolute;
}
.product_detail_page .share-button.sharer .social.active.top {
  right: 70px;
}
/*Sidebar Links*/
.sidebar_category .nav-item.border-bottom {
  border-bottom: 1px solid #f5f5f5 !important;
}
.sidebar_category .nav-item.border-bottom:last-child {
  border-bottom: 0 !important;
}
.sidebar_category .card .card-header {
  background: #15435a;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  padding: 10px;
}
.sidebar_category .card .card-header a {
  color: #fff;
}
.sidebar_category .card .nav-link {
  padding: 10px 6px;
  font-size: 12px;
  color: #303030;
  line-height: 16px;
}
.sidebar_category .card .nav-link:hover {
  color: #303030;
  font-weight: 500;
}
.sidebar_category .card .nav-link.active {
  color: #303030;
  font-weight: 700;
}
.sidebar_category .col-xl-10 p {
  margin-bottom: 16px;
}
.sidebar_category .col-xl-10 p:nth-child(2) {
  margin-bottom: 0;
}
.sidebar_category img {
  border-radius: 6px;
}
.sidebar_category .form-control {
  border-radius: 6px;
  border: 1px solid #eaeaea;
  background: #f9f9f9;
  height: 38px;
  font-size: 14px;
}
.sidebar_category .form-control.ui-slider {
  border-radius: 6px;
  border: 1px solid #eaeaea;
  background: #fff;
  height: 26px;
  font-size: 12px;
  color: #6c757d;
  padding: 5px;
}
.sidebar_category label {
  font-size: 14px;
  font-weight: 700;
  margin: 10px 0;
  color: #303030;
}

/* .ga-sidebar__categories, .ga-sidebar__days, .ga-sidebar__miscellaneous, .ga-sidebar__price, .ga-sidebar__rating{padding: 0;border-top: 0; background: #15435A;} */

.ga-sidebar__categories,
.ga-sidebar__days,
.ga-sidebar__miscellaneous,
.ga-sidebar__price,
.ga-sidebar__rating {
  padding: 0;
  border-top: 1px solid #f5f5f5;
}
.ga-searchResultProduct {
  margin-top: 0;
}
.cat_title {
  background: #15435a;
  font-size: 14px;
  color: #fff !important;
  font-weight: 700;
  padding: 0px 10px;
  border-radius: 4px 4px 0 0;
}
.cat_title_subtitle.current {
  font-weight: 700 !important;
}

.cat_list {
  padding: 10px 7px;
  font-size: 12px;
  color: #303030 !important;
  line-height: 16px;
  border-bottom: solid 1px #f5f5f5;
  margin: 0;
  font-weight: 500;
}
.cat_list:hover {
  color: #303030 !important;
  background: transparent;
  border-radius: 0;
  font-weight: 500;
}
.cat_list.active {
  color: #303030 !important;
  background: transparent;
  border-radius: 0;
  font-weight: 700;
}
.sidebar_category .ga-sidebar__categories .mCustomScrollbar {
  padding-top: 0;
}
.sidebar_category .mCSB_inside > .mCSB_container {
  margin-right: 0px;
}

.price_filter {
  padding: 6px;
}
.ga-searchProductSidebar__sortPrice {
  border-top: 0;
  padding: 0;
}

.topbar_login_cart_icons {
  list-style: none;
}

/*wishlist*/
.wishlist .modal-content {
  border-radius: 20px;
}
.wishlist .modal-header {
  border-bottom: none;
}
.wishlist .modal-header .close {
  font-size: 40px;
  font-weight: 500;
}
/*Products Details*/
.ga-product__description {
  display: flex;
  flex-direction: column;
  height: auto;
  border: solid 1px #eaeaea;
  border-radius: 4px;
  padding: 15px;
}
.product_type p,
.product_type b {
  color: #767676;
}
.product_type p {
  color: #767676;
  margin-bottom: 10px;
}
.product_type .verified_not_verified {
  background: #427a95;
  border-radius: 4px;
  color: #fff;
  padding: 4px 25px;
  font-weight: 700;
  font-size: 11px;
}
.text-Description ul {
  list-style-type: disc;
}

.sharebox-buttons {
  position: absolute;
  opacity: 0;
  left: 0;
}
.product_image_popup_slide .carousel-item img {
  max-height: 500px;
  width: auto !important;
  margin: 0 auto;
}
.product-detail-left{border:none; padding: 0;}
.product-detail-left .owl-carousel .owl-nav .owl-next, 
.product-detail-left .owl-carousel .owl-nav .owl-prev{
  background: #032C40;
  border-radius: 6px;
  width: 36px;
  height: 36px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
}
.product-detail-left .owl-carousel .owl-nav .owl-next i, 
.product-detail-left .owl-carousel .owl-nav .owl-prev i{font-size: 20px;color: #fff;}

.product-detail-left .owl-nav .owl-prev{left: 0;}
.product-detail-left .owl-nav .owl-next{right: 0;}


.carousel-control-next-icon,
.carousel-control-prev-icon {
  background: #363636;
  width: 30px;
  height: 30px;
  border-radius: 100%;
}
.carousel-control-next-icon i,
.carousel-control-prev-icon i {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
}
.product_rate .rating-stars {
  font-size: 14p;
  font-size: 14px;
}
.product-detail-left .carousel-wrap {
  margin: 0 auto 30px;
  padding: 0 2%;
  width: 85%;
  position: relative;
}
#seller_recommend .owl-item {
  width: 260px !important;
}
/* .owl-nav .owl-next {
  right: -15px;
}

.owl-nav .owl-prev {
  left: -15px;
} */

span.other_country_msg {
  background: #e7e4e4;
  padding: 1%;
  font-weight: 600;
}
/* .product_size.owl-carousel .owl-item {
  width: 100% !important;
} */
/*Plus Minus Value*/
.quantity_plus_minus {
  overflow: hidden;
  max-width: 100px;
  border-radius: 100px;
  border: solid 1px #eaeaea;
  background: #f5f5f5;
  font-size: 16px;
  color: #7e7e7e;
  font-weight: 600;
}
.quantity_plus_minus .ga-input-number {
  background: #fff;
  border-left: solid 1px #eaeaea;
  border-right: solid 1px #eaeaea;
  font-size: 14px;
  color: #303030;
  width: 100%;
}

/*Cart Table*/
.catt_table {
  border-radius: 6px !important;
  overflow: hidden;
}
.catt_table thead {
  background: #f9f9f9;
  border: solid 1px #eaeaea;
  color: #888888;
  border-radius: 6px !important;
  overflow: hidden;
}
.catt_table thead th {
  color: #888888 !important;
  padding: 4px !important;
  font-size: 12px;
}
.catt_table thead th:last-child {
  border-radius: 6px 0 0 6px !important;
  overflow: hidden;
}
.catt_table thead th:lest-child {
  border-radius: 0 6px 6px 0 !important;
  overflow: hidden;
}
.catt_table tbody td {
  border-bottom: solid 1px #eaeaea !important;
  padding: 30px 4px !important;
  font-size: 14px;
}
.catt_table tbody td .product_img {
  width: 82px;
  height: 82px;
  border-radius: 4px;
  object-fit: cover;
}
/*Buyer Dashboard*/
.ga-sidebarwrapper {
  background: #032c40;
  border-radius: 6px;
  max-height: 96vh;
  min-height: 100%;
  overflow-y: auto;
}
.ga-navdashboard > ul > li {
  border-top: 1px solid #15435a;
  line-height: 20px;
}
.ga-navdashboard > ul > li a {
  padding: 15px 15px;
  color: #fff;
}
.ga-navdashboard > ul > li:after,
.ga-navdashboard > ul > li:before {
  display: none;
}
.ga-navdashboard > ul > li.ga-active,
.ga-navdashboard > ul > li.ga-openmenu,
.ga-navdashboard > ul > li:hover {
  font-weight: 700;
  background: transparent;
}
.ga-usersinfo {
  position: relative;
  padding: 15px;
  width: 100%;
  display: table;
}
.single-chart {
  width: 58px;
  margin: 0;
}
.ga-usersinfo .ga-slider__tags {
  margin-bottom: 2px;
}
.ga-slider__tags a,
.ga-slider__tags span {
  height: auto;
}
.ga-usersinfo .ga-title {
  margin: 0;
  text-align: left;
  flex-direction: inherit;
  justify-content: inherit;
  width: calc(100% - 60px);
  padding-left: 20px;
  display: inline-block;
}
.ga-profileimg img {
  border-radius: 50%;
  border: 3px solid #fff;
  padding: 0px;
}
.ga-profileimg .online-dot {
  width: 14px;
  height: 14px;
  position: absolute;
  background: #01d51b;
  top: -2px;
  right: 10px;
  border: 1px solid #fff;
}
.ga-usersinfo .ga-title > h3 {
  font-size: 14px;
  font-weight: 700;
}
.ga-usersinfo .ga-title > h3 span {
  display: block;
  font-size: 12px;
  font-weight: 300;
  margin: 7px 0;
}
.ga-profileimg {
  width: 58px;
  height: 58px;
  margin: 0;
  float: left;
}
.ga-dashboardbox__title {
  background: #15435a;
}
.seller-heading {
  font-size: 14px;
  font-weight: 700;
  text-align: left !important;
}
/*Buyer Dashboard Tabs*/
aside {
  width: 100%;
}
.people-list .search {
  padding: 12px;
}
.people-list input {
  border-radius: 6px;
  padding: 2px 10px;
  color: #888888;
  background: #F9F9F9;
  width: 100%;
  font-size: 14px;
  border: solid 1px #EAEAEA;
  height: 32px;
}
.people-list .fa-search {
  position: absolute;
  right: 20px;
  top: 20px;
  color: #888888;
  font-size: 18px;
}
.chat {
  background: #F1F4F6;
}
.ga-tab.ga-profileSetting.border-0 {
  border: none;
}

.ga-profileSetting {
  border-bottom: none;
  border-radius: 0;
  background-image: none;
  border-top: none !important;
  border: none;
}
.ga-profileSetting.ga-tab > nav {
  background-image: none;
  border-bottom: none;
}
.ga-profileSetting .nav-item {
  color: #303030;
  border: 0;
  padding: 10px 30px;
  border-radius: 6px 6px 0 0 !important;
  position: relative;
  font-size: 14px;
  font-weight: 500;
  border: solid 1px #eaeaea;
  flex: none;
  margin-right: 30px;
  background: #f9f9f9;
}
.ga-profileSetting .nav-item:last-child {
  margin-right: 0;
}
.ga-profileSetting .nav-tabs .nav-link.active {
  background-image: none;
  background: #15435a;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
}
.ga-profileSetting .nav-item:after {
  display: none;
}
.ga-dashboardbox__content {
  border: solid 1px #eaeaea !important;
  border-radius: 0 0 6px 6px !important;
}

.invite_box {
  background: #f9f9f9;
  text-align: center;
  border-radius: 6px;
  border: solid 1px #eaeaea;
  font-size: 14px;
  color: #303030;
  padding: 15px;
  width: 100%;
  position: relative;
}
.invite_box.box_arrow:after {
  color: #eaeaea;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: -22px;
  z-index: 9;
  content: "\f054";
  font-size: 22px;
}

.friends_to_friends{border-radius: 6px; background: #032C40;overflow: hidden;}
.friends_to_friends .img{object-fit: cover;height: 100%;width: 100%;}
#shareBlock i{color: #37D3A6 !important;}

.bank_details_page label, 
.buyer_profile label {
  color: #303030;
  font-weight: 700;
}
.bank_details_page .form-control,
.bank_details_page .select2-selection{
  border-radius: 6px;
  border: 1px solid #EAEAEA;
  background: #F9F9F9;
  height: 44px;
}
.add_product_details input, .add_product_details select, .add_product_details .select2-container .select2-selection--multiple{
  border-radius: 6px;
  border: 1px solid #EAEAEA;
  background: #F9F9F9;
  height: 44px;
  z-index: 0;
}
.select2-container .select2-selection--single .select2-selection__rendered{padding: 5px 20px 5px 8px;}
.select2-container--krajee-bs3 .select2-selection--single .select2-selection__arrow{height: 42px;}
.ga-buyPackagesCard__card--content {
  padding: 15px 10px
}
.ga-buyPackagesCard__feature p{font-size: 14px;}
.jpg_png_text{color: rgba(136, 136, 136, 0.5); font-size: 14px !important;}
/*Buyer Profile*/
.profile-pic {
  max-width: inherit;
  max-height: inherit;
  min-width: 86px;
  width: 86px;
  height: 86px !important;
  border-radius: 50%;
  object-fit: cover;
}

.payouts_table thead{
  border-top: solid 1px #EAEAEA;
  border-bottom: solid 1px #EAEAEA;
}
.payouts_table thead tr th{
  border: 0;
  text-align: left;
  padding: 15px;
  border: none !important;
  font-size: 14px;
  color: #303030;
  font-weight: 700;
}

.ga-myorders .ga-featuredProducts--post {
  flex-direction: column;
}
.ga-myorders__content {
  width: 100%;
}
.summary{width: 100%;margin-bottom: 20px;}
#w1{width: 100%;}

.min_h_auto{min-height: auto;}

/*All Notification Page*/
.ga-allnotification {  
  border-radius: 0;
  border: none;
}
#accordion .card {
  border: none;
  border-radius: 0;
  margin-bottom: 0;
  border-left: none;
} 
#accordion .card-header {
  padding: 16px 25px 16px 20px;
  background: #fff;
  border-radius: 0;
  border-bottom: none;
  border-top: solid 1px #EAEAEA;
}
#accordion .card-header .date{
  color: #888888;
  float: right;
  margin-right: 10px;
}
#accordion .card-header a.collapsed, #accordion .card-header a{ 
  color: #303030;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
#accordion .card-header a, #accordion .card-header a{ 
  color: #37d3a6;
}
#accordion .card-header a:hover {
  color: #37d3a6;
}
#accordion .summary {
  padding-left: 20px !important;
  margin: 15px 0;
}
#accordion .card-body {
  border-left: none;
  margin-left: 0;
}

.theme-krajee-svg .krajee-icon, .theme-krajee-svg .krajee-icon-clear {  
  width: 1.2rem;
  height: 1.2rem;
}

.ga-appointmentPopup.delet-popup .modal-footer {
  justify-content: end;
}

/*Products detail slider open*/
.product-detail-left {width: calc(100% - 70px);margin: auto; overflow: hidden;}
.product-detail-left .ga-product__thumbnail {
    transform: rotate(90deg);
    width: 270px;
    margin-top: 100px;
}
.product-detail-left .ga-product__thumbnail .owl-item {
    width: 100px !important;
    height: 100px
}
.product-detail-left .ga-product__thumbnail .item {
    transform: rotate(-90deg);
}
.product-detail-left .owl-thumbs {
    max-width: 140px;
}
.product-detail-left .owl-thumbs .owl-thumb-item{
   width: 75px;
   height: 100px;
   border: solid 1px #DDDDDD;
   border-radius: 4px;
   padding: 5px;
   margin-bottom: 40px;
}

.product-detail-left .owl-carousel .owl-nav {
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  transform: translateY(-50%);
  top: calc(50% + 20px);
}
.product-detail-left div.owl-carousel .owl-nav .owl-prev,
.product-detail-left div.owl-carousel .owl-nav .owl-next {
  font-size: 36px;
  top: unset;
  bottom: 15px;
}
.product-detail-left div.owl-carousel .owl-nav .owl-prev.disabled,
.product-detail-left div.owl-carousel .owl-nav .owl-next.disabled {background: #3E3E3E;}
.product-detail-left div.owl-carousel .owl-nav .owl-next{right: -45px;}
.product-detail-left .owl-carousel .owl-nav {
    width: calc(100% - 90px);
}
.product-detail-left .owl-thumb {
    display: flex;
    flex-direction: column;
    max-width: 120px;
}

.product-detail-left #ga-sync1 {
  position: relative;
  max-width: 100%;
  max-height: 470px;
  display: flex;
  flex-direction: row-reverse;
  gap: 30px;
}
.product-detail-left  #ga-sync2 .owl-stage {
  display: flex;
  min-width: 100px;
  flex-direction: column;
}
.product-detail-left #ga-sync2 .owl-stage .owl-item,
.product-detail-left  #ga-sync2 .ga-item {
  min-width: 100px;
  margin-right: 5px;
}
/*Products detail slider Close*/

.form-control.is-valid, .was-validated .form-control:valid {
    background-size: calc(2rem + 0.375rem) calc(0.75em + 0.375rem);
}
.form-control.is-invalid, .was-validated .form-control:invalid{background-size: calc(2rem + 0.375rem) calc(0.75em + 0.375rem);}

.ga-select:before {
  line-height: 54px;
}

.user_profile_detail_leftbar .ga-widget-holder {
  background: #15435A;
  color: #fff;
}
.user_profile_detail_leftbar .ga-widget-holder p{
  color: #fff;
}
.ga-profileimg .offline-dot {
  width: 16px;
  height: 16px;
  background: #f33c3c;
  top: 7px;
  right: 10px;
  border: 2px solid #fff;
}
/*Media Start 5 Jan 2024*/
@media (max-width: 1920px) {
  .ga-loginpopup .modal-dialog {
    max-width: 354px;
  }
  .ga-signupform fieldset .form-group {
    padding: 5px 0;
  }
  .ga-btn {
    min-width: 100px;
  }
}
@media (min-width: 1367px) and (max-width: 1920px) {
  .responsive_product_list {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20% !important;
  }
  .ga-featuredProducts--post__title h6 {
    font-size: 12px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .responsive_product_list {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25% !important;
  }
  .ga-featuredProducts--post__title h6 {
    font-size: 12px;
  }
}
@media (max-width: 1366px) {
  .product-detail-left .owl-carousel .owl-nav {
    width: calc(100% - 130px);
}
.product-detail-left .owl-thumbs .owl-thumb-item {
  width: 65px;
  height: 90px;
  margin-bottom: 10px;
}
  .navbar-nav .nav-link, .ga-navbar-nav > .menu-item-has-mega-menu > a {
    padding: 18px 15px !important;
}
  .mega-menu-nav-pages .mega-menu-col {
    padding: 5px;
  }
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
  .ga_main_section11 .container-fluid {
    padding-right: 55px;
    padding-left: 55px;
  }
  .topbar_login_cart_icons .cart_circle {
    margin-left: 12px;
    margin-right: 5px;
  }
  .ga-featuredProducts--post__title h6 {
    font-size: 12px;
  }
  .ga_main_section11 .owl-nav i,
  .ga-feedbackBanner .owl-nav i {
    font-size: 18px;
    width: 36px;
    height: 36px;
    border: solid 2px #ccc;
    line-height: 32px;
  }
  .ga-tab .nav-item {
    padding: 8px 15px;
    margin-right: 20px;
  }
  .ga-dashboardbox__content {
    padding: 20px;
  }
}
@media (max-width: 1199px) {
.navbar-nav .nav-link, .ga-navbar-nav > .menu-item-has-mega-menu > a {
font-size: 14px;
padding: 18px 15px !important;
}
}
@media (max-width: 1199px) {
  .ga-featuredProducts--post__title h6 {
    font-size: 10px;
    line-height: 11px;
  }
  .ga-featuredProducts--post__price h5,
  .ga-featuredProducts--post__price h5 {
    font-size: 13px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
.navbar-nav .nav-link, .ga-navbar-nav > .menu-item-has-mega-menu > a {
  font-size: 13px;
  padding: 18px 15px !important;
  white-space: nowrap;
}
}
@media (max-width: 992px) {
  .owl-carousel .owl-nav .owl-prev {
    left: -40px;
  }
  .owl-carousel .owl-nav .owl-next {
    right: -40px;
  }
  .ga_main_section11 .owl-nav i,
  .ga-feedbackBanner .owl-nav i {
    font-size: 20px;
    width: 36px;
    height: 36px;
    line-height: 32px;
  }
}
@media (max-width: 991px) {
  .ga-main-header .navbar-collapse .ga-navbar-nav > li > a {
    color: #fff;
  }
  .ga-navbar-nav > .menu-item-has-mega-menu > a:before {
    color: #fff;
    right: 10px;
  }
  .ga-main-header .navbar-collapse.menu-show {
    background: #032c40;
  }

  .search_header .input-group {
    max-width: 100%;
  }
  .ga-closeasidebar {
    display: flex !important;
  }
  .header_search_desktop {
    display: none !important;
  }
  .header_search_mobile {
    display: block !important;
    width: 68%;
    float: left;
  }
  #ga-appointmentPopupbtn1 {
    display: inline-block;
    border-radius: 0 6px 6px 0;
  }
  .ga-main-header__lower {
    width: 32%;
    float: right;
  }
  .ga-main-header__lower--btn {
    margin-left: 0px;
  }
  #header-form .ga-form-control {
    font-size: 13px;
    padding: 0 10px;
  }
  #header-form .ga-main-form__input3 .ga-select select {
    padding-right: 17px;
  }
  #header-form .ga-select:before {
    right: 10px;
  }
  .ga-main-header__upper {
    display: block;
  }
  .topbar_login_cart_icons {
    margin-left: auto;
  }
  .dropdown-menu.show.ga-dropdown__cart {
    left: 50% !important;
  }
  .people-list #chat-list-ui,
  .chat .chat-history {
    height: auto !important;
    min-height: 150px;
  }
}
@media (max-width: 767px) {
  .dropdown-menu.notification-dropdown.mailbox:after {
    left: 32px;
  }
  .ga-main-form__input1 {
    width: 240px;
  }
  .home_product_title {
    font-size: 22px;
    line-height: 22px;
  }
  .ga-featuredProducts--post__content {
    min-height: auto !important;
  }
  .invite_box.box_arrow:after {
    transform: translateY(-50%);
    transform: translateX(-50%);
    top: inherit;
    right: 50%;
    content: "\f078";
    bottom: -33px;
  }
}

@media (max-width: 575px) {
  .topbar_login_cart_icons .cart_circle {
    width: 30px;
    height: 30px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 6px;
  }
  .topbar_login_cart_icons .cart_circle i {
    font-size: 13px;
    margin: 7px auto 0;
  }
  .topbar_login_cart_icons .cart_circle .count {
    font-size: 10px;
  }
  .topbar_login_cart_icons .link_user {
    line-height: 30px;
    font-size: 14px;
    margin-right: 10px;
  }
  .topbar_login_cart_icons .input-group-append {
    height: 30px !important;
  }
  .header_search_mobile {
    width: 100%;
  }
  .ga-main-header__lower {
    width: 100%;
  }
  .select_product {
    max-width: 90px;
  }
  .header_search_mobile .ga-form-group {
    width: calc(100% - 90px);
  }
  #header-form .ga-main-form__input3 .ga-select select {
    padding: 0 12px 0 6px;
  }
  .ga-main-header__upper {
    padding: 6px 5px !important;
  }
  .search_header .form-control {
    height: 36px;
    font-size: 14px;
  }
  .search_header .btn-danger {
    width: 36px;
    height: 36px;
  }
  .search_header select {
    max-width: 100px;
  }
  .search_header .input-group {
    width: calc(100% - 100px);
    max-width: 250px;
  }
  .ga-user.ga-userdropdown {
    margin-top: 0;
  }
}
@media (max-width: 574px) {
  .share-button.sharer {
    width: 100%;
  }
}

@media (max-width: 525px) {
  #header-form .ga-btn {
    font-size: 13px;
  }
  .ga-user__description {
    font-size: 13px;
  }
  .ga-main-header__lower {
    padding: 5px 10px;
  }
  .dropdown-menu.show.ga-dropdown__cart {
    left: 0px !important;
  }
  .home_product_title {
    font-size: 18px;
  }
  .ga-topbar-notify__circle {
    top: 0px;
  }
}
@media (max-width: 375px) {
  #header-form {
    width: auto;
  }
  .ga-user__description {
    font-size: 12px;
    margin-left: 5px !important;
  }
  .ga-topbar-notify__icons {
    width: 32px;
    white-space: nowrap;
  }
  .ga-dropdown__cart.show,
  .ga-dropdown__notify.show {
    margin-right: 0px !important;
  }
}
/*5 Jan 2024 close*/
