html {
  height: 100%;
}

body {
  min-height: 100%;
  overflow-y: hidden;
}

html,
body {
  width: auto !important;
  overflow-x: hidden !important;
  flex-direction: column;
}

#root,
#root > div,
.site, .site-content {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  -ms-flex: 1 1 auto;
}

#root{
  min-height: 100vh;
}

div {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

div.dropdown-menu.open {
  max-height: 100px !important;
  overflow: hidden;
}

body.modal-open {
  overflow: hidden;
  //position: fixed;
  width: 100% !important;
  padding-right: 0;
}

body {
  font-weight: 400;
  color: #333;
  font-family: SF Pro Text, SF Pro Icons, AOS Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-style: normal;
  position: relative;
  /*min-width: 1000px;*/
  display: flex;
  flex-direction: column;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;

}

.site-footer {
  background-color: white;
  display: flex;
  align-items: flex-end;
  //flex: 1;
  bottom: 0;
  width: 100%;
  flex: 0 0 auto;
  -webkit-flex: 0;
  //padding-bottom: 100px;
}

.item-detail-container .modal-box {
  -webkit-user-select: none; /* Safari 3.1+ */
  -moz-user-select: none; /* Firefox 2+ */
  -ms-user-select: none; /* IE 10+ */
  user-select: none; /* Standard syntax */
  -webkit-touch-callout: none; /* Safari 3.1+ */
  -moz-touch-callout: none; /* Firefox 2+ */
  -ms-touch-callout: none; /* IE 10+ */
  touch-callout: none; /* Standard syntax */
  -webkit-tap-highlight-color: transparent; /* Safari 3.1+ */
  -moz-tap-highlight-colort: transparent; /* Firefox 2+ */
  -ms-tap-highlight-color: transparent; /* IE 10+ */
  tap-highlight-color: transparent; /* Standard syntax */
  -webkit-tap-highlight-color: transparent;
}

body.nav-open {
  overflow: hidden;
  position: fixed;
  width: 100% !important;
}

@media (min-width: 1200px) {
  .container {
    max-width: 994px;
  }
}

a,
a:hover {
  color: inherit;
}

.model-box-description {
  font-size: 10px;
}

.model-box-description p {
  margin-bottom: 0.125rem;
}

.bg-global {
  background-color: black;
  color: #f2f2f2;
}

.item-summary .container {
  background-color: black;
  color: #f2f2f2;
}

.site {
  min-height: 100%;
  //word-break: break-word;
}

.site-content {
  padding: 0;
  //overflow-x: hidden;
}

.site-category .navbar-brand {
  font-size: 1rem;
}

.site-header {
  color: white;
}

.site-category .nav-link:focus,
.site-category .nav-item:focus,
.site-category button:focus {
  outline: none;
  box-shadow: none;
}

.category-theme-black {
  background-color: black;
  color: white;
}

.span-language {
  border-left: 1px solid white;
  margin-left: 8px;
  margin-right: 8px;
}

.btn-header {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
  padding: 6px 8px;
}

.btn-language {
  opacity: 0.5;
  padding: 0;
}

.btn-language:first-child {
  padding-right: 5px;
}

.btn-language-active {
  opacity: 1;
}

.btn-header:focus {
  outline: none;
  box-shadow: none;
}

.sign-up-link {
  text-align: right;
}

/*.btn-header:hover {*/
/*transform: scale(1.2);*/
/*}*/

.btn-header-active {
  color: #fff;
  background-color: #006FCF;
  border-color: #006FCF;
  outline: none;
}

.site .btn.btn-outline-common {
  color: #006FCF!important;
  background-color: white!important;
  border-color: #006FCF!important;
  outline: none;
  font-size: 0.75rem;
  min-width: 100px;
  padding: 0.5rem 0.75rem;
  position: relative;
  cursor: pointer;
}

.btn-outline-common:hover {
  color: white!important;
}

.btn-common {
  color: #fff;
  background-color: #006FCF;
  border-color: #006FCF;
  outline: none;
  font-size: 0.75rem;
  min-width: 100px;
  padding: 0.5rem 0.75rem;
  position: relative;
  cursor: pointer;
}

.btn-common:hover {
  color: white;
}

.btn-header-active:hover {
  color: white;
}

.nav-item .btn-category {
  /*font-weight: 500;*/
  font-size: 1rem;
}

.btn-category {
  /*color: black;*/
  font-weight: 400;
  background-color: transparent;
  border-color: transparent;
  word-break: normal;
}

.btn-category:hover {
  /*transform: scale(1.2);*/
  opacity: 0.5;
}

.category-theme-black .btn-category {
  color: white;
}

.btn-category:focus {
  outline: none;
  box-shadow: none;
}

.btn-category-active:hover {
  transform: none;
}

.btn-category-active {
  color: black;
  font-weight: 400;
  opacity: 0.5;
  /*background-color: #e4e5e6;*/
  /*border-color: #e4e5e6;*/
  /*text-decoration: underline;*/
}

@media only screen and (min-width: 320px) and (max-width: 400px) {
  .site .container-list-item .btn-action-wrapper .btn-common {
    font-size: 8px;
  }
}

.category-theme-black .btn-category-active {
  /*color: #707070;*/
  opacity: 0.5;
  font-weight: 400;
  /*background-color: #006FCF;*/
  /*border-color: #006FCF;*/
}

.container-header {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  background-color: #000 !important;
}

.select-language,
.select-language:focus,
.select-language:focus {
  background: black;
  color: white;
  border: none;
  outline: none;
  box-shadow: none;
}

/*---------------------AD CONTAINER START-----------------------------------*/

.site-carousel-wrapper {
  overflow: hidden;
  padding-bottom: 20px;
}

.site-carousel-wrapper .container {
  //padding: 5px;
}

.site-carousel-wrapper .slick-list {
  z-index: 0;
}

.carousel-container {
  /*height: 400px;*/
  /*background-color: transparent;*/
  position: relative;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

.carousel-buttons {
  position: absolute;
}

.carousel-title {
  width: 100%;
  text-align: center;
  color: white;
  /*font-size: 28px;*/
  margin-bottom: 20px;
}

.carousel-btn {
  cursor: pointer;
  color: white;
  background-color: #006FCF;
  border-color: #006FCF;
  margin-left: 10px;
  padding: 10px 20px;
  font-size: 0.75rem;
}

.carousel-img {
  height: 350px !important;
}

/*---------------------AD CONTAINER END-----------------------------------*/

/*---------------------CONTENT CONTAINER START-----------------------------------*/
.hr-div-categories {
  border-top-color: #afafaf;
  margin-top: 0;
}

.category-theme-black .hr-div-categories {
  border-top-color: #7f7f7f;
}

.category-main > [class*='col-'] {
  padding-left: 2px;
  padding-right: 2px;
}

.root-category-border {
  border-bottom: 1px solid #adadad;
}

.category-main {
  margin-left: -5px;
  margin-right: -5px;
  margin-top: -15px;
}

.site-carousel-wrapper .slick-dots {
  bottom: -15px;
}

.carousel-padding {
  margin-bottom: 5px;
  //padding-left: 5px;
  //padding-right: 5px;
}

.site-carousel-wrapper .slick-dots li {
  margin: 0;
}

.category-wrapper {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  /*padding: 10px;*/
  background-color: #f6f6f6;
  border: 1px solid white;
  width: 100%;
  //height: 285px;
  margin-bottom: 4px;
  cursor: pointer;
}

.category-title {
  position: absolute;
  font-weight: 500;
  font-size: 1.25rem;
  color: #2e2e2e;
  padding-left: 1.25rem;
  padding-top: 0.75rem;
}

.category-image {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.catalogue-img {
  height: auto;
  max-height: 650px;
  max-width: 100%;
  width: 100%;
}

.logo-img {
  height: 2.75rem;
}

.logo-server-error-img {
  width: auto;
  height: 129px;
}

/*---------------------CONTENT CONTAINER END-----------------------------------*/

/*---------------------FOOTER CONTAINER START-----------------------------------*/
.footer-wrapper {
  /*color: #7f7f7f;*/
  padding: 10px 0;
  font-size: 0.875rem;
  color: #8b8b8b;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.footer-info-content {
  margin-right: 10px;
}

.site .toTopBtn {
  cursor: pointer;
  position: fixed;
  right: 15px;
  bottom: 20px;
  display: flex;
  flex-wrap: wrap-reverse;
  justify-content: center;
  border: 1px solid #3a454500;
  color: #3a454591;
  font-size: 8px;
  background-color: #0000000d;
  padding: 5px 6px;
}

.toTopBtn .fa-chevron-up {
  width: 100%;
  text-align: center;
  font-size: 22px;
  z-index: 99999999;
}

.footer-info {
  flex-grow: 1;
  font-size: 10px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.footer-info a:first-child {
  padding: 5px 0 0;
}

.footer-info a {
  cursor: pointer;
  padding: 0 5px;
}

.footer-title {
  flex-grow: 0;
}

.footer-logo {
  color: rgb(233, 106, 36);
  font-size: 12px;
}

/*---------------------FOOTER CONTAINER END-----------------------------------*/

/*---------------------ITEM SUMMARY CONTAINER START-----------------------------------*/
.div-space {
  height: 4px;
  background-color: white;
}

.listItem-container {
  position: relative;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  z-index: 1;
  /*padding: 15px;*/
}

.listItem-buttons-wrapper {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.listItem-buttons {
  /*position: absolute;*/
  z-index: 1;
  /*background-color: #00000059;*/
  /*padding: 30px;*/
  border-radius: 5px;
  //min-width: 500px;
}

.listItem-buttons {
  margin-bottom: 50px;
  margin-top: 50px;
}

.listItem-buttons-top .listItem-buttons-wrapper,
.listItem-buttons-bottom .listItem-buttons-wrapper {
  flex: 100%;
}

.listItem-buttons-top .catalogue-img {
  width: 100%;
}

.listItem-buttons-bottom .catalogue-img {
  width: 100%;
}

.listItem-buttons-left .listItem-buttons-wrapper,
.listItem-buttons-right .listItem-buttons-wrapper {
  flex: 0 0 45%;
  max-width: 45%;
}

.listItem-buttons-left .img-wrapper,
.listItem-buttons-right .img-wrapper {
  flex: 0 0 50%;
  max-width: max-content;
}

.listItem-buttons-left .img-wrapper {
  justify-content: flex-end;
}

.listItem-buttons-right .img-wrapper {
  justify-content: flex-start;
}

.listItem-buttons-bottom {
  flex-wrap: wrap-reverse;
}

.listItem-buttons-right {
  flex-direction: row-reverse;
}

.catalogue-logo {
  /*max-height: 55px;*/
}

.img-wrapper {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  flex: 100%;
  justify-content: center;
  align-items: center;
}

.img-wrapper-flex {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  flex: 100%;
  justify-content: center;
  align-items: center;
}

.card-catalogue {
  max-height: 500px;
  width: 100%;
  display: block;
}

.listItem-title {
  width: 100%;
  text-align: center;
  /*color: white;*/
  font-size: 1rem;
  /*margin-bottom: 20px;*/
  letter-spacing: -2px;
}

.listItem-title-name {
  font-size: 1.5625rem;
}

.listItem-btn {
  color: white !important;
  background-color: #006FCF;
  border-color: #006FCF;
  font-size: 0.75rem;
  padding: 10px 20px;
}

.listItem-img {
  height: 400px;
}

.listItem-carousel-buttons {
  //position: absolute;
  margin-right: 25px;
}

.carousel-logo {
  /*max-height: 52px;*/
  display: inline !important;
}

/*---------------------ITEM SUMMARY CONTAINER END-----------------------------------*/

/*---------------------ITEM DETAIL CONTAINER START-----------------------------------*/
.tab-header {
  display: flex;
  justify-content: center;
}

.tab-header .nav-link {
  color: black;
  padding: 0;
  margin: 0.5rem 1rem;
}

.tab-header .nav-link:hover,
.tab-header .nav-link.active {
  border-bottom: 1px solid black;
}

.card-model {
  background-clip: border-box;
  border: none;
  border-radius: 0;
  margin-bottom: 10px;
}

.sub-detail-expand {
  position: absolute;
  font-size: 0.9375rem;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  justify-content: center;
  align-items: center;
  right: 10px;
  top: 0;
  height: 100%;
}

.btn-sub-detail-model[aria-expanded='true'] .fa::before {
  content: '\F077';
}

.item-detail-container .btn-sub-detail-model[aria-expanded='true'] .fa::before {
  content: '\F078';
}

.collapse.show .fa-chevron-right::before {
  content: '\F077';
}

.card-header-model {
  border-bottom: none;
  padding: 0;
  position: relative;
}

.card-body-model {
  padding: 0.5rem 1.25rem 0;
}

.card-body-model * {
  font-size: 0.875rem !important;
  font-family: SF Pro Text, SF Pro Icons, AOS Icons, Helvetica Neue, Helvetica, Arial, sans-serif !important;
}

.card-body-model sup {
  position: relative;
  font-size: 75% !important;
  line-height: 0;
  vertical-align: baseline;
}

.sub-detail-title {
  font-weight: bold;
  padding: 30px 20px 30px 20px;
  font-size: 0.875rem;
  cursor: pointer;
}

.sub-detail-title .fa {
  margin-left: 5px;
  font-size: 0.8125rem;
}

#accordion {
  animation: nav-top-bottom 0.75s backwards;
}

.item-read-only .model-box,
.item-read-only .color-icon {
  /*border: 1px solid #e80101;*/
}

.btn-sub-detail-model,
.btn-sub-detail-model:hover,
.btn-sub-detail-model:focus {
  width: 100%;
  color: #2f2f2f;
  text-align: left;
  text-decoration: none;
  font-size: 0.8125rem;
  font-weight: 600;
}

.model-content {
  background-color: #f1f1f1;
}

.model-wrapper {
  padding-top: 20px;
}

.model-title {
  text-align: center;
  flex: auto;
  padding-bottom: 3.125rem;
  padding-top: 1.875rem;
}

.model-title-header {
  font-weight: 400;
  font-size: 3rem;
}

.model-sub-title {
  font-size: 1.25rem;
  font-weight: 400;
}

.model-attribute-title {
  padding-bottom: 0.625rem;
  font-size: 0.875rem;
}

.model-name {
  font-size: 1.875rem;
  font-weight: bold;
}

.model-box {
  text-align: center;
  outline: 1px solid #d6d6d6;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  flex-wrap: wrap;
  justify-content: center;
  cursor: pointer;
  align-items: center;
  font-size: 0.9375rem;
  margin-bottom: 10px;
  min-height: 80px;
  padding: 20px 5px;
  height: 100%;
}

.model-box-un-justify {
  justify-content: flex-start !important;
}

.model-box:hover {
  outline: 1px solid #888;
}

.model-box-content {
  font-size: 1rem;
  line-height: 1.3;
}

.model-box-ex-content {
  font-size: 0.625rem;
  margin-top: 3px;
}

.model-box-description {
  font-size: 10px;
  margin-top: 5px;
}

.model-box-unavailable {
  /*display: none;*/
  border-color: #d6d6d6 !important;
  /*color: #8d9096;*/
  opacity: 0.3;
  cursor: not-allowed;
}

.model-box-wrapper-unavailable {
  opacity: 0.3;
  cursor: not-allowed;
}

.item-detail-container .display-none {
  display: none;
}

.model-box-color-unavailable {
  border: none !important;
}

.model-box-color-unavailable-parent {
  display: none;
}

.model-box-color-unavailable .color-icon {
  border-color: #adb1b8 #a2a6ac #8d9096;
  //border-style: dotted;
  color: #8d9096;
  opacity: 0.3;
  cursor: not-allowed;
}

.model-box-color-unavailable div {
  opacity: 0.3;
}

.payment-box {
  margin-bottom: 0.625rem;
  margin-top: 0.625rem;
  padding: 30px 5px 5px;
  min-height: 100%;
  align-items: flex-start;
}

.payment-option-box {
  //font-size: 0.8125rem;
}

.color-box .model-box {
  border: none;
  cursor: default;
  padding: 0;
  outline: none;
}

.color-box .model-active {
  border: 2px solid #1592E6 !important;
  outline: none !important;
}

.color-box {
  padding-top: 0.625rem;
}

.color-icon {
  cursor: pointer;
  height: 40px;
  width: 40px;
  border-radius: 50px;
  background-color: gray;
  margin: 0 auto;
  //border: 1px solid lightgray;
  box-shadow: inset -1px 1px 7px -2px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: inset -1px 1px 7px -2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset -1px 1px 7px -2px rgba(0, 0, 0, 0.4);
  background-clip: padding-box;
}

.item-detail-container div[class*='col-'] {
  padding-right: 5px;
  padding-left: 5px;
}

.item-detail-container .row {
  margin-right: -5px;
  margin-left: -5px;
}

.model-active {
  outline: 2px solid #1592E6 !important;
  opacity: 1 !important;
}

.model-description {
  font-size: 1.5625rem;
}

.model-btn {
  margin: 15px 20px;
}

.model-detail {
  font-size: 1.5rem;
}

.model-image {
  min-height: 400px;
  background-position: 0% 50%;
  animation: opacity-animation 0.75s backwards;
}

.btn-more {
  text-align: center;
  margin-top: 20px;
  cursor: pointer;
}

.btn-checkout {
  margin-left: 20px;
}

.btn-disabled {
  background-color: #7EB6E6;
  border-color: #7EB6E6;
  cursor: not-allowed;
}

.btn-more:hover .fa-more {
  margin-left: 10px;
}

.fa-more {
  transition: all 0.25s ease-in-out;
  margin-left: 5px;
}

.btn-capacity {
  color: white;
  font-weight: 400;
  background-color: #006FCF;
  border-color: #006FCF;
  width: 120px;
}

.payment-image {
  top: 0;
  position: -webkit-sticky;
  position: sticky;
  height: 450px;
  background-position: 50% 50%;
}

.payment-title {
  font-weight: 600;
  font-size: 1.5rem;
  margin: 0;
}

.item-info-title {
  font-weight: 600;
  font-size: 0.875rem;
  margin: 0;
}

.payment-shipping {
  margin-left: 10px;
  font-size: 9px;
}

.payment-option {
  margin-left: 10px;
  width: auto;
  display: inline-block;
}

.payment-input {
  margin-bottom: 5px;
  margin-top: 10px;
}

.error-payment {
  font-size: 0.75rem;
  padding: 10px;
  line-height: 1.4rem;
}

.error-payment ul {
  margin-bottom: 0;
}

.error-payment-message {
  font-size: 0.75rem;
  color: #dc3545;
}

/*---------------------ITEM DETAIL CONTAINER END-----------------------------------*/

/*---------------------BILLING CONTAINER START-----------------------------------*/
.bill-wrapper {
  margin: 2rem auto;
  max-width: 800px;
  width: 100%;
  word-break: break-word;
  color: black;
}

.bill-title {
  font-size: 1.6875rem;
  font-weight: 500;
}

.bill-header-group {
  font-weight: 600;
  padding-bottom: 5px;
  font-size: 0.875rem;
}

.bill-header-group a {
  text-decoration: underline !important;
  color: red !important;
}

.btn-bill {
  margin-top: 30px;
  color: white;
  font-weight: 400;
  background-color: #006FCF;
  border-color: #006FCF;
  width: 120px;
}

.bill-wrapper input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 0.75rem;
}

.bill-wrapper input::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 0.75rem;
}

.bill-wrapper input:-ms-input-placeholder {
  /* IE 10+ */
  font-size: 0.75rem;
}

.bill-wrapper input:-moz-placeholder {
  /* Firefox 18- */
  font-size: 0.75rem;
}

/*---------------------BILLING CONTAINER END-----------------------------------*/

/*---------------------RECEIPT CONTAINER START-----------------------------------*/
.receipt-wrapper {
  margin: 0 auto;
  width: 100%;
  padding: 20px 20px 30px 20px;
  /*background-color: #efeeee;*/
}

.success-wrapper.receipt-wrapper {
  background-color: transparent;
  max-width: 800px;
}

.receipt-wrapper .fail-hr {
  margin-top: 0;
}

.btn-continue {
  width: auto;
  margin-top: 30px;
}

.btn-continue:hover {
  color: white;
}

.receipt-title {
  margin-top: 30px;
  font-size: 1.6875rem;
  color: black;
  font-weight: 600;
  margin-bottom: 10px;
}

.receipt-fail-title {
  text-align: center;
  font-size: 1.6875rem;
  margin-bottom: 30px;
}

.receipt-header-group {
  font-weight: 500;
  padding-bottom: 10px;
}

.receipt-image {
  height: 100px;
  background-position: 50% 50%;
}

.review-image {
  height: 100px;
  background-position: 100% 50%;
}

.review-info {
  margin-bottom: 10px;
  font-size: 14px;
  color: #717171;
}

.review-info a {
  cursor: pointer;
  color: #006FCF;
  text-decoration: underline;
}

.receipt-payment {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 30px;
  margin-top: 50px;
}

.receipt-sub-title {
  text-align: center;
  font-size: 18px;
  max-width: 500px;
  margin: 0 auto 25px;
}

.receipt-info {
  color: #8d8d8d;
  margin-bottom: 15px;
}

/*---------------------RECEIPT CONTAINER END-----------------------------------*/

/*---------------------ITEM CONTAINER START-----------------------------------*/

.item-image {
  height: 232px;
  padding: 0;
  cursor: pointer;
  flex: 100%;
}

.item-header {
  font-size: 1.5625rem;
}

.item-subHeader {
  font-size: 0.875rem;
  padding: 5px 0 5px 0;
  cursor: pointer;
  transition: padding-left 0.3s ease-out;
  color: #000000b8;
}

.site .btn-login:hover {
  color: white;
}

.all-subCategory-title {
  padding-left: 5px;
  color: black;
}

.item-subHeader.all-subCategory-title:hover {
  padding-left: 15px;
}

.item-subHeader:hover {
  /*transform: scale(1.1);*/
  padding-left: 15px;
  /*animation: small-slidein 0.75s backwards;*/
}

.item-subHeader.active {
  /*background-color: #efefef;*/
  font-weight: 600;
  color: black;
  padding-left: 0;
}

.item-title {
  font-weight: bold;
  line-height: 1.5em;
  height: 3em;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  font-size: 14px;
  cursor: pointer;
  white-space: pre-wrap;
}

.item-title a:hover {
  text-decoration: none;
  color: black;
}

.item-title a {
  color: black;
}

.search-status {
  font-size: 0.875rem;
  color: #292525;
  align-items: center;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  height: 100%;
  word-break: break-word;
}

.search-icon-light {
  color: black !important;
  position: absolute;
  top: 0;
  left: 10px;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  justify-content: center;
  align-items: center;
  padding: 0 !important;
}

.search-icon-light .fa-search {
  font-weight: lighter;
}

.item-price-wrapper {
  font-size: 0.75rem;
  /*padding-top: 10px;*/
}

.item-info-wrapper {
  padding: 30px 10px 10px 10px;
  /*max-width: 250px;*/
  margin: 0 auto;
  flex: 100%;
}

.item-wrapper {
  /*padding: 10px;*/
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  height: 100%;
  flex-wrap: wrap;
  animation: opacity-animation 0.75s backwards;
  padding: 15px 0;
}

.sub-item-summary-btn {
  text-align: right;
}

.sub-item-summary-membership {
  font-size: 9px;
  font-weight: normal;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
}

.member-notice {
  text-align: left;
  font-weight: bold;
  font-size: 16px;
}

.member-notice-img {
  text-align: left;
  margin-left: -3px;
  margin-top: 15px;
}

.item-wrapper-linear {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  border-bottom: 1px solid #dcd6d6;
  flex-wrap: wrap;
}

.item-action {
  flex: 100%;
  align-self: flex-end;
  padding: 0 10px;
}

/*.item-action div[class*='col-'] {*/
/*padding-left: 0;*/
/*padding-right: 0;*/
/*}*/

.paging-container {
  height: 100px;
  align-items: flex-end;
  font-size: 0.75rem;
}

.paging-container li {
  /*padding: 5px;*/
}

.paging-container li.current a {
  border: 1px solid #f2f2f4;
  background-color: #006FCF;
  color: #fff;
}

.paging-container li a {
  padding: 7px 12px;
  margin: 2px;
  border: 1px solid #f2f2f4;
  text-decoration: none;
  background-color: #fff;
  color: #000;
  font-weight: normal;
  cursor: pointer;
  outline: none;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                   supported by Chrome and Opera */
}

/*---------------------ITEM CONTAINER END-----------------------------------*/

/*---------------------NOT FOUND CONTAINER START-----------------------------------*/
.not-found-title {
  font-weight: 600;
  font-size: 45px;
  max-width: 700px !important;
  padding-top: 50px;
  text-align: center;
  //font-family: 'Arial', sans-serif;
}

.server-error-title {
  font-weight: 600;
  font-size: 46px;
  max-width: 700px !important;
  //padding-top: 50px;
  text-align: center;
  //font-family: 'Arial', sans-serif;
}

.arrow-carousel {
  z-index: 1;
  top: 0;
  /*background-color: #ffffffb8 !important;*/
  height: 100%;
  /* opacity: 0.3 !important; */
  /* top: calc(50% - 45px); */
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  /*width: 20px;*/
  position: absolute;
}

.carousel-padding .arrow-carousel {
  display: none;
}

.arrow-carousel .fa {
  width: 25px;
  height: 25px;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  align-items: center;
  justify-content: center;
  background-color: #eae7e7;
  border-radius: 25px;
  color: rgb(145, 145, 145);
}

.arrow-carousel .fa:hover {
  background-color: #dcdada;
  color: black;
}

.next-arrow-carousel {
  justify-content: center;
  right: -40px;
}

.carousel-padding .next-arrow-carousel {
  right: 0;
}

.prev-arrow-carousel {
  justify-content: flex-start;
  left: 0;
}

.site .site-category .nav-custom .nav-link.nav-login {
  padding: 0;
}

.site .site-category .nav-custom .nav-link.nav-login .btn-common {
  border-radius: 0;
}

.site .site-category .nav-item.nav-search {
  padding: 0 10px;
  margin-bottom: 10px;
}

.site.category-theme-black .site-category .nav-custom .nav-user-info {
  background-color: black;
  color: white;
  padding: 15px 0;
}

.site .site-category .nav-custom .nav-user-info .g-color-error {
  font-weight: bold;
}

.site .site-category .nav-custom .nav-user-info {
  background-color: #f6f6f6;
  padding: 15px 0;
}

.nav-user-info-link {
  padding: 8px 0 8px 50px;
  text-align: left;
  display: block;
}

.custom-category-wrapper {
  border-bottom: 1px solid #ededed;
}

.site .site-category .nav-item .btn-category.btn-custom-category {
  border: none;
}

.nav-user-info-expand:hover {
  text-decoration: none;
}

.nav-user-info-expand:after {
  content: '+';
  font-size: 20px;
}

.nav-user-info a:focus {
  text-decoration: none;
}

.nav-user-info-expand[aria-expanded='true']:after {
  content: '-';
  font-size: 20px;
}

.nav-user-info-link:hover {
  opacity: 0.65;
  text-decoration: none;
}

.page-common-wrapper {
  padding: 15px;
  background-color: #f2f2f2;
  min-height: 500px;
}

.g-offset-6 {
  margin-right: 50%;
}

.g-bg-black {
  background-color: black;
}

.tab-header .nav-disabled,
.tab-header .nav-disabled:hover {
  color: gray;
  border-bottom: none !important;
}

.payment-choose input {
  margin-right: 5px;
}

.engraving-detail-title {
  letter-spacing: -1px;
}

.btn:hover {
  color: inherit;
}

.g-color-white {
  color: white;
}

.g-font-size-19 {
  font-size: 1.19px;
}

.g-font-size-20 {
  font-size: 1.25rem;
}

.g-font-size-1-50 {
  font-size: 1.50rem;
}

.g-font-size-21 {
  font-size: 21px;
}

.g-font-size-27 {
  font-size: 1.6875rem;
}

.g-font-size-67 {
  font-size: 67px;
}

.g-font-size-80 {
  font-size: 80px;
}

.g-font-size-100 {
  font-size: 100px;
}

.g-font-size-88 {
  font-size: 88px;
}

.nav-animation {
  animation: nav-slidein 0.75s backwards;
}

@-webkit-keyframes nav-slidein {
  0% {
    opacity: 0;
  }
  1% {
    -webkit-transform: translateX(160px);
    transform: translateX(160px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes nav-slidein {
  0% {
    opacity: 0;
  }
  1% {
    -webkit-transform: translateX(160px);
    transform: translateX(160px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes small-slidein {
  0% {
    opacity: 1;
  }
  1% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes small-slidein {
  0% {
    opacity: 1;
  }
  1% {
    -webkit-transform: translateX(10px);
    transform: translateX(16010);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.header-animation {
  animation: opacity-animation 0.5s backwards;
}

@-webkit-keyframes opacity-animation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes opacity-animation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes hidden-animation {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes hidden-animation {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes nav-top-bottom {
  0% {
    opacity: 0;
  }
  1% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes nav-top-bottom {
  0% {
    opacity: 0;
  }
  1% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes animation-left-right {
  0% {
    opacity: 0;
  }
  1% {
    -webkit-transform: translateX(-150px);
    transform: translateX(-150px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes animation-left-right {
  0% {
    opacity: 0;
  }
  1% {
    -webkit-transform: translateX(-150px);
    transform: translateX(-150px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes item-payment-animation-right-left {
  0% {
    opacity: 0;
  }
  1% {
    -webkit-transform: translateX(150px);
    transform: translateX(150px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes item-payment-animation-right-left {
  0% {
    opacity: 0;
  }
  1% {
    -webkit-transform: translateX(150px);
    transform: translateX(150px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.page-content {
  background: #eaeded;
  margin: 0 auto;
  max-width: 1500px;
  /*min-width: 1000px;*/
  overflow: hidden;
}

.animation-delay,
.tab-pane,
.category-wrapper,
.carousel-container {
  animation: opacity-animation 0.8s backwards;
}

.hidden-animation {
  animation: hidden-animation 0.8s backwards;
}

.g-opacity-0 {
  opacity: 0;
}

.g-opacity-0-6 {
  opacity: 0.6;
}

.g-opacity-1 {
  opacity: 1;
}

.btn-opacity-animation {
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

.model-box-opacity-animation {
  -webkit-transition: opacity 0.75s ease-in-out;
  transition: opacity 0.75s ease-in-out;
}

.animation-top-bottom {
  animation: nav-top-bottom 0.75s backwards;
}

.animation-left-right {
  animation: animation-left-right 0.75s backwards;
}

.btn-animation-left-right {
  animation: animation-left-right 0.5s backwards;
}

.list-item-even {
  animation: animation-left-right 1s backwards;
}

.list-item-odd {
  animation: item-payment-animation-right-left 1s backwards;
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 51px;
  height: 51px;
  margin: 6px;
  border: 6px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fffae1 transparent transparent transparent;
}

.local-loader.lds-ring div {
  border-color: #8a8a8a transparent transparent transparent;
  width: 25px;
  height: 25px;
  border-width: 3px;
}

.btn-loader.lds-ring div {
  border-color: #ffff transparent transparent transparent;
  width: 20px;
  height: 20px;
  border-width: 3px;
}

.btn-loader.lds-ring {
  position: absolute;
  width: auto;
  height: auto;
  left: 0;
  top: 0;
}

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.loading-content {
  background-color: transparent;
  border: none;
  align-items: center;
  justify-content: center;
}

.modal.loading-modal {
  overflow: hidden;
}

.loader-backdrop {
  opacity: 0.2 !important;
}

.loading-modal,
.info-modal,
.marketing-modal {
  //display: flex !important;
  //align-items: center;
  //overflow: auto !important;
}

.marketing-modal .modal-dialog {
  align-items: flex-start;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  justify-content: center;
  max-width: none;
  width: 100%;
}

.marketing-content {
  position: relative;
  /*padding: 20px;*/
}

.marketing-close-btn {
  position: absolute;
  right: 8px;
  top: 0;
  font-size: 1.25rem;
  font-weight: bold;
  cursor: pointer;
}

.marketing-content-wrapper {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}

@media only screen and (min-width: 1200px) {
  .marketing-content {
    width: 1000px;
    margin-top: 100px;
  }
}

.loading-modal {
  overflow: hidden;
}

.loading-modal .modal-dialog,
.info-modal .modal-dialog {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  justify-content: center;
  align-items: center;
  /*margin-bottom: 200px;*/
  height: 100%;
  margin-top: 0;
}

.register-modal .modal-dialog {
  width: 600px;
  max-width: none;
  margin: 3rem auto;
  z-index: 999;
}

.guest-checkout-modal .modal-dialog {
  width: 1000px;
  max-width: none;
  margin-top: 100px;
  z-index: 999;
}

.login-modal .modal-dialog {
  width: 520px;
  max-width: none;
  margin-top: 100px;
  z-index: 999;
}

.forgot-modal .modal-dialog {
  width: 500px;
  max-width: none;
  margin-top: 100px;
}

.info-content {
  margin-top: 20px;
}

.info-modal-content {
  min-width: 400px;
}

.register-modal {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  justify-content: center;
  z-index: 9999;
}

.register-modal1 .info-modal-content {
  border-radius: 20px;
}

.info-modal button,
.register-modal button {
  background-color: #006FCF;
  color: white;
}

.div-btn-shop {
  padding-bottom: 20px;
  padding-top: 20px;
}

.shop-title {
  font-size: 1.5rem;
  font-weight: 600 !important;
}

.price-item-detail {
  /*font-weight: bold;*/
  font-size: 1.125rem;
  padding-top: 20px;
  padding-bottom: 20px;
}

.price-item-detail-top {
  font-size: 1.0625rem;
}

.g-color-red {
  color: #f00 !important;

}

.g-disabled {
  opacity: 0.65;
  cursor: not-allowed !important;
}

.item-info-panel,
.item-payment-panel,
.bill-wrapper,
.engraving-container {
  animation: item-payment-animation-right-left 0.75s backwards;
}

.item-payment-option {
  max-height: 1000px;
  opacity: 1;
  visibility: visible;
  transition: all 0.75s ease-in-out;
}

.item-payment-option-panel {
  /*animation: nav-top-bottom 1.5s backwards;*/
}

.hide-item-payment-option {
  opacity: 0;
  visibility: hidden;
  max-height: 0;
}

.product-wrap {
  padding-top: 60px;
  font-size: 1rem;
}

.product-info-title {
  font-size: 1.25rem;
  font-weight: bold;
}

.product-title {
  font-size: 23px;
  padding: 0;
}

.product-wrap hr {
  margin-top: 0;
}

.toTopBtn {
  padding-left: 10px;
  cursor: pointer;
  bottom: 10px;
}

.lazy-image {
  max-width: 100%;
  height: 100%;
}

.lazy-image-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.lazy-image-loading {
  opacity: 0;
}

.lazy-image-ready {
  opacity: 1;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}

.lazy-image-default {
  height: 80px;
}

.marketing-img {
  /*height: 300px;*/
  max-width: 100%;
  height: auto;
  max-height: 600px;
}

.marketing-logo {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 10px;
}

.marketing-btn {
  width: 408px;
  margin-bottom: 20px;
}

.marketing-info {
  margin-top: 10px;
  margin-bottom: 30px;
  width: 100%;
  text-align: center;
  font-size: 1.25rem;
}

@media only screen and (max-width: 575px) {
  .listItem-img {
    height: 250px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 991px) {
  .listItem-img {
    height: 350px;
  }

  .carousel-img {
    height: 300px !important;
  }
}

/*@media only screen and (min-width: 992px) and (max-width: 1440px) {*/
/*.listItem-img {*/
/*height: 500px;*/
/*}*/
/*}*/

.nav-custom-header {
  padding: 0.5rem 1rem;
  position: relative;
}

.nav-custom {
  padding-left: 0;
  padding-right: 0;
}

.site .nav-custom .nav-link {
  //padding-right: 1.5rem;
  //padding-left: 1.5rem;
}

.navbar-collapse {
  position: relative;
}

.category-theme-black .nav-custom {
  background-color: #000000d9;
}

.sub-category-nav {
  position: absolute;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  font-size: 0.625rem;
  /*top: 52px;*/
  width: 100%;
  min-width: 300px;
  justify-content: flex-start;
  max-width: 500px;
  padding: 10px 15px;
  background-color: #f5f5f5f5;
  text-align: left;
  margin-left: 0;
  animation: nav-top-bottom 0.6s backwards;
  border-bottom: 1px solid #cacaca;
  z-index: -1;
}

/*.sub-category-nav .nav-item {*/
/*animation: nav-top-bottom 0.8s backwards;*/
/*}*/

@media only screen and (max-width: 991px) {
  .sub-category-nav {
    /*animation: opacity-animation 0.5s backwards;*/
    animation: none;
    z-index: 2;
    left: 200px;
    /*width: 500px;*/
    top: 0;
    border: 1px solid #cacaca;
    border-left: none;
    height: 100%;
    flex-direction: column;
    padding-right: 0;
    padding-top: 25px;
  }

  .nav-custom {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    z-index: 2;
    /*border-bottom: 1px solid #cacaca;*/
    /*border: 1px solid #cacaca;*/
  }

  .nav-item-subCategory-mobile {
    border-bottom: 1px solid #d6d6d6;
  }

  .category-theme-black .sub-category-nav {
    height: 100%;
    flex-direction: column;
    background-color: transparent !important;
  }

  .category-theme-black .nav-item-active-category {
    position: static !important;
  }

  .navbar-brand {
    //margin-left: 0.75rem;
  }

  .category-theme-black .btn-category {
    //width: 200px;
    //text-align: left;
  }
  .img-item-catalogue {
    height: 5em;
  }
}

.navbar-brand {
  font-weight: 600;
  /*padding-bottom: 0;*/
}

.nav-item-active-category {
  /*background-color: #f5f5f5f5;*/
  position: static;
  /*opacity: 0.5;*/
}

.category-theme-black .nav-item-active-category {
  background-color: transparent;
  position: relative;
}

.category-theme-black .sub-category-nav {
  background-color: #000000d9;
  border: none;
  min-width: 350px;
}

.category-theme-black .sub-category-nav .btn-category {
  color: gainsboro;
}

.sub-category-nav .btn-category {
  font-size: 0.8125rem;
  font-weight: normal;
  padding: 5px 0;
  color: black;
  white-space: normal;
  text-align: left;
}

.sub-category-nav .nav-link {
  padding-top: 0;
  padding-bottom: 0;
}

.register-title {
  font-weight: bold;
  font-size: 1.25rem;
  margin-bottom: 20px;
}

.modal-content {
  border: none;
}

.register-tc {
  font-size: 0.75rem;
  margin-top: 5px;
}

.register-link {
  text-decoration: underline;
  color: #006FCF;
  cursor: pointer;
}

.register-link-without-cursor {
  text-decoration: underline;
  color: #006FCF;
}

.register-text-divider {
  z-index: 2;
  padding: 10px 0;
  position: relative;
  background-color: white;
}

.btn-action-wrapper .btn-common {
  min-width: auto;
}

.register-hr {
  left: 40px;
  top: 0;
  position: absolute;
  width: 2px;
  height: 100%;
  background-color: #ced4da;
  z-index: 1;
}

.register-birthday > [class*='col-'] {
  padding-left: 0;
  padding-right: 5px;
}

.search-wrapper-active {
  z-index: 3;
  width: 100%;
  position: fixed;
  /*background-color: white;*/
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  justify-content: center;
  margin-top: 10px;
  left: 0;
}

.search-wrapper-active .search-input {
  padding-right: 50px;
}

.search-wrapper-inactive {
  animation: opacity-animation 0.75s backwards;
}

.search-wrapper-inactive .fa-search {
  font-size: 1.125rem;
  font-weight: 300;
}

.search-icon {
  position: absolute;
  left: 0;
  padding: 0;
}

.search-clear-icon {
  position: absolute;
  right: 10px;
  padding: 0;
  z-index: 2;
  top: 0;
  height: 100%;
}

.search-clear-btn {
  height: 100%;
  background-color: transparent;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  align-items: center;
  justify-content: center;
}

.search-clear-btn div {
  background-color: #adadad;
  border-radius: 10px;
  width: 20px;
  line-height: 1.1;
  color: white;
  height: 20px;
  text-align: center;
}

.search-clear-btn div:hover {
  background-color: #666666;
}

.search-input {
  padding-left: 35px;
  z-index: 2;
  outline: none;
}

.search-input:focus {
  outline: none;
  box-shadow: none;
  border-color: #ced4da;
}

.input-with-status .form-control:focus {
  border-color: #006FCF;
  box-shadow: none;
}

.search-input-wrapper {
  position: relative;
  animation: opacity-animation 0.75s backwards;
}

.nav-cover {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  background-color: #9e9e9e;
  /*-ms-filter: opacity(.6);*/
  /*filter: alpha(opacity=60);*/
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  -o-opacity: 0.6;
  opacity: 0.6;
  -webkit-animation: fadein 0.5s; /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 0.5s; /* Firefox < 16 */
  -ms-animation: fadein 0.5s; /* Internet Explorer */
  -o-animation: fadein 0.5s; /* Opera < 12.1 */
  animation: fadein 0.5s;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.6;
  }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.6;
  }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.6;
  }
}

/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.6;
  }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.6;
  }
}

.style-view-icon {
  padding: 8px;
  border: 1px solid #b3b0b0;
  margin-left: 5px;
  cursor: pointer;
}

.style-view-icon.active {
  /*box-shadow: inset 1px 1px 1px 0 #b3b0b0;*/
  color: #c30000ed;
  border-color: #c300007d;
}

.search-info {
  margin-top: 15px;
}

.listing-view-item-wrapper {
  border-bottom: 1px solid #e8e8e8;
}

.listing-view-item-wrapper .item-price-wrapper {
  line-height: 2;
}

.catalogue-wrapper {
  margin-bottom: 10px;
  width: 85%;
}

/*.catalogue-wrapper .slick-slider {*/
/*display: flex;*/
/*justify-content: center;*/
/*align-items: center;*/
/*}*/

.catalogue-title-wrapper {
  cursor: pointer;
  font-size: 0.875rem;
  text-align: center;
  padding: 0.625rem 0;
  text-decoration: none !important;
}

.catalogue-title {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 25px 0 0;
}

.catalogue-title .catalogue-hr {
  border-bottom: 1px solid transparent;
  position: relative;
}

.catalogue-title .catalogue-hr.active,
.catalogue-title:hover .catalogue-hr {
  border-bottom: 1px solid #a2a2a2;
}

.quantity-wrapper {
  padding: 10px 15px;
  max-width: 200px;
}

.btn-quantity-action {
  cursor: pointer;
  border: 1px solid #ced4da;
  border-radius: 0;
  height: 30px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-quantity-input {
  font-size: 0.9375rem;
  cursor: text !important;
  padding: 0;
  height: 30px;
  width: 100%;
  border-radius: 0;
  border-top: 1px solid #ced4da;
  border-bottom: 1px solid #ced4da;
  display: flex;
  align-items: center;
  justify-content: center;
}

.input-with-status {
  //margin-bottom: 5px;
}

.change-password-wrapper {
  margin: 30px auto;
  width: 100%;
}

.input-with-status-wrapper {
  margin-bottom: 10px;
  margin-right: 0;
  margin-left: 0;
}

.register-content .input-with-status-wrapper label {
  margin-bottom: 2px;
}

.guest-checkout-content .input-with-status-wrapper label {
  margin-bottom: 2px;
}

.input-with-status-wrapper label {
}

.contact-us-input-wrapper {
  margin-bottom: 10px;
}

.contact-us-label {
  padding-right: 10px !important;
  color: black !important;
  text-align: right;
}

.contact-us-label span {
  color: black;
}

.input-with-status__error-msg {
  display: block;
  padding: 5px 0 0px;
  font-size: 0.75rem;
  color: #ff424f;
}

.input-with-status__maxLength-msg {
  display: block;
  padding: 2px 0 2px;
  font-size: 0.75rem;
  color: #686b6d;
}

.input-with-status__error-msg.active {
  animation: opacity-animation 0.5s backwards;
}

.is-invalid-input {
  border-color: #ff424f;
  background-color: rgba(255, 66, 79, 0.05);
}

.form-input-wrapper {
  overflow: auto;
  width: 100%;
  padding-bottom: 15px;
}

.register-content {
  width: 600px;
  font-size: 0.875rem;
  padding: 0 10px;
  /*height: 600px;*/
}

.guest-checkout-content {
  width: 1000px;
  font-size: 0.875rem;
  padding: 0 10px;
  /*height: 600px;*/
}

.forgot-password-content {
  //width: 450px;
  font-size: 0.875rem;
  /*height: 600px;*/
}

.btn.btn-header {
  cursor: pointer;
}

.register-close-btn {
  position: absolute;
  right: 15px;
  top: 10px;
  z-index: 9999;
  cursor: pointer;
}

.register-close-btn span {
  font-size: 2rem;
  font-weight: 100;
}

.form-error-wrapper {
  color: red;
  padding: 15px 0 0 0;
  font-size: 1rem;
  font-weight: normal;
  text-align: center;
}

.form-success-wrapper {
  color: #28a745;
  padding: 15px 0 15px 0;
  font-size: 1.125rem;
  font-weight: normal;
  text-align: center;
}

.all-category-title {
  font-size: 1rem;
}

.register-wrapper {
  /*overflow-y: auto;*/
  /*height: 400px;*/
  margin-bottom: 15px;
}

.custom-input {
  //display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
}

.custom-input > div {
  width: 100%;
}

.col-offset-6 {
  margin-right: 50%;
  margin-left: 0;
}

.g-border-none {
  border: none;
}

.g-border-radius-0 {
  border-radius: 0;
}

.g-padding-0 {
  padding: 0;
}

.g-padding-top-5 {
  padding-top: 5px;
}

.g-padding-top-10 {
  padding-top: 10px;
}

.g-padding-5 {
  padding: 5px;
}

.g-padding-10 {
  padding: 10px;
}

.g-padding-30 {
  padding: 30px;
}

.g-padding-right-8 {
  padding-right: 8px;
}

.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.contact-us-title {
  font-size: 1.75rem;
  font-weight: 700;
}

.contact-us-title-hr {
  margin-top: 0;
  margin-bottom: 0.5rem;
  width: 100%;
}

.contact-us-feedback-title {
  justify-content: flex-end;
  text-align: right;
  padding-right: 10px;
  height: 100%;
}

.btn-payment-wrapper {
  margin-top: 50px;
  justify-content: flex-end;
}

.btn-contact-us-wrapper {
  text-align: right;
}

.feedback-title {
  font-weight: 700;
  font-size: 1.125rem;
}

.faq-subHeader-title {
  cursor: pointer;
}

.faq-subHeader-title:hover {
  color: #0000006b;
}

.faq-subHeader {
  font-weight: 600;
  font-size: 14px;
  padding: 5px 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  /*transition: padding-left 0.3s ease-out;*/
  /*color: #828080;*/
}

.faq-subHeader.active .faq-subHeader-title {
  /*background-color: #efefef;*/
  font-weight: 600;
  color: #006FCF;
}

.faq-content-box {
  font-size: 1rem;
}

.faq-content {
  padding-left: 15px;
}

.faq-title-hr {
  margin-top: 0;
  margin-bottom: 30px;
}

.btn-submit {
  margin-top: 30px;
  color: white;
  font-weight: 400;
  background-color: #006FCF;
  border-color: #006FCF;
  margin-right: 2rem;
  /*width: 120px;*/
}

.feedback-wrapper .input-with-status__error-msg {
  position: absolute;
}

.col-md-6.catalogue-padding {
  padding-right: 5px;
  padding-left: 5px;
}

.catalogue-padding .listItem-container {
  padding: 0;
}

.col-md-6.catalogue-padding .listItem-buttons-right .img-wrapper {
  justify-content: flex-end;
}

.container-wrapper {
  /*margin-top: 40px;*/
}

.g-margin-top-0 {
  margin-top: 0;
}

.error-date-invalid {
  padding-left: 15px !important;
}

/*.slick-track {*/
/*display: flex;*/
/*justify-content: center;*/
/*}*/

.forgot-password-link {
  color: #717171;
  text-decoration: underline;
  font-size: 0.65rem;
  cursor: pointer;
}

.input-in-select {
  z-index: 2;
  position: absolute;
  top: 1px;
  left: 5px;
  width: calc(100% - 2rem);
  border: none;
  height: 2.25rem;
  outline: none;
  padding-right: 0;
}

.input-in-select:focus {
  outline: none;
}

.input-in-select:disabled {
  background-color: inherit;
}

.feed-back-counter {
  font-size: 0.875rem;
}

.btn-header-active .header-text-underline {
  border-bottom: none;
  padding-bottom: 0;
}

.header-text-underline {
  border-bottom: 1px solid white;
  padding-bottom: 1px;
}

.g-mb-10 {
  margin-bottom: 10px;
}

.icon-shipping {
  color: #006FCF;
  font-weight: bold;

}

.icon-shipping:after {
  content: '';
  color: #006FCF;
}

.shipping-info-title {
  font-size: 1rem;
  color: #717171;
  margin-bottom: 8px;
}

.icon {
  font-size: 1.0625rem;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.021em;
  font-family: SF Pro Text, SF Pro Icons, AOS Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
  text-decoration: none;
}

.icon:after {
  font-family: SF Pro Icons, AOS Icons;
  color: inherit;
  display: inline-block;
  font-style: normal;
  font-weight: inherit;
  font-size: inherit;
  line-height: 1;
  position: relative;
  z-index: 1;
  text-decoration: none;
}

.price-amount {
  font-size: 1.125rem;
  font-weight: bold;
}

.selected-product-details {
  font-size: 0.9375rem;
}

.price-amount-li {
  margin-left: 20px;
}

.price-amount-hr {
  margin-top: 5px;
  margin-bottom: 10px;
}

.g-text-decoration-underline {
  text-decoration: underline;
}

.warranty-wrapper {
  margin-top: 20px;
}

.hr-confirmation hr {
  border-color: #adadad;
}

.addition-info {
  color: #707070;
}

.vat-info {
  font-size: 0.75rem;
}

.customer-ipp {
  font-size: 0.625rem;
}

.review-title {
  font-size: 1.5625rem;
  font-weight: bold;
}

.footer-title {
  text-align: right;
  font-size: 10px;
}

.home-category {
  max-height: 100%;
  width: 100%;
  align-self: center;
}

.category-theme-black .navbar-toggler {
  color: white;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  outline: none;
}

.container-sub-category {
  padding-bottom: 1px;
}

.custom-phone-field,
.register-birthday,
.custom-phone-code,
.form-control,
.custom-input {
  font-size: 16px!important;
}

.site .form-control {
  height: 38px;
}

.site textarea.form-control {
  height: auto;
}

.g-padding-bottom-0 {
  padding-bottom: 0;
}

.g-padding-bottom-10 {
  padding-bottom: 10px;
}

.g-margin-top-5 {
  margin-top: 5px;
}

.g-margin-top-10 {
  margin-top: 10px;
}

.g-margin-top-20 {
  margin-top: 20px;
}

.g-margin-top-30 {
  margin-top: 30px;
}

.g-margin-top-40 {
  margin-top: 40px;
}

.g-margin-top-50 {
  margin-top: 50px;
}

.g-margin-top-60 {
  margin-top: 60px;
}

.g-margin-top-100 {
  margin-top: 100px;
}

.g-margin-bottom-0 {
  margin-bottom: 0;
}

.g-margin-bottom-5 {
  margin-bottom: 5px;
}

.g-margin-bottom-10 {
  margin-bottom: 10px;
}

.g-margin-bottom-15 {
  margin-bottom: 15px;
}

.g-margin-bottom-20 {
  margin-bottom: 20px;
}

.g-margin-bottom-30 {
  margin-bottom: 30px;
}

.g-margin-bottom-40 {
  margin-bottom: 40px;
}

.g-margin-bottom-50 {
  margin-bottom: 50px;
}

.g-margin-left-7 {
  margin-left: 7px;
}

.g-margin-left-10 {
  margin-left: 10px;
}

.g-margin-left-15 {
  margin-left: 10px;
}

.g-margin-left-20 {
  margin-left: 20px;
}

.g-margin-left-0 {
  margin-left: 0px;
}

.g-margin-left-5 {
  margin-left: 5px;
}

.g-margin-left-3 {
  margin-left: 3px;
}

.g-margin-right-0 {
  margin-right: 0px;
}

.g-margin-right-5 {
  margin-right: 5px;
}

.g-margin-right-10 {
  margin-right: 10px;
}

.g-margin-right-15 {
  margin-right: 15px;
}

.g-margin-right-20 {
  margin-right: 20px;
}

.g-margin-right-25 {
  margin-right: 25px;
}

.g-color-dark {
  color: #2c2c2c;
}

.g-color-secondary {
  color: #6c757d;
}

.g-font-size-11 {
  font-size: 11px;
}

.g-font-size-12 {
  font-size: 0.75rem;
}

.g-font-size-13 {
  font-size: 13px;
}

.g-font-size-14 {
  font-size: 0.875rem;
}

.g-font-size-15 {
  font-size: 0.9375rem;
}

.g-font-size-16 {
  font-size: 1rem;
}

.g-font-size-18 {
  font-size: 1.125rem;
}

.g-font-size-22 {
  font-size: 1.25rem;
}

.g-font-size-24 {
  font-size: 1.3rem;
}

.g-font-size-26 {
  font-size: 1.5rem;
}

.g-padding-left-0 {
  padding-left: 0px;
}

.g-padding-left-7 {
  padding-left: 7px;
}

.g-padding-left-10 {
  padding-left: 15px;
}

.g-padding-left-15 {
  padding-left: 15px;
}

.g-padding-left-30 {
  padding-left: 30px;
}

.g-padding-left-30-im {
  padding-left: 30px !important;
}

.g-padding-right-0 {
  padding-right: 0;
}

.g-padding-right-10 {
  padding-right: 10px;
}

.g-padding-right-20 {
  padding-right: 20px;
}

.g-no-wrap {
  white-space: nowrap;
}

.g-color-primary {
  color: #006FCF;
}

.g-color-light-gray {
  color: #717171;
}

.g-color-light-gray2 {
  color: #8b8b8b;
}

.g-color-light-gray3 {
  color: #2c2c2c;
}

.g-color-light-gray4 {
  color: #818181;
}

.g-color-light-gray5 {
  color: #9F9F9F;
}

.g-color-pointer {
  cursor: pointer;
}

.g-color-error {
  color: #006FCF;
}

.g-color-gray {
  color: #282828;
}

.g-font-weight-600 {
  font-weight: 600;
}

.modal-dialog {
  height: 91%;
}

.g-height-100-per {
  height: 100%;
}

.hyperlink-red-color {
  color: #1592E6;
  font-size: 16px;
}

.modal-dialog {
  height: 80% !important;
}

.modal-open {
  padding-right: 0px !important;
}

.color-green {
  color: green;
}

.text-justify-left {
  justify-content: left !important;
}

.cart-process-pc {
  display: block;
}

.cart-process-mobile {
  display: none;
}

.cart-item .view-price-on-mobile {
  display: none;
}

.cart-item .view-price-on-pc {
  display: block;
}

.cart-item .show-only-on-mobile {
  display: none;
}

.alert-expire-time-area-on-mobile {
  display: none;
}

.alert-expire-time-area {
  display: block;
}

.margin-right-5 {
  margin-right: 0.5rem;
}

.min-height-65 {
  min-height: 65px;
}

.min-height-50 {
  min-height: 50px;
}

.g-width-3rem {
  width: 3rem;
}

.site .g-width-260-important {
  width: 220px;
  top: -17px;
  height: 80px;
}

.color-link-contact-us {
  color: #006FCF;
}

.color-link-how-it-work {
  margin-left: 5px;
  color: #006FCF;
  font-weight: 400;
  border-bottom: 1px solid #006FCF;
}

.color-link-how-it-work:hover {
  text-decoration: #006FCF;
  color: #006FCF;
  font-weight: 400;
}

.refund-coupons-header-wrapper {
  align-items: center;
  background-color: #f6f6f6;
  padding: 10px;
  color: #5C5C5C
}

.refund-color-un-active {
  color: #717171;
}

.g-color-active {
  color: #24A324
}

.g-display-flex {
  display: flex;
}

.g-cursor-pointer {
  cursor: pointer;
}

.g-font-weight-bold {
  font-weight: bold;
}

.site .g-text-left {
  text-align: left;
  justify-content: flex-start !important;
}

.site .g-margin-bottom-60 {
  margin-bottom: 60px;
}

.g-white-space-nowrap {
  white-space: nowrap;
}

.promotion-code-label-item {
  color: white !important;
  background-color: #006FCF;
  border-color: #006FCF;
  font-size: 0.75rem;
  padding: 3px 8px;
  min-width: 100px;
  position: absolute;
  top: 10px;
  left: 10px;
}

.promotion-code-label-item:hover .payment-tooltip-content {
  display: block;
  top: 25px;
  left: 0;
}

.promotion-code-label-item .promotion-label {
  max-width: 120px;
  text-overflow: ellipsis;

  /* Required for text-overflow to do anything */
  white-space: nowrap;
  overflow: hidden;
  word-break: break-all;
  cursor: pointer;
}

.g-word-break {
  word-break: break-word;
}

.g-float-right {
  float: right;
}

.g-width-100-per {
  width: 100%;
}

.g-height-40 {
  height: 40px;
}

.g-height-35 {
  height: 45px;
}

.g-height-60 {
  height: 60px;
}

.g-width-100vh {
  height: 100vh;
}

.g-footer-text-justify {
  text-align: justify;
  text-justify: inter-word;
}

.apple-nav-item-category {
  font-size: 1rem;
  padding-bottom: 0.625rem;
  padding-top: 0.625rem;
  font-weight: 600;
}

.apple-navbar-brand {
  display: inline-block;
  padding-bottom: .3125rem;
  margin-right: 1rem;
  font-weight: bold;
  line-height: inherit;
  white-space: nowrap;
}

.nav-align-items-top {
  align-items: unset!important;
}

.input-quantity-control {
  border-left: 0px solid;
  border-right: 0px solid;
  text-align: center;
}
/*-------------------------------------------------*/
.engraving-color-example:last-child{
  margin-top: 8px;
}

.g-align-center {
  display: flex;
  align-items: center;
}

.g-width-30 {
  width: 30px;
  height: 30px;
}

.btn-top-header {
  color: white;
  font-size: 14px;
  display: inline-block;
  padding: 7px;
  padding-left: 0px;
}

.top-header-wrapper {
  background-color: black;
  font-size: 14px;
}

.header-wrapper div {
  height: 100%;
}

.sub-header-wrapper div,
.sub-header-wrapper a {
  display: flex;
  align-items: center;
  height: 100%;
}

.btn-login {
  min-width: 120px;
  text-align: center;
  justify-content: center;
  height: 100%;
  font-size: 1rem;
}

.site .btn-login:hover {
  color: white;
}

.container-header {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  background-color: #000 !important;
}

.header-wrapper {
  height: 70px;
  align-items: center;
  color: black;
  background-color: white;
  box-shadow: 0 3px 6px #00000026;
}

.header-wrapper .btn {
  font-size: 0.75rem;
}

.btn-logout {
  height: auto;
  padding: 5px 10px;
  border-radius: 5px;
  border: 1px solid #006FCF;
  color: #006FCF;
}

.header-wrapper .local-loader {
  width: 30px;
  height: auto;
  margin-bottom: 12px;
}

.header-wrapper .local-loader.lds-ring div {
  border-top-color: #d4d4d4;
}

.balance-loading {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  background-color: #5f5d5d08;
  justify-content: center;
  align-items: center;
}

.nav-user-info .balance-loading{
  background-color: transparent;
}

.header-wrapper .balance-loading .local-loader.lds-ring div {
  border-top-color: #8a8a8a;
}

.session-header{
  background-color: #006FCF;
  color: white;
  font-size: 14px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-open .modal {
  overflow-x: hidden!important;
}

.header-wrapper .dropdown {
  cursor: pointer;
}

.container-header .dropdown-menu.show {
  padding: 0 !important;
  height: 168px;
  width: 210px;
  border-bottom: none;
  top: 5px!important;
  border-radius: 4px!important;
  right: 0px!important;
  float: none!important;
  /*left: unset!important;*/
  left: auto!important;
  margin-top: 5px;
  margin-right: 0px!important;
}
.container-header .show-change-password .dropdown-menu.show{
  height: 233px;
}

.container-header .dropdown-menu.show
.container-header .dropdown .dropdown-toggle {
  font-size: 12px;
  color: #2C2C2C;
  cursor: pointer;
}

.container-header .dropdown-menu span {
  color: #0A0909!important;
  font-size: 15px!important;
}

.container-header .dropdown-menu {
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, .2);
}

.container-header .dropdown-menu.show:focus {
  border: none;
}

.container-header .btn-secondary {
  font-size: 0.75rem!important;
  font-weight: 600!important;
  boder: none!important;
  color: #0A0909!important;
  background-color: white!important;
  border-color: white!important;
  padding: 10px 1px;
}

.container-header .dropdown-item:focus {
  border-color: #C3C3C33D;
  background-color: #C3C3C33D;
  color: #212529;
}

.profile-menu {
  position: absolute;
  background-color: white;
  color: black;
  z-index: 3;
  right: 0;
  top: 50px;
  font-weight: normal;
  width: 100%;
  border: 1px solid #bcbcbc;
  min-width: 180px;
  display: none;
}

.profile-menu {
  display: block;
}

.container-header .dropdown {
  cursor: pointer;
}

.container-header .dropdown-menu.show .menu-item {
  display: block;
  padding: 8px 0px 8px 10px;
  cursor: pointer;
  height: 33px;
  color: #707070;
  font-size: 12px;
}

.container-header .dropdown-menu.show .menu-item.border-bottom {
  border-bottom: 1px solid #bcbcbc;
}

.container-header .dropdown-menu.show .background-color-item {
  padding: 0px 5px 0px 5px!important
}

.container-header .dropdown-menu.show .background-color-item:hover {
  background-color: rgba(0, 0, 0, 0.04);
}

.container-header .dropdown .dropdown-toggle:after {
  content: unset!important;
}

.container-header .tooltips-popup {
  position: absolute;
  height: 112px;
  width: 211px;
  border-radius: 10px;
  border: 1px solid #D0D0D0;
  background-color: #FFFFFF;
  color: #65676D;
  left: 0px;
  top: 80px;
  display: block;
  padding: 8px 12px;
  box-shadow: 0 6px 6px #00000026;
  z-index: 1001;
}

.container-header .tooltips-popup .content {
  height: 75px;
  display: unset;
}

.container-header .tooltips-popup .item {
  font-size: 12px;
  color: #65676D;
  margin-bottom: unset;
  height: 20px;
}

.container-header .tooltips-popup .item-bottom {
  border-bottom: 1px solid #D2D7DA;
}

.item {
  font-size: 12px;
  color: #65676D;
  text-align: left;
}

.container-header .tooltips-popup .circle:before {
  content: ' \25CF';
  font-size: 6px;
  margin-right: 5px;
  margin-left: 10px;
}

.container-header .tooltips-popup .title {
  color: #65676D;
  font-size: 14px;
  font-weight: bold;
  height: 15px;
}
.header-logo{
  height: 97%;
}
.header-link a:hover{
  text-decoration: none;
}
.item-header-sp{
  padding-left: 30px ;
  padding-right: 0px ;
}
.site .dropdown-toggle::after {
  border: none;
}

/*Site provider*/
.container-provider {
  /*height: 23.6px;*/
  background-color: #F6F6F6;
  color: #8B8B8B;
  font-size: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  -moz-box-shadow:    inset 0px 4px 4px 0px rgba(0, 0, 0, .2);;
  -webkit-box-shadow: inset 0px 4px 4px 0px rgba(0, 0, 0, .2);;
  box-shadow:         inset 0px 4px 4px 0px rgba(0, 0, 0, .2);;
}

.container-provider .container-provider-content{
  text-align: right;
}

@media only screen and (max-width: 768px) {
  .site .container-provider .container-provider-content {
    text-align: center;
  }
}
@media only screen and (max-width: 400px) {
  .site .container-provider .container-provider-content {
    font-size: 9px;
  }
}

/*Footer style*/
.footer-content-style {
  font-size: 9px;
  color: #8B8B8B
}

.footer-wrapper {
  border-bottom: 1px solid rgba(0,0,0,.1);
  margin-bottom: 20px;
}

/*Site content*/
.site-content .container-wrapper {
  background: url('../images/map.png') no-repeat;
  background-size: 100% auto;
  min-height: 65vh;
}

.country-title {
  font-size: 1.75rem;
}

#set-location .btn.btn-outline-secondary:hover {
  color: #fff;
  background-color: #4073a2;
  border-color: #4e6d79;
  opacity: 0.6;
}

#set-location .btn.btn-outline-secondary {
  width: 100%;
  cursor: pointer;
}

#set-location .btn.btn-outline-secondary {
  line-height: 2;
}

#set-location .dropdown-menu.show {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1.25rem;
  text-align: left;
  list-style: none;
  background-clip: padding-box;
  border: 1px solid #333;
  border-radius: 0.25rem;
  background-color: unset;
}

.in-active {
  cursor: pointer;
  font-size: 1.25rem;
  line-height: 2;
  color: white;
  background-color: #4073a2;
  border-color: #4e6d79;
  width: 100%;
  opacity: 0.6;
}

.on-active  {
  cursor: pointer;
  font-size: 1.25rem;
  line-height: 2;
  color: white;
  background-color: #007bff;
  border-color: #007bff;
  width: 100%;
  opacity: 1;
}

.on-active:hover, .in-active:hover {
  color: white;
}

#set-location .dropdown-menu .dropdown-item {
  padding: 0.5rem;
}

.hide-preload {
  display: none!important;
}

.display-processing-modal {
  display: block;
  background-color: #C3C3C3;
  opacity: 0.4;
}

.item-checked {
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 0.5rem;
}

.g-color-black {
  color: black;
}

.g-color-black:hover {
  color: white!important;
}
