.comparison_bg {
	background-color: #ffffff;
	width: 1200px;
	margin: 0 auto;
	padding: 20px 20px 40px 20px;
}

.comparison_subtitle {
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	color: #a7a7a7;
	margin-bottom: 10px;
}

.comparison_title {
	font-size: 32px;
	font-weight: 600;
	text-align: center;
}

.switch_button {
	font-size: 16px;
	text-align: center;
	padding-top: 25px;
}

.switch_sku {
	font-weight: 600;
	color: #000000;
	z-index: 10;
}

.switch_msg {
	font-weight: 600;
	position: relative;
	width: 300px;
	z-index: 1;
    top: -29px;
	left: 760px;
}
.switch_msg1 {
	color: #ff7700;
	font-weight: 600;
	font-size: 16px;
	text-decoration: underline;
	cursor:pointer;
}

.switch_msg2 {
	color: #ff7700;
	font-weight: 600;
	font-size: 16px;
}

.currency {
	align-self: flex-start;
	margin-right: 5px;
	font-size: 24px;
	font-weight: 600;
	color: #000000;
}


.comparison-block {
  max-width: 1200px;
  display: block;
  margin: auto;
	margin-top: 5px;
}

.comparison-block .comparison-column {
  width: 393px;
  float: left;
}

.comparison-block .comparison-column .bg_white {
  background: #ffffff;
	margin-right: 10px;
	padding: 40px 40px 40px 40px;
	box-shadow: 0 15px 30px 0 rgba(0,0,0,.2);
	height: 620px;
	position: relative;
}

.comparison-block .comparison-column .bg_gray {
  background: #f2f2f2;
	margin-right: 10px;
	padding: 40px 40px 40px 40px;
	height: 620px;
	position: relative;
}


.comparison_buy {
	position: absolute;
	bottom:30px;
	width: 78%;
	cursor: pointer;
}

.vc_buy {
  font-size: 18px;
  text-align: center;
  background: #FF7700;
  color: #fff !important;
  padding: 12px 10px;
  box-sizing: border-box;
  text-decoration: none;
  line-height: 22px;
  width: 80%;
  margin: 0 10%;
  float: left;
  font-weight: 500;
  border-radius: 4px;
}

.vc_buy:hover{
    background: #ff5d00;
}

.ribbon {
    position: absolute;
    width: 200px;
    padding: 9px;
	top: -20px;
	left: 100px;
    margin: 0 auto;
    background: #cc0000;
    color: #fff;
    text-align: center;
}

.ribbon:before {
    content: "";
    position: absolute;
    display: block;
    top: 0px;
    border: 20px solid #cc0000;
    left: -44px;
    border-right-width: 33px;
    border-left-color: transparent;
}
.ribbon:after {
    content: "";
    position: absolute;
    display: block;
    top: 0px;
    border: 20px solid #cc0000;
    right: -44px;
    border-left-width: 33px;
    border-right-color: transparent;
}

.ribbon_content {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
}
/* line 24, ../sass/comparison_new.scss */
.ver-main {
  text-align: left;
  overflow: hidden;
}

.value {
	font-size: 13px;
	color: #f82b60;
}
.value_ds {
	font-size: 13px;
}

/* line 30, ../sass/comparison_new.scss */
.ver-ultra {
  background: #0092dc;
}

/* line 33, ../sass/comparison_new.scss */
.buy-ultra {
  color: #0092dc;
}

/* line 36, ../sass/comparison_new.scss */
.ver-ulm {
  background: #9350c5;

}

/* line 39, ../sass/comparison_new.scss */
.buy-ulm {
  color: #9350c5;
}

/* line 42, ../sass/comparison_new.scss */
.ver-ds {
  background: #676973;
	/*background: #643785;*/
}

/* line 45, ../sass/comparison_new.scss */
.buy-ds {
  color: #676973;
}

/* line 48, ../sass/comparison_new.scss */
.vc_name {
  color: #000;
  font-weight: 500;
	font-size: 20px;
	margin-top: 15px;
	line-height: 20px;

}

/* line 51, ../sass/comparison_new.scss */
.vc_price {
    color: #ffffff;
    font-weight: 400;
    line-height: 10px;
	padding-top: 10px; 
}

.vc_price .price-X {
	color: #ffffff;
    font-size: 18px;
    margin-right: 0px;
    line-height: initial;
    position: relative;
}

.vc_price .price-X::before {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  background: #FF7700;
  top: 9px;
  transform: skewy(5deg);
  -moz-transform: skewy(5deg);
  -webkit-transform: skewy(5deg);
  -o-transform: skewy(5deg);
  -ms-transform: skewy(5deg);
}

/* line 52, ../sass/comparison_new.scss */
.vc_discount {
  color: #000;
  font-size: 52px;
  font-weight: 700;
  line-height: 60px;
	padding-top: 10px;
  text-transform: lowercase;
}

.vc_discount_white {
  color: #fff;
  font-size: 52px;
  font-weight: 700;
  line-height: 60px;
  padding-top: 10px;
  text-transform: lowercase;
}

.vc_discount_white .price-X {
	color: #ffffff;
    font-size: 18px;
    margin-right: 0px;
    line-height: initial;
    position: relative;
	padding-left:10px;
	text-decoration: line-through;
}


/* line 59, ../sass/comparison_new.scss */
.s-price {
  color: #fff;
  font-weight: 400;
  vertical-align: super;
  font-size: 28px;
  margin-left: 5px;
}

.s-month {
  color: #000000;
  font-weight: 400;
  font-size: 24px;
  align-self: flex-start;
  margin-left: 3px;
}

/* line 66, ../sass/comparison_new.scss */
.vc_des {
  color: #aaaaaa; /*#524e4e*/
  font-size: 15px;
  margin-top: 10px;
  font-weight: 600;
  height: 40px;
	line-height: 22px;
}

.vc_sub {
  color: #000;
  font-size: 16px;
  margin-top: 10px;
  height: 20px;
}



.com-feature {
  padding: 0px 0px;
}
/* line 89, ../sass/comparison_new.scss */
.com-feature p {
  font-weight: 500;
}

.com-feature p.check-ds {
  background-image: url(../images/plus_2.png);
}

.com-feature p.check-ds a:link{
  font-weight: 500;
}

.com-feature p.check-ds a:hover{

  font-weight: 500;
}

.com-feature p.check-ds a:visited{
  font-weight: 500;
}

.com-feature p.check-none {
  color: #cccccc;
	background-image:none;
}


/* line 87, ../sass/comparison_new.scss */
.com-feature_white {
  padding: 0px 50px;
}
/* line 89, ../sass/comparison_new.scss */
.com-feature_white p {
  font-weight: 500;
	color: #f1f1f1;
}

.com-feature_white p.check-none {
  color: #fff;
	background-image:none;
}

.product-ds {
	color: #ff7700;
	font-weight: 500;
	text-decoration: none;
}
.product-ds a:link{
	color: #ff7700;
	font-weight: 500;
	text-decoration: none;
}

.product-ds a:hover{
	color: #ff7700;
	font-weight: 500;
	text-decoration: none;
}

.product-ds a:visited{
	color: #ff7700;
	font-weight: 500;
	text-decoration: none;
}


/*-----coupon day timer-----*/
#top-incentive{
    width: 100%;
    height: 43px;
    background: #4a4030;
    position: fixed;
    top: 0px;
    -webkit-box-shadow: 0px 8px 15px #333;
    -moz-box-shadow: 0px 8px 15px #333;
    box-shadow: 0px 2px 3px rgba(51, 51, 51, 0.37);
    z-index: 999;
    padding: 8px;
    box-sizing: border-box;
}

.top-incentive-slogan{
    font-size: 15px;
    color: #ffffff;
    float: none;
    width: auto;
}
.top-incentive-block{
	margin: auto;
	position: relative;
	width: 1000px;
	}
.timernum
{
    color: #FFFD00;
    font-weight: 600;
    font-size: 20px;
}


.topevent {
    width: 40%;
    padding: 10px;
    display:  block;
    position:  relative;
    font-size: 25px;
    text-align:  center;
    color:  #fff;
    /* background: #d11d2c; */
	background: #333333;
    width: 100%;
    font-weight: 400;
}

.topevent img {
    position:  absolute;
    margin-left: -45px;
    width: 36px;
    top: 8px;
}

.topcode {
	color: #ffcc00;
	font-weight: 600;
}

.top_bonus{
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #FFFFFF;
	background-color:#CC0000;
	margin-left: 3px;
	padding: 0 5px;
}


.annual_price {
	background-color: #eeeeee;
	font-size: 14px;
	color: #888888;
	font-weight: 600;
	padding: 3px 15px;
    position: relative;
	top: -10px;
	left: 68px;
	border-radius: 4px;
	
}