-/*
##===================================================================##
## @author    : OCdevWizard                                          ##
## @contact   : ocdevwizard@gmail.com                                ##
## @support   : http://help.ocdevwizard.com                          ##
## @license   : http://license.ocdevwizard.com/Licensing_Policy.pdf  ##
## @copyright : (c) OCdevWizard. Smart Popup Checkout Pro Plus, 2018 ##
##===================================================================##
*/

@font-face {
  font-family: 'Roboto-Medium';
  src: url('../smart_popup_checkout_pro_plus_fonts/Roboto-Medium.eot');
  src: url('../smart_popup_checkout_pro_plus_fonts/Roboto-Medium.woff') format('woff'),
  url('../smart_popup_checkout_pro_plus_fonts/Roboto-Medium.ttf') format('truetype'),
  url('../smart_popup_checkout_pro_plus_fonts/Roboto-Medium.svg') format('svg');
}

@font-face {
  font-family: 'Roboto-Regular';
  src: url('../smart_popup_checkout_pro_plus_fonts/Roboto-Regular.eot');
  src: url('../smart_popup_checkout_pro_plus_fonts/Roboto-Regular.woff') format('woff'),
  url('../smart_popup_checkout_pro_plus_fonts/Roboto-Regular.ttf') format('truetype'),
  url('../smart_popup_checkout_pro_plus_fonts/Roboto-Regular.svg') format('svg');
}

@font-face {
  font-family: 'Roboto-Thin';
  src: url('../smart_popup_checkout_pro_plus_fonts/Roboto-Thin.eot');
  src: url('../smart_popup_checkout_pro_plus_fonts/Roboto-Thin.woff') format('woff'),
  url('../smart_popup_checkout_pro_plus_fonts/Roboto-Thin.ttf') format('truetype'),
  url('../smart_popup_checkout_pro_plus_fonts/Roboto-Thin.svg') format('svg');
}

button.smpchpp-call-button {
  /* insert there your css style */
  width: 100% !important;
  border-bottom: 1px solid #ddd !important;
}

button.smpchpp-main-call-button {
  /* insert there your css style */
}

#smpchpp-modal-body * {
  vertical-align: baseline;
  font-weight: inherit;
  font-family: inherit;
  font-style: inherit;
  font-size: 100%;
  border: 0 none;
  outline: 0;
  padding: 0;
  margin: 0;
  box-sizing: content-box;
}

#smpchpp-modal-body {
  background: #fff;
  max-width: 400px;
  width: 90%;
  margin: 0 auto;
  min-height: 100px;
  position: relative;
  overflow: hidden;
}

#smpchpp-modal-body .modal-heading {
  text-align: left;
  background-color: #EDEDED;
  font-family: Roboto-Regular, Arial, Tahoma;
  font-size: 20px;
  color: #333;
  font-weight: normal;
  border-bottom: 1px solid #ddd;
  padding: 0 20px;
  position: relative;
  min-height: 50px;
  line-height: 50px;
  overflow: hidden;
}

#smpchpp-modal-body .modal-close {
  width: 24px;
  height: 24px;
  background: url(close.png) no-repeat;
  right: 15px;
  top: 13px;
  position: absolute;
  opacity: 0.5;
  cursor: pointer !important;
}

#smpchpp-modal-body .modal-body {
  background: #fff;
  padding: 20px;
  overflow: auto;
}

#smpchpp-modal-body .modal-footer {
  padding: 17px 20px 17px 20px;
  background-color: #EDEDED;
  position: relative;
  display: inline-block;
  border-top: 1px solid #ddd;
  width: 100%;
  height: 100%;
  vertical-align: bottom;
  box-sizing: border-box;
}

.smpchpp-modal-loadmask {
  position: absolute;
  z-index: 1000000025;
  width: 100%;
  height: 100%;
  background: #eeeeee;
  opacity: 0.4;
  left: 0;
  top: 0;
}

.smpchpp-modal-loadmask-loading {
  background: url(loading.svg) no-repeat center center;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1000000025;
  top: 0;
  left: 0;
}

#smpchpp-modal-body > #check-data #smpchpp-modal-data .image_block {
  display: block;
  position: relative;
  min-height: 200px;
}

#smpchpp-modal-body > #check-data #smpchpp-modal-data .image_block > .image {
  display: inline-block;
  position: relative;
  text-align: left;
  vertical-align: top;
  float: left;
  border: 1px solid #EDEDED;
  padding: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

#smpchpp-modal-body > #check-data #smpchpp-modal-data .image_block > .image.no_images {
  display: block;
  position: relative;
  text-align: center;
  vertical-align: top;
  float: none;
  border: 1px solid #EDEDED;
  padding: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

#smpchpp-modal-body > #check-data #smpchpp-modal-data .image_block > .images {
  display: inline-block;
  position: relative;
  text-align: left;
  margin: 0 0 0 10px;
  width: 127px;
}

#smpchpp-modal-body > #check-data #smpchpp-modal-data .image_block > .images > img {
  cursor: pointer;
  border: 1px solid #EDEDED;
  padding: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  margin-bottom: 5px;
}

#smpchpp-modal-body > #check-data #smpchpp-modal-data .image_block > .images > img + img {
  margin-left: 7px;
}

#smpchpp-modal-body > #check-data #smpchpp-modal-data .image_block > .images > img:nth-child(2n+1) {
  margin-left: 0px;
}

#smpchpp-modal-body > #check-data #smpchpp-modal-data .image_block > .images > img:hover {
  border: 1px solid #9C9C9C;
}

#smpchpp-modal-body > #check-data #smpchpp-modal-data .modal-product-description {
  display: block;
  position: relative;
  clear: both;
  border: 1px solid #EDEDED;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 10px;
  margin: 5px 0 0;
}

#smpchpp-modal-body > #check-data #smpchpp-modal-data .info-text-block {
  display: block;
  position: relative;
  clear: both;
  border: 1px solid #EDEDED;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 10px;
  margin: 5px 0 0px 0 !important;
}

#smpchpp-modal-body > #check-data #smpchpp-modal-data .processing {
  display: flex;
  position: relative;
  clear: both;
  border: 1px solid #EDEDED;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

#smpchpp-modal-body > #check-data #smpchpp-modal-data .processing > .name {
  display: inline-block;
  width: 132px;
  margin-left: 15px;
  font-family: Roboto-Regular, Arial, Tahoma;
  color: #555;
  padding: 10px 0;
}

#smpchpp-modal-body > #check-data #smpchpp-modal-data .processing > .name > span {
  font-size: 12px;
  display: block;
}

#smpchpp-modal-body > #check-data #smpchpp-modal-data .processing > .name > span.name_main {
  font-size: 14px;
  font-family: Roboto-Medium, Arial, Tahoma;
  color: #000;
}

#smpchpp-modal-body > #check-data #smpchpp-modal-data .processing > .name > span > b {
  color: #000;
}

#smpchpp-modal-body > #check-data #smpchpp-modal-data .processing > .quantity {
  border-right: 1px solid #ededed;
  border-left: 1px solid #EDEDED;
  display: flex;
  padding: 5px 0;
  align-items: center;
  justify-content: center;
  width: 70px;
  min-height: 82px;
}

#smpchpp-modal-body > #check-data #smpchpp-modal-data .processing > .quantity > div {
  height: 67px;
  width: 42px;
}

#smpchpp-modal-body > #check-data #smpchpp-modal-data .processing > .quantity > div > input.input-quantity {
  border: 1px solid #D9D9D9;
  background: #fff;
  width: 40px;
  display: inline-block;
  height: 19px;
  margin: 3px auto;
  text-align: center;
  clear: both;
  font-family: Roboto-Regular, Arial, Tahoma;
  font-size: 12px;
  color: #444;
}

#smpchpp-modal-body > #check-data #smpchpp-modal-data .processing > .quantity > div > input.input-quantity:after {
  content: &quot; &quot;;
  clear: both;
}

#smpchpp-modal-body > #check-data #smpchpp-modal-data .processing > .quantity > div > button#decrease-quantity,
#smpchpp-modal-body > #check-data #smpchpp-modal-data .processing > .quantity > div > button#increase-quantity {
  text-decoration: none;
  font-size: 14px;
  line-height: 14px;
  color: #444;
  display: block;
  height: 18px;
  font-family: Roboto-Regular, Arial, Tahoma;
  padding: 0px 0px;
  width: 40px;
  margin: 0 auto;
  -webkit-transition: border-color .20s;
  -moz-transition: border-color .20s;
  -o-transition: border-color .20s;
  transition: border-color .20s;
  cursor: pointer;
  background: #F3F3F3;
  border: 1px solid #D9D9D9;
}

#smpchpp-modal-body > #check-data #smpchpp-modal-data .processing > .quantity > div > button#decrease-quantity {
  border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
}

#smpchpp-modal-body > #check-data #smpchpp-modal-data .processing > .quantity > div > button#increase-quantity {
  border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
}

#smpchpp-modal-body > #check-data #smpchpp-modal-data .processing > .quantity > div > button#decrease-quantity:active,
#smpchpp-modal-body > #check-data #smpchpp-modal-data .processing > .quantity > div > button#increase-quantity:active {
  border-color: #4D90FE;
  color: #000;
  -moz-box-shadow: 0 0 10px #D4D4D4 inset;
  -webkit-box-shadow: 0 0 10px #D4D4D4 inset;
  box-shadow: 0 0 10px #D4D4D4 inset;
}

#smpchpp-modal-body > #check-data #smpchpp-modal-data .processing > .quantity > div > button#decrease-quantity:hover,
#smpchpp-modal-body > #check-data #smpchpp-modal-data .processing > .quantity > div > button#increase-quantity:hover {
  background: #F4F4F4;
  border-color: #C0C0C0;
}

#smpchpp-modal-body > #check-data #smpchpp-modal-data .processing > .totals {
  display: inline-block;
  padding: 10px 0;
  margin: 0 0 0 10px;
  position: relative;
  text-align: left;
  vertical-align: top;
}

#smpchpp-modal-body > #check-data #smpchpp-modal-data .processing > .totals > #ocdev-price {
  font-size: 18px;
  font-family: Roboto-Regular, Arial, Tahoma;
  display: block;
  text-align: left;
  color: #333;
}

#smpchpp-modal-body > #check-data #smpchpp-modal-data .processing > .totals > #ocdev-price.old-price {
  font-size: 12px !important;
  color: #999 !important;
  text-decoration: line-through;
}

#smpchpp-modal-body > #check-data #smpchpp-modal-data .processing > .totals > #ocdev-special {
  font-size: 18px;
  font-family: Roboto-Regular, Arial, Tahoma;
  display: block;
  text-align: left;
  color: #333;
}

#smpchpp-modal-body > #check-data #smpchpp-modal-data .processing > .totals > .tax {
  display: block;
  font-size: 12px;
  font-family: Roboto-Regular, Arial, Tahoma;
  color: #333;
}

#smpchpp-modal-body > #check-data #smpchpp-modal-data .processing > .totals > .tax > span {
  display: inline-block;
}

#smpchpp-modal-body > #check-data #smpchpp-modal-data .processing > .totals > .tax > #ocdev-tax {
  display: inline-block;
}

#smpchpp-modal-body > #check-data #smpchpp-modal-data .processing > .totals > .discount {
  font-size: 12px;
  font-family: Roboto-Regular, Arial, Tahoma;
  display: block;
  text-align: left;
  color: #333;
  margin-top: 5px;
}

#smpchpp-modal-body .attributes-table {
  border-collapse: collapse;
  background: #fff;
  width: 100%;
  margin-top: 5px;
}

#smpchpp-modal-body .attributes-table thead tr td {
  border: 1px solid #EDEDED;
  padding: 4px 5px;
  font-size: 12px;
  color: #333;
  background: #F5F5F5;
  font-family: Roboto-Regular, Arial, Tahoma;
}

#smpchpp-modal-body .attributes-table tbody tr td {
  border: 1px solid #EDEDED;
  padding: 2px 5px;
  font-size: 12px;
  color: #333;
  font-family: Roboto-Regular, Arial, Tahoma;
}

#smpchpp-modal-body > #check-data #smpchpp-modal-data .smpchpp-checkout-fields {
  position: relative;
  display: block;
  margin: 5px 0 0 0;
  overflow: auto;
}

#smpchpp-modal-body > #check-data #smpchpp-modal-data .smpchpp-checkout-fields > .left {
  float: left;
  width: 49%;
}

#smpchpp-modal-body > #check-data #smpchpp-modal-data .smpchpp-checkout-fields > .right {
  float: right;
  width: 49%;
}

#smpchpp-modal-body > #check-data #smpchpp-modal-data .smpchpp-checkout-fields > .center {
  clear: both;
  display: block;
  width: 100%;
}

#smpchpp-modal-body > #check-data #smpchpp-modal-data .smpchpp-checkout-fields input,
#smpchpp-modal-body > #check-data #smpchpp-modal-data .smpchpp-checkout-fields select,
#smpchpp-modal-body > #check-data #smpchpp-modal-data .smpchpp-checkout-fields textarea {
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  box-sizing: border-box;
  display: block;
  margin: 0 0 5px 0;
  padding: 2px 5px;
  position: relative;
  width: 100%;
  font-size: 12px;
  color: #333;
  font-family: Roboto-Regular, Arial, Tahoma;
  -webkit-transition: border-color .75s;
  -moz-transition: border-color .75s;
  -o-transition: border-color .75s;
  transition: border-color .75s;
}

#smpchpp-modal-body > #check-data #smpchpp-modal-data .smpchpp-checkout-fields select {
  padding: 4px 5px;
}

#smpchpp-modal-body > #check-data #smpchpp-modal-data .smpchpp-checkout-fields textarea {
  resize: vertical;
}

#smpchpp-modal-body > #check-data #smpchpp-modal-data .smpchpp-checkout-fields input:focus,
#smpchpp-modal-body > #check-data #smpchpp-modal-data .smpchpp-checkout-fields textarea:focus {
  border: 1px solid #5A5F63;
}

#smpchpp-modal-body > #check-data #smpchpp-modal-data .smpchpp-checkout-fields input {
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  box-sizing: border-box;
  display: block;
  margin: 0 0 5px 0;
  padding: 2px 5px;
  position: relative;
  width: 100%;
  font-size: 12px;
  color: #333;
  font-family: Roboto-Regular, Arial, Tahoma;
  -webkit-transition: border-color .75s;
  -moz-transition: border-color .75s;
  -o-transition: border-color .75s;
  transition: border-color .75s;
}

#smpchpp-modal-body > #check-data #smpchpp-modal-data table.smpchpp-methods-table,
#smpchpp-modal-body > #check-data #smpchpp-modal-data table.option {
  border-collapse: collapse;
  width: 100%;
  margin: 5px 0 5px 0;
}

#smpchpp-modal-body > #check-data #smpchpp-modal-data table.option > thead {
  background: #F6F7F7;
}

#smpchpp-modal-body > #check-data #smpchpp-modal-data table.smpchpp-methods-table > thead > tr > td,
#smpchpp-modal-body > #check-data #smpchpp-modal-data table.option > thead > tr > td {
  font-size: 14px;
  color: #333;
  font-family: Roboto-Regular, Arial, Tahoma;
}

#smpchpp-modal-body > #check-data #smpchpp-modal-data table.smpchpp-methods-table td,
#smpchpp-modal-body > #check-data #smpchpp-modal-data table.option td {
  border: 1px solid #ededed;
  padding: 3px 5px;
  font-size: 12px;
  color: #333;
  font-family: Roboto-Regular, Arial, Tahoma;
  vertical-align: middle;
}

#smpchpp-modal-body > #check-data #smpchpp-modal-data table.smpchpp-methods-table > tbody > tr > td > div,
#smpchpp-modal-body > #check-data #smpchpp-modal-data table.option > tbody > tr > td > div {
  margin: 2px 0 0 0;
  display: inline-block;
}

#smpchpp-modal-body > #check-data #smpchpp-modal-data table.smpchpp-methods-table > tbody > tr > td.td-heading,
#smpchpp-modal-body > #check-data #smpchpp-modal-data table.option > tbody > tr > td.td-heading {
  font-family: Roboto-Medium, Arial, Tahoma;
  background: #F6F7F7;
}

#smpchpp-modal-body > #check-data #smpchpp-modal-data table.smpchpp-methods-table > tbody > tr > td.first-td,
#smpchpp-modal-body > #check-data #smpchpp-modal-data table.option > tbody > tr > td.first-td {
  border-right: 1px solid transparent;
  width: 13px;
  padding-right: 0;
  line-height: 18px;
}

#smpchpp-modal-body > #check-data #smpchpp-modal-data table.smpchpp-methods-table > tbody > tr > td:nth-child(3) label,
#smpchpp-modal-body > #check-data #smpchpp-modal-data table.option > tbody > tr > td:nth-child(3) label {
  float: right;
}

#smpchpp-modal-body > #check-data #smpchpp-modal-data table.smpchpp-methods-table > tbody > tr > td > label,
#smpchpp-modal-body > #check-data #smpchpp-modal-data table.option > tbody > tr > td > label {
  color: #333;
  float: left;
  font-family: Roboto-Regular, Arial, Tahoma;
  font-size: 12px;
  line-height: 12px;
}

#smpchpp-modal-body > #check-data #smpchpp-modal-data .option > input,
#smpchpp-modal-body > #check-data #smpchpp-modal-data .option > select,
#smpchpp-modal-body > #check-data #smpchpp-modal-data .option > textarea {
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  box-sizing: border-box;
  display: block;
  margin: 0 0 5px 0;
  padding: 2px 5px;
  position: relative;
  width: 100%;
  font-size: 12px;
  color: #333;
  font-family: Roboto-Regular, Arial, Tahoma;
  -webkit-transition: border-color .75s;
  -moz-transition: border-color .75s;
  -o-transition: border-color .75s;
  transition: border-color .75s;
}

#smpchpp-modal-body > #check-data #smpchpp-modal-data .option > select {
  padding: 4px 5px;
}

#smpchpp-modal-body > #check-data #smpchpp-modal-data .option > textarea {
  resize: vertical;
}

#smpchpp-modal-body > #check-data #smpchpp-modal-data .option > input:focus,
#smpchpp-modal-body > #check-data #smpchpp-modal-data .option > textarea:focus {
  border: 1px solid #5A5F63;
}

#smpchpp-modal-body > #check-data #smpchpp-modal-data .option {
  margin: 5px 0 0 0;
}

#smpchpp-modal-body > #check-data #smpchpp-modal-data #require-information {
  position: relative;
  font-weight: normal;
  font-size: 12px;
  color: #333;
  text-align: right;
  margin: 0px 0 5px 0;
  font-family: Roboto-Regular, Arial, Tahoma;
}

#smpchpp-modal-body > #check-data #smpchpp-modal-data #require-information > a {
  font-weight: normal;
  font-size: 12px;
  color: #026dc0;
  font-family: Roboto-Regular, Arial, Tahoma;
}

#smpchpp-modal-body > #check-data #smpchpp-modal-data #require-information > input[type=checkbox] {
  float: right;
  margin: 2px 0 2px 5px;
}

#smpchpp-modal-body > #check-data #smpchpp-modal-data #require-information > .error-text {
  margin: 3px 0 0 0;
}

#smpchpp-modal-body > #check-data #smpchpp-modal-data .error-text {
  font-size: 11px;
  color: #DF2E2E;
  font-family: Roboto-Regular, Arial, Tahoma;
  display: block;
  margin: -4px 0 2px;
}

#smpchpp-modal-body > #check-data #smpchpp-modal-data .error-text-table,
#smpchpp-modal-body > #check-data #smpchpp-modal-data .error-text-table-option {
  font-size: 11px;
  color: #DF2E2E;
  font-family: Roboto-Regular, Arial, Tahoma;
  display: block;
  margin: 4px 0 2px;
}

#smpchpp-modal-body > #check-data #smpchpp-modal-data .error-style {
  border: 1px solid #DF2E2E !important;
}

#smpchpp-modal-body > #check-data #smpchpp-modal-data .error-style-table > thead > tr > td,
#smpchpp-modal-body > #check-data #smpchpp-modal-data .error-style-table-option > thead > tr > td {
  background: #DF2E2E;
  color: #fff !important;
  border: 1px solid #DF2E2E !important;
}

#smpchpp-modal-body > #check-data #smpchpp-modal-data .error-style-table-option > input,
#smpchpp-modal-body > #check-data #smpchpp-modal-data .error-style-table-option > select,
#smpchpp-modal-body > #check-data #smpchpp-modal-data .error-style-table-option > textarea {
  border: 1px solid #DF2E2E !important;
}

#smpchpp-modal-body .upload-file-button {
  display: inline-block;
  padding: 4px 0 3px;
  margin: 0;
  width: 100%;
  outline: none;
  border: 0;
  font-size: 12px;
  font-family: Roboto-Regular, Arial, Tahoma;
  text-decoration: none;
  color: #FFF;
  background: #3498db;
  text-align: center;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: background .50s;
  -moz-transition: background .50s;
  -o-transition: background .50s;
  transition: background .50s;
  cursor: pointer;
}

#smpchpp-modal-body .upload-file-button:hover {
  background: #2980b9;
}

#smpchpp-modal-body .upload-file-button:active {
  background: #34495e;
}

#smpchpp-modal-body > .modal-footer {
  position: relative;
  display: block;
  padding: 20px;
  -moz-border-radius: 0 0 6px 6px;
  -webkit-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  background: #EDEDED;
  height: auto;
}

#smpchpp-modal-body > .modal-footer > input,
#smpchpp-modal-body > .modal-footer > input.close-button-bottom {
  display: inline-block;
  height: 35px;
  overflow: hidden;
  margin: 0;
  padding: 0px;
  width: 210px;
  outline: none;
  border: 0;
  font-size: 14px;
  font-family: Roboto-Medium, Arial, Tahoma;
  text-decoration: none;
  color: #FFF;
  background: #47c843;
  text-align: center;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  float: right;
  -webkit-transition: background .50s;
  -moz-transition: background .50s;
  -o-transition: background .50s;
  transition: background .50s;
  cursor: pointer;
}

#smpchpp-modal-body > .modal-footer > input:hover {
  background: #3cb736;
}

#smpchpp-modal-body > .modal-footer > input:active {
  background: #33933A;
}

#smpchpp-modal-body > .modal-footer > input.close-button-bottom {
  background: #E94E4E;
}

#smpchpp-modal-body > .modal-footer > input.close-button-bottom:hover {
  background: #E81717;
}

#smpchpp-modal-body > .modal-footer > input.close-button-bottom:active {
  background: #AA3A3A;
}

#smpchpp-modal-body > .modal-footer > .totals {
  border: 2px solid #bbb;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  float: left;
  font-size: 14px;
  padding: 6px 10px 5px;
  position: relative;
  text-align: center;
  font-family: Roboto-Medium, Arial, Tahoma;
  color: #333;
}

#smpchpp-modal-body > .modal-footer > .totals > span {
  display: inline-block;
}

#smpchpp-modal-body > .modal-footer > .totals > #total-order {
  display: inline-block;
}

#smpchpp-data-accordion-sub {
  display: inline-block;
  width: 100%;
}

#smpchpp-data-accordion-sub > div {
  margin-top: 5px;
}

#smpchpp-data-accordion-sub .heading {
  font-size: 14px;
  color: #333;
  font-family: Roboto-Regular, Arial, Tahoma;
  background: #F5F5F5;
  border: 1px solid #DDD;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  padding: 4px 5px 2px;
}

#smpchpp-data-accordion-sub .heading a {
  font-size: 14px;
  line-height: 14px;
  color: #333;
  font-family: Roboto-Regular, Arial, Tahoma;
  text-decoration: none;
}

#smpchpp-data-accordion-sub .heading i,
#smpchpp-data-accordion-sub .section i {
  font-family: FontAwesome;
}

#smpchpp-data-accordion {
  display: inline-block;
  width: 100%;
}

#smpchpp-data-accordion > div {
  margin-top: 5px;
}

#smpchpp-data-accordion .heading {
  font-size: 14px;
  color: #333;
  font-family: Roboto-Regular, Arial, Tahoma;
  background: #F5F5F5;
  border: 1px solid #DDD;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  padding: 4px 5px 2px;
}

#smpchpp-data-accordion .heading a {
  font-size: 14px;
  line-height: 14px;
  color: #333;
  font-family: Roboto-Regular, Arial, Tahoma;
  text-decoration: none;
}

#smpchpp-data-accordion .heading i,
#smpchpp-data-accordion .section i {
  font-family: FontAwesome;
}

#smpchpp-data-accordion .section .next-step-button {
  display: inline-block;
  padding: 4px 0 3px;
  margin: 0;
  width: 100%;
  outline: none;
  border: 0;
  font-size: 12px;
  font-family: Roboto-Regular, Arial, Tahoma;
  text-decoration: none;
  color: #FFF;
  background: #3498db;
  text-align: center;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: background .50s;
  -moz-transition: background .50s;
  -o-transition: background .50s;
  transition: background .50s;
  cursor: pointer;
}

#smpchpp-data-accordion .section .next-step-button:hover {
  background: #2980b9;
}

#smpchpp-data-accordion .section .next-step-button:active {
  background: #34495e;
}

#smpchpp-data-accordion-sub .section .next-step-button {
  display: inline-block;
  padding: 4px 0 3px;
  margin: 0;
  width: 100%;
  outline: none;
  border: 0;
  font-size: 12px;
  font-family: Roboto-Regular, Arial, Tahoma;
  text-decoration: none;
  color: #FFF;
  background: #3498db;
  text-align: center;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: background .50s;
  -moz-transition: background .50s;
  -o-transition: background .50s;
  transition: background .50s;
  cursor: pointer;
}

#smpchpp-data-accordion-sub .section .next-step-button:hover {
  background: #2980b9;
}

#smpchpp-data-accordion-sub .section .next-step-button:active {
  background: #34495e;
}

#smpchpp-data-accordion-sub .section .smpchpp-remove-button {
  display: inline-block;
  padding: 4px 0 3px;
  margin: 0 0 5px 0;
  width: 100%;
  outline: none;
  border: 0;
  font-size: 12px;
  font-family: Roboto-Regular, Arial, Tahoma;
  text-decoration: none;
  color: #FFF;
  background: #E94E4E;
  text-align: center;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: background .50s;
  -moz-transition: background .50s;
  -o-transition: background .50s;
  transition: background .50s;
  cursor: pointer;
}

#smpchpp-data-accordion-sub .section .smpchpp-remove-button:hover {
  background: #E81717;
}

#smpchpp-data-accordion-sub .section .smpchpp-remove-button:active {
  background: #AA3A3A;
}

#smpchpp-data-accordion #collapse-checkout-confirm > div {
  margin: 5px 0 0 0;
}

#smpchpp-data-accordion #collapse-checkout-confirm .buttons {
  width: 100%;
  display: inline-block;
  margin: 5px 0 0 0;
}

#smpchpp-data-accordion #collapse-checkout-confirm .buttons .pull-right {
  float: none !important;
}

#smpchpp-data-accordion #collapse-checkout-confirm #button-confirm,
#smpchpp-data-accordion #collapse-checkout-confirm input[type=submit],
#smpchpp-data-accordion #collapse-checkout-confirm input[type=button] {
  display: inline-block;
  padding: 8px 0 7px !important;
  margin: 0;
  width: 100%;
  outline: none;
  border: 0;
  font-size: 14px;
  font-family: Roboto-Medium, Arial, Tahoma;
  text-decoration: none;
  color: #FFF;
  background: #47c843;
  text-align: center;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: background .50s;
  -moz-transition: background .50s;
  -o-transition: background .50s;
  transition: background .50s;
  cursor: pointer;
}

#smpchpp-data-accordion #collapse-checkout-confirm #button-confirm:hover,
#smpchpp-data-accordion #collapse-checkout-confirm input[type=submit]:hover,
#smpchpp-data-accordion #collapse-checkout-confirm input[type=button]:hover {
  background: #3cb736;
}

#smpchpp-data-accordion #collapse-checkout-confirm #button-confirm:active,
#smpchpp-data-accordion #collapse-checkout-confirm input[type=submit]:active,
#smpchpp-data-accordion #collapse-checkout-confirm input[type=button]:active {
  background: #33933A;
}

#smpchpp-modal-body .table-totals {
  margin-bottom: 5px !important;
}

#smpchpp-modal-body .table-totals table {
  border-collapse: collapse;
  width: 100%;
}

#smpchpp-modal-body .table-totals table tr td {
  border: 1px solid #ededed;
  padding: 3px 5px !important;
  font-size: 12px;
  color: #333;
  font-family: Roboto-Regular, Arial, Tahoma;
  vertical-align: middle;
}

#collapse-checkout-confirm #check-data input,
#collapse-checkout-confirm #check-data select,
#collapse-checkout-confirm #check-data textarea {
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  box-sizing: border-box;
  display: block;
  margin: 0 0 5px 0;
  padding: 4px 5px !important;
  height: auto;
  position: relative;
  width: 100%;
  font-size: 12px;
  color: #333;
  font-family: Roboto-Regular, Arial, Tahoma;
  -webkit-transition: border-color .75s;
  -moz-transition: border-color .75s;
  -o-transition: border-color .75s;
  transition: border-color .75s;
}

#collapse-checkout-confirm #check-data select {
  padding: 4px 5px;
}

#collapse-checkout-confirm #check-data textarea {
  resize: vertical;
}

#collapse-checkout-confirm #check-data input:focus,
#collapse-checkout-confirm #check-data textarea:focus {
  border: 1px solid #5A5F63;
  box-shadow: none;
}

#collapse-checkout-confirm .well {
  padding: 9px !important;
}

#collapse-checkout-confirm h2 {
  font-size: 16px;
}

#collapse-checkout-confirm legend {
  font-size: 16px;
  padding: 5px 0px !important;
  margin-bottom: 10px !important;
}

#collapse-checkout-confirm .col-sm-2 {
  width: 28.666667%;
  padding-right: 10px !important;
}

#collapse-checkout-confirm .col-sm-10 {
  width: 63.333333%;
}

#smpchpp-voucher-success,
#smpchpp-coupon-success,
#smpchpp-reward-success {
  display: block;
  font-size: 12px;
  line-height: 14px;
  padding: 4px 10px;
  margin-bottom: 5px;
  font-family: Roboto-Regular, Arial, Tahoma;
  text-decoration: none;
  color: #FFF;
  border-radius: 3px;
  background: #47c843;
}

@media (min-width: 320px) and (max-width: 359px) {
  #smpchpp-modal-body {
    width: 295px;
  }

  #smpchpp-modal-body > #check-data #smpchpp-modal-data .image_block > .image {
    display: block;
    text-align: center;
    float: none;
  }

  #smpchpp-modal-body > #check-data #smpchpp-modal-data .image_block > .images {
    margin: 8px 0 0 0;
    width: 100%;
  }

  #smpchpp-modal-body > #check-data #smpchpp-modal-data .processing > .quantity {
    width: 40px;
  }

  #smpchpp-modal-body > #check-data #smpchpp-modal-data .processing > .name {
    width: 90px;
    margin-left: 5px;
  }

  #smpchpp-modal-body > #check-data #smpchpp-modal-data .processing > .totals {
    margin: 0 0 0 5px;
  }

  #smpchpp-modal-body > .modal-footer > input, #smpchpp-modal-body > .modal-footer > input.close-button-bottom {
    width: 110px;
  }

  #smpchpp-modal-body > #check-data #smpchpp-modal-data .image_block > .images > img + img {
    margin-left: 2px;
  }

  #smpchpp-modal-body > #check-data #smpchpp-modal-data .image_block > .images > img:nth-child(2n+1) {
    margin-left: 2px;
  }

  #smpchpp-modal-body > #check-data #smpchpp-modal-data .image_block > .images > img:nth-child(5n+1) {
    margin-left: 0px;
  }

  #smpchpp-modal-body > #check-data #smpchpp-modal-data .processing > .name > span.name_main {
    font-size: 12px;
  }

  #smpchpp-modal-body > #check-data #smpchpp-modal-data .processing > .totals > #ocdev-special {
    font-size: 15px;
  }

  #smpchpp-modal-body > #check-data #smpchpp-modal-data .processing > .totals > #ocdev-price.old-price {
    font-size: 11px !important;
  }

  #smpchpp-modal-body > #check-data #smpchpp-modal-data .processing > .totals > .tax {
    font-size: 11px;
  }

  #smpchpp-modal-body > #check-data #smpchpp-modal-data .processing > .totals > .discount {
    font-size: 11px;
  }

  #smpchpp-modal-body > #check-data #smpchpp-modal-data .processing > .quantity > div {
    width: 30px;
  }

  #smpchpp-modal-body > #check-data #smpchpp-modal-data .processing > .quantity > div > button#decrease-quantity,
  #smpchpp-modal-body > #check-data #smpchpp-modal-data .processing > .quantity > div > button#increase-quantity {
    width: 30px;
  }

  #smpchpp-modal-body > #check-data #smpchpp-modal-data .processing > .quantity > div > input.input-quantity {
    width: 30px;
  }
}

@media (min-width: 360px) and (max-width: 414px) {
  #smpchpp-modal-body {
    width: 330px;
  }

  #smpchpp-modal-body > #check-data #smpchpp-modal-data .image_block > .image {
    display: block;
    text-align: center;
    float: none;
  }

  #smpchpp-modal-body > #check-data #smpchpp-modal-data .image_block > .images {
    margin: 8px 0 0 0;
    width: 100%;
  }

  #smpchpp-modal-body > #check-data #smpchpp-modal-data .processing > .quantity {
    width: 40px;
  }

  #smpchpp-modal-body > #check-data #smpchpp-modal-data .processing > .quantity > div {
    width: 30px;
  }

  #smpchpp-modal-body > #check-data #smpchpp-modal-data .processing > .quantity > div > button#decrease-quantity,
  #smpchpp-modal-body > #check-data #smpchpp-modal-data .processing > .quantity > div > button#increase-quantity {
    width: 30px;
  }

  #smpchpp-modal-body > #check-data #smpchpp-modal-data .processing > .quantity > div > input.input-quantity {
    width: 30px;
  }

  #smpchpp-modal-body > #check-data #smpchpp-modal-data .processing > .name {
    margin-left: 10px;
    width: 115px;
  }

  #smpchpp-modal-body > #check-data #smpchpp-modal-data .processing > .name > span.name_main {
    font-size: 12px;
  }

  #smpchpp-modal-body > #check-data #smpchpp-modal-data .processing > .totals {
    margin: 0 0 0 5px;
  }

  #smpchpp-modal-body > #check-data #smpchpp-modal-data .processing > .totals > #ocdev-special {
    font-size: 15px;
  }

  #smpchpp-modal-body > #check-data #smpchpp-modal-data .processing > .totals > #ocdev-price.old-price {
    font-size: 11px !important;
  }

  #smpchpp-modal-body > #check-data #smpchpp-modal-data .processing > .totals > .tax {
    font-size: 11px;
  }

  #smpchpp-modal-body > #check-data #smpchpp-modal-data .processing > .totals > .discount {
    font-size: 11px;
  }

  #smpchpp-modal-body > .modal-footer > input, #smpchpp-modal-body > .modal-footer > input.close-button-bottom {
    width: 150px;
  }

  #smpchpp-modal-body > #check-data #smpchpp-modal-data .image_block > .images > img + img {
    margin-left: 2px;
  }

  #smpchpp-modal-body > #check-data #smpchpp-modal-data .image_block > .images > img:nth-child(2n+1) {
    margin-left: 2px;
  }

  #smpchpp-modal-body > #check-data #smpchpp-modal-data .image_block > .images > img:nth-child(5n+1) {
    margin-left: 0px;
  }
}

/* animations */
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}

.mfp-zoom-in .mfp-with-anim.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-zoom-out .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: scale(1.3);
}

.mfp-zoom-out.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.mfp-zoom-out.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}

.mfp-zoom-out.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-zoom-out.mfp-removing .mfp-with-anim {
  transform: scale(1.3);
  opacity: 0;
}

.mfp-zoom-out.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-move-from-left .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s;
  transform: translateX(-50px);
}

.mfp-move-from-left.mfp-bg {
  opacity: 0;
  transition: all 0.3s;
}

.mfp-move-from-left.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateX(0);
}

.mfp-move-from-left.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-move-from-left.mfp-removing .mfp-with-anim {
  transform: translateX(50px);
  opacity: 0;
}

.mfp-move-from-left.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-move-from-top .mfp-content {
  vertical-align: top;
}

.mfp-move-from-top .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s;
  transform: translateY(-100px);
}

.mfp-move-from-top.mfp-bg {
  opacity: 0;
  transition: all 0.2s;
}

.mfp-move-from-top.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateY(0);
}

.mfp-move-from-top.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-move-from-top.mfp-removing .mfp-with-anim {
  transform: translateY(-50px);
  opacity: 0;
}

.mfp-move-from-top.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-3d-flip .mfp-content {
  perspective: 2000px;
}

.mfp-3d-flip .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform-style: preserve-3d;
  transform: rotateY(-60deg);
}

.mfp-3d-flip.mfp-bg {
  opacity: 0;
  transition: all 0.5s;
}

.mfp-3d-flip.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: rotateY(0deg);
}

.mfp-3d-flip.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-3d-flip.mfp-removing .mfp-with-anim {
  transform: rotateY(60deg);
  opacity: 0;
}

.mfp-3d-flip.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-newspaper .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.5s;
  transform: scale(0) rotate(500deg);
}

.mfp-newspaper.mfp-bg {
  opacity: 0;
  transition: all 0.5s;
}

.mfp-newspaper.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}

.mfp-newspaper.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-newspaper.mfp-removing .mfp-with-anim {
  transform: scale(0) rotate(500deg);
  opacity: 0;
}

.mfp-newspaper.mfp-removing.mfp-bg {
  opacity: 0;
}