/**
 * @file
 * SCSS file to generate CSS.
 *
 * - Top Header Design
 * - Left Side bar
 */

.error { color: #F00; }
select.error {
  color: #7C7C7C;
}

/* Top Header Design */
.skin-blue.sidebar-collapse .main-header .logo {
  height: 53px;
  padding: 0;
  padding-left: 20px;
  text-align: left;
  transition: .3s ease-in-out;
}
.skin-blue .main-header .navbar .nav>li>a>.label {
  height: 15px;
  width: 15px;
  padding-top: 4px;
  background-color: #E64A19 !important;
  border-radius: 10px;
}
.skin-blue .main-header .logo {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  height: 100px;
  padding: 15px 0;
  /*background-color: #0F0059;*/
  background-color: #000;
  transition: .3s ease-in-out;
}
.skin-blue.sidebar-collapse .main-header .logo img {
  height: 33px;
  width: 82px;
}
.skin-blue .main-header .logo.gif-logo {
  height: 120px;
}
.skin-blue .main-header .logo.gif-logo img {
  height: 100%;
}
.skin-blue.sidebar-collapse .main-header .logo.gif-logo {
  height: 100%;
  width: auto;
}
.skin-blue .main-header .logo:hover { background-color: transparent;}
.skin-blue .main-header .navbar-static-top {
  display: inline-block;
  width: -webkit-calc(100% - 230px);
  width:    -moz-calc(100% - 230px);
  width:         calc(100% - 230px);
  /*min-height: 53px;*/
  min-height: 50px;
  /*padding-right: 44px;*/
  background-color: #2A94D6;
  border-bottom: 4px solid #3572B0;
  vertical-align: top;
}
.skin-blue .main-header .navbar-static-top .sidebar-toggle {
  position: relative;
  float: left;
  display: inline-block;
  /*min-height: 53px;*/
  min-height: 50px;
  /*padding: 15px 22px;*/
  padding: 12px 22px;
  vertical-align: top;
}
.skin-blue .main-header .sidebar-toggle:before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-top: 19px;
  margin-left: 12px;
  font-size: 0;
  content: url('../../../../images/menu-icon.png');
}
.skin-blue .main-header .navbar-static-top .navbar-custom-menu ul li.notifications-menu a {
  position: relative;
  display: inline-block;
  width: 40px;
}
.skin-blue .main-header .navbar-static-top .navbar-custom-menu ul li.notifications-menu >a:before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  height: 26px;
  width: 27px;
  margin-top: 14px;
  background-image: url('../../../../images/notification-icon.png');
  background-repeat: no-repeat;
  background-size: 17px;
  background-position: center left 10px;
  content: '';
}
.skin-blue .main-header .navbar-static-top .navbar-custom-menu ul li.notifications-menu .dropdown-menu li a {
  display: inline-block;
  width: 100%;
  padding-top: 16px;
}
.skin-blue .main-header .navbar-static-top .navbar-custom-menu ul li.notifications-menu .dropdown-menu li a i:before {
  display: inline-block;
  margin-top: 3px;
}
.skin-blue .main-header .navbar-static-top .navbar-custom-menu ul li.notifications-menu .dropdown-menu li.footer a {
  /*padding-top: 13px;*/
  font-size: 16px;
}
.skin-blue .main-header .navbar-static-top .navbar-custom-menu ul li.notifications-menu >a >i {
  display: none;
}
.skin-blue .main-header .navbar-static-top .navbar-custom-menu ul.navbar-nav {
  display: inline-block;
  height: 100%;
  vertical-align: top;
}
.skin-blue .main-header .navbar-static-top .navbar-custom-menu ul.navbar-nav > li {
  height: 100%;
}
.skin-blue .main-header .navbar-static-top .navbar-custom-menu ul li a {
  float: left;
  display: inline-block;
  /*min-height: 53px;*/
  min-height: 50px;
  padding-top: 15px;
  padding-bottom: 12px;
}
.skin-blue .main-header .navbar-static-top .navbar-custom-menu ul li.right h4 {
  padding: 7px 10px;
  color: #FFF;
}
.skin-blue .main-header .navbar-static-top .navbar-custom-menu ul li.user-menu .dropdown-menu.user-menu-dropdown {
  height: 100vh;
  width: 240px;
  border-left: 1px solid #EDEDED;
  /*background-color: #34495e;*/
  background: #f9f9f9;
  background: -moz-linear-gradient(top, #f9f9f9 0%, #f5f5f5 5%, #f6f6f6 9%, #f3f3f3 10%, #f5f5f5 11%, #f4f4f4 17%, #f2f2f2 18%, #f3f3f3 22%, #f1f1f1 22%, #f1f1f1 28%, #efefef 29%, #efefef 34%, #ededed 34%, #eeeeee 36%, #ececec 38%, #ededed 40%, #eaeaea 43%, #eaeaea 48%, #e8e8e8 49%, #e9e9e9 51%, #e6e6e6 52%, #e8e8e8 54%, #e6e6e6 55%, #e7e7e7 56%, #e3e3e3 61%, #e4e4e4 65%, #e2e2e2 66%, #e1e1e1 72%, #dedede 75%, #dfdfdf 79%, #dcdcdc 81%, #dedede 81%, #dcdcdc 83%, #dddddd 86%, #dadada 87%, #dcdcdc 87%, #dadada 100%);
  background: -webkit-linear-gradient(top, #f9f9f9 0%,#f5f5f5 5%,#f6f6f6 9%,#f3f3f3 10%,#f5f5f5 11%,#f4f4f4 17%,#f2f2f2 18%,#f3f3f3 22%,#f1f1f1 22%,#f1f1f1 28%,#efefef 29%,#efefef 34%,#ededed 34%,#eeeeee 36%,#ececec 38%,#ededed 40%,#eaeaea 43%,#eaeaea 48%,#e8e8e8 49%,#e9e9e9 51%,#e6e6e6 52%,#e8e8e8 54%,#e6e6e6 55%,#e7e7e7 56%,#e3e3e3 61%,#e4e4e4 65%,#e2e2e2 66%,#e1e1e1 72%,#dedede 75%,#dfdfdf 79%,#dcdcdc 81%,#dedede 81%,#dcdcdc 83%,#dddddd 86%,#dadada 87%,#dcdcdc 87%,#dadada 100%);
  background: linear-gradient(to bottom, #f9f9f9 0%,#f5f5f5 5%,#f6f6f6 9%,#f3f3f3 10%,#f5f5f5 11%,#f4f4f4 17%,#f2f2f2 18%,#f3f3f3 22%,#f1f1f1 22%,#f1f1f1 28%,#efefef 29%,#efefef 34%,#ededed 34%,#eeeeee 36%,#ececec 38%,#ededed 40%,#eaeaea 43%,#eaeaea 48%,#e8e8e8 49%,#e9e9e9 51%,#e6e6e6 52%,#e8e8e8 54%,#e6e6e6 55%,#e7e7e7 56%,#e3e3e3 61%,#e4e4e4 65%,#e2e2e2 66%,#e1e1e1 72%,#dedede 75%,#dfdfdf 79%,#dcdcdc 81%,#dedede 81%,#dcdcdc 83%,#dddddd 86%,#dadada 87%,#dcdcdc 87%,#dadada 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#dadada',GradientType=0 );
}
.skin-blue .main-header .navbar-static-top .navbar-custom-menu ul li.user-menu ul .user-dropdown-menu {
  display: inline-block;
  width: 100%;
  padding: 15px 10px;
  background-color: transparent;
}
.skin-blue .main-header .navbar-static-top .navbar-custom-menu ul li.user-menu ul .user-dropdown-menu h2 {
  margin: 0;
  /*color: #FFF;*/
  font-size: 22px;
}
.skin-blue .main-header .navbar-static-top .navbar-custom-menu ul li.user-menu ul.user-menu-dropdown li.user-header {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  width: 100%;
  height: auto;
  padding: 30px 10px;
  /*background-color: transparent;*/
  border-top: 1px solid #FFF;
  align-items: center;
}
.skin-blue .main-header .navbar-static-top .navbar-custom-menu ul li.user-menu ul.user-menu-dropdown li.user-header img {
  float: left;
  height: 80px;
  width: 80px;
  margin-right: 10px;
}
.skin-blue .main-header .navbar-static-top .navbar-custom-menu ul li.user-menu ul.user-menu-dropdown li.user-body {
  /*height: 100%;*/
  border-bottom: none;
  background-color: transparent;
}
.skin-blue .main-header .navbar-static-top .navbar-custom-menu ul li.user-menu ul.user-menu-dropdown li.user-body .user-links {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}
.skin-blue .main-header .navbar-static-top .navbar-custom-menu ul li.user-menu ul.user-menu-dropdown li.user-body .user-links:last-child { margin-bottom: 0; }
.skin-blue .main-header .navbar-static-top .navbar-custom-menu ul li.user-menu ul.user-menu-dropdown li.user-body .user-links a {
  padding: 0;
  min-height: 0;
  color: #444 !important;
  font-weight: 600;
}
.skin-blue .main-header .navbar-static-top .navbar-custom-menu ul li.user-menu ul.user-menu-dropdown li.user-body .user-links a:hover {
  color: #E64A19 !important;
}
.skin-blue .main-header .navbar-static-top .navbar-custom-menu ul li.user-menu .menu-user-name {
  position: relative;
  display: inline-block;
  margin-top: 2px;
  padding: 0 10px;
  font-size: 13px;
}
.skin-blue .main-header .navbar-static-top .navbar-custom-menu ul li.user-menu .menu-user-name:after {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  height: 15px;
  width: 15px;
  margin-top: 9px;
  margin-right: -10px;
  background-image: url('../../../../images/menu-dropdown-icon.png');
  background-size: 9px;
  background-repeat: no-repeat;
  content: '';
}
.skin-blue .main-header .navbar-static-top .navbar-custom-menu ul li.user-menu .dropdown-toggle img { margin-right: 0; }
.skin-blue .main-header .navbar-static-top .navbar-custom-menu ul li.user-menu .dropdown-menu .user-footer .btn-default {
  display: inline-block;
  min-width: 110px;
  min-height: auto;
  padding: 10px 20px;
  background-color: #0F0059;
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}
.skin-blue .main-header .navbar-static-top .navbar-custom-menu ul li.user-menu .dropdown-menu .user-footer .btn-default:hover {
  background-color: #424242 !important;
}

/* Left Sidebar Design */
.skin-blue .main-sidebar {
  display: inline-block;
  height: auto;
  padding-top: 150px;
}
.skin-blue .wrapper {
  margin-bottom: 30px;
  overflow: visible !important;
}
.skin-blue .wrapper,
.skin-blue .main-sidebar,
.skin-blue .sidebar-menu > li:hover > a,
.skin-blue .sidebar-menu > li.active > a {
  /*background-color: #0F0059;*/
  background-color: #000;
}
.skin-blue .sidebar-menu > li > a,
.skin-blue .sidebar-menu > li:hover > a,
.skin-blue .sidebar-menu > li.active > a {
  border-left: none;
}
.skin-blue .sidebar-menu li {
  position: relative;
  /*border-bottom: 2px double #212876;*/
  border-bottom: 1px double #E5E5E5;
}
/*.skin-blue .sidebar-menu li.active a:after {
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  display: inline-block;
  height: 64px;
  width: 22px;
  margin-right: -22px;
  background-image: url('../../../../images/sidebar-arrow.png');
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
}*/
.skin-blue .sidebar-menu li a {
  padding-left: 10px;
  color: #FFF;
  font-size: 16px;
}
.sidebar-collapse.skin-blue .sidebar-menu li a { padding-left: 15px; }
.skin-blue .sidebar-menu li a:before {
  display: inline-block;
  height: 38px;
  width: 38px;
  margin-right: 8px;
  padding: 8px 0;
  background-color: #3CB878;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  text-align: center;
  vertical-align: top;
  content: url(../../../../images/dashboard-icon.png);
}
.skin-blue .sidebar-menu li a.maintanance-icon:before {
  background-color: #BD4037;
  content: url(../../../../images/maintanance-icon.png);
}
.skin-blue .sidebar-menu li a.modules-icon:before {
  background-color: #BDAB37;
  content: url(../../../../images/module-icon.png);
}
.skin-blue .sidebar-menu li a.packages-icon:before {
  background-color: #B83CAB;
  content: url(../../../../images/Packages-icon.png);
}
.skin-blue .sidebar-menu li a.commission-icon:before {
  background-color: #3DACB9;
  content: url(../../../../images/comission-icon.png);
}
.skin-blue .sidebar-menu li a.merchants-icon:before {
  background-color: #CA2A7C;
  content: url(../../../../images/dashboard-icon.png);
}
.skin-blue .sidebar-menu li a.frenchiesee-icon:before {
  background-color: #C37230;
  content: url(../../../../images/frenchiesee-icon.png);
}
.skin-blue .sidebar-menu li a.customer-icon:before {
  background-color: #3CB884;
  content: url(../../../../images/marketing-icon.png);
}
.skin-blue .sidebar-menu li a.admin-user-icon:before {
  background-color: #3DACB9;
  content: url(../../../../images/admin-icon.png);
}
.skin-blue .sidebar-menu li a.reports-icon:before {
  background-color: #C37230;
  content: url(../../../../images/report-icon.png);
}

.skin-blue .sidebar-menu li a.marketing-icon:before {
  background-color: #BD4037;
  content: url(../../../../images/marketing-icon.png);
}
.skin-blue .sidebar-menu li a.reservation-icon:before {
  background-color: #BDAB37;
  content: url(../../../../images/reservation-icon.png);
}
.skin-blue .sidebar-menu li a.online-order-icon:before {
  background-color: #B83CAB;
  content: url(../../../../images/online-order-icon.png);
}
.skin-blue .sidebar-menu li a.dine-in-order-icon:before {
  background-color: #3DACB9;
  content: url(../../../../images/dine-in-order-icon.png);
}
.skin-blue .sidebar-menu li a.social-listening-icon:before {
  padding: 6px 0;
  background-color: #CA2A7C;
  content: url(../../../../images/social-listening-icon.png);
}
.skin-blue .sidebar-menu li a.analytics-icon:before {
  background-color: #C37230;
  content: url(../../../../images/analytics-icon.png);
}
.skin-blue .sidebar-menu li a.system-setup-icon:before {
  padding: 6px 0;
  background-color: #3CB884;
  content: url(../../../../images/system-update-icon.png);
}
.skin-blue .sidebar-menu li a span {
  display: inline-block;
  margin-top: 8px;
}
/* Design changed of Side bar */
@media (min-width: 767px) {
  .sidebar-collapse .content-wrapper { margin-left: 70px; }
  .sidebar-collapse.skin-blue .sidebar-menu li a { font-size: 0; }
  .sidebar-collapse .main-sidebar,
  .sidebar-collapse .left-side,
  .sidebar-open .main-sidebar {
    width: 70px;
    -webkit-transform: translate(0, 0);
       -moz-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}


/*
 * Right Sidebar Design
 */

/* Breadcrumb and Date Section Design */
.breadcrumb-date-wrap {
  display: inline-block;
  width: 100%;
  padding: 10px 40px;
  border-bottom: 1px solid #EDEDED;
}
.breadcrumb-date-wrap .breadcrumb-section {
  float: left;
  display: inline-block;
}
.breadcrumb-date-wrap .breadcrumb-section .breadcrumb {
  display: inline-block;
  width: auto;
  margin-bottom: 0;
  padding: 0;
  background-color: transparent;
}
.breadcrumb-date-wrap .breadcrumb-section .breadcrumb li {
  margin-right: 4px;
}
.breadcrumb-date-wrap .breadcrumb-section .breadcrumb >li,
.breadcrumb-date-wrap .breadcrumb-section .breadcrumb li a {
  color: #7C7C7C;
}
.breadcrumb-date-wrap .breadcrumb-section .breadcrumb li a:hover { text-decoration: underline; }
.breadcrumb-date-wrap .breadcrumb-section .breadcrumb>li+li a { margin-left: 6px; }
.breadcrumb-date-wrap .breadcrumb-section .breadcrumb li.active:before { margin-right: 6px; }
.breadcrumb-date-wrap .breadcrumb-section .breadcrumb>li+li:before {
  content: '>';
}
.breadcrumb-date-wrap .date-section {
  float: right;
  display: inline-block;
  color: #4a4a4a;
}
.breadcrumb-date-wrap .date-section span {
  font-size: 12px;
}
.breadcrumb-date-wrap .date-section span.time:after {
  margin-right: 4px;
  margin-left: 8px;
  content: '|';
}

/* Design of Page Title */
.content-wrapper {
  background-color: #FFF;
}
.content-wrapper .details-wrap {
  display: inline-block;
  width: 100%;
  /*padding: 55px;*/
  padding: 8px 50px 20px;
}
.content-wrapper .details-wrap .page-title {
  display: inline-block;
  width: 100%;
  margin-bottom: 30PX;
  padding: 26px 14px;
  border: 1px solid #EDEDED;
  box-shadow: 0 3px 0 0 #EDEDED;
}
.content-wrapper .details-wrap .page-title h2 {
  margin: 0;
  color: #1C1C1C;
  font-size: 28px;
}

/* Merchant Detail Page Design */
.merchant-detail-step-wrap {
  display: inline-block;
  width: 100%;
  padding: 60px 0;
  border: 1px solid #EDEDED;
}
.merchant-detail-step-wrap .wizard .wizard-inner {
  padding: 0 80px;
}
.merchant-detail-step-wrap .wizard .nav-tabs {
  border-bottom: none;
}
.merchant-detail-step-wrap .wizard .nav-tabs li a {
  margin: 0;
  padding: 0;
  border: none;
}
.merchant-detail-step-wrap .wizard form .tab-content { padding: 0; }

/* Progressbar */
.merchant-detail-step-wrap .wizard .merchant-progress { padding: 0 80px; }
.merchant-detail-step-wrap .wizard .progress {
  position: relative;
  height: 8px;
  /*margin-right: 70px;*/
  margin-bottom: 60px;
  overflow: visible;
  background-color: #EDEDED;
  -webkit-box-shadow: inset 0 2px 5px #DDD, 0 0px 0px #DDD;
     -moz-box-shadow: inset 0 2px 5px #DDD, 0 0px 0px #DDD;
          box-shadow: inset 0 2px 5px #DDD, 0 0px 0px #DDD;
}
.merchant-detail-step-wrap .wizard .progress .progress-bar .progress-number {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  height: 23px;
  width: 23px;
  margin-top: -8px;
  -webkit-border-radius: 100%;
     -moz-border-radius: 100%;
          border-radius: 100%;
  background: #80B826;
  color: #FFF;
  font-weight: 900;
  font-size: 16px;
}
.merchant-detail-step-wrap .wizard .progress .progress-bar.progress-bar-success {
  background-color: #80B826;
}
.merchant-detail-step-wrap .wizard .progress .progress-bar .progress-1 {
  /*margin-left: -8px;*/
  z-index: 999999;
}
.merchant-detail-step-wrap .wizard .progress .progress-bar .progress-number.progress-2 {
  left: 50%;
}
.merchant-detail-step-wrap .wizard .progress .progress-bar .progress-number.progress-3 {
  left: auto;
  right: 0;
}

.merchant-detail-step-wrap .merchant-steps-diagram {
  display: inline-block;
  width: 100%;
  margin-bottom: 70px;
  /*padding-right: 70px;*/
}
.merchant-detail-step-wrap .merchant-steps-diagram .merchant-steps-diagram-grid {
  float: left;
  width: 33.33%;
}
.merchant-detail-step-wrap .merchant-steps-diagram .merchant-steps-diagram-grid.select-plan-icon {
  text-align: center;
}
.merchant-detail-step-wrap .merchant-steps-diagram .merchant-steps-diagram-grid.payment-icon {
  text-align: right;
}
.merchant-detail-step-wrap .merchant-steps-diagram .merchant-steps-diagram-grid a {
  display: inline-block;
  color: #7C7C7C;
  text-align: center;
}
.merchant-detail-step-wrap .merchant-steps-diagram .merchant-steps-diagram-grid a span {
  display: inline-block;
  margin: 10px 0;
  color: #17415F;
  font-size: 18px;
}
.merchant-detail-step-wrap .merchant-steps-diagram .merchant-steps-diagram-grid .merchant-grid {
  display: -webkit-flex;
  display:    -moz-flex;
  display:         flex;
  height: 135px;
  width: 135px;
  margin: 0 auto;
  text-align: center;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  background-color: #0F0059;
  -webkit-justify-content: center;
     -moz-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
     -moz-align-items: center;
          align-items: center;
  cursor: pointer;
}
.merchant-detail-step-wrap .merchant-steps-diagram .merchant-steps-diagram-grid.active .merchant-grid {
  background-color: #F52200;
}
.merchant-detail-step-wrap .merchant-steps-form .merchant-step-title {
  margin: 0 0 20px;
  color: #17415F;
  font-size: 28px;
}
.merchant-detail-step-wrap .merchant-steps-form .merchant-form .merchant-details-btn {
  display: inline-block;
  width: -webkit-calc(100% - 300px);
  width:    -moz-calc(100% - 300px);
  width:         calc(100% - 300px);
  margin-left: 300px;
}
.merchant-detail-step-wrap .merchant-steps-form .merchant-form .merchant-details-btn a {
  float: left;
  display: inline-block;
  width: auto;
  margin-right: 20px;
  padding: 10px 20px;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  background-color: #0F0059;
  color: #FFF;
  font-size: 16px;
  text-transform: uppercase;
}
.merchant-detail-step-wrap .merchant-steps-form .merchant-form .merchant-details-btn a:hover {
  background-color: #424242;
}
.merchant-detail-step-wrap .merchant-steps-form .merchant-form .merchant-details-btn a:last-child { margin-right: 0; }

/* Merchant Detail Step-1 */
.merchant-detail-step-wrap .merchant-step-1 {
  display: inline-block;
  width: 100%;
  padding: 0 80px;
}
.merchant-detail-step-wrap .merchant-step-1 .merchant-form {
  display: inline-block;
  width: 100%;
}
.merchant-detail-step-wrap .merchant-step-1 .merchant-form .form-group {
  display: inline-block;
  width: 100%;
}
.merchant-detail-step-wrap .merchant-step-1 .merchant-form .form-group label {
  float: left;
  display: inline-block;
  width: 300px;
  margin: 8px 0;
  color: #17415F;
  font-size: 16px;
}
.merchant-detail-step-wrap .merchant-step-1 .merchant-form .form-group label.radio-inline {
  width: 100px;
}
.merchant-detail-step-wrap .merchant-step-1 .merchant-form .form-group input[type="text"],
.merchant-detail-step-wrap .merchant-step-1 .merchant-form .form-group select {
  float: left;
  display: inline-block;
  height: 38px;
  width: -webkit-calc(100% - 370px);
  width:    -moz-calc(100% - 370px);
  width:         calc(100% - 370px);
  margin-right: 70px;
  padding: 0 12px;
  background-color: #F9F9F9;
  border: 1px solid #C7C7C7;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  color: #7C7C7C;
}
.merchant-detail-step-wrap .merchant-step-1 .merchant-form .form-group input[type="text"]:focus,
.merchant-detail-step-wrap .merchant-step-1 .merchant-form .form-group select:focus {
  outline: none;
}
.merchant-detail-step-wrap .merchant-step-1 .merchant-form .form-group.currency-input-cls {
  position: relative;
}
.merchant-detail-step-wrap .merchant-step-1 .merchant-form .form-group.currency-input-cls .fixCurrency {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 30px;
  margin-top: 8px;
}
.merchant-detail-step-wrap .merchant-step-1 .merchant-form .form-group .registreing-business-wrap {
  float: left;
  display: inline-block;
  width: -webkit-calc(100% - 370px);
  width:    -moz-calc(100% - 370px);
  width:         calc(100% - 370px);
  margin-right: 70px;
  /*padding: 50px;*/
  padding: 20px 25px;
  background-color: #F9F9F9;
  border: 1px solid #C7C7C7;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  color: #7C7C7C;
}
.merchant-detail-step-wrap .merchant-step-1 .merchant-form .form-group .registreing-business-wrap label {
  color: #7C7C7C;
  font-weight: normal;
}
.merchant-detail-step-wrap .merchant-step-1 .merchant-form .form-group .registreing-business-wrap .registreing-business-checkbox {
  float: left;
  display: inline-block;
  width: 50%;
  margin-bottom: 6px;
  font-size: 14px;
}

/* Merchant Detail Step-2 */
.merchant-detail-step-wrap .merchant-step-2 .merchant-step-title {
  padding: 0 80px;
}
.merchant-detail-step-wrap .merchant-step-2 .merchant-plan {
  display: inline-block;
  width: 100%;
}
.merchant-detail-step-wrap .merchant-step-2 .merchant-plan .get-started-wrap {
  display: inline-block;
  width: 100%;
  margin-top: 28px;
  margin-bottom: 20px;
  text-align: center;
}
.merchant-detail-step-wrap .merchant-step-2 .merchant-plan .get-started-wrap h2 {
  position: relative;
  display: inline-block;
  margin-top: 0;
  margin-bottom: 40px;
  color: #1C1C1C;
  font-size: 34px;
}
.merchant-detail-step-wrap .merchant-step-2 .merchant-plan .get-started-wrap h2:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: inline-block;
  width: 80px;
  height: 1px;
  margin-bottom: -20px;
  margin-left: -45px;
  background-color: #5575F7;
  content: '';
}
.merchant-detail-step-wrap .merchant-step-2 .merchant-plan .get-started-wrap p {
  color: #929292;
  font-size: 18px;
}
.merchant-detail-step-wrap .merchant-step-2 .merchant-plan .plan-grid-wrap {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 50px;
  padding: 0 50px;
}
.merchant-detail-step-wrap .merchant-step-2 .merchant-plan .plan-grid-wrap .plan-grid {
  /*float: left;*/
  display: inline-block;
  /*width: 33.33%;*/
  border: 1px solid #EDEDED;
  color: #1C1C1C;
  text-align: center;
}
.merchant-detail-step-wrap .merchant-step-2 .merchant-plan .plan-grid-wrap .plan-grid a {
  color: #5575F7;
}
.merchant-detail-step-wrap .merchant-step-2 .merchant-plan .plan-grid-wrap .plan-grid .plan-title-wrap {
  position: relative;
  display: inline-block;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 35px;
  border-top: 4px solid transparent;
  border-bottom: 1px solid #EDEDED;
}
/*.merchant-detail-step-wrap .merchant-step-2 .merchant-plan .plan-grid-wrap .plan-grid.recommend-plan .plan-title-wrap:before {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -4px;
  display: inline-block;
  content: url(../../../../images/recommend-plan.png);
}*/
.merchant-detail-step-wrap .merchant-step-2 .merchant-plan .plan-grid-wrap .plan-grid .plan-title-wrap .recommend-plan {
  position: absolute;
  top: 0;
  left: 0;
  height: 118px;
  width: 118px;
  margin-top: -5px;
  background-image: url('../../../../images/recommend-plan.png');
  background-repeat: no-repeat;
  background-size: contain;
  color: #FFF;
}
.merchant-detail-step-wrap .merchant-step-2 .merchant-plan .plan-grid-wrap .plan-grid .plan-title-wrap .recommend-plan span {
  display: inline-block;
  width: 100%;
      -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    transform: rotate(-45deg);
    margin-top: 38px;
    margin-left: -24px;
    text-transform: uppercase;
    font-size: 11px;
}
.merchant-detail-step-wrap .merchant-step-2 .merchant-plan .plan-grid-wrap .plan-grid .plan-title-wrap:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: inline-block;
  margin-bottom: -13px;
  content: url(../../../../images/plan-arrow-image.png);
}
.merchant-detail-step-wrap .merchant-step-2 .merchant-plan .plan-grid-wrap .plan-grid .plan-title-wrap h2 {
  position: relative;
  margin-top: 0;
  margin-bottom: 40px;
  color: #1C1C1C;
}
.merchant-detail-step-wrap .merchant-step-2 .merchant-plan .plan-grid-wrap .plan-grid .plan-title-wrap h2:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: inline-block;
  width: 60px;
  height: 1px;
  margin-bottom: -20px;
  margin-left: -30px;
  background-color: #5575F7;
  content: '';
}
.merchant-detail-step-wrap .merchant-step-2 .merchant-plan .plan-grid-wrap .plan-grid .plan-title-wrap .per-year,
.merchant-detail-step-wrap .merchant-step-2 .merchant-plan .plan-grid-wrap .plan-grid .plan-title-wrap .per-month {
  font-size: 20px;
  color: #929292;
}
.merchant-detail-step-wrap .merchant-step-2 .merchant-plan .plan-grid-wrap .plan-grid .plan-title-wrap .per-year span,
.merchant-detail-step-wrap .merchant-step-2 .merchant-plan .plan-grid-wrap .plan-grid .plan-title-wrap .per-month span {
  color: #fff;
}
.merchant-detail-step-wrap .merchant-step-2 .merchant-plan .plan-grid-wrap .plan-grid .plan-detail-wrap {
  padding: 50px 0;
}
.merchant-detail-step-wrap .merchant-step-2 .merchant-plan .plan-grid-wrap .plan-grid .plan-detail-wrap ul {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
  padding: 0 40px;
  list-style-type: none;
}
.merchant-detail-step-wrap .merchant-step-2 .merchant-plan .plan-grid-wrap .plan-grid .plan-detail-wrap ul li {
  display: inline-block;
  width: 100%;
  padding: 14px 0;
  font-size: 16px;
  border-bottom: 1px solid #EDEDED;
}
.merchant-detail-step-wrap .merchant-step-2 .merchant-plan .plan-grid-wrap .plan-grid .plan-detail-wrap ul li:last-child,
.merchant-detail-step-wrap .merchant-step-2 .merchant-plan .plan-grid-wrap .plan-grid .plan-detail-wrap ul li:nth-last-child(2) {
  border-bottom: none;
}
.merchant-detail-step-wrap .merchant-step-2 .merchant-plan .plan-grid-wrap .plan-grid .plan-detail-wrap ul li p {
  margin: 0;
}
.merchant-detail-step-wrap .merchant-step-2 .merchant-plan .plan-grid-wrap .plan-grid .plan-detail-wrap ul li span.chk-red:before,
.merchant-detail-step-wrap .merchant-step-2 .merchant-plan .plan-grid-wrap .plan-grid .plan-detail-wrap ul li span.chk-grn:before {
  display: inline-block;
  margin-right: 6px;
  content: url(../../../../images/right-icon.png);
}
.merchant-detail-step-wrap .merchant-step-2 .merchant-plan .plan-grid-wrap .plan-grid .plan-detail-wrap ul li span.chk-red:before {
  content: url(../../../../images/wrong-icon.png);
}
.merchant-detail-step-wrap .merchant-step-2 .merchant-plan .plan-grid-wrap .plan-grid .plan-detail-wrap ul li.show-more-plan {
  display: none;
  padding: 0;
}
.merchant-detail-step-wrap .merchant-step-2 .merchant-plan .plan-grid-wrap .plan-grid .plan-detail-wrap ul li ul {
  padding: 0;
}
.merchant-detail-step-wrap .merchant-step-2 .merchant-plan .plan-grid-wrap .plan-grid .plan-detail-wrap ul li ul li:nth-last-child(2) {
  border-bottom: 1px solid #EDEDED;
}
.merchant-detail-step-wrap .merchant-step-2 .merchant-plan .plan-grid-wrap .plan-grid .plan-detail-wrap ul li.selct-plan-btn span:before {
  display: none;
}
.merchant-detail-step-wrap .merchant-step-2 .merchant-plan .plan-grid-wrap .plan-grid .plan-detail-wrap ul li.show-more {
  margin-bottom: 15px;
}
.merchant-detail-step-wrap .merchant-step-2 .merchant-plan .plan-grid-wrap .plan-grid .plan-detail-wrap ul li.show-more a {
  position: relative;
  border-bottom: 1px solid #1C1C1C;
  color: #1C1C1C;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.merchant-detail-step-wrap .merchant-step-2 .merchant-plan .plan-grid-wrap .plan-grid .plan-detail-wrap ul li.show-more a:after {
  position: absolute;
  top: 0;
  right: 0;
  height: 14px;
  width: 14px;
  background-image: url(../../../../images/slider-left-arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  transform: rotate(-91deg);
  margin-top: 24px;
  margin-right: 46px;
}
.merchant-detail-step-wrap .merchant-step-2 .merchant-plan .plan-grid-wrap .plan-grid .plan-detail-wrap ul .show-more.hide-show-more a:after{
  margin-top: 30px;
  transform: rotate(91deg);
}
.merchant-detail-step-wrap .merchant-step-2 .merchant-plan .plan-grid-wrap .plan-grid .plan-detail-wrap ul li.show-more a.show-more-less { display: none; }
.merchant-detail-step-wrap .merchant-step-2 .merchant-plan .plan-grid-wrap .plan-grid .plan-detail-wrap ul .show-more.hide-show-more .show-more-link {
  display: none;
}
.merchant-detail-step-wrap .merchant-step-2 .merchant-plan .plan-grid-wrap .plan-grid .plan-detail-wrap ul .show-more.hide-show-more .show-more-less {
  display: inline-block;
}
.merchant-detail-step-wrap .merchant-step-2 .merchant-plan .plan-grid-wrap .plan-grid .plan-detail-wrap ul li.selct-plan-btn {
  position: relative;
  padding: 0;
}
.merchant-detail-step-wrap .merchant-step-2 .merchant-plan .plan-grid-wrap .plan-grid.active .plan-detail-wrap ul li.selct-plan-btn:hover .selct-plan,
.merchant-detail-step-wrap .merchant-step-2 .merchant-plan .plan-grid-wrap .plan-grid .plan-detail-wrap ul li.selct-plan-btn:hover .selct-plan {
  background-color: #424242;
  box-shadow: none;
}
.merchant-detail-step-wrap .merchant-step-2 .merchant-plan .plan-grid-wrap .plan-grid .plan-detail-wrap ul li.selct-plan-btn .input-rc {
  position: static;
  height: 0;
  width: 0;
  opacity: 0;
}
.merchant-detail-step-wrap .merchant-step-2 .merchant-plan .plan-grid-wrap .plan-grid .plan-detail-wrap ul li.selct-plan-btn .input-rc input[type='radio'] {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  margin: 0;
}
.merchant-detail-step-wrap .merchant-step-2 .merchant-plan .plan-grid-wrap .plan-grid .plan-detail-wrap ul li.selct-plan-btn .input-rc .input-rc-span { margin-top: 6px; }
.merchant-detail-step-wrap .merchant-step-2 .merchant-plan .plan-grid-wrap .plan-grid .plan-detail-wrap ul li.selct-plan-btn .selct-plan {
  display: inline-block;
  padding: 12px 34px;
  color: #FFF;
  background-color: #5575F7;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-box-shadow: inset 0px 2px 2px #405CDB, 2px -1px 0 #405CD8 inset;
     -moz-box-shadow: inset 0px 2px 2px #405CDB, 2px -1px 0 #405CD8 inset;
          box-shadow: inset 0px 2px 2px #405CDB, 2px -1px 0 #405CD8 inset;
  cursor: pointer;
}
/* Design for disable paln */
.merchant-detail-step-wrap .merchant-step-2 .merchant-plan .plan-grid-wrap .plan-grid.active::before,
.merchant-detail-step-wrap .merchant-step-2 .merchant-plan .plan-grid-wrap .plan-grid.disabled-plan::before {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 999;
  /*background-color: rgba(0, 0, 0, .2);*/
  /*cursor: not-allowed; Neeta: Allow cursor pointer; */
  cursor: pointer;
  content: '';
}

.merchant-detail-step-wrap .merchant-step-2 .merchant-plan .plan-grid-wrap .plan-grid.active .plan-title-wrap {
  background-color: #4E566A;
  border-top: 4px solid #5575F7;
  border-bottom: 1px solid #4E566A;
}
.merchant-detail-step-wrap .merchant-step-2 .merchant-plan .plan-grid-wrap .plan-grid.active .plan-title-wrap:after {
  content: url(../../../../images/plan-arrow-blue.png);
}
.merchant-detail-step-wrap .merchant-step-2 .merchant-plan .plan-grid-wrap .plan-grid.active .plan-title-wrap h2 {
  color: #FFF;
}
.merchant-detail-step-wrap .merchant-step-2 .merchant-plan .plan-grid-wrap .plan-grid.active .plan-title-wrap h2:after {
  background-color: #FFF;
}
.merchant-detail-step-wrap .merchant-step-2 .merchant-plan .plan-grid-wrap .plan-grid.active .plan-title-wrap .per-year,
.merchant-detail-step-wrap .merchant-step-2 .merchant-plan .plan-grid-wrap .plan-grid.active .plan-title-wrap .per-month {
  color: #FFF;
}
.merchant-detail-step-wrap .merchant-step-2 .merchant-plan .plan-grid-wrap .plan-grid.active .plan-title-wrap .per-year span,
.merchant-detail-step-wrap .merchant-step-2 .merchant-plan .plan-grid-wrap .plan-grid.active .plan-title-wrap .per-month span {
  color: #87BDE2;
}
.merchant-detail-step-wrap .merchant-step-2 .merchant-plan .plan-grid-wrap .plan-grid.active .plan-detail-wrap {
  background-color: #F5F5F5;
}
.merchant-detail-step-wrap .merchant-step-2 .merchant-plan .plan-grid-wrap .plan-grid.active .plan-detail-wrap ul li.selct-plan-btn .selct-plan {
  background-color: #7DBD3C;
  -webkit-box-shadow: inset 0px 2px 2px #659930, 2px -1px 0 #659930 inset;
     -moz-box-shadow: inset 0px 2px 2px #659930, 2px -1px 0 #659930 inset;
          box-shadow: inset 0px 2px 2px #659930, 2px -1px 0 #659930 inset;
}
.merchant-detail-step-wrap .merchant-step-2 .merchant-plan .plan-grid-wrap .owl-controls .owl-nav {
  margin-top: 0;
}
.merchant-detail-step-wrap .merchant-step-2 .merchant-plan .plan-grid-wrap .owl-controls .owl-nav .owl-prev,
.merchant-detail-step-wrap .merchant-step-2 .merchant-plan .plan-grid-wrap .owl-controls .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block !important;
  height: 40px;
  width: 20px;
  margin: -22px 0 0 10px;
  padding: 0;
  background-color: transparent;
  background-image: url('../../../../images/slider-left-arrow.png');
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 0;
}
.merchant-detail-step-wrap .merchant-step-2 .merchant-plan .plan-grid-wrap .owl-controls .owl-nav .owl-next {
  right: 0;
  left: auto;
  margin-right: 10px;
  margin-left: 0;
  background-image: url('../../../../images/slider-right-arrow.png');
}
.merchant-detail-step-wrap .merchant-step-2 .merchant-plan .plan-grid-wrap .owl-controls .owl-nav .owl-prev:hover,
.merchant-detail-step-wrap .merchant-step-2 .merchant-plan .plan-grid-wrap .owl-controls .owl-nav .owl-next:hover {
  background: none;
  background-image: url('../../../../images/slider-left-arrow.png');
  background-repeat: no-repeat;
  background-size: cover;
}
.merchant-detail-step-wrap .merchant-step-2 .merchant-plan .plan-grid-wrap .owl-controls .owl-nav .owl-next:hover {background: none;
  background-image: url('../../../../images/slider-right-arrow.png');
  background-repeat: no-repeat;
  background-size: cover;
}
.merchant-detail-step-wrap .merchant-step-2 .merchant-plan .plan-grid-wrap .owl-controls .owl-dots {
  margin-top: 10px;
}
.merchant-detail-step-wrap .merchant-step-2 .merchant-plan .plan-grid-wrap .owl-controls .owl-dots .owl-dot:hover span {
  background-color: #6C6C6C;
  opacity: .8;
}
.merchant-detail-step-wrap .merchant-step-2 .merchant-plan .plan-grid-wrap .owl-controls .owl-dots .owl-dot.active span {
  background-color: #000;
}
.merchant-detail-step-wrap .merchant-step-2 .merchant-plan .plan-grid-wrap .owl-controls .owl-dots .owl-dot span {
  display: inline-block;
  background-color: #6C6C6C;
}
.merchant-detail-step-wrap .merchant-step-2 .merchant-plan .plan-grid-input {
  position: absolute;
  z-index: -10;
  opacity: 0;
}

.merchant-detail-step-wrap .merchant-step-2 .merchant-plan .addon-wrap {
  display: inline-block;
  width: 100%;
  padding: 0 20px;
}
.merchant-detail-step-wrap .merchant-step-2 .merchant-plan .addon-wrap .addon-heading {
  display: inline-block;
  width: 100%;
  margin-bottom: 50px;
  color: #17415F;
  text-align: center;
}
.merchant-detail-step-wrap .merchant-step-2 .merchant-plan .addon-wrap .addon-heading h2 {
  margin: 0;
}
.merchant-detail-step-wrap .merchant-step-2 .merchant-plan .addon-wrap .addon-grid-wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
}
.merchant-detail-step-wrap .merchant-step-2 .merchant-plan .addon-wrap .addon-grid-wrap .addon-grid-wrapper {
  float: left;
  display: inline-block;
  width: -webkit-calc(25% - 34px);
  width:    -moz-calc(25% - 34px);
  width:         calc(25% - 34px);
  margin-right: 45px;
  margin-bottom: 45px;
  padding: 20px 35px 35px;
  border: 1px solid #EDEDED;
  color: #0F0059;
  text-align: center;
  -webkit-box-shadow: 0px 0px 6px #D1D1D1;
     -moz-box-shadow: 0px 0px 6px #D1D1D1;
     -ms-box-shadow: 0px 0px 6px #D1D1D1;
          box-shadow: 0px 0px 6px #D1D1D1;
}
.merchant-detail-step-wrap .merchant-step-2 .merchant-plan .addon-wrap .addon-grid-wrap .addon-grid-wrapper:nth-child(4n) {
  margin-right: 0;
}
.merchant-detail-step-wrap .merchant-step-2 .merchant-plan .addon-wrap .addon-grid-wrap .addon-grid .addon-grid-title {
  margin: 10px 0;
  font-size: 16px;
  font-weight: 600;
}
.merchant-detail-step-wrap .merchant-step-2 .merchant-plan .addon-wrap .addon-grid-wrap .addon-grid .addon-grid-price {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
}
.merchant-detail-step-wrap .merchant-step-2 .merchant-plan .addon-wrap .addon-grid-wrap .addon-grid .add-to-cart-btn {
  display: inline-block;
  padding: 6px 17px;
  background-color: #0F0059;
  color: #FFF;
  font-size: 14px;
  font-weight: 600;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
}
.merchant-detail-step-wrap .merchant-step-2 .merchant-plan .addon-wrap .addon-grid-wrap .addon-grid .add-to-cart-btn:hover,
.merchant-detail-step-wrap .merchant-step-2 .merchant-plan .addon-wrap .addon-grid-wrap .addon-grid.addon-grid-blue .add-to-cart-btn:hover,
.merchant-detail-step-wrap .merchant-step-2 .merchant-plan .addon-wrap .addon-grid-wrap .addon-grid.addon-grid-green .add-to-cart-btn:hover,
.merchant-detail-step-wrap .merchant-step-2 .merchant-plan .addon-wrap .addon-grid-wrap .addon-grid.addon-grid-grey .add-to-cart-btn:hover { background-color: #424242; }
.merchant-detail-step-wrap .merchant-step-2 .merchant-plan .addon-wrap .addon-grid-wrap .addon-grid.addon-grid-blue {
  color: #5575F7;
}
.merchant-detail-step-wrap .merchant-step-2 .merchant-plan .addon-wrap .addon-grid-wrap .addon-grid.addon-grid-blue .add-to-cart-btn {
  background-color: #5575F7;
}
.merchant-detail-step-wrap .merchant-step-2 .merchant-plan .addon-wrap .addon-grid-wrap .addon-grid.addon-grid-green {
  color: #8DCD61;
}
.merchant-detail-step-wrap .merchant-step-2 .merchant-plan .addon-wrap .addon-grid-wrap .addon-grid.addon-grid-green .add-to-cart-btn {
  background-color: #8DCD61;
}
.merchant-detail-step-wrap .merchant-step-2 .merchant-plan .addon-wrap .addon-grid-wrap .addon-grid.addon-grid-grey {
  color: #6C6C6C;
}
.merchant-detail-step-wrap .merchant-step-2 .merchant-plan .addon-wrap .addon-grid-wrap .addon-grid.addon-grid-grey .add-to-cart-btn {
  background-color: #6C6C6C;
}
.merchant-detail-step-wrap .merchant-step-2 .merchant-plan .term-cond-wrap {
  display: inline-block;
  width: 100%;
  margin: 20px 0 60px;
  padding: 0 20px;
  color: #929292;
  font-size: 18px;
}
.merchant-detail-step-wrap .merchant-step-2 .merchant-plan .term-cond-wrap input {
  margin-right: 10px;
}
.merchant-detail-step-wrap .merchant-step-2 .merchant-plan .term-cond-wrap .from-group label {
  font-weight: normal;
}
.merchant-detail-step-wrap .merchant-step-2 .merchant-plan .term-cond-wrap .read-pdf label {
  position: relative;
  font-weight: 600;
  text-decoration: underline;
}
.merchant-detail-step-wrap .merchant-step-2 .merchant-plan .term-cond-wrap .from-group .input-rc {
  /*position: static;*/
}
.merchant-detail-step-wrap .merchant-step-2 .merchant-plan .term-cond-wrap .from-group .input-rc .input-rc-span { margin-top: 2px; }
.merchant-detail-step-wrap .merchant-step-2 .merchant-plan .term-cond-wrap .read-pdf a {
  margin-left: 10px;
}
.merchant-detail-step-wrap .merchant-step-2 .merchant-form .merchant-details-btn { padding: 0 80px; }

$colors: #0F0059, #5575F7, #8DCD61, #6C6C6C;

@for $i from 1 through length($colors) {
  .addon-grid:nth-child(#{length($colors)}n+#{$i}) {
    color: lighten(nth($colors, $i), 20%);
  }
}

/* Merchant Detail Step-3 */
.merchant-detail-step-wrap .merchant-step-3 {
  display: inline-block;
  width: 100%;
  padding: 0 80px;
}
.merchant-detail-step-wrap .merchant-step-3 .cart-summary-wrap {
  display: inline-block;
  width: 100%;
  border: 1px solid #EDEDED;
}
.merchant-detail-step-wrap .merchant-step-3 .cart-summary-wrap .cart-summary-title {
  display: inline-block;
  width: 100%;
  padding: 20px 40px;
  background-color: #F8F8F8;
}
.merchant-detail-step-wrap .merchant-step-3 .cart-summary-wrap .cart-summary-title h2 {
  margin: 0;
  color: #17415F;
  font-size: 28px;
}
.merchant-detail-step-wrap .merchant-step-3 .cart-summary-wrap .cart-table {
  display: inline-block;
  width: 100%;
  margin-top: 6px;
  /*padding: 0 16px;*/
  border-top: 1px dashed #7C7C7C;
}
.merchant-detail-step-wrap .merchant-step-3 .cart-summary-wrap .cart-table .cart-item {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 10px 0;
}
.merchant-detail-step-wrap .merchant-step-3 .cart-summary-wrap .cart-table .cart-item.cart-item-head {
  border-bottom: 1px solid #EDEDED;
  font-size: 14px;
  font-weight: 600;
}
/*.merchant-detail-step-wrap .merchant-step-3 .cart-summary-wrap .cart-table .cart-item.cart-item-detail-list {
  padding-left: 50px;
}*/

.merchant-detail-step-wrap .merchant-step-3 .cart-summary-wrap .cart-table .cart-item .remove-cart-item:before,
.merchant-detail-step-wrap .merchant-step-3 .cart-summary-wrap .cart-table .cart-item .exchange-cart-item:before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  height: 16px;
  width: 16px;
  margin-top: 4px;
  margin-left: 10px;
  background-image: url('../../../../images/delete-icon.png');
  background-repeat: no-repeat;
  background-size: 100% auto;
  cursor: pointer;
  content: '';
}
.merchant-detail-step-wrap .merchant-step-3 .cart-summary-wrap .cart-table .cart-item .exchange-cart-item:before {
  /*margin-top: 6px;*/
  background-image: url('../../../../images/exchange-icon.png');
}
.merchant-detail-step-wrap .merchant-step-3 .cart-summary-wrap .cart-table .cart-item .cart-item-detail {
  float: left;
  position: relative;
  display: inline-block;
}
.merchant-detail-step-wrap .merchant-step-3 .cart-summary-wrap .cart-table .cart-item .cart-item-detail .addon-icon:before {
  display: inline-block;
  height: 25px;
  width: 25px;
  margin-right: 10px;
  background-image: url(../../../../images/padlock.png);
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
}
.merchant-detail-step-wrap .merchant-step-3 .cart-summary-wrap .cart-table .cart-item .action-icon {
  float: left;
  /*width: 55px;*/
  width: 40px;
}
.merchant-detail-step-wrap .merchant-step-3 .cart-summary-wrap .cart-table .cart-item .cart-item-detail.item {
  width: -webkit-calc(23% - 55px);
  width:    -moz-calc(23% - 55px);
  width:         calc(23% - 55px);
}
.merchant-detail-step-wrap .merchant-step-3 .cart-summary-wrap .cart-table .cart-item.cart-item-detail-list .cart-item-detail.item {
  color: #17415F;
  font-size: 16px;
  font-weight: 600;
}
.merchant-detail-step-wrap .merchant-step-3 .cart-summary-wrap .cart-table .cart-item .cart-item-detail.type {
  width: 12%;
}
.merchant-detail-step-wrap .merchant-step-3 .cart-summary-wrap .cart-table .cart-item.cart-item-detail-list .cart-item-detail.type,
.merchant-detail-step-wrap .merchant-step-3 .cart-summary-wrap .cart-table .cart-item.cart-item-detail-list .cart-item-detail.license-count {
  font-size: 14px;
}
.merchant-detail-step-wrap .merchant-step-3 .cart-summary-wrap .cart-table .cart-item.cart-item-detail-list .cart-item-detail.license-count .bootstrap-touchspin .input-group-btn:focus { outline: none; }
.merchant-detail-step-wrap .merchant-step-3 .cart-summary-wrap .cart-table .cart-item.cart-item-detail-list .cart-item-detail.license-count .bootstrap-touchspin .bootstrap-touchspin-down,
.merchant-detail-step-wrap .merchant-step-3 .cart-summary-wrap .cart-table .cart-item.cart-item-detail-list .cart-item-detail.license-count .bootstrap-touchspin .bootstrap-touchspin-up {
  float: left;
  display: inline-block;
  height: 19px;
  width: 19px;
  padding: 0;
  border: 1px solid #B6B6B6;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
  -webkit-border-radius: 100%;
     -moz-border-radius: 100%;
          border-radius: 100%;
}
.merchant-detail-step-wrap .merchant-step-3 .cart-summary-wrap .cart-table .cart-item.cart-item-detail-list .cart-item-detail.license-count input {
  float: none;
  display: inline-block;
  width: 50px;
  margin: 0 auto;
}

.merchant-detail-step-wrap .merchant-step-3 .cart-table .bootstrap-touchspin {
  display: inline-block;
  width: 74px;
}
.merchant-detail-step-wrap .merchant-step-3 .cart-table .bootstrap-touchspin input {
  float: left !important;
  display: inline-block !important;
  height: 20px !important;
  width: 34px !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 20px;
  text-align: center;
}
.merchant-detail-step-wrap .merchant-step-3 .cart-table .bootstrap-touchspin .input-group-btn {
  float: left;
  height: 20px;
  width: 20px;
  margin: 0 -1px;
}
.merchant-detail-step-wrap .merchant-step-3 .cart-table .bootstrap-touchspin .input-group-btn .btn {
  height: 100% !important;
  width: 100% !important;
  margin: 0;
  line-height: 18px;
  -webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important;
}

.merchant-detail-step-wrap .merchant-step-3 .cart-summary-wrap .cart-table .cart-item .cart-item-detail.billing-period,
.merchant-detail-step-wrap .merchant-step-3 .cart-summary-wrap .cart-table .cart-item .cart-item-detail.license-count {
  width: 10%;
  text-align: center;
}
.merchant-detail-step-wrap .merchant-step-3 .cart-summary-wrap .cart-table .cart-item.cart-item-detail-list .cart-item-detail.billing-period {
  color: #17415F;
  font-size: 16px;
}
.merchant-detail-step-wrap .merchant-step-3 .cart-summary-wrap .cart-table .cart-item .cart-item-detail.unit-price,
.merchant-detail-step-wrap .merchant-step-3 .cart-summary-wrap .cart-table .cart-item .cart-item-detail.plan-price,
.merchant-detail-step-wrap .merchant-step-3 .cart-summary-wrap .cart-table .cart-item .cart-item-detail.additional-license,
.merchant-detail-step-wrap .merchant-step-3 .cart-summary-wrap .cart-table .cart-item .cart-item-detail.to-pay {
  width: 10%;
  text-align: center;
}
.merchant-detail-step-wrap .merchant-step-3 .cart-summary-wrap .cart-table .cart-item .cart-item-detail.to-pay {
  text-align: right;
  padding-right: 27px;
}
.merchant-detail-step-wrap .merchant-step-3 .cart-summary-wrap .cart-table .cart-item.cart-item-detail-list .cart-item-detail.unit-price,
.merchant-detail-step-wrap .merchant-step-3 .cart-summary-wrap .cart-table .cart-item.cart-item-detail-list .cart-item-detail.plan-price,
.merchant-detail-step-wrap .merchant-step-3 .cart-summary-wrap .cart-table .cart-item.cart-item-detail-list .cart-item-detail.additional-license
.merchant-detail-step-wrap .merchant-step-3 .cart-summary-wrap .cart-table .cart-item.cart-item-detail-list .cart-item-detail.to-pay {
  color: #17415F;
  font-size: 16px;
}

.merchant-detail-step-wrap .merchant-step-3 .cart-summary-wrap .cart-table .add-more-btn {
  display: inline-block;
  width: 100%;
  margin-top: 20px;
  padding-left: 40px;
}
.merchant-detail-step-wrap .merchant-step-3 .cart-summary-wrap .cart-table .add-more-btn a {
  display: inline-block;
  margin-right: 20px;
  padding: 10px 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #0F0059;
  color: #FFF;
  font-size: 16px;
  text-transform: uppercase;
}
.merchant-detail-step-wrap .merchant-step-3 .cart-summary-wrap .cart-table .add-more-btn a:hover { background-color: #424242; }
.merchant-detail-step-wrap .merchant-step-3 .cart-summary-wrap .cart-table .action-wrap .action-detail ul li a.action-btn {
  display: inline-block;
  margin: 4px 0;
  padding: 0 8px;
  border: 1px solid #1C1C1C;
  border-radius: 2px;
  color: #1C1C1C;
}
.merchant-detail-step-wrap .merchant-step-3 .cart-summary-wrap .cart-table .action-wrap .action-detail ul li a.action-btn:hover {
  background-color: #3960B2;
  color: #FFF;
}
.merchant-detail-step-wrap .merchant-step-3 .cart-summary-wrap .cart-table .to-pay-wrap .to-pay-detail ul li {
  color: #17415F;
  font-size: 20px;
  padding: 11px 0;
}
.merchant-detail-step-wrap .merchant-step-3 .cart-summary-wrap .order-total-wrap {
  float: left;
  display: inline-block;
  width: 100%;
  margin-top: 40px;
  padding: 20px 40px;
  color: #17415F;
  border-top: 1px dashed #7C7C7C;
}
.merchant-detail-step-wrap .merchant-step-3 .cart-summary-wrap .order-total-wrap .order-total-text {
  float: left;
  display: inline-block;
  width: auto;
  font-size: 24px;
}
.merchant-detail-step-wrap .merchant-step-3 .cart-summary-wrap .order-total-wrap .order-total-price {
  float: right;
  display: inline-block;
  width: auto;
  font-size: 24px;
  text-align: right;
}
.merchant-detail-step-wrap .merchant-step-3 .total-amount-wrap {
  display: inline-block;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px 40px;
  background-color: #F8F8F8;
  border: 1px solid #EDEDED;
  color: #17415F;
  font-size: 24px;
}
.merchant-detail-step-wrap .merchant-step-3 .total-amount-wrap .total-amount-text {
  float: left;
  display: inline-block;
  width: auto;
}
.merchant-detail-step-wrap .merchant-step-3 .total-amount-wrap .total-amount-price {
  float: right;
  display: inline-block;
  width: auto;
  text-align: right;
}
.merchant-detail-step-wrap .merchant-step-3 .payment-tab {
  display: -webkit-flex;
  display:    -moz-flex;
  display:         flex;
  width: 100%;
  border: 1px solid #EDEDED;
}
.merchant-detail-step-wrap .merchant-step-3 .payment-tab .payment-tab-title {
  float: left;
  display: inline-block;
  width: 25%;
  border-right: 1px solid #EDEDED;
}
.merchant-detail-step-wrap .merchant-step-3 .payment-tab .payment-tab-title ul { padding-bottom: 0; }
.merchant-detail-step-wrap .merchant-step-3 .payment-tab .payment-tab-title ul li {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 0;
  border-bottom: 1px solid #EDEDED;
}
.merchant-detail-step-wrap .merchant-step-3 .payment-tab .payment-tab-title ul li:last-child { border-bottom: none; }
.merchant-detail-step-wrap .merchant-step-3 .payment-tab .payment-tab-title ul li.active {
  margin: 0;
  background-color: #F8F8F8;
}
.merchant-detail-step-wrap .merchant-step-3 .payment-tab .payment-tab-title ul li input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  display: inline-block;
  height: 0;
  width: 0;
}
.merchant-detail-step-wrap .merchant-step-3 .payment-tab .payment-tab-title ul li a {
  padding: 15px;
  background-color: transparent;
  color: #1C1C1C;
  font-size: 16px;
}
.merchant-detail-step-wrap .merchant-step-3 .payment-tab .payment-tab-title ul li a span {
  position: relative;
  padding-left: 30px;
}
.merchant-detail-step-wrap .merchant-step-3 .payment-tab .payment-tab-title ul li a span:before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  vertical-align: top;
  content: url('../../../../images/radio-btn.png');
}
.merchant-detail-step-wrap .merchant-step-3 .payment-tab .payment-tab-title ul li.active a span:before {
  content: url('../../../../images/radio-btn-filled.png');
}
.merchant-detail-step-wrap .merchant-step-3 .payment-tab .payment-tab-detail {
  float: left;
  display: inline-block;
  width: 75%;
}
.merchant-detail-step-wrap .merchant-step-3 .payment-tab .payment-tab-detail .tab-content {
  padding: 55px;
}
.merchant-detail-step-wrap .merchant-step-3 .payment-tab .payment-tab-detail .tab-content .payment-tab-details .card-list {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  text-align: right;
}
.merchant-detail-step-wrap .merchant-step-3 .payment-tab .payment-tab-detail .tab-content .payment-tab-details .card-from {
  display: inline-block;
  width: 100%;
}
.merchant-detail-step-wrap .merchant-step-3 .payment-tab .payment-tab-detail .tab-content .payment-tab-details .card-from .form-group {
  float: left;
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
}
.merchant-detail-step-wrap .merchant-step-3 .payment-tab .payment-tab-detail .tab-content .payment-tab-details .card-from .form-group label {
  display: inline-block;
  width: 100%;
  color: #17415F;
  font-size: 15px;
  font-weight: normal;
}
.merchant-detail-step-wrap .merchant-step-3 .payment-tab .payment-tab-detail .tab-content .payment-tab-details .card-from .form-group input[type='text'] {
  display: inline-block;
  height: 38px;
  width: 100%;
  padding: 0 12px;
  background-color: #F9F9F9;
  border: 1px solid #C7C7C7;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #7C7C7C;
}
.merchant-detail-step-wrap .merchant-step-3 .payment-tab .payment-tab-detail .tab-content .payment-tab-details .card-from .form-group .security-code,
.merchant-detail-step-wrap .merchant-step-3 .payment-tab .payment-tab-detail .tab-content .payment-tab-details .card-from .form-group .experince {
  float: left;
  display: inline-block;
  width: 50%;
}
.merchant-detail-step-wrap .merchant-step-3 .payment-tab .payment-tab-detail .tab-content .payment-tab-details .card-from .form-group .security-code input {
  width: 50%;
}
.merchant-detail-step-wrap .merchant-step-3 .payment-tab .payment-tab-detail .tab-content .payment-tab-details .card-from .form-group .experince select,
.merchant-detail-step-wrap .merchant-step-3 .payment-tab .payment-tab-detail .tab-content .payment-tab-details .card-from .form-group .experince input {
  float: left;
  display: inline-block;
  height: 38px;
  width: 49%;
  margin-right: 2%;
  padding: 0 12px;
  background-color: #F9F9F9;
  border: 1px solid #C7C7C7;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #7C7C7C;
}
.merchant-detail-step-wrap .merchant-step-3 .payment-tab .payment-tab-detail .tab-content .payment-tab-details .card-from .form-group .experince select:focus,
.merchant-detail-step-wrap .merchant-step-3 .payment-tab .payment-tab-detail .tab-content .payment-tab-details .card-from .form-group .experince input:focus { outline: none; }
.merchant-detail-step-wrap .merchant-step-3 .payment-tab .payment-tab-detail .tab-content .payment-tab-details .card-from .form-group .experince select:last-child,
.merchant-detail-step-wrap .merchant-step-3 .payment-tab .payment-tab-detail .tab-content .payment-tab-details .card-from .form-group .experince input:last-child { margin-right: 0; }
.merchant-detail-step-wrap .merchant-step-3 .payment-tab .payment-tab-detail .tab-content .payment-tab-details .card-from .form-group.save-card-wrap label {
  color: #929292;
  font-size: 16px;
}
.merchant-detail-step-wrap .merchant-step-3 .payment-tab .payment-tab-detail .tab-content .payment-tab-details .card-from .form-group.save-card-wrap input {
  margin-right: 10px;
}
.merchant-detail-step-wrap .merchant-step-3 .payment-tab .payment-tab-detail .tab-content .payment-tab-details .merchant-plan .merchant-details-btn {
  display: inline-block;
  width: 100%;
  text-align: right;
  margin-left: 0;
}
.merchant-detail-step-wrap .merchant-step-3 .payment-tab .payment-tab-detail .tab-content .payment-tab-details .merchant-plan .merchant-details-btn a {
  float: none;
}
.merchant-detail-step-wrap .merchant-step-3 .payment-tab .payment-tab-detail .tab-content .payment-tab-details .merchant-plan .merchant-details-btn a:last-child { margin-right: 0; }

.merchant-form  .merchant-details-btn {
  margin-top: 20px;
}

/* End 

/*
 * Responsive Design
 */


@media (max-width: 1300px) {

  /* Merchant Detail Page Design */
  .merchant-detail-step-wrap .merchant-step-1 .merchant-form .form-group input[type="text"],
  .merchant-detail-step-wrap .merchant-step-1 .merchant-form .form-group select,
  .merchant-detail-step-wrap .merchant-step-1 .merchant-form .form-group .registreing-business-wrap {
    width: -webkit-calc(100% - 300px);
    width:    -moz-calc(100% - 300px);
    width:         calc(100% - 300px);
    margin-right: 0;
    /*padding: 20px 25px;*/
  }
  .merchant-detail-step-wrap .merchant-step-1 .merchant-form .form-group.currency-input-cls .fixCurrency {
    margin-right: -15px;
  }

  /* Merchant Detail Step-2 */
  .merchant-detail-step-wrap .merchant-step-2 .merchant-plan .plan-grid-wrap .plan-grid .plan-detail-wrap ul li.selct-plan-btn .selct-plan {
    padding: 10px 25px;
  }
  /*.merchant-detail-step-wrap .merchant-step-2 .merchant-plan .plan-grid-wrap .plan-grid .plan-detail-wrap ul li.selct-plan-btn input {
    margin-right: 10px;
  }*/
  .merchant-detail-step-wrap .merchant-step-2 .merchant-plan .plan-grid-wrap .plan-grid .plan-detail-wrap ul {
    padding: 0 25px;
  }
  .merchant-detail-step-wrap .merchant-step-2 .merchant-plan .addon-wrap .addon-grid-wrap .addon-grid-wrapper {
    width: -webkit-calc(25% - 19px);
    width:    -moz-calc(25% - 19px);
    width:         calc(25% - 19px);
    margin-right: 25px;
    margin-bottom: 25px;
    padding: 20px 10px;
  }

  /* Merchant Detail Step-3 */
  .merchant-detail-step-wrap .merchant-step-3 { padding: 0 40px; }
  /*.merchant-detail-step-wrap .merchant-step-3 .payment-tab .payment-tab-title ul li { padding: 15px; }*/
  .merchant-detail-step-wrap .merchant-step-3 .payment-tab .payment-tab-detail .tab-content { padding: 20px; }
  .merchant-detail-step-wrap .merchant-step-3 .payment-tab .payment-tab-detail .tab-content .payment-tab-details .merchant-details-btn {
    width: 100%;
    margin-left: 0;
  }

  .merchant-detail-step-wrap .merchant-step-3 .payment-tab .payment-tab-title ul li a {
    padding: 10px;
    font-size: 13px;
  }
  .merchant-detail-step-wrap .merchant-step-3 .payment-tab .payment-tab-title ul li a span {
    padding-right: 22px;
  }

}

@media (max-width: 1200px) {

  /* Merchant Detail Page Design */
  .merchant-detail-step-wrap .merchant-step-1 { padding: 30px 40px; }
  .merchant-detail-step-wrap .merchant-step-1 .merchant-form .form-group label { width: 260px; }
  .merchant-detail-step-wrap .merchant-step-1 .merchant-form .form-group input[type="text"],
  .merchant-detail-step-wrap .merchant-step-1 .merchant-form .form-group select,
  .merchant-detail-step-wrap .merchant-step-1 .merchant-form .form-group .registreing-business-wrap {
    width: -webkit-calc(100% - 260px);
    width:    -moz-calc(100% - 260px);
    width:         calc(100% - 260px);
  }
  .merchant-detail-step-wrap .merchant-steps-form .merchant-form .merchant-details-btn {
    width: -webkit-calc(100% - 260px);
    width:    -moz-calc(100% - 260px);
    width:         calc(100% - 260px);
    margin-left: 260px;
  }
  .merchant-detail-step-wrap .merchant-step-1 .merchant-form .form-group .registreing-business-wrap .registreing-business-checkbox input { margin-right: 6px; }

  /* Merchant Detail Step-2 */
  .merchant-detail-step-wrap .merchant-step-2 .merchant-plan .plan-grid-wrap .plan-grid .plan-title-wrap .recommend-plan {
    height: 100px;
    width: 100px;
  }
  .merchant-detail-step-wrap .merchant-step-2 .merchant-plan .plan-grid-wrap .plan-grid .plan-title-wrap .recommend-plan span {
    margin-top: 33px;
    font-size: 9px;
    font-weight: 600;
  }
  .merchant-detail-step-wrap .merchant-step-2 .merchant-plan .plan-grid-wrap { padding: 0 25px; }
  .merchant-detail-step-wrap .merchant-step-2 .merchant-plan .plan-grid-wrap .plan-grid .plan-title-wrap {
    padding-top: 45px;
    padding-bottom: 30px;
  }
  .merchant-detail-step-wrap .merchant-step-2 .merchant-plan .plan-grid-wrap .plan-grid .plan-title-wrap h2 { font-size: 24px; }
  .merchant-detail-step-wrap .merchant-step-2 .merchant-plan .plan-grid-wrap .plan-grid .plan-title-wrap .per-year,
  .merchant-detail-step-wrap .merchant-step-2 .merchant-plan .plan-grid-wrap .plan-grid .plan-title-wrap .per-month {
    font-size: 18px;
  }
  .merchant-detail-step-wrap .merchant-step-2 .merchant-plan .plan-grid-wrap .plan-grid .plan-detail-wrap ul li { font-size: 14px; }
  .merchant-detail-step-wrap .merchant-step-2 .merchant-plan .plan-grid-wrap .owl-controls .owl-nav .owl-prev,
  .merchant-detail-step-wrap .merchant-step-2 .merchant-plan .plan-grid-wrap .owl-controls .owl-nav .owl-next {
    height: 30px;
    width: 16px;
    margin-left: 4px;
  }
  .merchant-detail-step-wrap .merchant-step-2 .merchant-plan .plan-grid-wrap .owl-controls .owl-nav .owl-next { margin-right: 4px; }

  /* Merchant Detail Step-3 */
  /*.merchant-detail-step-wrap .merchant-step-3 .cart-summary-wrap .cart-table .cart-wrap.item-wrap { width: 50%; }
  .merchant-detail-step-wrap .merchant-step-3 .cart-summary-wrap .cart-table .cart-wrap.action-wrap { width: 20%; }
  .merchant-detail-step-wrap .merchant-step-3 .cart-summary-wrap .cart-table .cart-wrap.to-pay-wrap { width: 30%; }
  .merchant-detail-step-wrap .merchant-step-3 .payment-tab {
    display: inline-block;
  }
  .merchant-detail-step-wrap .merchant-step-3 .payment-tab .payment-tab-title,
  .merchant-detail-step-wrap .merchant-step-3 .payment-tab .payment-tab-detail {
    width: 100%;
  }
  .merchant-detail-step-wrap .merchant-step-3 .payment-tab .payment-tab-title ul li:last-child {
    border-bottom: 1px solid #EDEDED;
  }

  .merchant-detail-step-wrap .merchant-step-3 .cart-summary-wrap .cart-table .cart-item .cart-item-detail.to-pay { padding-right: 0; }
  .merchant-detail-step-wrap .merchant-step-3 .cart-summary-wrap .cart-table .cart-item.cart-item-head {
    display: none;
  }
  .merchant-detail-step-wrap .merchant-step-3 .cart-summary-wrap .cart-table .cart-item.cart-item-detail-list {
    border-bottom: 1px solid #EDEDED;
  }
  .merchant-detail-step-wrap .merchant-step-3 .cart-summary-wrap .cart-table .cart-item.cart-item-detail-list .cart-item-detail {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }*/
  .merchant-detail-step-wrap .merchant-step-3 .cart-summary-wrap .cart-table { overflow: auto; }
  .merchant-detail-step-wrap .merchant-step-3 .cart-summary-wrap .cart-table .cart-table-responsive {
    display: inline-block;
    width: 772px;
  }
  .merchant-detail-step-wrap .merchant-step-3 .cart-summary-wrap .cart-table .add-more-btn { margin-bottom: 15px; }

}

@media (min-width: 992px) and (max-width: 1200px) {
  
  /* Merchant Detail Step-2 */
  .merchant-detail-step-wrap .merchant-step-2 .merchant-plan .addon-wrap .addon-grid-wrap .addon-grid .addon-grid-title,
  .merchant-detail-step-wrap .merchant-step-2 .merchant-plan .addon-wrap .addon-grid-wrap .addon-grid .addon-grid-price {
    font-size: 14px;
  }

}

@media (max-width: 992px) {

  /* Design of Page Title */
  .content-wrapper .details-wrap { padding: 30px; }

  /* User menu */
  .skin-blue .main-header .navbar-static-top .navbar-custom-menu ul li.user-menu .dropdown-menu {
    right: 0;
  }
  .skin-blue .main-header .navbar-static-top .navbar-custom-menu ul li.user-menu ul.user-menu-dropdown li.user-body .user-links a { background-color: transparent !important; }

  /* Merchant Detail Page Design */
  .merchant-detail-step-wrap .merchant-step-1 .merchant-form .form-group label,
  .merchant-detail-step-wrap .merchant-step-1 .merchant-form .form-group input[type="text"],
  .merchant-detail-step-wrap .merchant-step-1 .merchant-form .form-group select,
  .merchant-detail-step-wrap .merchant-step-1 .merchant-form .form-group .registreing-business-wrap,
  .merchant-detail-step-wrap .merchant-steps-form .merchant-form .merchant-details-btn {
    width: 100%;
  }
  .merchant-detail-step-wrap .merchant-steps-form .merchant-form .merchant-details-btn {
    margin-left: 0;
  }
  .merchant-detail-step-wrap .merchant-step-2 .merchant-form .merchant-details-btn {
    padding: 0 20px;
  }
  .merchant-detail-step-wrap .merchant-step-1 .merchant-form .form-group.currency-input-cls .fixCurrency {
    margin-top: 45px;
  }

  /* Merchant Detail Step-2 */
  .merchant-detail-step-wrap .merchant-step-2 .merchant-plan .plan-grid-wrap .plan-grid .plan-detail-wrap { padding: 20px 0 30px; }
  .merchant-detail-step-wrap .merchant-step-2 .merchant-plan .plan-grid-wrap .plan-grid .plan-detail-wrap ul { padding: 0 15px; }
  .merchant-detail-step-wrap .wizard .wizard-inner,
  .merchant-detail-step-wrap .wizard .merchant-progress { padding: 0 40px; }
  .merchant-detail-step-wrap .merchant-step-2 .merchant-plan .get-started-wrap {
    padding: 0 20px;
  }
  .merchant-detail-step-wrap .merchant-step-2 .merchant-step-title { padding: 0 40px; }

  /* Merchant Detail Step-3 */
  .merchant-detail-step-wrap .merchant-step-3 { padding: 0 40px; }
  .merchant-detail-step-wrap .merchant-step-3 .responsive-cart {
    display: inline-block;
    width: 100%;
    /*overflow-x: auto;*/
  }
  /*.merchant-detail-step-wrap .merchant-step-3 .cart-summary-wrap { min-width: 568px; }*/
  .merchant-detail-step-wrap .merchant-step-3 .payment-tab .payment-tab-title ul li { margin: 0; }
  /*.merchant-detail-step-wrap .merchant-step-3 .cart-summary-wrap .cart-table .cart-item.cart-item-detail-list { padding-left: 0; }*/
  .merchant-detail-step-wrap .merchant-step-3 .payment-tab .payment-tab-detail .tab-content .payment-tab-details .card-from .form-group .security-code,
  .merchant-detail-step-wrap .merchant-step-3 .payment-tab .payment-tab-detail .tab-content .payment-tab-details .card-from .form-group .security-code input,
  .merchant-detail-step-wrap .merchant-step-3 .payment-tab .payment-tab-detail .tab-content .payment-tab-details .card-from .form-group .experince {
    width: 100%;
  }
  /*.merchant-detail-step-wrap .merchant-step-3 .cart-summary-wrap .cart-table .add-more-btn {
    padding-left: 0;
    text-align: center;
  }*/
  .merchant-detail-step-wrap .merchant-steps-diagram .merchant-steps-diagram-grid.payment-icon,
  .merchant-detail-step-wrap .merchant-steps-diagram .merchant-steps-diagram-grid {
    text-align: center;
  }
  .merchant-detail-step-wrap .merchant-steps-diagram { margin-bottom: 0; }
  .merchant-detail-step-wrap .wizard .progress { margin-bottom: 20px; }

}

@media (min-width: 480px) and (max-width: 992px) {
  .merchant-detail-step-wrap .merchant-steps-diagram .merchant-steps-diagram-grid .merchant-grid {
    height: 90px;
    width: 90px;
  }
  .merchant-detail-step-wrap .merchant-steps-diagram .merchant-steps-diagram-grid .merchant-grid img {
    height: 40px;
    width: 40px;
  }
  .merchant-detail-step-wrap .merchant-steps-diagram .merchant-steps-diagram-grid a span {
    font-size: 15px;
  }

}

@media (min-width: 768px) and (max-width: 992px) {

  /* Top Header Design */
  .skin-blue .main-header .navbar-static-top .navbar-custom-menu ul li a { padding: 15px 12px; }

  /* Merchant Detail Step-2 */
  .merchant-detail-step-wrap .merchant-step-2 .merchant-plan .addon-wrap .addon-grid-wrap .addon-grid-wrapper {
    width: -webkit-calc(50% - 13px);
    width:    -moz-calc(50% - 13px);
    width:         calc(50% - 13px);
  }
  .merchant-detail-step-wrap .merchant-step-2 .merchant-plan .addon-wrap .addon-grid-wrap .addon-grid-wrapper:nth-child(2n) {
    margin-right: 0;
  }

}

@media (max-width: 767px) {

  .content-wrapper .details-wrap { padding: 15px; }

  /* Top Header Design */
  .skin-blue .main-header .logo { display: block; }
  .skin-blue .main-header .navbar-static-top {
    float: left;
    width: 100%;
  }

  /* Left Sidebar Design */
  .skin-blue .sidebar-menu { padding-top: 120px; }

  /* Merchant Detail Step-2 */
  .merchant-detail-step-wrap .merchant-step-2 .merchant-plan .addon-wrap .addon-grid-wrap .addon-grid-wrapper {
    width: -webkit-calc(33.33% - 17px);
    width:    -moz-calc(33.33% - 17px);
    width:         calc(33.33% - 17px);
  }
  .merchant-detail-step-wrap .merchant-step-2 .merchant-plan .addon-wrap .addon-grid-wrap .addon-grid-wrapper:nth-child(2n) {
    margin-right: 25px;
  }
  .merchant-detail-step-wrap .merchant-step-2 .merchant-plan .addon-wrap .addon-grid-wrap .addon-grid-wrapper:nth-child(3n) { margin-right: 0; }
  .merchant-detail-step-wrap .merchant-step-2 .merchant-plan .plan-grid-wrap .plan-grid .plan-detail-wrap ul li {
    padding: 8px 0;
  }
  .merchant-detail-step-wrap .merchant-step-2 .merchant-plan .plan-grid-wrap .plan-grid .plan-title-wrap h2:after {
    margin-bottom: -10px;
  }
  .merchant-detail-step-wrap .merchant-step-2 .merchant-plan .plan-grid-wrap .plan-grid .plan-title-wrap h2 {
    margin-bottom: 20px;
  }
  .merchant-detail-step-wrap .merchant-step-2 .merchant-plan .plan-grid-wrap .owl-controls .owl-nav .owl-prev,
  .merchant-detail-step-wrap .merchant-step-2 .merchant-plan .plan-grid-wrap .owl-controls .owl-nav .owl-next {
    display: inline-block !important;
  }

}

@media (max-width: 640px) {

  .breadcrumb-date-wrap { padding: 10px 20px; }
  .breadcrumb-date-wrap .breadcrumb-section {
    width: 100%;
    margin-bottom: 10px;
  }
  .breadcrumb-date-wrap .date-section {
    float: left;
    width: 100%;
  }

  /* Merchant Detail Step-2 */
  .merchant-detail-step-wrap .merchant-step-2 .merchant-plan .plan-grid-wrap .plan-grid .plan-title-wrap .recommend-plan {
    height: 80px;
    width: 80px;
  }
  .merchant-detail-step-wrap .merchant-step-2 .merchant-plan .plan-grid-wrap .plan-grid .plan-title-wrap .recommend-plan span {
    margin-top: 28px;
    margin-left: -16px;
    font-size: 7px;
  }
  .merchant-detail-step-wrap .merchant-step-2 .merchant-plan .addon-wrap { padding: 0 10px; }
  .merchant-detail-step-wrap .merchant-step-2 .merchant-plan .addon-wrap .addon-grid-wrap .addon-grid-wrapper {
    width: -webkit-calc(50% - 8px);
    width:    -moz-calc(50% - 8px);
    width:         calc(50% - 8px);
    margin-right: 15px;
    margin-bottom: 15px;
  }
  .merchant-detail-step-wrap .merchant-step-2 .merchant-plan .addon-wrap .addon-grid-wrap .addon-grid-wrapper:nth-child(3n) { margin-right: 15px; }
  .merchant-detail-step-wrap .merchant-step-2 .merchant-plan .addon-wrap .addon-grid-wrap .addon-grid-wrapper:nth-child(2n) { margin-right: 0; }
  .merchant-detail-step-wrap .merchant-step-2 .merchant-plan .addon-wrap .addon-grid-wrap .addon-grid .addon-grid-title {
    margin: 5px 0 0;
  }
  .merchant-detail-step-wrap .merchant-step-2 .merchant-plan .addon-wrap .addon-grid-wrap .addon-grid .addon-grid-price {
    margin-bottom: 5px;
  }
  .merchant-detail-step-wrap .merchant-step-2 .merchant-plan .addon-wrap .addon-grid-wrap .addon-grid .add-to-cart-btn {
    padding: 5px 8px;
    font-size: 10px;
  }
  .merchant-detail-step-wrap .merchant-step-2 .merchant-plan .plan-grid-wrap .plan-grid .plan-title-wrap h2 { font-size: 22px; }
  .merchant-detail-step-wrap .merchant-step-2 .merchant-plan .plan-grid-wrap { padding: 30px; }

  /* Merchant Detail Step-3 */
  .merchant-detail-step-wrap .merchant-step-3 .cart-summary-wrap .cart-summary-title h2 { font-size: 22px; }

  .merchant-detail-step-wrap .merchant-step-3 .cart-summary-wrap .order-total-wrap .order-total-text,
  .merchant-detail-step-wrap .merchant-step-3 .cart-summary-wrap .order-total-wrap .order-total-price {
    /*width: 100%;
    text-align: center;*/
  }
  .merchant-detail-step-wrap .merchant-step-3 .payment-tab {
    display: inline-block;
    width: 100%;
  }
  .merchant-detail-step-wrap .merchant-step-3 .payment-tab .payment-tab-title { width: 100%; }
  .merchant-detail-step-wrap .merchant-step-3 .payment-tab .payment-tab-detail { width: 100%; }
  .merchant-detail-step-wrap .merchant-step-3 .payment-tab .payment-tab-title ul li a { padding: 10px; }


}

@media (max-width: 480px) {

  /* Merchant Detail Page Design */
  .merchant-detail-step-wrap .merchant-step-1 .merchant-form .form-group .registreing-business-wrap .registreing-business-checkbox {
    width: 100%;
  }
  .merchant-detail-step-wrap .merchant-steps-form .merchant-form .merchant-details-btn a {
    margin-right: 10px;
    padding: 10px 16px;
  }

  .merchant-detail-step-wrap .wizard .wizard-inner,
  .merchant-detail-step-wrap .wizard .merchant-progress,
  .merchant-detail-step-wrap .merchant-step-2 .merchant-step-title {
    padding: 0 20px;
  }
  /*.merchant-detail-step-wrap .merchant-steps-diagram .merchant-steps-diagram-grid,
  .merchant-detail-step-wrap .merchant-steps-diagram .merchant-steps-diagram-grid.payment-icon {
    width: 100%;
    text-align: center;
  }*/
  .merchant-detail-step-wrap .merchant-steps-diagram .merchant-steps-diagram-grid .merchant-grid {
    height: 70px;
    width: 70px;
  }
  .merchant-detail-step-wrap .merchant-steps-diagram .merchant-steps-diagram-grid .merchant-grid img {
    height: 33px;
    width: 33px;
  }
  .merchant-detail-step-wrap .merchant-steps-diagram .merchant-steps-diagram-grid a span {
    font-size: 11px;
  }
  .merchant-detail-step-wrap .merchant-steps-diagram {
    margin-bottom: 0;
  }
  .merchant-detail-step-wrap .wizard .progress {
    margin-bottom: 20px;
  }

  /* Merchant Detail Step-1 */
  .merchant-detail-step-wrap .merchant-step-1 { padding: 30px 20px; }
  .merchant-detail-step-wrap .merchant-step-1 .merchant-form .form-group .registreing-business-wrap { padding: 10px; }
  
  /* Merchant Detail Step-2 */
  .merchant-detail-step-wrap .merchant-step-2 .merchant-plan .get-started-wrap h2 {
    font-size: 26px;
  }
  .merchant-detail-step-wrap .merchant-step-2 .merchant-plan .plan-grid-wrap .plan-grid .plan-detail-wrap ul {
    padding: 0 12px;
  }
  .merchant-detail-step-wrap .merchant-step-2 .merchant-plan .plan-grid-wrap .plan-grid .plan-title-wrap {
    padding-top: 15px;
    padding-bottom: 10px;
  }
  .merchant-detail-step-wrap .merchant-step-2 .merchant-plan .plan-grid-wrap .plan-grid .plan-title-wrap .per-year,
  .merchant-detail-step-wrap .merchant-step-2 .merchant-plan .plan-grid-wrap .plan-grid .plan-title-wrap .per-month {
    font-size: 16px;
  }
  .merchant-detail-step-wrap .merchant-step-2 .merchant-plan .plan-grid-wrap .plan-grid .plan-detail-wrap ul li.selct-plan-btn .selct-plan { padding: 12px 15px; }
  .merchant-detail-step-wrap .merchant-step-2 .merchant-plan .addon-wrap .addon-grid-wrap .addon-grid-wrapper .addon-grid img {
    height: 40px;
    width: 40px;
  }
  .merchant-detail-step-wrap .merchant-steps-diagram .merchant-steps-diagram-grid.select-plan-icon img,
  .merchant-detail-step-wrap .merchant-steps-diagram .merchant-steps-diagram-grid.payment-icon img {
    height: 28px;
    width: 28px;
  }
  .merchant-detail-step-wrap .merchant-step-2 .merchant-plan .addon-wrap .addon-grid-wrap .addon-grid .addon-grid-title,
  .merchant-detail-step-wrap .merchant-step-2 .merchant-plan .addon-wrap .addon-grid-wrap .addon-grid .addon-grid-price { font-size: 14px; }
  .merchant-detail-step-wrap .merchant-step-3 .cart-summary-wrap .order-total-wrap {
    padding-right: 15px;
    padding-left: 15px;
  }
  .merchant-detail-step-wrap .merchant-step-3 .cart-summary-wrap .order-total-wrap .order-total-text,
  .merchant-detail-step-wrap .merchant-step-3 .cart-summary-wrap .order-total-wrap .order-total-price {
    font-size: 16px;
  }

  /* Merchant Detail Step-3 */
  .merchant-detail-step-wrap .merchant-step-3 { padding: 0 15px; }
  .merchant-detail-step-wrap .merchant-step-3 .total-amount-wrap {
    padding: 20px;
    font-size: 16px;
  }
  .merchant-detail-step-wrap .merchant-step-3 .total-amount-wrap .total-amount-text,
  .merchant-detail-step-wrap .merchant-step-3 .total-amount-wrap .total-amount-price { width: auto; }
  .merchant-detail-step-wrap .merchant-step-3 .total-amount-wrap .total-amount-price {
    float: right;
  }
  .merchant-detail-step-wrap .merchant-step-3 .total-amount-wrap .total-amount-text {
    margin-right: 15px;
  }

  .merchant-detail-step-wrap .merchant-step-3 .payment-tab .payment-tab-detail .tab-content .payment-tab-details .card-from .form-group .security-code { margin-bottom: 30px; }
  .merchant-detail-step-wrap .merchant-step-3 .payment-tab .payment-tab-detail .tab-content .payment-tab-details .card-from .form-group .security-code input { width: 100%; }
  .merchant-detail-step-wrap .merchant-step-3 .payment-tab .payment-tab-detail .tab-content .payment-tab-details .card-from .form-group .experince select {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .merchant-detail-step-wrap .merchant-step-3 .payment-tab .payment-tab-detail .tab-content .payment-tab-details .card-list { text-align: left; }
  .merchant-detail-step-wrap .merchant-step-3 .payment-tab .payment-tab-detail .tab-content .payment-tab-details .card-list img { margin-bottom: 10px; }
  .merchant-detail-step-wrap .merchant-step-3 .payment-tab .payment-tab-detail .tab-content .payment-tab-details .merchant-plan .merchant-details-btn a {
    width: 90px;
    margin-right: 10px;
    padding: 10px 16px;
    font-size: 14px;
    text-align: center;
  }

}

@media (max-width: 540px) {

  /* Left Sidebar Design */
  .skin-blue .sidebar-menu { padding-top: 200px; } 
}

@media (max-width: 380px) {

  /* Merchant Detail Step-2 */
  /*.merchant-detail-step-wrap .merchant-step-2 .merchant-plan .addon-wrap .addon-grid-wrap .addon-grid-wrapper {
    width: 100%;
    margin-right: 0;
  }
  .merchant-detail-step-wrap .merchant-step-2 .merchant-plan .addon-wrap .addon-grid-wrap .addon-grid-wrapper:nth-child(3n) { margin-right: 0; }*/

}

/* Sass -- Temporary CSS */
body section.content {
  padding: 0;
}

/* dineinordersbilling/invoice/320 - edit page */
/*.benifit__grid .detail-row .detail-title {*/
.maintenanc-view-wrap .order-detail-wrap .order-sub-detail-wrap .order-detail-grid.benifit__grid .detail-row .detail-title {
  width: 110px;
}
.maintenanc-view-wrap .order-detail-wrap .order-sub-detail-wrap .order-detail-grid.benifit__grid .detail-row .detail-name {
  width: -webkit-calc(100% - 110px);
  width: -moz-calc(100% - 110px);
  width: calc(100% - 110px);
}
.benifit__grid .detail-row .detail-name input {
  float: left;
  width: -webkit-calc(100% - 45px);
  width: -moz-calc(100% - 45px);
  width: calc(100% - 45px);
}
.benifit__grid .detail-row .detail-name span {
  float: left;
  width: 45px;
  padding-top: 8px;
  text-align: right;
}

/*
 * Pay page design
 */

/* Top Section */
.op-pay-page {
  padding: 30px;
}
.op-pay-page .headerSection {
  display: inline-block;
  width: 100%;
}
.op-pay-page .headerSection .op-pay-grid {
  float: left;
  width: -webkit-calc(50% - 20px);
  width: -moz-calc(50% - 20px);
  width: calc(50% - 20px);
  margin-right: 40px;
}
.op-pay-page .headerSection .op-pay-grid:last-child {
  margin-right: 0;
}
.op-pay-page .headerSection .op-pay-grid .form-group {
  display: inline-block;
  width: 100%;
}
.op-pay-page .headerSection .op-pay-grid .form-group label {
  float: left;
  width: 120px;
  padding-top: 8px;
}
.op-pay-page .headerSection .op-pay-grid .form-group input {
  float: left;
  width: -webkit-calc(100% - 120px);
  width: -moz-calc(100% - 120px);
  width: calc(100% - 120px);
}
@media (max-width: 1200px) {
  .op-pay-page .headerSection .op-pay-grid {
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 1200px) {
  .op-pay-page .headerSection .op-pay-grid .form-group label {
    width: 100%;
  }
  .op-pay-page .headerSection .op-pay-grid .form-group input {
    width: 100%;
  }
}
/* End */

/* Bottom Section */
.op-pay-page .paymentMethodWrap {
  display: inline-block;
  width: 100%;
}
.op-pay-page .paymentMethodWrap .tab {
  height: auto !important;
  margin-right: -1px;
  background-color: transparent;
  border: 1px solid #EDEDED;
}
.op-pay-page .paymentMethodWrap .tab a {
  padding: 15px;
  color: #1C1C1C;
  border-bottom: 1px solid #EDEDED;
}
.op-pay-page .paymentMethodWrap .tab a:last-child {
  border-bottom: none;
}
.op-pay-page .paymentMethodWrap .tab a:hover {
  background-color: transparent;
}
.op-pay-page .paymentMethodWrap .tab a.active {
  background-color: #F8F8F8;
}
.op-pay-page .paymentMethodWrap .tab-details .tabcontent {
  height: auto !important;
  padding: 30px;
  border: 1px solid #EDEDED;
}
.op-pay-page .paymentMethodWrap .tab-details .tabcontent h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  text-align: center;
}
.op-pay-page .paymentMethodWrap .tab-details .tabcontent .paymentMethodDetails {
  display: inline-block;
  width: 100%;
}
.op-pay-page .paymentMethodWrap .tab-details .tabcontent .paymentMethodDetails .form-group {
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
}
.op-pay-page .paymentMethodWrap .tab-details .tabcontent .paymentMethodDetails .form-group label,
.op-pay-page .paymentMethodWrap .tab-details .tabcontent .paymentMethodDetails .form-group input {
  float: left;
  width: 100%;
}
.op-pay-page .paymentMethodWrap .tab-details .tabcontent .paymentMethodDetails .blue-btn {
  margin: 25px 0 0;
}
.op-pay-page .paymentMethodWrap .tab-details .tabcontent .paymentMethodDetails .blue-btn a {
  display: inline-block;
  width: auto;
  margin: 0;
  padding: 10px 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #0F0059;
  color: #FFF;
  font-size: 16px;
  text-transform: uppercase;
}
.op-pay-page .paymentMethodWrap .tab-details .tabcontent .paymentMethodDetails .form-group .security-code,
.op-pay-page .paymentMethodWrap .tab-details .tabcontent .paymentMethodDetails .form-group .experince {
  float: left;
  display: inline-block;
  width: 50%;
}
.op-pay-page .paymentMethodWrap .tab-details .tabcontent .paymentMethodDetails .form-group .security-code input {
  width: 50%;
}
.op-pay-page .paymentMethodWrap .tab-details .tabcontent .paymentMethodDetails .form-group .experince input {
  float: left;
  display: inline-block;
  height: 38px;
  width: 49%;
  margin-right: 2%;
  padding: 0 12px;
  background-color: #F9F9F9;
  border: 1px solid #C7C7C7;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #7C7C7C;
}
.op-pay-page .paymentMethodWrap .tab-details .tabcontent .paymentMethodDetails .form-group .experince input:last-child {
  margin-right: 0;
}
@media (max-width: 992px) {
  .op-pay-page .paymentMethodWrap .tab-details .tabcontent .paymentMethodDetails .form-group .security-code,
  .op-pay-page .paymentMethodWrap .tab-details .tabcontent .paymentMethodDetails .form-group .experince,
  .op-pay-page .paymentMethodWrap .tab-details .tabcontent .paymentMethodDetails .form-group .security-code input {
    width: 100%;
  }
  .op-pay-page .paymentMethodWrap .tab-details .tabcontent .paymentMethodDetails .form-group .security-code input {
    margin-bottom: 15px;
  }

  .op-pay-page .paymentMethodWrap .tab,
  .op-pay-page .paymentMethodWrap .tab-details .tabcontent {
    width: 100%;
  }
  .op-pay-page .paymentMethodWrap .tab-details .tabcontent {
    padding: 20px;
  }
}

