/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
body {
  background-color: #fff !important;
  color: #485262;
  font-family: "Roboto", sans-serif;
}
#client-image img {
  width: 80px !important;
  height: 80px !important;
  border-radius: 100%;
}
#ip-slider-checkout .slick-slide {
  box-shadow: 0 8px 30px -7px #dbdbdb;
  margin: 2em 1.1em;
  padding: 0 10px;
  border-radius: 20px;
}
#ip-slider-checkout .brz-icon-svg {
  color: #dfdfdf;
  font-size: 20px;
}
/* Customize the label (the container) */
.refundorder-block #refundform .radioipbutton {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#productimage {
  text-align: center;
}

/* Hide the browser's default radio button */
.refundorder-block #refundform .radioipbutton input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom radio button */
.refundorder-block #refundform label span.checkmark {
  position: absolute;
  top: 12px;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.refundorder-block #refundform .radioipbutton:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.refundorder-block #refundform .radioipbutton input:checked ~ .checkmark {
  background-color: #fff;
  border: 1px solid #89909d;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.refundorder-block #refundform label span.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.refundorder-block #refundform .radioipbutton input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.refundorder-block #refundform .radioipbutton .checkmark::after {
  top: 4px;
  left: 4px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #89909d;
}
.refreqrequired {
  color: #e20000;
}
/*
download page css
*/
.ip-refundpage {
  padding: 30px 0px;
}
#refundform .extrareason textarea {
  font-size: 20px;
  color: #89909d;
  background: #fff;
  border-color: #89909d;
  border-radius: 5px;
  max-width: 100%;
  height: 150px;
}
.refrequest-title h1 {
  font-size: 60px;
  color: #354052;
  font-family: Source Sans Pro;
  font-weight: 600;
  line-height: 70px;
}
.ip-refundpage {
  max-width: 1200px;
  margin: 0 auto !important;
}
.refundorder-block h3 {
  color: #3a81f5;
  font-size: 40px;
  font-weight: 500;
  font-family: Source Sans Pro;
  line-height: 50px;
  border-bottom: 2px solid #89909d3b;
  margin-bottom: 30px;
  padding-bottom: 0;
}
#refundorderphoto {
  width: 45%;
  float: right;
}
#refundordertext {
  width: 51%;
  text-align: left;
  float: left;
}
.ip-refundpage table {
  border: 0;
}
.ip-refundpage table tr td {
  border: 0;
  font-size: 24px;
  color: #89909d;
  font-family: Source Sans Pro;
  font-weight: 300;
  line-height: 34px;
  padding: 6px 0px;
}
.ip-refundpage table tr th {
  border: 0;
  font-size: 24px;
  color: #354052;
  font-family: Source Sans Pro;
  font-weight: 400;
  line-height: 34px;
  padding: 6px 0px;
}
.booleanfalse p a {
  color: #3a81f5;
  text-decoration: none;
  cursor: pointer;
}
.booleanfalse {
  padding: 40px 0px;
}
.emailtyhankyou {
  color: #3a81f5;
  font-weight: 700;
}
.booleanfalse p {
  margin: 0;
  font-size: 34px;
  color: #354052;
  font-family: Source Sans Pro;
  font-weight: 400;
  line-height: 34px;
}
.booleanfalse p span.warningicon {
  background-image: url("images/warning.png");
  display: inline-block;
  width: 37px;
  background-size: 100%;
  height: 33px;
  margin-right: 10px;
  background-repeat: no-repeat;
}
.textbfalse {
  position: relative;
  bottom: 6px;
}
.refundorder-block #refundform {
  padding: 0;
}
.refundorder-block #refundform #formcontainer {
  max-width: 100%;
}
.refundorder-block #refundform #formcontainer #refundrequestform {
  border: 0;
  padding: 0;
}
.refundorder-block #refundform label {
  font-size: 24px;
  color: #89909d;
  font-family: Source Sans Pro;
  font-weight: 400;
  line-height: 34px;
  padding: 6px 0px;
  margin-bottom: 0;
  display: inline-block;
}
#refundform .extrareason input {
  width: 100%;
  font-size: 20px;
  color: #89909d;
  background: #ebebeb;
  border-color: #89909d;
  border-radius: 5px;
  max-width: 400px;
  height: 40px;
}
#ip-thankyou img {
  width: 200px;
}
#ip-thankyou {
  text-align: center;
  padding: 20px 0px;
}
#ip-thankyou h4 {
  font-size: 40px;
  color: #354052;
  font-family: Source Sans Pro;
  font-weight: 400;
  line-height: 50px;
  padding-top: 20px;
}
#ip-thankyou p {
  font-size: 24px;
  color: #354052;
  font-family: Source Sans Pro;
  font-weight: 400;
  line-height: 34px;
}
#thanksnumber span {
  display: block;
  width: 60px;
  height: 60px;
  text-align: center;
  border: 1px solid #707070;
  border-radius: 100%;
  padding-top: 5px;
  color: #89909d;
  font-size: 30px;
  font-family: Source Sans Pro;
  font-weight: 300;
}
#thanksnumber {
  display: inline-block;
  vertical-align: middle;
  width: 60px;
  margin-right: 20px;
}
#thankscontent {
  display: inline-block;
  vertical-align: middle;
  width: 80%;
}
#thanks-ip {
  display: none;
}
#refundrequest p span.selectreasontop {
  position: absolute;
  top: 15px;
  left: 31%;
}
#refundrequest {
  position: relative;
}
#listcontentthanks {
  margin-bottom: 20px;
  padding-bottom: 20px;
}
#thankscontent h5 {
  margin-bottom: 2px;
  font-size: 24px;
  color: #354052;
  font-family: Source Sans Pro;
  font-weight: 700;
  line-height: 34px;
}
#thankscontent p {
  margin: 0;
  font-size: 24px;
  color: #354052;
  font-family: Source Sans Pro;
  font-weight: 400;
  line-height: 34px;
}

.extrareason {
  display: none;
  position: relative;
}
.extrareason input {
  position: absolute;
  top: -46px;
  left: 12%;
}
#wrapper-download {
  text-align: center;
  background: #fff;
  padding-top: 70px;
  padding-bottom: 70px;
}
.container-thankyou {
  max-width: 900px;
  margin: 0 auto;
}
#thankyoutitle h2 {
  color: #a3a3a3;
  font-size: 116px;
  text-transform: none;
  font-weight: 600;
  line-height: 1.3em;
  margin: 0;
  font-family: "Roboto", Sans-serif;
}
#thankyoutitle {
  padding-bottom: 60px;
}
#contenttext {
  text-align: left;
}
#photoproduct {
  display: inline-block;
  width: 40%;
  vertical-align: middle;
}
#textproduct {
  display: inline-block;
  width: 59%;
  vertical-align: middle;
  padding: 15px;
}
#textproduct p {
  font-family: "Roboto", Sans-serif;
  font-size: 22px;
  color: #0a0a0a;
}
.tabledownload {
  padding-top: 60px;
}
.tabledownload table {
  border: 0;
  border-collapse: collapse;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 30%);
}
.tabledownload table tr th {
  border: 0;
  background-color: #4673e8 !important;
  color: white;
  text-align: left;
  font-weight: 700;
  font-family: "Roboto", Sans-serif;
  font-size: 20px;
  text-transform: uppercase;
}
.tabledownload table tr td {
  border: 0;
  font-weight: 400;
  text-align: left;
  font-family: "Roboto", Sans-serif;
  font-size: 20px;
  color: #0a0a0a;
}
.tabledownload table tr td a {
  text-decoration: none;
}
.tabledownload table tr td.downloadfile {
  text-align: center;
}
.tabledownload table tr td a img {
  width: 20px;
}
.tabledownload table tr td {
  border: 0;
}
.ip-table-downloads tr:nth-child(2n + 1) {
  background-color: #4673e81f;
}
#sendform button.activebutton {
  background: #3a81f5 !important;
  border-color: #3a81f5 !important;
  color: #fff !important;
  pointer-events: all !important;
}
#content {
  position: relative;
  min-height: 100%;
}

#sendform button#submit {
  cursor: not-allowed;
}
#sendform button.activebutton {
  cursor: pointer !important;
}
#sendform p {
  display: none;
}

.refundorder-block
  #refundform
  #formcontainer
  #refundrequestform
  #sendform
  p
  span.reqfield {
  color: #e20000;
}
body.page-template-refund-request footer {
  position: absolute;
  width: 1200px;
  clear: both;
  bottom: -180px;
  left: 50%;
  margin-left: -600px !important;
}
body.page-template-checkout footer {
  display: none;
}
.refundorder-block #refundform #formcontainer #refundrequestform #sendform p {
  font-size: 20px;
  color: #89909d;
  font-family: Source Sans Pro;
  font-weight: 300;
  line-height: 34px;
  padding: 6px 0px;
  text-transform: capitalize;
  text-align: left;
  max-width: 343px;
}
.ip-toggle-policies {
  padding-top: 60px;
}
.ip-toggle-policies a {
  cursor: pointer;
  font-size: 24px;
  color: #3a81f5;
  font-family: Source Sans Pro;
  font-weight: 400;
  line-height: 34px;
}
.ip-toggle-policies a span.toggleicon {
  background-image: url("images/dropdown-icon-blue.png");
  display: inline-block;
  width: 26px;
  background-size: 100%;
  height: 20px;
  margin-right: 10px;
}
.ip-toggle-policies a span.toggleicon {
  background-image: url("images/dropdown-icon-blue.png");
  display: inline-block;
  width: 20px;
  background-size: 100%;
  height: 24px;
  margin-left: 22px;
  background-repeat: no-repeat;
  background-position: 0px 4px;
}
#refundrequestcontent {
  margin-top: 40px;
  display: none;
}
#onlinerefundtext ul {
  margin: 0;
  padding-left: 24px;
}
#onlinerefundtext ul li {
  font-size: 24px;
  color: #354052;
  font-family: Source Sans Pro;
  font-weight: 400;
  line-height: 34px;
  padding: 6px 0px;
}

footer {
  text-align: center;
  background: #4673e7;
  padding-top: 15px;
  padding-bottom: 15px;
}
footer ul {
  margin: 0;
}
footer ul li {
  display: block;
}
footer p {
  margin-bottom: 0;
  color: #fff;
  padding-top: 5px;
  font-size: 15px;
  font-family: roboto;
}
footer ul li img {
  width: 25px;
}
table.ip-table-downloads img {
  width: 25px;
}
.woocommerce-order-received #ip-left-col-checkout {
  display: none;
}
.woocommerce-order-received #ordernowform {
  border: 0;
  padding-left: 0;
  max-width: 100%;
  flex: 1 1 1000%;
}
.woocommerce-order-received #ip-product-title-checkout {
  display: none;
}
#wrapper-download .woocommerce-customer-details {
  display: none;
}
#wrapper-download .woocommerce-order-details {
  display: none;
}
.woocommerce-order-received .herocheckout {
  display: none !important;
}
.page-template-refund-request #masthead {
  display: none;
}
#refundform {
  padding: 60px 0px;
  text-align: center;
}
#formcontainer {
  max-width: 900px;
  margin: 0 auto;
}
#refundform form {
  border: 1px solid #80808030;
  text-align: left;
  padding: 40px;
}
#refundform form h3 {
  text-align: center;
  margin-bottom: 40px;
  color: #a3a3a3;
  font-size: 40px;
  text-transform: none;
  font-weight: 600;
  font-family: "Roboto", Sans-serif;
  text-transform: uppercase;
}
#refundform p {
  font-family: "Roboto", Sans-serif;
  font-size: 14px;
  color: #0a0a0a;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 6px;
}
#refundform input {
  border: 1px solid #80808063;
  display: block;
  width: 100%;
  font-family: Roboto;
  color: black;
  font-size: 16px;
}
#refundform .submitform input {
  background: #4673e7;
  color: #fff;
  font-family: Roboto;
  font-weight: 600;
  text-transform: uppercase;
  border: 0;
  padding: 16px 0px;
}
#refundform input:disabled {
  background: #8080801c !important;
}
#refundform select:disabled {
  background: #8080801c !important;
}
#refundform select {
  border: 1px solid #80808063;
  display: block;
  width: 100%;
  font-family: Roboto;
  color: black;
  font-size: 16px;
}
.forminput {
  padding-bottom: 30px;
  display: block;
}
.forminput.booleanreason input {
  width: auto !important;
  display: inline-block !important;
}
.forminput.booleanreason label {
  font-family: "Roboto", Sans-serif;
  font-size: 14px;
  color: #0a0a0aa1;
  font-weight: 500;
  margin-bottom: 6px;
}
.forminput.booleanreason {
  line-height: 30px;
}
.bfalse {
  text-align: center;
  background: #c22727;
  padding-top: 0;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
}
.bfalse::before {
  content: "trial expired";
  background-image: url("images/trial-expired-icon.png");
  display: block;
  color: transparent;
  background-size: 70px;
  background-repeat: no-repeat;
  background-position: center;
  height: 134px;
  padding: 60px 0px;
}
#refundform .bfalse p {
  color: #fff;
  margin: 0;
}
#boolean-true {
  display: none;
}
#boolean-false {
  display: none;
}
#sendform button#submit {
  background: #fff;
  color: #89909d;
  font-family: Source Sans Pro;
  font-weight: 600;
  width: 100%;
  font-size: 20px;
  border: 1px solid #89909d;
  border-radius: 5px;
  max-width: 243px;
  padding: 16px 0px;
}
#sendform {
  margin-top: 40px;
}
#thankyou {
  max-width: 800px;
  margin: 0 auto;
  padding: 60px 0px;
  display: none;
}
.page-template-refund-request .site-footer {
  display: none;
}
#refreqbutton {
  display: block;
  background: black;
  text-align: center;
  color: #fff;
  text-decoration: none !important;
  padding: 10px 0px;
  margin-top: 20px;
  margin-bottom: 30px;
}
#thankyou .alert.alert-success {
  border: 1px solid #80808030;
  text-align: center;
  font-size: 20px;
  font-family: roboto;
  line-height: 30px;
  color: #414344;
  padding-top: 0;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
}
#refundform input.disabled {
  pointer-events: none;
  background: #8080801c !important;
  z-index: -111;
  position: relative;
}
#thankyou .alert.alert-success::before {
  content: "success";
  background-image: url("images/success-icon.png");
  display: block;
  color: transparent;
  background-size: 70px;
  background-repeat: no-repeat;
  background-position: center;
  height: 100px;
  padding: 70px 0px;
}

.refundorder-block #refundform label span {
  position: relative;
  top: 3px;
  left: 6px;
}
.ip-pagination a {
  background: #4673e7;
  color: #fff;
  font-family: Roboto;
  font-weight: 600;
  text-transform: uppercase;
  border: 0;
  padding: 16px 0px;
  display: block;
  text-decoration: none;
  cursor: pointer;
}
.ip-pagination {
  text-align: center;
}
#ip-step2 {
  display: none;
}
#boolean-false {
  margin-bottom: 40px;
}
@media only screen and (min-width: 150px) and (max-width: 767px) {
  .textbfalse {
    position: relative;
    bottom: 16px;
  }
  .refundorder-block #refundform .radioipbutton {
    font-size: 16px;
  }
  .refrequest-title h1 {
    font-size: 40px;
    color: #354052;
    font-family: Source Sans Pro;
    font-weight: 600;
    line-height: 70px;
    text-align: center;
  }
  body.page-template-refund-request footer {
    position: initial;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin-left: 0 !important;
  }

  #thankyoutitle h2 {
    font-size: 55px;
  }
  #contenttext {
    text-align: center;
  }
  #photoproduct {
    display: block;
    width: 100%;
    vertical-align: middle;
  }
  #photoproduct img {
    width: 100%;
  }
  #textproduct {
    display: block;
    width: 100%;
    vertical-align: middle;
    padding: 15px;
  }
  #textproduct p {
    font-size: 18px;
  }
  .tabledownload {
    padding-top: 0;
  }
  .tabledownload table tr td {
    font-size: 14px;
  }
  .woocommerce-order-received #ordernowform {
    padding-right: 0 !important;
  }
}
/*
end download page css
*/
.error404 #masthead {
  display: none;
}
.error404 #page {
  max-width: 100%;
}
.error404 #page #primary {
  width: 100%;
}
.error404 #page #primary #main {
  margin: 0;
}

/* Begin: 404 Page Styling */
/* #notfoundcontent {
  text-align: center;
  padding: 100px 0px;
}
#notfoundcontent a {
  background: #30373e;
  color: #fff;
  display: block;
  max-width: 230px;
  margin: 0 auto;
  text-decoration: none;
  font-family: Roboto;
  padding: 14px 20px;
}
#notfoundcontent p {
  font-family: "Roboto", Sans-serif;
  font-size: 22px;
  color: #0a0a0a;
  margin-bottom: 0;
  padding-bottom: 30px;
}
#notfoundcontent h1 {
  color: #a3a3a3;
  font-size: 100px;
  text-transform: none;
  font-weight: 600;
  line-height: 110px;
  margin: 0;
  font-family: "Roboto", Sans-serif;
  padding-bottom: 20px;
}


 #notfoundcontent {
  padding: 60px 30px !important;
} */
/*
#notfoundcontent h1 {
  font-size: 50px !important;
  line-height: 60px !important;
}
#notfoundcontent p {
  font-size: 18px !important;
} */
.site-main #notfoundcontent {
  height: 96vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#notfoundcontent #main {
  display: table;
  width: 100%;
  height: 100vh;
  text-align: center;
}

#notfoundcontent .fzf {
  display: table-cell;
  vertical-align: middle;
}

#notfoundcontent .fzf h1 {
  font-size: 50px;
  display: inline-block;
  padding-right: 12px;
  animation: type 0.5s alternate infinite;
}
/*
button {
border: 4px solid #888;
border-radius: 5px;
background: transparent;
color: #888;
padding: 10px;
font-size: 1em;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
}
button:hover {
border-radius: 10px;
background: #fff;
cursor: pointer;
}*/

#notfoundcontent [data-wipe] {
  display: inline-block;
  padding: 12px 18px;
  text-decoration: none;
  position: relative;
  border: 2px solid #d4d4d4;
  border-radius: 3px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-align: left;
  color: #999999;
  overflow: hidden;
}
#notfoundcontent [data-wipe]:before,
[data-wipe]:after {
  content: attr(data-wipe);
  padding-top: inherit;
  padding-bottom: inherit;
  white-space: nowrap;
  position: absolute;
  top: 0;
  overflow: hidden;
  color: rgb(46, 46, 46);
  background: #d4d4d4;
}
#notfoundcontent [data-wipe]:before {
  left: 0;
  text-indent: 18px;
  width: 0;
}
#notfoundcontent [data-wipe]:after {
  padding-left: inherit;
  padding-right: inherit;
  left: 100%;
  text-indent: calc(-100% - 36px);
  transition: 0.2s ease-in-out;
}
#notfoundcontent [data-wipe]:hover:before {
  width: 100%;
  transition: width 0.2s ease-in-out;
}
#notfoundcontent [data-wipe]:hover:after {
  left: 0;
  text-indent: 0;
  transition: 0s 0.2s ease-in-out;
}

@keyframes type {
  from {
    box-shadow: inset -3px 0px 0px #888;
  }
  to {
    box-shadow: inset -3px 0px 0px transparent;
  }
}
/* End: 404 Page Styling */
#thankscs {
  border: 3px solid #20c048;
  max-width: 700px;
  margin: 0 auto;
  padding: 45px;
  border-radius: 5px;
}
#thankyou-image img {
  width: 100px;
}
#thankyou-image {
  text-align: center;
  margin: 0;
}
#soldoutbox {
  width: 160px;
  height: 160px;
  vertical-align: middle;
  display: block;
  margin: 0 auto;
    margin-top: 0px;
  margin-top: 0px;
  margin-top: 0px;
  background: rgb(0 0 0 / 55%);
  text-align: center;
  color: #fff;
  padding-top: 62px;
  border-radius: 100%;
  margin-top: -130px;
  position: relative;
  bottom: 73px;
}
#soldoutbox h4 {
  font-family: Roboto;
  font-size: 32px;
  font-weight: 700;
}
#soldoutbox {
  width: 160px;
  height: 160px;
  vertical-align: middle;
  display: block;
  margin: 0 auto;
  margin-top: 0px;
  margin-top: 0px;
  margin-top: 0px;
  background: rgb(0 0 0 / 55%);
  text-align: center;
  color: #fff;
  padding-top: 62px;
  border-radius: 100%;
  margin-top: -130px;
  position: relative;
  bottom: 73px;
}
#productimage img {
  width: 300px;
  height: 230px;
  object-fit: cover;
}
.page-template-checkout header {
  display: none;
}
.page-template-checkout .site-footer {
  display: none;
}

footer {
  margin: 0 !important;
}
article {
  margin: 0 !important;
}
#ordernowform {
  border-left: 1px solid #8080803d;
  padding-left: 90px;
}
#ordernowform .checkout.woocommerce-checkout .col-1 {
  float: none;
  width: 100%;
}
#ordernowform label {
  font-size: 22px;
  font-family: "Roboto", Sans-serif;
  font-weight: 400;
  line-height: 2;
  color: #333;
}
#ordernowform input {
  color: #666666;
  background-color: #fafafa;
  border-color: #cccccc;
  padding: 12px 15px;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  outline: 0;
  line-height: normal;
}
#ordernowform .select2-selection.select2-selection--single {
  color: #666666;
  background-color: #fafafa;
  border-color: #cccccc;
  padding: 12px 15px;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  outline: 0;
  line-height: normal;
  height: auto;
  border-radius: 0;
}
#ordernowform
  .select2-selection.select2-selection--single
  .select2-selection__arrow {
  top: 16px;
  right: 8px;
}
#order_review #place_order {
  display: block;
  float: none;
  width: 100% !important;
  background: #4474e9;
  padding: 20px 0px !important;
}
#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background: transparent;
  border-radius: 0;
}
.formcheckoutmain .brz-container {
  max-width: 1000px !important;
}
#testimonial-slider .slick-slide {
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1) !important;
  border-radius: 5px !important;
  padding: 30px 15px 30px 15px;
  padding-bottom: 30px;
  overflow: hidden;
  position: relative;
  text-align: center;
  background-color: #f2f2f2;
  padding-bottom: 0 !important;
}
#testimonial-slider .slick-slide #quote {
  margin: 0;
}
#client-name p strong {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #000;
  margin-bottom: 0;
  margin-top: 10px;
}
#ip-slider-checkout h1 span {
  font-weight: 700;
  font-size: 18px;
  font-family: "Roboto", Sans-serif;
  line-height: 1.42857143;
  color: #333;
}
#testimonial-slider {
  margin-top: 0;
}
#ordernowform #payment label img {
  height: 23px;
}
#ordernowform #payment label {
  font-size: 16px;
}
#ordernowform #payment li input {
  width: auto !important;
}
#ordernowform #payment ul {
  padding: 0 !important;
  border: 0 !important;
}
#ordernowform #payment .form-row.place-order {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
#ip-product-image-checkout .brz-video-elem.brz-css-fxzba {
  background: black !important;
}
#ip-product-image-checkout
  .brz-video-custom-video-controls
  .brz-video-custom-play-pause-btn
  svg {
  color: #fff !important;
}
#ip-product-image-checkout
  .brz-video-custom-video-controls
  .brz-video-custom-controls.brz-css-elwwq
  .brz-video-custom-total-time {
  color: #fff;
}
#ip-product-image-checkout
  .brz-video-custom-video-controls
  .brz-video-custom-controls.brz-css-elwwq
  .brz-video-custom-current-time {
  color: #fff;
}
#ip-product-image-checkout
  .brz-video-custom-video-controls
  .brz-video-custom-controls.brz-css-elwwq
  .brz-video-custom-slider::before {
}
#ip-product-image-checkout .brz-video-custom-video-controls {
  background: black !important;
}
html,
body,
and other div relative {
  width: 100%;
}
#ip-product-image-checkout
  .brz-video-custom-video-controls
  .brz-video-custom-controls.brz-css-elwwq
  .brz-video-custom-slider::before {
  background: #fff !important;
}
#ip-product-image-checkout .brz-video-custom-video-controls .nc-icon-wrapper {
  color: #fff !important;
}
#ip-product-image-checkout
  .brz-video-custom-volume-controls.brz-video-custom-slider
  .brz-video-custom-progress {
  background: #4474e9 !important;
}
#ip-product-image-checkout
  .brz-video-custom-volume-controls.brz-video-custom-slider::before {
  background: #fff !important;
}
#ip-product-title-checkout {
  margin: 0;
}
#ip-price-checkout {
  font-size: 30px;
  font-weight: 700;
  font-family: "Roboto", Sans-serif;
  line-height: 1.42857143;
  color: #333;
  margin-bottom: 15px;
}
#ordernowform
  #order_review
  .payment_box.payment_method_stripe_cc.wc-stripe-no-methods {
  background-color: #ccc3 !important;
  padding: 20px 20px !important;
  width: 400% !important;
  margin-top: 10px !important;
}
#ordernowform #order_review .payment_box {
  background-color: #ccc3 !important;
  padding: 20px 20px !important;
  width: 100% !important;
  margin-top: 10px !important;
}
#ordernowform
  #order_review
  .payment_box.payment_method_stripe_cc.wc-stripe-no-methods::before {
  display: none;
}
#ordernowform #order_review li {
  width: 32%;
  vertical-align: top;
  display: inline-block;
}

.woocommerce-error {
  margin-bottom: 1em !important;
}
.woocommerce-error li {
  width: 100% !important;
  color: red;
}

.woocommerce-error::before {
  display: none !important;
}

#ordernowform #order_review .wc-stripe-card-icons-container {
  display: none;
}
#ordernowform #payment label img {
  height: 23px;
  float: none !important;
  margin-left: 0 !important;
}
#ordernowform #order_review input {
  margin-right: 5px !important;
}

#ordernowform #order_review .payment_box::before {
  display: none;
}

#ordernowform
  #order_review
  .payment_box.payment_method_btcpaygf_default::before {
  display: none;
}
#ordernowform #payment ul::before {
  content: "Payment Method";
  display: block;
  margin-top: 40px;
  margin-bottom: 20px;
  color: #000 !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  font-family: "Roboto", Sans-serif;
}
#ordernowform #order_review li.wc_payment_method.payment_method_ppcp {
  width: 40% !important;
  padding-left: 30px;
}
/* #ordernowform
  #order_review
  li.wc_payment_method.payment_method_btcpaygf_default {
  float: right;
  width: 20%;
} */
#ordernowform
  #order_review
  li.wc_payment_method.payment_method_stripe_cc.stripe-small-container.wc-stripe-no-desc {
  width: 25% !important;
}

@media only screen and (min-width: 1600px) and (max-width: 1800px) {
  .ip-refundpage {
    padding: 60px 100px;
  }
  .refrequest-title h1 {
    font-size: 50px;
  }
  .refundorder-block h3 {
    font-size: 35px;
  }
  #refundrequest p span.selectreasontop {
    position: absolute;
    top: 15px;
    left: 33%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  #refundrequest p span.selectreasontop {
    position: absolute;
    top: 15px;
    left: 37%;
  }
  .ip-refundpage {
    padding: 50px 150px;
  }
  .refrequest-title h1 {
    font-size: 50px;
  }
  .refundorder-block h3 {
    font-size: 35px;
  }
  .ip-refundpage table tr td {
    font-size: 20px;
  }
  .ip-refundpage table tr th {
    font-size: 20px;
  }
  .refundorder-block #refundform label {
    font-size: 20px !important;
  }
  #onlinerefundtext ul li {
    font-size: 20px !important;
  }
  .booleanfalse p {
    font-size: 30px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1400px) {
  #refundrequest p span.selectreasontop {
    position: absolute;
    top: 15px;
    left: 33%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  #onlinerefundtext ul li {
    font-size: 20px;
  }
  .ip-refundpage {
    padding: 60px 160px;
  }
  .refrequest-title h1 {
    font-size: 50px;
    line-height: 60px;
  }
  .refundorder-block h3 {
    font-size: 30px;
  }
  .ip-refundpage table tr td {
    font-size: 20px;
  }
  .ip-refundpage table tr th {
    font-size: 20px;
  }
  .refundorder-block #refundform label {
    font-size: 20px !important;
  }
  .booleanfalse p {
    margin: 0;
    font-size: 30px;
    color: #354052;
    font-family: Source Sans Pro;
    font-weight: 400;
    line-height: 40px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .ip-toggle-policies a span.toggleicon {
    display: inline-block;
    width: 16px;
    background-size: 100%;
    height: 20px;
    margin-left: 22px;
    background-repeat: no-repeat;
    background-position: 0px 4px;
  }
  .ip-refundpage {
    padding: 60px 130px;
  }
  .refrequest-title h1 {
    font-size: 50px;
  }
  .refundorder-block h3 {
    font-size: 30px;
  }
  .ip-refundpage table tr td {
    font-size: 18px;
    padding: 3px 0px;
  }
  .ip-refundpage table tr th {
    font-size: 18px;
    padding: 3px 0px;
  }
  .refundorder-block #refundform label {
    font-size: 18px !important;
  }
  #sendform button#submit {
    font-size: 18px !important;
    width: 180px !important;
  }
  .ip-toggle-policies a {
    font-size: 20px !important;
  }
  #onlinerefundtext ul li {
    font-size: 18px;
    line-height: 28px;
  }

  body.page-template-refund-request footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin-left: 0 !important;
  }
  .booleanfalse p {
    margin: 0;
    font-size: 26px;
    color: #354052;
    font-family: Source Sans Pro;
    font-weight: 400;
    line-height: 36px;
  }
  #refundrequest p span.selectreasontop {
    position: absolute;
    top: 15px;
    left: 38%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .refundorder-block #refundform label {
    font-size: 18px !important;
    margin: 0 !important;
  }
  #sendform button#submit {
    font-size: 18px !important;
    max-width: 180px !important;
  }
  .ip-toggle-policies a {
    font-size: 20px;
  }
  body.page-template-refund-request footer {
    position: initial;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin-left: 0 !important;
  }
  .refrequest-title h1 {
    font-size: 40px;
  }
  .ip-refundpage {
    padding: 50px 100px;
  }
  .refundorder-block h3 {
    font-size: 24px;
    line-height: 34px;
  }
  .ip-refundpage table tr th {
    font-size: 18px;
  }
  .ip-refundpage table tr td {
    font-size: 18px;
  }
  #refundrequest p span.selectreasontop {
    position: absolute;
    top: 9px;
    left: 50%;
    right: 0;
  }
  .refundorder-block #refundform label {
    font-size: 20px;
  }
  #onlinerefundtext ul li {
    font-size: 20px;
  }
  .booleanfalse p {
    font-size: 22px;
  }
  #ip-thankyou h4 {
    font-size: 24px;
  }
  #ip-thankyou p {
    font-size: 18px;
  }
  #thankscontent h5 {
    font-size: 20px;
  }
  #thankscontent p {
    font-size: 20px;
  }

  #ordernowform {
    border-left: 1px solid #8080803d;
    padding-left: 30px;
  }
  #ip-left-col-checkout {
    padding-right: 30px;
  }
  #ordernowform #order_review li.wc_payment_method.payment_method_ppcp {
    width: 40% !important;
    padding-left: 10px;
  }
}
@media only screen and (min-width: 150px) and (max-width: 767px) {
  .ip-refundpage {
    padding: 30px 30px;
  }
  .refundorder-block h3 {
    font-size: 30px;
    line-height: 40px;
    text-align: center;
  }
  #ip-thankyou img {
    width: 100px;
  }
  #ip-thankyou h4 {
    font-size: 25px;
  }
  #ip-thankyou p {
    font-size: 18px;
    line-height: 28px;
  }
  #thanksnumber {
    display: block;
    width: 100%;
    text-align: center;
    margin-right: 0;
    margin-bottom: 20px;
  }
  #thanksnumber span {
    margin: 0 auto;
  }
  #thankscontent {
    display: block;
    vertical-align: middle;
    width: 100%;
    text-align: center;
  }
  #thankscontent h5 {
    font-size: 20px;
  }
  #thankscontent p {
    font-size: 16px;
    line-height: 26px;
  }
  #thanks-ip h3 {
    font-size: 22px;
  }
  .booleanfalse p {
    text-align: center;
    font-size: 18px;
  }

  #refundordertext {
    width: 100%;
    text-align: left;
    float: none;
  }
  .ip-refundpage table tr td {
    font-size: 14px;
    line-height: 24px;
  }
  .ip-refundpage table tr th {
    font-size: 14px;
    line-height: 24px;
  }
  #refundorderphoto {
    width: 100%;
    float: none;
  }
  #refundrequest p span.selectreasontop {
    position: initial;
    top: 0;
    left: 0;
  }
  .refundorder-block #refundform label {
    font-size: 16px;
  }
  .refundorder-block #refundform label span {
    position: relative;
    top: 0px;
    left: 6px;
  }
  .extrareason input {
    position: initial;
    top: 0;
    left: 0;
  }
  #sendform button#submit {
    max-width: 100% !important;
    width: 100% !important;
    font-size: 16px !important;
  }
  .ip-toggle-policies a {
    font-size: 18px;
    line-height: 28px;
  }
  #onlinerefundtext ul li {
    font-size: 16px;
    line-height: 26px;
  }
  #ip-left-col-checkout {
    padding: 0px 30px;
  }
  #ordernowform {
    border-left: 0;
    padding-left: 30px;
    padding-right: 30px;
  }
  #ordernowform #order_review li.wc_payment_method.payment_method_ppcp {
    width: 40% !important;
    padding-left: 20px;
  }
}

/* Amends By Hossam H. Abdallah */

/* Optimize Banner Content Height */

/* 
#ip-head-banner {
  text-align: center;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 200px;
}


#ip-head-banner img {
  padding: 1rem;
}


#ip-image-logo-checkout {
    position: relative;
    width: fit-content;
    margin: 0 auto;
}

#ip-image-logo-checkout>* {
  width: 100% !important;
}


#ip-head-banner .brz-container, #ip-head-banner .brz-row__container, #ip-head-banner .brz-row__container  {
  height: 100% !important;
}

#ip-head-banner .brz-section__content img {
  max-height: 100% !important;
} */

#overlay {
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgb(255, 255, 255);
}
#overlay #loader {
  border: calc(200px / 10) solid #ddd;
  border-top: 20px solid var(--defaultColor);
  border-radius: 100%;
  width: 100px;
  height: 100px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
