/* Import Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

body {
  /*font-family: 'Helvetica for Target', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;*/
  background-color: #ffffff;
  color: #000000;
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  color: #000000;
  margin: 0 0 0.5em 0;
  font-family: 'Helvetica for Target', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
}

h1{
  font-weight: 700;
}

::-moz-selection { 
  color: #ffffff;
  background: #e9191f;
}

::selection {
  color: #ffffff;
  background: #e9191f;
}
.mt25 {
  margin-top: 25px;
}
.my20 {
  margin: 20px;
}
.mt20mb40 {
  margin: 20px 0 40px;
}
span.fbold {
    font-weight: 600;
}
img.img-res {
  max-width: 100%;
  height: auto !important;
}
.mb-0 {
  margin-bottom: 0;
}
.mb10 {
  margin-bottom: 10px !important;
}
p.mb10 {
  margin-bottom: 10px !important;
}
p.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px;
}
.pt80 {
  padding-top: 80px;
}
.pb80 {
  padding-bottom: 80px;
}
.pt80pb0 {
  padding: 80px 0  0 0;
}
.my10 {
  margin: 10px 0;
}
.my20 {
  margin: 20px 0;
}
.bg-light-beige{
  background-color: #eee8e1;
}

footer#footer {
    border-top: 1px solid #eee;
}
.bg-red {
  background-color: red;
}
.py20 {
  padding: 20px 0;
}
.card-product {
  border: 1px solid #d9dae1;
  border-radius: 10px;
  /*padding: 10px 15px;*/
  overflow: hidden;
}

.card-product:hover {
  border: 2px solid var(--primary);
}

h6.fsubt {
  font-size: 14px;
}
ul.mb10 {
  margin-bottom: 10px;
}
p.address {
  line-height: 19px;
  margin-bottom: 8px;
}
span.icon-circle i {
    margin: auto;
    padding: 0;
    text-align: center;
    font-size: 16px !important;
}
span.fr a, 
span.fr p {
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
    color: var(--secondary);
}
ul.footer-info span.fr {
  width: 90%;
  padding-left: 10px;
}
span.icon-circle {
    width: 30px;
    height: 30px;
    background: #e6e6e6;
    display: flex;
    border-radius: 50%;
    vertical-align: middle;
    align-items: center;
}
p.desc {
    padding: 0 0 10px 0 !important;
    display: block;
    line-height: 19px;
    color: #5c5c5c;
    font-size: 15px;
}
h6.follow {
  margin:  10px 0;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
}
a.social-xhs:hover {
    background: #e9191e;
    border: 1px solid #e9191e;
}
a.social-xhs:hover img {
  filter: brightness(0) invert(1);
}
span.knum {
  font-size: 22px;
  font-weight: 600;
}
.videoad {
  border-radius: 10px;
  margin-bottom: 30px;
}

.videoad video {
  border-radius: 10px;
}

.authorwrap .author {
  margin-bottom: 0 !important;
}
.authorwrap {
    display: flex;
    align-items: center;
}
.authorwrap .thumb {
    position: relative;
    z-index: 1;
}
.testimonial-style-one-item .authorwrap {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.profile-bottom {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: bold;
    color: white;
    font-family: Arial, sans-serif;
}
.profile {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: bold;
    color: white;
    font-family: Arial, sans-serif;
}
.thumb .profile::before {
  background-color: #fff;
  content: "";
}
.thumb .profile::after {
    position: absolute;
    right: 5px;
    top: 10px;
    content: "";
    height: 25px;
    width: 25px;
    background-image: url(../images/icons/icon-google.svg);
    background-color: var(--bg-white);
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80%;
    z-index: 999;
}
/* Random Background Colors */
.profile[data-letter="A"] { background-color: #f44336; }  /* Red */
.profile[data-letter="B"] { background-color: #9C27B0; }  /* Purple */
.profile[data-letter="C"] { background-color: #3F51B5; }  /* Indigo */
.profile[data-letter="D"] { background-color: #2196F3; }  /* Blue */
.profile[data-letter="E"] { background-color: #009688; }  /* Teal */
.profile[data-letter="F"] { background-color: #4CAF50; }  /* Green */
.profile[data-letter="G"] { background-color: #FFC107; }  /* Amber */
.profile[data-letter="H"] { background-color: #FF5722; }  /* Deep Orange */
.profile[data-letter="I"] { background-color: #795548; }  /* Brown */
.profile[data-letter="J"] { background-color: #607D8B; }  /* Blue Grey */
.profile[data-letter="K"] { background-color: #E91E63; }  /* Pink */
.profile[data-letter="L"] { background-color: #673AB7; }  /* Deep Purple */
.profile[data-letter="M"] { background-color: #00BCD4; }  /* Cyan */
.profile[data-letter="N"] { background-color: #8BC34A; }  /* Light Green */
.profile[data-letter="O"] { background-color: #FFEB3B; }  /* Yellow */
.profile[data-letter="P"] { background-color: #CDDC39; }  /* Lime */
.profile[data-letter="Q"] { background-color: #FF9800; }  /* Orange */
.profile[data-letter="R"] { background-color: #9E9E9E; }  /* Grey */
.profile[data-letter="S"] { background-color: #E91E63; }  /* Pink */
.profile[data-letter="T"] { background-color: #3F51B5; }  /* Indigo */
.profile[data-letter="U"] { background-color: #9C27B0; }  /* Purple */
.profile[data-letter="V"] { background-color: #4CAF50; }  /* Green */
.profile[data-letter="W"] { background-color: #FFC107; }  /* Amber */
.profile[data-letter="X"] { background-color: #FF5722; }  /* Deep Orange */
.profile[data-letter="Y"] { background-color: #607D8B; }  /* Blue Grey */
.profile[data-letter="Z"] { background-color: #9E9E9E; }  /* Grey */

.profiles-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.floating_btn {
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  border-radius: 50%; 
  transition: all 0.3s ease; 
}

.floating_btn:hover {
  transform: scale(1.1); /* Scale up on hover for a visual effect */
}

@keyframes pulsing {
  to {
    box-shadow: 0 0 0 15px rgba(232, 76, 61, 0);
  }
}

.contact_icon {
  background-color: #42db87;
  color: #fff;
  width: 60px;
  height: 60px;
  font-size:30px;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translatey(0px);
  animation: pulse 1.5s infinite;
  box-shadow: 0 0 0 0 #42db87;
  -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  font-weight: normal;
  font-family: sans-serif;
  text-decoration: none !important;
  transition: all 300ms ease-in-out;
}


.text_icon {
  margin-top: 8px;
  color: #707070;
  font-size: 13px;
}
ul.store-details li:not(:last-child) {
  margin-bottom: 10px;
}
ul.store-contact li:not(:last-child) {
  margin-bottom: 2px;
}  
span.store-title {
  font-weight: 600;
}
a.btn-map {
  border-radius: 50px;
  background: #0d9201;
  /*
    padding: 5px;
    border:  1px solid #000;
    padding: 5px 10px 5px 5px;
  */
}
a.btn-map:hover {
  background: #000;
  color: #fff;
}
a.btn-map img {
  max-width: 100%;
  height: 30px;
  border-radius: 100%;
  /*margin-right: 6px;*/
}
.btn-maps a:not(:last-child) {
  margin-right: 5px;
}
img.xhs {
  padding: 3px;
}
.tf-top-bar_left a {
    color: #fff;
    font-weight: 400;
}
.tf-top-bar_left a:hover {
    text-decoration: underline;
}
.brdcard .blog-article-item {
  margin-bottom: 0;
}
.storecard {
  background: #fff;
  padding: 20px;
  border:  1px solid rgba(0,0,0,.2);
  border-radius: 25px;
}
.brdcard {
  margin-bottom: 20px;
}

.separator {
  display: flex;
  align-items: center;
}
.separator .line {
  height: 1px;
  flex: 1;
  background-color: #dee2e6;
}
.separator p {
  padding: 0 1rem;
}

.b-flying-img {
  position: absolute;
  width: 200px;
  height: 200px;
  top: 0;
  left: 0;
  z-index: 5;
  animation: fly 0.8s 1;
  -webkit-animation: fly 0.8s 1;
  -webkit-backface-visibility: hidden;
}
@keyframes fly {
  0% {
    -moz-transform: rotate(0deg);
    /* Для Firefox */
    -ms-transform: rotate(0deg);
    /* Для IE */
    -o-transform: rotate(0deg);
    /* Для Opera */
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    /* Для Firefox */
    -ms-transform: rotate(360deg);
    /* Для IE */
    -o-transform: rotate(360deg);
    /* Для Opera */
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes fly {
  0% {
    -webkit-transform: rotate(0deg);
    /* Для Safari, Chrome, iOS */
  }
  100% {
    -webkit-transform: rotate(360deg);
    /* Для Safari, Chrome, iOS */
  }
}

@supports (view-transition-name: none) {
  ::view-transition-group(cart-dot) {
    animation-duration: 0.6s;
    animation-timing-function: ease-in;
  }

  ::view-transition-old(cart-counter) {
    animation: toDown 0.15s cubic-bezier(0.4, 0, 1, 1) both;
  }

  ::view-transition-new(cart-counter) {
    animation: fromUp 0.15s cubic-bezier(0, 0, 0.2, 1) 0.15s both;
  }
}

@keyframes toDown {
  from {
    transform: translateY(0);
    opacity: 1;
  }
  to {
    transform: translateY(4px);
    opacity: 0;
  }
}

@keyframes fromUp {
  from {
    transform: translateY(-3px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@media (prefers-reduced-motion) {
  ::view-transition-group(*),
  ::view-transition-old(*),
  ::view-transition-new(*) {
    animation: none !important;
  }
}

@supports not (view-transition-name: none) {
  .banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fae588;
    text-align: center;
    z-index: 5;
  }

  .banner__inner {
    padding: 1rem 2rem;
    max-width: 500px;
    margin: 0 auto;
  }

  .banner {
    display: block !important;
  }
}

.product__dot {
  width: 50px;
  aspect-ratio: 1;
  background-color: #099200;
  border-radius: 100%;
  position: absolute;
  z-index: -1;
}

.shopping-bag__counter {
  aspect-ratio: 1;
  background-color: #111;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 100%;
  position: absolute;
  bottom: -5px;
  right: -8px;
  z-index: 4;
}

.shopping-bag__counter span {
  width: 3ch;
  color: #fff;
}

.bg-success {
  --bs-bg-opacity: 1;
  background: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning {
  --bs-bg-opacity: 1;
  background: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.bg-info {
  --bs-bg-opacity: 1;
  background: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger {
  --bs-bg-opacity: 1;
  background: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.variant-picker-item .variant-picker-values label.add-ons-text{
  height: 100%;
  padding: 15px 15px;
  border-radius: 15px;
}

.variant-picker-item .variant-picker-values label.add-ons-text > strong{
  font-size: 18px;
  display: block;
  margin-bottom: 10px;
}

.variant-picker-item .variant-picker-values input:checked + label.add-ons-text:not(.color-btn) strong,
.variant-picker-item .variant-picker-values input:checked + label.add-ons-text:not(.color-btn) p {
  color: var(--white);
}

/**whatsapps button**/

.whats-float {
    position: fixed;
    transform: translate(108px, 0px);
    right: 0;
    width: 160px;
    overflow: hidden;
    background-color: #25D366;
    color: #FFF;
    z-index: 1000;
    transition: all 0.5s ease-in-out;
    vertical-align: middle;
    border-radius: 50px 0 0 50px;
    bottom: 15%;
}

.whats-float a{
  display: flex;
  align-items: center;
}
.whats-float a span {
    color: white;
    font-size: 10px;
    line-height: 15px;
    font-weight: bolder;
    font-size: 14px;
}

.whats-float i {   
    font-size: 30px;
    color: white;
    transform: rotate(0deg);
    transition: all 0.5s ease-in-out;
    text-align: center;
    padding: 15px;

}

.whats-float:hover,
.whats-float:active,
.whats-float:focus {
    color: #FFFFFF;
    transform:translate(0px,0px);
    background:#00b644;
}

.whats-float:hover i  {
    transform:rotate(360deg);
}
.whats-float i {
    animation: pulse 5s infinite; /* Adjust animation duration as needed */
}
/**end whatsapps button**/

.widget-wrap-checkout .checkout-product-item .content p{
  font-size: 16px;
  font-weight: 600;
}

ul.wrap-checkout-product li:not(:first-child){
  border-top: .5px solid #eee;
  padding-top: 15px;
}

#header .box-nav-ul .item-link .icon.icon-account{
  font-size: 20px;
}

.box-nav-ul .nav-account .submenu-default{
  left: unset;
  right: 0;
}

#header .nav-icon li .sub-menu li{
  display: block;
}

#header .box-nav-ul .nav-icon-item.item-link::before{
  height: 0;
}

.menu-item.nav-account .sub-menu li:last-child{
  border-top: 1px solid #eee;
  padding-top: 14px;
}

.box-nav-ul .nav-account .sub-menu{
  min-width: 220px;
}
.box-nav-ul .nav-account .sub-menu li a{
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 15px;
}

.nav-pills {
  background: #f8f9fa;
  border-radius: 0.5rem;
}

.nav-pills .nav-link{
  color: #8486a7;
}

.nav-pills > a > span{
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.nav-pills > a > span > i{
  font-size: 18px;
  width: 18px;
  height: 18px;
}

.nav-pills .nav-link {
    border-radius: var(--bs-nav-pills-border-radius);
    padding: 15px;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: #0b9201;
}

.nav-tabs {
    --bs-nav-tabs-border-width: var(--bs-border-width);
    --bs-nav-tabs-border-color: var(--bs-border-color);
    --bs-nav-tabs-border-radius: var(--bs-border-radius);
    --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
    --bs-nav-tabs-link-active-color: var(--bs-primary);
    --bs-nav-tabs-link-active-bg: var(--bs-secondary-bg);
    --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-secondary-bg);
    border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}
.nav-justified > .nav-link, .nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
}

.tf-toolbar-bottom{
  transition: all .5s ease-in-out;
}

ul.privacy-list > li:last-child{
  margin-bottom: 20px;
}

ul.refund-list{
  padding-left: 1rem;
  margin-bottom: 2rem;
}

ul.refund-list,
ul.refund-list li{
  list-style-type: disc;
  color: rgb(134, 134, 134);
}

/**reviews**/
.rbox {
  overflow: hidden;
}
.pagination-reviews {
    display: block;
    position: relative !important;
    margin-top: 20px !important;
}

/*#reviews-swiper{
  overflow-x: hidden;
}*/
.testimonial-header{
  box-sizing: border-box !important;
  outline: none !important;
  margin: 0;
}

.testimonial-header-container{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: transparent;
  padding: 0px 0px 4px;
  gap: 20px;
  justify-content: center;
  text-align: center;
  margin-bottom: 30px;
}

.testimonial-header-title{
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    white-space: nowrap;
    color: rgb(17, 17, 17);
    font-size: 20px;
}

.testimonial-header-svg{
  display: block;
  object-fit: contain;
  height: 36px;
  margin-right: 10px;
}

.testimonial-header-info{
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
}

.testimonial-header-info-container{
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    justify-content: left;
}

.testimonial-header-info-rating{
  font-weight: 700;
  line-height: normal;
  font-size: 20px;
  color: rgb(17, 17, 17);
  word-break: normal !important;
  margin-right: 8px;
}

.testimonial-header-info-rating-bar{
  display: inline-flex;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  align-items: center;
  margin-right: 10px;
}

.testimonial-header-info-rating-outer{
  position: relative;
  height: 20px;
}

.testimonial-header-info-rating-inner{
  inset: 0px;
  margin: auto;
  line-height: 0;
}

.testimonial-header-info-rating-inner > img{
    width: 110px;
}

.testimonial-header-info-reviews{
    overflow: hidden;
    font-weight: 400;
    line-height: 1.8;
    align-self: flex-end;
    font-size: 12px;
    color: rgba(17, 17, 17, 0.5);
    display: flex;
    height: 100% !important;
}

#reviews-swiper .swiper-slide{
  display: flex;
  flex-direction: column;
  position: relative;
  box-sizing: border-box;
  flex-grow: 1;
  transition: background-color 0.1s;
  background-color: #fff;
  border-radius: 24px;
  padding: 24px;
  min-height: 230px;
}

.testimonial-reviews-author-container{
  display: flex;
  flex-wrap: nowrap;
  max-width: 100%;
  margin-bottom: 12px;
}

.testimonial-reviews-author-avatar-container{
  width: 40px;
  height: 40px;
  position: relative;
  align-self: flex-start;
  margin-right: 12px;
}

.testimonial-reviews-author-avatar{
  position: relative;
  width: 40px;
  height: 40px;
  box-shadow: rgba(17, 17, 17, 0.1) 0px 0px 2px inset;
  border-radius: 50%;
  overflow: hidden;
}

.testimonial-reviews-author-avatar span{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 600;
  height: 100%;
  color: white;
}

.avatar-color-1{
  background-color: #aa47bc;
}

.avatar-color-2{
  background-color: #7a1fa2;
}

.avatar-color-3{
  background-color: #78909d;
}

.avatar-color-4{
  background-color: #465a66;
}

.avatar-color-5{
  background-color: #ec417a;
}

.avatar-color-6{
  background-color: #c2175b;
}

.avatar-color-7{
  background-color: #689f3a;
}

.avatar-color-8{
  background-color: #0189d2;
}

.avatar-color-9{
  background-color: #8d6e63;
}

.avatar-color-10{
  background-color: #ec4e1d;
}

.testimonial-reviews-author-avatar img{
  display: inline-block !important;
  position: static !important;
  margin: 0px !important;
  padding: 0px !important;
  max-width: none !important;
  height: inherit !important;
  width: inherit !important;
  visibility: visible !important;
  object-fit: cover;
}

.testimonial-reviews-author-source-container{
  bottom: -6px;
  right: -6px;
  position: absolute !important;
}

.testimonial-reviews-author-source-icon{
  width: 24px;
  height: 24px;
}

.testimonial-reviews-author-source-img{
    display: block;
    object-fit: contain;
    width: 24px;
    height: 24px;
}

.testimonial-reviews-author-info {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  align-items: center;
  min-width: 0px;
  max-width: 100%;
}

.testimonial-reviews-author-info span{
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;a
  margin-right: 5px;
}

.testimonial-reviews-author-badge{
  width: 14px;
  height: 14px;
}

.testimonial-reviews-info-container{
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  justify-content: left;
  flex-flow: column;
}

.testimonial-reviews-info-rating-container{
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  justify-content: left;
  width: 100%;
  margin-bottom: 6px;
}

.testimonial-reviews-info-rating-content{
  display: inline-flex;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  align-items: center;
}

.testimonial-reviews-info-rating-outer{
  position: relative;
  width: 18px;
  height: 18px;
}

.testimonial-reviews-info-rating-inner{
  position: absolute;
  inset: 0px;
  margin: auto;
  line-height: 0;
  width: 100px;
}

.testimonial-reviews-info-comment{
  -webkit-line-clamp: 4;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
  width: 100%;
  color: #415560;
  font-size: 14px;
  line-height: 19px;
}
/**end review**/

.btn-review{
  border-radius: 24px;
  border-color: rgba(0, 0, 0, 0);
  line-height: 1.32;
  color: rgb(255, 255, 255);
  font-family: inherit;
  font-weight: bold;
  font-size: 14px;
  background-color: rgb(25, 123, 255);
  border-width: 2px;
}

img.logo-gif {
  width: 138px;
  margin: 0 auto;
  max-width: 100%;
  display: block;
}

span.strong {
  font-weight: 600;
}
/*
.icon-gif {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  align-items: center;
}
*/

.icon-gif img {
  width: 60px !important;
  height: auto;
  margin:  auto;
}


.address-list-main {
  padding: 0 0 66px;
}
.address-list-main .address-article-item {
  margin-bottom: 37px;
}
.address-list-main .wg-pagination {
  margin-top: 57px;
}

.address-article-item {
  margin-bottom: 37px;
}
.address-article-item .article-thumb {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.address-article-item .article-thumb a {
  width: 100%;
  height: 100%;
}
.address-article-item .article-thumb a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s;
}
.address-article-item .article-thumb a:hover img {
  transform: scale(1.1);
}
.address-article-item .article-thumb.h-460 {
  height: 460px;
}
.address-article-item .article-label {
  position: absolute;
  bottom: 18px;
  left: 18px;
  text-transform: uppercase;
  display: flex;
  gap: 10px;
}
.address-article-item .article-label a {
  background-color: var(--white);
  color: var(--main);
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  padding: 0 16px;
  height: 30px;
  border-color: var(--white);
}
.address-article-item .article-content {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-top: 30px;
}
.address-article-item .article-title a {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  color: var(--main);
}
.address-article-item .article-title h4 {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  color: var(--main);
}
.address-article-item .article-title a:hover {
  color: #099200;
}
.address-article-item.style-sidebar {
  display: flex;
  gap: 17px;
  margin-bottom: 0;
}
.address-article-item.style-sidebar .article-thumb {
  width: 92px;
  flex-shrink: 0;
}
.address-article-item.style-sidebar .article-thumb a {
  height: 88px;
}
.address-article-item.style-sidebar .article-content {
  padding-top: 0;
}
.address-article-item.style-sidebar .article-content .article-label {
  position: unset;
}
.address-article-item.style-sidebar .article-content .article-label a {
  background-color: rgb(242, 242, 242);
}
.address-article-item.style-sidebar .article-content .article-title a {
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
}
.address-article-item.style-row {
  display: flex;
  align-items: center;
  gap: 69px;
  margin-bottom: 0;
  padding: 30px 0px;
  border-bottom: .5px solid #999;
  border-top: .5px solid #999;
}
.address-article-item.style-row .article-thumb {
  width: 421px;
  height: 406px;
  flex-shrink: 0;
}
.address-article-item.style-row .article-thumb a {
  height: 406px;
}
.address-article-item.style-row .article-content {
  padding-top: 0;
}
.address-article-item.style-row .article-content .article-label {
  position: unset;
}
.address-article-item.style-row .article-content .article-label a {
  background-color: var(--primary);
  color: #ffffff;
  border: 1px solid var(--line);
}
.address-article-item.style-row .article-title a {
  font-size: 16px;
  line-height: 19px;
}
.address-article-item.style-row .article-btn {
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.address-article-item.style-row .article-btn .fieldset-radio,
.box-checkbox{
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
}
.address-article-item.style-row .article-btn .fieldset-radio input{
  width: 24px;
  height: 24px;
  border-radius: 50%;
}

.widget-tabs.style-two-col .widget-menu-tab .item-title span{
  text-wrap: nowrap;
}

.canvas-address {
  max-width: 500px;
  padding-top: 15px;
}

.canvas-address .tf-search-head .title{
  font-size: 20px;
  line-height: 1;
}

.tf-select{
  height: auto;
}

.tf-dropdown-sort{
  padding: 12px 18px;
}

.toastify{
  max-width: calc(80% - 20px);
}

.cart-icon {
    font-size: 80px;
    color: #888;
}

.contact-map iframe{
  width: 100%;
}


.billing_form .same_as_fieldset:has(input#same_as_shipping:checked) ~ .billing_div{
  opacity: 0;
  max-height: 0;
  transition: all .5s ease-in-out;
}

.billing_form .same_as_fieldset:has(input#same_as_shipping:not(:checked)) ~ .billing_div {
  max-height: 600px;
  opacity: 1;
  margin-top: 15px;
}

.tf-product-delivery .icon-car{
  font-size: 22px;
}

.avatar-xs {
  height: 1.5rem;
  width: 1.5rem;
}

.avatar-sm {
  height: 2.25rem;
  width: 2.25rem;
}

.avatar {
  height: 3rem;
  width: 3rem;
}

.avatar-md {
  height: 3.5rem;
  width: 3.5rem;
}

.avatar-lg {
  height: 4.5rem;
  width: 4.5rem;
}

.avatar-xl {
  height: 6rem;
  width: 6rem;
}

.avatar-xxl {
  height: 7.5rem;
  width: 7.5rem;
}

.delivery-picker-item i {
  font-size: 20px;
  margin-right: 5px;
}
.delivery-picker-item svg {
  margin-right: 5px;
}

.pickup-picker-item .pickup-picker-label {
  margin-bottom: 15px;
}
.pickup-picker-item .pickup-picker-values {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}
.pickup-picker-item .pickup-picker-values input {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  word-wrap: normal !important;
}
.pickup-picker-item .pickup-picker-values input:checked + label:not(.color-btn) {
  border-color: var(--main);
  box-shadow: 0 0.4rem 0.4rem rgba(0, 0, 0, 0.1019607843);
}
.pickup-picker-item .pickup-picker-values input:checked + label.style-text:not(.color-btn) {
  background-color: var(--main);
}
.pickup-picker-item .pickup-picker-values input:checked + label.style-text:not(.color-btn) p {
  color: var(--white);
}
.pickup-picker-item .pickup-picker-values label {
  position: relative;
  width: 36px;
  height: 36px;
  text-align: center;
  padding: 5px;
  border: 1px solid transparent;
  cursor: pointer;
  font-weight: 400;
  line-height: 22.4px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pickup-picker-item .pickup-picker-values label:hover {
  border-color: var(--main);
}
.pickup-picker-item .pickup-picker-values label .btn-checkbox {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
  border: 1px solid rgba(134, 134, 134, 0.12);
}
.pickup-picker-item .pickup-picker-values label.style-text {
  min-width: 45px;
  height: 38px;
  width: max-content;
  border: 1px solid rgba(134, 134, 134, 0.12);
  border-radius: 3px;
  padding: 7px 15px;
}
.pickup-picker-item .pickup-picker-values label.style-text:hover {
  border-color: var(--main);
}
.pickup-picker-item .color-btn.active {
  border-color: var(--main) !important;
  box-shadow: 0 0.4rem 0.4rem rgba(0, 0, 0, 0.1019607843);
}
.pickup-picker-item .color-btn.style-text.active {
  background-color: var(--main);
  border-color: var(--main);
}
.pickup-picker-item .color-btn.style-text.active p {
  color: var(--white);
}

.pickup-picker-item .pickup-picker-values label{
  height: 100%;
  padding: 15px 15px;
  border-radius: 15px;
}

.pickup-picker-item .pickup-picker-values label > strong{
  font-size: 18px;
  display: block;
  margin-bottom: 10px;
}

.pickup-picker-item .pickup-picker-values input:checked + label:not(.color-btn) strong,
.pickup-picker-item .pickup-picker-values input:checked + label:not(.color-btn) p {
  color: var(--white);
}

.pickup-picker-item .pickup-picker-values label.style-text{
  width: 48%;
  height: 180px;
  padding: 15px;
}

#order_items .img-product{
  width: 100px;
}

.footer-logo img {
  height: 65px;
}

.text-shadow {
  text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.7);
}


.section-line{
  width:100%;
  margin:0 auto;
  height:80px;
  position:relative;
  padding:0;
  display: block;
}

.hscroll-line {
  bottom:30px;
  right: 50%;
  height: 1px;
  position: absolute;
  overflow: hidden;
  width:50px;
  transform: rotate(90deg);
  tranform-origin:50% 50%;
 
}


.hscroll-line::before,
.hscroll-line::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: ""
}

.hscroll-line:before {
  background: #ffffff3b;
}

.hscroll-line::after {
  background: #fff;
  animation: move 3s infinite
}

@keyframes move {
  0% {
    transform: translate3d(-200%, 0, 0)
  }
  60% {
    transform: translate3d(100%, 0, 0)
  }
  100% {
    transform: translate3d(100%, 0, 0)
  }
}

.btnc {
  width: 200px;
  height: 100%;
  margin: 0 auto 0;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
  background: #fff;
}

.pulse-button {
  position: relative;
  top: 50%;
  left: 50%;
  margin-left: -50px;
  margin-top: -50px;
  display: block;
  width: 100px;
  height: 100px;
  font-size: 1.3em;
  font-weight: light;
  font-family: 'Trebuchet MS', sans-serif;
  text-transform: uppercase;
  text-align: center;
  line-height: 100px;
  letter-spacing: -1px;
  color: white;
  border: none;
  border-radius: 50%;
  background: #5a99d4;
  cursor: pointer;
  box-shadow: 0 0 0 0 rgba(90, 153, 212, 0.5);
  -webkit-animation: pulse 1.5s infinite;
}

.pulse-button:hover {
  -webkit-animation: none;
}

@-webkit-keyframes pulse {
  0% {
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  70% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 0 0 50px rgba(90, 153, 212, 0);
  }
  100% {
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
  }
}

.tf-payment > img{
  width: 45px;
  height: 30px;
}

.tf-filter-group > li > ul.sub-filter{
  margin-left: 20px;
}

.pswp--click-to-zoom.pswp--zoom-allowed .pswp__img{
  object-fit: contain;
}

.pa_pdp-product-in-box-gallery{
  display: flex;
  justify-content: center;  
}
.pa_pdp-product-in-box-desc{
  text-align: center;
}
.pa_pdp-product-in-box-gallery img{
  width: 170px;
  height: 170px;
  object-fit: contain;
}

.masonry {
  column-count: 2;
  column-gap: 5px;
}

.masonry .brick {
  margin-bottom: 5px;
  box-sizing: border-box;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  counter-increment: brick-counter;
}
.masonry img {
  width: 100%;
  object-fit: cover;
}

.caption-with-letter-spacing {
  font-size: 11px;
  font-weight: 400;
  line-height: initial;
  text-transform: uppercase;
  opacity: 1;
}

.card-product .card-product-info .old-price {
  text-decoration: line-through;
  display: inline-block;
  margin-right: 8px;
  font-weight: 400;
  color: #181818;
  font-size: 12px;
  line-height: 22px;
}

/* Fullscreen Popup */
.video-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9); /* Dark overlay */
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

/* Centering the Video */
.video-popup-content {
    position: relative;
    width: 90%;
    max-width: 1000px;
    background: #000;
    padding: 10px;
    border-radius: 10px;
}

/* Fullscreen Video */
.video-popup video {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

/* Close Button */
.close-popup {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 30px;
    color: white;
    cursor: pointer;
    z-index: 10000;
}

.close-popup:hover {
    color: red;
}

/* Play Button Styling */
.collection-inner {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 50px;
    color: white;
    background: rgba(0, 0, 0, 0.6);
    padding: 20px;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.3s;
}

.play-button:hover {
    background: rgba(0, 0, 0, 0.8);
}

.scard a img{
  border-radius: 10px !important;
}

.tf-page-order-wrap {
  display: grid;
  column-gap: 3rem;
}
.tf-page-order-wrap.layout-2 {
  grid-template: repeat(2, auto)/55% 1fr;
}
.tf-order-item .order-info .order-title {
  font-size: 16px;
  list-style: 22.4px;
}
.tf-order-footer-inner {
  position: sticky;
  top: 100px;
  transition: top 0.3s ease;
}

.tf-table-page-order {
  border-spacing: 0;
  border-collapse: collapse;
  margin-bottom: 50px;
  width: 100%;
  line-height: 1.4;
}
.tf-table-page-order th {
  font-size: 14px;
  font-weight: 600;
  border-bottom: 1px solid var(--line);
  color: var(--main);
  text-align: center;
  padding: 18px 0px;
  background-color: #eee;
}
.tf-table-page-order th:first-child {
  text-align: start;
}
.tf-table-page-order th:last-child {
  text-align: end;
}

.tf-table-page-order th.order-status{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: .5rem;
}

.tf-table-page-order tr {
  border-bottom: 1px dashed var(--line);
}
.tf-table-page-order tr:last-child {
  border-bottom-style: solid;
}
.tf-table-page-order th,
.tf-table-page-order td {
  padding: 18px 10px;
}
.tf-table-page-order td:first-child {
  text-align: start;
  padding-left: 0;
}
.tf-table-page-order td:last-child {
  text-align: end;
  width: auto;
}

.tf-table-page-order thead tr{
  background: #eee;
}

.tf-table-page-order tfoot td:first-child{
  text-align: right;
}

.tf-order-item .tf-order-item_product {
  display: flex;
}
.tf-order-item .tf-order-item_product .order-info .order-title {
  font-size: 16px;
  line-height: 16px;
  display: block;
}

.tf-order-item .tf-order-item_product .order-info .order-title .caption-with-letter-spacing{
  font-size: 10px;
}

.tf-order-item .tf-order-item_product .order-info .order-meta-variant {
  display: block;
  margin-top: 10px;
  font-size: 12px;
  line-height: 16.8px;
  color: var(--text);
}
.tf-order-item .tf-order-item_product .order-info .quantity-info {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  line-height: 16.8px;
}

.tf-order-item .tf-order-item_product .order-info .quantity-info strong{
  font-size: 14px;
}

.tf-order-item .tf-order-item_product .img-box {
  width: 100%;
  max-width: 80px;
  max-height: 110px;
  margin-right: 12px;
  border-radius: 2.5px;
  overflow: hidden;
  text-align: center;
}
.tf-order-item .tf-order-item_product .img-box img{
  width: 100%;
  object-fit: cover;
}
.tf-order-item .order-quantity,
.tf-order-item .order-total,
.tf-order-item .order-price {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: self-end;
  justify-content: safe center;
  gap: 10px;
  line-height: 1;
}
.tf-order-item .order-total {
  justify-content: flex-end;
  font-size: 14px;
  font-weight: 600;
}
.tf-order-item .wg-quantity {
  min-width: 86px;
  width: 86px;
  height: 30px;
}
.tf-order-item .wg-quantity .btn-quantity {
  width: 25px;
  height: 30px;
  line-height: 25px;
}
.tf-order-item .wg-quantity input {
  width: 30px;
  height: 30px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16.8px;
}

.tf-page-order-footer .tf-free-shipping-bar {
  margin-bottom: 20px;
  padding: 30px;
  border: 1px dashed var(--line);
  border-radius: 2.5px;
}
.tf-page-order-footer .tf-free-shipping-bar .tf-progress-msg {
  margin-top: 28px;
}

.small-text{
  font-size: 12px;
  font-weight: 300;
}
.videointrosec {
  background-color: #f8f4f0;
  padding: 50px;
  border-radius: 20px;
}
.videointrorow {
  margin: auto;
}
.iphone-container {
    position: relative;
    display: inline-block;
}

.iphone {
    width: 100%; /* Adjust size as needed */
}
.zero-box {
  width: 30%;
}
.zero-down {
    padding: 38%;
    position: absolute;
    top: 30%;
    right: 35%;
    width: 80px; /* Reduce the size of the icon */
    height: auto; /* Maintain aspect ratio */
    z-index: 2; /* Ensure it appears above the iPhone */
    animation: bounce 8s infinite ease-in-out; /* Smooth bounce effect */
}

/* Smooth Bouncing Animation */
@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-15px);
    }
}

.order-item-footer{
  display: flex;
  justify-content: between;
}

.logo-header .logo-text{
  max-width: 72px;
}

.mb-info i,
.footer-info i{
  width: 20px;
}

.preload-container2 {
  display: none;
  position: relative;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 55%);
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 99999999999;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

/*.overlay {
  background: rgba(7, 9, 21, 0.25);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}*/

.product-title{
  background-position: center;
}

.cart-price,
.cart-total{
  font-size: 14px;
  text-wrap: nowrap;
}

sup.count{
  font-size: .75rem;
  font-weight: 300;
}

ul.sub-filter{
  margin-left: 20px;
}

.tab-description ul,
.tab-description li{
  list-style: disc;
  margin-left: 10px;
}

.tf-product-info-list .tf-product-info-by-btn .box-icon.active{
  border: 2px solid var(--primary);
}

.tf-product-info-list .tf-product-info-by-btn .box-icon.active:hover{
  border: 2px solid var(--line);
  background-color: var(--line);
}

#partner-swiper .swiper-slide{
  text-align: center;
}

.brand-item{
  width: 150px;
  height: 90px;
  text-align: center;
}
.brand-item img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.banner-cls-discover .img-style{
  height: 450px;
}

/*.social-media-image{
  height: 260px;
}*/

.banner-hero-collection-wrap {
  position: relative;
}
.banner-hero-collection-wrap .box-content {
  position: absolute;
  left: 15px;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.banner-hero-collection-wrap .card-box {
  background-color: var(--white);
  border-radius: 10px;
  padding: 20px 15px;
}
.banner-hero-collection-wrap .card-box .subheading {
  font-size: 14px;
  line-height: 16.8px;
  font-weight: 700;
}
.banner-hero-collection-wrap .card-box .heading {
  font-weight: 400;
  font-size: 24px;
  line-height: 28.8px;
  margin-top: 16px;
}
.banner-hero-collection-wrap .card-box .text {
  margin-top: 20px;
  font-size: 16px;
  line-height: 25.6px;
  color: var(--text);
}
.banner-hero-collection-wrap .card-box .tf-btn {
  margin-top: 20px;
}
.banner-hero-collection-wrap .img-wrap {
  height: 450px;
  width: 100%;
}
.banner-hero-collection-wrap .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-parallax {
  background-attachment: scroll;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.flat-title-lookbook {
  margin-bottom: 20px;
}
.flat-title-lookbook .heading {
  margin-top: 8px;
  font-size: 30px;
  line-height: 36px;
}
.flat-title-lookbook .label {
  font-size: 14px;
  line-height: 22.4px;
  font-weight: 700;
  color: rgb(84, 84, 84);
}

.flat-iconbox-v2 .tf-sw-mobile {
  border-radius: 10px;
  border: 1px solid var(--line);
  padding: 5px 0px;
}
.flat-iconbox-v2 .tf-icon-box {
  padding: 15px;
}
.flat-iconbox-v2 .tf-icon-box .title {
  font-weight: 400;
}
.flat-iconbox-v2 .tf-icon-box .icon {
  margin-bottom: 22px;
}
.flat-iconbox-v2 .tf-icon-box .icon i {
  color: var(--main);
}
.flat-iconbox-v2.style-2 .tf-icon-box {
  padding: 0px;
  border: none !important;
}
.flat-iconbox-v2.style-2 .tf-icon-box .icon i {
  font-size: 36px;
}

.flat-iconbox-v3 .tf-icon-box .icon {
  width: 74px;
  height: 74px;
  border: 1px solid var(--main);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 34px;
}
.flat-iconbox-v3 .tf-icon-box .icon i {
  color: var(--main);
  font-size: 30px;
}
.flat-iconbox-v3 .tf-icon-box .icon.no-border {
  border: 0;
  border-radius: 0;
}
.flat-iconbox-v3 .tf-icon-box .icon.w-40 {
  width: 40px;
  height: 40px;
}
.flat-iconbox-v3 .tf-icon-box .icon.w-40 i {
  font-size: 40px;
}
.flat-iconbox-v3 .tf-icon-box .icon.w-50 {
  width: 50px;
  height: 50px;
}
.flat-iconbox-v3 .tf-icon-box.small .content .title {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}
.flat-iconbox-v3 .tf-icon-box.small .content p {
  font-size: 14px;
}
.flat-iconbox-v3 .tf-icon-box.style-icon-color .icon {
  border-color: #a47447;
}
.flat-iconbox-v3 .tf-icon-box.style-icon-color .icon i {
  color: #a47447;
}

.wrap-spacing-iconbox {
  padding: 33px 15px;
}

.tf-icon-box-v2 {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}
.tf-icon-box-v2 .icon {
  font-size: 26px;
  flex-shrink: 0;
}
.tf-icon-box-v2 .icon svg {
  width: 30px;
  height: 30px;
}
.tf-icon-box-v2 .title {
  font-weight: 500;
  font-size: 18px;
  line-height: 21.6px;
}

.tf-icon-box-v3 .title {
  margin-bottom: 10px;
  font-size: 21px;
  line-height: 25.2px;
}

.flat-wrap-iconbox-v2 {
  padding: 73px 15px;
}

.flat-location {
  position: relative;
}
.flat-location .banner-map {
  width: 100%;
  height: 300px;
}
.flat-location .banner-map img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.flat-location .content {
  padding: 20px;
  text-align: center;
  background-color: var(--white);
}
.flat-location .content .heading {
  font-size: 18px;
  line-height: 21.6px;
}
.flat-location .content .subtext {
  margin-top: 16px;
  color: var(--text);
}
.flat-location .content .tf-btn {
  margin-top: 20px;
}

.overlay {
  background: rgba(7, 9, 21, 0.5);
}

.overlay-white {
  background: rgba(255, 255, 255, 0.85);
  color: #555 !important;
  text-shadow: none;
}

.overlay, .overlay-white {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}

.image-overlay {
  padding: 0;
  margin-top: -150px;
  z-index: 999;
  position: relative;
}

#about-gallery .gallery-item{
  height: 270px;
}

#about-gallery .gallery-item .img-style{
  height: 100%;
}

.nline{
  display: block;
}

.contact-section .icon{
  width: 20px;
  height: 20px;
  font-size: 20px;
}

.btn-review:hover{
  background-color: var(--primary);
  color: #ffffff
}

.tf-cart-countdown {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.tf-cart-countdown p {
  font-size: 16px;
  line-height: 25.6px;
}
.tf-cart-countdown svg {
  margin-top: -3px;
  animation: tf-ani-flash 2s infinite;
}
.tf-cart-countdown .timer-count {
  color: var(--white);
  background-color: var(--primary);
  padding: 2px 10px;
  font-weight: 600;
  display: inline-block;
  text-align: center;
  min-width: 110px;
  border-radius: 9999px;
  font-size: 16px;
  line-height: 25.6px;
}
.tf-cart-countdown .title-left {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

#wishlist-sec .card-product .wishlist{
  display: flex;
}

.tf-souvenirs{
  background-color: #e7e6f0;
}

.tf-policy h4,
.tf-policy p{
  margin-bottom: 15px;
}

.tf-policy ul{
  margin-bottom: 20px;
}

.tf-policy ul,
.tf-policy li{
  list-style: disc;
  margin-left: 15px;
}

.sidebar-account{
  position: sticky;
  top: 50px;
}

.sidebar-account .my-account-nav-mobile {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  gap: 8px;
}

.sidebar-account .my-account-nav-mobile .my-account-nav-item{
  display: flex;
  align-items: center;
  padding: 10px;
  justify-content: center;
  border-radius: 16px;
  gap: .5rem;
}

.sidebar-account .my-account-nav-mobile .my-account-nav-item:hover, 
.sidebar-account .my-account-nav-mobile .my-account-nav-item.active{
  background-color: var(--white);
}

.offcanvas .icon-close-popup{
  cursor: pointer;
}

textarea, input{
  font-size: 14px;
  line-height: 1.5;
}

.shipping-box .shipping-item {
  border-radius: 8px;
  overflow: hidden;
  border: 2px solid var(--line);
}
.shipping-box .shipping-item .shipping-header {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.shipping-box .shipping-item .shipping-header span {
  flex-grow: 1;
}
.shipping-box .shipping-item .shipping-header input:checked {
  border-color: var(--primary);
}
.shipping-box .shipping-item .shipping-header input:checked::before {
  background-color: var(--primary);
}
.shipping-box .shipping-item .shipping-body {
  padding: 0 25px 15px 25px;
  display: grid;
  gap: 15px;
}
.shipping-box .shipping-item .shipping-body .check-save {
  display: flex;
  gap: 8px;
  align-items: center;
}
.shipping-box .shipping-item .shipping-body .input-shipping-box {
  display: grid;
  gap: 15px;
}
.shipping-box .shipping-item .shipping-body .grid-2 {
  gap: 16px;
}
.shipping-box .shipping-item .shipping-body .ip-card {
  position: relative;
}
.shipping-box .shipping-item .shipping-body .ip-card .list-card {
  display: flex;
  gap: 12px;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.shipping-box .shipping-item:not(:last-child) {
  margin-bottom: 15px;
}
.shipping-box .shipping-item .apple-pay-title {
  display: flex;
  gap: 8px;
  align-items: center;
}
.shipping-box .shipping-item .apple-pay-title img {
  width: 13px;
  height: 16px;
}
.shipping-box .shipping-item .paypal-title {
  display: flex;
}
.shipping-box .shipping-item .paypal-title img {
  width: 60px;
  height: 16px;
}
.shipping-box .shipping-choose-card.active {
  border-color: transparent;
  background-color: var(--surface);
}
.shipping-box .shipping-choose-card.active .shipping-header {
  padding-top: 15px;
  padding-bottom: 15px;
}
.shipping-box .paypal-item .shipping-header {
  padding: 16px 20px;
}

.form-payment .tf-btn {
  margin-top: 30px;
  padding: 10px 32px;
  width: 100%;
}

.shipping-box .shipping-item:has(input[type='radio']:checked){
  border: 1.5px solid var(--primary);
}

.caption-shipping {
  font-size: 12px;
  font-weight: 300;
  letter-spacing: initial;
  line-height: initial;
  opacity: .9;
  margin-top: 5px;
}

.delivery-picker-item .variant-picker-values label.add-ons-text{
  width: auto;
}

.delivery-picker-item .variant-picker-values{
  gap: 10px;
}

.payment-picker-item .variant-picker-values label.add-ons-text{
  width: auto;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  padding: 8px;
}

.payment-picker-item .variant-picker-values label.add-ons-text p{
  font-size: 12px;
}

.payment-picker-item .variant-picker-values label.style-text:hover{
  border-color: var(--primary);
}

.payment-picker-item .variant-picker-values input:checked + label.style-text{
  background-color: transparent;
  border: 2px solid var(--primary);
}

.payment-picker-item .variant-picker-values input:checked + label.add-ons-text:not(.color-btn) strong, 
.payment-picker-item .variant-picker-values input:checked + label.add-ons-text:not(.color-btn) p{
  color: var(--primary);
}

.payment-picker-item .variant-picker-values{
  gap: 5px;
}

.payment_channel_img{
  width: 100px;
  height: 40px;
  object-fit: contain;
}

.btn-place-order{
  padding: 8px 12px;
}

.overlay-gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
}

.loader-text {
  text-align: center;
  margin: 0 auto;
  font-size: 1rem;
  line-height: 1;
  color: var(--line);
  font-weight: 500;
  width: 100%;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translateX(-50%);
}

.tf-page-cart-checkout {
  padding: 30px;
  background-color: var(--bs-white);
  border-radius: 10px;
  border: 1px solid var(--bs-gray);
}
.tf-page-cart-checkout .shipping-calculator {
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}
.tf-page-cart-checkout .shipping-calculator .shipping-calculator-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 19.2px;
}
.tf-page-cart-checkout .shipping-calculator .shipping-calculator_accordion-icon {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  margin-inline-start: 5px;
  position: relative;
}
.tf-page-cart-checkout .shipping-calculator .shipping-calculator_accordion-icon::after, .tf-page-cart-checkout .shipping-calculator .shipping-calculator_accordion-icon::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
  background-color: currentColor;
  transition: transform 0.35s ease-in-out, opacity 0.35s ease-in-out;
  width: 12px;
  height: 2px;
  opacity: 1;
  border-radius: 9999px;
}
.tf-page-cart-checkout .shipping-calculator .shipping-calculator_accordion-icon::after {
  height: 12px;
  width: 2px;
}
.tf-page-cart-checkout .shipping-calculator .accordion-shipping-header:not(.collapsed) .shipping-calculator_accordion-icon::after, .tf-page-cart-checkout .shipping-calculator .accordion-shipping-header:not(.collapsed) .shipping-calculator_accordion-icon::before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.tf-page-cart-checkout .shipping-calculator .accordion-shipping-header:not(.collapsed) .shipping-calculator_accordion-icon::before {
  opacity: 0;
}
.tf-page-cart-checkout .shipping-calculator .accordion-shipping-content {
  margin-top: 20px;
}
.tf-page-cart-checkout .shipping-calculator .accordion-shipping-content .tf-select {
  height: 50px;
}
.tf-page-cart-checkout .shipping-calculator .accordion-shipping-content .field {
  margin-bottom: 15px;
}
.tf-page-cart-checkout .shipping-calculator .accordion-shipping-content .field .label {
  margin-bottom: 8px;
  font-weight: 400;
}
.tf-page-cart-checkout .shipping-calculator .accordion-shipping-content .field .tf-select, .tf-page-cart-checkout .shipping-calculator .accordion-shipping-content .field input {
  border-color: transparent;
}
.tf-page-cart-checkout .shipping-calculator .accordion-shipping-content .tf-btn {
  font-weight: 600;
  min-width: 199px;
}
.tf-page-cart-checkout .cart-checkbox {
  margin-top: 18px;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
.tf-page-cart-checkout .cart-checkbox .tf-check {
  width: 16px;
  height: 16px;
  border-color: var(--line);
  background-color: var(--white);
  border-radius: 999px;
  overflow: hidden;
}
.tf-page-cart-checkout .cart-checkbox .tf-check:checked {
  border-color: var(--primary);
  background-color: var(--primary);
}
.tf-page-cart-checkout .cart-checkbox .tf-check::before {
  font-size: 6px;
}
.tf-page-cart-checkout .cart-checkbox a {
  text-decoration: underline;
  text-underline-offset: 2px;
  font-weight: 600;
}
.tf-page-cart-checkout .tf-cart-totals-discounts {
  margin-top: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tf-page-cart-checkout .tf-cart-totals-discounts h3 {
  font-size: 20px;
  line-height: 24px;
}
.tf-page-cart-checkout .tf-cart-totals-discounts .total-value {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
}
.tf-page-cart-checkout .tf-cart-tax {
  margin-top: 18px;
  color: var(--text);
}
.tf-page-cart-checkout .tf-cart-tax a {
  color: rgba(0, 0, 0, 0.85);
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
  text-decoration-line: underline;
  transition: text-decoration-thickness 1s ease;
}
.tf-page-cart-checkout .tf-cart-tax a:hover {
  color: var(--main);
  text-decoration-thickness: 2px;
}
.tf-page-cart-checkout .cart-checkout-btn {
  margin-top: 18px;
}
.tf-page-cart-checkout .cart-checkout-btn .tf-btn {
  font-weight: 400;
}
.tf-page-cart-checkout .tf-page-cart_imgtrust {
  margin-top: 18px;
}
.tf-page-cart-checkout .tf-page-cart_imgtrust p {
  margin-bottom: 10px;
}
.tf-page-cart-checkout .tf-page-cart_imgtrust .cart-list-social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

label.text{
  font-size: 12px;
  font-weight: 400;
}

.cls-catalog .img-style img{
  object-position: center;
  object-fit: contain;
  border:  1px solid rgba(0,0,0,.1);
  padding: 10px;
}

.size-list {
  background-color: rgba(0, 0, 0, 0.3);
  gap: 10px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: 0.4s ease 0.1s;
}
.size-list span {
  font-size: 12px;
  font-weight: 600;
  line-height: 22px;
}

.cart-summary-note {
  font-size: 13px;
  color: #888;
  font-style: italic;
  font-weight: 400;
}

.tf-btn[disabled] {
  cursor: not-allowed;
  opacity: 0.6;
  pointer-events: auto;
}

.tf-btn[disabled]:hover {
  cursor: not-allowed;
}

.total-price-checkout .old-price {
  text-decoration: line-through;
  display: inline-block;
  margin-right: 8px;
  font-weight: 400;
  color: var(--primary);
  font-size: 15px;
  line-height: 1;
}

.tf-checkout-deliver{
  margin-bottom: 30px;
}

.tf-checkout-deliver .notification-progress .text{
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.tf-checkout-deliver .notification-progress .text img{
  width: 25px;
  margin-right: 10px;
  transition: all 0.3s ease;
  animation: tf-ani-flash 2s infinite;
}

.tf-checkout-deliver .notification-progress .progress-cart {
  width: 100%;
  background-color: var(--line);
  height: 4px;
  position: relative;
  border-radius: 1000px;
}
.tf-checkout-deliver .notification-progress .progress-cart .value {
  position: relative;
  height: 100%;
  background-color: var(--success);
  transition: width 2s ease;
}
.tf-checkout-deliver .notification-progress .progress-cart .round {
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-color: var(--success);
  border-radius: 1000px;
}

.membership-banner {
  background: linear-gradient(90deg, #fff5f5, #ffe9e9);
  border-radius: 12px;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}

.membership-info {
  display: flex;
  align-items: center;
  gap: 16px;
}

.verified-icon {
  width: 48px;
  height: 48px;
}

.membership-info h4 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #b10000;
}

.membership-info p {
  margin: 4px 0 0 0;
  color: #662222;
  font-size: 14px;
}

.benefit-link {
  background-color: #e81b20;
  color: white;
  padding: 10px 16px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.benefit-link:hover {
  background-color: #c4161b;
}

.slider-camp-and-hike .wrap-navigation {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  z-index: 50;
}
.slider-camp-and-hike .nav-sw {
  position: absolute;
}
.slider-camp-and-hike .nav-next-slider {
  left: 6%;
}
.slider-camp-and-hike .nav-prev-slider {
  right: 6%;
}
.nav-sw.style-white {
  background-color: var(--white);
  border: 0;
}

.slider-accessories .nav-next-slider {
  left: 6%;
}
.slider-accessories .nav-prev-slider {
  right: 6%;
}

.slider-camp-and-hike .wrap-navigation {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  z-index: 50;
}
.slider-camp-and-hike .nav-sw {
  position: absolute;
}
.slider-camp-and-hike .nav-next-slider {
  left: 6%;
}
.slider-camp-and-hike .nav-prev-slider {
  right: 6%;
}

.slider-personalized-pod .wrap-navigation {
  position: absolute;
  top: 47%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  z-index: 50;
}
.slider-personalized-pod .nav-sw {
  position: absolute;
}
.slider-personalized-pod .nav-next-slider {
  left: 7%;
}
.slider-personalized-pod .nav-prev-slider {
  right: 7%;
}

.wrap-slider {
  position: relative;
}
.wrap-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wrap-slider .box-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.wrap-slider .box-content.office-supplies{
  top: unset;
  transform: unset;
}
.wrap-slider .box-content .heading, .wrap-slider .box-content h1 {
  margin-bottom: 18px;
  text-wrap: balance;
  white-space: balance;
}
.wrap-slider .box-content .heading.mb_38, .wrap-slider .box-content h1.mb_38 {
  margin-bottom: 38px;
}
.wrap-slider .box-content p {
  margin-bottom: 48px;
  font-size: 20px;
  line-height: 24px;
}
.wrap-slider .box-content p.mb_15 {
  margin-bottom: 15px;
}
.wrap-slider .box-content p.sale_off {
  background-color: #ff5c39;
  padding: 5px 20px;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
}


.node--title {
  position: absolute;
  z-index: -1;
  top: 20%;
  right: 100px;
  font-size: 150px;
  font-weight: 600;
  line-height: initial;
  margin-right: 5vw;
  opacity: .5;
  color: #e9191d36;
}

.animated.start {
    animation-name: var(--animation-name);
}

.animated.stop {
    animation-name: unset;
}

.bg-curve {
  position: relative;
  overflow: hidden;
}

.bg-curve:after {
  content: "";
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translateX(-50%);
  width: 150%;            /* slightly wider than container */
  height: 100%;          /* adjust curve height */
  background: #f7f7f7;
  border-radius: 50% / 300px 300px 0 0;
  z-index: -1;
}

.sr-img{
  width: 100% !important;
  height: 200px !important;
  object-fit: cover;
}

/* center the blockquote in the page */
.blockquote-wrapper {
  display: flex;
  background: #f9f4f2;
  padding: 30px;
}

/* Blockquote main style */
.blockquote {
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    color: #000000;
    padding: 30px 0;
    width: 100%;
    z-index: 1;
    margin: 20px auto;
    align-self: center;
    /*border-top: solid 1px #e81b20;
    border-bottom: solid 1px #e81b20;*/
}

/* Blockquote header */
.blockquote h3 {
    position: relative;
    color: #000000;
    font-size: 30px;
    font-weight: 800;
    line-height: 1;
    margin: 0;
    margin-bottom: 15px;
}

/* Blockquote right double quotes */
.blockquote:after {
    position: absolute;
    content: "”";
    color: rgb(232 27 32);
    font-size: 10rem;
    line-height: 0;
    bottom: -43px;
    right: 30px;
}

/* Blockquote subheader */
.blockquote h4 {
    position: relative;
    color: #292a2b;
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 1;
    margin: 0;
    padding-top: 20px;
    z-index: 1;
}

.logo-outline1 {
  width: 20%;
  position: absolute;
  top: 30%;
  right: 10%;
  /* transform: translate(-50%, 0); */
  opacity: 0.2 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity = 20);
  -moz-opacity: 0.2 !important;
  -khtml-opacity: 0.2 !important;
  -webkit-opacity: 0.2 !important;
  -ms-opacity: 0.2 !important;
  -moz-opacity: 0.2 !important;
  -o-opacity: 0.2 !important;
  z-index: -1;
}

.hlp h6,
.hlp p {
  color: #fff;
}
.hlp h6 {  
  margin-top: 6px;
  margin-bottom: 2px;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
}
.hlp p {
  font-size: 14px;
}  
.hlp .tf-icon-box {
  gap:  2px !important;
}
.hlp .tf-icon-box .content {
  gap:  0px !important;
}

.hlp .icon {
  color: #fff;
}

.tf-social-icon li {
  transition: transform 0.3s ease-in-out;
}

.tf-social-icon li:hover {
  animation: pulse 1s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}


.boxsr {
  background-color: #fff9f1;
  padding: 20px;
}

img.socialres {
  width: 160px;
  margin:  20px auto;
}
.socialp {
  padding:  0 30px 30px 30px;
}

.srimgs img {
  border-radius: 10px;
}

.boxmv h4{
  color: #e81b1f;
  margin-bottom: 8px;
}

p.pctitle {
    font-size: 14px;
    line-height: initial;
}
p.pctitle {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1; /* Change this to the number of lines you want to show */
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5em;
  max-height: 1.5em; /* line-height × number of lines */
}


.categorylists {
  background-color: #f9f4f1;
  border-bottom: 1px solid #eee;
}
.card-product {
  border:  0 !important;
  background-color: #fff;
}

.bg-lightgrey {
  background-color: #f2f4f5;
}
.card-product-info {
  background-color: #fff;
  border-top:  1px solid rgba(0,0,0,.1);
}

p.trusted {
    letter-spacing: .1rem;
    font-size: 17px;
    font-weight: 500;
    color: #000000;
    display: block;
    margin:  auto;
}
span.fw800 {
  font-weight: 800;
}

.typewriter {
  overflow: hidden;
  border-right: .15em solid #000;
  white-space: nowrap;
  animation: typing 10s steps(40, end), blink-caret 0.75s step-end infinite;
  font-family: inherit;
  font-size: 1.5rem;
  max-width: fit-content;
}

@keyframes typing {
  from { width: 0 }
  to { width: 100% }
}

@keyframes blink-caret {
  from, to { border-color: transparent }
  50% { border-color: black }
}
.igs img {
  max-width: 100%;
}

.icon-plus {
  margin:  auto;
  display: flex;
  vertical-align: middle;
  align-items: center;
}

.icon-plus i {
  padding: 20px;
  text-align: center;
  margin: auto;
  width: 100%;
  font-size: 20px;
}
.flat-collection-circle .sw-dots:not(.swiper-pagination-lock) {
  visibility: hidden; !important;
  height: 0;
  margin-top: 0;
}
.bg-nums {
  background-color: #ea181f;
}
.nums {
  text-align: center;
}
h3.num {
  margin: 0 0 10px 0;
  font-style: italic;
  color: #ffffff;
}

h5.numt {
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
  margin:  0;
  font-size: 18px;
  line-height: 20px;
  color: #ffffff;
}



h3.sname {
  font-size: 24px;
  margin-bottom: 4px;
  line-height: initial;
  font-weight: 600;
}
h4.stel {
  font-size: 16px;
  margin:  0 auto 4px;
  line-height: initial;
}
h4.sposition {
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  margin:  0 auto 4px;
  line-height: initial;
}
h4.semail {
  font-size: 16px;
  margin:  0px;
  line-height: initial;
}

.salesperson {
  padding: 20px;
  border-radius: 10px;
  background-color: #fff;
  text-align: center;
  min-height: 100%;
}
.salespersonrow > .salesperson {
  grid-gap: 20px;
}
img.spic {
  max-width: 100%;
  margin-bottom: 10px;
  width: 120px;
  height: 100%;
}

.ofbox {
  background-color: #e81b1f;
  padding: 20px;
  text-align: center;
  border-radius:  8px;
  height:  100%;
}
.ofbox h6,
.ofbox p {
  color: #fff;
}
.ofbox h6 {
  margin: 0 auto 6px;
  line-height: initial;
}
.ofbox p {
  margin-bottom: 0;
  line-height: initial;
}

.ofbox .icon-box {
  width: 70px;
  height: 70px;
  background-color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px; /* Center align + spacing from text */
}

.ofbox .icon-box .icon {
  font-size: 32px;
  color: #e60000; 
  line-height: 1;
}

ul.office-slps {
  text-align: center;
  display: flex;
  justify-content: space-between;
}

.icon-oslp {
  width: 70px;
  height: 70px;
  background-color: #e60000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px; 
}

.icon-oslp img {
  max-width: 100%;
  width: 38px;
  height: auto;
}
p.slp-text {
  font-weight: 500;
  line-height: initial;
}
.oslp-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}
.banner-parallax-2 {
  border-radius: 20px;
  min-height: 400px;
  background-attachment: scroll;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.preload-logo {
  margin: auto;
  background: url(../images/logo/logo.svg) no-repeat center;
  background-size: 90px;
  width: 100%;
  height: 100%;
  position: absolute;
}
.stepbox {
  background-color: #e81b1f;
  color: #fff;
  padding: 20px;
  border-radius: 10px;
  height: 100%;
  text-align: center;
  position: relative;
}
.stepbox h5,
.stepbox p {
  color: #fff;
}
.stepbox p {
  line-height: initial;
  margin-bottom: 0;
}
.icon-box-w {
  width: 70px;
  height: 70px;
  background-color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
}

.icon-box-w img {
  padding: 5px;
}

.heading-about h1 {
  font-weight: 800;
  margin-bottom: 0;
}

.mvbox {
  background-color: #f5eee6;

}
img.w100 {
  width: 100%;
}

.mvbox h6 {
  margin-bottom: 8px;
  font-style: italic;
}
p.underline {
background-image: linear-gradient(178deg, #eb171f 35%, #eb171f 80%, #eb171f 10%, #eb171f 100%);
background-size: 100%;
background-repeat: repeat-x;
background-position: left 0% bottom 15%;
display: inline;
color: #ffffff;
font-size: 20px;
padding: 3px;
}

.page-title-2 {
background: var(--gradient);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}

.grecaptcha-badge{
  display: none;
}

@media (hover: none) and (pointer: coarse) {
  .card-product .img-hover {
    display: none !important;
  }
  .card-product .img-product {
    opacity: 1 !important;
    transform: none !important;
  }
}

/* === BLOG ARTICLE READABILITY FIX === */
.blog-article p{
  font-size: 16px;
  line-height: 1.9;
  margin-bottom: 14px;
  color: #111;
}

.blog-article h2{
  font-size: 28px;
  line-height: 1.25;
  margin: 28px 0 12px;
  font-weight: 700;
  color: #111;
}

.blog-article h3{
  font-size: 22px;
  line-height: 1.3;
  margin: 20px 0 10px;
  font-weight: 700;
  color: #111;
}

.blog-article ul{
  padding-left: 20px;
  margin-bottom: 18px;
}

.blog-article li{
  margin: 8px 0;
  line-height: 1.7;
}

.blog-article img{
  width: 100%;
  height: auto;
  border-radius: 16px;
  margin: 18px 0;
  display: block;
}

/* Links more visible */
.blog-article a{
  color: #e60000;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* Sidebar spacing */
@media (min-width: 992px){
  .sidebar.maxw-360{
    position: sticky;
    top: 90px;
  }
}

.sidebar-item .btn{ border-radius: 12px; }
.sidebar-item .p-24{ padding: 18px !important; }

.blog-callout{
  background: rgba(230,0,0,.06);
  border-left: 4px solid #e60000;
  padding: 14px 16px;
  border-radius: 12px;
  margin: 22px 0;
}
/* === JWA CTA CARD === */
.jwa-cta-card{
  border-radius: 18px;
  padding: 22px;
  background: linear-gradient(135deg, rgba(230,0,0,.08), rgba(0,0,0,.02));
  border: 1px solid rgba(0,0,0,.06);
  display: flex;
  gap: 18px;
  justify-content: space-between;
  align-items: stretch;
}

.jwa-cta-left{ flex: 1; min-width: 260px; }
.jwa-cta-right{ width: 320px; max-width: 100%; display: flex; flex-direction: column; gap: 10px; }

.jwa-cta-badge{
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .2px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(230,0,0,.12);
  color: #b30000;
  margin-bottom: 10px;
}

.jwa-cta-title{
  margin: 0 0 6px 0;
  font-weight: 800;
  letter-spacing: -.2px;
}

.jwa-cta-sub{ margin: 0 0 12px 0; color: #333; line-height: 1.7; }

.jwa-cta-points{
  margin: 0;
  padding-left: 18px;
  color: #111;
}
.jwa-cta-points li{ margin: 7px 0; line-height: 1.6; }

.jwa-btn-cta, .jwa-btn-cta2{
  border-radius: 12px;
  padding: 12px 14px;
}

.jwa-cta-mini{
  font-size: 13px;
  color: #444;
  margin-top: 2px;
}
.jwa-cta-mini a{ color:#e60000; text-decoration: underline; text-underline-offset: 3px; }

@media (max-width: 991px){
  .jwa-cta-card{ flex-direction: column; }
  .jwa-cta-right{ width: 100%; }
}

/* === Sidebar cards === */
.jwa-sidecard{
  border-radius: 18px;
  border: 1px solid rgba(0,0,0,.06);
  background: #fff;
  overflow: hidden;
  box-shadow: 0 14px 40px rgba(0,0,0,.06);
}

.jwa-sidecard-top{
  padding: 18px 18px 10px;
  background: linear-gradient(135deg, rgba(230,0,0,.10), rgba(0,0,0,.02));
}

.jwa-sidecard-badge{
  display:inline-block;
  font-size:12px;
  font-weight:800;
  padding:6px 10px;
  border-radius:999px;
  background: rgba(230,0,0,.14);
  color:#b30000;
  margin-bottom:10px;
}

.jwa-sidecard-title{ margin:0 0 6px 0; font-weight: 800; }
.jwa-sidecard-sub{ margin:0; color:#333; line-height:1.6; }

.jwa-sidecard-actions{
  padding: 14px 18px 16px;
  display:flex;
  flex-direction:column;
  gap:10px;
}

.jwa-sidebtn{ border-radius: 12px; padding: 12px 14px; }

.jwa-sidecard-foot{
  padding: 12px 18px 16px;
  border-top: 1px solid rgba(0,0,0,.06);
}

.jwa-side-mini{
  font-size: 13px;
  color:#333;
  line-height: 1.6;
}

/* Quick links card */
.jwa-sidecard-2{ padding: 16px 18px; }
.jwa-sidecard-title2{ margin: 0 0 10px 0; font-weight: 800; }

.jwa-side-link{
  display:block;
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(0,0,0,.03);
  color:#111;
  text-decoration:none;
  margin-bottom: 10px;
}
.jwa-side-link:hover{
  background: rgba(230,0,0,.06);
  color:#b30000;
}

.jwa-side-note{
  font-size: 13px;
  color:#444;
  line-height: 1.6;
  margin-top: 6px;
}

/* Blog content list enhancement */
.blog-article .content ul.list-text {
    margin: 24px 0;
    padding-left: 0;
}

.blog-article .content ul.list-text li {
    position: relative;
    padding-left: 36px;
    margin-bottom: 14px;
    line-height: 1.8;
    font-size: 16px;
    color: #222;
}

/* custom bullet */
.blog-article .content ul.list-text li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 2px;
    width: 22px;
    height: 22px;
    background: #fef2f2; /* soft Jiwa red background */
    color: #d32f2f;
    font-size: 13px;
    font-weight: 700;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* highlight strong text inside list */
.blog-article .content ul.list-text li strong {
    color: #000;
}

/* CTA benefit list (inside the pink CTA card) */
.jwa-cta-points{
    margin: 14px 0 0;
    padding-left: 0 !important;  /* override theme reset */
    list-style: none !important;
}

.jwa-cta-points li{
    position: relative;
    padding-left: 34px;
    margin: 10px 0;
    line-height: 1.75;
    font-size: 16px;
    color: #111;
}

/* icon bullet */
.jwa-cta-points li::before{
    content: "✓";
    position: absolute;
    left: 0;
    top: 2px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: rgba(229,57,53,.10); /* soft red */
    color: #e53935;
    font-weight: 800;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* optional: make it feel more premium + structured */
.jwa-cta-card .jwa-cta-left{
    max-width: 520px;
}

.blogdesc {
  display: -webkit-box;
  -webkit-line-clamp: 3;        /* number of lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.6;
  max-height: calc(1.6em * 3);  
}

.wg-blog {
    border-radius: 18px;
    border: 1px solid rgba(0, 0, 0, .06);
    background: #fff;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(0, 0, 0, .03);
    padding: 22px 22px 30px 22px;
}
.blog-banner img {
  max-width: 100%;
  width: 100%;
}
