@charset "UTF-8";
:root {
  --bs-primary: #fab528;
  --bs-bg-primary: #fab528;
  --bs-primary-rgb: 250, 181, 40;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}


ins {
  background: 0 0;
  text-decoration: none;
}

article,
aside,
details,
footer,
header,
menu,
nav,
section,
summary {
  display: block;
}


progress,
video {
  display: inline-block;
}

img:not([src]):not([srcset]) {
  visibility: hidden;
}

progress {
  vertical-align: baseline;
}


[hidden] {
  display: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

code {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
select,
textarea {
  font: inherit;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

.text-red {
  color: #cb4321 !important;
}

.text-green {
  color: #2f8a33 !important;
}

.text-gray {
  color: #999 !important;
}

.form-control:focus {
  box-shadow: none;
}

.btn {
  font-size: 1em;
  box-shadow: none;
  text-decoration: none;
}
.btn:focus {
  box-shadow: none;
}
.btn.loading {
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  opacity: 0.65;
}
.btn.loading .svg-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 5px;
  padding-right: 5px;
  width: 1em;
  height: 1em;
}
.btn.loading .svg-icon svg {
  display: none;
}
.btn.loading .svg-icon:before {
  content: " ";
  width: 11px;
  height: 11px;
  border-radius: 50%;
  border-width: 1px;
  border-style: solid;
  border-color: #777 transparent;
  animation: lds-dual-ring 0.5s linear infinite;
  display: inline-block;
  margin-right: 2px;
  position: absolute;
}
.btn.btn-sm {
  padding: 0.25rem 0.75rem;
  font-size: 0.75rem;
}

.btn-secondary {
  color: #000;
  font-weight: 700;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 3px;
  text-align: center;
  margin-bottom: 0;
  position: relative;
  padding: 0.5rem 1rem;
}
.btn-secondary .svg-icon {
  margin-right: 5px;
}
.btn-secondary:hover, .btn-secondary:focus {
  color: #fff;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.btn-primary {
  font-weight: 700;
  border: 0;
  border-radius: 3px;
  transition: 0.5s;
  outline: 0;
  padding: 0.8rem 0.5rem;
  background-color: var(--primary-color);
  color: var(--primary-button-color);
  box-shadow: none !important;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  color: var(--text-color);
  background-color: var(--primary-color);
}
.btn-primary.disabled, .btn-primary:disabled {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: #6c757d;
}

.alert a.box-shadow {
  box-shadow: inset 0 0 0 transparent, inset 0 -1px 0 #fff;
}

.alert-info {
  color: #fff;
  background-color: #3D9CD2;
}

.rounded-7 {
  border-radius: 0.7rem !important;
}

.toast .toast-body .icon- {
  font-size: 22px;
}

* {
  font-family: var(--primary-font);
}

body {
  font-size: 14px;
  font-weight: 400;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}
.h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
}

p {
  font-size: 14px;
  line-height: 1.6em;
  color: var(--text-color);
}
p span {
  font-family: inherit;
  color: inherit;
  font-size: inherit;
}

a {
  position: relative;
  color: inherit;
  text-decoration: none;
  transition: all 0.4s ease;
}
a:hover {
  color: var(--primary-color);
}

a,
input,
textarea,
button,
select {
  outline: none;
}

a:hover,
h1:focus,
h2:focus,
h3:focus,
h4:focus,
h5:focus,
h6:focus {
  text-decoration: none;
}

a:focus,
button:focus,
select:focus,
input:focus,
textarea:focus {
  outline: none;
  text-decoration: none;
}

img {
  max-width: 100%;
}

iframe {
  border: 0;
  max-width: 100%;
  width: 100%;
}

a {
  text-decoration: none;
  outline: none;
  transition: 0.5s;
}

.header ul {
  margin: 0;
  padding: 0;
}
.header.header--sticky .header-content-sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1001;
  border-bottom: none;
  padding: 0;
  animation: fadeInDown 0.6s both;
}
.header.header--sticky .header-content-sticky .header-wrapper {
  padding: 10px 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.header.header--sticky .header-content-sticky.header-middle, .header.header--sticky .header-content-sticky.header-top {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.header.header--sticky .header-content-sticky.header-middle .header-wrapper, .header.header--sticky .header-content-sticky.header-top .header-wrapper {
  box-shadow: none;
}
.header .header-top {
  font-size: 13px;
  line-height: 1;
  padding: 10px 0;
  background-color: var(--top-header-background-color);
  border-bottom: 1px solid var(--header-deliver-color);
}
.header .header-top .header-info-right {
  display: flex;
  justify-content: flex-end;
}
.header .header-top .header-info > ul {
  display: flex;
}
.header .header-top .header-info > ul > li {
  margin-right: 20px;
  position: relative;
  display: flex;
  align-items: center;
}
.header .header-top .header-info > ul > li:before {
  content: "";
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 10px;
  background: #dedfe2;
}
.header .header-top .header-info > ul > li:last-child {
  margin-right: 0;
}
.header .header-top .header-info > ul > li:last-child:before {
  display: none;
}
.header .header-top .header-info > ul > li a {
  color: var(--text-color);
  font-weight: 500;
}
.header .header-top .header-info > ul > li a:hover {
  color: var(--primary-color);
}
.header .header-top .header-info > ul > li a:hover span {
  color: var(--primary-color);
}
.header .header-top .header-info > ul > li .language-dropdown-active {
  cursor: pointer;
}
.header .header-top .header-info > ul > li .language-dropdown-active:hover {
  color: var(--primary-color);
}
.header .header-top .header-info > ul > li .language-dropdown-active .svg-icon {
  font-size: 0.9em;
  margin-left: 2px;
  margin-right: 5px;
}
.header .header-top .header-info > ul > li > ul.language-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
  min-width: 120px;
  background: #fff;
  transform: translateY(20px);
  visibility: hidden;
  opacity: 0;
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  border: 1px solid #ececec;
  padding: 0;
  border-radius: 0;
}
.header .header-top .header-info > ul > li > ul li {
  display: block;
}
.header .header-top .header-info > ul > li > ul li a {
  display: block;
  color: #696969;
  padding: 5px;
}
.header .header-top .header-info > ul > li > ul li a:hover {
  color: var(--primary-color);
  background: none;
}
.header .header-top .header-info > ul > li > ul li a img {
  max-width: 15px;
  display: inline-block;
  margin-right: 5px;
}
.header .header-top .header-info > ul > li:hover > a {
  color: #333;
}
.header .header-top .header-info > ul > li:hover > ul.language-dropdown {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  top: 25px;
}
.header .header-top .header-info i {
  font-size: 12px;
  margin-right: 5px;
  line-height: 6px;
}
.header .header-middle {
  border-bottom: 1px solid var(--header-deliver-color);
  background: var(--middle-header-background-color);
}
.header .header-middle .header-wrapper {
  display: flex;
  align-items: center;
  padding: 8.5px;
}
.header .header-middle .header-wrapper .header-items {
  display: flex;
  align-items: center;
  height: 100%;
  flex: auto;
  justify-content: space-evenly;
}
.header .header-middle .header__left {
  width: 20%;
  padding-right: 30px;
}
.header .header-middle .header__left .logo {
  flex: 0 1 auto;
  position: relative;
  z-index: 100;
}
.header .header-middle .header__left .logo a {
  position: relative;
}
.header .header-middle .header__left .logo a img {
  display: inline-block;
  vertical-align: middle;
}
.header .header-middle .header__center {
  width: 60%;
}
.header .header-middle .header__center .form--quick-search {
  display: flex;
  flex-flow: row nowrap;
  position: relative;
  width: 100%;
}
.header .header-middle .header__center .form--quick-search input[type=text] {
  height: 50px;
  border-top-width: 0;
  border-bottom-width: 0;
  padding: 12px 23px;
  font-size: 13px;
  color: #999;
  background-color: #f7f7f7;
  border-right: none;
  border-left: none;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 0;
}
.header .header-middle .header__center .form--quick-search button {
  background-color: #f7f7f7;
  border-radius: 0;
}
.header .header-middle .header__center .form--quick-search button.loading {
  opacity: 1;
}
.header .header-middle .header__right {
  width: 20%;
  text-align: right;
  display: flex;
  align-items: center;
  height: 100%;
  flex: auto;
  justify-content: flex-end;
  padding-left: 30px;
}
.header .header-middle .header__right > * {
  outline: none;
  text-align: left;
}
.header .header-middle .header__right .header__extra {
  display: flex;
  align-items: center;
}
.header .header-middle .header__right .header__extra .header-box-content {
  text-align: right;
}
.header .header-middle .header__right .header__extra .header-box-content span {
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  margin-bottom: 5px;
  color: var(--header-text-color);
}
.header .header-middle .header__right .header__extra .header-box-content p {
  color: var(--header-text-secondary-color);
  font-size: 13px;
  font-weight: 400;
  margin: 0;
}
.header .header-middle .header__right .header__extra.header-compare {
  position: relative;
  margin: 0 15px 0 0px;
  line-height: 1;
}
.header .header-middle .header__right .header__extra.header-compare a {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.header .header-middle .header__right .header__extra.header-wishlist {
  margin-right: 0px;
  line-height: 1;
}
.header .header-middle .header__right .header__extra.header-wishlist a {
  position: relative;
  display: inline-block;
  padding: 0 10px;
}
.header .header-middle .header__right .header__extra .cart-text {
  margin-left: 12px;
  line-height: 1;
  display: none;
}
.header .header-middle .header__right .header__extra .cart-text .cart-title {
  line-height: 1;
  display: block;
  margin-bottom: 7px;
  font-size: 11px;
  color: var(--header-text-secondary-color);
}
.header .header-middle .header__right .header__extra .cart-text .cart-price-total .cart-amount {
  color: var(--header-text-color);
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  display: block;
}
.header .header-middle .header__right .header__extra > a {
  position: relative;
  display: inline-block;
  padding: 0 10px;
}
.header .header-middle .header__right .header__extra .svg-icon, .header .header-middle .header__right .header__extra i {
  color: var(--header-text-color);
  font-size: 24px;
  padding: 0 0 0 3px;
}
.header .header-bottom {
  background: var(--bottom-header-background-color);
}
.header .header-bottom .header-wrapper {
  padding: 10px 0 12px;
  position: relative;
}
.header .header-bottom .header-wrapper .navigation > .container-xxxl {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}
.header .header-bottom .header-wrapper .navigation > .container-xxxl > * {
  width: 100%;
}
.header .header-bottom .header-wrapper .navigation .navigation__left {
  width: auto;
}
.header .header-bottom .header-wrapper .navigation .navigation__center {
  display: block;
  align-items: center;
  padding-left: 35px;
  width: 80%;
  margin: auto;
}
.header .header-bottom .header-wrapper .navigation .navigation__right {
  width: auto;
}
.header .header-item-counter {
  position: absolute;
  right: 0;
  top: -6px;
  display: block;
  text-align: center;
  background-color: var(--primary-color);
  border-radius: 3px;
  font-size: 10px;
  font-weight: 700;
  color: var(--primary-button-color);
  padding: 5px 5px 3px;
  line-height: 1;
  min-width: 18px;
}
.header .header-mobile .menu-mobile .menu-icon {
  display: inline-flex;
  font-size: 24px;
  cursor: pointer;
}

.header-mobile.header--sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  border-bottom: none;
  padding: 10px 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  animation: fadeInDown 0.6s both;
}

.show-admin-bar .header.header--sticky .header-content-sticky {
  top: 40px;
}
.show-admin-bar .header-mobile.header--sticky {
  top: 40px;
}

@media (max-width: 1519px) {
  .header .header-middle .header__left {
    width: 20%;
  }
  .header .header-middle .header__right .header__extra.header-compare {
    margin-left: 30px;
  }
}
@media (max-width: 1199px) {
  .header .header-middle .header__right .header__extra.header-compare, .header .header-middle .header__right .header__extra.header-wishlist {
    display: none;
  }
}
@media (min-width: 1200px) {
  .header-mobile {
    display: none;
  }
}
@media (max-width: 1199px) {
  .header .header-middle, .header .header-middle.header-content-sticky {
    border-bottom: none;
  }
  .header .header-middle .header-wrapper, .header .header-middle.header-content-sticky .header-wrapper {
    padding: 0;
  }
  .header .header-middle .header-wrapper .header__left, .header .header-middle.header-content-sticky .header-wrapper .header__left {
    display: none;
  }
  .header .header-middle .header-wrapper .header__center, .header .header-middle.header-content-sticky .header-wrapper .header__center {
    display: none;
  }
  .header .header-middle .header-wrapper .header__right .header-support, .header .header-middle.header-content-sticky .header-wrapper .header__right .header-support {
    display: none;
  }
  .header .header-middle .header-wrapper .header__right .cart--mini .header__extra, .header .header-middle.header-content-sticky .header-wrapper .header__right .cart--mini .header__extra {
    display: none;
  }
  .header-bottom {
    display: none;
  }
  .header-mobile {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #eee;
    padding: 13px 15px;
    position: relative;
    background-color: #fff;
    align-items: center;
    align-content: space-around;
    justify-content: space-between;
  }
  .header-items-mobile {
    display: flex;
    align-items: center;
    min-height: 60px;
    width: 60%;
    justify-content: center;
  }
  .header-items-mobile.header-items-mobile--left, .header-items-mobile.header-items-mobile--right {
    width: 20%;
  }
  .header-items-mobile.header-items-mobile--left > *, .header-items-mobile.header-items-mobile--right > * {
    outline: none;
  }
  .header-items-mobile .header-items-mobile--center {
    width: 60%;
  }
  .header-items-mobile .header-items-mobile--center > * {
    outline: none;
  }
  .header-items-mobile .logo {
    width: 100%;
  }
  .header-items-mobile .logo img {
    width: 100%;
    height: 60px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .search-form--mobile {
    line-height: 1;
  }
  .search-form--mobile .open-search-panel {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2px 5px 0 0;
  }
  .search-form--mobile .open-search-panel .svg-icon {
    font-size: 24px;
    color: #222;
  }
  #search-mobile .search-inner-content {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  #search-mobile .search-inner-content .text-search {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  #search-mobile .search-inner-content .search-wrapper {
    width: 100%;
    display: flex;
    position: relative;
  }
  #search-mobile .search-inner-content .search-wrapper .search-field {
    border: 0;
    border-radius: 3px;
    padding-right: 42px;
    float: left;
    height: 42px;
    line-height: 1;
    padding-left: 12px;
    position: relative;
    width: 100%;
  }
  #search-mobile .search-inner-content .search-wrapper button {
    top: 52%;
    transform: translateY(-50%);
    line-height: 1;
    position: absolute;
    right: 0;
    background-color: transparent;
    padding: 0 10px;
    border: none;
    outline: none !important;
  }
  #search-mobile .search-inner-content .search-wrapper button .svg-icon {
    font-size: 18px;
    color: #222;
  }
  #search-mobile .search-inner-content .close-search-panel {
    color: var(--text-color);
    display: flex;
    line-height: 1;
    margin-left: 20px;
    font-size: 18px;
  }
  #search-mobile .panel--search-result {
    text-align: initial;
  }
  #search-mobile .panel--search-result .panel__content {
    max-height: calc(100vh - 135px);
  }
  .header-items-mobile--right {
    text-align: right;
    justify-content: flex-end;
  }
  .header-items-mobile--right > * {
    outline: none;
    text-align: left;
  }
}
@media (max-width: 1280px) {
  .header .header-middle .header__right .header__extra .header-box-content span {
    font-size: 20px;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

#footer {
  margin-bottom: 81px;
  color: var(--footer-text-color);
  background-color: var(--primary-color);
}
#footer h2, #footer h3, #footer h4, #footer h5, #footer h6 {
  color: var(--footer-heading-color);
}
#footer .border-top {
  border-top: 1px solid var(--footer-border-color) !important;
}
#footer .footer-widgets .widget-title {
  display: inline-block;
  position: relative;
  color: #fdee00;
  text-transform: uppercase;
}
#footer .footer-widgets .widget-title:after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fdee00;
}
#footer .widget {
  font-size: 16px;
}
#footer .widget.widget-custom-menu ul li {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
#footer .widget.widget-custom-menu ul li a {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
#footer ul {
  list-style-type: none;
}
#footer ul li a {
  color: var(--footer-text-color);
}
#footer ul li a:hover {
  color: var(--footer-hover-color);
}
#footer .subscribe-form .input-group {
  height: 50px;
}
#footer .subscribe-form .input-group .input-group-text {
  background-color: transparent;
  border: 1px solid var(--footer-border-color);
  border-right: 0;
  padding-left: 1.5em;
}
#footer .subscribe-form .input-group input {
  border-left: 0;
  border-right: 0;
  padding: 0.375rem 0.75rem;
}
#footer .subscribe-form input {
  border-color: var(--footer-border-color);
}
#footer .subscribe-form button {
  background-color: var(--primary-color);
  color: var(--primary-button-color);
  border: 0;
  font-size: 14px;
  font-weight: 700;
  min-width: 130px;
}
#footer .footer-widgets p {
  color: #fff;
}
#footer .footer-widgets .widget ul {
  color: #fff;
}
#footer .footer-widgets .widget ul li a {
  color: #fff !important;
}

.site-info__item .site-info__image img {
  width: 42px;
  height: auto;
}
.site-info__item .site-info__title {
  font-size: 17px;
  letter-spacing: -1px;
  color: var(--primary-color);
  margin: 0 0 3px;
  font-family: initial;
}

@media screen and (min-width: 1024px) {
  #footer {
    margin-bottom: 0;
  }
}
.footer-socials-container ul li a {
  border-radius: 3px;
  padding: 4px;
  background-color: var(--primary-color);
}
.footer-socials-container ul li a img {
  width: 16px;
  height: 16px;
}

.footer__links {
  padding: 30px 0;
  border-top: 1px solid var(--footer-border-color);
}
.footer__links .container-xxxl div:last-child p {
  margin-bottom: 0;
}
.footer__links p strong {
  color: var(--footer-heading-color);
  margin-right: 20px;
  font-weight: 700;
}
.footer__links p a {
  display: inline-block;
  color: var(--footer-text-color);
  line-height: 20px;
  margin-right: 10px;
  position: relative;
}
.footer__links p a:after {
  content: "|";
  margin-left: 5px;
}
.footer__links p a:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--heading-color);
  transform: scale3d(0, 1, 1);
  transition: transform 0.4s cubic-bezier(0.7, 0, 0.3, 1);
  transform-origin: 100% 50%;
}
.footer__links p a:hover {
  color: var(--footer-hover-color);
}
.footer__links p a:hover:before {
  transform: scale3d(1, 1, 1);
  transform-origin: 0 50%;
}
.footer__links p a:last-child:after {
  display: none;
}

.footer-socials {
  align-items: center;
}

.cart--mini {
  position: relative;
  display: block;
}
.cart--mini .header-item-counter {
  top: 0;
}
.cart--mini .cart__content {
  position: absolute;
  min-width: 370px;
  right: 0;
  top: 100%;
  z-index: 30;
  padding-top: 10px;
  transform: translate(0, 20px);
  transition: all 0.4s ease;
  visibility: hidden;
  opacity: 0;
  display: none;
}
.cart--mini .mini-cart-content .widget-shopping-cart-content {
  border: 1px solid #ccc;
  background-color: #fff;
}
.cart--mini .mini-cart-content ul.mini-product-cart-list {
  border-radius: 3px;
  max-height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
}
.cart--mini .mini-cart-content ul.mini-product-cart-list::-webkit-scrollbar {
  background: 0 0;
  width: 7px;
}
.cart--mini .mini-cart-content ul.mini-product-cart-list::-webkit-scrollbar-thumb {
  background-color: #ccc;
}
.cart--mini .mini-cart-content ul.mini-product-cart-list li.mini-cart-item {
  list-style: none;
  display: flex;
  position: relative;
  padding-bottom: 20px;
  margin-top: 20px;
  border-bottom: 1px solid #ccc;
}
.cart--mini .mini-cart-content ul.mini-product-cart-list li.mini-cart-item:last-child {
  border: none;
}
.cart--mini .mini-cart-content ul.mini-product-cart-list li.mini-cart-item img {
  padding: 10px;
}
.cart--mini .mini-cart-content .product-content {
  padding-right: 40px;
}
.cart--mini .mini-cart-content .product-content .product-image {
  flex: none;
  width: 60px;
  height: 60px;
  margin-right: 20px;
}
.cart--mini .mini-cart-content .product-content .product-name {
  margin-bottom: 5px;
}
.cart--mini .mini-cart-content .product-content .product-name a {
  line-height: 1.5;
  color: #000;
}
.cart--mini .mini-cart-content .product-content .product-name a:hover {
  color: #26901b;
}
.cart--mini .mini-cart-content .quantity .price-amount {
  font-weight: 700;
}
.cart--mini .mini-cart-content .control-buttons {
  padding: 0 25px 30px;
  border-top: 1px solid #e1e1e1;
}
.cart--mini .mini-cart-content .mini-cart__total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
  color: #000;
  padding-top: 10px;
}
.cart--mini .mini-cart-content .mini-cart__total .price-amount {
  color: var(--primary-color);
  font-size: 16px;
}
.cart--mini .mini-cart-content .mini-cart__buttons {
  margin: 20px 0 0;
}
.cart--mini .mini-cart-content .mini-cart__buttons .btn {
  line-height: 30px;
  font-weight: 700;
  text-align: center;
  padding: 8px 20px;
  color: #222;
  border-radius: 3px;
  border: 1px solid #ccc;
  transition: ease 0.5s;
  width: 100%;
  font-size: 14px;
}
.cart--mini .mini-cart-content .mini-cart__buttons .btn.checkout {
  color: #fff;
  border-color: transparent;
}

@media (min-width: 1200px) {
  .cart--mini:hover .cart__content, .cart--mini:focus .cart__content {
    transform: translate(0, 0px);
    visibility: visible;
    opacity: 1;
  }
  .cart--mini .cart__content {
    display: block;
  }
  .cart--mini .cart__content .panel__header {
    display: none;
  }
  .cart--mini .cart__items {
    position: relative;
  }
  .cart--mini .cart__items:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: -8px;
    right: 30px;
    width: 16px;
    height: 16px;
    border-left: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
    background-color: #ffffff;
    transform: rotate(45deg);
    transform-origin: 50% 50%;
  }
}
@media (max-width: 1199px) {
  .cart--mini .cart__content {
    transform: none;
    transition: none;
    right: 0;
    padding-top: 0;
    visibility: visible;
    opacity: 1;
    display: block;
  }
  .cart--mini .cart__content.active {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100dvh;
    overflow-y: auto;
    z-index: 10001;
    left: auto;
  }
  .cart--mini .cart__content.active .mini-cart-content {
    transform: translateX(0);
    visibility: visible;
    opacity: 1;
  }
  .cart--mini .cart__content .backdrop {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: rgba(157, 151, 151, 0.368627451);
  }
  .cart--mini .cart__content .mini-cart-content {
    position: fixed;
    top: 0;
    width: 82%;
    max-width: 400px;
    height: 100dvh;
    overflow-y: auto;
    z-index: 10001;
    background-color: #fff;
    transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    left: auto;
    right: 0;
    transform: translateX(100%);
    padding-top: 0;
  }
  .cart--mini .cart__content .mini-cart-content .widget-shopping-cart-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }
  .cart--mini .cart__content .mini-cart-content .widget-shopping-cart-content .cart__items {
    height: 100%;
    overflow-y: auto;
  }
}
.cart-form__contents > :not(:first-child) {
  border-top-width: 0;
}
.cart-form__contents tbody td {
  vertical-align: top;
  padding: 20px 10px;
}
.cart-form__contents tbody td.product-thumbnail {
  width: 90px;
}
.cart-form__contents tbody td .product-button .quantity {
  margin-bottom: 0px;
}
.cart-form__contents tbody td.product-quantity {
  min-width: 120px;
}
.cart-form__contents thead th {
  background-color: #f5f5f5;
  font-weight: 400;
  color: #555;
  padding: 11px 10px;
}
.cart-form__contents thead tr {
  border-top: 1px solid #eeeeee;
}
.cart-form__contents tbody tr, .cart-form__contents thead tr {
  border-bottom: 1px solid #eeeeee;
}
.cart-form__contents tbody td, .cart-form__contents tbody th, .cart-form__contents thead td, .cart-form__contents thead th {
  border-bottom-width: 0;
}
.cart-form__contents tbody td:first-child, .cart-form__contents tbody th:first-child, .cart-form__contents thead td:first-child, .cart-form__contents thead th:first-child {
  border-left-width: 1px;
}
.cart-form__contents tbody td:last-child, .cart-form__contents tbody th:last-child, .cart-form__contents thead td:last-child, .cart-form__contents thead th:last-child {
  border-right-width: 1px;
}

@media (max-width: 992px) {
  .cart-form__contents tbody td {
    padding: 10px 10px;
  }
}
@media (max-width: 767px) {
  .cart-form__contents tbody td {
    padding: 10px 7px;
  }
  .cart-form__contents tbody td.product-md {
    border-top-width: 0;
    padding-top: 0px;
  }
  .cart-form__contents tbody td.product-subtotal .box-price .amount {
    color: #2f8a33;
  }
}
.wishlist-page-content .cart-form__contents .cart_item .product-button .quantity {
  display: none;
}

.menu--product-categories .sub-toggle, .menu--mobile .sub-toggle {
  position: absolute;
  right: -15px;
  top: calc(50% - 5px);
  transform: translate(-50%, -50%);
  z-index: 20;
  line-height: 1;
  padding: 15px;
}
.menu--product-categories .sub-toggle .svg-icon, .menu--mobile .sub-toggle .svg-icon {
  transform: translateY(50%) rotate(0deg);
  transition: ease 0.5s;
  display: block;
  font-size: 9px;
  color: #888;
}

.menu--product-categories .sub-toggle {
  right: -30px;
}

.sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 240px;
  z-index: 1000;
  transition: all 0.4s ease;
  background-color: #fff;
  border: 1px solid #ccc;
  visibility: hidden;
  opacity: 0;
  padding: 10px 0;
}
.sub-menu:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  height: 0;
  width: 0;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  display: none;
}
.sub-menu > li {
  display: block;
}
.sub-menu > li > a {
  display: inline-block;
  padding: 6px 20px;
  width: 100%;
  font-size: 14px;
  color: #000000;
  text-transform: capitalize;
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.sub-menu > li > a:hover {
  color: var(--primary-color);
}
.sub-menu > li:last-child {
  border-bottom: none;
}
.sub-menu > li.menu-item-has-children {
  position: relative;
}
.sub-menu > li.menu-item-has-children > .sub-toggle {
  display: none;
}
.sub-menu > li.menu-item-has-children > .sub-menu {
  position: absolute;
  top: 0;
  left: 100%;
  visibility: hidden;
  opacity: 0;
  transform: translateY(30px);
}
@media (max-width: 768px) {
  .sub-menu > li.menu-item-has-children > .sub-menu {
    left: 0%;
  }
}
.sub-menu > li.menu-item-has-children > .sub-menu:before {
  display: none;
}
.sub-menu > li.menu-item-has-children:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.menu {
  text-align: left;
}
.menu > li {
  display: inline-block;
}
.menu > li > a {
  display: inline-block;
  padding: 0.9rem 1.1rem;
  font-weight: 700;
  line-height: 20px;
  color: var(--header-text-color);
  font-size: 18px;
}
.menu > li > a:hover {
  color: #fdee00;
}
.menu > li > a:active {
  color: #fdee00;
}
.menu > li > a i {
  font-size: 16px;
  margin-right: 3px;
}
.menu > li:first-child {
  padding-left: 0;
}
.menu > li:first-child > a {
  padding-left: 0;
}
.menu > li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.menu > li .sub-toggle {
  padding-left: 5px;
}
.menu > li .sub-menu {
  visibility: hidden;
  opacity: 0;
}
.menu > li.menu-item-has-children {
  position: relative;
}
.menu > li.menu-item-has-children > a:before {
  content: "";
  width: 13px;
  height: 13px;
  background-color: #fff;
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 10000;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  transition: all 0.4s ease;
  transform: rotate(45deg) translate(-50%, -50%);
  transform-origin: 0 0;
  visibility: hidden;
  opacity: 0;
}
.menu > li:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
}
.menu > li:hover.menu-item-has-children > a:before {
  visibility: visible;
  opacity: 1;
}

.menu > li.current-menu-item a {
  color: #fdee00;
}

.menu--product-categories {
  position: relative;
  cursor: pointer;
  background-color: var(--primary-color);
  transition: 0.5s;
  padding: 13px 24px 13px 21px;
  margin: 0;
  border-radius: 5px;
  display: flex;
  align-items: center;
  line-height: 1.5;
}
.menu--product-categories ul {
  padding-left: 0;
  color: #000000;
}
.menu--product-categories ul li {
  list-style: none;
}
.menu--product-categories .menu__toggle {
  display: flex;
  align-items: center;
  flex-direction: row;
}
.menu--product-categories .menu__toggle .svg-icon {
  font-size: 24px;
  display: flex;
  color: var(--primary-button-color);
}
.menu--product-categories .menu__toggle .menu__toggle-title {
  color: var(--primary-button-color);
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 2px 0 0 18px;
  white-space: nowrap;
}
.menu--product-categories .menu__content {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  min-width: 100%;
  padding-top: 1px;
  border-top: 10px solid transparent;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
  transform: scale3d(1, 1, 0) translateY(30px);
}
.menu--product-categories .menu--dropdown {
  background-color: #fff;
  min-width: 270px;
  border: 1px solid #d3d3d3;
}
.menu--product-categories:hover .menu__content {
  visibility: visible;
  opacity: 1;
  transform: scale3d(1, 1, 1) translateY(0);
}

.menu--dropdown {
  padding: 15px 0;
}
.menu--dropdown > li {
  padding: 0 28px;
  transition: 0.5s;
}
.menu--dropdown > li > a {
  color: #222;
  font-weight: 600;
  padding: 9px 0;
  transition: ease 0.3s;
  border-bottom: 1px solid #eee;
  line-height: normal;
  display: flex;
  text-decoration: none;
  white-space: nowrap;
}
.menu--dropdown > li > a i {
  margin-inline-end: 10px;
  font-size: 18px;
}
.menu--dropdown > li:hover > a {
  color: var(--primary-color);
}
.menu--dropdown > li:hover > a > .sub-toggle .svg-icon {
  transform: translateY(50%) rotate(180deg);
}

.menu--mobile .sub-menu {
  position: relative;
  display: none;
  transform: translate(0, 0);
  visibility: visible;
  opacity: 1;
  transition: all 0s ease;
  border: none;
  padding-bottom: 10px;
  padding-left: 15px;
}
.menu--mobile .sub-menu > li > a {
  border: none;
  padding: 10px 20px;
}
.menu--mobile li.current-menu-item a {
  color: #a60404;
}
.menu--mobile .menu-item-has-children.active .sub-menu {
  display: block;
}
.menu--mobile .menu-item-has-children.active > a > .sub-toggle .svg-icon {
  transform: translateY(-50%) rotate(90deg);
}
.menu--mobile > li {
  border-bottom: 1px solid #dedede;
}
.menu--mobile > li > a {
  position: relative;
  z-index: 10;
  display: block;
  padding: 15px 20px;
  line-height: 20px;
  font-size: 15px;
  color: #000;
}
.menu--mobile > li > a:hover {
  color: #000;
}
.menu--mobile > li.menu-item-has-children {
  position: relative;
}
.menu--mobile .mega-menu__list > li {
  border-bottom: 1px solid #dedede;
}
.menu--mobile .mega-menu__list > li a {
  padding: 10px 0;
}
.menu--mobile .mega-menu__list > li:last-child {
  border: none;
}

.section-content.section-content__slider {
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 0px;
  background-color: #f3f3f3;
}
.section-content.section-content__slider .section-slides-wrapper {
  /* border-radius: 10px; */
  overflow: hidden;
  position: relative;
}
.section-content.section-content__slider .section-slides-wrapper .slick-slides-carousel:not(.slick-initialized) {
  height: 34vw;
  max-height: 460px;
}
.section-content.section-content__slider .section-slides-wrapper .slide-item {
  position: relative;
  display: block !important;
}
.section-content.section-content__slider .section-slides-wrapper .slide-item .slide-item__image {
  height: auto;
  /* height: 34vw;
  max-height: 460px; */
  background-color: #d6dee5;
}
.section-content.section-content__slider .section-slides-wrapper .slide-item .slide-item__image img {
  width: 100%;
  height: 100%;
}
.section-content.section-content__slider .section-slides-wrapper .arrows-wrapper {
  position: absolute;
  right: 20px;
  bottom: 12px;
  z-index: 2;
  display: none;
}

@media (max-width: 767px) {
  .section-content.section-content__slider {
    padding: 0px;
  }
  .section-content.section-content__slider .section-slides-wrapper .slide-item .slide-item__image {
    /* height: 52vw; */
    height: auto;
  }
}
.arrows-wrapper {
  display: flex;
  justify-content: flex-end;
}
.arrows-wrapper .slick-arrow {
  display: block;
  width: 26px;
  height: 26px;
  line-height: 24px;
  border: 1px solid #ddd;
  border-radius: 3px;
  background-color: #fff;
  outline: none;
  text-align: center;
  font-size: 12px;
  transition: ease 0.5s;
  cursor: pointer;
  position: relative;
  transform: none;
}
.arrows-wrapper .slick-arrow.slick-prev-arrow {
  margin-right: 5px;
  left: unset;
}
.arrows-wrapper .slick-arrow.slick-next-arrow {
  margin-left: 5px;
  right: unset;
}
.arrows-wrapper .slick-arrow.slick-disabled {
  background-color: #fff;
}
.arrows-wrapper .slick-arrow:hover {
  background-color: var(--primary-color);
}

.arrows-top-right {
  position: relative;
}
.arrows-top-right .arrows-wrapper {
  position: absolute;
  top: -40px;
  right: 0;
  left: auto;
}

.section-banner-wrapper {
  border-radius: 10px;
  overflow: hidden;
}
.section-banner-wrapper .banner-medium {
  position: relative;
}
.section-banner-wrapper .banner-medium .banner-item__image {
  height: 34vw;
  max-height: 460px;
  background-color: #d6dee5;
}
.section-banner-wrapper .banner-medium .banner-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.widget-product-categories .product-categories-body .slick-track {
  display: flex;
}
.widget-product-categories .product-categories-body .slick-track .slick-slide {
  height: inherit;
  margin: 0px 10px;
}
.widget-product-categories .product-categories-body .slick-track .slick-slide > div {
  height: 100%;
}
.widget-product-categories .product-categories-body .product-category-item {
  background: white;
  border-radius: 10px;
  transition: 0.3s;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .widget-product-categories .product-categories-body .product-category-item {
    margin: 0px;
  }
}
.widget-product-categories .product-categories-body .product-category-item:hover {
  box-shadow: 0px 4px 30px 0px #cfdee4;
}
.widget-product-categories .product-categories-body .product-category-item:hover .category__text .icon {
  color: #fff;
}
.widget-product-categories .product-categories-body .product-category-item:hover .category__text .btn {
  display: inline-block;
  transition: all 0.4s ease-in;
  position: relative;
  overflow: hidden;
  z-index: 1;
  color: var(--primary-color);
  padding: 0.7em 1.7em;
  margin: 20px;
  cursor: pointer;
  font-size: 18px;
  border-radius: 0.5em;
  background: rgba(232, 232, 232, 0.4196078431);
  border: 1px solid #e8e8e8;
  box-shadow: 6px 6px 12px #c5c5c5, -6px -6px 12px #ffffff;
}
.widget-product-categories .product-categories-body .product-category-item:hover .category__text .btn:active {
  color: #666;
  box-shadow: inset 4px 4px 12px #c5c5c5, inset -4px -4px 12px #ffffff;
}
.widget-product-categories .product-categories-body .product-category-item:hover .category__text .btn::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%) scaleY(1) scaleX(1.25);
  top: 100%;
  width: 140%;
  height: 180%;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  display: block;
  transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: -1;
}
.widget-product-categories .product-categories-body .product-category-item:hover .category__text .btn::after {
  content: "";
  position: absolute;
  left: 55%;
  transform: translateX(-50%) scaleY(1) scaleX(1.45);
  top: 180%;
  width: 160%;
  height: 190%;
  background-color: var(--primary-color);
  border-radius: 50%;
  display: block;
  transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: -1;
}
.widget-product-categories .product-categories-body .product-category-item:hover .category__text .btn:hover {
  color: #ffffff;
  border: 1px solid var(--primary-color);
}
.widget-product-categories .product-categories-body .product-category-item:hover .category__text .btn:hover::before {
  top: -35%;
  background-color: var(--primary-color);
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}
.widget-product-categories .product-categories-body .product-category-item:hover .category__text .btn:hover::after {
  top: -45%;
  background-color: #009087;
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}
.widget-product-categories .product-categories-body .product-category-item .category-item-body {
  border-radius: 10px;
  height: 100%;
  padding: 10px;
}
.widget-product-categories .product-categories-body .product-category-item .category-item-body .category__card {
  border: none;
}
.widget-product-categories .product-categories-body .product-category-item .category-item-body .category__card .category__img {
  border-radius: 10px 10px 0 100px;
  overflow: hidden;
  position: relative;
}
.widget-product-categories .product-categories-body .product-category-item .category-item-body .category__card .category__img img {
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.widget-product-categories .product-categories-body .product-category-item .category-item-body .category__card .category__img img:hover {
  transform: scale(1.1);
  -webkit-transition: 0.3s all;
}
.widget-product-categories .product-categories-body .product-category-item .category-item-body .category__card .category__text {
  padding: 30px 18px 30px;
  position: relative;
}
.widget-product-categories .product-categories-body .product-category-item .category-item-body .category__card .category__text .icon {
  width: 70px;
  height: 70px;
  background: #ecf6fa;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  line-height: 0;
  color: var(--primary-color);
  border: 3px solid white;
  border-radius: 50%;
  position: absolute;
  left: 30px;
  top: -55px;
  z-index: 2;
  transition: all 0.4s ease-out 0s;
}
.widget-product-categories .product-categories-body .product-category-item .category-item-body .category__card .category__text .icon .icon-inner {
  position: unset;
  border: unset;
  width: 36px;
  height: 36px;
}
.widget-product-categories .product-categories-body .product-category-item .category-item-body .category__card .category__text .title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.widget-product-categories .product-categories-body .product-category-item .category-item-body .category__card .category__text .truncate-3-custom {
  text-align: justify;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.widget-product-categories .product-categories-body .product-category-item .category-item-body .category__card .category__text .btn {
  display: inline-block;
  transition: all 0.4s ease-in;
  position: relative;
  overflow: hidden;
  z-index: 1;
  color: var(--primary-color);
  padding: 0.7em 1.7em;
  margin: 20px;
  cursor: pointer;
  font-size: 18px;
  border-radius: 0.5em;
  background: rgba(232, 232, 232, 0.4196078431);
  border: 1px solid #e8e8e8;
  box-shadow: 6px 6px 12px #c5c5c5, -6px -6px 12px #ffffff;
}
.widget-product-categories .product-categories-body .product-category-item .category-item-body .category__card .category__text .btn:active {
  color: #666;
  box-shadow: inset 4px 4px 12px #c5c5c5, inset -4px -4px 12px #ffffff;
}
.widget-product-categories .product-categories-body .product-category-item .category-item-body .category__card .category__text .btn::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%) scaleY(1) scaleX(1.25);
  top: 100%;
  width: 140%;
  height: 180%;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  display: block;
  transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: -1;
}
.widget-product-categories .product-categories-body .product-category-item .category-item-body .category__card .category__text .btn::after {
  content: "";
  position: absolute;
  left: 55%;
  transform: translateX(-50%) scaleY(1) scaleX(1.45);
  top: 180%;
  width: 160%;
  height: 190%;
  background-color: var(--primary-color);
  border-radius: 50%;
  display: block;
  transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: -1;
}
.widget-product-categories .product-categories-body .product-category-item .category-item-body .category__card .category__text .btn:hover {
  color: #ffffff;
  border: 1px solid var(--primary-color);
}
.widget-product-categories .product-categories-body .product-category-item .category-item-body .category__card .category__text .btn:hover::before {
  top: -35%;
  background-color: var(--primary-color);
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}
.widget-product-categories .product-categories-body .product-category-item .category-item-body .category__card .category__text .btn:hover::after {
  top: -45%;
  background-color: var(--primary-color);
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

@media (max-width: 767px) {
  .widget-product-categories .product-categories-body .product-category-item .category-item-body .category__card .category__text .icon {
    display: none;
  }
  .widget-product-categories .product-categories-body .product-category-item .category-item-body .category__card .category__img {
    max-width: 100%;
    height: 254px;
    vertical-align: top;
  }
  .widget-product-categories .product-categories-body .product-category-item .category-item-body .category__card .category__img img {
    height: auto;
  }
}
.slick-dots {
  position: absolute;
  display: none;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  list-style: none;
  position: relative;
  display: inline-block;
  margin: 0 7px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 8px;
  height: 8px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: 0 0;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #ddd;
  transition: 0.5s;
  content: "";
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  background-color: var(--primary-color);
}

.slick-arrow {
  font-size: 11px;
  position: absolute;
  top: 50%;
  display: block;
  transition: ease 0.5s;
  width: 34px;
  height: 34px;
  line-height: 31px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: #222;
  border: 1px solid #ddd;
  border-radius: 3px;
  background-color: #fff;
  outline: none;
  z-index: 1;
  text-align: center;
}
.slick-arrow.slick-disabled {
  background-color: #ddd;
  cursor: not-allowed;
}
.slick-arrow.slick-next-arrow {
  right: 10px;
}

.slick-slides-carousel .slick-track {
  margin-left: 0;
  margin-right: 0;
}

.panel--sidebar ul, .panel--sidebar ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.panel--sidebar {
  position: fixed;
  top: 0;
  left: 0;
  width: 82%;
  max-width: 400px;
  height: 100vh;
  overflow-y: auto;
  z-index: 10001;
  background-color: #fff;
  transform: translateX(-101%);
  transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
}
.panel--sidebar.panel--sidebar__right {
  left: auto;
  right: 0;
  transform: translateX(101%);
}
.panel--sidebar .panel__content {
  padding-top: 10px;
  padding-bottom: 70px;
}
.panel--sidebar.active {
  transform: translateX(0);
}
.panel--sidebar.active ~ .panel-overlay-layer {
  display: block;
}

.panel__header {
  position: relative;
  text-align: center;
  background-color: var(--primary-color);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 23px 20px 23px;
}
.panel__header .panel__header-title {
  font-weight: 700;
}
.panel__header .close-toggle--sidebar {
  color: #ffffff;
  font-size: 24px;
  padding: 0 0 0 3px;
}
.panel__header h3 {
  margin-bottom: 0;
  color: #fff;
}

.side-left .panel__header .panel__header-title {
  order: 1;
}
.side-left .panel__header .close-toggle--sidebar {
  transform: rotateY(180deg);
}

.panel-overlay-layer {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.25);
  display: none;
}

.panel--search-result {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: #fff;
  border: 1px solid #eaeaea;
  transition: all 0.4s ease;
  opacity: 0;
  visibility: hidden;
  transform: scale3d(1, 1, 0);
}
.panel--search-result .panel__content {
  max-height: 400px;
  overflow-y: auto;
}
.panel--search-result .panel__footer {
  padding: 10px 0;
  text-align: center;
  border-top: 1px solid #eaeaea;
}
.panel--search-result.active {
  transform: scale3d(1, 1, 1);
  opacity: 1;
  visibility: visible;
}

.widget-products-with-category .widget-header {
  display: flex;
  justify-content: center;
}
.widget-products-with-category .widget-header h2 {
  text-align: left;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 22px;
  margin-bottom: 30px;
  font-weight: 500;
  position: relative;
  border-radius: 0px 0px 0px 31px;
  width: 100%;
  height: 46px;
}
@media (max-width: 768px) {
  .widget-products-with-category .widget-header h2 {
    border-bottom: none;
  }
}
.widget-products-with-category .widget-header h2:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: var(--primary-color);
  border: 2px solid #fff;
  border-radius: 50%;
  left: 0;
  bottom: -1px;
  background-image: url(https://ngoibitumeco.b-cdn.net/icon-2/roofing.png);
  background-repeat: no-repeat;
  background-size: 36px;
  background-position: center;
  z-index: 1;
}
.widget-products-with-category .widget-header h2 span {
  color: #fff;
  font-size: 21px;
  background-color: var(--primary-color);
  padding: 10px;
  padding-left: 39px;
  position: absolute;
  border-radius: 11px 25px 25px 10px;
  top: 0;
  left: 1%;
  display: inline-block;
}
@media (max-width: 768px) {
  .widget-products-with-category .widget-header h2 span {
    font-size: 13px;
    top: 3px;
    left: 4%;
  }
}

.slick-slides-carousel:hover .slick-list {
  padding-bottom: 170px;
  margin-bottom: -170px;
}
.slick-slides-carousel:hover .slick-list:hover {
  z-index: 2;
}
.slick-slides-carousel .product-inner {
  box-shadow: 0px 4px 30px 0px #e4ddcf;
}
.slick-slides-carousel .product-inner:last-child {
  margin-right: -1px;
  border-width: 1px;
}
.slick-slides-carousel:not(.slick-initialized) {
  height: 300px;
  overflow: hidden;
}
.slick-slides-carousel:not(.slick-initialized) > * {
  display: none;
}
.slick-slides-carousel:not(.slick-initialized):after {
  content: " ";
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border-width: 1px;
  border-style: solid;
  border-color: #bdbdbd transparent;
  animation: lds-dual-ring 0.5s linear infinite;
  position: absolute;
  left: 50%;
  top: 50%;
}

.product-gallery__variants .slick-slide {
  cursor: pointer;
  margin: 0 10px;
}
.product-gallery__variants .slick-slide .item .border {
  border: 1px solid #ccc !important;
}
.product-gallery__variants .slick-slide .item .border img {
  width: 50px;
  height: 50px;
}
.product-gallery__variants .slick-slide.slick-current .item .border {
  border-color: var(--primary-color) !important;
}

.product-box-item {
  border-bottom: 1px solid #d3d3d3;
  border-left: 1px solid #d3d3d3;
  overflow: hidden;
  padding: 30px 15px 15px 15px;
  border-style: solid;
  border-color: #dadada;
  border-width: 0px 1px 1px 0px;
}
.product-box-item:last-child {
  border-right: 1px solid #d3d3d3;
  /* Đảm bảo phần tử cuối cùng luôn có viền phải */
}

@media (min-width: 768px) {
  .product-box-item:nth-child(-n+5) {
    /* Thay 4 bằng số item trong mỗi hàng */
    border-top: 1px solid #d3d3d3;
  }
  .product-box-item:nth-child(5n) {
    /* Thay 4 bằng số item trong mỗi hàng */
    border-right: 1px solid #d3d3d3;
  }
  .product-box-item:hover {
    box-shadow: -3px -3px 10px 0px rgba(0, 0, 0, 0.27);
    box-shadow: 0px 0px 10px 5px rgba(51, 51, 51, 0.52);
    -webkit-box-shadow: 0px 0px 10px 5px rgba(51, 51, 51, 0.52);
    -moz-box-shadow: 0px 0px 10px 5px rgba(51, 51, 51, 0.52);
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
  }
}
@media (max-width: 768px) {
  .product-box-item {
    flex-basis: calc(50% - 1px);
  }
  .product-box-item:nth-child(-n+2) {
    border-bottom: 1px solid #d3d3d3 !important;
    border-top: 1px solid #d3d3d3;
  }
  .product-box-item:nth-child(2n) {
    border-right: 1px solid #d3d3d3 !important;
  }
}
.product-inner {
  padding: 20px 10px 20px;
}
.product-inner .product-inner-item .product-thumbnail {
  position: relative;
}
.product-inner .product-inner-item .product-thumbnail .img-fluid-eq .img-fluid-eq__wrap img {
  border-radius: 6px;
}
.product-inner .product-inner-item .product-thumbnail .product-loop__buttons {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  display: block;
}
.product-inner .product-inner-item .product-thumbnail .product-loop__buttons .product-loop_button {
  margin-bottom: 10px;
}
.product-inner .product-inner-item .product-thumbnail .product-loop__buttons .product-loop_button a {
  transform: translateX(10px);
  transition-delay: 0s;
  transition: 0.3s;
}
.product-inner:hover {
  position: relative;
}
.product-inner:hover .product-inner-item {
  transition: all 300ms ease-in-out;
}
.product-inner:hover .product-inner-item .product-loop__buttons {
  opacity: 1;
  z-index: 1;
}
.product-inner:hover .product-inner-item .product-loop__buttons .product-loop_button a {
  transform: translateX(0);
}
.product-inner:hover .product-inner-item .product-loop__buttons .quick-view-button .quick-view {
  transition-delay: 0s;
}
.product-inner:hover .product-inner-item .product-loop__buttons .wishlist-button .wishlist {
  transition-delay: 75ms;
}
.product-inner:hover .product-inner-item .product-loop__buttons .compare-button .compare {
  transition-delay: 0.15s;
}
.product-inner .product-bottom-box {
  padding: 17px 25px 25px;
  border-width: 0 1px 1px;
  border-style: solid;
  border-color: #c9c9c9;
  position: absolute;
  left: -26px;
  right: -26px;
  top: 100%;
  display: none;
  background-color: #fff;
  z-index: -1;
}
.product-inner .product-bottom-box .product-loop__buttons {
  display: none;
}
.product-inner .product__title {
  font-size: 17px;
  font-weight: 400;
  color: #09f;
  margin-top: 5px;
  margin-bottom: 5px;
  line-height: 1.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.product-inner .product__title a {
  display: block;
  height: 39px;
  text-transform: uppercase;
  color: #2f4a5b;
  transition: ease 0.3s;
  line-height: 20px;
  box-shadow: none;
  text-decoration: none;
  font-size: 1rem;
}
.product-inner .meta-sku {
  display: none;
}
.product-inner .product-button .add-to-cart-button {
  width: 100%;
  padding-left: 7px;
  padding-right: 7px;
}
.product-inner .deal-sold .deal-text {
  width: 100%;
  order: 2;
  margin-top: 5px;
}
.product-inner .deal-sold .deal-progress {
  width: 100%;
  order: 1;
}

.product-detail-inner {
  padding: 0px;
  border-bottom: none;
  border-right: none;
}

.product-inner {
  padding: 0px;
  border-bottom: none;
  border-right: none;
}
.product-inner .product__title a {
  color: var(--primary-color);
  font-weight: bold;
}
.product-inner .product__description {
  font-size: 12px;
  line-height: 1.5em;
  max-height: 145px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  text-align: justify;
  text-justify: inter-word;
}
.product-inner .product__description ul {
  font-size: 12px;
  line-height: 1.5em;
  text-align: left;
  padding-left: 1rem;
  max-height: 145px;
  display: inline-block;
  overflow: hidden;
}
.product-inner .product__description ul li {
  border: 0;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

@media (max-width: 768px) {
  .product-inner .product__title {
    font-size: 14px;
  }
}
.product-details .sold-by-meta {
  font-weight: 700;
}
.product-details .product-entry-meta {
  display: flex;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 5px;
}
.product-details .product-entry-meta > div {
  position: relative;
  margin-right: 14px;
  padding-right: 15px;
}
.product-details .meta-sku .meta-value {
  margin-left: 5px;
  color: #888;
}

.product-price {
  color: #aa1d23;
  margin-bottom: 5px;
  font-weight: 700;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 18px;
  justify-content: center;
}
.product-price del {
  font-weight: 400;
  margin-right: 4px;
  order: 2;
  color: #888;
  font-size: 0.85em;
}
.product-price ins {
  background-color: transparent;
  margin-right: 4px;
  order: 1;
}

.product-stock:not(.without-bg) {
  font-weight: 700;
  padding: 7px 15px;
  background-color: #ebfae9;
  border: 1px solid #82d45e;
  border-radius: 5px;
  margin: 14px 0 20px;
}
.product-stock label {
  color: #222;
  font-weight: 400;
  margin-right: 8px;
}
.product-stock.in-stock {
  font-weight: 700;
  color: #26901b;
}
.product-stock.out-of-stock {
  background-color: #ffe9e1;
  border-color: #f79090;
  color: #e84506;
}
.product-stock.out-of-stock.without-bg {
  font-weight: 700;
  background-color: unset;
}

.product-loop__buttons {
  display: flex;
}
.product-loop__buttons .wishlist-button .wishlist .svg-icon:nth-of-type(2) {
  color: var(--primary-color);
}
.product-loop__buttons .wishlist-button .wishlist:not(.added-to-wishlist) .svg-icon:nth-of-type(2) {
  display: none;
}
.product-loop__buttons .wishlist-button .wishlist.added-to-wishlist .svg-icon:nth-of-type(1) {
  display: none;
}
.product-loop__buttons .product-loop_button {
  margin-bottom: 10px;
}
.product-loop__buttons .product-loop_button a {
  display: block;
  font-size: 15px;
  color: var(--primary-color);
  line-height: 1;
  text-align: right;
}
.product-loop__buttons .product-loop_button span:not(.svg-icon) {
  display: none;
}
.product-loop__buttons .product-loop_button .product-loop_action.loading {
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-loop__buttons .product-loop_button .product-loop_action.loading .svg-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: transparent;
}
.product-loop__buttons .product-loop_button .product-loop_action.loading .svg-icon:before {
  content: " ";
  width: 11px;
  height: 11px;
  border-radius: 50%;
  border-width: 1px;
  border-style: solid;
  border-color: #777 transparent;
  animation: lds-dual-ring 0.5s linear infinite;
  display: inline-block;
  margin-right: 2px;
  position: absolute;
}

.ribbons .ribbon {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  display: block;
  margin: 0;
  position: absolute;
  top: -9px;
  left: -10px;
  height: 35px;
  line-height: 19px;
  padding: 9px 14px;
  min-width: inherit;
  min-height: inherit;
  border-radius: 0px 4px 4px 0px;
}
.ribbons .ribbon.out-of-stock {
  background-color: #222;
}
.ribbons .ribbon.featured {
  background-color: #ff8c46;
}
.ribbons .ribbon:before {
  content: " ";
  position: absolute;
  left: -4px;
  top: -4px;
  margin-top: 1px;
  height: 40px;
  width: 0.25rem;
  border-bottom-left-radius: 1rem;
  border-top-left-radius: 1rem;
  background-color: #d23f1a !important;
}

.product-button {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.product-button .quantity {
  flex: 0 1 100px;
  margin-bottom: 0.5rem;
  margin-right: 0.5rem;
}
.product-button .quantity .qty-box {
  width: 100%;
  border: 1px solid #ddd;
  position: relative;
  border-radius: 3px;
}
.product-button .quantity .qty {
  font-size: 15px;
  color: #000;
  font-weight: 700;
  border-width: 0;
  width: 100%;
  padding: 10px 0;
  -moz-appearance: textfield;
  appearance: textfield;
  -webkit-appearance: textfield;
  text-align: center;
  display: inline-block;
  background-color: #fff;
  height: 38px;
  line-height: 38px;
  border-radius: 3px;
}
.product-button .quantity .qty::-webkit-inner-spin-button, .product-button .quantity .qty::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.product-button .quantity .decrease,
.product-button .quantity .increase {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  font-size: 10px;
  color: #000;
  font-weight: 700;
  cursor: pointer;
  transition: 0.5s;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 100%;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.product-button .quantity .increase {
  right: 0;
  left: auto;
}
.product-button .label-quantity {
  display: none;
  margin-bottom: 10px;
}
.product-button .box-price {
  display: flex;
  margin-bottom: 10px;
  font-size: 13px;
  align-items: center;
}
.product-button .box-price .title-price {
  margin: 0 5px 0 0;
  color: #888;
}
.product-button .box-price .price-current {
  color: #690;
  font-weight: 700;
}

#product-quick-view-modal .product-button {
  align-items: flex-end;
  display: flex;
  border-top: 1px solid #eee;
  padding: 17px 0 0;
}
#product-quick-view-modal .product-button .label-quantity {
  display: block;
}
#product-quick-view-modal .product-button .box-price {
  display: none;
}
#product-quick-view-modal .product-button .add-to-cart-button {
  width: auto;
  padding-right: 20px;
  padding-left: 20px;
}
#product-quick-view-modal .product-entry-meta > div:not(:last-child):after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 13px;
  background-color: #e5e5e5;
}
#product-quick-view-modal .product-gallery__wrapper .product-gallery__image .img-fluid-eq .img-fluid-eq__dummy {
  margin-top: 77%;
}
#product-quick-view-modal .entry-product-header {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
#product-quick-view-modal .product-loop__buttons {
  margin-left: 10px;
}
#product-quick-view-modal .product-loop__buttons .quick-view {
  display: none;
}
#product-quick-view-modal .product-loop__buttons .product-loop_action {
  margin-right: 10px;
}
#product-quick-view-modal .btn-close {
  position: absolute;
  top: 20px;
  right: 20px;
  border: 1px solid #ccc;
  border-radius: 3px;
  z-index: 1;
}
#product-quick-view-modal.loading .modal-dialog {
  display: none;
}
#product-quick-view-modal.loading .modal-loading {
  opacity: 1;
  z-index: 99;
  transition: 0.5s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#product-quick-view-modal.loading .modal-loading:after {
  content: " ";
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border-width: 1px;
  border-style: solid;
  border-color: #fff transparent;
  animation: lds-dual-ring 0.5s linear infinite;
}

.product-detail-container .cart-form {
  border-bottom: 1px solid #d2d2d2;
  padding: 17px 0;
  margin-bottom: 30px;
}
.product-detail-container .product-details .product-meta-sold-by a {
  font-weight: 700;
  color: #09f;
  font-size: 16px;
  text-transform: uppercase;
}
.product-detail-container .product-details .product-entry-meta {
  padding-bottom: 10px;
}
.product-detail-container .product-details .product-entry-meta a {
  color: #09f;
}
.product-detail-container .product-details .product-entry-meta p,
.product-detail-container .product-details .product-entry-meta small {
  font-size: 13px;
}
.product-detail-container .product-details .product-price ins {
  font-weight: 700;
  font-size: 24px;
}
.product-detail-container .product-details .product-price del {
  font-size: 16px;
  font-weight: 500;
}
.product-detail-container .product-button .label-quantity {
  display: inline-block;
}
.product-detail-container .product-button .add-to-cart-button {
  flex: 1 1 30%;
  margin-right: 0.5rem;
  white-space: nowrap;
}
.product-detail-container .product-button .quantity .qty {
  height: 46px;
}
.product-detail-container .box-price {
  display: none;
}
.product-detail-container .product-loop__buttons {
  margin-top: 20px;
  flex-wrap: wrap;
  align-items: flex-end;
  width: 100%;
  max-width: 100%;
}
.product-detail-container .product-loop__buttons .quick-view-button {
  display: none;
}
.product-detail-container .product-loop__buttons .product-loop_button .product-loop_action {
  display: flex;
  margin-right: 20px;
  color: #000;
}
.product-detail-container .product-loop__buttons .product-loop_button .product-loop_action .product-loop_icon {
  display: flex;
  margin-right: 7px;
}
.product-detail-container .product-loop__buttons .product-loop_button .product-loop_action span.text {
  display: block;
}
.product-detail-container .deal-expire-date .expire-countdown {
  display: flex;
  text-align: center;
}
.product-detail-container .deal-expire-date .expire-countdown .timer {
  display: block;
}
.product-detail-container .deal-expire-date .expire-countdown .timer .digits {
  font-size: 20px;
  white-space: nowrap;
  font-weight: 700;
  color: #e84506;
  background-color: #fff;
  padding: 10px 5px;
  margin: 0 0 3px;
  line-height: 1;
  border: 1px solid #e4e4e4;
  display: block;
}
.product-detail-container .deal-expire-date .expire-countdown .timer .text {
  display: block;
}
.product-detail-container .deal-expire-date .expire-countdown .divider {
  padding-top: 0.3em;
  font-size: 18px;
  font-weight: 700;
  color: #aaa;
  width: 14px;
}
.product-detail-container .product-detail-tabs .nav {
  margin: 0 0 40px;
  padding: 22px 25px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  background-color: #f5f5f5;
}
.product-detail-container .product-detail-tabs .nav .nav-link {
  display: block;
  position: relative;
  font-size: 16px;
  color: var(--text-color);
  text-transform: inherit;
  border-bottom: 1px solid #e1e1e1;
  padding: 12px;
  text-align: left;
  font-weight: 600;
  border-radius: 0;
}
.product-detail-container .product-detail-tabs .nav .nav-link.active {
  background-color: var(--primary-color);
  color: #fff;
}
.product-detail-container .product-detail-tabs .nav .nav-link:last-child {
  border-bottom-color: transparent;
}
.product-detail-container .deal-sold {
  align-items: center;
}
.product-detail-container .deal-sold .deal-text .text {
  font-weight: 400;
}
.product-detail-container .col .site-info__item {
  border-bottom: 1px solid #e5e5e5;
  padding: 0 0 15px;
}
.product-detail-container .col:last-child .site-info__item {
  border: none;
  padding: 0;
}
.product-detail-container .meta-sku,
.product-detail-container .meta-categories {
  margin-bottom: 5px;
}
.product-detail-container .meta-sku .meta-label,
.product-detail-container .meta-categories .meta-label {
  color: #888;
}
.product-detail-container .meta-sku .meta-value,
.product-detail-container .meta-categories .meta-value {
  color: #000;
}
.product-detail-container .meta-categories a {
  color: #09f;
}

.star-rating-wrapper {
  display: flex;
  align-items: center;
}
.star-rating-wrapper .star-rating {
  margin-right: 2px;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  display: inline-block;
  flex: 0 0 auto;
}
.star-rating-wrapper .star-rating .rating-stars {
  display: block;
  line-height: 0;
}
.star-rating-wrapper .star-rating .rating-stars .svg-icon {
  color: #999;
  display: inline-block;
}
.star-rating-wrapper .star-rating .user-rating {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
.star-rating-wrapper .star-rating .user-rating .svg-icon {
  color: var(--primary-color);
}
.star-rating-wrapper .star-count {
  line-height: 12px;
}

.product-panel-reviews .bar-rating .star-item {
  align-items: center;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  margin-bottom: 6px;
  width: 100%;
}
.product-panel-reviews .bar-rating .star-item .slabel,
.product-panel-reviews .bar-rating .star-item .svalue {
  flex: 0 0 auto;
  width: 60px;
  text-align: center;
}
.product-panel-reviews .bar-rating .star-item .progress {
  width: 100%;
}

.store-social-wrapper .store-social {
  margin: 5px 0 0;
  padding: 0;
  list-style: none;
}
.store-social-wrapper .store-social li {
  margin-left: 0;
  margin-right: 7px;
  display: inline-block;
}
.store-social-wrapper .store-social li:last-child {
  margin-right: 0;
}
.store-social-wrapper .store-social li a {
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  background-color: #1b4e9b;
  color: #fff;
  border-radius: 3px;
  display: block;
}

.vendor-info {
  background-color: #2f2f2f;
}

.vendor-avatar img {
  background-color: #fff;
}

.vendor-store-info {
  list-style: none;
  color: #fff;
}
.vendor-store-info .star-rating-wrapper .star-count {
  color: #fff !important;
}
.vendor-store-info li {
  position: relative;
  list-style: none;
  display: block;
  padding-bottom: 0;
  margin-bottom: 5px;
}
.vendor-store-info li.vendor-store-register-date span {
  color: #cbc4c4;
}

.shop-products-listing__list .product-inner {
  display: flex;
  border-width: 1px;
  border-color: transparent;
}
.shop-products-listing__list .product-inner:hover {
  border-color: #ddd;
}
.shop-products-listing__list .product-inner .product-thumbnail {
  flex-basis: 21%;
  width: 21%;
  margin-bottom: 0;
}
.shop-products-listing__list .product-inner .product-details {
  padding-left: 30px;
  display: flex;
  justify-content: space-between;
  flex: 1 0 0%;
}
.shop-products-listing__list .product-inner .product-details .product-bottom-box {
  position: unset;
  left: unset;
  right: unset;
  top: unset;
  display: block;
  border-color: transparent;
  max-width: 240px;
}

.catalog-primary-sidebar .widget-wrapper {
  margin-bottom: 50px;
  background: var(--primary-color);
  padding: 20px;
  border-radius: 8px;
}
.catalog-primary-sidebar .widget-wrapper .widget-title {
  padding-bottom: 25px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}
.nav-list__item-title .nav-list__item-link .catalog-primary-sidebar .widget-wrapper:active {
  color: #ffce00;
}
.catalog-primary-sidebar .widget-wrapper .widget-content ul {
  padding-left: 0;
}
.catalog-primary-sidebar .widget-wrapper .widget-filter-item {
  border: none;
  border-top: 1px solid #ccc;
  margin-top: 40px;
  padding-bottom: 0;
  padding-top: 40px;
}

.toolbar-view__icon a {
  padding-right: 7px;
  margin-right: 7px;
}
.toolbar-view__icon a.active {
  color: var(--primary-color);
}
.toolbar-view__icon a.list {
  font-size: 28px;
}
.toolbar-view__icon a.grid {
  font-size: 21px;
}

.catalog-header__right .catalog-toolbar__ordering .dropdown .dropdown-toggle {
  min-width: 170px;
  color: #999;
  cursor: pointer;
  min-height: 44px;
  line-height: 42px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #fff;
  padding: 0 35px 0 15px;
  text-align: left;
  font-weight: normal;
}
.catalog-header__right .catalog-toolbar__ordering .dropdown .dropdown-toggle:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
  font-weight: 700;
}
.catalog-header__right .catalog-toolbar__ordering .dropdown .dropdown-menu {
  min-width: 170px;
}
.catalog-header__right .text {
  color: var(--primary-color);
  font-size: 16px;
  font-weight: 700;
  margin-right: 30px;
}

.widget-layered-nav-list ul {
  list-style-type: none;
  padding-inline-start: 12px;
  padding-inline-end: 12px;
}
.widget-layered-nav-list ul:first-child {
  padding-inline-start: 0;
  padding-inline-end: 0;
}
.widget-layered-nav-list ul li {
  position: relative;
  margin: 6px 0;
}
.widget-layered-nav-list ul li > .widget-layered-nav-list__item .cat-menu-close.opened-icon {
  display: none;
}
.widget-layered-nav-list ul li.opened > .widget-layered-nav-list__item .cat-menu-close.closed-icon {
  display: none;
}
.widget-layered-nav-list ul li.opened > .widget-layered-nav-list__item .cat-menu-close.opened-icon {
  display: block;
}
.widget-layered-nav-list ul li.opened > ul {
  display: block;
}
.widget-layered-nav-list ul li ul {
  display: none;
}
.widget-layered-nav-list ul li .widget-layered-nav-list__item {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.widget-layered-nav-list ul li .widget-layered-nav-list__item .cat-menu-close {
  font-size: 12px;
  padding-right: 10px;
  cursor: pointer;
}
.widget-layered-nav-list ul li .widget-layered-nav-list__item .nav-list__item-title .nav-list__item-link {
  border: 1px solid transparent;
  cursor: pointer;
  font-weight: 600;
  border-radius: 5px;
  min-width: 100px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.widget-layered-nav-list ul li .widget-layered-nav-list__item .nav-list__item-title .nav-list__item-link:hover, .widget-layered-nav-list ul li .widget-layered-nav-list__item .nav-list__item-title .nav-list__item-link.active {
  color: var(--primary-color);
}
.widget-layered-nav-list ul li .widget-layered-nav-list__item .nav-list__item-title .nav-list__item-link span {
  color: #f7ee14;
}
.widget-layered-nav-list ul li .widget-layered-nav-list__item .form-check {
  font-weight: 600;
}
.widget-layered-nav-list ul li .widget-layered-nav-list__item .form-check .form-check-input:checked ~ .form-check-label {
  color: var(--primary-color);
}
.widget-layered-nav-list ul li .widget-layered-nav-list__item .form-check .form-check-label {
  cursor: pointer;
}
.widget-layered-nav-list ul li .widget-layered-nav-list__item .form-check:hover {
  color: var(--primary-color);
}
.widget-layered-nav-list ul li .widget-layered-nav-list__item .form-check .count {
  display: inline-block;
  margin-left: 5px;
  color: #999;
  transition: 0.5s;
}

.loading-skeleton h1,
.loading-skeleton h2,
.loading-skeleton h3,
.loading-skeleton h4,
.loading-skeleton h5,
.loading-skeleton h6,
.loading-skeleton p,
.loading-skeleton a,
.loading-skeleton .btn,
.loading-skeleton label,
.loading-skeleton .form-control {
  color: transparent;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background-color: var(--primary-color);
  border-color: #eee;
}
.loading-skeleton h1::-moz-placeholder, .loading-skeleton h2::-moz-placeholder, .loading-skeleton h3::-moz-placeholder, .loading-skeleton h4::-moz-placeholder, .loading-skeleton h5::-moz-placeholder, .loading-skeleton h6::-moz-placeholder, .loading-skeleton p::-moz-placeholder, .loading-skeleton a::-moz-placeholder, .loading-skeleton .btn::-moz-placeholder, .loading-skeleton label::-moz-placeholder, .loading-skeleton .form-control::-moz-placeholder {
  color: transparent;
}
.loading-skeleton h1::placeholder,
.loading-skeleton h2::placeholder,
.loading-skeleton h3::placeholder,
.loading-skeleton h4::placeholder,
.loading-skeleton h5::placeholder,
.loading-skeleton h6::placeholder,
.loading-skeleton p::placeholder,
.loading-skeleton a::placeholder,
.loading-skeleton .btn::placeholder,
.loading-skeleton label::placeholder,
.loading-skeleton .form-control::placeholder {
  color: transparent;
}

@keyframes loading-skeleton {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
.loading-skeleton {
  pointer-events: none;
  animation: loading-skeleton 1s infinite alternate;
}
.loading-skeleton img {
  filter: grayscale(100) contrast(0%) brightness(1.8);
}
.text-swatch li {
  display: inline-block;
  margin-right: 5px;
}
.text-swatch li input[type=radio],
.text-swatch li input[type=checkbox] {
  display: none;
}
.text-swatch li input[type=radio]:checked ~ span,
.text-swatch li input[type=checkbox]:checked ~ span {
  border: 1px solid var(--primary-color);
}
.text-swatch li input[type=radio]:checked ~ span:after,
.text-swatch li input[type=checkbox]:checked ~ span:after {
  width: 16px;
  height: 16px;
  content: "\e934";
  font-family: "Linearicons" !important;
  position: absolute;
  overflow: hidden;
  right: -8px;
  bottom: -5px;
  color: #fff;
  font-size: 8px;
}
.text-swatch li input[type=radio]:checked ~ span:before,
.text-swatch li input[type=checkbox]:checked ~ span:before {
  border: 16px solid transparent;
  border-bottom: 16px solid var(--primary-color);
  content: "";
  position: absolute;
  right: -16px;
  bottom: -1px;
}
.text-swatch li span {
  padding: 5px 15px;
  border: 1px solid #ccc;
  background-color: #ffffff;
  cursor: pointer;
  transition: 0.2s;
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.text-swatch li.attribute-swatch-item.pe-none span:before, .text-swatch li.attribute-swatch-item.pe-none span:after {
  border-top: 1px dashed #999;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  top: 50%;
  width: 100%;
}
.text-swatch li.attribute-swatch-item.pe-none span:before {
  transform: rotate(45deg);
}
.text-swatch li.attribute-swatch-item.pe-none span:after {
  transform: rotate(-45deg);
}

.custom-checkbox input[type=checkbox],
.custom-checkbox input[type=radio],
.custom-radio input[type=checkbox],
.custom-radio input[type=radio] {
  display: none;
}
.custom-checkbox label,
.custom-radio label {
  display: block;
}
.custom-checkbox span,
.custom-radio span {
  display: block;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  position: relative;
  cursor: pointer;
}
.custom-checkbox input[type=checkbox]:checked ~ span:before,
.custom-checkbox input[type=radio]:checked ~ span:before,
.custom-radio input[type=checkbox]:checked ~ span:before,
.custom-radio input[type=radio]:checked ~ span:before {
  content: "";
  display: block;
  border: 2px solid var(--primary-color);
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  border-radius: 50%;
}
.custom-checkbox.disabled label,
.custom-radio.disabled label {
  position: relative;
}
.custom-checkbox.disabled label:before, .custom-checkbox.disabled label:after,
.custom-radio.disabled label:before,
.custom-radio.disabled label:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 90%;
  background-color: #ececec;
  transform-origin: 50% 50%;
  transition: all 0.4s ease;
  z-index: 20;
}
.custom-checkbox.disabled label:before,
.custom-radio.disabled label:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.custom-checkbox.disabled label:after,
.custom-radio.disabled label:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.custom-checkbox.disabled span,
.custom-radio.disabled span {
  opacity: 0.9;
}
.custom-checkbox.disabled input[type=checkbox]:checked ~ span:before,
.custom-checkbox.disabled input[type=radio]:checked ~ span:before,
.custom-radio.disabled input[type=checkbox]:checked ~ span:before,
.custom-radio.disabled input[type=radio]:checked ~ span:before {
  display: none;
}

.color-swatch li {
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 10px;
  vertical-align: top;
}

.nonlinear-wrapper .nonlinear {
  width: 90%;
  margin: 10px auto;
}
.nonlinear-wrapper .noUi-connect {
  background-color: var(--primary-color);
}
.nonlinear-wrapper .noUi-horizontal {
  height: 8px;
}
.nonlinear-wrapper .noUi-horizontal .noUi-handle {
  width: 16px;
  height: 16px;
  left: -17px;
  top: -5px;
}
.nonlinear-wrapper .noUi-handle {
  border: 3px solid var(--primary-color);
  border-radius: 50%;
  box-shadow: none;
}
.nonlinear-wrapper .noUi-handle:after, .nonlinear-wrapper .noUi-handle:before {
  display: none;
}
.nonlinear-wrapper .slider__meta {
  background-color: #f3f3f3;
  padding: 5px 13px;
  border-radius: 5px;
  font-size: 13px;
  min-width: 100px;
  font-weight: 600;
  margin: 8px;
}

html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
  right: -7px;
}

@media (min-width: 768px) {
  .product-gallery__variants .slick-slide .item {
    width: auto !important;
  }
}
/* From Uiverse.io by Creatlydev */
.button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  background: var(--primary-color);
  font-family: "Montserrat", sans-serif;
  box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  cursor: pointer;
  padding: 10px 0px;
  border: none;
}
.button:after {
  content: " ";
  width: 0%;
  height: 100%;
  background: #588cc1;
  position: absolute;
  transition: all 0.4s ease-in-out;
  right: 0;
}
.button:hover::after {
  right: auto;
  left: 0;
  width: 100%;
}
.button span {
  text-align: center;
  text-decoration: none;
  width: 100%;
  padding: 0px 25px;
  color: #fff;
  font-size: 1.125em;
  font-weight: 700;
  z-index: 20;
  transition: all 0.3s ease-in-out;
}
.button:hover span {
  color: #fff;
  animation: scaleUp 0.3s ease-in-out;
}
@keyframes scaleUp {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}

@media (max-width: 991px) {
  .product-inner {
    border-bottom-width: 1px;
  }
  .product-inner .product-bottom-box {
    position: static;
    display: none;
    z-index: 1;
    padding: 15px 0 0;
    border: none;
  }
  .product-inner .product-thumbnail .product-loop__buttons {
    opacity: 1;
    z-index: 1;
  }
  .product-inner .product-thumbnail .product-loop__buttons .product-loop_button .product-loop_action {
    transition-delay: 0s;
    transform: translateX(0);
  }
  .product-deals-day__body .slick-track {
    display: flex;
  }
  .product-deals-day__body .slick-track .slick-slide {
    height: inherit;
    margin: 0px 5px;
  }
  .product-deals-day__body .product-deals-day-body .product-inner {
    height: inherit;
  }
  .catalog-primary-sidebar {
    position: absolute;
    right: 0;
    top: 100%;
  }
  .catalog-primary-sidebar .backdrop {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: rgba(157, 151, 151, 0.368627451);
  }
  .catalog-primary-sidebar .catalog-sidebar--inner {
    position: fixed;
    top: 0;
    width: 82%;
    max-width: 400px;
    height: 100%;
    overflow-y: auto;
    z-index: 10001;
    background-color: #fff;
    transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    left: auto;
    right: 0;
    transform: translateX(100%);
    padding-top: 0;
  }
  .catalog-primary-sidebar .catalog-sidebar--inner.side-left {
    left: 0;
    right: auto;
    transform: translateX(-100%);
  }
  .catalog-primary-sidebar.active {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    z-index: 10001;
    left: auto;
  }
  .catalog-primary-sidebar.active .catalog-sidebar--inner {
    transform: translateX(0);
    visibility: visible;
    opacity: 1;
  }
  .catalog-header__right .catalog-toolbar__ordering .dropdown .dropdown-toggle {
    min-width: 140px;
    border-color: transparent;
    color: #222;
  }
}
@media (max-width: 576px) {
  .product-inner {
    border-width: 1px;
  }
  .product-inner .product-button {
    display: block;
  }
  .product-inner .product-button .quantity {
    width: 100px;
  }
  .shop-products-listing__list .product-inner .product-details {
    display: block;
  }
  .shop-products-listing__list .product-inner .product-thumbnail {
    flex-basis: 43%;
    width: 43%;
  }
}
/****** Style Star Rating *****/
.form-rating-stars {
  float: left;
}
.form-rating-stars > label {
  float: right;
  color: #999;
  cursor: pointer;
  font-size: 1.05em;
}
.form-rating-stars > input:checked ~ label, .form-rating-stars:not(:checked) > label:hover, .form-rating-stars:not(:checked) > label:hover ~ label {
  /* hover previous stars in list */
  color: var(--primary-color);
}
.form-rating-stars > input:checked + label:hover,
.form-rating-stars > input:checked ~ label:hover,
.form-rating-stars > label:hover ~ input:checked ~ label,
.form-rating-stars > input:checked ~ label:hover ~ label {
  color: #fab528;
}

.review-images:not(.review-images-total) a {
  width: 100px;
}
.review-images a {
  display: inline-block;
  height: 100px;
  margin-bottom: 5px;
  margin-right: 5px;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem !important;
  line-height: 0;
}
.review-images a img {
  -o-object-fit: cover;
     object-fit: cover;
  border: none;
}
.review-images .more-review-images span {
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  color: #ffffff;
  font-size: 22px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  align-self: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.review-images.review-images-total a {
  padding: 1.5px;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0;
  border: 0;
}

.image-viewer__item {
  position: relative;
  transition: all 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  text-align: initial;
  margin-right: 2px;
  background-color: #eee;
  width: 70px;
  height: 70px;
  border: 1px solid #c4c6cf;
  margin-top: 5px;
}
.image-viewer__item img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.image-upload__uploader-container {
  display: inline-block;
}
.image-upload__uploader-container:hover {
  cursor: pointer;
}
.image-upload__uploader-container .image-upload__uploader {
  width: 70px;
  height: 70px;
  border: 1px dashed #c4c6cf;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  display: flex;
}
.image-upload__uploader-container .image-upload__uploader:hover {
  background: #d9edf7;
}
.image-upload__uploader-container .image-upload__uploader:hover .image-upload__file-input {
  cursor: pointer;
}

.image-upload__icon {
  color: #333;
  font-size: 20px;
  margin-bottom: 8px;
}

.image-upload__text {
  color: #333;
  font-size: 10px;
  padding: 0 3px;
  text-align: center;
}

.image-upload__file-input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
}

.image-viewer__item {
  display: inline-block;
}

.image-viewer__list {
  display: block;
  width: 100%;
}

.image-viewer__icon-remove {
  position: absolute;
  top: -1px;
  right: 2px;
  z-index: 1;
  cursor: pointer;
}
.image-viewer__icon-remove i {
  color: #ffffff;
  background: #848484;
  border-radius: 50%;
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 10px;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  background-color: #d9edf7;
  border: 1px solid #bce8f1;
  padding: 5px;
  font-size: 0.9em;
  cursor: help;
}

.image-upload__viewer .image-viewer__list .loading {
  position: absolute;
  width: 100%;
  background-color: rgba(146, 162, 177, 0.52);
  top: 0;
  bottom: 0;
  display: none;
}
.image-upload__viewer .image-viewer__list .loading .half-circle-spinner {
  width: 30px;
  height: 30px;
}

.header-recently-viewed {
  height: 100%;
}
.header-recently-viewed .recently-viewed-content {
  position: relative;
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 30px 84px;
  border-radius: 3px;
  min-height: 100px;
}
.header-recently-viewed .loading--wrapper {
  position: absolute;
  left: 1px;
  right: 1px;
  top: 1px;
  bottom: 1px;
  z-index: 99;
  background-color: #fff;
}
.header-recently-viewed .loading--wrapper .loading {
  opacity: 1;
  z-index: 99;
  transition: 0.5s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.header-recently-viewed .loading--wrapper .loading:after {
  content: " ";
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border-width: 1px;
  border-style: solid;
  border-color: var(--primary-color) transparent;
  animation: lds-dual-ring 0.5s linear infinite;
}
.header-recently-viewed .recently-empty-products {
  transition: ease 0.5s;
}
.header-recently-viewed .recently-empty-products .btn-primary {
  margin-top: 15px;
}
.header-recently-viewed .recently-empty-products .empty-desc {
  line-height: 40px;
}
.header-recently-viewed .recently-viewed-products {
  opacity: 0;
  transition: ease 0.5s;
}
.header-recently-viewed .recently-viewed-products .slick-track {
  margin-left: 0;
  margin-right: 0;
}
.header-recently-viewed .product-list {
  padding: 0;
  margin: 0 -20px;
}
.header-recently-viewed .product-list li.product {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}
.header-recently-viewed .product-list li.product a {
  display: inline-block;
  border: 2px solid #efeaea;
}
.header-recently-viewed .product-list li.product a:hover {
  border-color: var(--primary-color);
}
.header-recently-viewed .slick-dots {
  bottom: -30px;
}
.header-recently-viewed .recently-title {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  line-height: 1;
  height: 100%;
  font-size: 14px;
  font-weight: 700;
  transition: ease 0.3s;
  justify-content: flex-end;
  white-space: nowrap;
  margin-bottom: 0;
}
.header-recently-viewed .recently-title:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border: 1px solid transparent;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  top: calc(120% + 28px);
  left: 0;
  right: 20px;
  margin: auto;
  background-color: #fff;
  transform: translate(-50%, -5px) rotate(135deg);
  opacity: 0;
  transition: top ease 0.3s;
  z-index: 9999;
}
.header-recently-viewed .slick-next-arrow {
  right: -28px;
  right: -34px;
}
.header-recently-viewed .slick-prev-arrow {
  left: -28px;
  left: -34px;
}
.header-recently-viewed .recent-icon {
  font-size: 18px;
  margin-right: 10px;
  color: #000;
}
.header-recently-viewed .recently-viewed-inner {
  position: absolute;
  top: calc(120% + 13px);
  right: 0;
  left: 0;
  z-index: 999;
  transition: top ease 0.3s;
  border-top: 0 solid transparent;
  opacity: 0;
  transform: scaleX(0);
}
.header-recently-viewed:hover .recently-viewed-products {
  opacity: 1;
}
.header-recently-viewed:hover .recently-title:before {
  top: 100%;
  opacity: 1;
}
.header-recently-viewed:hover .recently-title:after {
  transform: rotate(180deg) translateY(50%);
}
.header-recently-viewed:hover .recently-viewed-inner {
  opacity: 1;
  z-index: 999;
  transform: scaleX(1);
  top: calc(100% - 12px);
}
.header-recently-viewed .slick-arrow {
  width: 34px;
  height: 34px;
  line-height: 34px;
  font-size: 11px;
  color: #000;
}

.header--sticky .header-recently-viewed:hover .recently-title:before {
  top: calc(100% - 2px);
}

.product-gallery {
  align-content: flex-start;
  display: flex;
  flex-flow: row-reverse nowrap;
}
.product-gallery .product-gallery__wrapper {
  display: block;
  max-width: calc(100% - 80px);
  padding-left: 10px;
  position: relative;
}
.product-gallery .product-gallery__wrapper .slick-arrow {
  background-color: hsla(0, 0%, 100%, 0.5);
  border-radius: 4px;
  color: #000;
  font-size: 18px;
  height: 35px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  visibility: hidden;
  width: 35px;
  z-index: 100;
}
.product-gallery .product-gallery__wrapper .slick-arrow svg {
  font-size: 10px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.product-gallery .product-gallery__wrapper .slick-arrow:first-child {
  left: 10px;
}
.product-gallery .product-gallery__wrapper .slick-arrow:last-child {
  right: 10px;
}
.product-gallery .product-gallery__wrapper .slick-arrow:hover {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff;
}
.product-gallery .product-gallery__wrapper:hover .slick-arrow {
  opacity: 1;
  visibility: visible;
}
.product-gallery .product-gallery__variants {
  max-width: 80px;
  min-width: 80px;
  width: 100%;
}

.product-comments-list .pagination {
  margin-top: 20px;
  justify-content: center;
}
.product-comments-list .pagination .page-item .page-link {
  padding: 0 14px;
  position: relative;
  display: inline-block;
  z-index: 30;
  line-height: 32px;
  border: none;
  background-color: #f5f5f5;
  color: #000;
  vertical-align: middle;
  font-size: 14px;
  width: auto;
  height: auto;
}
.product-comments-list .pagination .page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
}
.product-comments-list .pagination .page-item a.page-link:hover {
  color: #000;
  background-color: var(--primary-color);
}
.product-comments-list .pagination .page-item.active .page-link {
  color: #000;
  background-color: var(--primary-color);
}

@media (max-width: 767px) {
  .vendor-info-summary .vendor-info {
    background-image: none !important;
  }
  .product-gallery {
    display: block;
  }
  .product-gallery .product-gallery__wrapper {
    max-width: 100%;
    padding-left: 0;
  }
  .product-gallery .product-gallery__variants {
    max-width: 100%;
  }
  .product-gallery .product-gallery__variants .slick-slide {
    max-width: 60px;
  }
}
/* SCSS */
.slick-carousel .slick-slide {
  margin: 0 10px;
  box-sizing: border-box;
}
.slick-carousel .slick-track {
  display: flex;
  justify-content: space-between;
}
.slick-carousel .slick-list {
  overflow: hidden;
  padding: 0 10px;
}

.widget-blog {
  background-color: #f3f3f3;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
.widget-blog .widget-blog-container {
  background-color: #fff;
  border: 1px solid #eee;
  padding: 25px 0;
  border-radius: 10px;
}
.widget-blog .widget-blog-container .entry-description p {
  margin-bottom: 0;
}
.widget-blog .slick-dots {
  bottom: -20px;
}
.widget-blog .post-item-wrapper {
  padding-right: 25px;
  padding-left: 25px;
  border-left: 1px solid #eee;
}
.widget-blog .post-item-wrapper .card .row > div {
  width: 100%;
}
.widget-blog .post-item-wrapper .post-item__image {
  margin-bottom: 1.5rem;
}
.widget-blog .post-item-wrapper .post-item__image .img-fluid-eq__dummy {
  margin-top: 67%;
}
.widget-blog .post-item-wrapper .post-item__image img {
  border-radius: 10px;
}
.widget-blog .post-item-wrapper .post-item__image img.loaded {
  -o-object-fit: cover;
     object-fit: cover;
}
.widget-blog .slick-current .post-item-wrapper {
  border-left-color: transparent;
}

.widget-mobile-apps {
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 50px 15px 250px;
  border-radius: 10px;
  background-color: #e4eaee;
}

.blog-page-content .blog-page-content-wrapper {
  margin: 0 auto;
}
.blog-page-content .post-item-wrapper .card-item {
  flex-direction: column;
  box-shadow: 3px 3px 16px 0px rgba(0, 0, 0, 0.38);
}
@media (max-width: 768px) {
  .blog-page-content .post-item-wrapper .card-item {
    flex-direction: column;
  }
}
.blog-page-content .post-item-wrapper .card-item .card-item-img {
  max-width: 100%;
  aspect-ratio: 20/17;
  /* Giữ đúng tỷ lệ */
  overflow: hidden;
}
.blog-page-content .post-item-wrapper .card-item .card-item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .blog-page-content .post-item-wrapper .card-item .card-item-img {
    width: 100%;
  }
}
.blog-page-content .post-item-wrapper .card-item .post-item__content {
  width: 100%;
  position: absolute;
  padding: 0px;
  background: linear-gradient(to top, #000 0%, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0) 50%);
  height: 100%;
}
@media (max-width: 768px) {
  .blog-page-content .post-item-wrapper .card-item .post-item__content {
    width: 100%;
  }
}
.blog-page-content .post-item-wrapper .card {
  border-bottom-width: 1px;
}
.blog-page-content .post-item-wrapper .card:hover {
  transition: 0.3s;
  background-color: rgba(115, 122, 131, 0.368627451) !important;
  color: #535151;
}
.blog-page-content .post-item-wrapper .card:hover .entry-title-h5,
.blog-page-content .post-item-wrapper .card:hover .text-jt {
  color: #535151;
}
.blog-page-content .post-item-wrapper:first-child .card {
  padding-top: 0;
}
.blog-page-content .post-item-wrapper:last-child .card {
  border-bottom-width: 0px;
}
.blog-page-content .post-item-wrapper .post-item__content {
  padding: 0.5rem;
}
.blog-page-content .post-item-wrapper .post-item__content .entry-description p {
  font-size: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  line-height: 1.5;
  max-height: 6em;
}
.blog-page-content .post-item-wrapper .post-item__content .entry-title {
  min-height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-align: center;
  color: #fff;
  margin: 0px;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  background: linear-gradient(to top, #000 0%, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0) 50%);
  padding: 7.0175438596%;
}
@media (max-width: 768px) {
  .blog-page-content .post-item-wrapper .post-item__content .entry-title .entry-title {
    min-height: 34px;
  }
}
.blog-page-content .post-item-wrapper .post-item__content .entry-title .entry-title-h5 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #fff;
  font-size: 18px;
}
@media (max-width: 768px) {
  .blog-page-content .post-item-wrapper .post-item__content .entry-title .entry-title-h5 {
    font-size: 14px;
  }
}
.blog-page-content .post-item-wrapper .post-item__content .entry-title > div {
  display: flex;
  flex-wrap: wrap;
}
.blog-page-content .post-item-wrapper .post-item__content .entry-title > div .entry-meta {
  order: 2;
  color: #888;
}
.blog-page-content .post-item-wrapper .post-item__content .entry-title > div .entry-meta .author-name {
  color: #09f;
  font-weight: 700;
}
.blog-page-content .post-item-wrapper .post-item__content .entry-title > div .entry-meta .entry-meta-categories {
  color: #000;
  font-weight: 700;
}
.blog-page-content .post-item-wrapper .post-item__content .entry-title > div .entry-title {
  order: 1;
}
.blog-page-content .post-item-wrapper .post-item__content .entry-title > div .entry-description {
  order: 3;
  margin-top: 15px;
}
.blog-page-content .post-item-wrapper .post-item__content .entry-title .entry-title a {
  color: #000;
  position: relative;
  background: linear-gradient(to right, currentColor 0, currentColor 100%) no-repeat 0 95%;
  background-size: 0 2px;
  transition: background-size 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  padding: 3px 0;
  background-position: 0 95%;
  font-size: 28px;
}
.blog-page-content .post-item-wrapper .post-item__content .entry-title .entry-title a:hover {
  background-size: 100% 2px;
}
.blog-page-content .post-item-wrapper .post-item__content .entry-description .text-jt {
  text-align: justify;
}
.blog-page-content .post-item-wrapper .blog-page-content .post-item__image img {
  max-width: 270px;
}
.blog-page-content .post-item-wrapper .post-item__inner {
  border-width: 0;
}
.blog-page-content .post-item-wrapper .post-item__inner .post-item__image .img-fluid-eq__dummy {
  margin-top: 67%;
}
.blog-page-content .post-item-wrapper .post-item__inner .entry-meta {
  display: flex;
  flex-wrap: wrap;
}
.blog-page-content .post-item-wrapper .post-item__inner .entry-meta a {
  font-weight: 700;
}
.blog-page-content .post-item-wrapper .post-item__inner .entry-meta .entry-meta-author,
.blog-page-content .post-item-wrapper .post-item__inner .entry-meta .entry-meta-categories,
.blog-page-content .post-item-wrapper .post-item__inner .entry-meta span {
  padding-right: 3px;
}
.blog-page-content .post-item-wrapper .post-item__inner .entry-meta .post-item__image img {
  border-radius: 10px;
}
.blog-page-content .post-item-wrapper .post-item__inner .entry-meta .entry-meta-author a {
  color: #09f;
}
.blog-page-content .post-item-wrapper .post-item__inner .entry-meta .entry-meta-author a:hover {
  text-decoration: underline;
}
.blog-page-content .post-item-wrapper .widget-blog-categories ul li {
  padding: 0 0 6px;
  list-style: none;
  color: #666;
}
.blog-page-content .post-item-wrapper .widget-area {
  font-size: 16px;
}
.blog-page-content .post-item-wrapper .widget-area ul {
  margin-left: 0;
  padding-left: 0;
}
.blog-page-content .post-item-wrapper .widget-area .widget-title {
  font-size: 24px;
  line-height: 1.75;
  margin: 0;
  padding: 0 0 13px;
  color: #000;
  padding-bottom: 21px;
}
.blog-page-content .post-item-wrapper .widget-area .post-item-small .entry-meta {
  font-size: 13px;
  margin-bottom: 7px;
  color: #888;
  display: none;
}
.blog-page-content .post-item-wrapper .widget-area .post-item-small .entry-meta .entry-meta-date a {
  color: #09f;
  font-weight: 600;
}
.blog-page-content .post-item-wrapper .widget-area .post-item-small .entry-meta .author-name {
  color: #09f;
  font-weight: 700;
}
.blog-page-content .post-item-wrapper .widget-area .post-item-small .entry-title {
  font-size: 14px;
}
.blog-page-content .post-item-wrapper .widget-area .post-item-small .img-fluid-eq .img-fluid-eq__wrap img {
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-page-content .post-item-wrapper .widget-area .tag-cloud-link {
  color: #666;
  font-size: 14px !important;
  margin: 0 4px 6px 0;
  padding: 4px 15px;
  display: inline-block;
  vertical-align: middle;
  background-color: #f7f7f7;
  transition: all 0.5s;
  border-radius: 3px;
}
.blog-page-content .post-item-wrapper .widget-area .tag-cloud-link:hover {
  color: var(--text-color);
  background-color: var(--primary-color);
}
.blog-page-content .post-item-wrapper .widget-area .widget-sidebar {
  margin-bottom: 20px;
  border-bottom: 1px solid #dee2e6;
}
.blog-page-content .post-item-wrapper .widget-area .widget-sidebar:last-child, .blog-page-content .post-item-wrapper .widget-area .widget-sidebar.widget-search {
  border-bottom-width: 0;
}
.blog-page-content .post-item-wrapper .related-posts .list-post--wrapper {
  margin-bottom: 20px;
  padding: 20px 10px;
  border: 1px solid #eee;
}
.blog-page-content .post-item-wrapper .related-posts .list-post--wrapper .slick-slides-carousel {
  padding-bottom: 60px;
}
.blog-page-content .post-item-wrapper .related-posts .list-post--wrapper .post-item-wrapper {
  padding-left: 10px;
  padding-right: 10px;
}
.blog-page-content .post-item-wrapper .related-posts .list-post--wrapper .post-item-wrapper .post-item__image,
.blog-page-content .post-item-wrapper .related-posts .list-post--wrapper .post-item-wrapper .post-item__content {
  width: 100%;
}
.blog-page-content .post-item-wrapper .related-posts .list-post--wrapper .post-item-wrapper .post-item__image {
  margin-bottom: 20px;
}
.blog-page-content .post-item-wrapper .related-posts .list-post--wrapper .post-item-wrapper .entry-meta .entry-meta-author,
.blog-page-content .post-item-wrapper .related-posts .list-post--wrapper .post-item-wrapper .entry-meta .entry-meta-date {
  display: none;
}
.blog-page-content .post-item-wrapper .related-posts .list-post--wrapper .post-item-wrapper .entry-title {
  font-size: 16px;
}
.blog-page-content .post-item-wrapper .related-posts .list-post--wrapper .slick-arrow {
  z-index: 3;
}
.blog-page-content .post-item-wrapper .related-posts .list-post--wrapper .slick-arrow.slick-next-arrow {
  right: 0;
}

.truncate-custom-1 {
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.truncate-custom-3 {
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.post-item-wrapper .post-item__inner .card-item .card-item-img img {
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

#example-img .gallery {
  display: flex;
  gap: 10px;
  justify-content: center;
}
#example-img .gallery .box-img {
  padding: 0px;
  overflow: hidden;
}
#example-img .gallery .box-img img {
  height: 220px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1400px) {
  #example-img .gallery .box-img {
    width: calc(25% - 10px);
    /* Trừ đi phần gap */
    height: 220px;
  }
}
@media (max-width: 1400px) {
  #example-img .gallery .box-img {
    width: calc(25% - 10px);
    /* Trừ đi phần gap */
    height: 220px;
  }
}
@media (max-width: 1200px) {
  #example-img .gallery .box-img {
    width: calc(33.33% - 10px);
    /* Trừ đi phần gap */
    height: 220px;
  }
}
@media (max-width: 768px) {
  #example-img .gallery .box-img {
    width: calc(50% - 10px);
    /* Trừ đi phần gap */
    height: 220px;
  }
}

.section-introduce .video-intro {
  position: relative;
  height: 315px;
  bottom: -40px;
}
@media (max-width: 768px) {
  .section-introduce .video-intro {
    bottom: 0;
  }
}
.section-introduce .video-intro:before {
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  height: 315px;
  background: var(--primary-color);
  border-radius: 10px;
}
.section-introduce .video-intro iframe {
  display: block;
  position: absolute;
  content: "";
  left: -20px;
  top: -20px;
  width: 100%;
  border-radius: 10px;
  z-index: 10;
}
@media (max-width: 768px) {
  .section-introduce .video-intro iframe {
    left: 0;
    top: 0;
  }
}

.customer-auth-form .nav-tabs {
  justify-content: center;
  padding: 10px;
}
.customer-auth-form .nav-tabs .nav-link {
  background-color: unset;
  border: 0;
  color: #000;
}
.customer-auth-form .nav-tabs .nav-link.active {
  color: #495057;
  border-radius: 0;
}

.catalog-description {
  max-height: 27em;
  /* Giới hạn chiều cao khoảng 8 dòng */
  overflow: hidden;
  position: relative;
  line-height: 1.5;
  /* Đảm bảo đúng dòng */
}

.catalog-description::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2em;
  background: linear-gradient(to bottom, transparent, white);
  display: block;
}

.categories-children .category_innner .category_innner_link {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 10px 0px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.22);
}
.categories-children .category_innner .category_innner_link img {
  width: 100%;
  height: 250px;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
#brands .top_inside_divider {
  background-image: url(https://testtivatech.b-cdn.net/back/wave-haikei-3.png);
  background-size: 100% 100px;
  top: 0;
  height: 100px;
  position: absolute;
  pointer-events: none;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 1;
}
#brands .list-item {
  display: grid;
  gap: 1rem;
  /* Khoảng cách giữa các mục */
  list-style: none;
  padding: 0;
  margin: 0;
  grid-template-columns: repeat(6, 1fr);
  /* Mặc định chia 6 cột */
}
@media (max-width: 1024px) {
  #brands .list-item {
    grid-template-columns: repeat(3, 1fr);
  }
}
#brands .list-item li {
  padding: 10px;
  text-align: center;
  border: 1px solid #ddd;
  /* Đường viền */
  border-radius: 5px;
  /* Bo góc */
}
#brands .list-item li:hover {
  border: 1px solid var(--primary-color);
}

.store-card-wrapper .card-header {
  border: 0;
  border-radius: 0;
}

@media (min-width: 769px) {
  .store-listing__list .store-card-wrapper {
    display: flex;
    flex-direction: unset;
  }
  .store-listing__list .store-card-wrapper .card-header {
    flex-basis: 21%;
    width: 21%;
    margin-bottom: 0;
  }
  .store-listing__list .store-card-wrapper .card-header .card-img-top {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: 0;
    border-bottom-left-radius: calc(0.25rem - 1px);
  }
  .store-listing__list .store-card-wrapper .card-body {
    flex-basis: 50%;
    width: 50%;
    margin-bottom: 0;
  }
  .store-listing__list .store-card-wrapper .card-footer {
    flex-basis: 29%;
    width: 29%;
    margin-bottom: 0;
  }
  .store-listing__list .store-card-wrapper .card-footer .visit-store-wrapper {
    border-top: 0 !important;
  }
}
.dashboard-navigation {
  border: 1px solid #eaeaea;
  text-transform: uppercase;
  color: #000;
}
.dashboard-navigation .nav-item {
  border-bottom: 1px solid #eaeaea;
  background-color: #f5f5f5;
}
.dashboard-navigation .nav-item:last-child {
  border-bottom: 0;
}
.dashboard-navigation .nav-item .nav-link {
  padding: 12px 30px;
  color: inherit;
}
.dashboard-navigation .nav-item .nav-link.active {
  font-weight: 700;
}

.product-reviews-container {
  position: relative;
}
.product-reviews-container .loading-spinner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.5);
}
.product-reviews-container .loading-spinner:after {
  content: " ";
  display: block;
  border-radius: 50%;
  border-width: 1px;
  border-style: solid;
  animation: lds-dual-ring 0.5s linear infinite;
  width: 40px;
  height: 40px;
  border-color: var(--primary-color) transparent var(--primary-color) transparent;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#new {
  /* Tùy chỉnh nút điều hướng Swiper */
}
#new .new-card-customer {
  padding: 20px;
  background: #f2f2f2;
  border-radius: 10px;
  transition: background-color 1s ease, color 1s ease;
}
#new .new-card-customer .card-img-top {
  border-radius: 5px;
  margin-bottom: 1rem;
  aspect-ratio: 3/2;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
#new .new-card-customer .new-card-customer-body {
  padding: 0px;
}
#new .new-card-customer .new-card-customer-body .card-customer-title {
  color: #000;
  font-size: 16px;
  line-height: 26px;
}
#new .new-card-customer .new-card-customer-body .card-customer-description {
  font-size: 14px;
}
#new .new-card-customer:hover {
  background-color: var(--primary-color);
}
#new .new-card-customer:hover .new-card-customer-body .card-customer-title {
  color: #fff !important;
}
#new .new-card-customer:hover .new-card-customer-body .card-customer-title a {
  color: #fff !important;
}
#new .new-card-customer:hover .new-card-customer-body .card-customer-description {
  color: #fff !important;
}
#new .new-card-customer:hover .new-card-customer-body .card-customer-description a {
  color: #fff !important;
}

@media (max-width: 768px) {
  #new .new-card-customer {
    padding: 10px;
  }
}
.hotline-phone-ring {
  position: relative;
  visibility: visible;
  background-color: transparent;
  width: 110px;
  height: 110px;
  cursor: pointer;
  z-index: 11;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transition: visibility 0.5s;
  left: 0;
  display: block;
}
.hotline-phone-ring-wrap {
  position: fixed;
  bottom: 50;
  left: 0;
  z-index: 999999;
}
.hotline-phone-ring-circle {
  width: 85px;
  height: 85px;
  top: 10px;
  left: 10px;
  position: absolute;
  background-color: rgba(236, 12, 12, 0.69);
  border-radius: 100%;
  border: 2px solid srgb(243 176 63);
  animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
  transition: all 0.5s;
  transform-origin: 50% 50%;
  opacity: 0.5;
}
.hotline-phone-ring-circle-fill {
  width: 55px;
  height: 55px;
  top: 25px;
  left: 25px;
  position: absolute;
  background-color: rgba(236, 12, 12, 0.69);
  border-radius: 100%;
  border: 2px solid transparent;
  animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
  transition: all 0.5s;
  transform-origin: 50% 50%;
}
.hotline-phone-ring-img-circle {
  background-color: rgba(236, 12, 12, 0.857);
  width: 33px;
  height: 33px;
  top: 37px;
  left: 37px;
  position: absolute;
  background-size: 20px;
  border-radius: 100%;
  border: 2px solid transparent;
  animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  transform-origin: 50% 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hotline-phone-ring-img-circle .pps-btn-img {
  display: flex;
}

.hotline-bar {
  position: absolute;
  background: rgba(236, 12, 12, 0.856);
  height: 40px;
  width: 200px;
  line-height: 40px;
  border-radius: 3px;
  padding: 0 10px;
  background-size: 100%;
  cursor: pointer;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  z-index: 9;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.1);
  border-radius: 50px !important;
  /* width: 175px !important; */
  left: 33px;
  bottom: 37px;
}
.hotline-bar a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  text-indent: 50px;
  display: block;
  letter-spacing: 1px;
  line-height: 40px;
  font-family: Arial;
}
.hotline-bar a:hover, .hotline-bar a:active {
  color: #fff;
}

@keyframes zoom {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: scale(1);
  }
}
@keyframes lucidgenzalo {
  0% {
    transform: rotate(-25deg);
  }
  50% {
    transform: rotate(25deg);
  }
}
@keyframes scaleAnimation {
  0%, 100% {
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.6);
  }
}
@keyframes scaleAnimation {
  0%, 100% {
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.3);
  }
}
@keyframes shake {
  0%, 100% {
    transform: translate(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate(-2px, 2px);
  }
  20%, 40%, 60%, 80% {
    transform: translate(1px, 2px);
  }
}
@keyframes phonering-alo-circle-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.5) skew(1deg);
    -webkit-opacity: 0.1;
  }
  30% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    -webkit-opacity: 0.5;
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    -webkit-opacity: 0.1;
  }
}
@keyframes phonering-alo-circle-fill-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.6;
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.6;
  }
  100% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.6;
  }
}
@keyframes phonering-alo-circle-img-anim {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
}
.fcta-zalo-ben-trong-nut {
  transition: all 1s;
  position: absolute;
  text-align: center;
  width: 85%;
  height: 60%;
  left: 3px;
  bottom: 31px;
  line-height: 70px;
  font-size: 25px;
  opacity: 1;
}
.fcta-zalo-ben-trong-nut svg path {
  fill: #fff;
}
.fcta-zalo-ben-trong-nut i {
  transition: all 1s;
  animation: lucidgenzalo 1s linear infinite;
}

.fcta-zalo-vi-tri-nut {
  position: fixed;
  bottom: 115px;
  left: 31px;
  z-index: 999;
}

.fcta-zalo-nen-nut {
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06), 0 2px 32px rgba(0, 0, 0, 0.16);
  width: 50px;
  height: 50px;
  text-align: center;
  color: #fff;
  background: #0068ff;
  border-radius: 50%;
  position: relative;
}
.fcta-zalo-nen-nut::after {
  content: "";
  position: absolute;
  border: 1px solid #0068ff;
  background: rgba(0, 104, 255, 0.5019607843);
  z-index: -1;
  left: -20px;
  right: -20px;
  top: -20px;
  bottom: -20px;
  border-radius: 50%;
  animation: zoom 1.9s linear infinite;
  animation-delay: 0.4s;
}
.fcta-zalo-nen-nut::before {
  content: "";
  position: absolute;
  border: 1px solid #0068ff;
  background: rgba(0, 104, 255, 0.5019607843);
  z-index: -1;
  left: -20px;
  right: -20px;
  top: -20px;
  bottom: -20px;
  border-radius: 50%;
  animation: zoom 1.9s linear infinite;
}
.fcta-zalo-nen-nut:hover .fcta-zalo-ben-trong-nut {
  opacity: 0;
}
.fcta-zalo-nen-nut:hover i {
  transform: scale(0.5);
  transition: all 0.5s ease-in;
}
.fcta-zalo-nen-nut:hover .fcta-zalo-text {
  transform: scaleX(1);
  opacity: 1;
}

div.fcta-zalo-mess {
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06), 0 2px 32px rgba(0, 0, 0, 0.16);
  position: fixed;
  bottom: 117px;
  left: 71px;
  z-index: 99;
  background: #fff;
  padding: 7px 15px 7px 29px;
  color: #0068ff;
  border-radius: 0px 50px 50px 0px;
  font-weight: 700;
  font-size: 15px;
}

.fcta-zalo-text {
  opacity: 0;
  position: absolute;
  top: 6px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  transform: scaleX(-1);
  transition: all 0.5s;
  line-height: 1.5;
}
.fcta-zalo-text a {
  text-decoration: none;
  color: #fff;
}

.fcta-zalo-mess span {
  color: #0068ff !important;
}

span#fcta-zalo-tracking {
  line-height: 1.5;
}

#module-on-mobile {
  width: 100%;
  /* Hiển thị phần tử trên thiết bị di động */
}
@media only screen and (max-width: 767px) {
  #module-on-mobile .module-item {
    background: white;
    width: 100%;
    border-radius: 0;
    color: #fff;
    height: 60px;
    line-height: 50px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    padding: 5px;
    margin: 0;
    box-shadow: 0 4px 10px 0 #000;
  }
  #module-on-mobile ul {
    list-style: none;
    padding: 0px;
    display: flex;
    margin: auto;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-around;
  }
  #module-on-mobile li {
    float: left;
    width: 20%;
  }
  #module-on-mobile a {
    border-radius: 5px;
    text-align: center;
    font-size: 10px;
    line-height: 15px;
    color: #515151;
    font-weight: 700;
    max-width: 72.19px;
    display: flex;
    max-height: 54px;
    text-decoration: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  #module-on-mobile a span {
    font-size: 11px;
  }
  #module-on-mobile img {
    width: 36px;
    height: 36px;
    border-radius: 100%;
    border: 2px solid transparent;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
  }
  @keyframes zoom {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.2);
    }
    100% {
      transform: scale(1);
    }
  }
}

#course .box-item .box-item-card {
  transition: transform 0.3s ease;
  background: none;
  margin: 10px;
}
#course .box-item .box-item-card .img-fluid-eq__wrap {
  width: 100%;
}
#course .box-item .box-item-card .img-fluid-eq__wrap .zoom-effect {
  height: 290px;
  -o-object-fit: cover;
     object-fit: cover;
}
#course .box-item .box-item-card .btn-sup {
  background: var(--primary-color);
  padding: 13px 10px;
  display: flex;
  justify-content: center;
  overflow: hidden;
  white-space: normal;
  text-overflow: clip;
  align-items: center;
}
#course .box-item .box-item-card .btn-sup h5 {
  font-size: 18px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#course .box-item .box-item-card:hover {
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}
#course .box-item .box-item-card:hover img {
  transform: scale(1.1);
  -webkit-transition: 0.3s all;
}

#customer-reviews {
  background-color: rgba(var(--primary-color), 0.5);
}
#customer-reviews .card-item {
  border-radius: 0px 30px;
  padding: 15px;
  box-shadow: rgba(0, 0, 0, 0.24) 1px 0px 8px 0px;
  transition: border-radius 0.3s ease-in-out;
  background-color: rgba(234, 155, 57, 0.3411764706);
}
#customer-reviews .card-item:hover {
  border-radius: 30px 0px;
}
#customer-reviews .card-item .card-top i {
  font-size: 40px;
  color: var(--primary-color);
}
#customer-reviews .card-item .card-top p {
  font-size: 16px;
  text-align: justify;
}
#customer-reviews .card-item .card-bottom img {
  border-radius: 50%;
}
#customer-reviews .title {
  padding: 20px 0px;
}

@media (max-width: 768px) {
  .customer-reviews .title h2 {
    margin-left: 25px;
  }
}
.container-xxxl {
  margin: 0 auto;
  max-width: 1650px;
  padding: 0 15px;
  width: 100%;
}

#slogan {
  background-attachment: fixed;
  background-size: cover;
}
@media (max-width: 768px) {
  #slogan {
    min-height: 130px;
    max-height: 56vh;
  }
}
#slogan .item {
  position: relative;
  width: 100%;
  min-height: 80vh;
}
@media (max-width: 768px) {
  #slogan .item {
    min-height: 56vh;
  }
}
#slogan .item .fill {
  position: absolute;
  top: 0;
  left: 0;
  min-height: 80vh;
  right: 0;
  bottom: 0;
  padding: 0 !important;
  margin: 0 !important;
  z-index: 1.5;
}
@media (max-width: 768px) {
  #slogan .item .fill {
    min-height: 56vh;
  }
}
#slogan .item .title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media (max-width: 768px) {
  #slogan .item .title {
    width: 100%;
  }
}

#why-us .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: #e2e8f0;
}
@media (max-width: 768px) {
  #why-us .item .ỉtem-inner-img {
    width: 30%;
  }
}
#why-us .item .item-inner-content h5 {
  text-align: center;
  font-size: 18px;
}
@media (max-width: 768px) {
  #why-us .item .item-inner-content h5 {
    font-size: 15px;
  }
}
#why-us .item .item-inner-content p {
  font-size: 16px;
  margin: 0px;
  text-align: center;
}
@media (max-width: 768px) {
  #why-us .item .item-inner-content p {
    font-size: 11px;
  }
}
@keyframes hoverShine {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}
.shine-animate {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.shine-animate::before {
  content: "";
  position: absolute;
  top: 0;
  left: -50%;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
  transition: left 0.8s ease;
}

.shine-animate-item:hover .shine-animate::before {
  left: 100%;
  z-index: 999999;
}
@keyframes hoverShine {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}
.primary-sidebar .widget-blog-categories .widget__inner ul {
  list-style: none;
  padding: 0px;
  padding: 0px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
}
.primary-sidebar .widget-blog-categories .widget__inner ul .cat-item {
  margin-bottom: 5px;
}
.primary-sidebar .widget-blog-categories .widget__inner ul .cat-item a {
  padding: 5px 25px;
  display: inline-block;
  text-align: center;
  border: 1px solid var(--bs-primary);
  border-radius: 10px;
}

.svg-icon svg {
  vertical-align: -0.125em;
  width: 1em;
  height: 1em;
  display: inline-block;
  fill: currentColor;
}

.form-control {
  font-size: 1em;
  outline: none;
  border-radius: 20px;
}
.form-control:not(.form-control-lg) {
  padding: 8px 15px;
}

.form-select {
  font-size: 1em;
}

.required:after {
  color: #cb4321;
  content: " *";
}

.dropdown-menu {
  font-size: 1em;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.primary-sidebar .widget-area .widget-sidebar .entry-meta {
  display: none;
}

.entry-meta {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  color: var(--primary-color);
}

p {
  font-size: 16px !important;
  line-height: 1.6em;
}
@media (max-width: 767px) {
  p {
    font-size: 14px !important;
  }
}

body .ck-content ul {
  list-style-type: disc;
  color: #000000;
}
body ul {
  color: #000000;
}
body figcaption {
  color: #000000;
}

.countdown-wrapper .header-countdown {
  color: #fff;
  font-size: 13px;
  border-radius: 3px;
  padding: 5px 10px;
  background-color: #cb4321;
}
.countdown-wrapper .header-countdown .svg-icon {
  font-size: 18px;
}
.countdown-wrapper .header-countdown .ends-text {
  font-weight: 600;
  line-height: 1;
}
.countdown-wrapper .expire-countdown .digits {
  font-weight: 600;
  font-size: 16px;
}
.countdown-wrapper .expire-countdown .text {
  display: none;
}
.countdown-wrapper .expire-countdown .divider {
  margin: 0 2px;
}
.countdown-wrapper .expire-countdown .divider:last-child {
  display: none;
}

.post-item__inner .card-item .post-item__content .entry-title .entry-title-h5 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.post-item__inner .card-item .post-item__content .description {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.widget-header {
  display: flex;
  justify-content: center;
}
.widget-header h2 {
  justify-content: center;
  display: inline-block;
  font-weight: bolder;
  text-transform: uppercase;
  color: var(--primary-color);
  text-align: center;
}
.widget-header .img-fluid-eq__wrap {
  justify-content: center;
}

.extra-links-wrapper .extra-links {
  align-items: center;
  list-style: none;
  padding: 4px 0;
  margin: 0;
}
.extra-links-wrapper .extra-links li {
  display: inline-block;
  padding: 0 10px;
  position: relative;
  flex-shrink: 0;
}
.extra-links-wrapper .extra-links li:first-child {
  padding-left: 0;
}
.extra-links-wrapper .extra-links li.view-all-btn {
  text-shadow: 0 0 #000;
}

.widget-featured-banners .featured-banner-item {
  border-radius: 10px;
  overflow: hidden;
}
.widget-featured-banners .featured-banner-item .img-fluid-eq__dummy {
  margin-top: 65%;
}
.widget-featured-banners .featured-banner-item .featured-banner-item__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.widget-product-categories .category__thumb .img-fluid-eq__dummy {
  margin-top: 70%;
}

.featured-brands-body .brand__thumb .img-fluid-eq__dummy {
  margin-top: 65%;
}

.img-fluid-eq__wrap {
  overflow: hidden;
  transition: transform 0.3s ease;
}
.img-fluid-eq__wrap .zoom-effect {
  transition: transform 0.3s ease;
}
.img-fluid-eq__wrap .zoom-effect:hover {
  transform: scale(1.1);
  transition: transform 0.3s ease;
}

.img-fluid-eq {
  display: inline-block;
  position: relative;
  width: 100%;
}
.img-fluid-eq .img-fluid-eq__dummy {
  margin-top: 100%;
}
.img-fluid-eq .img-fluid-eq__dummy.dummy-mt-3 {
  margin-top: 30%;
}
.img-fluid-eq .img-fluid-eq__dummy.dummy-mt-5 {
  margin-top: 50%;
}
.img-fluid-eq .img-fluid-eq__dummy.dummy-mt-6 {
  margin-top: 60%;
}
.img-fluid-eq .img-fluid-eq__dummy.dummy-mt-7 {
  margin-top: 70%;
}
.img-fluid-eq .img-fluid-eq__dummy.dummy-mt-8 {
  margin-top: 80%;
}
.img-fluid-eq .img-fluid-eq__dummy.dummy-mt-9 {
  margin-top: 90%;
}
.img-fluid-eq .img-fluid-eq__wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 10pxtit;
}
.img-fluid-eq .img-fluid-eq__wrap img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.img-cover {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.widget-socials-share {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
}
.widget-socials-share li {
  display: inline-block;
  margin-right: 7px;
  margin-bottom: 3px;
}
.widget-socials-share li:last-child {
  margin-right: 0;
}
.widget-socials-share .svg-icon {
  font-size: 15px;
  color: #fff;
}
.widget-socials-share a {
  display: block;
  width: 38px;
  height: 38px;
  line-height: 40px;
  text-align: center;
}
.widget-socials-share a.share-facebook {
  background-color: #4267b2;
}
.widget-socials-share a.share-twitter {
  background-color: #3eb0ff;
}
.widget-socials-share a.share-pinterest {
  background-color: #b10c0c;
}
.widget-socials-share a.share-google-plus {
  background-color: #cb1717;
}
.widget-socials-share a.share-linkedin {
  background-color: #0271ae;
}
.widget-socials-share a.share-vkontakte {
  background-color: #4c75a3;
}
.widget-socials-share a.share-whatsapp {
  background-color: #2ab200;
}
.widget-socials-share a.share-email {
  background-color: #cb1717;
}
.widget-socials-share a.share-tumblr {
  background-color: #3c586d;
}
.widget-socials-share a.share-instagram {
  background-color: #bc2a8d;
}
.widget-socials-share a .text {
  display: none;
}
.widget-socials-share.widget-socials__text li {
  margin-right: 4px;
}
.widget-socials-share.widget-socials__text li:last-child {
  margin-right: 0;
}
.widget-socials-share.widget-socials__text .svg-icon {
  font-size: 12px;
}
.widget-socials-share.widget-socials__text a {
  display: flex;
  align-items: center;
  width: auto;
  height: auto;
  line-height: 1;
  padding: 5px 7px;
  color: #fff;
  border-radius: 3px;
}
.widget-socials-share.widget-socials__text a .text {
  display: inline-block;
  margin: 1px 0 0 5px;
  font-size: 10px;
  font-weight: 700;
}

.progress {
  border-radius: 0;
  height: 0.6rem;
}
.progress .progress-bar {
  background-color: var(--primary-color);
}

.accordion .accordion-item .accordion-header .accordion-button {
  font-size: 1em;
  padding: 1.25rem 1.75rem;
}
.accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  color: var(--primary-color);
  box-shadow: none;
}

.pagination-numeric-short {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #000;
  margin-top: 80px;
}
.pagination-numeric-short > a {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  color: #ccc;
  margin: 0 20px;
}
.pagination-numeric-short > a:hover, .pagination-numeric-short > a:focus {
  border-color: var(--primary-color);
  color: var(--primary-color);
}
.pagination-numeric-short > a.disabled {
  pointer-events: none;
  opacity: 0.65;
}
.pagination-numeric-short input[type=number] {
  width: 50px;
  height: 35px;
  padding: 0;
  text-align: center;
  border-radius: 3px;
  margin-right: 8px;
  border: 1px solid #ddd;
}
.pagination-numeric-short input[type=number]::-webkit-inner-spin-button, .pagination-numeric-short input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.page-item .page-link {
  font-size: 16px;
  width: 40px;
  height: 40px;
  text-align: center;
  border: 1px solid #ccc;
  color: #000;
  margin-right: 7px;
  background-color: transparent;
  transition: ease 0.5s;
}
.page-item.active .page-link, .page-item:hover:not(.disabled) .page-link {
  border-color: var(--primary-color);
  background-color: var(--primary-color);
}

input[type=button],
input[type=reset],
input[type=submit] {
  font-size: 14px;
  font-weight: 700;
  line-height: 42px;
  border: 0;
  border-radius: 3px;
  padding: 0 36px;
  background-color: var(--primary-color);
  transition: 0.5s;
  outline: 0;
}

.search-form {
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #000;
  position: relative;
  max-width: 370px;
  margin: auto;
}
.search-form label {
  width: 100%;
  margin-bottom: 0;
}
.search-form .screen-reader-text {
  display: none;
}
.search-form .search-field {
  border: none;
  color: #000;
  width: 100%;
  background-color: #fff;
  padding: 9px 20px;
}
.search-form .search-submit {
  width: 42px;
  height: 42px;
  background: 0 0;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  border: none;
  text-indent: -9999px;
  z-index: 10;
  padding: 0;
}
.search-form:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 13px;
  transform: translateY(-50%);
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMS4wLjIsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAzMiAzMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzIgMzI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGQ9Ik0zMC4xOSAzMC42NTlsLTkuNTA5LTEwLjM3NGMyLjE0My0yLjI0MiAzLjMyLTUuMTczIDMuMzItOC4yODYgMC0zLjIwNS0xLjI0OC02LjIxOS0zLjUxNS04LjQ4NXMtNS4yOC0zLjUxNS04LjQ4NS0zLjUxNS02LjIxOSAxLjI0OC04LjQ4NSAzLjUxNS0zLjUxNSA1LjI4LTMuNTE1IDguNDg1IDEuMjQ4IDYuMjE5IDMuNTE1IDguNDg1IDUuMjggMy41MTUgOC40ODUgMy41MTVjMi43NjEgMCA1LjM4LTAuOTI3IDcuNTAxLTIuNjMzbDkuNTA5IDEwLjM3M2MwLjE1OCAwLjE3MiAwLjM3NCAwLjI1OSAwLjU5IDAuMjU5IDAuMTkzIDAgMC4zODctMC4wNzAgMC41NC0wLjIxIDAuMzI2LTAuMjk5IDAuMzQ4LTAuODA1IDAuMDQ5LTEuMTN6TTEuNiAxMmMwLTUuNzM1IDQuNjY1LTEwLjQgMTAuNC0xMC40czEwLjQgNC42NjUgMTAuNCAxMC40LTQuNjY1IDEwLjQtMTAuNCAxMC40LTEwLjQtNC42NjUtMTAuNC0xMC40eiI+PC9wYXRoPg0KPC9zdmc+DQo=);
  width: 18px;
  height: 18px;
}

.error-404 .search-form {
  max-width: 370px;
  margin: auto;
}

.page-breadcrumbs {
  padding: 19px 0;
}
.page-breadcrumbs .breadcrumb {
  margin-bottom: 0;
}

.page-header .page-breadcrumbs {
  background-color: #f5f5f5;
}

.faqs-nav-tab .nav-tabs {
  list-style-type: none;
  border-bottom: 0;
}
.faqs-nav-tab .nav-tabs .nav-link {
  font-size: 16px;
  color: #888;
  font-weight: 700;
  display: inline-block;
  border: 0;
  text-transform: uppercase;
}
.faqs-nav-tab .nav-tabs .nav-link.active {
  color: var(--primary-color);
}
.faqs-nav-tab .tab-content .tab-pane .faq-tab-wrapper {
  border-bottom: 1px solid #dee2e6;
}
.faqs-nav-tab .tab-content .tab-pane .col:last-child .faq-tab-wrapper:last-child {
  border: 0;
}

@media (min-width: 991px) {
  .faqs-nav-tab .nav-tabs {
    display: block;
  }
}
@media (min-width: 576px) {
  .tab-content .tab-pane .faq-tab-wrapper:last-child {
    border: 0;
  }
}
#faq-accordion .card-header {
  background: #fff;
  border-radius: 0;
  margin-bottom: -1px;
}
#faq-accordion .card-header h2 button {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  background: #fff;
  text-decoration: none !important;
  position: relative;
  display: block;
  width: 100%;
}
#faq-accordion .card-header h2 button::after {
  color: #ced4da;
  position: absolute;
  right: 0;
  top: -4px;
  border: 1px solid #ced4da;
  width: 40px;
  height: 40px;
  line-height: 30px;
  border-radius: 50%;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  background-position: center;
  transform: scale(0.7) !important;
  transition: transform 0.2s ease-in-out;
}
#faq-accordion .card-header h2 button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
}
#faq-accordion .card {
  border-bottom: 0;
  border-radius: 0;
}

.fb_dialog .fb_dialog_content iframe {
  bottom: 100px !important;
}

.input-group.input-group-with-text .form-control {
  border-right-width: 0;
  border-color: #ccc;
}
.input-group.input-group-with-text .input-group-text {
  background-color: #fff;
  color: var(--primary-color);
  font-size: 1em;
}

.form-check .form-check-input:checked {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.form-check .form-check-input:focus {
  border-color: var(--primary-color);
  box-shadow: none;
}

.lg-backdrop {
  z-index: 10001;
}

.lg-outer {
  z-index: 10002;
}

.coming-soon-page {
  height: 100vh;
  overflow: hidden;
}
.coming-soon-page .countdown-wrapper .expire-countdown {
  display: flex;
}
.coming-soon-page .countdown-wrapper .expire-countdown .digits {
  font-size: 45px;
  font-weight: 700;
  color: var(--primary-color);
  display: block;
  margin-bottom: 3px;
  line-height: 1;
}
.coming-soon-page .countdown-wrapper .expire-countdown .text {
  display: block;
  color: #666;
}
.coming-soon-page .countdown-wrapper .expire-countdown .timer {
  display: inline-block;
  text-align: center;
  margin-left: 5px;
  margin-right: 5px;
}
.coming-soon-page .countdown-wrapper .expire-countdown .divider {
  font-size: 26px;
  color: #aaa;
  margin: 0 10px;
}

@keyframes half-circle-spinner-animation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.half-circle-spinner {
  box-sizing: border-box;
  width: 60px;
  height: 60px;
  margin: 20px auto;
  border-radius: 100%;
  position: relative;
}
.half-circle-spinner * {
  box-sizing: border-box;
}
.half-circle-spinner .circle {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 3px solid transparent;
}
.half-circle-spinner .circle.circle-1 {
  border-top-color: var(--primary-color);
  animation: half-circle-spinner-animation 1s infinite;
}
.half-circle-spinner .circle.circle-2 {
  border-bottom-color: var(--primary-color);
  animation: half-circle-spinner-animation 1s infinite alternate;
}

.loading-container {
  background: rgba(0, 0, 0, 0.1);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  position: absolute;
  z-index: 10;
}

.product-attributes .attribute-values > ul {
  margin: 10px 0;
  padding-left: 0;
}

.ps-custom-scrollbar {
  max-height: 250px;
  overflow-y: auto;
}
.ps-custom-scrollbar .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: rgb(102, 102, 102);
}
.ps-custom-scrollbar .mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background: rgba(204, 204, 204, 0.9);
}
.ps-custom-scrollbar .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.ps-custom-scrollbar .mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  border-radius: 0 !important;
  opacity: 1 !important;
}

.customer-auth-page h2 {
  text-transform: capitalize;
  color: #555555;
  font-size: 14px;
  font-weight: 400;
  margin: 7px 0 20px;
}

.color-primary {
  color: var(--primary-color) !important;
}

.text-uppercase {
  text-transform: uppercase;
}

.color-swatch li:last-child,
.text-swatch li:last-child {
  margin-right: 0;
}

.btn-primary.btn-black {
  background-color: #000;
  color: #fff;
}

.breadcrumb li.breadcrumb-item.active {
  color: #000;
}
.breadcrumb li.breadcrumb-item a {
  color: #09c;
  line-height: 20px;
}

#product-quick-view-modal {
  z-index: 10000;
}
#product-quick-view-modal .product-button .add-to-cart-button {
  margin-right: 10px;
}
#product-quick-view-modal .product-button .quantity .qty {
  height: 46px;
}

.sticky-atc-wrap {
  z-index: 340;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.12);
  transition: transform 0.25s ease;
  transform: translate3d(0, 100%, 0);
  background: #fff;
  right: 0;
  padding-bottom: 10px;
  position: fixed;
  width: 100%;
}
.sticky-atc-wrap.sticky-atc-shown {
  transform: translate3d(0, 0, 0);
}
.sticky-atc-wrap .product-button .quantity {
  flex: 0 1 80px;
}
.sticky-atc-wrap .sticky-atc-btn {
  width: 100%;
  display: flex;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 0.5rem;
}
.sticky-atc-wrap .sticky-atc-btn .btn {
  width: 100%;
  margin: 0;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  padding: 0.5rem;
}

@media (max-width: 1024px) {
  .sticky-atc-wrap {
    bottom: 48px;
  }
  header.header--product {
    display: none;
  }
  header.header--product.header--sticky {
    visibility: hidden;
    opacity: 0;
    height: 0;
  }
}
@media (max-width: 767px) {
  .product-detail-container .product-button .quantity {
    flex: none;
    width: 100%;
  }
  .product-detail-container .product-button .add-to-cart-button {
    margin-right: 0;
    flex: none;
    max-width: 100%;
    width: 100%;
  }
  .product-detail-container .product-details .product-entry-meta {
    display: block;
  }
  .product-detail-container .product-details .product-entry-meta .star-rating-wrapper {
    margin-top: 10px;
  }
  .widget-product-deals-day .widget-header {
    margin-right: 0;
  }
  .widget-product-deals-day .countdown-wrapper .header-countdown {
    padding: 1px 5px;
    margin: 0;
  }
  .widget-product-deals-day .arrows-top-right .arrows-wrapper {
    top: -42px;
  }
  .section-banner-wrapper .banner-medium .banner-item__image {
    height: auto;
  }
}
.product-categories-body .arrows-wrapper .slick-arrow.slick-next-arrow, .product-categories-body .arrows-wrapper .slick-arrow.slick-prev-arrow,
.featured-brands__body .arrows-wrapper .slick-arrow.slick-next-arrow,
.featured-brands__body .arrows-wrapper .slick-arrow.slick-prev-arrow,
.product-deals-day__body .arrows-wrapper .slick-arrow.slick-next-arrow,
.product-deals-day__body .arrows-wrapper .slick-arrow.slick-prev-arrow {
  background-color: #f3f3f3;
  color: #000;
  border-color: rgba(2, 1, 1, 0);
}

.bg-light .arrows-wrapper .slick-arrow.slick-next-arrow, .bg-light .arrows-wrapper .slick-arrow.slick-prev-arrow {
  border: 1px solid #ddd;
  background-color: #fff;
}

.product-categories-body .slick-list,
.featured-brands__body .slick-list {
  margin: 0 -15px;
}

.header--product {
  visibility: hidden;
  opacity: 0;
  height: 0;
}
.header--product .navigation {
  transition: transform 0.25s ease;
  transform: translateY(-50%);
}
.header--product.header--sticky {
  visibility: visible;
  opacity: 1;
  height: auto;
}
.header--product.header--sticky .navigation {
  padding: 12px 0;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  border-bottom: 1px solid #eaeaea;
  transform: translateY(0);
}
.header--product .ps-product--header-sticky {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
.header--product .ps-product--header-sticky > * {
  flex-basis: 100%;
}
.header--product .ps-product--header-sticky .ps-product__content {
  max-width: 500px;
  margin-right: 25px;
}
.header--product .ps-product--header-sticky .ps-product__title {
  display: block;
  font-size: 20px;
  line-height: 1;
  font-weight: 400;
  margin: 0 0 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.header--product .ps-product--header-sticky ul {
  padding: 0;
  margin: 0;
}
.header--product .ps-product--header-sticky ul li {
  display: inline-block;
  margin-right: 20px;
}
.header--product .ps-product--header-sticky ul li a {
  font-weight: 600;
  color: var(--text-color);
}
.header--product .ps-product--header-sticky ul li a:hover {
  color: var(--primary-color);
}
.header--product .ps-product--header-sticky ul li.active a {
  color: var(--primary-color);
}
.header--product .ps-product--header-sticky ul li:last-child {
  margin-right: 0;
}
.header--product .ps-product--header-sticky .ps-product__thumbnail {
  max-width: 60px;
}
.header--product .ps-product--header-sticky .ps-product__shopping {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header--product .ps-product--header-sticky .ps-product__wrapper {
  padding-left: 20px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
.header--product .ps-product--header-sticky .add-to-cart-button {
  min-width: 150px;
}

body.show-admin-bar .header--product.header--sticky .navigation {
  top: 40px;
}

#back2top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  background-color: #222;
  border-radius: 3px;
  z-index: 1000;
  transition: ease 0.3s;
  visibility: hidden;
  opacity: 0;
}
#back2top svg {
  z-index: 10001;
  font-size: 14px;
}
#back2top:hover {
  cursor: pointer;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
#back2top.active {
  bottom: 30px;
  visibility: visible;
  opacity: 1;
}

@media (max-width: 1780px) {
  #back2top.active {
    bottom: 120px;
  }
}
@media (max-width: 767px) {
  #back2top.active {
    bottom: 70px;
  }
  .single-product #back2top.active {
    bottom: 120px;
  }
}
.products-with-border .product-inner {
  background-color: #fff;
  border-width: 1px 0 1px 1px;
  border-color: #c9c9c9;
}
.products-with-border .product-inner:last-child {
  border-right-width: 1px;
}

.button-loading {
  border: 1px solid #c4cdd5;
  cursor: default;
  text-shadow: none;
  color: transparent !important;
  position: relative;
  transition: border-color 0.2s ease-out;
}

.button-loading,
.button-loading:hover,
.button-loading:focus,
.button-loading:active {
  color: transparent;
}

.button-loading:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  margin-top: -9px;
  margin-left: -9px;
  width: 18px;
  height: 18px;
  animation: button-loading-spinner 1s linear infinite;
  border-color: #ffffff;
  border-bottom-color: transparent;
}
@keyframes button-loading-spinner {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.toast {
  top: 100px;
}
.toast.toast--error {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.toast.toast--success {
  background-color: #bff9d0;
  color: #299c77;
  border-color: #c3e6cb;
}
.toast .toast-message {
  margin-left: 10px;
}
.toast .btn-close {
  text-shadow: 0 1px 0 #fff;
  font-size: 10px;
  opacity: 0.5;
  outline: none !important;
  border: none !important;
}
.toast .btn-close:hover {
  cursor: pointer;
  opacity: 0.75;
}

body.show-admin-bar .toast {
  top: 140px;
}

.text-link {
  color: var(--primary-color);
}

#store-short-description,
#store-content {
  display: inline-block;
}

.brand__desc p,
.brand__desc span {
  font-weight: 700 !important;
  font-size: 1.25rem;
  margin-bottom: 0;
}

.compare-page-content table .btn-primary {
  padding: 0.55rem 0.5rem;
}
.compare-page-content table .attribute-values ul {
  padding-left: 0;
}

.footer-payments img {
  max-height: 30px;
}

.product-gallery__variants {
  float: none;
  max-width: 100%;
  padding: 0 40px;
  position: relative;
  width: 100%;
  min-width: 60px;
}
.product-gallery__variants .slick-slide .item .border {
  text-align: center;
}
.product-gallery__variants .slick-slide .item .border img {
  display: inline-block;
}

.header .header-top .header-info > ul > li a,
.header .header-top .header-info > ul > li .language-dropdown-active,
.header-recently-viewed .recently-title,
.header-recently-viewed .recent-icon {
  color: var(--header-text-color);
}

.card-social-login-container .social-login-text {
  position: relative;
}
.card-social-login-container .social-login-text .login-text {
  text-align: center;
  position: relative;
  margin: 15px 0 10px;
}
.card-social-login-container .social-login-text:before, .card-social-login-container .social-login-text:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 1px;
  width: 34%;
  background-color: #e5e5e5;
}
.card-social-login-container .social-login-text:after {
  left: auto;
  right: 0;
}
.card-social-login-container .card-social-login-content .sl-button {
  vertical-align: top;
  border-radius: 4px;
  color: #fff;
  display: flex;
}
.card-social-login-container .card-social-login-content svg {
  height: 24px;
  width: 24px;
  vertical-align: top;
}
.card-social-login-container .card-social-login-content .sl-button-google,
.card-social-login-container .card-social-login-content .sl-button-linkedin {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
  color: rgba(0, 0, 0, 0.54);
}
.card-social-login-container .card-social-login-content .sl-button-facebook {
  background-color: #1877f2;
  box-shadow: inset 0 0 0 1px #1877f2;
}
.card-social-login-container .card-social-login-content .sl-button-github {
  background-color: #0d1117;
  box-shadow: inset 0 0 0 1px #0d1117;
}
.card-social-login-container .card-social-login-content .sl-button-label-container {
  margin: 0 24px 0 12px;
  padding: 10px 0;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.25px;
  overflow: hidden;
  text-align: center;
  text-overflow: clip;
  white-space: nowrap;
  flex: 1 1 auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none;
  display: inline-block;
}
.card-social-login-container .card-social-login-content .sl-button-svg-container {
  flex: 0 0 auto;
  padding: 8px;
  display: flex;
  align-items: center;
}

.footer-widgets .widget.widget-custom-menu ul li a img {
  vertical-align: top;
  margin-top: 5px;
}

.product-gallery--with-images img {
  opacity: 0;
}
.product-gallery--with-images .slick-slide img {
  opacity: 1;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .blog-page-content .post-item__image {
    margin-bottom: 20px;
  }
  .blog-page-content .post-item__image img {
    max-width: 100%;
  }
  .store-toolbar__view {
    display: none !important;
  }
}
#footer .subscribe-form .input-group {
  margin-bottom: 10px;
}

.product-gallery .product-gallery__variants .slick-arrow {
  top: auto;
  bottom: -30px;
  left: calc(50% - 17px);
  right: 0;
  background: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
  border: none;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  width: 34px;
  height: 34px;
  line-height: 34px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}
.product-gallery .product-gallery__variants .slick-arrow.slick-prev-arrow {
  top: 5px;
}
.product-gallery .product-gallery__variants .slick-slide.slick-active.slick-current .border {
  border-color: var(--primary-color) !important;
}

.menu--product-categories .menu--dropdown > li > a {
  padding-inline-end: 25px;
}

.product-detail-container .product-details .product-price {
  font-size: 24px;
  display: flex;
  justify-content: start;
}
.product-detail-container .product-details .product-price .product-price-original bdi {
  font-size: 24px;
  display: flex;
  justify-content: start;
}

@media (max-width: 768px) {
  .product-gallery .product-gallery__variants .slick-arrow {
    top: 14px;
    left: 0;
    bottom: 0;
    transform: rotate(270deg);
  }
  .product-gallery .product-gallery__variants .slick-arrow.slick-prev-arrow {
    top: 14px;
  }
  .product-gallery .product-gallery__variants .slick-arrow.slick-next-arrow {
    left: auto;
    right: 10px;
  }
}
.product-details .product-attributes .attribute-values {
  margin-bottom: 10px;
}
.product-details .product-attributes .attribute-values .dropdown-swatch, .product-details .product-attributes .attribute-values label {
  width: 100%;
}
