﻿/* CLEAR
------------------------------------------------------------ */
html,
body {
  width: 100%;
  min-height: 100%;
}
html,
body,
ul,
ol,
dl,
li,
dt,
dd,
p,
blockquote,
fieldset,
legend,
img,
form,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  /* overflow: hidden; */
}

blockquote,
fieldset,
legend,
img,
form {
  border: 0;
}
address {
  font-style: normal;
}
button:-moz-focus-inner {
  padding: 0;
  border: none;
}
/* remove firefox padding */
button {
  cursor: pointer;
}

/* panel from bootstrap*/
.panel-default {
  border-color: #ddd;
}
.panel {
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  padding: 24px;
  width: 60%;
  font-size: 13px;
}

input,
textarea,
button,
select {
  font: normal 13px Verdana, Arial, sans-serif;
}
p {
  margin: 0 0 12px;
}
a {
  color: #fff;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  background-color: #da291c;
  font-weight: 400;
  padding: 11px 15px;
  text-decoration: none;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
a:hover,
a:focus {
  background-color: #f83a2c;
}
small {
  font-size: 11px;
}

ul {
  list-style-position: inside;
}

@-moz-document url-prefix() {
  #exp_year {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  #exp_month {
    padding-top: 13px;
    padding-bottom: 13px;
  }
}

img {
  max-width: 100%;
}

input,
textarea {
  max-width: 100%;
}

input[type="text"] {
  box-sizing: border-box;
}

input[type="checkbox"]:checked + label::after {
  content: "";
  position: absolute;
  width: 1.2ex;
  height: 0.4ex;
  background: rgba(0, 0, 0, 0);
  top: 0.6ex;
  left: 0.4ex;
  border: 3px solid #000;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

input[type="checkbox"] {
  line-height: 2.1ex;
}

input[type="checkbox"] {
  position: absolute;
  left: -999em;
}

input[type="checkbox"] + label {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

input[type="checkbox"] + label::before {
  content: "";
  display: inline-block;
  vertical-align: -25%;
  height: 2ex;
  width: 2ex;
  background-color: white;
  border: 1px solid rgb(215, 215, 215);
  border-radius: 1px;
  margin-right: 0.5em;
  margin-bottom: 0.1em;
}

.product-detail {
  font-size: 1.5rem;
  margin: 0;
}

.product-detail-small {
  font-weight: Bold;
  font-size: 1rem;
  margin: 0;
}

/* (optional) if your <td> itself is flex with space-between, neutralize it */
td.payment-row { justify-content: flex-start; }  /* or remove flex on that td */
.icon-warning {
  vertical-align: middle;
  top: -5px;
  left: -15px;
  position: relative;
}

.icon-button {
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;

  display: inline-block;     /* keeps it inline with the text */
  vertical-align: middle;    /* aligns to text line */
  line-height: 1;            /* avoid extra vertical slack */
  position: relative;
  top: -3px;                 /* nudge upwards (tune -1..-3px) */
}
.icon-button img {
  width: 16px;
  height: 16px;
  display: block;
}

.text-gray {
  color: #acacac !important;
}

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.alert {
  padding: 15px;
  margin: 20px 0;
  border: 1px solid transparent;
  border-radius: 4px;
}

.checkout-input {
  border-radius: 0;
  border: solid;
  border-width: 1px !important;
  border-color: #d7d7d7;
  grid-area: input;
  line-height: 1.5;
  min-height: 50px;
  font-size: 1rem;
  padding: 0 0 0 15px;
}

.form-control {
  display: block;
  width: 100%;
}

div.topmenu {
  display: table;
}

div.safariWarning {
  display: none;
  border-style: solid;
  border-width: 0.1em;
  border-color: Red;
  text-align: left;
  padding-left: 10px;
  padding-top: 5px;
}

.active {
  background-color: #f83a2c !important;
  color: #fff;
  font-weight: bold;
  font-size: 1.2em;
}

.pager {
  text-align: center;
  float: left;
  width: 180px;
  padding: 10px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  height: 30px;
}

.iframe {
  width: 800px;
  height: 450px;
  border: 0px;
}

.padding-bottom-md {
  padding-bottom: 1em;
}

.padding-bottom-lmg {
  padding-bottom: 1.5em;
}

.padding-bottom-lg {
  padding-bottom: 2em;
}

.padding-bottom-xl {
  padding-bottom: 3em;
}

.padding-x-md {
  padding: 0 1em;
}

.padding-y-xs {
  padding: 0 0.25em;
}
.padding-y-sm {
  padding: 0 0.5em;
}
.padding-y-md {
  padding: 0 1em;
}
.padding-y-lg {
  padding: 0 1.5em;
}
.padding-y-xl {
  padding: 0 3em;
}

.checkout-section-indent
{
  padding-left: 15px;
}

#paymentSubjectId {
  float: left;
  width: 150px;
  text-align: left;
}

#paymentSubjects {
  float: left;
}

#paymentInstrument {
  width: 150px;
  clear: left;
  float: left;
  text-align: left;
}

#paymentInstruments {
  float: left;
}

#customerName {
  width: 150px;
  clear: left;
  float: left;
}

#txtCustomerName {
  float: left;
}

#transactionAmount {
  width: 150px;
  clear: left;
  float: left;
}

#txtTransactionAmount {
  float: left;
}

#initializePayment {
  padding: 3px 0 3px 14px;
}

.selectPaymentItem {
  margin: 24px 0;
}

.buttonsRow {
  display: flex;
  margin-bottom: 15px;
}

.buttonsRowWrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.buttonsRowPaymentLogos {
  display: flex;
  flex-grow: 1;
  justify-content: center;
  flex-wrap: wrap;
  flex-basis: min-content;
  min-width: 120px;
}

.buttonContainer {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #d7d7d7;
}

.buttonContainer input {
  margin-left: 1em;
}

.btn {
  border: 1px solid transparent;
  background-color: #da291c;
  color: #fff;
  padding: 11px 15px;
  font-size: 18px;
  line-height: 1;
  transition: all 0.3s, color 0.3s;
}

span.ico-arrow-right {
  width: 16px;
  height: 16px;
  display: inline-block;
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="170" height="256"><path fill="black" d="M170 127.99 42.81 0 0 43.08 84.39 128 0 212.92 42.81 256 170 128.01l-.01-.01z"/></svg>') no-repeat center / contain;
  background-color: #fff;
  vertical-align: middle;
}

.btn:hover {
  background-color: #f83a2c;
}
.buttonSecondary {
  background-color: #fff;
  color: #da291c;
  border-color: #da291c;
}

.buttonSecondary:hover {
  color: #fff;
}

.buttonWide,
.buttonSmall {
}

.buttonWide:hover,
.buttonSmall:hover,
.buttonWide:focus,
.buttonSmall:focus,
.buttonWide:active,
.buttonSmall:active {
  cursor: pointer;
  outline: 0;
}

.payment-option-logo{
  max-width: 63px;
  max-height: 44px;
  height: 44px;
  width: auto;
}

.payment-option-logo.logo--gpay{
  position: relative;
  top: -4px;   
  transform: scale(1.45);
}

.fldErrBot {
  color: Blue;
}

.alertpanel,
.errorpanel,
.okpanel {
  clear: both;
  padding: 0.5em 1em 0.5em 0.7em;
  margin: 10px 10px 10px 0;
}
.alertpanel {
  clear: both;
  background-image: url(../Images/bul_alrtmsg.gif);
  background-repeat: no-repeat;
  background-position: 12px 0.8em;
  background-color: #fff;
  border: 1px solid #ff7139;
}
.errorpanel {
  clear: both;
  background-image: url(../Images/bul_errormsg.gif);
  background-repeat: no-repeat;
  background-position: 12px 0.8em;
  background-color: #fff;
  border: 1px solid red;
  margin: 60px auto;
}
.okpanel {
  clear: both;
  background-color: #fff;
  border: 1px solid blue;
}
.alertpanel h3,
.errorpanel h3,
.okpanel h3 {
  margin-top: 2px;
  padding-left: 25px;
}

/* basic blocks */

#body {
  width: 100%;
  clear: both;
}
#sidebar-left {
  width: 210px;
  float: left;
  margin: 0 20px 0 0;
}
#content {
  width: 670px;
  float: right;
  overflow: hidden;
}

/* DEBUG
------------------------------------------------------------ */
.time {
  position: absolute;
  top: 2px;
  left: 2px;
  color: #f3f3f3;
  display: none;
}
.logout {
  position: absolute;
  top: 45px;
  left: 2px;
  color: #72be44;
  display: block;
  font-size: 1.3em;
  font-weight: bold;
}
.hidden {
  display: none !important;
}

#header {
  background: none repeat scroll 0 0 transparent;
  margin: 0;
  padding: 0;
}

.ov {
  clear: both;
  width: 100%;
}

.iv {
  margin: 0 auto;
  position: relative;
  text-align: left;
  max-width: 712px;
}

#header .iv {
  padding: 0 24px;
  background-color: #fff;
  text-align: center;
}

#header img {
  color: #ffffff;
  margin: 7px 0;
}

h2 {
  font-size: 20px;
  line-height: 1.2;
}

h3 {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  margin-top: 28px;
}

h2 + h3 {
  margin-top: 32px; 
}

.buttonsRow input,
.buttonsRow button {
  margin-left: 14px;
  margin-top: 14px;
}
#selectPaymentInstrumentType table tr td input[type="radio"] {
  margin-left: 14px;
  margin-right: 14px;
  padding-top: 4px;
}
#selectPaymentInstrumentType table tr label {
  padding-top: 4px;
}
#selectPaymentInstrumentType table tr td img {
  margin-left: 14px;
  padding-top: 4px;
  vertical-align: middle;
}

#imageDiv {
  width: 80px;
}

#main {
  margin: 0;
  min-height: 160px;
}

#main .iv {
  background-color: #fff;
  padding: 24px;
}

#site {
  width: 100%;
  margin-top: 30px; /* overflow: hidden; */
}

.error1 {
  background-image: url("../Images/ico-error-notifications-big.svg");
  background-size: 48px 48px;
  background-repeat: no-repeat;
  margin-top: 50px;
  min-height: 160px;
  padding-left: 60px;
  margin-bottom: 50px;
}

.errorLabel {
  color: #ff0000;
}

#top:after,
#body:after,
#phone:after,
#sec-nav ul:after,
#categories:after,
#phone-copy:after,
.quickaccess:after,
.pushcontent:after,
#mobile-phones:after,
#properties .tab:after,
#phone-sorting ul:after,
#pc .phones ul li div:after,
#webcalc .controls:after,
#sub-navigation-top:after,
#phone-copy .options:after,
#phone-list form #filters ol:after,
#sidebar-left .recycle .cms:after,
#sidebar-left .stores .content ul:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.table-header-visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    input[type="submit"] {
      -webkit-appearance: none;
    }
  }
}

@media screen and (max-width: 1000px) {
  input[type="radio"] {
    transform: scale(2.5);
  }

  .icon-button {
     margin-left: -0.5rem;
  }

  .icon-button img {
    width: 32px;
    height: 32px;
    display: block;
  }

  #selectPaymentInstrumentType table tr label {
    margin-left: 14px;
    padding-top: 25px;
    font-size: 18px;
  }

  .desktopOnly {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  #main .iv {
    padding: 12px;
  }

  .product-detail {
    font-size: 22px;
  }

  .buttonsRow {
    display: flex;
    flex-direction: column-reverse;
  }

  .buttonsFlexReverse {
    display: flex;
    flex-direction: column-reverse;
  }
  .buttonsRow {
    max-width: 300px;
    background-position: 218px center;
  }
}

@media screen and (max-width: 500px) {
  .hideOnSmall {
    display: none;
  }

  .product-table,
  .product-table tbody,
  .product-table tr,
  .product-table td {
    display: block;
    width: 100%;
  }

  .product-table td:first-child {
    margin-bottom: 1em;
  }
}

@media screen and (max-width: 400px) {
  .padding-y-xl {
    padding: 0 2em;
  }
}
@media screen and (max-width: 350px) {
  .padding-y-xl {
    padding: 0 0.5em;
  }
}

@media screen and (min-width: 1000px) {
  .mobileOnly {
    display: none;
  }
}
