/* Style sheet by Oki Trice - http://www.minisite911.com */
@charset "utf-8";

/**********************************************************************************/
/**********************************************************************************/
/* IMPORT GOOGLE WEB FONTS */
/**********************************************************************************/
/**********************************************************************************/

@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:wght@400;500&family=Montserrat:wght@300;400;500;600;700&family=Open+Sans:wght@300;500;700&family=PT+Sans:wght@400;700&family=Roboto:wght@300;500;700&display=swap');

/**********************************************************************************/
/**********************************************************************************/
/* GENERAL */
/**********************************************************************************/
/**********************************************************************************/

:root {
  --space: 2rem;
  --space-xs: calc(var(--space) / 3);
  --space-sm: calc(var(--space) / 2);
  --space-md: calc(var(--space) * 2);

  --radius: 0.125rem;
}

* { margin:0; padding:0; }

html, html a {
    -webkit-font-smoothing: antialiased !important; 
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}

body {
	background: #ffffff; 
	font-family: 'Montserrat', sans-serif !important;
	font-size: 16px;
	font-weight: 400;
	color: #2e2e2e;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}
@media (max-width: 768px) { 
	body { font-size: 14px; }
}

a:active, a:visited { color: blue; }
a:hover				{ color: #CC0000; text-decoration: underline; }

.fontOpenSans	{ font-family: 'Open Sans', sans-serif; }
.fontPTSans		{ font-family: 'PT Sans', sans-serif; }


.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}
.row-no-padding > [class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.hideme { display: none; }



.container { }

.very-top-breadcrumb { 
	background: #9d1c1f; 
}
.vtb { 
	font-family: 'PT Sans', sans-serif; 
	font-size: 17px; 
	letter-spacing: 2px; 
	color: #ffffff; 
	padding: 8px 0; 
}

.header-top-breadcrumb { background: #ffffff url('../new_images1/header-bg.png') repeat-x center center; height: 184px; }
.header-img-breadcrumb { background: url('../new_images1/header.png') no-repeat center center; height: 184px; }

.lightgray-breadcrumb { background: #f4f4f4; }

.img-guaranteed { max-width: 500px; margin: 20px auto 40px auto; }

.btn-xlg { 
	padding: 12px 100px; 
	font-size: 26px; 
	font-weight: bold; 
	line-height:1.3333333; 
	border-radius:6px; 
}
.btn-xlg span { font-size: 18px; }
@media (max-width: 768px) { 
	.btn-xlg { padding: 12px 20px; font-size: 22px; }
}



.form-steps {
	width: 100%;
	height: auto;
}

.input-container {
	height: 50px;
	position: relative;
	width: 100%;
}

.select-country {
	font-size: 16px;
	line-height: 30px;
	width: 100%;
	margin: 0px auto 0px;
	display: block;
	height: 50px;
	padding-left: 15px;
	border: 1px solid #b5b5b5;
	border-radius: 5px;
	cursor: pointer;
	background: url("../new_images1/small-arrow.png") no-repeat right 10px center, #fefefe;
	/* Old browsers */
	background: url("../new_images1/small-arrow.png") no-repeat right 10px center, -moz-linear-gradient(top, #fefefe 0%, #ededed 100%);
	/* FF3.6+ */
	background: url("../new_images1/small-arrow.png") no-repeat right 10px center, -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(100%, #ededed));
	/* Chrome,Safari4+ */
	background: url("../new_images1/small-arrow.png") no-repeat right 10px center, -webkit-linear-gradient(top, #fefefe 0%, #ededed 100%);
	/* Chrome10+,Safari5.1+ */
	background: url("../new_images1/small-arrow.png") no-repeat right 10px center, -o-linear-gradient(top, #fefefe 0%, #ededed 100%);
	/* Opera 11.10+ */
	background: url("../new_images1/small-arrow.png") no-repeat right 10px center, -ms-linear-gradient(top, #fefefe 0%, #ededed 100%);
	/* IE10+ */
	background: url("../new_images1/small-arrow.png") no-repeat right 10px center, linear-gradient(to bottom, #fefefe 0%, #ededed 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#ededed', GradientType=0);
	/* IE6-9 */
	-webkit-appearance: none;
	-moz-appearance: none;
}

.select-exp {
	width: 100%;
	font-size: 16px;
	line-height: 30px;
	cursor: pointer;
	background: url("../new_images1/small-arrow.png") no-repeat right 10px center;
	-webkit-appearance: none;
	-moz-appearance: none;
	float: left;
}
.select-exp:hover {
    background: url("../new_images1/small-arrow-down.png") no-repeat right 10px center;
}
.select-exp:hover >* {
    background: url("../new_images1/small-arrow-down.png") no-repeat right 10px center;
}

.input-container-cols-bottom { 
	position: relative; 
	padding: 0 8px 0 0;
	font-size: 12px;
	text-align: right;
}

.box-summary {
	background: transparent;
	width: 440px;
	height: auto;
	margin: 30px auto 0 auto;
}

.main-txt { 
	color: #666; 
	font-size: 19px; 
	line-height: 25px; 
	text-align: left; 
}

.main-title { 
	color: #555; 
	font-size: 25px; 
	line-height: 30px; 
	text-align: left; 
}
.main-title span { 
	color: #054f8d; 
	font-weight: 700; 
}


.rb-wrapper {
	margin: 20px 10px 10px 10px; 
	border: 6px solid transparent; 
	border-radius: 6px; 
	box-shadow: 0 3px 10px rgb(0 0 0 / 0.2); 
	cursor: pointer;
}

.radiobox { 
	margin: 0 auto;
	padding: 12px;
	text-align: center; padding: 0;
}
.rb-border-half { 
	border-left: 6px solid transparent; 
	border-right: 6px solid transparent; 
	border-bottom: 6px solid transparent; 
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	box-shadow: 0 3px 10px rgb(0 0 0 / 0.2); 
}
.rb-border { 
}
.radiobox.bestdeal { 
	margin-top: -6px;
} 
.radiobox.bestdeal h3 { 
	padding-top: 24px;
} 
.radiobox h3 {
	color: #222; font-size: 22px; line-height: 25px; font-weight: 600;
}
.radiobox h3 b { font-size: 24px; font-weight: 700; }
.radiobox img { padding: 20px; max-width: 290px; }
.radiobox p { font-size: 18px; font-family: 'PT Sans', sans-serif; }
.radiobox p.main-price { font-size: 35px; font-family: 'PT Sans', sans-serif; color: #1b65b2; font-weight: 600; margin-top: -12px; margin-bottom: 0; }
.radiobox button { font-size: 16px; text-transform: uppercase; font-weight: 600; margin-top: 10px; }
.radiobox button span { font-size: 14px; }

.rb-wrapper:hover   { background: #f7f6ee; }

.radiobox-top {
	margin: 0 auto;
	padding: 2px 12px;
	border-left: 6px solid #0c68c0;
	border-right: 6px solid #0c68c0;
	outline: 6px solid #0c68c0;
	box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
	text-align: center;
	background: #0c68c0;
	color: #ffffff;
	font-weight: 700;
}

.rb-wrapper.special { background: #fefdf2; outline: 6px solid #0c68c0; }

.rb-wrapper.active  { background: #fefdf2; outline: 6px solid #b21207; }

.radiobox-top.active { background: #b21207; outline: 8px solid #b21207; border-color: #b21207; }

@media (max-width: 767.98px) {  
	.radiobox img { float: right; margin-top: -35px; max-width: 200px; }
	.radiobox.bestdeal h3 { padding-top: 0px; }
	.radiobox h3 { float: left; padding-left: 10px; font-size: 18px; line-height: 22px; margin-top: 0px; }
	.radiobox h3 b { font-size: 20px; }
	.radiobox p { font-size: 16px; }
	.radiobox p.main-price { font-size: 25px; margin-top: 40px; } 
	.radiobox.bestdeal { margin-top: 40px; }
	.radiobox .separator-25px { height: 0; clear:both; }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
	.radiobox img { float: right; margin-top: -30px; max-width: 250px; }
	.radiobox.bestdeal h3 { padding-top: 0px; }
	.radiobox h3 { float: left; padding-left: 30px; }
	.radiobox.bestdeal { margin-top: 40px; }
}

.cc_alt { font-size: 14px; }

.sidecheck1 img, .sidecheck2 img, .sidecheck3 img, .sidecheck4 img {
	border: 0 none;
	max-width: 75px;
	margin-bottom: -10px;
}

.sidecheck1 {
	position: absolute; top: 200px; left: 48px;
	font-size: 22px;
	line-height: 22px;
	font-weight: 600;
}
.sidecheck1 p {
	padding: 0;
}
.sidecheck1 hr {
  border: 0;
  margin: 0 0 0 47px;
  border-left: 6px solid #00c4f8;
  height: 525px;
  float: left;
}

.sidecheck2 {
	position: absolute; top: 245px; left: 50px;
	font-size: 22px;
	line-height: 22px;
	font-weight: 600;
}
.sidecheck2 hr {
  border: 0;
  margin: 0 0 0 45px;
  border-left: 6px solid #00c4f8;
  height: 326px;
  float: left;
}

.sidecheck3 {
	position: absolute; top: -480px; left: 32px;
	font-size: 22px;
	line-height: 22px;
	font-weight: 600;
}
.sidecheck3 hr {
  border: 0;
  margin: 0 0 0 63px;
  border-left: 6px solid #00c4f8;
  height: 152px;
  float: left;
}

.sidecheck4 {
	position: absolute; top: -175px; left: 62px;
	font-size: 22px;
	line-height: 22px;
	font-weight: 600;
} 

@media (max-width: 1199.98px) { 
	.sidecheck1, .sidecheck2, .sidecheck3, .sidecheck4 { display: none; }
}

.sm-wrap { text-align: center; margin: 0 auto; } 
/*.sm-wrap a { cursor: pointer; } */

.sidecheck-sticky{
  --offset: 0;
  flex-grow: 1;
  flex-basis: 300px;
  align-self: start;
  position: sticky;
  top: var(--offset);
  z-index: 30; 
}

.sidecheck-mobile { 
  background: #eeeeee;
  padding: 20px 20px;
  margin: 0 auto;
  width: 100%; 
  height: 145px;
  /*display: grid;
  grid-template-rows: auto 1fr auto;*/
}

.sidecheck-sticky .sidecheck-mobile {
  max-height: calc(100vh - var(--offset) * 2);
}

.line {
  display: flex;
  align-items: center;
  text-align: center;
}
.line div:first-child {
  white-space: nowrap;
} 
.line div {
	width: 65px;
	height: 65px;
	background: #d8d9d9;
	border-radius: 50px; 
}
.line div p {
	text-align: center;
	margin-top: 8px;
	/*margin-left:-0.3em;*/
	font-size: 13px;
	line-height: 15px;
	font-weight: 600;
	color: black; 
}
.line div a {
	font-size: 20px;
	line-height: 66px;
	font-weight: bold;
	color: #ffffff; 
}
.line div a:hover {
	text-decoration: none;
	color: #ffffff;
}
.line div.active {
	background: #00c3f6 url('../new_images1/big_check.png') no-repeat center center; 
	background-size: contain; 
	color: transparent; 
}
.line div.active > a { 
	color: transparent; 
}
.line div.active > a:hover { 
	color: transparent; 
}
.line b {
  flex: 1 0 0;
  height: 4px;
  background: #d8d9d9;
  margin: 0 6px;
  min-width: 25px;
}
.line b.active {
  background: #00c3f6;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
	.sidecheck-mobile { height: 160px; }
	.line div { width: 75px; height: 75px; }
	.line div a { font-size: 22px; line-height: 75px; }
	.line div p { margin-top: 10px; font-size: 16px; line-height: 18px; }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
	.sidecheck-mobile { height: 180px; }
	.line div { width: 95px; height: 95px; }
	.line div a { font-size: 26px; line-height: 90px; }
	.line div p { margin-top: 12px; font-size: 17px; line-height: 19px; }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	.sidecheck-sticky { display: none; }
	.below-button { height: 150px; }
}


/*https://codepen.io/hexagoncircle/pen/oNLZmvV*/
.order-sticky {
  --offset: var(--space);
  flex-grow: 1;
  flex-basis: 300px;
  align-self: start;
  position: sticky;
  top: var(--offset);
}

.order-summary {
	margin: 0 10px 10px 10px;
	padding: 10px;
	outline: 6px solid #0c68c0; 
	border: 6px solid transparent; 
	border-radius: 6px; 
	box-shadow: 0 3px 10px rgb(0 0 0 / 0.2); 
	
  display: grid;
  grid-template-rows: auto 1fr auto;
}

.order-sticky .order-summary {
  /*max-height: calc(100vh - var(--offset) * 2);*/
}

@media (max-width: 1199.98px) {
	.order-sticky { position: static; }
	.order-summary { margin-top: 50px; }
	.completepurchase { margin-top: 25px; }
}

.order-summary h3 { 
	margin-top: 0;
	text-align: center;
	padding-bottom: 10px;
	border-bottom: 2px solid #ddd; 
	color: #1b65b2;
	font-weight: bold;
}
.os-txt1 {
	padding-top: 5px;
}
.os-txt2 {
	margin-top: -10px;
}
.os-txt3 {
	margin-top: -10px;
	font-weight: bold;
}
.os-txt4 {
	margin-top: -10px;
}
.os-box1 {
	margin-top: 10px;
	background: #fffad0;
	padding: 25px 25px 10px 25px;
	font-size: 14px;
	font-family: 'PT Sans', sans-serif;
}
.os-box1 p {
	margin-top: 10px;
}
.os-summ {
	font-size: 20px;
	font-family: 'PT Sans', sans-serif;
} 
.os-summ-small {
	font-size: 13px;
	font-family: 'PT Sans', sans-serif;
	font-style: italic;
} 
.os-box2 {
	background: #ffc438;
	padding: 10px 20px 5px 38px;
	font-size: 17px;
	font-family: 'PT Sans', sans-serif;
}
.os-box2 input[type=checkbox] {
	float: left;
	margin-left: -23px;
}

#get-10 { cursor: pointer; }
span.get-10 { font-weight: normal; }

.os-box3 {
	background: #f2f2f2;
	margin: 0;
	padding: 20px 10px 20px 0px;
	font-size: 14px;
	font-family: 'PT Sans', sans-serif;
}
.os-box3 img {
	max-width: 100px;
	padding-top: 5px;
}

@media (max-width: 1199.98px) {
	.os-box3 { display: none; }
}

.gsc-h5 {
	margin-top: 20px;
	font-size: 14px;
	font-weight: bold;
    color: #000;
    display:flex;
    flex-wrap:nowrap;
    align-items:center;
}
.gsc-h5 span span {
	color: #2cd1af;
}
.gsc-h5:before, .gsc-h5:after {
    background-color: #2cd1af;
    content: "";
    display: inline-block;
    float:left;
    height:1px;
}
.gsc-h5:before {
    order:1;
    flex-grow:1;
    margin-right:8px;
}
.gsc-h5:after {
    order: 3;
    flex-grow: 1;
    margin-left: 8px;
}
.gsc-h5 * {
    order: 2;
}

.gsc { margin-bottom: 20px; }

.subtotal-box {
	margin: 20px auto 0 auto;
	max-width: 530px;
	width: 100%;
}

.mobile-90day {
	background: #f2f2f2;
	margin: 30px auto 0 auto;
	padding: 20px 10px 20px 0px;
	max-width: 530px;
	font-size: 14px;
	font-family: 'PT Sans', sans-serif;
}
.mobile-90day img {
	max-width: 100px;
	padding-top: 5px;
}

@media (min-width: 1200px) {
	.subtotal-box { margin: 20px auto 20px auto; }
	.mobile-90day { display: none; }
}


footer {
	margin-top: 20px;
}
@media (max-width: 1199.98px) {
	footer { margin-top: 40px; }
}

.footer-bordered {
	margin: 0 auto;
	max-width: 840px;
	border: 1px solid #343a40; 
	padding: 10px 15px;
	font-family: 'Fira Sans', sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #666666;
}
.footer-mid {
	padding-top: 10px;
}
.footer-p {
	font-family: 'Fira Sans', sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #666666;
	padding-top: 10px;
}
.footer-p a {
	color: #a41d21;
}
.footer-p a:hover {
	color: #c47779;
}
.nav-bottom ul{ display: inline-block!important;  }
.nav-bottom { 
	margin-top: 10px; 
	border-bottom: 1px solid #efefef;
	padding-bottom: 15px;text-align: center!important;
}
.nav-bottom ul {
	margin: 0 auto;
	text-align: center;
	list-style: none;
}
.nav-bottom ul li {
	padding: 4px 10px;
	font-family: 'Fira Sans', sans-serif;
	font-size: 15px;
	line-height: 20px;
	color: #666666;
}
.nav-bottom ul li a { 
	color: #666666;
	font-weight: 500;
}
.nav-bottom ul li a:hover { 
	color: #a3a3a3;
	text-decoration: none;
}

@media (min-width: 1200px) { 
	.nav-bottom { float: left; width: 100%;  }
	.nav-bottom ul li { float: left; padding: 10px 26px; }
	.nav-bottom ul li.nav-item { margin-top: 17px; }
}

.copyright { padding: 8px 0; }


.form-group input, .form-group select { background-color: #ffffff; border-color: #c1c1c1; font-size: 15px; height: 42px; color: #2c2c2c; padding: 0 10px; }

.form-group button img { border: 0 none !important; }

.form-group label span { font-size: 13px; }


/* ADDITIONAL Styling */
.separator-5px  { height:5px; }  .separator-10px { height:10px; } 
.separator-15px { height:15px; } .separator-20px { height:20px; } 
.separator-25px { height:25px; } .separator-30px { height:30px; } 
.separator-35px { height:35px; } .separator-40px { height:40px; } 
.separator-45px { height:45px; } .separator-50px { height:50px; }
.separator-55px { height:55px; } .separator-60px { height:60px; }
.separator-65px { height:65px; } .separator-70px { height:70px; }
.separator-75px { height:75px; } .separator-80px { height:80px; }
.separator-85px { height:85px; } .separator-90px { height:90px; }
.separator-95px { height:95px; } .separator-100px { height:100px; }

.fontNormal		{ font-weight: 300; }
.fontBold		{ font-weight: 600; }
.fontBoldie		{ font-weight: 700; }
.fontBolder		{ font-weight: 800; }
.fontBlack		{ color: #000000; }
.fontRed		{ color: #cc0000; }
.fontDarkRed	{ color: #a10803; }

/* Style sheet by Oki Trice - http://www.minisite911.com */

.error {
    background: #ff9c9c !important;
    border: 1px solid #c00;
}
label.error{
		display: none !important;
}

@media (max-width: 768px){
	#recentBox{
		transform: translateX(-140%)!important;
	}
}
@media (max-width: 767px){
	.radiobox {
    margin-top: 20px!important;
	}
	.radiobox h3{
		float: none;
    margin-bottom: 0;
	}
	.radiobox img{
		float: none;
    padding: 10px;
    margin-top: 0px;
	}
	.radiobox p.main-price{
		margin-top: 0px;
	}
}
@media (max-width: 640px){
	#recentBox{
		transform: translateX(-148%)!important;
	}
}
@media (max-width: 576px){
	.os-box1{
		padding: 15px 15px 10px 15px;
	}
}
@media (max-width: 376px){
	.line div{
			width: 43px;
	}
	.completepurchase{
			width: 100%;
	}
	.order-sticky .order-summary {
    max-height: inherit;
	}
	.gsc_img{
		width: 100%;
	}
	.header-img-breadcrumb{
		background-size: 315%;
	}
}



#recentBox{
    min-width: 300px;
	height: auto;
	position: fixed;
	z-index: 500;
	bottom: 10px;
	background: #fff;
	box-shadow: 0 0 5px #6f6f6f;
    border-radius: 5px;
    overflow: hidden;
    display: table;
    transform: translateX(-116%);
    animation-name: example;
    animation-duration: 10s;
}
#recentImg{
    width: 70px;
    padding: 10px;
    text-align: center;
    background-color: #fff;
    display: table-cell;
    vertical-align: middle;
}
#recentText{
    background-color: #29af5c;
    padding: 10px;
    font-size: 13px;
    color: #fff;
    line-height: 19px;
    display: table-cell;
    vertical-align: middle;
}
@keyframes example {
  0%   {left:0px; right:0px;}
  25%  {left:450px; right:0px;}
  50%  {left:450px; right:0px;}
  75%  {left:0px; right:0px;}
}
@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : portrait) {
		#recentBox {
		    max-width: 300px;
		    min-width: inherit;
		    width: 100%;
		}
}

.mem_box{
		background-color: #f5f5f5;
		margin: 20px 20px 40px;
}
.mem_box_body{
		padding: 0 10px 15px;
}
.join {
    background: #666666;
    padding: 10px;
    font-size: 16px;
    color: #fff;
    text-align: center;    
}
.fw-600{
		font-weight: 600!important;
}
.fw-500{
		font-weight: 500!important;
}
.boottle2 {
    color: #9d1c1f;
    margin-bottom: 5px;
}
.tc_link{
		color: #9d1c1f!important;
}
.price-carret-opt {
    text-decoration: line-through;
    font-weight: 400;
}
.price-opt{
		text-decoration: line-through;
    color: red;
}
@media (max-width: 480px){
		.mem_box{
				margin: 20px 0px 40px;
		}
}