@import url(https://fonts.googleapis.com/css?family=Droid+Serif:400,400italic,700,700italic);
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
.vertical-align {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.vertical-align-bottom {
  position: relative;
  top: 100%;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.horizontal-align {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.horizontal-align-right {
  position: relative;
  left: 100%;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
.clearfix:before,
.clearfix:after {
  content: ' ';
  display: table;
}
.clearfix:after {
  clear: both;
}
/*
   .-----------------------------------------------------.
   |                        FONTS                        |
   '-----------------------------------------------------'
*/
@font-face {
  font-family: 'AdelleThin';
  src: url('../fonts/adelle/adelle_thin-webfont.eot');
  src: url('../fonts/adelle/adelle_thin-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/adelle/adelle_thin-webfont.woff') format('woff'), url('../fonts/adelle/adelle_thin-webfont.ttf') format('truetype'), url('../fonts/adelle/adelle_thin-webfont.svg#AdelleThin') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'AdelleSemiBold';
  src: url('../fonts/adelle/adelle_semibold-webfont.eot');
  src: url('../fonts/adelle/adelle_semibold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/adelle/adelle_semibold-webfont.woff') format('woff'), url('../fonts/adelle/adelle_semibold-webfont.ttf') format('truetype'), url('../fonts/adelle/adelle_semibold-webfont.svg#AdelleSemiBold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'AdelleRegular';
  src: url('../fonts/adelle/adelle_regular-webfont.eot');
  src: url('../fonts/adelle/adelle_regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/adelle/adelle_regular-webfont.woff') format('woff'), url('../fonts/adelle/adelle_regular-webfont.ttf') format('truetype'), url('../fonts/adelle/adelle_regular-webfont.svg#AdelleRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'AdelleLight';
  src: url('../fonts/adelle/adelle_light-webfont.eot');
  src: url('../fonts/adelle/adelle_light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/adelle/adelle_light-webfont.woff') format('woff'), url('../fonts/adelle/adelle_light-webfont.ttf') format('truetype'), url('../fonts/adelle/adelle_light-webfont.svg#AdelleLight') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'AdelleHeavy';
  src: url('../fonts/adelle/adelle_heavy-webfont.eot');
  src: url('../fonts/adelle/adelle_heavy-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/adelle/adelle_heavy-webfont.woff') format('woff'), url('../fonts/adelle/adelle_heavy-webfont.ttf') format('truetype'), url('../fonts/adelle/adelle_heavy-webfont.svg#AdelleHeavy') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'AdelleExtraBold';
  src: url('../fonts/adelle/adelle_extrabold-webfont.eot');
  src: url('../fonts/adelle/adelle_extrabold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/adelle/adelle_extrabold-webfont.woff') format('woff'), url('../fonts/adelle/adelle_extrabold-webfont.ttf') format('truetype'), url('../fonts/adelle/adelle_extrabold-webfont.svg#AdelleExtraBold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'AdelleBold';
  src: url('../fonts/adelle/adelle_bold-webfont.eot');
  src: url('../fonts/adelle/adelle_bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/adelle/adelle_bold-webfont.woff') format('woff'), url('../fonts/adelle/adelle_bold-webfont.ttf') format('truetype'), url('../fonts/adelle/adelle_bold-webfont.svg#AdelleBold') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*
   .-----------------------------------------------------.
   |              FLUID GRID - MOBILE FIRST              |
   '-----------------------------------------------------'
*/
.row-fluid:before,
.row-fluid:after {
  content: "";
  display: table;
}
.row-fluid:after {
  clear: both;
}
.row-fluid {
  *zoom: 1;
}
.row-fluid [class*="span"] {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.row-fluid .no-gutter,
.row-fluid [class*="span"]:first-child {
  margin-left: 0 !important;
}
.row-fluid [class*="span"].pull-right {
  float: right;
}
.row-fluid .span12,
.row-fluid .span11,
.row-fluid .span10,
.row-fluid .span9,
.row-fluid .span8,
.row-fluid .span7,
.row-fluid .span6,
.row-fluid .span5,
.row-fluid .span4,
.row-fluid .span3,
.row-fluid .span2,
.row-fluid .span1 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .row-fluid .span9 {
    width: 73.98373983739837%;
  }
  .row-fluid .span8 {
    width: 65.31165311653117%;
  }
  .row-fluid .span7 {
    width: 56.63956639566396%;
  }
  .row-fluid .span6 {
    width: 47.96747967479675%;
  }
  .row-fluid .span5 {
    width: 39.29539295392954%;
  }
  .row-fluid .span4 {
    width: 30.62330623306233%;
  }
  .row-fluid .span3 {
    width: 21.95121951219512%;
  }
  .row-fluid .span2 {
    width: 13.27913279132791%;
  }
  .row-fluid .span1 {
    width: 4.607046070460705%;
  }
  .row-fluid [class*="span"],
  .row-fluid [class*="span"].has-gutter {
    margin-left: 4.065040650406504%;
  }
}
@media only screen and (min-width: 1001px) {
  .row-fluid .span9 {
    width: 74.0909%;
  }
  .row-fluid .span8 {
    width: 65.4545%;
  }
  .row-fluid .span7 {
    width: 56.8181%;
  }
  .row-fluid .span6 {
    width: 48.1818%;
  }
  .row-fluid .span5 {
    width: 39.5454%;
  }
  .row-fluid .span4 {
    width: 30.9090%;
  }
  .row-fluid .span3 {
    width: 22.2727%;
  }
  .row-fluid .span2 {
    width: 13.6363%;
  }
  .row-fluid .span1 {
    width: 5%;
  }
  .row-fluid [class*="span"],
  .row-fluid [class*="span"].has-gutter {
    margin-left: 3.636363636363636%;
  }
}
/*
   .-----------------------------------------------------.
   |                    EXTRA ELEMENTS                   |
   '-----------------------------------------------------'
*/
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #74787b;
}
.b-login ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #9EA1A3;
}
.error::-webkit-input-placeholder {
  color: #ff0000 !important;
}
.b-cta-email ::-webkit-input-placeholder {
  color: #ffffff;
}
.white-placeholder ::-webkit-input-placeholder {
  color: #ffffff;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #74787b;
}
.b-login :-moz-placeholder {
  /* WebKit browsers */
  color: #9EA1A3;
}
.error:-moz-placeholder {
  color: #ff0000 !important;
}
.b-cta-email :-moz-placeholder {
  color: #ffffff;
}
.white-placeholder :-moz-placeholder {
  color: #ffffff;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #74787b;
}
.b-login ::-moz-placeholder {
  /* WebKit browsers */
  color: #9EA1A3;
}
.error::-moz-placeholder {
  color: #ff0000 !important;
}
.b-cta-email ::-moz-placeholder {
  color: #ffffff;
}
.white-placeholder ::-moz-placeholder {
  color: #ffffff;
}
:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #74787b;
}
.b-login :-ms-input-placeholder {
  /* WebKit browsers */
  color: #9EA1A3;
}
.error:-ms-input-placeholder {
  color: #ff0000 !important;
}
.b-cta-email :-ms-input-placeholder {
  color: #ffffff;
}
.white-placeholder :-ms-input-placeholder {
  color: #ffffff;
}
.blur {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}
.relative {
  position: relative !important;
}
address {
  font-style: normal;
}
blockquote {
  margin: 0;
  padding: 0;
}
blockquote.blockquote-1 {
  color: #354048;
  font-size: 20px;
  line-height: 30px;
  position: relative;
  z-index: 1;
  padding-left: 30px;
  margin-bottom: 29px;
}
blockquote.blockquote-1:before {
  content: '';
  position: absolute;
  top: 6px;
  bottom: 5px;
  left: 0;
  width: 5px;
  background-color: #57c4ef;
}
blockquote.blockquote-1 p {
  margin: 0;
  padding: 0;
  font-size: 20px;
  line-height: 30px;
  color: #354048;
}
blockquote.blockquote-2 {
  color: #d83072;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  margin-bottom: 29px;
}
blockquote.blockquote-2 p {
  margin: 0;
  padding: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  color: #d83072;
}
.b-table {
  display: table;
}
.b-table-row {
  display: table-row;
}
.b-table-cell {
  display: table-cell;
}
.hide {
  display: none !important;
}
.responsive {
  width: 100%;
  height: auto;
}
.no-margin {
  margin-top: 0 !important;
}
.hidden-button {
  display: none;
}
/*
   .-----------------------------------------------------.
   |                       LAYOUT                        |
   '-----------------------------------------------------'
*/
.table-style {
  display: table;
  width: 100%;
}
.table-style .cell {
  display: table-cell;
  vertical-align: top;
  float: none !important;
}
.no-border {
  border: none !important;
}
/* ________________    768px - 1000px    _______________ */
@media only screen and (min-width: 768px) {
  blockquote.blockquote-2 {
    margin-left: -20px;
    margin-right: -28px;
  }
}
/* ________________    1001px - Max    _______________ */
/*
   .-----------------------------------------------------.
   |                       CONTENT                       |
   '-----------------------------------------------------'
*/
.container {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}
.container:before,
.container:after {
  content: ' ';
  display: table;
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  content: ' ';
  display: table;
}
.container:after {
  clear: both;
}
.section {
  padding-top: 50px;
  padding-bottom: 50px;
}
/* ________________    768px - 1000px    _______________ */
@media only screen and (min-width: 768px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
/* ________________    1001px - Max    _______________ */
@media only screen and (min-width: 1001px) {
  .container {
    max-width: 1080px;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
  }
  .section {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
/*
   .-----------------------------------------------------.
   |                   BASIC CLASSES                     |
   '-----------------------------------------------------'
*/
.mobile-hide {
  display: none !important;
}
.button-group {
  font-size: 0;
  text-align: center;
}
.button-group:before,
.button-group:after {
  content: ' ';
  display: table;
}
.button-group:after {
  clear: both;
}
.button-group:before,
.button-group:after {
  content: ' ';
  display: table;
}
.button-group:after {
  clear: both;
}
.button, ._submit {
  background-image: linear-gradient(180deg, #77c33f 0%, #6cb337 100%);
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  font: normal 15px/23px 'AdelleBold', sans-serif;
  color: #ffffff;
  display: inline-block;
  padding: 11px 26px 12px;
  text-transform: uppercase;
  text-align: center;
  border: none;
}
.button:hover, ._submit:hover {
  text-decoration: none;
  color: #ffffff;
  background-image: linear-gradient(180deg, #81cd48 0%, #6dc22c 100%);
}
.button.is-large {
  font-size: 16px;
  padding: 19px 30px;
}
.b-product-list .button.is-large {
  font-size: 15px;
  padding: 15px 20px;
}
.button.is-ext-large {
  font-size: 18px;
  padding: 23px 40px 24px;
}
.button.is-ext-large:after {
  content: '';
  width: 17px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
  background: url(../images/arrow-white-shadow-right-icon.svg) right center no-repeat;
  background-size: 17px 14px;
  margin-left: 15px;
}
.button.is-add-to-cart {
  font-size: 16px;
  padding: 18px 28px 18px 30px;
}
.button.is-add-to-cart:after {
  content: '';
  width: 26px;
  height: 23px;
  display: inline-block;
  vertical-align: middle;
  background: url(../images/cart-icon.svg) right center no-repeat;
  background-size: 26px 23px;
  margin-left: 15px;
}
.button.is-checked {
  font-size: 0px;
  padding: 18px 28px 12px 23px;
  width: 209px;
}
.button.is-checked:after {
  content: '';
  width: 34px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  background: url(../images/checked-icon.svg) right 4px no-repeat;
  background-size: 34px 30px;
  margin-left: 15px;
}
.button.is-square {
  font: normal 16px/23px 'AdelleSemiBold', sans-serif;
  padding: 18px 35px 19px 34px;
  text-shadow: 0 1px 1px #fff;
  background: none;
  color: #9ea1a3;
  background-color: #f8f8f8;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.button.is-square:hover {
  color: #74787b;
}
.button.is-load-more {
  background: none;
  border: 1px solid #d83072;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  font: normal 16px/23px 'AdelleSemiBold', sans-serif;
  padding: 16px 33px 19px;
  color: #9ea1a3;
  box-shadow: none;
  text-shadow: none;
}
.button.is-load-more:hover {
  background-color: #d83072;
  color: #ffffff;
}
.button.is-checkout {
  font-size: 16px;
  padding: 13px 20px 14px;
  display: block;
}
.button.is-join-now {
  font-size: 15px;
  padding: 11px 25px 12px;
}
.button.is-no-fill {
  border: 2px solid rgba(255, 255, 255, 0.3);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 16px 30px 17px;
  background: transparent;
  font-size: 16px;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.b-advisory-board .button.is-no-fill {
  border-color: #d83072;
}
.button.is-no-fill:hover {
  border-color: #ffffff;
}
.button.is-facebook,
.button.is-twitter {
  background-image: linear-gradient(180deg, #3b5998 0%, #345089 100%);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  color: #ffffff;
  font: normal 16px/23px 'AdelleBold', sans-serif;
  padding: 18px 29px 19px 27px;
}
.button.is-facebook span,
.button.is-twitter span {
  font-style: italic;
  font-family: 'AdelleSemiBold', sans-serif;
  text-transform: none;
}
.button.is-twitter {
  background-image: linear-gradient(180deg, #55acee 0%, #50a0dc 100%);
}
.button.is-arrow {
  display: block;
  padding: 15px 10px 15px;
  background: transparent;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  border: 1px solid #FFFFFF;
  font: normal 16px/18px 'AdelleBold', sans-serif;
  letter-spacing: 0;
  text-shadow: 0 1px 1px rgba(0,0,0,0.15);
}
.button.is-arrow:after {
  content: '';
  background: url(../images/arrow-white-icon.svg) no-repeat;
  width: 18px;
  height: 14px;
  display: inline-block;
  margin-left: 15px;
  vertical-align: middle;
}
.button.is-arrow:hover {
}
input[type='submit'] {
  width: 100%;
}
/* ________________    768px - 1000px    _______________ */
@media only screen and (min-width: 768px) {
  .mobile-hide {
    display: inherit !important;
  }
  .tablet-hide {
    display: none !important;
  }
  input[type='submit'] {
    width: auto;
  }
}
/* ________________    1001px - 1080px    _______________ */
@media only screen and (min-width: 1001px) {
  .mobile-hide {
    display: inherit !important;
  }
  .tablet-hide {
    display: inherit !important;
  }
  .desktop-hide {
    display: none !important;
  }
}
/* ________________    1081px - Max    _______________ */
@media only screen and (min-width: 1081px) {
  .button.is-square {
    padding: 18px 49px 19px 47px;
  }
}
/*
   .-----------------------------------------------------.
   |                     SHOP PAGE                       |
   '-----------------------------------------------------'
*/
.b-shop-page {
  border-bottom: 1px solid #e2e3e4;
}
.b-shop-page .b-head {
  text-align: center;
  margin-bottom: 45px;
}
.b-shop-page .b-head--left {
  text-align: left;
}
.b-shop-page .b-body .b-list-control {
  text-align: center;
  padding-top: 26px;
}
.b-product-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.b-product-list li {
  position: relative;
  z-index: 1;
}
.b-product-list li .b-product-photo {
  position: relative;
  z-index: 2;
  overflow: hidden;
  text-align: center;
}
.b-product-list li .b-product-photo img {
  display: block;
  margin: 0 auto;
}
.b-product-list li .b-product-info .b-top {
  padding-top: 20px;
  padding-bottom: 43px;
}
.b-product-list li .b-product-info .b-top:before,
.b-product-list li .b-product-info .b-top:after {
  content: ' ';
  display: table;
}
.b-product-list li .b-product-info .b-top:after {
  clear: both;
}
.b-product-list li .b-product-info .b-top:before,
.b-product-list li .b-product-info .b-top:after {
  content: ' ';
  display: table;
}
.b-product-list li .b-product-info .b-top:after {
  clear: both;
}
.b-product-list li .b-product-info .b-top h5 {
  float: left;
  font-size: 19px;
  width: 70%;
}
.b-product-list li .b-product-info .b-top .price {
  width: 30%;
  padding-top: 2px;
  text-align: right;
  float: right;
  color: #9ea1a3;
  font-size: 21px;
  line-height: 22px;
}
.b-product-list li .b-product-info .b-bottom {
  display: none;
}
.b-product-list li .product-label,
.b-product-detail .product-label {
  background: linear-gradient(135deg, #d83072 0%, #b4205a 100%);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  z-index: 5;
  width: 160px;
  height: 160px;
  color: #ffffff;
  top: -80px;
  right: -80px;
  font: normal 13px/15px 'AdelleRegular', sans-serif;
  text-align: center;
  padding-top: 115px;
}
.b-product-list li .product-label span,
.b-product-detail .product-label span {
  font: normal 18px/20px 'AdelleBold', sans-serif;
  display: block;
  letter-spacing: 1px;
}
.b-product-list li .product-label--limited,
.b-product-detail .product-label--limited {
  padding-top: 120px;
}
.b-product-list li .product-label--limited span,
.b-product-detail .product-label--limited span {
  font: normal 14px/16px 'AdelleBold', sans-serif;
}
.b-product-list li .product-label--new,
.b-product-detail .product-label--new {
  padding-top: 125px;
}
.b-product-list li .product-label--new span,
.b-product-detail .product-label--new span {
  font: normal 22px/24px 'AdelleBold', sans-serif;
}
/* ________________    768px - 1000px    _______________ */
@media only screen and (min-width: 768px) {
  .b-shop-page {
    padding-top: 100px;
  }
  .b-shop-page .b-head {
    margin-bottom: 49px;
  }
  .b-shop-page .b-body .b-list-control {
    padding-top: 0px;
  }
  .b-product-list {
    font-size: 0;
    line-height: 0;
  }
  .b-product-list li {
    display: inline-block;
    vertical-align: top;
    width: 30.6233%;
    margin-left: 4.065%;
    padding-bottom: 71px;
    margin-bottom: 71px;
  }
  .b-product-list li:nth-of-type(3n+1) {
    margin-left: 0;
  }
  .b-product-list li .b-product-info {
    background-color: #ffffff;
    position: absolute;
    z-index: 6;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .b-product-list li .b-product-info .b-top {
    padding-left: 20px;
    padding-right: 20px;
    border-bottom: 1px solid #e2e3e4;
    padding-top: 21px;
    padding-bottom: 21px;
  }
  .b-product-list li .b-product-info .b-top h5 {
    font-size: 20px;
  }
  .b-product-list li .b-product-info .b-bottom {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    display: block;
    height: 0;
    overflow: hidden;
    padding-top: 26px;
  }
  .b-product-list li .b-product-info .b-bottom p {
    font-size: 16px;
    line-height: 1.688em;
    padding-bottom: 9px;
    color: #354048;
  }
  .b-product-list li .b-product-info .b-bottom p span {
    color: #353638;
  }
  .b-product-list li .b-product-info .b-bottom p span.title {
    margin-right: 2px;
  }
  .b-product-list li .b-product-info .b-bottom .color {
    display: inline-block;
    vertical-align: calc(50% - 20px);
    width: 14px;
    height: 14px;
    text-indent: -9999px;
    margin-left: 2px;
  }
  .b-product-list li .b-product-info .b-bottom .button {
    width: 100%;
    margin-top: 15px;
  }
  .b-product-list li a:hover .b-product-info {
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-shadow: 0 2px 40px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 40px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 40px rgba(0, 0, 0, 0.2);
  }
  .b-product-list li a:hover .b-product-info .b-top {
    padding-left: 0;
    padding-right: 0;
  }
  .b-product-list li a:hover .b-product-info .b-bottom {
    height: 193px;
  }
}
/* ________________    1001px - Max    _______________ */
@media only screen and (min-width: 1001px) {
  .b-shop-page {
    padding-top: 140px;
  }
  .b-shop-page .b-head {
    margin-bottom: 69px;
  }
}
/*
   .-----------------------------------------------------.
   |                    SHOP PRODUCT                     |
   '-----------------------------------------------------'
*/
.b-product-page {
  padding-bottom: 44px;
}
.b-product-page .b-head {
  text-align: center;
}
.b-product-page .b-head h1 {
  margin-bottom: 45px;
}
.b-product-page .b-head a.is-back {
  color: #353638;
}
.b-product-page .b-head a.is-back:before {
  content: '';
  background: url(../images/arrow-grey-left-icon.svg) 0 0 no-repeat;
  background-size: 16px 12px;
  width: 16px;
  height: 12px;
  vertical-align: calc(50% - 13px);
  display: inline-block;
  margin-right: 10px;
}
.b-product-page .b-product-detail {
  text-align: center;
}
.b-product-page .b-product-detail .b-product-photo {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 41px;
}
.b-product-page .b-product-detail .b-product-photo img {
  display: block;
}
.b-product-page .b-product-detail .b-product-photo .enlarge-icon {
  display: none;
}
.b-product-page .b-product-detail .b-product-info h3 {
  padding-bottom: 9px;
  margin-bottom: 0;
}
.b-product-page .b-product-detail .b-product-info .b-prices {
  font-size: 32px;
  line-height: 42px;
  color: #e2e3e4;
  padding-bottom: 32px;
}
.b-product-page .b-product-detail .b-product-info .b-prices .old-price,
.b-product-page .b-product-detail .b-product-info .b-prices .current-price del {
  color: #e2e3e4;
  text-decoration: line-through;
}
.b-product-page .b-product-detail .b-product-info .b-prices .current-price del:after {
  display: inline-block;
  content: '/';
  margin: 0 0.025em 0 0.25em;
}
.b-product-page .b-product-detail .b-product-info .b-prices .current-price {
  color: #353638;
}
.b-product-page .b-product-detail .b-product-info .b-prices:last-child {
  padding-bottom: 0;
}
.b-product-page .b-product-detail .b-product-info .b-select-color {
  border-top: 1px solid #e2e3e4;
  padding-top: 20px;
  padding-bottom: 30px;
}
.b-product-page .b-product-detail .b-product-info .b-select-color .title {
  margin-bottom: 14px;
  display: block;
}
.b-product-page .b-product-detail .b-product-info .b-select-size {
  border-top: 1px solid #e2e3e4;
  padding-top: 26px;
  padding-bottom: 40px;
}
.b-product-page .b-product-detail .b-product-info .b-select-size .title {
  margin-bottom: 14px;
  display: block;
}
.b-product-page .b-product-detail .b-product-info .b-action {
  padding-bottom: 36px;
}
.b-product-page .b-product-detail .b-product-info .b-action .button {
  width: 100%;
  margin-bottom: 20px;
}
.b-product-page .b-product-detail .b-product-info .b-action .button:last-child {
  margin-bottom: 0;
}
.b-product-page .b-product-detail .b-product-info .b-description {
  text-align: left;
}
.b-product-page .b-product-detail .b-product-info .b-description p {
  padding-bottom: 27px;
}
.b-product-page .b-product-detail .b-product-info .b-description p:last-child {
  padding-bottom: 0;
}
.b-product-page .b-product-detail .b-product-info .b-description a:not(.button) {
  color: #d83072;
}
.zoomImg {
  display: none !important;
}
.zoom {
  display: block;
  position: relative;
  max-width: 100%;
}
.mobile-view .zoom {
  pointer-events: none;
}
.zoom img {
  display: block;
}
.zoom img::selection {
  background-color: transparent;
}
/* ________________    768px - 1000px    _______________ */
@media only screen and (min-width: 768px) {
  .b-product-page {
    padding-top: 100px;
  }
  .b-product-page .b-head h1 {
    margin-bottom: 55px;
  }
  .b-product-page .b-product-detail {
    text-align: left;
  }
  .b-product-page .b-product-detail .b-product-photo {
    margin-bottom: 0;
  }
  .b-product-page .b-product-detail .b-product-photo .enlarge-icon {
    display: block;
    position: absolute;
    top: 20px;
    left: 20px;
    background: url(../images/enlarge-icon.svg) 0 0 no-repeat;
    background-size: 31px 32px;
    width: 31px;
    height: 32px;
    text-indent: -9999px;
  }
  .b-product-page .b-product-detail .b-product-info .b-action {
    border-top: 1px solid #e2e3e4;
    padding-top: 40px;
  }
  .zoomImg {
    display: block !important;
  }
}
.has-scrollbar.md-modal {
  max-height: 90%;
}
.has-scrollbar.md-modal .b-photo-enlarge {
  overflow: auto;
}
/* ________________    1001px - Max    _______________ */
@media only screen and (min-width: 1001px) {
  .b-product-page {
    padding-top: 140px;
    padding-bottom: 80px;
  }
  .b-product-page .b-head h1 {
    margin-bottom: 70px;
  }
  .b-product-page .b-product-detail {
    text-align: left;
  }
  .b-product-page .b-product-detail .b-product-info h3 {
    padding-bottom: 5px;
  }
  .b-product-page .b-product-detail .b-product-info .b-select-color {
    padding-top: 20px;
    padding-bottom: 21px;
    padding-left: 5px;
  }
  .b-product-page .b-product-detail .b-product-info .b-select-color .color-options {
    display: inline-block;
    vertical-align: middle;
  }
  .b-product-page .b-product-detail .b-product-info .b-select-color .title {
    width: 180px;
    display: inline-block;
    vertical-align: middle;
    border-right: 1px solid #e2e3e4;
    padding-right: 10px;
    margin-right: 20px;
    margin-bottom: 0;
  }
  .b-product-page .b-product-detail .b-product-info .b-select-size {
    padding-top: 15px;
    padding-bottom: 1px;
    padding-left: 5px;
    margin-bottom: 13px;
  }
  .b-product-page .b-product-detail .b-product-info .b-select-size .size-options {
    display: inline-block;
    vertical-align: middle;
  }
  .b-product-page .b-product-detail .b-product-info .b-select-size .title {
    width: 180px;
    display: inline-block;
    vertical-align: middle;
    border-right: 1px solid #e2e3e4;
    padding-right: 10px;
    margin-right: 20px;
    margin-bottom: 0;
  }
  .b-product-page .b-product-detail .b-product-info .b-action {
    border-top: 1px solid #e2e3e4;
    padding-top: 40px;
    padding-bottom: 16px;
  }
  .b-product-page .b-product-detail .b-product-info .b-action:before,
  .b-product-page .b-product-detail .b-product-info .b-action:after {
    content: ' ';
    display: table;
  }
  .b-product-page .b-product-detail .b-product-info .b-action:after {
    clear: both;
  }
  .b-product-page .b-product-detail .b-product-info .b-action:before,
  .b-product-page .b-product-detail .b-product-info .b-action:after {
    content: ' ';
    display: table;
  }
  .b-product-page .b-product-detail .b-product-info .b-action:after {
    clear: both;
  }
  .b-product-page .b-product-detail .b-product-info .b-action .button {
    width: auto;
    display: inline-block;
    float: left;
    margin-right: 25px;
  }
  .b-product-page .b-product-detail .b-product-info .b-action .button:last-child {
    margin-right: 0;
  }
}
/*
   .-----------------------------------------------------.
   |                       POPINS                        |
   '-----------------------------------------------------'
*/
.b-popins {
  background-color: #f8f8f8;
}
.b-popins ul {
  padding: 0;
  margin: 0 0 30px 0;
  list-style: none;
}
.b-popins ul li {
  padding: 10px 0;
  border-bottom: 1px solid #e2e3e4;
}
.b-popins ul li:last-child {
  border-bottom: none;
}
.b-popins p {
  padding-bottom: 10px;
}
.b-popin-block {
  background-color: #ffffff;
}
.b-popin-block.pink-theme,
.b-popin-block.blue-theme {
  background: linear-gradient(135deg, #d83072 0%, #b4205a 100%);
}
.b-popin-block.pink-theme .b-inner,
.b-popin-block.blue-theme .b-inner {
  border-top: none;
}
.b-popin-block.pink-theme .b-inner.is-approved:before,
.b-popin-block.blue-theme .b-inner.is-approved:before {
  background: url(../images/approved-stamp-white.png) 0 0 no-repeat;
  background-size: 207px 98px;
}
.b-popin-block.pink-theme .b-inner .b-head h3,
.b-popin-block.blue-theme .b-inner .b-head h3 {
  color: #ffffff;
}
.b-popin-block.pink-theme .b-inner .b-head p,
.b-popin-block.blue-theme .b-inner .b-head p {
  color: rgba(255, 255, 255, 0.7);
}
.b-popin-block.pink-theme .b-inner input[type='text'],
.b-popin-block.blue-theme .b-inner input[type='text'] {
  border-color: #FFF;
}
.b-popin-block.pink-theme .b-inner input[type='text']:hover,
.b-popin-block.blue-theme .b-inner input[type='text']:hover,
.b-popin-block.pink-theme .b-inner input[type='text'].has-value,
.b-popin-block.blue-theme .b-inner input[type='text'].has-value {
  border-color: rgba(0, 0, 0, 0.5);
}
.b-popin-block.pink-theme .b-inner .b-action .button.is-square,
.b-popin-block.blue-theme .b-inner .b-action .button.is-square {
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.7);
}
.b-popin-block.pink-theme .b-inner .b-action .button.is-square:hover,
.b-popin-block.blue-theme .b-inner .b-action .button.is-square:hover {
  color: #ffffff;
}
.b-popin-block.blue-theme {
  background: none;
  background-color: #253643;
}
.b-popin-block.is-bg-2 .b-inner {
  background-image: url(../images/popin-bg-2.png);
}
.b-popin-block.is-bg-3 .b-inner {
  background-image: url(../images/popin-bg-3.png);
}
.b-popin-block.is-bg-4 .b-inner {
  background-image: url(../images/popin-bg-4.png);
}
.b-popin-block.is-bg-5 .b-inner {
  background-image: url(../images/popin-bg-5.png);
}
.b-popin-block.is-bg-6 .b-inner {
  background-image: url(../images/popin-bg-6.png);
}
.b-popin-block.is-bg-7 .b-inner {
  padding-bottom: 27px;
  background: #FFF;
}
.b-popin-block.is-bg-7 .b-inner .b-body {
  max-width: 280px;
  margin: 0 auto;
}
.b-popin-block.is-bg-7 .b-inner .b-body .b-action .button {
  width: 100%;
}
.b-popin-block .b-inner {
  border-top: 3px solid #d83072;
  padding: 26px 20px 30px 20px;
  background-image: url(../images/popin-bg-1.png);
  background-position: 0 0;
  background-size: cover;
  text-align: center;
}
.b-popin-block .b-inner.is-approved {
  border-top: none;
  padding-top: 129px;
}
.b-popin-block .b-inner.is-approved:before {
  content: '';
  background: url(../images/approved-stamp-pink.png) 0 0 no-repeat;
  background-size: 207px 98px;
  width: 207px;
  height: 98px;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 50%;
  margin-left: -103px;
  display: block;
}
.b-popin-block .b-inner .b-head {
  margin-bottom: 24px;
}
.b-popin-block .b-inner .b-head h3 {
  margin-bottom: 18px;
}
.b-popin-block .b-inner .b-head h3.has-line {
  margin-bottom: 21px;
}
.b-popin-block .b-inner input[type='text'] {
  width: 100%;
  text-align: left;
  border: 1px solid #e2e3e4;
  color: #74787b;
  font-size: 14px;
  line-height: 14px;
  padding: 20px 20px 22px 19px;
  margin-bottom: 20px;
}
.b-popin-block .b-inner input[type='text']:hover,
.b-popin-block .b-inner input[type='text'].has-value {
  border-color: #9ea1a3;
}
.b-popin-block .b-inner .b-action {
  font-size: 0;
  line-height: 0;
}
.b-popin-block .b-inner .b-action .button {
  margin-right: 21px;
  margin-bottom: 20px;
  vertical-align: middle;
  width: 100%;
}
.b-popin-block .b-inner .b-action .button:last-child {
  margin-right: 0;
}
.b-popin-block .b-inner .b-action .button.is-square {
  background-color: transparent;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #e2e3e4;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  padding-top: 17px;
  text-shadow: none;
}
.b-popin-block .b-inner .b-share-buttons .button {
  width: 100%;
  display: block;
}
.b-popin-block .b-inner .b-share-buttons .or {
  display: inline-block;
  color: #9ea1a3;
  font-style: italic;
  line-height: 27px;
  margin-left: 17px;
  margin-right: 17px;
  padding-top: 10px;
  padding-bottom: 10px;
}
/* ________________    768px - 1000px    _______________ */
@media only screen and (min-width: 768px) {
  .b-popins {
    padding-top: 130px;
  }
  .b-popin-block {
    min-width: 555px;
  }
  .b-popin-block .b-inner {
    padding: 26px 30px 30px 30px;
  }
  .b-popin-block .b-inner .b-head {
    margin-bottom: 24px;
  }
  .b-popin-block .b-inner .row-fields {
    margin-bottom: 20px;
  }
  .b-popin-block .b-inner .b-action .button {
    width: auto;
    margin-bottom: 0;
  }
  .b-popin-block .b-inner input[type='text'] {
    margin-bottom: 0;
  }
  .b-popin-block .b-inner .b-share-buttons .button {
    width: auto;
    display: inline-block;
  }
  .b-popin-block .b-inner .b-share-buttons .or {
    display: inline-block;
    padding: 0;
  }
}
/* ________________    1001px - Max    _______________ */
@media only screen and (min-width: 1001px) {
  .b-popins {
    padding-top: 170px;
  }
  .b-popin-block .b-inner {
    padding: 66px 70px 70px 70px;
  }
  .b-popin-block .b-inner .b-head {
    margin-bottom: 44px;
  }
  .b-popin-block .b-inner .row-fields {
    margin-bottom: 40px;
  }
  .b-popin-block.is-bg-7 .b-inner {
    width: 775px;
  }
  .b-popin-block.is-bg-7 .b-inner .row-fields {
    margin-bottom: 20px;
  }
}
/*
   .-----------------------------------------------------.
   |                       VIDEOS                        |
   '-----------------------------------------------------'
*/
.theme-dark .b-videos {
  background-color: #253643;
}
.theme-dark .b-videos h1,
.theme-dark .b-videos h5 {
  color: #ffffff;
}
.b-quick-search {
  position: absolute;
  z-index: 10;
  right: 20px;
  top: -20px;
}
.b-quick-search .quick-search-button {
  -webkit-transition: all 0s ease-out;
  -moz-transition: all 0s ease-out;
  -o-transition: all 0s ease-out;
  transition: all 0s ease-out;
  font-size: 0;
  line-height: 0;
  width: 60px;
  height: 60px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: linear-gradient(135deg, #d83072 0%, #b4205a 100%);
  -webkit-box-shadow: 0 2px 33px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 33px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 33px rgba(0, 0, 0, 0.3);
  text-align: center;
  padding-top: 21px;
  display: block;
}
.b-quick-search .quick-search-button:after {
  content: '';
  background: url(../images/search-n-cat-icon.svg) center center no-repeat;
  background-size: 29px 16px;
  width: 29px;
  height: 16px;
  display: inline-block;
}
.b-quick-search .b-search-n-catagory {
  display: none;
  position: absolute;
  z-index: 11;
  top: 84px;
  right: 0;
  width: 266px;
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.2);
}
.b-quick-search .b-search-n-catagory:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 7px 7px;
  border-color: transparent transparent #55c1f0 transparent;
  position: absolute;
  z-index: 12;
  top: -7px;
  right: 24px;
}
.b-quick-search .b-search-n-catagory .b-search-form {
  background-color: #57c4ef;
  padding: 25px 30px 30px;
}
.b-quick-search .b-search-n-catagory .b-search-form input[type=text] {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  width: 100%;
  padding: 10px 20px 10px 40px;
  border: none;
  background: url(../images/search-blue-icon.svg) 16px center no-repeat;
  background-size: 16px;
  background-color: #ffffff;
  height: 50px;
}
.b-quick-search .b-search-n-catagory .b-search-form input[type=submit] {
  position: absolute;
  z-index: 1;
  left: -999em;
}
.b-quick-search .b-search-n-catagory .b-video-categories {
  overflow-y: auto;
  max-height: 400px;
  padding: 30px 30px 17px;
  background-color: #253643;
}
.b-quick-search .b-search-n-catagory .b-video-categories ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.b-quick-search .b-search-n-catagory .b-video-categories ul li {
  text-align: left;
  border-bottom: 1px solid rgba(226, 227, 228, 0.3);
}
.b-quick-search .b-search-n-catagory .b-video-categories ul li:last-child {
  border: none;
}
.b-quick-search .b-search-n-catagory .b-video-categories ul li a {
  color: #ffffff;
  display: block;
  padding: 21px 0 20px 0;
  font: normal 15px/18px 'AdelleSemiBold', sans-serif;
}
.b-quick-search .b-search-n-catagory .b-video-categories ul li a:hover {
  color: #d83072;
}
.b-video-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 0;
  text-align: left;
}
.b-video-list li {
  text-align: center;
  vertical-align: top;
  margin-bottom: 30px;
}
.b-video-list li a {
  display: block;
}
.b-video-list li .b-info a {
  display: inline-block;
}
.b-video-list li a:hover h5 {
  text-decoration: underline;
}
.b-video-list li a:hover .category {
  color: #d83072;
  text-decoration: underline;
}
.b-video-list li .b-photo {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
.b-video-list li .b-photo img {
  display: block;
  width: 100%;
  height: auto;
}
.b-video-list li .b-photo:before {
  position: absolute;
  background: rgba(37, 54, 67, 0.5);
  color: #ffffff;
  font: normal 12px/20px 'AdelleRegular', sans-serif;
  padding: 5px 10px;
  content: attr(data-video-ratio);
  display: inline-block;
  z-index: 5;
  top: 9px;
  left: 9px;
}
.b-video-list li.is-premium .b-photo:after {
  position: absolute;
  content: '';
  display: block;
  width: 40px;
  height: 44px;
  z-index: 5;
  top: 0px;
  right: 20px;
  background: #FFFFFF url(../images/premium-icon.svg) center center no-repeat;
  box-shadow: 0px 2px 40px 0px rgba(0,0,0,0.20);
}
.b-video-list li.is-articles .b-photo:after {
  background-image: url(../images/articles-blue-icon.svg);
}
.b-video-list li.is-videos .b-photo:after {
  background-image: url(../images/videos-blue-icon.svg);
}
.b-video-list li.is-documents .b-photo:after {
  background-image: url(../images/documents-blue-icon.svg);
}
.b-video-list li.is-podcasts .b-photo:after {
  background-image: url(../images/podcasts-blue-icon.svg);
}
.b-video-list li h5 {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  margin-bottom: 13px;
}
.b-video-list li h5 a {
  color: #354048;
}
.b-video-list li h5 a:hover {
  text-decoration: underline;
}
.b-video-list li p {
  font-size: 16px;
  color: #353638;
  letter-spacing: 0px;
  line-height: 27px;
}
.b-video-list li p.author {
  font: 14px/16px 'AdelleSemiBold', sans-serif;
  color: #FFFFFF;
  letter-spacing: 0px;
}
.b-video-list li .category {
  color: #9ea1a3;
  font: normal 12px/20px 'AdelleRegular', sans-serif;
  text-transform: uppercase;
}
.b-video-list li .category:before {
  content: '';
  display: inline-block;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 17px;
  width: 17px;
  height: 17px;
  vertical-align: calc(50% - 14px);
  margin-right: 11px;
  background-image: url(../images/category-icon.svg);
}
.b-video-list li.quote-item {
  position: relative;
  z-index: 1;
  padding: 27px 30px 42px;
  overflow: hidden;
  margin-bottom: 40px;
  color: #ffffff;
}
.is-private .b-video-list li.quote-item {
  height: 380px;
}
.b-video-list li.quote-item:after {
  content: '';
  background: url(../images/quote-icon.svg) right bottom no-repeat;
  width: 127px;
  height: 92px;
  position: absolute;
  z-index: 2;
  bottom: -31px;
  right: 9px;
}
.b-video-list li.quote-item:hover {
  box-shadow: 0 2px 40px rgba(0, 0, 0, 0.3);
  text-decoration: none;
}
.b-video-list li.quote-item blockquote {
  font: 400 24px/34px 'Droid Serif', sans-serif;
  font-style: italic;
  margin-bottom: 25px;
}
.b-video-list li.quote-item .author {
  font: normal 14px/16px 'AdelleSemiBold', sans-serif;
}
.b-video-list li.quote-item.is-pink {
  background-color: #d83072;
}
.b-video-list li.quote-item.is-pink:hover {
  background-color: #ea337b;
}
.b-video-list li.quote-item.is-blue {
  background-color: #57c4ef;
}
.b-video-list li.quote-item.is-blue:hover {
  background-color: #5cd1ff;
}
.b-video-list li:last-child {
  margin-bottom: 0;
}
/* ________________    768px - 1000px    _______________ */
@media only screen and (min-width: 768px) {
  .b-quick-search {
    position: relative;
    z-index: 10;
    right: auto;
    top: auto;
    float: right;
    margin-top: 26px;
  }
  .b-video-list li {
    text-align: left;
    width: 30.623%;
    margin-left: 4.065%;
    display: inline-block;
    margin-bottom: 52px;
  }
  .b-video-list li:not(.span6):nth-of-type(3n+1) {
    clear: left;
    margin-left: 0;
  }
  .b-video-list li:not(.span6):nth-last-child(1),
  .b-video-list li:not(.span6):nth-last-child(2),
  .b-video-list li:not(.span6):nth-last-child(3) {
    margin-bottom: 0;
  }
  .b-video-list li.span6:nth-of-type(2n+1) {
    clear: left;
    margin-left: 0;
  }
  .b-video-list li.span6:nth-last-child(1),
  .b-video-list li.span6:nth-last-child(2) {
    margin-bottom: 0;
  }
  .b-video-list li .b-photo {
    margin-bottom: 29px;
  }
  .b-video-list li.quote-item {
    padding: 20px 30px 35px;
  }
  .b-video-list li.quote-item blockquote {
    font-size: 18px;
    line-height: 1.4em;
    margin-bottom: 20px;
  }
}
/* ________________    1001px - Max    _______________ */
@media only screen and (min-width: 1001px) {
  .b-video-list li.quote-item {
    padding: 27px 30px 42px;
  }
  .b-video-list li.quote-item blockquote {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 25px;
  }
}
/*
   .-----------------------------------------------------.
   |                       BLOCK 1                       |
   '-----------------------------------------------------'
*/
/* ________________    768px - 1000px    _______________ */
/* ________________    1001px - Max    _______________ */
/*
   .-----------------------------------------------------.
   |                    FORM ELEMENTS                    |
   '-----------------------------------------------------'
*/
.radio-field {
  font-size: 0;
}
.radio-field input[type=radio] {
  display: none;
}
.radio-field input[type=radio]:checked + label:before {
  background-position: 0 -40px;
}
.radio-field label {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
  z-index: 1;
  font-size: 16px;
  width: 40px;
  height: 40px;
  margin-right: 5px;
  margin-left: 5px;
  border: 1px solid #e2e3e4;
}
.radio-field label:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  background: url(../images/small-checked-icon.svg) 0 0 no-repeat;
  background-size: 40px;
}
.radio-field.color-options label {
  font-size: 0;
  line-height: 0;
}
.radio-field.size-options label {
  font-size: 16px;
  line-height: 40px;
  color: #354048;
  min-width: 40px;
  width: auto;
  height: 40px;
  padding: 0 10px;
  text-align: center;
  border: 1px solid #e2e3e4;
}
.radio-field.size-options label:before {
  display: none;
}
.radio-field.size-options input[type=radio]:checked + label {
  border: 2px solid #d83072;
}

.checkbox-field {
  font-size: 0;
}
.checkbox-field input[type=checkbox] {
  display: none;
}
.checkbox-field input[type=checkbox]:checked + label:before {
  content: '';
  width: 22px;
  height: 22px;
  background: #D83072 url(../images/checked-white-icon.svg) 3px 3px no-repeat;
  border: 3px solid #253643;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: block;
  position: absolute;
  z-index: 3;
  top: 50%;
  margin-top: -11px;
  right: -13px;
}
.checkbox-field label {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
  z-index: 1;
  font: 13px/20px 'AdelleSemiBold', Arial;
  color: #FFFFFF;
  height: 32px;
  width: auto;
  padding: 6px 15px 0 15px;
  margin-right: 15px;
  margin-bottom: 15px;
  border: 1px solid #D83072;
  border-radius: 100px;
}
.checkbox-field label:before {
  display: none;
}
.checkbox-field input[type=checkbox]:checked + label {
  background: #57C4EF;
  border-color: #57C4EF;
}
.checkbox-field.by-type label {
  vertical-align: top;
  /* ARTICLES: */
  letter-spacing: 0px;
  font: 11px/17px 'AdelleRegular', Arial;
  height: auto;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-align: center;
  margin: 0 5px;
}
.checkbox-field.by-type label svg {
  display: block;
  margin: 0 auto 11px;
}
.checkbox-field.by-type input[type=checkbox]:checked + label {
  background: none;
  border-color: none;
}

.checkbox-field.by-type input[type=checkbox]:checked + label:before {
  top: -10px;
  margin-top: 0;
  right: 50%;
  margin-right: -23px;
}

.checkbox-field.by-type input[type=checkbox]:checked + label #ArticlesIconBrowse,
.checkbox-field.by-type input[type=checkbox]:checked + label #VideosIconBrowse,
.checkbox-field.by-type input[type=checkbox]:checked + label #DocsIconBrowse,
.checkbox-field.by-type input[type=checkbox]:checked + label #PopcastsIconBrowse {
  stroke: #57C4EF;
}
/* ________________    375px - 767px    _______________ */
@media only screen and (min-width: 375px) {
  .checkbox-field.by-type label {
    margin: 0 10px;
  }
}
/* ________________    768px - 1000px    _______________ */
@media only screen and (min-width: 768px) {
  .checkbox-field.by-type label {
    margin: 0 15px;
  }
}
/* ________________    1001px - Max    _______________ */
@media only screen and (min-width: 1001px) {
  .radio-field input[type=radio]:checked + label:before {
    background-position: 0 -20px;
  }
  .radio-field label {
    width: 20px;
    height: 20px;
    margin-right: 12px;
    margin-left: 0;
  }
  .radio-field label:before {
    width: 20px;
    height: 20px;
    background-size: 20px;
  }
  .radio-field.size-options label {
    margin-right: 10px;
  }
}