﻿body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  margin: 0;
}
a { cursor: pointer;}
a:focus, a:active, a:hover{outline:none;}
img {
  max-width: 100%;
  outline: none !important;
  border: none;
}
button {background-color: transparent; border: none; cursor: pointer;}
/*--Price page css start--*/
main.price-page {
  padding-top: 8px;
}
.container2 {
  width: 765px;
  margin: 0 auto;
  overflow: hidden;
}

/* New price header logo css start  */
.logo-col {
  padding: 22px 0px 23px;
  overflow: hidden;
  background: url(../png/price-header-bg.png)  no-repeat 0 bottom;
}
.logo-col span {
  vertical-align: middle;
}
.logo-col .logo {
  vertical-align: middle;
}
.logo-col .logo-text{color: #fff;
  font-weight: 600;
  font-size: 25px;
  margin-left: 5px;}
  /* New price header logo css end  */

.section-content {
  background: #ffffff;
  padding: 15px 0 0;
  overflow: hidden;
}
.left-side {
  width: 200px;
  float: left;
  padding: 0 20px 0 15px;
}
.product-img {
  min-height: 191px;
}
.product-img img {height: auto;}
/*.product-img img {max-width: 90%;height: auto;}*/
.middel-space {
  padding: 18px 0;
}

/* .google-safe-browsing img {
  max-width: 90%;
} */

.appesteem-logo img {
  width: 100px;
  margin-left: 20px;
}

.google-partner img {
  width: 180px;
}

.money-back-box {
  background: #fffadd;
  border: solid 1px #dbd2a0;
  border-radius: 6px;
  margin-top: 20px;
}

.seel-col {
  overflow: hidden;
}

.seel-col .money-back-guarantee {
  width: 60px;
  float: left;
  padding: 15px 12px 0 8px;
}

.seel-col .money-back-guarantee img {
  width: 60px;
}

.seel-col .head-title {
  color: #2d2d2d;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  margin: 17px 0 1px;
}

.seel-col .head-title2 {
  color: #2d2d2d;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  margin: 0;
}

.money-back-box p {
  color: #2d2d2d;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  margin: 0;
  padding: 6px 15px 15px;
}

.secure-detail-col {
  padding: 32px 0 0;
}

.secure-box {
  margin-bottom: 10px;
  overflow: hidden;
}

.secure-box .scr-icon {
  float: left;
}

.secure-box .secure-text-col {
  width: 79%;
  float: left;
  padding-left: 6px;
}

.secure-text-col .head-title {
  color: #2d2d2d;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  margin: 0 0 1px;
}

.secure-text-col .head-title2 {
  color: #2d2d2d;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  margin: 0;
}

.secure-text-col p {
  color: #2d2d2d;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  margin: 0;
  padding: 5px 0 20px 0;
}

.secure-text-col p a {
  color: #0000ff;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
}

.secure-text-col p a:hover {
  text-decoration: underline;
}

.right-side {
  width: 523px;
  float: left;
  padding: 0 7px 0 0;
}

.act-col {
  padding: 0 0 20px 0;
}

.act-col .head-title {
  color: #000000;
  font-size: 30px;
  line-height: 38px;
  font-weight: 600;
  font-family: Arial, Helvetica, sans-serif;
  margin: -2px 0 18px;
}

.act-col p {
  color: #000000;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}

.RedDescText {
  font-size: 14px;
  color: #990000;
  font-family: "Open Sans", sans-serif;
}

.act-col p b {
  font-family: "Open Sans", sans-serif;
}

.price-table {
  margin-bottom: 31px;
}

.price-table .table-striped {
  margin-bottom: 0;
  width: 100%;
  border: none;
  border-collapse: collapse;
}

.table-striped > tbody > tr > td {
  color: #000000;
  font-size: 13px;
  font-weight: 700;
}

.table-striped .striketxt {
  font-weight: bold;
  font-size: 16px;
  color: #2b2b2b;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: line-through;
}

.table-striped .red-bg2 {
  font-weight: 700;
  font-size: 18px;
  color: #700;
}

.table-striped > tbody > tr > td > a {
  color: #0000e1;
  font-size: 13px;
  font-weight: 700;
  text-decoration: underline;
}

.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border-color: #d3d3d3;
  padding: 5px 10px 6px;
}

.table-striped > tbody > tr:nth-of-type(2n + 1) {
  background-color: #e3e0e0;
}

.table-striped > tbody > tr.grey-bg1 {
  background-color: #e3e0e0;
}

.table-striped > tbody > tr.yellow-bg2 {
  background-color: #faf7ad;
}

.table-striped > tbody > tr > td.red-bg2 {
  background-color: #9d0105;
  color: #ffffff;
  text-align: center;
}

.table-striped > tbody > tr > td > span {
  color: #700;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
}
.cbtn-mac-col {
  overflow: hidden;
  padding-top: 17px;
}
.left-topcart-col {
  width: 70%;
  float: left;
}
.cart-btn-col {
  text-align: center;
}

.cart-btn-col a.link-text {
  color: #0000e1;
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
}

.cart-btn-col a.link-text:hover {
  text-decoration: underline;
}

.cart-btn-col .divider {
  padding-top: 10px;
}

.no-risk-text-col {
  font-size: 12px;
  color: #333;
  font-family: Tahoma;
  line-height: 18px;
  font-weight: 700;
  text-align: center;
  padding: 13px 0 0;
}
.mac-uni-col {
  width: 30%;
  float: left;
  margin-left: -16px;
}
.pc-problems-col {
  padding: 16px 0 0;
}
.pc-problems-col + .pc-problems-col {
  padding-top: 36px;
}
.pc-problems-col .head-title {
  color: #2b2b2b;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  margin: 0 0 12px;
  font-family: Arial, Helvetica, sans-serif;
}
.pc-problems-col ul {
  display: block;
  padding: 0px;
  margin: 0px;
}
.pc-problems-col ul li {
  display: block;
  background: url(../png/list-tick-icon.png) no-repeat -1px 0;
  color: #000000;
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  padding-left: 22px;
  margin-bottom: 6px;
  font-family: Arial, Helvetica, sans-serif;
}
.notice-col {
  padding: 25px 20px 0 0;
}
.notice-col .head-title {
  color: #770000;
  font-size: 13px;
  line-height: 22px;
  font-weight: 400;
  margin: 0 0 4px;
}
.notice-col p {
  color: #000000;
  font-size: 13px;
  line-height: 20px;
  margin-top: 7px;
}
.notice-col p a {
  color: #0000ff;
}
.notice-col p a:hover {
  text-decoration: underline;
}
.notice-col p b {
  font-weight: 700;
}
.cart-col02 {
  padding: 30px 0 13px;
}
.over-million-text {
  font-size: 17px;
  color: #3e3e3e;
  font-family: Arial, Helvetica, sans-serif;
  padding: 10px 50px 20px;
  text-align: center;
}

.footer-col {
  background: #757575;
  overflow: hidden;
  padding: 4px 15px 6px;
}
.footer-col .foo-left {
  width: 50%;
  float: left;
}
.foo-left a {
  color: #ffffff;
  font-size: 10px;
  line-height: 18px;
  margin: 0;
}
.foo-left a {
  text-decoration: underline;
}
.foo-left a.marg-left {
  margin-left: 6px;
}
.footer-col .foo-right {
  width: 50%;
  float: right;
  text-align: right;
  padding: 6px 0 0;
}
.foo-right p {
  color: #ffffff;
  font-size: 14px;
  line-height: 18px;
  margin: 0;
}
.foo-right p a {
  color: #ffffff;
  font-size: 14px;
  line-height: 18px;
  margin: 0;
  text-decoration: none;
}
.popupfootertext {
  font-size: 11px;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  text-decoration: none;
}

/* Why do I need Duplicate Photos Fixer modal css start */
.info-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 222;
}
.info-modal-inner {
  border-radius: 3px;
  margin: 150px auto 0;
  max-width: 630px;
  padding: 25px 25px 15px 25px;
  background: #fff;
  position: relative;
}
.info-modal-inner h1 {
  font-size: 28px;
  color: #333;
  font-family: "Open Sans", sans-serif;
  margin-left: auto;
  text-align: left;
  font-weight: 400;
  margin: 16px 0 8px;
}
.info-modal-inner p {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  color: #555;
  line-height: 26px;
  text-align: justify;
  margin: 0;
}
.info-close {
  position: absolute;
  top: 7px;
  right: 7px;
  padding: 0;
  color: #777;
  font-weight: 700;
  cursor: pointer;
  line-height: 18px;
  width: 18px;
  text-align: center;
  background: #ddd;
  border-radius: 2px;
  font-size: 12px;
}
.modal-outer {
  overflow: hidden;
}
.modal-right {
  float: right;
  width: 110px;
  padding-top: 5px;
  text-align: center;
}
.modal-left {
  float: left;
  width: 500px;max-width:100%;
}
.footer-modal {
  text-align: right;
  margin-top: 0;
  font-size: 16px;
}
.footer-modal button {
  color: #003cff;
  text-decoration: underline;
}
.footer-modal a:hover {
  text-decoration: none;
}
.footer-modal a:hover {
  text-decoration: none;
}

/* Why do I need Duplicate Photos Fixer modal css end */

/*Limited Time Offer css start*/
.back-transparent-bg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1;
  filter: alpha(opacity=70);
  background-color: #000;
  display: block;
  -moz-opacity: 0.65;
  opacity: 0.65;
}
.ltd-offer-outer {
  width: 760px;
  height: 545px;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 2;
  margin-top: -292px;
  margin-left: -380px;
  border: solid 0px #cf4cf4;
  cursor: pointer;
  display: block;
}
.offer-contetn-over-outer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0;
}
.closepopup {
  position: absolute;
  right: 7px;
  top: 7px;
  z-index: 99;
}
.offpricecontent {
  margin-top: 315px;
  text-align: center;
  font-size: 20px;
  padding-left: 52px;
  font-weight: 600;
  width: 608px;
}
.popupfootertext {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 30px 5px;
  font-size: 13px;
  line-height:20px ;
  color: #fff;
  font-weight: 300; 
  display: table;
    
}
 

.popupfootertext-cell {
  display: table-cell;
  height: 48px;
  vertical-align: middle;
}

.money-back-guarantee-cell {
  margin-left: 80px;
  padding-right: 5px;
}


.popupfootertext a {
  font-size: 13px;
  color: #fff;
  font-weight: 300;
  text-decoration: none;
}
/*Limited Time Offer css end*/

@media (max-width: 1439.98px) {
.info-modal-inner {  margin: 90px auto 0; } 
}

/*@media (max-device-width: 1023px) {*/
  @media (max-width: 1023.98px) {
  .container2 {
    width: 745px;
  }
  .left-side {
    width: 220px;
  }
  .right-side {
    width: 480px;
  }
  .secure-box .scr-icon {
    width: 39px;
  }
  #idPopupDiv {
    width: 745px !important;
    background-size: 100% auto !important;
    margin: auto auto auto -372px !important;    
  }
  .popupfootertext {
    margin-top: 145px !important;
  }

  .table-striped .red-bg2,
  .table-striped .striketxt,
  .table-striped > tbody > tr > td,
  .table-striped > tbody > tr > td > span {
    font-size: 16px;
  }
  .table-striped > tbody > tr > td > a {
    font-size: 12px;
  }
  .spc-header {
    background: transparent;
    height: 80px;
  }
  .section-content {
    padding: 25px 0 0;
    border-radius: 8px 8px 0 0;
  }

  .ltd-offer-outer {
    width: 520px;
    height: 373px;
    margin-left: -260px;
    margin-top: 75px;
  }
  .popupfootertext {
    padding: 0 20px 3px;
    font-size: 12px;
    line-height: 16px;bottom: -49px
  }
  .offpricecontent {
    margin-top: 213px;
    font-size: 16px;
    padding-left: 0px;
    text-align: center;
    width: auto;
    padding-right: 15px;
  }
  .offpricecontent span {
    font-size: 18px !important;
  }
  .logo-col{background:none}
}

@media (max-width: 767px) {
  .price-page {
    padding: 0 0;
  }
  .container2 {
    width: 540px;
    padding: 0 0;
    border: none;
  }
  .left-side {
    width: 30%;
    float: left;
    padding: 0 15px;
  }
  .right-side {
    width: 63%;
    float: left;
    padding: 0;
    margin-left: 4px;
  }
  .spc-header .logo {
    margin: 0;
    display: block;
    float: none;
    max-width: 100%;
  }
  .spc-header {
    padding: 10px 15px 10px;
  }
  .product-img img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
  }
  .seel-col .head-title br {
    display: none;
  }
  .act-col {
    padding: 0 0 15px;
  }
  .scr-icon {
    max-width: 100%;
  }
  .footer-col .foo-left {
    width: 100%;
    float: none;
    text-align: center;
    padding-top: 0;
  }
  .footer-col .foo-right {
    width: 100%;
    float: none;
    text-align: center;
    padding: 2px 0 0;
  }

  #idPopupDiv {
    width: 280px !important;
    background-size: 100% auto !important;
    margin: 0 0 0 -140px !important;
    overflow: hidden;
    left: 50% !important;
    background-position: center 0 !important;
    height: auto !important;
    box-shadow: none !important;
  }
  .popupfootertext {
    margin-top: 0 !important;
    font-size: 5px !important;
    line-height: 6px !important;
  }
  #idPopupDiv table tr {
    height: auto !important;
  }
  table.price-text-tb {
    margin: 117px 0 0 !important;
    text-align: center;
  }
  .BigBlackBoldText {
    font-size: 8px !important;
  }
  td.BigBlackBoldText:first-child {
    text-align: right;
  }
  td.BigBlackBoldText:last-child {
    text-align: left;
  }
  #idPopupDiv table {
    width: 300px;
  }
  .foo-text-popup {
    margin-top: 56px !important;
    width: auto !important;
    padding: 0 2px !important;
  }

  .table-striped .red-bg2,
  .table-striped .striketxt,
  .table-striped > tbody > tr > td,
  .table-striped > tbody > tr > td > span {
    font-size: 14px;
  }
  .table-striped > tbody > tr > td > a {
    font-size: 12px;
  }
  .table-striped > tbody > tr > td > a.pro-get-link {
    width: 135px;
    display: block;
  }
  .table-striped > tbody > tr > td:nth-child(2),
  .table-striped > tbody > tr > td:nth-child(3) {
    padding: 5px 5px 6px;
  }
  .spc-header {
    background: transparent;
    height: auto;
  }
  .section-content {
    padding: 25px 0 0;
    border-radius: 8px 8px 0 0;
  }
  main.price-page {
    padding-top: 0;
  }
  .product-img {
    min-height: auto;
  }
  .google-safe-browsing img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
  }
  .google-safe-browsing {
    padding: 10px 0 25px;
  }
  .norton-logo {
    padding: 30px 0;
  }
  .seel-col .money-back-guarantee {
    width: 50px;
    padding: 10px 5px 0 5px;
  }
  .seel-col .money-back-guarantee img {
    width: 50px;
  }
  .seel-col .head-title,
  .seel-col .head-title2 {
    font-size: 12px;
  }
  .seel-col .head-title {
    margin: 6px 0 0px;
  }
  .money-back-box p {
    font-size: 11px;
    font-weight: 600;
    padding: 0px 8px 8px;
  }
  .secure-detail-col {
    padding: 30px 0 0;
  }
  .secure-box .secure-text-col {
    width: 77%;
    padding-left: 5px;
  }
  .secure-text-col p,
  .secure-text-col p a {
    font-size: 11px;
    line-height: 16px;
  }
  .secure-text-col p {
    padding: 0 0 15px 0;
  }
  .scr-icon {
    max-width: 70%;
    height: auto;
  }
  .cart-btn-col .divider {
    padding-top: 5px;
  }
  .no-risk-text-col {
    font-size: 11px;
  }
  .over-million-text {
    font-size: 16px;
  }
  .over-million-text br {
    display: none;
  }
  .foo-right p,
  .foo-right p a {
    font-size: 13px;
  }
  .cart-col02 {
    padding: 40px 0 13px;
  }
  .ltd-offer-outer {
    margin-top: -15px;
  }
  .info-modal-inner{ max-width: 490px; margin: 68px auto;}
.modal-left, .modal-right{ width: auto; float: none; text-align: left;}
.info-modal-inner p{width: auto !important;}

}

@media (max-width: 539px) {
  .container2 {
    width: auto;
    padding: 0 15px;
  }
  .left-side {
    width: auto;
    float: none;
  }
  .right-side {
    width: auto;
    float: none;
    margin: 0;
    padding: 0 15px;
  }
  .seel-col .money-back-guarantee {
    width: 60px;
    padding: 15px 5px 0 10px;
  }
  .seel-col .money-back-guarantee img {
    width: 60px;
  }

  .seel-col .head-title,
  .seel-col .head-title2 {
    font-size: 14px;
  }
  .seel-col .head-title {
    margin: 23px 0 0px;
  }
  .money-back-box p {
    font-size: 12px;
    padding: 0px 15px 15px;
  }

  .appesteem-logo img,
  .google-partner img,
  .trustpilot-logo img,
  .norton-logo img {
    margin: 0 auto;
    display: block;
  }
  .act-col .head-title {
    margin-bottom: 0;
  }
  .section-content {
    display: flex;
    flex-direction: column-reverse;
  }
  /*.product-img {
    margin-top: 20px;
  }*/
  .product-img {
    margin-top: 20px;
    max-width: 204px;
    overflow: hidden;
    margin: 0 auto;
}

.product-img img {
  max-width: 100%; 
}

  .over-million-text {
    font-size: 14px;
    line-height: 20px;
  }
  .over-million-text br {
    display: none;
  }
  .section-content {
    padding: 15px 0 0;
  }
  .money-back-box {
    margin-bottom: 30px;
  }

  .ltd-offer-outer {
    margin-top: -15px;
    width: 300px;
    height: 215px;
    margin-left: -150px;
  }

  .info-modal-inner{ max-width: 100%; margin: 64px 15px; text-align: left; padding: 15px 15px 15px;
    max-height: 370px;
    overflow-y: scroll;
    top: 50%;
    margin-top: -185px;
  }
  .modal-left, .modal-right{ text-align:left;}
  .info-modal-inner h1 {font-size: 23px;}
  .modal-right{ display: none;}
  .logo-col{padding:22px 0 23px}
  .logo-col .logo-text{font-size:21px}
  .popupfootertext{bottom:6px}
}


/** Added Date 04-12-19 **/
/* .modal-left {
  float: right!important;
  width: 495px!important;
} */
.modal-left *{max-width:100%}

/* .modal-right {
  float: left!important;
  width: 110px!important;
  padding-top: 25px!important;
} */
.modal-right img {
  max-width: 100%;
}
.info-modal-inner p { 
  text-align: left!important;
  width: inherit!important;
}
.info-modal-inner h1 {
  margin-top: 0; 
  margin-bottom: 12px!important;
}

 

.CartOpen_popup_50per {
  display: block;
  height: 100%; 
  position: absolute;
  width: 100%;
  z-index: 5;
  bottom: 0;
  top: 0;
  background: url(../error.html) left top repeat;
}

.f-right {
  float: right;
  margin-top: 15px;
  margin-right: 0px;
  border:none !important;
  box-shadow: none;
}
.f-right img {
  border:none !important;
}

@media(max-width:1023px) {
  .ltd-offer-outer{top:20px}
  .offer-contetn-over-outer{top:100px}
}  



@media(max-width:767px){
  .logo-col { 
    padding-left: 0px;
    padding-right: 0px;
  }  
  .offer-contetn-over-outer{top:0}
  .offpricecontent {
    margin-top: 115px;
    font-size: 7px;
}
.popupfootertext{    bottom: 7px}
.offpricecontent span {
  font-size: 10px !important;
}
}


 
/* .cookie-bot .cookie-text {  padding-top: 12px;}  */
/* .cookie-bot .ok-btn { width: 90px; padding-left: 0px; padding-right: 0px; margin-top: 5px; line-height: 30px;} */
 
 
 
@media(max-width:992px) {
  /* .cookie-bot .container {max-width: 100%;  } */
 
}

@media(max-width:767px) {
  /* .cookie-bot .container {max-width: 100%; margin-left: auto; margin-right: auto; }
  .cookie-bot .cookie-text { margin-left: 0px; text-align: left; max-width: 72%; padding-right: 0px; line-height: 16px;}
  .cookie-bot .cookie-ok { width: 80px; text-align: right;}
  .cookie-bot .ok-btn { width: 70px; max-width: 70px; min-width: auto;}  */
  
}

@media(max-width:479px) {   
  /* .cookie-bot .cookie-text { text-align: center; max-width: inherit; padding-left: 20px; padding-right: 20px;}
.return-to-top { bottom: 86px!important;} 
.cookie-bot .cookie-ok { width: 100%; text-align: center; padding-bottom: 10px; margin-right: 0px;}
.cookie-bot .ok-btn { width: 90px; max-width: 90px; min-width: auto;} */

}




/* GDPF Notification Start footer-home added 4rd */
.notify-ensure .container {max-width: 1170px; padding-left: 0px; padding-right: 0px; margin-left: auto; margin-right: auto;}  
.notify-ensure {  padding: 6px 0;    background-color: rgba(255,255,255,0.9); position: fixed; z-index: 100; bottom: 0; left: 0; right: 0; box-shadow: 0 -2px 16px rgb(20 34 180 / 10%); }  
 .cookie-img { float: left; width: 33px;} 
 .notify-ens-info { height: 34px/*46px*/; width: 574px; position: relative;  padding-top: 12px; font-size: 12px; line-height: 19px; color: #333333;  margin-left: auto; margin-right: auto;  font-weight: 400; text-align: center;  }
 .notify-ens-info a { color: #0000ff; text-decoration: underline;}
 .notify-ens-col {  position: absolute; right: -100px; top: 5px;}
 .notify-ens-btn {   cursor: pointer;  display: block;  text-align: center; width: 90px; padding-top: 6px; padding-bottom: 6px; max-height: 32px; margin-top: 2px; margin-bottom: 2px;  font-size: 12px; line-height: 16px;   border-radius: 6px;    font-weight: 700;  text-align: center;    color: #2e2e2e;  border:#eaeaea solid 2px;    background: #ffffff; text-align: center; }     
.notify-ens-btn:hover { border-color:#333; } 
.banner-text a { text-decoration: none; color: #1b9eff; transition: color; }  
html[lang="da"] .notify-ens-info{height: 46px;width: 516px;}
html[lang="es"] .notify-ens-info{height: 46px;width: 501px;}
html[lang="fi"] .notify-ens-info{height: 46px;width: 501px;}
html[lang="it"] .notify-ens-info{height: 46px;width: 501px;}
html[lang="ja"] .notify-ens-info{width: 583px;}
html[lang="no"] .notify-ens-info{height: 46px;}
html[lang="pt-br"] .notify-ens-info{height: 46px;width: 501px;}
html[lang="pt-pt"] .notify-ens-info{height: 46px;width: 501px;}
html[lang="pt"] .notify-ens-info{height: 46px;width: 501px;}
html[lang="sv"] .notify-ens-info{height: 46px;width: 501px;}
@media(max-width:992px) {
  .notify-ens-col { right: -80px; }
  .notify-ens-btn { width: 78px; text-align: center; }
} 
@media(max-width:767px) {       
    .notify-ens-info { width: 100%; padding: 8px 0px;  text-align: left; max-width: 100%; padding-right: 0px; line-height: 16px; margin-left: 0px;  }
    .notify-ens-info .notify-ens-m { display: block; float: left; margin-left: 15px; max-width: 75%;}  
    .notify-ens-btn { width: 84px; text-align: right; right: 0px;}      
    .notify-ens-btn { width: 70px; max-width: 70px; min-width: auto; text-align: center;}   
  .return-to-top { bottom: 124px!important;} 
  .notify-ens-col { right: 10px; text-align: center; }
  .f-right{display:none;}

}
@media(max-width:479px) { .cookie-bot-row { height: inherit; }
  .notify-ens-info { width: 100%; padding: 0px 0px;  text-align: left; max-width: 100%; padding-right: 0px; line-height: 16px; margin-left: 0px;  }
  .notify-ens-info .notify-ens-m {   padding: 8px 0px; margin-left: 15px; max-width: 65%; font-size: 11.5px; line-height: 14px;} 
  .notify-ens-btn { width: 80px;   right: 0px;}            
  .notify-ens-btn { width: 70px; max-width: 70px; min-width: auto;} 
  .return-to-top { bottom: 106px!important;}   
  
}
/* GDPF Notification End */