/* ------- COLOR ON HOOVER EFFECT ------- */

.tws-article-list--list .tws-article-list--buy-button .btn:hover, .tws-article-list--list .tws-article-list--buy-button .btn:focus {
    background: #DC143C;
}

/* ------- SEARCH BAR WIDTH ------- */

@media only screen and (min-width: 992px) {
.slot--header-search input.form-control {
  width: 200px;
  }

/* ------- REMOVE CART LABEL ------- */

.nordic--header-right .tws-mini-cart .tws-mini-cart--header-cart-info .tws-mini-cart--header-cart-text {
  display: none;
  }

/* ------------ VIDEOSIZER FOR RESPONSIVE VIDEO ------------- */ 
.videoSizer {
  width: 40%;
  height: auto;
  margin: 0 auto; 
  }
  
/* ------------ RESPONSIVE YOUTUBE CLIPS ------------- */
.embed-container { 
  padding-bottom: 56.25%; /* 16:9 -> 9/16x100 */
  position: relative; 
  height: 0;
  overflow: hidden;
  } 
  
  .embed-container iframe, 
  .embed-container object, 
  .embed-container embed { 
  position: absolute; 
  top: 0; 
  left: 0;
  right: 0;
  margin: auto;
  width: 100%; 
  height: 100%;
  }

  /* --------------  MOVING COOKIE TO BOTTOM OF PAGE-------------- */

@media (max-width: 1920px) {

.slot--cookies {
    position: fixed;
    bottom: 0;
    z-index: 1000;
}

  /* ----SHOW PALETTE ICON AT USP ON TOP BAR---- */
 
.slot--top-bar-selling-points .tws-unique-selling-points .tws-unique-selling-points--icon::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background: url('https://shop.textalk.se/shop/26205/files/palette-solid.svg');
    background-size: auto;
    top: auto;
    position: relative;
    left: 1px;
}