@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Medium.eot');
    src: url('../fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Medium.woff') format('woff'),
        url('../fonts/Montserrat-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular.eot');
    src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Regular.woff') format('woff'),
        url('../fonts/Montserrat-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Bold.eot');
    src: url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Bold.woff') format('woff'),
        url('../fonts/Montserrat-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Light.eot');
    src: url('../fonts/Montserrat-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Light.woff') format('woff'),
        url('../fonts/Montserrat-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-SemiBold.eot');
    src: url('../fonts/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-SemiBold.woff') format('woff'),
        url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Kalam';
    src: url('../fonts/Kalam-Bold.eot');
    src: url('../fonts/Kalam-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Kalam-Bold.woff') format('woff'),
        url('../fonts/Kalam-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Kalam';
    src: url('../fonts/Kalam-Regular.eot');
    src: url('../fonts/Kalam-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Kalam-Regular.woff') format('woff'),
        url('../fonts/Kalam-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'icomoon';
    src:  url('../fonts/icomoon.eot?r7ixbi');
    src:  url('../fonts/icomoon.eot?r7ixbi#iefix') format('embedded-opentype'),
      url('../fonts/icomoon.ttf?r7ixbi') format('truetype'),
      url('../fonts/icomoon.woff?r7ixbi') format('woff'),
      url('../fonts/icomoon.svg?r7ixbi#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
  }
  
  [class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
  
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .icon-check:before {
    content: "\e901";
  }
  .icon-tick:before {
    content: "\e900";
  }
  

body {
    background-color: #f6f3f3;
    font-family: 'Montserrat', sans-serif !important;
    width: 100%;
    height: 100%;
    font-weight: 400;
}
.container{
    max-width: 1170px;
    width: 100%;
}

body h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
	font-family: 'Montserrat', sans-serif !important;
}

.row-20 {
    margin-right: -10px;
    margin-left: -10px;
}

.row-20 [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}

.form-control {
    border: 1px solid #c4c7c8;
    min-height: 44px;
    line-height: 44px;
    color: #222222;
    box-shadow: none;
}

.form-control.focus {
    border: 1px solid #17a2c7;
}

.form-control.error {
    border-color: #c53b39;
}

.form-group.error label {
    color: #c53b39;
}

#order-standard_cart .form-control:focus {
    border: 1px solid #17a2c7;
    outline: none;
    box-shadow: none;
}

.form-group.focuse_input label {
    color: #17a2c7;
}

.error_text {
    font-size: 13px;
    color: #b80d0a;
    font-weight: 500;
    line-height: 20px;
    margin-top: 4px;
    ;
}

.custom_select select {
    outline: none;
    cursor: pointer;
    border: none;
    width: 100%;
    background-color: transparent;
    background: url(../images/down-arrow.png) no-repeat;
    border: 1px solid #c4c7c8;
    background-position: 96% 18px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0px 14px;
    background-size: 12px;
    font-size: 14px;
}

.custom_select.country {
    background: url(../images/down-arrow.png) no-repeat 96% 18px, url(../images/flag_img.png) no-repeat 12px 15px #fff;
}

.custom_select.country select {
   /* padding: 0 14px 0 42px; */
}

.ch-checkbox {
    display: inline-block;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.ch-checkbox * {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.ch-checkbox input[type="checkbox"],
.ch-checkbox input[type="radio"] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.ch-checkbox input[type="checkbox"]:checked+span:before,
.ch-checkbox input[type="checkbox"]:checked~span:before,
.ch-checkbox input[type="radio"]:checked+span:before,
.ch-checkbox input[type="radio"]:checked~span:before {
    border-color: #3ab0d0;
    background-color: #3ab0d0;
}

.ch-checkbox input[type="checkbox"]:checked+span .ch-icon,
.ch-checkbox input[type="checkbox"]:checked~span .ch-icon,
.ch-checkbox input[type="radio"]:checked+span .ch-icon,
.ch-checkbox input[type="radio"]:checked~span .ch-icon {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.ch-checkbox span {
    display: inline-block;
    overflow: hidden;
    min-height: 22px;
    line-height: 26px;
    position: relative;
    padding-left: 30px;
    color: #9B9B9B;
    font-size: 14px;
    font-weight: normal;
    color: #434b51;
}

.ch-checkbox span a {
    color: #24a7ca;
}

.ch-checkbox span:before {
    content: "";
    border: 2px solid #3ab0d0;
    background-color: transparent;
    position: absolute;
    top: 1px;
    left: 1px;
    width: 21px;
    height: 21px;
    -webkit-transition: inherit;
    transition: inherit;
    border-radius: 4px;
}

.ch-checkbox span .ch-icon {
    color: #FFFFFF;
    position: absolute;
    top: 5px;
    left: 6px;
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.btn_style {
    background-color: #39b0cf;
    min-width: 260px;
    min-height: 44px;
    line-height: 44px;
    display: inline-block;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    border-radius: 40px;
    transition: 0.8s;
}

.btn_style:hover {
    background-color: #2c92ad;
    color: #fff;
}

.btn_style.select {
    min-width: 120px;

}

body ul,
li {
    list-style: none;
    padding: 0;
    margin: 0;
}

body a:hover {
    text-decoration: none;
}

/* start header css */
header {
    background-color: #fff;
    box-shadow: 0 13px 13px #e2e3e4;
}

header .navbar-default.navbar {
    background-color: transparent;
    border: none;
    min-height: auto;
    margin-bottom: 0;
}

header .navbar-default.navbar .container-fluid{
padding: 0;
}

header .navbar-default .navbar-brand {
    margin: 0 !important;
    padding: 15px 0 0 0;
}
header .navbar-default .navbar-brand img{
    max-width: 100%;
}

header .navbar-nav li {
    padding: 17px 0;
}

header .navbar-nav li a {
    font-weight: 500;
    font-size: 14px;
    padding: 7px 20px;
}

header .navbar-nav li.email_tag a {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

header .navbar-nav li a .fa {
    font-weight: 600;
    margin: 0 4px 0 0;
}

/* start get started section css */
.get_started {
    padding: 0 0 52px;
}

.get_started .top_title {
    text-align: center;
    padding: 52px 0;
}

.get_started .top_title h1 {
    font-size: 32px;
    font-weight: 700;
}

.create_account {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 1px 9px #d6d6d6;
    margin-bottom: 20px;
}

.create_account .MainTitle {
    padding: 26px 30px;
    border-bottom: 1px solid #eee5e5;
    position: relative;
}

.create_account .MainTitle h2 {
    font-size: 18px;
    font-weight: 700;
}

.create_account .MainTitle p {
    color: #434b51;
    font-size: 14px;
    margin-top: 8px;
}
.create_account .MainTitle p .icon-tick {
    color: #84b80a;
    margin-left: 4px;
}

.create_account .form_outer {
    padding: 0 30px 26px;
}

.create_account .form_outer .form-group {
    margin-top: 30px;
    margin-bottom: 0;
}

.create_account .form_outer .form-group:last-child {
    margin-bottom: 0;
}

.create_account .form_outer .form-group label {
    font-size: 14px !important;
    font-weight: 500 !important;
}

.form_outer h3 {
    color: #434b51;
    font-size: 14px;
    font-weight: 500;
    margin-top: 11px;
    line-height: 22px;
}

.form_outer h3 span {
    font-weight: 600;
    ;
}

.form_outer h3 .fa {
    color: #ddcecd;
}

.form-group.address_input .form-control:nth-child(3) {
    border-top: none;
    border-radius: 0 0 4px 4px;
}

.form-group.address_input .form-control:nth-child(2) {
    border-radius: 4px 4px 0 0;
}

.row.payment h2 {
    font-size: 16px;
    color: #18647e;
    font-weight: 600;
}

.row.payment {
    border-top: 1px solid #eee5e5;
    margin-top: 30px;
    padding-top: 30px;
}

.row.payment p {
    margin-top: 12px;
}

.create_account h2 span {
    color: #18647e;
}

.create_account .MainTitle .change_plan {
    font-size: 16px;
    font-weight: 700;
    position: absolute;
    top: 21px;
    right: 30px;
}

.create_account .pro {
    padding: 15px 30px;
    display: flex;
}

.create_account .pro .rocket_img {
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 50%;
    border: 1px solid #c3d6dd;
}

.create_account .pro .rocket_img img {
    max-width: 100%;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.create_account .pro .pro_text {
    width: 63%;
    margin-left: 18px;
    max-width: 58%;
}

.create_account .pro .pro_text h4 {
    color: #18647e;
    font-weight: 700;
    font-size: 22px;
    text-transform: uppercase;
}

.create_account .pro .pro_text p {
    font-size: 14px;
    color: #434b51;
    line-height: 26px;
    margin: 6px 0 17px 0;
}

.create_account .pro .pro_text li {
    color: #434b51;
    font-size: 14px;
    font-weight: 400;
    margin-top: 7px;
}
.create_account .pro .pro_text li .icon-tick{
    color: #447e94;
    margin-right: 11px;
}

.create_account .pro .pro_text li .fa {
    margin-right: 11px;
}

.custom_select.billed select {
    background: url(../images/blue_arrow.png) no-repeat;
    background-position: 96% 18px;
    border: none;
    color: #18647e;
}

.create_account .pro .pro_price {
    text-align: right;
}

.create_account .pro .pro_price dlt {
    color: #434b51;
    text-decoration-line: line-through;
    font-size: 14px;
}

.create_account .pro .pro_price h5 {
    font-size: 24px;
    font-weight: 400;
    margin: 10px 0 0 0;
}

.order_summary {
    background-color: #f6f2f2;
    padding: 22px;
}

.order_summary li.sumary_text {
    font-size: 16px;
    font-weight: bold;
    color: #18647e;

}

.order_summary li {
    color: #222222;
    font-size: 14px;
    line-height: 26px;
    font-weight: 500;
    display: inline-block;
    width: 100%;
    margin-bottom: 9px;
}

.order_summary li:last-child {
    margin: 0;
}

.order_summary li span {
    float: right;
}

.order_summary li.total_amount {
    border-top: 1px solid #eee5e5;
    padding: 14px 0 0 0;
    margin-top: 5px;
}

.billed_dropdown {
    position: relative;
    margin-top: 6px;
    display: inline-block;
}

.billed_dropdown button.dropdown-toggle {
    border: none;
    background: transparent;
    color: #337ab7;
    font-size: 14px;
    font-weight: 600;
    padding: 0;
}

.billed_dropdown .dropdown-menu {
    border: none;
    box-shadow: 0 0px 24px #d6d6d6;
    padding: 0;
    right: -104px;
    left: auto;
    top: 31px;
}
.billed_dropdown .dropdown-menu::before{
    content: '';
    position: absolute;
    left: 50%;
    top: -9px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    border-bottom: 10px dashed #fff;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
}

.billed_dropdown .dropdown-menu a {
    color: #040f16;
    font-size: 14px;
    font-weight: 600;
    padding: 11px 30px;
    border-bottom: 1px solid #f7f3f3;
}

.billed_dropdown .dropdown-menu li:last-child a {
    border: none;
}

.billed_dropdown .dropdown-menu a span {
    font-weight: 400;
}
.billed_dropdown .dropdown-menu a span.icon-tick {
    font-weight: 600;
    color: #337ab7;
    margin: 0 10px 0 0;
    vertical-align: middle;
    opacity: 0;
    visibility: hidden;
    transition: 0.8s;
}
.billed_dropdown .dropdown-menu a:hover{
    background-color: transparent;
}
.billed_dropdown .dropdown-menu a:focus span.icon-tick,
.billed_dropdown .dropdown-menu a.selected span.icon-tick,
.billed_dropdown .dropdown-menu a:hover span.icon-tick{
    opacity: 1;
    visibility: visible;
}

.payment_method h3 {
    font-weight: 500;
    font-size: 14px;
    color: #222222;
    margin-bottom: 4px;
}

.payment_method .nav-tabs {
    border: none;
}

.payment_method .nav-tabs li a {
    border: 1px solid #cbcdcd;
    font-size: 14px;
    font-weight: 700;
    color: #434b51;
    border-radius: 4px;
    margin-right: 8px;
    position: relative;
	margin-bottom: 15px;
}

.payment_method .nav-tabs li a::after {
    /*content: '';*/
    position: absolute;
    left: 50%;
    bottom: -5px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    border-top: 4px dashed transparent;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
	display:none;
}

.payment_method .nav-tabs li:last-child a {
    margin: 0;
}

.payment_method .nav-tabs li.active a {
    border: 1px solid #18647e;
    color: #18647e;
}

.payment_method .nav-tabs li.active a::after {
    border-top: 4px dashed #18647e;
    border-top: 4px solid #18647e;
}

.payment_method .nav-tabs li a .fa {
    margin-right: 10px;
}

.payment_method .nav-tabs li a:hover {
    background: transparent;
    border: 1px solid #18647e;
}

.payment_method .tab-content .credit_number {
    display: inline-block;
    width: 100%;
}
.payment_method .tab-content .credit_number .form-group{
    display: flex;
}
.payment_method .tab-content .credit_number .credit.car_number .form-control{
    border-right: none;
    border-radius: 4px 0 0 4px;
    min-width: 282px;
}
.payment_method .tab-content .credit_number .credit.expiration{
    margin-left: -2px;
}
.payment_method .tab-content .credit_number .credit.expiration .form-control{
    border-right: none;
    border-left: none;
    border-radius: 0;
    min-width: 110px;
}
.payment_method .tab-content .credit_number .credit.cvc{
    margin-left: -2px;
}

.payment_method .tab-content .credit_number .credit.cvc .form-control{
    border-left: none;
    border-radius: 0 4px 4px 0;
}


.payment_method .tab-content p {
    color: #434b51;
    font-size: 14px;
    margin: 13px 0 0 0;
    font-weight: 500;
}

.terms .ch-checkbox {
    margin-top: 21px;
}

.create_btn {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.create_account.add_padding {
    padding: 25px 30px;
}

.create_account.add_padding .form_outer {
    padding: 0;
}

.input_text h2 {
    color: #ff00bd;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Kalam';
}

.lowercase_active .lowercase,
.eight_active .eight_characters,
.capital_active .capital_letter,
.number_active .number_symbol {
    color: #84b80a;
}

h3.lowercase_active .lowercase .icon,
.eight_active .eight_characters .icon,
.capital_active .capital_letter .icon,
.number_active .number_symbol .icon{
    color: #84b80a;
}

label.password_success .icon{
    color: #84b80a;
}

.input_text p {
    font-family: 'Kalam';
    font-weight: 400;
    font-size: 14px;
    margin-top: 6px;
    color: #ff00bd;
}

.create_account.plan_title .input_text {
    padding: 25px 30px;
}

.create_account.plan_title .MainTitle .change_plan {
    font-size: 14px;
    right: 30px;
    top: 21px;
    ;
}

.monthsOff {
    display: inline-block;
    margin: 0 0 0 12px;
}

.monthsOff p .fa {
    color: #84b80a;
}

.monthsOff.yearly p {
    color: #18647e;
    font-weight: 600;
}

.row.margin_top {
    margin-top: 50px;
}

.summary_outer {
    background-color: #fff;
    padding: 11px;
}

.summary_outer .order_summary {
    margin-bottom: 11px;
}

.summary_outer .order_summary:last-child {
    margin: 0;
}

.order_summary li.coupan_code {
    border-bottom: 1px solid #ddd;
    padding: 0 0 7px 0;
}

.order_summary li.coupan_code .input-group {
    display: inline-block;
    width: 100%;
}

.order_summary li.coupan_code .input-group .form-control {
    padding-right: 97px;
}

.order_summary li.coupan_code .input-group button {
    border: 2px solid #24a7ca;
    color: #fff;
    font-size: 14px;
    text-align: center;
    font-weight: 600;
    border-radius: 6px;
    min-width: 84px;
    min-height: 30px;
    line-height: 30px;
    background: #24a7ca;
    outline: none;
    transition: 0.8s;
    box-shadow: none;
    position: absolute;
    right: 4px;
    top: 4px;
    z-index: 4;
}

.order_summary li.coupan_code .input-group button:hover,
.order_summary li.coupan_code .input-group button.hover {
    background: #24a7ca;
    color: #fff;
}

.order_summary li.coupan_code .validate_code {
    font-size: 13px;
    color: #84b80a;
    font-weight: 500;
}

.order_summary li.off_code {
    color: #84b80a;
}

.pro_outer {
    padding: 0 0px 11px;
}

.pro_outer .pro {
    border-bottom: 1px solid #eee5e5;
    margin-top: 11px;
}

.pro_outer .pro.slected {
    background-color: #f6f3f3;
    margin: 0;
}

.pro_outer .pro:last-child {
    border: none;
    margin-top: 0;
}

.create_account .pro .pro_text h4 span {
    background-color: #92b3be;
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
    min-width: 84px;
    text-align: center;
    color: #fff;
    line-height: 23px;
    border-radius: 26px;
    min-height: 23px;
    vertical-align: middle;
    margin-left: 6px;
}
.order_summary li.sumary_text span a{
	cursor:pointer;
}
.anchorPointerEvent{
	pointer-events: none;
}
.input-group.removeCode{
	color: #84b80a;
}
.marketing-email-optin {
    margin-top: 20px;
	margin-bottom: 0px;
    background-color: #f6f2f2;
}
#order-standard_cart .show-notes .form-control {
    height: initial;
}
.marketing-email-optin .bootstrap-switch {
    margin-top: 15px;
}
.terms .checkbox-inline {
    margin-top: 20px;
}
section#main-body {
    background: #f6f3f3;
}
.main-header {
    display: none !important;
}
div#inputDescriptionContainer {
    display: none;
}
.payment_method .nav-tabs > li > a {
    padding: 10px !important;
}
.pdesccstm ul li a:hover, .pdesccstm ul li a:focus {
    color:#fff;
    text-decoration: none;
}
input#accepttos {
    height: 15px;
    width: 15px;
    background-color: #fff;
}
/* Customize the label (the container) */
.terms .checkbox-inline {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.terms .checkbox-inline input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.terms .checkbox-inline .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border: 1px solid #ccc;
}

/* On mouse-over, add a grey background color */
.terms .checkbox-inline:hover input ~ .checkmark {
  background-color: #fff;
}

/* When the checkbox is checked, add a blue background */
.terms .checkbox-inline input:checked ~ .checkmark {
	background-color: #39b0cf;
    border-color: #fff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.terms .checkbox-inline input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.terms .checkbox-inline .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/*----------5-5-20---------*/
#stripeElements .stripe-cards-inputs.col-md-8.col-md-offset-2 {
    margin: 0;
    width: 100%;
}
#stripeElements div#inputDescriptionContainer {
    margin: 0 auto;
    width: 275px;
    float: none;
}
#order-standard_cart #stripeElements .prepend-icon .field {
    -webkit-appearance: none;
    padding-left: 36px;
    font-size: 12px;
}
 #creditCardInputFields .cc-number-field {
     background-size: 35px;
}
/*#order-standard_cart  #creditCardInputFields .cc-input-container i {
    padding: 0 6px 0 0;
    width: 28px;
}
*/#order-standard_cart  #creditCardInputFields .prepend-icon .field-icon i {
    position: relative;
    font-size: 13px;
    padding: 0 6px 0 0;
}
#order-standard_cart  #creditCardInputFields .prepend-icon .field {
    padding-left: 28px;
    font-size: 11px;
}
#stripeElements .stripe-cards-inputs.col-md-8.col-md-offset-2 .row {
	margin: 0 !important;
}
#stripeElements .stripe-cards-inputs.col-md-8.col-md-offset-2 .row .col-md-6, #stripeElements .stripe-cards-inputs.col-md-8.col-md-offset-2 .row .col-md-3 {
	padding: 0 !important;
}
.page-viewcart #order-standard_cart .stripe-cards-inputs .form-control{
	border-radius:0px !important;
}
#order-standard_cart .stripe-cards-inputs .form-control, #order-standard_cart .stripe-cards-inputs .field {
border-radius: 0!important;
padding-left: 5px;
padding-right: 5px;
}
#cvv-field-container .input-group-btn button.btn.btn-default{padding: 8px 6px;}
@media only screen and  (min-width: 1150px) {
#creditCardInputFields .col-sm-3.new-card-container, div#cvv-field-container {
    padding-left: 5px;
    padding-right: 5px;
}
}