html {
    scroll-behavior: smooth;
}

[x-cloak] {
  display: none !important;
}

.border-top-none {
    border-top: none;
}
/* HTML: <div class="loader"></div> */
.loader-smp {
    width: 37px;
    position: absolute;
    aspect-ratio: 1;
    display: grid;
    border-radius: 50%;
    background: linear-gradient(0deg, rgb(0 0 0 / 50%) 30%, #0000 0 70%, rgb(112 112 112) 0) 50% / 8% 100%, linear-gradient(90deg, rgb(0 0 0 / 25%) 30%, #0000 0 70%, rgb(0 0 0 / 75%) 0) 50% / 100% 8%;
    background-repeat: no-repeat;
    animation: l23 1s infinite steps(12);
    z-index: 4;
    left: 47%;
    top: 45%;
}

.loader-smp::before,
.loader-smp::after {
    content: "";
    grid-area: 1/1;
    border-radius: 50%;
    background: inherit;
    opacity: 0.915;
    transform: rotate(30deg);
}
.loader-smp::after {
    opacity: 0.83;
    transform: rotate(60deg);
}

.loader-smp.productListing {
    top: unset;
    bottom: 0;
}

@keyframes l23 {
    100% {transform: rotate(1turn)}
}


.blockHomeBrand .owl-carousel .item a img {
    max-width: 80px;
}

.blockHomeBrand .owl-carousel .item .inner {
    display: flex;
    align-items: center;
}


.loader-smp.header-search{
    width: 27px;
    position: absolute;
    aspect-ratio: 1;
    display: grid;
    border-radius: 50%;
    background: linear-gradient(0deg, rgb(0 0 0 / 50%) 30%, #0000 0 70%, rgb(112 112 112) 0) 50% / 8% 100%, linear-gradient(90deg, rgb(0 0 0 / 25%) 30%, #0000 0 70%, rgb(0 0 0 / 75%) 0) 50% / 100% 8%;
    background-repeat: no-repeat;
    animation: l23 1s infinite steps(12);
    z-index: 4;
    left: 47%;
    top: 10%;
}

/* full page loading */


.lds-spinner,
.lds-spinner div,
.lds-spinner div:after {
  box-sizing: border-box;
}
.lds-spinner {
  color: currentColor;
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-spinner div {
  transform-origin: 40px 40px;
  animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3.2px;
  left: 36.8px;
  width: 6.4px;
  height: 17.6px;
  border-radius: 20%;
  background: currentColor;
}
.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.turbo-progress-bar {
    visibility: hidden;
}

.fullpage-loading {
    position: fixed;
    z-index: -10;
    width: 100%;
    height: 100vh;
    background: #ffffff87;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .5s;
    opacity: 0;
}

.action-loading {
    position: absolute;
    z-index: -10;
    width: 100%;
    height: 100%;
    background: #ffffff87;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .5s;
    opacity: 0;
}

.action-loading.active {
    z-index: 9999;
    opacity: 1;
}

.fullpage-loading.active {
    z-index: 9999;
    opacity: 1;
}

/* end full page loading */

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.d-none {
    display: none;
}

label.input-label.input-label-default {
    transition: all .3s;
}

label.input-label.input-label-default.input-filled {
    transform: translateY(-25px);
}

/*TOGGLE SWTICH BUTTON*/

.toggle-add+label:before {
    content: attr(data-more-text);
}

.toggle-add {
    appearance: none;
    pointer-events: none;
    position: absolute
}

.toggle-add+label {
    /* z-index: 11111; */
    position: relative;
    display: inline-block;
    cursor: pointer;
    padding: 20px 20px 20px 50px
}

/* .toggle-add+label:before {
    content: attr(data-more-text)
} */

.toggle-add+label~[data-toggle-target] {
    display: none
}

/* .toggle-add:checked+label:before {
    content: attr(data-less-text)
} */

.toggle-add:checked~[data-toggle-target] {
    display: block
}

.toggle-switch {
    display: inline-block;
    background: #ccc;
    border-radius: 14px;
    width: 43px;
    height: 23px;
    position: absolute;
    z-index: 1;
    vertical-align: middle;
    transition: background .25s;
    left: 0;
    margin-top: 20px;
    transform: translate(19px, -2px);
    cursor: pointer;
}

.toggle-switch:after,.toggle-switch:before {
    content: ""
}

.toggle-switch:before {
    display: block;
    background: linear-gradient(180deg,#fff 0,#eee);
    border-radius: 50%;
    box-shadow: 0 0 0 1px rgba(0,0,0,.25);
    width: 15px;
    height: 15px;
    position: absolute;
    top: 4px;
    right: 24px;
    transition: left,right .25s
}

.toggle:hover .toggle-switch:before {
    background: linear-gradient(180deg,#fff 0,#fff);
    box-shadow: 0 0 0 1px rgba(0,0,0,.5)
}

.toggle-checkbox:checked+.toggle-switch {
    background: #20c997
}

.toggle-checkbox:checked+.toggle-switch:before {
    left: 30px
}

.toggle-add:checked~.toggle-switch {
    background: #40666a;
}

.toggle-add:checked~.toggle-switch:before {
    right: 4px
}

/*END TOGGLE SWITCH BUTTON*/
.validation-error {
     color: red;
}

.smp.collapse.in {
    display: inherit;
    max-width: 260px;
}
.opaci-0 {
    opacity: 0;
}

a.step span {
    cursor: pointer;
}

label {
margin-bottom: 0;
}

input::placeholder { /* Standard */
    color: transparent !important;
}

#header input::placeholder {
  color: #666666 !important;
}

#refQuery input::placeholder {
  color: #666666 !important;
}

.form-newsletter input::placeholder {
  color: #666666 !important;
}

#coupon-from input::placeholder {
  color: #666666 !important;
}

.hm-75 {
    height: 45px;
    overflow-y: hidden;
    overflow-x: clip;
}

.truncate.ddd-truncated a.readless {
    display: inherit;
}

ul.dropdown-menu.dropdown-menu-right li a {
    cursor: pointer;
}

#search-finder .col-filters
.panel-group .panel {
  border-bottom: 1px solid #f1f1f1 !important;
}

.page-product-detail
.form-group.form-group-select.input-filled .input-label-content-default {
  display: none;
}

.page-product-detail
.form-group.form-group-select.input-filled {
  margin-top: 0px !important;
  margin-left: 0px;
}

.page-product-detail
.dt-length label {
  padding-left: 10px;
}

.page-product-detail
button.dt-paging-button.previous {
  display: none !important;
}

.page-product-detail
button.dt-paging-button.current {
  background: #e9efef !important;
  border-radius: 20px !important;
}

.page-product-detail
button.dt-paging-button.next {
  display: none !important;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  pointer-events: none;
}

.sylius-flash-message {
  position: fixed;
  background-color: #343a40;
  color: #fff;
  padding: .5rem;
  right: 1rem;
  top: 185px;
  max-width: 530px;
  z-index: 99999;
}
.sylius-flash-message .header {
  font-weight: 700;
  min-height: fit-content;
}

.sylius-flash-message p {
  margin-bottom: 3px !important;
  line-height: 30px;
}

.sylius-flash-message .content {
  padding-right: 2rem;
  padding-left: 1rem;
  color: white;
}
.sylius-flash-message .close {
  position: absolute;
  cursor: pointer;
  color: #fff;
  top: -17px;
  right: -7px;
  padding: 1rem;
}

.sylius-flash-message.type-success {
  background-color: #343a40;
}
.sylius-flash-message.type-error {
  background-color: red;
}

i.icon.glyphicon.glyphicon-ok {
  color: green;
  margin-right: 10px;
}
.name-product-elipe{
    display: -webkit-box;
    -webkit-line-clamp: 5;       /* Number of lines to show */
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 100px;
}

.d-flex {
  display: flex;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-start {
 justify-content: start;
}

.align-item-center {
  align-items: center;
}

.nav-3>li>a {
  padding: 0 0 0 23px !important;
}

.min-h-630 {
  min-height: 630px;
}

.cart-list-items .item .form-inline .form-group.has-success .form-control, .cart-list-items .item .form-inline .form-group.has-success .form-control:focus {
  border: 1px solid #adadad !important
}

div#pointsListInner {
  scroll-behavior: smooth;
}

/* select.form-select.address-book-select {
  display: none;
} */

.description a {
  text-decoration: underline;
}

.shipping-logo {
  max-width: 175px ;
}

.account-home
.item-date {
  font-size: 20px;
}

.account-home
.item-other {
  font-size: 16px;
}

.account-home
.divided-list {
  margin-bottom: 40px;
  /* border-bottom: 1px solid #f5f5f5; */
}

.account-home
.table-responsive {
  overflow-x: unset;
}

.account-home
div#shipping-address ,
.account-home
div#billing-address
{
  font-size: 1.1428571428571428em;
  font-family: Lato, Arial, sans-serif;
  line-height: 1.2em;
  color: #3a666a;
  margin: 12px 0;
  font-weight: 400;
}

.account-home
ul.list-group.list-group-horizontal.flex-wrap {
  border: 1px solid #3a666a;
}

.account-home
.border-right {
  border-right: 1px solid #cecece;
}

.account-home
.order-num {
 font-size: 22px;
}

.col-md-9.page-account.account-home
a.btn.btn-primary.labeled.icon.button {
  margin-right: 2px;
}


.order-name {
  font-size: 22px;
}


.item-date {
  font-size: 16px;
}

.item-other {
  font-size: 16px;
}

.summary-wrap {
  border: 1px solid #ccc;
  padding: 10px 10px;
  margin-top: 10px;
  border-radius: 5px;
  margin-bottom: 15px;
}

.product-image-wrap {
  width: 100px;
}

.product-image-wrap img {
  width: 100px;
}

.text-end {
  text-align: end;
}

div#skuSearchLoading {
  right: 0;
  top: 2px;
  left: unset;
  width: 29px;
}

[x-data="searchSku"]
.visual>.inner img {
  width: 44px;
  height: 44px;
}

#theModal {
  z-index: 9999;
}

#theModalVaraint {
  z-index: 9999;
  padding-left: 0 !important;
}

div#modalBodyXL {
  min-height: 569px;
}

div#modalBodyXL .action-loading {
  width: 98%;
}

.stock {
  font-weight: bold;
}

.stock.in {
  color: #53b44a;
}

.stock.out
{
    color: #f66f09;
}

.page-product-detail.advice .advice-files>a {
  width: 50%;
}

#subPictures .visual.video:before {
  background: url('/assets/shop/img/controls.png') no-repeat -109px -33px;
}

.logo-shipping-available {
  max-width: 75px;
}

/* Basic tooltip style */
.ui-tooltip {
  position: absolute;
  padding: 2px 12px;
  background: white;
  color: rgb(48, 48, 48);
  border-radius: 4px;
  font-size: 12px;
  font-weight: 400;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  max-width: fit-content !important;
}

/* Arrow pointing down (so the tooltip is on top) */
.ui-tooltip::after {
  content: "";
  position: absolute;
  bottom: -10px; /* position arrow below the tooltip */
  left: 50%;      /* center horizontally */
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 10px solid white;
}

td.dimension.takeHiddenSpace {
    white-space: pre-wrap;
}

.bx-wrapper {
    position: relative;
    margin-bottom: 10px !important;
    padding: 0;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
    border: unset !important;
    background: unset !important;
}

.bx-controls-direction {
    display: none;
}

.no-action {
  cursor: none;
  pointer-events: none;
  user-select: none;
}

img.loading {
  width: 30px !important;
}

.ref-visit-direct-popover {
    top: 48px !important;
    left: 655px !important;
}

/* .form-group.form-group-select .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    visibility: visible;
} */

div#varaintContent {
    min-height: 300px;
}


div#varaintContent .action-loading.active {
    height: 300px;
}

.bootstrap-select.btn-group .dropdown-menu.inner {
    max-height: 300px;
    overflow-y: scroll;
}
