@charset "utf-8";
/* CSS Document */
/*----------------
RESET CSS
-----------------*/
body {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0;
    background: #fff;
    color: #000000;
    text-align: center;
    font-family: 'Barlow';
    font-weight: normal;
}
div,
ul,
h1,
h2,
h3,
h4,
h5,
li,
p,
img,
form,
input,
textarea {
    margin: 0;
    padding: 0;
}
header,
section,
footer,
aside,
nav,
main,
article,
figure {
    display: block;
}
table,
tr,
td {
    border: 0;
}
a {
    outline: none;
    color: inherit;
    text-decoration: none;
}
a:hover {}
img {
    border: none;
}
li {
    list-style: none;
}
* {
    box-sizing: border-box;
}
.img-full {
    max-width: 100%;
}
.clearall {
    clear: both;
    font-size: 1px;
    line-height: 1px;
    height: 1px;
}
.forMob,
.forTab {
    display: none;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
/*-----------------------
MAIN CSS START
------------------------*/
.container {
    width: 1170px;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

/*==========sectionOne============*/
.sectionOne {
    float: left;
    width: 100%;
    padding: 40px 0 80px;
    position: relative;
    z-index: 9999;
}
.s1-text1 {
    float: left;
    width: 100%;
    font-size: 63px;
    line-height: 65px;
    font-weight: bold;
    color: #000000;
}
.s1-text2 {
    float: left;
    width: 100%;
    font-size: 160px;
    line-height: 140px;
    letter-spacing: 1px;
    font-weight: 800;
    color: #0753b1;
    text-transform: uppercase;
}
.s1-row {
    float: left;
    width: 100%;
    margin-top: 50px;
}
.s1-left {
    float: left;
    width: 51%;
}
.s1-text3 {
    float: left;
    width: 100%;
    font-size: 40px;
    line-height: 50px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 40px;
}
.logo {
    display: block;
    margin: 0 auto;
    max-width: 280px;
}
.bnr-prod {
    display: block;
    margin: 60px auto 0;
    max-width: 100%;
}
.bnr-list {
    float: left;
    width: 100%;
    margin-top: 25px;
    padding-left: 30px;
}
.bnr-list li {
    background: url(../images/bnr-lst-tike.png) no-repeat left 6px;
    float: left;
    width: 100%;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.5px;
    color: #000000;
    font-weight: 600;
    text-align: left;
    padding-left: 40px;
    margin-top: 12px;
}
.s1-rght {
    float: right;
    width: 47%;
}
.formBox {
    float: left;
    width: 100%;
    background: #fff;
    border-radius: 20px;
    position: relative;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}
.frmTop {
    float: left;
    width: 100%;
    text-align: left;
    background: #0753b1;
    padding: 10px 10px 10px 90px;
    position: relative;
}
.shp-ic {
    position: absolute;
    left: 20px;
    top: 17px;
}
.frmTop h3 {
    float: left;
    width: 100%;
    font-size: 30px;
    line-height: 33px;
    font-weight: bold;
    color: #ffffff;
}
.frmTop p {
    float: left;
    width: 100%;
    font-size: 20px;
    line-height: 33px;
    color: #ffffff;
}
.from-inner {
    float: left;
    width: 100%;
    padding: 25px 20px 30px;
}
.all-fields, .selcet-fld, input[type=text], input[type=search], input[type=number], input[type=password], input[type=tel], input[type=email], select, textarea {
    float: left;
    width: 100%;
    height: 55px;
    /* background: #fff; */
    border: 1px solid #cccccc;
    outline: none;
    padding: 10px 15px;
    border-radius: 12px;
    font-family: 'Barlow';
    font-weight: normal;
    font-size: 17px;
    color: #000;
    margin-bottom: 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.selcet-fld, select {
    background: url(../images/select-arw.jpg) no-repeat right center #fff;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.fld-hlf, .month-hlf {
    width: 48.5%;
}
.fld-hlf, input[type=text].fld-hlf, input[type=search].fld-hlf, input[type=number].fld-hlf, input[type=password].fld-hlf, input[type=tel].fld-hlf, input[type=email].fld-hlf, textarea.fld-hlf{
    width: 48.5%;
}
.month-hlf, select.month-hlf{
    width: 48.5%;
}
.bnr-frm-submit {
    float: left;
    width: 100%;
    border: none;
    outline: none;
    -webkit-appearance: none;
    cursor: pointer;
    background: #00af17;
    height: 80px;
    padding: 0 0 5px;
    border-radius: 12px;
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    position: relative;
    letter-spacing: 0.5px;
    margin-top: 10px;
    font-family: 'Barlow';
}
.bnr-frm-submit:hover, .bnr-frm-submit:focus{
    background: #00af17;
}
.bnr-frm-submit img {
    display: inline-block;
    vertical-align: middle;
    margin: -5px 0 0 18px;
}
.secure-text {
    float: left;
    width: 100%;
    font-size: 19px;
    line-height: 22px;
    letter-spacing: 1px;
    color: #a9a9a9;
    margin-top: 10px;
}
.veryfied-logo {
    display: inline-block;
    vertical-align: middle;
    max-width: 90%;
    margin-top: 20px;
}
/*-----------------------
        Footer
------------------------*/
.footer {
    float: left;
    width: 100%;
    background: #fff;
    /* padding: 50px 0; */
    border-top: 1px solid #ccc;
    margin:0;
}
.ftr-txt {
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 28px;
    color: #000;
    margin-top: 5px;
    letter-spacing: 0.5px;
}
.ftr-txt a {
    color: #000;
    padding: 0 4px;
}
.ftr-desc {
    float: left;
    width: 100%;
    margin: 0 0 30px;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.5px;
    color: #000;
    padding: 0 50px;
}
/*===========checkout-sec================*/
.checkout-sec {
    float: left;
    width: 100%;
    padding: 100px 0;
}
.checkout-row {
    float: left;
    width: 100%;
}
.chk-logo {
    width: 320px;
    margin: 50px auto 0;
}
.chk-prod {
    display: block;
    margin: 30px auto 0;
    max-width: 100%;
    width: 460px;
}
.acpt {
    float: left;
    width: 100%;
    font-size: 15px;
    color: #000;
    line-height: 18px;
    margin: 10px 0 35px;
    text-align: left;
}
.acpt img {
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 5px
}
.frm-chk {
    float: left;
    width: 100%;
    text-align: left;
    margin: 20px 0;
    padding-left: 5px;
    cursor: pointer;
    font-size: 14px;
    line-height: 16px;
    color: #000;
}
.chkbx {
    float: left;
    background: #fff;
    width: 16px;
    height: 16px;
    line-height: 14px;
    margin: 0px 10px 0 0;
    outline: none;
    border: 1px solid #767676;
    -webkit-appearance: none;
}
.chkbx:checked {
    background: url(../images/tik-blk.svg)#0071e3 center center no-repeat;
}
.bilng {
    float: left;
    width: 100%;
    margin-top: 10px;
}
/*==============Media=============*/
@media only screen and (max-width:1187px) {
    .container {
        width: 1004px;
    }
}
@media only screen and (max-width:1021px) {
    .container {
        width: 750px;
    }
    .forDesk {
        display: none;
    }
    .forTab {
        display: block;
    }
    .s1-text1 {
        font-size: 50px;
        line-height: 60px;
    }
    .s1-left {
        width: 45%;
    }
    .s1-text3 {
        font-size: 28px;
        line-height: 36px;
    }
    .bnr-list {
        padding: 0;
    }
    .bnr-list li {
        font-size: 18px;
        line-height: 26px;
    }
    .s1-rght {
        width: 53%;
    }
    .from-inner {
        padding: 20px 15px 25px;
    }
    .all-fields,
    .selcet-fld {
        height: 50px;
        padding: 10px 15px;
        font-size: 15px;
        margin-bottom: 15px;
    }
    .bnr-frm-submit {
        font-size: 28px;
    }
    .ftr-desc {
        padding: 0;
    }
    .ftr-txt {
        font-size: 15px;
    }
}
@media only screen and (max-width:767px) {
    .container {
        width: 100%;
        max-width: 600px;
        padding: 0 15px;
    }
    .forMob {
        display: block;
    }
    .hide-mob {
        display: none;
    }
    .sectionOne {
        padding: 20px 0 40px;
    }
    .s1-text1 {
        font-size: 24px;
        line-height: 24px;
        font-weight: 500;
    }
    .s1-text2 {
        font-size: 75px;
        line-height: 65px;
    }
    .s1-text3 {
        font-size: 24px;
        line-height: 28px;
        margin: 25px 0 10px;
        letter-spacing: 0.5px;
    }
    .logo {
        width: 190px;
    }
    .bnr-prod {
        width: 330px;
        margin: 25px auto 0;
    }
    .s1-row {
        margin-top: 0;
    }
    .s1-rght {
        width: 100%;
        margin-top: 20px;
    }
    .frmTop {
        padding: 10px 10px 10px 74px;
    }
    .shp-ic {
        left: 15px;
        top: 15px;
        width: 45px;
    }
    .frmTop h3 {
        font-size: 25px;
        line-height: 26px;
    }
    .frmTop p {
        font-size: 16px;
        line-height: 28px;
    }
    .fld-hlf {
        width: 100%;
    }
    .bnr-frm-submit {
        font-size: 24px;
        height: 70px;
        padding-bottom: 2px;
    }
    .bnr-frm-submit img {
        margin: -3px 0 0 13px;
        width: 13px;
    }
    .secure-text {
        font-size: 15px;
        line-height: 17px;
    }
    .footer {
        padding: 30px 0;
    }
    .ftr-desc {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 10px;
    }
    .ftr-txt {
        font-size: 13px;
        line-height: 22px;
        margin-top: 10px;
    }
    /*===========checkout-sec================*/
    .checkout-sec {
        padding: 0 0 40px;
    }
    .s1-left {
        width: 100%;
    }
    .chk-logo {
        margin: 25px auto 0;
    }
    .chk-prod {
        width: 330px;
        margin: 25px auto 0;
    }
    .frm-chk {
        margin: 10px 0;
    }
}
/*==========================*/
.animated {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    animation-duration: 2.0s;
    -webkit-animation-duration: 2.0s;
    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;
    visibility: visible !important;
}
@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
    50% {
        opacity: 1;
    }
}
@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
    50% {
        opacity: 1;
    }
}
/*-----------------------
        Pulse
------------------------*/
.pulse {
    animation-name: pulse;
    -webkit-animation-name: pulse;
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}
@keyframes pulse {
    0% {
        transform: scale(0.85);
    }
    50% {
        transform: scale(1);
    }
    100% {
        transform: scale(0.85);
    }
}
@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0.85);
    }
    50% {
        -webkit-transform: scale(1);
    }
    100% {
        -webkit-transform: scale(0.85);
    }
}
.seals {
    display: none;
}
body.page-upsell .asy + img {
    display: none;
}
body.page-upsell .line-3 {
    font-weight: bold;
}
body.page-upsell .line-3 {
    font-size: 24px;
}
body.page-upsell .line-3 {
    margin-top: 12px;
}
body .footer {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
}
body footer p,
body .footerlinks a {
    font-size: 16px;
    color: #000;
}
body .footerlinks a {
    margin: 0 8px;
}
.ccLogos {
    max-width: 50px;
}
footer {
    font-family: 'Open Sans', 'Arial', san-serif;
    color: #8a8a8a !important;
    font-size: 12px;
}
footer p a {
    color: #8a8a8a;
}
footer p a:hover {
    text-decoration: underline;
}
footer p {
    text-align: center;
    clear: both;
    font-size: 12px;
    color: #8a8a8a;
}
.footerlinks {
    padding: 20px 0;
}
.footerlinks a {
    font-size: 12px;
}
footer {
    padding: 20px 10px !important;
    max-width: 900px;
    margin: 20px auto;
    clear: both;
    display: block;
    box-sizing: border-box;
}
.error-message {
    color: #be0000;
    max-width: 600px;
}
p.retake-link {
    text-align: right !important;
}
div.modal-inner.soft-modal-inner p.retake-link a {
    cursor: pointer !important;
    text-decoration: underline !important;
    font-size: 12px !important;
    float: none !important;
}
.submitting-text {
    color: black;
    font-family: sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    display: block;
    max-width: 400px;
}
.dots {
    color: black;
    font-size: 28px;
}
.shipping-fields {
    margin-top: 10px !important;
}
.shipping-fields label {
    width: 150px;
    text-align: right;
    padding-right: 10px;
    display: inline-block;
    vertical-align: top;
}
.shipping-fields .shipping-field {
    width: 300px;
    display: inline-block;
    vertical-align: top;
}
.shipping-fields input,
.shipping-fields select {
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    height: auto !important;
}
.shipping-fields input {
    padding: 6px 5px !important;
    text-indent: 0 !important;
}
.shipping-fields select {
    padding: 5px 5px !important;
}
.shipping-fields button {
    border: 0;
    width: 100%;
    display: block;
    cursor: pointer;
    position: relative;
    outline: 0;
    padding: 20px 15px;
    background: #2288D0;
    color: #fff;
    font-size: 20px;
}
body.device-mobile .update-shipping-form .shipping-fields label {
    text-align: left;
}
#form-submit.disabled,
[type="submit"].disabled,
#kformSubmit.disabled {
    opacity: 0.2;
}
.addon-offer-snippet {
    padding: 15px 0;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    width: 100%;
}

.PNameBox {
    display: flex;
    justify-content: start;
    align-items: center;
    margin-left: 4px;
    margin-bottom: 10px;
}
p.pName {margin-left: 7px;    display: inline-flex;}

p.pName img {
    width: 24px;
    margin: 0 5px;
}

.error_handler_body li{text-align: left;}

.disCardDec {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;/* background-color: #f00; */
}

.disCardDecBg {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
}

.disCardDecInfos {
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	position: absolute;
	background-color: #fff;
	width: 500px;
	max-width: 90%;
	border-radius: 8px;
    padding: 15px;
	
}

.disCardDecContents {
    padding: 15px 15px 0;
    border-radius: 8px;
    border: 1px solid #c1bdbd;
    font-size: 14px;
    font-family: sans-serif;
    line-height: 1.5;
}

.disCardDecContents p {
	color: #000;
	margin: 0 0 15px;
	font-size: 15px;
	line-height: 1.5;
    text-align: center;
}
.disCardDecContents p span {color: green; font-weight: 700;}
.disCardDecContents p a {display: block; text-decoration: underline; margin-top: 15px;}

.disCardDecInfos a {
	position: absolute;
	font-size: 16px;
	background-color: #fff;
	color: #000;
	top: -7px;
	line-height: 17px;
	font-family: sans-serif;
	width: 22px;
	text-align: center;
	height: 22px;
	border-radius: 50%;
	right: -7px;
	text-decoration: none;
	font-weight: 700;
	border: 1px solid #bdbdbd;
}

@media screen and (min-width: 1200px){
    .s1-text3{
        display: none;
    }
    /* .logo{
        margin-top: -5rem;
    } */
}

.sameAsShipping {position: relative; display: flex; justify-content: flex-start; margin-bottom: 10px;}
.sameAsShipping input[type="checkbox"] {position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: 2; width: 100%; height: 100%; opacity: 0;}
.sameAsShipping input[type="checkbox"] + span {background: url('../images/ck-box.png') no-repeat left 3px; padding-left: 22px; min-height: 23px; display: flex; align-items: center; font-size: 14px; background-size: 18px auto;}
.sameAsShipping input[type="checkbox"]:checked + span {background: url('../images/cked-box.png') no-repeat left 3px; background-size: 18px auto;}
select.form-control:not([size]):not([multiple]) {height: 55px !important;}


/* Mastercard discount popup */
.mcDiscCardDec {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 9999999999;
}

.mcDiscCardDecBg {
	width: 100%;
	height: 100%;
	background-color: rgb(0 0 0 / 85%);
}

.mcDiscCardDecInfos {
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	position: absolute;
	background-color: #fff;
	width: 600px;
	max-width: 90%;
	border-radius: 8px;
	padding: 30px;
}

.mcDiscCardDecContents {
	width: 100%;
}

.mcDiscCardDecContents .card-body-content {
	width: 100%;
	padding: 1em;
	text-align: center;
	background: #eee;
	box-shadow: 1px 1px 5px #666;
	border: 1px solid #fff;
	border-right: 1px solid #fff;
	border-radius: 4px;
	font-family: verdana;
}

.mcDiscCardDecContents .card-body-content h3 {
	font-size: 18px;
	padding: 10px 0 20px;
	margin-bottom: 0;
	font-weight: 600;
	text-shadow: 1px 1px 1px #fff;
	letter-spacing: 0px;
	color: green;
	border-bottom: 1px solid #ccc;
	font-family: verdana;
}

.mcDiscCardDecContents .card-body-content .mc-body {
	border-top: 1px solid #fff;
	padding-top: 20px;
}

.mcDiscCardDecContents .card-body-content .mc-body p {
	color: #111;
    margin: 0;
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 8px;
    text-shadow: 1px 1px 1px #fff;
    letter-spacing: -0.5px;
    font-weight: 600;
}

.mcDiscCardDecContents .card-body-content .mc-body img {
	margin: 0 auto;
	display: block;
	width: 40%;
}

.mcDiscCardDecContents .card-body-content .mc-body p a {
	color: #888;
	margin: 0;
	font-size: 12px;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 1em;
	font-family: verdana;
	text-decoration: none;
	font-weight: 400;
}

.mcDiscCardDecContents .card-body-content .mc-body p a:hover {
	color: #444;
	text-decoration: none !important;
}

.mcDiscCardDecContents .card-body-content .mc-body p a b {
	font-weight: 600;
}

.mcDiscCardDecContents .card-body-content button.mastercard-select {
	margin: 1em auto;
	display: block;
	font-size: 16px;
	border-radius: 6px;
	padding: 10px 20px;
	width: auto;
	font-weight: 600;
	line-height: 1.2;
	color: #fff;
	background-color: #28a745;
	border-color: #28a745;
	text-shadow: 1px 1px 1px #444;
	box-shadow: 0px 1px 3px #666;
    white-space: normal;
}

.mcDiscCardDecContents .card-body-content button.mastercard-select:hover {
	color: #fff;
	background-color: #218838;
	border-color: #1e7e34;
}

.mcDiscCardDecContents .card-body-content button.mastercard-select b {
	font-size: 20px;
}

.mcDiscCardDecInfos a.mcDiscCardDecPopClose {
	font-size: 16px;
	position: absolute;
	right: -10px;
	top: -10px;
	color: #fff;
	background-color: #333;
	border: 1px solid #fff;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	text-align: center;
	cursor: pointer;
	text-decoration: none;
	font-weight: 500;
	line-height: 25px;
	padding: 0;
	margin: 0;
}

@media screen and (max-width: 767px) {
	.mcDiscCardDecInfos {
		padding: 20px;
	}

	.mcDiscCardDecContents .card-body-content p {
		line-height: 1.2;
	}

	.mcDiscCardDecContents .card-body-content .text-center p a {
		font-size: 12px;
	}
}

@media only screen and (max-width: 480px) {
	.mcDiscCardDecContents .card-body-content h3 {
		letter-spacing: -1px;
	}

	.mcDiscCardDecContents .card-body-content .text-center img {
		width: 60%;
	}

	.massage-box .checkbox span .customCheck p.wh-price {
		margin-top: -48px;
	}
}

/* Tooltip mastercard */
.tt-mc {
	position: absolute;
	right: 14em;
	top: -49px;
}
.tt-mc h5 {font-size: 13px;}

.tt-mc .top {
	width: 200px;
	padding: 10px 20px;
	color: #000;
	background-color: #fbfbfb;
	font-weight: normal;
	font-size: 13px;
	border-radius: 8px;
	position: absolute;
	z-index: 99999999;
	box-sizing: border-box;
	box-shadow: 0 1px 8px rgb(0 0 0 / 50%);
	display: none;
}

.tt-mc .top {
	display: none;
}

.tt-mc .top.show {
	display: block;
}

.tt-mc .top.show h5 {
	margin: 10px 0 10px;
	text-align: center;
	font-size: 13px;
	line-height: 1em;
	font-weight: 400;
}

.tt-mc .top i.i-arrow {
	position: absolute;
	top: 99%;
	left: 50%;
	margin-left: -12px;
	width: 24px;
	height: 12px;
	overflow: hidden;
}

.tt-mc .top i.i-arrow::after {
	content: "";
	position: absolute;
	width: 12px;
	height: 12px;
	left: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
	background-color: #fbfbfb;
	box-shadow: 0 1px 8px rgb(0 0 0 / 50%);
}

.new-iframe .declineCardPopupWpr {
	padding: 10px;
}

.product_price {
   font-size: 56px;
    font-weight: 600;
    color: #fff;
    position: absolute;
    top: 28%;
    text-align: center;
    left: 0;
    right: 0;
    
}

@media screen and (min-width: 1200px){
    .logo{
        margin-top: -4rem;
    }
    .checkout-row .logo {margin-top: 0;} 
}

.bnr-prod, .chk-prod {margin-top: 0; width: 420px;}
.s1-left {
    position: relative;
}
.price-us-1{max-width: 100%;}

.badge_blue {
    position: absolute; text-align:center;top: 16%;
    right: 5%;
}
.checkout-row .badge_blue {top: 1%;}


@media screen and (max-width:1200px){
.price-us-1 {
    max-width:100%;
    width: 100%;
    max-width: 135px!important;
}
.product_price{ font-size: 36px;}
.badge_blue {
    position: absolute;
    text-align: center;
    top: 32%;
    right: 5%;
}
}

@media screen and (max-width:750px){
.price-us-1 {
    max-width:100%;
    width: 100%;
    max-width: 135px!important;
}
.product_price{ font-size: 36px;}
.badge_blue {
    position: absolute;
    text-align: center;
    top: 32%;
    right: 5%;
}

}

@media screen and (max-width:480px){
.price-us-1 {
    max-width: 110px!important;
    width: 100%;
}
.product_price{ font-size: 30px;}
.badge_blue {
    position: absolute;
    text-align: center;
    top: 32%;
    right: 3%;
}

}

select:not(.has-error):not(.no-error) {color: #b2b2b2 !important;}

input.has-error, select.has-error {border-color: orange !important;}
input.no-error, select.no-error {border-color: green !important;}


/* ---------------- */

@media screen and (max-width:457px){
    body .footerlinks a {
    font-size: 14px;
    }
}