/** START: Resets **/
.printOffer1 {
  padding: 47px 32px 0;
  width: 46%;
  height: 536px;
  border: 2px solid #d9d9d9;
  margin-left: 3%;
}
.bothOffer1 {
  border: 5px solid red;
  padding-top: 40px;
  width: 46%;
  height: 534px;
  margin-left: 5%;
}
.digitalOffer1 {
  padding: 47px 32px 0;
  width: 33%;
  height: 465px;
  border: 2px solid #d9d9d9;
  margin-left: 6px;
}
.bdeal {
  position: absolute;
  margin-top: -12px;
  margin-left: 21%;
  z-index: 1;
}
.descriptionB {
  text-align: center;
}
#usOfferPRINT {
  margin-left: 21%;
}
#offerSelectionBOTH1 {
  margin-left: -28%;
}
#offerSelectionBOTH2 {
  margin-left: -28%;
}
#offerSelectionPRINT1 {
  margin-left: -28%;
}
#offerSelectionPRINT2 {
  margin-left: -28%;
}

#canadaOfferPRINT {
  margin-left: 21%;
}
#foreignOfferPRINT {
  margin-left: 21%;
}
.descriptionA {
  text-align: center;
}
.bestdeal1 {
  margin-left: -30%;
}
.bestdeal {
  margin-left: -30%;
}
#usOfferBOTH {
  margin-left: 24%;
}
#canadaOfferBOTH {
  margin-left: 24%;
}
#foreignOfferBOTH {
  margin-left: 24%;
}
#keyOptionBOTH2,
#keyOptionPRINT2,
#keyOptionBOTH4,
#keyOptionPRINT4,
#keyOptionPRINT5 {
  font-weight: normal;
}
@-moz-document url-prefix() {
  .bdeal {
    margin-left: -79%;
  }
}
@media (max-width: 767px) {
  .printOffer1 {
    border: 0 none;
    padding: 10px 32px 0;
    width: 100%;
    height: 435px;
  }
  .bothOffer1 {
    border: 0 none;
    margin-top: 40px;
    border: 3px solid red;
    padding-top: 28px;
    width: 100%;
    height: 520px;
  }

  .digitalOffer1 {
    border: 0 none;
    margin-top: 0px;
    width: 100%;
    height: 380px;
    margin-left: 0px;
  }
  .bdeal {
    position: absolute;
    margin-left: 100px;
    z-index: 1;
  }
}
.crossword {
  margin-left: -24%;
  margin-top: 5%;
}
@media only screen and (min-width: 375px) and (max-width: 667px) and (orientation: portrait) {
  .crossword {
    margin-left: 4%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .crossword {
    margin-left: -8%;
  }
}
* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  border: none 0px;
}

html,
object,
div,
a,
span {
  outline: none;
}

html {
  font-size: 62.5%;
}

html,
body {
  min-height: 100% !important;
  font-family: "Montserrat", sans-serif;
}

.text-strong,
strong {
  font-weight: bold;
}
.text-em,
em {
  font-style: italic;
}

/** END: Resets **/

/** START: Global Utility Classes **/
.overlay {
  background-color: rgba(0, 0, 0, 0.6);
}
.overlay_fff {
  background-color: rgba(255, 255, 255, 0.9);
}
.hidden {
  display: none;
}
.hide {
  display: none;
}
.displaynone {
  display: none;
}
.block {
  display: block;
  float: none;
  clear: both;
}

.mt-1 {
  margin-top: -1px !important;
}
.mt0 {
  margin-top: 0 !important;
}
.mt5 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mr0 {
  margin-right: 0 !important;
}
.mr5 {
  margin-right: 5px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mb3 {
  margin-bottom: 3px !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.ml0 {
  margin-left: 0 !important;
}
.ml5 {
  margin-left: 5px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.ml30 {
  margin-left: 30px !important;
}
.ml35 {
  margin-left: 35px !important;
}
.ml40 {
  margin-left: 40px !important;
}
.ml50 {
  margin-left: 50px !important;
}
.pt0 {
  padding-top: 0 !important;
}
.pt5 {
  padding-top: 5px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pt30 {
  padding-top: 30px !important;
}
.pt35 {
  padding-top: 35px !important;
}
.pt40 {
  padding-top: 40px !important;
}
.pr0 {
  padding-right: 0 !important;
}
.pr10 {
  padding-right: 10px !important;
}
.pr20 {
  padding-right: 20px !important;
}
.pr30 {
  padding-right: 30px !important;
}
.pb0 {
  padding-bottom: 0 !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.pb30 {
  padding-bottom: 30px !important;
}
.pb40 {
  padding-bottom: 40px !important;
}
.pl0 {
  padding-left: 0 !important;
}
.pl10 {
  padding-left: 10px !important;
}
.pl20 {
  padding-left: 20px !important;
}

.float-right {
  float: right;
}
.float-left {
  float: left;
}
.row-nopad {
  position: relative;
  clear: both;
}

.pos-rel {
  position: relative;
  clear: both;
}
.center-table {
  display: table;
  margin-left: auto;
  margin-right: auto;
}

.form-horizontal .nopad,
.nopad {
  padding: 0;
}
.form-horizontal .nomar,
.nomar {
  margin: 0;
}

.nowrap {
  white-space: nowrap;
}
.underline {
  text-decoration: underline;
}

.text-sm {
  font-size: 11px;
}
.text-xs {
  font-size: 9px;
}

.txtprimary {
  color: #b71017;
}

.border-left-solid-desktop {
  border-left: 1px solid #a68352;
}

.radio input[type="radio"] {
  margin-left: -16px;
}
/** END: Global Utility Classes **/

/** START: Bootstrap Overrides **/
ul,
ol {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
}

.btn-clean {
  border-style: none;
  border-color: inherit;
  border-width: 0;
  margin: 0;
  padding: 0;
  background: none;
}
p {
  margin-bottom: 0;
  -webkit-font-smoothing: antialiased;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 16px;
  line-height: 32px;
}
::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 16px;
  line-height: 32px;
}
:-ms-input-placeholder {
  /* IE 10+ */
  font-size: 16px;
  line-height: 32px;
}
:-moz-placeholder {
  /* Firefox 18- */
  font-size: 16px;
  line-height: 32px;
}

.UsARtext {
  border-top: 1px solid #d9d9d9;
  margin-top: 10px;
  margin-left: -23px;
}
.ARtext {
  margin-top: 10px;
  text-align: center;
  color: #808080;
}

/*
.form-control:focus {
	border-color: #feb742 !important;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #feb742 !important;
	outline: 0 none !important;
}
a[data-toggle="tooltip"] {
	display: inline-block;
}*/
/** END: Bootstrap Overrides **/

/** START: Font Styles **/

.montserrat {
  font-family: "Montserrat", sans-serif;
}

h1 {
  font-family: Georgia, Serif;
  font-size: 39px;
  color: Black;
}

h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 600;
}

h3 {
  font-family: Montserrat, sans-serif;
  line-height: 19px;
}

h4 {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

h5 {
}

label {
}

.form-horizontal .control-label {
  padding: 4px 0 0;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  text-align: right;
}
.form-horizontal .control-label.text-center {
  text-align: center;
}

.txt-red {
  color: #f43736;
}

.txt-11 {
  font-size: 11px;
}
.txt-18 {
  font-size: 18px;
}

.txt-small {
  font-size: 10px;
  line-height: 14px;
}

.nooverflow {
  overflow: hidden;
}

/** END: Font Styles **/

/** START: Sprites **/
.sprite-social {
  display: block;
  width: 28px;
  height: 28px;
  background: transparent url("social_sprite.png") no-repeat left top;
}
.social-facebook {
  background-position: -37px 0;
}
.social-email {
  background-position: -73px 0;
}
/** END: Sprites **/

/** START: Layout **/

body {
  max-width: 100%;
  overflow-x: hidden;
}

.container-week {
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
}

.container-fluid {
  padding: 0;
}

#page_content {
  position: relative;
  overflow-x: visible;
  margin: 0 auto;
}

.socialnav {
  display: block;
  position: relative;
  overflow: hidden;
  clear: both;
  padding: 9px 0;
}
.socialnav ul {
  float: right;
  position: relative;
  overflow: hidden;
  clear: both;
  list-style: none none outside;
}
.socialnav li {
  float: left;
}
.socialnav li + li {
  margin-left: 9px;
}

.head-banner {
  height: 52px;
  background: #f43736;
}
.logo {
  float: left;
  padding: 14px 0;
}
.giftlink {
  float: right;
  padding: 17px 0 0;
  margin-left: -35px;
  margin-right: 120px;
}

.title {
  padding: 37px 60px;
  text-align: center;
}

/** END: Layout **/

/** START: Global **/
.form-control {
  font-family: Montserrat, Arial, Helvetica, Sans-Serif;
  font-size: 16px;
  line-height: 32px;
  padding: 0 0 0 4px;
  border-color: #ccc;
}
.form-horizontal .control-label {
}

#mainhead {
  position: relative;
}

.infobar {
  padding: 16px 16px 16px 31px;
  font-family: Montserrat, Arial, Helvetical, Sans-Serif;
  font-size: 16px;
  font-weight: 600;
  text-indent: -15px;
  background: #eee;
}
.infobar span {
  color: #f43736;
}

#mainfoot {
  padding: 30px 10px;
  font-size: 11px;
  font-weight: 300;
  border-top: 8px solid #eeeeee;
}
#mainfoot p {
  margin-bottom: 10px;
}
.appstore {
  width: 75%;
  margin-bottom: 20px;
}

/** END: Global **/

/** START: Form **/
.countryselection {
  overflow: hidden;
  margin-bottom: 40px;
  padding: 20px 0;
  font-size: 14px;
  font-weight: 600;
  border-bottom: 1px solid #d9d9d9;
}
.countryselection ul {
  float: right;
  margin-right: 8px;
  list-style: none none outside;
}
.countryselection li {
  float: left;
}
.countryselection li + li {
  margin-left: 15px;
}
.countryselection .radio {
  min-height: 0;
  padding-top: 0;
}
.countryselection input:checked + span {
  color: #f43736;
}

.subtype {
  overflow: hidden;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #d9d9d9;
}

.bothOffer .printOffer .digitalOffer {
  padding: 47px 32px 0;
}

.canadaProvinceDD,
.paypalSection,
.creditCardLabel p {
  display: none;
}

div.error {
  color: #c52020;
  font-weight: 300;
  margin-top: 2px;
}
.form-control.error {
  border-color: #c52020;
}

.offerSelections p {
  min-height: 34px;
  margin-bottom: 25px;
  font-size: 13px;
  font-weight: 400;
}
.offerSelections .covers {
  margin-bottom: 25px;
}
.offerSelections label {
  font-size: 14px;
  font-weight: 700;
}
.offerSelections .radio {
  min-height: 0;
  padding-top: 0;
}
.bothOffer {
  background: transparent url("bestdeal.png") no-repeat left top;
  background-origin: content-box;
  background-position: 0 -45px;
  padding: 47px 32px 0;
}
.printOffer {
  padding: 47px 32px 0;
  border-left: 1px solid #d9d9d9;
}
.digitalOffer {
  padding: 47px 32px 0;
  border-left: 1px solid #d9d9d9;
}

.description h3 {
  margin-bottom: 10px;
  font-size: 19px;
  line-height: 23px;
  text-align: center;
}
.description p {
  margin-bottom: 40px;
  font-size: 14px;
  text-align: center;
}

.billing_info {
  overflow: hidden;
}

.billingform {
  overflow: hidden;
  padding: 50px 20px;
}

.billingform .form-group {
  margin: 0 0 15px;
}

.col-left-nopad {
  padding-left: 0;
}
.col-right-nopad {
  padding-right: 0;
}

.paymentform {
  overflow: hidden;
  /* padding: 40px 20px; */
}

.emailprefs h4 {
  margin-bottom: 5px;
}
.emailprefs .radio-inline {
  vertical-align: top;
}
.emailprefs label {
  font-family: Montserrat, Sans-Serif;
  font-size: 11px;
} /*
.internaloffers .main span {
	padding-top: 1px;
}
.externaloffers .main {
	padding-top: 1px;
}*/

.emailprefs .radio-inline:last-child {
  width: 180px;
}

.paymentform .form-group {
  margin: 0 0 20px;
}
.paymentform label {
  font-family: Montserrat, Sans-Serif;
  font-size: 13px;
}
.cctypes {
  overflow: hidden;
  margin-bottom: 15px;
}
.comodo,
.ssl {
  display: inline-block;
}

/** END: Form **/

/** START: Confirm **/
.confirm h2 {
  position: relative;
  display: block;
  margin-bottom: 35px;
  padding: 20px 5px;
  font-family: Montserrat, Sans-Serif;
  font-size: 24px;
  font-weight: 600;
  border: 1px solid #d9d9d9;
  border-width: 1px 0;
}

.cctypes {
  width: 140%;
}

#canadaStatesOptions {
  width: 119%;
}

#USStates {
  width: 119%;
}

.confirm h5 {
  font-family: Montserrat, Sans-Serif;
  font-size: 13px;
  line-height: 19px;
  font-weight: 600;
  text-transform: uppercase;
}
.confirm p {
  margin-bottom: 19px;
  font-family: Montserrat, Sans-Serif;
  font-size: 13px;
  line-height: 19px;
  font-weight: 300;
}

.confirm h2 span {
  position: absolute;
  bottom: 5px;
  left: 5px;
  font-family: Montserrat, Sans-Serif;
  font-size: 11px;
  font-weight: 600;
}

.content {
  padding: 0 5px;
}
.confirm .container-week {
  margin-bottom: 0px;
}
.confirm .col-left {
  margin-bottom: 40px;
}
.confirm .col-right {
  float: right;
}

/** END: Confirm **/

/* added 09/12/2024  */
/* increase padding for payment capture  */
/* added max width so reCaptcha would not float to the right. */
#helper {
	padding: 50px 20px;
	max-width: 760px;
	margin: 0 auto;
}
/* Changed existing button image to actual html button */
.subscribe-button {
  background-color: #e93f33;
  color: #ffffff;
  border: none;
  padding: 12px 28px;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 4px;
  cursor: pointer;
  outline: none;
  font-family: "Helvetica Neue", Arial, sans-serif;
  border-radius: 2px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease;
  width: 288px;
  height: 69px;
  margin-bottom: 10px;
}

.subscribe-button:hover {
  background-color: #d9382e; /* Darker red on hover */
}

button span.loader {
  display: none;
  height: 20px;
  width: 20px;
}
button:disabled span.loader {
  display: inline-block;
}
button:disabled *:not(.loader) {
  display: none;
}

/* Loader */
.loader {
  width: 40px;
  height: 40px;
  border: 3px solid #fff;
  border-bottom-color: transparent;
  border-radius: 50%;
  animation: rotation 0.75s linear infinite;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Displays message for Payment Capture */
.helper-callout {
  max-width: 1060px;
  margin: 20px auto;
}

@media (max-width: 1199px) {
  .covers {
    width: auto;
    height: 147px;
  }
}

@media (max-width: 1030px) {
  /** START: Confirm **/
  .confirm h2 span {
    font-size: 9px;
  }
  /** END: Confirm **/
}

@media (max-width: 991px) {
  .head-banner .container-week {
    padding: 0 10px;
  }

  h1 {
    font-size: 24px;
  }
  .bothOffer .printOffer .digitalOffer p {
    min-height: 51px;
  }

  /** START: Confirm **/
  .confirm h2 {
    font-size: 20px;
  }
  .confirm h2 span {
    font-size: 9px;
  }
  /** END: Confirm **/
}

@media (max-width: 767px) {
  .socialnav li:last-child {
    margin-right: 9px;
  }
  .radio-inline {
    margin-left: 1px;
    width: 15%;
  }

  .giftlink {
    float: right;
    padding: 11px 0 0;
  }
  .countryselection ul {
    display: table;
    float: none;
    margin: 0 auto;
    padding-left: 0;
  }
  .offerSelections {
    display: table;
    max-width: 350px;
    margin: 0 auto;
  }
  .digitalOffer {
    border: 0 none;
    margin-top: 40px;
    border-top: 1px solid #d9d9d9;
  }
  .printOffer {
    border: 0 none;
    margin-top: 40px;
    border-top: 1px solid #d9d9d9;
  }
  .bothOffer .printOffer .digitalOffer p {
    min-height: 0;
  }
  .covers {
    width: 100%;
    height: auto;
    max-width: 400px;
  }
  .bothOffer .printOffer .digitalOffer:first-child p {
    width: 240px;
  }

  .appstore {
    width: 100%;
    margin-bottom: 20px;
  }
  input[type="checkbox"],
  input[type="radio"] {
    margin-top: 2px;
  }
  .riskfree {
    width: 100%;
    height: auto;
  }

  /** START: Confirm **/

  .confirm h2 {
    font-size: 24px;
  }
  .confirm .container-week {
    margin-bottom: 20px;
  }
  .confirm .col-right {
    float: none;
  }
  /** END: Confirm **/
}

@media (max-width: 620px) {
  #canadaStatesOptions {
    width: 100%;
  }

  #USStates {
    width: 100%;
  }
}

@media (max-width: 480px) {
  h1 {
    font-size: 24px;
  }
  .infobar {
    font-size: 14px;
  }

  #canadaStatesOptions {
    width: 125%;
  }

  #USStates {
    width: 125%;
  }

  .countryselection input + span {
    padding-left: 5px;
  }

  .paymentform input[type="image"] {
    /* width: 100%; */
    height: auto;
  }
}

@media (max-width: 380px) {
  .emailprefs .main {
    margin-bottom: 10px;
    margin-left: 0;
    padding-left: 0;
  }
}

@media only screen and (min-width: 375px) and (max-width: 667px) {
  .col-xs-6.col-left-nopad {
    width: 45% !important;
  }
}

@media only screen and (min-width: 601px) and (max-width: 906px) and (orientation: portrait) {
  .col-xs-6.col-left-nopad {
    width: 45% !important;
  }
}

@media only screen and (min-width: 601px) and (max-width: 991px) and (orientation: landscape) {
  .col-xs-6.col-left-nopad {
    width: 45% !important;
  }
}
.diglink {
  float: right;
  padding: 15px 0 0;
  margin-right: -39%;
}
footer {
  padding: 30px 10px;
  font-size: 11px;
  font-weight: 300;
  border-top: 8px solid #eeeeee;
  max-width: 1060px;
  width: 100%;
  margin: 0 auto;
}
footer p {
  margin-bottom: 10px;
}

#Submit {
  color: #ffffff;
  background-color: #e60003;
  font-size: 18px;
  padding: 15px 25px;
  font-weight: bold;
  text-transform: uppercase;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .giftlink {
    margin-left: -20%;
    margin-right: 32%;
  }
  #canadaOfferBOTH {
    margin-left: 12%;
  }
  #canadaOfferPRINT {
    margin-left: 10%;
  }
  #foreignOfferBOTH {
    margin-left: 12%;
  }
  #foreignOfferPRINT {
    margin-left: 12%;
  }
}

@media only screen and (max-width: 375px) and (orientation: portrait) {
  .bothOffer1 {
    width: 93%;
  }
  #offerSelectionBOTH1 {
    margin-left: 2%;
  }
  .giftlink {
    margin-left: -18%;
    margin-right: 27%;
  }
  .diglink {
    margin-top: -1%;
  }
  #canadaOfferBOTH {
    margin-left: 5%;
  }
  #canadaOfferPRINT {
    margin-left: 5%;
  }
  #foreignOfferBOTH {
    margin-left: 5%;
  }
  #foreignOfferPRINT {
    margin-left: 5%;
  }
  #usOfferBOTH {
    margin-left: 5%;
  }
  #usOfferPRINT {
    margin-left: 5%;
  }
}

@media only screen and (min-width: 375px) and (max-width: 667px) and (orientation: landscape) {
  .giftlink {
    margin-right: 24% !important;
  }
  .diglink {
    margin-right: -33% !important;
    margin-top: -1% !important;
  }
  #canadaOfferBOTH {
    margin-left: 5% !important;
  }
  #canadaOfferPRINT {
    margin-left: 5% !important;
  }
  #foreignOfferBOTH {
    margin-left: 5% !important;
  }
  #foreignOfferPRINT {
    margin-left: 5% !important;
  }
  #usOfferBOTH {
    margin-left: 5% !important;
  }
  #usOfferPRINT {
    margin-left: 5% !important;
  }
  .crossword {
    margin-left: 2% !important;
  }
}

@media only screen and (max-width: 767px) and (orientation: portrait) {
  .giftlink {
    margin-left: -10%;
    margin-right: 31%;
  }
  .diglink {
    margin-top: -1%;
  }
  #canadaOfferBOTH {
    margin-left: 5% !important;
  }
  #canadaOfferPRINT {
    margin-left: 5% !important;
  }
  #foreignOfferBOTH {
    margin-left: 5% !important;
  }
  #foreignOfferPRINT {
    margin-left: 5% !important;
  }
  #usOfferBOTH {
    margin-left: 5% !important;
  }
  #usOfferPRINT {
    margin-left: 5% !important;
  }
}
@media only screen and (max-width: 414px) and (orientation: portrait) {
  .giftlink {
    margin-left: -18%;
    margin-right: 28%;
  }
  .diglink {
    margin-top: -1%;
  }
  #canadaOfferBOTH {
    margin-left: 5% !important;
  }
  #canadaOfferPRINT {
    margin-left: 5% !important;
  }
  #foreignOfferBOTH {
    margin-left: 5% !important;
  }
  #foreignOfferPRINT {
    margin-left: 5% !important;
  }
  #usOfferBOTH {
    margin-left: 5% !important;
  }
  #usOfferPRINT {
    margin-left: 5% !important;
  }
  .crossword {
    width: 96% !important;
  }
}

@media only screen and (max-width: 906px) and (orientation: landscape) {
  .giftlink {
    margin-left: -3% !important;
    margin-right: 28% !important;
  }
  #canadaOfferBOTH {
    margin-left: 5% !important;
  }
  #canadaOfferPRINT {
    margin-left: 5% !important;
  }
  #foreignOfferBOTH {
    margin-left: 5% !important;
  }
  #foreignOfferPRINT {
    margin-left: 5% !important;
  }
  #usOfferBOTH {
    margin-left: 5% !important;
  }
  #usOfferPRINT {
    margin-left: 5% !important;
  }
  .crossword {
    margin-left: -6%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .giftlink {
    margin-left: -5%;
    margin-right: 25%;
  }
}
@media only screen and (min-width: 375px) and (max-width: 667px) and (orientation: portrait) {
  .ipcrsfix {
    margin-left: 6% !important;
  }
  .bestdeal1 {
    margin-left: 6% !important;
  }
  #offerSelectionBOTH1 {
    margin-left: 6% !important;
  }
  #offerSelectionBOTH2 {
    margin-left: 6% !important;
  }
  .bestdeal {
    margin-left: 6% !important;
  }
  #offerSelectionPRINT1 {
    margin-left: 6% !important;
  }
  #offerSelectionPRINT2 {
    margin-left: 6% !important;
  }
}
@media only screen and (min-width: 414px) and (max-width: 736px) and (orientation: landscape) {
  .bestdeal1 {
    margin-left: -6% !important;
  }
  #offerSelectionBOTH1 {
    margin-left: -6% !important;
  }
  #offerSelectionBOTH2 {
    margin-left: -6% !important;
  }
  .bestdeal {
    margin-left: -6% !important;
  }
  #offerSelectionPRINT1 {
    margin-left: -6% !important;
  }
  #offerSelectionPRINT2 {
    margin-left: -6% !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
   {
  }
  .bestdeal1 {
    margin-left: -35% !important;
  }
  #offerSelectionBOTH1 {
    margin-left: -32% !important;
  }
  #offerSelectionBOTH2 {
    margin-left: -32% !important;
  }
}
@media only screen and (min-width: 414px) and (max-width: 906px) and (orientation: landscape) {
  .ipcrsfix {
    margin-left: 20% !important;
  }
}
