@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&family=Proza+Libre:wght@400;500;600;700;800&display=swap");

/* fontss */
.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.proza-libre-regular {
  font-family: "Proza Libre", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.proza-libre-medium {
  font-family: "Proza Libre", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.proza-libre-semibold {
  font-family: "Proza Libre", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.proza-libre-bold {
  font-family: "Proza Libre", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.proza-libre-extrabold {
  font-family: "Proza Libre", sans-serif;
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "Prism";
  src: url("fonts/Prism-Regular.eot");
  src: url("fonts/Prism-Regular.eot?#iefix") format("embedded-opentype"),
    url("fonts/Prism-Regular.woff2") format("woff2"),
    url("fonts/Prism-Regular.woff") format("woff"),
    url("fonts/Prism-Regular.ttf") format("truetype"),
    url("fonts/Prism-Regular.svg#Prism-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/***** BASIC *****/
html body {
  position: relative;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 13px;
  color: #767676;
  background: #fff;
  line-height: 1.6;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

body.overflow {
  overflow: hidden;
}

::placeholder {
  color: #999;
}

.container {
  width: 100%;
  max-width: 1250px !important;
  padding: 0px 15px;
}

/*a {*/
/*  color: #444645;*/
/*  cursor: pointer;*/
/*}*/

/*a:hover {*/
/*  color: #4654c1;*/
/*  text-decoration: none;*/
/*}*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #0a0a08;
  line-height: 1.6;
}

ul,
ol {
  margin: 0px;
  padding: 0px;
  padding-left: 20px;
}

ul li,
ol li {
  margin-bottom: 5px;
  padding-left: 10px;
}

p + ol,
p + ul {
  margin-top: -7px;
}

ol + p,
ul + p {
  margin-top: 20px;
}

p:last-child {
  margin-bottom: 0px;
}

.content {
  display: inline-block;
  width: 100%;
  padding: 30px 0px;
}

/***** END BASIC *****/

/***** INPUT *****/
:focus {
  /*outline: 0;*/
}

input,
textarea {
  font-size: 15px;
  border: 0px solid #ddd;
  border-radius: 5px;
  padding: 7px 15px;
  width: 100%;
  background: #f7f8fa;
}

input:focus,
textarea:focus,
.select2-container--open
  .select2-selection--single
  .select2-selection__rendered {
  /*border: 0px;*/
  /*outline: 0;*/
}

button:focus,
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  /*border: 0px;*/
  /*outline: 0;*/
  /*box-shadow: none;*/
}

textarea {
  min-height: 100px;
}
y .input-row {
  position: relative;
}

.input-row label.input {
  position: absolute;
  font-size: 14px;
  width: 100%;
  top: 3px;
  left: 0px;
  color: #666;
  padding: 0px 16px;
  transition: all 0.2s ease-out;
  pointer-events: none;
  opacity: 0;
  font-weight: 400;
  z-index: 9;
  max-height: 20px;
  overflow: hidden;
}

.input-row label.input.active {
  transform: none;
  opacity: 1;
}

.input-row input,
.input-row
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  padding: 12px 15px 13px 15px;
}

.input-row label.input.active + input,
.input-row label.input.active + span input {
  padding-top: 22px;
  padding-bottom: 3px;
}

.input-row label.input.active + textarea {
  padding-top: 25px;
}

.input-row
  label.input.active
  ~ .select2-container--default
  .select2-selection--single
  .select2-selection__rendered,
.input-row
  label.input.active
  + span
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  padding-top: 23px;
  padding-bottom: 3.5px;
  border: 0px;
}

.radio-box {
  background: #f7f8fa;
  padding: 2px 15px 3px 15px;
  border-radius: 5px;
}

.radio-box > label:first-child {
  width: 100%;
  margin: 0px;
  color: #666;
  font-size: 14px;
}

.radio-box [type="radio"] + label:before {
  top: 2.5px;
}

.radio-box [type="radio"] + label:after {
  top: 6.5px;
}

.radio-box [type="radio"] + label {
  margin-bottom: 0px;
  color: #000;
  font-size: 15px;
}

.radio-box [type="radio"] + label:last-child {
  margin-left: 30px;
}

/***** END INPUT *****/

/***** BUTTON *****/
.button,
button {
  /*position: relative;*/
  /*display: inline-block;*/
  /*background: #fff;*/
  /*border: 2px solid #4654c1;*/
  /*border-radius: 20px;*/
  /*padding: 7px 20px;*/
  /*color: #444645;*/
  /*transition: 0.3s ease;*/
  /*text-align: center;*/
  /*font-weight: bold;*/
}

.button:hover,
button:hover {
  /*border-color: #000;*/
}

.button:focus,
button:focus,
.btn-secondary:focus,
.btn-out-of-stock:focus {
  /*box-shadow: none;*/
}

.btn-secondary,
a.btn-secondary {
  background: #4654c1;
  color: #fff !important;
  border: 0px;
}

.btn-secondary:hover {
  background-color: initial;
  box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.2);
}

.btn-outline,
a.btn-outline:not([href]):not([tabindex]) {
  border: 1px solid #000;
  background: transparent;
  color: #000 !important;
  padding: 6px 20px;
}

a.button.btn-outline {
  color: #000 !important;
}

.btn-outline:hover,
a.btn-outline:not([href]):not([tabindex]):hover {
  background: #000;
  color: #fff !important;
}

a.button.btn-outline:hover {
  color: #fff !important;
}

.btn-outline:focus {
  border: 1px solid #000;
}

.btn-disabled {
  cursor: default;
  background: #999;
}

.btn-disabled:hover,
.btn-disabled:active {
  background-color: #999 !important;
  box-shadow: unset;
}

/***** END BUTTON *****/

/*** CUSTOM CHECKBOX / RADIO ***/
[type="checkbox"],
[type="radio"] {
  /*width: auto;*/
  /*position: absolute;*/
  /*left: -9999px;*/
}

[type="checkbox"] + label,
[type="radio"] + label {
  /*position: relative;*/
  /*display: inline-block;*/
  /*padding-left: 30px;*/
  /*cursor: pointer;*/
  /*font-weight: normal;*/
}

[type="checkbox"] + label:before,
[type="radio"] + label:before {
  /*content: "";*/
  /*position: absolute;*/
  /*left: 0;*/
  /*top: 4px;*/
  /*width: 18px;*/
  /*height: 18px;*/
  /*border: 1px solid #d3d3d3;*/
  /*border-radius: 2px;*/
  /*background: #fff;*/
}

[type="radio"] + label:before {
  /*border-radius: 100%;*/
}

[type="checkbox"] + label:after,
[type="radio"] + label:after {
  /*position: absolute;*/
  /*top: 8px;*/
  /*left: 4px;*/
  /*width: 9px;*/
  /*height: 9px;*/
  /*content: "";*/
  /*background: #333;*/
  /*-webkit-transition: all 0.2s ease;*/
  /*transition: all 0.2s ease;*/
}

[type="checkbox"] + label:after {
  /*top: 6.5px;*/
  /*left: 6px;*/
  /*width: 6px;*/
  /*height: 10px;*/
  /*background: #333;*/
  /*border-bottom: 3px solid #fff;*/
  /*border-right: 3px solid #fff;*/
  /*-o-transform: rotate(45deg);*/
  /*-ms-transform: rotate(45deg);*/
  /*-webkit-transform: rotate(45deg);*/
  /*transform: rotate(45deg);*/
}

[type="radio"] + label:after {
  /*border-radius: 100%;*/
  /*width: 10px;*/
  /*height: 10px;*/
  /*background: #fff;*/
}

[type="checkbox"]:not(:checked) + label:after,
[type="radio"]:not(:checked) + label:after {
  /*opacity: 0;*/
}

[type="checkbox"]:checked + label:before,
[type="radio"]:checked + label:before {
  /*border-color: #333;*/
  /*background: #333;*/
}

[type="checkbox"]:disabled + label::before,
[type="radio"]:disabled + label::before {
  /*border-color: #ddd;*/
  /*background: #f1f1f1;*/
}

[type="checkbox"]:disabled + label::after {
  /*border-color: #666;*/
}

[type="radio"]:disabled + label::after {
  /*background: #666;*/
}

/*** END CUSTOM CHECKBOX / RADIO ***/

/*** CUSTOM FILE UPLOAD ***/
.file_box {
  display: table;
  width: 100%;
  border: 1px solid #ddd;
  background: #fff;
}

.file_box:hover {
  cursor: pointer;
}

.file_text {
  display: table-cell;
  vertical-align: middle;
  font-size: 12px;
  color: #4f6b72;
  padding: 0px 10px;
}

.file_btn {
  display: table-cell;
  vertical-align: middle;
  width: 100px;
  text-align: right;
  border-radius: 0px;
}

.file_btn input[type="button"] {
  margin-top: 0px;
  border: 0px;
  border-radius: 0px;
  max-width: 100px;
  background: transparent;
  color: #fff;
  font-weight: 500;
  padding: 0px;
}

.file_hidden {
  height: 0px;
  width: 0px;
  overflow: hidden;
}

/*** END CUSTOM FILE UPLOAD ***/

/*** TOGGLE ***/
.accor-box > .toggle-arrow.enable {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.faq-toggle {
  color: #767676;
}
.toggle-arrow.enable:after {
  position: absolute;
  display: inline-block;
  content: url(/assets/images/icon-caret-down.svg);
}

.accor-box > .toggle-arrow.enable.active {
  background: #fff;
  color: #767676;
}

.toggle-arrow.enable.active:after {
  transform: translateX(150%) translateY(-55%) rotate(180deg);
  bottom: 15%;
}

.sidebar .toggle-arrow.enable:after {
  opacity: 0;
}

.toggle-arrow.enable + .toggle-result {
  display: none;
}

.toggle-arrow.enable.active + .toggle-result {
  display: block;
}

/*** END TOGGLE ***/

/***** HEADER *****/
/* topbar */
.topbar {
  background: #000;
  color: #fff;
  padding: 7px 0px;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 1.3;
  margin-bottom: 150px;
  font-weight: 600;
}

.topbar a {
  color: #fff;
}

.topbar ul.top-menu {
  list-style: none;
  margin: 0px;
  padding: 0px;
  text-align: right;
}

.topbar ul.top-menu li {
  display: inline-block;
  margin: 0px;
  padding: 0px;
}

.topbar ul.top-menu li:not(:last-child) a:after {
  content: "|";
  margin: 0px 10px 0px 15px;
}

/* END topbar */

header {
  position: absolute;
  top: 0px;
  z-index: 999;
  width: 100%;
  padding: 10px 0px 5px 0px;
}

.logo {
  display: inline-block;
}

.logo img {
  max-width: 110px;
  background: white;
  height: 95px;
  padding: 0px 8px;
  border-bottom-right-radius: 19px;
}
/* new header update 20-6-2025 */
    .header-homez-text-container{
    padding-left: 0px;
    background: white;
    margin-left: 21px;
    max-height: 100px;
    border-radius: 0 0 19px 19px;
    display: flex;
    align-items: center;
    position: relative;
}
    .header-homez-text-container::before {
        content: "";
        position: absolute;
        background-color: none;
        bottom: 45px;
        right: -25px;
        height: 50px;
        width: 25px;
        border-top-left-radius: 17px;
        box-shadow: -6px -5px 0 5px white;
    }
    .header-homez-text{
    display: flex;
    align-items: center;
    padding: 10px 30px 0px 30px;
    }
    .header-homez-h1{
        line-height: 0.9;
    font-size: 1.8rem;
    color: #4a5deb;
    }
    .header-transparent-overlay{
            background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    max-height: 100px;
    justify-content: end;
    flex: 1;
    margin-right: 12px;
    /* border: 2px solid blue; */
    /* background: white; */
    /* opacity: 0.5; */
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 0 20px 0 20px;
    }
    
    .header-tabs{
        
    display: flex;
    flex: 1;
    justify-content: space-around;
    color: white;

    }
    #header-tabs-links{
        padding-left: 110px;
            flex: 1;
    justify-content: space-around;
    }
    #header-tabs-links li{
        width: auto;
    }
    
    .member-menu #header-tabs-links li a{
        text-decoration: none;
        position: relative;
        display: inline-block;
        color: white !important;
        width: 100%;
        font-size: 13px;
        padding: 2px 0px;
        border-radius: 10px;
        background: none;
    }

/* search box */
.search-box {
  position: relative;
  margin: 0 auto;
}

#search-bar::placeholder {
    color: #ffffff;
    opacity: 0.8;
}

#SearchForm {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1), 6px 6px 6px rgba(0, 0, 1, 0.1);
}

#SearchForm input {
  background: #4b5feb;
  color: #fff;
  padding: 15px 40px 15px 25px;
  border: 0px;
  border-radius: 30px;
}

#SearchForm input::placeholder {
  color: #fff;
}

#SearchForm input:hover,
#SearchForm input:focus {
  border: 0px;
}

#SearchForm button {
  border: 0px;
  background: none;
  height: 100%;
  padding: 0px;
  color: #fff;
  position: absolute;
  top: 0px;
  right: 20px;
  font-size: 16px;
}

#SearchForm button img {
  width: 20px;
}

.col-lg-6.d-none.d-lg-block.search-box #SearchForm {
  width: 507px;
  height: 48px;
  margin: auto;
}

.SearchResult {
  position: absolute;
  display: none;
  top: 107px;
  left: 0px;
  width: 100%;
  max-height: 350px;
  overflow-y: auto;
  border: 1px solid #ddd;
  margin-top: -3px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background: #fff;
  z-index: 99;
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1), 6px 6px 6px rgba(0, 0, 1, 0.1);
}

.SearchResultBox {
  padding: 10px 0px;
}

.SearchResultBox > a {
  display: inline-block;
  width: 100%;
  color: #000;
  padding: 3px 20px;
  font-size: 15px;
}

.SearchResultBox > a:hover,
.SearchResultBox > a.active {
  background: #eee;
}

.SearchResultBox > a > span {
  font-size: 14px;
  color: #777;
}

.SearchResultBox hr {
  margin: 10px 0px;
}

.SearchResultBox hr:last-child {
  display: none;
}

.SearchResultBox h5 {
  padding: 3px 20px;
  margin: 0px;
  font-size: 17px;
  color: #000;
}

/* END search box */

/* member menu */
.member-menu > ul {
  margin: 10px !important;
  gap: 7px;
}

.member-menu ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.member-menu ul li {
  position: relative;
  padding-left: 0px;
  margin-bottom: 0px;
  width: 30px;
  text-align: center;
}

.member-menu ul li a {
  position: relative;
  display: inline-block;
  width: 100%;
  color: #4a5deb !important;
  font-size: 16px;
  padding: 2px 0px;
  background: #fff;
  border-radius: 10px;
}

.member-menu ul li a:hover {
  background: #4654c1;
  color: #fff !important;
}

.member-menu ul li a img {
  max-width: 18px;
  color: black;
  width: 18px;
  margin-bottom: 3px;
}

.member-menu-cart-no {
  position: absolute;
  top: 2px;
  left: 70%;
  font-size: 11px;
  color: #fff;
  height: 16px;
  min-width: 16px;
  text-align: center;
  background: #f4891f;
  border-radius: 10px;
  line-height: 1.5;
  font-weight: 500;
  padding: 0px 4px;
}

.member-menu-cart-empty {
  background: transparent;
  color: transparent;
}

.member-menu-dropdown {
  position: absolute;
  display: none;
  padding-top: 10px;
  right: 0px;
  width: 300px;
  z-index: 99;
}

.member-menu-dropdown.active {
  display: block;
}

.member-menu-dropdown > ul {
  position: relative;
  background: #fff;
  border: 1px solid #ddd;
  display: inline-block;
  width: 100%;
  z-index: 9;
  text-align: left;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
}

.member-menu-dropdown > ul:before {
  position: absolute;
  display: inline-block;
  content: "";
  border: 6px solid transparent;
  border-color: transparent transparent #fff #fff;
  box-shadow: -1.5px 1.5px 0 0 #ddd;
  transform: rotate(135deg);
  z-index: 999;
  top: -5px;
  right: 9px;
  flex-wrap: wrap;
  background: #fff;
}

.member-menu-dropdown ul li {
  width: 100%;
  line-height: 1.4;
  font-size: 15px;
  color: #000;
  padding: 7px 15px;
}

.member-menu-dropdown ul li:first-child {
  display: flex;
  border-bottom: 1px solid #ddd;
  padding: 7px 15px;
}

.member-initial {
  margin-right: 13px;
}

.member-initial span {
  background: #eee;
  width: 40px;
  height: 40px;
  display: flex;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  margin-top: 1px;
}

.member-menu ul li a.member-initial-icon {
  color: #000 !important;
  font-size: 16px;
  margin-left: 15px;
}

.member-menu ul li a.member-initial-icon .member-initial {
  margin-right: 0px;
}

.member-menu ul li a.member-initial-icon .member-initial span {
  width: 27px;
  height: 27px;
  font-size: 13px;
  margin-right: 13px;
}

.member-menu ul li a.member-initial-icon .member-initial span:after {
  position: absolute;
  content: "\f0d7";
  font-family: "FontAwesome";
  right: 0px;
}

.member-menu-dropdown ul li:first-child > div:last-child span {
  display: inline-block;
  width: 100%;
  padding-bottom: 2px;
  color: #999;
}

.member-menu-dropdown ul li:hover {
  background: #fafafa;
}

.member-menu-dropdown ul li a {
  display: inline-block;
  width: 100%;
  font-size: 15px;
  color: #000 !important;
  margin: 0px;
}

/* END member menu */

/* category */
#mobile-category-menu {
  display: none;
}

.category-menu {
  position: relative;
  padding-top: 20px;
}

.category-menu .category-menu-icon {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  margin-bottom: 3px;
}

.category-menu ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.category-menu ul li {
  display: inline-block;
  vertical-align: top;
  padding-left: 0px;
}

.category-menu > ul > li {
  position: relative;
  margin-right: 30px;
  margin-bottom: 0px;
  cursor: pointer;
}

.category-menu > ul > li > a {
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #313131;
  padding: 0px 0px 7px 0px;
  font-weight: bold;
}

.category-menu > ul > li:first-child > a {
  padding-left: 0px;
}

.category-menu > ul > li.active > a,
.category-menu > ul > li:hover > a {
  color: #4654c1;
}

.category-menu > ul > li.active .sub-category-menu {
  display: flex;
}

.sub-category-menu {
  position: absolute;
  display: none;
  flex-wrap: wrap;
  background: #ccc;
  left: 0;
  width: 250px;
  z-index: 99;
  cursor: default;
}

.sub-category-menu > ul {
  position: relative;
  background: #eee;
  padding-bottom: 7px;
  padding-top: 7px;
  flex-grow: 1;
}

.sub-category-menu > ul > li {
  margin-bottom: 0px;
  width: 100%;
  padding: 0px;
  cursor: pointer;
}

.sub-category-menu > ul > li > a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  text-transform: capitalize;
  font-size: 15px;
  color: #000;
  padding: 7px 20px;
  line-height: 1.3;
}

.sub-category-menu > ul > li > a:hover {
  color: #4654c1;
}

/* END category */
/***** END HEADER *****/

/***** LOGIN *****/
.login-box {
  border: 1px solid #ccc;
  padding: 15px 30px 30px 30px;
}

.login-box h3 {
  margin-bottom: 15px;
  text-align: center;
}

.login-password > a {
  display: inline-block;
  width: 100%;
  font-size: 15px;
  text-align: right;
}

.login-box hr {
  margin-top: 20px;
  margin-bottom: 10px;
  border: 0.5px solid #ddd;
}

.login-box button.BtnSubmit {
  width: 100%;
  text-transform: uppercase;
}

.login-social {
  display: flex;
}

.login-social > a {
  display: inline-block;
  width: 100%;
  border: 0px;
  color: #fff;
  text-align: center;
  padding: 7px;
  margin-top: 10px;
}

.login-social > a:hover {
  color: #fff;
  opacity: 0.9;
}

.login-social > a > i {
  margin-right: 5px;
}

.login-social > a.facebook {
  margin-right: 5px;
  background: #3a5795;
}

.login-social > a.google {
  margin-left: 5px;
  background: #df4931;
}

.login-bottom-box {
  display: inline-block;
  width: 100%;
  background: #eee;
  padding: 20px 30px;
  border: 1px solid #ccc;
  border-top: 0px;
  text-align: center;
}

.login-bottom-box .btn-outline {
  text-transform: uppercase;
  font-size: 14px;
  margin-left: 10px;
  color: #000 !important;
  border-radius: 0px;
}

.login-bottom-box .btn-outline:hover {
  background: #000;
  color: #fff !important;
}

.login-signup-text {
  margin: 10px 0px;
}

.btn-small {
  font-size: 14px;
  padding: 5px 10px;
}

/***** END LOGIN *****/

/***** HOMEPAGE *****/
/* sliders */

.featured-box {
  height: 580px;
}

.sliders-header {
  height: 500px;
}

.sliders-main {
  margin-bottom: 50px;
  padding: 10px 0px;
}

.sliders-main > .container {
  padding: 0px;
  max-width: unset;
}

.sliders-main button.flickity-prev-next-button {
  display: none;
}

.sliders .flickity-slider > div,
.sliders-single > div {
  position: relative;
  width: 100%;
  padding-top: 35%;
}

.sliders-image {
  position: absolute;
  top: 0px;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-size: cover;
  border-radius: 15px;
}

.sliders-text-box {
  position: absolute;
  top: 25px;
  left: 60px;
  display: inline-block;
  width: 40%;
  padding: 10px 20px 20px 20px;
  text-align: right;
}

.sliders-text-box.topcenter {
  left: 50%;
  transform: translateX(-50%);
}

.sliders-text-box.topright {
  left: unset;
  right: 60px;
}

.sliders-text-box.middleleft {
  top: 50%;
  transform: translateY(-50%);
}

.sliders-text-box.middlecenter {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.sliders-text-box.middleright {
  top: 50%;
  left: unset;
  right: 60px;
  transform: translateY(-50%);
}

.sliders-text-box.bottomleft {
  top: unset;
  bottom: 35px;
}

.sliders-text-box.bottomcenter {
  top: unset;
  bottom: 35px;
  left: 50%;
  transform: translateX(-50%);
}

.sliders-text-box.bottomright {
  top: unset;
  bottom: 35px;
  left: unset;
  right: 60px;
}

.sliders-text-box h2 {
  font-family: "Proza Libre", sans-serif;
  font-weight: bold;
  line-height: 1.1;
  font-size: 40px;
  margin-bottom: 5px;
}

.sliders-desc {
  font-size: 18px;
}

.sliders-text-box .button {
  margin-top: 25px;
  font-size: 14px;
  font-weight: 600;
  border: 0px;
}

.flickity-prev-next-button {
  padding: 0px;
  width: 30px;
  height: 30px;
  background: transparent;
  color: #c6c6c6;
}

.flickity-prev-next-button:hover {
  background: #000;
  color: #fff;
}

.flickity-prev-next-button:before {
  content: "\f053";
  font-family: "FontAwesome";
  margin-left: -2px;
  font-size: 20px;
}

.flickity-prev-next-button.next:before {
  content: "\f054";
  margin-left: 4px;
}

.flickity-prev-next-button .flickity-button-icon {
  display: none;
}

.flickity-prev-next-button.previous {
  left: 20px;
}

.flickity-prev-next-button.next {
  right: 15px;
}

.flickity-page-dots {
  bottom: -25px;
  text-align: right;
  right: 10px;
}

.flickity-page-dots .dot {
     background: #4654c1;
    width: 0px;
    height: 6px;
    opacity: 0.25;
    margin: 0px 5px;
    padding-left: 6px;
}

.flickity-page-dots .dot:hover,
.flickity-page-dots .dot.is-selected,
.flickity-page-dots .dot:active {
  background-color: #4654c1;
  border-color: #4654c1;
}

/* END sliders */

/* sliders icon */
.home-icon {
  padding: 30px 13px;
  color: #fff;
}

.home-icon .flickity-slider > div {
  padding-top: 0px;
}

.home-icon .sliders {
  margin-left: -15px;
  margin-right: -15px;
}

.home-icon .sliders .home-icon-box {
  display: flex;
  align-items: center;
  width: calc(100% / 4);
  padding: 0px 10px;
}

.home-icon .home-icon-box img {
  max-width: 27%;
  width: auto;
  margin-right: 15px;
}

.home-icon .flickity-button:disabled,
.home-icon ol.flickity-page-dots {
  display: none !important;
}

.home-icon .flickity-prev-next-button.previous {
  left: 10px;
}

.home-icon .flickity-prev-next-button.next {
  right: 10px;
}

/* END sliders icon */

.main-content-box {
  background: #4654c1;
  margin-top: 0px;
}

/* Career Page */
.career-bg {
  background-image: url("https://property.designmalaysia.com/uploads/file/image/career/career-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-top: -60px;
  height: 435px;
}

/* FAQ Page */

.card-faq {
  position: relative;
  background-color: #ffffff;
  color: #4a5fc1;
  border-radius: 20px;
  padding: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.card-faq::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to right, rgba(0,0,0,0.8), transparent);
    pointer-events: none;
}
/* About Us Page */

.fi-top-mob-about-us {
  padding: 0;
  display: flex;
  width: 100%;
}

.fi-top-mob-about-us > div:nth-of-type(odd) {
  width: 70%;
  background-color: #fff;
}

.fi-top-mob-about-us > div:nth-of-type(odd) > div {
  background-color: #4554c1;
  height: 60px;
  border-radius: 0 20px 0 0;
}

.fi-top-mob-about-us > div:nth-of-type(even) {
  width: 30%;
  background-color: #4554c1;
}

.mobile-custom-text-style {
    visibility: hidden;
}
.fi-top-mob-about-us > div:nth-of-type(even) > div {
  background-color: #fff;
  height: 60px;
  border-radius: 0 0 0 20px;
}

.fi-top-mob-bottom {
  padding: 0;
  display: flex;
  width: 100%;
  transform: scaleY(-1);
}

.fi-top-mob-bottom > div:nth-of-type(odd) {
  width: 70%;
  background-color: #fff;
}

.fi-top-mob-bottom > div:nth-of-type(odd) > div {
  background-color: #4554c1;
  height: 60px;
  border-radius: 0 20px 0 0;
}

.fi-top-mob-bottom > div:nth-of-type(even) {
  width: 30%;
  background-color: #4554c1;
}

.fi-top-mob-bottom > div:nth-of-type(even) > div {
  background-color: #fff;
  height: 60px;
  border-radius: 0 0 0 20px;
}

.fix-problem-chat {
  background-color: white;
  color: #4654c1;
  padding: 10px;
  border-radius: 10px;
  max-width: 80%;
  margin-bottom: 15px;
  text-align: right;
  margin-left: 15px;
}

.container-chat-self {
  display: flex;
  justify-content: flex-end;
  margin-right: 15px;
}

.sb13:before {
  /*chat bubble*/
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 15px solid white;
  border-right: 15px solid transparent;
  border-top: 15px solid transparent;
  border-bottom: 15px solid white;
  right: 17px;
  top: 278px;
}

.sb14:before {
  /*chat bubble*/
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 15px solid transparent;
  border-right: 15px solid white;
  border-top: 15px solid white;
  border-bottom: 15px solid transparent;
  left: 163px;
  top: 106.7px;
}

.content-wrapper {
  margin-top: 60px;
  display: flex;
}

.team-images {
  display: flex;
  flex: 1;
}

.team-image {
  width: 60px;
  height: 60px !important;
  border-radius: 50%;
  margin-right: 15px;
}

.description-about-us {
  text-align: right;
  margin-top: 20px; /* Adjust margin if needed */
}

/*.header-abt-us{*/
/*    background: linear-gradient(to bottom, white 0%, white 50%, #4554c1 50%, #4554c1 100%);*/
/*    position: relative;*/
/*    display: flex;*/
/*    padding: 15px 20px;*/
/*    border-radius: 20px;*/
/*    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1), 6px 6px 6px rgba(0, 0, 1, 0.1);*/
/*    margin-top: 20px;*/
/*}   */

.text-we {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  padding: 15px;
  border: 5px solid #4654c1;
  margin-right: 15px;
  color: #4654c1;
}

.team-img {
  border-radius: 50%;
  height: 50px;
  width: 50px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.text-what-form-us {
  color: white;
  text-align: right;
  padding-top: 100px;
}

.text-what-form-us-p {
  color: white;
  text-align: right;
  padding-bottom: 50px;
}

.desktop-only-text {
  display: inline;
}

.container-about-us-bg {
  position: relative;
  width: 100%; /* Make the container take up full width */
  height: 440px; /* Set the height as per your design */
  overflow: hidden; /* Hide the overflow */
}

.about-us-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); /* Center the image */
  width: auto;
  min-width: 100%; /* Ensure image fills the container horizontally */
  height: 440px; /* Set the height as per your design */
  background-image: url("https://property.designmalaysia.com/uploads/file/image/about-us/background-2.png");
  background-size: cover; /* Make sure the image covers the entire container */
  background-position: center; /* Keeps the image centered */
  background-repeat: no-repeat; /* Prevent image repeating */
}

.custom-text-style {
  color: white; /* Equivalent to .text-white */
  text-align: right; /* Equivalent to .text-right */
  margin-top: 24.5rem; /* Equivalent to .mb-4 (24px) */
  padding-bottom: 50px; /* Custom padding-bottom */
  align-items: center;
  display: flex;
}

.content-section {
  display: flex;
  align-items: flex-start;
  padding-top: 100px;
  padding-bottom: 100px;
}

.left-column {
  flex: 1;
  padding-right: 20px;
}

.left-column-contact-us {
  flex: 1;
  padding-right: 20px;
}

.right-column {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}

.stat-box {
  background-color: #5c7db5;
  color: white;
  padding: 20px;
  border-radius: 20px;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
}

.stat-box-large {
  width: 100%;
}

.stat-row {
  display: flex;
  width: 100%;
}

.stat-row .stat-box {
  flex: 1; /* Make both boxes in the row take equal width */
}

.stat-box + .stat-box {
  margin-left: 10px;
}

.small-box {
  max-width: 100px;
}

.bg-blue {
  background-color: #4654c1;
}

.bg-light-blue {
  background-color: #1f285a;
}

.stat-image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.stat-title {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 1em;
  color: #ffffff;
}

.stat-value {
  font-size: 2em;
  font-weight: bold;
  color: #ffffff;
}

.stat-box .stat-value {
  font-size: 2em;
  font-weight: bold;
}

.text-end {
  /* padding-top: 100px; */
  color: white;
}

.header-what-form-us {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  font-size: 14px;
}

.left,
.right {
  font-weight: bold;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.5);
}

.line {
  display: flex;
  flex-grow: 1;
  align-items: center;
  margin: 0 10px;
}

#line-line,
#right-line {
  flex-grow: 1;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  margin: 0 10px;
}

.content-what-form-us {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  /*padding: 20px;*/
}

.fa-whatsapp {
  font-size: large;
}

.fa-whatsapp:before {
  font-size: large;
}

.card-container {
  display: flex;
  flex-wrap: nowrap; /* Cards stay in a single row by default */
  justify-content: space-between; /* Space between the cards */
  gap: 12px; /* Adds space between cards */
}

.card {
  background-color: #ffffff;
  color: #4a5fc1;
  border-radius: 20px;
  padding: 30px;
  flex: 1 1 calc(60% - 20px);
  display: flex;
  position: relative;
  transition: flex 0.5s, background-color 0.5s;
}

.card-what-form-us {
  flex-direction: row;
}

.placeholder {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  display: flex;
  position: relative;
  padding: 20px;
  flex: 1 1 calc(25% - 20px);
  transition: flex 0.5s, background-color 0.5s;
}

.content-fix-problem {
  display: flex;
  flex-wrap: nowrap; /* Keep everything on one row */
  padding-top: 50px;
  padding-bottom: 100px;
  width: 100%;
}

.card-fix-problem {
  display: flex;
  flex: 1;
  flex-basis: 100%; /* Make each card take up 100% width of the container */
  max-width: 600px;
  height: 600px;
  background-color: #4654c1;
  border-radius: 20px;
  border: 2px solid grey; /* Fixed missing semicolon */
  color: white;
  margin-right: 5px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.card-fix-problem-img {
  flex: 1;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; /* Consider using 'cover' for better scaling */
  height: 100%; /* Ensure it stretches across the full height */
  border-radius: 20px;
  position: relative;
}

.background-box {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px; /* Aligned with the bottom */
  right: 0px; /* Aligned with the right */
  width: 60px; /* Adjust width as per your need */
  height: 50px; /* Adjust height as per your need */
  background-color: #4654c1;
  border-radius: 20px 0px 20px 20px;
  z-index: 1; /* To ensure the box stays behind the arrow */
}

.text-right-fix-problem {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 2; /* To ensure the arrow stays on top */
}

.content-section-fix-problem {
  flex: 3;
  padding: 20px;
}

.choice {
  box-sizing: border-box;
  padding: 0;
  float: left;
  transition: width 0.2s;
}
.expand {
  width: 47%;
}
.unset {
  width: 16%;
  color: black !important;
}
.small {
  width: 123px;
}
.small > div {
  opacity: 0;
}
.unset > div > p {
  opacity: 0;
}
.expand > div {
  /*transition-delay: 200ms;*/
  opacity: 1;
  width: 300px;
}

.card-fix-problem.choice.expand {
  background-image: none !important;
}

/*.card-fix-problem.agent,*/
/*.card-fix-problem.tenant,*/
/*.card-fix-problem.landlord,*/
/*.card-fix-problem.developer {*/
/*    flex: 1; */
/* flex-basis: 100%; /* Make each card take up 100% width of the container 
/*    max-width: 150px; */
/*    height: 600px; */
/*    background-color: #4654c1; */
/*    border-radius: 20px; */
/*    border: 2px solid grey; */
/*    background-repeat: no-repeat; */
/*    background-position: center; */
/*    background-size: cover; */
/*    color: white;*/
/*    margin-right: 5px; */
/*    position: relative;*/
/*}*/

/*    .card-fix-problem.developer {*/
/*        margin-right: 0px;*/
/*    }*/

/* Contact Us Page */
.container-contact-us-bg {
  position: relative;
  width: 100%;
  height: 440px;
  overflow: hidden;
}

.contact-us-bg {
  height: 100%; /* fills the container's fixed height */
  min-width: 300px; /* prevents the image from shrinking too much */
  background-size: cover;
  background-image: url("https://property.designmalaysia.com/uploads/file/image/contact-us-bg.png");
  background-position: left;
  background-repeat: no-repeat;
}

.content-section-contact-us {
  display: flex;
  align-items: flex-start;
  padding-top: 100px;
  padding-bottom: 100px;
}

.map-container {
  width: 175%;
  height: 330px;
  border-radius: 20px;
  margin-right: 40px;
  order: 0;
}

.location-info {
  order: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

/* content */
.home-bestseller-monthly-box {
  padding: 40px 0px;
  margin-bottom: 10px;
}

.home-bestseller-content {
  position: relative;
  max-height: 350px;
  transition: all 1s ease-in-out;
  overflow: hidden;
}

.home-bestseller-content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.home-bestseller-content span {
  position: absolute;
  display: inline-block;
  width: 100%;
  text-align: center;
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 600;
  font-size: 20px;
}

.home-bestseller-content:hover {
  transform: translate(0, -1em);
}

.home-bestseller-content:hover span {
  font-size: 180%;
  font-weight: bold;
}

/* Why Us-buyer/tenant/landlord */
.with-proffessional-row {
  display: flex;
  -ms-flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  flex-wrap: initial;
}
.with-proffessional-text {
  text-align: right; /* Equivalent to text-right */
  color: white; /* Equivalent to text-white */
  /* For Bootstrap grid columns, you need to set width percentages */
  width: 49%; /* For col-xl-6 (50% width in large screens) */
  margin-top: 100px;
}
.searchFormHeader {
  font-size: 20px;
  color: #4654c1;
  padding-top: 70px;
}
.logos {
  margin-bottom: 100px;
  overflow-x: auto;
  overflow-y: clip;
  justify-content: center;
  display: flex;
  align-items: center;
  align-content: center;
}
.logo-item {
  width: 100px;
  height: 100px;
  margin-right: 80px;
  margin-bottom: 30px;
  border-radius: 50%;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo-item img {
  max-width: 80%;
  max-height: 80%;
  border-radius: 50%;
}
.empty-circle {
  width: 100px;
  height: 100px;
  margin-right: 80px;
  margin-bottom: 30px;
  border-radius: 50%;
  border: 2px solid white;
}

.white-bg {
  background: #fff;
  margin-bottom: 50px;
}

.why-us-top-section {
  background: #4654c1;
  margin-top: -60px;
}

.contact-us-text {
  color: #ffffff; /* Text color */
  margin-bottom: 1.5rem; /* Equivalent to mb-4 */
  margin-top: 3rem; /* Equivalent to mt-5 */
  font-size: 1rem; /* Optional: You can specify font-size if needed */
}

.card-contact-us-follow-us {
  height: 120px;
  width: 300px;
  background-color: #4654c1;
  border-radius: 20px;
  margin-bottom: 70px;
  margin-right: 12px;
  position: relative;
  flex: 1;
  align-items: center;
  padding: 10px;
}

.icon-follow-us {
  font-size: 2rem;
  position: absolute;
  top: 10px;
  left: 10px;
  color: #4654c1;
}

.text-follow-us {
  position: absolute;
  bottom: 10px;
  right: 10px;
  text-align: right;
  color: #4654c1;
}

.text-follow-us a {
  color: inherit;
  text-decoration: none;
}

.form-container {
  background-color: #4554c1;
  border-radius: 20px;
  padding: 30px;
  color: white;
  width: 400px;
}
.form-container h5 {
  font-weight: bold;
  margin-bottom: 20px;
}

.form-container .form-label {
  display: block; /* Ensures label is on its own line */
  margin-bottom: 8px; /* Adds some space between label and select */
}

.form-container .form-control {
  background-color: #4554c1;
  border: 2px solid white;
  border-radius: 20px;
  color: white;
  margin-bottom: 20px;
}
.form-container .form-control::placeholder {
  color: white;
}
.form-container .form-select {
  background-color: #4554c1;
  border: 2px solid white;
  border-radius: 20px;
  color: white;
  font-size: 1rem;
  height: calc(1.5em + 0.75rem + 2px);
  width: 100%;
}
.form-container .form-select:focus,
.form-container .form-control:focus {
  box-shadow: none;
  border-color: white;
}
.form-container .btn {
  background-color: white;
  color: #3b3b98;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
}
.form-container .btn i {
  font-size: 20px;
}



.custom-file-upload {
  display: inline-flex;
  align-items: center;
  padding: 10px 20px;
  border: 2px solid white;
  border-radius: 20px;
  background-color: #4c5cf7;
  color: white;
  font-weight: bold;
  cursor: pointer;
}

.custom-file-upload i {
  margin-right: 8px;
}

.image-container {
  flex: 1;
  background: url("https://property.designmalaysia.com/uploads/file/image/career/application-form.png")
    no-repeat center center;
  background-size: cover;
}

/* Container */
.contact-container {
  margin-top: 30px;
  width: 100%;
  max-width: auto;
  height: auto;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 20px;
  border: 2px solid #c6cdf9;
}

/* Contact Type Icons */
.contact-type {
  list-style-type: none;
  padding: 0;
  display: flex;
  gap: 20px;
}

.contact-type li {
  font-size: 24px;
}

.contact-type li.active {
  color: #4654c1;
}

/* Text */
.contact-text {
  text-align: right;
  color: #4654c1;
  margin-bottom: 20px;
}

/* Form */
.contact-form-group {
  margin-top: 30px;
  color: #4654c1;
}

.contact-input {
  margin-bottom: 15px;
  border-radius: 20px;
  border: 1px solid #4654c1;
  padding: 10px;
}

.contact-message {
  height: 100px;
}

/* Footer */
.contact-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #4654c1;
}

.contact-footer-text {
  text-align: right;
  margin-right: 10px;
}
.footer-big > div > div > div > div > div> a > img{
    width: 100%;
}
/* Submit Button */
.contact-submit {
  background-color: #4654c1;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 20px;
}

.main-content-box-why-us {
  background: #4654c1;
  margin-top: 0px;
  padding-top: 70px;
  padding-bottom: 50px;
}

.why-us-buyer-bg {
  background-image: url("https://property.designmalaysia.com/uploads/file/image/tenant-background-cropped.png");
  background-repeat: no-repeat;
  background-position: center -5px;
  background-size: cover;
}

.flex-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 45px;
  padding-bottom: 10px;
}

.text-white {
  color: #ffffff;
}

.buyer-text a {
  color: #ffffff;
  text-decoration: none;
}

.container-why-us {
  display: flex;
  background-color: white;
  border-radius: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  max-width: 1250px;
  width: 100%;
  height: 500px;
  padding: 0px 10px 10px 10px !important;
}

.image-section-why-us {
  flex: 1;
  background: url("https://property.designmalaysia.com/uploads/file/image/fingertips.png")
    no-repeat center center;
  background-size: cover;
  position: relative;
  margin-right: 10px;
  margin-top: 10px;
  border-radius: 10px;
}

.content-section-why-us {
  flex: 1;
  padding: 40px;
  overflow-y: auto;
  margin-top: 10px;
}

.content-section-why-us h1 {
  color: #4a90e2;
  font-size: 24px;
  margin-bottom: 20px;
}

.content-section-why-us p {
  color: #333;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 20px;
}

/* General container styling */
.main-container {
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
}

/* Left side styling */
.left-section {
  flex: 1;
}

.left-section h1 {
  color: white;
  margin-bottom: 20px;
}

.left-section .description {
  color: white;
  margin-bottom: 20px;
}

.images-why-us {
  margin-top: 50px;
  display: flex;
  gap: 20px;
  margin-right: 20px;
}

.images-why-us img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.3s;
}

.images-why-us img.active {
  opacity: 1;
}

/* Right side styling */
.right-section {
  flex: 2;
  padding: 10px;
  overflow-y: auto;
  max-height: 100%;
}

.problem-solution-outer-container {
  width: 100%;
  max-width: 1250px;
  height: 1420px;
  padding: 0px;
  background-color: #4654c1;
  border-radius: 20px;
  border: 0.5px solid #ffffff;
  align-items: center;
  color: white;
}

.img-container {
  width: 100%;
  height: 300px;
  background-image: url("https://property.designmalaysia.com/uploads/file/image/problemSolution.png");
  background-repeat: no-repeat;
  background-position: center -410px;
  background-size: cover;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}

.problem-solution-inner-container {
  width: 100%;
  height: 1120px;
  padding: 20px;
}

.dropdown-box-why-us {
  display: flex;
  justify-content: flex-end;
}

.dropdown-label-why-us {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.dropdown-why-us {
  display: none;
  list-style-type: none;
  background-color: white;
  border-radius: 5px;
  margin-top: 10px;
  padding: 10px;
  position: absolute;
}

.dropdown-why-us li {
  cursor: pointer;
  padding: 10px;
  color: black;
}

.dropdown-why-us li:hover {
  background-color: #f0f0f0;
}

.info-card {
  margin-top: 30px;
  width: 100%;
  max-width: 1250px;
  height: auto;
  padding: 20px;
  background-color: #4654c1;
  border-radius: 20px;
  border: 0.5px solid #ffffff;
}

.info-card .info-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
}

.info-card p {
  margin: 0;
}

.info-card p:first-child {
  font-size: 14px;
}

.info-card img {
  width: 30px;
  height: 30px;
  aspect-ratio: 1;
  border-radius: 50%;
  margin-left: 20px;
}

.info-card p:last-child {
  font-size: 10px;
}

/* Scrollable container */
.scrollable-container-vertical {
  margin-top: 30px;
  width: 100%;
  max-width: 1250px;
  height: 250px;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 20px;
  border: 0.5px solid #ffffff;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #4a6cf7 #f0f0f0;
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  overflow-y: overlay;
}

/* Message box style */
.message-box {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}

/* For solution message, justify content to the right */
.message-box.justify-right {
  justify-content: flex-end;
}

/* User profile image */
.user-img {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.message-box.justify-right .user-img {
  margin-left: 10px;
  margin-right: 0;
}

/* Problem message bubble */
.problem-message {
  background-color: #4a6cf7;
  color: white;
  padding: 15px;
  border-radius: 10px;
  max-width: 80%;
}

/* Solution message bubble */
.solution-message {
  background-color: #e0e7ff;
  color: #4a6cf7;
  padding: 15px;
  border-radius: 10px;
  max-width: 80%;
  text-align: right;
}

/* Scrollbar customization (for modern browsers) */
.scrollable-container-vertical::-webkit-scrollbar {
  width: 8px;
}

.scrollable-container-vertical::-webkit-scrollbar-track {
  background: #f0f0f0;
}

.scrollable-container-vertical::-webkit-scrollbar-thumb {
  background-color: #4a6cf7;
  border-radius: 20px;
  border: 2px solid #f0f0f0;
}

.video-section {
  margin-top: 30px;
  width: 100%;
  height: 450px;
  position: relative;
  overflow: hidden;
}

.video-section iframe {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 20px;
}

.scrollable-container-horizontal {
  margin-top: 30px;
  margin-bottom: 100px;
  width: 100%;
  max-width: 1250px;
  height: 300px;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 20px;
  border: 0.5px solid #ffffff;
  overflow-x: auto; /* Enable horizontal scroll */
  overflow-y: hidden; /* Disable vertical scroll */
  white-space: nowrap; /* Prevent wrapping */
  scrollbar-width: thin;
  scrollbar-color: #4a6cf7 #f0f0f0;
  display: flex; /* Add this */
  flex-wrap: nowrap; /* Add this */
  gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
}

.scrollable-container-horizontal::-webkit-scrollbar {
  height: 10px;
}

.scrollable-container-horizontal::-webkit-scrollbar-thumb {
  background-color: #4a6cf7;
  border-radius: 10px;
}

.card-smile-from-them {
  width: 150px;
  border: 1px solid #ddd;
  border-radius: 20px;
  text-align: center;
  height: 150px;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
}

.searchForm-bg {
  background-color: #ffffff;
  padding: 80px 0;
  position: relative;
}

.searchForm-bg p.mb-4 {
  font-size: 20px;
  color: #4654c1;
}

.searchForm-bg img {
  position: absolute;
  top: 113px;
  right: 137px;
}

/* END content */

/* category */
.homepage-categories-box {
  text-align: center;
  margin-bottom: 20px;
}

.homepage-categories-box h4,
.homepage-featured-box h4,
.homepage-category-box h4,
.homepage-news-box h4 {
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}

.homepage-categories-box h6 {
  font-weight: bold;
  font-size: 16px;
}

.homepage-categories-box .row > div {
  margin-bottom: 10px;
}

/* END category */

/* product sliders */
.products-sliders .flickity-button:disabled {
  display: none !important;
}

.homepage-news-box .flickity-prev-next-button {
  top: unset;
  bottom: -55px;
  z-index: 99;
}

.homepage-news-box .flickity-prev-next-button.previous {
  left: unset;
  right: 50px;
}

.homepage-news-box .flickity-prev-next-button.next {
  right: 10px;
}

.products-sliders .flickity-page-dots {
  bottom: 0px;
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}

.products-sliders ol.flickity-page-dots li:first-child:last-child {
  display: none !important;
}

.products-sliders .flickity-page-dots .dot {
  width: 10px;
  height: 10px;
  padding: 0px;
}

.products-sliders .flickity-page-dots .dot.is-selected {
  background-color: #000;
  border-color: #000;
}

.sliders.products-sliders .featured-box {
  display: flex;
  width: 100%;
  padding: 0px 10px;
  flex-wrap: wrap;
}

.sliders.products-sliders .featured-box .products-box {
  height: 100%;
}

/* END product sliders */

/* news sliders */
.news-sliders .flickity-button:disabled,
.news-sliders .flickity-page-dots {
  display: none !important;
}

.sliders.news-sliders,
.sliders.products-sliders {
  margin-left: -10px;
  margin-right: -10px;
}

.sliders.news-sliders .news-sliders-box {
  display: flex;
  width: calc(100% / 3);
  min-height: 100%;
  padding: 0px 10px;
  flex-wrap: wrap;
  text-align: center;
}

.news-main-box .news-box {
  height: 100%;
}

.news-box {
  border: 0.1px solid #ececec;
}

.news-box img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.news-date {
  opacity: 0.7;
  margin-top: 5px;
  padding: 0px 10px;
}

.news-box .news-title {
  margin: 5px 0px;
  font-weight: bold;
  padding: 0px 10px;
  color: #000;
}

.news-box .news-desc {
  padding: 0px 10px;
}

.news-box a {
  display: block;
  color: #4654c1;
  padding: 0px 10px 15px 10px;
}

.news-box a:hover {
  text-decoration: underline;
}

.news-more a {
  color: #4654c1;
  font-weight: bold;
  display: block;
  margin-top: 15px;
}

.news-more a:hover {
  color: #000;
}

/* END news sliders */
/***** END HOMEPAGE *****/

/***** BREADCRUMB *****/
.breadcrumb-box ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  margin-bottom: 15px;
}

.breadcrumb-box ul li {
  padding: 0px;
  display: inline-block;
}

.breadcrumb-box ul li a {
  text-transform: capitalize;
}

.breadcrumb-box ul li a.active {
  color: #222;
}

.breadcrumb-box ul li:after {
  content: "\f101";
  color: #a4a6a9;
  margin-right: 7px;
  margin-left: 10px;
  font-family: "FontAwesome";
}

.breadcrumb-box ul li:last-child:after {
  display: none;
}

/***** END BREADCRUMB *****/

/***** NEWS DETAILS *****/
.news-detail-box img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}

.news-detail-box .news-date {
  margin-top: -10px;
  padding: 0px;
  margin-bottom: 20px;
}

/***** END NEWS DETAILS *****/

/***** PORPERTY DETAILS*****/
.Detail {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
}


.Detail-container {
  border-top: 1px solid lightgrey;
}

.accor-content .Detail-box:nth-of-type(odd) {
  background-color: #f5f5f5;
}
.detail-div {
  color: black;
}

/***** END PORPERTY DETAILS*****/

/***** HOMEPAGE-NAV PAGE *****/
.nav-pills {
  align-items: center;
}

.nav-link active {
  margin: 0;
}

.nav-item a {
  color: #767676;
}

.nav-item {
  background-color: #e9ecef;
  border-radius: 5px;
  padding: 0;
  margin-bottom: 20px;
  margin-right: 10px;
}
.listing-info-item{
    margin-bottom:40px ;
}
.nav-item :lastchildren {
  margin-right: 0;
}

.nav-pills .show > .nav-link {
  margin: 5px;
  padding: 10px 15px;
  border-radius: 5px;
}
.nav-link.listing-info-tab.active{
    background-color: #4c5fea !important;
}
.nav-link.listing-info-tab{
    background-color: #efefef !important;
    height: 45px;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    display: flex
;
}
/***** END HOMEPAGE-NAV PAGE *****/

/***** CATEGORY PAGE *****/
.category-box {
  margin-top: 30px;
}

.category-inner-box {
  position: relative;
  margin-bottom: 20px;
}

.category-inner-box:hover {
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.category-inner-box img {
  width: 100%;
  object-fit: contain;
  /* changed by Jesa on 02/10/2020, originally, cover */
  border: 2px solid #ccc;
  /*added by hami on 25/09/2020*/
  height: 300px;
  /* added by Jesa on 02/10/2020 */
}

.category-inner-box h5 {
  font-size: 18px;
  line-height: 1.3;
  padding: 20px 15px 15px 15px;
  margin-bottom: 0px;
}

.category-inner-box h5 a,
.category-inner-box ul li a {
  color: #444645;
}

.category-inner-box h5 a:hover,
.category-inner-box ul li a:hover {
  color: #f4891f;
}

.category-inner-box ul {
  margin: 0px;
  list-style: none;
  padding: 0px 15px 10px 15px;
}

.category-inner-box ul li {
  padding: 0px;
}

.category-inner-box ul li a {
  font-size: 15px;
}

.category-inner-box h6 {
  position: absolute;
  bottom: 0px;
  width: 100%;
  text-align: center;
  margin-bottom: 0px;
  padding: 15px;
  font-size: 18px;
  line-height: 1.3;
}

.category-inner-box h6 a {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  color: #fff;
}

.category-brands-box {
  margin: 10px 0px 10px 0px;
}

.category-brands-sliders {
  margin: 20px auto;
  width: 95%;
}

.category-brands-sliders.sliders-no-dots .flickity-prev-next-button.previous {
  left: -43px;
}

.category-brands-sliders.sliders-no-dots .flickity-prev-next-button.next {
  right: -46px;
}

.category-product-box {
  display: inline-block;
  width: 100%;
  margin-top: 20px;
  margin-bottom: -10px;
}

.category-product-box h3

/*added by Hami on 25/09/2020*/ {
  font-size: 1.5rem;
}

/***** END CATEGORY PAGE *****/

/***** BRANDS PAGE *****/
.brands-filter a {
  color: #000;
  margin-right: 10px;
  margin-bottom: 0px;
  display: inline-block;
}

.brands-all {
  margin-top: 20px;
}

.brands-all > div {
  margin-bottom: 30px;
}

.brands-all-box {
  display: flex;
  border: 1px solid #ddd;
  height: 100%;
  align-items: center;
  justify-content: center;
  color: #000;
  background: #fff;
}

.brands-all-box:hover {
  box-shadow: 10px 10px 30px -10px rgba(0, 0, 0, 0.2);
}

.brands-all-box > a {
  color: #000;
  font-size: 30px;
  font-weight: bold;
}

.brands-header {
  display: flex;
  width: 100%;
  padding: 0px 8px 40px 10px;
}

/*website*/
.brands-button {
  margin-top: 20px;
  display: inline-block;
  width: 125px;
  border-radius: 16px;
  text-align: center;
  background-color: #e3e3e3;
  color: #7c7c7c;
}

.brands-button:hover {
  background-color: #a1a1a1;
}

.brands-button:focus {
  background-color: #a1a1a1;
}

.bbi {
  width: 10px;
  height: 10px;
  padding: 0;
}

/*end website*/
/*whatsapp*/
.brands-button2 {
  float: right;
  margin-top: 20px;
  margin-right: 10px;
  width: 40px;
  height: 40px;
  border-radius: 55%;
  text-align: center;
  background-color: #25d366;
}

.brands-button2:hover {
  background-color: #1aba56;
}

.brands-button2:focus {
  background-color: #1aba56;
}

/*end whatsapp*/
.brands-banner {
  max-height: 500px;
  overflow: hidden;
}

.brands-logo {
  display: inline-block;
  max-width: 150px;
  max-height: 150px;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  margin-right: 30px;
  margin-top: -60px;
}

.brands-banner img,
.brands-logo img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.brands-header-nobanner {
  margin-top: 40px;
  align-items: center;
}

.brands-header-nobanner .brands-logo {
  margin-top: 0px;
}

.brands-header h2 {
  flex-grow: 1;
  font-size: 27px;
  line-height: 1;
  margin-top: 20px;
}

.brands-header-nobanner h2 {
  margin-top: 0px;
}

.brands-header h2 p {
  font-size: 16px;
  font-weight: normal;
  margin-top: 3px;
}

.brands-info-box {
  display: block;
  width: 100%;
  padding: 0px 8px 40px 10px;
}

.brands-info-header {
  display: flex;
  width: 100%;
  margin-bottom: 20px;
}

.brands-info-header > a {
  /*text-transform: uppercase;*/
  margin-right: 30px;
  font-size: 18px;
  font-weight: 500;
  color: #888;
}

.brands-info-header > a:hover {
  color: #000;
}

.brands-info-header > a.active {
  color: #f4891f;
  border-bottom: 3px solid #000;
  padding-bottom: 10px;
}

.brands-collection-box {
  margin-top: 50px;
}

.brands-collection-box + .category-box {
  margin-top: 20px;
}

/* catalog */
.catalog-image {
  position: relative;
  border: 1px solid #ccc;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  text-align: center;
  height: 240px;
}

.catalog-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.catalog-download {
  width: 100%;
  bottom: -31px;
  display: block;
  position: absolute;
  background: #313131;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  -webkit-transition: bottom 0.2s cubic-bezier(0.19, 0.26, 0.17, 0.99);
  -moz-transition: bottom 0.2s cubic-bezier(0.19, 0.26, 0.17, 0.99);
  -ms-transition: bottom 0.2s cubic-bezier(0.19, 0.26, 0.17, 0.99);
  transition: bottom 0.2s cubic-bezier(0.19, 0.26, 0.17, 0.99);
  font-size: 13px;
}

a:hover .catalog-download {
  bottom: 0;
}

.catalog-download > i {
  margin-right: 3px;
  font-size: 12px;
}

.catalog-title {
  color: #444645;
  display: inline-block;
  width: 100%;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 30px;
}

/* END catalog */
/***** END BRANDS PAGE *****/

/***** PRODUCT LISTING PAGE *****/
.products-row > div {
  margin-bottom: 20px;
}

.products-box {
  display: inline-block;
  width: 100%;
  height: 100%;
  border: 0.1px solid #ececec;
  padding: 10px;
}

.products-box > a {
  display: flex;
  height: 16.2vw;
  justify-content: center;
}

.products-box > a > img {
  object-fit: contain;
}

.products-box .products-info-box,
.products-box .products-details {
  margin-top: 10px;
}

.products-box .products-name {
  display: flex;
  align-items: center;
}

.products-box .products-name > a {
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
  color: #000;
  white-space: nowrap;
}

.products-save {
  position: relative;
  margin: -2px -4px 0px 5px;
  flex-shrink: 0;
}

.products-save a {
  width: 100%;
  height: auto;
}

.product-filter {
  padding-top: 10px;
  padding-bottom: 20px;
}

.product-filter .select2-container {
  width: 100% !important;
  max-width: 220px !important;
}

.product-filter > div:last-child {
  display: flex;
  justify-content: flex-end;
}

.product-display {
  display: flex;
  margin-left: 10px;
}

.product-display > a {
  background: #f4f5f8;
  cursor: pointer;
  font-size: 20px;
  padding: 0px 10px;
  line-height: 1;
  display: flex;
  align-items: center;
}

.product-display > a.active,
.product-display > a:hover {
  background: #cfd7e3;
}

/* by list */
.products-row.products-by-list > div {
  max-width: unset;
  flex-basis: 100%;
}

.products-by-list .products-box {
  display: flex;
  align-items: center;
  padding: 0px 60px;
}

.products-by-list .products-box .products-info-box,
.products-by-list .products-box .products-details {
  margin-left: 30px;
  margin-top: 0px;
  width: 100%;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.products-by-list .products-box .products-name > a {
  flex-grow: 1;
  inline-size: 150px;
  overflow-wrap: break-word;
}

/* END by list */
/***** END PRODUCT LISTING PAGE *****/

/***** PRODUCT DETAIL PAGE *****/
/* images */
.product-info-image-box {
  position: relative;
  margin-bottom: 40px;
  text-align: center;
}

.product-sliders img,
.sliders-cell {
  width: 100%;
  text-align: center;
}

.product-sliders .sliders-cell {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
}

.sliders-cell img,
.product-info-image-box img {
  max-height: 600px;
  max-width: 100%;
  width: auto;
  height: auto;
}

.product-sliders-thumb {
  width: calc(100% - 70px);
  margin: 20px auto 0px auto;
}

.product-sliders-thumb div[class^="col-"] {
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}

.product-sliders-thumb img {
  cursor: pointer;
  width: auto;
  height: auto;
  max-height: 100px;
  max-width: 100%;
}

.product-sliders-thumb .is-nav-selected > img {
  border: 2px;
  border-color: transparent;
  padding: 3px;
  min-height: 75px;
}

.product-sliders-thumb .flickity-prev-next-button.previous {
  left: -35px;
}

.product-sliders-thumb .flickity-prev-next-button.next {
  right: -35px;
}

/* END images */

/* wishlist */
.product-info-image-box .product-save {
  z-index: 99;
  top: 20px;
  right: 20px;
}

.product-info-image-box .product-save a {
  width: 40px;
  height: 40px;
  font-size: 20px;
}

.product-sliders:hover + .product-save a,
.product-info-image-box .product-save a:hover {
  opacity: 1;
}

/* END wishlist */

/* description */
.product-info-desc:last-child {
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd;
}

.product-info-desc + .product-info-desc {
  margin-top: 0px;
  /*changed by Jesa on 29 July 2020, originally 40px*/
  /*border-bottom: 1px solid #ddd; /*added by Jesa on 29 July 2020*/
}

.product-info-desc .accor-box {
  background: transparent;
  border: 0px;
  margin-bottom: 0px;
}

.product-info-desc .accor-box > h4 {
  font-weight: normal;
  background: transparent;
  padding: 10px 20px 10px 20px;
  /*changed by Hami on 25/09/2020 from 10px 20px 10px 40px*/
  border-top: 1px solid #ddd;
  border-bottom: none;
  /*changed by Jesa on 29 July 2020, originally border-bottom:1px solid #ddd;*/
}

.product-info-desc .accor-box > h4.active {
  background: none;
  color: #444645 !important;
  font-weight: bold;
  border-bottom: 0px;
  padding-bottom: 0px;
}

.product-info-desc .accor-box .accor-content {
  border-top: 0px;
  padding: 15px 30px 15px 43px;
}

.product-info-desc table {
  width: 100%;
  margin-top: 10px;
}

.product-info-desc table td {
  border: 1px solid #ddd;
  padding: 3px 7px;
}

/* END description */

/* side */
/* basic */

.product-info-site aside {
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
}

.product-info-site .products-box .products-name {
  font-weight: 700;
  font-size: 20px;
  margin-top: 20px;
  color: black;
}

.product-info-site .products-box .product-amenity i {
  font-size: large;
  align-self: start;
}

.product-info-site h3 {
  font-size: 25px;
  line-height: 1.3;
  color: black;
  font-weight: bold;
  margin-bottom: 0px;
  margin-top: 20px;
}

/* content-background */
.content-bgc {
  background-color: #4654c1;
  margin-top: 640px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.content-second {
  margin-top: -700px;
}

/* END content-background */

.product-info-seller a {
  font-weight: bold;
  text-transform: capitalize;
  font-size: 18px;
}

.product-info-price {
  font-size: 18px;
  margin-bottom: 20px;
}

.product-info-price s {
  color: #999;
  margin-right: 5px;
}

a.icon-save {
  display: inline-block;
  line-height: 1.4;
  vertical-align: top;
  text-align: center;
}

a.icon-save img {
  width: 26px;
}

/* END basic */

/* tag */
.product-info-tag {
  list-style: none;
  padding: 0px;
  margin-bottom: 20px;
}

.product-info-tag > li {
  border-top: 1px solid #ddd;
  padding: 5px 0px;
  font-size: 13px;
  margin-bottom: 0px;
}

.product-info-tag > li > span {
  color: #000;
  font-weight: bold;
}

/* END tag */

/* attribute */
.product-info-attribute-box {
  margin-top: 20px;
}

.product-info-attribute-box label {
  margin-bottom: 5px;
  font-weight: bold;
  color: #000;
  width: 100%;
}

.product-info-attribute-box ul {
  list-style: none;
  padding: 0px;
  margin-bottom: 10px;
}

.product-info-attribute-box ul li {
  display: inline-block;
  background: #fff;
  border: 1px solid #dddddd;
  border-radius: 5px;
  padding: 5px 20px;
  margin-right: 10px;
  margin-bottom: 10px;
  cursor: pointer;
}

.product-info-attribute-box ul li.active,
.product-info-attribute-box ul li.active:hover {
  background: #000;
  border-color: #000;
  color: #fff;
  cursor: default;
}

.product-info-attribute-box ul li:hover {
  background: #eee;
}

/* END attribute */

.product-info-delivery-closed {
  margin-bottom: 5px;
  font-size: 14px;
  color: red;
  font-weight: bold;
}

/* button, stock */
.product-info-quantity-box {
  display: flex;
  width: 100%;
  margin-bottom: 15px;
}

.product-info-quantity-box button {
  border-radius: 0px;
  padding: 8px 15px 9px 15px;
  border: 1px solid #ddd;
  background: none;
  width: 100%;
  color: #444645;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.3;
}

.product-info-quantity-box button.qty-minus {
  border-right: 0px;
}

.product-info-quantity-box button.qty-plus {
  border-left: 0px;
}

.product-info-quantity-box button:hover {
  background: #eee;
  color: #444645;
  border-color: #ddd;
}

.product-info-quantity-box input {
  width: 40%;
  border-radius: 0px;
  border: 1px solid #ddd;
  border-left: 0px;
  border-right: 0px;
  background: #fff;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 1.3;
  -webkit-appearance: none;
}

.product-info-quantity-box input:focus {
  box-shadow: none;
}

.product-info-button {
  margin-bottom: 15px;
}

.product-info-button button {
  text-transform: uppercase;
  width: 100%;
  font-weight: 500;
  border-radius: 0px;
}

.product-info-button button > i {
  margin-right: 10px;
  vertical-align: middle;
  margin-top: -3px;
}

.product-info-button button:hover {
  box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.2);
}

.product-info-button button.btn-out-of-stock {
  background: #f00;
  color: #fff;
  cursor: default;
  border: 0px;
}

.product-info-button button.btn-out-of-stock:hover {
  background: #f00;
  box-shadow: none;
}

.product-info-button button.btn-out-of-stock > i {
  margin-top: -5px;
}

/* END price, button, stock */

/* wishlist, share */
.product-info-share-save-box {
  align-items: center;
  margin-bottom: 30px;
}

.product-info-save {
  margin-top: 0px;
  display: inline-block;
  width: 100%;
  text-align: right;
}

.product-info-save a {
  text-transform: uppercase;
  font-weight: bold;
}

.product-info-save a img {
  margin-top: -3px;
  margin-right: 5px;
}

.product-info-share-box > span {
  display: inline-block;
  width: 100%;
  margin-bottom: 7px;
}

.product-info-share-box .at-style-responsive .at-share-btn {
  background-color: transparent !important;
  border: 1px solid #ececec;
  border-radius: 5px !important;
  padding: 2px;
  margin-right: 5px;
}

.product-info-share-box .at-resp-share-element .at-share-btn .at-icon-wrapper,
.product-info-share-box .at-resp-share-element .at-icon {
  width: 30px !important;
  height: 30px !important;
}

.product-info-share-box .at-resp-share-element .at-share-btn:focus,
.product-info-share-box .at-resp-share-element .at-share-btn:hover {
  transform: unset;
  background-color: #4654c1 !important;
}

.product-info-share-box .at-resp-share-element .at-share-btn:focus svg,
.product-info-share-box .at-resp-share-element .at-share-btn:hover svg {
  fill: #fff !important;
}

/* END wishlist, share */
/* END side */

.product-info-row .mostview {
  margin-top: 10px;
}

.product-info-row .mostview h4 {
  font-weight: bold;
}

/***** END PRODUCT DETAIL PAGE *****/

/***** RATING / REVIEW *****/
#top-rate-box.rate-box {
  cursor: pointer;
  margin: 3px 0px;
}

.rate-box {
  display: flex;
  justify-content: flex-start;
  flex-grow: 1;
}

/* star */
.rate-star-box {
  position: relative;
  display: inline-block;
  width: 90px;
}

.rate-star-box > div {
  position: absolute;
  height: 100%;
  overflow: hidden;
  background-repeat: repeat-x;
  background-position: left center;
  background-size: 18px;
}

.rate-star-empty {
  width: 100%;
  background-image: url(/assets/images/icon-star.svg);
}

.rate-star-avg {
  background-image: url(/assets/images/icon-star-o.svg);
}

.rate-review {
  margin-left: 7px;
}

/* END star */

.review-section h3 {
  margin-bottom: 5px;
}

/* write review */
.review-product-box {
  display: flex;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-bottom: 15px;
  padding: 10px;
}

.review-product-box img {
  width: 80px;
  border: 1px solid #ddd;
  margin-right: 10px;
}

.review-star-box {
  display: flex;
  margin-bottom: 20px;
}

.review-star-icon {
  margin-bottom: 5px;
}

.review-star-icon img {
  width: 25px;
}

.review-star-text {
  margin-left: 20px;
  margin-top: 5px;
  font-size: 15px;
}

.review-note {
  display: flex;
  width: 100%;
  font-size: 14px;
  margin-top: 5px;
}

.review-note-tips {
  flex-grow: 1;
  text-align: right;
}

.review-note-tips svg {
  margin-left: 5px;
  cursor: pointer;
}

.review-content-tips {
  font-size: 14px;
  background-color: #f2f2f2;
  padding: 24px;
  margin-top: 5px;
}

.review-content-tips p {
  margin-bottom: 5px;
}

/* END write review */

/* single rate */
.rate-single-box:first-child {
  padding-top: 0px;
}

.rate-single-box {
  padding: 8px 0px;
  cursor: pointer;
}

.rate-single-box:not(.inactive):hover {
  text-decoration: underline;
}

.rate-single-box.inactive {
  cursor: default;
}

.rate-single-box.inactive .rate-single-text-box {
  color: #888;
}

.rate-single-text-box {
  display: flex;
  padding: 5px 0;
  font-size: 15px;
  color: #000;
}

.rate-single-star {
  font-weight: 500;
  flex: 1 1 auto;
}

.rate-single-review {
  flex: 1 1 auto;
  text-align: right;
}

.rate-single-bar {
  width: 100%;
  height: 4px;
  background-color: #d8d8d8;
}

.rate-single-bar-filled {
  height: 4px;
  background-color: #4654c1;
}

/* END single rate */

/* filter */
.review-search-box {
  border-top: 1px solid #d8d8d8;
  margin-top: 25px;
  padding-top: 10px;
}

.filter-rate {
  background-color: #f2f2f2;
  border: 1px solid #d8d8d8;
  display: inline-block;
  padding: 5px 12px;
  font-size: 15px;
  margin-right: 10px;
  cursor: pointer;
  margin-bottom: 10px;
}

.filter-rate img {
  width: 16px;
}

.filter-rate-clear {
  background-color: #fff;
  border: 1px solid #000;
  display: inline-block;
  padding: 5px 12px;
  font-size: 15px;
  color: #000;
  font-weight: 500;
  cursor: pointer;
  margin-bottom: 10px;
}

.review-filter-box > div {
  display: flex;
  align-items: center;
  margin-left: auto;
}

.review-filter-box .review-search-text {
  width: 40%;
}

.review-filter-box
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  padding: 11px 35px 10.5px 15px;
  border: 1px solid #c0c0c0 !important;
  border-radius: 0px;
}

.review-filter-box
  .select2.select2-container--open.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  border: 1px solid #000 !important;
}

/* END filter */

/* review list */
.review-box {
  border-bottom: 1px solid #d8d8d8;
  padding: 15px 0px;
}

.review-box:first-child {
  border-top: 1px solid #d8d8d8;
  border-top: none;
}

.review-name {
  margin-top: 3px;
  margin-bottom: -3px;
}

.review-info-box {
  display: flex;
  align-items: flex-end;
}

.review-date {
  color: #888;
  line-height: 1;
  margin-bottom: 3px;
  margin-left: 10px;
}

.review-text {
  margin: 10px 0px;
}

/* END review list */
/***** END RATING / REVIEW *****/

/***** REQUEST PAGE *****/
.request-product {
  margin-top: 25px;
}

.request-product > div[class^="col-"] {
  margin-bottom: 30px;
}

.request-product-box {
  padding: 15px 15px 10px 15px;
}

.request-delete {
  position: absolute;
  top: -10px;
  right: -10px;
}

.request-delete a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  padding-top: 1px;
  border: 2px solid #000;
  border-radius: 100%;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  background: #000;
  color: #fff !important;
}

.request-delete a:hover {
  background: #777;
  border-color: #777;
  color: #fff !important;
}

.request-button {
  text-align: center;
  margin: 25px 0px 15px 0px;
}

.request-button button {
  padding: 15px 40px;
  font-size: 18px;
  font-weight: bold;
}

/***** END REQUEST PAGE *****/

/***** FAQ PAGE *****/
.faq-cat-box {
  /*margin-bottom: 30px;*/
}

.faq-cat-box:last-child {
  margin-bottom: 0px;
}

.faq-cat-box h4 {
  margin-bottom: 15px;
}

.faq-cat-box h4 > span {
  font-weight: normal;
  font-size: 20px;
  color: #777;
}

.faq-pro {
padding: 10px 0 80px;

}

.faq-b a {
  color: #4554c0;
  font-weight: 600;
}

.faq-section {
  /* for block usage */
  padding: 80px 0;
  background: white;
}

/***** END FAQ PAGE *****/

/***** CHECKOUT *****/
/* step */
ul.checkout-step {
  position: relative;
  display: flex;
  width: 100%;
  margin: 15px 0px 25px 0px;
  padding: 0px 0px 30px 0px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

ul.checkout-step:before {
  position: absolute;
  content: "";
  width: 100%;
  top: calc(50% - 15px);
  left: 0;
  transform: translateY(-50%);
  border-bottom: 1px dashed #ddd;
}

ul.checkout-step.complete:before {
  border-bottom: 1px solid #000;
}

ul.checkout-step > li {
  position: relative;
  display: flex;
  width: 25%;
  color: #000;
  justify-content: center;
  margin: 0px;
  padding: 0px;
}

ul.checkout-step > li.active:before {
  position: absolute;
  content: "";
  width: 100%;
  top: 50%;
  left: -50%;
  transform: translateY(-50%);
  border-bottom: 1px solid #000;
}

ul.checkout-step > li > i {
  width: 50px;
  border: 1px solid #000;
  border-radius: 100%;
  height: 50px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  z-index: 9;
}

ul.checkout-step > li.curr-step > i {
  border-color: #000;
  background: #000;
  color: #fff;
}

ul.checkout-step > li > i > span {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #999;
  position: absolute;
  bottom: -22px;
  font-size: 14px;
}

ul.checkout-step > li.curr-step > i > span {
  color: #000;
}

/* END step */

/* alert box */
.msg-box {
  display: inline-block;
  width: 100%;
  border-radius: 5px;
  padding: 10px 15px;
  font-size: 15px;
  margin-bottom: 20px;
}

.msg-box.success {
  background: #e1efd2;
  color: #557b2d;
}

.msg-box.error {
  background: #d4452e;
  color: #fff;
}

/* END alert box */

/* product table */
table.item-box {
  width: 100%;
  border-collapse: collapse;
  line-height: 1.3;
  font-size: 15px;
}

table.item-box th,
table.item-box td {
  border: 1px solid #ddd;
  line-height: 1.3;
}

table.item-box thead {
  background: #eee;
  font-weight: bold;
  text-transform: capitalize;
}

table.item-box th,
table.item-box td {
  padding: 10px;
}

table.item-box span,
.item-product-mobile {
  display: none;
}

.store-box img {
  width: 15px;
  margin-top: -3px;
  margin-right: 5px;
}

.store-box label {
  margin-bottom: 0px;
  font-weight: 500;
  color: #000;
  cursor: pointer;
}

tr.store-separator td {
  border: 0px;
}

.item-product-box {
  display: flex;
  align-items: center;
}

.item-product-image {
  width: 100px;
  margin-right: 15px;
  flex-shrink: 0;
  text-align: center;
}

.item-product-image img {
  max-height: 100px;
}

.item-product-info {
  flex-grow: 1;
  line-height: 1.4;
}

.item-product-info a {
  display: block;
  color: #000;
}

.item-product-info a:hover {
  color: #f4891f;
}

.item-product-action-box {
  margin-top: 15px;
  margin-bottom: 5px;
}

.item-product-action-box > a {
  display: inline-block;
}

.item-product-detail {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  line-height: 1.5;
  width: 100%;
  padding: 0px;
  list-style: none;
}

.item-product-detail > li {
  display: inline-block;
  padding: 3px 10px;
  padding-left: 10px !important;
  font-size: 13px;
  background: #eee;
  border: 1px solid #ccc;
  margin-right: 7px;
  margin-top: 7px;
}

.item-product-detail > li > label {
  font-weight: 500;
}

.item-product-error {
  display: inline-block;
  background: #d4452e;
  color: #fff;
  font-size: 13px;
  padding: 3px 10px;
  margin-right: 7px;
  margin-top: 7px;
}

.item-product-ori-price {
  color: #888;
}

.item-product-note {
  margin-top: 20px;
}

.item-product-note > label {
  font-size: 14px;
  color: #000;
  font-weight: 500;
  margin-bottom: 3px;
}

.item-product-note > textarea {
  border: 1px solid #ddd;
  border-radius: 0px;
  min-height: unset;
  height: 50px;
  resize: none;
  background: #fff;
  padding: 5px 7px;
  font-size: 14px;
}

table.item-box .product-info-quantity-box {
  justify-content: center;
  margin-bottom: 0px;
}

table.item-box .product-info-quantity-box button {
  padding: 7px 10px;
}

table.item-box .product-info-quantity-box input {
  width: 40px;
  padding: 7px 5px;
}

.item-product-stock {
  font-size: 14px;
  margin-top: 5px;
  display: none;
}

.item-product-stock strong {
  display: inline-block;
  width: 100%;
}

.item-delete a,
.item-delete a:not([href]):not([tabindex]) {
  color: #000;
  font-size: 18px;
}

.item-delete a:hover,
.item-delete a:not([href]):not([tabindex]):hover {
  color: #f4891f;
}

/* END product table */

.cart-note-box label {
  width: 100%;
  font-weight: 500;
  color: #000;
  margin-bottom: 5px;
}

.cart-note-box textarea {
  width: 100%;
  background: #fff;
  height: 90px;
  border: 1px solid #ddd;
  resize: none;
  border-radius: 0px;
  padding: 5px 7px;
}

/* total table */
.total-main-box {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}

table.total-box {
  width: 40%;
  float: right;
  margin-top: 50px;
  border-collapse: collapse;
}

.checkout-total-box table.total-box {
  float: none;
  width: 100%;
  margin-top: 35px;
}

.checkout-row .checkout-tab-box h5 {
  margin-bottom: 7px;
}

table.total-box {
  border: 1px solid #ddd;
  line-height: 1.3;
}

table.total-box thead {
  background: #eee;
  font-weight: bold;
  font-size: 18px;
}

table.total-box thead td {
  border-bottom: 1px solid #ddd;
}

table.total-box td {
  padding: 10px;
  border-top: 1px dashed #ccc;
}

table.total-box td:last-child {
  width: 40%;
  font-weight: bold;
}

.btn-checkout {
  float: right;
  padding: 10px 40px;
}

.cart-button-box {
  text-align: right;
}

.cart-button-box .btn-secondary.btn-checkout {
  float: none;
  margin-right: 15px;
}

/* END total table */

.cart-disabled-text {
  float: right;
  width: 40%;
  color: #f00;
  font-weight: bold;
}

.checkout-return {
  color: #000;
}

.checkout-return:hover {
  color: #777;
}

.checkout-row h3 {
  font-size: 26px;
  margin-bottom: 15px;
  font-weight: normal;
}

.checkout-row h3 + .notes {
  margin-top: -20px;
  margin-bottom: 20px;
}

.checkout-row h5 {
  margin-bottom: 15px;
}

/* shipping */
.checkout-notify-email {
  margin-bottom: 30px;
  margin-top: -10px;
}

.checkout-button-row {
  align-items: center;
  margin-top: 10px;
}

.checkout-ship-bill-box {
  float: right;
  margin-top: 10px;
  margin-left: 20px;
  font-size: 16px;
}

/* END shipping */

/*top 10 new launch*/
.fi-top-mob {
  padding: 0;
  display: none;
  width: 100%;
}

.top10-nl {
  position: relative;
}

.top10-nl-bg {
  background: linear-gradient(
    to right,
    white 0%,
    white 70%,
    #4554c1 50%,
    #4554c1 100%
  );
}

.top10-nl-bg .TNL .base-content2 {
  border-radius: 0 0 0 20px;
}

.top10-nl .TNL .base-content .bc-blank {
  border-radius: 0 20px 0 0;
}

.top10-nl p {
  width: 50%;
}

.top10-nl-content,
.top10-nl-products {
  position: absolute;
  width: 97%;
  height: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
}

.top10-nl-content {
  position: relative;
  border-bottom-right-radius: 30px;
  height: 100%;
  background: #fff;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 210px;
}

.top10-nl-products {
  position: absolute;
  width: 600px;
  height: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
/**
.top10-nl-products{
    width:40%;
}
  **/
.top10-nl-text{
  margin-left: 30px;
  margin-top: 40px;
}
.top10-nl-content .top10-nl-text > h1 {
   width: 20%; 
  font-size: 70px;
   line-height: 1.1;
}
.top10-nl-content .top10-nl-text > span {

   line-height: 1.1;
}

.top10-nl-text p {
  font-size: 13px;
  margin-top: 25px;
  width: 25%;
}

@media only screen and (max-width: 600px) {
.top10-nl-products{
    width:100%;
}
}
.top10-nl-products .products-sliders-box .product-amenity {
  column-gap: 10px;
  margin-top: 6px;
  row-gap: 0px;
  margin-left: 1px;
}

.top10-nl-products .products-sliders-box .product-amenity > div {
  width: auto;
  border-radius: 0px;
  padding: 0px;
  border: 0px;
  border-right: 1px solid #fff;
  padding-right: 10px;
  display: flex;
  width: fit-content;
  margin: 0;
}

.top10-nl-products .products-sliders-box .product-amenity > div:last-child {
  border: none;
}

/*end top 10 new launch*/

/*footer state*/

.footer-state {
  background: #4554c1;
  padding-top: 55px;
}

.footer-state-card {
  background: #5865c7 !important;
  padding: 8px;
   border-radius: 0.75rem !important;
}


.nav-level-one {
  background: transparent;
  margin-bottom: 10px;
}

.nav-level-one a {
  color: white;
}

.nav-level-one a:hover {
  color: white;
}

.nav-level-two {
  background: transparent;
  padding: 5px 15px;
  margin-bottom: 4px;
  margin-right: 15px;
}

.nav-level-two:last-child {
  margin-right: 0;
}

.nav-level-two a {
  padding: 5px;
}

.nav-level-two a img {
  height: 27px !important;
  width: 27px;
  object-fit: cover;
  border-radius: 50%;
}

.footer-state .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background: #acb2e3;
}

.footer-state .nav-pills {
  border-bottom: 1px solid #6773cc;
}

.footer-state-card .tab-content {
  color: #989fdc;
}

.state-link a {
  color: white;
}

.state-link a:hover {
  color: white;
}

.tab-pane > div > div > ul > li{
    margin-bottom: 18px;
    font-weight: 100;
}

/*end footer-state*/
/* checkout product box */
.checkout-product-col {
  order: 2;
}

/* product */
.checkout-item-box {
  border: 1px solid #ddd;
  background: #fafafa;
  padding: 20px 30px;
  border-radius: 5px;
}

.checkout-item-box table {
  width: 100%;
}

.checkout-item-box table td {
  padding-bottom: 10px;
}

.checkout-item-box table td:last-child {
  font-weight: bold;
}

.checkout-item-product-box {
  overflow: hidden;
  overflow-y: auto;
  max-height: 320px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}

.checkout-item-box .item-product-image {
  position: relative;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: #fff;
  padding: 5px;
  width: 80px;
  margin-top: 10px;
}

.checkout-item-product-qty {
  position: absolute;
  display: inline-block;
  border-radius: 22px;
  background: #aaa;
  padding: 0px 7px;
  min-width: 22px;
  height: 22px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  top: -10px;
  right: -10px;
  font-size: 13px;
  line-height: 1.7;
}

#item-product-price {
  display: none;
  font-weight: bold;
}

/* END product */

/* total */
.checkout-item-coupon-box {
  display: flex;
  max-width: 200px;
  float: right;
}

.checkout-item-coupon-box input {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 0px;
  padding: 7px;
  border-right: 0px;
}

.checkout-item-coupon-box button {
  padding: 0px 10px;
  font-size: 14px;
  border-radius: 0px;
}

.checkout-item-total {
  font-size: 24px;
}

.address-action-box.checkout-coupon {
  margin-top: 0px;
  font-weight: normal;
}

.address-action-box.checkout-coupon a:not([href]):not([tabindex]):hover {
  text-decoration: none;
}

.address-action-box.checkout-credit {
  display: inline-block;
  color: #f4891f;
  font-weight: normal;
}

/* END total */
/* END checkout product box */

/* checkout info */
.checkout-info-box {
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 0px 20px;
  font-size: 15px;
  margin-bottom: 35px;
}

.checkout-info-box table {
  width: 100%;
}

.checkout-info-box td {
  vertical-align: top;
  border-bottom: 1px solid #ddd;
  padding: 7px 0px;
}

.checkout-info-box tr:last-child td {
  border-bottom: 0px;
  padding-bottom: 10px;
}

.checkout-info-box td:last-child {
  color: #000;
}

.checkout-info-box td br {
  margin-bottom: 0px;
}

.checkout-info-box span {
  color: #666;
  margin-left: 5px;
}

.checkout-info-box .address-action-box {
  margin-top: 0px;
}

table.item-box tr.store-total-box,
table.item-box tr.store-delivery-box {
  background: #f3f3f3;
}

table.item-box tr.store-delivery-box td {
  border-width: 0px;
  border-bottom: 1px dashed #ccc;
}

table.item-box tr.store-delivery-box td.store-notes {
  border-right: 1px dashed #ccc;
  border-bottom: 1px solid #ddd;
  vertical-align: top;
}

table.item-box tr.store-delivery-box td.store-notes:first-child:last-child {
  border-right: 1px solid #ddd;
}

table.item-box tr.store-delivery-box td.store-notes > div {
  display: flex;
}

table.item-box
  tr.store-delivery-box
  td.store-notes:first-child:last-child
  > div {
  align-items: center;
}

table.item-box tr.store-delivery-box td.store-notes label {
  font-weight: 500;
  margin-bottom: 0px;
  margin-right: 5px;
}

table.item-box tr.store-delivery-box td.store-notes input {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 0px;
}

table.item-box tr.store-total-box td {
  border-width: 0px;
  border-bottom-width: 1px;
}

table.item-box tr.store-delivery-box td:first-child {
  border-left-width: 1px;
}

table.item-box tr.store-total-box td:last-child,
table.item-box tr.store-delivery-box td:last-child {
  border-right-width: 1px;
}

/* END checkout info */

/* summary */
.checkout-summary-box {
  padding: 10px 20px;
  margin-bottom: 20px;
}

.checkout-summary-box h5 {
  margin-bottom: 0px;
}

/* END summary */

/* payment */
.checkout-tab-box {
  margin-top: 30px;
  margin-bottom: 25px;
}

.checkout-tab {
  border: 1px solid #ddd;
  border-radius: 5px;
}

.checkout-tab-title {
  padding: 10px 15px;
  border-top: 1px solid #ddd;
}

.checkout-tab-title label {
  margin: 0px;
  font-weight: 500;
  width: 100%;
}

.checkout-tab-content {
  display: none;
  border-top: 1px solid #ddd;
  background: #f3f3f3;
  padding: 15px 45px;
  font-size: 15px;
}

.checkout-tab-content.active {
  display: block;
}

.checkout-tab > div:first-child {
  border-top: 0px;
}

.checkout-tab > div:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

/* END payment */

.checkout-complete-box {
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 20px 30px;
  background: #eee;
  margin-bottom: 30px;
}

.checkout-complete-box h2 {
  margin-bottom: 20px;
}

.checkout-complete-box.checkout-waiting h2 {
  color: #f4891f;
}

.checkout-complete-box.checkout-failed h2 {
  color: #eb3022;
}

.checkout-complete-box.checkout-success h2 {
  color: #05a948;
}

.checkout-complete-box h2 > i {
  margin-right: 10px;
}

.checkout-complete-box a.button {
  margin-top: 15px;
  margin-bottom: 5px;
}

/***** END CHECKOUT *****/

#tabs-2,
#tabs-1 {
  overflow-y: auto;
  max-height: 400px;
  overflow-x: clip;
}

/***** ACCOUNT PAGE *****/
.sidebar-account-box a {
  display: inline-block;
  width: 100%;
}

.sidebar-account-box a.active {
  color: #000;
}

/* address */
.address-box {
  background: #fafafa;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.address-box > span a {
  color: #444645;
}

.address-action-box {
  font-size: 15px;
  margin-top: 5px;
  color: #999;
}

.address-action-box a:not([href]):not([tabindex]),
.address-action-box a {
  color: #f4891f;
}

.address-action-box a:after {
  content: "|";
  color: #bbb;
  padding: 0px 7px 0px 10px;
}

.address-action-box a:last-child:after {
  display: none;
}

.address-action-box a:not([href]):not([tabindex]):hover,
.address-action-box a:hover {
  text-decoration: underline;
}

/* END address */

/* request detail */
.detail-box {
  margin-top: 15px;
}

.detail-box label {
  width: 100%;
  margin-bottom: 0px;
  font-weight: bold;
}

/* END request detail */

table.item-box td.account-order-total {
  padding: 0px;
}

table.item-box td.account-order-total table.total-box {
  width: 100%;
  max-width: 320px;
  margin: 0px;
}

/***** END ACCOUNT PAGE *****/

/***** TABLE LISTING (combine with item-box) *****/
.table-listing {
  margin-top: 20px;
}

.table-listing.table-row-top tbody td {
  vertical-align: top;
}

ul.voucher-term {
  margin-top: 5px;
  list-style: disclosure-closed;
  font-size: 14px;
}

ul.voucher-term > li {
  padding-left: 5px;
}

.voucher-error-box {
  display: inline-block;
  background: red;
  color: #fff;
  font-size: 12px;
  padding: 1px 7px;
}

.slip-box {
  margin-top: 5px;
  background: #eee;
  padding: 7px 15px;
  margin-bottom: 10px;
}

.slip-box label {
  font-weight: bold;
}

.slip-box button.BtnSubmit {
  margin-top: 15px;
  margin-bottom: 7px;
}

.slip-file {
  display: block;
  margin-bottom: 5px;
}

/***** END TABLE LISTING *****/

/***** SIDEBAR *****/
/* filter sidebar */
ul.filter-box {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0px 5px 0px;
}

ul.filter-box li {
  display: flex;
  color: #fc5c1c;
  margin-right: 25px;
  font-size: 15px;
  cursor: pointer;
  margin-bottom: 5px;
  padding: 0px;
}

ul.filter-box li > i {
  margin-right: 5px;
  margin-top: 4px;
}

ul.filter-box li:last-child {
  width: 100%;
  border: 1px solid #fc5c1c;
  border-radius: 5px;
  text-align: center;
  padding: 3px 5px 5px 5px;
  margin-top: 10px;
  margin-right: 0px;
  justify-content: center;
  align-items: center;
}

ul.filter-box li:last-child > i {
  border: 1px solid #fc5c1c;
  padding: 2px 3px 3px 3px;
  border-radius: 100%;
  width: 18px;
  height: 18px;
  font-size: 12px;
  margin-top: 1px;
}

ul.filter-box li:last-child:hover {
  background: #fc5c1c;
  color: #fff;
}

ul.filter-box li:last-child:hover > i {
  border-color: #fff;
}

/* END filter sidebar */

.sidebar {
  margin-bottom: 30px;
  margin-top: 7px;
}

aside.sidebar:last-child {
  margin-bottom: 0px;
}

.sidebar h4 {
  font-size: 16px;
  text-transform: capitalize;
  border-bottom: 2px solid #ddd;
  padding-bottom: 10px;
}

.sidebar ul {
  list-style: none;
  padding: 0px;
}

.sidebar ul li {
  padding: 0px;
  margin-bottom: 0px;
}

.sidebar ul ul {
  display: none;
}

.sidebar .toggle-arrow.enable::after {
  top: 26%;
  right: 5px;
}

.sidebar .toggle-arrow.enable.active::after {
  top: 55%;
}

.sidebar-sub-box {
  display: inline-block;
  width: 100%;
  margin-bottom: 25px;
}

.sidebar-sub-box > ul {
  overflow-y: auto;
  max-height: 170px;
}

.sidebar-sub-box + button {
  margin-top: 5px;
  width: 100%;
}

/***** END SIDEBAR *****/

/***** NOT FOUND *****/
.notfound-box {
  margin: 30px auto;
  text-align: center;
}

.notfound-box img {
  margin-bottom: 70px;
  max-width: 80%;
}

.notfound-title {
  font-size: 36px;
  line-height: 1.5;
  margin-bottom: 26px;
  font-weight: 400;
}

.notfound-text {
  font-size: 16px;
}

.notfound-box a.button {
  margin-top: 60px;
  padding: 15px 34px 16px;
  border-radius: 30px;
}

/***** END NOT FOUND *****/

/***** SUBSCRIBE BOX *****/
.subscribe-form {
  display: flex;
}

.subscribe-form input {
  border-radius: 0px;
  border-color: transparent;
  flex-grow: 1;
}

.subscribe-form button {
  border-radius: 0px;
  margin-left: -3px;
  background: #fff;
  text-transform: uppercase;
  border: 2px solid #4654c1;
  color: #444645;
  font-weight: bold;
  min-width: 110px;
}

.subscribe-form button:hover {
  box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.2);
  border-color: #000;
}

/***** END SUBSCRIBE BOX *****/

/***** ACCORDION *****/
.accor-box {
  border-top: 1px solid #ddd;
  background: #fff;
  margin-bottom: 15px;
}
.accor-box:last-child {
  margin-bottom: 0;
}
.accor-box > h4 {
  margin-bottom: 0px;
  line-height: 1.5;
}

.accor-box > h4.active {
  background: #000;
}

.accor-box > h4 > a {
  display: flex;
  width: 100%;
  align-items: center;
  padding: 10px 15px;
  color: #444645;
  cursor: pointer;
  font-size: 18px;
  flex-grow: 1;
  padding-right: 10px;
}

.accor-box > h4.active > a,
.accor-box .toggle-arrow.enable.active::after {
  top: 77%;
}

.accor-box .toggle-arrow.enable::after {
  border-width: 7px;
  right: 10px;
}

.accor-box .accor-content {
  display: none;
  padding: 15px;
}

.accor-box .accor-content.active {
  display: block;
}

/***** END ACCORDION *****/

/**** PAGINATION ****/
.pagination {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: 20px 0px 10px 0px;
}

.pagination > a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  border-radius: 5px;
  margin: 0 3px 10px 3px;
  padding: 3px 10px;
  border: 1px solid #ddd;
  line-height: 1.5;
  color: #777;
  font-size: 14px;
  min-width: 29px;
  height: 29px;
}

.pagination > a:hover,
.pagination > a:focus {
  background: #eee;
}

.pagination > a.active,
.pagination > a.active:hover,
.pagination > a.active:focus {
  background: none;
  border-color: #222;
  color: #222 !important;
}

.pagination a.prev-next {
  font-size: 13px;
}

.pagination a.prev-next > span {
  padding-top: 4.5px;
}

/**** END PAGINATION ****/

.input-group > .loan_num:not(:first-child) {
  color: #4554c0;
  font-weight: 600;
  border: none;
  font-size: 14px;
}

/**** SELECTPICKER ****/
.select2-container .select2-choice,
.select2-container .select2-selection {
  border-radius: 5px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  text-align: left;
  padding: 7px 35px 7px 15px;
  font-size: 15px;
  color: #000;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  color: #bbb;
}

.select2-results__option {
  font-size: 15px;
  padding: 5px 10px;
  background: #fff;
}

.select2.select2-container--open {
  z-index: unset;
}

.select2-container--open {
  z-index: 9999999999;
}

.select2-container--open .select2-dropdown {
  border-color: #ddd;
}

.select2-search--dropdown .select2-search__field {
  padding: 7px 10px !important;
}

.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #ddd;
  color: black;
}

/**** END SELECTPICKER ****/

/***** POPUP *****/
/* basic */
#bg-overlay,
#bg-sub-overlay {
  position: fixed;
  display: none;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  overflow: auto;
}

#bg-sub-overlay {
  z-index: 99;
}

#bg-overlay > i {
  display: none;
  font-size: 65px;
  position: absolute;
  top: 45%;
  left: 47%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  color: #fff;
}

#bg-overlay.loading > i {
  display: block;
}

#popup-close,
#popup-close2 {
  position: fixed;
  display: none;
  cursor: pointer;
  color: #fff;
  top: 0px;
  right: 25px;
  font-size: 32px;
  z-index: 99;
  line-height: 1.3;
}

#popup-close2 {
  position: absolute;
  width: 40px;
  top: 0px;
  right: 0px;
  transform: unset;
  display: block;
  padding-right: 7px;
  color: #000;
  text-align: right;
}

#popup-close:hover {
  color: #666;
}

/* END basic */

/* alert */
#popup-alert-box {
  position: relative;
  display: none;
  width: 30%;
  max-width: 350px;
  top: calc(50% - 30px);
  transform: translateY(-50%);
  background: #eee;
  border-radius: 5px;
  padding: 15px 20px;
  margin: 30px auto;
  font-size: 15px;
  color: #000;
  text-align: center;
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1), 6px 6px 6px rgba(0, 0, 1, 0.1);
}

#popup-alert-box.popup-alert-sub-box {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0px;
  z-index: 99;
  overflow: auto;
  max-height: 80vh;
}

#popup-alert-box > span {
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
}

#popup-alert-box .error-msg {
  text-align: left;
}

#popup-alert-box .error-msg > strong {
  display: inline-block;
  width: 100%;
  margin-bottom: 5px;
  color: red;
}

#popup-alert-box button {
  margin-bottom: 10px;
  margin-top: 15px;
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.19), 2px 2px 2px rgba(0, 0, 0, 0.22);
}

#popup-alert-box button:hover {
  box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.2);
}

/* END alert */

/* confirmation */
.confirm-box {
  display: inline-block;
  width: 100%;
  margin: 7px 0px;
}

.confirm-box a {
  color: #000;
}

.confirm-button-box {
  display: flex;
  margin-top: 15px;
  margin-bottom: -15px;
}

.confirm-button-box > button {
  width: 100%;
}

.confirm-button-box > button:first-child {
  margin-right: 15px;
}

/* END confirmation */

/* info (form) */
#popup-info-container {
  position: relative;
  display: none;
  width: 550px;
  /*changed by Jesa on 01/10/2020, originally 50%*/
  height: 100%;
  top: 35%;
  /*changed by Hami on 25/09/2020 from 50%*/
  left: 35%;
  /*changed by Hami on 25/09/2020 from 50%*/
  transform: translate(-10%, -35%);
  /*changed by Hami on 25/09/2020 from translate(-50%, -50%)*/
}

#popup-info-box {
  position: relative;
  background: #fff;
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1), 6px 6px 6px rgba(0, 0, 1, 0.1);
  padding: 20px 35px;
  border-radius: 5px;
  margin: 30px auto;
}

#popup-info-box.popup-full {
  padding: 0px;
}

#popup-info-box.middle {
  top: calc(50% - 30px);
  transform: translateY(-50%);
}

#popup-info-box h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 30px;
  margin-bottom: 10px;
  line-height: 1.4;
}

#popup-info-box.popup-full h3 {
  padding-top: 25px;
}

#popup-info-box h3 img {
  width: 22px;
  margin-top: 2px;
  margin-right: 10px;
  display: none;
  /* added by Jesa on 01/10/2020 */
}

#popup-info-box button {
  text-transform: uppercase;
  margin-top: 10px;
  border-radius: 0;
  /* added by Jesa on 01/10/2020 */
}

#popup-info-box .mt-10.text-center

/* added by Jesa on 01/10/2020 */ {
  font-size: 14px;
}

/* END info (form) */

/* product */
#popup-alert-box.popup-product {
  width: 45%;
  max-width: 550px;
}

#popup-alert-box.popup-product > span {
  margin-bottom: 0px;
}

.popup-product-box {
  display: flex;
  align-items: center;
}

.popup-product-image {
  max-width: 100px;
  margin-right: 30px;
}

.popup-product-info {
  text-align: left;
}

.popup-product-info h5 {
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
  line-height: 1.4;
}

.popup-product-detail {
  margin-bottom: 15px;
  margin-top: -5px;
  font-size: 14px;
  color: #444645;
}

.popup-product-detail label {
  margin-bottom: 0px;
}

.popup-product-detail li {
  margin-bottom: 0px;
  padding-left: 3px;
}

.popup-product-info [type="checkbox"] + label {
  cursor: default;
  padding-left: 25px;
  color: #0eab0c;
}

.popup-product-info [type="checkbox"]:checked + label::before {
  background: none;
  border: 0px;
}

.popup-product-info [type="checkbox"] + label::after {
  background: none;
  border-color: #333;
}

.popup-product-button {
  margin-top: 20px;
}

#popup-alert-box .popup-product-button button {
  margin-top: 0px;
}

.popup-product-button button:first-child {
  margin-right: 10px;
}

/* END product */
/***** END POPUP *****/

/***** FOOTER *****/
/* content */
.footer-big {
  padding: 30px 0;
  background: #4654c1 !important;
  color: #fff;
}

.footer-big .row > div {
  padding: 15px 15px 10px 40px;
}

.footer-big .row > div:first-child {
  padding-left: 15px;
}

.footer-big .row > div:nth-child(2) {
  padding-left: 30px;
}

.footer-big h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 43px;
  color: #fff;
}

.footer-big ol,
.footer-big ul {
  list-style: none;
  padding-left: 0px;
  margin: 0px;
}

.footer-big ol li,
.footer-big ul li {
  display: inline-block;
  width: 100%;
  padding: 0px;
  margin-bottom: 0px;
}

.footer-big ol li a,
.footer-big ul li a {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
  color: #fff;
  font-size: 12px;
}

.footer-payment-box {
  background: #fff;
  padding: 10px 0px;
  text-align: center;
}

.footer-payment-box img {
  max-height: 24px;
  margin: 5px;
  width: auto !important;
}

.footer-social {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0px;
}

.footer-social i.fa {
  background: #3f4040;
  border-radius: 5px;
  width: 25px;
  height: 25px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  margin-right: 7px;
}

.footer-social i.fa > span {
  display: none;
}

.footer-social strong {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.footer-state.d-none.d-sm-flex > div > div > ul > li > a{
    padding: 14px 20px;
}

/* END content */

/* copyright */
.mini-footer {
  background-color: #fff;
  color: #000;
  font-size: 14.5px;
}

.mini-footer .container > .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100px;
}

.mini-footer p {
  margin-bottom: 0px;
  padding: 15px 0px 10px 0px;
}

.mini-footer a {
  color: #000;
}

.mini-footer a:hover {
  color: #4654c1;
}

ul.social-box {
  display: flex;
  align-items: center;
  justify-content: end;
  padding: 0px;
  margin: 0px;
  row-gap: 10px;
  column-gap: 25px;
  list-style: none;
  font-size: 17px;
  margin-top: 3px;
}

ul.social-box li {
  padding: 0px;
  margin: 0px;
}

/* END copyright */

/* back to top */
.go_top {
  position: fixed;
  width: 40px;
  height: 40px;
  right: 90px;
  bottom: 20px;
  cursor: pointer;
  background: transparent;
  border: 2px solid #3f4040;
  font-size: 20px;
  color: #3f4040;
  border-radius: 50%;
  visibility: hidden;
  text-align: center;
  padding-top: 1px;
  z-index: 99;
}

.go_top:hover {
  background: #3f4040;
  color: #fff;
}

/* END back to top */
/***** END FOOTER *****/

/***** LOADING PAGE *****/
.loading-box {
  width: 40%;
  margin: 0 auto;
}

.loading-box h1 {
  font-size: 60px;
  text-transform: uppercase;
}

/***** END LOADING PAGE *****/

/***** DATEPICKER ******/
.ui-datepicker {
  z-index: 999 !important;
}

.ui-datepicker .ui-datepicker-prev.ui-state-hover,
.ui-datepicker .ui-datepicker-next.ui-state-hover {
  border: 0px;
  background: transparent;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 2px;
  top: 2px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 2px;
  top: 2px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: none;
}

.ui-datepicker .ui-datepicker-prev:before {
  content: "\f053";
  font-family: "FontAwesome";
  left: 47%;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}

.ui-datepicker .ui-datepicker-next:before {
  content: "\f054";
  font-family: "FontAwesome";
  left: 55%;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}

/***** END DATEPICKER ******/

/***** ANIMATION *****/
[data-animate] {
  will-change: filter, transform, opacity;
  animation-fill-mode: forwards;
  opacity: 0 !important;
  transition: filter 1.3s, transform 1.6s, opacity 0.7s ease-in;
}

[data-animate="bounceInLeft"],
[data-animate="bounceInUp"],
[data-animate="bounceInDown"],
[data-animate="bounceInRight"] {
  transition: transform 0.8s cubic-bezier(0, 0.195, 0, 1.465),
    opacity 0.5s ease-in;
}

[data-animate="bounceInLeft"] {
  transform: translate3d(-300px, 0, 0);
}

[data-animate="blurIn"] {
  filter: blur(15px);
}

[data-animate="fadeInLeft"] {
  transform: translate3d(-70px, 0, 0);
}

[data-animate="fadeInRight"] {
  transform: translate3d(70px, 0, 0);
}

[data-animate="bounceInUp"],
[data-animate="fadeInUp"] {
  transform: translate3d(0, 70px, 0);
}

[data-animate="bounceInRight"] {
  transform: translate3d(300px, 0, 0);
}

[data-animate="bounceIn"] {
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}

[data-animate="bounceInDown"],
[data-animate="fadeInDown"] {
  transform: translate3d(0, -70px, 0);
}

[data-animate="flipInY"] {
  transform: perspective(400px) rotate3d(0, 1, 0, -90deg)
    translate3d(15px, 0, 0);
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}

[data-animate="flipInX"] {
  transform: perspective(400px) rotate3d(1, 0, 0, 90deg)
    translate3d(0, -15px, 0);
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}

[data-animated="true"] {
  animation-delay: 0.1s;
  transform: translate3d(0, 0, 0) scale(1);
  opacity: 1 !important;
}

[data-animate="none"] {
  opacity: 1 !important;
}

[data-animated="true"][data-animate="blurIn"] {
  filter: blur(0);
}

[data-animated="false"] {
  transition: none !important;
}

[data-animate]:hover {
  transition-delay: 0s !important;
}

[data-animate-delay="100"] {
  transition-delay: 0.1s;
}

@keyframes stuckMoveDown {
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes rotateDown {
  0% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotateUp {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(180deg);
  }
}

/***** END ANIMATION *****/

/***** OTHERS *****/
.mt-10 {
  margin-top: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mt-25 {
  margin-top: 25px;
}

.notes {
  color: #999;
  font-weight: 500;
}

h3 + .notes {
  margin-top: -10px;
  font-size: 15px;
  font-weight: normal;
}

.password-hints {
  position: absolute;
  background: #fff;
  bottom: 55px;
  left: 0px;
  z-index: 9;
  border: 1px solid #ddd;
  padding: 15px;
  font-size: 14px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
}

.password-hints:before {
  position: absolute;
  display: inline-block;
  content: "";
  border: 6px solid transparent;
  border-color: transparent transparent #fff #fff;
  box-shadow: -1.5px 1.5px 0 0 #ddd;
  bottom: -5px;
  left: 40px;
  transform: rotate(-45deg);
  background: #fff;
}

.password-hints li {
  padding-left: 5px;
}

.password-suggest {
  position: relative;
  width: 100%;
  background: #fff;
  z-index: 9;
  border: 1px solid #ddd;
  display: flex;
  padding: 7px 15px;
  font-size: 14px;
}

#password-suggest-text {
  text-align: right;
  flex-grow: 1;
}

.hide {
  display: none;
}

/***** END OTHERS *****/
.further-insight-b {
  margin-right: 50px;
  margin-top: -12px;
}
/***** STORES *****/
.store-banner {
  margin-top: -30px;
}

.store-banner img {
  width: 100%;
}

.store-details {
  display: flex;
  margin: 20px 0px;
}

.store-logo {
  width: 200px;
  flex-shrink: 0;
  padding-right: 20px;
}

.store-loc {
  font-weight: 600;
  margin-top: -10px;
}

.store-desc {
  flex-grow: 1;
}

.store-desc h2 {
  line-height: 1.3;
  font-weight: bold;
}

ul.store-menu {
  list-style: none;
  margin: 0px;
  padding: 0px;
  margin-bottom: -15px;
  margin-top: 30px;
  border-bottom: 1px solid #ececec;
}

ul.store-menu > li {
  display: inline-block;
  border: 1px solid #ececec;
  margin-right: 5px;
  padding: 7px 20px;
  font-weight: bold;
  margin-bottom: 0px;
  border-bottom: 0px;
  cursor: pointer;
}

ul.store-menu > li:last-child {
  margin-right: 0px;
}

ul.store-menu > li.active,
ul.store-menu > li:hover {
  background: #4654c1;
  color: #fff;
}

.store-info {
  padding: 40px 20px;
}

/***** END STORES *****/

/***** RETURN *****/
.order-button-box a + a {
  margin-left: 7px;
}

.square-photo {
  display: flex;
  margin-top: -7px;
}

.square-photo .square-photo-box {
  margin-right: 5px;
  height: 100%;
  max-width: 100px;
  min-height: 100px;
  text-align: center;
}

.square-photo .square-photo-box:last-child {
  margin-right: 0px;
}

.square-photo .square-photo-box > a:first-child {
  display: inline-block;
  width: 100%;
  height: 100px;
}

.square-photo .square-photo-box > a:last-child [type="checkbox"] + label,
[type="radio"] + label {
  /*margin-top: 3px;*/
  /*margin-bottom: 0px;*/
  /*font-size: 14px;*/
  /*line-height: 1.9;*/
}

.square-photo-box img {
  height: 100%;
  width: 100%;
  border: 1px dashed #ccc;
  max-width: 100px;
  max-height: 100px;
  object-fit: contain;
  padding: 5px;
}

.square-photo .file_box {
  border: 0px;
  max-width: 100px;
  height: 100px;
  text-align: center;
}

.square-photo .file_text {
  border: 1px dashed #ccc;
  background: #f4f5f8;
  color: #666;
  padding: 10px 15px;
  font-size: 14px;
  word-break: break-word;
}

.square-photo .file_btn {
  display: none;
}

.return-notes {
  font-size: 15px;
  margin-bottom: 20px;
}

.return-notes > li {
  margin-bottom: 0px;
  padding-left: 0px;
}

/***** END RETURN *****/

/***** CHAT *****/
.chat-now-icon {
  background: #4654c1;
  display: inline-block !important;
  vertical-align: middle;
  margin-left: 5px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  border-radius: 20px;
  padding: 1px 10px !important;
  cursor: pointer;
  width: auto !important;
}

.chat-now-icon > i {
  font-size: 13px;
  margin-bottom: 3px;
  vertical-align: middle;
  margin-right: 3px;
}

.chat-icon {
  position: fixed;
  right: 17px;
  bottom: 15px;
  background: #4654c1;
  color: #fff;
  border-radius: 100%;
  padding: 10px;
  width: 60px;
  height: 60px;
  text-align: center;
  font-size: 36px;
  line-height: 1;
  z-index: 99;
  cursor: pointer;
  box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.52);
}

.chat-msg-count {
  position: absolute;
  background-color: #000;
  color: #fff;
  text-align: center;
  border-radius: 100%;
  padding: 6px 10px;
  z-index: 1;
  font-size: 14px;
  bottom: 45px;
  right: 0px;
}

.chat-box {
  position: fixed;
  right: 17px;
  bottom: 0px;
  width: 0px;
  height: 0px;
  background: #fff;
  box-shadow: 0 0 7px 0 #999;
  z-index: -1;
  opacity: 0;
}

.chat-box.active {
  opacity: 100%;
  z-index: 999;
  width: 700px;
  max-height: 500px;
  height: 100%;
  transition: width 0.5s ease-in-out, height 0.5s ease-in-out,
    opacity 0.5s ease-in-out;
}

.chat-box .row {
  height: 100%;
  flex-wrap: nowrap;
}

.chat-box .row > .col-md-4 {
  border-right: 1px solid #ddd;
  padding-right: 0px;
}

.chat-box .row > .col-md-8 {
  padding-left: 0px;
}

/* side */
.chat-side-title {
  border-bottom: 1px solid #ddd;
  min-height: 45px;
  display: flex;
  align-items: center;
  padding: 0px 10px;
  font-weight: bold;
  font-size: 18px;
  color: #777;
}

.chat-side-title > i {
  margin-right: 7px;
  margin-bottom: 2px;
}

.chat-list {
  height: calc(100% - 45px);
  overflow-y: auto;
  overflow-x: hidden;
}

.chat-list ol {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.chat-list ol li {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #eee;
  font-size: 15px;
  line-height: 1.3;
  padding: 10px;
  margin: 0px;
  align-items: center;
  cursor: pointer;
}

.chat-list ol li:hover,
.chat-list ol li.active {
  background: rgba(255, 95, 31, 0.2);
}

.chat-list ol li.unread {
  background: #ccc;
}

.chat-list-img {
  border-radius: 100%;
  background: #eee;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}

.chat-list-img img {
  border-radius: 100%;
  object-fit: cover;
  height: 100%;
}

.chat-list-img img.no-image {
  padding: 7px;
  object-fit: contain;
  height: auto;
  border-radius: 0px;
}

.chat-list-info {
  flex-grow: 1;
  padding: 0px 7px;
}

.chat-list-name {
  font-weight: bold;
  color: #000;
}

.chat-list-date {
  font-size: 13px;
  color: #777;
}

.chat-list-delete {
  font-size: 17px;
  flex-shrink: 0;
}

/* END side */

/* msg */
.chat-msg-title {
  border-bottom: 1px solid #ddd;
  min-height: 45px;
  display: flex;
  align-items: center;
  padding: 0px 10px;
}

.chat-title {
  flex-grow: 1;
  font-weight: bold;
  color: #000;
  font-size: 18px;
}

.chat-close {
  cursor: pointer;
  flex-shrink: 0;
}

.chat-close-mobile,
.chat-back-mobile {
  display: none;
}

.chat-msg-box {
  height: calc(100% - 45px);
  background: #f9f9f9;
}

.chat-msg-content {
  padding: 0px 10px;
  height: 100%;
  max-height: calc(100% - 45px - 110px);
  max-height: calc(100% - 45px - 12px);
  overflow-y: auto;
  overflow-x: hidden;
  font-size: 14px;
}

.chat-msg-date {
  text-align: center;
  font-size: 13px;
  color: #888;
  margin-top: 20px;
  font-weight: bold;
}

.chat-msg-left,
.chat-msg-right {
  display: flex;
  margin: 15px 0px;
  line-height: 1.3;
}

.chat-msg-right {
  justify-content: flex-end;
}

.chat-msg-img {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background: #eee;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  margin-right: 7px;
}

.chat-msg-right .chat-msg-img {
  margin-right: 0px;
  margin-left: 7px;
  order: 2;
}

.chat-msg-img img {
  border-radius: 100%;
  object-fit: cover;
  height: 100%;
}

.chat-msg-img img.no-image {
  padding: 7px;
  object-fit: contain;
  height: auto;
  border-radius: 0px;
}

.chat-msg-img > i {
  font-size: 26px;
  color: #000;
}

.chat-msg-text {
  max-width: calc(100% - 120px);
  background: #fff;
  border-radius: 7px;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  color: #000;
  border: 1px solid #ddd;
}

.chat-msg-time {
  color: #777;
  font-size: 12px;
  margin-left: 7px;
  display: flex;
  align-items: flex-end;
}

.chat-msg-right .chat-msg-time {
  order: -1;
  margin-left: 0px;
  margin-right: 7px;
}

/* END msg */

/* send */
.chat-msg-form {
  border-top: 1px solid #ddd;
  padding: 10px;
}

.chat-msg-form > form {
  display: flex;
  align-items: center;
}

.chat-msg-form input {
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 20px;
  margin-right: 10px;
  padding: 5px 15px;
  color: #000;
}

.chat-msg-form a img {
  width: 22px;
  margin-bottom: 2px;
}

/* END send */

/* empty */
.chat-empty-box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.chat-empty {
  text-align: center;
  color: #777;
}

.chat-empty > i {
  font-size: 40px;
  margin-bottom: 20px;
}

/* END empty */
/***** END CHAT *****/

/***** NOTIFICATION *****/
/***** NOTIFICATION *****/
.member-menu ul li a.icon-notify {
  position: relative;
  color: #000 !important;
  font-size: 20px;
}

.icon-notify-no {
  position: absolute;
  top: -3px;
  left: 50%;
  font-size: 11px;
  color: #fff;
  height: 16px;
  min-width: 16px;
  text-align: center;
  background: #4b5feb;
  border-radius: 10px;
  line-height: 1.5;
  font-weight: 500;
  padding: 0px 4px;
}

.header-notify-box {
  position: absolute;
  display: none;
  padding-top: 10px;
  right: 0px;
  width: 400px;
  z-index: 99;
}

.header-notify-box.active {
  display: block;
}

.header-notify-box > ol {
  position: relative;
  background: #fff;
  border: 1px solid #ddd;
  display: inline-block;
  width: 100%;
  z-index: 9;
  text-align: left;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
  margin: 0px;
  padding: 0px;
}

.header-notify-box > ol:before {
  position: absolute;
  display: inline-block;
  content: "";
  border: 6px solid transparent;
  border-color: transparent transparent #fff #fff;
  box-shadow: -1.5px 1.5px 0 0 #ddd;
  transform: rotate(135deg);
  z-index: 999;
  top: -5px;
  right: 6px;
  flex-wrap: wrap;
  background: #fff;
}

.header-notify-box > ol > li {
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #000;
  line-height: 1.3;
  width: 100%;
  padding: 10px 15px;
  border-top: 1px solid #ddd;
  cursor: pointer;
  margin: 0px;
}

.header-notify-box > ol > li:first-child {
  border-top: 0px;
  cursor: default;
}

.header-notify-box > ol > li:first-child > div {
  font-size: 18px;
  font-weight: bold;
  flex-grow: 1;
}

.header-notify-box > ol > li:first-child > a {
  flex-shrink: 0;
}

.header-notify-box > ol > li a {
  font-size: 15px;
  color: #4b5feb !important;
  margin: 0px !important;
}

.header-notify-box > ol > li a:hover {
  color: #4b5feb !important;
}

.header-notify-box > ol > li:not(:first-child):hover {
  background: #eee !important;
}

.header-notify-box > ol > li.notify-new {
  background: rgb(210, 215, 250);
}

.notify-close {
  display: none;
}

.notify-icon {
  margin-right: 15px;
  flex-shrink: 0;
}

.notify-icon > i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 18px;
  border-radius: 100%;
  color: #4b5feb;
  background: rgb(237, 239, 253);
}

.notify-info {
  flex-grow: 1;
}

.notify-info > p {
  margin-bottom: 0px;
}

.notify-info > p.time {
  color: #777;
  font-size: 13px;
}

.notify-mark {
  margin-left: 15px;
  flex-shrink: 0;
  background: #087d7d;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  cursor: pointer;
}

.notify-mark > i {
  color: #fff;
}

.notification-box {
  position: relative;
  left: unset;
  top: unset;
  display: block;
  width: 100%;
  z-index: 9;
}

.notification-box.header-notify-box > ol {
  box-shadow: none;
  border-top: 0px;
}

.notification-box.header-notify-box > ol:before {
  display: none;
}

.notification-box.header-notify-box > ol li:first-child {
  display: none;
}
/***** END NOTIFICATION *****/

/***** END NOTIFICATION *****/

/* by josephine */
.products-location-box {
  display: flex;
  align-items: center;
}

.products-location-box > div:first-child {
  flex-grow: 1;
}

.products-location {
  color: #888;
  padding-left: 10px;
  font-size: 13px;
}

.review-text > span {
  display: none;
}

a.review-text-show {
  color: #4654c1 !important;
  font-size: 15px;
}

/* checkout v2 */
.checkout-site-header {
  padding: 5px 0px;
  position: relative;
}

header.checkout-site-header + .content {
  padding-top: 0px;
}

.checkout-box h4 {
  font-size: 15px;
}

.checkout-box a.checkout-login {
  color: #4654c1;
}

.checkout-box a.checkout-login:hover {
  border-bottom: 1px dotted;
}

.checkout-box .checkout-notify-email {
  margin-top: 0px;
}

.checkout-banner {
  height: 160px;
}

.checkout-banner img {
  height: 100% !important;
  object-fit: cover;
}

.checkout-banner + .content {
  padding: 0px;
}

.checkout-box > div {
  padding-bottom: 30px;
}

.checkout-box,
.checkout-box input,
.checkout-box .input-row label.input,
.checkout-box
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered,
.checkout-box [type="checkbox"] + label {
  font-size: 90%;
  font-weight: normal;
}

.checkout-box [type="checkbox"] + label::before {
  top: 2px;
}

.checkout-box [type="checkbox"] + label::after {
  top: 4.5px;
}

.checkout-summary-info-box {
  background: #fafafa;
  box-shadow: 1px 0 0 #f5f5f5 inset;
  order: 1;
}

.checkout-summary-info-box table.item-box {
  font-size: 14px;
}

.checkout-summary-info-box table.item-box td {
  padding: 5px 7px;
}

.checkout-summary-info-box .store-box label,
.checkout-summary-info-box table.item-box td.store-notes {
  font-size: 13px;
}

.checkout-summary-info-box table.item-box tr.store-separator td {
  padding: 10px;
}

.checkout-summary-info-box table.item-box tr.cart-items td {
  padding: 10px 7px;
}

.checkout-summary-info-box table.item-box tr.cart-items td:first-child {
  border-right: 0px;
}

.checkout-summary-info-box table.item-box tr.cart-items td:last-child {
  border-left: 0px;
}

.checkout-summary-info-box .item-product-image {
  position: relative;
  border: 1px solid #ddd;
}

.checkout-summary-info-box .item-product-qty {
  position: absolute;
  top: -7px;
  right: -7px;
  font-size: 11px;
  color: #fff;
  height: 18px;
  width: 18px;
  text-align: center;
  background: #f4891f;
  border-radius: 10px;
  line-height: 1.7;
  font-weight: 500;
}

.checkout-summary-info-box .item-product-info > a {
  font-size: 14px;
}

ul.checkout-summary-info-details {
  list-style: none;
  font-size: 12px;
  padding-left: 0px;
  margin-top: 3px;
}

ul.checkout-summary-info-details > li {
  padding-left: 0px;
  margin-bottom: 2px;
}

ul.checkout-summary-info-details > li > label {
  margin-bottom: 0px;
}

.checkout-summary-info-box .item-product-error {
  font-size: 11px;
  margin-top: 3px;
}

.checkout-summary-info-box table.total-box {
  width: 100%;
  margin-top: 30px;
}

.checkout-summary-info-box table.total-box thead {
  font-size: 16px;
}

.checkout-summary-info-box table.total-box td {
  padding: 5px 7px;
}

.checkout-summary-mobile {
  display: none;
}

.checkout-box .checkout-info-box table {
  font-size: 90%;
}

.checkout-box tr.store-delivery-fee td:first-child {
  border-right: 0px !important;
}

.checkout-box tr.store-delivery-fee td:last-child {
  border-right: 1px solid #ddd !important;
}

.checkout-box tr.store-delivery-fee td:last-child > div {
  justify-content: flex-end;
}

.checkout-box tr.store-delivery-fee td:last-child > div > label {
  margin-right: 0px !important;
}

.checkout-delivery-method-fee {
  text-align: right;
  padding-top: 10px;
}

.checkout-box .checkout-coupon > a {
  font-size: 90%;
}

#checkout-discount-voucher-box {
  display: none;
}

.checkout-coupon-box {
  display: flex;
  align-items: center;
  padding: 20px 0px;
}

.checkout-coupon-text {
  min-width: 110px;
  flex-shrink: 0;
  width: auto;
}

#checkout-coupon-code {
  margin-left: 0px;
}

#checkout-coupon-amount {
  flex-grow: 1;
  color: #000;
  margin-left: 20px;
}

#checkout-coupon-amount .checkout-item-coupon-box {
  max-width: unset;
  float: unset;
}

#checkout-coupon-amount .checkout-coupon {
  display: inline-block;
  margin-left: 10px;
}

.checkout-info-box span#BillStateBox,
.checkout-info-box span.select2,
.checkout-info-box span.select2 span {
  margin-left: 0px;
}

/* END checkout v2 */
/* END by josephine */

/***** RESPONSIVE *****/
@media only screen and (max-width: 991px) /* ipad landscape */ {
  /* basic */
  h3 {
    font-size: 27px;
  }

  .logo img {
    max-width: 200px;
  }
  .logo::before{
    bottom: -40px;
  }
  /* END basic */

  /* header */
  .topbar {
    margin-bottom: 68px;
  }

  header {
    padding: 7px 0px 10px 0px;
    position: absolute;
  }
  
  .header-transparent-overlay {
      background-color: transparent;
  }
  header > .container > .row > div:first-child {
    display: flex;
    align-items: center;
  }

  .menu-icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-top: 7px;
  }

  .menu-icon ul {
    justify-content: flex-start;
  }

  .menu-icon ul li a {
    margin-left: 0px;
  }

  .menu-icon.member-menu ul li a img

    /*added by jesa on 27/08/2020*/ {
    max-width: 24px;
  }

  header.sticky {
    z-index: 999;
  }

  body.overflow header.sticky {
    position: relative;
    z-index: 9;
  }

  /* END header */

  /* sliders */
  .sliders-box {
    margin-top: 0px !important;
  }

  .flickity-prev-next-button.previous {
    left: 5px;
  }

  .flickity-prev-next-button.next {
    right: 5px;
  }

  /* END sliders */

  /* menu */
  .category-menu {
    display: none;
    position: relative;
    background: #fff;
    width: 300px;
    top: 0px;
    left: 0px;
    height: 100%;
    overflow-y: auto;
    padding: 0px;
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1), 6px 6px 6px rgba(0, 0, 1, 0.1);
    overflow-x: hidden;
  }

  .category-menu li {
    width: 100%;
    margin: 0px;
  }

  .category-menu > ul > li {
    border-bottom: 1px solid #ececec;
    margin: 0px;
  }

  .category-menu > ul > li.active {
    border-bottom: 0px;
  }

  .category-menu > ul > li > div.category-menu-top {
    display: flex;
    padding-bottom: 0px;
  }

  .category-menu > ul > li > div.category-menu-top.active,
  .category-menu > ul > li > div.category-menu-top.active::after {
    font-weight: bold;
    background: #eee;
  }

  .category-menu > ul > li > div.category-menu-top > a {
    display: inline-block;
    width: 100%;
    margin: 0px;
    padding: 10px 0px 10px 20px;
    font-size: 16px;
    text-transform: capitalize;
    margin-right: 50px;
  }

  .category-menu > ul > li:hover,
  .category-menu > ul > li.active,
  .category-menu
    > ul
    > li:hover
    > div.category-menu-top.toggle-arrow.enable::after {
    background: #eee;
    color: #000;
  }

  .category-menu > ul > li > div.category-menu-top.toggle-arrow.enable::after {
    right: 25px;
    box-shadow: -2px 2px 0 0 transparent;
    background: transparent;
  }

  .category-menu > ul > li:last-child {
    border-bottom: 0px;
  }

  .sub-category-menu {
    display: none;
    position: relative;
    width: 100%;
    top: 0px;
    box-shadow: none;
    border: 0px;
    margin: 0px;
    padding: 0px 45px 15px 30px;
    background-color: #eee !important;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
    margin-top: -5px;
    max-height: unset;
    min-height: unset;
  }

  .sub-category-menu > ul {
    width: 100% !important;
    background-color: #eee !important;
    padding: 0px;
  }

  .sub-category-menu > ul > li {
    margin-bottom: 0px;
    width: 100%;
    padding: 0px;
  }

  .sub-category-menu > ul > li > a {
    border: 0px;
    padding: 7px 0px;
    color: #000 !important;
    padding-right: 0px;
    background-color: transparent !important;
  }

  .sub-category-menu > ul > li:last-child > ul {
    margin-bottom: 0px;
  }

  /* END menu */

  /* homepage */
  .home-icon .sliders .home-icon-box {
    width: calc(100% / 3);
  }

  .home-icon .flickity-prev-next-button.previous {
    left: -2.9%;
  }

  .home-icon .flickity-prev-next-button.next {
    right: -3%;
  }

  .home-bestseller-content {
    max-height: 200px;
  }

  .sliders.products-sliders .featured-box {
    width: calc(100% / 4);
  }

  /* END homepage */

  /* footer */
  .footer-big {
    padding-bottom: 20px;
  }

  .footer-big .row > div,
  .footer-big .row > div:first-child,
  .footer-big .row > div:nth-child(2) {
    padding: 15px;
  }

  /* END footer */

  /* popup */
  #popup-info-container,
  #popup-alert-box {
    width: 70%;
  }

  /* END popup */

  /* product listing */
  .category-brands-sliders {
    width: 95%;
  }

  .sliders-no-dots.category-brands-sliders .flickity-prev-next-button.previous {
    left: -30px;
  }

  .sliders-no-dots.category-brands-sliders .flickity-prev-next-button.next {
    right: -38px;
  }

  /* END product listing */

  /* product details */
  .product-info-brands-header .product-info-brands-logo {
    width: 100px;
  }

  /* END product details */

  /* checkout */
  table.total-box,
  .cart-disabled-text {
    width: 50%;
  }

  .checkout-product-col {
    order: unset;
    margin-bottom: 30px;
  }

  .account-order .checkout-product-col {
    order: 1;
    margin-bottom: 0px;
  }

  /* END checkout */

  .product-info-brands-item .row > div[class^="col-"] > a {
    height: 65px;
  }

  .topbanner {
    padding: 15px 0px;
    display: none !important;
    /*added by Jesa on 16/10/2020 mobile top banner*/
  }

  .topbanner .homepage-banner {
    padding: 0px;
  }

  .checkout-ship-bill-box {
    float: unset;
    margin-left: 0px;
    margin-top: 0px;
  }

  .checkout-tab-box {
    margin-top: 0px;
    margin-bottom: 15px;
  }

  table.item-box td.account-order-total table.total-box {
    max-width: unset;
  }

  /***** by josephine *****/
  /* checkout v2 */
  .checkout-summary-info-box {
    order: 0;
  }

  .checkout-summary-mobile {
    display: flex;
    align-items: center;
    padding: 12px 0px;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
  }

  .checkout-summary-mobile i.fa:first-child {
    margin-right: 5px;
  }

  .checkout-summary-mobile > div:last-child {
    font-size: 16px;
  }

  .checkout-summary-info-box ul.checkout-step,
  .checkout-summary-detail-box {
    display: none;
  }

  .checkout-summary-info-box {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 0px !important;
    margin-bottom: 10px;
  }

  .checkout-summary-info-box.open {
    border-bottom: 1px solid #ddd;
  }

  .checkout-summary-info-box .checkout-summary-detail-box {
    padding-top: 20px;
    flex-grow: 1;
    width: 100%;
  }

  .checkout-summary-mobile {
    width: 100%;
    flex-grow: 1;
    order: -1;
  }

  #checkout-discount-voucher-box {
    display: block;
  }

  /* END checkout v2 */
  /***** END by josephine *****/
}

@media only screen and (max-width: 767px) /* ipad */ {
  /* basic */
  h1 {
    font-size: 34px;
  }

  .logo img {
    max-width: 200px;
  }

  .topbar {
    font-size: 14px;
  }

  .loading-box {
    width: 60%;
  }

  /* END basic */

  /* homepage */
  .home-icon .sliders .home-icon-box {
    width: calc(100% / 2);
  }

  .sliders.products-sliders .featured-box {
    width: calc(100% / 3);
  }

  .sliders.news-sliders .news-sliders-box {
    width: calc(100% / 2);
  }

  /* END homepage */

  /* products listing */
  .sidebar-select {
    cursor: pointer;
    font-size: 18px;
    line-height: 1.3;
    display: inline-block;
    width: 100%;
    padding: 12px 15px;
    border-radius: 5px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    background: #eee;
    font-weight: 500;
  }

  .sidebar-select.toggle-arrow.enable:after {
    background: #eee;
  }

  .sidebar-select.active {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    margin-bottom: 0px;
  }

  .sidebar-box {
    border: 1px solid #ddd;
    border-top: 0px;
    padding: 10px 15px 10px 15px;
    margin-bottom: 20px;
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1), 6px 6px 6px rgba(0, 0, 1, 0.1);
  }

  /* END products listing */

  .product-info-quantity-box button {
    margin-bottom: 0px !important;
  }

  .product-info-brands-header .product-info-brands-logo {
    width: 120px;
    /*120px*/
  }

  /* END product details */

  /* account */
  .sidebar-account-box {
    display: block;
    margin-bottom: 20px;
    box-shadow: unset;
    border: 1px solid #ddd;
    border-radius: 5px;
    background: #eee;
    font-weight: 500;
    padding: 0px;
  }

  .sidebar-account-box aside {
    margin: 0px;
  }

  .sidebar-account-box h4 {
    padding: 12px 15px;
    border-bottom: 0px;
    margin: 0px;
    font-size: 18px;
    line-height: 1.3;
  }

  .sidebar-account-box h4.toggle-arrow.enable::after {
    background: #eee;
  }

  .sidebar-account-box h4.active {
    border-bottom: 1px solid #ddd;
  }

  .sidebar-account-box ul {
    display: none;
  }

  .sidebar-account-box h4.active.toggle-arrow.enable + .toggle-result {
    background: #fff;
    height: 100%;
    padding: 10px 15px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.19), 6px 6px 6px rgba(0, 0, 0, 0.22);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    font-weight: normal;
  }

  /* END account */

  /* popup */
  #popup-info-container,
  #popup-alert-box {
    width: 80%;
  }

  #popup-alert-box.popup-product {
    width: 65%;
  }

  /* END popup */

  /* brands */
  .brands-logo {
    max-width: 120px;
    max-height: 120px;
    margin-top: -25px;
    margin-right: 20px;
  }

  .brands-header h2 {
    font-size: 24px;
    margin-top: 15px;
  }

  /* END brands */

  /* checkout */
  table.item-box {
    border: 0px;
  }

  table.item-box thead {
    display: none;
  }

  table.item-box tr {
    display: inline-block;
    width: 100%;
    border: 1px solid #ddd;
    border-bottom: 0px;
    margin-bottom: 30px;
  }

  table.item-box tr:last-child {
    margin-bottom: 0px;
  }

  table.item-box th,
  table.item-box td {
    display: flex;
    width: 100%;
    border: 0px;
    border-bottom: 1px solid #ddd;
    text-align: left !important;
    padding: 0px;
  }

  .item-product-box {
    width: 100% !important;
    text-align: left !important;
  }

  table.item-box span {
    display: inline-block;
  }

  .item-product-mobile {
    display: flex;
    align-items: center;
    padding: 10px;
    flex-grow: 1;
    border-right: 1px solid #ddd;
  }

  table.item-box td > div:last-child {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding: 10px;
    width: 200px;
    flex-shrink: 0;
  }

  table.item-box .product-info-quantity-box {
    justify-content: flex-end;
    margin-top: 3px;
  }

  .item-delete a {
    padding: 10px;
    width: 100%;
    text-align: center;
    background: #eee;
  }

  .item-delete a > span {
    font-size: 16px;
  }

  table.item-box tfoot tr,
  table.item-box tfoot td {
    border: 0px;
    margin-bottom: 0px;
    padding: 0px;
  }

  table.item-box tfoot .row {
    padding: 0px;
    margin: 0px;
  }

  table.item-box tfoot .row > div {
    padding: 0px;
  }

  .cart-note-box {
    margin-bottom: 20px;
  }

  table.item-box tfoot td > div:last-child {
    width: 100%;
    padding: 0px;
  }

  table.total-box,
  .cart-disabled-text {
    width: 70%;
  }

  table.item-box tbody {
    display: block;
    margin-bottom: 30px;
  }

  table.item-box tbody:last-child {
    margin-bottom: 0px;
  }

  table.item-box tr.store-separator {
    display: none;
  }

  table.item-box tr.store-box {
    margin-bottom: 15px;
  }

  table.item-box tr.store-box td {
    padding: 5px 10px;
    background: #eee;
  }

  table.item-box tr.store-delivery-box,
  table.item-box tr.store-total-box,
  table.total-box tbody tr {
    margin-bottom: 0px;
    display: flex;
    flex-wrap: wrap;
  }

  table.item-box tr.store-total-box {
    border-top: 0px;
  }

  table.item-box tr.store-delivery-box td,
  table.item-box tr.store-total-box td,
  table.total-box tbody td {
    padding: 10px;
    width: auto;
    flex-grow: 1;
    border-bottom: 1px dashed #ccc;
  }

  table.item-box tr.store-delivery-box td:last-child,
  table.item-box tr.store-total-box td:last-child,
  table.total-box tbody td:last-child {
    max-width: 200px;
    flex-shrink: 0;
    justify-content: flex-end;
    border-left: 1px dashed #ccc;
  }

  table.item-box tr.store-total-box:last-child td {
    border-bottom: 1px solid #ddd;
  }

  table.item-box tr.store-delivery-box td.store-notes {
    width: 100%;
    border-right: 0px;
    max-width: unset;
  }

  table.item-box tr.store-delivery-box td.store-notes:first-child:last-child {
    border-left: 0px;
    border-right: 0px;
  }

  table.item-box tr.store-delivery-box td.store-notes label {
    margin-bottom: 5px;
  }

  table.item-box tr.store-delivery-box td.store-notes > div {
    justify-content: flex-start;
    width: 100%;
    padding: 0px;
    align-items: flex-start;
  }

  table.item-box tr.store-delivery-box td.store-notes.store-notes-empty {
    padding: 0px;
    border-bottom: 0px;
  }

  table.item-box tr.store-separator.total-row {
    display: block;
  }

  table.total-box {
    width: 100%;
    margin: 0px;
    border: 0px;
  }

  table.total-box thead {
    display: block;
  }

  table.total-box thead tr {
    border: 0px;
  }

  table.total-box thead td {
    padding: 7px 10px;
    width: 100% !important;
  }

  table.total-box tbody {
    align-items: center;
  }

  table.total-box tbody tr {
    border: 0px;
  }

  table.total-box tbody tr:last-child td {
    border-bottom: 0px;
  }

  .total-main-box {
    margin-top: 30px;
    border: 1px solid #ddd;
  }

  .total-main-box table.total-box thead tr {
    display: block;
  }

  .total-main-box table.total-box thead td {
    display: block;
    border-top: 0px;
  }

  .total-main-box table.total-box tbody td {
    border-top: 0px;
  }

  .checkout-total-box table.total-box {
    margin-top: 0px;
  }

  /* END checkout */

  /* table listing */
  table.table-listing .hide-on-mobile {
    display: none;
  }

  table.table-listing .item-product-mobile {
    width: 150px;
    flex-grow: unset;
  }

  table.table-listing td > div:last-child {
    width: unset;
    flex-grow: 1;
  }

  table.table-listing.table-row-top .item-product-mobile {
    align-items: flex-start;
  }

  table.table-listing.table-row-top.item-box td > div:last-child {
    display: inline-block;
  }

  /* END table listing */

  .sliders-cell img,
  .product-info-image-box img {
    max-height: 322px;
  }

  .product-box > a {
    height: 243px;
  }

  /* chat */
  .chat-box.active {
    width: calc(100% - 30px);
  }

  .chat-box .row > .col-md-4 {
    width: 40%;
  }

  .chat-box .row > .col-md-8 {
    width: 60%;
  }

  /* END chat */

  .checkout-summary-detail-box table.item-box tr.store-box {
    margin-bottom: 0px;
  }

  .checkout-summary-detail-box table.item-box tr.store-box td {
    background: transparent;
    padding: 5px 7px;
  }

  .checkout-summary-detail-box table.item-box tr.cart-items {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ddd;
    margin-bottom: 0px;
  }

  .checkout-summary-detail-box table.item-box tr.cart-items:not(:last-child) {
    border-bottom: 0px;
  }

  .checkout-summary-detail-box table.item-box tr > td {
    border-bottom: 0px;
  }

  .checkout-summary-detail-box table.item-box td > div:last-child {
    padding: 5px 0px;
  }

  .checkout-summary-detail-box table.item-box tr.cart-items > td:first-child {
    flex-grow: 1;
  }

  .checkout-summary-detail-box table.item-box tr.cart-items > td:last-child {
    width: 150px;
    justify-content: flex-end;
  }

  .checkout-summary-detail-box table.item-box tr.store-delivery-box td {
    padding: 5px 7px;
  }

  .checkout-summary-detail-box
    table.item-box
    tr.store-delivery-box
    td.store-notes
    label {
    margin-bottom: 0px;
  }

  .checkout-summary-info-box table.total-box {
    margin-top: 0px;
  }

  .checkout-summary-detail-box
    table.item-box
    tr.store-delivery-box
    td.store-notes:first-child:last-child {
    width: 100%;
    max-width: 100%;
  }

  .checkout-summary-detail-box
    table.item-box
    tr.store-delivery-box.store-delivery-fee {
    flex-wrap: nowrap;
    border-right: 0px;
  }

  .checkout-summary-detail-box
    table.item-box
    tr.store-delivery-box
    + .store-delivery-box {
    border-top: 0px;
  }

  .checkout-summary-detail-box
    table.item-box
    tr.store-delivery-box.store-delivery-fee
    td:last-child {
    width: 150px;
    border-left: 0px;
  }

  .checkout-summary-detail-box
    table.item-box
    tr.store-delivery-box.store-delivery-fee
    td:last-child
    > div {
    justify-content: flex-end;
  }
}

@media only screen and (max-width: 576px) /* iphone plus */ {
  /* basic */
  .mobile-mb-30 .col-sm-6:first-child,
  .mobile-mb-30 .col-sm-6 ~ .col-sm-6 {
    margin-bottom: 30px;
  }

  .mobile-mb-30 .col-sm-6:last-child {
    margin-bottom: 0px;
  }

  .tooltip {
    display: none !important;
  }

  .loading-box {
    width: 100%;
  }

  /* END basic */

  /* header */
  .topbar {
    margin-bottom: 60px;
  }

  .logo img {
    max-height: unset;
    max-width: 130px;
  }

  .topbar-signup {
    text-align: right;
    margin-bottom: 7px;
  }

  .menu-icon {
    margin-top: 3px;
  }

  .menu-icon.member-menu ul li a img {
    max-width: 18px;
    /*changed by jesa on 27/08/2020, originally 15px*/
    padding-top: 2px;
    /*added by Jesa on27/08/2020*/
  }

  h3 {
    font-size: 20px;
  }

  .member-menu ul li a {
    margin: 0px 5px;
  }

  /* END header */

  /* new menu */
  .category-menu {
    width: 100%;
  }

  /* END new menu */

  /* sliders */
  .sliders .flickity-slider > div,
  .sliders-single > div,
  .homepage-banner .sliders-single > div,
  .homepage-banner .sliders .flickity-slider > div {
    padding-top: 100%;
  }

  .homepage-banner .sliders-single > div,
  .homepage-banner .sliders .flickity-slider > div {
    padding-top: 22%;
  }

  .homepage-banner {
    padding: 0px 0px 30px 0px;
  }

  .flickity-prev-next-button.previous {
    left: 5px;
  }

  .flickity-prev-next-button.next {
    right: 5px;
  }

  .sliders-no-dots .flickity-prev-next-button.previous {
    left: -35px;
  }

  .sliders-no-dots .flickity-prev-next-button.next {
    right: -35px;
    bottom: -70px;
    /*added by jesa on 25/08/20*/
  }

  .fi-sec
    .flickity-viewport
    .product-info-brands-item
    .sliders-no-dots
    .flickity-prev-next-button {
    right: 0px;
  }

  .product-info-brands-item
    .sliders-no-dots
    .flickity-prev-next-button.previous {
    left: unset;
    right: 20px;
  }

  /* END sliders */

  /* homepage */
  .home-icon .sliders .home-icon-box {
    width: 100%;
  }

  .home-icon .flickity-prev-next-button.previous {
    left: -6%;
  }

  .home-icon .flickity-prev-next-button.next {
    right: -7%;
  }

  .home-bestseller-monthly-box .row > div:first-child {
    margin-bottom: 30px;
  }

  .sliders.products-sliders .featured-box,
  .sliders.news-sliders .news-sliders-box {
    width: 100%;
  }

  .products-sliders .flickity-prev-next-button,
  .products-sliders .flickity-prev-next-button {
    bottom: -55px;
  }

  .products-sliders .flickity-page-dots,
  .news-sliders .flickity-page-dots {
    display: none;
  }

  /* END homepage */

  /* popup */
  #popup-alert-box {
    width: 90%;
  }

  #popup-info-container {
    width: 100%;
  }

  #popup-info-box {
    padding: 20px;
    margin-left: -95px;
    margin-right: 95px;
    margin-top: 0px;
    border-radius: 0px;
    height: 100%;
  }

  #popup-info-box.middle {
    top: unset;
    transform: unset;
  }

  #popup-close {
    width: 30px;
    height: 30px;
    top: 7px;
    right: 15px;
    border-radius: 100%;
    text-align: center;
    line-height: 0.75;
    color: #000;
    font-size: 32px;
  }

  #popup-alert-box,
  #popup-alert-box.popup-product {
    width: 90%;
  }

  /* product */
  .popup-product-box {
    flex-wrap: wrap;
  }

  .popup-product-image {
    margin: 7px auto 20px auto;
  }

  .popup-product-info {
    flex-grow: 1;
  }

  /* END product */
  /* END popup */

  /* footer */
  .footer-big h4 {
    font-size: 16px;
    margin-bottom: 0px;
  }

  .footer-big h4 + ul {
    margin-top: 5px;
  }

  .footer-big h4 + ul li {
    padding-left: 25px;
  }

  .footer-big .toggle-arrow.enable:after {
    visibility: hidden;
  }

  .subscribe-form {
    flex-wrap: wrap;
  }

  .subscribe-form button {
    width: 100%;
    margin-top: 10px;
    margin-left: 0px;
  }

  /* END footer */

  /* category listing */
  .category-search #SearchForm {
    margin: 0px;
    margin-bottom: 20px;
  }

  .category-listing-title,
  .category-listing-title + p {
    margin: 0px 15px;
  }

  .category-desc {
    display: none;
  }

  .category-listing-box {
    margin-top: 0px;
  }

  .category-listing-box + .category-brands-box {
    margin-top: 40px;
  }

  .category-listing-box + .category-brands-box,
  .category-listing-box + .category-brands-box + .brands-sliders-main,
  .category-listing-box ~ .category-product-box {
    display: none;
  }

  .category-listing-box .category-inner-box {
    margin-bottom: 0px;
  }

  .category-listing-box .category-inner-box:hover {
    box-shadow: none;
  }

  .category-listing-box .category-inner-box > a,
  .category-listing-box .category-inner-box > ul {
    display: none;
  }

  .category-listing-box .category-inner-box > h5,
  .category-listing-box .category-inner-box > h6 {
    position: relative;
    width: unset;
    padding: 0px;
    border-bottom: 1px solid #ddd;
    bottom: unset;
    margin: 0px 15px;
  }

  .category-listing-box .category-inner-box > h5:hover,
  .category-listing-box .category-inner-box > h6:hover {
    background: #fafafa;
  }

  .category-listing-box .category-inner-box > h5:after,
  .category-listing-box .category-inner-box > h6:after {
    position: absolute;
    display: inline-block;
    display: none;
    content: "";
    border: 6px solid transparent;
    border-color: transparent transparent #fff #fff;
    box-shadow: -3px 3px 0 0 #444645;
    transform: translateY(-50%) rotate(-135deg);
    top: 50%;
    right: 20px;
    background: #fff;
  }

  .category-listing-box .category-inner-box > h5 > a,
  .category-listing-box .category-inner-box > h6 > a {
    display: inline-block;
    width: 100%;
    padding: 15px 0px;
    text-shadow: unset;
    color: #444645;
    text-align: left;
  }

  /* END category listing */

  /* checkout */
  ul.checkout-step {
    padding: 0px 0px 30px 0px;
    margin-top: 0px;
  }

  .item-product-image {
    width: 100%;
    margin: 0px;
    margin-bottom: 15px;
    text-align: center;
  }

  .item-product-image img {
    max-width: 100px;
  }

  .table-listing {
    margin-top: 10px;
  }

  table.item-box td > div:last-child {
    width: 180px;
  }

  .item-product-stock {
    text-align: right;
  }

  table.total-box,
  .cart-disabled-text {
    width: 100%;
  }

  .checkout-item-box {
    padding: 7px 15px 5px 15px;
  }

  .checkout-item-box table td {
    padding-bottom: 15px;
  }

  .checkout-item-product-box td:last-child {
    display: none;
  }

  .checkout-item-product-box .item-product-image {
    margin: 0px;
    margin-right: 20px;
    margin-top: 10px;
  }

  .checkout-item-product-box .item-product-image img {
    max-width: 100%;
  }

  .item-product-box {
    align-items: flex-start;
  }

  #item-product-price {
    display: block;
    margin-top: 7px;
  }

  /* END checkout */

  .product-info {
    padding: 0px 12px 10px 12px;
  }

  .sliders-cell img,
  .product-info-image-box img {
    max-height: 270px;
  }

  .product-box > a {
    height: 175px;
  }

  .rate-quality-box {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .review-box:nth-child(2) {
    border-top: 1px solid #d8d8d8;
  }

  .review-button {
    width: 100%;
  }

  .review-search-box {
    padding-top: 0px;
  }

  .filter-rate,
  .filter-rate {
    margin-top: 10px;
  }

  .review-search-text {
    margin-top: 10px;
  }

  .review-quality {
    margin-bottom: 15px;
    margin-top: 5px;
    display: inline-block;
    width: 100%;
  }

  .review-username {
    margin-top: 0px;
  }

  .review-loc-date {
    margin-bottom: 15px;
  }

  ul.checkout-step > li {
    width: 33.33%;
  }

  .checkout-info-box {
    padding: 0px 10px;
  }

  table.item-box td > div:last-child {
    width: 150px;
  }

  table.item-box tr.store-delivery-box td:last-child,
  table.item-box tr.store-total-box td:last-child,
  table.total-box tbody td:last-child {
    max-width: 150px;
    width: 150px;
  }

  .checkout-item-coupon-box {
    flex-wrap: wrap;
  }

  .checkout-item-coupon-box input {
    border-right: 1px solid #ddd;
  }

  .checkout-item-coupon-box button {
    width: 100%;
    padding: 7px;
  }

  table.item-box tr.store-delivery-box td.store-notes:first-child:last-child {
    width: auto;
    max-width: auto;
  }

  .item-product-ori-price {
    margin-right: 3px;
  }

  .account-order-button-box > div.col-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .account-order-button-box > div:first-child {
    order: 1;
    text-align: center;
  }

  .account-order-button-box .cart-button-box {
    display: flex;
    margin-bottom: 15px;
  }

  .account-order-button-box .cart-button-box a {
    width: 50%;
  }

  .account-order-button-box .cart-button-box a:last-child {
    margin-left: 15px;
  }

  .account-order-button-box .cart-button-box a:first-child:last-child {
    margin: 0px;
    width: 100%;
  }

  /* login */
  .login-box {
    padding: 10px 15px 20px 15px;
  }

  .login-bottom-box {
    padding: 15px 15px 20px 15px;
  }

  .login-social {
    display: block;
  }

  .login-social > a.facebook {
    margin-right: 0px;
  }

  .login-social > a.google {
    margin-left: 0px;
  }

  /* END login */

  /* chat */
  .chat-box.active {
    width: 100%;
    max-height: unset;
    right: 0px;
  }

  .chat-box .row > .col-md-4 {
    width: calc(100% - 15px);
  }

  .chat-box .row > .col-md-8.closed {
    display: none;
  }

  .chat-box .row > .col-md-8 {
    width: calc(100% - 15px);
    margin-left: 15px;
  }

  .chat-box .row > .col-md-8 .chat-title {
    text-align: center;
  }

  .chat-box .row > .col-md-8 .chat-close {
    display: none;
  }

  .chat-side-title > div {
    flex-grow: 1;
  }

  .chat-close-mobile {
    flex-shrink: 0;
    display: block;
  }

  .chat-back-mobile {
    display: block;
    cursor: pointer;
  }

  .chat-back-mobile img {
    width: 35px;
  }

  /* END chat */

  /* notification */
  .header-notify-box {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    padding-top: 0px;
  }

  .header-notify-box > ol {
    height: 100%;
  }

  .header-notify-box > ol:before {
    display: none;
  }

  .notify-close {
    display: block;
    flex-grow: 0 !important;
    flex-shrink: 0;
    margin-left: 10px;
    cursor: pointer;
  }

  /* END notification */

  /* store */
  .store-details {
    flex-wrap: wrap;
    justify-content: center;
  }

  .store-logo {
    width: auto;
    padding-right: 0px;
    margin-bottom: 10px;
  }

  /* END store */

  .checkout-summary-info-box {
    margin-bottom: 20px;
  }

  .checkout-summary-info-box .item-product-box {
    flex-wrap: nowrap !important;
  }

  .checkout-summary-info-box .item-product-image {
    width: 50px;
    margin-right: 10px;
    margin-bottom: 0px;
  }

  .checkout-summary-info-box .item-product-image img {
    max-width: 40px;
  }

  .checkout-summary-info-box .item-product-info > a {
    font-size: 12px;
  }

  .checkout-summary-info-box ul.checkout-summary-info-details {
    font-size: 11px;
  }

  .checkout-summary-detail-box table.item-box tr.cart-items > td:last-child {
    width: 100px;
    font-size: 12px;
  }

  .checkout-login {
    text-align: left !important;
    margin-top: -10px;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 397px) /* normal iphone */ {
  .container {
    padding: 0px 10px;
  }

  .member-menu {
    padding-left: 0px;
  }

  .member-menu ul li a {
    margin: 0px 3px;
  }

  .member-menu ul li a img {
    width: 20px;
  }

  .login-bottom-box > a {
    margin-top: 5px;
  }

  h1 {
    font-size: 30px;
  }

  /* header */
  header .col-6,
  .product-row .col-6,
  .brands-all .col-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .calculator-box .col-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .menu-icon.member-menu ul li a img

    /*added by jesa on 27/08/2020*/ {
    max-width: 15px;
    vertical-align: middle;
    padding-top: 2px;
  }

  /* END header */

  /* menu */
  .category-menu {
    width: 100%;
  }

  .menu-close {
    color: #999;
  }

  /* END menu */

  .g-recaptcha {
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }

  /* products */
  .product-filter .col-6 {
    margin-bottom: 10px;
  }

  .product-filter .select2-container {
    max-width: unset !important;
  }

  .category-brands-box .col-6:last-child {
    text-align: left !important;
  }

  .product-info-button button {
    font-size: 15px;
  }

  /* END products */

  /* sliders */
  .sliders-cell img {
    max-height: 500px;
  }

  .brands-sliders-main .sliders-no-dots .flickity-prev-next-button.previous {
    left: -25px;
  }

  .brands-sliders-main .sliders-no-dots .flickity-prev-next-button.next {
    right: -28px;
  }

  /* END sliders */

  /* brands */
  .brands-logo {
    max-width: 100px;
    max-height: 100px;
    margin-top: -20px;
  }

  /* END brands */

  /* popup */
  #popup-alert-box .popup-product-button button {
    width: 100%;
  }

  .popup-account-bottom-box {
    padding-top: 10px;
    margin-top: -7px;
    /*added by hami on 6/10/2020*/
  }

  .popup-account-bottom-box > span {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
  }

  /* END popup */

  /* product detail */
  .product-info-desc table tr {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
  }

  .product-info-desc table td {
    display: inline-block;
    width: 100%;
    border: 0px;
    padding: 0px;
  }

  /* END product detail */

  /* checkout */
  .checkout-button-row .col-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  /* END checkout */

  .review-note {
    display: inline-block;
  }

  .review-note-tips {
    text-align: left;
  }

  .checkout-summary-mobile {
    font-size: 12px;
  }
}

@media only screen and (max-width: 576px) {
  .products-box .products-name > a {
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .products-sliders-box .flickity-slider > div {
    padding-top: initial !important;
  }

  .footer-big .row > div:last-child {
    display: none;
  }
}

.grecaptcha-badge {
  display: none !important;
}

/***** END RESPONSIVE *****/

.footer-image-text {
  position: absolute;
  top: 52%;
  color: #4554c1;
  left: 15px;
  transform: translateY(-50%);
  font-size: 12px;
  font-weight: 600;
}

.footer-image-text > div {
  display: flex;
  line-height: 1.2;
  text-align: left;
  align-items: center;
}

.footer-image-text > div > i.fa {
  margin-right: 5px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  color: #4554c0;
}

.text-primary {
  color: #4554c0 !important;
}

a.text-primary:focus,
a.text-primary:hover {
  color: #586aec !important;
}

.font-weight-600 {
  font-weight: 600;
}

h1 {
  line-height: 1.2;
  font-weight: bold !important;
}

h1 span {
  font-family: "Prism", sans-serif;
  display: block;
  line-height: 1;
  font-weight: normal;
}

.btn-primary {
  background: #fff;
  border-color: #4b5feb;
  color: #4b5feb;
  font-weight: bold;
  font-size: 14px;
  border-radius: 20px;
  padding: 12px;
  transition: background-color 0.3s, color 0.3s;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background: #4b5feb !important;
  border-color: #4b5feb !important;
  box-shadow: none;
  color: #fff !important;
}

.btn-outline {
  background: #4b5feb;
  border-color: #4b5feb;
  color: #fff !important;
  font-weight: bold;
  font-size: 14px;
  border-radius: 20px;
  padding: 20px 30px;
  transition: background-color 0.3s, color 0.3s;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active {
  background: #fff !important;
  border-color: #4b5feb !important;
  color: #4b5feb !important;
}

/* homepage */
.homepage-calculator {
  background: #fff;
  padding: 60px 0px 0px 0px;
}

.homepage-calculator .row > div:first-child img {
  border-radius: 30px;
}

.homepage-calculator .cal-bgc {
  position: absolute;
  max-height: 983px;
  padding: 0;
}

.homepage-calculator > .container > .row > div:nth-of-type(even) {
  height: 901.6px;
}

.cal-img {
  max-width: 100%;
  height: 925.6px !important;
  object-fit: none;
  object-position: right;
  border-radius: 0 20px 20px 0;
  background-color: #4453c1;
}

div.calculator-box {
  border: 2px solid #d2d7fa;
  border-radius: 20px;
  padding: 20px 30px;
  margin: 30px 0px;
  margin-left: auto;
  max-width: 90%;
}

.calculator-box label {
  font-weight: 600;
  margin-bottom: 5px;
  margin-left: 17px;
  color: #4554c0 !important;
}

.calculator-box .input-group {
  border: 2px solid #d2d7fa;
  border-radius: 20px;
  padding: 5px 15px;
  align-items: center;
}

.calculator-box .input-group-addon {
  border-right: 3px solid #d2d7fa;
  padding-right: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #4554c0 !important;
  font-weight: 600;
}

.calculator-box .input-group input {
  border: 0px;
  color: #4554c0;
  font-weight: 600;
  font-size: 14px;
}

.calculator-box .input-group input:focus {
  outline: none;
  border: 0px;
  box-shadow: none;
}

.calculator-box .estimate-amount {
  background-image: url("../images/home-calculator-image.png");
  background-position: bottom right;
  background-repeat: no-repeat;
  background-color: #4b5feb;
  color: #fff;
  height: 160px;
  border-radius: 20px;
  margin-bottom: 20px;
  padding: 47px 20px 40px 20px;
}

/*CONTENT BELOW CALCULATOR*/
.pro-assistant {
  background: #4554c1;
  border-radius: 0 0 20px 0;
  box-shadow:rgba(0, 0, 0, 0.40) 0px 80px 57px -7px;
  
  POSITION: RELATIVE;
}

.home-pro-assistant {
  background: #4554c1 ;
  border-radius: 0;

}

.pro-assistant-bgc {
  border-radius: 20px 0px 20px 0;
  background: white;
      padding: 130px 0 90px;

}

.home-pro-assistant-bgc {
  border-radius: 20px 0px 20px 0;
  background: white;
  padding: 90px 0;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 60px 50px -7px;
}
.pro-assistant-img {
  height: 70px !important;
      background: #f7f7f7;
    border-radius: 20px;
}

.pro-assistant-blank-bgc {
  background: #b49c7c;
}

.pro-assistant-blank {
  height: 20px;
  background: white;
  border-radius: 0 0 20px 0;
}

.pro-assistant-chat {
  background: #b49c7c;
  border-radius: 20px 0 20px 20px;
  height: 70px;
  justify-content: space-between;
  align-content: center;
  color: white;
}

body > div.homepage-calculator > div.pro-assistant > div > div > div > div.row.pro-assistant-chat > div.col-sm-5.col-md-6.col-lg-8.font-weight-bold.align-content-center{
    font-size: 18px;
}

.pro-assistant-button {
  background-color: white;
  border: none;
  color: #b49c7c;
  padding: 10px 14px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 100%;
}

/* END CONTENT BELOW CALCULATOR*/

.homepage-reviews {
  /* box-shadow: inset 0 90px 200px -60px #111; */
  padding-top: 120px;
}

.review-content-box {
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
}

.review-content-1,
.review-content-3 {
  list-style: none;
  margin: 0px;
  display: flex;
  align-items: center;
  column-gap: 40px;
  margin-bottom: 40px;
  justify-content: center;
  animation: scrollLeft 30s linear infinite;
  white-space: nowrap;
}

.review-content-2 {
  list-style: none;
  margin: 0px;
  display: flex;
  align-items: center;
  column-gap: 40px;
  margin-bottom: 40px;
  justify-content: center;
  animation: scrollRight 30s linear infinite;
  white-space: nowrap;
}

.homepage-reviews ul > li {
  background: #fff;
  padding: 16px 20px;
  line-height: 1.3;
  border-radius: 30px;
  border-top-right-radius: 0px;
  color: #4554c1;
  display: flex;
  align-items: center;
}

.homepage-reviews ul > li > span {
  margin-left: 30px;
}

@keyframes scrollLeft {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

@keyframes scrollRight {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(0);
  }
}

.homepage-user-type {
      background: linear-gradient(to bottom, #4654c1, #ffffff);
  padding: 0px 0px 0px 0px;
}

.homepage-user-type h4 {
  font-weight: bold;
}

.homepage-user-inner{
    border-top-right-radius: 30px;
    background: #fff;
    border-top-left-radius: 30px;
    padding: 120px 0 170px 0;
    margin: 0 20px;
}

ul.home-user-type-list {
  list-style: none;
  margin: 0px;
  padding: 0px;
  margin-top: 30px;
  border-top: 1px solid #eee;
}

ul.home-user-type-list > li {
  display: flex;
  align-items: center;
  justify-content: end;
  border-bottom: 1px solid #eee;
  padding: 10px;
  line-height: 1.3;
  text-align: right;
}

ul.home-user-type-list > li:before {
  content: "\f00c";
  font-family: "FontAwesome";
  color: #4554c0;
  display: block;
  margin-right: 15px;
  flex-grow: 1;
  text-align: left;
}

.homepage-as-seen {
    z-index: 5;
    position: relative;
    background: #fff;
    padding: 120px 0px 310px 0px;
}

.homepage-as-seen .row > div:nth-child(odd) {
  margin-bottom: 75px !important;
}

.homepage-as-seen .row > div:nth-child(even):not(:last-child) {
  margin-top: 75px;
}

.homepage-as-seen-box {
    border-right: 2px solid #d5d9f0;
    border-bottom: 2px solid #d5d9f0;
    border-bottom-right-radius: 20px;
    text-align: center;
    padding: 10px;
    height: 100%;
    min-height: 150px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.homepage-as-seen-box-text {
  color: #bbb;
  margin-top: 15px;
  font-weight: 600;
  width: 100%;
}

.homepage-about-homez {
  background: #fff;
  padding: 40px 0px 90px 0px;
  box-shadow: 5px 20px 90px 4px #111;
    z-index: 4;
    position: relative;
    border-bottom-right-radius: 35px;

}

.homepage-about-homez-purple {
  color: #4554c0;
  font-weight: 600;
  background: #d2d7fa;
  height: 100%;
  border-radius: 15px;
  padding: 5px 15px 10px 15px;
}

.homepage-about-homez-light-purple {
  background: #f6f7fe;
}

.homepage-about-homez-purple > span:first-child {
  font-size: 30px;
  display: block;
}

.homepage-about-homez-purple > span:last-child {
  display: block;
  text-align: right;
  line-height: 1.2;
  font-size: 12px;
  color: #98a2f3;
}

.homepage-about-homez-content-button {
  font-size: 13px;
  text-align: right;
  font-weight: 600;
  margin-top: 126px;
}

.homepage-about-homez-content-button a {
  color: #767676;
}

.homepage-difference {
  padding: 120px 0px 90px 0px;
  background-color: #4554c1;
  background-image: url("../images/home-whyus-bg.png");
  background-repeat: no-repeat;
  background-position: bottom left;
}

.homepage-difference .sliders.group-sliders .difference-box {
  display: flex;
  width: calc(100% / 5);
  padding: 0px 10px;
  flex-wrap: wrap;
  min-height: 100%;
}

.difference-box > div {
  background: #fff;
  text-align: center;
  padding: 50px 20px;
  border-radius: 20px;
  width: 100%;
}

.difference-box:nth-child(odd) > div {
  margin-bottom: 70px;
}

.difference-box:nth-child(even) > div {
  margin-top: 70px;
}

.difference-box h6 {
  color: #767676;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 20px;
  padding: 0px 15px;
}

.difference-box p {
  line-height: 1.3;
}

.sliders.group-sliders .flickity-prev-next-button:disabled {
  display: none;
}

.sliders.group-sliders .flickity-prev-next-button.next {
  right: -15px;
}

.sliders.group-sliders .flickity-prev-next-button.previous {
  left: -15px;
}

.sliders.group-sliders .flickity-prev-next-button:hover {
  background: transparent;
  color: #000;
}

.sliders.group-sliders .flickity-page-dots {
  position: relative;
  bottom: -5px;
  text-align: center;
  right: 0px;
  margin-bottom: 20px;
}

.sliders.group-sliders .flickity-page-dots > li:first-child:last-child {
  display: none;
}

.sliders.group-sliders .flickity-page-dots .dot {
  background: #fff;
  width: 9px;
  height: 9px;
  opacity: 0.5;
  margin: 0px 4px;
}

.sliders.group-sliders .flickity-page-dots .dot:hover,
.sliders.group-sliders .flickity-page-dots .dot.is-selected {
  background-color: #d2d7fa;
  border-color: #d2d7fa;
}

.buyer-text > a {
  background: #b09a7a;
  color: #FFF !important;
}

.top10 > a,
.fur-in > a {
  background: #b49c7c;
  color: #fff;
}

.buyer-text > a,
.top10 > a,
.fur-in > a {
  font-family: "Proza Libre", sans-serif;
  font-weight: bold;
  border-radius: 15px;
  padding: 10px 15px 10px 20px;
  font-size: 16px;
}

.buyer-text > a:hover {
  background: #b09a7a;
  color: #fff;
}

.buyer-text > a > i {
  transform: rotate(-90deg);
  margin-left: 3px;
}

.homepage-featured-box {
  display: none;
}

.search-bgc {
  background: linear-gradient(
    to bottom,
    white 0%,
    white 50%,
    #4554c1 50%,
    #4554c1 100%
  );
}

.search-box h1 {
  font-size: 26px;
}

.search-box h1 > hr {
  margin: 0px;
  width: 80%;
  margin-left: 40px;
  border-top: 2px solid #5d44d3;
}

.search-advance {
  border-top: 2px solid #d2d7fa;
  margin-top: 20px;
  padding-top: 15px;
  padding-right: 10px;
}

ul.search-type {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: flex;
  column-gap: 20px;
  margin-bottom: 10px;
  row-gap: 10px;
}

ul.search-type > li {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 20px;
  background: #f6f7fe;
  color: #4554c0;
  font-weight: 600;
  cursor: pointer;
  min-width: 140px;
  text-align: center;
}

ul.search-type > li.active {
  background: #d2d7fa;
}

ul.contact-type {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: flex;
  column-gap: 20px;
  margin-bottom: 10px;
  row-gap: 10px;
}

ul.contact-type > li {
  display: inline-block;
  padding: 12px;
  /* Adjusted padding for a more compact look */
  border-radius: 50%;
  /* Makes the item fully round */
  background: #f6f7fe;
  color: #4554c0;
  font-weight: 600;
  cursor: pointer;
  min-width: 50px;
  /* Adjusted to make the circle more consistent */
  min-height: 50px;
  /* Ensure the height is the same as the width */
  text-align: center;
  line-height: 26px;
  /* Center text vertically */
}

ul.contact-type > li.active {
  background: #d2d7fa;
}

.dropdown-box {
  position: relative;
  background: #4b5feb;
  color: #fff;
  padding: 10px 20px;
  border: 0px;
  border-radius: 30px;
}

.dropdown-box > div:first-child {
  cursor: pointer;
}

.dropdown-box ul {
  list-style: none;
  padding: 10px 0px;
  margin: 0px;
  position: absolute;
  top: 55px;
  background: #fff;
  color: #000;
  width: 100%;
  left: 0px;
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1), 6px 6px 6px rgba(0, 0, 1, 0.1);
  border-radius: 10px;
  z-index: 999;
}

.dropdown-box ul li {
  padding: 0px;
  margin: 0px;
  cursor: pointer;
  margin-bottom: 5px;
  padding: 0px 10px;
}

.dropdown-box ul li:hover {
  background: #f6f7fe;
}

.dropdown-box ul li:last-child {
  margin-bottom: 0px;
}

.dropdown-box > div > i:first-child {
  margin-right: 15px;
  border-right: 1px solid #7887f0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 15px;
  display: flex;
  align-items: center;
}

.dropdown-box > div > span {
  margin-right: 10px;
}

/* END homepage */

/* listing header */
.listing-header-box {
  position: relative;
  display: flex;
  background: #fff;
  padding: 15px 20px;
  border-radius: 20px;
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1), 6px 6px 6px rgba(0, 0, 1, 0.1);
  margin-top: 20px;
}

.listing-header-agent-image {
  margin-right: 20px;
  flex-shrink: 0;
}

.listing-header-agent-image img {
  max-width: 90px;
  max-height: 90px;
  border-radius: 30px;
}

.listing-header-content {
  flex-grow: 1;
}

.listing-header-content h1 {
  font-size: 22px;
}

.listing-header-content h1 .icon-phone-mobile {
  display: none;
}

.listing-header-content .member-menu ul {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

ul.listing-header-menu {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: flex;
  column-gap: 10px;
  row-gap: 10px;
  margin-top: 10px;
}

ul.listing-header-menu > li {
  display: flex;
  width: 100%;
  border-radius: 15px;
  font-weight: 600;
  align-items: center;
  font-size: 13px;
  margin-bottom: 0px;
}

ul.listing-header-menu > li:first-child {
  background: linear-gradient(90deg, #fff 0%, #6e7eef 100%);
  color: #6375f4;
  padding: 10px 15px;
}


ul.listing-header-menu > li > a {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  color: #767676;
  background: #f5f5f5;
  border-radius: 15px;
  padding: 10px 15px;
}

/* END listing header */
/* call expansion */

#call-request-form {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.5s ease, opacity 0.5s ease;
}

/* When expanded */
#call-request-form.expand {
  max-height: 500px; 
  opacity: 1;
  width: 100%;
  margin-top: 20px;
}

/* listing title box */
.listing-title-box {
  background-color: #4554bf;
  margin-top: -60px;
  padding-top: 90px;
  padding-bottom: 130px;
}

.listing-title-box h1 {
  font-size: 26px;
  display: flex;
  align-items: start;
}

.listing-title-box h1 > i {
  transform: rotate(-90deg);
  margin-left: 5px;
  font-size: 14px;
  margin-top: 5px;
}

.listing-search-box {
  margin-top: -110px;
}
.listing-header-input {
    color: ;
    border: 2px solid;
    border-color:  var(--primary-600);
    background-color: white;
    height: 47px;
}
/* END listing title box */

/* listing */
.products-row.products-by-list {
  row-gap: 30px;
}

.products-box {
  border: 0px;
  column-gap: 20px;
}

.products-container {
  display: flex;
}

.products-row > div {
  margin-bottom: 0px;
}

.products-box > a {
  width: 350px;
  min-height: 200px;
  height: 100% !important;

}

.products-box > a > img {
  border-radius: 20px;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  filter: brightness(0.65);
}

body > div.content-bgc > div > div > div.product-info-site > aside > div > div > div > div > div > div.products-details-icons.container-wrapper > div.products-price.products-location-box.mt-4 > i{
    
}

.products-by-list .products-box .products-info-box,
.products-by-list .products-box .products-details {
  height: 100%;
  margin-left: 0px !important;
  background: #fff;
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1), 6px 6px 6px rgba(0, 0, 1, 0.1);
  border-radius: 20px;
  padding: 20px 20px;
}

.products-info {
  flex: 1;
  margin-right: 20px;
}

.products-details-icons a {
  color: black;
}

.products-box .products-name > a {
  font-size: 17px;
  margin-bottom: 5px;
}

.product-address {
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product-detail {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 5px;
  align-items: flex-start;
}

.product-detail > div {
  border: 1px solid #bfbfbf;
  border-radius: 5px;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
  padding: 0px 5px;
}

.products-box .products-price {
  color: #404040;
  font-size: 24px;
  font-weight: 600;
  align-items: start;
  margin-top: 80px;
}

.products-box .products-price > span {
  font-size: 12px;
  margin-top: 2px;
  margin-right: 5px;
}

.products-box .products-price > i {
  font-weight: normal;
  font-size: 16px;
  font-style: normal;
  padding-left: 15px;
  padding-top: 5px;
  padding-right: 10px;
}

.products-row.products-by-list > div:nth-child(even) .products-box > a {
  order: 1;
}
.product-price-icons{
      margin-left: auto;
    flex-grow: 1;
    display: flex;
    justify-content: space-around;
    right: -5;
    margin-top: -10px;
    margin-left: 40px;
    align-items: center;
}

.product-price-icons i{
    line-height: 1.3;
    font-weight: 900;
    font-size: 14px;
    color: #c6c6c2 !important;
}
}
/* seller listing renew card*/
.renew-card {
  margin-left: 0px !important;
  background: #4554bf;
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1), 6px 6px 6px rgba(0, 0, 1, 0.1);
  border-radius: 20px;
  padding: 20px 20px;
  color: white;
  text-align: center;
  width: 220px;
}

.renew-card > .text {
  background-color: white;
  border-radius: 20px;
  padding: 20px;
  text-align: center;
  align-content: center;
  margin: 50px;
}

.renew-card .check {
  background-color: white;
  border-radius: 20px;
  padding: 20px;
  text-align: center;
  align-content: center;
  margin: 50px;
}

.text-hr {
  position: relative;
  border-top: 2px solid #bbb;
  /* Horizontal line */
  margin: 20px 0;
}

.text-hr__text {
  position: absolute;
  right: 0;
  top: -12px;
  background: #fff;
  padding: 0 0 0 10px;
  font-weight: bold;
  color: #404040;
}

.text-hr__text small {
  font-size: 0.8em;
  color: #bbb;
  /* A softer color for PSF */
}

.row-loan {
  justify-content: space-between;
  margin-left: -20px !important;
  margin-right: -20px !important;
  padding: 15px;
  align-items: center;
  background-color: #e9ecef;
}

.loan-nav {
  height: 30px;
  width: 30px;
}

.loan-detials > div {
  color: black;
}

.loan-detials > div span {
  color: black;
  font-weight: 800;
}

.loan-detials > div a {
  text-decoration: none;
  color: #767676;
}

.loan-detials > div a:hover {
  color: #000;
}

.product-amenity {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 25px;
}

.product-amenity > div {
  color: #bbb;
  line-height: 1.3;
  font-weight: normal;
  font-size: 13px;
  border: 1px solid #e5e5e5;
  padding: 15px 20px;
  border-radius: 20px;
  width: 100px;
  margin: 0 auto;
}
.product-info-site .product-detail{
    margin-top: 30px;
}
.product-info-site .products-details-amenity{
    margin-top: 45px;
    display: flex;
}
.products-details-amenity .text-left {
    padding: 10px 15px;
    flex-grow: 1;
    margin: 0;
    gap: 10px;
    display: flex;
    justify-content: space-between;
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
}

.products-details-amenity .text-left .feature-info {
    color: #767676;
      align-self: end;
}

.product-amenity > div > i {
  color: #000;
  margin-bottom: 10px;
}

.products-save {
  display: flex;
  align-items: center;
  column-gap: 20px;
  font-size: 18px;
  margin-top: -3px;
  margin-left: 20px;
}

/* Agent listing page */

.products-save.agent {
  color: #4554bf;
  margin-right: 20px;
}

/* amenity div */
.protag-item {
  border-top: 1px solid lightgrey;
  border-left: 1px solid lightgrey;
  margin-bottom: 16px;
  padding: 10px;
  border-top-left-radius: 10px;
  text-align: right;
  color: grey;
}

.protag-check {
  text-align: start;
  color: #007bff;
}

/*End amenity div*/

/*product detail modal spa*/

.modal-dialog {
  max-width: 900px;
}

.close {
  position: absolute;
  right: 10px;
  top: -10px;
  font-size: 30px;
  color: white !important;
}

.modal-content-main {
  border-radius: 20px !important;
  border: none !important;
}

.modal-header {
  display: block !important;
  background: #edeffd;
  border-bottom: 2px solid #c6cdf9 !important;
  border-radius: 20px 20px 0 0 !important;
}

.modal-title {
  color: #4b5feb;
  font-size: medium;
}

.spa-form p {
  color: #7887f0;
  padding: 0 20px;
  margin: 0;
}

.input-group {
  border-radius: 40px;
  padding: 10px;
  margin-bottom: 10px;
}

.input-number {
  justify-content: end;
  padding: 0 10px;
  align-items: center;
}

.input-number .form-control {
  width: 50%;
  border: none;
  text-align: end;
  color: #4b5feb;
  font-weight: 700;
}

.input-number i {
  color: #4b5feb;
  font-weight: 700;
}

.spa-result {
  justify-content: space-between;
  background: #4c5fea;
  padding: 30px 10px 0 10px;
  border-radius: 20px;
}

.amount {
  justify-content: center;
  color: white;
}

.save-amount {
  font-weight: 800;
  font-size: 30px;
}

.amount-img img {
  width: 120px;
  height: 120px;
  background: transparent;
  margin-right: 10px;
}


.modal-content-secondary {
  background: transparent !important;
  border: none !important;
  color: white;
  text-align: center;
}

.modal-content-secondary .close {
  top: -100px;
  opacity: inherit;
  color: white;
  text-shadow: none;
}

.modal-content-secondary .modal-body {
  inline-size: 450px;
  overflow-wrap: break-word;
}

.modal-content-secondary h1 {
  color: white;
}

.custom-modal-dialog {
  max-width: 900px !important;
}

.custom-modal-text {
  font-weight: 700;
}

/*end product detail modal spa*/

.container-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.products-box .container-wrapper .fa-certificate {
  color: #3cb371;
  font-size: 1.3rem;
  margin-right: 10px;
}

.fa-file {
  color: #bbb;
}

.green-bar {
  border-radius: 20px;
  background-color: #3cb371;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 10px 14px;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
}

.detials {
  color: white;
  flex: 1 1 auto;
  min-width: 0;
  word-wrap: break-word;
}

/* about */
.pro-about {
  margin-top: 20px;
}

.learmore a {
  color: #767676;
}
#summary {
  font-size: 14px;
  line-height: 1.5;
  text-align: justify;
}

#summary .collapse:not(.show) {
  height: 42px !important;
  overflow: hidden;
  margin-bottom: 0px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

#summary .collapsing {
  min-height: 42px !important;
}

#summary .collapsed:after {
  content: "read more";-te
  color: #4554c0;
  font-weight: 600;
}

#summary a:not(.collapsed):after {
  content: "read less";
  color: #4554c0;
  font-weight: 600;
}

#summary a:hover {
  text-decoration: none;
}

/* End about */

/* Do you know */
.container .DoYouKnow-container {
  margin: 65px 0;
  padding: 0;
}

.DoYouKnow-icon .fa-exclamation {
      color: #b19a7a;
}

.DoYouKnow-icon {
  height: 20.6px;
  width: 21.6px;
  border-radius: 40px;
  border: 2px solid #b19a7a;
  text-align: center;
}

.DoYouKnow-text,
.container .DoYouKnowInfo-container a {
  font-weight: 700;
      color: #747474;
}

.DoYouKnow-text {
  color: #b19a7a;
}
.learmore {
  margin-top: 20px;
}

/* End Do you know*/

/*certificate link*/
.link a {
  color: #bbb;
  text-decoration: none;
}

.link .fa-file {
  padding-left: 10px;
  color: white;
}

.link a:hover {
  color: white;
  text-decoration: none;
}

/* End certificate link*/

/*further insights*/
.further-insights {
  position: relative;
}

.further-insights-bg {
  background: linear-gradient(
    to right,
    white 0%,
    white 70%,
    #4554c1 50%,
    #4554c1 100%
  );
}

.custom-rounded {
  border-radius: 0 0 20px;
}

.base-content {
  background-color: #4554c1;
  width: 27%;
  height: 100%;
}

.base-content2 {
  background-color: #4554c1;
  width: 65%;
  height: 100%;
  border-top-left-radius: 20px;
}

.bc-blank {
  background-color: white;
  height: 100%;
  border-radius: 0 0 20px;
}

.fi-sec {
  height: 820px;
}

.further-insights-bg .TNL .base-content2 {
  border-radius: 0 0 0 20px;
}

.further-insights-bg .TNL .base-content .bc-blank {
  border-radius: 0 20px 0 0;
}

.further-insights p {
  width: 80%;
}

.further-insights-content{
  position: relative;
  width: 97%;
  height: 100%;
  padding-top: 30px;
  padding-bottom: 60px;
}

.further-insights-products {
  position: absolute;
  width: 97%;
  height: 100%;
  padding-top: 30px;
  padding-bottom: 60px;
  display: flex
;
    flex-direction: column;
    justify-content: center;
}

@media (min-width: 992px) {
  .further-insights-bg .ml-3 h1.d-lg-block {
    font-size: 64px;
  }
}

.further-insights-content,
.further-insights-products {

  width: 40%;
  height: 100%;
  padding-top: 30px;
  padding-bottom: 60px;
}


.further-insights-content {
  border-bottom-right-radius: 30px;
  height: 100%;
  background: #fff;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 210px;
}
.top10-nl-products .products-box .products-name,
.further-insights-products .products-box .products-name {
  justify-content: flex-start;
}

.top10-nl-products .products-box .products-name .product-address,
.further-insights-products .products-box .products-name .product-address {
  border-left: 1px solid #fff;
  padding-left: 10px;
  margin-left: 10px;
}

.divided {
  display: flex;
  width: auto !important;
  border-top: 1px solid #373736;
  padding: 10px 0;
  padding-bottom: 0;
  font-size: medium;
  margin-top: 10px;
}

.divider {
  flex-grow: 1;
  border-bottom: 1px solid #373736;
  margin: 10px;
}

.divided .more-detail {
  color: white;
  font-weight: 700;
  font-size: small;
  text-decoration: none;
}
.divider-icons{
    display: flex;
    gap: 60px;
    justify-content: space-evenly;
    margin: 0 13px;
}
/* new additions, for updated listing after search */
.top-border{
        border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
        margin-top: 30px;
}
 .bottom-border{
        border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
}
 .top-border .more-detail{
      color: #505bf3 ;
 }
 
/*end further insights*/

.products-sliders-box .flickity-slider > div {
  padding-top: 0px;
  padding-left: 10px;
  padding-right: 10px;
}

.sliders.group-sliders.products-sliders-box .flickity-page-dots {
  margin-bottom: 0px;
      position: relative;
    bottom: -15px;
    text-align: right;
    right: 40px;
    margin-bottom: 20px;
}

.sliders.group-sliders.products-sliders-box .flickity-page-dots .dot {

    width: 5px;
    height: 5px;
    opacity: 0.5;
    margin: 0px 6px;
    padding-left: 0px;
}


.products-sliders-box .products-box {
  position: relative;
}

.products-sliders-box .products-box .products-info-box {
  position: absolute;
  bottom: 10px;
  background: transparent;
  width: calc(100% - 20px);
  color: #fff;
  margin-top: 0px;
  padding: 10px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  box-shadow: inset 0 -60px 3em #000;
}

.products-sliders-box .products-box > a {
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.7) 0px 3px 8px;
  border-radius: 20px;
}

.products-sliders-box .products-box .products-info-box h4 {
  font-size: 16px;
  margin-bottom: 5px;
}

/*.products-sliders-box .product-amenity {*/
/*    column-gap: 10px;*/
/*    margin-top: 10px;*/
/*    row-gap: 0px;*/
/*}*/

.products-sliders-box .product-amenity > div > i {
  color: #fff;
  margin-bottom: 0px;
  margin-right: 7px;
}

/*.products-sliders-box .product-amenity > div {*/
/*    width: auto;*/
/*    border-radius: 0px;*/
/*    padding: 0px;*/
/*    border: 0px;*/
/*    border-right: 1px solid #4d4e48;*/
/*    padding-right: 10px;*/
/*    display: flex;*/
/*}*/

/*.products-sliders-box .product-amenity > div:last-child {*/
/*    border-right: 0px;*/
/*}*/

.products-sliders-box .products-box .products-name > a {
  color: #fff;
  margin-bottom: 0px;
}

.products-sliders-box .product-detail {
  column-gap: 5px;
}

.products-info-box .product-detail div {
    padding: 0 2px;
    /*column*/
}

.products-sliders-box .product-detail > div {
  color: #fff;
}

.products-sliders-box .products-box .products-price {
  color: #fff;
  flex-wrap: wrap;
  margin-top: 10px !important;
}

.products-sliders-box .products-location {
  width: 100%;
  text-align: left !important;
  padding-left: 0px;
  margin-bottom: 5px;
  margin-top: 5px;
}

/* END listing */

/* Products Tags */
.products-tags {
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 8px;
  color: #4554c1;
  padding: 3px 10px;
  font-size: 12px;
  font-weight: 600;
  width: fit-content;
}

.products-tags > i {
  margin-right: 10px;
}
/* EndProducts Tags */

.homepage-top-10-box {
  position: relative;
  background: #fff;
}

.homepage-top-10-bg {
  position: absolute;
  top: 0;
  left: 180px;
  width: 1000%;
  height: 100%;
  background-color: #4554c1;
  border-radius: 0 0 0 20px;
}

.homepage-top-10-bg2 {
  position: absolute;
  top: 0;
  right: -180px;
  width: 40px;
  height: 100%;
  background-color: #4554c1;
}

.top-custom-rounded {
  border-radius: 0 20px 0 0;
}
.further-insights.homepage-top-10-box .row > div:last-child {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 30px;
}

.homepage-top-10-box .further-insights-content {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 30px;
}

.further-insights-products .products-sliders-box .product-amenity{
    margin-left:5px;
}


@media only screen and (max-width: 867px) {
  .homepage-difference .sliders.group-sliders .difference-box {
    width: calc(100% / 3);
  }
}

@media only screen and (max-width: 767px) {
  .homepage-reviews ul {
    row-gap: 20px;
    margin-bottom: 20px;
  }

  .calculator-box {
    max-width: unset;
  }

  .fi-sec {
    height: 600px;
  }

  .sliders-text-box {
    width: 60%;
    left: 0;
    text-align: left;
    padding-top: 170px;
    position: initial;
  }
}

@media only screen and (max-width: 576px) {
  .products-box > a {
    width: 100%;
  }

  .products-by-list .products-box .products-info-box {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .products-by-list .products-box {
    flex-wrap: wrap;
  }

  .products-row.products-by-list > div:nth-child(even) .products-box > a {
    order: 0;
  }
}

@media only screen and (max-width: 992px) {
  h4 {
    font-size: 22px;
  }

  .homepage-about-homez {
    padding: 30px 0px 0px 0px;
  }

  .mini-footer {
    text-align: center;
    font-size: 13px;
  }

  .mini-footer > .container > .row > div:last-child {
    order: -1;
  }

  .mini-footer p {
    padding-top: 10px;
  }

  ul.social-box {
    justify-content: center;
    margin-bottom: -30px;
    margin-top: 7px;
    font-size: 14px;
  }

  .custom-text-style {
    display: none;
  }
  /* Career Page */

  .form-container {
    flex: 1;
  }

  /* About Us Page */
  .mobile-custom-text-style {
      visibility: visible;
    color: white;
    text-align: center;
    padding-bottom: 70px;
    margin-top: 50px;
  }

  .fi-top-mob-about-us-bg-blue {
    position: absolute;
    width: 30%;
    height: 100px;
    background-color: #4654c1;
    border-radius: 0px 0px 20px 0px;
    z-index: 1;
  }

  .fi-top-mob-about-us-bg-white {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 30%;
    height: 100px;
    background-color: #ffffff;
    border-radius: 20px 0px 0px 0px;
    z-index: 1;
  }

  .card {
    flex: 2 1 calc(77% - 20px);
    padding: 20px;
  }

  .what-form-us-icon {
    display: none;
  }

  .content-wrapper {
    display: block;
  }

  .team-images {
    display: flex;
    justify-content: center;
    overflow-y: hidden;
  }

  .header-text-about-us {
    margin-top: 20px;
  }

  .left-column {
    display: none;
  }

  .content-fix-problem {
    flex-wrap: wrap; /* Allow wrapping on smaller screens */
  }

  .content-section-fix-problem,
  .card-fix-problem.agent,
  .card-fix-problem.developer {
    display: none;
    flex: none;
  }

  .card-fix-problem.buyer,
  .card-fix-problem.landlord,
  .card-fix-problem.tenant {
    flex: 1;
    max-width: 600px;
    width: 100%; /* Make them responsive and take up most of the screen */
    height: 500px;
  }

  .expand > div {
    /*transition-delay: 200ms;*/
    opacity: 1;
    width: auto;
  }

  .small > div {
    opacity: 1;
  }

  /*.fix-problem{*/
  /*    background-color: white;*/
  /*    color: #4654c1;*/
  /*    padding: 15px;*/
  /*    border-radius: 10px;*/
  /*    max-width: 80%;*/
  /*}*/

  /*.fix-problem:before {*/
  /*    content: "";*/
  /*    position: relative;*/
  /*    top: 0px;*/
  /*    right: 0px;*/
  /*    left: 0px;*/
  /*    width: 0px;*/
  /*    height: 0px;*/
  /*    border: 5px solid #eef8ff;*/
  /*    border-left-color: transparent;*/
  /*    border-bottom-color: transparent;*/
  /*}*/

  .text-what-form-us {
    text-align: center;
  }

  .text-what-form-us-p {
    text-align: center;
  }

  .desktop-only-text {
    display: none;
  }

  /* Why Us Page*/
  .images-why-us {
    display: flex;
    justify-content: center;
    overflow-y: hidden;
  }

  .with-proffessional-text {
    text-align: left;
    margin-top: 0px;
  }
  .searchFormHeader {
    padding-bottom: 200px;
  }

  .main-container {
    display: block;
  }

  .searchForm-bg {
    text-align: center; /* Center align text and image */
    padding: 20px;
    position: relative; /* Keep it relative so the image can be positioned */
  }

  .searchForm-bg img {
    position: absolute;
    top: 163px; /* Positions the image at the top */
    left: 50%; /* Start at 50% from the left */
    transform: translateX(-50%); /* Center the image horizontally */
  }

  .main-content-box-why-us {
    margin-top: 170px;
  }
  .contact-us-text {
    text-align: center;
  }

  /* */
  /* Agent Listing Page */
  .products-container {
    display: block;
  }

  .renew-card {
    margin: auto;
    width: 100%;
    display: flex;
    justify-content: end;
  }

  .renew-card > .text {
    margin: 0px;
    order: 1;
  }

  .renew-card > p {
    margin: 10px 0; /* Add spacing between paragraphs */
    display: block; /* Ensure block-level display */
  }

  .products-info-box.agent {
    display: block !important;
  }

  .products-name.agent {
    flex-direction: column;
    align-items: initial;
  }

  .products-name.agent > a {
    inline-size: unset !important;
  }

  .products-save.agent {
    margin-top: 10px;
    order: -1;
    margin-right: 0px !important;
    display: block;
    text-align: right;
    color: #4554bf;
    margin-right: 20px;
  }

  .products-save.agent a {
    margin-right: 20px;
  }

  .products-price.agent {
    order: -1;
  }

  .products-location.agent {
    order: -1;
  }
  .Carousel.agent {
    width: 100%;
  }

  /* Contact Us Page */
  .content-section-contact-us {
    flex-direction: column; /* Stack elements vertically */
  }

  .map-container {
    width: 100%;
    margin: 20px 0;
    order: 1; /* Position map above location info */
  }

  .location-info {
    order: 3; /* Ensures location info is below main text and map */
    width: 100%;
  }

  .card-container {
    flex-direction: column; /* Stack cards vertically */
  }

  .card-contact-us-follow-us {
    width: 100%; /* Each card takes full width */
    margin-right: 0; /* No right margin on stacked items */
    flex: none;
    margin-bottom: 12px;
  }

  .homepage-as-seen .row > div:last-child {
    order: -1;
  }

  .homepage-as-seen .row > div:nth-child(odd):first-child {
    order: -2;
    margin-top: 50px;
    margin-bottom: 0px !important;
  }

  .homepage-as-seen .row > div:nth-child(odd) {
    margin-bottom: 30px !important;
  }

  .homepage-as-seen
    .row
    > div:nth-child(odd):not(:first-child)
    > .homepage-as-seen-box {
    margin-top: -75px;
  }

  .homepage-as-seen .row > div:nth-child(even):not(:last-child) {
    margin-top: 30px !important;
  }

  .homepage-as-seen,
  .homepage-about-homez {
    padding-top: 20px;
  }

  .homepage-reviews ul > li {
    width: 100%;
            margin-bottom: 30px  !important;
  }

  .homepage-reviews ul > li > div {
    flex-grow: 1;
  }

  .homepage-calculator .cal-img {
    display: none;
  }

  .calculator-box {
    padding: 15px 20px;
  }

  .home-pro-assistant-bgc {
    border-radius: 0px;
  }

  .pro-assistant,
  .pro-assistant-bgc {
    background-color: white;
    border-radius: 0 0 0 20px;
  }

  .calculator-box .input-group-addon {
    padding-right: 10px;
  }

  .homepage-difference .sliders.group-sliders .difference-box {
    width: 100%;
  }

  .homepage-difference .sliders.group-sliders .difference-box > div {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .search-box h1 {
    margin-left: 0px !important;
  }

  .search-box h1 > span {
    background: #fff;
    display: block;
    z-index: 99;
    padding: 0px 30px;
    margin-left: auto;
    margin-right: auto;
  }

  .search-box h1 > hr {
    position: absolute;
    width: 90%;
    margin-left: 0px;
    left: 30px;
  }

  #SearchForm {
    margin-top: 20px;
    padding: 10px;
  }

  ul.search-type {
    column-gap: 10px;
  }

  ul.search-type > li {
    min-width: unset;
  }

  .listing-header-content h1 {
    font-size: 17px;
  }

  .listing-header-content h1 .icon-phone-mobile {
    display: inline-block;
    font-size: 14px;
    margin-right: 3px;
  }

  .listing-header-content h1 .icon-phone-desktop {
    display: none !important;
  }

  .listing-search-box #SearchForm {
    margin-top: 0px;
  }

  ul.listing-header-menu li:first-child,
  ul.listing-header-menu li > a > i {
    display: none;
  }

  ul.listing-header-menu li {
    padding: 0px;
  }

  ul.listing-header-menu li > a > div {
    text-align: center !important;
  }

  #SearchForm form {
    flex-wrap: wrap;
  }

  .further-insights-products .products-sliders-box .products-box > a {
    background: white;
    border-radius: 20px 20px 0 0;
  }

  .products-box .products-price {
    flex-wrap: wrap;
  }

  .products-location {
    margin-top: 15px;
    padding-left: 0px;
  }

  .products-location > a {
    width: 100%;
  }

  .further-insights-content {
    z-index: 9;
    background: transparent;
  }

  .further-insights-content h1 {
    color: #fff;
    margin-left: 20px;
  }

  .further-insights-content p {
    display: none;
  }

     .products-sliders-box .flickity-viewport{
  height: 600px !important; /* Set your desired fixed height */
    } 
    .further-insights-products .products-box > a > img {
    border-radius: 20px 20px 0 20px;
    filter: initial;
    height: 300px !important;
  }

  .further-insights-products {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 30px;
    position: initial;
  }

  .further-insights-content {
    position: initial;
  }

  .homepage-top-10-box .further-insights-content {
    padding-top: 30px;
  }

  .further-insights.homepage-top-10-box .row > div:last-child {
    border-bottom-left-radius: 0px;
  }

  .base-content,
  .base-content2 {
    display: none;
  }

  .further-insights-bg {
    background: #4554c1;
  }

  .further-insights-products
    .products-sliders-box
    .products-box
    .products-info-box {
    bottom: initial;
    position: relative;
    width: 100%;
    background: white;
  }

  .top10-nl-products .products-sliders-box .featured-box {
    height: 600px;
  }

  .further-insights-products .products-sliders-box .featured-box {
    height: initial;
  }

  .sliders.group-sliders .flickity-prev-next-button.next {
    display: none;
  }

  .sliders.group-sliders .flickity-prev-next-button.previous {
    display: none;
  }

  .further-insights-products
    .products-sliders-box
    .products-box
    .products-name
    > a,
  .further-insights-products
    .products-sliders-box
    .products-box
    .products-info-box,
  .further-insights-products .products-sliders-box .product-detail > div,
  .further-insights-products
    .products-sliders-box
    .products-box
    .products-price,
  .further-insights-products .products-sliders-box .product-amenity > div > i {
    color: initial;
  }

  .fi-sec {
    height: 100%;
  }

  .footer-big .row > div:last-child > div {
    text-align: left !important;
  }

  .further-insight-b {
    display: none;
  }

  .further-insights-content .buyer-text {
    display: none;
  }

  .top10-nl-content .top10-nl-text > h1 {
    width: 100%;
    margin-top: 50px;
    text-align: end;
    font-size: 2.4rem;
  }

  .top10-nl-content {
    position: initial;
  }
  .top10-nl-bg {
    background: white;
  }
  .top10-nl-content .buyer-text {
    display: inline-block;
  }

  .top10-nl-content p {
    display: none;
  }

  .top10-nl-content,
  .top10-nl-products {
    width: 100%;
  }

  .top10-nl-products {
    padding-top: 0px;
    padding-bottom: 30px;
    position: initial;
  }

  .calculator-box {
    margin: 30px auto;
    max-width: 100% !important;
  }

  .fi-top-mob {
    padding: 0;
    display: flex;
    width: 100%;
  }

  .fi-top-mob > div:nth-of-type(odd) {
    width: 70%;
    background-color: #fff;
  }

  .fi-top-mob > div:nth-of-type(odd) > div {
    background-color: #4554c1;
    height: 60px;
    border-radius: 0 20px 0 0;
  }

  .fi-top-mob > div:nth-of-type(even) {
    width: 30%;
    background-color: #4554c1;
  }

  .fi-top-mob > div:nth-of-type(even) > div {
    background-color: #fff;
    height: 60px;
    border-radius: 0 0 0 20px;
  }

  .modal-dialog .modal-content-secondary {
    display: none !important;
  }

  .modal-dialog {
    max-width: 500px !important;
  }

  .modal-header .custom-modal-text {
    font-weight: 700;
    margin-bottom: 20px;
  }

  .further-insights-products
    .products-sliders-box
    .product-amenity
    .text-center {
    border: none;
    border-radius: 0;
    border-right: 2px solid #e5e5e5;
    margin: 0;
    padding: 0;
    align-content: center;
    display:flex;
    flex-direction: row;
    flex-nowrap
  }

  .further-insights-products
    .products-sliders-box
    .product-amenity
    .text-center:last-child {
    border: none;
  }

  .further-insights-products .products-box .divided .more-detail {
    color: #4b5feb;
  }

  .further-insights-products .products-box .products-name .product-address {
    display: none;
  }

  .further-insights-products
    .products-sliders-box
    .products-box
    .products-info-box {
    box-shadow: initial;
  }

  .further-insights-products .products-box .divided {
    border-top: 1px solid #e5e5e5;
  }

  .further-insights-products .products-box .divider {
    border-bottom: 1px solid #e5e5e5;
  }
}

@media only screen and (min-width: 992px) {

  .further-insights-products
    .products-sliders-box
    .products-box
    .products-info-box
    .product-amenity
    .pa-hide {
    display: none;
  }

  .further-insights-products .products-sliders-box .product-amenity > div {
    width: auto;
    border-radius: 0px;
    padding: 0px;
    border: 0px;
    border-right: 1px solid #fff;
    padding-right: 10px;
    display: flex;
    margin: 0;
  }

  .further-insights-products .products-sliders-box .product-amenity {
    column-gap: 10px;
    margin-top: 10px;
    row-gap: 0px;
  }

  .further-insights-products
    .products-sliders-box
    .product-amenity
    > div:last-child {
    border-right: 0px;
  }

  .fi-sec .further-insights-products .flickity-enabled.is-draggable {
    right: 30px;
  }

  .category-menu > ul > li > div.category-menu-top > a {
    display: inline-block;
    width: 100%;
    margin: 0px;
    padding: 10px 0px 10px 20px;
    font-size: 16px;
    text-transform: capitalize;
    margin-right: 50px;
    color: #444645;
  }

  .category-menu > ul > li > div.category-menu-top {
    display: flex;
    padding-bottom: 0px;
  }

  .category-menu > ul > li {
    border-bottom: 1px solid #ececec;
    width: 100%;
    margin: 0px;
  }

  .category-menu {
    display: none;
    position: relative;
    background: #fff;
    width: 300px;
    top: 0px;
    left: 0px;
    height: 100%;
    overflow-y: auto;
    padding: 0px;
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1), 6px 6px 6px rgba(0, 0, 1, 0.1);
    overflow-x: hidden;
  }

  .category-menu > ul > li > div.category-menu-top.toggle-arrow.enable::after {
    right: 25px;
    box-shadow: -2px 2px 0 0 transparent;
    background: transparent;
  }

  .category-menu > ul > li:hover,
  .category-menu > ul > li.active,
  .category-menu
    > ul
    > li:hover
    > div.category-menu-top.toggle-arrow.enable::after {
    background: transparent;
    color: #000;
  }

  .category-menu > ul > li > div.category-menu-top.active,
  .category-menu > ul > li > div.category-menu-top.active::after {
    font-weight: bold;
    background: #eee;
  }
  .sub-category-menu {
    display: none;
    position: relative;
    width: 100%;
    top: 0px;
    box-shadow: none;
    border: 0px;
    margin: 0px;
    padding: 0px 45px 15px 30px;
    background-color: #eee !important;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
    margin-top: -5px;
    max-height: unset;
    min-height: unset;
  }

  .sub-category-menu > ul > li > a {
    border: 0px;
    padding: 7px 0px;
    color: #000 !important;
    padding-right: 0px;
    background-color: transparent !important;
  }

  .modal-header .custom-modal-text {
    display: none;
  }

  .top10-nl-products .products-box > .products-info-box > .product-address,
  .further-insights-products
    .products-box
    > .products-info-box
    > .product-address {
    display: none;
  }
}

/*}*/

/******** Added by Luqzan ************/
:root {
  --primary-100: #edeffd;
  --primary-150: #d5d9f9;
  --primary-180: #d3d7fa;
  --primary-200: #d2d7fa;
  --primary-250: #a5aff5;
  --primary-300: #8c96dd;
  --primary-350: #8392ec;
  --primary-370: #7886ef;
  --primary-400: #616dc9;
  --primary-500: #5769e7;
  --primary-550: #4e62c1;
  --primary-600: #4b5feb;
  --primary-650: #4554c0;
  --neutral-50: #f6f7fe;
  --neutral-100: #f5f5f5;
  --neutral-110: #f3f3f3;
  --neutral-130: #e5e5e5;
  --neutral-150: #dddddd;
  --neutral-200: #c3c3c3;
  --neutral-300: #bfbfbf;
  --neutral-480: #7a7b7e;
  --neutral-500: #777777;
  --neutral-600: #8b8b8b;
  --neutral-800: #3d3d3d;
}

.bg-primary-100 {
  background-color: var(--primary-100);
}
.bg-primary-180 {
  background-color: var(--primary-180);
}

.bg-primary-200 {
  background-color: var(--primary-200);
}

.bg-primary-250 {
  background-color: var(--primary-250);
}

.bg-primary-300 {
  background-color: var(--primary-300);
}

.bg-primary-350 {
  background-color: var(--primary-350);
}

.bg-primary-370 {
  background-color: var(--primary-370);
}

.bg-primary-400 {
  background-color: var(--primary-400);
}

.bg-primary-500 {
  background-color: var(--primary-500);
}

.bg-primary-550 {
  background-color: var(--primary-550);
}

.bg-primary-600 {
  background-color: var(--primary-600);
}

.bg-primary-650 {
  background-color: var(--primary-650);
}

.bg-neutral-50 {
  background-color: var(--neutral-50);
}

.bg-neutral-100 {
  background-color: var(--neutral-100);
}

.bg-neutral-110 {
  background-color: var(--neutral-110);
}

.bg-neutral-130 {
  background-color: var(--neutral-130);
}

.bg-neutral-200 {
  background-color: var(--neutral-200);
}

.bg-neutral-300 {
  background-color: var(--neutral-300);
}

.text-primary-150 {
  color: var(--primary-150);
}

.text-primary-200 {
  color: var(--primary-200);
}

.text-primary-250 {
  color: var(--primary-250);
}

.text-primary-300 {
  color: var(--primary-300);
}

.text-primary-600 {
  color: var(--primary-600);
}

.text-primary-650 {
  color: var(--primary-600);
}

.text-neutral-100 {
  color: var(--neutral-100);
}

.text-neutral-300 {
  color: var(--neutral-300);
}

.text-neutral-480 {
  color: var(--neutral-480);
}

.text-neutral-500 {
  color: var(--neutral-500);
}

.text-neutral-600 {
  color: var(--neutral-600);
}

.text-neutral-800 {
  color: var(--neutral-800);
}

.border-primary-200 {
  border-color: var(--primary-200);
  border-style: solid;
  border-width: 1px;
}

.border-2-primary-200 {
  border-color: var(--primary-200);
  border-style: solid;
  border-width: 2px;
}

.border-2-primary-250 {
  border-color: var(--primary-250);
  border-style: solid;
  border-width: 2px;
}

.border-2-primary-600 {
  border-color: var(--primary-600);
  border-style: solid;
  border-width: 2px;
}

.border-bottom-2-primary-100 {
  border-color: var(--primary-100);
  border-style: solid;
  border-width: 0;
  border-bottom-width: 2px;
}

.border-bottom-2-neutral-150 {
  border-color: var(--neutral-150);
  border-style: solid;
  border-width: 0;
  border-bottom-width: 2px;
}

.rounded-bottom-left-4 {
  border-bottom-left-radius: 1rem;
}

.rounded-top-left-0 {
  border-top-left-radius: 0 !important;
}

.rounded-top-left-4 {
  border-top-left-radius: 1rem;
}

.rounded-top-right-4 {
  border-top-right-radius: 1rem;
}

.hover-pointer:hover {
  cursor: pointer;
}

.hover-darken-clickable:hover {
  cursor: pointer;
  transition-property: filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  filter: brightness(94%);
}

.hover-darken-clickable:active {
  filter: brightness(80%);
}

.hover-scale:hover {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transform: scale(1.1);
}

.hover-scale-clickable:hover {
  cursor: pointer;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transform: scale(1.1);
}

.hover-scale-clickable:active {
  transform: scale(1.05);
}

.hover-scale-bigger-clickable:hover {
  cursor: pointer;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 40ms;
  transform: scale(1.3);
}

.hover-scale-bigger-clickable:active {
  transform: scale(1.1);
}

.hover-primary-clickable:hover {
  cursor: pointer;
  transition-property: color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  color: var(--primary-600);
}

.hover-primary-clickable:active {
  color: var(--primary-250);
}

.form-input-focus:focus {
  background-color: var(--neutral-100);
}

.text-align-right {
  text-align: right;
}

.form-button-hover:hover {
  background-color: white;
  color: var(--primary-600) !important;
  border-color: var(--primary-600);
  border-style: solid;
  border-width: 2px;
}

.disabled-input {
  border-width: 0;
  border-style: solid;
  border-color: var(--neutral-150);
  border-top-width: 2px;
  border-left-width: 2px;
}

.disabled-input:disabled {
  background-color: transparent;
}

.flex-1 {
  flex: 1 1 0%;
}

.simple-icons--facebook {
  display: inline-block;
  width: 24px;
  height: 24px;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M9.101 23.691v-7.98H6.627v-3.667h2.474v-1.58c0-4.085 1.848-5.978 5.858-5.978c.401 0 .955.042 1.468.103a9 9 0 0 1 1.141.195v3.325a9 9 0 0 0-.653-.036a27 27 0 0 0-.733-.009c-.707 0-1.259.096-1.675.309a1.7 1.7 0 0 0-.679.622c-.258.42-.374.995-.374 1.752v1.297h3.919l-.386 2.103l-.287 1.564h-3.246v8.245C19.396 23.238 24 18.179 24 12.044c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 5.628 3.874 10.35 9.101 11.647'/%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.simple-icons--instagram {
  display: inline-block;
  width: 24px;
  height: 24px;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M7.03.084c-1.277.06-2.149.264-2.91.563a5.9 5.9 0 0 0-2.124 1.388a5.9 5.9 0 0 0-1.38 2.127C.321 4.926.12 5.8.064 7.076s-.069 1.688-.063 4.947s.021 3.667.083 4.947c.061 1.277.264 2.149.563 2.911c.308.789.72 1.457 1.388 2.123a5.9 5.9 0 0 0 2.129 1.38c.763.295 1.636.496 2.913.552c1.278.056 1.689.069 4.947.063s3.668-.021 4.947-.082c1.28-.06 2.147-.265 2.91-.563a5.9 5.9 0 0 0 2.123-1.388a5.9 5.9 0 0 0 1.38-2.129c.295-.763.496-1.636.551-2.912c.056-1.28.07-1.69.063-4.948c-.006-3.258-.02-3.667-.081-4.947c-.06-1.28-.264-2.148-.564-2.911a5.9 5.9 0 0 0-1.387-2.123a5.9 5.9 0 0 0-2.128-1.38c-.764-.294-1.636-.496-2.914-.55C15.647.009 15.236-.006 11.977 0S8.31.021 7.03.084m.14 21.693c-1.17-.05-1.805-.245-2.228-.408a3.7 3.7 0 0 1-1.382-.895a3.7 3.7 0 0 1-.9-1.378c-.165-.423-.363-1.058-.417-2.228c-.06-1.264-.072-1.644-.08-4.848c-.006-3.204.006-3.583.061-4.848c.05-1.169.246-1.805.408-2.228c.216-.561.477-.96.895-1.382a3.7 3.7 0 0 1 1.379-.9c.423-.165 1.057-.361 2.227-.417c1.265-.06 1.644-.072 4.848-.08c3.203-.006 3.583.006 4.85.062c1.168.05 1.804.244 2.227.408c.56.216.96.475 1.382.895s.681.817.9 1.378c.165.422.362 1.056.417 2.227c.06 1.265.074 1.645.08 4.848c.005 3.203-.006 3.583-.061 4.848c-.051 1.17-.245 1.805-.408 2.23c-.216.56-.477.96-.896 1.38a3.7 3.7 0 0 1-1.378.9c-.422.165-1.058.362-2.226.418c-1.266.06-1.645.072-4.85.079s-3.582-.006-4.848-.06m9.783-16.192a1.44 1.44 0 1 0 1.437-1.442a1.44 1.44 0 0 0-1.437 1.442M5.839 12.012a6.161 6.161 0 1 0 12.323-.024a6.162 6.162 0 0 0-12.323.024M8 12.008A4 4 0 1 1 12.008 16A4 4 0 0 1 8 12.008'/%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.simple-icons--youtube {
  display: inline-block;
  width: 24px;
  height: 24px;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M23.498 6.186a3.02 3.02 0 0 0-2.122-2.136C19.505 3.545 12 3.545 12 3.545s-7.505 0-9.377.505A3.02 3.02 0 0 0 .502 6.186C0 8.07 0 12 0 12s0 3.93.502 5.814a3.02 3.02 0 0 0 2.122 2.136c1.871.505 9.376.505 9.376.505s7.505 0 9.377-.505a3.02 3.02 0 0 0 2.122-2.136C24 15.93 24 12 24 12s0-3.93-.502-5.814M9.545 15.568V8.432L15.818 12z'/%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.simple-icons--linkedin {
  display: inline-block;
  width: 24px;
  height: 24px;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037c-1.853 0-2.136 1.445-2.136 2.939v5.667H9.351V9h3.414v1.561h.046c.477-.9 1.637-1.85 3.37-1.85c3.601 0 4.267 2.37 4.267 5.455v6.286zM5.337 7.433a2.06 2.06 0 0 1-2.063-2.065a2.064 2.064 0 1 1 2.063 2.065m1.782 13.019H3.555V9h3.564zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.222 0z'/%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.simple-icons--tiktok {
  display: inline-block;
  width: 24px;
  height: 24px;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M12.525.02c1.31-.02 2.61-.01 3.91-.02c.08 1.53.63 3.09 1.75 4.17c1.12 1.11 2.7 1.62 4.24 1.79v4.03c-1.44-.05-2.89-.35-4.2-.97c-.57-.26-1.1-.59-1.62-.93c-.01 2.92.01 5.84-.02 8.75c-.08 1.4-.54 2.79-1.35 3.94c-1.31 1.92-3.58 3.17-5.91 3.21c-1.43.08-2.86-.31-4.08-1.03c-2.02-1.19-3.44-3.37-3.65-5.71c-.02-.5-.03-1-.01-1.49c.18-1.9 1.12-3.72 2.58-4.96c1.66-1.44 3.98-2.13 6.15-1.72c.02 1.48-.04 2.96-.04 4.44c-.99-.32-2.15-.23-3.02.37c-.63.41-1.11 1.04-1.36 1.75c-.21.51-.15 1.07-.14 1.61c.24 1.64 1.82 3.02 3.5 2.87c1.12-.01 2.19-.66 2.77-1.61c.19-.33.4-.67.41-1.06c.1-1.79.06-3.57.07-5.36c.01-4.03-.01-8.05.02-12.07'/%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.simple-icons--xiaohongshu {
  display: inline-block;
  width: 24px;
  height: 24px;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M22.405 9.879c.002.016.01.02.07.019h.725a.797.797 0 0 0 .78-.972a.794.794 0 0 0-.884-.618a.795.795 0 0 0-.692.794c0 .101-.002.666.001.777m-11.509 4.808c-.203.001-1.353.004-1.685.003a2.5 2.5 0 0 1-.766-.126a.025.025 0 0 0-.03.014L7.7 16.127a.025.025 0 0 0 .01.032c.111.06.336.124.495.124c.66.01 1.32.002 1.981 0q.017 0 .023-.015l.712-1.545a.025.025 0 0 0-.024-.036zM.477 9.91c-.071 0-.076.002-.076.01l-.01.08c-.027.397-.038.495-.234 3.06c-.012.24-.034.389-.135.607c-.026.057-.033.042.003.112c.046.092.681 1.523.787 1.74c.008.015.011.02.017.02c.008 0 .033-.026.047-.044q.219-.282.371-.606c.306-.635.44-1.325.486-1.706c.014-.11.021-.22.03-.33l.204-2.616l.022-.293c.003-.029 0-.033-.03-.034zm7.203 3.757a1.4 1.4 0 0 1-.135-.607c-.004-.084-.031-.39-.235-3.06a.4.4 0 0 0-.01-.082c-.004-.011-.052-.008-.076-.008h-1.48c-.03.001-.034.005-.03.034l.021.293q.114 1.473.233 2.946c.05.4.186 1.085.487 1.706c.103.215.223.419.37.606c.015.018.037.051.048.049c.02-.003.742-1.642.804-1.765c.036-.07.03-.055.003-.112m3.861-.913h-.872a.126.126 0 0 1-.116-.178l1.178-2.625a.025.025 0 0 0-.023-.035l-1.318-.003a.148.148 0 0 1-.135-.21l.876-1.954a.025.025 0 0 0-.023-.035h-1.56q-.017 0-.024.015l-.926 2.068c-.085.169-.314.634-.399.938a.5.5 0 0 0-.02.191a.46.46 0 0 0 .23.378a1 1 0 0 0 .46.119h.59c.041 0-.688 1.482-.834 1.972a.5.5 0 0 0-.023.172a.47.47 0 0 0 .23.398c.15.092.342.12.475.12l1.66-.001q.017 0 .023-.015l.575-1.28a.025.025 0 0 0-.024-.035m-6.93-4.937H3.1a.032.032 0 0 0-.034.033c0 1.048-.01 2.795-.01 6.829c0 .288-.269.262-.28.262h-.74c-.04.001-.044.004-.04.047c.001.037.465 1.064.555 1.263c.01.02.03.033.051.033c.157.003.767.009.938-.014c.153-.02.3-.06.438-.132c.3-.156.49-.419.595-.765c.052-.172.075-.353.075-.533q.003-3.495-.007-6.991a.03.03 0 0 0-.032-.032zm11.784 6.896q-.002-.02-.024-.022h-1.465c-.048-.001-.049-.002-.05-.049v-4.66c0-.072-.005-.07.07-.07h.863c.08 0 .075.004.075-.074V8.393c0-.082.006-.076-.08-.076h-3.5c-.064 0-.075-.006-.075.073v1.445c0 .083-.006.077.08.077h.854c.075 0 .07-.004.07.07v4.624c0 .095.008.084-.085.084c-.37 0-1.11-.002-1.304 0c-.048.001-.06.03-.06.03l-.697 1.519s-.014.025-.008.036s.013.008.058.008q2.622.003 5.243.002c.03-.001.034-.006.035-.033zm4.177-3.43q0 .021-.02.024c-.346.006-.692.004-1.037.004q-.021-.003-.022-.024q-.006-.651-.01-1.303c0-.072-.006-.071.07-.07l.733-.003c.041 0 .081.002.12.015c.093.025.16.107.165.204c.006.431.002 1.153.001 1.153m2.67.244a1.95 1.95 0 0 0-.883-.222h-.18c-.04-.001-.04-.003-.042-.04V10.21q.001-.198-.025-.394a1.8 1.8 0 0 0-.153-.53a1.53 1.53 0 0 0-.677-.71a2.2 2.2 0 0 0-1-.258c-.153-.003-.567 0-.72 0c-.07 0-.068.004-.068-.065V7.76c0-.031-.01-.041-.046-.039H17.93s-.016 0-.023.007q-.008.008-.008.023v.546c-.008.036-.057.015-.082.022h-.95c-.022.002-.028.008-.03.032v1.481c0 .09-.004.082.082.082h.913c.082 0 .072.128.072.128v1.148s.003.117-.06.117h-1.482c-.068 0-.06.082-.06.082v1.445s-.01.068.064.068h1.457c.082 0 .076-.006.076.079v3.225c0 .088-.007.081.082.081h1.43c.09 0 .082.007.082-.08v-3.27c0-.029.006-.035.033-.035l2.323-.003a.7.7 0 0 1 .28.061a.46.46 0 0 1 .274.407c.008.395.003.79.003 1.185c0 .259-.107.367-.33.367h-1.218c-.023.002-.029.008-.028.033q.276.655.57 1.303a.05.05 0 0 0 .04.026c.17.005.34.002.51.003c.15-.002.517.004.666-.01a2 2 0 0 0 .408-.075c.59-.18.975-.698.976-1.313v-1.981q.001-.191-.034-.38c0 .078-.029-.641-.724-.998'/%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

@media (min-width: 576px) {
  .rounded-sm-4 {
    border-radius: 1rem;
  }

  .rounded-sm-top-4 {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .rounded-sm-top-right-4 {
    border-top-right-radius: 1rem;
  }

  .rounded-sm-bottom-left-5 {
    border-bottom-left-radius: 1.25rem;
  }

  .rounded-sm-left-4 {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .rounded-sm-bottom-left-0 {
    border-bottom-left-radius: 0 !important;
  }

  .bg-sm-transparent {
    background-color: transparent;
  }

  .bg-sm-primary-200 {
    background-color: var(--primary-200);
  }

  .bg-sm-primary-350 {
    background-color: var(--primary-350);
  }

  .bg-sm-primary-550 {
    background-color: var(--primary-550);
  }

  .bg-sm-primary-600 {
    background-color: var(--primary-600) !important;
  }

  .bg-sm-primary-650 {
    background-color: var(--primary-650);
  }

  .bg-sm-neutral-100 {
    background-color: var(--neutral-100);
  }

  .bg-sm-neutral-110 {
    background-color: var(--neutral-110);
  }

  .text-sm-primary-200 {
    color: var(--primary-200) !important;
  }

  .text-sm-primary-600 {
    color: var(--primary-600) !important;
  }

  .text-sm-neutral-800 {
    color: var(--neutral-800) !important;
  }

  .text-sm-white {
    color: white;
  }

  .border-sm-end-2-primary-100 {
    border-color: var(--primary-100);
    border-style: solid;
    border-width: 0;
    border-right-width: 2px;
  }
}

@media (min-width: 768px) {
  .flex-1-md {
    flex: 1 1 0%;
  }
}


@media (min-width: 992px) {
  .bg-lg-white {
    background-color: white !important;
  }

  .border-lg-end-2-primary-100 {
    border-color: var(--primary-100);
    border-style: solid;
    border-width: 0;
    border-right-width: 2px;
  }
}  
  figure.responsive-figure {
  width: 100%;
  height: 24rem;
}

@media (min-width: 992px) {
  figure.responsive-figure {
    width: 22rem;
  }
}


/* for support page */
.icon-circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #dee2e6;
  transition: all 0.3s ease;
    text-decoration: none; 
}

.icon-circle:hover {
  background-color: #f8f9fa;
  transform: scale(1.1);
  text-decoration: none; 
}

/* for listing header */
.icon-circle-listing {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #dee2e6;
  transition: all 0.3s ease;
    text-decoration: none; 
}

.icon-circle-listing:hover {
  background-color: #f8f9fa;
  transform: scale(1.1);
  text-decoration: none; 
}

.icon-circle-success {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--primary-600);
  border: 2px solid #dee2e6;
  transition: all 0.3s ease;
    text-decoration: none; 
}

.icon-circle-success:hover {
  /*background-color: #146c43;*/
  transform: scale(1.1);
  text-decoration: none; 
}

.text-right{
    text-align: right;
}

@media only screen and (max-width: 992px) {
    .further-insights-content, 
    .further-insights-products {
        width: 100%;
        padding-top: 0px;
        padding-bottom: 30px;
        position: initial;
    }
}
/* launch banner*/
.launch-banner {
    border-top-left-radius: 1rem;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 15%;
    padding: 10px 20px;
    background: linear-gradient(to right, #b19a7a, transparent);
    color: white;
    font-weight: bold;
    font-size: 16px;
    z-index: 2;
    pointer-events: none;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}
/** top 10 subsales */


.top10-subsales {
  position: relative;
  width: 97%;
  height: 100%;
  padding-top: 30px;
  padding-bottom: 60px;
  display: flex
;
    flex-direction: column;
    justify-content: start;
}
.further-insights-bg .further-insights .top10-subsales .featured-box{
    width: calc(100% / 4) ;
    padding-right: 20px;
}
/* buttons styling for top10 subsales to move to the bottom using absolute positioning */
.top10-subsales-bg .sliders.group-sliders .flickity-button {
  position: absolute;
  bottom: -50px;
  top: auto;
  z-index: 10;
}

.top10-subsales-bg .sliders.group-sliders .flickity-button.previous {
  left: 5%;
  color: black;
}

.top10-subsales-bg .sliders.group-sliders .flickity-button.next {
  right: 18%;
  color: black;
}
.top10-subsales-bg .sliders.group-sliders .flickity-button::before {
  font-size: 12px;
}

.sliders.group-sliders .flickity-prev-next-button:disabled {
  display: none;
}

.top10-subsales .top10-more-details{
  
    position: absolute;
    bottom: 1px;
    top: auto;
    z-index: 10;
    right: 70px;

}
.top10-subsales .top10-more-details .more-detail{
    text-decoration: none;
    color: #586aec;
    /* padding-right: 20px; */
    display: flex;
    align-items: start;
    font-weight: 700;
}
.top10-subsales .top10-more-details .more-detail > i{
    font-size: 17px;
    /* padding-top: 62px; */
    margin-top: 1px;
}
/* horizontal line that connects the two buttons, creaing before element on the carousel*/



.top10-subsales .products-sliders-box::before {
  content: "";
  position: absolute;
  height: 2px;
  background-color: #ccc;
  bottom: -20px; 
  left: 10%;
  right: 23%; 
  z-index: 1;
  opacity: 0.5;
}

/* end of button styling */
@media (min-width: 992px) {
  .further-insights-bg .ml-3 h1.d-lg-block {
    font-size: 64px;
  }
}


.further-insights-content,
.top10-subsales {
  
  width: 40%;
  height: 100%;
  padding-top: 30px;
  padding-bottom: 60px;
}


.further-insights-content {
  border-bottom-right-radius: 30px;
  height: 100%;
  background: #fff;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 210px;
}
.top10-nl-products .products-box .products-name,
.top10-subsales .products-box .products-name {
  justify-content: flex-start;
}

.top10-nl-products .products-box .products-name .product-address,
.top10-subsales .products-box .products-name .product-address {
  border-left: 1px solid #fff;
  padding-left: 10px;
  margin-left: 10px;
}
/* duplicate
.divided {
  display: flex;
  width: auto !important;
  border-top: 1px solid #373736;
  padding: 10px 0;
  padding-bottom: 0;
  font-size: medium;
  margin-top: 10px;
}

.divider {
  flex-grow: 1;
  border-bottom: 1px solid #373736;
  margin: 10px;
}

.divided .more-detail {
  color: white;
  font-weight: 700;
  font-size: small;
  text-decoration: none;
}
.divider-icons{
    display: flex;
    gap: 60px;
    justify-content: space-evenly;
    margin: 0 13px;
}
*/
.top10-subsales .products-sliders-box .products-box > a {
    background: white;
    border-radius: 20px 20px 0 0;
        box-shadow: none;
  }

  
.top10-subsales .products-box > a > img {
border-radius: 20px 20px 0 20px;
filter: initial;
height: 250px !important;
}
/* style card images for top10 subsales */
.top10-subsales .products-box .Card__image {
height: 225px !important;
}

.top10-subsales .products-box .Carousel {
border-bottom-right-radius: 0px;
}
   
.top10-subsales .products-box .Pagination {
 padding-left: 11px;
  padding-right: 15px;
}
     
/* end styling*/


.top10-subsales {
width: 100%;
padding-top: 0px;
padding-bottom: 30px;
position: relative;
}

.top10-subsales .product-address {
font-size: 12px;
}

.top10-subsales .Dot::after {
    border: 1px solid #404040;
}
.top10-subsales .Dot {
 color: #404040;
}
.top10-subsales .Dot--active {
 color: #fff !important;
}

.top10-subsales
.products-sliders-box
.products-box
.products-info-box {
bottom: initial;
position: relative;
width: 100%;
background: white;
padding: 10px 15px;
}


.top10-subsales .products-sliders-box .featured-box {
height: initial;
}


.top10-subsales
.products-sliders-box
.products-box
.products-name
> a,
.top10-subsales
.products-sliders-box
.products-box
.products-info-box,
.top10-subsales .products-sliders-box .product-detail > div,

.top10-subsales
.products-sliders-box
.products-box
.products-price,
.top10-subsales .products-sliders-box .product-amenity > div > i {
color: initial;
/*padding: 0 2px;*/
}




.top10-subsales
.products-sliders-box
.product-amenity
.text-center {
border: none;
border-radius: 0;
border-right: 2px solid #e5e5e5;
margin: 0;
padding: 0px 5px;
align-content: center;
display: flex  ;
flex: nowrap;
color: black;
}

.top10-subsales
.products-sliders-box
.product-amenity
.text-center:last-child {
border: none;
}

.top10-subsales .products-box .divided .more-detail {
color: #4b5feb;
}

.top10-subsales .products-box .products-name .product-address {
display: none;
}

.top10-subsales
.products-sliders-box
.products-box
.products-info-box {
box-shadow: initial;
}

.top10-subsales .products-box .divided {
border-top: 1px solid #e5e5e5;
}

.top10-subsales .products-box .divider {
border-bottom: 1px solid #e5e5e5;
}

.top10-subsales-bg{
  background: white;
}
.top10-subsales  .product-amenity{
  flex-wrap: nowrap;
  line-height: 1;
  gap:0;
  margin-top: 0;
  padding: 0 10px;

  
}
.top10-subsales .products-box{
  padding: 0px;
  box-shadow: rgba(0, 0, 0, 0.7) 0px 3px 8px;
  border-radius: 20px;

}
.top10-subsales .products-price > div > span{
    font-size: 12px;
    margin-top: 4px;
    margin-right: 5px;
}

.top10-subsales .products-box .products-tags{
    padding: 2px 9px;
    font-size: 10px;
}

.top10-subsales .sliders.group-sliders .flickity-prev-next-button:disabled {
  display: block;
}

/* responsive for top 10 subsales */
@media only screen and (max-width: 992px) { 
    .further-insights-bg .further-insights .top10-subsales .featured-box{
     width: calc(100% / 2) ;
    padding: 0px 20px;
    }
    .top10-subsales .Carousel{
        padding: 0;
        margin-left: 0;
        width: 100% !important;
    }
    .top10-subsales .products-box .Card__image  {
    
     width: 500px !important;
    }
    .top10-subsales .products-box > a > img{
        height: 350px !important;
    }
    .top10-subsales-bg .top10-subsales h1 {
        color: #4554c0; 
        margin-left: 20px;
    }
   .top10-subsales .products-sliders-box::before {
       display: none;
   }
   .top10-subsales .flickity-button, .flickity-page-dots{
         display: none;
   }
    body > div:nth-child(1) > section > div > div > ol{
         display: block;
   }
    .difference-box >div{
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }
    .further-insights-content{
           background: initial;
            padding-top: 78px;
    }
     .homepage-difference .flickity-viewport{
            min-height: 470px;
            margin-bottom: 2rem;
    }
    .top10-subsales .top10-more-details{
            right: 32px;
    }
    .further-insights-products .products-sliders-box .product-amenity{
        justify-content: space-around;
        margin-left: 0;
        gap: 0;
    }
    .further-insights-products .products-sliders-box .product-amenity .text-center {
        flex-grow: 1;
        flex-direction: column;
    }
    .products-sliders-box .product-amenity > div > i {
        margin-right: 0;
    }
    .products-sliders-box .flickity-viewport {
        height: 638px !important;
    }
    .differently-container{
        display: flex;
        padding-top: 80px;
        gap: 90px;
    }
    .text-differently-container > h6 {
        margin-bottom: 20px;
        margin-top: 0;
    }
        #tabContent3 > div > form > div > div > div:nth-child(2){
        margin-top: 30px;
    }
    
    #tabContent4 > div > form > div > div > div:nth-child(2){
        margin-top: 30px;
    }
    
    /* for homepage top 10 new launch */
    .top10-nl-bg > div > div > div > div > .top10-nl-products > div > div > div > div.featured-box > div > .products-info-box > .products-name > div{
        margin-left: 0;
        padding-left: 0;
        border-left: 0px;
    }
    
    .top10-nl-bg > div > div > div > div > .top10-nl-products > div > div > div > div.featured-box > div > .products-info-box > div.product-address{
        display: none;
    }
    
    /* product box ordering */
    .top10-nl-bg > div > div > div > div > .top10-nl-products > div > div > div > div.featured-box > div > .products-info-box {
        display: flex;
        flex-direction: column;
    }

    .top10-nl-bg > div > div > div > div > .top10-nl-products > div > div > div > div.featured-box > div > .products-info-box >  .products-name {
        order: 1;
    }
    

    .top10-nl-bg > div > div > div > div > .top10-nl-products > div > div > div > div.featured-box > div > .products-info-box >  .row.product-amenity {
        order: 3;
    }
    

    .top10-nl-bg > div > div > div > div > .top10-nl-products > div > div > div > div.featured-box > div > .products-info-box >  .product-detail {
        order: 2;
        margin-top: 0.3rem !important;
        margin-bottom: 0.8rem;
    }
    
    .top10-nl-bg > div > div > div > div > .top10-nl-products > div > div > div > div.featured-box > div > .products-info-box >  .product-address,
    .top10-nl-bg > div > div > div > div > .top10-nl-products > div > div > div > div.featured-box > div > .products-info-box >  .products-details-icons,
    .top10-nl-bg > div > div > div > div > .top10-nl-products > div > div > div > div.featured-box > div > .products-info-box >  p.divided {
        order: 4;
    }
        /* amenities spacing */
    .top10-nl-bg > div > div > div > div > .top10-nl-products > div > div > div > div.featured-box > div > .products-info-box > div.row.product-amenity.d-flex.d-lg-flex > div:nth-child(1){
        letter-spacing: 4px;
    }
     .top10-nl-bg > div > div > div > div > .top10-nl-products > div > div > div > div.featured-box > div > .products-info-box > div.row.product-amenity.d-flex.d-lg-flex > div:nth-child(2){
        letter-spacing: 4px;
    }
    /* top 10 subsales */
    .top10-subsales .products-box .Pagination {
        padding-left: 26px;
        padding-right: 15px;
        margin-top: -34px !important;
    }
    
    .top10-subsales .products-box .Pagination .product-price-icons{
       display:none;
    }
    /* further insights */
    .further-insights-products .products-sliders-box .products-box .products-info-box{
        display:flex;
        flex-direction: column;
        padding-left: 20px;
        padding-right: 20px;
    }
    .further-insights-products .products-sliders-box .products-box .products-price > div:nth-child(2){
        color: grey !important;
    }
    .further-insights-products .products-sliders-box .products-box .products-info-box .product-address {
        font-weight: 400;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        color: #bbb;
        order: 2;
    }
    .further-insights-products .products-sliders-box .products-box .products-info-box .text-center{
        color: #bbb !important;
        gap: 5px;
        
    }
    .further-insights-products .products-sliders-box .products-box .products-info-box .product-amenity {
        order: 4;
        margin-left: -20px;
        margin-right: -20px;
    }
    .further-insights-products .products-sliders-box .products-box .products-info-box .products-name {
        order: 1;
    }
    .further-insights-products .products-sliders-box .products-box .products-info-box .product-detail {
        order: 3;
    }
    
    .further-insights-products .products-sliders-box .products-box .products-info-box  .products-details-icons,
    .further-insights-products .products-sliders-box .products-box .products-info-box  .divided {
        order: 5;
    }
    
     .further-insights-products .products-sliders-box .product-amenity > div > i {
        font-size: 16px;
     }
}
@media only screen and (min-width: 992px) { 
 .top10-subsales .flickity-viewport{
        height: 486px !important;
    }

    
}

.top10-subsales .fi-sec{
    height: 550px;
}

#results-container .icon-save .fa-heart {
    color: #767676;
}
.pagination-carousel{
  display: flex;
  justify-content: flex-start;
  margin: 0.5rem 0 1.5rem 3rem; /* Corresponds to mt-2, m-0 for right, mb-4, ml-5 */
  padding-left: 3rem; /* Corresponds to pl-5 */
}

.tag-box{
    top: 27px;
}

.tag-box-launch{
    top: 70px;
}
/*
#results-container h4::before{
    content: ''; 
    position: absolute;
    background: black;
    opacity: 0.3;
}
*/
@media only screen and (max-width: 767px){
    .grouped-results-container figure{
        height: 33rem !important;
    }
    
    .grouped-results-container h4{
        text-transform: uppercase;
        color: white;
    }
    
   .grouped-results-container div{
        position: relative;
    }
    
    .grouped-results-container > div > div{
        width: 95% !important;
        position: absolute;
        background: white;
        left: 2.5%;
        bottom: 3%;
    }
    
    .grouped-results-container .responsive-price{
        font-size: 1rem !important;
    }
    
  
    .is-mobile .grouped-icon-container .border{
        border:none !important;
        
    }
      .is-mobile .grouped-badge{
        width: auto !important;
    }

    
    .grouped-results-container .fa-maximize{
        display:none;
    }
    
    .is-mobile .grouped-icon{
        font-size: 13px !important;
    }
    
    .is-mobile .grouped-text::after {
      content: ''; 
      position: absolute;
      top: 50%; 
      transform: translateY(-50%); 
      right: -5px; 
      
      width: 1px;
      height: 75%; 
      
      background-color: grey;
    }
    

    #results-container > div > div > div.grouped-icon-container > div:nth-child(3) > p::after{
        display:none;
    }
}

@media only screen and (max-width: 576px) {
    .further-insights-bg .further-insights .top10-subsales .featured-box{
         width: 100% ;
        padding: 0px 20px;
    }
    .top10-subsales .products-box .Card__image  {
         width: 500px !important;
    }
    .member-menu ul {
         align-items: start;  
         gap: 14px;
    }
    .member-menu ul li a{
        width: 115%;
        font-size: 15px;
        border-radius: 13px;
        padding: 6px 0px;
    }
    
    /* footer responsive */
    .footer-big .container{
       /* padding: 0px; */
    }
    .footer-big .row >div{
        padding-left: 0px !important;
        padding-right: 0px !important;
        padding-bottom: 0px !important;
        border-top: 1px solid #6e7acd;
    }
    body > footer > div.footer-big > div > div > div > h4{
     padding-bottom: 24px;
     padding-left: 15px;
     
    }
    .footer-big h4 + ul li {
        padding: 20px 0 20px 15px;
        background: #5765c6;
        text-transform: lowercase;
         border-top: 1px solid #6e7acd;
    }
    
        .footer-big h4 + ul li a {
        text-decoration: none;
    }
    
    .footer-big .row > div, .footer-big .row > div:first-child, .footer-big .row > div:nth-child(2){
        padding: 25px;
    }

    .footer-big .row > div:first-child{
         margin-top: 40px;
     }

    .row.products-row.products-by-list .col-6 {
        padding: 0;
    }
    .row.products-row.products-by-list .col-6 > div {
        padding: 0;
    }

    .further-insights-content h1 {
        color: #fff;
        margin-left: -14px;
        font-size: 2.2rem;
    }
    .nav-link.listing-info-tab {
        height: 59px;
    }
    
    .about .nav{
        gap: 10px;
        justify-content: center;
    }
    
    .listing-info-item {
        margin-right: 0px;
        margin-bottom: 20px;
    }
    
    .homepage-difference .flickity-viewport{
            min-height: 470px;
            MARGIN-TOP: 3rem;
    }
    .pro-assistant-chat{
        height: 88px;
    }

    .pro-assistant-chat .font-weight-bold.align-content-center {
        margin-top: 5px;
    }

    .pro-assistant-chat .d-flex.justify-content-end {
        margin-top: -5px;
    }


    .pro-assistant-button {
        margin-top: -22px;
    }
    /* should probably be put in the listing info file instead, following styles are for listing-info.php */
    .content-bgc .container .Carousel{
        margin-left: -15px;
        margin-right: -15px;
        border-radius: 0;
        max-width: 153%;
        width: 153%;
    }
    
    .content-bgc .content-second .container{
        overflow-x: hidden;
    }
    
    .content-bgc .content-second .Card__image {
        border-radius: 0;
        max-height: 450px;
    }
    
    .content-bgc .content-second .Card {
        max-height: 450px;
    }
    
    .content-bgc {
        padding-top: 25px;
    }
    
    .listing-header-box {
        z-index: 1;
    }
    

    .products-by-list .products-box .products-info-box {
        border-top-right-radius: 20px;
    }
    
    .product-info-site{
        margin-top: -55px;
    }
    .pagination-carousel {
        top: -18px;
        position: relative;
        z-index: 1;
        justify-content: center; /* Resets the flex alignment */
        margin: 0; /* Removes all margins */
        padding-left: 0; /* Removes the left padding */
      }
    .content-bgc .content-second .Card__image:first-of-type {
        width: 100vw !important;
    }
    .launch-banner{
        height: 25%;
        padding: 45px 20px 0px 25px;
        background: linear-gradient(to right, #b19a7a, transparent);
        color: white;
        font-weight: bold;
        font-size: 16px;
        z-index: 0;
        border-radius: 0px;
    }
    .tag-box{
        top: 62px;
    }
    .tag-box-launch{
        top: 116px;
    }

}

#results-container figure{
    cursor: pointer;
}

