@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,700,800');
@import url('fa.css');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,400&display=swap');
.animed {
  -webkit-transition: all .4s cubic-bezier(0,0,0.2,1);
  -moz-transition: all .4s cubic-bezier(0,0,0.2,1);
  transition: all .4s cubic-bezier(0,0,0.2,1);
}
html,
body {
  width: 100%;
  height: 100%;
}
body {
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
  color: #1A3B49;
  font-size: 13px;
}
#screen1,
#screen2,
#screen3,
#screen4 {
  position: relative;
}
#cropnewp {
  display: inline-block;
}
.btn-newcolor {
  background-color: #1B9CD1;
  border: none;
  border-radius: 8px;
  padding: 9px 29px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  outline: none;
  float: right;
  margin-right: 32px;
}
.btn-newcolor:hover {
  background-color: #1c9ad3;
  border-color: #199cd0;
}
.langs {
  width: 100%;
  float: left;
  padding: 10px 30%;
}
.langs a {
  width: 40%;
  float: left;
  color: #1A3B49;
  margin: 5%;
  text-align: center;
  text-decoration: none;
  font-size: 15px;
}
.langs a:last-child {
  margin-left: 0%;
}
.langs a.sel {
  font-weight: 700;
  color: #199cd0;
}
.logged-aex,
.left_menu #bottom_left .text_btm a.logged-aex {
  color: #199cd0;
  font-weight: bold;
}
#mybug {
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 25px;
  right: 25px;
  background-color: #199cd0;
  color: #fff;
  font-size: 20px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  padding-top: 5px;
  z-index: 9919922;
}
#mybug:hover {
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.6);
}
.dropdown.dropcustom .dropdown-menu {
  right: 0px;
}
#searchinprods input {
  border-radius: 5px 0px 0px 5px;
  width: 295px;
  float: left;
  border: 1px solid #cdcdc1;
  padding: 4px;
  height: 34px;
  outline: none;
  border-right: none;
}
#searchinprods select {
  border-radius: 0px;
  width: 230px;
  float: left;
  border: 1px solid #cdcdc1;
  border-right: none;
  padding: 4px;
  height: 34px;
  outline: none;
}
#searchinprods button {
  border-radius: 0px 5px 5px 0px;
  width: 90px;
  float: left;
  background-color: #fff;
  border: 1px solid #cdcdc1;
  padding: 4px;
  height: 34px;
  outline: none;
}
#projects_div {
  width: 100%;
  min-height: calc(100% - 100px);
  height: calc(100% - 100px);
  float: left;
  position: relative;
  padding-top: 24px;
}
#projects_div .container {
  margin-left: calc((100% - 1340px) / 2);
  float: left;
  min-height: 100%;
  height: 100%;
  padding-left: 0px;
}
#allcookies {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0px;
  background: rgba(229,229,229,0.74);
  z-index: 9999999;
  cursor: pointer;
}
#allcookies #cookie_consent {
  width: 650px;
  height: 210px;
  position: relative;
  margin-top: 200px;
  margin-left: calc((100% - 650px) / 2);
  background: #fff;
  border: 3px solid #05204A;
  box-sizing: border-box;
  box-shadow: 0px 4px 4px rgba(0,0,0,0.25);
  border-radius: 11px;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#allcookies #cookie_consent .xclose {
  background: url(images/close.svg) no-repeat center center #fff;
  background-size: 24px;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 5px;
  right: 5px;
}
#allcookies #cookie_consent .message_csnt_ttl {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  color: #343D46;
}
#allcookies #cookie_consent .message_csnt {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  color: #343D46;
  margin-top: 21px;
  margin-bottom: 10px;
}
#allcookies #cookie_consent #close_csnt {
  text-indent: -9999px;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  background: url(images/closex.svg) no-repeat center center;
}
#allcookies #cookie_consent #know_more {
  padding: 8px 36px;
  border: 2px solid #343D46;
  border-radius: 2px;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 15px;
  text-align: center;
  color: #323D47;
  width: 180px;
  display: block;
  float: left;
  margin-left: calc((100% - 340px) / 2);
}
#allcookies #cookie_consent #accept_cookie {
  padding: 8px 36px;
  background: #343D46;
  border-radius: 5px;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  color: #FFFFFF;
  width: 150px;
  display: block;
  float: left;
  display: flex;
  margin-left: 10px;
  justify-content: center;
  align-items: center;
}
#chatwin_dow {
  background-color: rgba(0,0,0,0.5);
}
#chatwin_dow .modal-dialog {
  max-width: 400px;
}
#chatwin_dow .modal-dialog .modal-content {
  min-height: 380px;
  width: 380px;
  padding: 18px 3px 18px 18px;
}
#chatwin_dow .modal-dialog .modal-content .close {
  position: absolute;
  right: 29px;
  top: 17px;
  z-index: 2;
}
#chatwin_dow .modal-dialog .modal-content .info_chat {
  min-height: 443px;
  width: 355px;
  float: left;
  background-color: #FFFFFF;
  position: relative;
  margin-bottom: 10px;
}
#chatwin_dow .modal-dialog .modal-content .info_chat .labeltop {
  width: 100%;
  color: #323C47;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 24px;
  border-bottom: 1px solid #E2E5F1;
  margin-bottom: 6px;
}
#chatwin_dow .modal-dialog .modal-content .info_chat #chat_content2 {
  width: 100%;
  float: left;
  margin-bottom: 6px;
  max-height: 395px;
  overflow-y: auto;
}
#chatwin_dow .modal-dialog .modal-content .info_chat #chat_content2 .chat_row {
  width: 100%;
  float: left;
  border-bottom: 1px solid #E2E5F1;
  padding: 4px 0px;
}
#chatwin_dow .modal-dialog .modal-content .info_chat #chat_content2 .chat_row .chat_by {
  width: 290px;
  float: left;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  line-height: 27px;
  font-weight: bold;
  text-transform: uppercase;
  color: #323C47;
}
#chatwin_dow .modal-dialog .modal-content .info_chat #chat_content2 .chat_row .chat_time {
  float: right;
  width: 27px;
  height: 27px;
  background: url(images/clock.svg) no-repeat center center;
}
#chatwin_dow .modal-dialog .modal-content .info_chat #chat_content2 .chat_row .chat_msg {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  line-height: 19px;
  font-weight: 400;
  color: #323C47;
  width: 100%;
  float: left;
}
#chatwin_dow .modal-dialog .modal-content .info_chat #chat_content2 .chat_row.r {
  width: 99%;
  float: right;
  border-bottom: 1px solid #E2E5F1;
  padding: 4px 0px;
  margin-right: 1%;
}
#chatwin_dow .modal-dialog .modal-content .info_chat #chat_content2 .chat_row.r .chat_by {
  width: 290px;
  float: right;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  line-height: 27px;
  font-weight: bold;
  text-transform: uppercase;
  color: #323C47;
  text-align: right;
}
#chatwin_dow .modal-dialog .modal-content .info_chat #chat_content2 .chat_row.r .chat_time {
  float: left;
  width: 27px;
  height: 27px;
  background: url(images/clock.svg) no-repeat center center;
}
#chatwin_dow .modal-dialog .modal-content .info_chat #chat_content2 .chat_row.r .chat_msg {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  line-height: 19px;
  font-weight: 400;
  color: #323C47;
  width: 100%;
  float: right;
  text-align: right;
}
#chatwin_dow .modal-dialog .modal-content .info_chat ::-webkit-scrollbar-track-piece {
  background-color: #fff;
  -webkit-border-radius: 0;
}
#chatwin_dow .modal-dialog .modal-content .info_chat ::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
#chatwin_dow .modal-dialog .modal-content .info_chat ::-webkit-scrollbar-thumb {
  height: 50px;
  background-color: #999;
  -webkit-border-radius: 4px;
  outline: 2px solid #fff;
  outline-offset: -2px;
  border: 2px solid #fff;
}
#chatwin_dow .modal-dialog .modal-content .info_chat ::-webkit-scrollbar-thumb:hover {
  height: 50px;
  background-color: #9f9f9f;
  -webkit-border-radius: 4px;
}
#chatwin_dow .modal-dialog .modal-content .labelbottom {
  width: 100%;
  float: left;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #FFFFFF;
  border-top: 1px solid #E2E5F1;
  padding: 5px 18px;
}
#chatwin_dow .modal-dialog .modal-content .labelbottom input {
  color: #323C47;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 24px;
  border: none;
  width: 305px;
  border-right: 1px solid #E2E5F1;
  outline: none;
}
#chatwin_dow .modal-dialog .modal-content .labelbottom button {
  width: 26px;
  height: 26px;
  background: url(images/send.svg) no-repeat center center;
  border: none;
  outline: none;
  float: right;
  cursor: pointer;
}
#reportabug {
  background-color: rgba(51,51,51,0.65);
  z-index: 9919923;
}
#reportabug .modal-content {
  border-radius: 10px;
  box-shadow: 0px 10px 30px rgba(0,0,0,0.25);
}
#reportabug .modal-content .modal-header {
  border-bottom: none;
}
#reportabug .modal-content .modal-header .modal-title {
  color: #333333;
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
  position: relative;
  padding-left: 14px;
}
#reportabug .modal-content .modal-header .modal-title:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  height: 36px;
  width: 6px;
  background: #1B9CD1;
  border-radius: 2px;
}
#reportabug .modal-content .modal-footer {
  border-top: none;
}
#reportabug .modal-content .modal-footer .btn-secondary {
  background-color: #fff;
  border: none;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #333;
  outline: none;
}
#reportabug .modal-content .modal-footer #callbugreport {
  padding: 9px 29px;
  background: #1B9CD1;
  border-radius: 8px;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #fff;
}
#reportabug .modal-content .modal-body #bugmsgcnt {
  border: 1px solid #D0D0D0;
  border-radius: 8px;
  padding: 15px 22px;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #898989;
  font-weight: 400;
}
#sendbyemail {
  background-color: rgba(51,51,51,0.65);
}
#sendbyemail .modal-dialog-centered .modal-content {
  border-radius: 10px;
  box-shadow: 0px 10px 30px rgba(0,0,0,0.25);
}
#sendbyemail .modal-dialog-centered .modal-content .modal-header {
  border-bottom: none;
}
#sendbyemail .modal-dialog-centered .modal-content .modal-header .modal-title {
  color: #333333;
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
  position: relative;
  padding-left: 14px;
}
#sendbyemail .modal-dialog-centered .modal-content .modal-header .modal-title:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  height: 36px;
  width: 6px;
  background: #1B9CD1;
  border-radius: 2px;
}
#sendbyemail .modal-dialog-centered .modal-content .modal-footer {
  border-top: none;
}
#sendbyemail .modal-dialog-centered .modal-content .modal-footer .btn-secondary {
  background-color: #fff;
  border: none;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #333;
  outline: none;
  padding: 9px 29px;
}
#sendbyemail .modal-dialog-centered .modal-content .modal-footer #sendtoemaildushow {
  padding: 9px 29px;
  background: #1B9CD1;
  border-radius: 8px;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #fff;
  margin-left: 30px;
}
#sendbyemail .modal-dialog-centered .modal-content .modal-body .row_line label {
  width: 100px;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-top: 14px;
  text-align: left;
}
#sendbyemail .modal-dialog-centered .modal-content .modal-body .row_line input {
  border: 1px solid #D0D0D0;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 15px 16px 14px 24px;
  color: #898989;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
#sendbyemail .modal-dialog-centered .modal-content .modal-body #sendbymailtext {
  border: 1px solid #D0D0D0;
  border-radius: 8px;
  padding: 15px 22px;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #898989;
  font-weight: 400;
}
#share_withx {
  background-color: rgba(51,51,51,0.65);
}
#share_withx .modal-content {
  border-radius: 10px;
  box-shadow: 0px 10px 30px rgba(0,0,0,0.25);
  padding: 12px;
}
#share_withx .modal-content .modal-header {
  border-bottom: none;
}
#share_withx .modal-content .modal-header .modal-title {
  color: #333333;
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
  position: relative;
  padding-left: 14px;
}
#share_withx .modal-content .modal-header .modal-title:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  height: 36px;
  width: 6px;
  background: #1B9CD1;
  border-radius: 2px;
}
#share_withx .modal-content .modal-footer {
  border-top: none;
}
#share_withx .modal-content .modal-footer .btn-secondary {
  background-color: #fff;
  border: none;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #333;
  outline: none;
  padding: 9px 29px;
}
#share_withx .modal-content .modal-footer #dotheshare {
  padding: 9px 29px;
  background: #1B9CD1;
  border-radius: 8px;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #fff;
  margin-left: 30px;
}
#share_withx .modal-content .modal-body .form-group label {
  width: 100%;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-top: 14px;
  text-align: left;
}
#share_withx .modal-content .modal-body .form-group input {
  border: 1px solid #D0D0D0;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 15px 16px 14px 24px;
  color: #898989;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
#share_withx .modal-content .modal-body .form-group #tipacc {
  border: 1px solid #D0D0D0;
  border-radius: 8px;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #898989;
  font-weight: 400;
}
#orderproduct,
#viewmyprod,
#viewmyprod3,
#viewmyprod2,
#makethepay,
#viewmyprodv3,
#viewmyprodx1 {
  background-color: rgba(0,0,0,0.5);
  z-index: 1052;
}
#orderproduct .modal-lg,
#viewmyprod .modal-lg,
#viewmyprod3 .modal-lg,
#viewmyprod2 .modal-lg,
#makethepay .modal-lg,
#viewmyprodv3 .modal-lg,
#viewmyprodx1 .modal-lg {
  max-width: 820px;
}
#orderproduct .modal-lg .modal-content,
#viewmyprod .modal-lg .modal-content,
#viewmyprod3 .modal-lg .modal-content,
#viewmyprod2 .modal-lg .modal-content,
#makethepay .modal-lg .modal-content,
#viewmyprodv3 .modal-lg .modal-content,
#viewmyprodx1 .modal-lg .modal-content {
  height: 520px;
  width: 820px;
}
#orderproduct .modal-lg .modal-content .close,
#viewmyprod .modal-lg .modal-content .close,
#viewmyprod3 .modal-lg .modal-content .close,
#viewmyprod2 .modal-lg .modal-content .close,
#makethepay .modal-lg .modal-content .close,
#viewmyprodv3 .modal-lg .modal-content .close,
#viewmyprodx1 .modal-lg .modal-content .close {
  position: absolute;
  right: 29px;
  top: 17px;
  z-index: 2;
}
#orderproduct .modal-lg .modal-content .sublinestock3,
#viewmyprod .modal-lg .modal-content .sublinestock3,
#viewmyprod3 .modal-lg .modal-content .sublinestock3,
#viewmyprod2 .modal-lg .modal-content .sublinestock3,
#makethepay .modal-lg .modal-content .sublinestock3,
#viewmyprodv3 .modal-lg .modal-content .sublinestock3,
#viewmyprodx1 .modal-lg .modal-content .sublinestock3 {
  width: 100%;
  position: relative;
  height: 54px;
  color: #323C47;
  font-family: 'Montserrat', sans-serif;
  font-size: 17px;
  font-weight: bold;
  line-height: 54px;
  text-align: center;
}
#orderproduct .modal-lg .modal-content .sublinestock3:after,
#viewmyprod .modal-lg .modal-content .sublinestock3:after,
#viewmyprod3 .modal-lg .modal-content .sublinestock3:after,
#viewmyprod2 .modal-lg .modal-content .sublinestock3:after,
#makethepay .modal-lg .modal-content .sublinestock3:after,
#viewmyprodv3 .modal-lg .modal-content .sublinestock3:after,
#viewmyprodx1 .modal-lg .modal-content .sublinestock3:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0px;
  right: 0px;
  height: 1px;
  background: #E2E5F1;
}
#orderproduct .modal-lg .modal-content #bottom_order_content,
#orderproduct .modal-lg .modal-content #bottom_order2_content,
#orderproduct .modal-lg .modal-content #bottom_order2x_content,
#orderproduct .modal-lg .modal-content #bottom_order3x_content,
#orderproduct .modal-lg .modal-content #bottom_order8x_content,
#orderproduct .modal-lg .modal-content #bottom_order4_content,
#orderproduct .modal-lg .modal-content #bottom_order2x1_content,
#viewmyprod .modal-lg .modal-content #bottom_order_content,
#viewmyprod .modal-lg .modal-content #bottom_order2_content,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content,
#viewmyprod .modal-lg .modal-content #bottom_order8x_content,
#viewmyprod .modal-lg .modal-content #bottom_order4_content,
#viewmyprod .modal-lg .modal-content #bottom_order2x1_content,
#viewmyprod3 .modal-lg .modal-content #bottom_order_content,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content,
#viewmyprod3 .modal-lg .modal-content #bottom_order8x_content,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x1_content,
#viewmyprod2 .modal-lg .modal-content #bottom_order_content,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content,
#viewmyprod2 .modal-lg .modal-content #bottom_order8x_content,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x1_content,
#makethepay .modal-lg .modal-content #bottom_order_content,
#makethepay .modal-lg .modal-content #bottom_order2_content,
#makethepay .modal-lg .modal-content #bottom_order2x_content,
#makethepay .modal-lg .modal-content #bottom_order3x_content,
#makethepay .modal-lg .modal-content #bottom_order8x_content,
#makethepay .modal-lg .modal-content #bottom_order4_content,
#makethepay .modal-lg .modal-content #bottom_order2x1_content,
#viewmyprodv3 .modal-lg .modal-content #bottom_order_content,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content,
#viewmyprodv3 .modal-lg .modal-content #bottom_order8x_content,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x1_content,
#viewmyprodx1 .modal-lg .modal-content #bottom_order_content,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2_content,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x_content,
#viewmyprodx1 .modal-lg .modal-content #bottom_order3x_content,
#viewmyprodx1 .modal-lg .modal-content #bottom_order8x_content,
#viewmyprodx1 .modal-lg .modal-content #bottom_order4_content,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x1_content {
  height: 380px;
  width: 100%;
  float: left;
  padding: 22px 40px;
}
#orderproduct .modal-lg .modal-content #bottom_order_content .product_name_det,
#orderproduct .modal-lg .modal-content #bottom_order2_content .product_name_det,
#orderproduct .modal-lg .modal-content #bottom_order2x_content .product_name_det,
#orderproduct .modal-lg .modal-content #bottom_order3x_content .product_name_det,
#orderproduct .modal-lg .modal-content #bottom_order8x_content .product_name_det,
#orderproduct .modal-lg .modal-content #bottom_order4_content .product_name_det,
#orderproduct .modal-lg .modal-content #bottom_order2x1_content .product_name_det,
#viewmyprod .modal-lg .modal-content #bottom_order_content .product_name_det,
#viewmyprod .modal-lg .modal-content #bottom_order2_content .product_name_det,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .product_name_det,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .product_name_det,
#viewmyprod .modal-lg .modal-content #bottom_order8x_content .product_name_det,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .product_name_det,
#viewmyprod .modal-lg .modal-content #bottom_order2x1_content .product_name_det,
#viewmyprod3 .modal-lg .modal-content #bottom_order_content .product_name_det,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .product_name_det,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .product_name_det,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .product_name_det,
#viewmyprod3 .modal-lg .modal-content #bottom_order8x_content .product_name_det,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .product_name_det,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x1_content .product_name_det,
#viewmyprod2 .modal-lg .modal-content #bottom_order_content .product_name_det,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .product_name_det,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .product_name_det,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .product_name_det,
#viewmyprod2 .modal-lg .modal-content #bottom_order8x_content .product_name_det,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .product_name_det,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x1_content .product_name_det,
#makethepay .modal-lg .modal-content #bottom_order_content .product_name_det,
#makethepay .modal-lg .modal-content #bottom_order2_content .product_name_det,
#makethepay .modal-lg .modal-content #bottom_order2x_content .product_name_det,
#makethepay .modal-lg .modal-content #bottom_order3x_content .product_name_det,
#makethepay .modal-lg .modal-content #bottom_order8x_content .product_name_det,
#makethepay .modal-lg .modal-content #bottom_order4_content .product_name_det,
#makethepay .modal-lg .modal-content #bottom_order2x1_content .product_name_det,
#viewmyprodv3 .modal-lg .modal-content #bottom_order_content .product_name_det,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .product_name_det,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .product_name_det,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .product_name_det,
#viewmyprodv3 .modal-lg .modal-content #bottom_order8x_content .product_name_det,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .product_name_det,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x1_content .product_name_det,
#viewmyprodx1 .modal-lg .modal-content #bottom_order_content .product_name_det,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2_content .product_name_det,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x_content .product_name_det,
#viewmyprodx1 .modal-lg .modal-content #bottom_order3x_content .product_name_det,
#viewmyprodx1 .modal-lg .modal-content #bottom_order8x_content .product_name_det,
#viewmyprodx1 .modal-lg .modal-content #bottom_order4_content .product_name_det,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x1_content .product_name_det {
  height: 122px;
  width: 625px;
  border: 1px solid #E2E5F1;
  background-color: #FFFFFF;
  padding: 16px 6px 16px 16px;
  float: left;
}
#orderproduct .modal-lg .modal-content #bottom_order_content .product_name_det img,
#orderproduct .modal-lg .modal-content #bottom_order2_content .product_name_det img,
#orderproduct .modal-lg .modal-content #bottom_order2x_content .product_name_det img,
#orderproduct .modal-lg .modal-content #bottom_order3x_content .product_name_det img,
#orderproduct .modal-lg .modal-content #bottom_order8x_content .product_name_det img,
#orderproduct .modal-lg .modal-content #bottom_order4_content .product_name_det img,
#orderproduct .modal-lg .modal-content #bottom_order2x1_content .product_name_det img,
#viewmyprod .modal-lg .modal-content #bottom_order_content .product_name_det img,
#viewmyprod .modal-lg .modal-content #bottom_order2_content .product_name_det img,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .product_name_det img,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .product_name_det img,
#viewmyprod .modal-lg .modal-content #bottom_order8x_content .product_name_det img,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .product_name_det img,
#viewmyprod .modal-lg .modal-content #bottom_order2x1_content .product_name_det img,
#viewmyprod3 .modal-lg .modal-content #bottom_order_content .product_name_det img,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .product_name_det img,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .product_name_det img,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .product_name_det img,
#viewmyprod3 .modal-lg .modal-content #bottom_order8x_content .product_name_det img,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .product_name_det img,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x1_content .product_name_det img,
#viewmyprod2 .modal-lg .modal-content #bottom_order_content .product_name_det img,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .product_name_det img,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .product_name_det img,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .product_name_det img,
#viewmyprod2 .modal-lg .modal-content #bottom_order8x_content .product_name_det img,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .product_name_det img,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x1_content .product_name_det img,
#makethepay .modal-lg .modal-content #bottom_order_content .product_name_det img,
#makethepay .modal-lg .modal-content #bottom_order2_content .product_name_det img,
#makethepay .modal-lg .modal-content #bottom_order2x_content .product_name_det img,
#makethepay .modal-lg .modal-content #bottom_order3x_content .product_name_det img,
#makethepay .modal-lg .modal-content #bottom_order8x_content .product_name_det img,
#makethepay .modal-lg .modal-content #bottom_order4_content .product_name_det img,
#makethepay .modal-lg .modal-content #bottom_order2x1_content .product_name_det img,
#viewmyprodv3 .modal-lg .modal-content #bottom_order_content .product_name_det img,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .product_name_det img,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .product_name_det img,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .product_name_det img,
#viewmyprodv3 .modal-lg .modal-content #bottom_order8x_content .product_name_det img,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .product_name_det img,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x1_content .product_name_det img,
#viewmyprodx1 .modal-lg .modal-content #bottom_order_content .product_name_det img,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2_content .product_name_det img,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x_content .product_name_det img,
#viewmyprodx1 .modal-lg .modal-content #bottom_order3x_content .product_name_det img,
#viewmyprodx1 .modal-lg .modal-content #bottom_order8x_content .product_name_det img,
#viewmyprodx1 .modal-lg .modal-content #bottom_order4_content .product_name_det img,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x1_content .product_name_det img {
  width: 82px;
  height: 82px;
  float: left;
}
#orderproduct .modal-lg .modal-content #bottom_order_content .product_name_det .fcat,
#orderproduct .modal-lg .modal-content #bottom_order2_content .product_name_det .fcat,
#orderproduct .modal-lg .modal-content #bottom_order2x_content .product_name_det .fcat,
#orderproduct .modal-lg .modal-content #bottom_order3x_content .product_name_det .fcat,
#orderproduct .modal-lg .modal-content #bottom_order8x_content .product_name_det .fcat,
#orderproduct .modal-lg .modal-content #bottom_order4_content .product_name_det .fcat,
#orderproduct .modal-lg .modal-content #bottom_order2x1_content .product_name_det .fcat,
#viewmyprod .modal-lg .modal-content #bottom_order_content .product_name_det .fcat,
#viewmyprod .modal-lg .modal-content #bottom_order2_content .product_name_det .fcat,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .product_name_det .fcat,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .product_name_det .fcat,
#viewmyprod .modal-lg .modal-content #bottom_order8x_content .product_name_det .fcat,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .product_name_det .fcat,
#viewmyprod .modal-lg .modal-content #bottom_order2x1_content .product_name_det .fcat,
#viewmyprod3 .modal-lg .modal-content #bottom_order_content .product_name_det .fcat,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .product_name_det .fcat,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .product_name_det .fcat,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .product_name_det .fcat,
#viewmyprod3 .modal-lg .modal-content #bottom_order8x_content .product_name_det .fcat,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .product_name_det .fcat,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x1_content .product_name_det .fcat,
#viewmyprod2 .modal-lg .modal-content #bottom_order_content .product_name_det .fcat,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .product_name_det .fcat,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .product_name_det .fcat,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .product_name_det .fcat,
#viewmyprod2 .modal-lg .modal-content #bottom_order8x_content .product_name_det .fcat,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .product_name_det .fcat,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x1_content .product_name_det .fcat,
#makethepay .modal-lg .modal-content #bottom_order_content .product_name_det .fcat,
#makethepay .modal-lg .modal-content #bottom_order2_content .product_name_det .fcat,
#makethepay .modal-lg .modal-content #bottom_order2x_content .product_name_det .fcat,
#makethepay .modal-lg .modal-content #bottom_order3x_content .product_name_det .fcat,
#makethepay .modal-lg .modal-content #bottom_order8x_content .product_name_det .fcat,
#makethepay .modal-lg .modal-content #bottom_order4_content .product_name_det .fcat,
#makethepay .modal-lg .modal-content #bottom_order2x1_content .product_name_det .fcat,
#viewmyprodv3 .modal-lg .modal-content #bottom_order_content .product_name_det .fcat,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .product_name_det .fcat,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .product_name_det .fcat,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .product_name_det .fcat,
#viewmyprodv3 .modal-lg .modal-content #bottom_order8x_content .product_name_det .fcat,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .product_name_det .fcat,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x1_content .product_name_det .fcat,
#viewmyprodx1 .modal-lg .modal-content #bottom_order_content .product_name_det .fcat,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2_content .product_name_det .fcat,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x_content .product_name_det .fcat,
#viewmyprodx1 .modal-lg .modal-content #bottom_order3x_content .product_name_det .fcat,
#viewmyprodx1 .modal-lg .modal-content #bottom_order8x_content .product_name_det .fcat,
#viewmyprodx1 .modal-lg .modal-content #bottom_order4_content .product_name_det .fcat,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x1_content .product_name_det .fcat {
  width: 331px;
  color: #656982;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 17px;
  height: 17px;
  margin-top: 13px;
  margin-left: 13px;
  float: left;
}
#orderproduct .modal-lg .modal-content #bottom_order_content .product_name_det .fname,
#orderproduct .modal-lg .modal-content #bottom_order2_content .product_name_det .fname,
#orderproduct .modal-lg .modal-content #bottom_order2x_content .product_name_det .fname,
#orderproduct .modal-lg .modal-content #bottom_order3x_content .product_name_det .fname,
#orderproduct .modal-lg .modal-content #bottom_order8x_content .product_name_det .fname,
#orderproduct .modal-lg .modal-content #bottom_order4_content .product_name_det .fname,
#orderproduct .modal-lg .modal-content #bottom_order2x1_content .product_name_det .fname,
#viewmyprod .modal-lg .modal-content #bottom_order_content .product_name_det .fname,
#viewmyprod .modal-lg .modal-content #bottom_order2_content .product_name_det .fname,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .product_name_det .fname,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .product_name_det .fname,
#viewmyprod .modal-lg .modal-content #bottom_order8x_content .product_name_det .fname,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .product_name_det .fname,
#viewmyprod .modal-lg .modal-content #bottom_order2x1_content .product_name_det .fname,
#viewmyprod3 .modal-lg .modal-content #bottom_order_content .product_name_det .fname,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .product_name_det .fname,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .product_name_det .fname,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .product_name_det .fname,
#viewmyprod3 .modal-lg .modal-content #bottom_order8x_content .product_name_det .fname,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .product_name_det .fname,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x1_content .product_name_det .fname,
#viewmyprod2 .modal-lg .modal-content #bottom_order_content .product_name_det .fname,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .product_name_det .fname,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .product_name_det .fname,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .product_name_det .fname,
#viewmyprod2 .modal-lg .modal-content #bottom_order8x_content .product_name_det .fname,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .product_name_det .fname,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x1_content .product_name_det .fname,
#makethepay .modal-lg .modal-content #bottom_order_content .product_name_det .fname,
#makethepay .modal-lg .modal-content #bottom_order2_content .product_name_det .fname,
#makethepay .modal-lg .modal-content #bottom_order2x_content .product_name_det .fname,
#makethepay .modal-lg .modal-content #bottom_order3x_content .product_name_det .fname,
#makethepay .modal-lg .modal-content #bottom_order8x_content .product_name_det .fname,
#makethepay .modal-lg .modal-content #bottom_order4_content .product_name_det .fname,
#makethepay .modal-lg .modal-content #bottom_order2x1_content .product_name_det .fname,
#viewmyprodv3 .modal-lg .modal-content #bottom_order_content .product_name_det .fname,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .product_name_det .fname,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .product_name_det .fname,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .product_name_det .fname,
#viewmyprodv3 .modal-lg .modal-content #bottom_order8x_content .product_name_det .fname,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .product_name_det .fname,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x1_content .product_name_det .fname,
#viewmyprodx1 .modal-lg .modal-content #bottom_order_content .product_name_det .fname,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2_content .product_name_det .fname,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x_content .product_name_det .fname,
#viewmyprodx1 .modal-lg .modal-content #bottom_order3x_content .product_name_det .fname,
#viewmyprodx1 .modal-lg .modal-content #bottom_order8x_content .product_name_det .fname,
#viewmyprodx1 .modal-lg .modal-content #bottom_order4_content .product_name_det .fname,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x1_content .product_name_det .fname {
  color: #3F4152;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
  width: 331px;
  float: left;
  margin-top: 3px;
  margin-left: 13px;
}
#orderproduct .modal-lg .modal-content #bottom_order_content .product_name_det .prod_price_order,
#orderproduct .modal-lg .modal-content #bottom_order2_content .product_name_det .prod_price_order,
#orderproduct .modal-lg .modal-content #bottom_order2x_content .product_name_det .prod_price_order,
#orderproduct .modal-lg .modal-content #bottom_order3x_content .product_name_det .prod_price_order,
#orderproduct .modal-lg .modal-content #bottom_order8x_content .product_name_det .prod_price_order,
#orderproduct .modal-lg .modal-content #bottom_order4_content .product_name_det .prod_price_order,
#orderproduct .modal-lg .modal-content #bottom_order2x1_content .product_name_det .prod_price_order,
#viewmyprod .modal-lg .modal-content #bottom_order_content .product_name_det .prod_price_order,
#viewmyprod .modal-lg .modal-content #bottom_order2_content .product_name_det .prod_price_order,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .product_name_det .prod_price_order,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .product_name_det .prod_price_order,
#viewmyprod .modal-lg .modal-content #bottom_order8x_content .product_name_det .prod_price_order,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .product_name_det .prod_price_order,
#viewmyprod .modal-lg .modal-content #bottom_order2x1_content .product_name_det .prod_price_order,
#viewmyprod3 .modal-lg .modal-content #bottom_order_content .product_name_det .prod_price_order,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .product_name_det .prod_price_order,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .product_name_det .prod_price_order,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .product_name_det .prod_price_order,
#viewmyprod3 .modal-lg .modal-content #bottom_order8x_content .product_name_det .prod_price_order,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .product_name_det .prod_price_order,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x1_content .product_name_det .prod_price_order,
#viewmyprod2 .modal-lg .modal-content #bottom_order_content .product_name_det .prod_price_order,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .product_name_det .prod_price_order,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .product_name_det .prod_price_order,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .product_name_det .prod_price_order,
#viewmyprod2 .modal-lg .modal-content #bottom_order8x_content .product_name_det .prod_price_order,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .product_name_det .prod_price_order,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x1_content .product_name_det .prod_price_order,
#makethepay .modal-lg .modal-content #bottom_order_content .product_name_det .prod_price_order,
#makethepay .modal-lg .modal-content #bottom_order2_content .product_name_det .prod_price_order,
#makethepay .modal-lg .modal-content #bottom_order2x_content .product_name_det .prod_price_order,
#makethepay .modal-lg .modal-content #bottom_order3x_content .product_name_det .prod_price_order,
#makethepay .modal-lg .modal-content #bottom_order8x_content .product_name_det .prod_price_order,
#makethepay .modal-lg .modal-content #bottom_order4_content .product_name_det .prod_price_order,
#makethepay .modal-lg .modal-content #bottom_order2x1_content .product_name_det .prod_price_order,
#viewmyprodv3 .modal-lg .modal-content #bottom_order_content .product_name_det .prod_price_order,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .product_name_det .prod_price_order,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .product_name_det .prod_price_order,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .product_name_det .prod_price_order,
#viewmyprodv3 .modal-lg .modal-content #bottom_order8x_content .product_name_det .prod_price_order,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .product_name_det .prod_price_order,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x1_content .product_name_det .prod_price_order,
#viewmyprodx1 .modal-lg .modal-content #bottom_order_content .product_name_det .prod_price_order,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2_content .product_name_det .prod_price_order,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x_content .product_name_det .prod_price_order,
#viewmyprodx1 .modal-lg .modal-content #bottom_order3x_content .product_name_det .prod_price_order,
#viewmyprodx1 .modal-lg .modal-content #bottom_order8x_content .product_name_det .prod_price_order,
#viewmyprodx1 .modal-lg .modal-content #bottom_order4_content .product_name_det .prod_price_order,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x1_content .product_name_det .prod_price_order {
  width: 160px;
  color: #323C47;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
  float: left;
  margin-top: -25px;
  margin-left: 14px;
}
#orderproduct .modal-lg .modal-content #bottom_order_content .product_name_det .prod_price_order .pricecondt,
#orderproduct .modal-lg .modal-content #bottom_order2_content .product_name_det .prod_price_order .pricecondt,
#orderproduct .modal-lg .modal-content #bottom_order2x_content .product_name_det .prod_price_order .pricecondt,
#orderproduct .modal-lg .modal-content #bottom_order3x_content .product_name_det .prod_price_order .pricecondt,
#orderproduct .modal-lg .modal-content #bottom_order8x_content .product_name_det .prod_price_order .pricecondt,
#orderproduct .modal-lg .modal-content #bottom_order4_content .product_name_det .prod_price_order .pricecondt,
#orderproduct .modal-lg .modal-content #bottom_order2x1_content .product_name_det .prod_price_order .pricecondt,
#viewmyprod .modal-lg .modal-content #bottom_order_content .product_name_det .prod_price_order .pricecondt,
#viewmyprod .modal-lg .modal-content #bottom_order2_content .product_name_det .prod_price_order .pricecondt,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .product_name_det .prod_price_order .pricecondt,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .product_name_det .prod_price_order .pricecondt,
#viewmyprod .modal-lg .modal-content #bottom_order8x_content .product_name_det .prod_price_order .pricecondt,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .product_name_det .prod_price_order .pricecondt,
#viewmyprod .modal-lg .modal-content #bottom_order2x1_content .product_name_det .prod_price_order .pricecondt,
#viewmyprod3 .modal-lg .modal-content #bottom_order_content .product_name_det .prod_price_order .pricecondt,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .product_name_det .prod_price_order .pricecondt,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .product_name_det .prod_price_order .pricecondt,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .product_name_det .prod_price_order .pricecondt,
#viewmyprod3 .modal-lg .modal-content #bottom_order8x_content .product_name_det .prod_price_order .pricecondt,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .product_name_det .prod_price_order .pricecondt,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x1_content .product_name_det .prod_price_order .pricecondt,
#viewmyprod2 .modal-lg .modal-content #bottom_order_content .product_name_det .prod_price_order .pricecondt,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .product_name_det .prod_price_order .pricecondt,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .product_name_det .prod_price_order .pricecondt,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .product_name_det .prod_price_order .pricecondt,
#viewmyprod2 .modal-lg .modal-content #bottom_order8x_content .product_name_det .prod_price_order .pricecondt,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .product_name_det .prod_price_order .pricecondt,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x1_content .product_name_det .prod_price_order .pricecondt,
#makethepay .modal-lg .modal-content #bottom_order_content .product_name_det .prod_price_order .pricecondt,
#makethepay .modal-lg .modal-content #bottom_order2_content .product_name_det .prod_price_order .pricecondt,
#makethepay .modal-lg .modal-content #bottom_order2x_content .product_name_det .prod_price_order .pricecondt,
#makethepay .modal-lg .modal-content #bottom_order3x_content .product_name_det .prod_price_order .pricecondt,
#makethepay .modal-lg .modal-content #bottom_order8x_content .product_name_det .prod_price_order .pricecondt,
#makethepay .modal-lg .modal-content #bottom_order4_content .product_name_det .prod_price_order .pricecondt,
#makethepay .modal-lg .modal-content #bottom_order2x1_content .product_name_det .prod_price_order .pricecondt,
#viewmyprodv3 .modal-lg .modal-content #bottom_order_content .product_name_det .prod_price_order .pricecondt,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .product_name_det .prod_price_order .pricecondt,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .product_name_det .prod_price_order .pricecondt,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .product_name_det .prod_price_order .pricecondt,
#viewmyprodv3 .modal-lg .modal-content #bottom_order8x_content .product_name_det .prod_price_order .pricecondt,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .product_name_det .prod_price_order .pricecondt,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x1_content .product_name_det .prod_price_order .pricecondt,
#viewmyprodx1 .modal-lg .modal-content #bottom_order_content .product_name_det .prod_price_order .pricecondt,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2_content .product_name_det .prod_price_order .pricecondt,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x_content .product_name_det .prod_price_order .pricecondt,
#viewmyprodx1 .modal-lg .modal-content #bottom_order3x_content .product_name_det .prod_price_order .pricecondt,
#viewmyprodx1 .modal-lg .modal-content #bottom_order8x_content .product_name_det .prod_price_order .pricecondt,
#viewmyprodx1 .modal-lg .modal-content #bottom_order4_content .product_name_det .prod_price_order .pricecondt,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x1_content .product_name_det .prod_price_order .pricecondt {
  height: 36px;
  float: left;
  width: 100%;
}
#orderproduct .modal-lg .modal-content #bottom_order_content .product_name_det .prod_price_order .pricecondtv,
#orderproduct .modal-lg .modal-content #bottom_order2_content .product_name_det .prod_price_order .pricecondtv,
#orderproduct .modal-lg .modal-content #bottom_order2x_content .product_name_det .prod_price_order .pricecondtv,
#orderproduct .modal-lg .modal-content #bottom_order3x_content .product_name_det .prod_price_order .pricecondtv,
#orderproduct .modal-lg .modal-content #bottom_order8x_content .product_name_det .prod_price_order .pricecondtv,
#orderproduct .modal-lg .modal-content #bottom_order4_content .product_name_det .prod_price_order .pricecondtv,
#orderproduct .modal-lg .modal-content #bottom_order2x1_content .product_name_det .prod_price_order .pricecondtv,
#viewmyprod .modal-lg .modal-content #bottom_order_content .product_name_det .prod_price_order .pricecondtv,
#viewmyprod .modal-lg .modal-content #bottom_order2_content .product_name_det .prod_price_order .pricecondtv,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .product_name_det .prod_price_order .pricecondtv,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .product_name_det .prod_price_order .pricecondtv,
#viewmyprod .modal-lg .modal-content #bottom_order8x_content .product_name_det .prod_price_order .pricecondtv,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .product_name_det .prod_price_order .pricecondtv,
#viewmyprod .modal-lg .modal-content #bottom_order2x1_content .product_name_det .prod_price_order .pricecondtv,
#viewmyprod3 .modal-lg .modal-content #bottom_order_content .product_name_det .prod_price_order .pricecondtv,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .product_name_det .prod_price_order .pricecondtv,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .product_name_det .prod_price_order .pricecondtv,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .product_name_det .prod_price_order .pricecondtv,
#viewmyprod3 .modal-lg .modal-content #bottom_order8x_content .product_name_det .prod_price_order .pricecondtv,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .product_name_det .prod_price_order .pricecondtv,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x1_content .product_name_det .prod_price_order .pricecondtv,
#viewmyprod2 .modal-lg .modal-content #bottom_order_content .product_name_det .prod_price_order .pricecondtv,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .product_name_det .prod_price_order .pricecondtv,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .product_name_det .prod_price_order .pricecondtv,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .product_name_det .prod_price_order .pricecondtv,
#viewmyprod2 .modal-lg .modal-content #bottom_order8x_content .product_name_det .prod_price_order .pricecondtv,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .product_name_det .prod_price_order .pricecondtv,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x1_content .product_name_det .prod_price_order .pricecondtv,
#makethepay .modal-lg .modal-content #bottom_order_content .product_name_det .prod_price_order .pricecondtv,
#makethepay .modal-lg .modal-content #bottom_order2_content .product_name_det .prod_price_order .pricecondtv,
#makethepay .modal-lg .modal-content #bottom_order2x_content .product_name_det .prod_price_order .pricecondtv,
#makethepay .modal-lg .modal-content #bottom_order3x_content .product_name_det .prod_price_order .pricecondtv,
#makethepay .modal-lg .modal-content #bottom_order8x_content .product_name_det .prod_price_order .pricecondtv,
#makethepay .modal-lg .modal-content #bottom_order4_content .product_name_det .prod_price_order .pricecondtv,
#makethepay .modal-lg .modal-content #bottom_order2x1_content .product_name_det .prod_price_order .pricecondtv,
#viewmyprodv3 .modal-lg .modal-content #bottom_order_content .product_name_det .prod_price_order .pricecondtv,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .product_name_det .prod_price_order .pricecondtv,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .product_name_det .prod_price_order .pricecondtv,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .product_name_det .prod_price_order .pricecondtv,
#viewmyprodv3 .modal-lg .modal-content #bottom_order8x_content .product_name_det .prod_price_order .pricecondtv,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .product_name_det .prod_price_order .pricecondtv,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x1_content .product_name_det .prod_price_order .pricecondtv,
#viewmyprodx1 .modal-lg .modal-content #bottom_order_content .product_name_det .prod_price_order .pricecondtv,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2_content .product_name_det .prod_price_order .pricecondtv,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x_content .product_name_det .prod_price_order .pricecondtv,
#viewmyprodx1 .modal-lg .modal-content #bottom_order3x_content .product_name_det .prod_price_order .pricecondtv,
#viewmyprodx1 .modal-lg .modal-content #bottom_order8x_content .product_name_det .prod_price_order .pricecondtv,
#viewmyprodx1 .modal-lg .modal-content #bottom_order4_content .product_name_det .prod_price_order .pricecondtv,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x1_content .product_name_det .prod_price_order .pricecondtv {
  height: 38px;
  width: 100%;
  color: #3F4152;
  font-family: 'Montserrat', sans-serif;
  font-size: 28px;
  font-weight: bold;
  line-height: 38px;
  float: left;
}
#orderproduct .modal-lg .modal-content #bottom_order_content .product_name_det .prod_price_order .pricecondtv span,
#orderproduct .modal-lg .modal-content #bottom_order2_content .product_name_det .prod_price_order .pricecondtv span,
#orderproduct .modal-lg .modal-content #bottom_order2x_content .product_name_det .prod_price_order .pricecondtv span,
#orderproduct .modal-lg .modal-content #bottom_order3x_content .product_name_det .prod_price_order .pricecondtv span,
#orderproduct .modal-lg .modal-content #bottom_order8x_content .product_name_det .prod_price_order .pricecondtv span,
#orderproduct .modal-lg .modal-content #bottom_order4_content .product_name_det .prod_price_order .pricecondtv span,
#orderproduct .modal-lg .modal-content #bottom_order2x1_content .product_name_det .prod_price_order .pricecondtv span,
#viewmyprod .modal-lg .modal-content #bottom_order_content .product_name_det .prod_price_order .pricecondtv span,
#viewmyprod .modal-lg .modal-content #bottom_order2_content .product_name_det .prod_price_order .pricecondtv span,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .product_name_det .prod_price_order .pricecondtv span,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .product_name_det .prod_price_order .pricecondtv span,
#viewmyprod .modal-lg .modal-content #bottom_order8x_content .product_name_det .prod_price_order .pricecondtv span,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .product_name_det .prod_price_order .pricecondtv span,
#viewmyprod .modal-lg .modal-content #bottom_order2x1_content .product_name_det .prod_price_order .pricecondtv span,
#viewmyprod3 .modal-lg .modal-content #bottom_order_content .product_name_det .prod_price_order .pricecondtv span,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .product_name_det .prod_price_order .pricecondtv span,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .product_name_det .prod_price_order .pricecondtv span,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .product_name_det .prod_price_order .pricecondtv span,
#viewmyprod3 .modal-lg .modal-content #bottom_order8x_content .product_name_det .prod_price_order .pricecondtv span,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .product_name_det .prod_price_order .pricecondtv span,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x1_content .product_name_det .prod_price_order .pricecondtv span,
#viewmyprod2 .modal-lg .modal-content #bottom_order_content .product_name_det .prod_price_order .pricecondtv span,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .product_name_det .prod_price_order .pricecondtv span,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .product_name_det .prod_price_order .pricecondtv span,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .product_name_det .prod_price_order .pricecondtv span,
#viewmyprod2 .modal-lg .modal-content #bottom_order8x_content .product_name_det .prod_price_order .pricecondtv span,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .product_name_det .prod_price_order .pricecondtv span,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x1_content .product_name_det .prod_price_order .pricecondtv span,
#makethepay .modal-lg .modal-content #bottom_order_content .product_name_det .prod_price_order .pricecondtv span,
#makethepay .modal-lg .modal-content #bottom_order2_content .product_name_det .prod_price_order .pricecondtv span,
#makethepay .modal-lg .modal-content #bottom_order2x_content .product_name_det .prod_price_order .pricecondtv span,
#makethepay .modal-lg .modal-content #bottom_order3x_content .product_name_det .prod_price_order .pricecondtv span,
#makethepay .modal-lg .modal-content #bottom_order8x_content .product_name_det .prod_price_order .pricecondtv span,
#makethepay .modal-lg .modal-content #bottom_order4_content .product_name_det .prod_price_order .pricecondtv span,
#makethepay .modal-lg .modal-content #bottom_order2x1_content .product_name_det .prod_price_order .pricecondtv span,
#viewmyprodv3 .modal-lg .modal-content #bottom_order_content .product_name_det .prod_price_order .pricecondtv span,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .product_name_det .prod_price_order .pricecondtv span,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .product_name_det .prod_price_order .pricecondtv span,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .product_name_det .prod_price_order .pricecondtv span,
#viewmyprodv3 .modal-lg .modal-content #bottom_order8x_content .product_name_det .prod_price_order .pricecondtv span,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .product_name_det .prod_price_order .pricecondtv span,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x1_content .product_name_det .prod_price_order .pricecondtv span,
#viewmyprodx1 .modal-lg .modal-content #bottom_order_content .product_name_det .prod_price_order .pricecondtv span,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2_content .product_name_det .prod_price_order .pricecondtv span,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x_content .product_name_det .prod_price_order .pricecondtv span,
#viewmyprodx1 .modal-lg .modal-content #bottom_order3x_content .product_name_det .prod_price_order .pricecondtv span,
#viewmyprodx1 .modal-lg .modal-content #bottom_order8x_content .product_name_det .prod_price_order .pricecondtv span,
#viewmyprodx1 .modal-lg .modal-content #bottom_order4_content .product_name_det .prod_price_order .pricecondtv span,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x1_content .product_name_det .prod_price_order .pricecondtv span {
  color: rgba(101,105,130,0.53);
  font-family: 'Montserrat', sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 38px;
}
#orderproduct .modal-lg .modal-content #bottom_order_content .quantity_step,
#orderproduct .modal-lg .modal-content #bottom_order2_content .quantity_step,
#orderproduct .modal-lg .modal-content #bottom_order2x_content .quantity_step,
#orderproduct .modal-lg .modal-content #bottom_order3x_content .quantity_step,
#orderproduct .modal-lg .modal-content #bottom_order8x_content .quantity_step,
#orderproduct .modal-lg .modal-content #bottom_order4_content .quantity_step,
#orderproduct .modal-lg .modal-content #bottom_order2x1_content .quantity_step,
#viewmyprod .modal-lg .modal-content #bottom_order_content .quantity_step,
#viewmyprod .modal-lg .modal-content #bottom_order2_content .quantity_step,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .quantity_step,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .quantity_step,
#viewmyprod .modal-lg .modal-content #bottom_order8x_content .quantity_step,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .quantity_step,
#viewmyprod .modal-lg .modal-content #bottom_order2x1_content .quantity_step,
#viewmyprod3 .modal-lg .modal-content #bottom_order_content .quantity_step,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .quantity_step,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .quantity_step,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .quantity_step,
#viewmyprod3 .modal-lg .modal-content #bottom_order8x_content .quantity_step,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .quantity_step,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x1_content .quantity_step,
#viewmyprod2 .modal-lg .modal-content #bottom_order_content .quantity_step,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .quantity_step,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .quantity_step,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .quantity_step,
#viewmyprod2 .modal-lg .modal-content #bottom_order8x_content .quantity_step,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .quantity_step,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x1_content .quantity_step,
#makethepay .modal-lg .modal-content #bottom_order_content .quantity_step,
#makethepay .modal-lg .modal-content #bottom_order2_content .quantity_step,
#makethepay .modal-lg .modal-content #bottom_order2x_content .quantity_step,
#makethepay .modal-lg .modal-content #bottom_order3x_content .quantity_step,
#makethepay .modal-lg .modal-content #bottom_order8x_content .quantity_step,
#makethepay .modal-lg .modal-content #bottom_order4_content .quantity_step,
#makethepay .modal-lg .modal-content #bottom_order2x1_content .quantity_step,
#viewmyprodv3 .modal-lg .modal-content #bottom_order_content .quantity_step,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .quantity_step,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .quantity_step,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .quantity_step,
#viewmyprodv3 .modal-lg .modal-content #bottom_order8x_content .quantity_step,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .quantity_step,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x1_content .quantity_step,
#viewmyprodx1 .modal-lg .modal-content #bottom_order_content .quantity_step,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2_content .quantity_step,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x_content .quantity_step,
#viewmyprodx1 .modal-lg .modal-content #bottom_order3x_content .quantity_step,
#viewmyprodx1 .modal-lg .modal-content #bottom_order8x_content .quantity_step,
#viewmyprodx1 .modal-lg .modal-content #bottom_order4_content .quantity_step,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x1_content .quantity_step {
  margin-left: 15px;
  width: 144px;
  float: left;
}
#orderproduct .modal-lg .modal-content #bottom_order_content .quantity_step .label,
#orderproduct .modal-lg .modal-content #bottom_order2_content .quantity_step .label,
#orderproduct .modal-lg .modal-content #bottom_order2x_content .quantity_step .label,
#orderproduct .modal-lg .modal-content #bottom_order3x_content .quantity_step .label,
#orderproduct .modal-lg .modal-content #bottom_order8x_content .quantity_step .label,
#orderproduct .modal-lg .modal-content #bottom_order4_content .quantity_step .label,
#orderproduct .modal-lg .modal-content #bottom_order2x1_content .quantity_step .label,
#viewmyprod .modal-lg .modal-content #bottom_order_content .quantity_step .label,
#viewmyprod .modal-lg .modal-content #bottom_order2_content .quantity_step .label,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .quantity_step .label,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .quantity_step .label,
#viewmyprod .modal-lg .modal-content #bottom_order8x_content .quantity_step .label,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .quantity_step .label,
#viewmyprod .modal-lg .modal-content #bottom_order2x1_content .quantity_step .label,
#viewmyprod3 .modal-lg .modal-content #bottom_order_content .quantity_step .label,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .quantity_step .label,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .quantity_step .label,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .quantity_step .label,
#viewmyprod3 .modal-lg .modal-content #bottom_order8x_content .quantity_step .label,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .quantity_step .label,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x1_content .quantity_step .label,
#viewmyprod2 .modal-lg .modal-content #bottom_order_content .quantity_step .label,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .quantity_step .label,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .quantity_step .label,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .quantity_step .label,
#viewmyprod2 .modal-lg .modal-content #bottom_order8x_content .quantity_step .label,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .quantity_step .label,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x1_content .quantity_step .label,
#makethepay .modal-lg .modal-content #bottom_order_content .quantity_step .label,
#makethepay .modal-lg .modal-content #bottom_order2_content .quantity_step .label,
#makethepay .modal-lg .modal-content #bottom_order2x_content .quantity_step .label,
#makethepay .modal-lg .modal-content #bottom_order3x_content .quantity_step .label,
#makethepay .modal-lg .modal-content #bottom_order8x_content .quantity_step .label,
#makethepay .modal-lg .modal-content #bottom_order4_content .quantity_step .label,
#makethepay .modal-lg .modal-content #bottom_order2x1_content .quantity_step .label,
#viewmyprodv3 .modal-lg .modal-content #bottom_order_content .quantity_step .label,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .quantity_step .label,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .quantity_step .label,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .quantity_step .label,
#viewmyprodv3 .modal-lg .modal-content #bottom_order8x_content .quantity_step .label,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .quantity_step .label,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x1_content .quantity_step .label,
#viewmyprodx1 .modal-lg .modal-content #bottom_order_content .quantity_step .label,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2_content .quantity_step .label,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x_content .quantity_step .label,
#viewmyprodx1 .modal-lg .modal-content #bottom_order3x_content .quantity_step .label,
#viewmyprodx1 .modal-lg .modal-content #bottom_order8x_content .quantity_step .label,
#viewmyprodx1 .modal-lg .modal-content #bottom_order4_content .quantity_step .label,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x1_content .quantity_step .label {
  width: 100%;
  float: left;
  margin-top: 15px;
  color: #333;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 8px;
}
#orderproduct .modal-lg .modal-content #bottom_order_content .quantity_step .step,
#orderproduct .modal-lg .modal-content #bottom_order2_content .quantity_step .step,
#orderproduct .modal-lg .modal-content #bottom_order2x_content .quantity_step .step,
#orderproduct .modal-lg .modal-content #bottom_order3x_content .quantity_step .step,
#orderproduct .modal-lg .modal-content #bottom_order8x_content .quantity_step .step,
#orderproduct .modal-lg .modal-content #bottom_order4_content .quantity_step .step,
#orderproduct .modal-lg .modal-content #bottom_order2x1_content .quantity_step .step,
#viewmyprod .modal-lg .modal-content #bottom_order_content .quantity_step .step,
#viewmyprod .modal-lg .modal-content #bottom_order2_content .quantity_step .step,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .quantity_step .step,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .quantity_step .step,
#viewmyprod .modal-lg .modal-content #bottom_order8x_content .quantity_step .step,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .quantity_step .step,
#viewmyprod .modal-lg .modal-content #bottom_order2x1_content .quantity_step .step,
#viewmyprod3 .modal-lg .modal-content #bottom_order_content .quantity_step .step,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .quantity_step .step,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .quantity_step .step,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .quantity_step .step,
#viewmyprod3 .modal-lg .modal-content #bottom_order8x_content .quantity_step .step,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .quantity_step .step,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x1_content .quantity_step .step,
#viewmyprod2 .modal-lg .modal-content #bottom_order_content .quantity_step .step,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .quantity_step .step,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .quantity_step .step,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .quantity_step .step,
#viewmyprod2 .modal-lg .modal-content #bottom_order8x_content .quantity_step .step,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .quantity_step .step,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x1_content .quantity_step .step,
#makethepay .modal-lg .modal-content #bottom_order_content .quantity_step .step,
#makethepay .modal-lg .modal-content #bottom_order2_content .quantity_step .step,
#makethepay .modal-lg .modal-content #bottom_order2x_content .quantity_step .step,
#makethepay .modal-lg .modal-content #bottom_order3x_content .quantity_step .step,
#makethepay .modal-lg .modal-content #bottom_order8x_content .quantity_step .step,
#makethepay .modal-lg .modal-content #bottom_order4_content .quantity_step .step,
#makethepay .modal-lg .modal-content #bottom_order2x1_content .quantity_step .step,
#viewmyprodv3 .modal-lg .modal-content #bottom_order_content .quantity_step .step,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .quantity_step .step,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .quantity_step .step,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .quantity_step .step,
#viewmyprodv3 .modal-lg .modal-content #bottom_order8x_content .quantity_step .step,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .quantity_step .step,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x1_content .quantity_step .step,
#viewmyprodx1 .modal-lg .modal-content #bottom_order_content .quantity_step .step,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2_content .quantity_step .step,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x_content .quantity_step .step,
#viewmyprodx1 .modal-lg .modal-content #bottom_order3x_content .quantity_step .step,
#viewmyprodx1 .modal-lg .modal-content #bottom_order8x_content .quantity_step .step,
#viewmyprodx1 .modal-lg .modal-content #bottom_order4_content .quantity_step .step,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x1_content .quantity_step .step {
  box-sizing: border-box;
  height: 46px;
  width: 144px;
  border: 1px solid #D0D0D0;
  border-radius: 8px;
  color: #323C47;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 44px;
  float: left;
  padding: 0px 10px;
}
#orderproduct .modal-lg .modal-content #bottom_order_content .quantity_step .step input,
#orderproduct .modal-lg .modal-content #bottom_order2_content .quantity_step .step input,
#orderproduct .modal-lg .modal-content #bottom_order2x_content .quantity_step .step input,
#orderproduct .modal-lg .modal-content #bottom_order3x_content .quantity_step .step input,
#orderproduct .modal-lg .modal-content #bottom_order8x_content .quantity_step .step input,
#orderproduct .modal-lg .modal-content #bottom_order4_content .quantity_step .step input,
#orderproduct .modal-lg .modal-content #bottom_order2x1_content .quantity_step .step input,
#viewmyprod .modal-lg .modal-content #bottom_order_content .quantity_step .step input,
#viewmyprod .modal-lg .modal-content #bottom_order2_content .quantity_step .step input,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .quantity_step .step input,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .quantity_step .step input,
#viewmyprod .modal-lg .modal-content #bottom_order8x_content .quantity_step .step input,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .quantity_step .step input,
#viewmyprod .modal-lg .modal-content #bottom_order2x1_content .quantity_step .step input,
#viewmyprod3 .modal-lg .modal-content #bottom_order_content .quantity_step .step input,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .quantity_step .step input,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .quantity_step .step input,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .quantity_step .step input,
#viewmyprod3 .modal-lg .modal-content #bottom_order8x_content .quantity_step .step input,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .quantity_step .step input,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x1_content .quantity_step .step input,
#viewmyprod2 .modal-lg .modal-content #bottom_order_content .quantity_step .step input,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .quantity_step .step input,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .quantity_step .step input,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .quantity_step .step input,
#viewmyprod2 .modal-lg .modal-content #bottom_order8x_content .quantity_step .step input,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .quantity_step .step input,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x1_content .quantity_step .step input,
#makethepay .modal-lg .modal-content #bottom_order_content .quantity_step .step input,
#makethepay .modal-lg .modal-content #bottom_order2_content .quantity_step .step input,
#makethepay .modal-lg .modal-content #bottom_order2x_content .quantity_step .step input,
#makethepay .modal-lg .modal-content #bottom_order3x_content .quantity_step .step input,
#makethepay .modal-lg .modal-content #bottom_order8x_content .quantity_step .step input,
#makethepay .modal-lg .modal-content #bottom_order4_content .quantity_step .step input,
#makethepay .modal-lg .modal-content #bottom_order2x1_content .quantity_step .step input,
#viewmyprodv3 .modal-lg .modal-content #bottom_order_content .quantity_step .step input,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .quantity_step .step input,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .quantity_step .step input,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .quantity_step .step input,
#viewmyprodv3 .modal-lg .modal-content #bottom_order8x_content .quantity_step .step input,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .quantity_step .step input,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x1_content .quantity_step .step input,
#viewmyprodx1 .modal-lg .modal-content #bottom_order_content .quantity_step .step input,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2_content .quantity_step .step input,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x_content .quantity_step .step input,
#viewmyprodx1 .modal-lg .modal-content #bottom_order3x_content .quantity_step .step input,
#viewmyprodx1 .modal-lg .modal-content #bottom_order8x_content .quantity_step .step input,
#viewmyprodx1 .modal-lg .modal-content #bottom_order4_content .quantity_step .step input,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x1_content .quantity_step .step input {
  height: 43px;
  line-height: 24px;
  color: #898989;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  text-align: center;
  width: 65px;
  float: left;
  border: none;
  outline: none;
}
#orderproduct .modal-lg .modal-content #bottom_order_content .quantity_step.error,
#orderproduct .modal-lg .modal-content #bottom_order2_content .quantity_step.error,
#orderproduct .modal-lg .modal-content #bottom_order2x_content .quantity_step.error,
#orderproduct .modal-lg .modal-content #bottom_order3x_content .quantity_step.error,
#orderproduct .modal-lg .modal-content #bottom_order8x_content .quantity_step.error,
#orderproduct .modal-lg .modal-content #bottom_order4_content .quantity_step.error,
#orderproduct .modal-lg .modal-content #bottom_order2x1_content .quantity_step.error,
#viewmyprod .modal-lg .modal-content #bottom_order_content .quantity_step.error,
#viewmyprod .modal-lg .modal-content #bottom_order2_content .quantity_step.error,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .quantity_step.error,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .quantity_step.error,
#viewmyprod .modal-lg .modal-content #bottom_order8x_content .quantity_step.error,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .quantity_step.error,
#viewmyprod .modal-lg .modal-content #bottom_order2x1_content .quantity_step.error,
#viewmyprod3 .modal-lg .modal-content #bottom_order_content .quantity_step.error,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .quantity_step.error,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .quantity_step.error,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .quantity_step.error,
#viewmyprod3 .modal-lg .modal-content #bottom_order8x_content .quantity_step.error,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .quantity_step.error,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x1_content .quantity_step.error,
#viewmyprod2 .modal-lg .modal-content #bottom_order_content .quantity_step.error,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .quantity_step.error,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .quantity_step.error,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .quantity_step.error,
#viewmyprod2 .modal-lg .modal-content #bottom_order8x_content .quantity_step.error,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .quantity_step.error,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x1_content .quantity_step.error,
#makethepay .modal-lg .modal-content #bottom_order_content .quantity_step.error,
#makethepay .modal-lg .modal-content #bottom_order2_content .quantity_step.error,
#makethepay .modal-lg .modal-content #bottom_order2x_content .quantity_step.error,
#makethepay .modal-lg .modal-content #bottom_order3x_content .quantity_step.error,
#makethepay .modal-lg .modal-content #bottom_order8x_content .quantity_step.error,
#makethepay .modal-lg .modal-content #bottom_order4_content .quantity_step.error,
#makethepay .modal-lg .modal-content #bottom_order2x1_content .quantity_step.error,
#viewmyprodv3 .modal-lg .modal-content #bottom_order_content .quantity_step.error,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .quantity_step.error,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .quantity_step.error,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .quantity_step.error,
#viewmyprodv3 .modal-lg .modal-content #bottom_order8x_content .quantity_step.error,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .quantity_step.error,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x1_content .quantity_step.error,
#viewmyprodx1 .modal-lg .modal-content #bottom_order_content .quantity_step.error,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2_content .quantity_step.error,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x_content .quantity_step.error,
#viewmyprodx1 .modal-lg .modal-content #bottom_order3x_content .quantity_step.error,
#viewmyprodx1 .modal-lg .modal-content #bottom_order8x_content .quantity_step.error,
#viewmyprodx1 .modal-lg .modal-content #bottom_order4_content .quantity_step.error,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x1_content .quantity_step.error {
  border-color: #f27474;
}
#orderproduct .modal-lg .modal-content #bottom_order_content .xtra_lend,
#orderproduct .modal-lg .modal-content #bottom_order2_content .xtra_lend,
#orderproduct .modal-lg .modal-content #bottom_order2x_content .xtra_lend,
#orderproduct .modal-lg .modal-content #bottom_order3x_content .xtra_lend,
#orderproduct .modal-lg .modal-content #bottom_order8x_content .xtra_lend,
#orderproduct .modal-lg .modal-content #bottom_order4_content .xtra_lend,
#orderproduct .modal-lg .modal-content #bottom_order2x1_content .xtra_lend,
#viewmyprod .modal-lg .modal-content #bottom_order_content .xtra_lend,
#viewmyprod .modal-lg .modal-content #bottom_order2_content .xtra_lend,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .xtra_lend,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .xtra_lend,
#viewmyprod .modal-lg .modal-content #bottom_order8x_content .xtra_lend,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .xtra_lend,
#viewmyprod .modal-lg .modal-content #bottom_order2x1_content .xtra_lend,
#viewmyprod3 .modal-lg .modal-content #bottom_order_content .xtra_lend,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .xtra_lend,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .xtra_lend,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .xtra_lend,
#viewmyprod3 .modal-lg .modal-content #bottom_order8x_content .xtra_lend,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .xtra_lend,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x1_content .xtra_lend,
#viewmyprod2 .modal-lg .modal-content #bottom_order_content .xtra_lend,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .xtra_lend,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .xtra_lend,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .xtra_lend,
#viewmyprod2 .modal-lg .modal-content #bottom_order8x_content .xtra_lend,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .xtra_lend,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x1_content .xtra_lend,
#makethepay .modal-lg .modal-content #bottom_order_content .xtra_lend,
#makethepay .modal-lg .modal-content #bottom_order2_content .xtra_lend,
#makethepay .modal-lg .modal-content #bottom_order2x_content .xtra_lend,
#makethepay .modal-lg .modal-content #bottom_order3x_content .xtra_lend,
#makethepay .modal-lg .modal-content #bottom_order8x_content .xtra_lend,
#makethepay .modal-lg .modal-content #bottom_order4_content .xtra_lend,
#makethepay .modal-lg .modal-content #bottom_order2x1_content .xtra_lend,
#viewmyprodv3 .modal-lg .modal-content #bottom_order_content .xtra_lend,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .xtra_lend,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .xtra_lend,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .xtra_lend,
#viewmyprodv3 .modal-lg .modal-content #bottom_order8x_content .xtra_lend,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .xtra_lend,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x1_content .xtra_lend,
#viewmyprodx1 .modal-lg .modal-content #bottom_order_content .xtra_lend,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2_content .xtra_lend,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x_content .xtra_lend,
#viewmyprodx1 .modal-lg .modal-content #bottom_order3x_content .xtra_lend,
#viewmyprodx1 .modal-lg .modal-content #bottom_order8x_content .xtra_lend,
#viewmyprodx1 .modal-lg .modal-content #bottom_order4_content .xtra_lend,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x1_content .xtra_lend {
  width: 100%;
  float: left;
  margin-top: 24px;
}
#orderproduct .modal-lg .modal-content #bottom_order_content .xtra_lend .xtransp,
#orderproduct .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtransp,
#orderproduct .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtransp,
#orderproduct .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtransp,
#orderproduct .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtransp,
#orderproduct .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtransp,
#orderproduct .modal-lg .modal-content #bottom_order2x1_content .xtra_lend .xtransp,
#viewmyprod .modal-lg .modal-content #bottom_order_content .xtra_lend .xtransp,
#viewmyprod .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtransp,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtransp,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtransp,
#viewmyprod .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtransp,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtransp,
#viewmyprod .modal-lg .modal-content #bottom_order2x1_content .xtra_lend .xtransp,
#viewmyprod3 .modal-lg .modal-content #bottom_order_content .xtra_lend .xtransp,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtransp,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtransp,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtransp,
#viewmyprod3 .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtransp,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtransp,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x1_content .xtra_lend .xtransp,
#viewmyprod2 .modal-lg .modal-content #bottom_order_content .xtra_lend .xtransp,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtransp,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtransp,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtransp,
#viewmyprod2 .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtransp,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtransp,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x1_content .xtra_lend .xtransp,
#makethepay .modal-lg .modal-content #bottom_order_content .xtra_lend .xtransp,
#makethepay .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtransp,
#makethepay .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtransp,
#makethepay .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtransp,
#makethepay .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtransp,
#makethepay .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtransp,
#makethepay .modal-lg .modal-content #bottom_order2x1_content .xtra_lend .xtransp,
#viewmyprodv3 .modal-lg .modal-content #bottom_order_content .xtra_lend .xtransp,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtransp,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtransp,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtransp,
#viewmyprodv3 .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtransp,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtransp,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x1_content .xtra_lend .xtransp,
#viewmyprodx1 .modal-lg .modal-content #bottom_order_content .xtra_lend .xtransp,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtransp,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtransp,
#viewmyprodx1 .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtransp,
#viewmyprodx1 .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtransp,
#viewmyprodx1 .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtransp,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x1_content .xtra_lend .xtransp {
  width: 137px;
  box-sizing: border-box;
  height: 52px;
  float: left;
  margin-top: 23px;
}
#orderproduct .modal-lg .modal-content #bottom_order_content .xtra_lend .xtransp .zlabel,
#orderproduct .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtransp .zlabel,
#orderproduct .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtransp .zlabel,
#orderproduct .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtransp .zlabel,
#orderproduct .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtransp .zlabel,
#orderproduct .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtransp .zlabel,
#orderproduct .modal-lg .modal-content #bottom_order2x1_content .xtra_lend .xtransp .zlabel,
#viewmyprod .modal-lg .modal-content #bottom_order_content .xtra_lend .xtransp .zlabel,
#viewmyprod .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtransp .zlabel,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtransp .zlabel,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtransp .zlabel,
#viewmyprod .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtransp .zlabel,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtransp .zlabel,
#viewmyprod .modal-lg .modal-content #bottom_order2x1_content .xtra_lend .xtransp .zlabel,
#viewmyprod3 .modal-lg .modal-content #bottom_order_content .xtra_lend .xtransp .zlabel,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtransp .zlabel,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtransp .zlabel,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtransp .zlabel,
#viewmyprod3 .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtransp .zlabel,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtransp .zlabel,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x1_content .xtra_lend .xtransp .zlabel,
#viewmyprod2 .modal-lg .modal-content #bottom_order_content .xtra_lend .xtransp .zlabel,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtransp .zlabel,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtransp .zlabel,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtransp .zlabel,
#viewmyprod2 .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtransp .zlabel,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtransp .zlabel,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x1_content .xtra_lend .xtransp .zlabel,
#makethepay .modal-lg .modal-content #bottom_order_content .xtra_lend .xtransp .zlabel,
#makethepay .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtransp .zlabel,
#makethepay .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtransp .zlabel,
#makethepay .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtransp .zlabel,
#makethepay .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtransp .zlabel,
#makethepay .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtransp .zlabel,
#makethepay .modal-lg .modal-content #bottom_order2x1_content .xtra_lend .xtransp .zlabel,
#viewmyprodv3 .modal-lg .modal-content #bottom_order_content .xtra_lend .xtransp .zlabel,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtransp .zlabel,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtransp .zlabel,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtransp .zlabel,
#viewmyprodv3 .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtransp .zlabel,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtransp .zlabel,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x1_content .xtra_lend .xtransp .zlabel,
#viewmyprodx1 .modal-lg .modal-content #bottom_order_content .xtra_lend .xtransp .zlabel,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtransp .zlabel,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtransp .zlabel,
#viewmyprodx1 .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtransp .zlabel,
#viewmyprodx1 .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtransp .zlabel,
#viewmyprodx1 .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtransp .zlabel,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x1_content .xtra_lend .xtransp .zlabel {
  height: 18px;
  width: 100%;
  color: #424D5A;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 8px;
}
#orderproduct .modal-lg .modal-content #bottom_order_content .xtra_lend .xtransp .container_inputs,
#orderproduct .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtransp .container_inputs,
#orderproduct .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtransp .container_inputs,
#orderproduct .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtransp .container_inputs,
#orderproduct .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtransp .container_inputs,
#orderproduct .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtransp .container_inputs,
#orderproduct .modal-lg .modal-content #bottom_order2x1_content .xtra_lend .xtransp .container_inputs,
#viewmyprod .modal-lg .modal-content #bottom_order_content .xtra_lend .xtransp .container_inputs,
#viewmyprod .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtransp .container_inputs,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtransp .container_inputs,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtransp .container_inputs,
#viewmyprod .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtransp .container_inputs,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtransp .container_inputs,
#viewmyprod .modal-lg .modal-content #bottom_order2x1_content .xtra_lend .xtransp .container_inputs,
#viewmyprod3 .modal-lg .modal-content #bottom_order_content .xtra_lend .xtransp .container_inputs,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtransp .container_inputs,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtransp .container_inputs,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtransp .container_inputs,
#viewmyprod3 .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtransp .container_inputs,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtransp .container_inputs,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x1_content .xtra_lend .xtransp .container_inputs,
#viewmyprod2 .modal-lg .modal-content #bottom_order_content .xtra_lend .xtransp .container_inputs,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtransp .container_inputs,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtransp .container_inputs,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtransp .container_inputs,
#viewmyprod2 .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtransp .container_inputs,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtransp .container_inputs,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x1_content .xtra_lend .xtransp .container_inputs,
#makethepay .modal-lg .modal-content #bottom_order_content .xtra_lend .xtransp .container_inputs,
#makethepay .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtransp .container_inputs,
#makethepay .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtransp .container_inputs,
#makethepay .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtransp .container_inputs,
#makethepay .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtransp .container_inputs,
#makethepay .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtransp .container_inputs,
#makethepay .modal-lg .modal-content #bottom_order2x1_content .xtra_lend .xtransp .container_inputs,
#viewmyprodv3 .modal-lg .modal-content #bottom_order_content .xtra_lend .xtransp .container_inputs,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtransp .container_inputs,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtransp .container_inputs,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtransp .container_inputs,
#viewmyprodv3 .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtransp .container_inputs,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtransp .container_inputs,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x1_content .xtra_lend .xtransp .container_inputs,
#viewmyprodx1 .modal-lg .modal-content #bottom_order_content .xtra_lend .xtransp .container_inputs,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtransp .container_inputs,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtransp .container_inputs,
#viewmyprodx1 .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtransp .container_inputs,
#viewmyprodx1 .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtransp .container_inputs,
#viewmyprodx1 .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtransp .container_inputs,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x1_content .xtra_lend .xtransp .container_inputs {
  box-sizing: border-box;
  height: 52px;
  width: 100%;
  border: 1px solid #babbcc;
  background-color: #FFFFFF;
}
#orderproduct .modal-lg .modal-content #bottom_order_content .xtra_lend .xtransp .container_inputs .customchk,
#orderproduct .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtransp .container_inputs .customchk,
#orderproduct .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtransp .container_inputs .customchk,
#orderproduct .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtransp .container_inputs .customchk,
#orderproduct .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtransp .container_inputs .customchk,
#orderproduct .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtransp .container_inputs .customchk,
#orderproduct .modal-lg .modal-content #bottom_order2x1_content .xtra_lend .xtransp .container_inputs .customchk,
#viewmyprod .modal-lg .modal-content #bottom_order_content .xtra_lend .xtransp .container_inputs .customchk,
#viewmyprod .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtransp .container_inputs .customchk,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtransp .container_inputs .customchk,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtransp .container_inputs .customchk,
#viewmyprod .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtransp .container_inputs .customchk,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtransp .container_inputs .customchk,
#viewmyprod .modal-lg .modal-content #bottom_order2x1_content .xtra_lend .xtransp .container_inputs .customchk,
#viewmyprod3 .modal-lg .modal-content #bottom_order_content .xtra_lend .xtransp .container_inputs .customchk,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtransp .container_inputs .customchk,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtransp .container_inputs .customchk,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtransp .container_inputs .customchk,
#viewmyprod3 .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtransp .container_inputs .customchk,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtransp .container_inputs .customchk,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x1_content .xtra_lend .xtransp .container_inputs .customchk,
#viewmyprod2 .modal-lg .modal-content #bottom_order_content .xtra_lend .xtransp .container_inputs .customchk,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtransp .container_inputs .customchk,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtransp .container_inputs .customchk,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtransp .container_inputs .customchk,
#viewmyprod2 .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtransp .container_inputs .customchk,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtransp .container_inputs .customchk,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x1_content .xtra_lend .xtransp .container_inputs .customchk,
#makethepay .modal-lg .modal-content #bottom_order_content .xtra_lend .xtransp .container_inputs .customchk,
#makethepay .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtransp .container_inputs .customchk,
#makethepay .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtransp .container_inputs .customchk,
#makethepay .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtransp .container_inputs .customchk,
#makethepay .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtransp .container_inputs .customchk,
#makethepay .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtransp .container_inputs .customchk,
#makethepay .modal-lg .modal-content #bottom_order2x1_content .xtra_lend .xtransp .container_inputs .customchk,
#viewmyprodv3 .modal-lg .modal-content #bottom_order_content .xtra_lend .xtransp .container_inputs .customchk,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtransp .container_inputs .customchk,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtransp .container_inputs .customchk,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtransp .container_inputs .customchk,
#viewmyprodv3 .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtransp .container_inputs .customchk,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtransp .container_inputs .customchk,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x1_content .xtra_lend .xtransp .container_inputs .customchk,
#viewmyprodx1 .modal-lg .modal-content #bottom_order_content .xtra_lend .xtransp .container_inputs .customchk,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtransp .container_inputs .customchk,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtransp .container_inputs .customchk,
#viewmyprodx1 .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtransp .container_inputs .customchk,
#viewmyprodx1 .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtransp .container_inputs .customchk,
#viewmyprodx1 .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtransp .container_inputs .customchk,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x1_content .xtra_lend .xtransp .container_inputs .customchk {
  display: block;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  float: left;
  margin-top: 18px;
  width: 55px;
}
#orderproduct .modal-lg .modal-content #bottom_order_content .xtra_lend .xtransp .container_inputs .customchk:first-child,
#orderproduct .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtransp .container_inputs .customchk:first-child,
#orderproduct .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtransp .container_inputs .customchk:first-child,
#orderproduct .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtransp .container_inputs .customchk:first-child,
#orderproduct .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtransp .container_inputs .customchk:first-child,
#orderproduct .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtransp .container_inputs .customchk:first-child,
#orderproduct .modal-lg .modal-content #bottom_order2x1_content .xtra_lend .xtransp .container_inputs .customchk:first-child,
#viewmyprod .modal-lg .modal-content #bottom_order_content .xtra_lend .xtransp .container_inputs .customchk:first-child,
#viewmyprod .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtransp .container_inputs .customchk:first-child,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtransp .container_inputs .customchk:first-child,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtransp .container_inputs .customchk:first-child,
#viewmyprod .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtransp .container_inputs .customchk:first-child,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtransp .container_inputs .customchk:first-child,
#viewmyprod .modal-lg .modal-content #bottom_order2x1_content .xtra_lend .xtransp .container_inputs .customchk:first-child,
#viewmyprod3 .modal-lg .modal-content #bottom_order_content .xtra_lend .xtransp .container_inputs .customchk:first-child,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtransp .container_inputs .customchk:first-child,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtransp .container_inputs .customchk:first-child,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtransp .container_inputs .customchk:first-child,
#viewmyprod3 .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtransp .container_inputs .customchk:first-child,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtransp .container_inputs .customchk:first-child,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x1_content .xtra_lend .xtransp .container_inputs .customchk:first-child,
#viewmyprod2 .modal-lg .modal-content #bottom_order_content .xtra_lend .xtransp .container_inputs .customchk:first-child,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtransp .container_inputs .customchk:first-child,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtransp .container_inputs .customchk:first-child,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtransp .container_inputs .customchk:first-child,
#viewmyprod2 .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtransp .container_inputs .customchk:first-child,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtransp .container_inputs .customchk:first-child,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x1_content .xtra_lend .xtransp .container_inputs .customchk:first-child,
#makethepay .modal-lg .modal-content #bottom_order_content .xtra_lend .xtransp .container_inputs .customchk:first-child,
#makethepay .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtransp .container_inputs .customchk:first-child,
#makethepay .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtransp .container_inputs .customchk:first-child,
#makethepay .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtransp .container_inputs .customchk:first-child,
#makethepay .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtransp .container_inputs .customchk:first-child,
#makethepay .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtransp .container_inputs .customchk:first-child,
#makethepay .modal-lg .modal-content #bottom_order2x1_content .xtra_lend .xtransp .container_inputs .customchk:first-child,
#viewmyprodv3 .modal-lg .modal-content #bottom_order_content .xtra_lend .xtransp .container_inputs .customchk:first-child,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtransp .container_inputs .customchk:first-child,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtransp .container_inputs .customchk:first-child,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtransp .container_inputs .customchk:first-child,
#viewmyprodv3 .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtransp .container_inputs .customchk:first-child,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtransp .container_inputs .customchk:first-child,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x1_content .xtra_lend .xtransp .container_inputs .customchk:first-child,
#viewmyprodx1 .modal-lg .modal-content #bottom_order_content .xtra_lend .xtransp .container_inputs .customchk:first-child,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtransp .container_inputs .customchk:first-child,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtransp .container_inputs .customchk:first-child,
#viewmyprodx1 .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtransp .container_inputs .customchk:first-child,
#viewmyprodx1 .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtransp .container_inputs .customchk:first-child,
#viewmyprodx1 .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtransp .container_inputs .customchk:first-child,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x1_content .xtra_lend .xtransp .container_inputs .customchk:first-child {
  margin-left: 15px;
}
#orderproduct .modal-lg .modal-content #bottom_order_content .xtra_lend .xtransp .container_inputs .customchk input,
#orderproduct .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtransp .container_inputs .customchk input,
#orderproduct .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtransp .container_inputs .customchk input,
#orderproduct .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtransp .container_inputs .customchk input,
#orderproduct .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtransp .container_inputs .customchk input,
#orderproduct .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtransp .container_inputs .customchk input,
#orderproduct .modal-lg .modal-content #bottom_order2x1_content .xtra_lend .xtransp .container_inputs .customchk input,
#viewmyprod .modal-lg .modal-content #bottom_order_content .xtra_lend .xtransp .container_inputs .customchk input,
#viewmyprod .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtransp .container_inputs .customchk input,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtransp .container_inputs .customchk input,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtransp .container_inputs .customchk input,
#viewmyprod .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtransp .container_inputs .customchk input,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtransp .container_inputs .customchk input,
#viewmyprod .modal-lg .modal-content #bottom_order2x1_content .xtra_lend .xtransp .container_inputs .customchk input,
#viewmyprod3 .modal-lg .modal-content #bottom_order_content .xtra_lend .xtransp .container_inputs .customchk input,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtransp .container_inputs .customchk input,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtransp .container_inputs .customchk input,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtransp .container_inputs .customchk input,
#viewmyprod3 .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtransp .container_inputs .customchk input,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtransp .container_inputs .customchk input,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x1_content .xtra_lend .xtransp .container_inputs .customchk input,
#viewmyprod2 .modal-lg .modal-content #bottom_order_content .xtra_lend .xtransp .container_inputs .customchk input,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtransp .container_inputs .customchk input,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtransp .container_inputs .customchk input,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtransp .container_inputs .customchk input,
#viewmyprod2 .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtransp .container_inputs .customchk input,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtransp .container_inputs .customchk input,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x1_content .xtra_lend .xtransp .container_inputs .customchk input,
#makethepay .modal-lg .modal-content #bottom_order_content .xtra_lend .xtransp .container_inputs .customchk input,
#makethepay .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtransp .container_inputs .customchk input,
#makethepay .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtransp .container_inputs .customchk input,
#makethepay .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtransp .container_inputs .customchk input,
#makethepay .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtransp .container_inputs .customchk input,
#makethepay .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtransp .container_inputs .customchk input,
#makethepay .modal-lg .modal-content #bottom_order2x1_content .xtra_lend .xtransp .container_inputs .customchk input,
#viewmyprodv3 .modal-lg .modal-content #bottom_order_content .xtra_lend .xtransp .container_inputs .customchk input,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtransp .container_inputs .customchk input,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtransp .container_inputs .customchk input,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtransp .container_inputs .customchk input,
#viewmyprodv3 .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtransp .container_inputs .customchk input,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtransp .container_inputs .customchk input,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x1_content .xtra_lend .xtransp .container_inputs .customchk input,
#viewmyprodx1 .modal-lg .modal-content #bottom_order_content .xtra_lend .xtransp .container_inputs .customchk input,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtransp .container_inputs .customchk input,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtransp .container_inputs .customchk input,
#viewmyprodx1 .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtransp .container_inputs .customchk input,
#viewmyprodx1 .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtransp .container_inputs .customchk input,
#viewmyprodx1 .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtransp .container_inputs .customchk input,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x1_content .xtra_lend .xtransp .container_inputs .customchk input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
#orderproduct .modal-lg .modal-content #bottom_order_content .xtra_lend .xtransp .container_inputs .checkmark,
#orderproduct .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtransp .container_inputs .checkmark,
#orderproduct .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtransp .container_inputs .checkmark,
#orderproduct .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtransp .container_inputs .checkmark,
#orderproduct .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtransp .container_inputs .checkmark,
#orderproduct .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtransp .container_inputs .checkmark,
#orderproduct .modal-lg .modal-content #bottom_order2x1_content .xtra_lend .xtransp .container_inputs .checkmark,
#viewmyprod .modal-lg .modal-content #bottom_order_content .xtra_lend .xtransp .container_inputs .checkmark,
#viewmyprod .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtransp .container_inputs .checkmark,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtransp .container_inputs .checkmark,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtransp .container_inputs .checkmark,
#viewmyprod .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtransp .container_inputs .checkmark,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtransp .container_inputs .checkmark,
#viewmyprod .modal-lg .modal-content #bottom_order2x1_content .xtra_lend .xtransp .container_inputs .checkmark,
#viewmyprod3 .modal-lg .modal-content #bottom_order_content .xtra_lend .xtransp .container_inputs .checkmark,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtransp .container_inputs .checkmark,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtransp .container_inputs .checkmark,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtransp .container_inputs .checkmark,
#viewmyprod3 .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtransp .container_inputs .checkmark,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtransp .container_inputs .checkmark,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x1_content .xtra_lend .xtransp .container_inputs .checkmark,
#viewmyprod2 .modal-lg .modal-content #bottom_order_content .xtra_lend .xtransp .container_inputs .checkmark,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtransp .container_inputs .checkmark,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtransp .container_inputs .checkmark,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtransp .container_inputs .checkmark,
#viewmyprod2 .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtransp .container_inputs .checkmark,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtransp .container_inputs .checkmark,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x1_content .xtra_lend .xtransp .container_inputs .checkmark,
#makethepay .modal-lg .modal-content #bottom_order_content .xtra_lend .xtransp .container_inputs .checkmark,
#makethepay .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtransp .container_inputs .checkmark,
#makethepay .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtransp .container_inputs .checkmark,
#makethepay .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtransp .container_inputs .checkmark,
#makethepay .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtransp .container_inputs .checkmark,
#makethepay .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtransp .container_inputs .checkmark,
#makethepay .modal-lg .modal-content #bottom_order2x1_content .xtra_lend .xtransp .container_inputs .checkmark,
#viewmyprodv3 .modal-lg .modal-content #bottom_order_content .xtra_lend .xtransp .container_inputs .checkmark,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtransp .container_inputs .checkmark,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtransp .container_inputs .checkmark,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtransp .container_inputs .checkmark,
#viewmyprodv3 .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtransp .container_inputs .checkmark,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtransp .container_inputs .checkmark,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x1_content .xtra_lend .xtransp .container_inputs .checkmark,
#viewmyprodx1 .modal-lg .modal-content #bottom_order_content .xtra_lend .xtransp .container_inputs .checkmark,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtransp .container_inputs .checkmark,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtransp .container_inputs .checkmark,
#viewmyprodx1 .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtransp .container_inputs .checkmark,
#viewmyprodx1 .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtransp .container_inputs .checkmark,
#viewmyprodx1 .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtransp .container_inputs .checkmark,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x1_content .xtra_lend .xtransp .container_inputs .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #eee;
}
#orderproduct .modal-lg .modal-content #bottom_order_content .xtra_lend .xtransp .container_inputs .customchk:hover input ~ .checkmark,
#orderproduct .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtransp .container_inputs .customchk:hover input ~ .checkmark,
#orderproduct .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtransp .container_inputs .customchk:hover input ~ .checkmark,
#orderproduct .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtransp .container_inputs .customchk:hover input ~ .checkmark,
#orderproduct .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtransp .container_inputs .customchk:hover input ~ .checkmark,
#orderproduct .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtransp .container_inputs .customchk:hover input ~ .checkmark,
#orderproduct .modal-lg .modal-content #bottom_order2x1_content .xtra_lend .xtransp .container_inputs .customchk:hover input ~ .checkmark,
#viewmyprod .modal-lg .modal-content #bottom_order_content .xtra_lend .xtransp .container_inputs .customchk:hover input ~ .checkmark,
#viewmyprod .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtransp .container_inputs .customchk:hover input ~ .checkmark,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtransp .container_inputs .customchk:hover input ~ .checkmark,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtransp .container_inputs .customchk:hover input ~ .checkmark,
#viewmyprod .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtransp .container_inputs .customchk:hover input ~ .checkmark,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtransp .container_inputs .customchk:hover input ~ .checkmark,
#viewmyprod .modal-lg .modal-content #bottom_order2x1_content .xtra_lend .xtransp .container_inputs .customchk:hover input ~ .checkmark,
#viewmyprod3 .modal-lg .modal-content #bottom_order_content .xtra_lend .xtransp .container_inputs .customchk:hover input ~ .checkmark,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtransp .container_inputs .customchk:hover input ~ .checkmark,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtransp .container_inputs .customchk:hover input ~ .checkmark,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtransp .container_inputs .customchk:hover input ~ .checkmark,
#viewmyprod3 .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtransp .container_inputs .customchk:hover input ~ .checkmark,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtransp .container_inputs .customchk:hover input ~ .checkmark,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x1_content .xtra_lend .xtransp .container_inputs .customchk:hover input ~ .checkmark,
#viewmyprod2 .modal-lg .modal-content #bottom_order_content .xtra_lend .xtransp .container_inputs .customchk:hover input ~ .checkmark,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtransp .container_inputs .customchk:hover input ~ .checkmark,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtransp .container_inputs .customchk:hover input ~ .checkmark,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtransp .container_inputs .customchk:hover input ~ .checkmark,
#viewmyprod2 .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtransp .container_inputs .customchk:hover input ~ .checkmark,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtransp .container_inputs .customchk:hover input ~ .checkmark,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x1_content .xtra_lend .xtransp .container_inputs .customchk:hover input ~ .checkmark,
#makethepay .modal-lg .modal-content #bottom_order_content .xtra_lend .xtransp .container_inputs .customchk:hover input ~ .checkmark,
#makethepay .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtransp .container_inputs .customchk:hover input ~ .checkmark,
#makethepay .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtransp .container_inputs .customchk:hover input ~ .checkmark,
#makethepay .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtransp .container_inputs .customchk:hover input ~ .checkmark,
#makethepay .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtransp .container_inputs .customchk:hover input ~ .checkmark,
#makethepay .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtransp .container_inputs .customchk:hover input ~ .checkmark,
#makethepay .modal-lg .modal-content #bottom_order2x1_content .xtra_lend .xtransp .container_inputs .customchk:hover input ~ .checkmark,
#viewmyprodv3 .modal-lg .modal-content #bottom_order_content .xtra_lend .xtransp .container_inputs .customchk:hover input ~ .checkmark,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtransp .container_inputs .customchk:hover input ~ .checkmark,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtransp .container_inputs .customchk:hover input ~ .checkmark,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtransp .container_inputs .customchk:hover input ~ .checkmark,
#viewmyprodv3 .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtransp .container_inputs .customchk:hover input ~ .checkmark,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtransp .container_inputs .customchk:hover input ~ .checkmark,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x1_content .xtra_lend .xtransp .container_inputs .customchk:hover input ~ .checkmark,
#viewmyprodx1 .modal-lg .modal-content #bottom_order_content .xtra_lend .xtransp .container_inputs .customchk:hover input ~ .checkmark,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtransp .container_inputs .customchk:hover input ~ .checkmark,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtransp .container_inputs .customchk:hover input ~ .checkmark,
#viewmyprodx1 .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtransp .container_inputs .customchk:hover input ~ .checkmark,
#viewmyprodx1 .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtransp .container_inputs .customchk:hover input ~ .checkmark,
#viewmyprodx1 .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtransp .container_inputs .customchk:hover input ~ .checkmark,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x1_content .xtra_lend .xtransp .container_inputs .customchk:hover input ~ .checkmark {
  border: 1px solid #FFCC19;
}
#orderproduct .modal-lg .modal-content #bottom_order_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark,
#orderproduct .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark,
#orderproduct .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark,
#orderproduct .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark,
#orderproduct .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark,
#orderproduct .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark,
#orderproduct .modal-lg .modal-content #bottom_order2x1_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark,
#viewmyprod .modal-lg .modal-content #bottom_order_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark,
#viewmyprod .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark,
#viewmyprod .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark,
#viewmyprod .modal-lg .modal-content #bottom_order2x1_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark,
#viewmyprod3 .modal-lg .modal-content #bottom_order_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark,
#viewmyprod3 .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x1_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark,
#viewmyprod2 .modal-lg .modal-content #bottom_order_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark,
#viewmyprod2 .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x1_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark,
#makethepay .modal-lg .modal-content #bottom_order_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark,
#makethepay .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark,
#makethepay .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark,
#makethepay .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark,
#makethepay .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark,
#makethepay .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark,
#makethepay .modal-lg .modal-content #bottom_order2x1_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark,
#viewmyprodv3 .modal-lg .modal-content #bottom_order_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark,
#viewmyprodv3 .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x1_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark,
#viewmyprodx1 .modal-lg .modal-content #bottom_order_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark,
#viewmyprodx1 .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark,
#viewmyprodx1 .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark,
#viewmyprodx1 .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x1_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark {
  border: 1px solid #FFCC19;
  background-color: #199cd0;
}
#orderproduct .modal-lg .modal-content #bottom_order_content .xtra_lend .xtransp .container_inputs .checkmark:after,
#orderproduct .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtransp .container_inputs .checkmark:after,
#orderproduct .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtransp .container_inputs .checkmark:after,
#orderproduct .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtransp .container_inputs .checkmark:after,
#orderproduct .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtransp .container_inputs .checkmark:after,
#orderproduct .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtransp .container_inputs .checkmark:after,
#orderproduct .modal-lg .modal-content #bottom_order2x1_content .xtra_lend .xtransp .container_inputs .checkmark:after,
#viewmyprod .modal-lg .modal-content #bottom_order_content .xtra_lend .xtransp .container_inputs .checkmark:after,
#viewmyprod .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtransp .container_inputs .checkmark:after,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtransp .container_inputs .checkmark:after,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtransp .container_inputs .checkmark:after,
#viewmyprod .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtransp .container_inputs .checkmark:after,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtransp .container_inputs .checkmark:after,
#viewmyprod .modal-lg .modal-content #bottom_order2x1_content .xtra_lend .xtransp .container_inputs .checkmark:after,
#viewmyprod3 .modal-lg .modal-content #bottom_order_content .xtra_lend .xtransp .container_inputs .checkmark:after,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtransp .container_inputs .checkmark:after,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtransp .container_inputs .checkmark:after,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtransp .container_inputs .checkmark:after,
#viewmyprod3 .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtransp .container_inputs .checkmark:after,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtransp .container_inputs .checkmark:after,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x1_content .xtra_lend .xtransp .container_inputs .checkmark:after,
#viewmyprod2 .modal-lg .modal-content #bottom_order_content .xtra_lend .xtransp .container_inputs .checkmark:after,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtransp .container_inputs .checkmark:after,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtransp .container_inputs .checkmark:after,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtransp .container_inputs .checkmark:after,
#viewmyprod2 .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtransp .container_inputs .checkmark:after,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtransp .container_inputs .checkmark:after,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x1_content .xtra_lend .xtransp .container_inputs .checkmark:after,
#makethepay .modal-lg .modal-content #bottom_order_content .xtra_lend .xtransp .container_inputs .checkmark:after,
#makethepay .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtransp .container_inputs .checkmark:after,
#makethepay .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtransp .container_inputs .checkmark:after,
#makethepay .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtransp .container_inputs .checkmark:after,
#makethepay .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtransp .container_inputs .checkmark:after,
#makethepay .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtransp .container_inputs .checkmark:after,
#makethepay .modal-lg .modal-content #bottom_order2x1_content .xtra_lend .xtransp .container_inputs .checkmark:after,
#viewmyprodv3 .modal-lg .modal-content #bottom_order_content .xtra_lend .xtransp .container_inputs .checkmark:after,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtransp .container_inputs .checkmark:after,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtransp .container_inputs .checkmark:after,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtransp .container_inputs .checkmark:after,
#viewmyprodv3 .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtransp .container_inputs .checkmark:after,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtransp .container_inputs .checkmark:after,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x1_content .xtra_lend .xtransp .container_inputs .checkmark:after,
#viewmyprodx1 .modal-lg .modal-content #bottom_order_content .xtra_lend .xtransp .container_inputs .checkmark:after,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtransp .container_inputs .checkmark:after,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtransp .container_inputs .checkmark:after,
#viewmyprodx1 .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtransp .container_inputs .checkmark:after,
#viewmyprodx1 .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtransp .container_inputs .checkmark:after,
#viewmyprodx1 .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtransp .container_inputs .checkmark:after,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x1_content .xtra_lend .xtransp .container_inputs .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
#orderproduct .modal-lg .modal-content #bottom_order_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark:after,
#orderproduct .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark:after,
#orderproduct .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark:after,
#orderproduct .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark:after,
#orderproduct .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark:after,
#orderproduct .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark:after,
#orderproduct .modal-lg .modal-content #bottom_order2x1_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark:after,
#viewmyprod .modal-lg .modal-content #bottom_order_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark:after,
#viewmyprod .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark:after,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark:after,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark:after,
#viewmyprod .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark:after,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark:after,
#viewmyprod .modal-lg .modal-content #bottom_order2x1_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark:after,
#viewmyprod3 .modal-lg .modal-content #bottom_order_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark:after,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark:after,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark:after,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark:after,
#viewmyprod3 .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark:after,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark:after,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x1_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark:after,
#viewmyprod2 .modal-lg .modal-content #bottom_order_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark:after,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark:after,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark:after,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark:after,
#viewmyprod2 .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark:after,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark:after,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x1_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark:after,
#makethepay .modal-lg .modal-content #bottom_order_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark:after,
#makethepay .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark:after,
#makethepay .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark:after,
#makethepay .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark:after,
#makethepay .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark:after,
#makethepay .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark:after,
#makethepay .modal-lg .modal-content #bottom_order2x1_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark:after,
#viewmyprodv3 .modal-lg .modal-content #bottom_order_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark:after,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark:after,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark:after,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark:after,
#viewmyprodv3 .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark:after,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark:after,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x1_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark:after,
#viewmyprodx1 .modal-lg .modal-content #bottom_order_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark:after,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark:after,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark:after,
#viewmyprodx1 .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark:after,
#viewmyprodx1 .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark:after,
#viewmyprodx1 .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark:after,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x1_content .xtra_lend .xtransp .container_inputs .customchk input:checked ~ .checkmark:after {
  display: block;
}
#orderproduct .modal-lg .modal-content #bottom_order_content .xtra_lend .xtransp .container_inputs .customchk .checkmark:after,
#orderproduct .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtransp .container_inputs .customchk .checkmark:after,
#orderproduct .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtransp .container_inputs .customchk .checkmark:after,
#orderproduct .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtransp .container_inputs .customchk .checkmark:after,
#orderproduct .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtransp .container_inputs .customchk .checkmark:after,
#orderproduct .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtransp .container_inputs .customchk .checkmark:after,
#orderproduct .modal-lg .modal-content #bottom_order2x1_content .xtra_lend .xtransp .container_inputs .customchk .checkmark:after,
#viewmyprod .modal-lg .modal-content #bottom_order_content .xtra_lend .xtransp .container_inputs .customchk .checkmark:after,
#viewmyprod .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtransp .container_inputs .customchk .checkmark:after,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtransp .container_inputs .customchk .checkmark:after,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtransp .container_inputs .customchk .checkmark:after,
#viewmyprod .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtransp .container_inputs .customchk .checkmark:after,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtransp .container_inputs .customchk .checkmark:after,
#viewmyprod .modal-lg .modal-content #bottom_order2x1_content .xtra_lend .xtransp .container_inputs .customchk .checkmark:after,
#viewmyprod3 .modal-lg .modal-content #bottom_order_content .xtra_lend .xtransp .container_inputs .customchk .checkmark:after,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtransp .container_inputs .customchk .checkmark:after,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtransp .container_inputs .customchk .checkmark:after,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtransp .container_inputs .customchk .checkmark:after,
#viewmyprod3 .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtransp .container_inputs .customchk .checkmark:after,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtransp .container_inputs .customchk .checkmark:after,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x1_content .xtra_lend .xtransp .container_inputs .customchk .checkmark:after,
#viewmyprod2 .modal-lg .modal-content #bottom_order_content .xtra_lend .xtransp .container_inputs .customchk .checkmark:after,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtransp .container_inputs .customchk .checkmark:after,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtransp .container_inputs .customchk .checkmark:after,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtransp .container_inputs .customchk .checkmark:after,
#viewmyprod2 .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtransp .container_inputs .customchk .checkmark:after,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtransp .container_inputs .customchk .checkmark:after,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x1_content .xtra_lend .xtransp .container_inputs .customchk .checkmark:after,
#makethepay .modal-lg .modal-content #bottom_order_content .xtra_lend .xtransp .container_inputs .customchk .checkmark:after,
#makethepay .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtransp .container_inputs .customchk .checkmark:after,
#makethepay .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtransp .container_inputs .customchk .checkmark:after,
#makethepay .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtransp .container_inputs .customchk .checkmark:after,
#makethepay .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtransp .container_inputs .customchk .checkmark:after,
#makethepay .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtransp .container_inputs .customchk .checkmark:after,
#makethepay .modal-lg .modal-content #bottom_order2x1_content .xtra_lend .xtransp .container_inputs .customchk .checkmark:after,
#viewmyprodv3 .modal-lg .modal-content #bottom_order_content .xtra_lend .xtransp .container_inputs .customchk .checkmark:after,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtransp .container_inputs .customchk .checkmark:after,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtransp .container_inputs .customchk .checkmark:after,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtransp .container_inputs .customchk .checkmark:after,
#viewmyprodv3 .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtransp .container_inputs .customchk .checkmark:after,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtransp .container_inputs .customchk .checkmark:after,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x1_content .xtra_lend .xtransp .container_inputs .customchk .checkmark:after,
#viewmyprodx1 .modal-lg .modal-content #bottom_order_content .xtra_lend .xtransp .container_inputs .customchk .checkmark:after,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtransp .container_inputs .customchk .checkmark:after,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtransp .container_inputs .customchk .checkmark:after,
#viewmyprodx1 .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtransp .container_inputs .customchk .checkmark:after,
#viewmyprodx1 .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtransp .container_inputs .customchk .checkmark:after,
#viewmyprodx1 .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtransp .container_inputs .customchk .checkmark:after,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x1_content .xtra_lend .xtransp .container_inputs .customchk .checkmark:after {
  left: 5px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#orderproduct .modal-lg .modal-content #bottom_order_content .xtra_lend .xtxt,
#orderproduct .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtxt,
#orderproduct .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtxt,
#orderproduct .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtxt,
#orderproduct .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtxt,
#orderproduct .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtxt,
#orderproduct .modal-lg .modal-content #bottom_order2x1_content .xtra_lend .xtxt,
#viewmyprod .modal-lg .modal-content #bottom_order_content .xtra_lend .xtxt,
#viewmyprod .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtxt,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtxt,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtxt,
#viewmyprod .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtxt,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtxt,
#viewmyprod .modal-lg .modal-content #bottom_order2x1_content .xtra_lend .xtxt,
#viewmyprod3 .modal-lg .modal-content #bottom_order_content .xtra_lend .xtxt,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtxt,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtxt,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtxt,
#viewmyprod3 .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtxt,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtxt,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x1_content .xtra_lend .xtxt,
#viewmyprod2 .modal-lg .modal-content #bottom_order_content .xtra_lend .xtxt,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtxt,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtxt,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtxt,
#viewmyprod2 .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtxt,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtxt,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x1_content .xtra_lend .xtxt,
#makethepay .modal-lg .modal-content #bottom_order_content .xtra_lend .xtxt,
#makethepay .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtxt,
#makethepay .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtxt,
#makethepay .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtxt,
#makethepay .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtxt,
#makethepay .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtxt,
#makethepay .modal-lg .modal-content #bottom_order2x1_content .xtra_lend .xtxt,
#viewmyprodv3 .modal-lg .modal-content #bottom_order_content .xtra_lend .xtxt,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtxt,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtxt,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtxt,
#viewmyprodv3 .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtxt,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtxt,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x1_content .xtra_lend .xtxt,
#viewmyprodx1 .modal-lg .modal-content #bottom_order_content .xtra_lend .xtxt,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtxt,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtxt,
#viewmyprodx1 .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtxt,
#viewmyprodx1 .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtxt,
#viewmyprodx1 .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtxt,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x1_content .xtra_lend .xtxt {
  width: 580px;
  box-sizing: border-box;
  height: 52px;
  float: left;
  margin-right: 21px;
}
#orderproduct .modal-lg .modal-content #bottom_order_content .xtra_lend .xtxt .zlabel,
#orderproduct .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtxt .zlabel,
#orderproduct .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtxt .zlabel,
#orderproduct .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtxt .zlabel,
#orderproduct .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtxt .zlabel,
#orderproduct .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtxt .zlabel,
#orderproduct .modal-lg .modal-content #bottom_order2x1_content .xtra_lend .xtxt .zlabel,
#viewmyprod .modal-lg .modal-content #bottom_order_content .xtra_lend .xtxt .zlabel,
#viewmyprod .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtxt .zlabel,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtxt .zlabel,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtxt .zlabel,
#viewmyprod .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtxt .zlabel,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtxt .zlabel,
#viewmyprod .modal-lg .modal-content #bottom_order2x1_content .xtra_lend .xtxt .zlabel,
#viewmyprod3 .modal-lg .modal-content #bottom_order_content .xtra_lend .xtxt .zlabel,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtxt .zlabel,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtxt .zlabel,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtxt .zlabel,
#viewmyprod3 .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtxt .zlabel,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtxt .zlabel,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x1_content .xtra_lend .xtxt .zlabel,
#viewmyprod2 .modal-lg .modal-content #bottom_order_content .xtra_lend .xtxt .zlabel,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtxt .zlabel,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtxt .zlabel,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtxt .zlabel,
#viewmyprod2 .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtxt .zlabel,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtxt .zlabel,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x1_content .xtra_lend .xtxt .zlabel,
#makethepay .modal-lg .modal-content #bottom_order_content .xtra_lend .xtxt .zlabel,
#makethepay .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtxt .zlabel,
#makethepay .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtxt .zlabel,
#makethepay .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtxt .zlabel,
#makethepay .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtxt .zlabel,
#makethepay .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtxt .zlabel,
#makethepay .modal-lg .modal-content #bottom_order2x1_content .xtra_lend .xtxt .zlabel,
#viewmyprodv3 .modal-lg .modal-content #bottom_order_content .xtra_lend .xtxt .zlabel,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtxt .zlabel,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtxt .zlabel,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtxt .zlabel,
#viewmyprodv3 .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtxt .zlabel,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtxt .zlabel,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x1_content .xtra_lend .xtxt .zlabel,
#viewmyprodx1 .modal-lg .modal-content #bottom_order_content .xtra_lend .xtxt .zlabel,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtxt .zlabel,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtxt .zlabel,
#viewmyprodx1 .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtxt .zlabel,
#viewmyprodx1 .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtxt .zlabel,
#viewmyprodx1 .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtxt .zlabel,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x1_content .xtra_lend .xtxt .zlabel {
  height: 18px;
  width: 100%;
  color: #424D5A;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 8px;
}
#orderproduct .modal-lg .modal-content #bottom_order_content .xtra_lend .xtxt .container_inputs,
#orderproduct .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtxt .container_inputs,
#orderproduct .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtxt .container_inputs,
#orderproduct .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtxt .container_inputs,
#orderproduct .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtxt .container_inputs,
#orderproduct .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtxt .container_inputs,
#orderproduct .modal-lg .modal-content #bottom_order2x1_content .xtra_lend .xtxt .container_inputs,
#viewmyprod .modal-lg .modal-content #bottom_order_content .xtra_lend .xtxt .container_inputs,
#viewmyprod .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtxt .container_inputs,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtxt .container_inputs,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtxt .container_inputs,
#viewmyprod .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtxt .container_inputs,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtxt .container_inputs,
#viewmyprod .modal-lg .modal-content #bottom_order2x1_content .xtra_lend .xtxt .container_inputs,
#viewmyprod3 .modal-lg .modal-content #bottom_order_content .xtra_lend .xtxt .container_inputs,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtxt .container_inputs,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtxt .container_inputs,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtxt .container_inputs,
#viewmyprod3 .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtxt .container_inputs,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtxt .container_inputs,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x1_content .xtra_lend .xtxt .container_inputs,
#viewmyprod2 .modal-lg .modal-content #bottom_order_content .xtra_lend .xtxt .container_inputs,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtxt .container_inputs,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtxt .container_inputs,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtxt .container_inputs,
#viewmyprod2 .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtxt .container_inputs,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtxt .container_inputs,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x1_content .xtra_lend .xtxt .container_inputs,
#makethepay .modal-lg .modal-content #bottom_order_content .xtra_lend .xtxt .container_inputs,
#makethepay .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtxt .container_inputs,
#makethepay .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtxt .container_inputs,
#makethepay .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtxt .container_inputs,
#makethepay .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtxt .container_inputs,
#makethepay .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtxt .container_inputs,
#makethepay .modal-lg .modal-content #bottom_order2x1_content .xtra_lend .xtxt .container_inputs,
#viewmyprodv3 .modal-lg .modal-content #bottom_order_content .xtra_lend .xtxt .container_inputs,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtxt .container_inputs,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtxt .container_inputs,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtxt .container_inputs,
#viewmyprodv3 .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtxt .container_inputs,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtxt .container_inputs,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x1_content .xtra_lend .xtxt .container_inputs,
#viewmyprodx1 .modal-lg .modal-content #bottom_order_content .xtra_lend .xtxt .container_inputs,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtxt .container_inputs,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtxt .container_inputs,
#viewmyprodx1 .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtxt .container_inputs,
#viewmyprodx1 .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtxt .container_inputs,
#viewmyprodx1 .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtxt .container_inputs,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x1_content .xtra_lend .xtxt .container_inputs {
  box-sizing: border-box;
  height: 75px;
  width: 100%;
}
#orderproduct .modal-lg .modal-content #bottom_order_content .xtra_lend .xtxt .container_inputs textarea,
#orderproduct .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtxt .container_inputs textarea,
#orderproduct .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtxt .container_inputs textarea,
#orderproduct .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtxt .container_inputs textarea,
#orderproduct .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtxt .container_inputs textarea,
#orderproduct .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtxt .container_inputs textarea,
#orderproduct .modal-lg .modal-content #bottom_order2x1_content .xtra_lend .xtxt .container_inputs textarea,
#viewmyprod .modal-lg .modal-content #bottom_order_content .xtra_lend .xtxt .container_inputs textarea,
#viewmyprod .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtxt .container_inputs textarea,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtxt .container_inputs textarea,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtxt .container_inputs textarea,
#viewmyprod .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtxt .container_inputs textarea,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtxt .container_inputs textarea,
#viewmyprod .modal-lg .modal-content #bottom_order2x1_content .xtra_lend .xtxt .container_inputs textarea,
#viewmyprod3 .modal-lg .modal-content #bottom_order_content .xtra_lend .xtxt .container_inputs textarea,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtxt .container_inputs textarea,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtxt .container_inputs textarea,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtxt .container_inputs textarea,
#viewmyprod3 .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtxt .container_inputs textarea,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtxt .container_inputs textarea,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x1_content .xtra_lend .xtxt .container_inputs textarea,
#viewmyprod2 .modal-lg .modal-content #bottom_order_content .xtra_lend .xtxt .container_inputs textarea,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtxt .container_inputs textarea,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtxt .container_inputs textarea,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtxt .container_inputs textarea,
#viewmyprod2 .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtxt .container_inputs textarea,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtxt .container_inputs textarea,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x1_content .xtra_lend .xtxt .container_inputs textarea,
#makethepay .modal-lg .modal-content #bottom_order_content .xtra_lend .xtxt .container_inputs textarea,
#makethepay .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtxt .container_inputs textarea,
#makethepay .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtxt .container_inputs textarea,
#makethepay .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtxt .container_inputs textarea,
#makethepay .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtxt .container_inputs textarea,
#makethepay .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtxt .container_inputs textarea,
#makethepay .modal-lg .modal-content #bottom_order2x1_content .xtra_lend .xtxt .container_inputs textarea,
#viewmyprodv3 .modal-lg .modal-content #bottom_order_content .xtra_lend .xtxt .container_inputs textarea,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtxt .container_inputs textarea,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtxt .container_inputs textarea,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtxt .container_inputs textarea,
#viewmyprodv3 .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtxt .container_inputs textarea,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtxt .container_inputs textarea,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x1_content .xtra_lend .xtxt .container_inputs textarea,
#viewmyprodx1 .modal-lg .modal-content #bottom_order_content .xtra_lend .xtxt .container_inputs textarea,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2_content .xtra_lend .xtxt .container_inputs textarea,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x_content .xtra_lend .xtxt .container_inputs textarea,
#viewmyprodx1 .modal-lg .modal-content #bottom_order3x_content .xtra_lend .xtxt .container_inputs textarea,
#viewmyprodx1 .modal-lg .modal-content #bottom_order8x_content .xtra_lend .xtxt .container_inputs textarea,
#viewmyprodx1 .modal-lg .modal-content #bottom_order4_content .xtra_lend .xtxt .container_inputs textarea,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x1_content .xtra_lend .xtxt .container_inputs textarea {
  height: 75px;
  width: 100%;
  color: #656982;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 19px;
  resize: none;
  background: #fff;
  padding: 10px 16px;
  outline: none;
  float: left;
  border: 1px solid #babbcc;
  background-color: #FFFFFF;
}
#orderproduct .modal-lg .modal-content #bottom_order_content .long_lend,
#orderproduct .modal-lg .modal-content #bottom_order2_content .long_lend,
#orderproduct .modal-lg .modal-content #bottom_order2x_content .long_lend,
#orderproduct .modal-lg .modal-content #bottom_order3x_content .long_lend,
#orderproduct .modal-lg .modal-content #bottom_order8x_content .long_lend,
#orderproduct .modal-lg .modal-content #bottom_order4_content .long_lend,
#orderproduct .modal-lg .modal-content #bottom_order2x1_content .long_lend,
#viewmyprod .modal-lg .modal-content #bottom_order_content .long_lend,
#viewmyprod .modal-lg .modal-content #bottom_order2_content .long_lend,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .long_lend,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .long_lend,
#viewmyprod .modal-lg .modal-content #bottom_order8x_content .long_lend,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .long_lend,
#viewmyprod .modal-lg .modal-content #bottom_order2x1_content .long_lend,
#viewmyprod3 .modal-lg .modal-content #bottom_order_content .long_lend,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .long_lend,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .long_lend,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .long_lend,
#viewmyprod3 .modal-lg .modal-content #bottom_order8x_content .long_lend,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .long_lend,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x1_content .long_lend,
#viewmyprod2 .modal-lg .modal-content #bottom_order_content .long_lend,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .long_lend,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .long_lend,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .long_lend,
#viewmyprod2 .modal-lg .modal-content #bottom_order8x_content .long_lend,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .long_lend,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x1_content .long_lend,
#makethepay .modal-lg .modal-content #bottom_order_content .long_lend,
#makethepay .modal-lg .modal-content #bottom_order2_content .long_lend,
#makethepay .modal-lg .modal-content #bottom_order2x_content .long_lend,
#makethepay .modal-lg .modal-content #bottom_order3x_content .long_lend,
#makethepay .modal-lg .modal-content #bottom_order8x_content .long_lend,
#makethepay .modal-lg .modal-content #bottom_order4_content .long_lend,
#makethepay .modal-lg .modal-content #bottom_order2x1_content .long_lend,
#viewmyprodv3 .modal-lg .modal-content #bottom_order_content .long_lend,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .long_lend,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .long_lend,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .long_lend,
#viewmyprodv3 .modal-lg .modal-content #bottom_order8x_content .long_lend,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .long_lend,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x1_content .long_lend,
#viewmyprodx1 .modal-lg .modal-content #bottom_order_content .long_lend,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2_content .long_lend,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x_content .long_lend,
#viewmyprodx1 .modal-lg .modal-content #bottom_order3x_content .long_lend,
#viewmyprodx1 .modal-lg .modal-content #bottom_order8x_content .long_lend,
#viewmyprodx1 .modal-lg .modal-content #bottom_order4_content .long_lend,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x1_content .long_lend {
  width: 100%;
  float: left;
  margin-top: 24px;
}
#orderproduct .modal-lg .modal-content #bottom_order_content .long_lend .xitem,
#orderproduct .modal-lg .modal-content #bottom_order_content .long_lend .xitem3,
#orderproduct .modal-lg .modal-content #bottom_order2_content .long_lend .xitem,
#orderproduct .modal-lg .modal-content #bottom_order2_content .long_lend .xitem3,
#orderproduct .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem,
#orderproduct .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem3,
#orderproduct .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem,
#orderproduct .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem3,
#orderproduct .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem,
#orderproduct .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem3,
#orderproduct .modal-lg .modal-content #bottom_order4_content .long_lend .xitem,
#orderproduct .modal-lg .modal-content #bottom_order4_content .long_lend .xitem3,
#orderproduct .modal-lg .modal-content #bottom_order2x1_content .long_lend .xitem,
#orderproduct .modal-lg .modal-content #bottom_order2x1_content .long_lend .xitem3,
#viewmyprod .modal-lg .modal-content #bottom_order_content .long_lend .xitem,
#viewmyprod .modal-lg .modal-content #bottom_order_content .long_lend .xitem3,
#viewmyprod .modal-lg .modal-content #bottom_order2_content .long_lend .xitem,
#viewmyprod .modal-lg .modal-content #bottom_order2_content .long_lend .xitem3,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem3,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem3,
#viewmyprod .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem,
#viewmyprod .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem3,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .long_lend .xitem,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .long_lend .xitem3,
#viewmyprod .modal-lg .modal-content #bottom_order2x1_content .long_lend .xitem,
#viewmyprod .modal-lg .modal-content #bottom_order2x1_content .long_lend .xitem3,
#viewmyprod3 .modal-lg .modal-content #bottom_order_content .long_lend .xitem,
#viewmyprod3 .modal-lg .modal-content #bottom_order_content .long_lend .xitem3,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .long_lend .xitem,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .long_lend .xitem3,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem3,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem3,
#viewmyprod3 .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem,
#viewmyprod3 .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem3,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .long_lend .xitem,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .long_lend .xitem3,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x1_content .long_lend .xitem,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x1_content .long_lend .xitem3,
#viewmyprod2 .modal-lg .modal-content #bottom_order_content .long_lend .xitem,
#viewmyprod2 .modal-lg .modal-content #bottom_order_content .long_lend .xitem3,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .long_lend .xitem,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .long_lend .xitem3,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem3,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem3,
#viewmyprod2 .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem,
#viewmyprod2 .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem3,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .long_lend .xitem,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .long_lend .xitem3,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x1_content .long_lend .xitem,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x1_content .long_lend .xitem3,
#makethepay .modal-lg .modal-content #bottom_order_content .long_lend .xitem,
#makethepay .modal-lg .modal-content #bottom_order_content .long_lend .xitem3,
#makethepay .modal-lg .modal-content #bottom_order2_content .long_lend .xitem,
#makethepay .modal-lg .modal-content #bottom_order2_content .long_lend .xitem3,
#makethepay .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem,
#makethepay .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem3,
#makethepay .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem,
#makethepay .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem3,
#makethepay .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem,
#makethepay .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem3,
#makethepay .modal-lg .modal-content #bottom_order4_content .long_lend .xitem,
#makethepay .modal-lg .modal-content #bottom_order4_content .long_lend .xitem3,
#makethepay .modal-lg .modal-content #bottom_order2x1_content .long_lend .xitem,
#makethepay .modal-lg .modal-content #bottom_order2x1_content .long_lend .xitem3,
#viewmyprodv3 .modal-lg .modal-content #bottom_order_content .long_lend .xitem,
#viewmyprodv3 .modal-lg .modal-content #bottom_order_content .long_lend .xitem3,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .long_lend .xitem,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .long_lend .xitem3,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem3,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem3,
#viewmyprodv3 .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem,
#viewmyprodv3 .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem3,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .long_lend .xitem,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .long_lend .xitem3,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x1_content .long_lend .xitem,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x1_content .long_lend .xitem3,
#viewmyprodx1 .modal-lg .modal-content #bottom_order_content .long_lend .xitem,
#viewmyprodx1 .modal-lg .modal-content #bottom_order_content .long_lend .xitem3,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2_content .long_lend .xitem,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2_content .long_lend .xitem3,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem3,
#viewmyprodx1 .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem,
#viewmyprodx1 .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem3,
#viewmyprodx1 .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem,
#viewmyprodx1 .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem3,
#viewmyprodx1 .modal-lg .modal-content #bottom_order4_content .long_lend .xitem,
#viewmyprodx1 .modal-lg .modal-content #bottom_order4_content .long_lend .xitem3,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x1_content .long_lend .xitem,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x1_content .long_lend .xitem3 {
  width: 305px;
  float: left;
  margin-right: 15px;
}
#orderproduct .modal-lg .modal-content #bottom_order_content .long_lend .xitem .zlabel,
#orderproduct .modal-lg .modal-content #bottom_order_content .long_lend .xitem3 .zlabel,
#orderproduct .modal-lg .modal-content #bottom_order2_content .long_lend .xitem .zlabel,
#orderproduct .modal-lg .modal-content #bottom_order2_content .long_lend .xitem3 .zlabel,
#orderproduct .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem .zlabel,
#orderproduct .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem3 .zlabel,
#orderproduct .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem .zlabel,
#orderproduct .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem3 .zlabel,
#orderproduct .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem .zlabel,
#orderproduct .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem3 .zlabel,
#orderproduct .modal-lg .modal-content #bottom_order4_content .long_lend .xitem .zlabel,
#orderproduct .modal-lg .modal-content #bottom_order4_content .long_lend .xitem3 .zlabel,
#orderproduct .modal-lg .modal-content #bottom_order2x1_content .long_lend .xitem .zlabel,
#orderproduct .modal-lg .modal-content #bottom_order2x1_content .long_lend .xitem3 .zlabel,
#viewmyprod .modal-lg .modal-content #bottom_order_content .long_lend .xitem .zlabel,
#viewmyprod .modal-lg .modal-content #bottom_order_content .long_lend .xitem3 .zlabel,
#viewmyprod .modal-lg .modal-content #bottom_order2_content .long_lend .xitem .zlabel,
#viewmyprod .modal-lg .modal-content #bottom_order2_content .long_lend .xitem3 .zlabel,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem .zlabel,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem3 .zlabel,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem .zlabel,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem3 .zlabel,
#viewmyprod .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem .zlabel,
#viewmyprod .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem3 .zlabel,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .long_lend .xitem .zlabel,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .long_lend .xitem3 .zlabel,
#viewmyprod .modal-lg .modal-content #bottom_order2x1_content .long_lend .xitem .zlabel,
#viewmyprod .modal-lg .modal-content #bottom_order2x1_content .long_lend .xitem3 .zlabel,
#viewmyprod3 .modal-lg .modal-content #bottom_order_content .long_lend .xitem .zlabel,
#viewmyprod3 .modal-lg .modal-content #bottom_order_content .long_lend .xitem3 .zlabel,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .long_lend .xitem .zlabel,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .long_lend .xitem3 .zlabel,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem .zlabel,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem3 .zlabel,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem .zlabel,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem3 .zlabel,
#viewmyprod3 .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem .zlabel,
#viewmyprod3 .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem3 .zlabel,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .long_lend .xitem .zlabel,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .long_lend .xitem3 .zlabel,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x1_content .long_lend .xitem .zlabel,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x1_content .long_lend .xitem3 .zlabel,
#viewmyprod2 .modal-lg .modal-content #bottom_order_content .long_lend .xitem .zlabel,
#viewmyprod2 .modal-lg .modal-content #bottom_order_content .long_lend .xitem3 .zlabel,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .long_lend .xitem .zlabel,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .long_lend .xitem3 .zlabel,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem .zlabel,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem3 .zlabel,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem .zlabel,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem3 .zlabel,
#viewmyprod2 .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem .zlabel,
#viewmyprod2 .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem3 .zlabel,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .long_lend .xitem .zlabel,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .long_lend .xitem3 .zlabel,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x1_content .long_lend .xitem .zlabel,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x1_content .long_lend .xitem3 .zlabel,
#makethepay .modal-lg .modal-content #bottom_order_content .long_lend .xitem .zlabel,
#makethepay .modal-lg .modal-content #bottom_order_content .long_lend .xitem3 .zlabel,
#makethepay .modal-lg .modal-content #bottom_order2_content .long_lend .xitem .zlabel,
#makethepay .modal-lg .modal-content #bottom_order2_content .long_lend .xitem3 .zlabel,
#makethepay .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem .zlabel,
#makethepay .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem3 .zlabel,
#makethepay .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem .zlabel,
#makethepay .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem3 .zlabel,
#makethepay .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem .zlabel,
#makethepay .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem3 .zlabel,
#makethepay .modal-lg .modal-content #bottom_order4_content .long_lend .xitem .zlabel,
#makethepay .modal-lg .modal-content #bottom_order4_content .long_lend .xitem3 .zlabel,
#makethepay .modal-lg .modal-content #bottom_order2x1_content .long_lend .xitem .zlabel,
#makethepay .modal-lg .modal-content #bottom_order2x1_content .long_lend .xitem3 .zlabel,
#viewmyprodv3 .modal-lg .modal-content #bottom_order_content .long_lend .xitem .zlabel,
#viewmyprodv3 .modal-lg .modal-content #bottom_order_content .long_lend .xitem3 .zlabel,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .long_lend .xitem .zlabel,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .long_lend .xitem3 .zlabel,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem .zlabel,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem3 .zlabel,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem .zlabel,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem3 .zlabel,
#viewmyprodv3 .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem .zlabel,
#viewmyprodv3 .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem3 .zlabel,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .long_lend .xitem .zlabel,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .long_lend .xitem3 .zlabel,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x1_content .long_lend .xitem .zlabel,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x1_content .long_lend .xitem3 .zlabel,
#viewmyprodx1 .modal-lg .modal-content #bottom_order_content .long_lend .xitem .zlabel,
#viewmyprodx1 .modal-lg .modal-content #bottom_order_content .long_lend .xitem3 .zlabel,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2_content .long_lend .xitem .zlabel,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2_content .long_lend .xitem3 .zlabel,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem .zlabel,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem3 .zlabel,
#viewmyprodx1 .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem .zlabel,
#viewmyprodx1 .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem3 .zlabel,
#viewmyprodx1 .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem .zlabel,
#viewmyprodx1 .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem3 .zlabel,
#viewmyprodx1 .modal-lg .modal-content #bottom_order4_content .long_lend .xitem .zlabel,
#viewmyprodx1 .modal-lg .modal-content #bottom_order4_content .long_lend .xitem3 .zlabel,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x1_content .long_lend .xitem .zlabel,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x1_content .long_lend .xitem3 .zlabel {
  height: 18px;
  width: 100%;
  color: #424D5A;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 8px;
}
#orderproduct .modal-lg .modal-content #bottom_order_content .long_lend .xitem .container_inputs,
#orderproduct .modal-lg .modal-content #bottom_order_content .long_lend .xitem3 .container_inputs,
#orderproduct .modal-lg .modal-content #bottom_order2_content .long_lend .xitem .container_inputs,
#orderproduct .modal-lg .modal-content #bottom_order2_content .long_lend .xitem3 .container_inputs,
#orderproduct .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem .container_inputs,
#orderproduct .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem3 .container_inputs,
#orderproduct .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem .container_inputs,
#orderproduct .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem3 .container_inputs,
#orderproduct .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem .container_inputs,
#orderproduct .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem3 .container_inputs,
#orderproduct .modal-lg .modal-content #bottom_order4_content .long_lend .xitem .container_inputs,
#orderproduct .modal-lg .modal-content #bottom_order4_content .long_lend .xitem3 .container_inputs,
#orderproduct .modal-lg .modal-content #bottom_order2x1_content .long_lend .xitem .container_inputs,
#orderproduct .modal-lg .modal-content #bottom_order2x1_content .long_lend .xitem3 .container_inputs,
#viewmyprod .modal-lg .modal-content #bottom_order_content .long_lend .xitem .container_inputs,
#viewmyprod .modal-lg .modal-content #bottom_order_content .long_lend .xitem3 .container_inputs,
#viewmyprod .modal-lg .modal-content #bottom_order2_content .long_lend .xitem .container_inputs,
#viewmyprod .modal-lg .modal-content #bottom_order2_content .long_lend .xitem3 .container_inputs,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem .container_inputs,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem3 .container_inputs,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem .container_inputs,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem3 .container_inputs,
#viewmyprod .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem .container_inputs,
#viewmyprod .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem3 .container_inputs,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .long_lend .xitem .container_inputs,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .long_lend .xitem3 .container_inputs,
#viewmyprod .modal-lg .modal-content #bottom_order2x1_content .long_lend .xitem .container_inputs,
#viewmyprod .modal-lg .modal-content #bottom_order2x1_content .long_lend .xitem3 .container_inputs,
#viewmyprod3 .modal-lg .modal-content #bottom_order_content .long_lend .xitem .container_inputs,
#viewmyprod3 .modal-lg .modal-content #bottom_order_content .long_lend .xitem3 .container_inputs,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .long_lend .xitem .container_inputs,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .long_lend .xitem3 .container_inputs,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem .container_inputs,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem3 .container_inputs,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem .container_inputs,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem3 .container_inputs,
#viewmyprod3 .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem .container_inputs,
#viewmyprod3 .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem3 .container_inputs,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .long_lend .xitem .container_inputs,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .long_lend .xitem3 .container_inputs,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x1_content .long_lend .xitem .container_inputs,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x1_content .long_lend .xitem3 .container_inputs,
#viewmyprod2 .modal-lg .modal-content #bottom_order_content .long_lend .xitem .container_inputs,
#viewmyprod2 .modal-lg .modal-content #bottom_order_content .long_lend .xitem3 .container_inputs,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .long_lend .xitem .container_inputs,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .long_lend .xitem3 .container_inputs,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem .container_inputs,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem3 .container_inputs,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem .container_inputs,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem3 .container_inputs,
#viewmyprod2 .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem .container_inputs,
#viewmyprod2 .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem3 .container_inputs,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .long_lend .xitem .container_inputs,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .long_lend .xitem3 .container_inputs,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x1_content .long_lend .xitem .container_inputs,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x1_content .long_lend .xitem3 .container_inputs,
#makethepay .modal-lg .modal-content #bottom_order_content .long_lend .xitem .container_inputs,
#makethepay .modal-lg .modal-content #bottom_order_content .long_lend .xitem3 .container_inputs,
#makethepay .modal-lg .modal-content #bottom_order2_content .long_lend .xitem .container_inputs,
#makethepay .modal-lg .modal-content #bottom_order2_content .long_lend .xitem3 .container_inputs,
#makethepay .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem .container_inputs,
#makethepay .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem3 .container_inputs,
#makethepay .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem .container_inputs,
#makethepay .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem3 .container_inputs,
#makethepay .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem .container_inputs,
#makethepay .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem3 .container_inputs,
#makethepay .modal-lg .modal-content #bottom_order4_content .long_lend .xitem .container_inputs,
#makethepay .modal-lg .modal-content #bottom_order4_content .long_lend .xitem3 .container_inputs,
#makethepay .modal-lg .modal-content #bottom_order2x1_content .long_lend .xitem .container_inputs,
#makethepay .modal-lg .modal-content #bottom_order2x1_content .long_lend .xitem3 .container_inputs,
#viewmyprodv3 .modal-lg .modal-content #bottom_order_content .long_lend .xitem .container_inputs,
#viewmyprodv3 .modal-lg .modal-content #bottom_order_content .long_lend .xitem3 .container_inputs,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .long_lend .xitem .container_inputs,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .long_lend .xitem3 .container_inputs,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem .container_inputs,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem3 .container_inputs,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem .container_inputs,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem3 .container_inputs,
#viewmyprodv3 .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem .container_inputs,
#viewmyprodv3 .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem3 .container_inputs,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .long_lend .xitem .container_inputs,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .long_lend .xitem3 .container_inputs,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x1_content .long_lend .xitem .container_inputs,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x1_content .long_lend .xitem3 .container_inputs,
#viewmyprodx1 .modal-lg .modal-content #bottom_order_content .long_lend .xitem .container_inputs,
#viewmyprodx1 .modal-lg .modal-content #bottom_order_content .long_lend .xitem3 .container_inputs,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2_content .long_lend .xitem .container_inputs,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2_content .long_lend .xitem3 .container_inputs,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem .container_inputs,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem3 .container_inputs,
#viewmyprodx1 .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem .container_inputs,
#viewmyprodx1 .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem3 .container_inputs,
#viewmyprodx1 .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem .container_inputs,
#viewmyprodx1 .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem3 .container_inputs,
#viewmyprodx1 .modal-lg .modal-content #bottom_order4_content .long_lend .xitem .container_inputs,
#viewmyprodx1 .modal-lg .modal-content #bottom_order4_content .long_lend .xitem3 .container_inputs,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x1_content .long_lend .xitem .container_inputs,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x1_content .long_lend .xitem3 .container_inputs {
  box-sizing: border-box;
  height: 46px;
  width: 100%;
  border: 1px solid #babbcc;
  background-color: #FFFFFF;
}
#orderproduct .modal-lg .modal-content #bottom_order_content .long_lend .xitem .container_inputs input,
#orderproduct .modal-lg .modal-content #bottom_order_content .long_lend .xitem3 .container_inputs input,
#orderproduct .modal-lg .modal-content #bottom_order2_content .long_lend .xitem .container_inputs input,
#orderproduct .modal-lg .modal-content #bottom_order2_content .long_lend .xitem3 .container_inputs input,
#orderproduct .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem .container_inputs input,
#orderproduct .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem3 .container_inputs input,
#orderproduct .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem .container_inputs input,
#orderproduct .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem3 .container_inputs input,
#orderproduct .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem .container_inputs input,
#orderproduct .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem3 .container_inputs input,
#orderproduct .modal-lg .modal-content #bottom_order4_content .long_lend .xitem .container_inputs input,
#orderproduct .modal-lg .modal-content #bottom_order4_content .long_lend .xitem3 .container_inputs input,
#orderproduct .modal-lg .modal-content #bottom_order2x1_content .long_lend .xitem .container_inputs input,
#orderproduct .modal-lg .modal-content #bottom_order2x1_content .long_lend .xitem3 .container_inputs input,
#viewmyprod .modal-lg .modal-content #bottom_order_content .long_lend .xitem .container_inputs input,
#viewmyprod .modal-lg .modal-content #bottom_order_content .long_lend .xitem3 .container_inputs input,
#viewmyprod .modal-lg .modal-content #bottom_order2_content .long_lend .xitem .container_inputs input,
#viewmyprod .modal-lg .modal-content #bottom_order2_content .long_lend .xitem3 .container_inputs input,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem .container_inputs input,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem3 .container_inputs input,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem .container_inputs input,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem3 .container_inputs input,
#viewmyprod .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem .container_inputs input,
#viewmyprod .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem3 .container_inputs input,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .long_lend .xitem .container_inputs input,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .long_lend .xitem3 .container_inputs input,
#viewmyprod .modal-lg .modal-content #bottom_order2x1_content .long_lend .xitem .container_inputs input,
#viewmyprod .modal-lg .modal-content #bottom_order2x1_content .long_lend .xitem3 .container_inputs input,
#viewmyprod3 .modal-lg .modal-content #bottom_order_content .long_lend .xitem .container_inputs input,
#viewmyprod3 .modal-lg .modal-content #bottom_order_content .long_lend .xitem3 .container_inputs input,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .long_lend .xitem .container_inputs input,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .long_lend .xitem3 .container_inputs input,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem .container_inputs input,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem3 .container_inputs input,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem .container_inputs input,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem3 .container_inputs input,
#viewmyprod3 .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem .container_inputs input,
#viewmyprod3 .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem3 .container_inputs input,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .long_lend .xitem .container_inputs input,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .long_lend .xitem3 .container_inputs input,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x1_content .long_lend .xitem .container_inputs input,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x1_content .long_lend .xitem3 .container_inputs input,
#viewmyprod2 .modal-lg .modal-content #bottom_order_content .long_lend .xitem .container_inputs input,
#viewmyprod2 .modal-lg .modal-content #bottom_order_content .long_lend .xitem3 .container_inputs input,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .long_lend .xitem .container_inputs input,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .long_lend .xitem3 .container_inputs input,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem .container_inputs input,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem3 .container_inputs input,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem .container_inputs input,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem3 .container_inputs input,
#viewmyprod2 .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem .container_inputs input,
#viewmyprod2 .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem3 .container_inputs input,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .long_lend .xitem .container_inputs input,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .long_lend .xitem3 .container_inputs input,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x1_content .long_lend .xitem .container_inputs input,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x1_content .long_lend .xitem3 .container_inputs input,
#makethepay .modal-lg .modal-content #bottom_order_content .long_lend .xitem .container_inputs input,
#makethepay .modal-lg .modal-content #bottom_order_content .long_lend .xitem3 .container_inputs input,
#makethepay .modal-lg .modal-content #bottom_order2_content .long_lend .xitem .container_inputs input,
#makethepay .modal-lg .modal-content #bottom_order2_content .long_lend .xitem3 .container_inputs input,
#makethepay .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem .container_inputs input,
#makethepay .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem3 .container_inputs input,
#makethepay .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem .container_inputs input,
#makethepay .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem3 .container_inputs input,
#makethepay .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem .container_inputs input,
#makethepay .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem3 .container_inputs input,
#makethepay .modal-lg .modal-content #bottom_order4_content .long_lend .xitem .container_inputs input,
#makethepay .modal-lg .modal-content #bottom_order4_content .long_lend .xitem3 .container_inputs input,
#makethepay .modal-lg .modal-content #bottom_order2x1_content .long_lend .xitem .container_inputs input,
#makethepay .modal-lg .modal-content #bottom_order2x1_content .long_lend .xitem3 .container_inputs input,
#viewmyprodv3 .modal-lg .modal-content #bottom_order_content .long_lend .xitem .container_inputs input,
#viewmyprodv3 .modal-lg .modal-content #bottom_order_content .long_lend .xitem3 .container_inputs input,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .long_lend .xitem .container_inputs input,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .long_lend .xitem3 .container_inputs input,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem .container_inputs input,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem3 .container_inputs input,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem .container_inputs input,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem3 .container_inputs input,
#viewmyprodv3 .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem .container_inputs input,
#viewmyprodv3 .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem3 .container_inputs input,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .long_lend .xitem .container_inputs input,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .long_lend .xitem3 .container_inputs input,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x1_content .long_lend .xitem .container_inputs input,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x1_content .long_lend .xitem3 .container_inputs input,
#viewmyprodx1 .modal-lg .modal-content #bottom_order_content .long_lend .xitem .container_inputs input,
#viewmyprodx1 .modal-lg .modal-content #bottom_order_content .long_lend .xitem3 .container_inputs input,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2_content .long_lend .xitem .container_inputs input,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2_content .long_lend .xitem3 .container_inputs input,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem .container_inputs input,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem3 .container_inputs input,
#viewmyprodx1 .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem .container_inputs input,
#viewmyprodx1 .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem3 .container_inputs input,
#viewmyprodx1 .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem .container_inputs input,
#viewmyprodx1 .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem3 .container_inputs input,
#viewmyprodx1 .modal-lg .modal-content #bottom_order4_content .long_lend .xitem .container_inputs input,
#viewmyprodx1 .modal-lg .modal-content #bottom_order4_content .long_lend .xitem3 .container_inputs input,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x1_content .long_lend .xitem .container_inputs input,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x1_content .long_lend .xitem3 .container_inputs input {
  height: 44px;
  width: 257px;
  color: #656982;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 19px;
  border: none;
  background: #fff;
  padding-left: 10px;
  padding-right: 10px;
  outline: none;
  float: left;
}
#orderproduct .modal-lg .modal-content #bottom_order_content .long_lend .xitem .container_inputs .opencccal,
#orderproduct .modal-lg .modal-content #bottom_order_content .long_lend .xitem .container_inputs .opencccal2,
#orderproduct .modal-lg .modal-content #bottom_order_content .long_lend .xitem3 .container_inputs .opencccal,
#orderproduct .modal-lg .modal-content #bottom_order_content .long_lend .xitem3 .container_inputs .opencccal2,
#orderproduct .modal-lg .modal-content #bottom_order2_content .long_lend .xitem .container_inputs .opencccal,
#orderproduct .modal-lg .modal-content #bottom_order2_content .long_lend .xitem .container_inputs .opencccal2,
#orderproduct .modal-lg .modal-content #bottom_order2_content .long_lend .xitem3 .container_inputs .opencccal,
#orderproduct .modal-lg .modal-content #bottom_order2_content .long_lend .xitem3 .container_inputs .opencccal2,
#orderproduct .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem .container_inputs .opencccal,
#orderproduct .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem .container_inputs .opencccal2,
#orderproduct .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem3 .container_inputs .opencccal,
#orderproduct .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem3 .container_inputs .opencccal2,
#orderproduct .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem .container_inputs .opencccal,
#orderproduct .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem .container_inputs .opencccal2,
#orderproduct .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem3 .container_inputs .opencccal,
#orderproduct .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem3 .container_inputs .opencccal2,
#orderproduct .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem .container_inputs .opencccal,
#orderproduct .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem .container_inputs .opencccal2,
#orderproduct .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem3 .container_inputs .opencccal,
#orderproduct .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem3 .container_inputs .opencccal2,
#orderproduct .modal-lg .modal-content #bottom_order4_content .long_lend .xitem .container_inputs .opencccal,
#orderproduct .modal-lg .modal-content #bottom_order4_content .long_lend .xitem .container_inputs .opencccal2,
#orderproduct .modal-lg .modal-content #bottom_order4_content .long_lend .xitem3 .container_inputs .opencccal,
#orderproduct .modal-lg .modal-content #bottom_order4_content .long_lend .xitem3 .container_inputs .opencccal2,
#orderproduct .modal-lg .modal-content #bottom_order2x1_content .long_lend .xitem .container_inputs .opencccal,
#orderproduct .modal-lg .modal-content #bottom_order2x1_content .long_lend .xitem .container_inputs .opencccal2,
#orderproduct .modal-lg .modal-content #bottom_order2x1_content .long_lend .xitem3 .container_inputs .opencccal,
#orderproduct .modal-lg .modal-content #bottom_order2x1_content .long_lend .xitem3 .container_inputs .opencccal2,
#viewmyprod .modal-lg .modal-content #bottom_order_content .long_lend .xitem .container_inputs .opencccal,
#viewmyprod .modal-lg .modal-content #bottom_order_content .long_lend .xitem .container_inputs .opencccal2,
#viewmyprod .modal-lg .modal-content #bottom_order_content .long_lend .xitem3 .container_inputs .opencccal,
#viewmyprod .modal-lg .modal-content #bottom_order_content .long_lend .xitem3 .container_inputs .opencccal2,
#viewmyprod .modal-lg .modal-content #bottom_order2_content .long_lend .xitem .container_inputs .opencccal,
#viewmyprod .modal-lg .modal-content #bottom_order2_content .long_lend .xitem .container_inputs .opencccal2,
#viewmyprod .modal-lg .modal-content #bottom_order2_content .long_lend .xitem3 .container_inputs .opencccal,
#viewmyprod .modal-lg .modal-content #bottom_order2_content .long_lend .xitem3 .container_inputs .opencccal2,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem .container_inputs .opencccal,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem .container_inputs .opencccal2,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem3 .container_inputs .opencccal,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem3 .container_inputs .opencccal2,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem .container_inputs .opencccal,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem .container_inputs .opencccal2,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem3 .container_inputs .opencccal,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem3 .container_inputs .opencccal2,
#viewmyprod .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem .container_inputs .opencccal,
#viewmyprod .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem .container_inputs .opencccal2,
#viewmyprod .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem3 .container_inputs .opencccal,
#viewmyprod .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem3 .container_inputs .opencccal2,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .long_lend .xitem .container_inputs .opencccal,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .long_lend .xitem .container_inputs .opencccal2,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .long_lend .xitem3 .container_inputs .opencccal,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .long_lend .xitem3 .container_inputs .opencccal2,
#viewmyprod .modal-lg .modal-content #bottom_order2x1_content .long_lend .xitem .container_inputs .opencccal,
#viewmyprod .modal-lg .modal-content #bottom_order2x1_content .long_lend .xitem .container_inputs .opencccal2,
#viewmyprod .modal-lg .modal-content #bottom_order2x1_content .long_lend .xitem3 .container_inputs .opencccal,
#viewmyprod .modal-lg .modal-content #bottom_order2x1_content .long_lend .xitem3 .container_inputs .opencccal2,
#viewmyprod3 .modal-lg .modal-content #bottom_order_content .long_lend .xitem .container_inputs .opencccal,
#viewmyprod3 .modal-lg .modal-content #bottom_order_content .long_lend .xitem .container_inputs .opencccal2,
#viewmyprod3 .modal-lg .modal-content #bottom_order_content .long_lend .xitem3 .container_inputs .opencccal,
#viewmyprod3 .modal-lg .modal-content #bottom_order_content .long_lend .xitem3 .container_inputs .opencccal2,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .long_lend .xitem .container_inputs .opencccal,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .long_lend .xitem .container_inputs .opencccal2,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .long_lend .xitem3 .container_inputs .opencccal,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .long_lend .xitem3 .container_inputs .opencccal2,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem .container_inputs .opencccal,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem .container_inputs .opencccal2,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem3 .container_inputs .opencccal,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem3 .container_inputs .opencccal2,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem .container_inputs .opencccal,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem .container_inputs .opencccal2,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem3 .container_inputs .opencccal,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem3 .container_inputs .opencccal2,
#viewmyprod3 .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem .container_inputs .opencccal,
#viewmyprod3 .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem .container_inputs .opencccal2,
#viewmyprod3 .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem3 .container_inputs .opencccal,
#viewmyprod3 .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem3 .container_inputs .opencccal2,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .long_lend .xitem .container_inputs .opencccal,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .long_lend .xitem .container_inputs .opencccal2,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .long_lend .xitem3 .container_inputs .opencccal,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .long_lend .xitem3 .container_inputs .opencccal2,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x1_content .long_lend .xitem .container_inputs .opencccal,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x1_content .long_lend .xitem .container_inputs .opencccal2,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x1_content .long_lend .xitem3 .container_inputs .opencccal,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x1_content .long_lend .xitem3 .container_inputs .opencccal2,
#viewmyprod2 .modal-lg .modal-content #bottom_order_content .long_lend .xitem .container_inputs .opencccal,
#viewmyprod2 .modal-lg .modal-content #bottom_order_content .long_lend .xitem .container_inputs .opencccal2,
#viewmyprod2 .modal-lg .modal-content #bottom_order_content .long_lend .xitem3 .container_inputs .opencccal,
#viewmyprod2 .modal-lg .modal-content #bottom_order_content .long_lend .xitem3 .container_inputs .opencccal2,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .long_lend .xitem .container_inputs .opencccal,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .long_lend .xitem .container_inputs .opencccal2,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .long_lend .xitem3 .container_inputs .opencccal,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .long_lend .xitem3 .container_inputs .opencccal2,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem .container_inputs .opencccal,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem .container_inputs .opencccal2,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem3 .container_inputs .opencccal,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem3 .container_inputs .opencccal2,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem .container_inputs .opencccal,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem .container_inputs .opencccal2,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem3 .container_inputs .opencccal,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem3 .container_inputs .opencccal2,
#viewmyprod2 .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem .container_inputs .opencccal,
#viewmyprod2 .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem .container_inputs .opencccal2,
#viewmyprod2 .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem3 .container_inputs .opencccal,
#viewmyprod2 .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem3 .container_inputs .opencccal2,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .long_lend .xitem .container_inputs .opencccal,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .long_lend .xitem .container_inputs .opencccal2,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .long_lend .xitem3 .container_inputs .opencccal,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .long_lend .xitem3 .container_inputs .opencccal2,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x1_content .long_lend .xitem .container_inputs .opencccal,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x1_content .long_lend .xitem .container_inputs .opencccal2,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x1_content .long_lend .xitem3 .container_inputs .opencccal,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x1_content .long_lend .xitem3 .container_inputs .opencccal2,
#makethepay .modal-lg .modal-content #bottom_order_content .long_lend .xitem .container_inputs .opencccal,
#makethepay .modal-lg .modal-content #bottom_order_content .long_lend .xitem .container_inputs .opencccal2,
#makethepay .modal-lg .modal-content #bottom_order_content .long_lend .xitem3 .container_inputs .opencccal,
#makethepay .modal-lg .modal-content #bottom_order_content .long_lend .xitem3 .container_inputs .opencccal2,
#makethepay .modal-lg .modal-content #bottom_order2_content .long_lend .xitem .container_inputs .opencccal,
#makethepay .modal-lg .modal-content #bottom_order2_content .long_lend .xitem .container_inputs .opencccal2,
#makethepay .modal-lg .modal-content #bottom_order2_content .long_lend .xitem3 .container_inputs .opencccal,
#makethepay .modal-lg .modal-content #bottom_order2_content .long_lend .xitem3 .container_inputs .opencccal2,
#makethepay .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem .container_inputs .opencccal,
#makethepay .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem .container_inputs .opencccal2,
#makethepay .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem3 .container_inputs .opencccal,
#makethepay .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem3 .container_inputs .opencccal2,
#makethepay .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem .container_inputs .opencccal,
#makethepay .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem .container_inputs .opencccal2,
#makethepay .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem3 .container_inputs .opencccal,
#makethepay .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem3 .container_inputs .opencccal2,
#makethepay .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem .container_inputs .opencccal,
#makethepay .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem .container_inputs .opencccal2,
#makethepay .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem3 .container_inputs .opencccal,
#makethepay .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem3 .container_inputs .opencccal2,
#makethepay .modal-lg .modal-content #bottom_order4_content .long_lend .xitem .container_inputs .opencccal,
#makethepay .modal-lg .modal-content #bottom_order4_content .long_lend .xitem .container_inputs .opencccal2,
#makethepay .modal-lg .modal-content #bottom_order4_content .long_lend .xitem3 .container_inputs .opencccal,
#makethepay .modal-lg .modal-content #bottom_order4_content .long_lend .xitem3 .container_inputs .opencccal2,
#makethepay .modal-lg .modal-content #bottom_order2x1_content .long_lend .xitem .container_inputs .opencccal,
#makethepay .modal-lg .modal-content #bottom_order2x1_content .long_lend .xitem .container_inputs .opencccal2,
#makethepay .modal-lg .modal-content #bottom_order2x1_content .long_lend .xitem3 .container_inputs .opencccal,
#makethepay .modal-lg .modal-content #bottom_order2x1_content .long_lend .xitem3 .container_inputs .opencccal2,
#viewmyprodv3 .modal-lg .modal-content #bottom_order_content .long_lend .xitem .container_inputs .opencccal,
#viewmyprodv3 .modal-lg .modal-content #bottom_order_content .long_lend .xitem .container_inputs .opencccal2,
#viewmyprodv3 .modal-lg .modal-content #bottom_order_content .long_lend .xitem3 .container_inputs .opencccal,
#viewmyprodv3 .modal-lg .modal-content #bottom_order_content .long_lend .xitem3 .container_inputs .opencccal2,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .long_lend .xitem .container_inputs .opencccal,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .long_lend .xitem .container_inputs .opencccal2,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .long_lend .xitem3 .container_inputs .opencccal,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .long_lend .xitem3 .container_inputs .opencccal2,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem .container_inputs .opencccal,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem .container_inputs .opencccal2,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem3 .container_inputs .opencccal,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem3 .container_inputs .opencccal2,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem .container_inputs .opencccal,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem .container_inputs .opencccal2,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem3 .container_inputs .opencccal,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem3 .container_inputs .opencccal2,
#viewmyprodv3 .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem .container_inputs .opencccal,
#viewmyprodv3 .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem .container_inputs .opencccal2,
#viewmyprodv3 .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem3 .container_inputs .opencccal,
#viewmyprodv3 .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem3 .container_inputs .opencccal2,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .long_lend .xitem .container_inputs .opencccal,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .long_lend .xitem .container_inputs .opencccal2,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .long_lend .xitem3 .container_inputs .opencccal,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .long_lend .xitem3 .container_inputs .opencccal2,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x1_content .long_lend .xitem .container_inputs .opencccal,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x1_content .long_lend .xitem .container_inputs .opencccal2,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x1_content .long_lend .xitem3 .container_inputs .opencccal,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x1_content .long_lend .xitem3 .container_inputs .opencccal2,
#viewmyprodx1 .modal-lg .modal-content #bottom_order_content .long_lend .xitem .container_inputs .opencccal,
#viewmyprodx1 .modal-lg .modal-content #bottom_order_content .long_lend .xitem .container_inputs .opencccal2,
#viewmyprodx1 .modal-lg .modal-content #bottom_order_content .long_lend .xitem3 .container_inputs .opencccal,
#viewmyprodx1 .modal-lg .modal-content #bottom_order_content .long_lend .xitem3 .container_inputs .opencccal2,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2_content .long_lend .xitem .container_inputs .opencccal,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2_content .long_lend .xitem .container_inputs .opencccal2,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2_content .long_lend .xitem3 .container_inputs .opencccal,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2_content .long_lend .xitem3 .container_inputs .opencccal2,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem .container_inputs .opencccal,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem .container_inputs .opencccal2,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem3 .container_inputs .opencccal,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem3 .container_inputs .opencccal2,
#viewmyprodx1 .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem .container_inputs .opencccal,
#viewmyprodx1 .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem .container_inputs .opencccal2,
#viewmyprodx1 .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem3 .container_inputs .opencccal,
#viewmyprodx1 .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem3 .container_inputs .opencccal2,
#viewmyprodx1 .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem .container_inputs .opencccal,
#viewmyprodx1 .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem .container_inputs .opencccal2,
#viewmyprodx1 .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem3 .container_inputs .opencccal,
#viewmyprodx1 .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem3 .container_inputs .opencccal2,
#viewmyprodx1 .modal-lg .modal-content #bottom_order4_content .long_lend .xitem .container_inputs .opencccal,
#viewmyprodx1 .modal-lg .modal-content #bottom_order4_content .long_lend .xitem .container_inputs .opencccal2,
#viewmyprodx1 .modal-lg .modal-content #bottom_order4_content .long_lend .xitem3 .container_inputs .opencccal,
#viewmyprodx1 .modal-lg .modal-content #bottom_order4_content .long_lend .xitem3 .container_inputs .opencccal2,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x1_content .long_lend .xitem .container_inputs .opencccal,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x1_content .long_lend .xitem .container_inputs .opencccal2,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x1_content .long_lend .xitem3 .container_inputs .opencccal,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x1_content .long_lend .xitem3 .container_inputs .opencccal2 {
  height: 44px;
  width: 46px;
  border-left: 1px solid #CCCDDB;
  background-color: #F7F9FE;
  background: url(images/cal.svg) no-repeat center center;
  float: left;
  cursor: pointer;
}
#orderproduct .modal-lg .modal-content #bottom_order_content .long_lend .xitem .container_inputs select,
#orderproduct .modal-lg .modal-content #bottom_order_content .long_lend .xitem3 .container_inputs select,
#orderproduct .modal-lg .modal-content #bottom_order2_content .long_lend .xitem .container_inputs select,
#orderproduct .modal-lg .modal-content #bottom_order2_content .long_lend .xitem3 .container_inputs select,
#orderproduct .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem .container_inputs select,
#orderproduct .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem3 .container_inputs select,
#orderproduct .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem .container_inputs select,
#orderproduct .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem3 .container_inputs select,
#orderproduct .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem .container_inputs select,
#orderproduct .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem3 .container_inputs select,
#orderproduct .modal-lg .modal-content #bottom_order4_content .long_lend .xitem .container_inputs select,
#orderproduct .modal-lg .modal-content #bottom_order4_content .long_lend .xitem3 .container_inputs select,
#orderproduct .modal-lg .modal-content #bottom_order2x1_content .long_lend .xitem .container_inputs select,
#orderproduct .modal-lg .modal-content #bottom_order2x1_content .long_lend .xitem3 .container_inputs select,
#viewmyprod .modal-lg .modal-content #bottom_order_content .long_lend .xitem .container_inputs select,
#viewmyprod .modal-lg .modal-content #bottom_order_content .long_lend .xitem3 .container_inputs select,
#viewmyprod .modal-lg .modal-content #bottom_order2_content .long_lend .xitem .container_inputs select,
#viewmyprod .modal-lg .modal-content #bottom_order2_content .long_lend .xitem3 .container_inputs select,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem .container_inputs select,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem3 .container_inputs select,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem .container_inputs select,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem3 .container_inputs select,
#viewmyprod .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem .container_inputs select,
#viewmyprod .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem3 .container_inputs select,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .long_lend .xitem .container_inputs select,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .long_lend .xitem3 .container_inputs select,
#viewmyprod .modal-lg .modal-content #bottom_order2x1_content .long_lend .xitem .container_inputs select,
#viewmyprod .modal-lg .modal-content #bottom_order2x1_content .long_lend .xitem3 .container_inputs select,
#viewmyprod3 .modal-lg .modal-content #bottom_order_content .long_lend .xitem .container_inputs select,
#viewmyprod3 .modal-lg .modal-content #bottom_order_content .long_lend .xitem3 .container_inputs select,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .long_lend .xitem .container_inputs select,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .long_lend .xitem3 .container_inputs select,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem .container_inputs select,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem3 .container_inputs select,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem .container_inputs select,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem3 .container_inputs select,
#viewmyprod3 .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem .container_inputs select,
#viewmyprod3 .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem3 .container_inputs select,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .long_lend .xitem .container_inputs select,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .long_lend .xitem3 .container_inputs select,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x1_content .long_lend .xitem .container_inputs select,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x1_content .long_lend .xitem3 .container_inputs select,
#viewmyprod2 .modal-lg .modal-content #bottom_order_content .long_lend .xitem .container_inputs select,
#viewmyprod2 .modal-lg .modal-content #bottom_order_content .long_lend .xitem3 .container_inputs select,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .long_lend .xitem .container_inputs select,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .long_lend .xitem3 .container_inputs select,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem .container_inputs select,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem3 .container_inputs select,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem .container_inputs select,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem3 .container_inputs select,
#viewmyprod2 .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem .container_inputs select,
#viewmyprod2 .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem3 .container_inputs select,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .long_lend .xitem .container_inputs select,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .long_lend .xitem3 .container_inputs select,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x1_content .long_lend .xitem .container_inputs select,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x1_content .long_lend .xitem3 .container_inputs select,
#makethepay .modal-lg .modal-content #bottom_order_content .long_lend .xitem .container_inputs select,
#makethepay .modal-lg .modal-content #bottom_order_content .long_lend .xitem3 .container_inputs select,
#makethepay .modal-lg .modal-content #bottom_order2_content .long_lend .xitem .container_inputs select,
#makethepay .modal-lg .modal-content #bottom_order2_content .long_lend .xitem3 .container_inputs select,
#makethepay .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem .container_inputs select,
#makethepay .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem3 .container_inputs select,
#makethepay .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem .container_inputs select,
#makethepay .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem3 .container_inputs select,
#makethepay .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem .container_inputs select,
#makethepay .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem3 .container_inputs select,
#makethepay .modal-lg .modal-content #bottom_order4_content .long_lend .xitem .container_inputs select,
#makethepay .modal-lg .modal-content #bottom_order4_content .long_lend .xitem3 .container_inputs select,
#makethepay .modal-lg .modal-content #bottom_order2x1_content .long_lend .xitem .container_inputs select,
#makethepay .modal-lg .modal-content #bottom_order2x1_content .long_lend .xitem3 .container_inputs select,
#viewmyprodv3 .modal-lg .modal-content #bottom_order_content .long_lend .xitem .container_inputs select,
#viewmyprodv3 .modal-lg .modal-content #bottom_order_content .long_lend .xitem3 .container_inputs select,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .long_lend .xitem .container_inputs select,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .long_lend .xitem3 .container_inputs select,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem .container_inputs select,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem3 .container_inputs select,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem .container_inputs select,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem3 .container_inputs select,
#viewmyprodv3 .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem .container_inputs select,
#viewmyprodv3 .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem3 .container_inputs select,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .long_lend .xitem .container_inputs select,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .long_lend .xitem3 .container_inputs select,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x1_content .long_lend .xitem .container_inputs select,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x1_content .long_lend .xitem3 .container_inputs select,
#viewmyprodx1 .modal-lg .modal-content #bottom_order_content .long_lend .xitem .container_inputs select,
#viewmyprodx1 .modal-lg .modal-content #bottom_order_content .long_lend .xitem3 .container_inputs select,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2_content .long_lend .xitem .container_inputs select,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2_content .long_lend .xitem3 .container_inputs select,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem .container_inputs select,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem3 .container_inputs select,
#viewmyprodx1 .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem .container_inputs select,
#viewmyprodx1 .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem3 .container_inputs select,
#viewmyprodx1 .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem .container_inputs select,
#viewmyprodx1 .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem3 .container_inputs select,
#viewmyprodx1 .modal-lg .modal-content #bottom_order4_content .long_lend .xitem .container_inputs select,
#viewmyprodx1 .modal-lg .modal-content #bottom_order4_content .long_lend .xitem3 .container_inputs select,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x1_content .long_lend .xitem .container_inputs select,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x1_content .long_lend .xitem3 .container_inputs select {
  height: 44px;
  border: none;
  outline: none;
  float: right;
  width: 99px;
  border-left: 1px solid #babbcc;
  background: url(images/arr-r.svg) no-repeat 78px center #fff;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding-left: 10px;
  padding-right: 20px;
}
#orderproduct .modal-lg .modal-content #bottom_order_content .long_lend .xitem3,
#orderproduct .modal-lg .modal-content #bottom_order2_content .long_lend .xitem3,
#orderproduct .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem3,
#orderproduct .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem3,
#orderproduct .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem3,
#orderproduct .modal-lg .modal-content #bottom_order4_content .long_lend .xitem3,
#orderproduct .modal-lg .modal-content #bottom_order2x1_content .long_lend .xitem3,
#viewmyprod .modal-lg .modal-content #bottom_order_content .long_lend .xitem3,
#viewmyprod .modal-lg .modal-content #bottom_order2_content .long_lend .xitem3,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem3,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem3,
#viewmyprod .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem3,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .long_lend .xitem3,
#viewmyprod .modal-lg .modal-content #bottom_order2x1_content .long_lend .xitem3,
#viewmyprod3 .modal-lg .modal-content #bottom_order_content .long_lend .xitem3,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .long_lend .xitem3,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem3,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem3,
#viewmyprod3 .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem3,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .long_lend .xitem3,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x1_content .long_lend .xitem3,
#viewmyprod2 .modal-lg .modal-content #bottom_order_content .long_lend .xitem3,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .long_lend .xitem3,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem3,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem3,
#viewmyprod2 .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem3,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .long_lend .xitem3,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x1_content .long_lend .xitem3,
#makethepay .modal-lg .modal-content #bottom_order_content .long_lend .xitem3,
#makethepay .modal-lg .modal-content #bottom_order2_content .long_lend .xitem3,
#makethepay .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem3,
#makethepay .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem3,
#makethepay .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem3,
#makethepay .modal-lg .modal-content #bottom_order4_content .long_lend .xitem3,
#makethepay .modal-lg .modal-content #bottom_order2x1_content .long_lend .xitem3,
#viewmyprodv3 .modal-lg .modal-content #bottom_order_content .long_lend .xitem3,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .long_lend .xitem3,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem3,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem3,
#viewmyprodv3 .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem3,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .long_lend .xitem3,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x1_content .long_lend .xitem3,
#viewmyprodx1 .modal-lg .modal-content #bottom_order_content .long_lend .xitem3,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2_content .long_lend .xitem3,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem3,
#viewmyprodx1 .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem3,
#viewmyprodx1 .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem3,
#viewmyprodx1 .modal-lg .modal-content #bottom_order4_content .long_lend .xitem3,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x1_content .long_lend .xitem3 {
  width: 95px;
  height: 46px;
  margin-left: 0px;
  margin-right: 0px;
}
#orderproduct .modal-lg .modal-content #bottom_order_content .long_lend .xitem3 .zlabel,
#orderproduct .modal-lg .modal-content #bottom_order2_content .long_lend .xitem3 .zlabel,
#orderproduct .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem3 .zlabel,
#orderproduct .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem3 .zlabel,
#orderproduct .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem3 .zlabel,
#orderproduct .modal-lg .modal-content #bottom_order4_content .long_lend .xitem3 .zlabel,
#orderproduct .modal-lg .modal-content #bottom_order2x1_content .long_lend .xitem3 .zlabel,
#viewmyprod .modal-lg .modal-content #bottom_order_content .long_lend .xitem3 .zlabel,
#viewmyprod .modal-lg .modal-content #bottom_order2_content .long_lend .xitem3 .zlabel,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem3 .zlabel,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem3 .zlabel,
#viewmyprod .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem3 .zlabel,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .long_lend .xitem3 .zlabel,
#viewmyprod .modal-lg .modal-content #bottom_order2x1_content .long_lend .xitem3 .zlabel,
#viewmyprod3 .modal-lg .modal-content #bottom_order_content .long_lend .xitem3 .zlabel,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .long_lend .xitem3 .zlabel,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem3 .zlabel,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem3 .zlabel,
#viewmyprod3 .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem3 .zlabel,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .long_lend .xitem3 .zlabel,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x1_content .long_lend .xitem3 .zlabel,
#viewmyprod2 .modal-lg .modal-content #bottom_order_content .long_lend .xitem3 .zlabel,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .long_lend .xitem3 .zlabel,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem3 .zlabel,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem3 .zlabel,
#viewmyprod2 .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem3 .zlabel,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .long_lend .xitem3 .zlabel,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x1_content .long_lend .xitem3 .zlabel,
#makethepay .modal-lg .modal-content #bottom_order_content .long_lend .xitem3 .zlabel,
#makethepay .modal-lg .modal-content #bottom_order2_content .long_lend .xitem3 .zlabel,
#makethepay .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem3 .zlabel,
#makethepay .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem3 .zlabel,
#makethepay .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem3 .zlabel,
#makethepay .modal-lg .modal-content #bottom_order4_content .long_lend .xitem3 .zlabel,
#makethepay .modal-lg .modal-content #bottom_order2x1_content .long_lend .xitem3 .zlabel,
#viewmyprodv3 .modal-lg .modal-content #bottom_order_content .long_lend .xitem3 .zlabel,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .long_lend .xitem3 .zlabel,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem3 .zlabel,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem3 .zlabel,
#viewmyprodv3 .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem3 .zlabel,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .long_lend .xitem3 .zlabel,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x1_content .long_lend .xitem3 .zlabel,
#viewmyprodx1 .modal-lg .modal-content #bottom_order_content .long_lend .xitem3 .zlabel,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2_content .long_lend .xitem3 .zlabel,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem3 .zlabel,
#viewmyprodx1 .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem3 .zlabel,
#viewmyprodx1 .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem3 .zlabel,
#viewmyprodx1 .modal-lg .modal-content #bottom_order4_content .long_lend .xitem3 .zlabel,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x1_content .long_lend .xitem3 .zlabel {
  height: 18px;
  width: 100%;
  color: #424D5A;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 8px;
}
#orderproduct .modal-lg .modal-content #bottom_order_content .long_lend .xitem3 .container_inputs,
#orderproduct .modal-lg .modal-content #bottom_order2_content .long_lend .xitem3 .container_inputs,
#orderproduct .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem3 .container_inputs,
#orderproduct .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem3 .container_inputs,
#orderproduct .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem3 .container_inputs,
#orderproduct .modal-lg .modal-content #bottom_order4_content .long_lend .xitem3 .container_inputs,
#orderproduct .modal-lg .modal-content #bottom_order2x1_content .long_lend .xitem3 .container_inputs,
#viewmyprod .modal-lg .modal-content #bottom_order_content .long_lend .xitem3 .container_inputs,
#viewmyprod .modal-lg .modal-content #bottom_order2_content .long_lend .xitem3 .container_inputs,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem3 .container_inputs,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem3 .container_inputs,
#viewmyprod .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem3 .container_inputs,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .long_lend .xitem3 .container_inputs,
#viewmyprod .modal-lg .modal-content #bottom_order2x1_content .long_lend .xitem3 .container_inputs,
#viewmyprod3 .modal-lg .modal-content #bottom_order_content .long_lend .xitem3 .container_inputs,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .long_lend .xitem3 .container_inputs,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem3 .container_inputs,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem3 .container_inputs,
#viewmyprod3 .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem3 .container_inputs,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .long_lend .xitem3 .container_inputs,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x1_content .long_lend .xitem3 .container_inputs,
#viewmyprod2 .modal-lg .modal-content #bottom_order_content .long_lend .xitem3 .container_inputs,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .long_lend .xitem3 .container_inputs,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem3 .container_inputs,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem3 .container_inputs,
#viewmyprod2 .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem3 .container_inputs,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .long_lend .xitem3 .container_inputs,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x1_content .long_lend .xitem3 .container_inputs,
#makethepay .modal-lg .modal-content #bottom_order_content .long_lend .xitem3 .container_inputs,
#makethepay .modal-lg .modal-content #bottom_order2_content .long_lend .xitem3 .container_inputs,
#makethepay .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem3 .container_inputs,
#makethepay .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem3 .container_inputs,
#makethepay .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem3 .container_inputs,
#makethepay .modal-lg .modal-content #bottom_order4_content .long_lend .xitem3 .container_inputs,
#makethepay .modal-lg .modal-content #bottom_order2x1_content .long_lend .xitem3 .container_inputs,
#viewmyprodv3 .modal-lg .modal-content #bottom_order_content .long_lend .xitem3 .container_inputs,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .long_lend .xitem3 .container_inputs,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem3 .container_inputs,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem3 .container_inputs,
#viewmyprodv3 .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem3 .container_inputs,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .long_lend .xitem3 .container_inputs,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x1_content .long_lend .xitem3 .container_inputs,
#viewmyprodx1 .modal-lg .modal-content #bottom_order_content .long_lend .xitem3 .container_inputs,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2_content .long_lend .xitem3 .container_inputs,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem3 .container_inputs,
#viewmyprodx1 .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem3 .container_inputs,
#viewmyprodx1 .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem3 .container_inputs,
#viewmyprodx1 .modal-lg .modal-content #bottom_order4_content .long_lend .xitem3 .container_inputs,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x1_content .long_lend .xitem3 .container_inputs {
  box-sizing: border-box;
  height: 46px;
  width: 100%;
  border: 1px solid #babbcc;
  background-color: #FFFFFF;
  color: rgba(50,60,71,0.59);
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  line-height: 43px;
}
#orderproduct .modal-lg .modal-content #bottom_order_content .long_lend .xitem3 .container_inputs input,
#orderproduct .modal-lg .modal-content #bottom_order2_content .long_lend .xitem3 .container_inputs input,
#orderproduct .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem3 .container_inputs input,
#orderproduct .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem3 .container_inputs input,
#orderproduct .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem3 .container_inputs input,
#orderproduct .modal-lg .modal-content #bottom_order4_content .long_lend .xitem3 .container_inputs input,
#orderproduct .modal-lg .modal-content #bottom_order2x1_content .long_lend .xitem3 .container_inputs input,
#viewmyprod .modal-lg .modal-content #bottom_order_content .long_lend .xitem3 .container_inputs input,
#viewmyprod .modal-lg .modal-content #bottom_order2_content .long_lend .xitem3 .container_inputs input,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem3 .container_inputs input,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem3 .container_inputs input,
#viewmyprod .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem3 .container_inputs input,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .long_lend .xitem3 .container_inputs input,
#viewmyprod .modal-lg .modal-content #bottom_order2x1_content .long_lend .xitem3 .container_inputs input,
#viewmyprod3 .modal-lg .modal-content #bottom_order_content .long_lend .xitem3 .container_inputs input,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .long_lend .xitem3 .container_inputs input,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem3 .container_inputs input,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem3 .container_inputs input,
#viewmyprod3 .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem3 .container_inputs input,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .long_lend .xitem3 .container_inputs input,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x1_content .long_lend .xitem3 .container_inputs input,
#viewmyprod2 .modal-lg .modal-content #bottom_order_content .long_lend .xitem3 .container_inputs input,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .long_lend .xitem3 .container_inputs input,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem3 .container_inputs input,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem3 .container_inputs input,
#viewmyprod2 .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem3 .container_inputs input,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .long_lend .xitem3 .container_inputs input,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x1_content .long_lend .xitem3 .container_inputs input,
#makethepay .modal-lg .modal-content #bottom_order_content .long_lend .xitem3 .container_inputs input,
#makethepay .modal-lg .modal-content #bottom_order2_content .long_lend .xitem3 .container_inputs input,
#makethepay .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem3 .container_inputs input,
#makethepay .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem3 .container_inputs input,
#makethepay .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem3 .container_inputs input,
#makethepay .modal-lg .modal-content #bottom_order4_content .long_lend .xitem3 .container_inputs input,
#makethepay .modal-lg .modal-content #bottom_order2x1_content .long_lend .xitem3 .container_inputs input,
#viewmyprodv3 .modal-lg .modal-content #bottom_order_content .long_lend .xitem3 .container_inputs input,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .long_lend .xitem3 .container_inputs input,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem3 .container_inputs input,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem3 .container_inputs input,
#viewmyprodv3 .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem3 .container_inputs input,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .long_lend .xitem3 .container_inputs input,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x1_content .long_lend .xitem3 .container_inputs input,
#viewmyprodx1 .modal-lg .modal-content #bottom_order_content .long_lend .xitem3 .container_inputs input,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2_content .long_lend .xitem3 .container_inputs input,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x_content .long_lend .xitem3 .container_inputs input,
#viewmyprodx1 .modal-lg .modal-content #bottom_order3x_content .long_lend .xitem3 .container_inputs input,
#viewmyprodx1 .modal-lg .modal-content #bottom_order8x_content .long_lend .xitem3 .container_inputs input,
#viewmyprodx1 .modal-lg .modal-content #bottom_order4_content .long_lend .xitem3 .container_inputs input,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x1_content .long_lend .xitem3 .container_inputs input {
  height: 44px;
  width: 48px;
  color: #323C47;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 19px;
  border: none;
  background: #fff;
  padding-left: 10px;
  padding-right: 10px;
  outline: none;
  float: left;
  text-align: center;
}
#orderproduct .modal-lg .modal-content #modal_x_footer,
#orderproduct .modal-lg .modal-content #modal_x2_footer,
#viewmyprod .modal-lg .modal-content #modal_x_footer,
#viewmyprod .modal-lg .modal-content #modal_x2_footer,
#viewmyprod3 .modal-lg .modal-content #modal_x_footer,
#viewmyprod3 .modal-lg .modal-content #modal_x2_footer,
#viewmyprod2 .modal-lg .modal-content #modal_x_footer,
#viewmyprod2 .modal-lg .modal-content #modal_x2_footer,
#makethepay .modal-lg .modal-content #modal_x_footer,
#makethepay .modal-lg .modal-content #modal_x2_footer,
#viewmyprodv3 .modal-lg .modal-content #modal_x_footer,
#viewmyprodv3 .modal-lg .modal-content #modal_x2_footer,
#viewmyprodx1 .modal-lg .modal-content #modal_x_footer,
#viewmyprodx1 .modal-lg .modal-content #modal_x2_footer {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 72px;
}
#orderproduct .modal-lg .modal-content #modal_x_footer .customchk,
#orderproduct .modal-lg .modal-content #modal_x2_footer .customchk,
#viewmyprod .modal-lg .modal-content #modal_x_footer .customchk,
#viewmyprod .modal-lg .modal-content #modal_x2_footer .customchk,
#viewmyprod3 .modal-lg .modal-content #modal_x_footer .customchk,
#viewmyprod3 .modal-lg .modal-content #modal_x2_footer .customchk,
#viewmyprod2 .modal-lg .modal-content #modal_x_footer .customchk,
#viewmyprod2 .modal-lg .modal-content #modal_x2_footer .customchk,
#makethepay .modal-lg .modal-content #modal_x_footer .customchk,
#makethepay .modal-lg .modal-content #modal_x2_footer .customchk,
#viewmyprodv3 .modal-lg .modal-content #modal_x_footer .customchk,
#viewmyprodv3 .modal-lg .modal-content #modal_x2_footer .customchk,
#viewmyprodx1 .modal-lg .modal-content #modal_x_footer .customchk,
#viewmyprodx1 .modal-lg .modal-content #modal_x2_footer .customchk {
  display: block;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  float: left;
  margin-top: 26px;
  color: #323C47;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 19px;
  font-weight: bold;
}
#orderproduct .modal-lg .modal-content #modal_x_footer .customchk:first-child,
#orderproduct .modal-lg .modal-content #modal_x2_footer .customchk:first-child,
#viewmyprod .modal-lg .modal-content #modal_x_footer .customchk:first-child,
#viewmyprod .modal-lg .modal-content #modal_x2_footer .customchk:first-child,
#viewmyprod3 .modal-lg .modal-content #modal_x_footer .customchk:first-child,
#viewmyprod3 .modal-lg .modal-content #modal_x2_footer .customchk:first-child,
#viewmyprod2 .modal-lg .modal-content #modal_x_footer .customchk:first-child,
#viewmyprod2 .modal-lg .modal-content #modal_x2_footer .customchk:first-child,
#makethepay .modal-lg .modal-content #modal_x_footer .customchk:first-child,
#makethepay .modal-lg .modal-content #modal_x2_footer .customchk:first-child,
#viewmyprodv3 .modal-lg .modal-content #modal_x_footer .customchk:first-child,
#viewmyprodv3 .modal-lg .modal-content #modal_x2_footer .customchk:first-child,
#viewmyprodx1 .modal-lg .modal-content #modal_x_footer .customchk:first-child,
#viewmyprodx1 .modal-lg .modal-content #modal_x2_footer .customchk:first-child {
  margin-left: 15px;
}
#orderproduct .modal-lg .modal-content #modal_x_footer .customchk input,
#orderproduct .modal-lg .modal-content #modal_x2_footer .customchk input,
#viewmyprod .modal-lg .modal-content #modal_x_footer .customchk input,
#viewmyprod .modal-lg .modal-content #modal_x2_footer .customchk input,
#viewmyprod3 .modal-lg .modal-content #modal_x_footer .customchk input,
#viewmyprod3 .modal-lg .modal-content #modal_x2_footer .customchk input,
#viewmyprod2 .modal-lg .modal-content #modal_x_footer .customchk input,
#viewmyprod2 .modal-lg .modal-content #modal_x2_footer .customchk input,
#makethepay .modal-lg .modal-content #modal_x_footer .customchk input,
#makethepay .modal-lg .modal-content #modal_x2_footer .customchk input,
#viewmyprodv3 .modal-lg .modal-content #modal_x_footer .customchk input,
#viewmyprodv3 .modal-lg .modal-content #modal_x2_footer .customchk input,
#viewmyprodx1 .modal-lg .modal-content #modal_x_footer .customchk input,
#viewmyprodx1 .modal-lg .modal-content #modal_x2_footer .customchk input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
#orderproduct .modal-lg .modal-content #modal_x_footer .checkmark,
#orderproduct .modal-lg .modal-content #modal_x2_footer .checkmark,
#viewmyprod .modal-lg .modal-content #modal_x_footer .checkmark,
#viewmyprod .modal-lg .modal-content #modal_x2_footer .checkmark,
#viewmyprod3 .modal-lg .modal-content #modal_x_footer .checkmark,
#viewmyprod3 .modal-lg .modal-content #modal_x2_footer .checkmark,
#viewmyprod2 .modal-lg .modal-content #modal_x_footer .checkmark,
#viewmyprod2 .modal-lg .modal-content #modal_x2_footer .checkmark,
#makethepay .modal-lg .modal-content #modal_x_footer .checkmark,
#makethepay .modal-lg .modal-content #modal_x2_footer .checkmark,
#viewmyprodv3 .modal-lg .modal-content #modal_x_footer .checkmark,
#viewmyprodv3 .modal-lg .modal-content #modal_x2_footer .checkmark,
#viewmyprodx1 .modal-lg .modal-content #modal_x_footer .checkmark,
#viewmyprodx1 .modal-lg .modal-content #modal_x2_footer .checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #eee;
  border: 1px solid #FFCC19;
}
#orderproduct .modal-lg .modal-content #modal_x_footer .customchk:hover input ~ .checkmark,
#orderproduct .modal-lg .modal-content #modal_x2_footer .customchk:hover input ~ .checkmark,
#viewmyprod .modal-lg .modal-content #modal_x_footer .customchk:hover input ~ .checkmark,
#viewmyprod .modal-lg .modal-content #modal_x2_footer .customchk:hover input ~ .checkmark,
#viewmyprod3 .modal-lg .modal-content #modal_x_footer .customchk:hover input ~ .checkmark,
#viewmyprod3 .modal-lg .modal-content #modal_x2_footer .customchk:hover input ~ .checkmark,
#viewmyprod2 .modal-lg .modal-content #modal_x_footer .customchk:hover input ~ .checkmark,
#viewmyprod2 .modal-lg .modal-content #modal_x2_footer .customchk:hover input ~ .checkmark,
#makethepay .modal-lg .modal-content #modal_x_footer .customchk:hover input ~ .checkmark,
#makethepay .modal-lg .modal-content #modal_x2_footer .customchk:hover input ~ .checkmark,
#viewmyprodv3 .modal-lg .modal-content #modal_x_footer .customchk:hover input ~ .checkmark,
#viewmyprodv3 .modal-lg .modal-content #modal_x2_footer .customchk:hover input ~ .checkmark,
#viewmyprodx1 .modal-lg .modal-content #modal_x_footer .customchk:hover input ~ .checkmark,
#viewmyprodx1 .modal-lg .modal-content #modal_x2_footer .customchk:hover input ~ .checkmark {
  border: 1px solid #FFCC19;
}
#orderproduct .modal-lg .modal-content #modal_x_footer .customchk input:checked ~ .checkmark,
#orderproduct .modal-lg .modal-content #modal_x2_footer .customchk input:checked ~ .checkmark,
#viewmyprod .modal-lg .modal-content #modal_x_footer .customchk input:checked ~ .checkmark,
#viewmyprod .modal-lg .modal-content #modal_x2_footer .customchk input:checked ~ .checkmark,
#viewmyprod3 .modal-lg .modal-content #modal_x_footer .customchk input:checked ~ .checkmark,
#viewmyprod3 .modal-lg .modal-content #modal_x2_footer .customchk input:checked ~ .checkmark,
#viewmyprod2 .modal-lg .modal-content #modal_x_footer .customchk input:checked ~ .checkmark,
#viewmyprod2 .modal-lg .modal-content #modal_x2_footer .customchk input:checked ~ .checkmark,
#makethepay .modal-lg .modal-content #modal_x_footer .customchk input:checked ~ .checkmark,
#makethepay .modal-lg .modal-content #modal_x2_footer .customchk input:checked ~ .checkmark,
#viewmyprodv3 .modal-lg .modal-content #modal_x_footer .customchk input:checked ~ .checkmark,
#viewmyprodv3 .modal-lg .modal-content #modal_x2_footer .customchk input:checked ~ .checkmark,
#viewmyprodx1 .modal-lg .modal-content #modal_x_footer .customchk input:checked ~ .checkmark,
#viewmyprodx1 .modal-lg .modal-content #modal_x2_footer .customchk input:checked ~ .checkmark {
  border: 1px solid #FFCC19;
  background-color: #199cd0;
}
#orderproduct .modal-lg .modal-content #modal_x_footer .checkmark:after,
#orderproduct .modal-lg .modal-content #modal_x2_footer .checkmark:after,
#viewmyprod .modal-lg .modal-content #modal_x_footer .checkmark:after,
#viewmyprod .modal-lg .modal-content #modal_x2_footer .checkmark:after,
#viewmyprod3 .modal-lg .modal-content #modal_x_footer .checkmark:after,
#viewmyprod3 .modal-lg .modal-content #modal_x2_footer .checkmark:after,
#viewmyprod2 .modal-lg .modal-content #modal_x_footer .checkmark:after,
#viewmyprod2 .modal-lg .modal-content #modal_x2_footer .checkmark:after,
#makethepay .modal-lg .modal-content #modal_x_footer .checkmark:after,
#makethepay .modal-lg .modal-content #modal_x2_footer .checkmark:after,
#viewmyprodv3 .modal-lg .modal-content #modal_x_footer .checkmark:after,
#viewmyprodv3 .modal-lg .modal-content #modal_x2_footer .checkmark:after,
#viewmyprodx1 .modal-lg .modal-content #modal_x_footer .checkmark:after,
#viewmyprodx1 .modal-lg .modal-content #modal_x2_footer .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
#orderproduct .modal-lg .modal-content #modal_x_footer .customchk input:checked ~ .checkmark:after,
#orderproduct .modal-lg .modal-content #modal_x2_footer .customchk input:checked ~ .checkmark:after,
#viewmyprod .modal-lg .modal-content #modal_x_footer .customchk input:checked ~ .checkmark:after,
#viewmyprod .modal-lg .modal-content #modal_x2_footer .customchk input:checked ~ .checkmark:after,
#viewmyprod3 .modal-lg .modal-content #modal_x_footer .customchk input:checked ~ .checkmark:after,
#viewmyprod3 .modal-lg .modal-content #modal_x2_footer .customchk input:checked ~ .checkmark:after,
#viewmyprod2 .modal-lg .modal-content #modal_x_footer .customchk input:checked ~ .checkmark:after,
#viewmyprod2 .modal-lg .modal-content #modal_x2_footer .customchk input:checked ~ .checkmark:after,
#makethepay .modal-lg .modal-content #modal_x_footer .customchk input:checked ~ .checkmark:after,
#makethepay .modal-lg .modal-content #modal_x2_footer .customchk input:checked ~ .checkmark:after,
#viewmyprodv3 .modal-lg .modal-content #modal_x_footer .customchk input:checked ~ .checkmark:after,
#viewmyprodv3 .modal-lg .modal-content #modal_x2_footer .customchk input:checked ~ .checkmark:after,
#viewmyprodx1 .modal-lg .modal-content #modal_x_footer .customchk input:checked ~ .checkmark:after,
#viewmyprodx1 .modal-lg .modal-content #modal_x2_footer .customchk input:checked ~ .checkmark:after {
  display: block;
}
#orderproduct .modal-lg .modal-content #modal_x_footer .customchk .checkmark:after,
#orderproduct .modal-lg .modal-content #modal_x2_footer .customchk .checkmark:after,
#viewmyprod .modal-lg .modal-content #modal_x_footer .customchk .checkmark:after,
#viewmyprod .modal-lg .modal-content #modal_x2_footer .customchk .checkmark:after,
#viewmyprod3 .modal-lg .modal-content #modal_x_footer .customchk .checkmark:after,
#viewmyprod3 .modal-lg .modal-content #modal_x2_footer .customchk .checkmark:after,
#viewmyprod2 .modal-lg .modal-content #modal_x_footer .customchk .checkmark:after,
#viewmyprod2 .modal-lg .modal-content #modal_x2_footer .customchk .checkmark:after,
#makethepay .modal-lg .modal-content #modal_x_footer .customchk .checkmark:after,
#makethepay .modal-lg .modal-content #modal_x2_footer .customchk .checkmark:after,
#viewmyprodv3 .modal-lg .modal-content #modal_x_footer .customchk .checkmark:after,
#viewmyprodv3 .modal-lg .modal-content #modal_x2_footer .customchk .checkmark:after,
#viewmyprodx1 .modal-lg .modal-content #modal_x_footer .customchk .checkmark:after,
#viewmyprodx1 .modal-lg .modal-content #modal_x2_footer .customchk .checkmark:after {
  left: 6px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#orderproduct .modal-lg .modal-content #modal_x_footer .btnyes,
#orderproduct .modal-lg .modal-content #modal_x2_footer .btnyes,
#viewmyprod .modal-lg .modal-content #modal_x_footer .btnyes,
#viewmyprod .modal-lg .modal-content #modal_x2_footer .btnyes,
#viewmyprod3 .modal-lg .modal-content #modal_x_footer .btnyes,
#viewmyprod3 .modal-lg .modal-content #modal_x2_footer .btnyes,
#viewmyprod2 .modal-lg .modal-content #modal_x_footer .btnyes,
#viewmyprod2 .modal-lg .modal-content #modal_x2_footer .btnyes,
#makethepay .modal-lg .modal-content #modal_x_footer .btnyes,
#makethepay .modal-lg .modal-content #modal_x2_footer .btnyes,
#viewmyprodv3 .modal-lg .modal-content #modal_x_footer .btnyes,
#viewmyprodv3 .modal-lg .modal-content #modal_x2_footer .btnyes,
#viewmyprodx1 .modal-lg .modal-content #modal_x_footer .btnyes,
#viewmyprodx1 .modal-lg .modal-content #modal_x2_footer .btnyes {
  width: 204px;
  background-color: #1B9CD1;
  padding: 9px 29px;
  border: none;
  float: right;
  margin-top: 16px;
  margin-right: 16px;
  color: #FFFFFF;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
}
#orderproduct .modal-lg .modal-content #modal_x_footer .btnno,
#orderproduct .modal-lg .modal-content #modal_x2_footer .btnno,
#viewmyprod .modal-lg .modal-content #modal_x_footer .btnno,
#viewmyprod .modal-lg .modal-content #modal_x2_footer .btnno,
#viewmyprod3 .modal-lg .modal-content #modal_x_footer .btnno,
#viewmyprod3 .modal-lg .modal-content #modal_x2_footer .btnno,
#viewmyprod2 .modal-lg .modal-content #modal_x_footer .btnno,
#viewmyprod2 .modal-lg .modal-content #modal_x2_footer .btnno,
#makethepay .modal-lg .modal-content #modal_x_footer .btnno,
#makethepay .modal-lg .modal-content #modal_x2_footer .btnno,
#viewmyprodv3 .modal-lg .modal-content #modal_x_footer .btnno,
#viewmyprodv3 .modal-lg .modal-content #modal_x2_footer .btnno,
#viewmyprodx1 .modal-lg .modal-content #modal_x_footer .btnno,
#viewmyprodx1 .modal-lg .modal-content #modal_x2_footer .btnno {
  height: 40px;
  width: 100px;
  background-color: #FFFFFF;
  padding: 10px 0px;
  border: 1px solid #BABBCC;
  float: right;
  margin-right: 10px;
  color: #757884;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  margin-top: 16px;
}
#orderproduct .modal-lg .modal-content #modal_x_footer:after,
#orderproduct .modal-lg .modal-content #modal_x2_footer:after,
#viewmyprod .modal-lg .modal-content #modal_x_footer:after,
#viewmyprod .modal-lg .modal-content #modal_x2_footer:after,
#viewmyprod3 .modal-lg .modal-content #modal_x_footer:after,
#viewmyprod3 .modal-lg .modal-content #modal_x2_footer:after,
#viewmyprod2 .modal-lg .modal-content #modal_x_footer:after,
#viewmyprod2 .modal-lg .modal-content #modal_x2_footer:after,
#makethepay .modal-lg .modal-content #modal_x_footer:after,
#makethepay .modal-lg .modal-content #modal_x2_footer:after,
#viewmyprodv3 .modal-lg .modal-content #modal_x_footer:after,
#viewmyprodv3 .modal-lg .modal-content #modal_x2_footer:after,
#viewmyprodx1 .modal-lg .modal-content #modal_x_footer:after,
#viewmyprodx1 .modal-lg .modal-content #modal_x2_footer:after {
  content: '';
  position: absolute;
  top: -1px;
  left: 0px;
  right: 0px;
  height: 1px;
  background: #E2E5F1;
}
.page-item.active .page-link {
  background-color: #199cd0;
  border-color: #199cd0;
  color: #323C47;
}
#saveaddrliv,
#sendkycdoc,
#saveibanacc {
  background-color: #199cd0;
  border-color: #199cd0;
  color: #323C47;
}
#makethepay .modal-lg .modal-content {
  border-radius: 10px;
  height: 420px;
  width: 720px;
  overflow: hidden;
  position: relative;
}
#makethepay .modal-lg .modal-content #hoverall {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
#makethepay .modal-lg .modal-content #hoverall img {
  margin-left: 310px;
  margin-top: 160px;
}
#ordernewaddr,
#editlivaddr,
#newbnkibn_cnt,
#newkycdoc_cnt,
#sendbyemail {
  background-color: rgba(0,0,0,0.5);
}
#ordernewaddr .modal-md,
#ordernewaddr .modal-dialog-centered,
#editlivaddr .modal-md,
#editlivaddr .modal-dialog-centered,
#newbnkibn_cnt .modal-md,
#newbnkibn_cnt .modal-dialog-centered,
#newkycdoc_cnt .modal-md,
#newkycdoc_cnt .modal-dialog-centered,
#sendbyemail .modal-md,
#sendbyemail .modal-dialog-centered {
  max-width: 800px;
}
#ordernewaddr .modal-md .modal-content,
#ordernewaddr .modal-dialog-centered .modal-content,
#editlivaddr .modal-md .modal-content,
#editlivaddr .modal-dialog-centered .modal-content,
#newbnkibn_cnt .modal-md .modal-content,
#newbnkibn_cnt .modal-dialog-centered .modal-content,
#newkycdoc_cnt .modal-md .modal-content,
#newkycdoc_cnt .modal-dialog-centered .modal-content,
#sendbyemail .modal-md .modal-content,
#sendbyemail .modal-dialog-centered .modal-content {
  padding: 0px 20px 20px 20px;
  width: 780px;
}
#ordernewaddr .modal-md .modal-content .close,
#ordernewaddr .modal-dialog-centered .modal-content .close,
#editlivaddr .modal-md .modal-content .close,
#editlivaddr .modal-dialog-centered .modal-content .close,
#newbnkibn_cnt .modal-md .modal-content .close,
#newbnkibn_cnt .modal-dialog-centered .modal-content .close,
#newkycdoc_cnt .modal-md .modal-content .close,
#newkycdoc_cnt .modal-dialog-centered .modal-content .close,
#sendbyemail .modal-md .modal-content .close,
#sendbyemail .modal-dialog-centered .modal-content .close {
  position: absolute;
  height: 35px;
  width: 35px;
  right: 20px;
  top: 11px;
  z-index: 2;
  font-size: 1.7rem;
  color: #636676;
  border-radius: 50%;
}
#ordernewaddr .modal-md .modal-content .sublinestock3,
#ordernewaddr .modal-dialog-centered .modal-content .sublinestock3,
#editlivaddr .modal-md .modal-content .sublinestock3,
#editlivaddr .modal-dialog-centered .modal-content .sublinestock3,
#newbnkibn_cnt .modal-md .modal-content .sublinestock3,
#newbnkibn_cnt .modal-dialog-centered .modal-content .sublinestock3,
#newkycdoc_cnt .modal-md .modal-content .sublinestock3,
#newkycdoc_cnt .modal-dialog-centered .modal-content .sublinestock3,
#sendbyemail .modal-md .modal-content .sublinestock3,
#sendbyemail .modal-dialog-centered .modal-content .sublinestock3 {
  width: 100%;
  position: relative;
  height: 54px;
  color: #323C47;
  font-family: 'Montserrat', sans-serif;
  font-size: 17px;
  font-weight: bold;
  line-height: 54px;
  text-align: center;
  margin-bottom: 30px;
}
#ordernewaddr .modal-md .modal-content .sublinestock3 span,
#ordernewaddr .modal-dialog-centered .modal-content .sublinestock3 span,
#editlivaddr .modal-md .modal-content .sublinestock3 span,
#editlivaddr .modal-dialog-centered .modal-content .sublinestock3 span,
#newbnkibn_cnt .modal-md .modal-content .sublinestock3 span,
#newbnkibn_cnt .modal-dialog-centered .modal-content .sublinestock3 span,
#newkycdoc_cnt .modal-md .modal-content .sublinestock3 span,
#newkycdoc_cnt .modal-dialog-centered .modal-content .sublinestock3 span,
#sendbyemail .modal-md .modal-content .sublinestock3 span,
#sendbyemail .modal-dialog-centered .modal-content .sublinestock3 span {
  color: #199cd0;
  font-weight: 800;
  margin-right: 30px;
}
#ordernewaddr .modal-md .modal-content .sublinestock3:after,
#ordernewaddr .modal-dialog-centered .modal-content .sublinestock3:after,
#editlivaddr .modal-md .modal-content .sublinestock3:after,
#editlivaddr .modal-dialog-centered .modal-content .sublinestock3:after,
#newbnkibn_cnt .modal-md .modal-content .sublinestock3:after,
#newbnkibn_cnt .modal-dialog-centered .modal-content .sublinestock3:after,
#newkycdoc_cnt .modal-md .modal-content .sublinestock3:after,
#newkycdoc_cnt .modal-dialog-centered .modal-content .sublinestock3:after,
#sendbyemail .modal-md .modal-content .sublinestock3:after,
#sendbyemail .modal-dialog-centered .modal-content .sublinestock3:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0px;
  right: 0px;
  height: 1px;
  background: #E2E5F1;
}
#ordernewaddr .modal-md .modal-content .row_line,
#ordernewaddr .modal-dialog-centered .modal-content .row_line,
#editlivaddr .modal-md .modal-content .row_line,
#editlivaddr .modal-dialog-centered .modal-content .row_line,
#newbnkibn_cnt .modal-md .modal-content .row_line,
#newbnkibn_cnt .modal-dialog-centered .modal-content .row_line,
#newkycdoc_cnt .modal-md .modal-content .row_line,
#newkycdoc_cnt .modal-dialog-centered .modal-content .row_line,
#sendbyemail .modal-md .modal-content .row_line,
#sendbyemail .modal-dialog-centered .modal-content .row_line {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
#ordernewaddr .modal-md .modal-content .row_line label,
#ordernewaddr .modal-dialog-centered .modal-content .row_line label,
#editlivaddr .modal-md .modal-content .row_line label,
#editlivaddr .modal-dialog-centered .modal-content .row_line label,
#newbnkibn_cnt .modal-md .modal-content .row_line label,
#newbnkibn_cnt .modal-dialog-centered .modal-content .row_line label,
#newkycdoc_cnt .modal-md .modal-content .row_line label,
#newkycdoc_cnt .modal-dialog-centered .modal-content .row_line label,
#sendbyemail .modal-md .modal-content .row_line label,
#sendbyemail .modal-dialog-centered .modal-content .row_line label {
  height: 20px;
  float: left;
  width: 25%;
  color: #454859;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-align: right;
  margin-top: 10px;
}
#ordernewaddr .modal-md .modal-content .row_line input,
#ordernewaddr .modal-dialog-centered .modal-content .row_line input,
#editlivaddr .modal-md .modal-content .row_line input,
#editlivaddr .modal-dialog-centered .modal-content .row_line input,
#newbnkibn_cnt .modal-md .modal-content .row_line input,
#newbnkibn_cnt .modal-dialog-centered .modal-content .row_line input,
#newkycdoc_cnt .modal-md .modal-content .row_line input,
#newkycdoc_cnt .modal-dialog-centered .modal-content .row_line input,
#sendbyemail .modal-md .modal-content .row_line input,
#sendbyemail .modal-dialog-centered .modal-content .row_line input {
  padding: 12px 23px;
  color: #84879C;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 15px;
  float: right;
  box-sizing: border-box;
  height: 41px;
  width: 70%;
  border: 1px solid #BABBCC;
  background-color: #FFFFFF;
}
#ordernewaddr .modal-md .modal-content .row_line select,
#ordernewaddr .modal-dialog-centered .modal-content .row_line select,
#editlivaddr .modal-md .modal-content .row_line select,
#editlivaddr .modal-dialog-centered .modal-content .row_line select,
#newbnkibn_cnt .modal-md .modal-content .row_line select,
#newbnkibn_cnt .modal-dialog-centered .modal-content .row_line select,
#newkycdoc_cnt .modal-md .modal-content .row_line select,
#newkycdoc_cnt .modal-dialog-centered .modal-content .row_line select,
#sendbyemail .modal-md .modal-content .row_line select,
#sendbyemail .modal-dialog-centered .modal-content .row_line select {
  height: 44px;
  outline: none;
  float: right;
  width: 70%;
  border: 1px solid #BABBCC;
  background: url(images/arr-r.svg) no-repeat 95% center #fff;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding-left: 10px;
  padding-right: 20px;
}
#ordernewaddr .modal-md .modal-content .row_line .btnsubm,
#ordernewaddr .modal-dialog-centered .modal-content .row_line .btnsubm,
#editlivaddr .modal-md .modal-content .row_line .btnsubm,
#editlivaddr .modal-dialog-centered .modal-content .row_line .btnsubm,
#newbnkibn_cnt .modal-md .modal-content .row_line .btnsubm,
#newbnkibn_cnt .modal-dialog-centered .modal-content .row_line .btnsubm,
#newkycdoc_cnt .modal-md .modal-content .row_line .btnsubm,
#newkycdoc_cnt .modal-dialog-centered .modal-content .row_line .btnsubm,
#sendbyemail .modal-md .modal-content .row_line .btnsubm,
#sendbyemail .modal-dialog-centered .modal-content .row_line .btnsubm {
  height: 40px;
  width: 194px;
  background-color: #1A3B49;
  padding: 10px 0px;
  border: none;
  float: right;
  margin-top: 8px;
  color: #FFFFFF;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  text-align: center;
}
#sendbyemail .modal-dialog-centered {
  max-width: 500px;
}
#sendbyemail .modal-dialog-centered .modal-content {
  padding: 0px 20px 20px 20px;
  width: 460px;
}
.datepicker {
  box-shadow: 0px 10px 30px rgba(0,0,0,0.25);
  border-radius: 10px !important;
  border: none !important;
}
.datepicker .datepicker-switch {
  text-transform: capitalize;
  font-weight: 500;
}
.datepicker:before {
  border-top-color: transparent !important;
  border-bottom-color: transparent !important;
}
#viewmyprod,
#viewmyprod2,
#viewmyprod3,
#viewmyprodv3,
#viewmyprodx1 {
  background-color: rgba(51,51,51,0.65);
}
#viewmyprod .modal-lg,
#viewmyprod2 .modal-lg,
#viewmyprod3 .modal-lg,
#viewmyprodv3 .modal-lg,
#viewmyprodx1 .modal-lg {
  max-width: 1110px;
}
#viewmyprod .modal-lg .modal-content,
#viewmyprod2 .modal-lg .modal-content,
#viewmyprod3 .modal-lg .modal-content,
#viewmyprodv3 .modal-lg .modal-content,
#viewmyprodx1 .modal-lg .modal-content {
  height: auto;
  width: 1296px;
  background-color: #FFFFFF;
  padding: 0px 24px 30px 24px;
  border-radius: 10px;
  box-shadow: 0px 5px 15px rgba(0,0,0,0.1);
}
#viewmyprod .modal-lg .modal-content .close,
#viewmyprod2 .modal-lg .modal-content .close,
#viewmyprod3 .modal-lg .modal-content .close,
#viewmyprodv3 .modal-lg .modal-content .close,
#viewmyprodx1 .modal-lg .modal-content .close {
  position: absolute;
  height: 35px;
  width: 35px;
  background-color: transparent;
  right: 20px;
  top: 11px;
  z-index: 2;
  font-size: 1.7rem;
  color: #898989;
  border-radius: 50%;
}
#viewmyprod .modal-lg .modal-content .sublinestock3,
#viewmyprod2 .modal-lg .modal-content .sublinestock3,
#viewmyprod3 .modal-lg .modal-content .sublinestock3,
#viewmyprodv3 .modal-lg .modal-content .sublinestock3,
#viewmyprodx1 .modal-lg .modal-content .sublinestock3 {
  width: 100%;
  position: relative;
  padding-top: 20px;
  height: 54px;
  color: #333;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  margin-bottom: 30px;
}
#viewmyprod .modal-lg .modal-content .sublinestock3 span,
#viewmyprod2 .modal-lg .modal-content .sublinestock3 span,
#viewmyprod3 .modal-lg .modal-content .sublinestock3 span,
#viewmyprodv3 .modal-lg .modal-content .sublinestock3 span,
#viewmyprodx1 .modal-lg .modal-content .sublinestock3 span {
  color: #1B9CD1;
  font-weight: 600;
  margin-right: 32px;
}
#viewmyprod .modal-lg .modal-content .sublinestock3:after,
#viewmyprod2 .modal-lg .modal-content .sublinestock3:after,
#viewmyprod3 .modal-lg .modal-content .sublinestock3:after,
#viewmyprodv3 .modal-lg .modal-content .sublinestock3:after,
#viewmyprodx1 .modal-lg .modal-content .sublinestock3:after {
  content: '';
  border-radius: 2px;
  position: absolute;
  bottom: -1px;
  left: 0px;
  right: 0px;
  height: 1px;
  background: #d0d0d0;
}
#viewmyprod .modal-lg .modal-content #rapidde_solution,
#viewmyprod2 .modal-lg .modal-content #rapidde_solution,
#viewmyprod3 .modal-lg .modal-content #rapidde_solution,
#viewmyprodv3 .modal-lg .modal-content #rapidde_solution,
#viewmyprodx1 .modal-lg .modal-content #rapidde_solution {
  width: 100%;
  float: left;
  display: none;
}
#viewmyprod .modal-lg .modal-content #project_solution,
#viewmyprod2 .modal-lg .modal-content #project_solution,
#viewmyprod3 .modal-lg .modal-content #project_solution,
#viewmyprodv3 .modal-lg .modal-content #project_solution,
#viewmyprodx1 .modal-lg .modal-content #project_solution {
  width: calc(100% - 108px);
  float: left;
  display: none;
  margin-left: 108px;
}
#viewmyprod .modal-lg .modal-content #project_solution .addrl,
#viewmyprod2 .modal-lg .modal-content #project_solution .addrl,
#viewmyprod3 .modal-lg .modal-content #project_solution .addrl,
#viewmyprodv3 .modal-lg .modal-content #project_solution .addrl,
#viewmyprodx1 .modal-lg .modal-content #project_solution .addrl {
  margin-left: 20px;
}
#viewmyprod .modal-lg .modal-content #project_solution .addrl .zlabel,
#viewmyprod2 .modal-lg .modal-content #project_solution .addrl .zlabel,
#viewmyprod3 .modal-lg .modal-content #project_solution .addrl .zlabel,
#viewmyprodv3 .modal-lg .modal-content #project_solution .addrl .zlabel,
#viewmyprodx1 .modal-lg .modal-content #project_solution .addrl .zlabel {
  margin-bottom: 7px;
}
#viewmyprod .modal-lg .modal-content #default_solution,
#viewmyprod2 .modal-lg .modal-content #default_solution,
#viewmyprod3 .modal-lg .modal-content #default_solution,
#viewmyprodv3 .modal-lg .modal-content #default_solution,
#viewmyprodx1 .modal-lg .modal-content #default_solution {
  width: 100%;
  float: left;
}
#viewmyprod .modal-lg .modal-content #default_solution .btnyes,
#viewmyprod2 .modal-lg .modal-content #default_solution .btnyes,
#viewmyprod3 .modal-lg .modal-content #default_solution .btnyes,
#viewmyprodv3 .modal-lg .modal-content #default_solution .btnyes,
#viewmyprodx1 .modal-lg .modal-content #default_solution .btnyes {
  float: left !important;
  margin-left: 50px;
  margin-top: 50px !important;
}
#viewmyprod .modal-lg .modal-content #default_solution .btnyes:first-child,
#viewmyprod2 .modal-lg .modal-content #default_solution .btnyes:first-child,
#viewmyprod3 .modal-lg .modal-content #default_solution .btnyes:first-child,
#viewmyprodv3 .modal-lg .modal-content #default_solution .btnyes:first-child,
#viewmyprodx1 .modal-lg .modal-content #default_solution .btnyes:first-child {
  margin-left: 58px;
}
#viewmyprod .modal-lg .modal-content #bottom_order2_content,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content,
#viewmyprod .modal-lg .modal-content #bottom_order4_content,
#viewmyprod .modal-lg .modal-content #bottom_order2x1_content,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x1_content,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x1_content,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x1_content,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2_content,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x_content,
#viewmyprodx1 .modal-lg .modal-content #bottom_order3x_content,
#viewmyprodx1 .modal-lg .modal-content #bottom_order4_content,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x1_content {
  height: 100%;
  width: 100%;
  float: left;
  padding: 0px;
}
#viewmyprod .modal-lg .modal-content #bottom_order2_content .left_rproddes,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .left_rproddes,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .left_rproddes,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .left_rproddes,
#viewmyprod .modal-lg .modal-content #bottom_order2x1_content .left_rproddes,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .left_rproddes,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .left_rproddes,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .left_rproddes,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .left_rproddes,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .left_rproddes,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .left_rproddes,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .left_rproddes,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .left_rproddes,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2_content .left_rproddes,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x_content .left_rproddes,
#viewmyprodx1 .modal-lg .modal-content #bottom_order3x_content .left_rproddes,
#viewmyprodx1 .modal-lg .modal-content #bottom_order4_content .left_rproddes,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes {
  width: 510px;
  height: 100%;
  float: left;
  text-align: center;
}
#viewmyprod .modal-lg .modal-content #bottom_order2_content .left_rproddes .pics_area,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .left_rproddes .pics_area,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .left_rproddes .pics_area,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .left_rproddes .pics_area,
#viewmyprod .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .pics_area,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .left_rproddes .pics_area,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .pics_area,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .pics_area,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .left_rproddes .pics_area,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .pics_area,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .pics_area,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .pics_area,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .pics_area,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .pics_area,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .pics_area,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .pics_area,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .pics_area,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .pics_area,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .pics_area,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .pics_area,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2_content .left_rproddes .pics_area,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .pics_area,
#viewmyprodx1 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .pics_area,
#viewmyprodx1 .modal-lg .modal-content #bottom_order4_content .left_rproddes .pics_area,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .pics_area {
  width: 100%;
  float: left;
  min-height: 400px;
  scrollbar-width: thin;
}
#viewmyprod .modal-lg .modal-content #bottom_order2_content .left_rproddes .pics_area .left_picsarea,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .left_rproddes .pics_area .left_picsarea,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .left_rproddes .pics_area .left_picsarea,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .left_rproddes .pics_area .left_picsarea,
#viewmyprod .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .pics_area .left_picsarea,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .left_rproddes .pics_area .left_picsarea,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .pics_area .left_picsarea,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .pics_area .left_picsarea,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .left_rproddes .pics_area .left_picsarea,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .pics_area .left_picsarea,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .pics_area .left_picsarea,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .pics_area .left_picsarea,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .pics_area .left_picsarea,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .pics_area .left_picsarea,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .pics_area .left_picsarea,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .pics_area .left_picsarea,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .pics_area .left_picsarea,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .pics_area .left_picsarea,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .pics_area .left_picsarea,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .pics_area .left_picsarea,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2_content .left_rproddes .pics_area .left_picsarea,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .pics_area .left_picsarea,
#viewmyprodx1 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .pics_area .left_picsarea,
#viewmyprodx1 .modal-lg .modal-content #bottom_order4_content .left_rproddes .pics_area .left_picsarea,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .pics_area .left_picsarea {
  width: 92px;
  height: 400px;
  float: left;
  overflow-y: auto;
}
#viewmyprod .modal-lg .modal-content #bottom_order2_content .left_rproddes .pics_area .left_picsarea .opic,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .left_rproddes .pics_area .left_picsarea .opic,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .left_rproddes .pics_area .left_picsarea .opic,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .left_rproddes .pics_area .left_picsarea .opic,
#viewmyprod .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .pics_area .left_picsarea .opic,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .left_rproddes .pics_area .left_picsarea .opic,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .pics_area .left_picsarea .opic,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .pics_area .left_picsarea .opic,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .left_rproddes .pics_area .left_picsarea .opic,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .pics_area .left_picsarea .opic,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .pics_area .left_picsarea .opic,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .pics_area .left_picsarea .opic,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .pics_area .left_picsarea .opic,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .pics_area .left_picsarea .opic,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .pics_area .left_picsarea .opic,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .pics_area .left_picsarea .opic,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .pics_area .left_picsarea .opic,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .pics_area .left_picsarea .opic,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .pics_area .left_picsarea .opic,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .pics_area .left_picsarea .opic,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2_content .left_rproddes .pics_area .left_picsarea .opic,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .pics_area .left_picsarea .opic,
#viewmyprodx1 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .pics_area .left_picsarea .opic,
#viewmyprodx1 .modal-lg .modal-content #bottom_order4_content .left_rproddes .pics_area .left_picsarea .opic,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .pics_area .left_picsarea .opic {
  box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.1);
  background-color: #FFFFFF;
  width: 80px;
  height: 80px;
  margin-bottom: 10px;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  display: flex;
  justify-content: center;
  align-items: center;
}
#viewmyprod .modal-lg .modal-content #bottom_order2_content .left_rproddes .pics_area .left_picsarea .opic:last-child,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .left_rproddes .pics_area .left_picsarea .opic:last-child,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .left_rproddes .pics_area .left_picsarea .opic:last-child,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .left_rproddes .pics_area .left_picsarea .opic:last-child,
#viewmyprod .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .pics_area .left_picsarea .opic:last-child,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .left_rproddes .pics_area .left_picsarea .opic:last-child,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .pics_area .left_picsarea .opic:last-child,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .pics_area .left_picsarea .opic:last-child,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .left_rproddes .pics_area .left_picsarea .opic:last-child,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .pics_area .left_picsarea .opic:last-child,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .pics_area .left_picsarea .opic:last-child,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .pics_area .left_picsarea .opic:last-child,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .pics_area .left_picsarea .opic:last-child,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .pics_area .left_picsarea .opic:last-child,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .pics_area .left_picsarea .opic:last-child,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .pics_area .left_picsarea .opic:last-child,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .pics_area .left_picsarea .opic:last-child,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .pics_area .left_picsarea .opic:last-child,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .pics_area .left_picsarea .opic:last-child,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .pics_area .left_picsarea .opic:last-child,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2_content .left_rproddes .pics_area .left_picsarea .opic:last-child,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .pics_area .left_picsarea .opic:last-child,
#viewmyprodx1 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .pics_area .left_picsarea .opic:last-child,
#viewmyprodx1 .modal-lg .modal-content #bottom_order4_content .left_rproddes .pics_area .left_picsarea .opic:last-child,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .pics_area .left_picsarea .opic:last-child {
  margin-bottom: 0px;
}
#viewmyprod .modal-lg .modal-content #bottom_order2_content .left_rproddes .pics_area .left_picsarea .opic img,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .left_rproddes .pics_area .left_picsarea .opic img,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .left_rproddes .pics_area .left_picsarea .opic img,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .left_rproddes .pics_area .left_picsarea .opic img,
#viewmyprod .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .pics_area .left_picsarea .opic img,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .left_rproddes .pics_area .left_picsarea .opic img,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .pics_area .left_picsarea .opic img,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .pics_area .left_picsarea .opic img,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .left_rproddes .pics_area .left_picsarea .opic img,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .pics_area .left_picsarea .opic img,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .pics_area .left_picsarea .opic img,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .pics_area .left_picsarea .opic img,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .pics_area .left_picsarea .opic img,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .pics_area .left_picsarea .opic img,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .pics_area .left_picsarea .opic img,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .pics_area .left_picsarea .opic img,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .pics_area .left_picsarea .opic img,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .pics_area .left_picsarea .opic img,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .pics_area .left_picsarea .opic img,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .pics_area .left_picsarea .opic img,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2_content .left_rproddes .pics_area .left_picsarea .opic img,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .pics_area .left_picsarea .opic img,
#viewmyprodx1 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .pics_area .left_picsarea .opic img,
#viewmyprodx1 .modal-lg .modal-content #bottom_order4_content .left_rproddes .pics_area .left_picsarea .opic img,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .pics_area .left_picsarea .opic img {
  max-width: 100%;
  max-height: 100%;
}
#viewmyprod .modal-lg .modal-content #bottom_order2_content .left_rproddes .pics_area .big_pic,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .left_rproddes .pics_area .big_pic,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .left_rproddes .pics_area .big_pic,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .left_rproddes .pics_area .big_pic,
#viewmyprod .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .pics_area .big_pic,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .left_rproddes .pics_area .big_pic,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .pics_area .big_pic,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .pics_area .big_pic,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .left_rproddes .pics_area .big_pic,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .pics_area .big_pic,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .pics_area .big_pic,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .pics_area .big_pic,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .pics_area .big_pic,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .pics_area .big_pic,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .pics_area .big_pic,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .pics_area .big_pic,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .pics_area .big_pic,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .pics_area .big_pic,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .pics_area .big_pic,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .pics_area .big_pic,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2_content .left_rproddes .pics_area .big_pic,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .pics_area .big_pic,
#viewmyprodx1 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .pics_area .big_pic,
#viewmyprodx1 .modal-lg .modal-content #bottom_order4_content .left_rproddes .pics_area .big_pic,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .pics_area .big_pic {
  width: 400px;
  height: 400px;
  background-color: #FFFFFF;
  float: left;
  margin-left: 18px;
  text-align: center;
  vertical-align: middle;
  box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.1);
  display: flex;
  justify-content: center;
  align-items: center;
}
#viewmyprod .modal-lg .modal-content #bottom_order2_content .left_rproddes .pics_area .big_pic img,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .left_rproddes .pics_area .big_pic img,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .left_rproddes .pics_area .big_pic img,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .left_rproddes .pics_area .big_pic img,
#viewmyprod .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .pics_area .big_pic img,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .left_rproddes .pics_area .big_pic img,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .pics_area .big_pic img,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .pics_area .big_pic img,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .left_rproddes .pics_area .big_pic img,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .pics_area .big_pic img,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .pics_area .big_pic img,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .pics_area .big_pic img,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .pics_area .big_pic img,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .pics_area .big_pic img,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .pics_area .big_pic img,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .pics_area .big_pic img,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .pics_area .big_pic img,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .pics_area .big_pic img,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .pics_area .big_pic img,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .pics_area .big_pic img,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2_content .left_rproddes .pics_area .big_pic img,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .pics_area .big_pic img,
#viewmyprodx1 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .pics_area .big_pic img,
#viewmyprodx1 .modal-lg .modal-content #bottom_order4_content .left_rproddes .pics_area .big_pic img,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .pics_area .big_pic img {
  max-width: 100%;
  max-height: 100%;
}
#viewmyprod .modal-lg .modal-content #bottom_order2_content .left_rproddes .pics_area .left_picsarea::-webkit-scrollbar-thumb:hover,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .left_rproddes .pics_area .left_picsarea::-webkit-scrollbar-thumb:hover,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .left_rproddes .pics_area .left_picsarea::-webkit-scrollbar-thumb:hover,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .left_rproddes .pics_area .left_picsarea::-webkit-scrollbar-thumb:hover,
#viewmyprod .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .pics_area .left_picsarea::-webkit-scrollbar-thumb:hover,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .left_rproddes .pics_area .left_picsarea::-webkit-scrollbar-thumb:hover,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .pics_area .left_picsarea::-webkit-scrollbar-thumb:hover,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .pics_area .left_picsarea::-webkit-scrollbar-thumb:hover,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .left_rproddes .pics_area .left_picsarea::-webkit-scrollbar-thumb:hover,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .pics_area .left_picsarea::-webkit-scrollbar-thumb:hover,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .pics_area .left_picsarea::-webkit-scrollbar-thumb:hover,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .pics_area .left_picsarea::-webkit-scrollbar-thumb:hover,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .pics_area .left_picsarea::-webkit-scrollbar-thumb:hover,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .pics_area .left_picsarea::-webkit-scrollbar-thumb:hover,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .pics_area .left_picsarea::-webkit-scrollbar-thumb:hover,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .pics_area .left_picsarea::-webkit-scrollbar-thumb:hover,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .pics_area .left_picsarea::-webkit-scrollbar-thumb:hover,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .pics_area .left_picsarea::-webkit-scrollbar-thumb:hover,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .pics_area .left_picsarea::-webkit-scrollbar-thumb:hover,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .pics_area .left_picsarea::-webkit-scrollbar-thumb:hover,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2_content .left_rproddes .pics_area .left_picsarea::-webkit-scrollbar-thumb:hover,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .pics_area .left_picsarea::-webkit-scrollbar-thumb:hover,
#viewmyprodx1 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .pics_area .left_picsarea::-webkit-scrollbar-thumb:hover,
#viewmyprodx1 .modal-lg .modal-content #bottom_order4_content .left_rproddes .pics_area .left_picsarea::-webkit-scrollbar-thumb:hover,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .pics_area .left_picsarea::-webkit-scrollbar-thumb:hover {
  height: 50px;
  background-color: #9f9f9f;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
#viewmyprod .modal-lg .modal-content #bottom_order2_content .left_rproddes .pics_area .left_picsarea::-webkit-scrollbar-track-piece,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .left_rproddes .pics_area .left_picsarea::-webkit-scrollbar-track-piece,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .left_rproddes .pics_area .left_picsarea::-webkit-scrollbar-track-piece,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .left_rproddes .pics_area .left_picsarea::-webkit-scrollbar-track-piece,
#viewmyprod .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .pics_area .left_picsarea::-webkit-scrollbar-track-piece,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .left_rproddes .pics_area .left_picsarea::-webkit-scrollbar-track-piece,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .pics_area .left_picsarea::-webkit-scrollbar-track-piece,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .pics_area .left_picsarea::-webkit-scrollbar-track-piece,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .left_rproddes .pics_area .left_picsarea::-webkit-scrollbar-track-piece,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .pics_area .left_picsarea::-webkit-scrollbar-track-piece,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .pics_area .left_picsarea::-webkit-scrollbar-track-piece,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .pics_area .left_picsarea::-webkit-scrollbar-track-piece,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .pics_area .left_picsarea::-webkit-scrollbar-track-piece,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .pics_area .left_picsarea::-webkit-scrollbar-track-piece,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .pics_area .left_picsarea::-webkit-scrollbar-track-piece,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .pics_area .left_picsarea::-webkit-scrollbar-track-piece,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .pics_area .left_picsarea::-webkit-scrollbar-track-piece,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .pics_area .left_picsarea::-webkit-scrollbar-track-piece,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .pics_area .left_picsarea::-webkit-scrollbar-track-piece,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .pics_area .left_picsarea::-webkit-scrollbar-track-piece,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2_content .left_rproddes .pics_area .left_picsarea::-webkit-scrollbar-track-piece,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .pics_area .left_picsarea::-webkit-scrollbar-track-piece,
#viewmyprodx1 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .pics_area .left_picsarea::-webkit-scrollbar-track-piece,
#viewmyprodx1 .modal-lg .modal-content #bottom_order4_content .left_rproddes .pics_area .left_picsarea::-webkit-scrollbar-track-piece,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .pics_area .left_picsarea::-webkit-scrollbar-track-piece {
  background-color: #fff;
  -webkit-border-radius: 0;
  border-radius: 0px 8px 8px 0px;
}
#viewmyprod .modal-lg .modal-content #bottom_order2_content .left_rproddes .pics_area .left_picsarea::-webkit-scrollbar,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .left_rproddes .pics_area .left_picsarea::-webkit-scrollbar,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .left_rproddes .pics_area .left_picsarea::-webkit-scrollbar,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .left_rproddes .pics_area .left_picsarea::-webkit-scrollbar,
#viewmyprod .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .pics_area .left_picsarea::-webkit-scrollbar,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .left_rproddes .pics_area .left_picsarea::-webkit-scrollbar,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .pics_area .left_picsarea::-webkit-scrollbar,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .pics_area .left_picsarea::-webkit-scrollbar,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .left_rproddes .pics_area .left_picsarea::-webkit-scrollbar,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .pics_area .left_picsarea::-webkit-scrollbar,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .pics_area .left_picsarea::-webkit-scrollbar,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .pics_area .left_picsarea::-webkit-scrollbar,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .pics_area .left_picsarea::-webkit-scrollbar,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .pics_area .left_picsarea::-webkit-scrollbar,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .pics_area .left_picsarea::-webkit-scrollbar,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .pics_area .left_picsarea::-webkit-scrollbar,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .pics_area .left_picsarea::-webkit-scrollbar,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .pics_area .left_picsarea::-webkit-scrollbar,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .pics_area .left_picsarea::-webkit-scrollbar,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .pics_area .left_picsarea::-webkit-scrollbar,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2_content .left_rproddes .pics_area .left_picsarea::-webkit-scrollbar,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .pics_area .left_picsarea::-webkit-scrollbar,
#viewmyprodx1 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .pics_area .left_picsarea::-webkit-scrollbar,
#viewmyprodx1 .modal-lg .modal-content #bottom_order4_content .left_rproddes .pics_area .left_picsarea::-webkit-scrollbar,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .pics_area .left_picsarea::-webkit-scrollbar {
  width: 6px;
  height: 8px;
}
#viewmyprod .modal-lg .modal-content #bottom_order2_content .left_rproddes .pics_area .left_picsarea::-webkit-scrollbar-thumb,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .left_rproddes .pics_area .left_picsarea::-webkit-scrollbar-thumb,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .left_rproddes .pics_area .left_picsarea::-webkit-scrollbar-thumb,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .left_rproddes .pics_area .left_picsarea::-webkit-scrollbar-thumb,
#viewmyprod .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .pics_area .left_picsarea::-webkit-scrollbar-thumb,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .left_rproddes .pics_area .left_picsarea::-webkit-scrollbar-thumb,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .pics_area .left_picsarea::-webkit-scrollbar-thumb,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .pics_area .left_picsarea::-webkit-scrollbar-thumb,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .left_rproddes .pics_area .left_picsarea::-webkit-scrollbar-thumb,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .pics_area .left_picsarea::-webkit-scrollbar-thumb,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .pics_area .left_picsarea::-webkit-scrollbar-thumb,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .pics_area .left_picsarea::-webkit-scrollbar-thumb,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .pics_area .left_picsarea::-webkit-scrollbar-thumb,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .pics_area .left_picsarea::-webkit-scrollbar-thumb,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .pics_area .left_picsarea::-webkit-scrollbar-thumb,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .pics_area .left_picsarea::-webkit-scrollbar-thumb,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .pics_area .left_picsarea::-webkit-scrollbar-thumb,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .pics_area .left_picsarea::-webkit-scrollbar-thumb,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .pics_area .left_picsarea::-webkit-scrollbar-thumb,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .pics_area .left_picsarea::-webkit-scrollbar-thumb,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2_content .left_rproddes .pics_area .left_picsarea::-webkit-scrollbar-thumb,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .pics_area .left_picsarea::-webkit-scrollbar-thumb,
#viewmyprodx1 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .pics_area .left_picsarea::-webkit-scrollbar-thumb,
#viewmyprodx1 .modal-lg .modal-content #bottom_order4_content .left_rproddes .pics_area .left_picsarea::-webkit-scrollbar-thumb,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .pics_area .left_picsarea::-webkit-scrollbar-thumb {
  height: 50px;
  background-color: #D0D0D0;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  outline: none;
  outline-offset: -2px;
  border: none;
}
#viewmyprod .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend,
#viewmyprod .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .long_lend,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .long_lend,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .long_lend,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .long_lend,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend,
#viewmyprodx1 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend,
#viewmyprodx1 .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .long_lend {
  width: 100%;
  float: left;
  margin-top: 14px;
}
#viewmyprod .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend .xitem,
#viewmyprod .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend .xitem3,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend .xitem,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend .xitem3,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend .xitem,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend .xitem3,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend .xitem,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend .xitem3,
#viewmyprod .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .long_lend .xitem,
#viewmyprod .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .long_lend .xitem3,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend .xitem,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend .xitem3,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend .xitem,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend .xitem3,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend .xitem,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend .xitem3,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend .xitem,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend .xitem3,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .long_lend .xitem,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .long_lend .xitem3,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend .xitem,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend .xitem3,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend .xitem,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend .xitem3,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend .xitem,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend .xitem3,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend .xitem,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend .xitem3,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .long_lend .xitem,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .long_lend .xitem3,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend .xitem,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend .xitem3,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend .xitem,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend .xitem3,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend .xitem,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend .xitem3,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend .xitem,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend .xitem3,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .long_lend .xitem,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .long_lend .xitem3,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend .xitem,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend .xitem3,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend .xitem,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend .xitem3,
#viewmyprodx1 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend .xitem,
#viewmyprodx1 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend .xitem3,
#viewmyprodx1 .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend .xitem,
#viewmyprodx1 .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend .xitem3,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .long_lend .xitem,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .long_lend .xitem3 {
  width: 232px;
  float: left;
  margin-right: 10px;
}
#viewmyprod .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend .xitem .zlabel,
#viewmyprod .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend .xitem3 .zlabel,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend .xitem .zlabel,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend .xitem3 .zlabel,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend .xitem .zlabel,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend .xitem3 .zlabel,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend .xitem .zlabel,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend .xitem3 .zlabel,
#viewmyprod .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .long_lend .xitem .zlabel,
#viewmyprod .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .long_lend .xitem3 .zlabel,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend .xitem .zlabel,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend .xitem3 .zlabel,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend .xitem .zlabel,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend .xitem3 .zlabel,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend .xitem .zlabel,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend .xitem3 .zlabel,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend .xitem .zlabel,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend .xitem3 .zlabel,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .long_lend .xitem .zlabel,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .long_lend .xitem3 .zlabel,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend .xitem .zlabel,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend .xitem3 .zlabel,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend .xitem .zlabel,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend .xitem3 .zlabel,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend .xitem .zlabel,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend .xitem3 .zlabel,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend .xitem .zlabel,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend .xitem3 .zlabel,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .long_lend .xitem .zlabel,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .long_lend .xitem3 .zlabel,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend .xitem .zlabel,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend .xitem3 .zlabel,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend .xitem .zlabel,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend .xitem3 .zlabel,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend .xitem .zlabel,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend .xitem3 .zlabel,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend .xitem .zlabel,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend .xitem3 .zlabel,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .long_lend .xitem .zlabel,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .long_lend .xitem3 .zlabel,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend .xitem .zlabel,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend .xitem3 .zlabel,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend .xitem .zlabel,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend .xitem3 .zlabel,
#viewmyprodx1 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend .xitem .zlabel,
#viewmyprodx1 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend .xitem3 .zlabel,
#viewmyprodx1 .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend .xitem .zlabel,
#viewmyprodx1 .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend .xitem3 .zlabel,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .long_lend .xitem .zlabel,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .long_lend .xitem3 .zlabel {
  height: 18px;
  width: 100%;
  color: #424D5A;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 8px;
}
#viewmyprod .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend .xitem .container_inputs,
#viewmyprod .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend .xitem3 .container_inputs,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend .xitem .container_inputs,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend .xitem3 .container_inputs,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend .xitem .container_inputs,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend .xitem3 .container_inputs,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend .xitem .container_inputs,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend .xitem3 .container_inputs,
#viewmyprod .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .long_lend .xitem .container_inputs,
#viewmyprod .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .long_lend .xitem3 .container_inputs,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend .xitem .container_inputs,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend .xitem3 .container_inputs,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend .xitem .container_inputs,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend .xitem3 .container_inputs,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend .xitem .container_inputs,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend .xitem3 .container_inputs,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend .xitem .container_inputs,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend .xitem3 .container_inputs,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .long_lend .xitem .container_inputs,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .long_lend .xitem3 .container_inputs,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend .xitem .container_inputs,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend .xitem3 .container_inputs,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend .xitem .container_inputs,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend .xitem3 .container_inputs,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend .xitem .container_inputs,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend .xitem3 .container_inputs,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend .xitem .container_inputs,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend .xitem3 .container_inputs,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .long_lend .xitem .container_inputs,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .long_lend .xitem3 .container_inputs,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend .xitem .container_inputs,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend .xitem3 .container_inputs,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend .xitem .container_inputs,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend .xitem3 .container_inputs,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend .xitem .container_inputs,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend .xitem3 .container_inputs,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend .xitem .container_inputs,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend .xitem3 .container_inputs,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .long_lend .xitem .container_inputs,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .long_lend .xitem3 .container_inputs,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend .xitem .container_inputs,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend .xitem3 .container_inputs,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend .xitem .container_inputs,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend .xitem3 .container_inputs,
#viewmyprodx1 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend .xitem .container_inputs,
#viewmyprodx1 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend .xitem3 .container_inputs,
#viewmyprodx1 .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend .xitem .container_inputs,
#viewmyprodx1 .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend .xitem3 .container_inputs,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .long_lend .xitem .container_inputs,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .long_lend .xitem3 .container_inputs {
  box-sizing: border-box;
  height: 46px;
  width: 100%;
  border: 1px solid #babbcc;
  background-color: #FFFFFF;
}
#viewmyprod .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend .xitem .container_inputs input,
#viewmyprod .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend .xitem3 .container_inputs input,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend .xitem .container_inputs input,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend .xitem3 .container_inputs input,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend .xitem .container_inputs input,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend .xitem3 .container_inputs input,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend .xitem .container_inputs input,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend .xitem3 .container_inputs input,
#viewmyprod .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .long_lend .xitem .container_inputs input,
#viewmyprod .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .long_lend .xitem3 .container_inputs input,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend .xitem .container_inputs input,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend .xitem3 .container_inputs input,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend .xitem .container_inputs input,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend .xitem3 .container_inputs input,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend .xitem .container_inputs input,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend .xitem3 .container_inputs input,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend .xitem .container_inputs input,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend .xitem3 .container_inputs input,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .long_lend .xitem .container_inputs input,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .long_lend .xitem3 .container_inputs input,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend .xitem .container_inputs input,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend .xitem3 .container_inputs input,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend .xitem .container_inputs input,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend .xitem3 .container_inputs input,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend .xitem .container_inputs input,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend .xitem3 .container_inputs input,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend .xitem .container_inputs input,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend .xitem3 .container_inputs input,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .long_lend .xitem .container_inputs input,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .long_lend .xitem3 .container_inputs input,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend .xitem .container_inputs input,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend .xitem3 .container_inputs input,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend .xitem .container_inputs input,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend .xitem3 .container_inputs input,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend .xitem .container_inputs input,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend .xitem3 .container_inputs input,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend .xitem .container_inputs input,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend .xitem3 .container_inputs input,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .long_lend .xitem .container_inputs input,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .long_lend .xitem3 .container_inputs input,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend .xitem .container_inputs input,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend .xitem3 .container_inputs input,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend .xitem .container_inputs input,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend .xitem3 .container_inputs input,
#viewmyprodx1 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend .xitem .container_inputs input,
#viewmyprodx1 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend .xitem3 .container_inputs input,
#viewmyprodx1 .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend .xitem .container_inputs input,
#viewmyprodx1 .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend .xitem3 .container_inputs input,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .long_lend .xitem .container_inputs input,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .long_lend .xitem3 .container_inputs input {
  height: 44px;
  width: 194px;
  color: #656982;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 19px;
  border: none;
  background: #fff;
  padding-left: 10px;
  padding-right: 10px;
  outline: none;
  float: left;
}
#viewmyprod .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend .xitem .container_inputs .opencccal,
#viewmyprod .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend .xitem .container_inputs .opencccal2,
#viewmyprod .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend .xitem3 .container_inputs .opencccal,
#viewmyprod .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend .xitem3 .container_inputs .opencccal2,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend .xitem .container_inputs .opencccal,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend .xitem .container_inputs .opencccal2,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend .xitem3 .container_inputs .opencccal,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend .xitem3 .container_inputs .opencccal2,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend .xitem .container_inputs .opencccal,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend .xitem .container_inputs .opencccal2,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend .xitem3 .container_inputs .opencccal,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend .xitem3 .container_inputs .opencccal2,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend .xitem .container_inputs .opencccal,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend .xitem .container_inputs .opencccal2,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend .xitem3 .container_inputs .opencccal,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend .xitem3 .container_inputs .opencccal2,
#viewmyprod .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .long_lend .xitem .container_inputs .opencccal,
#viewmyprod .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .long_lend .xitem .container_inputs .opencccal2,
#viewmyprod .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .long_lend .xitem3 .container_inputs .opencccal,
#viewmyprod .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .long_lend .xitem3 .container_inputs .opencccal2,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend .xitem .container_inputs .opencccal,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend .xitem .container_inputs .opencccal2,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend .xitem3 .container_inputs .opencccal,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend .xitem3 .container_inputs .opencccal2,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend .xitem .container_inputs .opencccal,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend .xitem .container_inputs .opencccal2,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend .xitem3 .container_inputs .opencccal,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend .xitem3 .container_inputs .opencccal2,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend .xitem .container_inputs .opencccal,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend .xitem .container_inputs .opencccal2,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend .xitem3 .container_inputs .opencccal,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend .xitem3 .container_inputs .opencccal2,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend .xitem .container_inputs .opencccal,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend .xitem .container_inputs .opencccal2,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend .xitem3 .container_inputs .opencccal,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend .xitem3 .container_inputs .opencccal2,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .long_lend .xitem .container_inputs .opencccal,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .long_lend .xitem .container_inputs .opencccal2,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .long_lend .xitem3 .container_inputs .opencccal,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .long_lend .xitem3 .container_inputs .opencccal2,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend .xitem .container_inputs .opencccal,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend .xitem .container_inputs .opencccal2,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend .xitem3 .container_inputs .opencccal,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend .xitem3 .container_inputs .opencccal2,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend .xitem .container_inputs .opencccal,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend .xitem .container_inputs .opencccal2,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend .xitem3 .container_inputs .opencccal,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend .xitem3 .container_inputs .opencccal2,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend .xitem .container_inputs .opencccal,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend .xitem .container_inputs .opencccal2,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend .xitem3 .container_inputs .opencccal,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend .xitem3 .container_inputs .opencccal2,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend .xitem .container_inputs .opencccal,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend .xitem .container_inputs .opencccal2,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend .xitem3 .container_inputs .opencccal,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend .xitem3 .container_inputs .opencccal2,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .long_lend .xitem .container_inputs .opencccal,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .long_lend .xitem .container_inputs .opencccal2,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .long_lend .xitem3 .container_inputs .opencccal,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .long_lend .xitem3 .container_inputs .opencccal2,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend .xitem .container_inputs .opencccal,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend .xitem .container_inputs .opencccal2,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend .xitem3 .container_inputs .opencccal,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend .xitem3 .container_inputs .opencccal2,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend .xitem .container_inputs .opencccal,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend .xitem .container_inputs .opencccal2,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend .xitem3 .container_inputs .opencccal,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend .xitem3 .container_inputs .opencccal2,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend .xitem .container_inputs .opencccal,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend .xitem .container_inputs .opencccal2,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend .xitem3 .container_inputs .opencccal,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend .xitem3 .container_inputs .opencccal2,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend .xitem .container_inputs .opencccal,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend .xitem .container_inputs .opencccal2,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend .xitem3 .container_inputs .opencccal,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend .xitem3 .container_inputs .opencccal2,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .long_lend .xitem .container_inputs .opencccal,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .long_lend .xitem .container_inputs .opencccal2,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .long_lend .xitem3 .container_inputs .opencccal,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .long_lend .xitem3 .container_inputs .opencccal2,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend .xitem .container_inputs .opencccal,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend .xitem .container_inputs .opencccal2,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend .xitem3 .container_inputs .opencccal,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend .xitem3 .container_inputs .opencccal2,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend .xitem .container_inputs .opencccal,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend .xitem .container_inputs .opencccal2,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend .xitem3 .container_inputs .opencccal,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend .xitem3 .container_inputs .opencccal2,
#viewmyprodx1 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend .xitem .container_inputs .opencccal,
#viewmyprodx1 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend .xitem .container_inputs .opencccal2,
#viewmyprodx1 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend .xitem3 .container_inputs .opencccal,
#viewmyprodx1 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend .xitem3 .container_inputs .opencccal2,
#viewmyprodx1 .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend .xitem .container_inputs .opencccal,
#viewmyprodx1 .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend .xitem .container_inputs .opencccal2,
#viewmyprodx1 .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend .xitem3 .container_inputs .opencccal,
#viewmyprodx1 .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend .xitem3 .container_inputs .opencccal2,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .long_lend .xitem .container_inputs .opencccal,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .long_lend .xitem .container_inputs .opencccal2,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .long_lend .xitem3 .container_inputs .opencccal,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .long_lend .xitem3 .container_inputs .opencccal2 {
  height: 44px;
  width: 36px;
  border-left: 1px solid #CCCDDB;
  background-color: #F7F9FE;
  background: url(images/cal.svg) no-repeat center center;
  float: left;
  cursor: pointer;
}
#viewmyprod .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend .xitem .container_inputs select,
#viewmyprod .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend .xitem3 .container_inputs select,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend .xitem .container_inputs select,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend .xitem3 .container_inputs select,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend .xitem .container_inputs select,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend .xitem3 .container_inputs select,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend .xitem .container_inputs select,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend .xitem3 .container_inputs select,
#viewmyprod .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .long_lend .xitem .container_inputs select,
#viewmyprod .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .long_lend .xitem3 .container_inputs select,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend .xitem .container_inputs select,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend .xitem3 .container_inputs select,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend .xitem .container_inputs select,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend .xitem3 .container_inputs select,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend .xitem .container_inputs select,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend .xitem3 .container_inputs select,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend .xitem .container_inputs select,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend .xitem3 .container_inputs select,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .long_lend .xitem .container_inputs select,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .long_lend .xitem3 .container_inputs select,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend .xitem .container_inputs select,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend .xitem3 .container_inputs select,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend .xitem .container_inputs select,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend .xitem3 .container_inputs select,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend .xitem .container_inputs select,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend .xitem3 .container_inputs select,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend .xitem .container_inputs select,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend .xitem3 .container_inputs select,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .long_lend .xitem .container_inputs select,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .long_lend .xitem3 .container_inputs select,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend .xitem .container_inputs select,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend .xitem3 .container_inputs select,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend .xitem .container_inputs select,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend .xitem3 .container_inputs select,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend .xitem .container_inputs select,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend .xitem3 .container_inputs select,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend .xitem .container_inputs select,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend .xitem3 .container_inputs select,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .long_lend .xitem .container_inputs select,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .long_lend .xitem3 .container_inputs select,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend .xitem .container_inputs select,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend .xitem3 .container_inputs select,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend .xitem .container_inputs select,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend .xitem3 .container_inputs select,
#viewmyprodx1 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend .xitem .container_inputs select,
#viewmyprodx1 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend .xitem3 .container_inputs select,
#viewmyprodx1 .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend .xitem .container_inputs select,
#viewmyprodx1 .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend .xitem3 .container_inputs select,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .long_lend .xitem .container_inputs select,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .long_lend .xitem3 .container_inputs select {
  height: 44px;
  border: none;
  outline: none;
  float: right;
  width: 99px;
  border-left: 1px solid #babbcc;
  background: url(images/arr-r.svg) no-repeat 78px center #fff;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding-left: 10px;
  padding-right: 20px;
}
#viewmyprod .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend .xitem3,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend .xitem3,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend .xitem3,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend .xitem3,
#viewmyprod .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .long_lend .xitem3,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend .xitem3,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend .xitem3,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend .xitem3,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend .xitem3,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .long_lend .xitem3,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend .xitem3,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend .xitem3,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend .xitem3,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend .xitem3,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .long_lend .xitem3,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend .xitem3,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend .xitem3,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend .xitem3,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend .xitem3,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .long_lend .xitem3,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend .xitem3,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend .xitem3,
#viewmyprodx1 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend .xitem3,
#viewmyprodx1 .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend .xitem3,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .long_lend .xitem3 {
  width: 70px;
  height: 46px;
  margin-left: 0px;
  margin-right: 0px;
}
#viewmyprod .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend .xitem3 .zlabel,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend .xitem3 .zlabel,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend .xitem3 .zlabel,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend .xitem3 .zlabel,
#viewmyprod .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .long_lend .xitem3 .zlabel,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend .xitem3 .zlabel,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend .xitem3 .zlabel,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend .xitem3 .zlabel,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend .xitem3 .zlabel,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .long_lend .xitem3 .zlabel,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend .xitem3 .zlabel,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend .xitem3 .zlabel,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend .xitem3 .zlabel,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend .xitem3 .zlabel,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .long_lend .xitem3 .zlabel,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend .xitem3 .zlabel,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend .xitem3 .zlabel,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend .xitem3 .zlabel,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend .xitem3 .zlabel,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .long_lend .xitem3 .zlabel,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend .xitem3 .zlabel,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend .xitem3 .zlabel,
#viewmyprodx1 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend .xitem3 .zlabel,
#viewmyprodx1 .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend .xitem3 .zlabel,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .long_lend .xitem3 .zlabel {
  height: 18px;
  width: 100%;
  color: #424D5A;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 8px;
}
#viewmyprod .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend .xitem3 .container_inputs,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend .xitem3 .container_inputs,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend .xitem3 .container_inputs,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend .xitem3 .container_inputs,
#viewmyprod .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .long_lend .xitem3 .container_inputs,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend .xitem3 .container_inputs,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend .xitem3 .container_inputs,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend .xitem3 .container_inputs,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend .xitem3 .container_inputs,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .long_lend .xitem3 .container_inputs,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend .xitem3 .container_inputs,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend .xitem3 .container_inputs,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend .xitem3 .container_inputs,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend .xitem3 .container_inputs,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .long_lend .xitem3 .container_inputs,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend .xitem3 .container_inputs,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend .xitem3 .container_inputs,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend .xitem3 .container_inputs,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend .xitem3 .container_inputs,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .long_lend .xitem3 .container_inputs,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend .xitem3 .container_inputs,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend .xitem3 .container_inputs,
#viewmyprodx1 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend .xitem3 .container_inputs,
#viewmyprodx1 .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend .xitem3 .container_inputs,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .long_lend .xitem3 .container_inputs {
  box-sizing: border-box;
  height: 46px;
  width: 100%;
  border: 1px solid #babbcc;
  background-color: #FFFFFF;
  color: rgba(50,60,71,0.59);
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  line-height: 43px;
}
#viewmyprod .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend .xitem3 .container_inputs input,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend .xitem3 .container_inputs input,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend .xitem3 .container_inputs input,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend .xitem3 .container_inputs input,
#viewmyprod .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .long_lend .xitem3 .container_inputs input,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend .xitem3 .container_inputs input,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend .xitem3 .container_inputs input,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend .xitem3 .container_inputs input,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend .xitem3 .container_inputs input,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .long_lend .xitem3 .container_inputs input,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend .xitem3 .container_inputs input,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend .xitem3 .container_inputs input,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend .xitem3 .container_inputs input,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend .xitem3 .container_inputs input,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .long_lend .xitem3 .container_inputs input,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend .xitem3 .container_inputs input,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend .xitem3 .container_inputs input,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend .xitem3 .container_inputs input,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend .xitem3 .container_inputs input,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .long_lend .xitem3 .container_inputs input,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2_content .left_rproddes .long_lend .xitem3 .container_inputs input,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .long_lend .xitem3 .container_inputs input,
#viewmyprodx1 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .long_lend .xitem3 .container_inputs input,
#viewmyprodx1 .modal-lg .modal-content #bottom_order4_content .left_rproddes .long_lend .xitem3 .container_inputs input,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .long_lend .xitem3 .container_inputs input {
  height: 44px;
  width: 28px;
  color: #323C47;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 19px;
  border: none;
  background: #fff;
  padding-left: 5px;
  padding-right: 5px;
  outline: none;
  float: left;
  text-align: center;
}
#viewmyprod .modal-lg .modal-content #bottom_order2_content .left_rproddes .addrl,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .left_rproddes .addrl,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .left_rproddes .addrl,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .left_rproddes .addrl,
#viewmyprod .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .addrl,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .left_rproddes .addrl,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .addrl,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .addrl,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .left_rproddes .addrl,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .addrl,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .addrl,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .addrl,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .addrl,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .addrl,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .addrl,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .addrl,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .addrl,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .addrl,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .addrl,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .addrl,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2_content .left_rproddes .addrl,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .addrl,
#viewmyprodx1 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .addrl,
#viewmyprodx1 .modal-lg .modal-content #bottom_order4_content .left_rproddes .addrl,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .addrl {
  width: 233px;
  float: left;
}
#viewmyprod .modal-lg .modal-content #bottom_order2_content .left_rproddes .addrl .zlabel,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .left_rproddes .addrl .zlabel,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .left_rproddes .addrl .zlabel,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .left_rproddes .addrl .zlabel,
#viewmyprod .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .addrl .zlabel,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .left_rproddes .addrl .zlabel,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .addrl .zlabel,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .addrl .zlabel,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .left_rproddes .addrl .zlabel,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .addrl .zlabel,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .addrl .zlabel,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .addrl .zlabel,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .addrl .zlabel,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .addrl .zlabel,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .addrl .zlabel,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .addrl .zlabel,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .addrl .zlabel,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .addrl .zlabel,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .addrl .zlabel,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .addrl .zlabel,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2_content .left_rproddes .addrl .zlabel,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .addrl .zlabel,
#viewmyprodx1 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .addrl .zlabel,
#viewmyprodx1 .modal-lg .modal-content #bottom_order4_content .left_rproddes .addrl .zlabel,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .addrl .zlabel {
  width: 100%;
  color: #424D5A;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 8px;
  margin-top: 14px;
  text-align: left;
}
#viewmyprod .modal-lg .modal-content #bottom_order2_content .left_rproddes .addrl .container_inputs,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .left_rproddes .addrl .container_inputs,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .left_rproddes .addrl .container_inputs,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .left_rproddes .addrl .container_inputs,
#viewmyprod .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .addrl .container_inputs,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .left_rproddes .addrl .container_inputs,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .addrl .container_inputs,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .addrl .container_inputs,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .left_rproddes .addrl .container_inputs,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .addrl .container_inputs,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .addrl .container_inputs,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .addrl .container_inputs,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .addrl .container_inputs,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .addrl .container_inputs,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .addrl .container_inputs,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .addrl .container_inputs,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .addrl .container_inputs,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .addrl .container_inputs,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .addrl .container_inputs,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .addrl .container_inputs,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2_content .left_rproddes .addrl .container_inputs,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .addrl .container_inputs,
#viewmyprodx1 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .addrl .container_inputs,
#viewmyprodx1 .modal-lg .modal-content #bottom_order4_content .left_rproddes .addrl .container_inputs,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .addrl .container_inputs {
  box-sizing: border-box;
  height: 46px;
  width: 100%;
  border: 1px solid #D0D0D0;
  background-color: #FFFFFF;
  float: left;
  border-radius: 8px;
  padding: 0px 5px;
}
#viewmyprod .modal-lg .modal-content #bottom_order2_content .left_rproddes .addrl .container_inputs input,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .left_rproddes .addrl .container_inputs input,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .left_rproddes .addrl .container_inputs input,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .left_rproddes .addrl .container_inputs input,
#viewmyprod .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .addrl .container_inputs input,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .left_rproddes .addrl .container_inputs input,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .addrl .container_inputs input,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .addrl .container_inputs input,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .left_rproddes .addrl .container_inputs input,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .addrl .container_inputs input,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .addrl .container_inputs input,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .addrl .container_inputs input,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .addrl .container_inputs input,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .addrl .container_inputs input,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .addrl .container_inputs input,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .addrl .container_inputs input,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .addrl .container_inputs input,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .addrl .container_inputs input,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .addrl .container_inputs input,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .addrl .container_inputs input,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2_content .left_rproddes .addrl .container_inputs input,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .addrl .container_inputs input,
#viewmyprodx1 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .addrl .container_inputs input,
#viewmyprodx1 .modal-lg .modal-content #bottom_order4_content .left_rproddes .addrl .container_inputs input,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .addrl .container_inputs input {
  height: 50px;
  width: 143px;
  color: #898989;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 19px;
  border: none;
  background: url(images/arr-r.svg) no-repeat 125px center #fff;
  padding-left: 10px;
  padding-right: 20px;
  outline: none;
}
#viewmyprod .modal-lg .modal-content #bottom_order2_content .left_rproddes .addrl .container_inputs select,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .left_rproddes .addrl .container_inputs select,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .left_rproddes .addrl .container_inputs select,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .left_rproddes .addrl .container_inputs select,
#viewmyprod .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .addrl .container_inputs select,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .left_rproddes .addrl .container_inputs select,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .addrl .container_inputs select,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .addrl .container_inputs select,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .left_rproddes .addrl .container_inputs select,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .addrl .container_inputs select,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .addrl .container_inputs select,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .addrl .container_inputs select,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .addrl .container_inputs select,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .addrl .container_inputs select,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .addrl .container_inputs select,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .addrl .container_inputs select,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .addrl .container_inputs select,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .addrl .container_inputs select,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .addrl .container_inputs select,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .addrl .container_inputs select,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2_content .left_rproddes .addrl .container_inputs select,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .addrl .container_inputs select,
#viewmyprodx1 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .addrl .container_inputs select,
#viewmyprodx1 .modal-lg .modal-content #bottom_order4_content .left_rproddes .addrl .container_inputs select,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .addrl .container_inputs select {
  height: 44px;
  border: none;
  outline: none;
  float: right;
  width: 100%;
  background: url(images/arr-r.svg) no-repeat 199px center #fff;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding-left: 10px;
  padding-right: 20px;
  color: #898989;
}
#viewmyprod .modal-lg .modal-content #bottom_order2_content .left_rproddes .addrl .container_inputs select.w50,
#viewmyprod .modal-lg .modal-content #bottom_order2_content .left_rproddes .addrl .container_inputs select.w501,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .left_rproddes .addrl .container_inputs select.w50,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .left_rproddes .addrl .container_inputs select.w501,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .left_rproddes .addrl .container_inputs select.w50,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .left_rproddes .addrl .container_inputs select.w501,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .left_rproddes .addrl .container_inputs select.w50,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .left_rproddes .addrl .container_inputs select.w501,
#viewmyprod .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .addrl .container_inputs select.w50,
#viewmyprod .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .addrl .container_inputs select.w501,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .left_rproddes .addrl .container_inputs select.w50,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .left_rproddes .addrl .container_inputs select.w501,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .addrl .container_inputs select.w50,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .addrl .container_inputs select.w501,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .addrl .container_inputs select.w50,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .addrl .container_inputs select.w501,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .left_rproddes .addrl .container_inputs select.w50,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .left_rproddes .addrl .container_inputs select.w501,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .addrl .container_inputs select.w50,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .addrl .container_inputs select.w501,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .addrl .container_inputs select.w50,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .addrl .container_inputs select.w501,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .addrl .container_inputs select.w50,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .addrl .container_inputs select.w501,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .addrl .container_inputs select.w50,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .addrl .container_inputs select.w501,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .addrl .container_inputs select.w50,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .addrl .container_inputs select.w501,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .addrl .container_inputs select.w50,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .addrl .container_inputs select.w501,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .addrl .container_inputs select.w50,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .addrl .container_inputs select.w501,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .addrl .container_inputs select.w50,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .addrl .container_inputs select.w501,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .addrl .container_inputs select.w50,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .addrl .container_inputs select.w501,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .addrl .container_inputs select.w50,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .addrl .container_inputs select.w501,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .addrl .container_inputs select.w50,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .addrl .container_inputs select.w501,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2_content .left_rproddes .addrl .container_inputs select.w50,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2_content .left_rproddes .addrl .container_inputs select.w501,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .addrl .container_inputs select.w50,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .addrl .container_inputs select.w501,
#viewmyprodx1 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .addrl .container_inputs select.w50,
#viewmyprodx1 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .addrl .container_inputs select.w501,
#viewmyprodx1 .modal-lg .modal-content #bottom_order4_content .left_rproddes .addrl .container_inputs select.w50,
#viewmyprodx1 .modal-lg .modal-content #bottom_order4_content .left_rproddes .addrl .container_inputs select.w501,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .addrl .container_inputs select.w50,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .addrl .container_inputs select.w501 {
  width: 49.5%;
  background: url(images/arr-r.svg) no-repeat 124px center #fff;
}
#viewmyprod .modal-lg .modal-content #bottom_order2_content .left_rproddes .addrl .container_inputs select.w501,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .left_rproddes .addrl .container_inputs select.w501,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .left_rproddes .addrl .container_inputs select.w501,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .left_rproddes .addrl .container_inputs select.w501,
#viewmyprod .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .addrl .container_inputs select.w501,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .left_rproddes .addrl .container_inputs select.w501,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .addrl .container_inputs select.w501,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .addrl .container_inputs select.w501,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .left_rproddes .addrl .container_inputs select.w501,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .addrl .container_inputs select.w501,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .addrl .container_inputs select.w501,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .addrl .container_inputs select.w501,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .addrl .container_inputs select.w501,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .addrl .container_inputs select.w501,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .addrl .container_inputs select.w501,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .addrl .container_inputs select.w501,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .addrl .container_inputs select.w501,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .addrl .container_inputs select.w501,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .addrl .container_inputs select.w501,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .addrl .container_inputs select.w501,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2_content .left_rproddes .addrl .container_inputs select.w501,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .addrl .container_inputs select.w501,
#viewmyprodx1 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .addrl .container_inputs select.w501,
#viewmyprodx1 .modal-lg .modal-content #bottom_order4_content .left_rproddes .addrl .container_inputs select.w501,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .addrl .container_inputs select.w501 {
  border-right: 1px solid #BABBCC;
  border-left: none;
}
#viewmyprod .modal-lg .modal-content #bottom_order2_content .left_rproddes .addrl .container_inputs.error,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .left_rproddes .addrl .container_inputs.error,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .left_rproddes .addrl .container_inputs.error,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .left_rproddes .addrl .container_inputs.error,
#viewmyprod .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .addrl .container_inputs.error,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .left_rproddes .addrl .container_inputs.error,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .addrl .container_inputs.error,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .addrl .container_inputs.error,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .left_rproddes .addrl .container_inputs.error,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .addrl .container_inputs.error,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .addrl .container_inputs.error,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .addrl .container_inputs.error,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .addrl .container_inputs.error,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .addrl .container_inputs.error,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .addrl .container_inputs.error,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .addrl .container_inputs.error,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .addrl .container_inputs.error,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .addrl .container_inputs.error,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .addrl .container_inputs.error,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .addrl .container_inputs.error,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2_content .left_rproddes .addrl .container_inputs.error,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .addrl .container_inputs.error,
#viewmyprodx1 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .addrl .container_inputs.error,
#viewmyprodx1 .modal-lg .modal-content #bottom_order4_content .left_rproddes .addrl .container_inputs.error,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .addrl .container_inputs.error {
  border-color: #f27474;
}
#viewmyprod .modal-lg .modal-content #bottom_order2_content .left_rproddes .addrl #newcomaddr,
#viewmyprod .modal-lg .modal-content #bottom_order2_content .left_rproddes .addrl #newprojcfromfp,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .left_rproddes .addrl #newcomaddr,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .left_rproddes .addrl #newprojcfromfp,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .left_rproddes .addrl #newcomaddr,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .left_rproddes .addrl #newprojcfromfp,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .left_rproddes .addrl #newcomaddr,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .left_rproddes .addrl #newprojcfromfp,
#viewmyprod .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .addrl #newcomaddr,
#viewmyprod .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .addrl #newprojcfromfp,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .left_rproddes .addrl #newcomaddr,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .left_rproddes .addrl #newprojcfromfp,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .addrl #newcomaddr,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .addrl #newprojcfromfp,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .addrl #newcomaddr,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .addrl #newprojcfromfp,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .left_rproddes .addrl #newcomaddr,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .left_rproddes .addrl #newprojcfromfp,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .addrl #newcomaddr,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .addrl #newprojcfromfp,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .addrl #newcomaddr,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .addrl #newprojcfromfp,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .addrl #newcomaddr,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .addrl #newprojcfromfp,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .addrl #newcomaddr,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .addrl #newprojcfromfp,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .addrl #newcomaddr,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .addrl #newprojcfromfp,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .addrl #newcomaddr,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .addrl #newprojcfromfp,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .addrl #newcomaddr,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .addrl #newprojcfromfp,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .addrl #newcomaddr,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .addrl #newprojcfromfp,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .addrl #newcomaddr,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .addrl #newprojcfromfp,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .addrl #newcomaddr,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .addrl #newprojcfromfp,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .addrl #newcomaddr,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .addrl #newprojcfromfp,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2_content .left_rproddes .addrl #newcomaddr,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2_content .left_rproddes .addrl #newprojcfromfp,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .addrl #newcomaddr,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .addrl #newprojcfromfp,
#viewmyprodx1 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .addrl #newcomaddr,
#viewmyprodx1 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .addrl #newprojcfromfp,
#viewmyprodx1 .modal-lg .modal-content #bottom_order4_content .left_rproddes .addrl #newcomaddr,
#viewmyprodx1 .modal-lg .modal-content #bottom_order4_content .left_rproddes .addrl #newprojcfromfp,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .addrl #newcomaddr,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .addrl #newprojcfromfp {
  background: #FFFFFF;
  width: auto;
  border: none;
  height: auto;
  cursor: pointer;
  font-weight: 900;
  padding: 1px 3px;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
}
#viewmyprod .modal-lg .modal-content #bottom_order2_content .left_rproddes .xtra_lend,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .left_rproddes .xtra_lend,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .left_rproddes .xtra_lend,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .left_rproddes .xtra_lend,
#viewmyprod .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .xtra_lend,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .left_rproddes .xtra_lend,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .xtra_lend,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .xtra_lend,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .left_rproddes .xtra_lend,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .xtra_lend,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .xtra_lend,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .xtra_lend,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .xtra_lend,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .xtra_lend,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .xtra_lend,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .xtra_lend,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .xtra_lend,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .xtra_lend,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .xtra_lend,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .xtra_lend,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2_content .left_rproddes .xtra_lend,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .xtra_lend,
#viewmyprodx1 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .xtra_lend,
#viewmyprodx1 .modal-lg .modal-content #bottom_order4_content .left_rproddes .xtra_lend,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .xtra_lend {
  width: 100%;
  float: left;
  margin-top: 14px;
}
#viewmyprod .modal-lg .modal-content #bottom_order2_content .left_rproddes .xtra_lend .xtxt,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .left_rproddes .xtra_lend .xtxt,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .left_rproddes .xtra_lend .xtxt,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .left_rproddes .xtra_lend .xtxt,
#viewmyprod .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .xtra_lend .xtxt,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .left_rproddes .xtra_lend .xtxt,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .xtra_lend .xtxt,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .xtra_lend .xtxt,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .left_rproddes .xtra_lend .xtxt,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .xtra_lend .xtxt,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .xtra_lend .xtxt,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .xtra_lend .xtxt,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .xtra_lend .xtxt,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .xtra_lend .xtxt,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .xtra_lend .xtxt,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .xtra_lend .xtxt,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .xtra_lend .xtxt,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .xtra_lend .xtxt,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .xtra_lend .xtxt,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .xtra_lend .xtxt,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2_content .left_rproddes .xtra_lend .xtxt,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .xtra_lend .xtxt,
#viewmyprodx1 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .xtra_lend .xtxt,
#viewmyprodx1 .modal-lg .modal-content #bottom_order4_content .left_rproddes .xtra_lend .xtxt,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .xtra_lend .xtxt {
  width: 340px;
  box-sizing: border-box;
  height: 52px;
  float: left;
  margin-right: 21px;
}
#viewmyprod .modal-lg .modal-content #bottom_order2_content .left_rproddes .xtra_lend .xtxt .zlabel,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .left_rproddes .xtra_lend .xtxt .zlabel,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .left_rproddes .xtra_lend .xtxt .zlabel,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .left_rproddes .xtra_lend .xtxt .zlabel,
#viewmyprod .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .xtra_lend .xtxt .zlabel,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .left_rproddes .xtra_lend .xtxt .zlabel,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .xtra_lend .xtxt .zlabel,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .xtra_lend .xtxt .zlabel,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .left_rproddes .xtra_lend .xtxt .zlabel,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .xtra_lend .xtxt .zlabel,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .xtra_lend .xtxt .zlabel,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .xtra_lend .xtxt .zlabel,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .xtra_lend .xtxt .zlabel,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .xtra_lend .xtxt .zlabel,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .xtra_lend .xtxt .zlabel,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .xtra_lend .xtxt .zlabel,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .xtra_lend .xtxt .zlabel,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .xtra_lend .xtxt .zlabel,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .xtra_lend .xtxt .zlabel,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .xtra_lend .xtxt .zlabel,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2_content .left_rproddes .xtra_lend .xtxt .zlabel,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .xtra_lend .xtxt .zlabel,
#viewmyprodx1 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .xtra_lend .xtxt .zlabel,
#viewmyprodx1 .modal-lg .modal-content #bottom_order4_content .left_rproddes .xtra_lend .xtxt .zlabel,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .xtra_lend .xtxt .zlabel {
  height: 18px;
  width: 100%;
  color: #424D5A;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 8px;
}
#viewmyprod .modal-lg .modal-content #bottom_order2_content .left_rproddes .xtra_lend .xtxt .container_inputs,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .left_rproddes .xtra_lend .xtxt .container_inputs,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .left_rproddes .xtra_lend .xtxt .container_inputs,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .left_rproddes .xtra_lend .xtxt .container_inputs,
#viewmyprod .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .xtra_lend .xtxt .container_inputs,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .left_rproddes .xtra_lend .xtxt .container_inputs,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .xtra_lend .xtxt .container_inputs,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .xtra_lend .xtxt .container_inputs,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .left_rproddes .xtra_lend .xtxt .container_inputs,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .xtra_lend .xtxt .container_inputs,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .xtra_lend .xtxt .container_inputs,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .xtra_lend .xtxt .container_inputs,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .xtra_lend .xtxt .container_inputs,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .xtra_lend .xtxt .container_inputs,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .xtra_lend .xtxt .container_inputs,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .xtra_lend .xtxt .container_inputs,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .xtra_lend .xtxt .container_inputs,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .xtra_lend .xtxt .container_inputs,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .xtra_lend .xtxt .container_inputs,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .xtra_lend .xtxt .container_inputs,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2_content .left_rproddes .xtra_lend .xtxt .container_inputs,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .xtra_lend .xtxt .container_inputs,
#viewmyprodx1 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .xtra_lend .xtxt .container_inputs,
#viewmyprodx1 .modal-lg .modal-content #bottom_order4_content .left_rproddes .xtra_lend .xtxt .container_inputs,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .xtra_lend .xtxt .container_inputs {
  box-sizing: border-box;
  height: 75px;
  width: 100%;
}
#viewmyprod .modal-lg .modal-content #bottom_order2_content .left_rproddes .xtra_lend .xtxt .container_inputs textarea,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .left_rproddes .xtra_lend .xtxt .container_inputs textarea,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .left_rproddes .xtra_lend .xtxt .container_inputs textarea,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .left_rproddes .xtra_lend .xtxt .container_inputs textarea,
#viewmyprod .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .xtra_lend .xtxt .container_inputs textarea,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .left_rproddes .xtra_lend .xtxt .container_inputs textarea,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .xtra_lend .xtxt .container_inputs textarea,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .xtra_lend .xtxt .container_inputs textarea,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .left_rproddes .xtra_lend .xtxt .container_inputs textarea,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .xtra_lend .xtxt .container_inputs textarea,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .xtra_lend .xtxt .container_inputs textarea,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .xtra_lend .xtxt .container_inputs textarea,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .xtra_lend .xtxt .container_inputs textarea,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .xtra_lend .xtxt .container_inputs textarea,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .xtra_lend .xtxt .container_inputs textarea,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .xtra_lend .xtxt .container_inputs textarea,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .xtra_lend .xtxt .container_inputs textarea,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .xtra_lend .xtxt .container_inputs textarea,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .xtra_lend .xtxt .container_inputs textarea,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .xtra_lend .xtxt .container_inputs textarea,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2_content .left_rproddes .xtra_lend .xtxt .container_inputs textarea,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .xtra_lend .xtxt .container_inputs textarea,
#viewmyprodx1 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .xtra_lend .xtxt .container_inputs textarea,
#viewmyprodx1 .modal-lg .modal-content #bottom_order4_content .left_rproddes .xtra_lend .xtxt .container_inputs textarea,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .xtra_lend .xtxt .container_inputs textarea {
  height: 75px;
  width: 100%;
  color: #656982;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 19px;
  resize: none;
  background: #fff;
  padding: 10px 16px;
  outline: none;
  float: left;
  border: 1px solid #babbcc;
  background-color: #FFFFFF;
}
#viewmyprod .modal-lg .modal-content #bottom_order2_content .left_rproddes .quantity_step,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .left_rproddes .quantity_step,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .left_rproddes .quantity_step,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .left_rproddes .quantity_step,
#viewmyprod .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .quantity_step,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .left_rproddes .quantity_step,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .quantity_step,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .quantity_step,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .left_rproddes .quantity_step,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .quantity_step,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .quantity_step,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .quantity_step,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .quantity_step,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .quantity_step,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .quantity_step,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .quantity_step,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .quantity_step,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .quantity_step,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .quantity_step,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .quantity_step,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2_content .left_rproddes .quantity_step,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .quantity_step,
#viewmyprodx1 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .quantity_step,
#viewmyprodx1 .modal-lg .modal-content #bottom_order4_content .left_rproddes .quantity_step,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .quantity_step {
  margin-left: 0px;
}
#viewmyprod .modal-lg .modal-content #bottom_order2_content .left_rproddes .quantity_step .label,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .left_rproddes .quantity_step .label,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .left_rproddes .quantity_step .label,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .left_rproddes .quantity_step .label,
#viewmyprod .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .quantity_step .label,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .left_rproddes .quantity_step .label,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .quantity_step .label,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .quantity_step .label,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .left_rproddes .quantity_step .label,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .quantity_step .label,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .quantity_step .label,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .quantity_step .label,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .quantity_step .label,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .quantity_step .label,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .quantity_step .label,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .quantity_step .label,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .quantity_step .label,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .quantity_step .label,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .quantity_step .label,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .quantity_step .label,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2_content .left_rproddes .quantity_step .label,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .quantity_step .label,
#viewmyprodx1 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .quantity_step .label,
#viewmyprodx1 .modal-lg .modal-content #bottom_order4_content .left_rproddes .quantity_step .label,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .quantity_step .label {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  line-height: 24px;
  font-weight: 600;
  color: #333;
  margin-top: 14px;
  text-align: left;
}
#viewmyprod .modal-lg .modal-content #bottom_order2_content .left_rproddes .quantity_step .step.error,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .left_rproddes .quantity_step .step.error,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .left_rproddes .quantity_step .step.error,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .left_rproddes .quantity_step .step.error,
#viewmyprod .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .quantity_step .step.error,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .left_rproddes .quantity_step .step.error,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .quantity_step .step.error,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .quantity_step .step.error,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .left_rproddes .quantity_step .step.error,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .quantity_step .step.error,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .quantity_step .step.error,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .quantity_step .step.error,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .quantity_step .step.error,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .quantity_step .step.error,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .quantity_step .step.error,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .quantity_step .step.error,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .quantity_step .step.error,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .quantity_step .step.error,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .quantity_step .step.error,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .quantity_step .step.error,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2_content .left_rproddes .quantity_step .step.error,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .quantity_step .step.error,
#viewmyprodx1 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .quantity_step .step.error,
#viewmyprodx1 .modal-lg .modal-content #bottom_order4_content .left_rproddes .quantity_step .step.error,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .quantity_step .step.error {
  border-color: #f27474;
}
#viewmyprod .modal-lg .modal-content #bottom_order2_content .left_rproddes .btnyes,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .left_rproddes .btnyes,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .left_rproddes .btnyes,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .left_rproddes .btnyes,
#viewmyprod .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .btnyes,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .left_rproddes .btnyes,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .btnyes,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .btnyes,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .left_rproddes .btnyes,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .btnyes,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .btnyes,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .btnyes,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .btnyes,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .btnyes,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .btnyes,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .btnyes,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .btnyes,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .btnyes,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .btnyes,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .btnyes,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2_content .left_rproddes .btnyes,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .btnyes,
#viewmyprodx1 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .btnyes,
#viewmyprodx1 .modal-lg .modal-content #bottom_order4_content .left_rproddes .btnyes,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .btnyes {
  min-width: 194px;
  background-color: #1B9CD1;
  padding: 9px 29px;
  border: none;
  margin: 0 auto;
  margin-top: 8px;
  border-radius: 8px;
  color: #FFFFFF;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
}
#viewmyprod .modal-lg .modal-content #bottom_order2_content .left_rproddes .xtransp,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .left_rproddes .xtransp,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .left_rproddes .xtransp,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .left_rproddes .xtransp,
#viewmyprod .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .xtransp,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .left_rproddes .xtransp,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .xtransp,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .xtransp,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .left_rproddes .xtransp,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .xtransp,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .xtransp,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .xtransp,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .xtransp,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .xtransp,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .xtransp,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .xtransp,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .xtransp,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .xtransp,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .xtransp,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .xtransp,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2_content .left_rproddes .xtransp,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .xtransp,
#viewmyprodx1 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .xtransp,
#viewmyprodx1 .modal-lg .modal-content #bottom_order4_content .left_rproddes .xtransp,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .xtransp {
  width: 137px;
  box-sizing: border-box;
  height: 46px;
  float: left;
  margin-right: 18px;
  margin-left: 10px;
}
#viewmyprod .modal-lg .modal-content #bottom_order2_content .left_rproddes .xtransp .zlabel,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .left_rproddes .xtransp .zlabel,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .left_rproddes .xtransp .zlabel,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .left_rproddes .xtransp .zlabel,
#viewmyprod .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .xtransp .zlabel,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .left_rproddes .xtransp .zlabel,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .xtransp .zlabel,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .xtransp .zlabel,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .left_rproddes .xtransp .zlabel,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .xtransp .zlabel,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .xtransp .zlabel,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .xtransp .zlabel,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .xtransp .zlabel,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .xtransp .zlabel,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .xtransp .zlabel,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .xtransp .zlabel,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .xtransp .zlabel,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .xtransp .zlabel,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .xtransp .zlabel,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .xtransp .zlabel,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2_content .left_rproddes .xtransp .zlabel,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .xtransp .zlabel,
#viewmyprodx1 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .xtransp .zlabel,
#viewmyprodx1 .modal-lg .modal-content #bottom_order4_content .left_rproddes .xtransp .zlabel,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .xtransp .zlabel {
  height: 18px;
  width: 100%;
  color: #424D5A;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 8px;
  margin-top: 15px;
}
#viewmyprod .modal-lg .modal-content #bottom_order2_content .left_rproddes .xtransp .container_inputs,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .left_rproddes .xtransp .container_inputs,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .left_rproddes .xtransp .container_inputs,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .left_rproddes .xtransp .container_inputs,
#viewmyprod .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .xtransp .container_inputs,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .left_rproddes .xtransp .container_inputs,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .xtransp .container_inputs,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .xtransp .container_inputs,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .left_rproddes .xtransp .container_inputs,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .xtransp .container_inputs,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .xtransp .container_inputs,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .xtransp .container_inputs,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .xtransp .container_inputs,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .xtransp .container_inputs,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .xtransp .container_inputs,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .xtransp .container_inputs,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .xtransp .container_inputs,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .xtransp .container_inputs,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .xtransp .container_inputs,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .xtransp .container_inputs,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2_content .left_rproddes .xtransp .container_inputs,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .xtransp .container_inputs,
#viewmyprodx1 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .xtransp .container_inputs,
#viewmyprodx1 .modal-lg .modal-content #bottom_order4_content .left_rproddes .xtransp .container_inputs,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .xtransp .container_inputs {
  box-sizing: border-box;
  height: 46px;
  width: 100%;
  border: 1px solid #BABBCC;
  background-color: #FFFFFF;
}
#viewmyprod .modal-lg .modal-content #bottom_order2_content .left_rproddes .xtransp .container_inputs .customchk,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .left_rproddes .xtransp .container_inputs .customchk,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .left_rproddes .xtransp .container_inputs .customchk,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .left_rproddes .xtransp .container_inputs .customchk,
#viewmyprod .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .xtransp .container_inputs .customchk,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .left_rproddes .xtransp .container_inputs .customchk,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .xtransp .container_inputs .customchk,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .xtransp .container_inputs .customchk,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .left_rproddes .xtransp .container_inputs .customchk,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .xtransp .container_inputs .customchk,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .xtransp .container_inputs .customchk,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .xtransp .container_inputs .customchk,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .xtransp .container_inputs .customchk,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .xtransp .container_inputs .customchk,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .xtransp .container_inputs .customchk,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .xtransp .container_inputs .customchk,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .xtransp .container_inputs .customchk,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .xtransp .container_inputs .customchk,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .xtransp .container_inputs .customchk,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .xtransp .container_inputs .customchk,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2_content .left_rproddes .xtransp .container_inputs .customchk,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .xtransp .container_inputs .customchk,
#viewmyprodx1 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .xtransp .container_inputs .customchk,
#viewmyprodx1 .modal-lg .modal-content #bottom_order4_content .left_rproddes .xtransp .container_inputs .customchk,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .xtransp .container_inputs .customchk {
  display: block;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  float: left;
  margin-top: 14px;
  width: 55px;
}
#viewmyprod .modal-lg .modal-content #bottom_order2_content .left_rproddes .xtransp .container_inputs .customchk:first-child,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .left_rproddes .xtransp .container_inputs .customchk:first-child,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .left_rproddes .xtransp .container_inputs .customchk:first-child,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .left_rproddes .xtransp .container_inputs .customchk:first-child,
#viewmyprod .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .xtransp .container_inputs .customchk:first-child,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .left_rproddes .xtransp .container_inputs .customchk:first-child,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .xtransp .container_inputs .customchk:first-child,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .xtransp .container_inputs .customchk:first-child,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .left_rproddes .xtransp .container_inputs .customchk:first-child,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .xtransp .container_inputs .customchk:first-child,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .xtransp .container_inputs .customchk:first-child,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .xtransp .container_inputs .customchk:first-child,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .xtransp .container_inputs .customchk:first-child,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .xtransp .container_inputs .customchk:first-child,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .xtransp .container_inputs .customchk:first-child,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .xtransp .container_inputs .customchk:first-child,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .xtransp .container_inputs .customchk:first-child,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .xtransp .container_inputs .customchk:first-child,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .xtransp .container_inputs .customchk:first-child,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .xtransp .container_inputs .customchk:first-child,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2_content .left_rproddes .xtransp .container_inputs .customchk:first-child,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .xtransp .container_inputs .customchk:first-child,
#viewmyprodx1 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .xtransp .container_inputs .customchk:first-child,
#viewmyprodx1 .modal-lg .modal-content #bottom_order4_content .left_rproddes .xtransp .container_inputs .customchk:first-child,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .xtransp .container_inputs .customchk:first-child {
  margin-left: 15px;
}
#viewmyprod .modal-lg .modal-content #bottom_order2_content .left_rproddes .xtransp .container_inputs .customchk input,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .left_rproddes .xtransp .container_inputs .customchk input,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .left_rproddes .xtransp .container_inputs .customchk input,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .left_rproddes .xtransp .container_inputs .customchk input,
#viewmyprod .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .xtransp .container_inputs .customchk input,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .left_rproddes .xtransp .container_inputs .customchk input,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .xtransp .container_inputs .customchk input,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .xtransp .container_inputs .customchk input,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .left_rproddes .xtransp .container_inputs .customchk input,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .xtransp .container_inputs .customchk input,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .xtransp .container_inputs .customchk input,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .xtransp .container_inputs .customchk input,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .xtransp .container_inputs .customchk input,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .xtransp .container_inputs .customchk input,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .xtransp .container_inputs .customchk input,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .xtransp .container_inputs .customchk input,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .xtransp .container_inputs .customchk input,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .xtransp .container_inputs .customchk input,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .xtransp .container_inputs .customchk input,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .xtransp .container_inputs .customchk input,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2_content .left_rproddes .xtransp .container_inputs .customchk input,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .xtransp .container_inputs .customchk input,
#viewmyprodx1 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .xtransp .container_inputs .customchk input,
#viewmyprodx1 .modal-lg .modal-content #bottom_order4_content .left_rproddes .xtransp .container_inputs .customchk input,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .xtransp .container_inputs .customchk input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
#viewmyprod .modal-lg .modal-content #bottom_order2_content .left_rproddes .xtransp .container_inputs .checkmark,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .left_rproddes .xtransp .container_inputs .checkmark,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .left_rproddes .xtransp .container_inputs .checkmark,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .left_rproddes .xtransp .container_inputs .checkmark,
#viewmyprod .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .xtransp .container_inputs .checkmark,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .left_rproddes .xtransp .container_inputs .checkmark,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .xtransp .container_inputs .checkmark,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .xtransp .container_inputs .checkmark,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .left_rproddes .xtransp .container_inputs .checkmark,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .xtransp .container_inputs .checkmark,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .xtransp .container_inputs .checkmark,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .xtransp .container_inputs .checkmark,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .xtransp .container_inputs .checkmark,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .xtransp .container_inputs .checkmark,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .xtransp .container_inputs .checkmark,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .xtransp .container_inputs .checkmark,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .xtransp .container_inputs .checkmark,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .xtransp .container_inputs .checkmark,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .xtransp .container_inputs .checkmark,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .xtransp .container_inputs .checkmark,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2_content .left_rproddes .xtransp .container_inputs .checkmark,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .xtransp .container_inputs .checkmark,
#viewmyprodx1 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .xtransp .container_inputs .checkmark,
#viewmyprodx1 .modal-lg .modal-content #bottom_order4_content .left_rproddes .xtransp .container_inputs .checkmark,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .xtransp .container_inputs .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #eee;
}
#viewmyprod .modal-lg .modal-content #bottom_order2_content .left_rproddes .xtransp .container_inputs .customchk:hover input ~ .checkmark,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .left_rproddes .xtransp .container_inputs .customchk:hover input ~ .checkmark,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .left_rproddes .xtransp .container_inputs .customchk:hover input ~ .checkmark,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .left_rproddes .xtransp .container_inputs .customchk:hover input ~ .checkmark,
#viewmyprod .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .xtransp .container_inputs .customchk:hover input ~ .checkmark,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .left_rproddes .xtransp .container_inputs .customchk:hover input ~ .checkmark,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .xtransp .container_inputs .customchk:hover input ~ .checkmark,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .xtransp .container_inputs .customchk:hover input ~ .checkmark,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .left_rproddes .xtransp .container_inputs .customchk:hover input ~ .checkmark,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .xtransp .container_inputs .customchk:hover input ~ .checkmark,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .xtransp .container_inputs .customchk:hover input ~ .checkmark,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .xtransp .container_inputs .customchk:hover input ~ .checkmark,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .xtransp .container_inputs .customchk:hover input ~ .checkmark,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .xtransp .container_inputs .customchk:hover input ~ .checkmark,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .xtransp .container_inputs .customchk:hover input ~ .checkmark,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .xtransp .container_inputs .customchk:hover input ~ .checkmark,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .xtransp .container_inputs .customchk:hover input ~ .checkmark,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .xtransp .container_inputs .customchk:hover input ~ .checkmark,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .xtransp .container_inputs .customchk:hover input ~ .checkmark,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .xtransp .container_inputs .customchk:hover input ~ .checkmark,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2_content .left_rproddes .xtransp .container_inputs .customchk:hover input ~ .checkmark,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .xtransp .container_inputs .customchk:hover input ~ .checkmark,
#viewmyprodx1 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .xtransp .container_inputs .customchk:hover input ~ .checkmark,
#viewmyprodx1 .modal-lg .modal-content #bottom_order4_content .left_rproddes .xtransp .container_inputs .customchk:hover input ~ .checkmark,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .xtransp .container_inputs .customchk:hover input ~ .checkmark {
  border: 1px solid #FFCC19;
}
#viewmyprod .modal-lg .modal-content #bottom_order2_content .left_rproddes .xtransp .container_inputs .customchk input:checked ~ .checkmark,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .left_rproddes .xtransp .container_inputs .customchk input:checked ~ .checkmark,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .left_rproddes .xtransp .container_inputs .customchk input:checked ~ .checkmark,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .left_rproddes .xtransp .container_inputs .customchk input:checked ~ .checkmark,
#viewmyprod .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .xtransp .container_inputs .customchk input:checked ~ .checkmark,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .left_rproddes .xtransp .container_inputs .customchk input:checked ~ .checkmark,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .xtransp .container_inputs .customchk input:checked ~ .checkmark,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .xtransp .container_inputs .customchk input:checked ~ .checkmark,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .left_rproddes .xtransp .container_inputs .customchk input:checked ~ .checkmark,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .xtransp .container_inputs .customchk input:checked ~ .checkmark,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .xtransp .container_inputs .customchk input:checked ~ .checkmark,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .xtransp .container_inputs .customchk input:checked ~ .checkmark,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .xtransp .container_inputs .customchk input:checked ~ .checkmark,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .xtransp .container_inputs .customchk input:checked ~ .checkmark,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .xtransp .container_inputs .customchk input:checked ~ .checkmark,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .xtransp .container_inputs .customchk input:checked ~ .checkmark,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .xtransp .container_inputs .customchk input:checked ~ .checkmark,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .xtransp .container_inputs .customchk input:checked ~ .checkmark,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .xtransp .container_inputs .customchk input:checked ~ .checkmark,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .xtransp .container_inputs .customchk input:checked ~ .checkmark,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2_content .left_rproddes .xtransp .container_inputs .customchk input:checked ~ .checkmark,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .xtransp .container_inputs .customchk input:checked ~ .checkmark,
#viewmyprodx1 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .xtransp .container_inputs .customchk input:checked ~ .checkmark,
#viewmyprodx1 .modal-lg .modal-content #bottom_order4_content .left_rproddes .xtransp .container_inputs .customchk input:checked ~ .checkmark,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .xtransp .container_inputs .customchk input:checked ~ .checkmark {
  border: 1px solid #FFCC19;
  background-color: #199cd0;
}
#viewmyprod .modal-lg .modal-content #bottom_order2_content .left_rproddes .xtransp .container_inputs .checkmark:after,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .left_rproddes .xtransp .container_inputs .checkmark:after,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .left_rproddes .xtransp .container_inputs .checkmark:after,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .left_rproddes .xtransp .container_inputs .checkmark:after,
#viewmyprod .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .xtransp .container_inputs .checkmark:after,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .left_rproddes .xtransp .container_inputs .checkmark:after,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .xtransp .container_inputs .checkmark:after,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .xtransp .container_inputs .checkmark:after,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .left_rproddes .xtransp .container_inputs .checkmark:after,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .xtransp .container_inputs .checkmark:after,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .xtransp .container_inputs .checkmark:after,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .xtransp .container_inputs .checkmark:after,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .xtransp .container_inputs .checkmark:after,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .xtransp .container_inputs .checkmark:after,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .xtransp .container_inputs .checkmark:after,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .xtransp .container_inputs .checkmark:after,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .xtransp .container_inputs .checkmark:after,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .xtransp .container_inputs .checkmark:after,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .xtransp .container_inputs .checkmark:after,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .xtransp .container_inputs .checkmark:after,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2_content .left_rproddes .xtransp .container_inputs .checkmark:after,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .xtransp .container_inputs .checkmark:after,
#viewmyprodx1 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .xtransp .container_inputs .checkmark:after,
#viewmyprodx1 .modal-lg .modal-content #bottom_order4_content .left_rproddes .xtransp .container_inputs .checkmark:after,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .xtransp .container_inputs .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
#viewmyprod .modal-lg .modal-content #bottom_order2_content .left_rproddes .xtransp .container_inputs .customchk input:checked ~ .checkmark:after,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .left_rproddes .xtransp .container_inputs .customchk input:checked ~ .checkmark:after,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .left_rproddes .xtransp .container_inputs .customchk input:checked ~ .checkmark:after,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .left_rproddes .xtransp .container_inputs .customchk input:checked ~ .checkmark:after,
#viewmyprod .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .xtransp .container_inputs .customchk input:checked ~ .checkmark:after,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .left_rproddes .xtransp .container_inputs .customchk input:checked ~ .checkmark:after,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .xtransp .container_inputs .customchk input:checked ~ .checkmark:after,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .xtransp .container_inputs .customchk input:checked ~ .checkmark:after,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .left_rproddes .xtransp .container_inputs .customchk input:checked ~ .checkmark:after,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .xtransp .container_inputs .customchk input:checked ~ .checkmark:after,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .xtransp .container_inputs .customchk input:checked ~ .checkmark:after,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .xtransp .container_inputs .customchk input:checked ~ .checkmark:after,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .xtransp .container_inputs .customchk input:checked ~ .checkmark:after,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .xtransp .container_inputs .customchk input:checked ~ .checkmark:after,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .xtransp .container_inputs .customchk input:checked ~ .checkmark:after,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .xtransp .container_inputs .customchk input:checked ~ .checkmark:after,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .xtransp .container_inputs .customchk input:checked ~ .checkmark:after,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .xtransp .container_inputs .customchk input:checked ~ .checkmark:after,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .xtransp .container_inputs .customchk input:checked ~ .checkmark:after,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .xtransp .container_inputs .customchk input:checked ~ .checkmark:after,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2_content .left_rproddes .xtransp .container_inputs .customchk input:checked ~ .checkmark:after,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .xtransp .container_inputs .customchk input:checked ~ .checkmark:after,
#viewmyprodx1 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .xtransp .container_inputs .customchk input:checked ~ .checkmark:after,
#viewmyprodx1 .modal-lg .modal-content #bottom_order4_content .left_rproddes .xtransp .container_inputs .customchk input:checked ~ .checkmark:after,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .xtransp .container_inputs .customchk input:checked ~ .checkmark:after {
  display: block;
}
#viewmyprod .modal-lg .modal-content #bottom_order2_content .left_rproddes .xtransp .container_inputs .customchk .checkmark:after,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .left_rproddes .xtransp .container_inputs .customchk .checkmark:after,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .left_rproddes .xtransp .container_inputs .customchk .checkmark:after,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .left_rproddes .xtransp .container_inputs .customchk .checkmark:after,
#viewmyprod .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .xtransp .container_inputs .customchk .checkmark:after,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .left_rproddes .xtransp .container_inputs .customchk .checkmark:after,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .xtransp .container_inputs .customchk .checkmark:after,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .xtransp .container_inputs .customchk .checkmark:after,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .left_rproddes .xtransp .container_inputs .customchk .checkmark:after,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .xtransp .container_inputs .customchk .checkmark:after,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .xtransp .container_inputs .customchk .checkmark:after,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .xtransp .container_inputs .customchk .checkmark:after,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .xtransp .container_inputs .customchk .checkmark:after,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .xtransp .container_inputs .customchk .checkmark:after,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .xtransp .container_inputs .customchk .checkmark:after,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .left_rproddes .xtransp .container_inputs .customchk .checkmark:after,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .xtransp .container_inputs .customchk .checkmark:after,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .xtransp .container_inputs .customchk .checkmark:after,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .left_rproddes .xtransp .container_inputs .customchk .checkmark:after,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .xtransp .container_inputs .customchk .checkmark:after,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2_content .left_rproddes .xtransp .container_inputs .customchk .checkmark:after,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x_content .left_rproddes .xtransp .container_inputs .customchk .checkmark:after,
#viewmyprodx1 .modal-lg .modal-content #bottom_order3x_content .left_rproddes .xtransp .container_inputs .customchk .checkmark:after,
#viewmyprodx1 .modal-lg .modal-content #bottom_order4_content .left_rproddes .xtransp .container_inputs .customchk .checkmark:after,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x1_content .left_rproddes .xtransp .container_inputs .customchk .checkmark:after {
  left: 5px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#viewmyprod .modal-lg .modal-content #bottom_order2_content .right_rproddes,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .right_rproddes,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .right_rproddes,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .right_rproddes,
#viewmyprod .modal-lg .modal-content #bottom_order2x1_content .right_rproddes,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .right_rproddes,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .right_rproddes,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .right_rproddes,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .right_rproddes,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x1_content .right_rproddes,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .right_rproddes,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .right_rproddes,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .right_rproddes,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .right_rproddes,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x1_content .right_rproddes,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .right_rproddes,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .right_rproddes,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .right_rproddes,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .right_rproddes,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x1_content .right_rproddes,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2_content .right_rproddes,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x_content .right_rproddes,
#viewmyprodx1 .modal-lg .modal-content #bottom_order3x_content .right_rproddes,
#viewmyprodx1 .modal-lg .modal-content #bottom_order4_content .right_rproddes,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x1_content .right_rproddes {
  width: 500px;
  height: auto;
  float: left;
  margin-left: 40px;
}
#viewmyprod .modal-lg .modal-content #bottom_order2_content .right_rproddes .description_container,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .right_rproddes .description_container,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .right_rproddes .description_container,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .right_rproddes .description_container,
#viewmyprod .modal-lg .modal-content #bottom_order2x1_content .right_rproddes .description_container,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .right_rproddes .description_container,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .right_rproddes .description_container,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .right_rproddes .description_container,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .right_rproddes .description_container,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x1_content .right_rproddes .description_container,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .right_rproddes .description_container,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .right_rproddes .description_container,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .right_rproddes .description_container,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .right_rproddes .description_container,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x1_content .right_rproddes .description_container,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .right_rproddes .description_container,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .right_rproddes .description_container,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .right_rproddes .description_container,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .right_rproddes .description_container,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x1_content .right_rproddes .description_container,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2_content .right_rproddes .description_container,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x_content .right_rproddes .description_container,
#viewmyprodx1 .modal-lg .modal-content #bottom_order3x_content .right_rproddes .description_container,
#viewmyprodx1 .modal-lg .modal-content #bottom_order4_content .right_rproddes .description_container,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x1_content .right_rproddes .description_container {
  width: 100%;
  float: left;
}
#viewmyprod .modal-lg .modal-content #bottom_order2_content .right_rproddes .description_container .top_menux_part,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .right_rproddes .description_container .top_menux_part,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .right_rproddes .description_container .top_menux_part,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .right_rproddes .description_container .top_menux_part,
#viewmyprod .modal-lg .modal-content #bottom_order2x1_content .right_rproddes .description_container .top_menux_part,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .right_rproddes .description_container .top_menux_part,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .right_rproddes .description_container .top_menux_part,
#viewmyprod2 .modal-lg .modal-content #bottom_order3x_content .right_rproddes .description_container .top_menux_part,
#viewmyprod2 .modal-lg .modal-content #bottom_order4_content .right_rproddes .description_container .top_menux_part,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x1_content .right_rproddes .description_container .top_menux_part,
#viewmyprod3 .modal-lg .modal-content #bottom_order2_content .right_rproddes .description_container .top_menux_part,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x_content .right_rproddes .description_container .top_menux_part,
#viewmyprod3 .modal-lg .modal-content #bottom_order3x_content .right_rproddes .description_container .top_menux_part,
#viewmyprod3 .modal-lg .modal-content #bottom_order4_content .right_rproddes .description_container .top_menux_part,
#viewmyprod3 .modal-lg .modal-content #bottom_order2x1_content .right_rproddes .description_container .top_menux_part,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2_content .right_rproddes .description_container .top_menux_part,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x_content .right_rproddes .description_container .top_menux_part,
#viewmyprodv3 .modal-lg .modal-content #bottom_order3x_content .right_rproddes .description_container .top_menux_part,
#viewmyprodv3 .modal-lg .modal-content #bottom_order4_content .right_rproddes .description_container .top_menux_part,
#viewmyprodv3 .modal-lg .modal-content #bottom_order2x1_content .right_rproddes .description_container .top_menux_part,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2_content .right_rproddes .description_container .top_menux_part,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x_content .right_rproddes .description_container .top_menux_part,
#viewmyprodx1 .modal-lg .modal-content #bottom_order3x_content .right_rproddes .description_container .top_menux_part,
#viewmyprodx1 .modal-lg .modal-content #bottom_order4_content .right_rproddes .description_container .top_menux_part,
#viewmyprodx1 .modal-lg .modal-content #bottom_order2x1_content .right_rproddes .description_container .top_menux_part {
  width: 100%;
  float: left;
  border-bottom: 2px solid #D0D0D0;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
#viewmyprod .modal-lg .modal-content #bottom_order2_content .right_rproddes .description_container .top_menux_part .menu,
#viewmyprod .modal-lg .modal-content #bottom_order2x_content .right_rproddes .description_container .top_menux_part .menu,
#viewmyprod .modal-lg .modal-content #bottom_order3x_content .right_rproddes .description_container .top_menux_part .menu,
#viewmyprod .modal-lg .modal-content #bottom_order4_content .right_rproddes .description_container .top_menux_part .menu,
#viewmyprod .modal-lg .modal-content #bottom_order2x1_content .right_rproddes .description_container .top_menux_part .menu,
#viewmyprod2 .modal-lg .modal-content #bottom_order2_content .right_rproddes .description_container .top_menux_part .menu,
#viewmyprod2 .modal-lg .modal-content #bottom_order2x_content .right_rproddes .description_container .top_menux_part .menu,
#viewmyprod2 