.widget_cookie {
  width: 100vw;
  padding: 16px 20px;
  position: fixed;
  z-index: 99999;
  bottom: 0;
  right: 0;
  background: #fff;
  transition: opacity 1.2s, transform 1.2s;
  flex-direction: column;
  align-items: center;
  /*border: 2px solid #008dcc;*/
  box-shadow: 0 1px 14px -3px #008dcc;
  /*border: 2px solid var(--theme-color-primary, #63aa28)*/

  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  gap: 36px;
  flex-direction: row;
}

.widget_cookie__style1 {
  border-color: #008dcc;
}

.widget_cookie__style1 .widget_cookie__btn-close-cookie {
  background-color: #008dcc;
  color: #fff;

}

.widget_cookie__style2 {
  border-color: #f8a91c
}

.widget_cookie__style2 .widget_cookie__btn-close-cookie {
  background-color: #f8a91c
}

.widget_cookie__style3 {
  border-color: #e12a2a
}

.widget_cookie__style3 .widget_cookie__btn-close-cookie {
  background-color: #e12a2a
}

.widget_cookie__style4 {
  border-color: #0082d1
}

.widget_cookie__style4 .widget_cookie__btn-close-cookie {
  background-color: #0082d1
}

.widget_cookie__style5 {
  border-color: #159dba
}

.widget_cookie__style5 .widget_cookie__btn-close-cookie {
  background-color: #159dba
}

.k-cookie-widget-body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}

@media (min-width: 29.99875em) {
  .widget_cookie {
    /*width: 345px;*/
    /*bottom: 30px;*/
    /*right: 15px*/
  }
}

.widget_cookie__text {
  margin-bottom: 0;
  color: rgba(25, 25, 25, .6);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  /*padding-bottom: 25px*/


}

.widget_cookie a {
  /*color: var(--theme-b-link)*/
}

.widget_cookie__text a {
  /*color: var(--btn-bg);*/
  display: inline;
  color: inherit;
  font-size: 14px;
  text-decoration: underline;
}

.widget_cookie__btn-close-cookie {
  /*background-size: 100% 100%;*/
  /*width: 111px;*/
  /*height: 48px;*/
  cursor: pointer;
  transition: .2s;
  /*line-height: 19px;*/
  text-transform: initial;
  border: none;
  outline: none;
  display: flex;
  align-items: center;
  gap: 4px;
  width: max-content;
  border-radius: 5px;
  font-size: 18px;
  color: var(--white);
  padding: 10px 18px;

  font-size: 16px;
  height: auto;
  line-height: 1.4;
}

.widget_cookie__btn-close-cookie:hover {
  animation: none;
  /*box-shadow: 0 0 4px 3px #7545f9;*/
  /*box-shadow: 0 0 8px 1px #7545f9;*/
}

.widget_cookie .btn-close-cookie:hover {
  opacity: .5
}

.widget_cookie.cookie__hide {
  transition-delay: 0s;
  opacity: 0 !important;
  transform: translateY(20px) !important
}
