/*@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=Karla:wght@400;500;600;700&display=swap');*/
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;700;800&display=swap");

@font-face {
  font-family: "montserrat-medium";
  src: url("fonts/Montserrat-Medium.eot?#iefix") format("embedded-opentype"),
    url("fonts/Montserrat-Medium.woff2") format("woff2"),
    url("fonts/Montserrat-Medium.woff") format("woff"),
    url("fonts/Montserrat-Medium.ttf") format("truetype"),
    url("fonts/Montserrat-Medium.svg") format("svg");
}

@font-face {
  font-family: "montserrat-bold";
  src: url("fonts/Montserrat-Bold.eot?#iefix") format("embedded-opentype"),
    url("fonts/Montserrat-Bold.woff2") format("woff2"),
    url("fonts/Montserrat-Bold.woff") format("woff"),
    url("fonts/Montserrat-Bold.ttf") format("truetype"),
    url("fonts/Montserrat-Bold.svg") format("svg");
}

@font-face {
  font-family: "montserrat-semi";
  src: url("fonts/Montserrat-SemiBold.eot?#iefix") format("embedded-opentype"),
    url("fonts/Montserrat-SemiBold.woff2") format("woff2"),
    url("fonts/Montserrat-SemiBold.woff") format("woff"),
    url("fonts/Montserrat-SemiBold.ttf") format("truetype"),
    url("fonts/Montserrat-SemiBold.svg") format("svg");
}

@font-face {
  font-family: "montserrat";
  src: url("fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype"),
    url("fonts/Montserrat-Regular.woff2") format("woff2"),
    url("fonts/Montserrat-Regular.woff") format("woff"),
    url("fonts/Montserrat-Regular.ttf") format("truetype"),
    url("fonts/Montserrat-Regular.svg") format("svg");
}


a,
body,
p {
  font-size: 13px;
}

body {
  font-family: "Rubik";
  overflow-x: hidden;
  padding-top: 0 !important;
  color: #222;
  background-color: #ffffff;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.btn-primary:hover {
  background-color: #7f102e;
  border-color: #7f102e;
}

.btn-primary:focus {
  color: #ffffff !important;
}

.btn-default:not(.no-custom):not(.btn-number):not(#button-search):hover {
  background-color: #b31942;
  border-color: #b31942;
  color: #fff;
}

.mg-tb {
  margin-top: 100px;
  margin-bottom: 100px;
}

/*Header*/
.fixed-header {
  /* position: initial; */
  position: sticky !important;
}

.top-header {
  background-color: #b31942;
}

.header-container.menus {
  display: flex;
  /* display: -ms-grid;
  grid-template-columns: 1fr auto 1fr;
  -ms-grid-columns: 1fr auto 1fr;
  grid-template-rows: auto;
  -ms-grid-rows: auto; */
  padding: 7px 0;
  justify-content: space-between;
}


.swal2-actions button {
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
}

.yellow-error-msg {
  background: yellow;
  color: #000;
  padding: 8px;
  border-radius: 5px;
  font-size: 13px;
}

.current-label {
  font-size: 12px;
  left: 5px;
  top: 7px;
  color: #000;
  background: #fff;
}

.restockQuantity_label {
  position: absolute;
  font-size: 12px;
  left: 5px;
  top: 7px;
  color: #000;
  background: #fff
}

.restockQuantity_input {
  max-width: 45%;
  font-size: 13px !important;
  font-family: 'Rubik';
  color: #000000;
  height: 40px;
  border-radius: 5px;
}

.form-control[disabled] {
  background-color: unset !important;
}

.border-h2 {
  text-transform: unset !important;
  border-bottom: 4px solid;
  /* set width */
  border-image: linear-gradient(to right, #b31942, #0f488f) 1;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.border-about-us {
  position: relative;
  /* text-transform: unset !important; */
  border-bottom: 4px solid;
  /* set width */
  border-image: linear-gradient(to right, #b31942, #0f488f) 1;
  /* padding-bottom: 10px; */
  margin-bottom: 20px;
}

.border-about-us span {
  position: absolute;
  /* bottom: -9%; */
  left: 43%;
  top: -12px;
  background-color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 5px;
}


.login-flag {
  position: relative;
  z-index: 0;
  /* content stays above */
}

.login-flag::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: url('../../../../../image/catalog/Revolutionary-flag.jpg') center/cover no-repeat; */
  background: url('../../../../../image/catalog/Revolutionary-flag.jpg') center/contain no-repeat;
  background-color: #ffffff;
  opacity: 0.2;
  /* only background fades */
  z-index: -1;
}


#seller_payouts_accordion .panel-title {
  background-color: var(--blue-color);
  color: #ffffff;
}

#seller_payouts_accordion .panel-title h3 {
  color: #ffffff;
}

#seller_payouts_accordion .panel-primary {
  border-color: unset !important;
}


#seller_payouts_accordion .panel-primary>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: unset !important;
}

#seller_payouts_accordion .panel {
  /* border: unset !important; */
}

#seller_payouts_accordion .panel {
  margin-bottom: 0;
  /* border-radius: 10px !important; */
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

/* Scoped only inside this modal */
#seller_payouts_accordion .panel-title a {
  display: block !important;
  text-decoration: none !important;
  position: relative !important;
}

/* Default arrow (down) */
#seller_payouts_accordion .panel-title a:after {
  content: "\25BC" !important;
  /* ▼ */
  position: absolute !important;
  right: 0 !important;
  font-size: 14px !important;
}

/* Active arrow (up) */
#seller_payouts_accordion .panel-title a[aria-expanded="true"]:after {
  content: "\25B2" !important;
  /* ▲ */
}

/* No arrow for link-only headers */
#seller_payouts_accordion .no-arrow:after {
  content: none !important;
}

.gradiant-background {
  background: linear-gradient(to right, #b31942, #0f488f);
  color: #fff;
  padding: 20px;
  /* border-radius: 6px; */

}

#seller_payouts_accordion .panel-primary .panel-heading {
  background-color: unset !important;
}

.mwidth {
  max-width: 1140px !important;
}


/* ##############  variation css  ########### */

.col-border {
  position: relative;
  background: white;
  border: solid 1px #f3f3f3;
  border: solid 2px #e8e8e8;
  margin: 10px auto 20px auto;
  padding: 15px 25px;
  box-shadow: 0 0 20px rgba(86, 86, 86, 5%);
  transition: 0.3s ease;
  border-radius: 13px;
}

.col-border h4 {
  position: absolute;
  top: 4px;
  left: 30px;
  background-color: #fff;
  padding: 3px;

}

.div-variation {
  margin-top: 15px;
  position: relative;
}

.div-variation label {
  position: absolute;
  top: -11px;
  left: 7px;
  z-index: 3;
  padding: 2px;
  background-color: #fff;
}

.div-variation input {
  border-radius: 5px;
  padding-top: 8px;
  font-size: 16px !important;
  border: 1px solid #ccc !important;
  padding: 10px 12px !important;
}

.row-border {
  border: var(--parent-container-border);
  border-radius: 12px;
  padding: 10px;

  margin-right: unset;
  margin-left: unset;
}



.variation-list {
  border: 1px solid #ddd;
  padding: 10px;
  min-height: 120px;
  background: #fafafa;
  border-radius: 5px;
}

.item {
  display: inline-block;
  padding: 6px 12px;
  margin: 3px;
  border: 1px solid #ccc;
  cursor: pointer;
  border-radius: 4px;
  background: #fff;
}

.item.selected {
  background: #337ab7;
  color: #fff;
  border-color: #2e6da4;
}

.table th,
.table td {
  text-align: center;
  vertical-align: middle;
}

/* ############################## */

.border-h2-white {
  text-transform: unset !important;
  border-bottom: 4px solid #ffffff;
  /* set width */

  padding-bottom: 10px;
  margin-bottom: 20px;
}

.h2-center-white {
  text-align: center !important;
  color: #ffffff !important;
}

.info-icon-container {
  color: #000;
  width: 20px;
  position: absolute;
  top: 15px;
  left: 304px;
}

.info-icon {
  width: 16px;
  height: 16px;
  background-image: url(../../../../../image/catalog/info_icon.svg);
  /* background-image: url(../../../../../image/catalog/info-icon.png); */
  background-size: cover;
  /* Adjusts size */
  background-repeat: no-repeat;
  /* Prevents repeating */
  background-position: center;
  /* Centers the image */
  /* margin: 13px 5px; */
  display: inline-block;
}

.info-icon-spacer {
  margin: 13px 5px;
  width: 14px;
}

.info-icon-static {
  width: 16px;
  height: 16px;
  background-image: url(../../../../../image/catalog/info_icon.svg);
  /* background-image: url(../../../../../image/catalog/info-icon.png); */
  background-size: cover;
  /* Adjusts size */
  background-repeat: no-repeat;
  /* Prevents repeating */
  background-position: center;
  /* Centers the image */
  /* margin: 13px 5px; */
  display: inline-block;
}

.list-item-msg {
  margin-top: -20px;
  margin-bottom: 20px;
  display: inline-block;
  border: solid 3px #B31942;
  padding: 10px;
  line-height: 1.5em;
  background: #e4ebf4;
  border-radius: 13px;
}


.select2-form+.select2-container .select2-results__option {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  /* optional: to increase text size */
  font-family: 'rubik';
  /* optional: change font */
}

.select2-form+.select2-container--default .select2-selection--single {
  height: 40px !important;
  font-size: 16px;
  font-family: 'rubik';
  border-radius: 5px;
  border: 1px solid #ccc;
}

.select2-form+.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 40px !important;
}

.select2-form+.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px !important;
}

.select2-form+.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-width: 7px 6px 0 6px;
  margin-left: -11px;
  border-color: #000 transparent transparent transparent;
}

.select2-form+.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {

  border-color: transparent transparent #000 transparent;
  border-width: 0 6px 7px 6px;
}




.img-thumbnail {
  border: 1px solid #efefef;
}

.righttooltip {
  position: relative;
  /* display: inline; */
}

.righttooltip .righttooltiptext {
  visibility: hidden;
  width: 235px;
  background-color: #b2b2b2;
  color: #000000;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: -17px;
  left: 125%;
}

.righttooltip .righttooltiptext::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent black transparent transparent;
}

.righttooltip:hover .righttooltiptext {
  visibility: visible;
}

.login-register {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  grid-column: 1;
  grid-row: 1 / 1;
  -ms-grid-column: 1;
  -ms-grid-row: 1;
}

.header-container .header-menu {
  grid-column: 2 !important;
  grid-row: 1 / 1 !important;
  -ms-grid-column: 2 !important;
  -ms-grid-row: 1 !important;
  align-items: center;
}

.header-cart {
  display: flex;
  justify-content: flex-end;
  grid-column: 3;
  grid-row: 1 / 1;
  -ms-grid-column: 3;
  -ms-grid-row: 1;
  align-items: center;
}

.savepayments h3 {
  font-size: 16px;
}

.login-register a,
.login-register span:not(.pstore-product-count) {
  color: #fff;
  font-family: "Rubik";
  font-weight: 500;
  text-transform: capitalize;
  padding: 2px 0;
}

.login-register a:not(.dropbtn) {
  padding: 2px 10px;
  font-size: 13px;
}

.heading-a a {
  font-size: 13px !important;
  font-weight: bold !important;
  text-decoration: underline !important;
}

.login-register a:hover,
.login-register a:hover i {
  color: #0a3161 !important;
  text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 20px #eee, 0 0 30px #eee,
    0 0 40px #eee, 0 0 50px #eee, 0 0 60px #eee;
  transition: 0.3s ease;
}

.header-container .header-menu #main-menu>li>a {
  color: #fff;
  font-family: "Rubik";
  font-weight: 500;
  text-transform: capitalize;
  padding: 2px 20px;
  font-size: 13px;
}

.header-container .header-menu #main-menu>li:last-child>a {
  padding-right: 20px;
}

.header-container .header-links>a,
.header-container #account>a[data-toggle="dropdown"],
.header-container #enquiry>a,
.header-container #cart>a,
.header-container ._search>a,
#wishlist-total {
  width: auto;
  padding: 0 8px;
}

.fixed-header {
  box-shadow: none;
}


.watchlist {
  position: relative;
}

.watchlist-badge {
  /* position: absolute;
  right: -10px;
  background-color: #ffffff;
  color: #b31942;
  font-weight: unset; */
  height: 20px;
  margin: auto;
  min-width: 20px;
  width: fit-content;
  font: 11px rubik;
  background: #fff;
  color: #b31942;
  border-radius: 13px;
  text-align: center;
  display: inline-block;
  position: absolute;
  right: -10px;
  top: -1px;
  z-index: 2;
  padding: 2px;
  transition: 0.3s ease;
  border: solid 1px #b31942;
}

#account .dropdown-menu.dropdown-menu-right {
  right: auto;
  margin: 9px 0 0;
}

#account .seller-star {
  width: 15px;
  margin-top: -5px;
  margin-left: 3px;
}

.account-settings span {
  text-transform: capitalize !important;
}

.account-settings i {
  font-size: 16px !important;
}

#main-menu li,
#account.dropdown,
#main-menu span,
#main-menu a {
  transition: 0.3s ease;
}

#main-menu a:hover span {
  color: #0a3161;
  text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 20px #eee, 0 0 30px #eee,
    0 0 40px #eee, 0 0 50px #eee, 0 0 60px #eee;
}

#account.dropdown:hover .dropdown-menu {
  display: block;
}

#account.dropdown:hover .dropbtn,
#account.dropdown:hover .dropbtn i {
  color: #0a3161 !important;
  text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 20px #eee, 0 0 30px #eee,
    0 0 40px #eee, 0 0 50px #eee, 0 0 60px #eee;
  transition: 0.3s ease;
}

.dropbtn.account-settings {
  padding: 12px 0;
  font-size: 14px;
}

.dropbtn.account-settings .heading a {}

.slider-slideshow-description .slider-slideshow-description-link {
  display: none;
}

.account-authentication header,
.account-authentication footer,
.account-authentication .feedback,
.account-authentication .chat {
  display: none;
}

/*Secondary Header*/
.header-container .header-logo {
  padding: 10px 0;
  grid-row: 1 / 1;
  -ms-grid-row-span: 1;
}

.header-container .header-top {
  grid-column: 2 / 3;
  grid-row: 1 / 1;
  -ms-grid-column: 2;
  -ms-grid-row: 1;
  -ms-grid-column-span: 2;
  -ms-grid-row-span: 1;
}

.search_container {
  width: 100%;
  padding-left: 100px;
  max-width: 800px;
}

/* .search-custom {
  display: flex;
  border: 1px solid #ccc;
  border-radius: 50px;
  overflow: hidden;
  height: 45px;
}

.search-custom input {
  border: none;
  flex-grow: 1;
  padding-left: 40px; /* Space for the icon */
/* outline: none;
  font-size: 16px;
} */

.search-custom input::placeholder {
  color: #aaa;
  /* Placeholder color */
}

/* .search-custom .search-icon {
  padding: 12px 16px;
} */

.search-custom select {
  border: none;
  padding: 0 10px;
  font-size: 16px;
  background-color: #f8f9fa;
  color: #555;
  outline: none;
  appearance: none;
  /* Removes default dropdown arrow */
}

.search-custom button {
  background-color: #007bff;
  color: white;
  border: none;
  padding: 0 20px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  border-radius: 0 50px 50px 0;
}

.search-custom button:hover {
  background-color: #0056b3;
}

.position-relative {
  position: relative;
}

*/ .search-custom {
  padding-right: 0;
}

.search-custom .search-box {
  width: 100%;
  border: solid 1px #322f33;
  border-radius: 50px;
  padding: 0;
}

.search-custom .search-box:hover {
  -webkit-box-shadow: 0px 0px 13px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 13px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 13px 1px rgba(0, 0, 0, 0.3);
}

.search-custom .search-box input {
  border-radius: 0;
  padding: 8px 10px;
  font-size: 16px;
}

.search-custom .search-box input::placeholder {
  color: gray;
  transition: color 0.3s ease;
}

.search-custom .search-box input:hover::placeholder {
  /* color: #b31942 !important; */
  font-weight: bold;
}

.search-custom .search-box select {
  padding: 8px 18px !important;
  border-radius: unset !important;
}

/* .search-custom .search-box select:hover {
  color: #b31942;
  font-weight: bold;
} */

.search-custom .search-box button,
.search-custom .search-box button:focus {
  background: var(--blue-color);
  padding: 8px 15px 8px 8px;
}

.search-custom .search-box button:hover {
  background: #b31942;
  padding: 8px 15px 8px 8px;
}

.search-custom .search-box button:hover img {
  -webkit-box-shadow: 0px 0px 13px 1px rgba(255, 255, 255, 0.3);
  -moz-box-shadow: 0px 0px 13px 1px rgba(255, 255, 255, 0.3);
  box-shadow: 0px 0px 13px 1px rgba(255, 255, 255, 0.3);
}

#button-search {
  min-width: 0;
  width: auto;
  background: #0a3161;
  color: #fff;
}

.btn {
  text-transform: capitalize !important;
  outline: none !important;
}

.btn:not(.btn-number):not(.no-custom):not(#button-search):not(.search-guide):not(.search-cat-input-container .btn-default):not(#button-login):not(.btn-config-save):not(.btn-config-cancel):not(.btn-add-config):not(.btn-config) {
  border-radius: 27px !important;
}

.btn-default:not(.no-custom):not(.btn-number):not(#button-search) {
  background-color: #fff;
  border-color: #b31942;
  color: #b31942;
  font-size: 16px;
  /* padding: 10px; */
  min-width: 180px;
  /*display: flex;*/
  /*align-items: center;*/
  /*justify-content: center;*/
  /*-webkit-animation: buttonglowred 1s infinite alternate;*/
  /*-moz-animation: buttonglowred 1s infinite alternate;*/
  /*animation: buttonglowred 1s infinite alternate;*/
  font-weight: bold;
}

.btn-primary:not(.button-update) {
  background-color: #b31942;
  border-color: #b31942;
  font-size: 16px;
  /* padding: 10px; */
  min-width: 180px;
  transition: 0.3s ease;
  /*display: flex;*/
  /*align-items: center;*/
  /*justify-content: center;*/
  /*-webkit-animation: buttonglowred 1s infinite alternate;*/
  /*-moz-animation: buttonglowred 1s infinite alternate;*/
  /*animation: buttonglowred 1s infinite alternate;*/
  font-weight: bold;
}

.shopping-cart-table tr td {
  padding-top: 5px;
  border-top: 1px solid #ccc;
  border-bottom: none !important;
}

.btn-secondary {
  background-color: #b31942 !important;
  /* width: 95% !important; */
  border: 0;
  border-radius: 56px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: rubik;
  font-size: 13px;
  font-weight: 500;
  outline: 0;
  padding: 8px !important;
  height: 40px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  min-width: 180px;
  /* font-weight: bold; */
}

.btn-secondary:focus {
  color: #fff;
}

.border-radius {
  border-radius: 13px !important;
}

.btn-secondary:before {
  background-color: initial;
  background-image: linear-gradient(#fff 0, rgba(255, 255, 255, 0) 100%);
  border-radius: 125px;
  content: "";
  height: 50%;
  left: 4%;
  opacity: 0.5;
  position: absolute;
  top: 0;
  transition: all 0.3s;
  width: 92%;
}

.btn-secondary:hover {
  box-shadow: rgba(255, 255, 255, 0.2) 0 3px 15px inset,
    rgba(0, 0, 0, 0.1) 0 3px 5px, rgba(0, 0, 0, 0.1) 0 10px 13px;
  transform: scale(1.05);
  color: #ffffff;
}

/* #button-cart {
  background-color: #0a3161;
  border-color: #0a3161;
  cursor: pointer !important;
}
#button-cart:hover {
  background-color: #03162e !important;
  border-color: #03162e !important;
} */

/* #button-cart {
  background-color: #0041c2 !important;
  /--* width: 95% !important; *--/
  border: 0;
  border-radius: 56px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: system-ui, -apple-system, system-ui, "Segoe UI", Roboto, Ubuntu,
    "Helvetica Neue", sans-serif;
  font-size: 16px;
  font-weight: 600;
  outline: 0;
  /--* padding: 10px !important; *--/
  height: 40px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  min-width: 180px;
  font-weight: bold;
}

#button-cart:before {
  background-color: initial;
  background-image: linear-gradient(#fff 0, rgba(255, 255, 255, 0) 100%);
  border-radius: 125px;
  content: "";
  height: 50%;
  left: 4%;
  opacity: 0.5;
  position: absolute;
  top: 0;
  transition: all 0.3s;
  width: 92%;
}

#button-cart:hover {
  box-shadow: rgba(255, 255, 255, 0.2) 0 3px 15px inset,
    rgba(0, 0, 0, 0.1) 0 3px 5px, rgba(0, 0, 0, 0.1) 0 10px 13px;
  transform: scale(1.05);
  color: #ffffff;
} */

/* #button-wishlist {
  background: #f2b713 !important;
  border-color: #f2b713 !important;
  color: #fff !important;
}
#button-wishlist:hover {
  background: #d7a20e !important;
  border-color: #d7a20e !important;
} */

/* #button-wishlist {
  background-color: #f2b713 !important;
  /--* width: 95% !important; *--/
  border: 0;
  border-radius: 56px;
  color: #fff !important;
  cursor: pointer;
  display: inline-block;
  font-family: system-ui, -apple-system, system-ui, "Segoe UI", Roboto, Ubuntu,
    "Helvetica Neue", sans-serif;
  font-size: 16px;
  font-weight: 600;
  outline: 0;
  /--* padding: 10px !important; *--/
  height: 40px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  min-width: 180px;
  font-weight: bold;
}

#button-wishlist:before {
  background-color: initial;
  background-image: linear-gradient(#fff 0, rgba(255, 255, 255, 0) 100%);
  border-radius: 125px;
  content: "";
  height: 50%;
  left: 4%;
  opacity: 0.5;
  position: absolute;
  top: 0;
  transition: all 0.3s;
  width: 92%;
}

#button-wishlist:hover {
  box-shadow: rgba(255, 255, 255, 0.2) 0 3px 15px inset,
    rgba(0, 0, 0, 0.1) 0 3px 5px, rgba(0, 0, 0, 0.1) 0 10px 13px;
  transform: scale(1.05);
  color: #ffffff;
} */

.btn {
  border-width: 2px !important;
}

#enquiry .dropdown-menu .cart-dorpdown-items .item>* .fa,
#cart .dropdown-menu .cart-dorpdown-items .item>* .fa {
  color: #b31942;
}

#cart .dropdown-menu .cart-dorpdown-items .item {
  border: 1px solid #ccc;
  border-radius: 10px;
  margin-bottom: 5px;
}

#button-login {
  min-width: auto;
}

@keyframes buttonglowred {
  from {
    box-shadow: 0 0 3px -3px #f391ab;
  }

  to {
    box-shadow: 0 0 3px 3px #f391ab;
  }
}

@keyframes buttonglowblue {
  from {
    box-shadow: 0 0 3px -3px #567397;
  }

  to {
    box-shadow: 0 0 3px 3px #567397;
  }
}

.margin-bottom-p {
  margin-bottom: 2px;
}

.swal2-popup #swal2-content {
  font-size: 16px;
  text-align: left !important;
  color: #000 !important;
}

.swal2-popup .swal2-title {
  font-size: 22px;
  color: #b31942;
}


.swal2-popup .swal2-styled.swal2-confirm {
  background-color: #4caf50 !important;
  padding: 5px 20px;
  /* width: 100% !important;*/
  height: 30px;
  border: 2px solid #4caf50;
  border-radius: 56px;
  color: #ffffff !important;
  cursor: pointer;
  display: inline-block;
  font-family: rubik;
  font-size: 13px;
  font-weight: 500;
  outline: 0;

  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  margin-bottom: 5px;
}

.swal2-popup .swal2-styled.swal2-confirm:focus {
  color: #ffffff;
}

.swal2-popup .swal2-styled.swal2-confirm:before {
  background-color: initial;
  background-image: linear-gradient(#fff 0, rgba(255, 255, 255, 0) 100%);
  border-radius: 125px;
  content: "";
  height: 50%;
  left: 4%;
  opacity: 0.5;
  position: absolute;
  top: 0;
  transition: all 0.3s;
  width: 92%;
}

.swal2-popup .swal2-styled.swal2-confirm:hover {
  box-shadow: rgba(255, 255, 255, 0.2) 0 3px 15px inset,
    rgba(0, 0, 0, 0.1) 0 3px 5px, rgba(0, 0, 0, 0.1) 0 10px 13px;
  transform: scale(1.05);
  color: #ffffff !important;
}

/* .swal2-popup .swal2-styled.swal2-confirm {
  font-size: 14px;
  background: #0a3161;
  outline: 0 !important;
  border: 0 !important;
  transition: 0.3s ease;
  box-shadow: none !important;
  border-radius: 27px;
} */

/* .swal2-popup .swal2-styled.swal2-cancel {
  font-size: 14px;
  border-radius: 27px;
} */

.swal2-popup .swal2-styled.swal2-cancel {
  background-color: #b31942 !important;
  color: #ffffff !important;
  padding: 5px 20px;
  /* width: 100% !important;*/
  height: 30px;
  line-height: 13px;
  border: 2px solid #b31942;
  border-radius: 56px;
  cursor: pointer;
  display: inline-block;
  font-family: rubik;
  font-size: 13px;
  font-weight: 500;
  outline: 0;
  /* padding: 16px 21px; */
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  margin-bottom: 5px;
  border: 2px solid #b31942;
}

.swal2-popup .swal2-styled.swal2-cancel:focus {
  color: #ffffff;
}

.swal2-popup .swal2-styled.swal2-cancel:before {
  background-color: initial;
  background-image: linear-gradient(#fff 0, rgba(255, 255, 255, 0) 100%);
  border-radius: 125px;
  content: "";
  height: 50%;
  left: 4%;
  opacity: 0.5;
  position: absolute;
  top: 0;
  transition: all 0.3s;
  width: 92%;
}

.swal2-popup .swal2-styled.swal2-cancel:hover {
  box-shadow: rgba(255, 255, 255, 0.2) 0 3px 15px inset,
    rgba(0, 0, 0, 0.1) 0 3px 5px, rgba(0, 0, 0, 0.1) 0 10px 13px;
  transform: scale(1.05);
  color: #ffffff !important;
}

/* .swal2-popup .swal2-styled.swal2-confirm:hover {
  background: #b31942;
} */

.swal2-popup .swal2-header {
  align-items: center;
}

.swal2-content i {
  display: inline !important;
}

.buttons.clearfix .btn-default,
#seller-listing-form .btn-default:not(.btn-sm),
#quickcheckout-back {
  padding: 10px;
  min-width: 150px;
  color: #322f33;
  background-color: #dcdcdc;
}

.swal2-popup .swal2-actions {
  flex-wrap: wrap;
}

.swal2-popup .swal2-actions>button {
  margin-bottom: 10px;
}

.header-cart .fa {
  font-size: 22px !important;
  color: #fff;
}

.header-cart .account-settings .fa {
  font-size: 14px !important;
}

.mypbs>span {
  text-decoration: none !important;
}

.header-cart .login-register span {
  color: #333 !important;
  padding: 0 10px;
  display: block;
  font-size: 16px;
  font-weight: bold;
  text-decoration: underline;
}

.header-cart .account-settings {
  margin-right: 7px;
  font-size: 14px;
}

.header-cart .login-register hr,
#account .dropdown-menu hr {
  margin: 10px 0;
}


#wishlist-total:hover i {
  color: #0a3161;
}

#wishlist-total:hover span {
  background-color: #0a3161;
  color: #ffffff;
  ;
}

#cart_dropdown_icon img:nth-child(2) {
  display: none;
}

#cart_dropdown_icon:hover img:nth-child(2) {
  display: block;
}

#cart_dropdown_icon:hover img:nth-child(1) {
  display: none;
}

.header-container #enquiry>a:hover .badge,
.header-container #cart>a:hover .badge {
  background: #0a3161;
  color: #fff;
}

.header-container #enquiry>a .badge {
  transition: 0.3s ease;
}

/*.header-cart .fa:hover { color: #0a3161; }*/

.section-space {
  overflow: unset !important;
}

/*Home*/
.owl-carousel {
  z-index: 0;
}

.position-center-center {

  top: 12% !important;
}

.position-login-center {

  top: 50% !important;
  left: 50%;
  right: auto;
  bottom: auto;
  transform: translate(-50%, -50%);
}

.phone-edit {
  position: absolute;
  padding: 0px 7px !important;
  left: 15px;
  top: -10px;
  background-color: #fff;
  display: block !important;
  z-index: 1;
}

.slider-slideshow-description {
  text-align: left;
}

.slider-slideshow-description .slider-slideshow-description-texts {
  line-height: 1.2;
  /* padding: 0 50px; */
  /* max-width: 1000px; */
}

.slider-slideshow-description .slider-slideshow-description-texts .slideshow-text-0 {
  font-size: 36px;
  font-family: "Rubik";
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: -2px 3px 2px rgba(0, 0, 0, 0.76);
  margin-bottom: 15px;
}

.slider-slideshow-description .slider-slideshow-description-texts .slideshow-text-1,
.slider-slideshow-description .slider-slideshow-description-texts .slideshow-text-2 {
  font-size: 20px;
}

.slider-slideshow-description .slider-slideshow-description-link {
  padding-top: 30px;
}

.slideshow .slider-custom-dots .owl-dot {
  background: #8b8f98;
  width: 12px;
  height: 12px;
  margin: 0 5px 25px;
}

.slideshow .slider-custom-dots .owl-dot.active {
  background: #0a3161;
}

.slideshow .owl-item img {
  border-radius: 0 0 20px 20px;
}

.secondary_menu .secondary-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: var(--blue-color);
  position: relative;
}

.secondary_menu .maina {
  text-transform: uppercase;
  padding: 12px 30px;
  display: block;
  width: auto;
  text-align: center;
  line-height: 1em;
}

.secondary_menu .maina a {
  color: #fff;
  font-family: "Rubik";
  font-weight: 500;
  text-transform: uppercase;
  transition: 0.3s ease;
}

.secondary_menu a:hover {
  color: #b31942;
}

.header-container #enquiry>a .badge>span,
.header-container #cart>a .badge>span {
  font-size: 12px;
}

.header-container #enquiry>a .badge,
.header-container #cart>a .badge {
  margin: auto;
  min-width: 20px;
  width: fit-content;
  font: 11px rubik;
  background: #fff;
  color: #b31942;
  border-radius: 13px;
  text-align: center;
  display: inline-block;
  position: absolute;
  right: -30px;
  top: 17px;
  z-index: 2;
  padding: 2px;
  transition: 0.3s ease;
  border: solid 1px #b31942;
}

.slideshow {
  line-height: unset !important;
}

.list-unstyled {
  /* padding-left: 20px !important; */
  /* font-size: 8px; */
  font-weight: lighter;
}

.list-unstyled a {
  color: #2a2929;
  font-size: 13px;
}

/* Ensure the dropdown takes full width */
.navbar-nav>li.mega-menu {
  position: static !important;
}

.navbar-nav>li.mega-menu a {
  font-size: 13px;
  font-family: Rubik;
  font-weight: 500;
}

/* Make the dropdown span full width */
.mega-menu .dropdown-menu {
  width: 100%;
  left: 0;
  right: 0;
  padding: 20px 0;
  background: #f8f8f8;
}

/* Style the columns inside the mega menu */
.mega-menu .dropdown-menu .column {
  padding: 10px;
}

.mega-menu .dropdown-menu h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

.secondary_menu .navbar-nav {
  margin-top: 0;
}

/* start 03-18-2025 */
/* .dropdown-menu.mega-menu {
  left: 50%;
  transform: translateX(-40%);
  right: auto;
} */

/* End 03-18-2025 */
/* .mega-menu {
  width: 900px;
  z-index: 9 !important;
} */


.section-space:nth-of-type(3) .patriot-divider {
  display: none;
}

.section-space:nth-of-type(3) .container {
  padding-top: 20px;
}

featured-module .text-center-mega {
  text-align: center !important;
}

.text-right-mega {
  text-align: right !important;
}

.mega-menu-lyr2 {
  font-size: 14px;
  color: #ff3f6c;
}


.readonly-select {
  background-color: #e9ecef;
  pointer-events: none;
  opacity: 0.7;
}

.padding-top-40 {
  padding-top: 40px !important;
}



.custom-flex {
  display: flex;
  align-items: center;
}

.glyphicon-refresh-animate {
  -animation: spin 1s infinite linear;
  -webkit-animation: spin2 1s infinite linear;
}

@-webkit-keyframes spin2 {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}


/* .secondary_menu a {
  color: #000 !important;
} */
/*Footer*/
/*body #footer-area { position: static; }*/
footer {
  /* background-color: #0a3161; */
  background-color: #0f488f;
  padding-bottom: 0;
}

footer hr {
  margin-bottom: 10px;
}

footer h5 {
  font-size: 18px;
  color: #fff;
  font-family: "Rubik";
  text-transform: uppercase;
  margin-bottom: 10px;
}

.footer-contact-links li {
  padding-bottom: 7px;
}

.footer-contact-links a {
  color: #fff;
  transition: 0.3s ease;
}

.footer-contact-links a:hover {
  color: #b31942;
  text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 20px #eee, 0 0 30px #eee,
    0 0 40px #eee, 0 0 50px #eee, 0 0 60px #eee;
  font-weight: bold;
}

.footer-upper-contet {
  padding-bottom: 15px;
}

.footer-upper-contet>*,
.footer-upper-contet>*:last-child {
  flex: auto;
}

.footer-social-icons img {
  height: 25px !important;
}

.footer-social-icons>*+a {
  margin-left: 2px;
}

#track-package {
  width: 500px;
  margin-top: 30px;
  font-family: Arial, sans-serif;
}

#product-info .product-img {
  background-color: #f4f4f4;
  border: 1px solid #ccc;
  padding: 15px;
  font-size: 16px;
}

#package-info {
  margin-top: 15px;
}

.tracking-number {
  background-color: #eee;
  padding: 5px 10px;
  border-radius: 4px;
  display: inline-block;
}

#contact-seller {
  background-color: #0000ff;
  border: none;
  margin: 10px 0;
}

#carrier-links ul {
  padding-left: 20px;
}

#carrier-links ul li {
  margin-bottom: 5px;
}

/*.footer-upper-contet>*:nth-child(2) ul>*:nth-child(5) a {*/
/*  font-size: 18px;*/
/*  color: #fff;*/
/*  font-family: 'Rubik';*/
/*  text-transform: uppercase;*/
/*  margin: 30px 0 5px;*/
/*  font-weight: bold;*/
/*  display: block;*/
/*}*/
.footer-upper-contet>* {
  /* width: 20%; */
  width: 14%;
}

.footer-bottom p {
  margin-bottom: 0;
  color: #fff;
}

.footer-bottom a,
.footer-bottom>* {
  color: #322f33;
  text-transform: capitalize;
}

.footer-lower-contet {
  background: #fff;
}

.footer-bottom p {
  margin-bottom: 0;
}

.footer-bottom {
  padding: 10px 0 20px;
  display: flex;
  align-items: center;
}

.header-verify-email {
  position: relative;
  text-align: center;
  background: #e3e38d;
  color: #333333;
  padding: 5px;
  width: 100%;
  font-size: 15px;
  z-index: 9;
  box-shadow: 0 0 20px rgba(198, 223, 253, 10%);
  font-weight: bold;
  letter-spacing: 0.5px;
  top: 0;
  left: 0;
}

.header-verify-email div {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  flex-wrap: wrap;
}

.header-verify-email a {
  margin-left: 15px;
  padding: 4px !important;
  min-width: 120px !important;
  font-size: 15px !important;
}

.feedback>button {
  position: fixed;
  right: -45px;
  z-index: 1;
  top: 50%;
  background: var(--blue-color);
  color: #fff;
  padding: 5px 15px;
  border: 1px solid #fff;
  transform: translateY(-50%) rotate(-90deg);
  transition: 0.3s ease;
}

.feedback>button:hover {
  background: #b31942;
}

.chat>button {
  position: fixed;
  z-index: 1;
  bottom: 10px;
  right: 10px;
  background: var(--red-color);
  color: #fff;
  padding: 10px 15px 12px;
  border: 1px solid #fff;
  transition: 0.3s ease;
  display: flex;
  align-items: center;
}

.chat .fa {
  font-size: 20px;
  margin-left: 10px;
}

/*#chatModal .modal-content { height: 620px; }*/
#chatModal #contact-us-form {
  margin-top: 20px;
}

#ToTop {
  display: none !important;
}

.quick-item-details {
  position: relative;
}

.quickcart-input-group {
  position: absolute;
  bottom: 0;
  width: 98%;
  margin-bottom: 0 !important;
  padding: 0 6px 0 0;
}

/*Home*/
.fcategory-28 {
  padding: 0 0;
}

.fcategory-container {
  margin-bottom: 0;
  margin-top: 15px;
}

.fcategory-container .product-layout {
  transition: 0.3s ease;
  border-radius: 13px;
}

/* .fcategory-container .product-layout:hover {
  -webkit-box-shadow: 0px 0px 13px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 13px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 13px 1px rgba(0, 0, 0, 0.3);
} */

.fcategory-container .slick-list {
  margin: -20px -7.5px;
}

.fcategory-container .slick-slide {
  margin: 20px 7.5px;
}

.fcategory-container .product-thumb {
  display: flex;
  border: 0px;
  padding: 10px;
  margin-bottom: 0;
  flex-wrap: wrap;
  justify-content: center;
}

.fcategory-container.slick-dotted {
  margin-bottom: 15px;
}

.fcategory-container.slick-no-slide {
  margin-bottom: 35px;
}

.fcategory-container .product-thumb .image {
  border-radius: 50%;
  width: auto;
  margin: 0;
  border: 1px solid #eeeeee;
  padding: 3px;

  display: inline-block;
  overflow: hidden;
  position: relative;
}

.fcategory-container .product-thumb .image img {
  border-radius: 50%;
  transition: transform 0.6s ease;
}

.fcategory-container .product-thumb .image:hover img {
  /* -webkit-box-shadow: 0px 0px 13px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 13px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 13px 1px rgba(0, 0, 0, 0.3); */
  transform: scale(1.2);
}

/* ------------------- */
/* Initial state for the image and category name */
.fcategory-container a.product-thumb .image,
.fcategory-container a.product-thumb .category-name {
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

/* When hovering over the <a> tag */
.fcategory-container a.product-thumb:hover .image {
  -webkit-box-shadow: 0px 0px 13px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 13px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 13px 1px rgba(0, 0, 0, 0.3);
  /* Shadow for image */
  /* border-radius: 8px; Apply rounded corners to the image shadow */
}

.fcategory-container a.product-thumb:hover .category-name {
  color: #b31942;
}

.modal-header {
  /* background: #eee; */
  padding: 10px 15px;
  border-top-left-radius: 25px !important;
  border-top-right-radius: 25px !important;
}

.modal-content {
  border-radius: 25px !important;
  border: 3px solid #b31942;
}

/* ------------------- */

.fcategory-container .product-thumb>* {
  width: calc(50% - 5px);
  margin: 0 2.5px;
}

.fcategory-container .category-name {
  width: 100%;
  text-align: center;
  padding: 15px 0;
  font-size: 17px;
  font-family: "Rubik";
  font-weight: 500;
  color: #322f33;
}

.fcategory-container .slick-dots,
.featured .slick-dots,
.related .slick-dots {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  list-style: none;
}

.fcategory-container .slick-dots button,
.featured .slick-dots button,
.related .slick-dots button {
  color: transparent;
  background: #cccccc;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  padding: 0;
  outline: 0;
  border: 0;
  margin: 0 5px;
}

.fcategory-container .slick-dots .slick-active button,
.featured .slick-dots .slick-active button,
.related .slick-dots .slick-active button {
  background: #0a3161;
}

body:not(.cke_editable) h2:not(.swal2-title):not([style]) {
  font-size: 24px;
  text-align: left;
  margin-bottom: 30px;
  font-family: "Rubik";
  font-weight: 700;
  color: #0a3161;
}

body:not(.cke_editable) h2:not(.swal2-title):not([style])::after {
  display: none;
}

.headingcontainer {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  margin-bottom: 0;
}

.headingcontainer h2 {
  margin-bottom: 0 !important;
}

.headingcontainer a {
  text-transform: uppercase;
  font-size: 16px;
  color: #b31942;
  margin-left: 15px;
}

.headingcontainer a:hover {
  /* -webkit-box-shadow: 0px 0px 13px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 13px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 13px 1px rgba(0, 0, 0, 0.3); */
  text-shadow: 0px 0px 13px rgba(0, 0, 0, 0.3);
  text-decoration: underline;
  font-weight: bold;
}

.featured {
  padding: 0 0 20px;
  overflow: visible;
}

.featured_items {
  padding: 0 0 50px;
}

.featured-module .featured {
  padding: 0;
}

/* .slicknav {
  width: 40px;
} */

.slicknav {
  display: block !important;
  /*width: 300px; */
  /* Adjust the width as needed */
  transition: all 0.3s ease-in-out !important;
}

.slicknav:hover {
  filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.8));
  /* Shadow around the shape */
  transform: scale(1.02);
  /* Slight zoom effect */
}

.product-inputs,
.cart-buttons {
  display: none;
}

.product-block .product-name {
  padding: 15px 10px 0;
  text-align: left;
}

.featured-module .slick-nav.left,
.featured-module .slick-nav.prev,
.related .slick-nav.left,
.featured-module .slick-nav.prev {
  /* left: -60px; */
  left: -20px;
}

.featured-module .slick-nav.right,
.featured-module .slick-nav.next,
.related .slick-nav.right,
.featured-module .slick-nav.next {
  /* right: -60px; */
  right: -20px;
}

.fcategory-caption {
  position: absolute;
  right: 0;
  line-height: 1em;
}

.fcategory-caption a {
  margin-left: 0;
  text-transform: none;
  color: #0a3161;
  font-weight: 500;
}

body:not(.cke_editable) .related-module h2:not(.swal2-title):not([style]) {
  margin-bottom: 15px !important;
}

.slick-disabled {
  display: none !important;
}

/*Highlighted products*/
.product-bolded .product-name a {
  font-family: "Rubik";
}

/*Bolded*/
.product-highlighted {
  border: solid 2px #e8e8e8 !important;
  /* border: solid 2px #f3f3f3 !important; */
}

.product-highlighted .product-name a {
  font-family: "Rubik";
  /* color: #b31942; */
  color: #000000;
}

.product-highlighted .product-brand {
  font-family: "Rubik";
  font-weight: 500;
}

.product-name a {
  font-size: 15px;
}

.product-block .product-details {
  padding: 0;
  text-align: left;
  margin: auto 10px 0px;
  align-self: flex-start;
  padding-top: 10px;
}

.product-name a {
  color: #322f33;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.product-name a:visited {
  color: #322f33;
}

.product-block .product-details .product-detailed-info {
  display: block;
  line-height: 1.3em;
}

.product-block .product-details .price {
  font-family: "Rubik";
  font-size: 18px;
  padding-top: 3px;
}

.originalprice {
  color: #322f33 !important;
}

.product-block .product-details .price .price-old {
  font-size: 16px !important;
  text-decoration: line-through;
  opacity: 1;
}

.price-new {
  color: #b31942;
}

.product-brand {
  padding: 0 10px;
  text-align: left;
}

.product-condition {
  font-size: 13px;
  text-align: left;
  padding: 1px 7px;
  width: fit-content;
  font-weight: 500;
}

.product-brand a {
  color: #686868;
  font-size: 13px;
}

.product-detailed-info {
  font-size: 13px;
  color: #424242;
}

.condition-watchers {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px 10px -5px;
}

.product-view.rows .product-brand,
.product-view.rows .product-block .product-details {
  padding: 0 15px;
}



.sticker,
.special-sticker {
  font-family: "Rubik";
  font-weight: 500;
  right: auto;
  left: 0;
  margin-left: -10px;
  min-width: 60px;
  padding: 4px 8px 3px;
  text-transform: uppercase;
  text-align: center;
  z-index: 1;
  height: auto;
  font-size: 12px;
}

.sticker,
.special-sticker {
  top: -5px;
}

.sticker+.special-sticker {
  top: 30px;
}

.sticker- {
  position: absolute;
  z-index: -1;
  border: 5px solid;
  border-bottom-color: transparent !important;
  border-left-color: transparent !important;
  bottom: -10px;
  left: 0;
}

.stickerafter {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-right-width: 15px;
  border-left-width: 0px;
  right: -15px;
  bottom: 0;
}

.product-image-column .sticker,
.product-image-column .special-sticker {
  margin: 10px 0px 0 -10px;
}

.product-block {
  padding-top: 10px;
  padding-bottom: 10px;
  transition: 0.3s ease;
  border-color: transparent;
}

.product-block:hover {
  -webkit-box-shadow: 0px 0px 13px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 13px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 13px 1px rgba(0, 0, 0, 0.3);
}

.related-products .slick-list {
  margin-top: -15px;
}

.featured-module .slick-slide,
.related-products .slick-slide {
  margin-top: 15px;
  margin-bottom: 15px;
}

.product-block {
  /* border: solid 2px #f3f3f3; */
  border: solid 2px #e8e8e8;
  border-radius: 13px;
}

.product-block:hover .product-image img {
  opacity: 0.6;
}

.product-block .product-button {
  justify-content: center;
}

.product-block img {
  padding: 0 10px;
}

.featured .slick-no-slide {
  margin: 0;
}

.recently_viewed {
  /* padding: 50px 0 0; */
  padding: 0px 0 0;
}

.product-option-radio .radio-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.product-option-radio .radio-label-name {
  border: solid 1px #ccc;
  padding: 10px 15px;
  display: block;
  min-width: 50px;
  text-align: center;
  margin: 5px;
}

.product-option-radio .radio-flex input {
  visibility: hidden;
}

.product-option-radio .radio-flex label {
  padding: 0;
}

.product-option-radio .radio-flex .radio {
  margin: 0;
}

.product-option-radio .radio-flex .radio-label-name:hover,
.product-option-radio .radio-flex input:checked+.radio-label-name {
  background: #0a3161;
  color: #fff;
  border-color: #0a3161;
}

.pagination li a,
.pagination li span {
  color: #222;
}

.item-details {
  max-width: 430px;
}

.item-details .cart-remove-btn {
  border: none;
  background: transparent;
}

.item-details i {
  color: #b31942;
}

/*Product List*/
.heading-banner {
  padding: 10px 15px;
  background: #0a3161;
  color: #fff !important;
}

.breadcrumb>li>a {
  letter-spacing: 0;
}

.breadcrumb>li {
  padding: 0 10px;
}

.breadcrumb>li:last-child a {
  font-weight: normal;
  font-family: "Rubik";
  /* font-weight: 500; */
  color: #0a3161;
}

.list-group-item.item-header {
  font-family: "Rubik";
  font-weight: 500;
  padding: 10px 0;
  font-size: 18px;
  color: #0a3161;
}

.list-group-item {
  padding: 0;
}

#side_filter .filters-limit {
  max-height: 75px;
  overflow: hidden;
  margin-bottom: 5px;
}

.filters-show {
  border: none !important;
  color: #337ab7 !important;
  font-size: 14px;
  padding: 20px 0 0 !important;
  text-decoration: underline;
}

.filters-show:hover {
  background: transparent !important;
  text-decoration: underline;
}

#side-categories .group .item a {
  padding: 5px 0;
  color: #322f33;
  transition: 0.3s ease;
  background: none !important;
}

#side-categories .group .item a:hover,
#side-categories .group .item.active a {
  color: #b31942;
}

#side-categories .group .item.active+.sub {
  border: 0;
  padding-left: 10px;
}

#side-categories .group:not(:last-child) {
  border: 0;
}

#side-categories .group .item .toggle {
  border: 0;
  background: none !important;
  color: #322f33 !important;
}

#filter-groups {
  max-width: 250px;
}

#filter-groups>div {
  margin-bottom: 10px;
}

#filter-groups .checkbox {
  margin: 5px 0;
}

#side-manufacturer .list-group-item {
  padding: 7px 0;
}

#side_filter label {
  color: #322f33;
}

#side-price .list-group-item:not(.item-header) {
  padding-top: 0;
}

#side-price .price-container {
  margin-bottom: 5px;
}

#side-price .price-container span {
  color: #322f33;
}

#side-price .ui-slider-handle {
  width: 15px;
  height: 15px;
  background: #0a3161;
}

#side-price .ui-slider-horizontal {
  height: 4px;
}

#side-price .ui-slider-range {
  background: #0a3161;
}

.filters-wrap {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
  margin-right: 15px;
  margin-left: 15px;
  padding-right: 0;
}

.filters-wrap .form-group {
  margin-bottom: 0;
}

.filters-wrap label {
  font-family: "Rubik";
  font-weight: 500;
  color: #322f33;
}

.filters-wrap .view-div {
  margin-left: 20px;
}

.filters-wrap .limit-div {
  margin-left: 10px;
}

.filters-wrap .limit-div select {
  width: 70px;
}

.filters-wrap .save-div {
  width: calc(100% - 500px);
}

.filters-wrap .save-div a {
  color: #b31942;
  font-weight: 500;
  border-bottom: solid 1px #b31942;
  padding-bottom: 2px;
}

.filters-wrap select {
  padding: 10px 12px;
  line-height: 1em;
}

#filter_group_tigger_open.btn:not(.btn-number):not(.no-custom):not(#button-search) {
  border-radius: 0 !important;
  padding: 6px 12px;
  font-weight: normal;
  font-size: 15px;
  border-width: 1px !important;
  border-color: #ccc;
  height: 37px;
}

.layout-toggle i:last-child {
  margin-left: 10px;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover,
.pagination li a:hover,
.pagination li span:hover {
  background: #0a3161;
  border-color: #0a3161;
}

.layout-toggle span {
  display: none;
  position: absolute;
  font-family: "Open Sans";
  color: #fff;
  font-size: 12px;
  background: #0a3161;
  padding: 5px;
  text-align: center;
  bottom: -23px;
  width: 80px;
}

.layout-toggle .fa-bars:hover span {
  display: block;
}

.layout-toggle .fa-th-large:hover span {
  display: block;
}

.layout-toggle>i:not(.active) {
  opacity: 1;
  color: #cdcdcd;
}

.layout-toggle>i.active {
  color: #0a3161;
}

/*Product*/
.product-product .product-image-main-container {
  border: 1px solid #ccc;
  overflow: initial;
}

#filter_group_tigger_open {
  min-width: 100%;
}

#pg-banner-wrap {
  display: none;
}

/*Checkout*/
.quickcheckout-cart td.name {
  width: auto;
}

.quickcheckout-cart td.quantity {
  width: 200px;
}

.quickcheckout-cart td.price1 {
  width: 120px;
}

.quickcheckout-cart td.total {
  width: 150px;
}

.quickcheckout-cart td.quantity .btn {
  padding: 5px 10px !important;
  width: auto !important;
}

.quickcheckout-cart th.seller {
  padding: 10px 10px 20px;
}

.order-comment-single {
  padding: 20px 7px !important;
}

.seller textarea {
  margin-top: 10px;
  height: 55px;
}

.seller .btn-comment-add {
  margin-top: 10px;
  width: 100% !important;
  font-size: 16px;
}

.social-login {
  display: none;
}

.cart-items .message-text-input {
  max-height: 0;
  overflow: hidden;
}

.cart-items .message-text-input.active {
  max-height: 100%;
  margin-top: 20px;
  background: #f7f7f7;
  padding: 15px;
}

.cart-items .message-text-input button {
  padding: 5px;
  min-width: 100px;
}

.quickcheckout-content .cart-items .item {
  /*display: flex; flex-direction: row;*/
  margin-bottom: 20px;
}

.quickcheckout-content .cart-items .item-seller-info {
  margin-bottom: 20px;
}

.quickcheckout-content .cart-items .image {
  padding-right: 30px;
}

.quickcheckout-content .cart-items .title {
  margin-bottom: 3px;
}

.quickcheckout-content .cart-items .price {
  font-weight: bold;
  margin-bottom: 7px;
}

.quickcheckout-content .cart-items .input-group>* {
  flex-direction: row;
}

.quickcheckout-content .cart-items .quantity {
  width: 280px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.quickcheckout-content .cart-items .quantity a {
  margin-left: 8px;
  text-decoration: underline;
}

.quickcheckout-content .cart-items .input-group .form-control[name^="quantity"] {
  text-align: center;
}

.quickcheckout-content .cart-items .delivery {
  margin-top: 40px;
}

.quickcheckout-content .cart-items .delivery label {
  display: flex;
  flex-direction: row;
}

.quickcheckout-content .cart-items .delivery label input[type="radio"] {
  margin-top: 4px;
  margin-right: 10px;
}

.quickcheckout-content .cart-items .item:not(:last-child) .content {
  border-bottom: 1px solid #ddd;
}

.quickcheckout-content .cart-items:not(:last-child) {
  border-bottom: 1px solid #ddd;
  margin-bottom: 25px;
}

.quickcheckout-content .cart-items .seller-comment {
  margin-bottom: 15px;
}

.quickcheckout-content .cart-items .btn-comment {
  margin-right: 10px;
}

.quickcheckout-content .cart-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 300px;
  margin-left: auto;
  font-weight: bold;
  padding: 7px 0;
  border-bottom: solid 1px #ccc;
}

.quickcheckout-checkout #content #payment-address .quickcheckout-content #payment-address-existing,
.quickcheckout-checkout #content #payment-address .quickcheckout-content #payment-address-new {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

.quickcheckout-checkout #content #payment-address .quickcheckout-content .radio label {
  padding-left: 0;
  color: #337ab7;
}

#payment-existing>label {
  display: flex !important;
  align-items: flex-start;
  margin-bottom: 10px;
}

#payment-existing>label>input {
  margin-top: 3px !important;
  margin-right: 5px;
}

.order-nav-items {
  display: flex;
  flex-direction: column;
}

.order-nav-items a {
  color: #0a3161;
  font-size: 16px;
  padding: 5px 0;
  transition: 0.3s ease;
}

.order-nav-items a:hover {
  color: #b31942;
}

.order-nav-items a.active {
  color: #b31942;
  font-weight: bold;
}

.quickcheckout-checkout #content #payment-new>.col-sm-4 {
  width: calc(33.33% - 7.5px);
  margin: 0 0 15px;
  padding: 0;
}

.swal2-popup {
  padding: 0 !important;
}

.swal2-title {
  color: #000 !important;
}

.swal2-header {
  padding: 1.25em 1.25em 0 1.25em;
  background-color: #eeeeee;
  border-top-left-radius: 25px !important;
  border-top-right-radius: 25px !important;
}

#swal2-content {
  padding: 1.25em !important;
}

.swal2-actions {
  padding: 0 1.25em 1.25em 1.25em;
}

.swal2-confirm {
  background-color: #4caf50 !important;
  /* width: 95% !important; */
  font-size: 14px !important;
  font-weight: bold !important;
  height: 40px;
  border: 0;
  border-radius: 56px !important;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: system-ui, -apple-system, system-ui, "Segoe UI", Roboto, Ubuntu,
    "Helvetica Neue", sans-serif;
  font-size: 18px;
  font-weight: 600;
  outline: 0;
  padding: 16px 21px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  min-width: 100px;
}

.swal2-confirm:focus {
  color: #ffffff;
}

.swal2-confirm:before {
  background-color: initial;
  background-image: linear-gradient(#fff 0, rgba(255, 255, 255, 0) 100%);
  border-radius: 125px;
  content: "";
  height: 50%;
  left: 4%;
  opacity: 0.5;
  position: absolute;
  top: 0;
  transition: all 0.3s;
  width: 92%;
}

.swal2-confirm:hover {
  box-shadow: rgba(255, 255, 255, 0.2) 0 3px 15px inset,
    rgba(0, 0, 0, 0.1) 0 3px 5px, rgba(0, 0, 0, 0.1) 0 10px 13px;
  transform: scale(1.05);
  color: #ffffff !important;
}

.swal2-cancel {
  font-size: 14px !important;
  font-weight: bold !important;
  background-color: #b31942 !important;
  /* width: 95% !important; */
  border: 0;
  border-radius: 56px !important;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: system-ui, -apple-system, system-ui, "Segoe UI", Roboto, Ubuntu,
    "Helvetica Neue", sans-serif;
  font-size: 16px;
  font-weight: 600;
  outline: 0;
  padding: 8px !important;
  height: 40px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  min-width: 100px;
  font-weight: bold;
}

.swal2-cancel:focus {
  color: #fff;
}

.swal2-cancel:before {
  background-color: initial;
  background-image: linear-gradient(#fff 0, rgba(255, 255, 255, 0) 100%);
  border-radius: 125px;
  content: "";
  height: 50%;
  left: 4%;
  opacity: 0.5;
  position: absolute;
  top: 0;
  transition: all 0.3s;
  width: 92%;
}

.swal2-cancel:hover {
  box-shadow: rgba(255, 255, 255, 0.2) 0 3px 15px inset,
    rgba(0, 0, 0, 0.1) 0 3px 5px, rgba(0, 0, 0, 0.1) 0 10px 13px;
  transform: scale(1.05);
  color: #ffffff;
}

/*Listing Page*/
.autocomplete {
  position: relative;
  display: inline-block;
  width: 100%;
  padding-right: 10px;
}

.autocomplete-items {
  position: relative;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  top: 100%;
  left: 0;
  right: 0;
  max-height: 350px;
  overflow: auto;
}

.autocomplete-items div {
  padding: 7px 15px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
  color: #0000ff;
}

/*when hovering an item:*/
.autocomplete-items div:hover {
  background-color: #e9e9e9;
}

.alert-error {
  background-color: #ffff00;
  /* padding:5px; */
  /* border:2px solid #ff0000; */
  /* border-radius:5px; */
  color: #000000;
  font-size: 13px;
}

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
  background-color: DodgerBlue !important;
  color: #ffffff;
}

#category-selection {
  font-size: 18px !important;
}

#category-selection::placeholder {
  text-transform: none;
}

#category-selection:focus::placeholder {
  color: gray;
}

#category-selection.error::placeholder {
  color: #ff0000 !important;
}

.input-large {
  height: auto !important;
  padding: 15px 25px;
}

.product-listing {
  margin-top: 30px;
}

#seller-listing-form {
  margin-top: 25px;
}

.checkbox-flex {
  display: inline-flex;
  flex-direction: column;
}

#seller-listing-form .btn {
  border-radius: 27px !important;
  font-size: 16px;
  padding: 10px;
  min-width: 180px;
  font-weight: bold;
}

.table-border-right {
  border-right: 5px solid #dddddd !important;
}

.table-border-left {
  border-left: 5px solid #dddddd !important;
}

.table-border-right2 {
  border-right: 2px solid #dddddd !important;
}

.table-border-left2 {
  border-left: 2px solid #dddddd !important;
}

#addressModal .modal-header,
#telModal .modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

#addressModal .modal-body,
#telModal .modal-body {
  padding: 15px 25px;
}

.mupbs-radius {
  border-bottom-left-radius: 13px !important;
  border-bottom-right-radius: 13px !important;
}

.text-green {
  color: #4caf50;
}

.address-info {
  position: absolute;
  transform: translateY(-50%);
  top: 25px;
  right: -19px;
}

.address-info:hover .address-info-text {
  visibility: visible;
}

.address-info-text {
  visibility: hidden;
  width: 180px;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  text-align: left;
  border-radius: 5px;
  padding: 10px;
  position: absolute;
  z-index: 1;
  transform: translateY(-50%);
  top: 11px;
  right: -200px;
  font-family: sans-serif;
  font-size: 14px;
  line-height: 1.3em;
}

.address-info-text::after {
  content: "";
  position: absolute;
  bottom: 50%;
  left: 0;
  margin-left: -10px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent rgba(0, 0, 0, 0.8) transparent transparent;
}

.address-verify-text .form-check {
  display: flex;
  align-items: flex-start;
}

#telModal .modal-content {
  height: 670px;
}

/*Product Inner*/
.productname-inner {
  font-size: 22px;
  color: #322f33;
  margin-bottom: 5px;
  font-weight: 500;
  color: #000;
}

.product-vacation {
  background: #b31942;
  color: #fff;
  font-size: 16px;
  margin-bottom: 15px;
  display: inline-block;
  padding: 5px 10px;
}

.productname-inner+.price-wrapper {
  margin-top: 20px;
}

.price-wrapper {
  font-size: 16px;
  font-family: "Rubik";
  margin-bottom: 0 !important
}

.price-wrapper li:last-child {
  margin-bottom: 20px !important;
}

.price-wrapper li {
  display: flex;
  align-items: center;
}

.price-wrapper li:first-child {
  margin-bottom: 20px;
}

.product-special-price {
  color: #b31942;
  font-size: 24px;
  font-weight: bold;
}

.product-special-price+.orig-price {
  margin-left: 5px;
  font-size: 20px;
  position: relative;
}

.product-special-price+.orig-price:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #b31942;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.orig-price,
.old-prices {
  /* color: #322f33; */
  color: #6EC360;
  font-size: 24px;
  font-weight: 500;
}

#product .control-label {
  color: #232323;
  text-transform: capitalize;
  margin-bottom: 0;
}

div.required .control-label:before {
  display: none;
}

.product-product #product .form-group>label {
  width: 40%;
  max-width: 80px;
}

.product-product #product .form-group .input-group,
#product .shipping-details,
#product .form-group>div:not(.share-button) {
  width: 60%;
  z-index: 1;
  max-width: 108px;
}

.product-product #product .form-group .form-control:not(.input-number) {
  max-width: 200px;
}

.product-product #product .form-group .text-danger {
  width: 50%;
  display: block;
  max-width: 50%;
  margin-left: 80px;
  color: #ff0000 !important;
  background-color: #fffb00 !important;
}

.product-product #product .btn-number {
  width: 30px;
}

.input-group .form-control[name^="quantity"] {
  padding: 4px 10px !important;
}

.input-group .form-control[name^="quantity"]:hover {
  border-color: #0000ff;
}

select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAVklEQVQ4T93S0QoAEAwF0OvLzZ+LwrCN5Y0XJfeoawGPKzzm8RFAAKKzjwSAeAcepIbLg2uJN0gPS0A5s5AprAEasoUtYEXE8AloCN+3j/poEp1DOK5nfmcNES1z5SIAAAAASUVORK5CYII=);
  background-color: #fff;
  background-size: 12px;
  background-position: top 50% right 10px;
  background-repeat: no-repeat;
  height: auto;
  color: #222;
  font-family: rubik !important;
}

select.form-control,
select.form-control option,
select.form-control optgroup {
  font-family: 'Rubik', sans-serif;
}

.btn-number .glyphicon {
  font-size: 18px;
  color: #000;
  font-family: "Rubik";
}

.btn-number {
  background: #e1e1e1;
}

.btn-default.disabled {
  background-color: #e1e1e1 !important;
}

.btn-left-minus {
  border-bottom-left-radius: 25px;
  border-top-left-radius: 25px;
}

.btn-right-plus {
  border-bottom-right-radius: 25px;
  border-top-right-radius: 25px;
}

.btn-number:hover {
  /* background: #000; */
  -webkit-box-shadow: 0px 0px 13px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 13px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 13px 1px rgba(0, 0, 0, 0.3);
}

.btn-number:hover .glyphicon {
  color: #000000;
}

.qtygroup {
  max-width: 270px;
}

.color-option {
  display: flex;
  align-items: center;
}

.color-option .radio {
  margin: 0 2px;
}

.option-color-container {
  display: flex;
  padding-left: 0 !important;
}

.option-color-box {
  width: 20px;
  height: 20px;
  position: relative;
  margin: 4px;
}

.checkbox+.checkbox,
.radio+.radio {
  margin-top: 0;
}

.option-color-container input {
  visibility: hidden;
  width: 0;
  height: 0;
}

.option-color-box:after {
  content: "";
  border: solid 1px #000;
  transition: 0.3s;
  display: block;
  position: absolute;
  top: -4px;
  left: -4px;
  width: 28px;
  height: 28px;
  opacity: 0;
}

.option-color-box:hover:after,
.option-color-container input:checked+.option-color-box:after {
  opacity: 1;
}

.groupwidth {
  /*max-width: 250px;*/
  margin-bottom: 20px;
}

.groupwidth.required {
  /*max-width: 250px;*/
  margin-bottom: 10px;
}

.required.groupwidth:last-child {
  margin-bottom: 20px;
}

.groupbutton>*:not(:last-child) {
  margin-bottom: 10px;
}

.groupbutton {
  align-items: center !important;
  margin-top: 20px;
  flex-direction: column !important;
  align-items: flex-start !important;
}

.space-10px {
  height: 10px;
}

.groupbutton>* {
  display: flex;
  align-items: center;
  justify-content: center;
}

.sharelbl {
  color: #232323;
  font-family: "Rubik";
  font-weight: 500;
  text-transform: uppercase;
}

.product-customerinfo {
  color: #000;
}

/* #button-wishlist {
  cursor: pointer;
  color: #b31942;
  font-size: 32px;
}

#button-wishlist:hover {
  color: #7f102e;
} */

#product-tabs.nav-tabs>li>a {
  color: #222;
}

#product-tabs+.tab-content {
  padding-bottom: 50px;
}

#review .review-author,
#review .review-date {
  font-size: 16px;
  font-family: "Rubik";
  font-weight: 500;
  color: #322f33;
}

#review .review-text {
  font-size: 16px;
}

.attribute-generated-info,
.attribute-generated-info p {
  font-size: 15px;
}

.attribute-generated-info table td {
  border-bottom: solid 1px #e8e8e8;
  padding: 5px !important;
}

.attribute-generated-info table th {
  background: #e8e8e8;
  padding: 5px !important;
}

#product-tabs.nav-tabs>li>a {
  border: solid 2px #0a3161;
  background: #ededed;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

#product-tabs.nav-tabs>li.active>a {
  background: #fff;
  border-bottom: solid 2px #fff;
}

.product-product #product-tabs.nav-tabs>li:not(.active)>a {
  color: #000 !important;
}

.product-product #product-tabs.nav-tabs>li.active>a {
  color: #b31942 !important
}

#product-tabs.nav-tabs {
  border-bottom: solid 2px #0a3161;
  margin-bottom: 25px;
}

#product-tabs.nav-tabs>li {
  margin-bottom: -2px;
}

#tab-qa #google_recaptcha {
  margin-left: 0;
  margin-right: 0;
}

.qanda-container>div:not(:last-child),
.buyer-qa>div:not(:last-child) {
  margin-bottom: 15px;
}

.qanda-container small {
  color: #9b9b9b;
}



.qanda-container .floating-bubbles-q,
.buyer-qa .floating-bubbles-q {
  font-size: 12px;
  background: #0a3161;
  color: #fff;
  padding: 0 9px;
  margin-right: 25px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.qanda-container .floating-bubbles-a,
.buyer-qa .floating-bubbles-a {
  font-size: 12px;
  background: #b31942;
  color: #fff;
  padding: 0 9px;
  margin-right: 25px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.qanda-container .question,
.answer,
.buyer-qa .question,
.answer {
  display: flex;
  align-items: flex-start;
}

.reviews-footer {
  margin: 0em 0 2em;
}


#accordion .panel-title a {
  position: relative;
  display: block;
  padding-right: 30px;
  /* Make room for arrow + spacing */
}

#accordion .panel-title a .arrow {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #333;
  position: absolute;
  top: 50%;
  right: 10px;
  /* Add padding from right */
  transform: translateY(-50%);
  transition: transform 0.2s;
}

/* Arrow points down when collapsed */
#accordion .panel-title a.collapsed .arrow {
  transform: translateY(-50%) rotate(0deg);
}

/* Arrow points up when expanded */
#accordion .panel-title a:not(.collapsed) .arrow {
  transform: translateY(-50%) rotate(180deg);
}




.floating-bubbles-q:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 24px solid #0a3161;
  border-right: 12px solid transparent;
  border-top: 12px solid #0a3161;
  border-bottom: 20px solid transparent;
  left: 32px;
  bottom: -24px;
}

.floating-bubbles-q:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 3px solid #0a3161;
  border-right: 3px solid transparent;
  border-top: 3px solid #0a3161;
  border-bottom: 3px solid transparent;
  left: 0px;
  bottom: -5px;
}

.floating-bubbles-a:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 3px solid #b31942;
  border-right: 3px solid transparent;
  border-top: 3px solid #b31942;
  border-bottom: 3px solid transparent;
  left: 0px;
  bottom: -5px;
}

#input-reply {
  margin-bottom: 10px;
}

.buyerq-product a {
  color: #b31942;
}

.buyerq-product {
  width: 100%;
  display: flex;
  align-items: flex-start;
}

.buyerq-product img {
  padding-right: 20px;
}

.fb-share {
  overflow: hidden;
}

.fb-share iframe {
  width: 81px !important;
}

#facebook ._2tga span._49vh,
#facebook ._2tga span._5n6h,
._49vh,
._5n6h {
  font-family: "Rubik";
}

.email-share span {
  box-sizing: border-box;
  color: #fff;
  font-size: 13px;
  margin-left: 1px;
  display: inline-block;
  line-height: 20px;
  vertical-align: baseline;
}

.share-button>div:not(:last-child) {
  margin-right: 5px;
}

.email-share img {
  width: 18px;
  height: 18px;
  line-height: 18px;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
}

.email-share a {
  padding: 4px 12px;
  height: auto;
  width: 81px;
  box-sizing: border-box;
  display: block;
  background-color: #7d7d7d;
  border-radius: 50px;
  overflow: hidden;
  line-height: 0;
  text-decoration: none;
}

.email-share span {
  margin-left: 5px;
}

.copy-share .btn-tooltip {
  position: relative;
  display: inline-block;
}

.copy-share .btn-tooltip .tooltiptext {
  visibility: hidden;
  width: 140px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -75px;
  opacity: 0;
  transition: opacity 0.3s;
  word-break: break-word;
}

.copy-share .btn-tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.copy-share .btn-tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.copy-share .btn-tooltip button {
  font-size: 13px;
  background: transparent;
  border: 0;
  outline: 0 !important;
  width: auto;
  padding: 0;
}

.groupbutton>*.share-button {
  border: solid 1px #ccc;
  padding: 5px 10px;
  margin-top: 15px;
}

.groupbutton>*.share-button .share-label {
  font-size: 13px;
  margin-right: 8px;
}

/*Product Seller*/
.seller-info-container {
  border: var(--parent-container-border);
  /* border: 1px solid #e8e8e8; */
  padding: 10px;
  border-radius: 12px;
  margin-bottom: 20px;
}


.tool-tip-text {
  visibility: hidden;
  position: absolute;
  left: 0;
  bottom: auto;
  background: #fff;
  color: #000;
  width: 50%;
  padding: 5px;
  font-size: 13px;
  border: solid 1px #ccc;
  min-width: 150px;
  line-height: 1.3em;
  z-index: 99;
  border: 3px solid #b31942;
  border-radius: 13px !important;
}

.tool-tip-text.active {
  visibility: visible;
}

.wd-100 {
  width: 100%;
}

.seller-info-container h4,
.item-shipping-payment-container h4,
.item-shop-with-confidence h4 {
  font-size: 18px;
  font-family: "Rubik";
  color: #322f33;
}

.seller-info-container h4 {
  margin-bottom: 3px !important;
}

.seller-info-container .seller {
  color: #0f488e;
  font-family: "Rubik";
  font-weight: 500;
  margin-right: 5px;
  font-size: 14px;
}

.seller-product-count {
  color: #0f488e;
  font-family: "Rubik";
  font-weight: 500;
  margin-right: 3px;
}

.produtdetail-free {
  display: inline-block;
  margin: 0 10px;
  padding: 0px 12px 0px 12px;
  background-color: #ff0000;
  color: #ffffff;
  transform: skew(-15deg);
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.seller-info-container .feedback {
  color: #222;
  font-family: "Rubik";
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 0;
  /* display: flex; */
  display: contents;
  align-items: center;
  width: 115px;
}

.list-product-seller {
  /* list-style: none;
  display: inline; */
  display: flex;
}

.list-product-seller a {
  margin-left: 50px;
}

.seller-info-container img {
  width: 15px;
  margin-top: -3px;
}

.content-separator {
  border-top: 2px dotted #999;
  margin: 10px 0;
}

.links-and-verification>div>div:not(:first-child) {
  margin-left: 17px;
}

.seller-info-container a {
  color: #0a3161;
  line-height: 1.5em;
  font-size: 14px;
  text-decoration: underline;
}

.seller-info-container i {
  color: #b31942;
}

.related-module {
  margin-top: 50px;
}

.related-module+.related-module {
  margin-top: 25px;
}

.related .slick-nav {
  width: 32px;
  height: 100%;
  z-index: 1;
  top: 0px;
}

.star-rating-container {
  margin-left: 6px;
}

.star-rating-container i {
  color: #f2b713;
}

.item-shipping-payment-container {
  margin-top: 15px;
  border: 1px solid #ccc;
  padding: 10px 10px 5px;
  border-radius: 3px;
}

.item-shop-with-confidence {
  margin-top: 15px;
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 3px;
}

.shop-with-confidence-container,
.shop-with-confidence-container a {
  font-size: 14px;
}

.shop-with-confidence-container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  align-items: center;
}

.shop-with-confidence-container>div:last-child {
  margin-left: 15px;
  font-size: 14px;
}

.shop-with-confidence-container>div:first-child {
  max-width: 100px;
}

.item-shipping-payment-container h4 {
  display: flex;
  align-items: center;
}

.item-shipping-payment-container h4 i {
  font-size: 16px;
  color: #0a3161;
  margin: -1px 5px 0;
}

.item-shipping-payment-container div {
  margin-bottom: 5px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  font-size: 14px;
}

.item-shipping-payment-container div .cap {
  width: 75px;
}

.item-shipping-payment-container div .val {
  width: calc(100% - 75px);
}

b {
  font-weight: 600 !important;
}

.account-sellercamp h2,
.account-buyercamp h2 {
  margin-bottom: 8px !important;
  margin-top: 0px !important;
}

.account-sellercamp h2+h3,
.account-buyercamp h2+h3 {
  margin-bottom: 35px;
  color: #000;
  display: flex;
  align-items: center;
}

.account-sellercamp h3>a {
  font-size: 21px;
  color: #000;
}

.account-sellercamp h3 i,
.account-buyercamp h3 i {
  font-size: 18px !important;
  margin-right: 3px;
}

.links-and-verification {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.verified-icon {
  background: url(../../../../../image/catalog/images/general/verified-icon-colored.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 185px;
  height: 80px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.verified-icon span {
  display: block;
  margin-left: 25px;
  color: #fff;
}

.verified-icon .verified-title {
  font-weight: 500;
  line-height: 1em;
  margin-top: 6px;
}

.verified-icon .verified-date {
  font-size: 12px;
}

/*About*/
.slider {
  height: 50px;
  background-color: #293132;
  position: relative;
  animation: slideColor 10s forwards infinite;
  padding: 0 10px;
}

.caption {
  font-size: 27px;
  font-family: "Rubik";
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.text-box {
  display: inline-block;
  position: relative;
  top: 53px;
}

.text-box div {
  display: inline-block;
  position: absolute;
  top: -200px;
  transform: rotateX(-90deg);
  opacity: 0;
  animation-timing-function: ease;
  width: 1120px;
}

.text-box div:nth-child(1) {
  animation: rollDown 10s forwards infinite;
}

.text-box div:nth-child(2) {
  animation: rollDown2 10s forwards infinite;
}

.text-box div:nth-child(3) {
  animation: rollDown3 10s forwards infinite;
}

@keyframes rollDown {
  0% {
    top: -200px;
    transform: rotateX(-90deg);
  }

  11% {
    top: -74px;
    transform: rotateX(0deg);
    opacity: 1;
  }

  22% {
    top: -74px;
    transform: rotateX(0deg);
    opacity: 1;
  }

  33% {
    top: 50px;
    transform: rotateX(30deg);
    opacity: 0;
  }
}

@keyframes rollDown2 {
  33% {
    top: -200px;
    transform: rotateX(-90deg);
  }

  44% {
    top: -74px;
    transform: rotateX(0deg);
    opacity: 1;
  }

  55% {
    top: -74px;
    transform: rotateX(0deg);
    opacity: 1;
  }

  66% {
    top: 50px;
    transform: rotateX(30deg);
    opacity: 0;
  }
}

@keyframes rollDown3 {
  66% {
    top: -200px;
    transform: rotateX(-90deg);
  }

  77% {
    top: -74px;
    transform: rotateX(0deg);
    opacity: 1;
  }

  88% {
    top: -74px;
    transform: rotateX(0deg);
    opacity: 1;
  }

  99% {
    top: 50px;
    transform: rotateX(30deg);
    opacity: 0;
  }
}

@keyframes slideColor {
  0% {
    background-color: #387780;
  }

  33% {
    background-color: #3f88c5;
  }

  66% {
    background-color: #588b8b;
  }

  100% {
    background-color: #387780;
  }
}

.about-video video {
  height: 600px;
}

.about-content-flex {
  display: flex;
  align-items: center;
  margin: 0 -30px 50px -30px;
}

.about-content-flex>div {
  width: 50%;
  margin: 0 30px;
}

.about-content-container img {
  width: 100%;
}

.about-description {
  font-size: 18px;
  color: #000;
  line-height: 1.8em;
}

.about-content-flex.rowreverse {
  flex-direction: row-reverse;
}

.about-statistic h2,
.about-partners h2,
.about-testimonial h2,
.account-buying_preferences h2 {
  text-align: center !important;
}

.about-statistic .flex-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  max-width: 1440px;
  margin: auto;
}

.about-statistic .item {
  width: 220px;
  max-width: 100%;
  text-align: center;
}

.circular-chart {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 170px;
  height: 170px;
  font-weight: bold;
  max-width: 100%;
  overflow: hidden;
}

.circle-bg {
  fill: none;
}

.circle {
  fill: none;
  stroke-linecap: round;
  animation: progress 1s ease-out forwards;
}

@keyframes progress {
  0% {
    stroke-dasharray: 0 100;
  }
}

.circular-chart .circle {
  stroke: #0a3161;
}

.percentage {
  font-size: 8px;
  color: #322f33;
  font-family: "Rubik";
  text-anchor: middle;
}

.about-statistic .text {
  font-size: 18px;
  color: #000;
  font-family: "Rubik";
  font-weight: 500;
  margin-top: 15px;
}

.partners_slider .slick-list {
  margin: 0px -7.5px;
}

.partners_slider .slick-slide {
  margin: 0px 7.5px;
  display: flex !important;
  flex: 0 1 auto;
  height: auto;
}

.partners_slider .slick-slide>div {
  border: 1px solid #ddd;
}

.testimonial_items .flex {
  max-width: 900px;
  margin: auto;
  -webkit-box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.12);
}

.testimonial_items .flex>*:first-child {
  width: 60%;
  padding: 50px;
}

.testimonial_items .flex>*:last-child {
  width: 40%;
}

.testimonial_items .description {
  font-size: 20px;
  color: #fff;
  font-family: "Rubik";
  font-weight: 500;
  line-height: 1.8em;
  margin-bottom: 10px;
}

.testimonial_items h3 {
  font-size: 18px;
  color: #fff;
  font-family: "Rubik";
  font-weight: 500;
}

.testimonial .slick-list {
  padding: 10px 0;
}

/*Faq*/
.faq-category {
  margin-bottom: 100px;
}

.faq-category .tab {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}

.faq-category .tab>.item {
  width: calc(20% - 10px);
  background-color: #f9f9f9;
  text-align: center;
  margin: 0 5px 10px;
  transition: 0.3s ease;
}

.faq-category .tab>.item:hover {
  background-color: #0a3161;
}

.faq-category .tab>.item:hover .fa,
.faq-category .tab>.item:hover .faq-category-name {
  color: #fff;
}

.faq-category .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 180px;
}

.faq-category-name {
  font-size: 20px;
  color: #000;
  font-family: "Rubik";
  font-weight: 500;
  display: flex;
  flex-direction: column;
}

.faq-tab .fa {
  display: none;
}

.faq-category .fa {
  font-size: 35px;
  margin-bottom: 20px;
  color: #0a3161;
}

.faq-tab h3 {
  font-size: 22px;
  color: #322f33;
  font-family: "Rubik";
  font-weight: 500;
}

.faq-tab>.panel-group {
  margin-bottom: 50px;
}

.information-faq .panel-title>a {
  font-size: 16px;
  color: #000;
}

.faq-tab .panel-default {
  border-color: transparent;
}

.faq-tab .panel-default>.panel-heading {
  background-color: transparent;
}

.faq-tab .panel-default>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: transparent;
  padding: 20px 25px;
}

.contact-body label {
  color: #fff;
  font-family: "Rubik";
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 15px;
}

#contact-us-form label {
  display: none;
}

.form-control {
  padding: 12px 15px;
  height: auto;
  color: #222;
  border-radius: 5px;
}

.tel-phone {
  padding: 10px 20px;
  padding-top: 10px;
  border-radius: 5px;
  padding-top: 8px;
  font-size: 18px !important;
  border: 1px solid #ccc !important;
}

.accordioncontact {
  background-image: url(../../../../../image/catalog/images/faq/contact_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 50px;
}

.accordioncontact h3 {
  color: #fff;
}

.accordioncontact .form-control {
  background: #ffffff2b;
  border: 2px solid #fff;
  color: #fff;
}

.information-faq .panel-title a:before {
  content: "";
  background: url(../image/up.png) no-repeat 100% 50% transparent;
  background-size: 100%;
  right: 15px;
  width: 20px;
  height: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.2s all;
}

.information-faq .panel-title a.collapsed:before {
  transform: rotate(180deg) translateY(-50%);
  transform-origin: top;
}

/*Item Listing*/
.category-row {
  display: flex;
  border: solid 1px #ddd;
}

.category-row>* {
  width: 25%;
  max-height: 430px;
  overflow-y: auto;
}

.category-row>*::-webkit-scrollbar {
  width: 7px;
}

.category-row>*::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #ccc;
}

.category-row>*::-webkit-scrollbar-thumb {
  background: #0a3161;
}

.category-row>*::-webkit-scrollbar-thumb:hover {
  background: #0a3161;
}

.category-row>*:last-child {
  border: 0;
}

.category-row>* .item {
  padding: 7px 12px;
  border-bottom: solid 1px #ddd;
  border-left: solid 1px #ddd;
  border-right: solid 1px #ddd;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.3s ease;
}

.category-row>* .item:hover,
.category-row>* .item.active {
  background-color: #0a3161;
  color: #fff;
}

.main-image-upload-container {
  display: inline-block;
}

.main-image-preview-box {
  border: 2px solid #ccc;
  border-style: dashed;
  width: 100%;
  height: 150px;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 30px 15px;
}

.main-image-remove {
  right: 10px;
  top: 10px;
  font-size: 30px;
  z-index: 1;
  color: #b31942;
}

#seller-listing-form .product-image,
#seller-listing-form .product-images,
#return-form .product-images {
  opacity: 0;
  width: 0;
  height: 0;
}

.multiple-image-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: -15px;
}

.multiple-image-container>* {
  width: 16%;
  margin-bottom: 15px;
}

.multiple-image-container .image-container {
  border: 2px solid #ccc;
  border-style: dashed;
  width: 100%;
  height: 150px;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 30px 15px;
}

.listing-category-tabs {
  border-bottom: solid 2px #0a3161;
}

.listing-category-tabs>a {
  border: solid 2px #0a3161;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: #ededed;
  margin-right: 2px;
  padding: 10px 15px;
  color: #000;
  margin-bottom: -2px;
}

.listing-category-tabs>a.active {
  background: #fff;
  border-bottom: solid 2px #fff;
}

.listing-category-tabs {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 -5px;
}

.listing-category-description {
  margin-top: 15px;
  margin-bottom: 30px;
}

.listing-view table td,
.listing-view table th {
  vertical-align: middle !important;
  padding: 5px !important;
}

.listing-view table th {
  background: #0a3161;
  color: #fff;
  font-size: 14px;
}

.listing-view table {
  width: 100% !important;
  max-width: none !important;
  table-layout: fixed;
  margin-bottom: 0 !important;
  font-size: 14px;
}

/*Listing*/
.listingSummary tbody tr:last-child td {
  border-bottom: 1px solid #ccc;
}

.search-category {
  max-width: 180px !important;
  border: 0;
  outline: 0;
  border-left: solid 1px #000 !important;
}

.product-address-section-inner {
  display: flex;
  flex-wrap: wrap;
}

.product-address-section-inner>div {
  margin: 0 0 15px;
}

.product-address-section-inner>div:last-child {
  margin: 0;
}

.category-row {
  display: none;
  margin-top: 15px;
}

.category-row.active {
  display: flex;
  max-height: 430px;
}

.btn-vendor-list-button {
  /* margin-top: 10px; */
}

.helppopclose {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 999;
}

.listing-section {
  border: var(--parent-container-border);
  margin-bottom: 35px;
  padding: 25px 25px 10px;
  border-radius: 12px;
}

.product-address-section {
  padding: 25px !important;
}

.listing-section label {
  margin-bottom: 0 !important;
}

.listing-section h3 {
  color: #0a3161;
  font-size: 22px;
  margin-bottom: 25px;
  font-weight: bold;
  text-transform: capitalize;
  text-shadow: 2px 2px rgb(175 175 175 / 40%);
}

.listing-section>div {
  margin: 0 0 15px;
  /* border: solid 1px #f3f3f3; */
  border: solid 2px #e8e8e8;
  padding: 20px 15px;
  display: flex;
  align-items: center;
  box-shadow: 0 0 20px rgba(86, 86, 86, 5%);
  transition: 0.3s ease;
}

.listing-section>div.row-align-left {
  align-items: stretch;
}

.listing-section>div.row-align-left>div:first-child label {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
}

.listing-section>div:hover {
  box-shadow: var(--default-shadow);
}

.listing-section>div>div:first-child {
  /* font-size: 16px; */
}

.listing-section>div>div:first-child label {
  font-weight: bold;
}

.listing-section .form-control {
  padding: 7px 12px !important;
}

.dimension-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.dimension-row>span {
  min-width: 35px;
  text-align: center;
}

.dimension-row>div {
  width: 150px;
}

.vendorlist-ip-append {
  background: #ededed;
  border: solid 1px #ccc;
}

.listing-section .fa.fa-info-circle {
  color: #0a3161;
  font-size: 18px;
}

.result-message>div {
  padding: 20px;
  border: solid 4px #b31942;
  margin-bottom: 25px;
  background: #fdf7f9;
  color: #b31942;
  border-radius: 13px;
}

.result-message>div ul {
  margin-bottom: 0;
}

.btn-default:not(.no-custom):not(.btn-number):not(#button-search).btn-modal-copy-sm {
  min-width: 50px !important;
  padding: 2px !important;
  font-size: 14px !important;
}

.listing-filter-container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0 -15px;
}

.listing-filter-item {
  width: 100%;
  max-width: 250px;
  margin: 0 15px;
}

.filter-list-btn {
  text-align: left !important;
}

#product-max-quantity,
.listing-price-qty {
  width: 12.5%;
}

.multiselect-container .multiselect-all,
.multiselect-container .multiselect-group,
.multiselect-container .multiselect-option {
  text-align: left;
  background: none;
  border: 0;
  padding: 8px 12px;
  width: 100%;
}

.multiselect-container .multiselect-all .form-check,
.multiselect-container .multiselect-group .form-check,
.multiselect-container .multiselect-option .form-check {
  padding: 0;
  display: flex;
  align-items: center;
}

.multiselect-container .multiselect-option .form-check input {
  margin: 0 5px 0 0;
}

.multiselect-container .multiselect-option .form-check label {
  margin: 0;
}

#variationModal .modal-dialog {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

#variationModal .modal-content {
  height: auto;
  min-height: 100%;
  border-radius: 0;
  padding: 30px;
}

#variationModal h2 {
  margin-bottom: 5px !important;
}

#variationModal h2+p {
  margin-bottom: 0;
}

#variationModal .button-actions {
  margin-top: 20px;
}

.example-boxes {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 -5px;
}

.example-boxes>div {
  border: solid 1px #ccc;
  padding: 10px;
  margin: 0 5px 10px;
  width: calc(25% - 10px);
  background: #f7f7f7;
}

.variation-divider {
  height: 1px;
  background: #ccc;
  margin-bottom: 10px;
}

.variation-qs-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #0a3161;
  color: #fff !important;
  max-width: 900px;
  padding: 10px;
  margin-bottom: 0 !important;
  margin-top: 10px;
}

.quickstart-content {
  padding: 15px;
  border: solid 1px #ccc;
  max-width: 900px;
  border-top: 0;
  overflow: hidden;
}

.font-500 {
  font-weight: 500;
}

.btn-sm {
  padding: 6px !important;
  font-size: 15px;
  min-width: 150px !important;
}

.variation-table {
  margin: 20px 0;
}

.attribute-row+.attribute-row {
  margin-top: 15px;
}

.attribute-row {
  border: solid 1px #ccc;
  padding: 15px;
}

.attribute-row .attribute-details {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 10px;
}

.attribute-row .attribute-details>div {
  margin-right: 10px;
}

.attribute-row input {
  border: solid 1px #000;
  outline: 0 !important;
  box-shadow: none !important;
  padding: 5px;
  text-transform: capitalize;
}

.attribute-row .option-details {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  margin-top: 10px;
}

.attribute-row .option-details>div {
  margin-right: 10px;
  margin-top: 4px;
}

.attribute-row .option-details>button {
  background: #000;
  box-shadow: none !important;
  border: 0;
  outline: 0 !important;
  color: #fff;
}

.option-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 10px -2.5px;
}

.option-row>div {
  padding: 2px 5px;
  font-size: 14px;
  background: #ccc;
  margin: 0 2.5px 5px;
  text-transform: capitalize;
}

.loaded-variation {
  margin: 25px 0;
  border-top: solid 2px #ccc;
  padding-top: 15px;
}

.variation-item {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  border: solid 2px #ccc;
  /* max-width: 900px; */
  margin-top: 15px;
}

.variation-item .variation-data {
  /* width: 350px; */
  border-right: solid 2px #ccc;
  padding: 15px;
  display: flex;
  flex-direction: column;
}

.variation-item .variation-images {
  width: calc(100% - 350px);
  padding: 15px;
  display: flex;
  align-items: stretch;
  justify-content: center;
  margin: 0 0 -10px;
  flex-wrap: wrap;
  align-content: center;
}

.variation-item .variation-images .image {
  width: calc(25% - 10px);
  margin: 0 5px 10px;
  border: dashed 1px #ccc;
  height: 100px;
  position: relative;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.variation-item .variation-images .image span {
  padding: 15px;
  cursor: pointer;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.variation-image-remove {
  top: 10px;
  right: 10px;
  color: #000;
}

.variation-item .variation-images .image input {
  visibility: hidden;
  height: 0;
}

.variation-item .variation-images .image i {
  z-index: 1;
}

.variation-button-data {
  margin-top: auto;
  padding-top: 15px;
}

.variation-button-data .btn {
  font-size: 14px !important;
  padding: 7px !important;
  min-width: 120px !important;
}

.variation-button-data .btn+.btn {
  margin-left: 10px;
}

.variation-count-data {
  font-size: 18px;
  color: #0a3161;
  margin-bottom: 15px;
}

.variation-label-data:not(:last-child) {
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}

.variation-label-data label {
  width: 90px;
  margin-right: 10px;
}

.variation-label-data input {
  width: calc(100% - 100px);
  padding: 5px;
  border: solid 1px #000;
}

/* #product-brand { text-transform: capitalize; } */

/*Reviews*/
.review-view .table>tbody>tr>td {
  vertical-align: middle;
}

.review-text {
  width: 20%;
  color: #322f33;
}

.reviews-info.flex>.items {
  width: 100%;
  display: flex;
  align-items: flex-start;
}

.reviews-info.flex img {
  padding-right: 20px;
  width: 9%;
}

.reviews-info.flex .reviews-summary {
  width: 61%;
}

.reviews-info.flex .reviews-date {
  width: 30%;
}

.reviews-info.flex a {
  line-height: 1.5em;
}

.review-rate i,
.review-view .fa,
#review .fa {
  font-size: 20px;
  color: rgb(10, 49, 97);
  margin-right: -5px;
}

.fa-stack {
  width: 1.3em;
}

#form-review h3 {
  margin-bottom: 10px;
}

#form-review .control-label.graytext {
  padding-top: 0;
  color: #a9a4a4;
}

/*.review-rate.con { margin-top: 15px; }*/
.review-rate.com,
.review-rate.pack {
  margin-top: 5px;
}

.review-experience input[type="radio"] {
  opacity: 0;
  position: fixed;
  width: 0;
}

.review-experience .col-sm-8 label {
  display: inline-block;
  font-size: 16px;
  text-align: center;
  padding: 5px 20px;
  width: calc(33.33% - 5px);
  background-color: #e5e5e5;
  border: 1px solid #e5e5e5;
  border-radius: 30px;
  cursor: pointer;
  color: #646464;
  margin-bottom: 0;
}

.review-experience input[type="radio"]:checked+label,
.review-experience .col-sm-9 label:hover {
  background-color: #0a3161;
  color: #fff;
}

.reviews-container {
  max-width: 1200px;
  margin: 10px auto 0;
  background: white;
  border: solid 1px #f3f3f3;
  padding: 25px 35px;
  box-shadow: 0 0 20px rgb(86 86 86 / 5%);
  transition: 0.3s ease;
  border-radius: 12px !important;
}

#form-review .fa-stack {
  width: 1.5em;
  height: 0;
  line-height: 0;
}

.review-experience .not-allowed {
  cursor: not-allowed !important;
}

.capitalize {
  text-transform: capitalize;
}

.feedback-info.flex>.items {
  width: 100%;
  display: flex;
  align-items: flex-start;
}

.account-feedbacks_given .form-group {
  margin-bottom: 0;
}

.account-feedbacks_given .reviews-container,
.account-buyer_qanda .buyer-qa {
  padding: 15px;
}

.account-feedbacks_given .reviews-container hr,
.buyer-qa hr {
  margin-top: 10px;
  margin-bottom: 10px;
}

.feedback-info.flex img {
  padding-right: 20px;
}

.rating-pnn-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.reviews-container .form-group {
  margin-bottom: 0 !important;
}

.withoutshadow {
  box-shadow: none;
  border: 0;
  padding: 15px 0;
}

.sellerfeedback-info>.items {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  line-height: 1.5em;
}

.sellerfeedback-info>.items div:first-child {
  width: 70%;
}

.sellerfeedback-info>.items div:nth-child(2) {
  width: 30%;
  text-align: right;
}

/*Chat*/
.chat-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  border: solid 1px #ccc;
}

.chat-list {
  width: 350px;
}

.chat-list>* {
  padding: 15px;
  transition: 0.3s ease;
}

.chat-list>*:hover,
.chat-list>*.active {
  background: #0a3161;
  color: #fff;
}

.chat-view {
  width: calc(100% - 350px);
  min-height: 701px;
  border-left: solid 1px #ccc;
}

.message-content {
  height: 701px;
}

.message-header {
  padding: 15px;
  border-bottom: solid 1px #ccc;
  font-weight: bold;
  color: #000;
}

.message-text {
  padding: 15px 50px 67px;
  overflow: auto;
  height: 650px;
}

.message-input {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
}

.message-text ul {
  list-style: none;
  padding-inline-start: 0;
}

.chat-name {
  font-family: "Rubik";
  font-weight: 500;
  color: #2b2b2b;
}

.chat-data.right .chat-date {
  color: #a8aab1;
  padding-right: 10px;
}

.chat-data.right {
  text-align: right;
  padding-right: 10px;
}

.chat-data {
  margin-bottom: 15px;
}

#right-checkout #terms {
  padding-top: 0 !important;
}

.chat-message.right,
.chat-message.left {
  color: #000;
  padding: 8px 15px;
  font-size: 16px;
  border-radius: 7px;
  margin-bottom: 30px;
  width: 50%;
  position: relative;
  max-width: 400px;
  word-break: break-all;
}

.chat-message.right:after,
.chat-message.left:after {
  bottom: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-width: 10px;
  margin-left: -10px;
}

.chat-message.right:after {
  left: 94%;
  border-bottom-color: #c7cacf;
}

.chat-data.left {
  padding-left: 10px;
}

.chat-data.left .chat-date {
  color: #a8aab1;
  padding-left: 10px;
  font-size: 14px;
}

.chat-message.left {
  background: #e4e6eb;
}

.chat-message.right {
  float: right;
  background: #c7cacf;
}

.chat-message.left:after {
  left: 6%;
  border-bottom-color: #e4e6eb;
}

.btn-sellitem {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
}

/*Categories*/
.category-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.category-list>.items {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 25%;
  margin-bottom: 40px;
  padding: 0 10px;
}

.category-list .main-categories {
  color: #322f33;
  font-family: "Rubik";
  font-weight: 500;
  font-size: 18px;
  padding: 8px;
}

.category-list .main-categories:hover {
  color: #0a3161;
}

.category-list .sub_categories {
  padding: 5px 0;
}

.category-list .sub_categories a {
  color: #322f33;
}

.categories-img {
  margin-bottom: 15px;
}

.stripe-button-el {
  visibility: hidden !important;
}

/*Account*/
.account-row h3 {
  font-size: 18px;
  color: #322f33;
  font-family: "Rubik";
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.account-row li {
  display: flex;
  align-items: center;
  margin: 30px 0;
  line-height: 1.4em;
  /* background: white; */
  background: #ffffff;
  /* border: solid 2px #f3f3f3; */
  border: solid 2px #0000ff;
  /* padding: 10px 25px; */
  box-shadow: 0 0 20px rgba(86, 86, 86, 5%);
  margin: 0 0 10px;
  transition: 0.3s ease;
  border-radius: 8px;
  width: 200px !important;
}

.account-row li:hover {
  box-shadow: var(--default-shadow);
}

.account-row li img {
  width: 40px;
  margin-right: 15px;
}

.account-row li a p {
  margin-bottom: 2px;
  font-weight: bold;
}

.account-row li .subtext {
  font-weight: normal;
  font-size: 14px;
  margin-bottom: 0;
  line-height: 1.2em;
}

.account-row a {
  display: block;
  width: 100%;
  /* font-size: 16px; */
  font-size: 14px;
  /* color: #322f33; */
  color: #ff0000;
  padding: 5px 0px;
}

.account-row a:hover {
  /* color: #0a3161; */
  text-decoration: underline;
}

.account-row {
  display: flex;
  flex-wrap: wrap;
  /* margin: 0 -15px; */
}

.account-row>* {
  /* width: calc(25% - 30px); */
  margin: 0 15px 20px;
}

.message-feedback {
  margin-bottom: 25px;
}

.list-an-item,
.payout {
  margin-bottom: 25px;
}

#pprofiles h3:hover {
  box-shadow: var(--default-shadow);
}

.editlink {
  background: none;
  border: none;
  color: #337ab7;
  transition: 0.3s ease;
  font-weight: bold;
}

.editlink:hover {
  color: #b31942;
}

.for-floating-label {
  position: relative;
}

mark {
  background-color: #ff0;
}

/*.text-danger { font-size: 14px; }*/
#info-grp .for-floating-label:not(last-child) {
  margin-bottom: 45px;
}

/*.account-edit form:not(last-child) { margin-bottom: 40px; }*/
.account-edit .buttons,
.account-address .buttons,
.account-password .buttons {
  margin: 1em 0 0;
}

.account-edit .btn-sm,
.account-address .btn-default.btn-sm,
.account-address .btn-primary.btn-sm,
.account-password .btn-default.btn-sm,
.account-password .btn-primary.btn-sm {
  padding: 4px !important;
  min-width: 115px !important;
}

.account-edit .form-control,
.account-edit .form-control,
.account-address .form-control,
.account-password .form-control {
  border: none;
  box-shadow: none;
  border-bottom: 1px solid #ccc;
}

.for-floating-label-x .form-control {
  padding: 5px 0;
}

.for-floating-label-x select.form-control {
  padding-left: 0 !important;
}

.account-edit select.form-control {
  /* padding: 5px 30px 5px 15px; */
}

.telephone-verify,
.btn-tel-verify,
.email-verify,
.btn-email-verify {
  margin-top: 1em;
}

#telephone-grp img {
  width: 20px;
  height: 12px;
  margin-right: 3px;
}

#telephone-grp .flex>div {
  width: 50%;
}

.personal-data-container,
#account-password-security-container {
  /* max-width: 900px; */
  max-width: 100%;
  margin: auto;
  margin-top: 10px;
}

.personal-data-container>div {
  background: white;
  /* border: solid 1px #f3f3f3; */
  border: solid 2px #e8e8e8;
  padding: 15px 35px 0px 25px;
  box-shadow: 0 0 20px rgba(86, 86, 86, 5%);
  margin: 0 0 15px;
  transition: 0.3s ease;
  border-radius: 13px;
}

.personal-data-container>div:hover {
  box-shadow: var(--default-shadow);
}

.account-personal-data-h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 25px;
}

#username-grp,
#idtype-grp {
  padding-top: 10px;
}

#email-grp,
#birth-grp,
#telephone-grp {
  padding-top: 5px;
}

.for-floating-label-x+.for-floating-label-x {
  margin-top: 10px;
}

.personal-data-container label {
  font-weight: 700;
  text-align: left !important;
}

.account-edit .floating-label {
  padding-top: 0;
}

.account-row p {
  margin: 0 0 -10px;
}

.flex-container {
  display: flex;
  justify-content: space-between;
  padding-top: 7px;
}

.name-container .for-floating-label {
  margin-bottom: 30px;
}

.for-floating-label {
  padding-top: 15px;
}

.name-container #name-grp .for-floating-label:nth-child(3),
.idtype-container #idtype-grp .for-floating-label:nth-child(2) {
  margin-bottom: 0;
}

.address-container .for-floating-label,
.idtype-container .for-floating-label {
  margin-bottom: 30px;
}

.address-container h4,
.security-container h4 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
}

.address-container {
  background: white;
  /* border: solid 1px #f3f3f3; */
  border: solid 2px #e8e8e8;
  margin: 10px auto 20px auto;
  padding: 15px 25px;
  box-shadow: 0 0 20px rgba(86, 86, 86, 5%);
  transition: 0.3s ease;
  border-radius: 13px;
}

.address-container p:last-child {
  margin-bottom: 0;
}

.address-container:hover {
  box-shadow: var(--default-shadow);
}

h3.address-subheading {
  margin: auto;
  color: #0a3161;
  font-weight: bold;
}

.address-container+h3.address-subheading {
  margin-top: 35px;
}

.other-receiving-address-item+.other-receiving-address-item {
  margin-top: 15px;
  border-top: solid 1px #efefef;
  padding-top: 15px;
}

.account-menus h3.gotoactive {
  color: #0a3161;
  font-weight: bold;
}

.account-row .account-menus li.gotoactive {
  background: rgba(10, 49, 97, 15%);
  box-shadow: 0 0 30px rgba(86, 86, 86, 10%);
  border: solid 2px #0a3161;
}

/*.account-row .account-menus li.gotoactive img { filter: brightness(0) invert(1); }*/
/*.account-row .account-menus li.gotoactive a { color: #fff; }*/
.security-container {
  background: white;
  /* border: solid 1px #f3f3f3; */
  border: solid 2px #e8e8e8;
  max-width: 900px;
  margin: 15px auto;
  padding: 25px 35px;
  box-shadow: 0 0 20px rgba(86, 86, 86, 5%);
  transition: 0.3s ease;
  border-radius: 13px;
}

.security-container:hover {
  box-shadow: var(--default-shadow);
}

.email-container i>span,
.telephone-container i>span {
  visibility: hidden;
  margin-left: 5px;
  transition: 0.3s ease;
  font-family: "Rubik";
}

.email-container i:hover span,
.telephone-container i:hover span {
  visibility: visible;
}

.idtype-container .image-id {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  border: dashed 1px #ccc;
  width: 150px;
  height: 150px;
  margin: 0 7.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ccc;
}

.side-address .group a {
  font-weight: bold;
  padding: 5px 0;
  color: #322f33;
  transition: 0.3s ease;
}

.side-address .group a.item.header {
  color: #322f33 !important;
}

.side-address .group a:hover,
.side-address .group a.active {
  color: #b31942;
}

.side-address .group {
  padding: 9px 0;
}

.address-list {
  position: sticky;
  top: 0;
}

/*Account Buy Again*/
.account-buy_again .product-view>.product-gutter,
.product-search .product-view>.product-gutter,
.account-recently_viewed .product-view>.product-gutter,
.account-wishlist .product-view>.product-gutter,
.checkout-cart .product-view>.product-gutter {
  width: 20%;
}

.saved-for-later-container {
  margin-top: 50px;
}

/*Product Store*/
.product-product_store .product-view>.product-gutter {
  width: 20%;
}

.product-product_store .product-view.rows .product-gutter {
  width: 100%;
}

.pstore-product-count {
  margin-right: 5px;
}

.seller-star {
  width: 25px;
  margin-top: -10px;
}

.pstore.seller-info-container {
  color: #222;
  margin-bottom: 50px;
}

.review-feedback {
  margin-bottom: 50px;
}

.product-product_store h2.product-store-user {
  text-transform: none !important;
}

/*Account*/
.account-edit legend {
  font-size: 18px;
  color: #322f33;
  font-family: "Rubik";
  font-weight: 500;
}

table thead tr td {
  font-family: "Rubik";
  font-weight: 500;
  color: #322f33;
}

.account-order-info h3,
.account-reviews h3 {
  font-size: 18px;
  font-family: "Rubik";
  font-weight: 500;
}

.product-options .form-control {
  font-size: 16px !important;
}

.product-options td,
.product-options th {
  vertical-align: middle !important;
}

.listing-edit-var {
  padding: 8px 0;
}

.shipping_result_table tbody {
  font-size: 16px;
}

.shipping_result_table td {
  vertical-align: middle;
}

/*.personal-data-container { max-width: 1320px; margin: 20px auto 0; }*/
.seller-config .panel-heading {
  padding: 10px 15px;
}

.table-config-featured .table tbody>tr>td {
  vertical-align: middle;
}

.table-config-featured .extension-table td:nth-child(1) {
  border-right: 1px solid transparent;
}

.btn-config-save,
.btn-add-config {
  color: #fff;
  background-color: #1e91cf;
  border-color: #1978ab;
  padding: 8px 13px;
  border-radius: 3px;
}

.btn-config-cancel {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
  padding: 8px 13px;
  border-radius: 3px;
}

.btn-add-config:hover {
  color: #fff;
  background-color: #1872a2;
  border-color: #115376;
}

.btn-config-save:hover {
  color: #ffffff;
}

.table-config-featured .child .label-success {
  border-radius: 50px;
  display: inline-block;
  width: 30px;
  padding: 7px 0px;
  text-align: center;
}

.table-config-featured .btn-info:hover {
  background-color: #31b0d5;
}

.btn-config {
  padding: 8px 13px;
  border-radius: 3px;
}

.seller-config .nav-justified {
  margin-bottom: 50px;
}

#seller_settings .form-horizontal .form-label {
  text-align: right;
  margin-bottom: 0;
  padding-top: 9px;
}

.img-border {
  position: relative;
  width: 150px;
  height: 150px;
  overflow: hidden;
  border: 1px solid #ccc;
}

.img-border>img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*My Sales*/
.sales-order-details .modal-body .flex-item {
  display: flex;
  align-items: flex-start;
}

.sales-order-details .modal-body .flex-item .label-div {
  width: 260px;
}

.sales-order-details .modal-body div+h4 {
  margin-top: 20px;
}

.sales-order-buttons>* {
  width: 120px;
  min-width: 120px !important;
  margin: 3px 0;
  padding: 3px !important;
  font-size: 13px;
  text-transform: none;
  border-radius: 27px;
  font-weight: normal;
}

/*Cart*/
#enquiry .dropdown-menu .cart-dorpdown-items .item-name,
#cart .dropdown-menu .cart-dorpdown-items .item-name {
  word-break: break-word;
}

#enquiry .dropdown-menu,
#cart .dropdown-menu {
  max-width: 450px;
}

#cartPopup .modal-dialog {
  margin: 30px auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 400px;
}

#cartPopup .modal-header {
  background: #eee;
  padding: 10px 15px;
}

#cartPopup .modal-header i {
  font-size: 20px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

#cartPopup .modal-header h3 {
  font-size: 20px;
  color: #000;
}

#cartPopup .cart-modal-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#cartPopup .other-cart-item {
  font-size: 12px;
  color: #b31942;
}

.listing-other-cart-item {
  font-size: 14px;
  color: #0a3161;
  margin-top: -10px;
}

#cartPopup .other-cart-item span,
.listing-other-cart-item span {
  font-weight: 500;
}

.cart-modal-product-info {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}

.cart-modal-product-info img {
  max-width: 100px;
  margin-right: 15px;
}

.cart-modal-product-info .text {
  width: calc(100% - 115px);
}

.cart-modal-product-info .text h4 {
  font-size: 16px;
  color: #000;
}

.cart-modal-product-info .text div span:last-child {
  font-weight: 500;
}

#button-makeoffer:hover {
  background-color: #f1e9e9 !important;
  color: #b31942 !important;
}

/*Order History*/
.order-group {
  background: #efefef;
  padding: 10px 15px;
  display: table;
  width: 100%;
  margin: 0 0 20px;
}

.order-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 5px 0;
  background: #fff;
}

.order-row .order-col1 {
  width: 100%;
  box-shadow: 0 0 20px rgba(86, 86, 86, 5%);
  transition: 0.3s ease;
}

.order-row .order-col1:hover {
  box-shadow: var(--default-shadow);
}

.order-row .order-col1 .order-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: rgb(10 49 97 / 9%);
  padding: 10px 15px;
  border: solid 1px rgb(10 49 97 / 20%);
}

.order-row .order-col1 .order-header a {
  color: #b31942;
}

.order-row .order-col1 .order-header>* {
  margin-right: 35px;
}

.order-row .order-col1 .order-body {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: calc(100% - 250px);
  margin-right: 50px;
}

.order-row .order-col1 .order-body .order-details {
  padding-left: 15px;
  width: 100%;
}

.order-row .order-col1 .order-body .order-details .order-name>a {
  font-weight: 500;
  line-height: 1.1em;
  color: #0a3161;
}

.order-row .order-col1 .order-body .order-details .order-status {
  padding: 0px 5px;
  background: #0a3161;
  width: fit-content;
  margin-bottom: 5px;
  font-size: 12px;
  color: #fff;
}

.order-row .order-col2 {
  text-align: right;
  align-self: center;
}

.order-row .order-body-grp .order-col2 .btn {
  padding: 7px 10px !important;
  min-width: 135px !important;
  background: #fff;
  border-color: #0a3161 !important;
  /* color: #0a3161 !important; */
}

.order-row .order-body-grp .order-col2 .btn:hover {
  /* background: #0a3161 !important; */
  color: #fff !important;
}

.order-row .order-body-grp .order-col2 .btn+.btn {
  margin-top: 5px;
}

.order-body-grp {
  display: flex;
  padding: 15px;
  /* border: solid 1px rgb(10 49 97 / 20%); */
  border-top: 0;
}

.order-body-grp .btn {
  padding: 5px 10px !important;
  font-size: 14px !important;
  min-width: 135px !important;
}

.order-row .order-col1 .order-header>*.order-id-details {
  margin-left: auto;
  text-align: right;
  margin-right: 0;
}

.order-row .order-col1 .order-header>div>div:first-child {
  font-size: 13px;
  line-height: 1.2em;
  color: #4e4e4e;
}

.order-id-details>div>span {
  padding: 0 5px;
  opacity: 0.3;
  font-size: 14px;
}

.order-details .order-buttons {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.order-details .order-buttons>* {
  margin-right: 5px;
  padding: 3px 10px !important;
  font-size: 13px !important;
  min-width: 100px !important;
}

.order-name-hover-static {
  position: absolute;
  right: 0;
  bottom: auto;
  background: #fff;
  color: #000;
  width: 100%;
  padding: 5px;
  font-size: 13px;
  min-width: 150px;
  line-height: 1.3em;
  z-index: 1;
  border: 3px solid #b31942;
  border-radius: 13px !important;
  text-transform: none;
}

.account-seller_listing .order-name-hover-static b {
  font-weight: 600 !important;
}

.order-name-hover-static.table-sr-hover {
  min-width: 250px;
  max-width: 300px;
  font-weight: initial !important;
}

.order-name-a-static .order-name-hover-static,
.order-name-a-static.active .order-name-hover-static {
  visibility: visible;
  display: none;
}

.order-name-hover {
  /* position: absolute;
  background: #fff;
  padding: 10px;
  border: 1px solid #ccc;
  z-index: 9999;
  /--* Ensure it's above modal/form *--/
  pointer-events: auto;
  /--* Allow clicks *--/
  width: 300px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2); */

  position: absolute;
  width: 300px;
  left: 0;
  bottom: auto;
  background: #fff;
  color: #000;

  padding: 5px;
  font-size: 13px;
  min-width: 150px;
  line-height: 1.3em;
  z-index: 1;
  border: 3px solid #b31942;
  border-radius: 13px !important;
  text-transform: none;
}

.order-name-a {
  position: relative;
  /* Required for positioning tooltip */
  display: inline-block;
}


.seller_listing_product_title {
  line-height: 15px !important;
  margin-bottom: 8px;

}

.seller_listing_product_title a {
  text-decoration: underline;
}

.info-section p {
  margin: 0 0 8px;
}

small {
  font-size: 85%;
}

#action-btns-table td {
  padding: 0 3px !important;
  width: 163px !important;
}

@media only screen and (min-width:3000px) {

  #action-btns-table tr td:nth-child(3),
  #action-btns-table tr td:nth-child(4) {
    padding-left: 10px;
  }
}

.listing-view-container {
  border: var(--parent-container-border);
  border-radius: 12px;
  padding: 10px;
}

.listing-view-container .panel {
  background: white;
  border: solid 2px #e8e8e8;
  padding: 15px 35px 0px 25px;
  box-shadow: 0 0 20px rgba(86, 86, 86, 5%);
  margin: 0 0 15px;
  transition: 0.3s ease;
  border-radius: 13px;
}

.listing-view-container .panel:hover {
  box-shadow: var(--default-shadow);
}


/*Return*/
.return_list label {
  display: block;
  margin-bottom: 15px;
}

.return_list {
  margin-bottom: 20px;
}

.text-return {
  margin-bottom: 20px;
}

.multiple-image-container.return-image-container {
  margin-bottom: 0;
  max-width: 1000px;
}

.multiple-image-container.return-image-container>* {
  width: 19%;
  margin-bottom: 0;
}

.return-seller-address {
  margin-bottom: 50px;
  line-height: 1.7em;
  margin-top: 25px;
}

.return-images {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -10px;
}

.return-images>* {
  width: calc(25% - 20px);
  margin: 10px;
}

/*Return List*/
.return-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: solid 1px #ccc;
}

.return-row .return-col1 {
  width: calc(100% - 220px);
}

.return-row .return-col1 .return-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.return-row .return-col1 .return-header>* {
  width: 25%;
}

.return-row .return-col1 .return-body {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
}

.return-row .return-col1 .return-body .return-details {
  padding-left: 15px;
  width: 100%;
}

.return-row .return-col1 .return-body .return-details .return-name {
  font-family: "Rubik";
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5em;
  color: #0a3161;
}

.return-row .return-col1 .return-body .return-details .return-status {
  padding: 12px;
  background: aliceblue;
  margin-top: 15px;
  max-width: 700px;
  border-radius: 10px;
}

.return-row .return-col2 {
  width: 200px;
}

.return-row .return-col2>* {
  width: 100% !important;
  margin-bottom: 5px;
}

#return-form .shipping_list {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 -7.5px;
}

#return-form .shipping_list label {
  border: solid 1px #ccc;
  padding: 15px;
  margin: 0 7.5px 15px;
  width: calc(20% - 15px);
}

/*Register - Forgot - Login*/
.account-register .fixed-header,
.account-register #footer-area,
.account-forgotten .fixed-header,
.account-forgotten #footer-area,
.account-login .fixed-header,
.account-login #footer-area,
.account-business_setup .fixed-header,
.account-business_setup #footer-area {
  display: none;
}

.account-register,
.account-login,
.account-business_setup,
.account-forgotten {
  padding-bottom: 0 !important;
}

.register-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.register-container>div {
  width: 100%;
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.register-container>div:nth-child(2),
.register-container>div:nth-child(3) {
  width: calc(50% - 7.5px);
}

#register-form>div:first-child .form-group:not(:nth-child(2)):not(:nth-child(3)) {
  width: 100%;
}

#register-form>div:first-child {
  display: block;
}

.account-container,
.login-main-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 50px auto 0;
  max-width: 400px;
}

/*.account-logo { display: block; margin: 20px auto 0; max-width: 450px; }*/
.text-login,
.text-forgotten,
.text-register {
  margin-bottom: 25px;
}

.account-terms {
  margin-bottom: 15px;
}

.register-btn {
  min-width: 260px;
}

.register-group {
  justify-content: center;
  align-items: center;
}

.register-group>label {
  margin: 0 7.5px 10px;
}

.text-danger {
  margin-top: 5px;
}

.account-container .text-danger {
  text-align: left;
}

.forgotten-container {
  align-items: center;
  margin: 50px auto;
  max-width: 400px;
}

.log-in-container {
  width: 100%;
}

.forgotten-container h2,
.login-main-container h2,
.account-container h2,
.account-verify-success h2 {
  text-align: center !important;
}

.login-container .dsl-wrap,
.dsl-label.huge {
  display: none;
}

.login-forgotten,
.create-account,
.login-account {
  margin-top: 24px;
}

.login-bottom-label {
  margin-top: 10px;
}

.login-main-container .alert {
  margin-bottom: 30px;
}

.input-label-wrapper {
  position: relative;
  margin-top: 10px;
}

.floating-label {
  display: block;
  color: #5d5d5d;
  font-size: 14px;
  font-weight: bold;
  text-align: left !important;
  margin-bottom: 0 !important;
}

.for-floating-label-x {
  margin-bottom: 20px;
}

.log-in-container .input-label-wrapper {
  margin-top: 0;
  margin-bottom: 34px;
}

.phone-change {
  display: block;
  margin-top: 5px;
  margin-bottom: 20px;
}

.registration-verify {
  max-height: 0;
  overflow: hidden;
}

.auth-container {
  display: flex;
  justify-content: center;
}

.auth-container input {
  border-radius: 8px;
  border: 2px solid #0a3161;
  background-color: #d6e4f5;
  width: 48px;
  height: 48px;
  margin-left: 11px;
  font-size: 26px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #111820;
  -webkit-appearance: none;
  margin-bottom: 25px;
  margin-top: 25px;
  padding: 0 !important;
}

.auth-container input:focus {
  background-color: #fff;
}

#register-form h2 {
  text-align: center !important;
}

.auth-sendcode {
  padding-bottom: 15px;
}

.auth-resend {
  margin-top: 15px;
}

.steps-indicator {
  display: flex;
  position: relative;
  max-width: 800px;
  align-items: center;
  justify-content: space-between;
  margin: 35px auto;
}

.steps-indicator:after {
  content: "";
  width: 680px;
  height: 1px;
  background-color: #ccc;
  position: absolute;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.steps-indicator>* {
  display: flex;
  align-items: center;
  flex-direction: column;
  color: #ccc;
}

.steps-indicator>*:before {
  content: "";
  background-color: #fff;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  outline: 5px solid #fff;
  border: 1px solid #ccc;
  margin-bottom: 10px;
}

.steps-indicator>*.active {
  color: #0a3161;
  font-family: "Rubik";
  font-weight: 500;
}

.steps-indicator>*.active:before {
  border-color: #0a3161;
  border-width: 2px;
}

.step-container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 1200px;
  margin: 50px auto;
}

.step-container .form {
  width: 70%;
  padding-right: 80px;
}

.step-container .info {
  width: 30%;
  padding-left: 80px;
  border-left: solid 2px #ccc;
  line-height: 1.8em;
}

.step-container .info .title {
  font-family: "Rubik";
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 18px;
  color: #0a3161;
}

.step-container .info ul {
  padding-left: 15px;
}

.step-container .faq-title {
  margin-top: 35px;
}

.step-container .bus-faq-questions {
  margin-top: 20px;
  margin-bottom: -15px;
}

.step-container .bus-faq-questions>.q-cola {
  padding: 15px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 7px 2px rgba(204, 204, 204, 0.5);
  -moz-box-shadow: 0px 0px 7px 2px rgba(204, 204, 204, 0.5);
  box-shadow: 0px 0px 7px 2px rgba(204, 204, 204, 0.5);
  margin-bottom: 15px;
  cursor: pointer;
}

.step-container .form .item {
  margin-bottom: 35px;
}

.step-container .form .item+button {
  margin-top: -20px;
}

.step-container .form .item+button+button {
  margin-top: -20px;
}

.step-container .form .item h4 {
  font-family: "Rubik";
  font-weight: 500;
  font-size: 22px;
  color: #0a3161;
  margin-bottom: 15px;
}

.step-1-form .form .item>div {
  display: flex;
  line-height: 1.8em;
  margin-bottom: 5px;
}

.step-1-form .form .item>div label {
  margin-left: 15px;
}

.step-1-form .form .item>div input {
  margin-top: 6px;
}

.step-1-form .form .item>div label span {
  display: block;
}

.step-1-form .form .item>div label span:first-child {
  color: #000;
}

.step-1-form .form .item>div label span:last-child {
  color: #7a7979;
}

.step-2-form .info .account-title {
  margin-bottom: 35px;
}

.step-2-form .info .account-title span {
  display: block;
  line-height: 1.4em;
}

.step-2-form .info .account-title span:first-child {
  color: #7a7979;
  font-size: 15px;
}

.step-2-form .info .account-title span:last-child {
  font-family: "Rubik";
  font-weight: 500;
  font-size: 17px;
}

.form-inputs {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 -8px;
  flex-wrap: wrap;
}

.form-inputs>* {
  width: 50%;
  padding: 0 8px;
}

.form-inputs>*:nth-child(3),
.form-inputs>*:nth-child(8) {
  margin-right: 50%;
}

.form-inputs>* .input-group input {
  border-right: 1px solid #ccc;
  border-left: 0;
}

.form-inputs>* .input-group .input-group-prepend {
  border: 1px solid #ccc;
  border-right: 0;
  background-color: #ccc;
  width: 50px;
  text-align: center;
}

.form-inputs label {
  color: #7a7979;
  font-size: 15px;
}

.step-container.step-2-form .info {
  border-left: 0;
}

.step-container.step-2-form .form {
  border-right: solid 2px #ccc;
}

/*.password-info {*/
/*  position: absolute;*/
/*  transform: translateY(-50%);*/
/*  top: 23px;*/
/*  right: -20px;*/
/*}*/
/*.password-info:after {*/
/*  font-family: FontAwesome;*/
/*  color: #1E91CF;*/
/*  content: "\f059";*/
/*  margin-left: 4px; */
/*}*/
.password-info {
  position: absolute;
  transform: translateY(-50%);
  top: 52px;
  right: -20px;
}

.password-info:hover .password-info-text {
  visibility: visible;
}

.password-info-text {
  visibility: hidden;
  width: 180px;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  text-align: left;
  border-radius: 5px;
  padding: 10px;
  position: absolute;
  z-index: 1;
  transform: translateY(-50%);
  top: -190px;
  right: -84px;
  font-family: sans-serif;
  font-size: 14px;
  line-height: 1.3em;
}

.password-info-text p,
.password-info-text i {
  font-size: 14px;
}

.password-info.fa-info-circle:before,
.offer-info.fa-info-circle:before {
  color: #1e91cf;
}

.password-info-text p:nth-child(6) {
  text-align: center;
  font-size: 16px;
}

.password-info-text::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.8) transparent transparent transparent;
}

.account-password .password-info-text p:nth-child(4) {
  text-align: center;
  font-size: 16px;
}

.account-password .password-info {
  top: 75px;
}

.dropdown-menu {
  border-color: #0a3161;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
  background-color: #edf5ff;
}

.success-buttons {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.success-buttons>div {
  margin: 0 10px;
}

.email-verify-info {
  font-size: 14px;
  margin-top: 10px;
  color: #5d5d5d;
}

/*Background*/
.account-login,
.account-forgotten,
.account-register,
.account-authentication {
  /* background-image: url("../../../../../image/catalog/images/bg/login-bg.jpg"); */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
}

.white-bg {
  /* background: rgba(255, 255, 255, 0.8);
  max-width: 500px;
  margin: auto;
  padding: 30px;
  border-radius: 50px; */
  background: rgba(255, 255, 255, 0.8);
  max-width: 500px;
  width: 100%;
  /* so it shrinks on small screens */
  padding: 30px;
  border-radius: 50px;
}

.account-register .white-bg {
  margin: 0 auto;
}

.account-register .swal2-icon.swal2-warning {
  border-color: red;
  color: red;
}

/*Hide Business Account*/
.form-group.business_account,
.form-group.business_account {
  display: none;
}

.account-success h2,
.account-confirm-password h2 {
  text-align: center !important;
}

.account-confirm-password {
  max-width: 500px;
  margin: 30px auto;
  background: white;
  border: solid 1px #f3f3f3;
  padding: 35px;
  box-shadow: 0 0 20px rgba(86, 86, 86, 5%);
}

.account-confirm-password>p {
  margin-bottom: 25px;
}

.account-confirm-password .password-form-group a,
.account-confirm-password .password-form-group button {
  margin: 30px 5px 0;
}

.account-sellercamp .header-container .header-top,
.account-product .header-container .header-top,
.information-seller_guide .header-container .header-top,
.account-seller_listing .header-container .header-top,
.account-buying_preferences .header-container .header-top,
.account-buyercamp .header-container .header-top,
.account-edit .header-container .header-top,
.information-faq .header-container .header-top,
.account-order .header-container .header-top,
.account-order-details .header-top,
.account-sales_report .header-top,
.account-sales .header-top,
.account-buyer_onboard .header-top,
.account-success .header-top {
  display: none;
}

.account-sellercamp .header-logo-image img,
.account-product .header-logo-image img,
.information-seller_guide .header-logo-image img,
.account-seller_listing .header-logo-image img,
.account-buying_preferences .header-logo-image img,
.account-buyercamp .header-logo-image img,
.account-edit .header-logo-image img,
.information-faq .header-logo-image img,
.account-order .header-logo-image img,
.account-order-details .header-logo-image img,
.account-sales_report .header-logo-image img,
.account-sales .header-logo-image img,
.account-buyer_onboard .header-logo-image img,
.account-success .header-logo-image img {
  max-width: 350px;
}

.address-form-container,
#sending-form,
#returning-form,
#pickup-form,
.password-form-container,
.security-form-container,
.loginactivity-table-container,
.verification-form-container {
  margin: 25px 0 0;
}

.address-form-container .buttons {
  margin-top: 35px;
}

.search-cat-input-container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.search-cat-input-container button {
  height: 51px !important;
  border-radius: 27px !important;
}

.product-listing .close {
  opacity: 1 !important;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  opacity: 1;
}

#seller-listing-form input[type="checkbox"] {
  position: relative;
  cursor: pointer;
  margin-right: 10px;
}

#seller-listing-form input[type="checkbox"]:before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  background-color: #ededed;
  border: solid 2px #0a3161;
}

#seller-listing-form input[type="checkbox"]:checked:before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  background-color: #0a3161;
}

#seller-listing-form input[type="checkbox"]:checked:after {
  content: "";
  display: block;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 3px;
  left: 7.5px;
}

#seller-listing-form label input[type="checkbox"] {
  margin-top: -10px;
}

#seller-listing-form .cb-custom-listing small {
  margin-top: 5px;
  display: block;
}

#seller-listing-form input[type="radio"] {
  position: relative;
  cursor: pointer;
  margin-right: 10px;
}

#seller-listing-form input[type="radio"]:before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  background-color: #ededed;
  border: solid 2px #0a3161;
  border-radius: 50%;
}

#seller-listing-form input[type="radio"]:checked:before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  background-color: #ededed;
  border-radius: 50%;
}

#seller-listing-form input[type="radio"]:checked:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-color: #0a3161;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 50%;
}

#seller-listing-form label input[type="radio"] {
  margin-top: -2px;
  /*height: 0;*/
}

.copy-tooltip {
  position: relative;
  display: inline-block;
}

.copy-tooltip .tooltiptext {
  visibility: hidden;
  width: auto;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 10px;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -75px;
  opacity: 0;
  transition: opacity 0.3s;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 250px;
}

.copy-tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.copy-tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

/*Seller Guide*/
.seller-guide-content,
.seller-guide-content div,
.seller-guide-content p,
.seller-guide-content span {
  font-family: "Rubik" !important;
  font-size: 16px !important;
  line-height: 1.7em !important;
}

.seller-guide-content h4 {
  font-size: 18px !important;
}

.seller-guide-titles {
  position: sticky;
  top: 0;
}

#side-categories.seller-guide-title-sides .group .item {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: flex-end;
}

#side-categories.seller-guide-title-sides .group .item .toggle {
  width: 15px;
  position: relative;
}

#side-categories.seller-guide-title-sides .group .item .toggle .caret {
  border: 0;
}

#side-categories.seller-guide-title-sides .group .item .toggle .caret:after {
  content: "+";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

#side-categories.seller-guide-title-sides .group .item.active .toggle .caret:after {
  content: "-";
}

#side-categories.seller-guide-title-sides .group .item.active+.sub {
  padding-left: 30px;
}

#side-categories.seller-guide-title-sides .group .item a {
  font-weight: bold;
}

.seller-guide-result .item+.item {
  border-top: solid 1px #f3f3f3;
  margin-top: 30px;
  padding-top: 30px;
}

.seller-guide-result .item a h4 {
  color: #b31942;
  font-size: 18px;
}

.seller-guide-search {
  margin-bottom: 25px;
}

.seller-guide-search .btn-primary {
  min-width: 75px !important;
  text-align: center;
  border-radius: 0 !important;
}

.focused-content {
  background: rgba(10, 49, 97, 15%);
  box-shadow: 0 0 30px rgb(86 86 86 / 10%);
  border: solid 2px #0a3161;
  padding: 20px 25px 15px;
}

.seller-guide-intro p,
.seller-guide-intro li {
  line-height: 1.7em;
}

.seller-guide-intro p,
.seller-guide-intro ol {
  margin-bottom: 20px;
}

.seller-guide-content p:not(:last-child) {
  margin-bottom: 15px;
}

.seller-guide-content p:last-child {
  margin-bottom: 0;
}

.payout-title {
  font-size: 15px;
}


.accordion-button {
  /* background-color: #ffffff !important; */
  background-color: #0041c2 !important;
  width: 100% !important;
  height: 35px;
  height: auto;
  border: 2px solid #0041c2;
  /* border-radius: 10px; */
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: #ffffff;
  /* color: #b31942; */
  cursor: pointer;
  display: inline-block;
  font-family: rubik;
  font-size: 13px;
  font-weight: 500;
  outline: 0;
  /* padding: 10px 10px; */
  padding: 0px;
  position: relative;
  /* text-align: center; */
  text-decoration: none;
  transition: all 0.3s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  /* margin-bottom: 10px; */
  margin-right: 5px;

}

.accordion-button:focus {
  color: #ffffff;
}

.accordion-button:before {
  background-color: initial;
  background-image: linear-gradient(#fff 0, rgba(255, 255, 255, 0) 100%);
  /* border-radius: 125px; */
  border-radius: 10px;
  content: "";
  height: 50%;
  left: 1%;
  opacity: 0.5;
  position: absolute;
  top: 0;
  transition: all 0.3s;
  width: 98%;
}

.accordion-button:hover {
  box-shadow: rgba(255, 255, 255, 0.3) 0 3px 15px inset,
    rgba(0, 0, 0, 0.3) 0 3px 5px,
    rgba(0, 0, 0, 0.3) 0 10px 13px;
  /* box-shadow: 0 0 30px rgba(86, 86, 86, 25%); */
  transform: scale(1.01);
  background-color: #0041c2 !important;
  color: #ffffff !important;
  border: 2px solid #0041c2;
}



.accordion-button-inner-blue {
  /* background-color: #ffffff !important; */
  background-color: #0041c2 !important;
  width: 100% !important;
  height: 35px;
  height: auto;
  border: 2px solid #0041c2;
  border-radius: 10px;
  color: #ffffff;
  /* color: #b31942; */
  cursor: pointer;
  display: inline-block;
  font-family: rubik;
  font-size: 13px;
  font-weight: 500;
  outline: 0;
  padding: 10px 10px;
  position: relative;
  /* text-align: center; */
  text-decoration: none;
  transition: all 0.3s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  margin-bottom: 10px;
  margin-right: 5px;

}

.accordion-button-inner-blue:focus {
  color: #ffffff;
}

.accordion-button-inner-blue:before {
  background-color: initial;
  background-image: linear-gradient(#fff 0, rgba(255, 255, 255, 0) 100%);
  /* border-radius: 125px; */
  border-radius: 10px;
  content: "";
  height: 50%;
  left: 2%;
  opacity: 0.5;
  position: absolute;
  top: 0;
  transition: all 0.3s;
  width: 96%;
}

.accordion-button-inner-blue:hover {
  box-shadow: rgba(255, 255, 255, 0.3) 0 3px 15px inset,
    rgba(0, 0, 0, 0.3) 0 3px 5px,
    rgba(0, 0, 0, 0.3) 0 10px 13px;
  /* box-shadow: 0 0 30px rgba(86, 86, 86, 25%); */
  transform: scale(1.01);
  background-color: #0041c2 !important;
  color: #ffffff !important;
  border: 2px solid #0041c2;
}


.accordion-button-inner-green {
  /* background-color: #ffffff !important; */
  background-color: #4caf50 !important;
  width: 100% !important;
  height: 35px;
  height: auto;
  border: 2px solid #4caf50;
  border-radius: 10px;
  color: #ffffff;
  /* color: #b31942; */
  cursor: pointer;
  display: inline-block;
  font-family: rubik;
  font-size: 13px;
  font-weight: 500;
  outline: 0;
  padding: 10px 10px;
  position: relative;
  /* text-align: center; */
  text-decoration: none;
  transition: all 0.3s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  margin-bottom: 10px;
  margin-right: 5px;

}

.accordion-button-inner-green:focus {
  color: #ffffff;
}

.accordion-button-inner-green:before {
  background-color: initial;
  background-image: linear-gradient(#fff 0, rgba(255, 255, 255, 0) 100%);
  /* border-radius: 125px; */
  border-radius: 10px;
  content: "";
  height: 50%;
  left: 2%;
  opacity: 0.5;
  position: absolute;
  top: 0;
  transition: all 0.3s;
  width: 96%;
}

.accordion-button-inner-green:hover {
  box-shadow: rgba(255, 255, 255, 0.3) 0 3px 15px inset,
    rgba(0, 0, 0, 0.3) 0 3px 5px,
    rgba(0, 0, 0, 0.3) 0 10px 13px;
  /* box-shadow: 0 0 30px rgba(86, 86, 86, 25%); */
  transform: scale(1.01);
  background-color: #4caf50 !important;
  color: #ffffff !important;
  border: 2px solid #4caf50;
}


/* ==========================
     Scoped Styles for Payouts
     ========================== */
#payouts-dashboard {
  background: #fff;
  padding: 20px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#payouts-dashboard .filter-box {
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 20px;
}

#payouts-dashboard .filter-box .form-inline .form-control {
  width: auto;
  display: inline-block;
}

#payouts-dashboard .filter-box .btn-change {
  background-color: #1a4cff;
  color: #fff;
  border: none;
  padding: 6px 14px;
  border-radius: 20px;
  transition: 0.2s;
}

#payouts-dashboard .filter-box .btn-change:hover {
  background-color: #003ce6;
}

#payouts-dashboard .payout-card {
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 15px;
}

#payouts-dashboard .payout-card strong {
  display: block;
  color: #333;
}

#payouts-dashboard .payout-card span {
  color: #000;
}

#payouts-dashboard .info-icon {
  font-size: 12px;
  color: #1a4cff;
  cursor: pointer;
  margin-left: 3px;
}

@media (max-width: 767px) {
  #payouts-dashboard .payout-card .col-sm-2 {
    width: 100%;
    display: block;
    margin-bottom: 10px;
  }
}

/* ############################ */
#microdepositPanel .verify-box {
  /* border: 1px solid #ccc;
      border-radius: 10px;
      padding: 25px;
      max-width: 600px;
      margin: 40px auto; */
}

#microdepositPanel .verify-header {
  font-weight: bold;
  font-size: 20px;
}

#microdepositPanel .microdeposit-input {
  display: inline-block;
  width: 100px;
  margin-right: 10px;
}

#microdepositPanel .verify-button {
  margin-top: 20px;
}

#microdepositPanel .green-dot {
  color: green;
  font-size: 16px;
  margin-right: 5px;
}

#microdepositPanel .red-text {
  color: red;
  font-weight: bold;
}

#microdepositPanel .input-group-addon {
  font-weight: bold;
  padding: 4px;
}

#microdepositPanel .form-inline .form-control {
  width: 100px;
}

/* ############################ */


/*Homepage Category Preferences*/
.category-survey-container {
  display: flex;
  align-items: stretch;
  justify-content: center;
  margin: 0 -5px -10px;
  flex-wrap: wrap;
  margin-top: 35px;
}

.category-survey-container .item {




  background-color: #ffffff !important;
  background-color: #0041c2 !important;
  width: 100% !important;
  height: 35px;
  height: auto;
  border: 2px solid #0000ff;
  border-radius: 10px;
  color: #0000ff;
  color: #b31942;
  cursor: pointer;
  display: inline-block;
  font-family: rubik;
  font-size: 13px;
  font-weight: 500;
  outline: 0;
  padding: 10px 10px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  margin-bottom: 10px;
  margin-right: 5px;

}

.category-survey-container .item:focus {
  color: #ffffff;
}

.category-survey-container .item:before {
  background-color: initial;
  background-image: linear-gradient(#fff 0, rgba(255, 255, 255, 0) 100%);
  border-radius: 125px;
  content: "";
  height: 50%;
  left: 2%;
  opacity: 0.5;
  position: absolute;
  top: 0;
  transition: all 0.3s;
  width: 96%;
}

.category-survey-container .item:hover {
  box-shadow: rgba(255, 255, 255, 0.3) 0 3px 15px inset,
    rgba(0, 0, 0, 0.3) 0 3px 5px,
    rgba(0, 0, 0, 0.3) 0 10px 13px;
  /* box-shadow: 0 0 30px rgba(86, 86, 86, 25%); */
  transform: scale(1.05);
  background-color: #b31942 !important;
  color: #ffffff !important;
  border: 2px solid #b31942;
}

.category-survey-container .item input {

  /* visibility: hidden; */
  display: none;
  height: 0;
  margin: 0;
}

.category-survey-container .item span {
  padding: 10px;
  font-weight: bold;
  color: #ffffff;
}

.category-survey-actions {
  margin: 30px 0;
}

/* .category-survey-container .item:hover {
  box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.5);
  border: 4px solid #0a3161;
  
} */

.category-survey-container .item.checked {
  /* border: solid 4px #0a3161;
  box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.5);
  background-color: #0a3161;
  color: #fff; */
  background-color: #b31942 !important;
  transform: scale(1.05);
}

.category-survey-container .item.checked span {
  color: #fff;
}

.category-survey-actions p {
  margin-top: 15px;
}

.category-survey-actions .btn-primary {
  min-width: 250px;
  padding: 15px;
  font-size: 24px;
}

.account-buying_preferences h2 {
  margin-bottom: 10px !important;
}

.account-buying_preferences .breadcrumb {
  /* display: none; */
}

/* .header-logo-image img:hover{
  -webkit-box-shadow: 0px 0px 13px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 13px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 13px 1px rgba(0, 0, 0, 0.3);
} */

.header-logo-image img {
  display: block;
  /*width: 300px; */
  /* Adjust the width as needed */
  transition: all 0.3s ease-in-out;
}

.header-logo-image img:hover {
  filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.5));
  /* Shadow around the shape */
  transform: scale(1.01);
  /* Slight zoom effect */
}

/*Report*/
.report-container {
  background: white;
  border: solid 1px #f3f3f3;
  padding: 15px 35px 0px 25px;
  box-shadow: 0 0 20px rgb(86 86 86 / 5%);
  margin: 0 0 15px;
  transition: 0.3s ease;
  max-width: 980px;
  margin: 0 auto;
}

.report-information {
  display: flex;
  margin-bottom: 30px;
}

.report-information .info {
  width: 90%;
}

.report-information img {
  width: 100%;
  border: 1px solid #eee;
  margin-right: 25px;
  margin-bottom: 10px;
}

.report-form .for-floating-label-x .form-control {
  padding: 10px !important;
}

.free-ship-indicator-inner {
  margin-top: 10px;
  color: #b31942;
  font-size: 14px;
}

.item-sold-container {
  margin-left: 15px;
  display: flex;
  align-items: center;
  color: #b31942;
}

.item-sold-container i {
  margin-right: 3px;
  font-size: 16px !important;
  margin-top: -3px;
}

/*Saved Sellers*/
.seller-view,
.save-searches {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  margin: 0 -15px;
  flex-wrap: wrap;
}

.seller-view>.item,
.save-searches>.item {
  width: calc(16.667% - 15px);
  margin: 0 7.5px 15px;
  padding: 15px 15px 7px;
  display: block;
  box-shadow: 0 0 20px rgba(86, 86, 86, 5%);
  transition: 0.3s ease;
  border: solid 2px #f3f3f3;
}

.seller-view>.item a,
.save-searches>.item a {
  color: #222;
}

.seller-view>.item:hover,
.save-searches>.item:hover {
  box-shadow: var(--default-shadow);
}

.seller-view>.item a span,
.save-searches>.item a span {
  color: #0a3161;
  font-weight: 500;
  font-size: 18px;
}

.searched_word_ {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.seller-view>.item i,
.save-searches>.item i {
  font-size: 18px !important;
  color: #b31942;
  margin-top: 2px;
}

.seller-view>.item label input[type="checkbox"],
.save-searches>.item label input[type="checkbox"] {
  margin-top: -4px;
}

/*Make an offer*/
.offer-modal-button {
  margin-top: 25px;
}

.currency-wrap input {
  padding: 5px 20px;
  transition: 0.3s;
  border: 1px solid #ccc;
  font-size: 20px !important;
  width: 45%;
}

.offer-modal-product-info textarea {
  margin-top: 25px;
}

.placeholder-offer {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.input-symbol-dollar input:focus {
  border-color: none;
  box-shadow: none;
}

.seller-offer-text {
  background: #e6f1ff;
  padding: 15px;
  margin-bottom: 15px;
  margin-top: 10px;
  text-align: center;
}

#offer-Popup .modal-dialog {
  width: 458px;
  margin: 10px auto;
}

.btn-offer-popup {
  width: 195px;
}

.enter-offer-text,
.max-offer-error {
  margin-bottom: 11px;
  text-align: center;
}

.account-offer .btn-sm {
  min-width: 115px !important;
  padding: 4px !important;
}

.offer-input-grp {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  justify-content: space-between;
}

.currency-wrap {
  position: relative;
}

.currency-code {
  position: absolute;
  left: 6px;
  top: 10px;
  font-size: 20px;
}

.text-currency {
  padding: 10px 20px;
  border: solid 1px #ccc;
  border-radius: 5px;
}

#offer-Popup .modal-body {
  padding: 15px 15px 40px;
}

.offer-info {
  position: absolute;
  transform: translateY(-50%);
  top: 10px;
  left: 153px;
}

.offer-info:hover .offer-info-text {
  visibility: visible;
}

.offer-info-text {
  visibility: hidden;
  width: 180px;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  text-align: left;
  border-radius: 5px;
  padding: 10px;
  position: absolute;
  z-index: 1;
  transform: translateY(-50%);
  top: -40px;
  right: -180px;
  font-family: sans-serif;
  font-size: 14px;
  line-height: 1.3em;
}

.patriot-divider {
  display: block;
  width: 100%;
  height: 5px;
  background: radial-gradient(circle,
      rgba(15, 72, 143, 1) 0%,
      rgba(179, 25, 66, 1) 50%,
      rgba(15, 72, 143, 1) 100%);
  margin: 15px auto 45px;
}



.fcategory .patriot-divider {
  margin: 35px auto 45px;
}

.product-product .patriot-divider {
  margin: 30px auto -10px;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
  line-height: 1.2em !important;
  font-size: 13px !important;
}

.table-offer td {
  vertical-align: middle !important;
}

.table-offer td a {
  color: #b31942;
  font-size: 14px !important;
}

.table-offer .offer-message {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: 0.3s ease;
}

.table-offer .offer-message.full {
  -webkit-line-clamp: initial;
  /* number of lines to show */
  line-clamp: initial;
}

.offer-quantity-container {
  width: 100%;
  margin-bottom: 12px;
}

.offer-quantity {
  padding: 5px;
  font-size: 20px;
  max-width: 80px;
  border: 1px solid #ccc;
}

.table-offer .btn-sm,
.table-offer .btn-default:not(.no-custom):not(.btn-number):not(#button-search).btn-sm {
  padding: 3px 10px !important;
  min-width: 100px !important;
  font-size: 14px;
}

.offer-message-more {
  font-size: 14px;
  color: #b31942;
}

/*Buy History*/
.od-container .od-child {
  box-shadow: 0 0 20px rgba(86, 86, 86, 5%);
  margin: 0 auto 10px;
  border: solid 1px #f3f3f3;
  padding: 20px 15px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  max-width: 1000px;
}

.od-container .od-child .title {
  width: 150px;
  margin-right: 50px;
  line-height: 1.5em;
}

.od-container .od-child .title h4 {
  font-size: 18px;
  font-weight: bold;
  color: #000;
}

.od-container .od-child .details {
  line-height: 1.3em;
}

.od-container .od-child .details strong {
  font-weight: 500 !important;
  padding-right: 3px;
}

.order-track-info {
  padding: 10px;
  background: rgb(10 49 97 / 10%);
  margin-top: 10px;
}

.order-track-info a {
  color: #b31942;
  text-decoration: underline;
  margin-left: 5px;
}

.od-container .od-child .details .order-item-image-details {
  display: flex;
  align-items: flex-start;
}

.od-container .od-child .details .order-item-image-details .image {
  margin-right: 20px;
  width: 150px;
}

.od-container .od-child .details .order-item-image-details .smtext {
  width: calc(100% - 170px);
}

.od-container .od-child.od-total .details>div:last-child {
  font-size: 18px;
  margin-top: 10px;
  padding-top: 10px;
  border-top: solid 1px #cfcfcf;
}

.od-container .od-child.od-total .details>div:last-child strong {
  font-weight: bold !important;
}

.track-row {
  display: flex;
  align-items: flex-start;
  border-bottom: solid 1px #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.track-row:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}

.track-row .date-time {
  width: 150px;
  margin-right: 20px;
}

.track-row .data {
  width: calc(100% - 170px);
}

.track-row .date-time .time {
  color: #707070;
}

.track-row .data .location {
  color: #707070;
  text-transform: uppercase;
}

.track-row .data .description {
  color: #707070;
  font-size: 13px;
}

.review-note-warning {
  max-width: 1200px;
  margin: 10px auto;
  background: #d5dce5;
  padding: 10px 35px;
  border-radius: 12px;
}

.save-draft-pop {
  position: fixed;
  bottom: 100px;
  right: 25px;
  max-width: 250px;
  background: #b31942;
  color: #fff;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0 0 20px rgb(179 25 66);
}

/*Sales Report*/
.salesrep-selection {
  /* display: flex; */
  align-items: center;
  background: #f3f3f3;
  padding: 15px;
  border: solid 1px #0a3161;
  border-radius: 5px;
  margin-bottom: 25px;
}

.salesrep-selection>* {
  margin-right: 10px;
}

.salesrep-selection>.salesrepFrequency {
  width: auto;
}

.salesrep-table th,
.salesrep-table td {
  vertical-align: middle !important;
  padding: 5px !important;
}

div.dt-buttons {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.salesrep-table {
  /* min-height: 300px; */
}

.salesrep-input-group input {
  border: 0 !important;
  border-right: solid 1px #0a3161 !important;
  padding-right: 35px;
  min-width: 250px;
}

.salesrep-input-group {
  border: solid 1px #0a3161;
  background: #fff;
}

.salesrep-input-group .input-group-append {
  background: #0a3161;
  color: #fff;
  position: relative;
}

.salesrep-input-group .input-group-append:after {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 175px;
  border-style: solid;
  border-width: 25px 24px 0;
  border-color: #0a3161 transparent;
  display: block;
  width: 0;
  z-index: 2;
  left: -36px;
  bottom: auto;
  transform: rotate(90deg);
}

button.dt-button,
div.dt-button,
a.dt-button,
input.dt-button,
button.dt-button:focus:not(.disabled),
div.dt-button:focus:not(.disabled),
a.dt-button:focus:not(.disabled),
input.dt-button:focus:not(.disabled) {
  background: transparent;
}

.btn.btn-default.btn-tbl-btn {
  font-size: 13px !important;
  padding: 3px !important;
  min-width: 125px !important;
  margin-left: 10px;
}

.btn.btn-default.btn-tbl-btn.hovered {
  background: #b31942 !important;
  color: #fff !important;
}

#sales_table td:not(:last-child),
#sales_table th:not(:last-child),
.salesrep-table td:not(:last-child),
.salesrep-table th:not(:last-child) {
  border-right: 1px solid #ddd;
}

#sales_table,
.salesrep-table {
  border: 1px solid #ddd;
}

#sales_table th,
.salesrep-table th {
  /* background: #0a3161; */
  background: #0f488f;

  color: #fff;
  /* padding: 5px 10px !important; */
  padding: 5px 5px !important;
}

.sales-rep-orderstatus {
  /* font-size: 12px;
  width: min-content;
  margin: auto;
  display: block;
  padding: 5px 10px;
  line-height: 1em;
  border-radius: 25px; */

  display: inline-block;
  padding: 0px 4px;
  border: 2px solid #43a950;
  border-radius: 5px;
  font-size: 10px;
  font-weight: 600;
  color: #43a950;
  text-transform: uppercase;
  line-height: 14px;
}

.sales-rep-orderstatus.status17 {
  /* background: #f1d688; */
}

/*Payment Received*/
.sales-rep-orderstatus.status15 {
  background: #9cbadf;
}

/*Shipped*/
.sales-rep-orderstatus.status5 {
  background: #97e59d;
}

/*Order Completed*/
.sales-rep-orderstatus.status7 {
  background: #eb698c;
}

/*Cancelled*/

/*Onboard*/
body.account-buyer_onboard:not(.cke_editable) h2:not(.swal2-title):not([style]) {
  text-align: center;
  margin-bottom: 10px !important;
}

.onboard {
  max-width: 1120px;
  margin: 40px auto 0;
}

.step {
  border: 1px solid #000000;
  text-align: center;
  padding: 5px;
  margin-bottom: 25px;
  color: red;
}

.address-verify-text {
  margin-bottom: 24px;
}

.bnt-save-onboard {
  margin-bottom: 20px;
}

#onboard-telephone .iti--separate-dial-code,
#listing-telephone .iti--separate-dial-code {
  width: 100%;
}

.btn-onboard-verify,
.onboard-verify-countdown {
  margin-top: 24px;
}

.tel-info {
  position: absolute;
  transform: translateY(-50%);
  top: 25px;
  right: -20px;
}

.btn-width {
  min-width: 125px !important;
}

.address-info {
  position: absolute;
  transform: translateY(-50%);
  top: 25px;
  left: -20px;
}

.tel-info:hover .tel-info-text,
.address-info:hover .tel-info-text {
  visibility: visible;
}

.tel-info-text {
  visibility: hidden;
  width: 180px;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  text-align: left;
  border-radius: 5px;
  padding: 10px;
  position: absolute;
  z-index: 1;
  transform: translateY(-50%);
  top: -125px;
  right: -84px;
  font-family: sans-serif;
  font-size: 14px;
  line-height: 1.3em;
}

.address-info .tel-info-text {
  right: auto;
  left: -84px;
  top: -80px;
}

.tel-info-text::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.8) transparent transparent transparent;
}

.tel-info.fa-info-circle:before,
.address-info:before {
  color: #1e91cf;
}

.progress {
  max-width: 1090px;
  margin: 0 auto;
}

.progress-bar {
  background-color: #0d5c0a;
}

.onboard-step1 .row {
  margin-right: -7.5px;
  margin-left: -7.5px;
}

.onboard-step1 .col-md-6,
.onboard-step1 .col-md-4 {
  padding-right: 7.5px;
  padding-left: 7.5px;
}

.seller-listing-category-container {
  max-width: 929px;
}

.seller-listing-category-container .btn-default:not(.no-custom):not(.btn-number):not(#button-search) {
  min-width: inherit;
}

.account-product .btn-primary.btn-vendor-list-button[disabled]:hover {
  background-color: #b31942;
  border-color: #b31942;
}

.account-product .btn-primary.btn-vendor-list-button:hover,
.account-product #button-confirm:hover {
  background-color: #810828;
  border-color: #810828;
}

#quickcheckoutconfirm .quickcheckoutleft {
  /* border: 1px solid #ccc; */
  padding: 15px;
  /* border-radius: 10px; */
  border-radius: 13px;
  margin-bottom: 15px;
}

#quickcheckoutconfirm .quickcheckoutleft.cartMainright {
  position: absolute;
  top: 0px;
  width: 30%;
  right: 0px;
}

.addeditepopup {

  border: var(--parent-container-border) !important;
  border-radius: 13px !important;
}

.w570 {
  width: 570px !important;
  padding: 10px;
}




#quickcheckoutconfirm {
  position: relative;
}

.quickcheckout-content .cartMainright .cart-total {
  max-width: 100%;
  border: none;
}

.d-none>.quickcheckout-content,
.d-none {
  display: none;
}

.width-equal {
  width: 160px;
}

.personal-data-container,
#account-address-1st-container,
#account-address-2nd-container,
#account-address-3rd-container,
#account-password-security-container {
  border: var(--parent-container-border);
  border-radius: 12px;
  padding: 10px;
}

#account-address-1st-container,
#account-address-2nd-container,
#account-address-3rd-container {
  margin-bottom: 10px;
}


.checkout-pay {
  border: var(--parent-container-border);
  border-radius: 13px;
  padding: 10px;
  margin-top: 20px;
}

.checkout-pay:hover {
  /*box-shadow: 0 0 30px rgba(86, 86, 86, 25%); */
}

.cartcheckbox input[type="checkbox"] {
  width: 20px;
  height: 20px;
  vertical-align: top;
  margin-left: 6px;
  margin-right: 10px;
  margin-top: 12px;
}

.cartcheckbox {
  overflow: hidden;
  width: auto;
  float: right;
  border: 1px solid #ccc;
  margin: 0px;
  margin-right: 15px;
  padding: 7px;
  border-radius: 5px;
}

/* .leftsidecheckout {
  overflow: hidden;
  width: 66%;
  float: left;
} */

.leftsidecheckout {
  overflow: hidden;
  width: 100%;
  float: left;
}

.buyer-onboard-border {
  border: var(--parent-container-border);
  border-radius: 13px;
  padding: 10px;
}

.iti--allow-dropdown {
  width: 100% !important;
}

#sendOtpBtn,
#verifyOtpBtn {
  margin-top: 10px;
}

/* #quickcheckoutconfirm .leftsidecheckout .quickcheckoutleft {
  width: auto;
  float: none;
  overflow: visible;
} */

#quickcheckoutconfirm {
  width: auto;
  float: none;
  overflow: visible;
}

.quickcheckoutleft {
  width: 570px;
  float: left;
  overflow: visible;
}

.quickcheckoutleft-sub {
  width: 100%;
  float: left;
  overflow: visible;
}

.quickcheckoutleft-inner {
  /* overflow: hidden; */
  width: 100%;
}

.quickcheckoutleft-modal {
  /* width: 66%; */
  float: left;
  overflow: visible;
}

.quickcheckoutleft-modal-inner {
  /* overflow: hidden; */
  width: 100%;
  float: left;
}

.quickcheckoutright {
  border: 1px solid #ccc;
  padding: 20px;
  border-radius: 10px;
  background-color: #ffffff;
  z-index: 9999;
  ;
}

.quickcheckoutright:hover {
  box-shadow: var(--default-shadow);
}

.quickcheckoutright .quickcheckout-content .cart-total {
  max-width: none;
  border-bottom: none;
  font-size: 14px;
  font-weight: normal;
}

.quickcheckoutright .quickcheckout-content .cart-total:last-child {
  border-top: 1px solid #ccc;
  font-weight: bold;
  font-size: 18px;
  padding-top: 15px;
  margin-top: 10px;
}

.quickcheckoutright .quickcheckout-content .terms button {
  width: 100%;
}

.quickcheckoutright .quickcheckout-checkout #content #terms {
  padding-bottom: 0px;
}

.quickcheckoutright .quickcheckout-content {
  margin-bottom: 0px;
}

.quickcheckoutright .quickcheckout-content .terms label {
  display: block;
  margin-top: 20px;
  text-align: center;
}

/* CSS */
.btn-submit-order {
  background-color: #4caf50 !important;
  width: 95% !important;
  border: 0;
  border-radius: 56px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: rubik;
  font-size: 13px;
  font-weight: 500;
  outline: 0;
  padding: 12px 21px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.btn-submit-order:before {
  background-color: initial;
  background-image: linear-gradient(#fff 0, rgba(255, 255, 255, 0) 100%);
  border-radius: 125px;
  content: "";
  height: 50%;
  left: 4%;
  opacity: 0.5;
  position: absolute;
  top: 0;
  transition: all 0.3s;
  width: 92%;
}

.btn-submit-order:hover {
  box-shadow: rgba(255, 255, 255, 0.2) 0 3px 15px inset,
    rgba(0, 0, 0, 0.1) 0 3px 5px, rgba(0, 0, 0, 0.1) 0 10px 13px;
  transform: scale(1.05);
}

@media (min-width: 768px) {
  .btn-submit-order {
    padding: 12px 48px;
  }
}

.popbox-modal {
  border: 2px solid #d62757;
  border-radius: 8px;
  position: relative;
}

/* Arrow styling */
.popbox-modal::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  border: 10px solid transparent;
  border-bottom-color: #d62757;
}

/* Add shadow effect on hover */

.btn-checkout {
  background-color: #4caf50 !important;
  /* width: 95% !important; */
  height: 40px;
  border: 0;
  border-radius: 56px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: rubik;
  font-size: 13px;
  font-weight: 500;
  outline: 0;
  padding: 16px 21px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.btn-checkout:focus {
  color: #ffffff;
}

.btn-checkout:before {
  background-color: initial;
  background-image: linear-gradient(#fff 0, rgba(255, 255, 255, 0) 100%);
  border-radius: 125px;
  content: "";
  height: 50%;
  left: 4%;
  opacity: 0.5;
  position: absolute;
  top: 0;
  transition: all 0.3s;
  width: 92%;
}

.btn-checkout:hover {
  box-shadow: rgba(255, 255, 255, 0.2) 0 3px 15px inset,
    rgba(0, 0, 0, 0.1) 0 3px 5px, rgba(0, 0, 0, 0.1) 0 10px 13px;
  transform: scale(1.05);
  color: #ffffff !important;
}

#payment-address {
  border-top: none !important;
  background-color: #fff;
  /* margin-top: -70px; */
  display: none;
}

.showbilling {
  display: none !important;
  margin-top: 10px;
}

.addbilling {
  margin-top: 10px;
}

#pprofiles h3 img {
  max-height: 40px;
  margin-left: 10px;
  margin-right: 10px;
}

#pprofiles h3 span {
  display: inline-block;
  margin-left: 10px;
}

#pprofiles h3 span img {
  display: block;
  margin-left: 0px;
  margin-top: 5px;
  margin-right: 0px;
}

#pprofiles h3 input[type="radio"] {
  width: 20px;
  height: 20px;
}

#pprofiles h3 label {
  font-weight: 500;
}

#pprofiles h3 {
  border: var(--child-container-border);
  padding: 10px;
  /* border-radius: 5px; */
  border-radius: 13px;
  display: flex;
  align-items: center;
  font-size: 16px;

}

.quickcheckout-checkout .header-top {
  display: none !important;
}

.quickcheckout-checkout .breadcrumb {
  display: none;
}

.quickcheckout-checkout header.fixed-header>div.top-header+div.relative {
  display: none !important;
}

body.quickcheckout-checkout .checkoutheading {
  padding-left: 90px !important;
}

body.quickcheckout-checkout .checkoutheading h2 {
  margin-bottom: 0px !important;
  margin-top: 31px;
  font-weight: bold !important;
  font-size: 36px !important;
  color: #0a3161 !important;
}

.customeheader {
  margin-top: 40px;
}

.customeheader.container,
.customeheader.container+.container {
  /* max-width: 1100px; */
}

.lablestylenew>div,
#payment-new>div,
#shipping-new>div {
  position: relative;
}

.account-payments .addeditepopupMain.active .addeditepopup {
  padding: 15px !important
}

.lablestylenew>div input,
#payment-new>div input,
#payment-new>div select,
#shipping-new>div input,
#shipping-new>div select {
  /* padding: 10px 20px; */
  padding: 13px 10px;
  border-radius: 5px;
  /* padding-top: 20px; */
  font-size: 13px !important;
}

.lablestylenew>div label {
  position: absolute;
  top: 0px;
  padding: 7px;
  left: 30px;
  top: -17px;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgb(255, 255, 255), rgba(0, 0, 0, 0));
}

#payment-new .col-sm-6,
#payment-new .col-sm-4 {
  padding: 0 5px;
}

#payment-new>div label {
  position: absolute;
  padding: 0px 7px;
  left: 15px;
  top: -10px;
  background-color: #fff;
  display: block !important;
}

#shipping-new>div label {
  position: absolute;
  padding: 0px 7px;
  left: 15px;
  top: -10px;
  background-color: #fff;
  display: block !important;
}

#payment>fieldset>legend {
  line-height: 28px;
  border: none;
  text-align: right;
}

.expiredatemain .col-sm-2 {
  padding-right: 0px;
  width: auto;
  min-width: 100px;
}

.expiredatemain .col-sm-2 select {
  border-radius: 30px;
}

.cartcheckbox label {
  width: 127px;
}

.expiredatemain>label {
  font-weight: 700;
  margin-top: 7px;
}

#payment-existing>label.control-label {
  font-weight: bold;
}

.account-setting {
  font-size: 13px;
  font-weight: bold;
  color: #000000;
}

.quickcheckout-content>.addbilling {
  min-width: 160px !important;
  margin-left: 20%;
  border: none;
  font-weight: normal;
  margin-top: -28px;
  padding-top: 0px !important;
  text-decoration: underline;
  font-weight: normal !important;
  background-color: transparent !important;
  color: #23527c !important;
}

#payment fieldset .form-group.lablestylenew {
  position: relative !important;
}

.lablestylenew>div.col-sm-5 {
  position: relative;
}

.lablestylenew>i {
  margin-top: 20px;
  font-size: 20px;
  color: #646464;
  cursor: pointer;
}

.popbox {
  position: absolute !important;
  background-color: #dddddd;
  padding: 20px;
  z-index: 9;
  border-radius: 25px;
  border: 1px solid #ccc;
  top: 45px;
  left: 233px;
  width: 430px;
  display: none;
}

.popbox h4 {
  font-weight: bold;
  color: #000;
}

.popbox h4:first-child {
  border-bottom: 1px solid #000;
  display: inline-block;
  padding-bottom: 10px;
}

.quickcheckout-checkout #payment {
  overflow: visible;
}

.lablestylenew>i:hover+div.popbox {
  display: block;
}

.popbox .crosepop {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #e50808;
  cursor: pointer;
  display: none;
}

.quickcheckout-content .cart-items .item {
  border: var(--child-container-border);
  padding: 15px;
  border-radius: 5px;
  margin-bottom: 0px;
}

.quickcheckout-content .cart-items .item:hover {
  box-shadow: var(--default-shadow);
}

.quickcheckout-content .cart-items .item:nth-child(n + 2) {
  margin-top: 10px;
}

.quickcheckout-content .cart-items .item .image img {
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 5px;
}

.quickcheckout-content .cart-items .quantity .qtymain input {
  width: 33px;
  padding: 0px;
  border: none;
  display: inline-block;
  text-align: left;
}

.quickcheckout-content .cart-items .quantity .qtymain {
  border: 1px solid #ccc;
  padding: 10px 20px;
  border-radius: 25px;
}

.quickcheckout-content .cart-items .qty-select {
  padding: 4px 10px;
  margin: 2px 4px;
  border-radius: 5px;
  border: 1px solid #ccc;
}

.quickcheckout-content .cart-items .quantity {
  margin-top: 10px;
  width: auto;
}

.quickcheckout-content .cart-items .price {
  margin-left: 20px;
}

.quickcheckout-content .cart-items .item:not(:last-child) .content {
  border: none;
  width: 100%;
}

/* .salername{
} */
.content-top {
  display: flex !important;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

.content-mid {
  display: flex;
  width: 100%;
  margin-top: 16px;
  justify-content: start;
}

.content-mid .flex1 {
  flex: 1;
}

.content-mid .flex2 {
  flex: 3;
}

.content-mid .sub-content {
  display: flex !important;
  width: 100%;
  justify-content: space-between;
}

.content-top div a {
  text-decoration: underline;
}

.content-top div a:nth-child(1) {
  margin-right: 8px;
  cursor: pointer;
}

.quickcheckout-content .cart-items .delivery {
  margin-top: 20px;
}

.quickcheckout-content .cart-items .delivery label {
  /*border: 1px solid #ccc;
    border-radius: 5px;*/
  padding: 10px 0 0;
  margin-bottom: 0px;
}

.quickcheckout-content .cart-items .delivery label+label {
  /*margin-top:10px;*/
}

.quickcheckout-content .cart-items .delivery label input[type="radio"] {
  width: 20px;
  height: 20px;
  margin-top: 4px;
  margin-right: 15px;
}

.quickcheckout-content .cart-items .delivery label p {
  line-height: 26px;
  margin-bottom: 0px;
}

.quickcheckoutright .quickcheckout-heading {
  font-size: 20px;
}

.header-container {
  position: relative;
}

.header-container .return-to {
  position: absolute;
  right: 0px;
  width: 108px;
  text-align: center;
  text-decoration: underline;
  top: 30px;
}

.header-container .return-to a {
  color: #0a3161;
}

#shippingdefulte:hover {
  box-shadow: var(--default-shadow);
}

.quickcheckout-checkout #content .quickcheckout-heading,
.quickenquiry-checkout #content .quickcheckout-heading {
  padding-bottom: 10px;
  margin-top: 0px;
}

#pprofiles>h3 {
  margin-bottom: 0px;
}

.lablestylenew>div small {
  display: none;
}

#input-cc-cvv2+i {
  margin-top: 35px;
  color: #9b9a9a;
  display: none !important;
}

.quickcheckout-checkout #content #terms,
.quickenquiry-checkout #content #terms {
  padding-bottom: 0px;
}

.payment-error-message {
  display: none !important;
}

.lablestylenew.error>div input {
  border-color: #b31942;
}

.lablestylenew.error>div label {
  color: #b31942;
}

.quickcheckoutleft>.quickcheckout-content {
  margin-bottom: 0 !important;
}

#shipping-address>.quickcheckout-content>.radio {
  margin-bottom: 0px;
}

.quickcheckout-checkout #content #shipping-address .quickcheckout-heading {
  padding-bottom: 0px;
}

.btnMaincheck {
  text-align: center;
}

.btnMaincheck .cardb {
  /* background-color: #efef00 !important; */
  background-color: #4caf50 !important;
  /* color: #222 !important; */
  /* border-color: #efef00 !important; */
  border: 2px solid #4caf50 !important;
}

.btnMaincheck .cancelb {
  /* background-color: transparent !important;
  color: #222 !important; */
  min-width: 120px;
  /* border-color: #222; */
}

.paymentNewAddressModal .modal-header {
  border-top: 2px solid #e5e5e5;
  border: none;
}

.paymentNewAddressModal .modal-header h3 {
  font-size: 16px;
  font-weight: bold;
  color: #000;
}

.quickcheckout-checkout #content .quickcheckout-content .col-sm-6,
.quickenquiry-checkout #content .quickcheckout-content .col-sm-6 {
  margin-bottom: 15px;
}

#terms .terms {
  position: relative;
}

#terms .terms>i.fa-spin {
  position: absolute;
  top: 16px;
  right: 20px;
  color: #fff;
}

#quickcheckoutconfirm #shipping-address {
  /*margin-top: 10px; */
}

#shippingdefulte {
  border: var(--child-container-border);
  padding: 10px 15px 10px;
  border-radius: 5px;
  margin-bottom: 0px;
  width: 100%;
  margin-top: 8px;
}

.spaddressMain>span {
  display: inline-block;
  padding: 0px 4px;
  border: 2px solid #43a950;
  border-radius: 5px;
  font-size: 10px;
  font-weight: 600;
  color: #43a950;
  text-transform: uppercase;
  line-height: 14px;
}

.spaddressMain>h4 {
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
  font-size: 14px;
  margin: 5px 0px;
}

.spaddressMain div p {
  margin-bottom: 2px;
}

#shipping-existing>select {
  border-radius: 5px;
}

.quickcheckout-checkout #content .quickcheckout-content .col-sm-6.input-shipping-address-1 {
  width: 60% !important;
}

.quickcheckout-checkout #content .quickcheckout-content .col-sm-6.input-shipping-address-2 {
  width: 38% !important;
}

.quickcheckout-checkout #content .quickcheckout-content .col-sm-6.input-shipping-city,
.quickcheckout-checkout #content .quickcheckout-content .col-sm-6.input-shipping-postcode {
  width: 33% !important;
}

#shipping-new {
  margin-top: 0px;
  justify-content: left !important;
}

#shipping-new>div {
  margin-bottom: 0px !important;
  margin-top: 20px !important;
  padding: 0px 7px !important;
}

#shipping-new>div>div.col-sm-6 {
  margin-bottom: 0px !important;
}

#shipping-new>div .cartcheckbox label {
  position: static;
  width: auto;
  display: inline-block !important;
}

#shipping-new>div .cartcheckbox {
  margin-right: 0px;
  padding-top: 10px;
  float: left;
}

#shipping-new>div .cartcheckbox input[type="checkbox"] {
  margin: 1px;
}

#shipping-new>div.error input {
  border-color: #b31942;
}

.phonefieldsmain {
  display: flex;
}

.phonefieldsmain #shipping-custom-field1 {
  order: 2;
}

.phonefieldsmain .input-shipping-phonecode {
  order: 1;
  max-width: 150px;
  margin-right: 15px;
}

.spaddressMain div p.countryphone {
  display: inline-block;
  margin-right: 10px;
}

.spaddressMain>div {
  position: relative;
}

.spaddressMain>div .popbox {
  left: 250px;
  max-width: 252px;
  top: 60px;
}

.spaddressMain>div i:hover+.popbox {
  display: block;
}

.activebox .popbox {
  display: block !important;
}

#shippingdefulte .linksbtnMain a {
  color: #0000ff;
  text-decoration: underline;
}

#shippingdefulte .linksbtnMain a span {
  margin-left: 7px;
  margin-right: 12px;
}

.input-shipping-phonenumber>i {
  position: absolute;
  right: -10px;
  top: 22px;
}

.input-shipping-phonenumber .popbox {
  max-width: 265px;
  padding-bottom: 10px;
}

.input-shipping-phonenumber i:hover+.popbox {
  display: block;
}

#shipping-existing>select {
  display: none;
}

.addressesdropdown,
.addressesdropdown ul {
  list-style: none;
}

.addressesdropdown ul {
  padding-left: 0px;
  margin-top: 5px;
  display: none;
  margin-left: -15px;
  margin-right: -15px;
}

.addressesdropdown ul li {
  padding: 2px 15px;
  cursor: pointer;
}

.addressesdropdown ul li.selected,
.addressesdropdown ul li:hover {
  color: blue;
  background-color: #ccc;
}

.selectdd {
  border-bottom: 1px solid #0000ff;
  font-weight: 500;
  cursor: pointer;
  color: #0000ff;
}

.selectdbclose {
  margin-left: 100px;
  border-bottom: 1px solid blue;
  color: blue;
  font-weight: 500;
  display: none;
  cursor: pointer;
}

.addressesdropdown {
  border-radius: 5px;
}

.shippingtype-desc {
  font-weight: normal !important;
  font-size: 85%;
  border: 1px solid #d4d4d4;
  padding: 10px;
}

.shippingtype-desc small {
  font-weight: bold;
  font-size: 100%;
}

.alternate_method_amtblock input {
  border-right: 1px solid #ccc;
}

.details.order-summary-block {
  min-width: 240px;
}

.order-summary-block span {
  float: right;
}

.quickcheckout-content .cart-items .item .item-inner {
  display: flex;
  flex-direction: row;
}

.checkoutpg-header .header-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.checkoutpg-header .header-container .checkoutheading h2 {
  margin: 0;
}

.checkoutpg-header .header-container .header-logo img {
  width: 400px;
}

.checkoutpg-header .header-container .return-to {
  position: relative;
  width: auto;
  top: auto;
  margin-left: auto;
}

.nav>li.attrid2,
.tab-content>.tab-pane.attrid2 {
  display: none !important;
}

.cartpopuphead {
  position: absolute;
  top: 100%;
  background: #fff;
  border: 3px solid #b31942;
  padding: 15px 20px;
  z-index: 99;
  border-radius: 10px;
  right: 0;
  width: 399px;
}

.cartpopuphead p {
  color: #0a3161 !important;
  font-size: 13px;
  font-weight: 500;
  text-align: left;
  padding-left: 10px;
  margin: 0;
}

.cartpopup {
  position: absolute;
  top: 100%;
  background: #fff;
  border: 3px solid #b31942;
  padding: 15px 20px;
  z-index: 99;
  border-radius: 10px;
}

/*
.cartpopup:after,
.cartpopup:before {
  bottom: 100%;
  left: 10%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.cartpopup:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 8px;
  margin-left: -8px;
}

.cartpopup:before {
  border-color: rgba(179, 25, 66, 0);
  border-bottom-color: #b31942;
  border-width: 12px;
  margin-left: -12px; 
}
*/
.cartpopup p {
  color: #0a3161 !important;
  font-size: 13px;
  font-weight: 500;
  text-align: left;
  padding-left: 10px;
  margin: 0;
}

/* .cartpopupbtn {
  float: left;
  background: #0a3161 !important;
  color: #fff !important;
  padding: 12px 21px;
  margin: 12px 10px 0 0;
  border-radius: 50px;
  font-size: 14px;
  line-height: 14px;
  cursor: pointer;
}
.cartpopupbtn:hover {
  background: #b31942 !important;
  color: #fff !important;
} */

.swal2-popup {
  border-radius: 25px !important;
  border: 3px solid #b31942 !important;
}

#swal2-content {
  color: #0000ff !important;
}

.cartpopupbtn {
  background-color: #0a3161 !important;
  /* width: 95% !important; */
  border: 0;
  border-radius: 56px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: system-ui, -apple-system, system-ui, "Segoe UI", Roboto, Ubuntu,
    "Helvetica Neue", sans-serif;
  font-size: 16px;
  font-weight: 600;
  outline: 0;
  padding: 8px !important;
  height: 40px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  min-width: 180px;
  font-weight: bold;
}

.cartpopupbtn:focus {
  color: #ffffff;
}

.cartpopupbtn:before {
  background-color: initial;
  background-image: linear-gradient(#fff 0, rgba(255, 255, 255, 0) 100%);
  border-radius: 125px;
  content: "";
  height: 50%;
  left: 4%;
  opacity: 0.5;
  position: absolute;
  top: 0;
  transition: all 0.3s;
  width: 92%;
}

.cartpopupbtn:hover {
  box-shadow: rgba(255, 255, 255, 0.2) 0 3px 15px inset,
    rgba(0, 0, 0, 0.1) 0 3px 5px, rgba(0, 0, 0, 0.1) 0 10px 13px;
  transform: scale(1.05);
  color: #ffffff;
}

.quickcheckout-checkouthover {
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  left: 0;
  top: 0;
  z-index: 9;
}

.checkoutpg-header .header-container .return-to {
  text-decoration: none;
  padding: 10px 0;
}

.checkoutpg-header .header-container .return-to a {
  display: flex;
  align-items: center;
  color: #0000ff;
}

.checkoutpg-header .header-container .return-to img {
  margin: -1px 8px 0 0;
}

.cartpopup.cartpopupright {
  right: 0;
}

.cartpopup.cartpopupright::after,
.cartpopup.cartpopupright::before {
  left: auto;
  right: 10%;
}

.cartpopup.cartpopupright::after {
  margin-left: auto;
  margin-right: 4px;
}

#charNum {
  float: right;
  color: rgba(34, 47, 62, 0.7);
  font-size: 13px;
  text-transform: uppercase;
}

#content .btn.btn-primary.btn-vendor-list-button {
  background: green !important;
  border-color: green !important;
}

.personal-data-container .editlink {
  color: grey !important;
}

.greyout {
  color: #eeeeee !important;
}

#cart.slide-out-cart .dropdown-menu .cart-header .cart-header-text {
  font-family: "Rubik";
  font-weight: 700;
  color: #0a3161;
  text-transform: uppercase;
}

.form-horizontal.addshadow {
  box-shadow: var(--default-shadow);
}

/* Dropzone Css */

#dropzone-container {
  width: 38%;
  position: relative;
}

#dropzone {
  border: 2px dashed #b0afaf;
  background-color: #fff;
  padding: 0 20px;
  text-align: center;
}

#dropzone .dz-message {
  font-size: 18px;
  color: #999;
}

#dropzone .dz-message h2 {
  text-align: center;
  margin: 20px 0;
}

#uploadButton {
  margin-top: 10px;
  padding: 10px 20px;
  background-color: transparent;
  color: #222;
  font-weight: 600;
  border: 1px solid #777;
  border-radius: 25px;
  transition: 0.2s ease;
  cursor: pointer;
  display: inline-block;
  margin: auto;
}

#uploadButton:hover {
  background-color: #f0f0f0;
}

#image-container {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 10px;
  width: 60%;
  padding: 35px 0;
}


.custom-info {
  font-size: 14px !important;
  color: #fff;
  height: 15px;
  display: block;
}

.debit-card-content {
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 14px;
}

.debit-card-content-row {
  margin-bottom: 0px;
  font-size: 18px;
}

/* Style for the image boxes */
.image-box {
  width: 100%;
  height: 20px;
  padding-top: 100%;
  /* 1:1 Aspect Ratio */
  position: relative;
  background-color: #fff;
  border: 1px solid #c2c1c1;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 14px;
  color: #999;
  cursor: pointer;
  /* Cursor pointer */
  transition: background-color 0.3s;
  /* Smooth transition for hover effect */
}

/* Hover effect */
.image-box:hover {
  background-color: #f7f7f7;
}

.image-box span {
  position: absolute;
  bottom: 5px;
  color: #333;
  background: #efefef;
  padding: 5px 10px 4px;
  font-size: 11px;
  line-height: 11px;
  border-radius: 6px;
}

.image-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
  border-radius: 13px;
}

.image-box.filled img {
  display: block;
}

.image-box .delete-btn {
  display: none;
  position: absolute;
  top: 5px;
  right: 5px;
  background-color: black;
  color: white;
  border: none;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  text-align: center;
  font-size: 10px;
  line-height: 18px;
  cursor: pointer;
  z-index: 1;
  /* Ensure the button is on top of the image */
}

/* Show the delete button on hover */
.image-box:hover .delete-btn {
  display: block;
}

.draftproducts-listing {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.draftproducts-single {
  float: left;
  width: 18.4%;
  margin: 0 2% 20px 0;
  border: 1px solid #e8e8e8;
  position: relative;
  border-radius: 15px;
}

.draftproducts-single:nth-child(5n) {
  margin-right: 0;
}

.draftproducts-single img {
  float: left;
  width: 100%;
  min-height: 225px;
  object-fit: cover;
  border-radius: 15px 15px 0 0;
}

.draftproducts-single h4 {
  margin: 8px 10px 0px;
  float: left;
  font-size: 17px;
  line-height: 24px;
  color: #0a3161;
}

.draftproducts-single span {
  margin: 5px 10px 10px;
  float: left;
  font-size: 14px;
  color: #666;
  line-height: 17px;
  clear: both;
}

.deletedraft-btn {
  padding: 5px !important;
  min-width: 34px !important;
  line-height: 20px;
  position: absolute;
  left: 10px;
  top: 10px;
  background: #fff !important;
  border-color: #c4c4c4 !important;
  color: #777 !important;
}

.editdraft-btn {
  padding: 5px !important;
  min-width: 34px !important;
  line-height: 20px;
  position: absolute;
  right: 10px;
  top: 10px;
  background: #fff !important;
  border-color: #c4c4c4 !important;
  color: #777 !important;
}

.upload-section {
  /* width: 34%; */
  width: 100%;
  padding: 0;
}

.images-section {
  margin: 0 auto;
  width: 64%;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 10px;
  display: grid;
  counter-reset: num;
}

.hasimages {
  padding-top: 10px;
}

.hasimages>button {
  position: absolute;
  right: 15px;
  background: #b31942;
  cursor: pointer !important;
  border: 0px;
  padding: 7px 15px;
  border-radius: 6px;
  top: 0;
  color: #fff;
  font-size: 13px;
}

.image-wrapper {
  position: relative;
  width: 100%;
  /* Set the width to 200px */
  /* transition: transform 0.3s; */
  border-radius: 7px;
  /* height: 100px; */
  height: 145px;
  border: 1px solid #efefef;
  cursor: pointer;
  margin: 0;
  counter-increment: num;
}

.hasimages .image-wrapper {
  background: transparent url(../../../../../image/Loading.gif) center center no-repeat;
}

.image-wrapper:first-of-type::before {
  counter-set: num 0;
}

.hasimages .image-wrapper::before {
  content: counter(num);
  position: absolute;
  /* bottom: 5px; */
  top: 80px;
  right: 5px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.7);
  line-height: 18px;
  padding: 0px;
  border-radius: 50%;
  color: #0a3161;
  font-size: 12px;
  width: 18px;
  height: 18px;
  text-align: center;
}

.hasimages .image-wrapper:first-child::before {
  display: none;
}

.hasimages .image-wrapper:first-child::after {
  content: "MAIN IMAGE";
  position: absolute;
  /* bottom: 5px; */
  top: 80px;
  left: 0;
  line-height: 18px;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 0px;
  color: #0a3161;
  font-size: 12px;
  width: 100%;
  text-align: center;
}

.image-wrapper img {
  width: 100%;
  /* height: 100%; */
  height: 100px;
  object-fit: cover;
  border-radius: 7px;
  /* Add rounded corners to the image */
}

/* .image-wrapper:hover {
            transform: scale(1.05);
        } */
.delete-icon {
  position: absolute;
  top: -5px;
  right: -5px;
  font-size: 12px;
  cursor: pointer;
  /* background-color: rgba(255, 255, 255, 0.7); */
  background-color: #ff0000;
  line-height: 12px;
  padding: 4px 5px;
  border-radius: 50%;
}

.delete-icon .fa-trash {
  /* color: #0a3161; */
  color: #ffffff;
}

.error-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #939393;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  line-height: 19px;
}

.dropzone {
  border: 2px dashed #ccc;
  border-radius: 15px;
  /* Add rounded corners to Dropzone */
  /* padding: 75px 30px; */
  padding: 30px 30px;
  text-align: center;
}

.empty-placeholder {
  width: 100%;
  height: 100%;
  background: #efefef;
  border-radius: 6px;
  border: 1px solid #efefef;
}

#imageDropzone .icon {
  font-size: 22px;
}

#imageDropzone h2 {
  margin: 13px 0 20px;
  text-align: center;
}

#imageDropzone .dz-default.dz-message {
  display: none;
}

/*-----------------------------*/
/*-------------------*/
.list-white-blue {
  /* background-color: #ffffff !important; */
  background-color: #0041c2 !important;
  width: 100% !important;
  /* height: 35px; */
  height: auto;
  border: 2px solid #0000ff;
  border-radius: 10px;
  /* color: #0000ff; */
  color: #b31942;
  cursor: pointer;
  display: inline-block;
  font-family: rubik;
  font-size: 13px;
  font-weight: 500;
  outline: 0;
  /* padding: 16px 21px; */
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  margin-bottom: 5px;
  margin-right: 5px;
}

.list-white-blue:focus {
  color: #ffffff;
}

.list-white-blue:before {
  background-color: initial;
  background-image: linear-gradient(#fff 0, rgba(255, 255, 255, 0) 100%);
  border-radius: 125px;
  content: "";
  height: 50%;
  left: 2%;
  opacity: 0.5;
  position: absolute;
  top: 0;
  transition: all 0.3s;
  width: 96%;
}





.product-gutter {
  cursor: pointer
}

.checkout-cart .shopping-cart-total .btn-green {
  width: 70% !important;
  line-height: 1.42857143;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
}

.account-order .quantity-item .btn-green {
  line-height: 1.15
}

.list-white-blue:hover {
  box-shadow: rgba(255, 255, 255, 0.3) 0 3px 15px inset,
    rgba(0, 0, 0, 0.3) 0 3px 5px,
    rgba(0, 0, 0, 0.3) 0 10px 13px;
  /* box-shadow: 0 0 30px rgba(86, 86, 86, 25%); */
  /* transform: scale(1.05); */
  background-color: #b31942 !important;
  color: #ffffff !important;
  border: 2px solid #b31942;
}

.list-white-blue a:hover {
  color: #ffffff !important;
  text-decoration: none !important;
}

/*------------------------------*/

@media (min-width: 768px) {
  #cart .btn-checkout {
    padding: 16px 48px;
  }
}

/*-----------pages css----------*/
.page-container {
  margin: 2rem auto;
  padding: 0 1rem;
}

.page-section {
  background: white;
  padding: 2rem;
  border-radius: 13px;
  border: 2px solid #eeeeee;
  /* box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); */
  margin-bottom: 2rem;
  transition: 0.3s ease;
}

.page-heading {
  /* background-color: #b22222; */
  color: #b31942;
  width: 100%;
  padding: 5px 0px 5px 10px;
}

.page-section:hover {
  /* transform: translateY(-10px); */
  box-shadow: var(--default-shadow);
}

.page-section h2 {
  color: var(--blue-color) !important;
  margin-top: 0;
  margin-bottom: 10px !important;
  text-transform: none !important;
}

.page-section p {
  line-height: 1.6;
  font-size: 16px;
}

.dummy-img.bg-red {
  background-color: #b31942 !important;
}

.dummy-img.bg-blue {
  background-color: #0f488f !important;
}

.dummy-img {
  width: 96px;
  height: 96px;
  margin-right: 5px;
  background-color: #ccc;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: sans-serif;
  font-size: 14px;
  border: 1px solid #999;
  margin-bottom: 6px;
  border-radius: 8px;
  cursor: pointer;

}

.dummy-img>img.active {
  border: 1px solid #f00;
}

.dummy-img-container {
  display: flex;
  flex-wrap: wrap;
  /* width: 265px; */
  padding: 0px 15px;
  float: left;
}

.img-full-width {
  width: 100%;
}

#main_image {
  width: 100%;
  border: solid 2px #e8e8e8;
  border-radius: 8px;
  /* margin-bottom: 15px; */
}

#main_image:hover {
  box-shadow: 0 0 30px rgba(86, 86, 86, 25%);
}

#main_image_container .fa-angle-left {
  position: absolute;
  top: 290px;
  left: -44px;
  font-size: 30px;
  font-weight: 600;
  border: 1px solid #999;
  border-radius: 50%;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-align: center;
  cursor: pointer;
  background-color: #fff;
}

#main_image_container .fa-angle-right {
  position: absolute;
  top: 290px;
  right: -44px;
  font-size: 30px;
  font-weight: 600;
  border: 1px solid #999;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  background-color: #fff;
}

#carousel-container {
  /* border: 1px solid #ccc; */
  border: var(--parent-container-border);
  padding: 10px 0px 2px 0px;
  margin: 0px 0px 15px 0px;
  border-radius: 13px;
}

.col-md-44 {
  width: 25.333%;
}

/* 
/* Styles for mobile devices (less than 768px) */
/* @media only screen and (max-width: 767px) { */
@media only screen and (max-width: 992px) {
  /* .mobile-layout {
    display: flex;
  } */



  #carousel-container {
    display: flex;
    flex-wrap: wrap;
  }

  #main_image_container {
    order: 1;
  }

  .dummy-img-container {
    order: 2;
    width: 100%;
    margin-top: 20px;
  }


  .footer-contact-info {
    width: 100%;
  }

  .footer-contact-links {
    width: 100%;
  }

  .breadcrumb {
    display: none;
  }

  .tool-tip-text {
    left: 10px !important
  }

  /* .desktop-layout {
    display: none;
  } */

  .fa-angle-left {
    display: none;
  }

  .fa-angle-right {
    display: none;
  }

  .dummy-img {
    width: 14.97% !important;
    height: 48px;
  }
}


.btn-54 {
  padding: 12px;
  font-size: 18px;
}

.var_option_fropdown {
  width: 100%;
}


.select-product-detail+.select2-container .select2-results__option {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
  font-size: 16px;
  /* optional: to increase text size */
  font-family: 'rubik';
  /* optional: change font */
}

.select-product-detail+.select2-container--default .select2-selection--single {
  height: 46px !important;
  font-size: 16px;
  font-family: 'rubik';
  border-radius: 5px;
  border: 1px solid #ccc;
}

.select-product-detail+.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 46px !important;
}

.select-product-detail+.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 46px !important;
}

.select-product-detail+.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-width: 7px 6px 0 6px;
  margin-left: -11px;
  border-color: #000 transparent transparent transparent;
}

.select-product-detail+.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {

  border-color: transparent transparent #000 transparent;
  border-width: 0 6px 7px 6px;
}

.tool-tip {
  margin-bottom: 20px !important;
}

/* Styles for tablets and desktops (768px and up) */
/* @media only screen and (min-width: 768px) { */
@media only screen and (max-width: 993px) {
  /* .mobile-layout {
    display: none;
  }

  .desktop-layout {
    display: flex;
  } */

  .list-product-seller {
    display: unset !important;
  }

}

@media only screen and (max-width: 768px) {

  .hidemenu {
    display: none !important;
  }

  .w570 {
    width: unset !important;
    padding: 10px;
  }

  .expiredatemain .col-sm-2 {
    padding-right: none !important;
  }

  body.quickcheckout-checkout .checkoutheading {
    padding-left: 0px !important;
  }

}

body.checkout-cart #footer-area footer,
body.quickcheckout-checkout #footer-area footer {
  display: none !important;
}

@media screen and (max-width: 479px) {
  .hidemenu {
    display: none !important;
  }

  .heading-a a {
    font-size: 16px !important;
  }

  .owl-item img {
    height: 200px !important;
  }

  .slider-slideshow-description-texts span.slideshow-text-0 {
    font-size: 13px !important;
  }

  .slider-slideshow-description-texts span.slideshow-text-1,
  .slider-slideshow-description-texts span.slideshow-text-2 {
    font-size: 10px !important;
  }

  /* Your CSS rules for screens less than 480px wide */
  .content-mid {
    display: unset !important;
  }

  .content-mid .sub-content {
    display: unset !important;
  }

  .debit-card-content {
    font-size: 13px;
    margin-bottom: 10px;
    line-height: 16px;
  }

  .debit-card-content-row {
    font-size: 13px;
    line-height: 16px;

  }

  .slider-slideshow-description {
    text-align: center;
  }

  .position-center-center {

    top: 9% !important;
  }




  /* Add any other styles here */
}