@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,700,300,600,800,400);
@import url(../fonts/fonts/stylesheet.css);

/* CSS Document */
body, html{
	font-family: 'Poppins', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #2f3361;
}

input,
select {
    border-radius: 5px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    width: 100%;
    padding: 12px 18px;
    box-shadow: 0 1px 2px rgba(130, 137, 150, 0.23) inset, 0 1px 0 rgba(255, 255, 255, 0.95);
    margin-bottom: 20px !important;
    font-size: 16px;
}

.no-margin {
    margin: 0;
}
input:-internal-autofill-selected {
    background-color:#fff !important;
}
.header_secure {
    display: inline-block;
    font-size: 22px;
    margin-left: 30px;
    padding-left: 30px;
    border-left: 1px solid #e3e3e3;
    text-align: left;
    font-weight:bold;
    color:#999;
}
.header_secure i {
    font-size: 28px;
    margin-right:10px;
    float: left;
}

.steps {
    float: right;
    margin: 40px 22px 0 0;
    width: 100%;
}

.main-cont {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.your_order_header {
    background: #303786;
    padding: 10px;
    font-size: 20px;
    line-height: 1px;
    color: #fff;
    float:left;
    width:100%;
}
.your_order_header i {
    float:left;
    margin-right:10px;
}
.your_order_header span{
    padding-top: 12px;
    display: inline-block;
    font-weight: bold;
    font-size: 18px;
}
.packages {
    float: left;
    width: 100%;
    margin: 40px 0 21px 0;
    padding: 0 10px;
}

.package {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 10px #e8e8e8;
    float: left;
    margin: 20px 1.4% 0;
    text-align: center;
    width: 30.5%;
}

.package .title {
    color: #000;
    font-size: 24px;
    font-weight: 500;
    padding: 20px;
}

.package .strip {
    background-color: #e8e8e8;
    color: #a2a2a2;
    font-size: 11px;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 5px;
    font-weight: 700;
}

.product-image {
    float: left;
    margin: 15px 0 10px 0;
    width: 100%;
}

.product-image img {
    max-width: 200px;
}

ul.product-info {
    float: left;
    list-style: none;
    width: 100%;
    margin: 12px 0 42px 0;
}

ul.product-info li {
    color: #bfbfbf;
    margin-bottom: 12px;
    font-weight: 500;
}

ul.product-info li b {
    color: #0c0c0c;
}

.list-price {
    color: #a2a2a2;
    float: left;
    text-transform: uppercase;
    width: 100%;
    letter-spacing: 2px;
    font-size: 11px;
    font-weight: 700;
}

.final-price {
    color: #2f2f2f;
    float: left;
    font-size: 48px;
    font-weight: 700;
    margin: 4px 0 45px;
    width: 100%;
}

.cart-button {
    float: left;
    width: 100%;
    margin-bottom: 21px;
}

.cart-button a {
    background: #ff9900;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    padding: 21px 55px;
    text-decoration: none;
    text-transform: uppercase;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.shipping-status {
    float: left;
    width: 100%;
    color: #a2a2a2;
    font-size: 11px;
    text-align: center;
    letter-spacing: 2px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 19px 0;
}

.each-price {
    font-size: 11px;
    color: #ff993f;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
    float: left;
    width: 100%;
}

.package.orange-bg {
    background: #ff9900;
    color: #fff;
    margin-top: 0;
}

.package.orange-bg .title,
.package.orange-bg ul.product-info li b,
.package.orange-bg .final-price {
    color: #fff;
}

.orange-bg .product-image {
    margin: 25px 0 10px;
}

.package.orange-bg ul.product-info {
    margin-bottom: 57px;
}

.package.orange-bg ul.product-info li {
    color: #fac08f;
}

.package.orange-bg .list-price,
.package.orange-bg .shipping-status {
    color: #ab4928
}

.package.orange-bg .cart-button a {
    background: #fff;
    color: #ff9900;
}

.package.orange-bg .strip {
    background: #f67a0e;
    color: #000;
}

.package.orange-bg .each-price {
    color: #fff;
}

.verified-logos {
    float: left;
    text-align: center;
    width: 100%;
}

.top-title {
    float: left;
    margin: 50px 0 40px;
    text-align: center;
    width: 100%;
}

.top-title h1 {
    /**/
    font-size: 36px;
    color: #000;
}

.payment-area {
    float: left;
    width: 100%;
}

.payment-area .left-area {
    float: left;
    width: 50%;
    padding: 0 20px 0 40px;
}

.payment-area .title {
    background: url("../img/header-2.png") no-repeat scroll 0 0;
    color: #fff;
    font-size: 14px;
    margin-bottom: 20px;
    padding: 20px 0 20px 107px;
    text-transform: uppercase;
}

.payment-area .cont {
    float: left;
    width: 50%;
    padding: 0 70px 0 70px;
}

.col8 {
    float: left;
    padding-right: 25px;
    width: 70%;
}

.col4 {
    float: left;
    width: 30%;
}

.col6 {
    float: left;
    width: 35%;
    padding-right: 24px;
}

.featured-area {
    float: left;
    width: 100%;
}

.featured-area .image {
    float: left;
    width: 25%;
}

.featured-area .info {
    float: left;
    width: 75%;
    padding-left: 30px;
    padding-top: 40px;
}

.featured-area .info h2 {
    font-size: 22px;
    color: #000;
    font-weight: 500;
}

.featured-area .info p {
    font-size: 14px;
    color: #797979;
    line-height: 1.42857;
}

.item-price {
    float: left;
    margin: 20px 0;
    width: 100%;
}

.item-price .item {
    float: left;
    font-weight: 600;
}

.item-price .price {
    float: right;
    font-weight: 600;
}

.item-price .radio-box {
    float: left;
    width: 100%;
    padding: 10px 0;
    margin: 10px 0;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}

.pull-right {
    float: right;
}

.item-price .radio-box .radio {
    float: left;
    width: 79%;
}

#loading-indicator {
    margin: 0px 0px 0px 0px;
    position: fixed;
    height: 100%;
    z-index: 9999;
    padding-top: 350px;
    width: 100%;
    clear: none;
    background: url(../images/trans.png);
    text-align: center;
    color: #FFF;
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
}

input[type="radio"] {
    width: auto;
    margin: 0;
}

input[type="checkbox"] {
    width: auto;
    margin: 0;
}

.item-price .radio-box .radio input {
    float: left;
    margin: 3px 10px 0 0;
}

.item-price .radio-box .radio label {
    line-height: 20px;
}

.benefits>h2 {
    display: inline-block;
    font-size: 24px;
    font-weight: 400;
    margin: 0 0 20px;
    text-align: center;
    width: 100%;
}

.benefits ul li {
    float: left;
    width: 100%;
    background: url("../img/tab_list_icon.png") no-repeat scroll 0 3px;
    margin-bottom: 20px;
    list-style: none;
    padding-left: 45px;
    font-size: 16px;
    color: #797979;
    min-height: 30px;
}

.refund {
    border-bottom: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
    float: left;
    margin: 40px 0;
    padding: 20px 0;
    width: 100%;
}

.refund .image {
    float: left;
    width: 30%;
}

.refund .info {
    float: left;
    width: 70%;
    padding-left: 20px;
    color: 797979;
    line-height: 20px;
}

.refund .info h2 {
    font-size: 24px;
    color: #000;
    margin: 5px 0;
    line-height: 26px;
    font-weight: 400;
}

.share-info {
    float: left;
    width: 100%;
    text-align: center;
}

.share-info ul li {
    float: left;
    width: 100%;
    background: url("../images/li-bg.png") no-repeat scroll 0 3px;
    margin-bottom: 20px;
    list-style: none;
    padding-left: 45px;
    font-size: 16px;
    color: #797979;
    text-align: left;
    min-height: 24px;
}

.share-info button {
    background: #339dff none repeat scroll 0 0;
    border: medium none;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
    padding: 10px 40px;
}

.share-info .check-box input {
    margin-right: 4px;
    position: relative;
    top: 1px;
}

.form.shipping-info {
    float: left;
    margin: 0;
    width: 100%;
}

.form.shipping-info .title {
    background: url("../images/header-3.png") no-repeat scroll 0 0;
}

.select-options {
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    margin: 0 0 20px 0;
    float: left;
    width: 100%;
    background: #fff;
}

.select-options .radio {
    padding: 15px;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: -1px;
}

.select-options .radio input {
    margin-right: 4px;
    position: relative;
    top: 1px;
}

.select-options .radio label {
    font-size: 16px;
    font-weight: 700;
    color: #797979;
}

.shipping-info .item-price .radio-box {
    border-bottom: 0;
}

.shipping-info .item-price .radio-box .radio label {
    width: 70%;
    display: inline-block;
}

.form-2 {
    display: none;
}

.order-button {
    text-align: center;
}

.order-button a {
    background-color: rgb(45, 45, 45);
    color: #fff;
    font-size: 13px;
    display: inline-block;
    font-weight: 600;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 20px 25px;
    text-transform: uppercase;
    width: 100%;
    text-decoration: none;
    letter-spacing: 2px;
    border-radius: 5px;
}

.order-button a:hover {
    background: #474747;
}

.secure-payment {
    float: left;
    width: 100%;
    color: #bababa;
    font-size: 16px;
    text-align: center;
    margin-top: 15px;
}

.thank-you-page {
    text-align: center;
}

.thank-you-page .top-title {
    margin-bottom: 10px;
    float: none;
}

.thank-you-page .top-title h1 {
    margin-top: 35px;
}

.thank-you-page h3 {
    color: #000;
    font-size: 24px;
    font-weight: 500;
    margin: 10px 0 15px;
}

.thank-you-page h4 {
    color: #000;
    font-size: 20px;
    font-weight: 900;
    margin: 10px 0 15px;
    font-style: italic;
    line-height: 24px;
}

.thank-you-page b {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    margin: 20px 0;
}

.thank-you-page strong {
    font-size: 16px;
    font-weight: 700;
    color: #e43b2c;
    display: inline-block;
    margin: 0 0 30px 0;
}

.contact-info {
    color: #797979;
    font-size: 20px;
    margin-bottom: 25px;
}

.contact-info a {
    color: #303786;
}

.shipping-steps {
    float: left;
    width: 100%;
}

.shipping-steps .left {
    float: left;
    width: 50%;
    font-weight: 700;
    text-transform: uppercase;
}

.shipping-steps .right {
    float: left;
    width: 50%;
    font-weight: 700;
    text-transform: uppercase;
}

.shipping-steps span {
    font-size: 22px;
    margin-right: 10px;
}


/*neww*/

.form-area {
    background: #fff;
    border: thin solid #ddd;
    border-radius: 3px;
    margin-bottom: 20px;
}

.form-area .form-tabs ul {
    /*list-style: none;
  overflow: hidden;
  border-bottom: 3px solid #ff9a00;*/
}

.form-area .form-tabs ul li {
    width: 50%;
    float: left;
    padding: 15px;
    position: relative;
    padding-left: 45px;
    list-style: none;
}

.form-area .form-tabs ul li.active-tab:after {
    /*width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    content: '';
    border-bottom: 8px solid #ff9a00;
    bottom: 0;
    left: 50%;
    position: absolute;
    margin-left: -4px;*/
}

.form-area .form-tabs ul li span.count {
    font-size: 21px;
    font-weight: 700;
    left: 20px;
    top: 18px;
    position: absolute;
}

.form-area .form-tabs ul li.active-tab span.count {}

.form-tabs .form-tab-title,
.form-tabs .form-tab-subtitle {
    display: block;
}

.form-area .form-tabs-content {
    padding: 20px;
    /*overflow: hidden;*/
}

.form-area .form-tabs-content .form-tab-content-title {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #898989;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.form-area .form-tabs-content .form-tab-content-title span {
    white-space: nowrap;
    padding-right: 10px;
}

.form-area .form-tabs-content .form-tab-content-title .line {
    height: 1px;
    background: #ddd;
    width: 100%;
}

.form-tabs .form-tab-title {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #303786;
}

.form-tabs .form-tab-subtitle {
    font-size: 13px;
    color: #aaa;
    margin-top: 2px;
}

.clearfix {
    clear: both;
}


/*.elButtonRounded:hover {
   
}*/

.next-step-btn {
    background: #303786;
    color: #fff;
    font-size: 13px;
    display: inline-block;
    font-weight: 600;
    /*border: 1px solid #2d2d2d;*/
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 20px 25px;
    text-transform: uppercase;
    width: 100%;
    text-decoration: none;
    letter-spacing: 2px;
    border-radius: 5px;
    text-align: center;
    transition: all 0.15s;
}

.next-step-btn:hover,
.next-step-btn:focus {
    /*box-shadow: inset 0 2px 2px 0 rgba(255,255,255,0.22), 0 233px 233px 0 rgba(255,255,255,0.12) inset;
   background: #2d2d2d !important;
   border: 1px solid #2d2d2d;*/
    color: #fff;
    box-shadow: inset 0 2px 2px 0 rgba(255, 255, 255, 0.22), 0 233px 233px 0 rgba(255, 255, 255, 0.12) inset;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background: #303786;
}

.custom-radio {
    display: block;
    position: relative;
    padding-left: 40px;
    padding-top: 15px;
    padding-bottom: 15px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 16px;
    color: rgb(121, 121, 121);
    font-weight: bold;
    border-bottom: thin solid #e3e3e4;
}

.custom-radio:last-child {
    border-bottom: none;
}

.custom-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark {
    position: absolute;
    top: 16px;
    left: 13px;
    height: 18px;
    width: 18px;
    background: none;
    border-radius: 50%;
    border: thin solid #ddd;
}

.custom-radio input:checked~.checkmark {
    background-color: #303786;
    border-color: #303786;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.exclusive-offer-wrap {
    -webkit-box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    padding: 40px;
    background: #fff;
    float: left;
    width: 100%;
    margin-top: 20px;
}

h1.main-hd {
    text-align: center;
    font-size: 40px;
    padding: 0;
    margin: 0 0 30px;
    color: #303786;
}

.eow-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.eow-col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.exclusive-offer-wrap ul {
    margin: 0;
    padding: 0;
}

.exclusive-offer-wrap ul li {
    padding: 0 0 0 30px;
    margin: 10px 0;
    position: relative;
    font-size: 18px;
    list-style-type: none;
}

.exclusive-offer-wrap ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 24px;
    background: url(../images/checked.png) no-repeat top center;
}

.exclusive-offer-wrap .bottle-img {
    text-align: center;
}

.exclusive-offer-wrap .bottle-img img {
    max-width: 100%;
}

.exclusive-offer-wrap .saving-box {
    border-radius: 5px;
    text-align: center;
    padding: 20px;
    background: #303786;
    font-size: 20px;
    color: #fff;
    margin-bottom: 30px;
}

.exclusive-offer-wrap .saving-box b {
    font-size: 22px;
}

.exclusive-offer-wrap h2 {
    text-align: center;
    font-weight: normal;
    font-size: 24px;
    margin-bottom: 50px;
    line-height: 36px;
}

.exclusive-offer-wrap h2 strong {
    color: #303786;
}

.bottle-hd {
    color: #333;
    text-align: center;
    font-weight: normal;
    font-size: 24px;
    margin: 30px 0;
    line-height: 36px;
    font-size: 30px;
    font-weight: 700;
}

.bottle-hd span {
    color: #303786;
    font-weight: 900;
    font-size: 36px;
}

.exclusive-offer-wrap h3 {
    font-size: 20px;
    margin-bottom: 15px;
}

.price-box {
    padding: 50px 0;
    text-align: center;
}

.price-box .list-price {
    font-size: 16px;
    margin-bottom: 26px;
}

.price-box .final-price {
    font-size: 60px;
    color: #303786;
}

.trusted {
    text-align: center;
    padding: 10px 0;
}

.offer-area {
    border: 3px dashed #ddd;
    border-radius: 5px;
    padding: 10px 10px;
    display: inline-block;
    margin-bottom: 20px;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    width: 100%;
    color: #ccc;
    /* text-align: center;*/
}

.step-2img {
    float: left;
    margin-top: 20px;
}

.offer-area-h2 {
    color: #ff9a00;
    margin-top: 10px;
    display: inline-block;
}

.offer-area-h4 {
    color: #635757;
    margin-bottom: 10px;
}

.one-t1 {
    padding: 3px 0px;
    float: left;
    width: 100%;
    margin-top: 10px;
    background: #ff9;
    font-size: 16px;
    color: #7b2f03;
}

.discount-c {
    list-style-type: circle;
    color: #000;
    font-weight: 800;
}

.discount-c li {
    margin-bottom: 5px;
    list-style-type: circle;
}

.check-b {
    margin: 6px 0px 0px -20px !important;
    position: relative;
    cursor: pointer;
    float: left;
}

.btn-secondary {
    background-color: #303786;
    color: #fff;
    font-size: 13px;
    display: inline-block;
    font-weight: 600;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
    padding: 20px 25px;
    text-transform: uppercase;
    width: 100%;
    text-decoration: none;
    letter-spacing: 2px;
    text-align: center;
    border-radius: 5px;
}

.btn-secondary:hover,
.btn-secondary:focus {
    box-shadow: inset 0 2px 2px 0 rgba(255, 255, 255, 0.22), 0 233px 233px 0 rgba(255, 255, 255, 0.12) inset;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.link-btn {
    width: 100%;
    text-decoration: none;
    letter-spacing: 2px;
    text-align: center;
    padding: 20px 0;
    color: #aaa;
    display: block;
}

.link-btn:hover,
.link-btn:focus {
    color: #898989;
}

.red-text {
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    color: rgb(228, 59, 44);
}

.offer-right {
    float: right;
    width: 60%;
}

.offer-right2 {
    float: right;
    width: 90%;
}

.offer-left {
    width: 40%;
    float: left;
}

.offer-heding {
    background-color: rgb(255, 255, 153);
}

.one-t {
    background: #ff9;
    color: #000;
    padding: 3px 0px;
}

.eow-col11 {
    float: left;
    width: 50%;
}

.eow-col1 {
    width: 50%;
    float: right;
}

.price-item {
    width: 21%;
    text-align: right;
}

.circle_tab {
    display: block;
}

.circle_mob {
    display: none;
    margin: 0px auto;
}

.m-block-f {
    display: none;
}

.d-block-f {
    display: block;
}

.p-text {
    margin-top: 10px;
    font-weight: 700;
    font-style: italic;
    color: #9da1aa;
    font-size: 14px;
    margin-bottom: 0;
    line-height: 18px;
    text-align: center;
    width: 96%;
    margin: 0 auto;
    margin-bottom: 26px;
}

.desktop-hide {
    display: none;
}

.mobile-hide {
    display: block;
}

@media all and (max-width:991px) {
    .package {
        width: 100%;
        margin: 0 0 30px 0;
    }
    .payment-area .left-area {
        padding-left: 10px;
        padding-right: 10px;
    }
    .payment-area .cont {
        padding: 0 20px;
    }
    .check-b {
        margin: 6px 4px 0px 0px !important;
    }
}

@media all and (max-width:767px) {
    .desktop-hide {
        display: block;
    }
    .mobile-hide {
        display: none;
    }
    .footer-right {
        margin-bottom: 0px;
    }
    .d-block-f {
        display: none;
    }
    .m-block-f {
        display: block;
    }
    .circle_mob {
        display: block;
        margin: 0px auto 20px;
    }
    .circle_tab {
        display: none;
        margin: 0px auto;
    }
    .eow-col1 {
        width: 100%;
        float: none;
    }
    .eow-col11 {
        float: none;
        width: 100%;
    }
    .price-item {
        width: 21%;
        text-align: right;
    }
    .logo {
        margin: 25px 0 0;
        text-align: center;
        width: 100%;
    }
    .header-right {
        width: 100%;
        text-align: center;
    }
    .steps {
        float: none;
        margin-right: 0;
    }
    .footer-left {
        padding: 0;
        width: 100%;
        margin-bottom: 20px;
    }
    .footer-center {
        width: 100%;
        margin: 0px;
        text-align: center;
    }
    .footer-right {
        margin-top: 0px;
        width: 100%;
        text-align: left;
        margin-bottom: 1rem;
    }
    .copyright .left {
        width: 100%;
        padding-left: 0;
        margin-bottom: 20px;
        text-align: center;
    }
    .copyright .right {
        width: 100%;
        padding-right: 0;
    }
    .copyright .right ul li {
        text-align: center;
        width: auto;
        margin-bottom: 5px;
        margin-left: 0;
        display: inline-block;
        margin: 7px 15px;
        float: none;
    }
    .payment-area .left-area {
        width: 100%;
    }
    .payment-area .cont {
        width: 100%;
        margin-top: 40px;
    }
    .top-title h1 {
        font-size: 20px;
    }
    .thank-you-page .top-title h1 {
        margin-top: 25px;
    }
    .payment-area .title {
        background-position: -35px 0;
        padding: 20px 0 20px 63px;
    }
    .thank-you-page h3 {
        font-size: 18px;
    }
    .thank-you-page h4 {
        font-size: 16px;
    }
    .thank-you-page b {
        margin: 0px 0 20px;
    }
    .contact-info {
        font-size: 16px;
    }
    .col8 {
        width: 60%;
    }
    .col4 {
        width: 40%;
    }
    .col8-new {
        width: 100%;
        padding-right: 0px;
    }
    .form.shipping-info .title {
        background-position: -35px 0;
        padding: 20px 0 20px 63px;
    }
    .item-price .radio-box .radio {
        width: 79%;
    }
    .shipping-info .item-price .radio-box .radio label {
        width: 90%;
    }
    .footer-right ul li {
        color: #aaacb1;
        font-size: 16px;
        margin-bottom: 0px;
        text-align: center;
    }
    .copyright .right ul {
        list-style: none;
        text-align: center;
    }
    .footer-left {
        text-align: center;
    }
    .exclusive-offer-wrap h2 {
        line-height: 36px;
        font-size: 30px;
        font-weight: 700;
        margin-bottom: 0px;
    }
    .exclusive-offer-wrap h2.exclusive-offer-h2 {
        line-height: 36px;
        font-size: 24px;
        font-weight: 700;
        margin-bottom: 50px;
    }
    .exclusive-offer-wrap h2 span {
        color: rgb(255, 144, 28);
        font-weight: 900;
        font-size: 36px;
    }
    .exclusive-offer-wrap h2 span.exclusive-offer-span {
        color: #000000;
        font-weight: normal;
        font-size: 24px;
    }
}

@media screen and (max-width:480px) {
    .offer-left {
        width: 100%;
    }
    .step-2img {
        float: none;
    }
    .offer-area-h4 {
        margin-left: 20px;
    }
    .discount-c {
        margin-left: 20px;
    }
    .offer-right {
        width: 100%;
    }
}

@media screen and (max-width:360px) {
    .form-area .form-tabs-content .form-tab-content-title .line {
        width: auto;
    }
    .col6 {
        width: 50%;
        padding-right: 10px;
    }
}


/*thank-you page*/

.thanks_wrap {
    width: 70%;
    border: 3px solid #e3e3e3;
    padding: 20px;
    margin: 0px auto;
}

.thanks_wrap h1 {
    text-align: left;
    color: #000;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 30px;
}

.thanks_box {
    width: 100%;
    margin-bottom: 30px;
}

.thank_left {
    width: 30%;
    float: left;
}

.thank_left img {
    /*height: 220px;*/
    max-width: 100%;
    margin-top: 50px;
}

.thank_right {
    width: 70%;
    float: left;
}

.thank_right p {
    font-size: 16px;
    color: #000;
    margin-bottom: 10px;
    text-align: left;
    font-weight: bold;
}

.right_wrap {
    width: 100%;
    border-top: 1px solid #eae6e6;
    border-bottom: 1px solid #eae6e6;
    padding: 10px 0;
}

.box_wrap {
    width: 100%;
}

.prod_name {
    width: 50%;
    float: left;
}

.prod_details {
    width: 50%;
    float: left;
}

.prod_details ul {
    width: 100%;
}

.prod_details ul li {
    width: 100%;
    padding-bottom: 10px;
    font-size: 16px;
    color: #000;
    text-align: left;
}

.prod_name p {
    padding-top: 30px;
}

.prod_name p b {
    margin: 0px;
}

.prod_details ul li span b {
    margin: 0px;
}

.prod_details ul li span.flt {
    float: left;
}

.prod_details ul li span.rgt {
    float: right;
}

.prod_details ul li span.center {
    padding-left: 40%;
}

.prod_details ul li span.center2 {
    padding-left: 50%;
}

.total_box {
    width: 100%;
}

.total_box ul {
    width: 40%;
    float: right;
}

.total_box ul li {
    width: 100%;
    padding-bottom: 10px;
    font-size: 16px;
    color: #000;
    text-align: left;
    font-weight: bold;
}

.total_box ul li span.flt {
    float: left;
}

.total_box ul li span.rgt {
    float: right;
}

.thanks_foot {
    width: 70%;
    margin: 30px auto 0px;
}

.foot_left {
    width: 48%;
    float: left;
    border: 1px solid #e3e3e3;
    padding: 15px;
}

.foot_right {
    width: 48%;
    float: right;
    border: 1px solid #e3e3e3;
    padding: 15px;
}

.foot_left h4,
.foot_right h4 {
    text-align: left;
    font-style: normal;
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 10px;
}

.foot_left p,
.foot_right p {
    text-align: left;
    font-style: normal;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    line-height: 26px;
}


/*=============== thank ============*/

.oredr-de {
    border-top: 1px solid #ebebeb;
    max-width: 800px;
    margin: 0 auto;
}

.oredr-de h3 {
    color: #000000;
    font-size: 24px;
    font-weight: 400;
    padding: 40px 0;
    margin: 0px;
    text-align: left;
}

.order-id {
    background: #303786;
    border-radius: 6px 6px 0 0;
    padding: 15px 24px;
    font-size: 16px;
    color: #fff;
}

.order-id-left {
    float: left;
}

.order-id-right {
    float: right;
}

.product-se {
    background: #fff;
    border-bottom: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    border-radius: 0 0 6px 6px;
    padding: 40px 45px 20px 45px;
}

.order-im {
    font-size: 14px;
    color: #9fa3a7;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 18px;
}

.pro-im {
    width: 70%;
    float: left;
    text-align: left;
}

.pro-qt {
    width: 10%;
    float: left;
    text-align: center;
}

.pro-pri {
    width: 20%;
    float: left;
    text-align: right;
}

.first-l {
    padding-right: 40px;
    float: left;
}

.pro-im-text h4,
.pro-im-text h5 {
    text-align: left;
    color: #202020;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    text-transform: initial;
    letter-spacing: 0px;
    margin: 0px;
}

.pro-im-text h5 {
    font-size: 16px;
}

.pro-im-text h5 span {
    color: #9fa3a7;
}

.pro-im-text p {
    color: #9fa3a7;
    font-style: italic;
    font-size: 14px;
    text-transform: initial;
    padding-top: 15px;
    letter-spacing: 0px;
    font-weight: normal;
}

.color-b {
    color: #202020;
}

.order-im-1 {
    padding-bottom: 0px;
    padding-top: 27px;
    border-bottom: none;
}

.font-s {
    font-size: 16px;
    font-weight: 700;
}

.padd-a {
    padding-top: 20px;
}

.sub-a-left {
    float: left;
    width: 50%;
    font-size: 16px;
    color: #9fa3a7;
    font-weight: 400;
    letter-spacing: 0px;
    text-align: left;
    text-transform: none;
}

.sub-a-right {
    float: right;
    width: 50%;
    font-size: 16px;
    color: #202020;
    font-weight: 700;
    letter-spacing: 0px;
    text-align: right;
}

.order-im-2 {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    margin-top: 40px;
    padding: 25px 10px 15px 10px;
}

.sub-a {
    padding-bottom: 14px;
}

.text-b {
    letter-spacing: 2px;
    font-size: 14px;
    padding-left: 10px;
    text-transform: uppercase;
}

.font-b {
    color: #303786;
    font-size: 20px;
    padding-right: 10px;
}


/*=============== thank ============*/

@media screen and (max-width:640px) {
    .foot_left,
    .foot_right {
        width: 100%;
        margin-bottom: 15px;
    }
}

@media screen and (max-width:640px) {
    .thanks_wrap {
        width: 100%;
        padding: 10px;
    }
    .thank_left {
        width: 100%;
        float: left;
        margin-bottom: 20px;
    }
    .thank_left img {
        margin-top: 0;
    }
    .thank_right {
        width: 100%;
        float: left;
    }
    .prod_name,
    .prod_details {
        width: 100%;
        float: left;
    }
    .total_box ul {
        width: 100%;
        float: right;
    }
}

@media screen and (max-width:991px) {
    .thanks_wrap {
        width: 100%;
    }
    .thanks_foot {
        width: 100%;
    }
}

@media screen and (max-width:640px) {
    .container .oredr-de {
        margin: 0 -15px;
    }
    .oredr-de h3 {
        text-align: center;
    }
    .order-id {
        border-radius: 0px;
    }
    .first-l {
        display: none;
    }
    .product-se {
        padding: 40px 20px;
        border-left: none;
        border-right: none;
        border-radius: 0px;
    }
}

@media screen and (max-width:480px) {
    .sub-a-right {
        width: 40%;
    }
    .sub-a-left {
        width: 60%;
    }
    .pro-im {
        width: 62%;
    }
    .pro-qt {
        width: 12%;
    }
    .pro-pri {
        width: 26%;
        letter-spacing: 0px;
    }
}

.footer-top .d-md-block a {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-decoration: underline;
}

p.logo-text.d-none.d-md-block span {
    display: block;
    padding-top: 10px;
}

footer .footer-top {
    padding: 26px 0 0 0;
}

@media(max-width:991px) {
    .refund-policy {
        margin-bottom: 0px;
    }
}

@media(max-width:767px) {
    .footer-top .d-md-block a {
        color: #9da1aa;
        text-decoration: underline;
        font-size: 14px;
        line-height: 18px;
        color: #9da1aa
    }
    footer .footer-top .footer-contact a {
        color: rgb(255, 255, 255);
        font-size: 14px;
        line-height: 18px;
        text-decoration: underline;
        color: #9da1aa;
    }
    footer .footer-top {
        padding: 10px 0 26px 0;
    }
    .footer-contact .logo-text span {
        display: block;
        padding-top: 10px;
    }
    .logo-text span {
        display: block;
        padding-top: 10px;
    }
}

.freeship img {
    position: relative;
    top: 5px;
    left: 5px;
}


/*// free shipping*/

#webuiPopover2 {
    display: none;
    top: -25px;
    left: 245px;
}

.webui-popover.right>.webui-arrow,
.webui-popover.right-top>.webui-arrow,
.webui-popover.right-bottom>.webui-arrow {
    top: 10% !important;
}

.freeship a {
    text-decoration: none;
    color: #333;
}

.free-next-step-btn {
    padding: 10px 0px;
    background: #fb9a26;
    border: none;
    border-radius: 8px;
    width: 120px;
    font-weight: bold;
    margin: auto;
}

.free-next-step-btn:hover {
    color: #dd7800;
}

.offer-right2 {
    float: right;
    width: 98%;
    text-align: center;
}

@media screen and (max-width:1024px) {
    #webuiPopover2 {
        display: none;
        top: 20px;
        left: 60px;
    }
    #webuiPopover1 {
        display: none;
        top: 20px;
        left: 60px;
    }
    .webui-arrow:after {
        content: " ";
        top: 1px;
        margin-left: -10px;
        border-bottom-color: #fff;
        border-top-width: 0;
    }
    .freeship a {
        text-decoration: none;
        color: #333;
    }
    .free-next-step-btn {
        padding: 10px 0px;
        background: #fb9a26;
        border: none;
        border-radius: 8px;
        width: 120px;
        font-weight: bold;
        margin: auto;
    }
    .free-next-step-btn:hover {
        color: #dd7800;
    }
}

@media screen and (max-width:767px) {
    #webuiPopover2 {
        display: none;
        top: 20px;
        left: 59px;
    }
    #webuiPopover1 {
        display: none;
        top: 20px;
        left: 59px;
    }
    .freeship a {
        text-decoration: none;
        color: #333;
    }
    .free-next-step-btn {
        padding: 10px 0px;
        background: #fb9a26;
        border: none;
        border-radius: 8px;
        width: 120px;
        font-weight: bold;
        margin: auto;
    }
    .free-next-step-btn:hover {
        color: #dd7800;
    }
}

@media screen and (max-width:480px) {
    #webuiPopover2 {
        display: none;
        top: 20px;
        left: 60px;
    }
    #webuiPopover1 {
        display: none;
        top: 20px;
        left: 60px;
    }
    .offer-right2 {
        float: right;
        width: 98%;
        text-align: center;
    }
    .freeship a {
        text-decoration: none;
        color: #333;
    }
    .free-next-step-btn {
        padding: 10px 0px;
        background: #fb9a26;
        border: none;
        border-radius: 8px;
        width: 120px;
        font-weight: bold;
        margin: auto;
    }
    .free-next-step-btn:hover {
        color: #dd7800;
    }
}


/*------*/

#webuiPopover1 {
    display: none;
    top: -25px;
    left: 245px;
}

.webui-popover.right>.webui-arrow,
.webui-popover.right-top>.webui-arrow,
.webui-popover.right-bottom>.webui-arrow {
    top: 10% !important;
}

.freeship a {
    text-decoration: none;
    color: #333;
}

.free-next-step-btn {
    padding: 10px 0px;
    background: #fb9a26;
    border: none;
    border-radius: 8px;
    width: 120px;
    font-weight: bold;
    margin: auto;
}

.free-next-step-btn:hover {
    color: #dd7800;
}

.offer-right2 {
    float: right;
    width: 98%;
    text-align: center;
}

@media screen and (max-width:1024px) {
    #webuiPopover2 {
        display: none;
        top: 20px;
        left: 60px;
    }
    #webuiPopover1 {
        display: none;
        top: 20px;
        left: 60px;
    }
    .webui-arrow:after {
        content: " ";
        top: 1px;
        margin-left: -10px;
        border-bottom-color: #fff;
        border-top-width: 0;
    }
    .freeship a {
        text-decoration: none;
        color: #333;
    }
    .free-next-step-btn {
        padding: 10px 0px;
        background: #fb9a26;
        border: none;
        border-radius: 8px;
        width: 120px;
        font-weight: bold;
        margin: auto;
    }
    .free-next-step-btn:hover {
        color: #dd7800;
    }
}

@media screen and (max-width:767px) {
    #webuiPopover2 {
        display: none;
        top: 20px;
        left: 59px;
    }
    .freeship a {
        text-decoration: none;
        color: #333;
    }
    .free-next-step-btn {
        padding: 10px 0px;
        background: #fb9a26;
        border: none;
        border-radius: 8px;
        width: 120px;
        font-weight: bold;
        margin: auto;
    }
    .free-next-step-btn:hover {
        color: #dd7800;
    }
}

@media screen and (max-width:480px) {
    #webuiPopover2 {
        display: none;
        top: 20px;
        left: 60px;
    }
    #webuiPopover1 {
        display: none;
        top: 20px;
        left: 60px;
    }
    .offer-right2 {
        float: right;
        width: 98%;
        text-align: center;
    }
    .freeship a {
        text-decoration: none;
        color: #333;
    }
    .free-next-step-btn {
        padding: 10px 0px;
        background: #fb9a26;
        border: none;
        border-radius: 8px;
        width: 120px;
        font-weight: bold;
        margin: auto;
    }
    .free-next-step-btn:hover {
        color: #dd7800;
    }
    .webui-popover {
        min-width: 235px !important;
    }
}

@media screen and (max-width:320px) {
    #webuiPopover2 {
        display: none;
        top: 20px;
        left: 0px;
    }
    #webuiPopover1 {
        display: none;
        top: 20px;
        left: 0px;
    }
}

.offer-area-pop {
    font-size: 15px;
    /* text-decoration: underline;
    -webkit-text-decoration-color: blue;   
    text-decoration-color: blue;
        text-underline-position: under;
        -webkit-text-underline-position: under;
  -ms-text-underline-position: below;*/
    padding-top: 5px;
    padding-bottom: 8px;
}

.offer-area-pop1 {
    /*text-decoration: underline;
    -webkit-text-decoration-color: blue;    
    text-decoration-color: blue;
        text-underline-position: under;
        -webkit-text-underline-position: under;
  -ms-text-underline-position: below;*/
    padding-top: 6px;
}

.offer-left-img img {
    /*  width: 100%;
*/
    float: none;
}

span.freeship {
    font-size: 16px;
    position: relative;
    font-weight: bold;
    text-decoration: underline;
    text-underline-position: under;
    -webkit-text-underline-position: under;
    -ms-text-underline-position: below;
}

span.freeship a {
    -webkit-text-decoration-color: blue;
    text-decoration-color: blue;
}

.main-hd span {
    display: block;
}


/*footer css*/

footer {
    position: relative;
    background: #3b4355;
    width: 100%;
    clear: both;
}

footer .footer-top {
    background: #3b4355;
    padding: 26px 0 0 0;
    color: #9da1aa;
}

footer .copyrights {
    background: #343a49;
    padding: 15px 0;
}

.align-items-center {
    align-items: center!important;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

footer .footer-top .logo-text {
    /*margin-top: 10px;
    font-weight: 700;
    font-style: italic;
    color: #575e6e;
    font-size: 13px;
    margin-bottom: 0;
    line-height: normal;
    margin-top: 18px;*/
    margin-top: 10px;
    font-weight: 700;
    color: #9da1aa;
    font-size: 14px;
    margin-bottom: 0;
    line-height: 18px;
    /*font-style: italic;*/
}

p.logo-text.d-md-block span {
    display: block;
    padding-top: 10px;
}

.text-center {
    text-align: center!important;
}

.nonblock {
    display: inline-block;
    color: #fff;
    text-decoration: underline;
    margin-top: 10px;
}

footer .footer-top .address {
    line-height: 24px;
    text-align: right;
    font-size: 16px;
    font-weight: 700;
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}

footer .copyrights .copyright {
    color: #fff;
    opacity: .5;
    font-style: italic;
}

.copyright {
    display: block;
    padding: 0px;
}

footer .copyrights .footer-nav {
    width: 100%;
    list-style-type: none;
    text-align: right;
    margin: 0;
}

footer .copyrights .footer-nav li {
    display: inline-block;
    margin-left: 10px;
}

footer .copyrights .footer-nav li a {
    text-decoration: underline;
    color: #fe6f2d;
}

footer .copyrights .footer-nav li a:hover {
    text-decoration: none;
}

a.nonblock:hover {
    color: #f90;
}

.footer-top .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

@media (max-width: 991px) {
    .col-md-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    footer .footer-top .row {
        text-align: center;
    }
    footer .footer-top .address {
        margin: 20px 0;
        text-align: center !important;
    }
    footer .copyrights .row {
        flex-direction: column;
    }
    footer .copyrights .col {
        text-align: center;
        width: 100%;
        flex: 1;
    }
    footer .copyrights .col:first-child {
        order: 2;
        margin-top: 15px;
    }
    footer .copyrights .footer-nav {
        text-align: center !important;
    }
    footer .copyrights .footer-nav li {
        margin: 5px !important;
    }
    .row {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none!important;
    }
}

@media (max-width: 767px) {
    .col-md-4 {
        max-width: 100%;
        flex: 100%;
    }
    .footer-top .col-md-4 {
        max-width: 100%;
        flex: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .d-none {
        display: none!important;
    }
    footer .footer-top .footer-circle-img {
        text-align: center;
    }
    footer .footer-top .address {
        margin: 10px 0 6px 0;
    }
}
/*---checkout page css----*/

#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 50%;
  max-width: 80%;
}
 

/* Add Animation */
.modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close {
    position: absolute;
    top: -15px;
    right: 0;
    color: #000 !important;
    font-size: 25px;
    font-weight: bold;
    transition: 0.3s;
    left: 98%;
    background: #FFC713;
    line-height: 30px;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 50%;
  }
}


        #link-5589-139: {

            color: '#ff6633'

        }

    

        /* Always set the map height explicitly to define the size of the div

         * element that contains the map. */

        

        #map {

            height: 100%;

        }

        /* Optional: Makes the sample page fill the window. */

        

        html,

        body {

            height: 100%;

            margin: 0;

            padding: 0;

        }

        

        .ship {

            display: none;

        }

        

        .shippingtab {

            cursor: pointer;

        }

        

        .discount {

            display: none;

        }

        /*@media screen and (max-width:767px){

         .shipDays{

         display: none;

         }

         }*/

        /*  .col-full.coupon-code .col8.col8-new, .col-full.coupon-code .col4.col8-new{

         width: 50%;

         }*/

        

        .col-full.coupon-code .col4.col8-new .next-step-btn {

            padding: 13px 25px !important;

            background: #303786 !important;

            border: none;

        }

        

        .circle_mob {

            display: none;

            margin: 0px auto;

        }

        

        .bold_price {

            font-weight: 900;

        }

        

        .coupon-code input {

            margin-bottom: 17px;

        }

        

        .ofr_trms {

            margin-bottom: 15px;

        }

        /* input[type="checkbox"] {

    width: 16px;

   height: 16px;

} */

        

        span.ofr_trms_span {

            position: relative;

            top: -1px;

        }

        

        input[type=checkbox] {

            margin: 4px 0 5px;

            cursor: pointer;

        }

        

        .order-button {

            padding-top: 5px;

        }

        

        @media (max-width: 767px) {

            .circle_mob {

                display: block;

                margin: 0px auto 20px;

            }

            .col-full.coupon-code .col8.col8-new {

                width: 60%;

            }

            .col-full.coupon-code .col4.col8-new {

                width: 35%;

                margin-left: 4%;

            }

            .col-full.coupon-code .col4.col8-new .next-step-btn {

                padding: 13px 17px !important;

                /*margin-bottom: 15px;*/

            }

        }

        

        @media screen and (max-width: 480px) {

            .offer-left {

                width: 100%;

                text-align: center;

            }

        }

        

        .check-boxn {

            display: block;

            position: relative;

            padding-left: 24px;

            margin-bottom: 13px;

            cursor: pointer;

            font-size: 14px;

            color: #787878;

            -webkit-user-select: none;

            -moz-user-select: none;

            -ms-user-select: none;

            user-select: none;

        }

        

        .check-boxn input {

            position: absolute;

            opacity: 0;

            cursor: pointer;

        }

        

        .checkmark1 {

            position: absolute;

            top: 0;

            left: 0;

            height: 18px;

            width: 18px;

            background-color: #eee;

            border: 1px solid #c7c7c7;

        }

        

        .check-boxn:hover input~.checkmark1 {

            background-color: #ccc;

        }

        

        .check-boxn input:checked~.checkmark1 {

            background-color: #f90;

        }

        

        .checkmark1:after {

            content: "";

            position: absolute;

            display: none;

        }

        

        .check-boxn input:checked~.checkmark1:after {

            display: block;

        }

        

        .check-boxn .checkmark1:after {

            left: 5px;

            top: 1px;

            width: 7px;

            height: 11px;

            border: solid white;

            border-width: 0 3px 3px 0;

            -webkit-transform: rotate(45deg);

            -ms-transform: rotate(45deg);

            transform: rotate(45deg);

        }

        

        .webui-popover {

            /*cursor: pointer;*/

        }

        

        .free_ship_extra_prod {

            display: none;

        }

        

        .free-next-step-btn {

            padding: 10px 10px;

            background: #303786;

            border: none;

            border-radius: 8px;

            width: auto;

            font-weight: bold;

            margin: auto;

            display: block;

            color: #FFF;

            margin-bottom: 5px;

        }

        

        .popover-heading {

            text-align: center;

            padding: 10px 10px 0px;

            font-size: 16px;

        }

        

        .close_tooltip {

            display: block;

            width: 20px;

            height: 20px;

            text-align: center;

            line-height: 20px;

            position: absolute;

            top: 10px;

            right: 10px;

            cursor: pointer;

        }

        

        .agree-checkbox {

            -ms-transform: scale(1.25);

            -ms-transform-origin: 0 0;

            -moz-transform: scale(1.25);

            -moz-transform-origin: 0 0;

            -o-transform: scale(1.25);

            -o-transform-origin: 0 0;

            -webkit-transform: scale(1.25);

            -webkit-transform-origin: 0 0;

            transform: scale(1.25);

            /* Standard Property */

            transform-origin: 0 0;

            /* Standard Property */

            margin-right: 5px;

        }

        

        @media only screen and (max-width: 420px) {

            .ofr_trms {

                font-size: 3vw !important;

            }

            .ofr_trms_span {

                position: relative;

                top: -2px;

            }

            span.ofr_trms_span {

                top: 0px;

            }

        }

        

        @media only screen and (max-width: 374px) {

            .agree-checkbox {

                -webkit-transform: initial;

                -webkit-transform-origin: initial;

                transform: initial;

                transform-origin: initial;

            }

        }


    

        .ofr_trms {

            text-align: center;

            color: #444;

            text-align: center;

            font-size: 14px;

        }


        .ofr_trms2 {

            text-align: left;

            color: #444;

            text-align: center;

            font-size: 14px;

        }

        .ofr_trms a {

            color: #444;

            text-decoration: underline;

        }
        .ofr_trms2 a {
            color: #444;
            text-decoration: underline;

        }

        .supliment_anchor {

            display: block;

            clear: both;

            margin: 10px auto 10px;

            width: auto;

            padding-top: 10px;

            color: #a2a2a2;

            letter-spacing: 1px;


        }
        .LearnAboutSmarterSleep {

            padding-top: 0px;

        }

        

        .ship-sear {

            text-align: center;

        }
        #free_ship1 {

            text-align: center;

        }
        .offer-left-img {

            width: 100%;

            text-align: center;

        }
        .next-step-btn {

            background: #000;

        }

   
