body.sm-frontend .select2-container ul li::before{
  background-image: none !important;
}

.select2-container .select2-selection {
  border: 1px solid #000;
  border-radius: 0;
  color: #000;
  display: block;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.5;
  padding: .775rem 3rem .775rem 1rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  width: 100%;
}

body.sm-frontend .sm-nobullet ul {
  flex-direction: unset;
  gap: unset;
}
body.sm-frontend .sm-nobullet ul li {
  padding: 0;
}

body.sm-frontend .sm-nobullet ul li::after, body.sm-frontend .sm-nobullet ul li::before {
  display: none;
}

.act-switch .form-check-input,
.act-switch label {
  pointer-events: none;
}
.act-switch{
  cursor: pointer;
}
.form-switch .form-check-input{
    width: 3.25rem !important;
}
.form-group.password-from-group {
  position: relative;
}
.visibel-invisible {
  position: absolute;
  right: 15px;
  top: 47px;
}
.visible.show {
  display: block;
}
.visible.hide {
  display: none;
}
.visibel-invisible img {
  width: 30px;
  height: 30px;
}
.visible {
  visibility: visible !important;
}
.ubnvisible.hide {
  display: none;
}
.visibel-invisible img {
  width: 30px;
  height: 30px;
}

.sm-expand span, .sm-expand p{
  white-space: break-spaces;
}

.aspect-ratio {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56%; /* The height of the item will now be 56% of the width. */
}

/* Adjust the iframe so it's rendered in the outer-width and outer-height of it's parent */
.aspect-ratio iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.sm-header-menu .menu.show .sm-menu-column-2 {
    transform: translate(100%, 0) !important;
}

.editor-content img{
  width: auto;
  max-width: 100%;
  height: auto;
}
.editor-content span, .editor-content p {
  overflow: hidden;
  display: block;
}

.video_icon_img {
  background-position: -41px -14px !important;
  height: 80px;
  width: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  z-index: 1;
  background-size: cover !important;
    pointer-events: none;
}

.bt-product-item::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: -30px;
  transform: translateY(-50%);
  font-size: 40px;
}
.bt-product-item {
  position: relative;
}
.bt-product-item:last-child::after {
  content: "";
}
.bt-checkbox {
  position: absolute;
  top: 4px;
  right: 5px;
}

.bt-checkbox [type="checkbox"]:not(:checked) {
  top: 0px;
  /* width: 19px; height: 19px; */
  border: 1px solid red;
}
.bt-checkbox [type="checkbox"]:not(:checked) {
  top: 0px;
  /* width: 19px; height: 19px; */
  border: 1px solid red;
  z-index: 0;
}

.card-type-icon {
  height: 23px;
  width: 32px;
  position: absolute;
  display: block;
  right: 8px;
  top: 7px;
  background: url(https://cardjs.co.uk/img/cards.png) 0 23px no-repeat;
    background-position-x: 0px;
    background-position-y: 23px;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -moz-transition: opacity .15s linear;
  -ms-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
}
.card-type-icon.visa {
  background-position: 0 0;
  opacity: 1;
}
.card-type-icon.amex {
  background-position: -64px 0;
  opacity: 1;
}
.card-type-icon.discover {
  background-position: -96px 0;
  opacity: 1;
}
.card-type-icon.diners {
  background-position: -158px 0;
  opacity: 1;
}
.card-type-icon.mastercard {
  background-position: -32px 0;
  opacity: 1;
}
.card-type-icon.jcb {
  background-position: -160px 0;
  opacity: 1;
}

.sm-free-delivery iframe {
  width: 100%;
  height: 500px;
}
.sm-free-deliver .i4ewOd-pzNkMb-QClCJf-giiMnc-xJzy8c-haAclf{
  display: none
}
.SfQLQb-QClCJf-giiMnc .i4ewOd-pzNkMb-QClCJf-giiMnc-xJzy8c{
    opacity: 0;
}
.i4ewOd-pzNkMb-QClCJf-giiMnc-xJzy8c {
  display: none !important;
}
.image-input {
  background-position: center;
}


.sm-product-content .sm-product-desc {
  font-size: 1rem;
  white-space: break-spaces;
}


.view_content {
  white-space: break-spaces;
}


.adminActions {
  position: fixed;
  bottom: 35px; right: 35px;
}

.adminButton {
  height: 60px;
  width: 60px;
  background-color: #000000;
  border-radius: 50%;
  display: block;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 1;
}

  .adminButton i {
    font-size: 22px;
  }

.adminButtons {
  position: absolute;
  width: 100%;
  bottom: 120%;
  text-align: center;
}

.adminButtons a {
  display: block;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  text-decoration: none;
  margin: 10px auto 0;
  line-height: 1.15;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  position: relative;
  box-shadow: 0 0 5px 1px rgba(51, 51, 51, .3);
  background-color: #ed1c24;
}



  .adminButtons a:hover {
    transform: scale(1.05);
  }

  /* .adminButtons a:nth-child(1) {background-color: #ff5722; transition: opacity .2s ease-in-out .3s, transform .15s ease-in-out;}
  .adminButtons a:nth-child(2) {background-color: #03a9f4; transition: opacity .2s ease-in-out .25s, transform .15s ease-in-out;}
  .adminButtons a:nth-child(3) {background-color: #f44336; transition: opacity .2s ease-in-out .2s, transform .15s ease-in-out;}
  .adminButtons a:nth-child(4) {background-color: #4CAF50; transition: opacity .2s ease-in-out .15s, transform .15s ease-in-out;} */

  .adminActions a i {
    font-size: 1.8rem;
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
  }

.adminToggle {
  -webkit-appearance: none;
  position: absolute;
  border-radius: 50%;
  top: 0; left: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-color: transparent;
  border: none;
  outline: none;
  z-index: 2;
  transition: box-shadow .2s ease-in-out;
  box-shadow: 0 3px 5px 1px rgba(51, 51, 51, .3);
}

.adminToggle:hover {
  box-shadow: 0 3px 6px 2px rgba(51, 51, 51, .3);
}

.adminToggle:checked ~ .adminButtons a {
  opacity: 1;
  visibility: visible;
}


.page-banner-text .h1, .page-banner-text .h2, .page-banner-text .h3, .page-banner-text .h4, .page-banner-text .h5, .page-banner-text .h6, .page-banner-text h1, .page-banner-text h2, .page-banner-text h3, .page-banner-text h4, .page-banner-text h5, .page-banner-text h6, .page-banner-text p {
  color: #ffffff !important;
}
.sm-inner-slider-wrap.page-banner-text p{
  width: 100%;
}


.kp-img-remove {
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 575px) {

.sm-cart-item-box .cart_item{
  flex-flow: row wrap;
}
.sm-cart-item-box .sm-cart-item {
  width: 100%;
}
}

.symbol{
  white-space: unset;
}
@media only screen and (max-width: 767px) {
.sm-account-head-content {
  flex-flow: column;
}
.sm-account-head-content .head-right-section {
  width: 100%;
  flex-flow: row wrap !important;
  gap: 15px;
}
.sm-account-head-content .head-right-section .item {
  align-items: flex-start !important;
}

}

.sm-account-menu.sm-nobullet.gap-4.font-regular {
  flex-wrap: wrap !important;
}