.cookie-blk {
    background: #ffffff;
    width: 100%;
    position: fixed;
    left: 0;
    right: 0;
    top: unset;
    bottom: 0;
    height: auto;
    overflow-y: auto;
    z-index: 999999;
}
.cookie-blk .cookie-in {
    padding: 42px 0 50px 0;
    display: flex;
    justify-content: space-between;
}
.cookie-blk .cookie-in .lft {
    width: 26.1%;
    margin-right: 20px;
    display: flex;
    flex-direction: column;
}
.cookie-blk .cookie-in .lft a{width: 100%;}
.cookie-blk .cookie-in .lft a img {
    max-width: 251px;
    height: 100%;
    width: 100%;
    object-fit: contain;
} 
.cookie-blk .cookie-in p {
    font: 16px/28px "Kanit-Light";
    color: #666;
    padding-top: 10px;
}
.cookie-blk .cookie-in .ryt button.btn-hov {   
    padding: 16px 49.42px;
    border-radius: 50px;
    font: 16px/16px "Kanit-Regular";
    color: #222222;
    background: #00ff54;
    margin-bottom: 18px;
    width: fit-content;
}
.cookie-blk .cookie-in .ryt button.btn-hov:hover{
    background-color: #222222;
    color: #fff;
}
.cookie-blk .cookie-in .mid .chk-blk {
    margin-top: 33px;
    display: flex;
    flex-wrap: wrap;
}
.cookie-blk .cookie-in .mid .chk-blk label {
    font: 16px/24px "Kanit-Medium";
    color: #222222;
    padding-right: 20px;
    display: inline-block;
    display: flex;
    align-items: center;
    padding-right: 50px;
    padding-bottom: 30px;
    flex-direction: row-reverse;
}
.cookie-blk .cookie-in .mid .chk-blk label input[type=checkbox] {
    position: relative;
    border-radius: 50px;
    width: 70px;
    height: 40px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #e6ebe6;
    border: 0;
    margin-right: 20px;
}
.cookie-blk .cookie-in .mid .chk-blk label input[type=checkbox]:checked {
    background: #00ff54;
}
.cookie-blk .cookie-in .mid .chk-blk label input[type=checkbox]::after {
    content: "";
    content: "";
    position: absolute;
    border: 0;
    transform: translateY(-50%);
    top: 50%;
    border-radius: 50%;
    left: 5px;
    width: 30px;
    right: unset;
    height: 30px;
    visibility: visible;
    opacity: 1;
    background: #fff;
    transition: 0.3s all ease-out, 0.3s all ease-in;
    -ms-transition: 0.3s all ease-out, 0.3s all ease-in;
    -webkit-transition: 0.3s all ease-out, 0.3s all ease-in;
    -o-transition: 0.3s all ease-out, 0.3s all ease-in;
    -moz-transition: 0.3s all ease-out, 0.3s all ease-in;
}
  
.cookie-blk .cookie-in .mid .chk-blk label input[type=checkbox]::before {
    content: none;
}
  
  
.cookie-blk .cookie-in .mid .chk-blk label input[type=checkbox]:checked::after {
    left: calc(100% - 2.33rem);
    background: #222222;
}
.cookie-blk .cookie-in .mid {
    width: 73.9%;
    display: flex;
    flex-wrap: wrap;
}
.cookie-blk .cookie-in .mid #gdpr-cookie-types{
    width: 71%;
}
.cookie-blk .cookie-in .ryt {
    width: 28%;
    display: flex;
    padding-top: 40px;

}
.cookie-blk .cookie-in .ryt button.btn-hov {
    padding: 16px 30px;
    height: 50px;
}
.cookie-blk .cookie-in .ryt button.btn-hov.dgr {
    padding: 16px 40px;
    margin-left: 10px;
    background-color: lightgrey;
}
.cookie-blk .cookie-in .ryt button.btn-hov.dgr:hover {
color: #fff;
background-color: #222222;
}
/* org responsive */
@media screen and (max-width: 1400px) {
.cookie-blk .cookie-in .mid .chk-blk label input[type=checkbox] {
    width: 4rem;
    height: 2rem;
}
.cookie-blk .cookie-in .mid .chk-blk label input[type=checkbox]::after {
    width: 1.5rem;
    height: 1.5rem;
}
.cookie-blk .cookie-in .mid .chk-blk label input[type=checkbox]:checked::after {
    left: calc(100% - 1.8rem);
}
}
@media screen and (max-width: 1300px) {

}
@media screen and (max-width: 1200px) {
.cookie-blk .cookie-in .mid {
    width: 67.36%;
}

}
@media screen and (max-width: 1100px) {
.cookie-blk .cookie-in p {
    font-size: 15px;
    line-height: 22px;
}
.cookie-blk .cookie-in .mid .chk-blk label input[type=checkbox] {
    margin-left: 0px;
}
.cookie-blk .cookie-in .mid .chk-blk label {
    font-size: 15px;
}
.cookie-blk .cookie-in .ryt {
    padding-top: 25px;
}
}
@media screen and (max-width: 1024px) {
.cookie-blk .cookie-in .mid .chk-blk {
    display: flex;
    flex-wrap: wrap;
    row-gap: 11px;
}
}
@media screen and (max-width: 991px) {
.cookie-blk .cookie-in {
    flex-wrap: wrap;
    flex-direction: column;
    gap: 13px;
}
.cookie-blk .cookie-in .lft {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 10px;
}
.cookie-blk .cookie-in .mid,
.cookie-blk .cookie-in .mid .chk-blk {
    width: 100%;
}
.cookie-blk .cookie-in .ryt {
    width: 100%;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}
.cookie-blk .cookie-in .ryt button.btn-hov {
    margin-bottom: 0px;
}
.cookie-blk .cookie-in .mid .chk-blk label{padding-bottom: 16px;}
.cookie-blk .cookie-in .mid #gdpr-cookie-types{width: 100%;}
.cookie-blk .cookie-in .mid .chk-blk label{padding-right: 40px;}
.cookie-blk .cookie-in .mid .chk-blk{justify-content: center;}
.cookie-blk .cookie-in .lft a{text-align: center;}
}
@media screen and (max-width: 880px) {
    .cookie-blk .cookie-in .mid .chk-blk label{padding-right: 15px;}
    .cookie-blk .cookie-in .ryt {
        padding-top: 16px;
    }
    .cookie-blk .cookie-in .mid .chk-blk label input[type=checkbox] {
        width: 53px;
        height: 26px;
    }
    .cookie-blk .cookie-in .mid .chk-blk label input[type=checkbox]:checked::after {
        left: calc(100% - 26px);
        width: 22px;
        height: 22px;
    }
    .cookie-blk .cookie-in .mid .chk-blk label input[type=checkbox]::after {
        width: 22px;
        height: 22px;
    }

}
@media screen and (max-width: 767px) {
    .cookie-blk .cookie-in .mid .chk-blk label input[type=checkbox]{margin-right: 10px;}
}
@media screen and (max-width: 650px) {
.cookie-blk .cookie-in .lft a img {
    max-width: 215px;
}
.cookie-blk .cookie-in .ryt button.btn-hov {
    padding: 14px 36px;
}
.cookie-blk .cookie-in .ryt button.btn-hov.dgr {
    padding: 14px 46px;
}
.cookie-blk .cookie-in {
    padding: 26px 0px;
}
}
@media screen and (max-width: 450px) {
.cookie-blk .cookie-in p{
    height: 98px;
    overflow-y: scroll;
}
}
@media screen and (max-width: 450px) {
    .cookie-blk .cookie-in .lft a{text-align: center;}
.cookie-blk .cookie-in .lft a img {
    max-width: 208px;
}
.cookie-blk .cookie-in .mid .chk-blk label input[type=checkbox]::after {
    left: calc(100% - 24px);
    width: 20px;
    height: 20px;
}
.cookie-blk .cookie-in .mid .chk-blk label input[type=checkbox] {
    width: 44px;
    height: 24px;
    margin-right: 8px;
}
.cookie-blk .cookie-in .ryt button.btn-hov {
    padding: 12px 23px;
    height: 48px;
}
.cookie-blk .cookie-in .ryt button.btn-hov.dgr {
    padding: 14px 32px;
    margin-left: 5px;
}
}