/************************
GENERAL
************************/
a, a:hover {
  color: #000;
}

.borderBtm {
  border-bottom: 1px solid #ccc;
}

.lgGap {
  margin-top: 100px;
}

.mdGap {
  margin-top: 50px;
}

.gap {
  height: 15px;
}

.rightAlign {
  text-align: right;
}

.smText {
  font-size: 12px;
  font-weight: normal;
}

.lpTitle {
  font-size: 32px;
  padding: 10px 0;
  text-align: center;
  font-family: 'Libre Baskerville', Arial;
}

.shareThisContainer {
  margin-top: 10px;
}

.shareThisContainer div {
  display: inline-block;
  vertical-align: bottom;
}

.redBorder {
  border: 3px solid #F23E73;
}

/************************
RIGHT COLUMN
************************/

.productTitle {
  font-size: 18px;
  font-weight: bold;
  padding: 0 0 5px 0;
  margin-bottom: 0;
}

.star5 {
  background: url('//media.dermstore.com/images/reviews/50_star.png') no-repeat top left;
}

.star4 {
  background: url('//media.dermstore.com/images/reviews/40_star.png') no-repeat top left;
}

.starsBox {
  width: 60px;
  height: 12px;
  display: inline-block;
  overflow: hidden;
  text-indent: 99999px;
}

.reviewsBox {
  padding-bottom: 10px;
}

.reviewsBox a, .reviewsBox a:hover {
  color: #000;
  font-size: 12px;
}

.bestBrow {
  font-family: "Baskerville", Arial;
  font-size: 18px;
  padding-left: 5px;
  color: #BBB;
}

.productTitle span {
  font-weight: normal;
}

.colorThumb {
  display: inline-block;
  width: 50px;
  margin-right: 10px;
  cursor: pointer;
  position: relative;
}

.productTitle .prod_color {
  font-weight: bold;
}

.tooltip.in {
  opacity: 1;
}

.tooltip.top .tooltip-arrow {
  border-top-color: #CCC;
}

.tooltip-inner {
  background-color: #FFF;
  border-radius: 0px;
  padding: 5px;
  border: 1px solid #CCC;
}

.prodPrice {
  font-size: 16px;
  padding: 15px 0;
  margin-bottom: 0px;
}

.blueText {
  color: #00BDBD;
}

ul.dropdown-menu>li>a {
  text-decoration: none;
}

#addBtn {
  height: 40px;
  width: 200px;
  color: #FFF;
  font-family: 'Century Gothic', Arial;
  background-color: #37CDAB;
  border: none;
  margin-left: 15px;
}

#addBtn:hover {
  background-color: rgba(55,205,171, 0.8);
}

#qty-add {
  margin-bottom: 10px;
}

#freeShip {
  margin: 15px 0;
  font-weight: bold;
  font-size: 14px;
  font-family: 'Century Gothic', Arial;
}

.redText {
  color: #F23E73;
  font-weight: bold;
}

#refillText {
  display: inline-block;
  width: 50%;
  word-wrap: break-word;
  font-size: 14px;
  font-weight: bold;
}

#autoRefillPop {
  display: inline-block;
}

#autoRefillPop {
  color: #a5a5a5;
}

#autoRefillPop:focus, #autoRefillPop:hover {
  color: #000;
}

.popover-content {
  color: #000;
  font-weight: normal;
  font-size: 12px;
  padding: 15px;
}

.popover-content ul {
  padding-left: 20px;
}

.popover-content ul li {
  padding: 2px 0;
}

.panel-group {
  border-top: 1px solid #ccc;
}

.panel-group .panel {
  border-radius: 0px;
}

.panel, .panel-default, .panel-heading, .panel-body {
  border: none;
  border-radius: 0px;
}

.panel {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.panel-heading {
  padding: 0;
}

h4.panel-title a {
  display: block;
  padding: 10px 15px;
}

.panel-default>.panel-heading {
  background-color: #fff;
  border-bottom: none;
  text-transform: uppercase;
  font-family: 'Century Gothic', Arial
}

.panel-default {
  border-bottom: 1px solid #ccc;
}

.panel-collapse {
  border-radius: 0px;
}

.panel-title {
  font-family: 'Century Gothic', Arial;
  font-weight: bold;
  font-size: 13px;
}

.panel-title>a {
  text-decoration: none;
}

.panel-body {
  font-size: 12px;
}

.panel-body ul {
  list-style: disc;
  list-style-position: inside;
  padding-left: 0;
}

.panel-body .consumerData {
  list-style-position: outside;
  padding-left: 15px;
}

.panel-group .panel-heading+.panel-collapse>.panel-body {
  border-top: none;
}

.panel-group .panel-heading a:after {
  font-family: FontAwesome;
  font-size: 12px;
  content: "\f068";
  position: absolute;
  right: 20px;
}

.panel-group .panel-heading a.collapsed:after {
  font-family: FontAwesome;
  font-size: 12px;
  content: "\f067";
}

#whyWeLoveUl {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

/************************
DROPDOWN SELECTS
************************/
@media (min-width: 768px){
  .custom-dropdown__select{
      font-size: inherit; /* inherit size from .custom-dropdown */
      padding: .5em; /* add some space*/
      margin: 0; /* remove default margins */
  }

  .custom-dropdown__select--white {
      background-color: #fff;
      color: #444;    
  }

  .custom-dropdown {
      position: relative;
      display: inline-block;
      vertical-align: middle;
      border: 1px solid #ccc;
  }

  .custom-dropdown__select {
      padding-right: 2.5em; /* accommodate with the pseudo elements for the dropdown arrow */
      border: 0;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;    
  }

  .custom-dropdown::before,
  .custom-dropdown::after {
      content: "";
      position: absolute;
      pointer-events: none;
  }

  .custom-dropdown::after { /*  Custom dropdown arrow */
      content: "\f107";
      font-family: FontAwesome;
      height: 1em;
      font-size: 1em;
      line-height: 1;
      right: 0.7em;
      top: 50%; margin-top: -.5em;
  }

  .custom-dropdown::before { /*  Custom dropdown arrow cover */
      width: 2em;
      right: 0; top: 0; bottom: 0;
  }

  .custom-dropdown__select[disabled] {
      color: rgba(0,0,0,.3);
  }

  .custom-dropdown.custom-dropdown--disabled::after {
      color: rgba(0,0,0,.1);
  }

  /* White dropdown style */
  .custom-dropdown--white::before {
      background-color: #ccc;
      border-left: 1px solid rgba(0,0,0,.1);
  }

  .custom-dropdown--white::after {
      color: rgba(0,0,0,.9);
  }

  /* FF only temp fix */
  @-moz-document url-prefix() {
      .custom-dropdown__select             { padding-right: 1.1em }
      .custom-dropdown--large .custom-dropdown__select { padding-right: 1.3em }
      .custom-dropdown--small .custom-dropdown__select { padding-right: .5em }
  }
}


/************************
LEFT COLUMN
************************/

.sliderThumb:hover {
  cursor: pointer;
}

#swatchTwoPair, #swatchThreePair, #BAPair {
  display: none;
}

#authRetailer {
  margin-top: 25px;
}

#authRetailText {
  font-size: 12px;
  vertical-align: middle;
  padding-left: 10px;
  width: 230px;
  word-wrap: break-word;
  display: inline-block;
}

#videoOption:hover {
  cursor: pointer;
}

/************************
SIMILAR PRODUCTS
************************/

h1.slider-heading:before {
  content: "";
  border-top: 1px solid #b7b7b7;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 15px;
  z-index: -1;
}

h1.slider-heading {
  text-align: center;
  font-size: 16px;
  margin: 0;
  font-weight: 700;
  font-family: Century Gothic, Arial, Courier New, Sans-Serif;
}

h1.slider-heading span {
  display: inline-block;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
  background: #fff;
  text-transform: uppercase;
}

#similarProdOwl {
  text-align: center;
  margin: 50px 0;
}

#similarProdOwl .owl-item img {
  width: 80%;
  margin: 0 auto;
}

#similarProdOwl a {
  color: #000;
}

#similarProdOwl a:hover {
  color: #000;
}

.owl-prev {
  position: absolute;
  left: 0;
  top: 45px;
}

.owl-next {
  position: absolute;
  right: 0;
  top: 45px;
}

/************************
REVIEWS
************************/

#reviewsHeading {
  border-bottom: 2px solid #ccc;
  font-size: 16px;
  padding-bottom: 5px;
  margin-top: 35px;
  font-weight: bold;
}

#reviewsHeading span {
  float: right;
}

#overallRating {
  font-weight: bold;
}

#review-btn {
  float: right;
  width: 180px;
  height: 35px;
  border: none;
  background-color: #353535;
  color: #FFF;
  font-size: 12px;
  margin-top: -20px;
}

#review-btn a {
  font-family: 'Century Gothic', Arial;
  color: #FFF;
  font-size: 12px;
}

#review-btn a:hover {
  text-decoration: none;
}

#reviewsBox {
  background-color: #F7F7F7;
  background-origin: content-box;
  padding: 15px;
  margin-bottom: 30px;
}

#mobileReviewsHeading {
  display: none;
}

.review {
  background-color: #FFF;
  margin: 0;
  padding: 20px;
}

.custDetails {
  font-size: 12px;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 2px solid #CCC;
}

.custDetails span {
  font-weight: normal;
}

.custDetails2 {
  font-size: 12px;
}

.reviewTitle {
  margin-top: 5px;
}

.review {
  font-size: 12px;
}

.helpful a {
  text-decoration: underline;
}

/************************
FOOTER
************************/


.fb_iframe_widget {
  margin-top: 10px;
}


/************************
MEDIA QUERIES
************************/
@media (min-width : 768px) {
  .cat-overview .brand-image {
    max-width: 200px;
    margin-bottom: 10px;
  }
}
@media (min-width : 992px) and (max-width : 1199px) {
  #refillText {
    width: 100%;
  }

  #refill-btn {
    margin-top: 1px;
  }

}
@media (min-width : 992px) {
  .iframeFix {
    height: 553px;
  }
  .embed-responsive.embed-responsive-16by9 {
    padding-bottom: 56.25%;
    top: 50%;
    margin-top: -28%;
    /* position: absolute; */
    margin-bottom: 397px;
  }

  #mainContent {
    min-height: 780px;
  }
}

@media (min-width : 768px) and (max-width : 991px) {
  #refillText {
    width: 100%;
  }

  #mainImage {
    display: none;
  }

  .lpTitle {
    font-size: 30px;
  }

  .bestBrow {
    display: block;
    padding-left: 0;
  }

  .panel-group {
    margin-top: 20px;
  }

}

@media (min-width : 480px) and (max-width : 767px) {
  #prodTitleBreak {
    display: none;
  }
}

@media (max-width : 767px) { 
  .lpTitle {
    border-bottom: 1px solid #ccc;
    text-align: center;
    font-size: 28px; 
  }

  .bestBrow {
    padding-left: 0;
  }

  .lgGap {
    margin-top: 0px;
  }

  #mobileReviewsHeading {
    display: block;
    font-family: 'Century Gothic', Arial;
    font-weight: bold;
    padding-left: 25px;
  }

  .productTitle, .reviewsBox {
    text-align: center;
    border-bottom: none;
  }

  #refillText {
    display: inline-block;
    width: auto;
  }

  #refill-btn {
    width: 182px;
    display: inline-block;
  }

  .reviewTitle {
    font-size: 14px;
    font-weight: bold;
  }

  .addComment, .helpful {
    display: none;
  }

  #reviewsBox, .reviewBody {
    padding: 0;
    background-color: #FFF;
  }

  #imageOptionsOwl {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
  }

  #freeShip {
    margin-top: 15px;
  }
}

@media (max-width : 480px) { 
  #category-page .tab-content {
    margin-top: 0 !important;
  }
  #sort .form-group {
    padding-left: 15px;
  }
  #addBtn {
    width: 75%;
  }
  #prodGrid .col-sm-4 {
    margin-bottom: 30px;
  }
}
div#prodGrid {
  font-family: 'futura-pt';
}
#prodGrid .col-sm-4 {
    min-height: 315px;
}
#prodGrid .ph {
    font-family: 'Martel';
    font-size: 14px;
    font-weight: 600;
}
#category-page .breadcrumb {
   background-color: transparent;
   font-size: 12px;
   font-family: 'futura-pt'!important;
   float: left;
    padding: 8px 3px;
}

.nav_view_more {
  color: #FF6C0C !important;
  font-weight: bold;
  font-size: 12px;
}

#category-page h1 {

   font-family: 'martel', serif;
   font-size: 27px;
   letter-spacing: .3px;
   color: #555555;
   text-transform: uppercase;
   margin-top: 0px;
}

#refineBy a{
  font-family: 'futura-pt';

}

#category-page p {
  font-family: 'futura-pt'!important;
  font-size: 15px;
  letter-spacing: .3px;
}

#category-page .input-group .form-control:first-child {
    border-radius: 0px;
    border-right: 0px;
}

.custom-dropdown__select {
    padding-right: 1.1em;
    width: 180px;
}

.custom-dropdown--white::before {
    background-color: #fff !important;
    border-left: none;
}

#category-page .line-mark {
  padding-top: 5px; 
  margin: 0px 0px 35px 15px; 
  border-top: none; 
  border-bottom: 3px solid #c2c2c2;
}

#sortProducts option {
  text-transform: uppercase;
}

#tabs-NonBoutq li {
  text-transform: uppercase;
  padding-left: 45px;
}
  
#category-page .tab-content {
  margin-top: 35px;
}

#category-page .alt-highlight {
    color: #FF6C0C;
    text-transform: uppercase;
    font-weight: bold;
}


/*** BootStrap Overrides **/

#category-page .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
   border-color: transparent !important;
   border-bottom: 3px solid #333!important;
   color: #333!important;

 }

   #tabs-NonBoutq li > a {
      margin-left: 60px;

   }

   #tabs-NonBoutq li:first-child > a {
      margin-left: 0px;

   }

  #category-page .nav-tabs > li > a {
     color: #c2c2c2;
     font-weight: bold;
  }

  #category-page .refine-panel > h5 {
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 1px solid #c2c2c2;
    padding-bottom: 5px;
  }

  #category-page .refine-panel > a {
    color: #333;
    line-height: 24px;
  }

  #category-page .input-group-addon { 
     background-color: transparent;
     border-radius: 0px;
  }

  #category-page .viewall {
    margin-top: 35px;
      text-align: right;
      font-weight: bold;
  }

  #category-page .viewall a {
    color: #333;
    text-transform: uppercase;
  }

/*  #category-page .item-brand a {
    text-transform: uppercase;
  }*/


  .transf-label {
    text-transform: uppercase;
    font-weight: normal!important;
    padding-right: 10px;
  }

  .prod-dropdwn {
    width: 240px;
    margin-bottom: 35px;
  }

  .prod-dropdwn select {
    background: transparent;
    font-size: 14px;
       height: 35px!important;
      border-style: solid!important;
    border-color: #c2c2c2!important;
    border-right-width: 0px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-width: 1px;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #000;
    width: 240px;
  
  }

  .prod-dropdwn .input-group-addon {

    border-radius: 0px;
  }
  .fa-2x {
     font-size: 1.4em;
    }

    #sort-prods {
      pointer-events: none;
    }
    @media (max-width: 450px) {
      .prod-dropdwn select {
        width: 160px;
      }

       #tabs-NonBoutq li:first-child > a {
          margin-left: 60px;
       }
    }

    p.item-rating.clearfix {
      margin-bottom: 5px!important;
    }

    p.item-name {
      margin-bottom: 10px;
    }

    .prod-widget-responsive p.item-name {
      min-height: 65px!important;
      margin-bottom: 0px!important;
  }

  .item-brand > a{
    font-family: 'Martel'!important;
    font-size: 14px!important;
    font-weight: bold!important;
    line-height: 20px!important;
    margin-bottom: 0px!important;
  }

a.brnd-titles { 
    box-sizing: border-box;
    color: #555!important;
    font-family: "Martel"!important;
    font-size: 14px!important;
    font-weight: 700!important;
    letter-spacing: 0.3px!important;
    line-height: 20px!important;
    margin-bottom: 0px!important;
    margin-top: 10px!important;

  }

  h4.brnds-itms {
    box-sizing: border-box;
    color: #555!important;
    font-family: "Martel"!important;
    font-size: 14px!important;
    font-weight: 700!important;
    letter-spacing: 0.3px!important;
    line-height: 20px!important;
    margin-bottom: 0px!important;
    margin-top: 10px!important;
  }

.transf-label {
  text-transform: uppercase;
  font-weight: normal!important;
  padding-right: 10px;
}

.nav_view_more:hover {
  cursor: pointer;
}

a#more_link {
    display: inline-block;
}

.prod-widget-responsive .profile-border {
  margin-bottom: 0 !important;
}
select.side-nav-select {
    width: 120px;
}

span.badge.orange {
  color: #fff !important;
}


/**************
FANCY CHECKBOXES AND RADIOS
**************/
.checkbox {
  padding-left: 20px;
}
.checkbox label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}
.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #555555;
}
.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
  opacity: 0;
  z-index: 1;
}
.checkbox input[type="checkbox"]:focus + label::before,
.checkbox input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.checkbox input[type="checkbox"]:checked + label::after,
.checkbox input[type="radio"]:checked + label::after {
  font-family: "FontAwesome";
  content: "\f00c";
}
.checkbox input[type="checkbox"]:disabled + label,
.checkbox input[type="radio"]:disabled + label {
  opacity: 0.65;
}
.checkbox input[type="checkbox"]:disabled + label::before,
.checkbox input[type="radio"]:disabled + label::before {
  background-color: #eeeeee;
  cursor: not-allowed;
}
.checkbox.checkbox-circle label::before {
  border-radius: 50%;
}
.checkbox.checkbox-inline {
  margin-top: 0;
}

.checkbox-primary input[type="checkbox"]:checked + label::before,
.checkbox-primary input[type="radio"]:checked + label::before {
  background-color: #337ab7;
  border-color: #337ab7;
}
.checkbox-primary input[type="checkbox"]:checked + label::after,
.checkbox-primary input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-danger input[type="checkbox"]:checked + label::before,
.checkbox-danger input[type="radio"]:checked + label::before {
  background-color: #d9534f;
  border-color: #d9534f;
}
.checkbox-danger input[type="checkbox"]:checked + label::after,
.checkbox-danger input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-info input[type="checkbox"]:checked + label::before,
.checkbox-info input[type="radio"]:checked + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.checkbox-info input[type="checkbox"]:checked + label::after,
.checkbox-info input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-warning input[type="checkbox"]:checked + label::before,
.checkbox-warning input[type="radio"]:checked + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.checkbox-warning input[type="checkbox"]:checked + label::after,
.checkbox-warning input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-success input[type="checkbox"]:checked + label::before,
.checkbox-success input[type="radio"]:checked + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.checkbox-success input[type="checkbox"]:checked + label::after,
.checkbox-success input[type="radio"]:checked + label::after {
  color: #fff;
}

.radio {
  padding-left: 20px;
}
.radio label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}
.radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out;
}
.radio label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 11px;
  height: 11px;
  left: 3px;
  top: 3px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #555555;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}
.radio input[type="radio"] {
  opacity: 0;
  z-index: 1;
}
.radio input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.radio input[type="radio"]:checked + label::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.radio input[type="radio"]:disabled + label {
  opacity: 0.65;
}
.radio input[type="radio"]:disabled + label::before {
  cursor: not-allowed;
}
.radio.radio-inline {
  margin-top: 0;
}

.radio-primary input[type="radio"] + label::after {
  background-color: #337ab7;
}
.radio-primary input[type="radio"]:checked + label::before {
  border-color: #337ab7;
}
.radio-primary input[type="radio"]:checked + label::after {
  background-color: #337ab7;
}

.radio-danger input[type="radio"] + label::after {
  background-color: #d9534f;
}
.radio-danger input[type="radio"]:checked + label::before {
  border-color: #d9534f;
}
.radio-danger input[type="radio"]:checked + label::after {
  background-color: #d9534f;
}

.radio-info input[type="radio"] + label::after {
  background-color: #5bc0de;
}
.radio-info input[type="radio"]:checked + label::before {
  border-color: #5bc0de;
}
.radio-info input[type="radio"]:checked + label::after {
  background-color: #5bc0de;
}

.radio-warning input[type="radio"] + label::after {
  background-color: #f0ad4e;
}
.radio-warning input[type="radio"]:checked + label::before {
  border-color: #f0ad4e;
}
.radio-warning input[type="radio"]:checked + label::after {
  background-color: #f0ad4e;
}

.radio-success input[type="radio"] + label::after {
  background-color: #5cb85c;
}
.radio-success input[type="radio"]:checked + label::before {
  border-color: #5cb85c;
}
.radio-success input[type="radio"]:checked + label::after {
  background-color: #5cb85c;
}

input[type="checkbox"].styled:checked + label:after,
input[type="radio"].styled:checked + label:after {
  font-family: 'FontAwesome';
  content: "\f00c";
}
input[type="checkbox"] .styled:checked + label::before,
input[type="radio"] .styled:checked + label::before {
  color: #fff;
}
input[type="checkbox"] .styled:checked + label::after,
input[type="radio"] .styled:checked + label::after {
  color: #fff;
}


.checkbox-ds input[type="checkbox"]:checked + label::before, .checkbox-ds input[type="radio"]:checked + label::before {
  /*background-color: #7c2a48;
  border-color: #7c2a48;*/
  background-color: #000;
  border-color: #000;
  border-radius: 0;
}
.checkbox-ds label::after {
  color: #fff;
  width: 20px;
  height: 20px;
  margin-left: -18px;
  padding-left: 1px;
  padding-top: 0px;
  font-size: 14px;
}
.checkbox-ds label::before {
  border-radius: 0;
  width: 20px;
  height: 20px;
}
