

@font-face {
  font-family: 'icomoon';
  src:  url('../images/icomoon.eot?e45el3');
  src:  url('../images/icomoon.eot?e45el3#iefix') format('embedded-opentype'),
    url('../images/icomoon.ttf?e45el3') format('truetype'),
    url('../images/icomoon.woff?e45el3') format('woff'),
    url('../images/icomoon.svg?e45el3#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow_up:before {
  content: "\e901";
}
.icon-arrow_right:before {
  content: "\e903";
}
.icon-arrow_left:before {
  content: "\e904";
}
.icon-arrow_down:before {
  content: "\e905";
}
.icon-search:before {
  content: "\e902";
}
.icon-close:before {
  content: "\e900";
}


body {font:400 16px/1.4em Oswald,sans-serif;font-style:normal;letter-spacing: -.02px;color: #063148;min-width: 320px;-moz-font-feature-settings: "liga";-moz-osx-font-smoothing: grayscale;}
.body.nav-open {overflow: hidden;}
.container {max-width: 1764px;width: 100%;}
.row { margin-right: -15px; margin-left: -15px; }
.container,
[class^="col-"] {padding-right: 15px;padding-left: 15px; }
#wrapper:after {bottom: 0;left: 0;position: absolute;right: 0;top: 0; }
@media (min-width: 767.98px) {
  .container{width: 95%}
  .row { margin-right: -20px; margin-left: -20px; }
  .container,
  [class^="col-"] {padding-right: 20px;padding-left: 20px; }
}
@media (min-width: 991.98px) {
  .container{width: 90%}
}
::-moz-selection{background:#60ce78;color: #fff;}
::selection{background:#60ce78;color: #fff;}
input:-webkit-input-placeholder { color: #063148; }
input:-moz-placeholder { color: #063148; }
input:-ms-input-placeholder { color: #063148; }
input:-moz-placeholder { color: #063148; }
input {border: 0;padding: 10px;height: 40px;color: #063148;width: 100%;}
input:focus{ outline: none !important; box-shadow: none !important; text-decoration: none;}
p {margin: 0 0 1em;letter-spacing: -.02px;}
ul,
ol {list-style-type: none;margin: 0;padding: 0; }
button {outline: none; }
a {color: #939598;-moz-transition: all 0.25s linear;-webkit-transition: all 0.25s linear;-o-transition: all 0.25s linear;transition: all 0.25s linear;outline: none !important; }
a:hover {text-decoration: none;color: #60ce78;}
a:focus, button:focus{ outline: none !important; box-shadow: none !important; text-decoration: none;color: #60ce78;}
img{ max-width: 100%; display: block; }
h1 {font-family: Oswald,sans-serif !important;font-weight: 400;font-style: normal;font-size:1.4em;line-height: 1.4em;margin: 0 0 .7em;padding: 0;color: #939598;text-transform: uppercase;}
h2 {font-family: Oswald,sans-serif !important;font-weight: 400;font-style: normal;line-height: 1.4em;margin: 0 0 .7em;padding: 0;color: #939598;text-transform: uppercase;}
@media (min-width: 991.98px) {
  h1{font-size: 1.8em}
}
.card{border: 0;}
.btn, .button, button, input[type="submit"] {
  -webkit-appearance: none;
  display: inline-block;
  background: #60ce78;
  color: #fff;
  border: 2px solid #60ce78;
  height: auto;
  width: auto;
  padding: 9px 1.4em;
  font-family: inherit;
  font-size: 1em;
  line-height: 1.2em;
  font-weight: 400;
  vertical-align: middle;
  text-align: center;
  border-radius: 0;
  text-transform: capitalize;
  transition: opacity .2s,background-color 150ms,border-color 150ms;
}
.btn:hover, .btn:focus, .btn:active, button:hover, button:focus, button:active, .button:hover, .button:focus, .button:active, input[type="submit"]:hover, input[type="submit"]:focus, input[type="submit"]:active{
  border-color: #87da99 !important;
  background: #87da99 !important;
  color: #fff !important;
  text-decoration:none !important;
}
.am-mb-1 {margin-bottom: 10px;}
.am-mb-2 {margin-bottom: 20px;}
.am-overflow-hidden{overflow:hidden;}
sub, sup { font-size: 75%; line-height: 0; vertical-align: baseline; }
sup { top: -.5em; }
.am-p-0{padding: 0 !important;}
.am-m-0{margin: 0 !important;}
.am-mb-5{margin-bottom: 5em !important;}
.am-text-center{text-align: center !important;}

/* Slick Dots CSS */
.slick-dots {list-style: none;text-align: center;margin: 10px 0;padding: 0;width: 100%;}
.slick-dots li {position: relative;display: inline-block;height: 20px;width: 20px;margin: 0 2px;padding: 0;cursor: pointer;}
.slick-dots li button {border: 0;background: 0 0;display: block;height: 20px;width: 20px;outline: 0;line-height: 0;font-size: 0px;color: transparent;padding: 5px;cursor: pointer;}
.slick-dots li button:before {position: absolute;top: 0;left: 0;content: "•";width: 20px;height: 20px;font-family: Arial,sans-serif;font-size: 44px;line-height: 20px;text-align: center;color: #717373;opacity: .25;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}
.slick-dots li.slick-active button:before {color: #717373;opacity: .75;}

.carousel-indicators {display: flex;align-items: center;justify-content: center;bottom: 0px;}
.carousel-indicators li{background: #717373;opacity: .25;width: 12px;height: 12px;border: 0;}
.carousel-indicators li.active{background: #717373;opacity: .75;width: 12px;height: 12px;border: 0;}
.carousel-indicators li + li{margin-left: 10px !important;}
.carousel-control-next, .carousel-control-prev {position: absolute;top: 50%;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;color: #fff;text-align: center;opacity: .75;width: 80px;height: 80px;transform: translateY(-50%);}
.carousel-control-prev {left: 0;margin-left: -80px;}
.carousel-control-next {right: 0;margin-right: -80px;}
.carousel:hover .carousel-control-prev {margin-left: 0;}
.carousel:hover .carousel-control-next {margin-right: 0;}
.carousel-control-next svg, .carousel-control-prev svg {width: 100%;height: 100%;fill: #fff;opacity: 1;-webkit-filter: drop-shadow(0px 1px 1px rgba(0,0,0,0.5));-moz-filter: drop-shadow(0px 1px 1px rgba(0,0,0,0.5));-o-filter: drop-shadow(0px 1px 1px rgba(0,0,0,0.5));-ms-filter: drop-shadow(0px 1px 1px rgba(0,0,0,0.5));filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, .5));}

/* Slick Arrows */
.slick-arrow{position: absolute;top: 50%;transform: translateY(-50%);z-index: 1;opacity: 0;transition: all .3s ease-in-out;background: transparent;border: 0;font-size: 0;line-height: 0;}
.slick-arrow:before{font-size: 100px;font-family: icomoon;}
.slick-prev.slick-arrow {left: 20px;margin-left: -80px;}
.slick-prev.slick-arrow:before{content: '\e904';}
.slick-next.slick-arrow {right: 20px;margin-right: -80px;}
.slick-next.slick-arrow:before{content: '\e903';}
.slick-slider:hover .slick-prev {opacity: 1;margin-left: 0;}
.slick-slider:hover .slick-next {opacity: 1;margin-right: 0;}
.slick-arrow:focus{color: #fff;}

/* Header CSS */
#header .top-bar a{display: block;color: #fdf6f7;background: #00B0C7;padding: .5em 1em;font-size: 90%;}
#header .top-bar a:hover{background: #f09000;}
#header .toolbar-block .social-list {display: flex;align-items: center;justify-content: flex-end;font-size: 1em;line-height: normal;padding: 1em 0;}
#header .toolbar-block .social-list li + li {margin-left: 15px;}
#header .toolbar-block .social-list li:last-child{margin-left: 35px;}
#header .toolbar-block .social-list li a {color: #000;}
#header .toolbar-block .social-list li a:hover{opacity: .7;color: #60ce78}
#header .toolbar-block .social-list li:last-child a{opacity: 1;}
#header .toolbar-block .social-list li:last-child a:hover svg{fill: #60ce78;opacity: 1;}
#header .logo {display: block;margin-top: 15px;margin-bottom: 25px;}
#header .navbar {padding: 0;}
#header .navbar-nav .nav-item + .nav-item {margin-left: 1.8em;}
#header .navbar-nav .nav-link {font-size: 15px;line-height: 1.1em;}
#header .nav-item.dropdown:hover .dropdown-menu {display: block;}
#header .navbar-nav .nav-item.dropdown{position: static;}
#header .dropdown-menu{width: 100%;left: 0;right: 0;top: 100%;min-width: 100%;transform: none;background: #60ce78;border: 0;border-radius: 0;padding: 25px;margin: 0;}
#header .collection-grid .collection {display: flex;flex-direction: column;}
#header .dropdown-menu .collection .collection-name a {font-size: 26px;border: 15px solid #b0e7bc;width: 140px;height: 140px;display: flex;align-items: center;justify-content: center;margin-right: 30px;color: #fff;}
#header .collection-list a {display: block;color: #fff;padding: .4em 0;line-height: 1.3em;position: relative; font-size:14px;}
#header .collection-list a:before{content: '\e903';font-family: icomoon;font-size: 20px;line-height: 20px;font-weight: 900;}
#header .dropdown-menu .col-md-3{max-width: 30%;}
#header .desktop-header{display: none;}
#header .mob-header {padding: 1em 0;}
#header .mob-header .nav-link.nav-back-link {background: #e6eaed;border: 1px solid #fdf6f7;font-size: 16px !important;line-height: 1.4em !important;text-transform: capitalize !important;color: #063148;margin-bottom: 10px;padding: 15px !important;}
#header .mob-header .nav-link.nav-back-link:hover {color: #60ce78;}
#header .nav-link.nav-back-link .icon-arrow_left {width: 20px;height: 20px;display: inline-block;vertical-align: middle;background: #fff;text-align: center;line-height: 18px;margin-right: 10px;font-size: 16px;}
#header .mob-header .has-mega-menu ul li .nav-link {text-transform: capitalize;}
#header .mob-header .toolbar-block {display: flex;justify-content: space-between;}
#header .mob-header .toolbar-block ul {display: flex;align-items: center;padding: 0;}
#header .mob-header .toolbar-block ul li + li{margin-left: 20px;}
#header .mob-header .toolbar-block ul li button.navbar-toggler {width: 30px;height: 30px;background: transparent;border: 0;padding: 0;}
#header .mob-header .toolbar-block ul li button.navbar-toggler span {height: 3px;display: block;background: #000;width: 100%;margin: 5px auto;}
#header .mob-header .toolbar-block ul li .logo {margin: 0;width: 100px;}
body.nav-open:before{content: '';position: fixed;top: 0;bottom: 0;left: 0;right: 0;background: rgba(0,0,0,.4);z-index: 1;cursor: pointer;}
#header .mob-header .collapse {position: fixed;z-index: 999;background: #e6eaed;top: 0;bottom: 0;left: -250px;max-width: 250px;display: block;-moz-transition: all 0.25s linear;-webkit-transition: all 0.25s linear;-o-transition: all 0.25s linear;transition: all 0.25s linear;overflow: hidden;}
body.nav-open #header .mob-header .collapse {left: 0;}
#header .mob-header .toolbar-block ul.navbar-nav {display: block;width: 100%;float: left;background: #fff;padding-bottom: 15px;}
#header .mob-header .toolbar-block ul.navbar-nav .nav-item {width: 100%;margin: 0;}
#header .navbar-block .toolbar-block {padding: 1.5em 20px .5em;background: #fff;}
#header .navbar-block .social-list li:last-child {margin-left: 20px;}
#header .mob-header .navbar-block .nav-link {padding: 10px 20px;text-transform: uppercase;font-size: 1.4em;line-height: 1.4em;display: block;width: 100%;}
#header .account-block {clear: both;padding-top: 20px;}
#header .mob-header .account-block ul {display: block;}
#header .mob-header .account-block ul li {margin: 0 !important;}
#header .mob-header .account-block ul li a {display: block;padding: 10px 20px;color: #063148;}
#header .mob-header .account-block ul li a:hover{color: #60ce78;}
#header .nav-item.has-mega-menu {display: flex;align-items: center;justify-content: space-between;}
#header .nav-item.has-mega-menu .open-sub-nav {position: static;min-width: 32px;height: 32px;max-width: 32px;width: 32px;padding: 0;color: #fff;margin-right: 20px;margin-left: 10px;}
#header .nav-item.has-mega-menu .open-sub-nav:hover{background-color: #87da99;border-color: #87da99;}
#header .nav-item.has-mega-menu .open-sub-nav svg{fill: #fff;}
#header .mob-header .nav-expand-content {position: absolute;top: 0;bottom: 0;left: 0;width: 100%;height: 100%;transform: translateX(100%);background-color: #fff;transition: 0.3s;visibility: hidden;opacity: 0;z-index: 1;display: block !important;}
#header .mob-header .nav-expand-0.active-0 > .nav-expand-content,
#header .mob-header .nav-expand-1.active-1 > .nav-expand-content,
#header .mob-header .nav-expand-2.active-2 > .nav-expand-content,
#header .mob-header .nav-expand-3.active-3 > .nav-expand-content{transform: translateX(0);visibility: visible;opacity: 1;}
#header .mob-header .navbar-toggler:hover {background: transparent !important;}
/* Media */
@media (min-width: 479.98px) {
  #header .mob-header .toolbar-block ul li .logo {width: 150px;}
  #header .mob-header .collapse{max-width: 320px;left: -320px}
}
@media (min-width: 639.98px) {
  #header .mob-header .collapse{max-width: 430px;left: -430px}
}
@media (min-width: 767.98px) {
  #header .desktop-header{display: block;}
  #header .mob-header{display: none;}
}
@media (min-width: 1199.98px) {
  #header .collection-grid .collection {flex-direction: row;}
  #header .dropdown-menu .col-md-3 {max-width: 100%;}
}

/* Visual Block CSS */
.visual-block{padding: 50px 0 0;overflow: hidden;}
.section-id-1478797384865 .slide--2::after {background-color: #3d4246;opacity: 0.4;}
.has-tint::after {content: '';pointer-events: none;position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.visual-block .container {padding: 0;}
/*.slide-overlay .inner .trans-out {opacity: 0;transform: translate3d(0,10px,0);transition: none;}*/
.inner .line-1,
.inner .line-2 {color: #063148;}
.slide-overlay .line-1 {font-size: 2.1em;line-height: 1.2em;padding: 0;margin: 0 0 20px;}
.slide-overlay .line-2 {font-size: 1.26667em;margin: 0 0 20px}
.slick-slider .slick-list, .slick-slider .slick-track {-webkit-transform: translate3d(0,0,0);-moz-transform: translate3d(0,0,0);-ms-transform: translate3d(0,0,0);-o-transform: translate3d(0,0,0);transform: translate3d(0,0,0);}
.slide-data .inner {text-transform: uppercase;text-shadow: 2px 2px 10px rgba(0,0,0,.5);padding: 30px 0;text-align: center;}
.slide-data .btn{padding: 15px 2.4em 14px;text-transform: uppercase;}
.visual-block .carousel{overflow: hidden;}
.visual-block .carousel .carousel-control-prev,
.visual-block .carousel .carousel-control-next{display: none;}

/* Media */
@media (min-width: 767.98px) {
  .visual-block .container {padding-left: 20px;padding-right: 20px;}
  .slide-data .overlay-holder{position: relative;display: block;}
  .slide-data .overlay-holder:after{content: '';position: absolute;top: 0;left: 0;right:0;bottom: 0;background-color: #3d4246;opacity: 0.4;}
  .slide-overlay {position: absolute;top: 50%;left: 0;right: 0;transform: translateY(-50%);z-index: 1;pointer-events: none;}
  .slide-overlay.align-left .inner, .slide-overlay.align-right .inner {width: 45%;text-align: left;}
  .slide-overlay .inner {vertical-align: middle;display: inline-block;padding: 0 8%;}
  .slide-overlay.align-left .inner {padding-right: 0;}
  .slide-overlay.align-right .inner {padding-left: 0;}
  .slide-overlay.align-right{text-align: right;}
  .inner .line-1, .inner .line-2 {color: #fff;}
  .slide-data .btn {pointer-events: auto;}
  .visual-block .carousel .carousel-control-prev,
  .visual-block .carousel .carousel-control-next{display: block;}
}
@media (min-width: 991.98px) {
  .slide-overlay .line-1 {font-size: 3.24em;line-height: 1.2em;padding: 0;margin: 0 0 20px;}
  .slide-overlay .line-2{font-size: 1.8em;line-height: 1.4em;}
}

/* How it work CSS */
.how-it-works {overflow: hidden;padding: 3.5em 0;}
.how-it-works .card{border: 0;}
.how-it-works .card img{padding: 0 20px 10px;max-width: 300px;margin: 0 auto;}
.how-it-works .card strong{margin: 0 0 1em;display: block;}
.how-it-works .btn-hol{margin-top: 20px;}

/* Media */
@media (min-width: 767.98px) {
  .how-it-works .col-md-4 {max-width: 33.3333%;}
  .how-it-works .card img {max-width: 200px;}
}
@media (min-width: 991.98px) {
  .how-it-works .card img {max-width: 250px;}
}
@media (min-width: 1199.98px) {
  .how-it-works .card img {max-width: 300px;}
}

/* Product Block CSS */
.product-block{overflow: hidden;padding: 0 0 3.5em;}
.product-block .head {margin-bottom: 1.2em;}
.product-block .head h1 {margin-bottom: .2em;}
.more-link {text-align: right;}
.more-link a{color: #60ce78;position: relative;display: inline-block;vertical-align: middle;}
.more-link a:after {content: '';display: block;margin-top: .2em;border-bottom: 1px solid rgba(96,206,120,.5);transition: all .1s ease-in-out;}
.more-link a:hover:after {border-bottom-color: #60ce78;}
.product-block .card .img-hol{border-radius: 0;display: block;margin: 0 0 1em;}
.product-block .title {display: block;color: inherit;padding-top: .1em;margin: 0 0 .2em;}
.product-block .price {font-size:1.33333em;color: #063148;line-height: 1em;}
.product-block .col-6 {flex: 0 0 50%;max-width: 50%;}

/* Media */
@media (min-width: 767.98px) {
  .product-block .head {display: flex;justify-content: space-between;align-items: center;}
  .product-block .price{font-size: 1.25em;}
}
@media (min-width: 991.98px) {
  .product-block .col-6:nth-child(3){display: block}
  .product-block .col-6 {flex: 33.3333%;max-width: 33.3333%;}
}

/* Featured Block CSS */
.featured-block{overflow: hidden;padding: 0 0 1.5em;}
.featured-block .content a{position: relative;display: block;}
.featured-block .content a:after {content: '';pointer-events: none;position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-color: #3d4246;opacity: 0.3;}
.featured-block .content a .caption {position: absolute;top: 50%;left: 0;transform: translateY(-50%);right: 0;z-index: 1;pointer-events: none;text-align: center;}
.featured-block .content a span {color: #fff;text-transform: uppercase;padding:15px 10px;border: 3px solid #fff;font-size: 1.2em;line-height: 1.4em;}
.featured-block .content{transition: transform 3s;overflow: hidden;margin: 0 0 1em;}
.featured-block .img-hol {display: block;position: relative;transition: transform 3s;}
.featured-block .img-hol:hover {transform: scale(1.1);}

/* Media */
@media (min-width: 767.98px) {
  .featured-block .content{margin-bottom: 2em;}
}
@media (min-width: 991.98px) {
  .featured-block .content a span{padding: 20px 25px;font-size: 1.4em;}
}

/* Blog Section CSS */
.blog-block{overflow: hidden;padding: 0 0 3.5em;}
.blog-block .head {margin-bottom: 1.2em;}
.blog-block .head h1 {margin-bottom: .2em;}
.blog-block .img-holder{transition: transform 3s;overflow: hidden;margin: 0 0 1em;}
.blog-block .img-hol {display: block;position: relative;transition: transform 3s;}
.blog-block .img-hol:hover {transform: scale(1.1);}
.blog-block .title{color: #063148;font-size: 1.33333em;line-height: 1.4em;margin: 0 0 .7em;display: block;}
.blog-block .title:hover{color: #60ce78;}
.blog-block .card .more-link {text-align: left;}
.blog-block .card {margin: 0 0 36px;}
.blog-block .img-hol img {width: 100%;}

/* Media */
@media (min-width: 767.98px) {
  .blog-block .head {display: flex;justify-content: space-between;align-items: center;}
}
@media (min-width: 991.98px) {
  .blog-block .title {font-size: 1.66667em;}
}

/* Footer CSS */
#footer {padding: 4em 0 1em;background: #60ce78;color: #121e28;}
#footer .subscriptions .form-group {position: relative;max-width: 600px;margin: 0 auto;}
#footer .subscriptions .form-group button {background: #063148;position: absolute;right: 0;top: 0;bottom: 0;border: 0;min-width: 150px;}
#footer .subscriptions .form-group button:hover{opacity: .9;}
#footer .subscriptions .form-group input {padding-right: 160px;height: 60px;}
#footer .subscriptions {margin: 0 0 40px;padding: 0 0 40px;border-bottom: 1px solid rgba(255,255,255,.5);}
#footer .site-logo {margin: 0 0 20px;}
#footer .footer-nav ul li {margin: 0 0 5px;}
#footer .footer-nav ul li a{color: #fff}
#footer .footer-nav ul li a svg * {fill: #fff;}
#footer .social-links {margin: 20px 0 0;}
#footer .social-links__list{display: flex;align-items: center;}
#footer .social-links__list li {flex: 0 0 5%;max-width: 5%;}
#footer .social-links__list li + li{margin-left: 20px;}
#footer .content .title {color: #fff;font-size: 16px;margin: 0 0 1em;}
#footer .content p,
#footer .copy-text p {color: #fff;}
#footer .copy-text p{margin-top: 30px;}


/* Collection Pages CSS */
.collection-page {padding: 50px 0 30px;}
.collection-page .head{display: block;}
.collection-page .head h1{color: #60ce78;margin-bottom: 20px}
.collection-page .card {margin-bottom: 30px;}
.shop-our-boxes .col-6 {display: block !important;}
.shop-our-boxes .col-6 {flex: 0 0 100%;max-width: 100%;}

/* Media */
@media (min-width: 767.98px) {
  .shop-our-boxes .col-6 {flex: 0 0 33.3333%;max-width: 33.3333%;}
}
@media (min-width: 1199.98px) {
  .product-block .col-md-3 {flex: 0 0 25%;max-width: 25%;}
}

/* About Us Page CSS */
.about-us .col-6{flex: 0 0 100%;max-width: 100%;}
.about-us img{margin: 0 auto;}
.about-us .about-image{margin: 20px 0 30px;}

/* Media */
@media (min-width: 767.98px) {
  .about-us .col-6{flex: 0 0 50%;max-width: 50%;}
}
@media (min-width: 1199.98px) {
  .about-us .col-6:first-child{flex: 0 0 60%;max-width: 60%;}
  .about-us .col-6:last-child{flex: 0 0 40%;max-width: 40%;}
}

/* In The Press CSS */
.in-the-press img{margin: 0 auto;}

/* FAQ Page CSS */
.faq-page{overflow: hidden;padding: 50px 0 0;}
.faq-page .head h1{color: #60ce78;}
.single-faq{margin: 0 0 50px;}
.faq-page .row .col-4 {flex: 0 0 33.3333%;max-width: 33.3333%;}

/* Subscription Page CSS */
.subscriptions-page{overflow: hidden;padding: 50px 0 10px;}
.subscriptions-page .col-6{flex: 0 0 100%;max-width: 100%;}
.subscriptions-page .head h1{color: #60ce78;margin: 0;}
.subscriptions-page .card{text-align: center;margin-bottom: 40px;}
.subscriptions-page .title {font-size: 20px;line-height: 34px;}
.subscriptions-page .price {display: block;margin: 0 0 10px;}
.subscriptions-page .description {margin: 20px 0 0;padding: 25px;text-align: left;background: #f3f3f3;}

/* Media */
@media (min-width: 767.98px) {
  .subscriptions-page .col-6{flex: 0 0 50%;max-width: 50%;}
}
@media (min-width: 1199.98px) {
  .subscriptions-page .col-6{flex: 0 0 25%;max-width: 25%;}
  .subscriptions-page .title {font-size: 26px;line-height: 40px;}
  
}

/* Theme CSS */
.row-offcanvas.row-offcanvas-right {display: none;}
.login-form .forgot-pwd a {color: #60ce78;}
.login-form .forgot-pwd a:hover {color: #4A4A4A;}
.gift-card-modal {padding: 10px 20px;}
.address-info td.col-lg-4.info-label.no-border {vertical-align: middle;}
.payment-info td.col-lg-8.info-value {display: flex;align-items: center;}
.payment-info td.col-lg-8.info-value input#update_subs {width: 20px;min-width: 20px;height: 20px;margin-right: 10px;}
.gift-choice input#is_gift {min-width: 20px;width: 20px;margin-right: 10px;}
.gift-choice {display: flex;align-items: center;}
#gift-form .renew-choice label, #gift-form .gift-choice label{margin-right:10px;}
.coupon_section .input-group-btn {font-size: 16px;}
.cta button#checkout_button {border-radius: 0;color: #fff;background: #60cf78;font: 400 16px/1.4em Oswald,sans-serif !important;}

/* Media */
@media (min-width: 767.98px) {
	.login-form .forgot-pwd {text-align: left;}
  	.login-form .login-btn-holder {text-align: right;}
}


/* Modal CSS */
#myModal {
    max-width: 100%;
    margin: 0 auto;
    width: 500px;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    border: 9px solid rgb(102, 204, 102);
    border-radius: 8px;
    padding: 20px !important;
    min-height: 500px;
    box-shadow: 0 3px 9px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0 3px 9px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 3px 9px rgba(0,0,0,.1);
    -ms-box-shadow: 0 3px 9px rgba(0,0,0,.1);
    -o-box-shadow: 0 3px 9px rgba(0,0,0,.1);
}
.modal-backdrop {
    background-color: rgba(102,204,102,0.5);
    opacity: 1 !important;
}
#myModal .modal-header {
    padding: 0;
    border: 0;
}
#myModal .modal-header .close {
    opacity: 1;
    width: 22px;
    height: 22px;
}
#myModal .modal-body .logo-holder {
    width: 150px;
    margin: 0 auto 10px;
}
#myModal .modal-body {
    padding: 0;
    text-align: center;
}
#myModal .headline {
    color: rgba(102,204,102,1);
    font-family: Poppins;
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 10px;
}
#myModal p {
    color: rgba(0,0,0,1);
    font-family: Poppins;
    font-size: 16px;
    line-height: 16px;
    font-weight: normal;
    font-style: normal;
}
#myModal form input{
  border-radius: 0;
  font-family: Poppins;
}
#myModal form button {
    font-family: Poppins;
    margin-top: 20px;
    font-size: 22px;
    border-radius: 5px;
    padding: 12px 18px;
    border: 0;
    text-transform: uppercase;
}
#myModal form button:hover{
  background: rgba(102, 204, 102, 0.75) !important;
}

.remove_button [class^="icon-"], [class*=" icon-"]{
  font-family: FontAwesome !important;
}
ul.collection-list{
  min-width:100px;
}
.row.tr_bottom{
  align-items: baseline;
}