/****************************
-- Text --
****************************/
#buynow h1 {
  font-size: 24px;
  font-size: 2.4rem;
}

#buynow h5 {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 500;
  margin: 0 0 30px 0;
}

#buynow p.small {
  font-size: 14px;
  line-height: 20px;
}

@media screen and (min-width: 64em){
  #buynow h1 {
    font-size: 34px;
    font-size: 3.4rem;
  }

  #buynow h2 {
    font-size: 40px;
    font-size: 4.0rem;
  }

  #buynow h5 {
      font-size: 16px;
      font-size: 1.6rem;
  }

  #buynow p.small {
    line-height: 25px;
  }
}

@media screen and (min-width: 80em){
  #buynow h1 {
    font-size: 50px;
    font-size: 5.0rem;
  }

  #buynow h3 {
    font-size: 34px;
    font-size: 3.4rem;
  }
}

/****************************
-- General --
****************************/
#buynow ul{
  list-style: none;
  padding: 0;
}

#buynow > section {
  padding: 40px 0;
}

#buynow .grid {
  display: table;
}

#buynow .grid .col {
  display: table-cell;
}

#buynow .green-font-for-col {
  color: #1DA953;
}

@media screen and (min-width: 64em){
  #buynow > section {
    padding: 80px 0;
  }
}

/****************************
-- Main --
****************************/
#buynow .wrapper {
    margin: 0 auto;
    padding: 0 30px;
    position: relative;
    width: 100%;
    z-index: 0;
}

#buynow .main {
  padding-top: 20px;
}
/****************************
-- hero slider --
****************************/
#buynow .hero_slider {
  padding: 0;
}

@media (min-width: 968px){
  #buynow .hero_slider .btn {
    margin: 22px 0 0;
  }

  #buynow .hero_slider .container {
    left: 30px;
    right: auto;
    text-align: left;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

/****************************
-- Optional --
****************************/
#buynow .optional {
  background: #f5f5f5;
}

#buynow .optional h4{
  font-weight: 700;
  margin: 0 auto;
}

#buynow .optional h3 {
  margin-bottom: 12px;
}

#buynow .optional img {
  margin: 0 auto 15px;
  max-width: 48px;
}

#buynow .optional .amount > p.small {
  color: #bdbdbd;
}

#buynow .optional .amount .side p.small {
  line-height: 15px;
}

#buynow .optional .grid{
  width: 100%;
  overflow: hidden;
}

#buynow .optional .grid .col{
  display: block;
  padding: 29px 0;
  width: 100%;
}

#buynow .optional .grid .col:not(:last-child){
  border-bottom: 1px solid #e5e5e5;
}

#buynow .optional .col .container{
  max-width: 493px;
  padding: 0;
}

#buynow .optional .plan {
  margin-top: 25px;
}

#buynow .optional .plan>div{
  display: inline-block;
  width: auto;
  vertical-align: top;
}

#buynow .optional .plan .duration{
  padding-right: 5%;
}

#buynow .optional .plan .amount{
  text-align: left;
}

#buynow .amount .side,
#buynow .amount h1{
  display: inline-block;
}

#buynow .amount h1{
  font-size: 40px;
  line-height: 48px;
}

#buynow .optional .plan .duration h4{
  max-width: 150px;
}

#buynow .title-cover-top {
  background: url(../images/title-cover-top-svg.svg) bottom center no-repeat transparent;
  background-size: 100% 100%;
  bottom: 100%;
  height: 0;
  left: 0;
  margin-bottom: -1px;
  padding-bottom: 7.2917%;
  position: absolute;
  right: 0;
}

@media screen and (min-width: 1024px) {
  #buynow .optional .amount .side p.small {
    line-height: 20px;
  }

  #buynow .optional .grid .col {
    display: table-cell;
    width: 50%;
  }

  #buynow .optional .grid .col:not(:last-child){
    border-right: 1px solid #e5e5e5;
  }

  #buynow .amount h1{
    font-size: 55px;
  }

  #buynow .optional .grid .col{
    border-bottom: 0px;
    padding: 0px 20px;
  }

  #buynow .optional .wrapper>h2{
    margin-bottom: 40px;
  }

  #buynow .optional .plan {
    margin-top: 45px;
  }

  #buynow .optional .grid .col:not(:last-child) {
    border-bottom: 0px;
  }
}
/****************************
-- Product List --
****************************/
#buynow .plan_options .wrapper {
  max-width: 960px;
}

#buynow .plan_options .wrapper > h2{
  margin-bottom: 20px;
}

#buynow .plan_options .wrapper > p{
  max-width: 650px;
  margin: 0 auto;
}

#buynow .plan_options .grid {
    width: 100%;
}

#buynow .plan_options .grid .col{
  display: block;
  position: relative;
  width: 100%;
  text-align: left;
  margin-top: 30px;
}

#buynow .plan_options .grid .col:not(:last-of-type){
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 30px;
}

#buynow .plan_options .grid .col h4{
  display: inline-block;
}

#buynow .plan_options .grid h1 {
  position: absolute;
  top: 0px;
  right: 30px;
  text-align: right;
}

#buynow .plan_options .grid .side {
  position: absolute;
  top: 14px;
  right: 0px;
  text-align: right;
}

#buynow .plan_options .grid .col ul{
  clear: both;
}

#buynow .plan_options .amount h1 {
  font-size: 45px;
  margin-bottom: 10px;
}

#buynow .plan_options .amount .side p {
  font-size: 20px;
}

#buynow .plan_options .amount >p.small {
  color: #bdbdbd;
  margin-bottom: 10px;
}

#buynow .plan_options .panel h4 {
  margin-bottom: 10px;
  color: #333;
}

#buynow .plan_options .panel ul {
  position: relative;
}

#buynow .plan_options .panel ul li {
  color: #333;
  font-size: 18px;
  line-height: 22px;
  margin-top: 20px;
  margin-left: 30px;
  position: relative;
  text-align: left;
}

#buynow .plan_options .panel ul li:after {
  content: '\ea10';
  font-family: arloicons;
  font-size: 15px;
  position: absolute;
  left: -25px;
  top: 0;
}

#buynow .plan_options .panel .col.green-font-for-col ul li:after {
  color: #06a94e;
}

@media screen and (min-width: 1024px) {
  #buynow .plan_options .grid .col:not(:last-child) {
    border-right: 1px solid #e5e5e5;
  }

  #buynow .plan_options .grid .col{
    display: table-cell;
    width: 25%;
    padding: 0 10px;
    text-align: center;
  }

  #buynow .plan_options .grid .col:not(:last-of-type) {
    border-bottom: 0px;
  }

  #buynow .plan_options .amount {
    margin-bottom: 40px;
    min-height: 130px;
  }

  #buynow .plan_options .amount h1 {
    position: static;
    font-size: 75px;
    margin-bottom: 20px;
  }

  #buynow .plan_options .grid .col h4{
    margin-bottom: 25px;
  }

  #buynow .plan_options .amount .side {
    position: relative;
    top: -13px;
  }

  #buynow .plan_options .amount .side p {
    font-size: 30px;
  }

  #buynow .plan_options .grid .col ul {

  }
}
/*+++++++++++++++++
plan_options Tabs Nav
*/
#buynow .plan_tabs_nav_outer {
  border-bottom: 1px solid #e5e5e5;
}

#buynow .plan_tabs_nav {
  display: table;
  margin: 0 auto -1px;
  width: 100%;
}

#buynow .plan_tabs_nav li {
  display: table-cell;
  vertical-align: bottom;
  width: 50%;
}

#buynow .plan_tabs_nav li:not(:last-child) {
  padding-right: 10px;
}

#buynow .plan_tabs_nav_cta {
  background-color: #f5f5f5;
  border: 1px solid #e5e5e5;
  color: rgba(51,51,51,0.6);
  display: block;
  font-size: 18px;
  line-height: 34px;
  font-weight: 700;
  padding: 10px 10px;
  text-align: center;
}

#buynow .plan_tabs_nav_cta.active {
  border-bottom-color: #fff;
  background-color: #fff;
  color: #06a94e;
}

#buynow .plan_options .panel {
  display: none;
}

#buynow .plan_options .panel.active {
  display: block;
}

@media screen and (min-width: 560px) {
  #buynow .plan_tabs_nav_cta {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

@media screen and (min-width: 1024px) {
  #buynow .plan_tabs {
    margin-top: 30px;
  }

  #buynow .tabs.plan_tabs {
    border: 1px solid #e5e5e5;
    border-top: 0px;
  }

  #buynow .plan_tabs .panel {
    padding: 60px 0;
  }
}

@media screen and (min-width: 1280px) {
  #buynow .plan_tabs_nav_cta {
    font-size: 22px;
  }
}

/****************************
-- Compare Camera Features --
****************************/
#buynow .compare-camera-features .wrapper {
  max-width: 961px;
}

#buynow .compare-camera-features h2 {
  margin-bottom: 30px;
}

#buynow .compare-camera-features .btn {
  margin-top: 30px;
}

#buynow .compare-camera-features .grid {
  width: 100%;
}

#buynow .compare-camera-features .grid{
  border: 1px solid #e5e5e5;
}

#buynow .compare-camera-features .grid-feature{
  margin-bottom: 19px;
}

#buynow .compare-camera-features .grid-title {
  display: none;
}

#buynow .compare-camera-features .grid img{
  width: 100%;
  max-width: 100px;
  margin:0 auto;
}

#buynow .compare-camera-features .grid .col {
  display: block;
}

#buynow .compare-camera-features .grid-feature .col{
  padding: 30px 10px;
  position: relative;
}

#buynow .compare-camera-features .grid-feature .col:not(:first-child){
  display: none;
  margin: 0 10px;
}

#buynow .compare-camera-features .grid-feature.active .col:not(:first-child){
  display: block;
}

#buynow .compare-camera-features .grid-feature .col:not(:last-child){
  border-bottom: 1px solid #e5e5e5;
}

#buynow .compare-camera-features .grid-feature .col:first-of-type {
  background-color: #e5e5e5;
  padding: 20px 20px;
}

#buynow .compare-camera-features .grid-feature .col:first-of-type:after {
  content: '+';
  font-weight: 700;
  font-size: 15px;
  position: absolute;
  right: 10px;
  top: 35%;
}

#buynow .compare-camera-features .grid-feature.active .col:first-of-type:after {
  content: '-';
}

#buynow .compare-camera-features .grid-feature .col:first-of-type p{
  font-size: 19px;
  font-weight: 600;
  text-align: left;
}

#buynow .compare-camera-features .grid-feature .heading{
  margin-bottom: 8px;
}

@media (min-width: 768px){
  #buynow .compare-camera-features h2 {
    margin-bottom: 50px;
  }

  #buynow .compare-camera-features .btn {
    margin-top: 50px;
  }

  #buynow .compare-camera-features .grid-title img{
    width: 100%;
    max-width: 120px;
    margin:0 auto;
  }

  #buynow .compare-camera-features .grid:nth-child(even){
    background-color: #f5f5f5;
  }

  #buynow .compare-camera-features .grid .col {
    display: table-cell;
    width: 25%;
  }

  #buynow .compare-camera-features .grid-title {
    display: block;
  }

  #buynow .compare-camera-features .grid:not(:last-of-type){
    margin: 0;
    border-bottom: 0px;
  }

  #buynow .compare-camera-features .grid-feature .col,
  #buynow .compare-camera-features .grid-title .col {
    padding: 30px 20px;
  }

  #buynow .compare-camera-features .grid-feature .col:not(:last-child){
    border-right: 1px solid #e5e5e5;
    border-bottom: 0px;
  }

  #buynow .compare-camera-features .grid-feature .col:first-of-type:after,
  #buynow .compare-camera-features .grid-feature.active .col:first-of-type:after {
    content: '';
  }

  #buynow .compare-camera-features .grid-feature .col:not(:first-child){
    display: table-cell;
  }

  #buynow .compare-camera-features .grid-feature .col:first-of-type {
    text-align: left;
    background-color: inherit;
    padding: 30px 20px;
  }

  #buynow .compare-camera-features .grid-feature .col:first-of-type p{
    background-color: inherit;
    padding: 0;
    font-size: 22px;
  }

  #buynow .compare-camera-features .grid .col .heading {
    display: none;
  }
}
