:root{
  --primary-color:#0071e3;
  --sgnm-dark:#161617;
  --primary-red: #EE4B6A;
  --transparent-gray: #cccccc;
  --blue-hover: #009de5;
  --black-hover: #383838;
  --sm-large-font-size: 30px;
}

.visuallyhidden{
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}



body.oxygen-aos-enabled{
    height: inherit !important;
}

/*managage warehouse choices*/
#toggle-warehouse-module .modal-content{
   border-radius: 0 15px 15px 0;
   color: var(--sgnm-black);
   padding: 0;
}

#toggle-warehouse-module h2, #toggle-warehouse-module p, #toggle-warehouse-module a, #toggle-warehouse-module h3{
   color: var(--sgnm-black);
}

#toggle-warehouse-module,.top-uk-modal-wrap {
   color: var(--sgnm-black);
}

.top-uk-modal-wrap{
    display: flex;
    width: 100%;
    flex-direction: row-reverse;
 }

.exchange-level.with-padding{
   padding: 0 1.5rem;
}

.includes_tax span.woocommerce-Price-amount.amount {
   font-weight: inherit;
   color: inherit;
   font-size: inherit;
}

.top-uk-modal-wrap .uk-offcanvas-close{
   height: 50px;
   width: 50px;
   margin-bottom:  15px;
   display: flex;
   align-items: center;
   justify-content: center;
   position: relative;
}


.top-uk-modal-wrap .uk-offcanvas-close:hover{
   border-radius: 50px;
   background-color:var(--sgnm-hover-gray);
}

.sgnm-search-standard-wrp {
    display: flex;
    align-items: center;
    border-radius: 80px;
    padding-left: 1rem;
    background: var(--sgnm-hover-gray);
}

.sgnm-search-standard-wrp:focus-within{
    background: #fff;
    outline: 1px solid var(--sgnm-hover-border-gray);
}


input.sgnm-search-standard {
    flex-grow: 1;
    border: none;
    outline: none;
    font-size: 1rem;
    height: 3rem;
    margin: 0 1.25rem;
    background: transparent;
}

.exchange-level.with-padding.serach-partner-result {
    flex-grow: 1;
    background: var(--sgnm-hover-gray);
    padding-top: 1rem;
    padding-bottom: 1rem;
    overflow-y: auto;
}

ul.sgnm-search-list {
    list-style: none;
    padding: 0;
}

li.sgnm-search-list-item {
    background: #fff;
    border-radius: 4px;
    border: 1px solid var(--sgnm-border-gray);
    min-height: 3rem;
}
li.sgnm-search-list-item:hover {
    border-color: var(--sgnm-hover-border-gray);
}

.sgnm-search-list-item-choice{
   padding: 1rem 1.5rem;
   width: 100%;
   display: flex;
   flex-direction: column;
}

.sgnm-search-list-item-title{
   font-weight: 700;
}

.sgnm-search-list-item-captation{
   color: var(--sgnm-black-2);
}

.exchange-level.bottom-buttons{
   padding: 1rem 1.5rem;
   border-top: 1px solid var(--sgnm-border-gray);
}

/* images */
.img-radius-large img, .img-radius-large picture {
    border-radius: 18px;
} 

/*Event notice*/ 
.custom-event {
    display: flex;
    position: fixed;
    top: 5rem;
    right: 2rem;
    background: #000;
    color: #fff;
    max-width: 400px;
    margin-left: 2rem;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.5rem;
    border-radius: 5px;
    height: fit-content;
}

.custom-event-text{
   overflow: hidden;
   text-overflow: unset;
   word-break: break-word;
   flex-grow: 1;
}

.close-custom-event {
    padding-left: 1rem;
    border-left: 1.5px solid #3b3b3b;
	cursor:pointer;
    min-width: 2rem;
}

.ct-fancy-icon.svg-custom-event {
    display: flex;
}

.ct-fancy-icon.svg-custom-event svg {
    width: 1rem;
}
/* shimmer */

.price-shimmer {
    position: relative;
}

.price-shimmer::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.8) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    animation: shimmerAnim 1s ease-in-out infinite;
    pointer-events: none;
}

@keyframes shimmerAnim {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}


/*standards*/
.text-dark{
   color: #000;
}

.text-descret{
   color: #777777;
}

.sgnm-text-muted{
   font-size: 0.7rem;
   color: #cacaca;
}

.text-bold{
   font-weight: 600;
}

.sgnm-large-font{
   font-size: var(--sm-large-font-size);
   color: #000;
   font-weight: 600;
}

.discount-badge-sgnm{
   background: #d8ffd4;
   color: #084a23;
   font-family: 'Noto Sans';
   padding: 2px 12px;
   font-weight: 600;
   border-radius: 4px;
   text-decoration: none;
   display: flex;
   justify-content: center;
   width: fit-content;
   font-size: 0.6rem;
}

.black-rounded-button {
    padding: 0.5rem 1.2rem;
    background: #000;
    color: #fff;
    border-radius: 50vh;
    font-size: 0.9rem;
    height: fit-content;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
}

.black-rounded-button:hover {
   color:#fff;
}


.black-button{
   height: 60px;
   border-radius: 0.5rem;
   display: flex;
   align-items: center;
   justify-content: center;
   font-size: .875rem;
   font-weight: 700;
   background: #000;
   color: #fff;
}

.white-button{
   height: 60px;
   border-radius: 0.5rem;
   display: flex;
   align-items: center;
   justify-content: center;
   font-size: .875rem;
   font-weight: 700;
   background: #fff;
   border: 1px solid #000;
   color: #000;
}

.signmaker-blue-btn-wrp:hover, .button-blue:hover {
    color: #fff;
    background: #0f6ecd;
    text-decoration: none;
}

.select2-dropdown .non-valid-option {
    background: silver;
    color: gray;
}

.ct-inner-content{
  overflow:visible !important;
}

picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*accordians */
ul.sgnm-accordian {
        list-style:none;
            padding-left: 0;
}

ul.sgnm-accordian .sgnm-accordian-item-content {
    display: none;
}

ul.sgnm-accordian li.active .sgnm-accordian-item-content{
    display: block;
    padding-top: .5rem;
    padding-bottom: 2.5rem;
}

ul.sgnm-accordian li.active .sgnm-acc-fold-icon{
    transform: rotate(180deg);
}

ul.sgnm-accordian .sgnm-accordian-item-heading {
    padding: 1.25rem 0;
        min-height: 5.5rem;
    border-top: 1px solid #CCC;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 700;
    cursor: pointer;
}

ul.sgnm-accordian .sgnm-accordian-item-heading:hover{
        text-decoration:underline;
}


/*hot stot*/

div#powerTip {
    filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.3));
}

#powerTip .box_view_html{
   padding: 1rem 0 !important;
}
.hot-spot-div-cst-row {
    display: flex;
    width: 100%;
    gap: 1rem;
}

.hot-div-cst-right {
    display: flex;
}

hot-spot-div-cst-left {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.hot-spot-cst-left-top {
    display: flex;
    gap: 0.5rem;
}

.hot-spot-cst-left-top img {
    object-fit: contain;
    max-width: 150px !important;
}

.hot-spot-div-cst-left {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    width: 100%;
}

.hot-spot-cst-info-wrp {
    font-family: 'Noto Sans';
    width: fit-content;
    max-width: 400px;
    min-width: 250px;
    font-size: 0.7rem;
    display: flex;
}

.hot-spot-cst-title,.hot-spot-cst-price {
    font-weight: 600;
    font-size: 0.9rem;
    display: flex;
    flex-direction: column;
}
.hot-spot-cst-price span:nth-child(2) {
    font-size: 0.6rem;
    color: #646464;
    font-weight: 500;
}

.hot-spot-cst-info {
    display: flex;
    flex-direction: column;
}


/*shoploop*/
.cust-prod-slide-addtc, .uk-offcanvas-bar a.cust-prod-slide-addtc {
  border: 1px solid;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.25rem !important;
  padding: 0.2rem;
  width: 50px !important;
  height: 50px !important;
  margin-right: 10px !important;
  transition:none !important;
  color: #000;
}

/*cart floating*/

.chk-prod-img {
  display: flex;
  width: 65px;
  height: 65px;
}

.chk-prod-img img {
  object-fit: contain;
}

.basket-amount-menu {
  position: absolute;
  display: flex;
  align-items: center !important;
  justify-content: center;
  width: 20px;
  height: 20px;
  top:0;
  right: -4px;
  border-radius: 50px;
  background-color: #000000;
  font-size: 0.7rem;
  color:#fff;
}

.basket-amount-menu p {
    margin: 0;
}

.floating-cart-padd{
  padding: 0 20px;
  background-color: #ffffff;
  border-radius: 10px;
}

.check-out-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: black;
  padding: 0.4rem  2rem 0.4rem;
  color: white;
  font-weight: 600;
  border-radius: 0.5rem;
}

.cst-prod-amnt button{
  cursor:pointer;
}

.check-out-btn-text {
  margin-right: 15px;
}
.check-out-btn-text p{
  margin: 0;
line-height: 0;
}

.check-out-icon {
  display: flex;
}


th.chk-product-price {
  font-weight: 700 !important;
  font-size: 16px !important;
}
.check-out-btn div img {
  width: 30px;
  filter: brightness(0) invert(1);
}


.check-out-sec-con thead {
  height: 3rem;
}
.check-out-sec-con {
  position: relative;
}


.floating-cart-padd thead th {
  display: table-cell;
}

.floating-cart-padd thead {
  position: sticky;
  top: 0px;
  background-color: #fff;
  z-index:2;
}

.floating-cart-padd thead th{
  border-bottom: 1px solid #000000;	
}

.custom-cart-table-wrp {
       padding: 0 4px;
}

table.custom-cart-checkout {
  border-collapse: separate;
}

.cst-crt-floating-bottom {
  position: sticky;
  bottom: 0;
  border-top: 1px solid #000000;
  background-color: white;
}

.custom-cart-floating-exit {
  display: flex;
  position: relative;
  justify-content:center;
  padding-left:2rem;
  padding: 1rem 0 0.5rem;
}
.custom-cart-floating-exit div {
  position: absolute;
  right: 0;
  width: 30px;
  height: 30px;
}

.custom-cart-checkout th{
   padding-right: 1rem;
}

p.chk-prod-name {
    margin-bottom: 0.25rem;
    word-break: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
    padding-right: 1rem;
    margin-top: 0;
}

.custom-cart-floating-exit h3 {
  color: black;
  font-size: 1.4rem;
  margin-bottom: 0;
  font-weight: 600;
}

.custom-cart-checkout tbody{
  position:relative;
  height: 6rem;
}

tr.floating-cart-load {
  position: absolute;
  border: none !important;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

tr.floating-cart-load .lds-ring div{
  border: 4px solid #000;
  border-color: #000 transparent transparent transparent;
}

.custom-cart-item.temp .lds-ring div{
  border: 4px solid #000;
  border-color: #000 transparent transparent transparent;
}

.cart_line_opt {
  display: flex;
  gap: 0.25rem;
}


.chk-product-price .chk-sgnm-muted {
    font-size: 0.6rem;
    color: #646464;
    font-weight: 500;
}

.prod-price-line.piece .main-price:not(.piece),
.prod-price-line.piece .price-muted:not(.piece),
.prod-price-line.piece .prev-sgnm-price:not(.piece){
   display: none;
}

.prod-price-line:not(.piece) .main-price.piece,
.prod-price-line:not(.piece) .price-muted.piece,
.prod-price-line:not(.piece) .prev-sgnm-price.piece{
   display: none;
}

.prod-price-line .main-price{
   font-size: 2rem;
   color: #000000;
   font-weight: 700;
}

.prod-price-line .price-muted{
   font-size: 0.6rem;
   color: #646464;
   font-weight: 500;
}


.prod-price-line .prev-sgnm-price {
    font-size: 0.7rem;
    color: #646464;
    font-weight: 500;
    display: flex ;
    align-items: baseline;
    gap: 0.5rem;
    text-decoration: line-through;
}

.chk-flex-wrp{
   display: flex;
}

tr.custom-cart-item td {
   padding: 1rem 0 1rem;
   font-size: 0.8rem;
   font-weight: 600;
   font-family: 'Noto Sans';
   color: black;
   vertical-align: middle;
}

tr.custom-cart-item td.chk-remove-edit {
    vertical-align: middle;
}

a.chk-img-text-wrp {
    display: flex;
    gap: 1rem;
    padding-left: 0 1rem;
}

.chk-flex-wrap.price-line {
    display: flex;
    flex-direction: column;
    align-items: end;
    font-weight: 800;
    padding-left: 0.5rem;
}

.chk-flex-wrap.price-line span:first-child {
display: flex;
align-items: baseline;
gap: 0.25rem;
}

/*
.chk-flex-wrap.price-line span:first-child span:nth-child(2) {
font-family: 'Noto Sans';
font-size: 16px;
font-weight: 700;
color: #000000;
}
*/

/*
.chk-flex-wrap.price-line .chk-line-prev-sgnm.stroke{
 }
*/

 .chk-flex-wrap.price-line .chk-line-main-price {
    font-family: 'Noto Sans';
    font-size: 16px;
    font-weight: 700;
    color: #000000;
 }

 .chk-flex-wrap.price-line span.stroke {
    font-size: 0.7rem;
    color: #646464;
    font-weight: 500;
    display: flex;
    align-items: baseline;
    gap: 0.5rem;
    text-decoration: line-through;
 }


.sgnm-price-container span{
   display: none;
}

.sgnm-price-container[data-showing='piece'] .piece{
   display:flex;
}

.sgnm-price-container[data-showing='total'] .total{
   display:flex;
}


 
/*
.chk-flex-wrap.price-line span:nth-child(2) {
    font-size: 0.6rem;
    color: #646464;
    font-weight: 500;
}
*/

.chk-flex-wrap.price-line span {
       white-space: nowrap;
}


table.custom-cart-checkout td:not(:last-child) {
   padding-right: 1rem;
}


@media only screen and (max-width: 768px) {
   .content-distance div:not(.category-list) .woocommerce ul.products {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
   }

   .content-distance div:not(.category-list) .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
      width:100%;
   }
   .content-distance div:not(.category-list) .woocommerce .products ul::after, .woocommerce .products ul::before, .woocommerce ul.products::after, .woocommerce ul.products::before {
    width: 100%;
    grid-column: 2;
   }
   
   /* Floating cart */
   body #menu-cart{
      padding-left: 0;
   }


  div.floating-cart .floating-cart-padd{
      overflow-x: hidden;
      height: 100vh;
      display: flex;
      flex-direction: column;
  }

 
   div.floating-cart .custom-cart-table-wrp{
      flex-grow: 1;
   }

  div.floating-cart .floating-cart-padd thead {
    display: none;
  }

  div.floating-cart .custom-cart-item {
    display: grid !important;
    grid-template-columns: repeat(4,1fr);
    grid-template-rows: auto;
  }

  div.floating-cart .custom-cart-item:not(:last-child){
    border-bottom:1px solid black;
    margin-bottom:2rem;
  }

  div.floating-cart .chk-product-img-name {
    grid-column: 1/4;
    grid-row: 1;
    display: flex;
    align-items: flex-start;
    font-size: 1.1rem !important;
    padding:0;
  }

  a.chk-img-text-wrp {
     padding: 0;
  }

  
.chk-prod-name-alt {
    font-size: 0.8rem;
 }

 div.floating-cart .chk-prod-name {
    margin-top: 0px;
    word-break: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
 }

  div.floating-cart .chk-remove-edit {
    grid-column: 1/5;
    grid-row: 6;
  }
  div.floating-cart .chk-product-material {
    grid-row: 3;
    grid-column: 1/4;
    font-weight: 300 !important;
    padding: 0;	
  }

  td.chk-product-material div::before {
    content: 'Material: ';
    font-weight: 400;
}

  td.chk-product-size div {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: left;
    font-weight: 600;
    padding-top: 1rem;
   }

  div.floating-cart .chk-product-fastmetod {
    grid-row: 4;
    grid-column: 1/4;
    font-weight: 300 !important;
    padding: 0px 0 0.5rem;		
  }

  td.chk-product-fastmetod div::before {
    content: 'Fästmetod: ';
    font-weight: 400;
   }

  div.floating-cart .chk-product-size {
  grid-row: 2;
  grid-column: 1/5;
  padding: 0px;	
  }
  
  div.floating-cart .chk-product-amount {
     grid-row: 5;
     grid-column: 1 / 5;
  }

  .chk-product-amount div{
     gap: 2rem;
  }

  div.floating-cart .chk-product-price {
  grid-row: 1;
  grid-column: 4/4;
  display: flex;
  justify-content: end !important;
  font-size: 1.1rem !important;
  padding:0;
  text-align: end;	
  }

  div.floating-cart .chk-remove-edit-cont {
  justify-content: space-between;
  gap: 1rem;
  flex-direction: row;	
  }

  .custom-cart-floating-exit div{
    right:none;
    left:0;
  }

  table.custom-cart-checkout th:not(:last-child) {
    padding: 0 1rem;
 }

   table.custom-cart-checkout td:not(:last-child) {
      padding-right: 1rem;
   }


  .custom-cart-floating-exit{
     position: sticky;
     z-index: 2;
     padding-bottom:1rem;
     margin-bottom:1rem;
     top:0;
     background-color:#fff;
  }
  div.floating-cart .cst-cart-checkout-btm-wrp {
    flex-direction: column-reverse;
  }
  div.floating-cart .custom-cart-item{
    border-top:none !important;
  }

  td.chk-product-size div::before {
    content: 'Storlek:\00a0';
 }

 .floating-cart-padd i {
    font-size: 50px;
    text-decoration: none;
 }

 .floating-cart td.chk-product-amount input {
    font-size: 30px;
 }

   .chk-flex-wrap.price-line .chk-line-main-price {
      font-size: 1.7rem;
   }
 

 p.chk-prod-name {
    font-size: 18px;
 }
   /* Menu */

  .menu-side{
    gap:1rem;
  }
  #hamurger-menu{
    display:none;
  }

  #sgnmk-order-recieved-products table{
    width:100%;
  }

  .category-list .products.columns-8 li {
    text-decoration: none;
  }


  /*gform*/
  .gform_footer.top_label {
    flex-direction: column;
  }


  .gform_footer.top_label .button {
    width: 100%;
    margin: 0 !important;
    min-height: 50px;
    text-align: center;
  }

}

@media only screen and (max-width: 468px) {
   .content-distance div:not(.category-list) .woocommerce ul.products {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.5rem;
   }


   .content-distance div:not(.category-list) .woocommerce .products ul::after, .woocommerce .products ul::before, .woocommerce ul.products::after, .woocommerce ul.products::before {
    grid-column: 1;
   }
}


