
@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i&display=swap&subset=latin-ext');

@import url('https://fonts.googleapis.com/css?family=Barlow+Condensed:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap&subset=latin-ext,vietnamese');

@import url('https://fonts.googleapis.com/css?family=PT+Serif:400,400i,700,700i&display=swap&subset=cyrillic,cyrillic-ext,latin-ext');

html {
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
}

html,
html body {
  font-family: 'Lato', sans-serif;
  background: #dfe9e8;
}

.barlow-condensed-font {
  font-family: 'Barlow Condensed', sans-serif;
}

.pt-serif-font{
  font-family: 'PT Serif', serif;
}

body {
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: #010101;
  font-size-adjust: none;
  font-style: normal;
  margin: 0px;
  padding: 0px;
}


ul:after,
ol:after,
dl:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  overflow: hidden;
}


*,
*:after,
*:before {
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.row:before,
.row:after,
.clearfix:before,
.clearfix:after,
.wrapper:before,
.wrapper:after { clear: both; }

.row:before,
.row:after,
.clearfix:before,
.clearfix:after,
.wrapper:before,
.wrapper:after {
  content: "";
  display: block;
  height: 0px;
  overflow: hidden;
}

a,
button,
img,
select,
a:focus,
input:focus,
textarea:focus {
  outline: 0px !important;
  text-decoration: none;
}

.clr { clear: both; }

img {
  max-width: 100%;
  border: 0px;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  outline: none;
  transition: all .3s ease 0s;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -ms-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
}

button[disabled],
input[disabled] { cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0px;
  padding: 0px;
  transition: all .3s ease 0s;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -ms-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
}

input:hover,
input:focus,
textarea:hover,
input[type=text]:hover,
textarea:active,
input[type=text]:active,
textarea:focus,
input[type=text]:focus,
button:focus,
button:active,
button:hover {
  outline: 0px !important;
  -webkit-appearance: none;
  box-shadow: none!important;
}

input[type="submit"],
input[type="reset"],
input[type="text"],
input[type="button"],
input[type="search"],
input[type="url"],
input[type="tel"],
input[type="email"],
input[type="password"],
textarea,
button {
  -webkit-appearance: none !important;
  box-shadow: none;
  border-radius: 0px;
  border: none;
}

select {
  box-shadow: none;
  border-radius: 0px;
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  -ms-appearance: none !important;
  -o-appearance: none !important;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button { height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: none;
}

::-webkit-input-placeholder {
  color: #333333;
  font-size: 13px;
  font-weight: normal;
  opacity: 1;
}

:-moz-placeholder {
    /* Firefox 18- */
  color: #333333;
  font-size: 13px;
  font-weight: normal;
  opacity: 1;
}

::-moz-placeholder {
    /* Firefox 19+ */
  color: #333333;
  font-size: 13px;
  font-weight: normal;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #333333;
  font-size: 13px;
  font-weight: normal;
  opacity: 1;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type="checkbox"] {
  -webkit-appearance: checkbox;
  border-radius: 0px;
}

input[type="radio"] {
  -webkit-appearance: radio;
  border-radius: 0px;
}

input {
  line-height: normal;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

/* Mozilla based browsers */
::-moz-selection {
  color: #fff;
  background-color: #0066cc;
}

/* Works in Safari */
::selection {
  color: #fff;
  background-color: #0066cc;
}

input[type="text"],
input[type="email"],
input[type="tel"] {
  font-size: 15px;
  color: #b7b7b7;
  width: 100%;
  height: 49px;
  background: #ffffff;
  border-radius: 4px;
  padding: 0 0 0 18px;
}

button,
input[type="submit"] {
  width: 100%;
  height: 49px;
  font-weight: 700;
  font-size: 14px;
  line-height: 49px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  background-color: #8cc049;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

textarea {
  width: 100%;
  height: 119px;
  font-size: 15px;
  color: #b7b7b7;
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 2px 2px 2px 0 rgba(0,0,0,.7);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  margin: 0 0 13px 0;
  padding: 12px 18px 10px 19px;
  overflow-y: hidden!important;
}

/* End Wordpress default CSS */
/* Project name CSS */

.clear { clear: both; }

.page-wrapper {
  position: relative;
  float: left;
  width: 100%;
  overflow: hidden;
}

.wrapper {
  width: 100%;
  max-width: 1202px;
  margin: 0px auto;
  padding: 0px;
}

header,
section,
footer {
  float: left;
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0px;
  padding: 0px;
}

section,
footer {
      background: #dfe9e8;
}


.button-row {
  float: none;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  text-align: left;
  margin: 0px;
  padding: 0px;
}
.button-row a {
  position: relative;
  width: auto;
  display: inline-block;
  vertical-align: top;
  float: none;
  min-width: 174px;
  height: 42px;
  line-height: 40px;
  text-decoration: none;
  outline: none;
  border: 0px;
  background-color: #8b2333;
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  text-align: center;
  text-transform: none;
  letter-spacing: 0px;
  border-radius: 0px;
  margin: 0px;
  padding: 0px 5px;
}
.button-row a:hover {
  background-color: #010101;
  color: #ffffff;
  border: 0px;
}
html body .header {
  padding: 0px;
}
.header-top {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  background-color: #a2c7b6;
  min-height: 46px;
}
.header-top .header-top-left {
  float: left;
  width: auto;
}
.header-top .header-top-left span {
  float: left;
  margin: 10px 0px 10px 1px;
}
.header-top .header-top-left span img {
  width: auto;
  height: auto;
  vertical-align: top;
}
.header-top .header-top-left h6 {
  font-size: 24px;
  color: #ffffff;
  font-weight: 900;
  display: block;
  width: 100%;
  padding: 5px 0px 5px 39px;
  margin: 0px;
  line-height: 36px;
}
.header-top-right {
  float: right;
  width: auto;
}
.header-top-right ul {
  margin: 0px;
  padding: 0px;
}
.header-top-right ul li{
  margin: 0px;
  padding: 0px 0px 0px 41px;
  list-style-type: none;
  float: left;
}
.header-top-right ul li:first-child {
  padding-left: 0px;
}
.header-top-right ul li:last-child {
  padding-right: 2px;
}
.header-top-right ul li span {
  float: left;
  margin: 10px 0px 10px 0px;
}
.header-top-right ul li span img {
  width: 24px;
  height: auto;
  vertical-align: top;
}
.header-top-right ul li p {
  font-size: 14px;
  color: #ffffff;
  font-weight: 600;
  display: block;
  width: 100%;
  padding: 14px 0px 14px 32px;
  margin: 0px;
  line-height: normal;
  text-transform: uppercase;
  font-family: 'Barlow Condensed', sans-serif;
  letter-spacing: 0.2px;
}
.header-logo {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  border-bottom: 1px solid #000000;
}
.logo {
  float: left;
  width: auto;
  padding: 19px 0px 19px;
}
.logo a {
  display: block;
}
.logo img {
  width: 193px;
  height: auto;
  vertical-align: top;
}
.page-title {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding: 46px 15px 45px 56px;
}
.page-title h1 {
  font-weight: 900;
  color: #000000;
  /*font-size: 64px;*/
  font-size: 44px;
  line-height: normal;
  display: block;
  width: 100%;
  text-align: left;
  text-transform: none;
  margin: 0px;
  padding: 0px;
}
.step-row {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin: 0px 0px 0px 0px;
}
.step-row ul {
  margin: 0px;
  padding: 0px;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  border: 2px solid #204b4e;
  border-radius: 5px;
}
.step-row ul li {
  margin: 0px;
  padding: 0px 0px 0px 0px;
  list-style-type: none;
  float: left;
  position: relative;
  width: 33.3333%;
}
.step-row ul li:first-child:before {
  display: none;
}
.step-row ul li:first-child a {
  border-radius: 5px 0px 0px 5px;
}
.step-row ul li:last-child a {
  border-radius: 0px 5px 5px 0px;
}
.step-row ul li:before {
  position: absolute;
  content: "";
  left: -14px;
  top: -2px;
  background-image: url("../../images/step-bg-0444.svg");
  background-repeat: no-repeat;
  background-position: 0px 0px;
  width: 16px;
  height: 73px;
}
.step-row ul li.active + li:before {
  background-image: url("../../images/step-bg-0111.svg");
}
.step-row ul li.active.completed + li.active:before,
.step-row ul li.completed + li.active:before {
  background-image: url("../../images/step-bg-0333.svg");
}
.step-row ul li.active.completed + li:before + li:before,
.step-row ul li.completed + li:before + li:before {
  background-image: url("../../images/step-bg-0111.svg");
}
.step-row ul li.active.completed + li.active:before + li:before,
.step-row ul li.completed + li.active:before + li:before {
  background-image: url("../../images/step-bg-0111.svg");
}
.step-row ul li.active.completed + li.active.completed:before,
.step-row ul li.completed + li.completed:before {
  background-image: url("../../images/step-bg-0222.svg");
}
.step-row ul li.active.completed + li.active.completed + li.active.completed:before,
.step-row ul li.completed + li.active.completed + li.completed:before {
  background-image: url("../../images/step-bg-0222.svg");
}
.step-row ul li a {
  display: block;
  font-size: 20px;
  color: #214c4e;
  font-weight: 700;
  text-transform: none;
  text-align: left;
  padding: 22px 30px 23px;
  text-decoration: none;
}
.step-row ul li a:hover {
  text-decoration: none;
  color: #214c4e;
}
.step-row ul li.active a {
  background-color: #e7f3f0;
  text-decoration: none;
  cursor: default;
}
.step-row ul li.active.completed a,
.step-row ul li.completed a {
  background-color: #e3e3e3;
  cursor: default;
  text-decoration: none;
}

.step-wrapper {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin: 65px 0px 0px 0px;
}
.step-wrapper.step-wrapper-3 {
  margin: 60px 0px 0px 0px;
}
.step-wrapper .step-wrapper-inner{
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.step-wrapper .step-wrapper-inner .step-box {
  float: left;
  width: 50%;
  background-color: #ffffff;
  border: 1px solid #A2C7B6;
  padding: 44px 52px 41px;
}
.step-wrapper .step-wrapper-inner .step-box .step-box-info  {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.box-title {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.box-title h2 {
  font-weight: 700;
  color: #000000;
  font-size: 35px;
  line-height: normal;
  display: block;
  width: 100%;
  text-align: left;
  text-transform: none;
  border-bottom: 1px solid #8EABA6;
  margin: 0px 0px 29px 0px;
  padding: 0px 0px 20px 0px;
}
.step-wrapper .step-wrapper-inner .step-box .step-box-info .step-box-content {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.step-wrapper .step-wrapper-inner .step-box .step-box-info .step-box-content .product-img {
  float: left;
  width: 100%;
  max-width: 165px;
}
.step-wrapper .step-wrapper-inner .step-box .step-box-info .step-box-content .product-content {
  width: calc(100% - 165px);
  float: left;
  padding: 2px 0px 0px 50px;
}
.step-wrapper .step-wrapper-inner .step-box .step-box-info .step-box-content .product-content h6,
.step-wrapper .step-wrapper-inner .step-box .step-box-info .step-box-content .product-content .label-text,
.step-wrapper .step-wrapper-inner .step-box .step-box-info .step-box-content .product-content p{
  font-weight: 900;
  color: #000000;
  font-size: 20px;
  line-height: 27px;
  display: block;
  width: 100%;
  text-align: left;
  text-transform: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
.step-wrapper .step-wrapper-inner .step-box .step-box-info .step-box-content .product-content .label-text,
.step-wrapper .step-wrapper-inner .step-box .step-box-info .step-box-content .product-content em {
  font-weight: 400;
  display: block;
  width: 100%;
}
.step-wrapper .step-wrapper-inner .step-box .step-box-info .step-box-content .product-content .label-text {
  margin-bottom: 30px;
}
.step-wrapper .step-wrapper-inner .step-box .step-box-info .step-box-content .product-content .label-text h1,
.step-wrapper .step-wrapper-inner .step-box .step-box-info .step-box-content .product-content .label-text h2,
.step-wrapper .step-wrapper-inner .step-box .step-box-info .step-box-content .product-content .label-text h3,
.step-wrapper .step-wrapper-inner .step-box .step-box-info .step-box-content .product-content .label-text h4,
.step-wrapper .step-wrapper-inner .step-box .step-box-info .step-box-content .product-content .label-text h5,
.step-wrapper .step-wrapper-inner .step-box .step-box-info .step-box-content .product-content .label-text h6,
.step-wrapper .step-wrapper-inner .step-box .step-box-info .step-box-content .product-content .label-text p {
  color: #000000 !important;
}

.step-wrapper .step-wrapper-inner .step-box .step-box-info .step-box-content .product-content em {
   font-style: italic;
}
.step-wrapper .step-wrapper-inner .step-box .step-box-info .step-box-content .product-content p {
  font-weight: 300;
  margin: 0px 0px 19px 0px;
}
.step-wrapper .step-wrapper-inner .step-box .step-box-info .price-info {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.step-wrapper .step-wrapper-inner .step-box .step-box-info .price-info .discount-label{
   display: inline-block;
  vertical-align: top;
  width: 100%;
  text-align: left;
  margin: 0px 0px 5px 0px;
}
.step-wrapper .step-wrapper-inner .step-box .step-box-info .price-info .discount-label span {
  text-align: center;
  display: inline-block;
  vertical-align: top;
  width: auto;
  min-width: 64px;
  height: 24px;
  line-height: 23px;
  background-color: #ea5f56;
  border-radius: 6px;
  color: #ffffff;
  font-size: 15.31px;
  font-weight: 900;
}
.step-wrapper .step-wrapper-inner .step-box .step-box-info .price-info .price {
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  color: #000000;
  font-family: 'Lato', sans-serif;
}
.step-wrapper .step-wrapper-inner .step-box .step-box-info .price-info .old-price,
.step-wrapper .step-wrapper-inner .step-box .step-box-info .price-info .new-price {
  line-height: 22px;
}
.step-wrapper .step-wrapper-inner .step-box .step-box-info .price-info .old-price .price {
  font-weight: 400;
  text-decoration: line-through;
}
.step-wrapper .step-wrapper-inner .step-box .step-box-info .quantity-wrapper {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  border-top: 1px solid #a4bab5;
  border-bottom: 1px solid #a4bab5;
  padding: 16px 0px 21px;
  margin: 26px 0px 23px 0px;
}
.step-wrapper .step-wrapper-inner .step-box .step-box-info .quantity-wrapper .quantity-label{
  float: left;
  width: auto;
  font-weight: 700;
  color: #000000;
  font-size: 20px;
  line-height: normal;
  margin: 19px 0px 0px;
}
.step-wrapper .step-wrapper-inner .step-box .step-box-info .quantity-wrapper .quantity-text-box {
  width: calc(100% - 165px);
  float: right;
  padding: 2px 0px 0px 50px;
}
.step-wrapper .step-wrapper-inner .step-box .step-box-info .quantity-wrapper .quantity-text-box .quantity-text-box-inner{
  background-color: #ffffff;
  border: 1px solid #8faba4;
  border-radius: 10px;
  width: 124px;
  height: 51px;
  padding: 0px 10px;
  text-align: center;
}
.step-wrapper .step-wrapper-inner .step-box .step-box-info .quantity-wrapper .quantity-text-box .qty-button,
.step-wrapper .step-wrapper-inner .step-box .step-box-info .quantity-wrapper .quantity-text-box .input-text.qty {
  display: inline-block;
  vertical-align: top;
  line-height: 49px;
  text-align: center;
  font-family: 'PT Serif', serif;
  color: #000000;
  font-weight: 700;
  font-size: 20px;
}
.step-wrapper .step-wrapper-inner .step-box .step-box-info .quantity-wrapper .quantity-text-box .qty-button {
  cursor: pointer;
}
.step-wrapper .step-wrapper-inner .step-box .step-box-info .quantity-wrapper .quantity-text-box .input-text.qty {
  padding: 0px 5px;
  width: 100%;
  float: none;
  max-width: 45px;
  border: 0px;
  outline: none;
}
.note-text h6 {
  line-height: 26px;
  text-align: left;
  color: #4ba684;
  font-weight: 900;
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin: 0px;
  padding: 0px 0px 0px 0;
  position: relative;
}
.note-text {
  line-height: 22px;
  text-align: left;
  color: #4ba684;
  font-weight: 900;
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin: 0px;
  padding: 0px 0px 0px 24px;
  position: relative;
}
.note-text:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 5px;
  width: 16px;
  height: 16px;
  background-color: #4ba684;
  border-radius: 100%;
}
.step-wrapper .step-wrapper-inner .step-box.step-your-data-box {
  background-color: #e7f3f0;
  border: 0px;
  padding: 45px 53px 41px;
  border-bottom: 1px solid #e7f3f0;
}
.step-wrapper .step-wrapper-inner .step-box.step-your-data-box .box-title h2{
  border: 0px;
  /*margin: 0px 0px 33px 0px;*/
  margin: 0px 0px 15px 0px;
}
.content-step-section .step-form-box,
.content-step-section .form-wrapper {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

.content-step-section .field-row{
  margin: 0px -7px 0px;
}
.content-step-section .col-6,
.content-step-section .col-12{
  margin: 0px 0px 12px 0px;
  padding: 0px 7px;
  float: left;
}
.content-step-section .col-6 {
  width: 50%;
}
.content-step-section .col-12 {
  width: 100%;
}
.content-step-section .input-text {
  background-color: #ffffff;
  /*border: 1px solid #666666;*/
  border: 1px solid #204b4e;
  border-radius: 6px;
  width: 100%;
  height: 46px;
  line-height: 44px;
  padding: 0px 15px;
  font-size: 16px;
  font-weight: 400;
  /*color: #666666;*/
  color: #204b4e;
  font-family: 'Lato', sans-serif;
}
.content-step-section .input-text:focus {
  /*border: 1px solid #000000;*/
  border: 1px solid #204b4e;
}
.content-step-section form *::-webkit-input-placeholder {
  font-size: 16px;
  font-weight: 400;
  /*color: #666666;*/
  color: #204b4e;
  font-family: 'Lato', sans-serif;
  opacity: 1;
}

.content-step-section form *:-moz-placeholder {
    /* Firefox 18- */
  font-size: 16px;
  font-weight: 400;
  /*color: #666666;*/
  color: #204b4e;
  font-family: 'Lato', sans-serif;
  opacity: 1;
}

.content-step-section form *::-moz-placeholder {
    /* Firefox 19+ */
  font-size: 16px;
  font-weight: 400;
  /*color: #666666;*/
  color: #204b4e;
  font-family: 'Lato', sans-serif;
  opacity: 1;
}

.content-step-section form *:-ms-input-placeholder {
  font-size: 16px;
  font-weight: 400;
  /*color: #666666;*/
  color: #204b4e;
  font-family: 'Lato', sans-serif;
  opacity: 1;
}

.content-step-section .checkbox-row {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  position: relative;
  /*margin: 0px 0px 48px 0px;*/
  margin: 0px 0px 15px 0px;
}
.content-step-section .checkbox-row input[type="checkbox"] {
  position: absolute;
  width: 32px;
  height: 29px;
  opacity: 0;
  left: 0px;
  top: 0px;
  display: none;
}
.content-step-section .checkbox-row input[type="checkbox"] ~ label {
  position: relative;
  cursor: pointer;
  display: block;
}
.content-step-section .checkbox-row input[type="checkbox"] ~ label span,
.content-step-section .checkbox-row span {
  display: block;
  padding: 0px 0px 0px 51px;
  margin: 0px;
  font-size: 14px;
  /*color: #666666;*/
  color: #204b4e;
  font-weight: 400;
  line-height: normal;
}
.content-step-section .checkbox-row span {
  padding-top: 10px;
}
.content-step-section .checkbox-row input[type="checkbox"] ~ label span a {
  font-size: 14px;
  /*color: #666666;*/
  color: #204b4e;
  font-weight: 900;
  line-height: normal;
}
.content-step-section .checkbox-row input[type="checkbox"] ~ label span a:hover {
  /*color: #666666;*/
  color: #204b4e;
}
.content-step-section .checkbox-row input[type="checkbox"] ~ label:before {
  position: absolute;
  content: "";
  width: 32px;
  height: 29px;
  left: 0px;
  top: -6px;
  background-image: url("../../images/checkbox-icon.svg");
  background-repeat: no-repeat;
  background-position: 0px 0px;
  cursor: pointer;
}
.content-step-section .checkbox-row input[type="checkbox"]:checked ~ label:before {
  background-image: url("../../images/checkbox-clicked-icon.svg");
}
.content-step-section .button-row{
  width: 100%;
  display: inline-block;
  vertical-align: top;
} 
.content-step-section .button-row .btn {
  border-radius: 0px;
  border: 0px;
  outline: none;
  width: 100%;
  display: block;
  background-color: #4aa684;
  text-align: center;
  color: #ffffff;
  font-size: 20px;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
  height: 60px;
  line-height: 60px;
  padding: 0px;
  font-family: 'Lato', sans-serif;
}

.subscribe-newsletter-wrapper {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  border-top: 1px solid #a1c6b6;
  margin: 133px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
.subscribe-newsletter-wrapper .subscribe-newsletter-box{
  float: left;
  width: 50%;
  text-align: center;
  padding: 62px 0px 0px 0px;
}
.subscribe-newsletter-wrapper .subscribe-newsletter-box .subscribe-box {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 417px;
  text-align: center;
  position: relative;
}
.subscribe-newsletter-wrapper .subscribe-newsletter-box .subscribe-box h4,
.subscribe-newsletter-wrapper .subscribe-newsletter-box .subscribe-box p {
  font-size: 25px;
  color: #214c4e;
  font-weight: 400;
  line-height: 35px;
  text-align: center;
  display: block;
  width: 100%;
  margin: 0px 0px 4px 0px;
  padding: 0px;
}
.subscribe-newsletter-wrapper .subscribe-newsletter-box .subscribe-box p{
  font-size: 16px;
  margin: 0px 0px 20px 0px;
  padding: 0px;
}
.content-step-section .subscribe-newsletter-wrapper .subscribe-newsletter-box .subscribe-box .input-text{
  border-radius: 0px;
  height: 56px;
  line-height: 56px;
  border: 1px solid #a1c6b6;
  text-align: center;
  font-size: 15px;
  color: #214c4e;
  font-weight: 700;
  font-family: 'PT Serif', serif;
}
.content-step-section .subscribe-newsletter-wrapper .subscribe-newsletter-box .subscribe-box .input-text:focus {
  border: 1px solid #000000;
}

.content-step-section .subscribe-newsletter-wrapper .subscribe-newsletter-box .subscribe-box form *::-webkit-input-placeholder {
  font-size: 15px;
  font-weight: 700;
  color: #214c4e;
  font-family: 'PT Serif', serif;
  opacity: 1;
}

.content-step-section .subscribe-newsletter-wrapper .subscribe-newsletter-box .subscribe-box form *:-moz-placeholder {
    /* Firefox 18- */
  font-size: 15px;
  font-weight: 700;
  color: #214c4e;
  font-family: 'PT Serif', serif;
  opacity: 1;
}

.content-step-section .subscribe-newsletter-wrapper .subscribe-newsletter-box .subscribe-box form *::-moz-placeholder {
    /* Firefox 19+ */
  font-size: 15px;
  font-weight: 700;
  color: #214c4e;
  font-family: 'PT Serif', serif;
  opacity: 1;
}

.content-step-section .subscribe-newsletter-wrapper .subscribe-newsletter-box .subscribe-box form *:-ms-input-placeholder {
  font-size: 15px;
  font-weight: 700;
  color: #214c4e;
  font-family: 'PT Serif', serif;
  opacity: 1;
}
.content-step-section .subscribe-newsletter-wrapper .subscribe-newsletter-box .subscribe-box .checkbox-row input[type="checkbox"] ~ label {
  display: inline-block;
  vertical-align: top;
}
.content-step-section .subscribe-newsletter-wrapper .subscribe-newsletter-box .subscribe-box .checkbox-row input[type="checkbox"] ~ label:before {
  width: 23px;
  height: 21px;
  top: -3px;
  background-image: url("../../images/checkbox-icon-1.png");
}
.content-step-section .subscribe-newsletter-wrapper .subscribe-newsletter-box .subscribe-box .checkbox-row input[type="checkbox"]:checked ~ label::before {
  background-image: url("../../images/checkbox-clicked-icon-1.png");
}
.content-step-section .subscribe-newsletter-wrapper .subscribe-newsletter-box .subscribe-box .checkbox-row {
  margin: 0px 0px 6px 0px;
}
.content-step-section .subscribe-newsletter-wrapper .subscribe-newsletter-box .subscribe-box .button-row .btn {
  height: 60px;
  line-height: 60px;
  background-color: #a1c6b6;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  font-family: 'PT Serif', serif;
  text-transform: none;
  padding: 0px;
}
.content-step-section .subscribe-newsletter-wrapper .subscribe-newsletter-box .subscribe-box .button-row .btn:hover {
  background-color: #ea5f56;
  color: #ffffff;
}
.content-step-section .subscribe-newsletter-wrapper .subscribe-newsletter-box .subscribe-box .col-6, 
.content-step-section .subscribe-newsletter-wrapper .subscribe-newsletter-box .subscribe-box .col-12 {
  margin: 0px 0px 18px 0px;
}
.content-step-section .subscribe-newsletter-wrapper .subscribe-newsletter-box .subscribe-box .checkbox-row input[type="checkbox"] ~ label span {
  display: block;
  padding: 0px 0px 0px 35px;
  margin: 0px;
  font-size: 12px;
  color: #214c4e;
  font-weight: 400;
  line-height: normal;
}
.content-step-section .subscribe-newsletter-wrapper .subscribe-newsletter-box .subscribe-box .checkbox-row input[type="checkbox"] ~ label span a {
  font-size: 12px;
  color: #214c4e;
  font-weight: 900;
  line-height: normal;
}
.content-step-section .subscribe-newsletter-wrapper .subscribe-newsletter-box .subscribe-box .checkbox-row input[type="checkbox"] ~ label span a:hover {
  color: #214c4e;
}
.opening-hours-box {
  float: left;
  width: 50%;
  text-align: center;
  padding: 61px 0px 0px 0px;
}
.opening-hours-box .opening-hours-box-inner{
  float: none;
  width: 100%;
  max-width: 171px;
  text-align: left;
  display: inline-block;
  vertical-align: top;
}
.opening-hours-box .opening-hours-box-inner .opening-hours-title{
  color: #214c4e;
  font-size: 14px;
  line-height: normal;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  width: 100%;
  margin: 0px 0px 1px 0px;
  padding: 0px;
}
.opening-hours-list,
.opening-hours-row {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.opening-hours-row {
  margin: 11px 0px 0px 0px;
}
.opening-hours-box .opening-hours-box-inner .day,
.opening-hours-box .opening-hours-box-inner .time {
  float: left;
  width: auto;
  color: #214c4e;
  font-size: 20px;
  line-height: normal;
  font-weight: 700;
  text-transform: none;
}
.opening-hours-box .opening-hours-box-inner .day {
  min-width: 37px;
}
.opening-hours-box .opening-hours-box-inner .time {
  padding: 0px 0px 0px 13px;
}

.page-footer {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding: 0px 0px 18px 0px;
  margin: 0px;
}
.page-footer .footer-inner {
  border-top: 1px solid #000000;
  margin: 54px 0px 0px 0px;
  padding: 58px 0px 0px 0px;
}
.page-footer .social-row {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  text-align: center;
  margin: 0px 0px 39px 0px;
}
.page-footer .social-row .social-inner {
  display: inline-block;
  vertical-align: top;
}
.page-footer .social-row .social-inner a {
   float: left;
   outline: none;
   border: 0px;
   margin: 0px 8px;
}
.page-footer .copyright-text,
.page-footer .privacy-policy-text,
.page-footer .page-footer-content-bottom,
.page-footer .address-text {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  text-align: center;
  font-size: 15px;
  color: #000000;
  font-weight: 700;
  line-height: 24px;
  text-transform: none;
  margin: 0px 0px 26px 0px;
  padding: 0px;
}
.page-footer .privacy-policy-text a,
 .page-footer .address-text a{
  font-size: 15px;
  color: #000000;
  font-weight: 700;
  line-height: 24px;
  text-transform: none;
  outline: none;
  text-decoration: none;
}
.page-footer .privacy-policy-text a:hover,
.page-footer .address-text a:hover {
    text-decoration: none;
    color: #839c91;
}

.step-wrapper.step-wrapper-3 .step-wrapper-inner .step-box {
  width: 100%;
  background-color: #e7f3f0;
  border: 1px solid #e7f3f0;
  text-align: left;
  padding: 52px 55px 59px 55px;
}
.congratulations-purchase-box {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 599px;
}
.step-wrapper.step-wrapper-3 .step-wrapper-inner .step-box .congratulations-purchase-box .box-title h2{
  font-size: 30px;
  line-height: 33px;
  font-weight: 900;
  border: 0px;
  margin: 0px 0px 27px 0px;
  padding: 0px;
}
.step-wrapper.step-wrapper-3 .step-wrapper-inner .step-box .congratulations-purchase-box p{
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  color: #000000;
  margin: 0px 0px 25px 0px;
  padding: 0px;
}
.address-wrapper {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin: 31px 0px 0px;
}
.address-box {
  float: left;
  width: 50%;
}
.address-box-inner {
  float: left;
  width: auto;
  min-width: 247px;
}
.address-box ~ .address-box .address-box-inner {
    float: right;
}
.address-row {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.address-row .icon-img {
  float: left;
  width: auto;
}
.address-row .address-content {
  float: right;
  width: calc(100% - 63px);
  padding: 5px 0px 0px 0px;
}
.step-wrapper.step-wrapper-3 .step-wrapper-inner .step-box .congratulations-purchase-box .address-row .address-content h3 {
   font-size: 25px;
  line-height: 33px;
  font-weight: 900;
  color: #010101;
  text-transform: none;
  border: 0px;
  margin: 0px 0px 31px 0px;
  padding: 0px;
}
.step-wrapper.step-wrapper-3 .step-wrapper-inner .step-box .congratulations-purchase-box .address-row .address-content p{
  font-size: 16px;
  line-height: 27px;
  font-weight: 400;
  color: #000000;
  margin: 0px 0px 25px 0px;
  padding: 0px;
}
.step-wrapper.step-wrapper-3 .step-wrapper-inner .step-box .congratulations-purchase-box .address-row .address-content p span {
  display: block;
}
.step-wrapper.step-wrapper-3 .step-wrapper-inner .step-box .congratulations-purchase-box .address-row .address-content p a {
  font-size: 16px;
  line-height: 27px;
  font-weight: 400;
  color: #000000;
  text-decoration: none;
}
.step-wrapper.step-wrapper-3 .step-wrapper-inner .step-box .congratulations-purchase-box .address-row .address-content p a:hover {
  color: #000000;
  text-decoration: none;
}

.step-wrapper.step-wrapper-3 .step-wrapper-inner .step-box .congratulations-purchase-box .address-wrapper .button-row {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin: 28px 0px 0px 0px;
}
.step-wrapper.step-wrapper-3 .step-wrapper-inner .step-box .congratulations-purchase-box .address-wrapper .button-row a {
  min-width: 292px;
  height: 61px;
  line-height: 61px;
  padding: 0px 20px;
  border: 1px solid #204b4e;
  border-radius: 0px;
  text-align: center;
  background-color: transparent;
  color: #214c4e;
  font-weight: 900;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  outline: none;
  display: inline-block;
  vertical-align: top;
  width: auto;
}
.step-wrapper.step-wrapper-3 .step-wrapper-inner .step-box .congratulations-purchase-box .address-wrapper .button-row a:hover {
  border: 1px solid #204b4e;
  background-color: #204b4e;
  color: #ffffff;
  text-decoration: none;
  outline: none;
}
.product-info-wrapper-main {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin: 0px 0px 58px 0px;
}
.product-info-wrapper-main .product-media {
  float: left;
  width: 50%;
  margin: 30px 0px 0px 0px;
  text-align: center;
}
.product-info-wrapper-main .product-media img {
  width: auto;
  height: 468px;
  vertical-align: top;
}
.product-info-wrapper-main .product-info-right {
  float: right;
  width: 50%;
  padding: 30px 0px 0px 50px;
}
.product-info-wrapper-main .product-info-right .still-time-tag {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  text-align: left;
  margin: 0px 0px 24px 0px;
}
.product-info-wrapper-main .product-info-right .still-time-tag p {
  text-align: left;
  display: inline-block;
  vertical-align: top;
  width: auto;
  min-width: auto;
  height: 41px;
  line-height: 39px;
  background-color: #ea5f56;
  border-radius: 8px;
  text-transform: none;
  color: #ffffff;
  font-size: 19px;
  font-weight: 400;
  margin: 0px;
  padding: 0px 15px;
}
.product-info-wrapper-main .product-info-right .still-time-tag p span {
  font-weight: 900;
}
.product-info-wrapper-main .product-info-right .still-time-tag p i {
  margin: 0px 1px 0px 5px;
  display: inline-block;
  vertical-align: top;
  font-style: normal;
  line-height: 31px;
}
.product-info-wrapper-main .product-info-right .still-time-tag p i {
  vertical-align: middle;
}
.product-info-wrapper-main .product-info-right .still-time-tag p #days1,
.product-info-wrapper-main .product-info-right .still-time-tag p #hours1,
.product-info-wrapper-main .product-info-right .still-time-tag p #minutes1,
.product-info-wrapper-main .product-info-right .still-time-tag p #seconds1,
.product-info-wrapper-main .product-info-right .still-time-tag p #day-text {
  font-weight: 400;
}
.product-info-wrapper-main .product-info-right h1{
  line-height: normal;
  display: block;
  width: 100%;
  font-size: 35px;
  color: #000000;
  font-weight: 900;
  margin: 0px 0px 6px 0px;
  padding: 0px;
}
.product-info-wrapper-main .product-info-right .sub-text {
  line-height: normal;
  display: block;
  width: 100%;
  font-size: 30px;
  color: #000000;
  font-weight: 400;
  font-style: italic;
  margin: 0px 0px 50px 0px;
  padding: 0px;
}
.product-info-wrapper-main .product-info-right .product-description{
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 435px;
  margin: 0px 0px 30px 0px;
}
.product-info-wrapper-main .product-info-right .product-description h2{
  color: #000000;
  font-size: 30px;
  margin: 0px 0px 15px 0px;
  padding: 0px;
}
.product-info-wrapper-main .product-info-right .product-description h1,
.product-info-wrapper-main .product-info-right .product-description h2,
.product-info-wrapper-main .product-info-right .product-description h3,
.product-info-wrapper-main .product-info-right .product-description h4,
.product-info-wrapper-main .product-info-right .product-description h5,
.product-info-wrapper-main .product-info-right .product-description h6{
  color: #000000 !important;
}
.product-info-wrapper-main .product-info-right .product-description p{
  line-height: 27px;
  display: block;
  width: 100%;
  font-size: 15px;
  color: #000000;
  font-weight: 400;
  font-style: normal;
  margin: 0px 0px 20px 0px;
  padding: 0px;
}
.product-info-wrapper-main .product-info-right .product-description p:empty {
  margin: 0px;
  padding: 0px;
}
.product-info-wrapper-main .product-info-right .product-price-wrapper {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin: 0px 0px 19px 0px;
}
.product-info-wrapper-main .product-info-right .product-price-box {
  display: inline-block;
  vertical-align: top;
  width: auto;
  /*max-width: 416px;*/
  border: 2px solid #e3e3e3;
  border-radius: 6px;
  min-height: 50px;
  margin: 0px;
  padding: 0px;
}
.product-info-wrapper-main .product-info-right .product-price-box .old-price,
.product-info-wrapper-main .product-info-right .product-price-box .discount-label,
.product-info-wrapper-main .product-info-right .product-price-box .special-price  {
  float: left;
}
.product-info-wrapper-main .product-info-right .product-price-box .old-price {
  font-weight: 400;
  color: #000000;
  font-size: 25px;
  font-family: 'Lato', sans-serif;
  line-height: normal;
  padding: 4px 24px 4px;
}
.product-info-wrapper-main .product-info-right .product-price-box .old-price .price {
  font-weight: 400;
  color: #000000;
  font-size: 25px;
  line-height: 42px;
  font-family: 'Lato', sans-serif;
  margin: 0px;
  padding: 0px;
}
.product-info-wrapper-main .product-info-right .product-price-box .old-price span{
  text-decoration: line-through;
}
.product-info-wrapper-main .product-info-right .product-price-box .discount-label {
  border-left: 2px solid #e3e3e3;
  padding: 11px 5px 11px 6px;
}
.product-info-wrapper-main .product-info-right .product-price-box .special-price {
  font-weight: 900;
  color: #4ba684;
  font-size: 25px;
  font-family: 'Lato', sans-serif;
  line-height: normal;
  padding: 4px 24px 4px;
  border-left: 2px solid #e3e3e3;
}
.product-info-wrapper-main .product-info-right .product-price-box .special-price .price {
  font-weight: 900;
  color: #4ba684;
  font-size: 25px;
  line-height: 42px;
  font-family: 'Lato', sans-serif;
  margin: 0px;
  padding: 0px;
}
.product-info-wrapper-main .product-info-right .product-price-box .discount-label span {
  text-align: center;
  display: inline-block;
  vertical-align: top;
  width: auto;
  min-width: 123px;
  height: 28px;
  line-height: 28px;
  background-color: #4aa684;
  border-radius: 12px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 900;
}
.product-info-wrapper-main .product-info-right .note-text {
  line-height: 22px;
  text-align: left;
  color: #ff0000;
  font-weight: 900;
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin: 0px 0px 18px 0px;
  padding: 0px 0px 0px 24px;
  position: relative;
}
.product-info-wrapper-main .product-info-right .note-text:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 4px;
  width: 15px;
  height: 15px;
  background-color: #ff0000;
  border-radius: 100%;
}
.product-info-wrapper-main .product-info-right .button-row.cart-btn-row {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin: 0px 0px 13px 0px;
}
.product-info-wrapper-main .product-info-right .button-row.cart-btn-row .tocart {
  width: 100%;
  max-width: 416px;
  height: 50px;
  border-radius: 32px;
  border: 0px;
  outline: none;
  background-color: #ea5f56;
  text-align: left;
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  line-height: 50px;
  text-transform: uppercase;
  padding: 0px 31px 0px 33px;
  margin: 0px;
  font-family: 'Lato', sans-serif;
}
.product-info-wrapper-main .product-info-right .button-row.cart-btn-row .tocart i {
  float: right;
  margin: 0;
  padding: 0;
  height: 50px;
  line-height: 46px;
}
.product-info-wrapper-main .product-info-right .button-row.cart-btn-row .tocart i img {
  vertical-align: middle;
}
.product-info-wrapper-main .product-info-right .button-row.cart-btn-row .tocart:hover {
  background-color: #4aa684;
  color: #ffffff;
}
.product-info-wrapper-main .product-info-right .online-pay-text {
  color: #000000;
  line-height: normal;
  font-weight: 400;
  font-size: 14px;
  margin: 0px 0px 15px 0px;
}
.properties-and-care-section{
  background-color: #f0f0f0;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  /*padding: 57px 0px 51px;*/
  padding: 57px 0px 30px;
}
.properties-and-care-section h2 {
  /*padding: 0px 0px 0px 73px;*/
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 87px 0px;
  color: #000000;
  line-height: normal;
  font-weight: 900;
  font-size: 30px;
  display: block;
  width: 100%;
}
.properties-and-care-row {
  margin: 0px -15px;
}
.properties-and-care-row .properties-and-care-col {
  padding: 0px 15px;
  float: left;
  width: 33.3333%;
  margin: 0px 0px 30px 0px;
}
.properties-and-care-row .properties-and-care-col {
  width: 38%;
}
.properties-and-care-row .properties-and-care-col ~ .properties-and-care-col {
  width: 35%;
}
.properties-and-care-row .properties-and-care-col ~ .properties-and-care-col ~ .properties-and-care-col{
  width: 25%;
}
.properties-and-care-row .icon-img {
  float: left;
}
.properties-and-care-row .pac-text {
  float: left;
  width: calc(100% - 60px);
  padding: 6px 0px 0px 14px;
}
.properties-and-care-row .properties-and-care-col ~ .properties-and-care-col .pac-text{
  padding: 6px 0px 0px 23px;
}
.properties-and-care-row .properties-and-care-col ~ .properties-and-care-col .icon-img{
  margin: 6px 0px 0px 0px;
}
.properties-and-care-row .properties-and-care-col ~ .properties-and-care-col ~ .properties-and-care-col .pac-text{
  padding: 6px 0px 0px 25px;
}
.properties-and-care-row .properties-and-care-col ~ .properties-and-care-col ~ .properties-and-care-col .icon-img{
  margin: -2px 0px 0px 0px;
}
.properties-and-care-row .pac-text span,
.properties-and-care-row .pac-text p {
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  line-height: 27px;
  margin: 0px;
  padding: 0px;
  display: block;
  width: 100%;
}
.properties-and-care-row .pac-text span {
  font-weight: 900;
  font-size: 13px;
  text-transform: uppercase;
  line-height: normal;
  margin: 0px 0px 3px 0px;
}
.origin-monstera-deliciosa-section {
  padding: 59px 0px 58px;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.origin-monstera-media-img {
  float: left;
  width: 50%;
}
.origin-monstera-media-img img {
  width: 100% !important;
  height: auto !important;
  vertical-align: top !important;
}
.origin-monstera-info-text {
  float: left;
  width: 50%;
  padding: 52px 100px 0px 55px;
}
.origin-monstera-info-text h2 {
  font-size: 35px;
  color: #000000;
  line-height: normal;
  font-weight: 900;
  margin: 0px 0px 42px 0px;
  padding: 0px;
}
.origin-monstera-info-text p {
  font-size: 16px;
  color: #000000;
  line-height: 27px;
  font-weight: 400;
  margin: 0px 0px 29px 0px;
  padding: 0px;
}
.origin-monstera-info-text h3 {
  font-size: 30px;
  color: #000000;
  line-height: 40px;
  font-weight: 400;
  font-family: 'PT Serif', serif;
  margin: 0px 0px 29px 0px;
  /*margin: 0px 0px 52px 0px;*/
  padding: 0px;
}
.content-step-section.subscribe-newsletter-section .subscribe-newsletter-wrapper {
  margin: 57px 0px 0px 0px;
}

.best-offers-products-brochure-section,
.best-offers-products-bg {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.best-offers-products-bg {
  background-color: #ffdbda;
  position: relative;
  margin: 60px 0px 50px 0px;
}
.best-offers-products-bg:before{
  content: "";
  position: absolute;
  top: -60px;
  left: 0px;
  width: 100%;
  height: 2px;
  border-top: 1px solid #ee7e77;
  background-color: transparent;
}
.best-offers-products-bg:after{
  content: "";
  position: absolute;
  top: -59px;
  left: 0px;
  width: 100%;
  height: 2px;
  border-top: 1px solid #fbe1df;
  background-color: transparent;
}
.products-brochure-img-right {
  float: right;
  width: 41.8%;
  padding: 9px 33px 5px 0px;
  text-align: center;
}
.products-brochure-img-right img {
  width: auto;
  height: 413px;
  vertical-align: top;
}
.products-brochure-text-left {
  float: left;
  width: 58%;
  padding: 62px 55px 59px 57px;
}
.products-brochure-text-inner {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  min-height: auto;
}
.products-brochure-text-left h4 {
  font-size: 21px;
  color: #bd7b6d;
  line-height: normal;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0px 0px 4px 0px;
  padding: 0px;
}
.products-brochure-text-left h2 {
  font-size: 35px;
  color: #214c4e;
  line-height: 45px;
  font-weight: 900;
  margin: 0px 0px 44px 0px;
  padding: 0px;
  text-transform: none;
}
.products-brochure-text-left p{
  color: #214c4e;
  font-size: 16px;
  line-height: 27px;
  font-weight: 400;
  margin: 0px 0px 31px 0px;
  padding: 0px;
}
.products-brochure-text-left .button-row a{
  width: auto;
  min-width: 192px;
  height: 61px;
  line-height: 59px;
  border: 1px solid #bc7a6c;
  background-color: transparent;
  border-radius: 0px;
  outline: none;
  padding: 0px 15px;
  text-align: center;
  text-transform: uppercase;
  color: #bd7b6d;
  font-weight: 900;
  font-size: 16px;
}
.products-brochure-text-left .button-row a:hover {
  border: 1px solid #bc7a6c;
  background-color: #bc7a6c;
  color: #ffffff;
}

.products-video-section {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  /*padding: 10px 0px 0px;*/
  padding: 0px;
  margin-top: 50px;
  position: relative;
}
.products-video-section .wrapper {
  position: relative;
}
.products-video-section .wrapper:before{
  content: "";
  position: absolute;
  top: -50px;
  left: 0px;
  width: 100%;
  height: 2px;
  border-top: 1px solid #ee7e77;
  background-color: transparent;
}
.products-video-section .wrapper:after{
  content: "";
  position: absolute;
  top: -49px;
  left: 0px;
  width: 100%;
  height: 2px;
  border-top: 1px solid #fbe1df;
  background-color: transparent;
}
.products-video-col {
  float: left;
  width: 50%;
}
.products-video-col iframe{
  width: 100%;
  height: 413px;
  vertical-align: top;
}
.products-video-col img {
  width: auto; 
  height: auto;
  vertical-align: top;
}
.products-video-section .products-brochure-text-left {
  width: 50%;
}
.products-video-section .products-brochure-text-inner {
  min-height: auto;
}
#suceess-msg-newsletter{
  text-align: center;
  background-color: white;
  height: 35px;
  padding: 6px;
  color: #1d801c;
  border: 1px solid #1d801c;
  border-radius: 5px;
}
#email-error {
    color: red;
}
.show-on-mobile,
.header-top.header-top-mobile-show {
  display: none;
}

.content-step-section .step-wrapper .step-box .step-box-info .step-form-box .paymeny_method_check {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  line-height: normal;
}
.content-step-section .step-wrapper .step-box .step-box-info .step-form-box .paymeny_method_check ul.donate-now{
  margin: 0px 0px 30px 0px;
  padding: 0px;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  line-height: normal;
  position: relative;
}
.content-step-section .step-wrapper .step-box .step-box-info .step-form-box .paymeny_method_check ul.donate-now li{
  margin: 0px;
  padding: 0px 19px 0px 0px; 
  float: left;
  width: auto;
  line-height: normal;
  position: relative;
  background-color: transparent;
  width: auto;
  height: auto;
}
.content-step-section .step-wrapper .step-box .step-box-info .step-form-box .paymeny_method_check ul.donate-now li input[type="radio"] {
  display: none;
}
.content-step-section .step-wrapper .step-box .step-box-info .step-form-box .paymeny_method_check ul.donate-now li label {
  margin: 0px;
  padding: 0px;
  position: relative;
}
.content-step-section .step-wrapper .step-box .step-box-info .step-form-box .paymeny_method_check ul.donate-now li input[type="radio"] + label:hover {
  background-color: transparent;
}
.content-step-section .step-wrapper .step-box .step-box-info .step-form-box .paymeny_method_check ul.donate-now li input[type="radio"] + label .hidden {
  display: none;
}
.content-step-section .step-wrapper .step-box .step-box-info .step-form-box .paymeny_method_check ul.donate-now li input[type="radio"]:checked + label {
  background: transparent;
}
.content-step-section .step-wrapper .step-box .step-box-info .step-form-box .paymeny_method_check ul.donate-now li input[type="radio"] + label:before,
.content-step-section .step-wrapper .step-box .step-box-info .step-form-box .paymeny_method_check ul.donate-now li input[type="radio"] + label:after {
  background-image: none !important;
  position: relative !important;
  top: 0px !important;
  right: 0px !important;
  bottom: 0px !important;
  left: 0px !important;
  border: 0px solid #4aa684 !important;
  display: none !important;
}
.content-step-section .step-wrapper .step-box .step-box-info .step-form-box .paymeny_method_check ul.donate-now li input[type="radio"] + label:before {
  background-image: none !important;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  position: relative;
  content: "";
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  border: 2px solid #4aa684 !important;
  border-radius: 100%;
  float: left;
  display: inline-block !important;
  vertical-align: top;
}
.content-step-section .step-wrapper .step-box .step-box-info .step-form-box .paymeny_method_check ul.donate-now li input[type="radio"]:checked + label:after {
  background-image: none !important;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  position: relative;
  content: "";
  right: 0;
  top: 0;
  padding: 0px !important;
  margin: 0px !important;
  width: 16px !important;
  height: 16px !important;
  border: 0px solid #4aa684 !important;
  background-color: #4aa684;
  border-radius: 100%;
  float: left;
  display: inline-block !important;
  vertical-align: top;
  margin: 0 !important;
  position: absolute !important;
  left: 7px !important;
  top: 7px !important;
}
.content-step-section .step-wrapper .step-box .step-box-info .step-form-box .paymeny_method_check ul.donate-now li .icon-img.icon-img-1 {
  float: left;
  margin: 0px 0px 0px 11px;
  padding: 0px;
  width: 33px;
}
.content-step-section .step-wrapper .step-box .step-box-info .step-form-box .paymeny_method_check ul.donate-now li .icon-img.icon-img-2 {
  float: left;
  margin: 0px 0px 0px 11px;
  padding: 0px;
  width: 44px;
}
.content-step-section .step-wrapper .step-box .step-box-info .step-form-box .paymeny_method_check h3 {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  margin: 11px 0px 15px 0px;
}
.step-wrapper .step-wrapper-inner .step-box.step-your-data-box {
  position: relative;
}
.step-wrapper .step-wrapper-inner .step-box .step-box-info {
  position: relative;
  height: 100%;
}
.step-wrapper .step-wrapper-inner .step-box .step-box-info .step-form-box {
  padding-bottom: 0px;
  height: calc(100% - 105px);
}
.step-wrapper .step-wrapper-inner .step-box .step-box-info .payment-method-bottom-box {
  position: relative;
  width: 100%;
  left: 0px;
  bottom: 0;
  top: auto;
  display: inline-block;
  vertical-align: top;
}
html body .error {
  color: red;
  font-size: 16px;
}

.header-top {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  z-index: 9;
}
.header .header-top ~ .wrapper{
  margin-top: 46px;
}
.button-row.tthp-button-row {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}
.button-row.tthp-button-row .btn {
   min-width: 292px;
    height: 61px;
    line-height: 61px;
    padding: 0px 20px;
    border: 1px solid #204b4e;
    border-radius: 0px;
    text-align: center;
    background-color: transparent;
    color: #214c4e;
    font-weight: 900;
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
    outline: none;
    display: inline-block;
    vertical-align: top;
    width: auto;
}
.button-row.tthp-button-row .btn:hover {
  border: 1px solid #204b4e;
  background-color: #204b4e;
  color: #ffffff;
  text-decoration: none;
  outline: none;
}
.status-display.status-display0 {
  padding: 0px;
}
.video-wrapper-inner.border-status-display {
  /*border: 2px solid #204b4e;*/
  border: 0px;
  background-color: #e7f3f0;
  border-radius: 5px;
  padding: 50px 50px 33px 50px;
}
.video-wrapper-inner.border-status-display .status-head,
.video-wrapper-inner.border-status-display .status-content p {
  font-size: 25px;
  color: #204b4e;
  font-weight: 500;
  line-height: 35px;
  text-align: left;
  text-transform: none;
  display: block;
  width: 100%;
  margin: 0px 0px 7px 0px;
  font-family: 'Lato', sans-serif;
  padding: 0px;
  float: none;
}
.video-wrapper-inner.border-status-display .status-content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0px 0px 20px 0px;
  padding: 0px;
}
