@charset "UTF-8";

/*! HTML5 Boilerplate v7.3.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 2.0.0 | MIT License | https://github.com/h5bp/main.css#readme */

/*
* What follows is the result of much research on cross-browser styling.
* Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
* Kroc Camen, and the H5BP dev community and team.
*/

/* ==========================================================================
Base styles: opinionated defaults
===============================================================

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
* Remove text-shadow in selection highlight:
* https://twitter.com/miketaylr/status/12228805301
*
* Vendor-prefixed and regular ::selection selectors cannot be combined:
* https://stackoverflow.com/a/16982510/7133471
*
* Customize the background color to match your design.
*/

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
* A better looking default horizontal rule
*/

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
* Remove the gap between audio, canvas, iframes,
* images, videos and the bottom of their containers:
* https://github.com/h5bp/html5-boilerplate/issues/440
*/

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
* Remove default fieldset styles.
*/

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
* Allow only vertical resizing of textareas.
*/

textarea {
  resize: vertical;
}

/* ==========================================================================
Browser Upgrade Prompt
========================================================================== */

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
Author's custom styles
========================================================================== */

/* ==========================================================================
Helper classes
========================================================================== */

/*
* Hide visually and from screen readers
*/

.hidden {
  display: none !important;
}

/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
*    causes content to wrap 1 word per line:
*    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
* Extends the .sr-only class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
* Hide visually and from screen readers, but maintain layout
*/

.invisible {
  visibility: hidden;
}

/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

/* ==========================================================================
EXAMPLE Media Queries for Responsive Design.
These examples override the primary ('mobile first') styles.
Modify as content requires.
========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
Print styles.
Inlined to avoid the additional HTTP request:
https://www.phpied.com/delay-loading-your-print-css/
========================================================================== */

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
  * Don't show links that are fragment identifiers,
  * or use the `javascript:` pseudo protocol
  */

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
  * Printing Tables:
  * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
  */

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

/*Beginning of MYFIT custom css*/

/*$primary:rgba(255,0,0,1);*/

/*$red:rgba(255,0,0,1);*/

/*$secondary:rgba(0,0,0,.8);*/

html,
body {
  margin: 0 auto;
  max-width: 450px;
  /*max-width:375px;*/
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

html h1,
html h2,
html h3,
html h4,
html h5,
html h6,
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

html li,
html a,
html span,
html label,
html p,
body li,
body a,
body span,
body label,
body p {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

html a,
body a {
  color: black;
  text-decoration: none;
}

html input,
html select,
html input:focus,
html select:focus,
body input,
body select,
body input:focus,
body select:focus {
  outline: none;
}

html table,
body table {
  border-spacing: 0;
}

html table.striped-h tr:nth-child(2n+2) th,
html table.striped-h tr:nth-child(2n+2) td,
body table.striped-h tr:nth-child(2n+2) th,
body table.striped-h tr:nth-child(2n+2) td {
  background: #eeeeee;
}

html table.striped-v tr th:nth-child(2n+2),
html table.striped-v tr td:nth-child(2n+2),
body table.striped-v tr th:nth-child(2n+2),
body table.striped-v tr td:nth-child(2n+2) {
  background: #eeeeee;
}

html table th,
html table td,
body table th,
body table td {
  text-align: left;
  padding: 7px 5px;
}

@media only screen and (max-width: 425px) {
  .carousel {
    margin-bottom: 5px;
  }
}

body .container {
  width: 100%;
  background: #eeeeee;
  position: relative;
  /* Message Boxes */
}

body .container .cover {
  opacity: 0;
  left: -100%;
  width: 100%;
  z-index: 30;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
}

body .container .container {
  width: 100%;
  height: 10px;
  display: block;
  border: 1px solid red;
}

body .container .header {
  z-index: 9;
  /*height:40px;*/
  top: 0;
  position: -webkit-sticky;
  position: sticky;
  /* Temporary width */
  max-width: 430px;
  width: calc(100% - 20px);
  padding: 0 10px 10px 10px;
  background: -webkit-linear-gradient(#e2020a, #c7242a);
  /*background:-webkit-linear-gradient($primary, rgba(155,0,0,1));*/
  /*background:-webkit-linear-gradient(rgba(100,100,100,1), $black);*/
  /*background:-webkit-linear-gradient(rgba(120,179,237,1), $secondary);*/
  /*background:-webkit-linear-gradient(-60deg, $primary, $secondary);*/
  /*box-shadow:0 1px 3px 2px rgba(0,0,0,0.3);*/
}

body .container .header a {
  text-decoration: none;
}

body .container .header svg {
  fill: white;
}

body .container .header .announcement {
  padding: 2px 0;
  display: block;
  margin-left: -10px;
  width: calc(100% + 20px);
  background: black;
}

body .container .header .announcement p {
  font-size: 10px;
  line-height: 1.8;
  text-align: center;
  letter-spacing: 2px;
  color: white;
}

body .container .header .brand-area {
  width: 54%;
  margin-top: 10px;
  display: inline-block;
}

body .container .header .brand-area .back-button,
body .container .header .brand-area .menu-bars {
  display: inline-block;
  margin-right: 15px;
}

body .container .header .brand-area .logo img {
  max-width: 90px;
}

body .container .header .user-area {
  width: 43%;
  height: 100%;
  float: right;
  margin-top: 10px;
  padding-top: 5px;
  text-align: right;
  display: inline-block;
}

body .container .header .user-area .search,
body .container .header .user-area .shopping-cart,
body .container .header .user-area .bookmark {
  margin-left: 10px;
  position: relative;
}

body .container .header .user-area .search:focus,
body .container .header .user-area .shopping-cart:focus,
body .container .header .user-area .bookmark:focus {
  outline: none;
  box-shadow: none;
}

body .container .header .user-area .search .badge,
body .container .header .user-area .shopping-cart .badge,
body .container .header .user-area .bookmark .badge {
  top: -8px;
  left: 17px;
  width: 17px;
  color: white;
  height: 17px;
  font-size: 12px;
  line-height: 17px;
  position: absolute;
  text-align: center;
  border-radius: 100%;
  background: cornflowerblue;
  border: 2px solid white;
}

body .container .header .search-splash {
  left: 0;
  z-index: 9;
  width: 100%;
  top: -149px;
  visibility: hidden;
  max-width: 450px;
  position: fixed;
  background: #eeeeee;
  transition: all 300ms linear;
}

body .container .header .search-splash .search-header {
  z-index: 9;
  width: 100%;
  display: grid;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  grid-template-columns: calc(100% - 110px) 110px;
}

body .container .header .search-splash .search-header div.input {
  background: white;
}

body .container .header .search-splash .search-header div.input input {
  border: 0;
  outline: none;
  margin-top: 12px;
  font-size: 13px;
  padding: 10px 10px;
  background: transparent;
  width: calc(100% - 20px);
}

body .container .header .search-splash .search-header div.input input:focus {
  box-shadow: none;
}

body .container .header .search-splash .search-header div.action {
  display: grid;
  grid-template-columns: 75px 35px;
  background: rgba(0, 0, 0, 0.15);
}

body .container .header .search-splash .search-header div.action .btn,
body .container .header .search-splash .search-header div.action .close-search-splash {
  border: 0;
}

body .container .header .search-splash .search-header div.action .btn {
  font-size: 14px;
  padding: 20px 10px 20px 10px;
}

body .container .header .search-splash .search-header div.action .close-search-splash {
  background: cornflowerblue;
  padding: 18px 5px 18px 5px;
}

body .container .header .search-splash .search-body {
  padding: 10px 0;
}

body .container .header .search-splash .search-body .title {
  font-size: 14px;
  padding: 5px 0 5px 10px;
}

body .container .header .search-splash .search-body .card {
  background: white;
  padding: 10px 10px;
}

body .container .header .search-splash .search-body .card .no-results {
  display: block;
  font-size: 14px;
}

body .container .header .search-splash .search-body .card .sub-section {
  display: block;
  padding: 3px 0;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
  color: cornflowerblue;
}

body .container .header .search-splash .search-body .card .sub-section:nth-child(1) {
  margin-top: 0;
}

body .container .header .search-splash .search-body .card .categories {
  margin-bottom: 10px;
}

body .container .header .search-splash .search-body .card .categories a {
  z-index: 0;
  color: black;
  display: block;
  padding: 2px 0;
  position: relative;
  margin-bottom: 5px;
}

body .container .header .search-splash .search-body .card .categories a i {
  font-size: 13px;
  font-style: normal;
}

body .container .header .search-splash .search-body .card .categories a i b {
  color: rgba(0, 0, 0, 0.7);
}

body .container .header .search-splash .search-body .card .categories a i:nth-child(2) {
  top: 3px;
  right: 0;
  font-size: 11px;
  position: absolute;
}

body .container .header .search-splash .search-body .card .popular {
  display: grid;
  grid-gap: 8px;
  grid-template-columns: repeat(4, calc(25% - 6px));
}

body .container .header .search-splash .search-body .card .popular .pop-thumb {
  height: 120px;
  display: inline-block;
  background: rgba(0, 0, 0, 0.03);
}

body .container .header .search-splash .search-body .card .popular .pop-thumb .image-frame {
  width: 100%;
  overflow: hidden;
  height: calc(100% - 22px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

body .container .header .search-splash .search-body .card .popular .pop-thumb .image-frame img {
  max-width: 100%;
  min-height: 100%;
}

body .container .header .search-splash .search-body .card .popular .pop-thumb .price {
  font-size: 11px;
  padding: 3px 3px 7px 3px;
}

body .container .header .search-splash .search-body .card:nth-child(1) {
  margin-top: 10px;
}

body .container .header .search-splash .search-body .card.recent-searches a {
  color: black;
  font-size: 13px;
  padding: 5px 5px;
  margin-right: 4px;
  margin-bottom: 7px;
  text-decoration: none;
  display: inline-block;
  background: #eeeeee;
}

body .container .navigation {
  top: 0;
  left: -100%;
  z-index: 10;
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  transition: all 10ms;
  -webkit-transition: all 10ms;
}

body .container .navigation .navigation-container {
  top: 0;
  left: -300px;
  max-width: 300px;
  height: 100%;
  position: absolute;
  overflow-y: auto;
  background: white;
  transition: all 500ms;
  -webkit-transition: all 500ms;
}

body .container .navigation .navigation-container .quick-offer {
  position: relative;
  height: 170px;
  margin-bottom: 10px;
}

body .container .navigation .navigation-container .quick-offer .close-menu {
  top: 10px;
  left: 15px;
  padding: 10px 10px;
  border-radius: 100%;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  position: absolute;
  background: rgba(255, 255, 255, 0.7);
}

body .container .navigation .navigation-container .quick-offer .offer-container {
  height: inherit;
  overflow: hidden;
}

body .container .navigation .navigation-container .quick-offer .offer-container img {
  max-width: 100%;
}

body .container .navigation .navigation-container .nav-menu {
  margin: 0;
  padding: 0 0 10px 0;
}

body .container .navigation .navigation-container .nav-menu .menu-item {
  list-style-type: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 12px 0 12px 20px;
}

body .container .navigation .navigation-container .nav-menu .menu-item a {
  color: black;
  text-decoration: none;
}

body .container .navigation .navigation-container .nav-menu .menu-item > span {
  position: relative;
  display: block;
}

body .container .navigation .navigation-container .nav-menu .menu-item > span > .icon {
  right: 0;
  fill: rgba(0, 0, 0, 0.4);
  position: absolute;
  transition: all 300ms;
}

body .container .navigation .navigation-container .nav-menu .menu-item:last-child {
  border-bottom: 0;
}

body .container .navigation .navigation-container .nav-menu .menu-item .sub-menu {
  margin: 0;
  padding: 5px 0 0 0;
  display: none;
  font-weight: normal;
}

body .container .navigation .navigation-container .nav-menu .menu-item.main {
  padding: 12px 10px 12px 20px;
  font-weight: bold;
}

body .container .navigation .navigation-container .nav-menu .menu-item.main > span > .icon {
  fill: black;
}

body .container .navigation .navigation-container .nav-menu .with-sub .sub-menu .menu-item:last-child {
  padding-bottom: 0;
}

body .container .navigation .navigation-container .nav-menu .show-sub-menu > span > .icon {
  transform: rotate(90deg);
}

body .container .navigation .navigation-container .nav-menu .show-sub-menu > .sub-menu {
  display: block;
}

body .container .navigation .navigation-container .separator {
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
}

body .container .navigation .navigation-container .links {
  padding: 10px 0 10px 0;
  margin: 0;
}

body .container .navigation .navigation-container .links .link-item {
  list-style-type: none;
}

body .container .navigation .navigation-container .links .link-item a {
  color: rgba(0, 0, 0, 0.7);
  display: block;
  font-size: 14px;
  text-decoration: none;
  padding: 10px 10px 10px 25px;
}

body .container .navigation .neg-space {
  right: 0;
  z-index: 10;
  height: 1005%;
  position: absolute;
  width: calc(100% - 300px);
}

body .container .navigation.show-menu {
  left: 0;
}

body .container .navigation.show-menu .navigation-container {
  left: 0;
}

body .container .filters {
  top: 0;
  z-index: 31;
  width: 100%;
  height: 100%;
  visibility: hidden;
  max-width: 450px;
  position: fixed;
  background: white;
  transition: all 300ms linear;
}

body .container .filters .filters-container {
  height: 100%;
  display: block;
}

body .container .filters .filters-container .filters-header {
  height: 35px;
  font-size: 15px;
  padding: 5px 10px;
  line-height: 35px;
  background: #eeeeee;
  text-transform: uppercase;
}

body .container .filters .filters-container .filters-header b {
  color: rgba(0, 0, 0, 0.8);
}

body .container .filters .filters-container .filters-header span {
  right: 10px;
  color: #e2020a;
  position: absolute;
}

body .container .filters .filters-container .filters-body {
  display: grid;
  height: calc(100% - 99px);
  grid-template-columns: 38% 62%;
}

body .container .filters .filters-container .filters-body .attributes {
  height: 100%;
  padding: 10px 0;
  overflow-y: auto;
  background: rgba(0, 0, 0, 0.04);
}

body .container .filters .filters-container .filters-body .attributes ul {
  margin: 0;
  padding: 0;
}

body .container .filters .filters-container .filters-body .attributes ul li {
  font-size: 14px;
  overflow: hidden;
  padding: 10px 10px;
  position: relative;
  white-space: nowrap;
  list-style-type: none;
  text-overflow: ellipsis;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

body .container .filters .filters-container .filters-body .attributes ul li.active {
  font-weight: bold;
  background: white;
}

body .container .filters .filters-container .filters-body .attributes ul li.active-filter-options:after {
  top: 15px;
  width: 6px;
  height: 6px;
  content: "";
  margin-left: 3px;
  position: absolute;
  border-radius: 100%;
  background: rgba(100, 149, 237, 0.5);
}

body .container .filters .filters-container .filters-body .attributes-variations {
  padding: 10px 5px;
  position: relative;
}

body .container .filters .filters-container .filters-body .attributes-variations .filters-search {
  top: 0;
  left: 0;
  z-index: 31;
  width: 100%;
  background: white;
  position: absolute;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

body .container .filters .filters-container .filters-body .attributes-variations .filters-search .fs-container {
  position: relative;
  margin: 5px 0 6px 5px;
  width: calc(100% - 12px);
  background: rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(0, 0, 0, 0.1);
}

body .container .filters .filters-container .filters-body .attributes-variations .filters-search .fs-container svg {
  width: 24px;
  margin-left: 3px;
  fill: rgba(0, 0, 0, 0.6);
}

body .container .filters .filters-container .filters-body .attributes-variations .filters-search .fs-container input {
  border: 0;
  outline: none;
  font-size: 14px;
  box-shadow: none;
  padding: 10px 3px;
  background: transparent;
  width: calc(100% - 42px);
}

body .container .filters .filters-container .filters-body .attributes-variations .filters-search .fs-container input:active {
  outline: none;
}

body .container .filters .filters-container .filters-body .attributes-variations .filters-search .fs-container.active {
  background: white;
  border: 1px solid cornflowerblue;
  box-shadow: 0 0 0 3px rgba(100, 149, 237, 0.3);
}

body .container .filters .filters-container .filters-body .attributes-variations .av-list {
  top: 50px;
  display: none;
  overflow-y: auto;
  position: absolute;
  width: calc(100% - 10px);
  height: calc(100% - 50px);
}

body .container .filters .filters-container .filters-body .attributes-variations .av-list .avl-container ul {
  margin: 0;
  padding: 0;
}

body .container .filters .filters-container .filters-body .attributes-variations .av-list .avl-container ul li {
  font-size: 14px;
  padding: 10px 8px;
  position: relative;
  list-style-type: none;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.08);
}

body .container .filters .filters-container .filters-body .attributes-variations .av-list .avl-container ul li .check,
body .container .filters .filters-container .filters-body .attributes-variations .av-list .avl-container ul li .color {
  width: 15px;
  height: 15px;
  margin-right: 6px;
  margin-bottom: -2px;
  display: inline-block;
}

body .container .filters .filters-container .filters-body .attributes-variations .av-list .avl-container ul li .check:before {
  font-size: 14px;
  content: "\2713";
  color: rgba(0, 0, 0, 0.2);
}

body .container .filters .filters-container .filters-body .attributes-variations .av-list .avl-container ul li .color {
  margin-bottom: -3px;
  border: 1px solid rgba(0, 0, 0, 0.08);
}

body .container .filters .filters-container .filters-body .attributes-variations .av-list .avl-container ul li .results-count {
  right: 5px;
  display: none;
  font-size: 9px;
  margin-top: 5px;
  position: absolute;
  color: rgba(0, 0, 0, 0.7);
}

body .container .filters .filters-container .filters-body .attributes-variations .av-list .avl-container ul li.active {
  color: cornflowerblue;
  font-weight: bold;
}

body .container .filters .filters-container .filters-body .attributes-variations .av-list .avl-container ul li.active .check:before {
  color: cornflowerblue;
  content: "\2714";
  font-weight: bold;
}

body .container .filters .filters-container .filters-body .attributes-variations .av-list .avl-container ul li.active .results-count {
  color: cornflowerblue;
}

body .container .filters .filters-container .filters-body .attributes-variations .av-list.active {
  display: block;
}

body .container .filters .filters-container .filters-footer {
  bottom: 0;
  width: 100%;
  height: 35px;
  display: grid;
  background: white;
  position: absolute;
  padding: 10px 0 9px 0;
  grid-template-columns: auto 1px auto;
  box-shadow: 1px 0 3px 2px rgba(0, 0, 0, 0.3);
}

body .container .filters .filters-container .filters-footer div {
  height: 100%;
  text-align: center;
  text-transform: uppercase;
}

body .container .filters .filters-container .filters-footer div span {
  line-height: 35px;
}

body .container .filters .filters-container .filters-footer div:nth-child(3) span {
  color: cornflowerblue;
}

body .container .sort {
  left: 0;
  z-index: 31;
  visibility: hidden;
  /*bottom:-100%;*/
  position: fixed;
  background: white;
  transition: all 300ms linear;
}

body .container .sort .sort-header {
  height: 35px;
  font-size: 15px;
  padding: 5px 10px;
  line-height: 35px;
  background: #eeeeee;
  text-transform: uppercase;
}

body .container .sort .sort-header b {
  color: rgba(0, 0, 0, 0.8);
}

body .container .sort .sort-header span {
  right: 10px;
  color: #e2020a;
  position: absolute;
}

body .container .sort .sort-body ul {
  margin: 0;
  padding: 0;
}

body .container .sort .sort-body ul li {
  font-size: 14px;
  overflow: hidden;
  padding: 10px 10px;
  white-space: nowrap;
  list-style-type: none;
  text-overflow: ellipsis;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

body .container .sort .sort-body ul li.active {
  color: cornflowerblue;
  font-weight: bold;
}

body .container .sort .sort-body ul li.active:before {
  content: "\2714";
  color: cornflowerblue;
  font-weight: bold;
}

body .container .sort .sort-body ul li:before {
  font-size: 14px;
  content: "\2713";
  margin-right: 10px;
  color: rgba(0, 0, 0, 0.2);
}

body .container .body {
  width: calc(100% - 20px);
  display: block;
  padding: 0 10px 10px 10px;
  /******************* Loading results in feed ****************/
  /************************************************************/
  /************************************************************/
}

body .container .body h1,
body .container .body h2,
body .container .body h3,
body .container .body h4,
body .container .body h5,
body .container .body h6 {
  margin: 0;
}

body .container .body.listings {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

body .container .body.listings .title {
  position: relative;
}

body .container .body.listings .title span {
  color: black;
}

body .container .body.listings .title span:nth-child(2) {
  right: 10px;
  position: absolute;
}

body .container .body.listings .sub-categories {
  margin-bottom: 0;
  padding: 5px 15px 15px 15px;
  display: inline-block;
}

body .container .body.listings .sub-categories .item-link {
  margin: 0;
  margin-right: 10px;
  display: inline-block;
  margin-bottom: 30px;
  width: calc((100% - 52px)/4);
  position: relative;
}

body .container .body.listings .sub-categories .item-link:nth-child(4n+4) {
  margin-right: 0;
}

body .container .body.listings .sub-categories .item-link:after {
  content: "";
  display: inline-block;
  padding-top: 100%;
}

body .container .body.listings .sub-categories .item-link .sc-item {
  width: 100%;
  height: 100%;
  position: absolute;
}

body .container .body.listings .sub-categories .item-link .sc-item .image {
  overflow: hidden;
  border-radius: 100%;
  height: 100%;
  display: block;
}

body .container .body.listings .sub-categories .item-link .sc-item .image img {
  width: 100%;
}

body .container .body.listings .sub-categories .item-link .sc-item .description {
  bottom: 0;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  overflow: hidden;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: calc(100% - 6px);
  padding: 3px 3px 3px 4px;
}

body .container .body .title {
  color: rgba(0, 0, 0, 0.7);
  font-size: 14px;
  padding: 15px 15px 5px 5px;
}

body .container .body .card {
  background: rgba(255, 255, 255, 0.5);
  width: calc(100% - 32px);
  padding: 15px 15px 15px 15px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.04);
}

body .container .body.home {
  background: #eeeeee;
  /*padding-top:60px;*/
}

body .container .body.home .title {
  padding: 0;
  font-size: 14px;
  position: relative;
  margin-bottom: 8px;
  font-weight: bold;
}

body .container .body.home .title svg {
  top: -3px;
  right: 0;
  fill: rgba(0, 0, 0, 0.5);
  position: absolute;
}

body .container .body.home .title span:nth-child(2) {
  right: 15px;
  font-size: 13px;
  padding: 2px 6px;
  margin-top: -3px;
  color: cornflowerblue;
  position: absolute;
  border-radius: 50px;
  font-weight: normal;
  /*background:$secondary;*/
  border: 1px solid cornflowerblue;
}

body .container .body.home .category-pills {
  margin: 0;
  margin-left: -15px;
  width: calc(100% - 5px);
  padding: 10px 15px 10px 15px;
  overflow-x: auto;
  white-space: nowrap;
  -ms-overflow-style: none;
}

body .container .body.home .category-pills::-webkit-scrollbar {
  display: none;
}

body .container .body.home .category-pills li {
  color: white;
  background: #6493ed;
  padding: 4px 10px;
  list-style-type: none;
  display: inline-block;
  font-size: 14px;
  margin-right: 5px;
  border-radius: 50px;
}

body .container .body.home .category-pills li.active {
  color: black;
  font-weight: bold;
  background: #e2020a;
  /*rgba(100,149,237,.3);*/
  /*box-shadow:inset 0 -3px 0 0 rgba(255,255,255,0.9)!*$secondary*!;*/
}

body .container .body.home .category-pills li a {
  color: white;
  text-decoration: none;
}

body .container .body.home .block {
  padding: 25px 15px;
  margin: 20px 0 20px 0;
}

body .container .body.home .carousel {
  height: 300px;
  margin-left: -10px;
  margin-bottom: 12px;
  overflow: hidden;
  position: relative;
  width: calc(100% + 20px);
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.04);
}

body .container .body.home .carousel .slick-slider,
body .container .body.home .carousel .slick-list,
body .container .body.home .carousel .slick-track {
  height: 100%;
}

body .container .body.home .carousel div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}

body .container .body.home .banner {
  /*margin-top:10px;
  margin-bottom:10px;*/
  width: 100%;
  position: relative;
}

body .container .body.home .banner img {
  width: 100%;
}

body .container .body.home .daily-deals {
  width: 100%;
  display: block;
  padding: 10px 0;
  background: white;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.04);
  /*border:1px solid red;*/
}

body .container .body.home .daily-deals .title {
  font-size: 15px;
  line-height: 15px;
  display: block;
  padding-left: 15px;
  position: relative;
  margin-bottom: 13px;
}

body .container .body.home .daily-deals .items {
  width: 100%;
  padding-right: 0;
  display: inline-block;
}

body .container .body.home .daily-deals .items .item-link {
  width: calc((100% - 2px)/3);
  height: 166px;
  background: white;
  position: relative;
  margin-right: -4px;
  display: inline-block;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

body .container .body.home .daily-deals .items .item-link:nth-child(1),
body .container .body.home .daily-deals .items .item-link:nth-child(2),
body .container .body.home .daily-deals .items .item-link:nth-child(3) {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

body .container .body.home .daily-deals .items .item-link:nth-child(3n+3) {
  border-right: 0;
}

body .container .body.home .daily-deals .items .item-link:nth-child(2n+2) span {
  margin-right: 2px;
}

body .container .body.home .daily-deals .items .item-link .item {
  height: 100%;
}

body .container .body.home .daily-deals .items .item-link .item .image {
  height: calc(100% - 26px);
  overflow: hidden;
  position: relative;
  background: rgba(0, 0, 0, 0.03);
}

body .container .body.home .daily-deals .items .item-link .item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

body .container .body.home .daily-deals .items .item-link .item .description {
  padding: 6px 5px 3px 5px;
  font-size: 13px;
  overflow: hidden;
  background: white;
  white-space: nowrap;
  text-overflow: ellipsis;
}

body .container .body.home .daily-deals .items .item-link .item span {
  top: 15px;
  right: -1px;
  width: 53px;
  color: white;
  font-size: 10px;
  padding: 2px 2px 2px 5px;
  /*background:rgba(0,170,0,1);*/
  background: cornflowerblue;
  position: absolute;
  font-weight: bold;
}

body .container .body.home .daily-deals .items .item-link .item span b {
  font-weight: bold;
}

body .container .body.home .daily-deals .items .item-link .item span:after {
  top: 26px;
  content: "";
  left: 0;
  border: 5px solid;
  position: absolute;
  border-color: rgba(100, 149, 237, 0.5) rgba(100, 149, 237, 0.5) transparent transparent;
}

body .container .body.home .daily-deals .items .item-link .item span:before {
  top: -10px;
  left: 50px;
  content: "";
  border: 5px solid;
  position: absolute;
  border-color: transparent transparent rgba(100, 149, 237, 0.5) rgba(100, 149, 237, 0.5);
}

body .container .body.home .phone-number-inquiry {
  padding: 10px 15px;
  margin-bottom: 20px;
  background: rgba(100, 149, 237, 0.1);
}

body .container .body.home .phone-number-inquiry label {
  font-size: 14px;
  display: block;
  font-weight: bold;
  line-height: 20px;
  margin-bottom: 7px;
}

body .container .body.home .phone-number-inquiry .form-group input {
  border-radius: 50px;
  width: calc(100% - 120px);
}

body .container .body.home .phone-number-inquiry .form-group .btn {
  width: 60px;
  padding: 8px 15px;
  border-radius: 50px;
}

body .container .body.home .phone-number-inquiry .form-group .phone-number-validate {
  font-size: 12px;
  display: block;
  margin-top: 5px;
  color: #ff0000;
}

body .container .body.home .phone-number-inquiry .form-group .note {
  display: block;
  line-height: 15px;
  font-size: 10px;
  margin-top: 10px;
}

body .container .body.home .top-categories {
  display: block;
  background: white;
  padding: 15px 0 10px 0;
}

body .container .body.home .top-categories .title {
  padding: 0 15px;
  font-size: 15px;
  line-height: 15px;
  display: block;
  position: relative;
  margin-bottom: 13px;
}

body .container .body.home .top-categories .items {
  padding: 0 15px;
}

body .container .body.home .top-categories .items .item-link {
  margin: 0;
  margin-right: 8px;
  margin-bottom: 35px;
  width: calc((100% - 25px)/3);
  position: relative;
  display: inline-block;
}

body .container .body.home .top-categories .items .item-link:nth-child(3n+3) {
  margin-right: 0;
}

body .container .body.home .top-categories .items .item-link:after {
  content: "";
  display: inline-block;
  padding-top: 100%;
}

body .container .body.home .top-categories .items .item-link .item {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}

body .container .body.home .top-categories .items .item-link .item .image {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  overflow: hidden;
}

body .container .body.home .top-categories .items .item-link .item .image img {
  width: 100%;
}

body .container .body.home .top-categories .items .item-link .item .description {
  height: 10px;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  padding: 7px 5px 5px 5px;
  width: calc(100% - 10px);
}

body .container .body.home .latest,
body .container .body.home .trending {
  display: grid;
  background: white;
  grid-template-rows: repeat(2, auto);
  padding: 10px 0;
  overflow: hidden;
}

body .container .body.home .latest .title,
body .container .body.home .trending .title {
  padding: 0 15px 0 15px;
  font-size: 15px;
  line-height: 15px;
  display: block;
  position: relative;
  margin-bottom: 13px;
}

body .container .body.home .latest .items,
body .container .body.home .trending .items {
  width: 100%;
  display: inline-block;
}

body .container .body.home .latest .items .item-link,
body .container .body.home .trending .items .item-link {
  display: inline-block;
  width: calc((100% - 2px)/3);
  height: 180px;
  background: white;
  margin-right: -4px;
  margin-bottom: 1px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

body .container .body.home .latest .items .item-link .item,
body .container .body.home .trending .items .item-link .item {
  height: 100%;
  display: grid;
  grid-template-rows: calc(100% - 25px) 25px;
}

body .container .body.home .latest .items .item-link .item .image,
body .container .body.home .trending .items .item-link .item .image {
  height: 100%;
  overflow: hidden;
  position: relative;
  background: rgba(0, 0, 0, 0.03);
}

body .container .body.home .latest .items .item-link .item .image img,
body .container .body.home .trending .items .item-link .item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

body .container .body.home .latest .items .item-link .item .description,
body .container .body.home .trending .items .item-link .item .description {
  font-size: 13px;
  padding: 5px 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

body .container .body.home .latest .items .item-link:nth-child(3n+3),
body .container .body.home .trending .items .item-link:nth-child(3n+3) {
  border-right: 0;
}

body .container .body.home .latest .items .item-link:nth-child(1),
body .container .body.home .latest .items .item-link:nth-child(2),
body .container .body.home .latest .items .item-link:nth-child(3),
body .container .body.home .trending .items .item-link:nth-child(1),
body .container .body.home .trending .items .item-link:nth-child(2),
body .container .body.home .trending .items .item-link:nth-child(3) {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

body .container .body.home .latest {
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.04);
}

body .container .body.home .latest .items .item-link .item .image {
  position: relative;
}

body .container .body.home .latest .items .item-link .item .image .new-badge {
  top: 12px;
  width: 90px;
  right: -25px;
  font-size: 10px;
  padding: 4px 5px 2px 5px;
  text-align: center;
  position: absolute;
  color: white;
  font-weight: bold;
  background: #00a000;
  transform: rotate(45deg);
}

body .container .body.home .sign-up-cta {
  display: grid;
  padding: 0;
}

body .container .body.home .sign-up-cta .action {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

body .container .body.home .sign-up-cta .action .account-cta {
  padding: 10px 15px;
  text-align: center;
}

body .container .body.home .sign-up-cta .action .account-cta:nth-child(1) {
  background: rgba(100, 149, 237, 0.8);
  color: white;
  border-radius: 5px 0 0 5px;
}

body .container .body.home .sign-up-cta .action .account-cta:nth-child(2) {
  background: #00a000;
  color: white;
  border-radius: 0 5px 5px 0;
}

body .container .body.home .recently-viewed {
  display: grid;
  background: white;
  grid-template-rows: repeat(2, auto);
  padding: 10px 0;
  overflow: hidden;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.04);
}

body .container .body.home .recently-viewed .title {
  padding: 0 15px 0 15px;
  font-size: 15px;
  line-height: 15px;
  display: block;
  position: relative;
  margin-bottom: 13px;
  text-transform: capitalize;
}

body .container .body.home .recently-viewed .items {
  width: 100%;
  height: 235px;
  overflow-x: auto;
  white-space: nowrap;
  -ms-overflow-style: none;
}

body .container .body.home .recently-viewed .items::-webkit-scrollbar {
  display: none;
}

body .container .body.home .recently-viewed .items .item-link {
  height: 230px;
  width: 50%;
  margin-right: 10px;
  border-radius: 5px;
  display: inline-block;
}

body .container .body.home .recently-viewed .items .item-link:first-child {
  margin-left: 15px;
  /*border-left:$std-border;*/
}

body .container .body.home .recently-viewed .items .item-link .item {
  width: 100%;
  height: 100%;
  background: white;
  display: inline-grid;
  /*grid-template-rows:calc(100% - 25px) 25px;*/
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

body .container .body.home .recently-viewed .items .item-link .item .image {
  overflow: hidden;
  position: relative;
  background: rgba(0, 0, 0, 0.03);
}

body .container .body.home .recently-viewed .items .item-link .item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}

body .container .body.home .recently-viewed .items .item-link .item .description {
  font-size: 13px;
  padding: 5px 5px;
  overflow: hidden;
  white-space: nowrap;
  /*border:1px solid red;*/
  text-overflow: ellipsis;
  border-radius: 0 0 5px 5px;
}

body .container .body.home .for-you {
  padding: 10px 0;
  background: white;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.04);
}

body .container .body.home .for-you .title {
  padding: 0 15px;
  font-size: 15px;
  line-height: 15px;
  display: block;
  position: relative;
  margin-bottom: 13px;
  text-transform: capitalize;
}

body .container .body.home .for-you .items {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

body .container .body.home .for-you .items .item-link {
  display: inline-block;
}

body .container .body.home .for-you .items .item-link .item {
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  min-height: calc(100% - 1px);
}

body .container .body.home .for-you .items .item-link .item .image {
  height: 230px;
  overflow: hidden !important;
  position: relative;
  background: rgba(0, 0, 0, 0.03);
}

body .container .body.home .for-you .items .item-link .item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

body .container .body.home .for-you .items .item-link .item .item-details {
  padding: 3px 0;
  /*background:rgb(241,241,241);*/
}

body .container .body.home .for-you .items .item-link .item .item-details span {
  padding: 1px 10px;
  display: block;
}

body .container .body.home .for-you .items .item-link .item .item-details span:nth-child(1) {
  display: block;
  font-size: 14px;
  max-width: 145px;
  overflow: hidden;
  font-weight: bold;
  margin-bottom: 3px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

body .container .body.home .for-you .items .item-link .item .item-details span:nth-child(2) {
  display: block;
  font-size: 12px;
  overflow: hidden;
  max-width: 145px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

body .container .body.home .for-you .items .item-link .item .item-details span:nth-child(3) {
  font-size: 12px;
  padding: 3px 10px;
}

body .container .body.home .for-you .items .item-link .item .item-details span:nth-child(3) del {
  font-size: 11px;
}

body .container .body.home .for-you .items .item-link .item .item-details span:nth-child(3) b {
  color: #e2020a;
  font-weight: normal;
  text-transform: uppercase;
}

body .container .body.home .for-you .items .item-link:nth-child(2n+1) {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

body .container .body.home .for-you .items:nth-child(1),
body .container .body.home .for-you .items:nth-child(2) {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

body .container .body.home .for-you .items .no-results {
  grid-column: 1/4;
  text-align: center;
}

body .container .body.home .for-you .items .no-results svg {
  fill: rgba(0, 0, 0, 0.5);
  margin-top: 5px;
}

body .container .body.home .for-you .items .no-results span {
  display: block;
  max-width: 70%;
  font-size: 14px;
  margin: 10px auto;
}

body .container .body.home .for-you .items .no-results a {
  font-size: 14px;
  margin-top: 15px;
  color: cornflowerblue;
  display: inline-block;
  border-bottom: 1px dotted cornflowerblue;
}

body .container .body.home .for-you .see-more {
  width: 100%;
  text-align: center;
  padding-top: 10px;
}

body .container .body.home .for-you .see-more .btn {
  border-radius: 20px;
}

body .container .body .notifications {
  width: 100%;
  z-index: 999;
  position: fixed;
  text-align: center;
  max-width: 455px;
}

body .container .body .notifications span {
  color: white;
  max-width: 70%;
  font-size: 14px;
  padding: 10px 10px;
  margin-top: 20px;
  text-align: left;
  border-radius: 5px;
  display: inline-block;
  background: rgba(0, 0, 0, 0.5);
}

body .container .body .notifications span.info {
  background: #0095ed;
}

body .container .body .notifications span.success {
  background: #008c00;
}

body .container .body .notifications span.danger {
  background: #d20000;
}

body .container .body .notifications span.warning {
  background: #d7aa00;
}

body .container .body .body-title {
  display: grid;
  font-size: 14px;
  padding: 0 15px 10px 15px;
  grid-template-columns: auto auto;
  border-bottom: 1px solid #eeeeee;
}

body .container .body .body-title span:nth-child(2) {
  text-align: right;
}

body .container .body .items-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

body .container .body .items-container .item-link {
  color: black;
  outline: none;
  text-decoration: none;
}

body .container .body .items-container .item-link:nth-child(1),
body .container .body .items-container .item-link:nth-child(2) {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

body .container .body .items-container .item-link:nth-child(2n+1) {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

body .container .body .items-container .item-link .item {
  position: relative;
  min-height: calc(100% - 1px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

body .container .body .items-container .item-link .item .image {
  height: 230px;
  overflow: hidden;
  position: relative;
  background: rgba(0, 0, 0, 0.03);
}

body .container .body .items-container .item-link .item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

body .container .body .items-container .item-link .item .image svg {
  top: -8px;
  left: 80%;
  fill: cornflowerblue;
  position: absolute;
}

body .container .body .items-container .item-link .item .item-details {
  padding: 3px 0;
  background: #f1f1f1;
}

body .container .body .items-container .item-link .item .item-details span {
  padding: 1px 10px;
  display: block;
}

body .container .body .items-container .item-link .item .item-details span:nth-child(1) {
  font-size: 14px;
  font-weight: bold;
}

body .container .body .items-container .item-link .item .item-details span:nth-child(2) {
  display: block;
  font-size: 12px;
  overflow: hidden;
  max-width: 145px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

body .container .body .items-container .item-link .item .item-details span:nth-child(3) {
  font-size: 12px;
  padding: 3px 10px;
}

body .container .body .items-container .item-link .item .item-details span:nth-child(3) del {
  font-size: 11px;
}

body .container .body .items-container .item-link .item .item-details span:nth-child(3) b {
  color: #e2020a;
  font-weight: normal;
  text-transform: uppercase;
}

body .container .body .items-container .no-results {
  border-radius: 0;
  grid-column: 1/4;
  text-align: center;
}

body .container .body .items-container .no-results svg {
  fill: rgba(0, 0, 0, 0.5);
  margin-top: 5px;
}

body .container .body .items-container .no-results span {
  display: block;
  max-width: 70%;
  font-size: 14px;
  margin: 10px auto;
}

body .container .body .items-container .no-results a {
  font-size: 14px;
  margin-top: 15px;
  color: cornflowerblue;
  display: inline-block;
  border-bottom: 1px dotted cornflowerblue;
}

body .container .body .loading-results {
  text-align: center;
  padding: 20px 10px 10px 10px;
}

body .container .body .loading-results div {
  border-radius: 50px;
  display: inline-block;
}

body .container .body .loading-results div span {
  color: rgba(0, 0, 0, 0.7);
  font-size: 13px;
}

body .container .body .loading-results div svg {
  fill: rgba(0, 0, 0, 0.7);
  -webkit-animation-name: rotate;
          animation-name: rotate;
  -webkit-animation-duration: 800ms;
          animation-duration: 800ms;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@-webkit-keyframes rotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

body .container .body .all-done {
  text-align: center;
  padding: 20px 10px 10px 10px;
}

body .container .body .all-done span {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.7);
}

body .container .body .all-done svg {
  fill: rgba(0, 0, 0, 0.7);
}

body .container .body .cart-items-container .title {
  font-size: 14px;
  font-weight: bold;
  position: relative;
}

body .container .body .cart-items-container .title b:nth-child(2) {
  right: 15px;
  color: rgba(0, 0, 0, 0.5);
  position: absolute;
}

body .container .body .cart-items-container .cart-item {
  padding: 10px 15px 0 15px;
  background: white;
  margin-bottom: 10px;
  position: relative;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.04);
}

body .container .body .cart-items-container .cart-item .delete {
  top: 5px;
  right: 10px;
  padding: 3px 3px;
  position: absolute;
}

body .container .body .cart-items-container .cart-item .delete svg {
  fill: #e2020a;
}

body .container .body .cart-items-container .cart-item .cart-item-details {
  padding-bottom: 10px;
  height: 110px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

body .container .body .cart-items-container .cart-item .cart-item-details .image {
  float: left;
  width: 100px;
  height: 110px;
  overflow: hidden;
  position: relative;
  border-radius: 5px;
  border: 1px solid #eeeeee;
}

body .container .body .cart-items-container .cart-item .cart-item-details .image img {
  top: 50%;
  left: 50%;
  max-width: 100%;
  position: absolute;
  transform: translate(-50%, -50%);
}

body .container .body .cart-items-container .cart-item .cart-item-details .item-details {
  padding-left: 10px;
  width: calc(100% - 115px);
  display: inline-block;
}

body .container .body .cart-items-container .cart-item .cart-item-details .item-details span {
  padding: 2px 0;
  display: block;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-transform: capitalize;
  color: rgba(0, 0, 0, 0.7);
}

body .container .body .cart-items-container .cart-item .cart-item-details .item-details span:nth-child(1) {
  max-width: 93%;
  font-weight: bold;
}

body .container .body .cart-items-container .cart-item .cart-item-details .item-details span:nth-child(3) {
  font-size: 13px;
  text-transform: uppercase;
}

body .container .body .cart-items-container .cart-item .cart-item-details .item-details span:nth-child(3) del {
  font-size: 10px;
}

body .container .body .cart-items-container .cart-item .cart-item-details .item-details span:nth-child(3) b {
  font-size: 12px;
  color: cornflowerblue;
}

body .container .body .cart-items-container .cart-item .cart-item-details .item-details span:nth-child(4) i {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 5px -2px 0;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
}

body .container .body .cart-items-container .cart-item .cart-item-actions {
  padding: 8px 0;
  position: relative;
}

body .container .body .cart-items-container .cart-item .cart-item-actions .delete,
body .container .body .cart-items-container .cart-item .cart-item-actions .v-separator,
body .container .body .cart-items-container .cart-item .cart-item-actions .save-for-later,
body .container .body .cart-items-container .cart-item .cart-item-actions .quantity-control {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: inline-block;
}

body .container .body .cart-items-container .cart-item .cart-item-actions .delete span,
body .container .body .cart-items-container .cart-item .cart-item-actions .save-for-later span {
  margin-top: 5px;
  font-size: 12px;
  display: inline-block;
  text-transform: uppercase;
}

body .container .body .cart-items-container .cart-item .cart-item-actions .delete span {
  color: #e2020a;
}

body .container .body .cart-items-container .cart-item .cart-item-actions .delete svg {
  fill: #e2020a;
}

body .container .body .cart-items-container .cart-item .cart-item-actions .save-for-later:hover {
  fill: cornflowerblue;
}

body .container .body .cart-items-container .cart-item .cart-item-actions .save-for-later:hover span {
  fill: cornflowerblue;
}

body .container .body .cart-items-container .cart-item .cart-item-actions .save-for-later svg {
  fill: rgba(0, 0, 0, 0.5);
}

body .container .body .cart-items-container .cart-item .cart-item-actions .quantity-control {
  right: 0;
  margin-top: -4px;
  position: absolute;
}

body .container .body .cart-items-container .cart-item .cart-item-actions .quantity-control svg {
  fill: rgba(0, 0, 0, 0.5);
}

body .container .body .cart-items-container .cart-item .cart-item-actions .quantity-control svg:hover {
  background: rgba(0, 0, 0, 0.08);
}

body .container .body .cart-items-container .cart-item .cart-item-actions .quantity-control svg:nth-child(1) {
  margin-right: 5px;
}

body .container .body .cart-items-container .cart-item .cart-item-actions .quantity-control svg:nth-child(4) {
  margin-left: 5px;
}

body .container .body .cart-items-container .cart-item .cart-item-actions .quantity-control span {
  font-size: 12px;
}

body .container .body .cart-items-container .cart-item .cart-item-actions .quantity-control input {
  width: 20px;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  border: 0;
  background: none;
}

body .container .body .cart-items-container .cart-item .cart-item-actions .v-separator {
  height: inherit;
}

body .container .body .cart-items-container .send-gift {
  display: none;
  margin-bottom: 10px;
  background: white;
  padding: 10px 10px;
  position: relative;
}

body .container .body .cart-items-container .send-gift .gift-icon,
body .container .body .cart-items-container .send-gift .text,
body .container .body .cart-items-container .send-gift .add-cta {
  vertical-align: top;
  display: inline-block;
}

body .container .body .cart-items-container .send-gift .gift-icon {
  width: 50px;
  height: inherit;
}

body .container .body .cart-items-container .send-gift .gift-icon svg {
  fill: cornflowerblue;
}

body .container .body .cart-items-container .send-gift .text {
  padding-left: 5px;
  width: calc(100% - 110px);
}

body .container .body .cart-items-container .send-gift .text h1 {
  margin: 0;
  display: block;
  font-size: 14px;
}

body .container .body .cart-items-container .send-gift .text b {
  display: block;
  font-weight: normal;
  font-size: 12px;
}

body .container .body .cart-items-container .send-gift .add-cta {
  right: 0;
  width: 50px;
  height: 64px;
  line-height: 64px;
  margin-top: -10px;
  text-align: center;
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
}

body .container .body .cart-items-container .cart-summary {
  padding: 10px 15px;
  background: white;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.04);
}

body .container .body .cart-items-container .cart-summary div {
  display: grid;
  grid-template-columns: repeat(2, auto);
}

body .container .body .cart-items-container .cart-summary div span {
  font-size: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
}

body .container .body .cart-items-container .cart-summary div span:nth-child(2) {
  text-align: right;
  text-transform: uppercase;
}

body .container .body .cart-items-container .cart-summary div:nth-last-child(2) span {
  padding-bottom: 10px;
}

body .container .body .cart-items-container .cart-summary div.discount span:last-child {
  color: cornflowerblue;
}

body .container .body .cart-items-container .cart-summary div.total {
  padding-top: 5px;
  font-weight: bold;
  text-transform: uppercase;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

body .container .body .cart-items-container .cart-summary div.wallet-balance {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

body .container .body .cart-items-container .empty-cart svg {
  display: block;
  fill: rgba(0, 0, 0, 0.3);
  margin: 25px auto 0 auto;
}

body .container .body .cart-items-container .empty-cart span {
  display: block;
  text-align: center;
  padding: 20px 15px;
}

body .container .body .cart-items-container .empty-cart span a {
  font-size: 14px;
  margin-top: 15px;
  color: cornflowerblue;
  display: inline-block;
  border-bottom: 1px dotted cornflowerblue;
}

body .container .body .saved-items-container .title {
  font-weight: bold;
  position: relative;
}

body .container .body .saved-items-container .title b:nth-child(2) {
  right: 15px;
  color: rgba(0, 0, 0, 0.5);
  position: absolute;
}

body .container .body .saved-items-container .saved-items {
  display: grid;
  padding: 15px;
  grid-row-gap: 10px;
  grid-column-gap: 10px;
  grid-template-columns: repeat(2, calc((100% - 10px)/2));
}

body .container .body .saved-items-container .saved-items .saved-item {
  position: relative;
  border-radius: 5px;
  background: #eeeeee;
}

body .container .body .saved-items-container .saved-items .saved-item .saved-item-image {
  height: 180px;
  overflow: hidden;
}

body .container .body .saved-items-container .saved-items .saved-item .saved-item-image img {
  width: 100%;
}

body .container .body .saved-items-container .saved-items .saved-item .saved-item-details {
  display: block;
  font-size: 12px;
  padding: 3px 7px;
  line-height: 15px;
}

body .container .body .saved-items-container .saved-items .saved-item .saved-item-details .alone {
  margin-top: 8px;
  font-size: 13px;
  margin-bottom: 7px;
}

body .container .body .saved-items-container .saved-items .saved-item .saved-item-details span {
  display: inline-block;
}

body .container .body .saved-items-container .saved-items .saved-item .saved-item-details span:nth-child(1) {
  margin-right: 3px;
}

body .container .body .saved-items-container .saved-items .saved-item .saved-item-details span:nth-child(2) {
  color: #e2020a;
  font-weight: bold;
}

body .container .body .saved-items-container .saved-items .saved-item .saved-item-details del {
  color: rgba(0, 0, 0, 0.5);
  display: block;
}

body .container .body .saved-items-container .saved-items .saved-item .saved-item-action-bar {
  bottom: 0;
  width: 100%;
  display: grid;
  position: relative;
  grid-template-columns: 80% 20%;
}

body .container .body .saved-items-container .saved-items .saved-item .saved-item-action-bar span {
  text-align: center;
}

body .container .body .saved-items-container .saved-items .saved-item .saved-item-action-bar span svg {
  fill: white;
  margin-top: 2px;
}

body .container .body .saved-items-container .saved-items .saved-item .saved-item-action-bar .btn {
  font-size: 13px;
}

body .container .body .saved-items-container .saved-items .saved-item .saved-item-action-bar span:first-child {
  border-radius: 0 0 0 5px;
}

body .container .body .saved-items-container .saved-items .saved-item .saved-item-action-bar span:nth-child(2) {
  background: #e2020a;
  border-radius: 0 0 5px 0;
}

body .container .body .saved-items-container .empty-saved-items-list svg {
  display: block;
  fill: rgba(0, 0, 0, 0.3);
  margin: 25px auto 0 auto;
}

body .container .body .saved-items-container .empty-saved-items-list span {
  display: block;
  text-align: center;
  padding: 20px 15px;
}

body .container .body .saved-items-container .empty-saved-items-list span a {
  font-size: 14px;
  margin-top: 15px;
  color: cornflowerblue;
  display: inline-block;
  border-bottom: 1px dotted cornflowerblue;
}

body .container .body .product-view-container {
  width: 100%;
  margin-top: 10px;
}

body .container .body .product-view-container .image-container {
  width: 100%;
  height: 500px;
  overflow: hidden;
  position: relative;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.04);
}

body .container .body .product-view-container .image-container .slick-slider,
body .container .body .product-view-container .image-container .slick-list,
body .container .body .product-view-container .image-container .slick-track {
  height: 100%;
}

body .container .body .product-view-container .image-container div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}

body .container .body .product-view-container .card p {
  margin: 0;
  font-size: 14px;
}

body .container .body .product-view-container .card.product-description {
  margin-top: 15px;
  border-radius: 5px;
  position: relative;
}

body .container .body .product-view-container .card.product-description .dots {
  left: 10px;
  top: -43px;
  padding: 0 5px;
  position: absolute;
}

body .container .body .product-view-container .card.product-description .dots .dot {
  width: 5px;
  height: 5px;
  margin-right: 2px;
  background: black;
  border-radius: 50px;
  display: inline-block;
  border: 1px solid white;
}

body .container .body .product-view-container .card.product-description .dots .dot:last-child {
  margin: 0;
}

body .container .body .product-view-container .card.product-description .image-count {
  top: -43px;
  right: 10px;
  color: white;
  font-size: 12px;
  padding: 3px 8px;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  border-radius: 50px;
  border: 1px solid white;
}

body .container .body .product-view-container .card.product-description b {
  display: block;
}

body .container .body .product-view-container .card.product-description h1 {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 5px;
  text-transform: capitalize;
}

body .container .body .product-view-container .card.product-description .price {
  font-size: 15px;
  color: cornflowerblue;
  margin-bottom: 3px;
  text-transform: capitalize;
}

body .container .body .product-view-container .card.product-description .price del {
  color: rgba(0, 0, 0, 0.5);
  font-size: 12px;
}

body .container .body .product-view-container .card.product-description .price b {
  color: #e2020a;
  display: inline-block;
}

body .container .body .product-view-container .card.variations {
  padding-bottom: 5px;
}

body .container .body .product-view-container .card.variations span {
  font-size: 14px;
  margin-right: 5px;
  margin-bottom: 5px;
  text-align: center;
  border-radius: 50px;
  display: inline-block;
  border: 2px solid rgba(0, 0, 0, 0.2);
  padding: 10px 5px 5px 5px;
}

body .container .body .product-view-container .card.variations span.active {
  border: 3px solid cornflowerblue;
}

body .container .body .product-view-container .card.variations .size span {
  height: 21px;
  min-width: 24px;
}

body .container .body .product-view-container .card.variations .size .active {
  color: cornflowerblue;
  background: #eeeeee;
}

body .container .body .product-view-container .card.variations .color span {
  height: 23px;
  min-width: 25px;
}

body .container .body .product-view-container .card.variations .color span b {
  padding: 0 10px;
  font-size: 13px;
  line-height: 19px;
}

body .container .body .product-view-container .card.variations .color .active {
  border: 3px solid cornflowerblue;
  box-shadow: inset 0 0 0 2px white;
}

body .container .body .product-view-container .card.variations .input-container {
  position: relative;
  margin-bottom: 10px;
  display: inline-block;
  border: 1px solid cornflowerblue;
  border-radius: 50px;
}

body .container .body .product-view-container .card.variations .input-container svg {
  height: 24px;
  fill: cornflowerblue;
  padding: 6px 3px;
  margin: 0;
  display: inline-block;
  background: none;
}

body .container .body .product-view-container .card.variations .input-container svg:first-child {
  margin-right: -4px;
  border-radius: 3px 0 0 3px;
}

body .container .body .product-view-container .card.variations .input-container svg:last-child {
  margin-left: -4px;
  border-radius: 0 3px 3px 0;
}

body .container .body .product-view-container .card.variations .input-container input {
  border: 0;
  width: 65px;
  height: 18px;
  font-size: 16px;
  border-radius: 0;
  margin-top: 1px;
  margin-bottom: 1px;
  display: inline-block;
  background: transparent;
  border-left: 1px solid cornflowerblue;
  border-right: 1px solid cornflowerblue;
}

body .container .body .product-view-container .card.variations .input-container input:focus,
body .container .body .product-view-container .card.variations .input-container input:hover {
  box-shadow: none;
}

body .container .body .product-view-container .card.variations .input-container label {
  top: 9px;
  left: 75px;
  position: absolute;
}

body .container .body .product-view-container .card.variations .input-container .quantity-left {
  margin-left: 5px;
}

body .container .body .product-view-container .card.variations .alert {
  margin-bottom: 10px;
}

body .container .body .product-view-container .card.variations .printable-items {
  display: block;
  white-space: nowrap;
  overflow-x: auto;
  padding-bottom: 10px;
}

body .container .body .product-view-container .card.variations .printable-items .item {
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  width: 100px;
  display: inline-grid;
  margin-right: 10px;
  background: rgba(0, 0, 0, 0.03);
  grid-template-rows: 88px auto;
}

body .container .body .product-view-container .card.variations .printable-items .item .thumb-image {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

body .container .body .product-view-container .card.variations .printable-items .item .item-description {
  width: 90px;
  display: block;
  white-space: normal;
  line-height: 15px;
  padding: 3px 5px;
}

body .container .body .product-view-container .card.variations .printable-items .item .item-description b,
body .container .body .product-view-container .card.variations .printable-items .item .item-description i {
  display: block;
}

body .container .body .product-view-container .card.variations .printable-items .item .item-description b {
  font-size: 14px;
  font-weight: normal;
}

body .container .body .product-view-container .card.variations .printable-items .item .item-description i {
  font-size: 12px;
  padding-top: 1px;
  font-style: normal;
  font-weight: bold;
  color: cornflowerblue;
}

body .container .body .product-view-container .card.variations .printable-items .item.active {
  border: 3px solid cornflowerblue;
}

body .container .body .product-view-container .card.variations .info {
  margin-right: 14px;
  margin-top: 2px;
  display: block;
  font-size: 11px;
  font-style: italic;
  text-align: right;
  position: relative;
}

body .container .body .product-view-container .card.variations .info b {
  top: -6px;
  font-weight: normal;
  margin-left: 4px;
  position: absolute;
  font-size: 20px;
}

body .container .body .product-view-container .card.size-guide {
  padding: 0;
  width: calc(100% - 2px);
}

body .container .body .product-view-container .card.size-guide table {
  width: 100%;
  border-radius: 5px 5px 0 0;
}

body .container .body .product-view-container .card.size-guide table th:first-child {
  border-radius: 5px 0 0 0;
  padding-left: 15px;
}

body .container .body .product-view-container .card.size-guide table th:last-child {
  border-radius: 0 5px 0 0;
  padding-right: 15px;
}

body .container .body .product-view-container .card.size-guide table td:first-child {
  padding-left: 15px;
}

body .container .body .product-view-container .card.size-guide table td:last-child {
  padding-right: 15px;
}

body .container .body .product-view-container .card.size-guide table th {
  font-size: 14px;
  background: rgba(0, 0, 0, 0.7);
  color: rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

body .container .body .product-view-container .card.size-guide table th:nth-child(2n+2) {
  background: rgba(0, 0, 0, 0.6);
}

body .container .body .product-view-container .card.size-guide table tr td {
  font-size: 14px;
  padding: 8px 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

body .container .body .product-view-container .card.size-guide table tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
}

body .container .body .product-view-container .card.size-guide table tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}

body .container .body .product-view-container .card.size-guide i {
  display: block;
  font-size: 10px;
  margin: 5px 0 5px 5px;
}

body .container .body .product-view-container .card.size-guide i b {
  color: cornflowerblue;
}

body .container .body .product-view-container .recently-viewed-products {
  padding: 0;
  background: none;
  margin-bottom: 50px;
}

body .container .body .product-view-container .recently-viewed-products .title {
  margin-left: 15px;
}

body .container .body .product-view-container .recently-viewed-products .viewed-items-container {
  padding: 10px 0 10px 15px;
  display: block;
  white-space: nowrap;
  overflow-x: auto;
  -ms-overflow-style: none;
}

body .container .body .product-view-container .recently-viewed-products .viewed-items-container::-webkit-scrollbar {
  display: none;
}

body .container .body .product-view-container .recently-viewed-products .viewed-items-container .item {
  width: 150px;
  height: 200px;
  margin-right: 15px;
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: rgba(255, 255, 255, 0.2);
}

body .container .body .account-setup-container i {
  display: block;
  font-style: normal;
  font-size: 12px;
  padding: 0 15px 10px 5px;
}

body .container .body .account-setup-container i b {
  color: #e2020a;
  font-weight: bold;
}

body .container .body .account-setup-container.account .title .alert {
  margin-left: -5px;
  width: calc(100% + 5px);
}

body .container .body .account-setup-container .subscriptions,
body .container .body .account-setup-container .personal-details-container,
body .container .body .account-setup-container .address-container {
  background: white;
  padding: 10px 15px;
  margin-bottom: 15px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.04);
}

body .container .body .account-setup-container .subscriptions .title,
body .container .body .account-setup-container .personal-details-container .title,
body .container .body .account-setup-container .address-container .title {
  margin: 0 0 5px 0;
  font-size: 15px;
  text-transform: uppercase;
}

body .container .body .account-setup-container .subscriptions .input-container,
body .container .body .account-setup-container .personal-details-container .input-container,
body .container .body .account-setup-container .address-container .input-container {
  padding: 5px 0;
  display: block;
  margin-bottom: 5px;
}

body .container .body .account-setup-container .subscriptions .input-container label,
body .container .body .account-setup-container .subscriptions .input-container input,
body .container .body .account-setup-container .subscriptions .input-container textarea,
body .container .body .account-setup-container .personal-details-container .input-container label,
body .container .body .account-setup-container .personal-details-container .input-container input,
body .container .body .account-setup-container .personal-details-container .input-container textarea,
body .container .body .account-setup-container .address-container .input-container label,
body .container .body .account-setup-container .address-container .input-container input,
body .container .body .account-setup-container .address-container .input-container textarea {
  display: block;
}

body .container .body .account-setup-container .subscriptions .input-container label,
body .container .body .account-setup-container .personal-details-container .input-container label,
body .container .body .account-setup-container .address-container .input-container label {
  font-size: 14px;
}

body .container .body .account-setup-container .subscriptions .input-container input,
body .container .body .account-setup-container .subscriptions .input-container textarea,
body .container .body .account-setup-container .personal-details-container .input-container input,
body .container .body .account-setup-container .personal-details-container .input-container textarea,
body .container .body .account-setup-container .address-container .input-container input,
body .container .body .account-setup-container .address-container .input-container textarea {
  margin-top: 5px;
  font-size: 14px;
}

body .container .body .account-setup-container .subscriptions .input-container input,
body .container .body .account-setup-container .personal-details-container .input-container input,
body .container .body .account-setup-container .address-container .input-container input {
  width: calc(100% - 20px);
}

body .container .body .account-setup-container .subscriptions .input-container textarea,
body .container .body .account-setup-container .personal-details-container .input-container textarea,
body .container .body .account-setup-container .address-container .input-container textarea {
  min-height: 80px;
  width: calc(100% - 20px);
  max-width: calc(100% - 20px);
}

body .container .body .account-setup-container .subscriptions .input-container.password,
body .container .body .account-setup-container .personal-details-container .input-container.password,
body .container .body .account-setup-container .address-container .input-container.password {
  position: relative;
}

body .container .body .account-setup-container .subscriptions .input-container.password .toggle-password,
body .container .body .account-setup-container .personal-details-container .input-container.password .toggle-password,
body .container .body .account-setup-container .address-container .input-container.password .toggle-password {
  right: 0;
  top: 25px;
  z-index: 5;
  height: 29px;
  position: absolute;
  display: inline-block;
  padding: 6px 6px 0 6px;
  fill: rgba(0, 0, 0, 0.5);
}

body .container .body .account-setup-container .subscriptions .input-container.radio label,
body .container .body .account-setup-container .subscriptions .input-container.radio input[type=checkbox],
body .container .body .account-setup-container .subscriptions .input-container.checkbox label,
body .container .body .account-setup-container .subscriptions .input-container.checkbox input[type=checkbox],
body .container .body .account-setup-container .personal-details-container .input-container.radio label,
body .container .body .account-setup-container .personal-details-container .input-container.radio input[type=checkbox],
body .container .body .account-setup-container .personal-details-container .input-container.checkbox label,
body .container .body .account-setup-container .personal-details-container .input-container.checkbox input[type=checkbox],
body .container .body .account-setup-container .address-container .input-container.radio label,
body .container .body .account-setup-container .address-container .input-container.radio input[type=checkbox],
body .container .body .account-setup-container .address-container .input-container.checkbox label,
body .container .body .account-setup-container .address-container .input-container.checkbox input[type=checkbox] {
  display: inline-block;
}

body .container .body .account-setup-container .subscriptions .input-container.radio input[type=checkbox],
body .container .body .account-setup-container .subscriptions .input-container.checkbox input[type=checkbox],
body .container .body .account-setup-container .personal-details-container .input-container.radio input[type=checkbox],
body .container .body .account-setup-container .personal-details-container .input-container.checkbox input[type=checkbox],
body .container .body .account-setup-container .address-container .input-container.radio input[type=checkbox],
body .container .body .account-setup-container .address-container .input-container.checkbox input[type=checkbox] {
  width: 15px;
  float: left;
  margin-right: 10px;
}

body .container .body .account-setup-container .subscriptions .input-container.radio label,
body .container .body .account-setup-container .subscriptions .input-container.checkbox label,
body .container .body .account-setup-container .personal-details-container .input-container.radio label,
body .container .body .account-setup-container .personal-details-container .input-container.checkbox label,
body .container .body .account-setup-container .address-container .input-container.radio label,
body .container .body .account-setup-container .address-container .input-container.checkbox label {
  width: calc(100% - 35px);
}

body .container .body .account-setup-container .card.wallet {
  display: grid;
  grid-template-columns: 45% 1px 55%;
}

body .container .body .account-setup-container .card.wallet div:first-child {
  padding-right: 5px;
}

body .container .body .account-setup-container .card.wallet div:first-child span {
  color: #00b400;
  display: block;
  font-weight: bolder;
  text-transform: uppercase;
}

body .container .body .account-setup-container .card.wallet div:first-child span:first-child {
  font-size: 15px;
}

body .container .body .account-setup-container .card.wallet div:first-child span:nth-child(2) {
  font-size: 30px;
}

body .container .body .account-setup-container .card.wallet div:nth-child(2) {
  background: rgba(0, 0, 0, 0.2);
}

body .container .body .account-setup-container .card.wallet div:nth-child(3) {
  padding-left: 5px;
}

body .container .body .account-setup-container .card.wallet div:nth-child(3) span {
  display: block;
  text-align: right;
  font-size: 13px;
  overflow-x: hidden;
  line-height: 23px;
  text-overflow: ellipsis;
}

body .container .body .account-setup-container .card.wallet div:nth-child(3) span:nth-child(1) {
  font-size: 15px;
}

body .container .body .account-setup-container .card.account-items .account-item a {
  width: 100%;
  color: black;
  padding: 10px 0;
  font-size: 15px;
  position: relative;
  text-decoration: none;
  display: inline-block;
}

body .container .body .account-setup-container .card.account-items .account-item a svg {
  right: 0;
  display: inline-block;
  width: 20px;
  position: absolute;
}

body .container .body .orders-container .card.orders {
  width: calc(100% - 30px);
}

body .container .body .orders-container .card.orders table {
  width: 100%;
}

body .container .body .orders-container .card.orders table tr th {
  padding-top: 0;
  color: rgba(0, 0, 0, 0.7);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

body .container .body .orders-container .card.orders table tr th,
body .container .body .orders-container .card.orders table tr td {
  font-size: 14px;
}

body .container .body .orders-container .card.orders table tr th:nth-child(1),
body .container .body .orders-container .card.orders table tr td:nth-child(1) {
  max-width: 60px;
}

body .container .body .orders-container .card.orders table tr th:nth-child(2),
body .container .body .orders-container .card.orders table tr td:nth-child(2) {
  max-width: 40px;
}

body .container .body .orders-container .card.orders table tr th:nth-child(3),
body .container .body .orders-container .card.orders table tr td:nth-child(3) {
  max-width: 50px;
}

body .container .body .orders-container .card.orders table tr th svg,
body .container .body .orders-container .card.orders table tr td svg {
  fill: cornflowerblue;
}

body .container .body .orders-container .card.orders table tr th:last-child,
body .container .body .orders-container .card.orders table tr td:last-child {
  width: 5px;
}

body .container .body .orders-container .card.order-items {
  font-size: 14px;
}

body .container .body .orders-container .card.order-items.coi-cols {
  display: grid;
  grid-template-columns: auto auto;
}

body .container .body .orders-container .card.order-items.coi-cols div h4 {
  margin: 0;
  color: black;
}

body .container .body .orders-container .card.order-items.coi-cols div span.lbl {
  display: block;
  color: rgba(0, 0, 0, 0.7);
  padding: 3px 0 10px 0;
}

body .container .body .orders-container .card.order-items.coi-cols div.coi-ps {
  padding-left: 30px;
}

body .container .body .orders-container .card.order-items.coi-cols div.coi-ps span {
  line-height: 25px;
  display: block;
}

body .container .body .orders-container .card.order-items.coi-cols div.coi-ps span b {
  font-weight: normal;
  display: inline-block;
}

body .container .body .orders-container .card.order-items.coi-cols div.coi-ps span b:first-child {
  width: 80px;
}

body .container .body .orders-container .card.order-items.coi-cols div.coi-ps span.total {
  margin-top: 5px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

body .container .body .orders-container .card.order-items.coi-cols div.coi-ps span.total b {
  font-weight: bold;
}

body .container .body .orders-container .card.order-items.contacts span {
  display: block;
  line-height: 23px;
}

body .container .body .orders-container .card.order-items p {
  margin: 0;
}

body .container .body .orders-container .card.order-items.oi-list .item {
  display: grid;
  margin-bottom: 10px;
  border-radius: 5px;
  grid-template-columns: 100px calc(100% - 100px);
  border: 1px solid rgba(0, 0, 0, 0.1);
}

body .container .body .orders-container .card.order-items.oi-list .item .image-frame {
  width: 100px;
  height: 100px;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  border-radius: 5px 0 0 5px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

body .container .body .orders-container .card.order-items.oi-list .item .image-frame .alh {
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

body .container .body .orders-container .card.order-items.oi-list .item .image-frame img {
  margin-left: -4px;
  max-width: 100%;
  vertical-align: middle;
}

body .container .body .orders-container .card.order-items.oi-list .item .image-frame .quantity {
  left: 5px;
  bottom: 5px;
  color: white;
  padding: 3px 6px;
  font-size: 11px;
  position: absolute;
  display: inline-block;
  border-radius: 50px;
  border: 1px solid white;
  background: rgba(0, 0, 0, 0.4);
}

body .container .body .orders-container .card.order-items.oi-list .item .description {
  position: relative;
  padding: 5px 5px 5px 10px;
}

body .container .body .orders-container .card.order-items.oi-list .item .description span {
  display: block;
  line-height: 21px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

body .container .body .orders-container .card.order-items.oi-list .item .description span:nth-child(1) {
  font-size: 13px;
  font-weight: bold;
  max-width: 97%;
}

body .container .body .orders-container .card.order-items.oi-list .item .description span:nth-child(2) {
  font-size: 13px;
  white-space: pre-wrap;
  line-height: 17px;
}

body .container .body .orders-container .card.order-items.oi-list .item .description span:nth-child(3) {
  font-size: 13px;
  line-height: 17px;
  margin-top: 3px;
  text-transform: uppercase;
}

body .container .body .orders-container .card.order-items.oi-list .item .description span:nth-child(3) del {
  font-size: 10px;
}

body .container .body .orders-container .card.order-items.oi-list .item .description span:nth-child(3) b {
  font-size: 12px;
  color: cornflowerblue;
}

body .container .body .orders-container .card.order-items.oi-list .item:last-child {
  margin-bottom: 0;
}

body .container .body .orders-container .card.no-orders svg {
  display: block;
  fill: rgba(0, 0, 0, 0.3);
  margin: 25px auto 0 auto;
}

body .container .body .orders-container .card.no-orders span {
  display: block;
  text-align: center;
  padding: 20px 15px;
}

body .container .body .orders-container .card.no-orders span a {
  font-size: 14px;
  margin-top: 15px;
  color: cornflowerblue;
  display: inline-block;
  border-bottom: 1px dotted cornflowerblue;
}

body .container .body .select-shipping-address .title {
  font-weight: bold;
  position: relative;
}

body .container .body .select-shipping-address .title b:nth-child(2) {
  right: 15px;
  color: rgba(0, 0, 0, 0.5);
  position: absolute;
}

body .container .body .select-shipping-address .card .address-item {
  padding-top: 10px;
  padding-bottom: 10px;
}

body .container .body .select-shipping-address .card .address-item.checkout {
  display: grid;
  grid-template-columns: 20px calc(100% - 20px);
}

body .container .body .select-shipping-address .card .address-item:nth-child(1) {
  padding-top: 0;
}

body .container .body .select-shipping-address .card .address-item.active :nth-child(2) {
  color: black;
}

body .container .body .select-shipping-address .card .address-item .address-view {
  color: rgba(0, 0, 0, 0.7);
  padding-left: 5px;
  position: relative;
}

body .container .body .select-shipping-address .card .address-item .address-view a {
  top: 0;
  right: 5px;
  font-size: 14px;
  color: cornflowerblue;
  position: absolute;
  text-decoration: none;
}

body .container .body .select-shipping-address .card .address-item .address-view a svg {
  fill: cornflowerblue;
}

body .container .body .select-shipping-address .card .address-item .address-view a#delete {
  top: 40px;
}

body .container .body .select-shipping-address .card .address-item .address-view a#delete svg {
  fill: #e2020a;
}

body .container .body .select-shipping-address .card .address-item .address-view span,
body .container .body .select-shipping-address .card .address-item .address-view label {
  display: block;
  width: calc(100% - 30px);
}

body .container .body .select-shipping-address .card .address-item .address-view #address-title {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
}

body .container .body .select-shipping-address .card .address-item .address-view #address-desc {
  font-size: 14px;
  margin: 6px 0 0 0;
}

body .container .body .select-shipping-address .card .add-address {
  display: block;
  margin-top: 10px;
  font-weight: bold;
  color: cornflowerblue;
  text-decoration: none;
}

body .container .body .select-shipping-address .card .add-address svg {
  margin-top: -3px;
  fill: cornflowerblue;
}

body .container .body .delivery-details .title {
  font-weight: bold;
  position: relative;
}

body .container .body .delivery-details .title b:nth-child(2) {
  right: 15px;
  color: rgba(0, 0, 0, 0.5);
  position: absolute;
}

body .container .body .delivery-details i {
  display: block;
  font-style: normal;
  font-size: 12px;
  padding: 0 15px 10px 5px;
}

body .container .body .delivery-details i b {
  color: #e2020a;
  font-weight: bold;
}

body .container .body .delivery-details .card.recipient-details .input-container {
  margin-bottom: 15px;
}

body .container .body .delivery-details .card.recipient-details .input-container i {
  padding: 0;
  display: block;
  font-size: 10px;
  margin: 5px 0 0 0;
}

body .container .body .delivery-details .card.recipient-details .input-container label,
body .container .body .delivery-details .card.recipient-details .input-container input,
body .container .body .delivery-details .card.recipient-details .input-container textarea {
  display: block;
}

body .container .body .delivery-details .card.recipient-details .input-container label {
  font-size: 14px;
}

body .container .body .delivery-details .card.recipient-details .input-container input,
body .container .body .delivery-details .card.recipient-details .input-container textarea {
  margin-top: 5px;
  font-size: 14px;
  width: calc(100% - 20px);
}

body .container .body .delivery-details .card.recipient-details .input-container:last-child {
  margin-bottom: 0;
}

body .container .body .delivery-details .card .address-item {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

body .container .body .delivery-details .card .address-item.checkout {
  display: grid;
  grid-template-columns: 20px calc(100% - 20px);
}

body .container .body .delivery-details .card .address-item:nth-child(1) {
  padding-top: 0;
}

body .container .body .delivery-details .card .address-item.active :nth-child(2) {
  color: black;
}

body .container .body .delivery-details .card .address-item .address-view {
  color: rgba(0, 0, 0, 0.7);
  padding-left: 5px;
  position: relative;
}

body .container .body .delivery-details .card .address-item .address-view a {
  top: 0;
  right: 5px;
  font-size: 14px;
  color: cornflowerblue;
  position: absolute;
  text-decoration: none;
}

body .container .body .delivery-details .card .address-item .address-view a svg {
  fill: cornflowerblue;
}

body .container .body .delivery-details .card .address-item .address-view a#delete {
  top: 40px;
}

body .container .body .delivery-details .card .address-item .address-view a#delete svg {
  fill: #e2020a;
}

body .container .body .delivery-details .card .address-item .address-view span,
body .container .body .delivery-details .card .address-item .address-view label {
  display: block;
  width: calc(100% - 30px);
}

body .container .body .delivery-details .card .address-item .address-view #address-title {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
}

body .container .body .delivery-details .card .address-item .address-view #address-title:nth-child(2) {
  margin-top: 4px;
  font-weight: normal;
  text-transform: capitalize;
}

body .container .body .delivery-details .card .address-item .address-view #address-title:nth-child(2):before {
  content: "Fee: ";
  font-weight: bold;
}

body .container .body .delivery-details .card .address-item .address-view #address-desc {
  font-size: 14px;
  margin: 6px 0 0 0;
  color: rgba(0, 0, 0, 0.7);
}

body .container .body .delivery-details .card .address-item .address-view select {
  font-size: 14px;
  margin-top: 6px;
  width: calc(100%);
}

body .container .body .delivery-details .card .address-item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

body .container .body .select-shipping-method .title {
  font-weight: bold;
  position: relative;
}

body .container .body .select-shipping-method .title b:nth-child(2) {
  right: 15px;
  color: rgba(0, 0, 0, 0.5);
  position: absolute;
}

body .container .body .select-shipping-method .card .service-provider {
  padding: 10px 10px;
  margin-bottom: 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

body .container .body .select-shipping-method .card .service-provider.active {
  background: rgba(0, 0, 0, 0.03);
  border: 2px solid cornflowerblue;
}

body .container .body .select-shipping-method .card .service-provider.active .service-provider-header {
  margin-bottom: 10px;
}

body .container .body .select-shipping-method .card .service-provider.active .service-provider-header b {
  color: cornflowerblue;
  font-weight: bold;
}

body .container .body .select-shipping-method .card .service-provider.active .service-provider-header svg {
  transform: rotate(90deg);
}

body .container .body .select-shipping-method .card .service-provider.active .service-provider-body,
body .container .body .select-shipping-method .card .service-provider.active .service-provider-footer {
  display: block;
}

body .container .body .select-shipping-method .card .service-provider .service-provider-body,
body .container .body .select-shipping-method .card .service-provider .service-provider-footer {
  display: none;
}

body .container .body .select-shipping-method .card .service-provider .service-provider-header {
  font-size: 14px;
  position: relative;
}

body .container .body .select-shipping-method .card .service-provider .service-provider-header b {
  font-weight: normal;
  text-transform: uppercase;
}

body .container .body .select-shipping-method .card .service-provider .service-provider-header svg {
  top: -4px;
  right: -5px;
  fill: rgba(0, 0, 0, 0.5);
  position: absolute;
  transition: all 300ms linear;
}

body .container .body .select-shipping-method .card .service-provider .service-provider-body .input-container input,
body .container .body .select-shipping-method .card .service-provider .service-provider-body .input-container select {
  font-size: 14px;
}

body .container .body .select-shipping-method .card .service-provider .service-provider-body .input-container input[type=text],
body .container .body .select-shipping-method .card .service-provider .service-provider-body .input-container input[type=date],
body .container .body .select-shipping-method .card .service-provider .service-provider-body .input-container input[type=number] {
  margin-bottom: 10px;
  width: calc(100% - 22px);
}

body .container .body .select-shipping-method .card .service-provider .service-provider-body .input-container select {
  width: calc(100%);
  margin-bottom: 10px;
}

body .container .body .select-shipping-method .card .service-provider .service-provider-body .input-container #note {
  color: black;
  display: block;
  font-size: 11px;
  margin-top: -7px;
  margin-left: 2px;
  margin-bottom: 20px;
}

body .container .body .select-shipping-method .card .service-provider .service-provider-body .input-container label {
  font-size: 14px;
  margin-top: -4px;
  display: inline-block;
}

body .container .body .select-shipping-method .card .service-provider .service-provider-body .input-container label a {
  color: cornflowerblue;
  border-bottom: 1px dashed cornflowerblue;
}

body .container .body .select-shipping-method .card .service-provider .service-provider-body .input-container.agreement {
  height: 40px;
  line-height: 17px;
  position: relative;
}

body .container .body .select-shipping-method .card .service-provider .service-provider-body .input-container.agreement input,
body .container .body .select-shipping-method .card .service-provider .service-provider-body .input-container.agreement input {
  display: inline-block;
}

body .container .body .select-shipping-method .card .service-provider .service-provider-body .input-container.agreement input {
  width: 20px;
}

body .container .body .select-shipping-method .card .service-provider .service-provider-body .input-container.agreement label {
  margin-top: -2px;
  line-height: 20px;
  position: absolute;
  width: calc(100% - 25px);
  font-size: 12px !important;
}

body .container .body .select-shipping-method .card .service-provider .service-provider-body .input-container.delivery-fee-display {
  color: rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 15px;
}

body .container .body .select-shipping-method .card .service-provider .service-provider-body .input-container.delivery-fee-display #note {
  margin-top: 0;
}

body .container .body .select-shipping-method .card .service-provider .service-provider-body .input-container.riders-title span,
body .container .body .select-shipping-method .card .service-provider .service-provider-body .input-container.g4s-title span,
body .container .body .select-shipping-method .card .service-provider .service-provider-body .input-container.psv-title span {
  display: block;
}

body .container .body .select-shipping-method .card .service-provider .service-provider-body .input-container.riders-title span:nth-child(1),
body .container .body .select-shipping-method .card .service-provider .service-provider-body .input-container.g4s-title span:nth-child(1),
body .container .body .select-shipping-method .card .service-provider .service-provider-body .input-container.psv-title span:nth-child(1) {
  color: rgba(0, 0, 0, 0.5);
  font-size: 13px;
}

body .container .body .select-shipping-method .card .service-provider .service-provider-body .input-container.riders-title span:nth-child(2),
body .container .body .select-shipping-method .card .service-provider .service-provider-body .input-container.riders-title span:nth-child(4),
body .container .body .select-shipping-method .card .service-provider .service-provider-body .input-container.g4s-title span:nth-child(2),
body .container .body .select-shipping-method .card .service-provider .service-provider-body .input-container.g4s-title span:nth-child(4),
body .container .body .select-shipping-method .card .service-provider .service-provider-body .input-container.psv-title span:nth-child(2),
body .container .body .select-shipping-method .card .service-provider .service-provider-body .input-container.psv-title span:nth-child(4) {
  margin-top: 3px;
  display: block;
  font-size: 14px;
  line-height: 25px;
}

body .container .body .select-shipping-method .card .service-provider .service-provider-body .input-container.riders-title span:nth-child(2) b,
body .container .body .select-shipping-method .card .service-provider .service-provider-body .input-container.riders-title span:nth-child(4) b,
body .container .body .select-shipping-method .card .service-provider .service-provider-body .input-container.g4s-title span:nth-child(2) b,
body .container .body .select-shipping-method .card .service-provider .service-provider-body .input-container.g4s-title span:nth-child(4) b,
body .container .body .select-shipping-method .card .service-provider .service-provider-body .input-container.psv-title span:nth-child(2) b,
body .container .body .select-shipping-method .card .service-provider .service-provider-body .input-container.psv-title span:nth-child(4) b {
  color: rgba(0, 0, 0, 0.5);
  font-size: 18px;
}

body .container .body .select-shipping-method .card .service-provider .service-provider-body .input-container.psv-title span:nth-child(2) b {
  display: block;
}

body .container .body .select-shipping-method .card .service-provider .service-provider-body .input-container.psv-title span:nth-child(3) {
  color: rgba(0, 0, 0, 0.5);
  font-size: 13px;
  margin-top: 10px;
}

body .container .body .select-shipping-method .card .service-provider .service-provider-body .input-container.shipping-to {
  margin-top: 15px;
  position: relative;
}

body .container .body .select-shipping-method .card .service-provider .service-provider-body .input-container.shipping-to .riders-suggestions,
body .container .body .select-shipping-method .card .service-provider .service-provider-body .input-container.shipping-to .g4s-suggestions,
body .container .body .select-shipping-method .card .service-provider .service-provider-body .input-container.shipping-to .psv-destination-suggestions {
  top: 33px;
  margin: 0;
  padding: 0;
  z-index: 1;
  display: block;
  overflow-y: auto;
  background: white;
  max-height: 159px;
  position: absolute;
  list-style-type: none;
  width: calc(100% - 2px);
  border: 1px solid rgba(0, 0, 0, 0.3);
}

body .container .body .select-shipping-method .card .service-provider .service-provider-body .input-container.shipping-to .riders-suggestions.hide,
body .container .body .select-shipping-method .card .service-provider .service-provider-body .input-container.shipping-to .g4s-suggestions.hide,
body .container .body .select-shipping-method .card .service-provider .service-provider-body .input-container.shipping-to .psv-destination-suggestions.hide {
  display: none;
}

body .container .body .select-shipping-method .card .service-provider .service-provider-body .input-container.shipping-to .riders-suggestions li,
body .container .body .select-shipping-method .card .service-provider .service-provider-body .input-container.shipping-to .g4s-suggestions li,
body .container .body .select-shipping-method .card .service-provider .service-provider-body .input-container.shipping-to .psv-destination-suggestions li {
  font-size: 14px;
  padding: 6px 8px;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

body .container .body .select-shipping-method .card .service-provider .service-provider-body .input-container.shipping-to .riders-suggestions li div,
body .container .body .select-shipping-method .card .service-provider .service-provider-body .input-container.shipping-to .g4s-suggestions li div,
body .container .body .select-shipping-method .card .service-provider .service-provider-body .input-container.shipping-to .psv-destination-suggestions li div {
  margin-left: 20px;
  display: inline-block;
}

body .container .body .select-shipping-method .card .service-provider .service-provider-body .input-container.shipping-to .riders-suggestions li svg,
body .container .body .select-shipping-method .card .service-provider .service-provider-body .input-container.shipping-to .g4s-suggestions li svg,
body .container .body .select-shipping-method .card .service-provider .service-provider-body .input-container.shipping-to .psv-destination-suggestions li svg {
  top: 7px;
  position: absolute;
  fill: rgba(0, 0, 0, 0.3);
}

body .container .body .select-shipping-method .card .service-provider .service-provider-body .input-container.shipping-to .destination,
body .container .body .select-shipping-method .card .service-provider .service-provider-body .input-container.shipping-to .shuttle-company {
  margin-bottom: 10px;
}

body .container .body .select-shipping-method .card .service-provider .service-provider-body .input-container.shipping-to .destination label,
body .container .body .select-shipping-method .card .service-provider .service-provider-body .input-container.shipping-to .shuttle-company label {
  display: block;
  margin-bottom: 5px;
}

body .container .body .select-shipping-method .card .service-provider .service-provider-body.nairobi-riders span,
body .container .body .select-shipping-method .card .service-provider .service-provider-body.psv-deliveries span {
  font-size: 12px;
}

body .container .body .select-shipping-method .card .service-provider .service-provider-footer {
  margin-top: 15px;
  text-align: right;
}

body .container .body .select-shipping-method .card .service-provider .service-provider-footer.sendy .btn:first-child {
  float: left;
}

body .container .body .sign-up-in .card {
  padding-top: 40px;
  padding-bottom: 40px;
}

body .container .body .sign-up-in .card .btn {
  padding: 0;
  height: 40px;
  margin: auto;
  display: block;
  font-size: 13px;
  max-width: 240px;
  position: relative;
  margin-bottom: 10px;
}

body .container .body .sign-up-in .card .btn span {
  display: inline-block;
}

body .container .body .sign-up-in .card .btn span:nth-child(1) {
  top: -1px;
  left: -1px;
  width: 45px;
  height: 42px;
  position: absolute;
  border-radius: 50px;
  background: #e4e4e4;
}

body .container .body .sign-up-in .card .btn span:nth-child(1) img {
  height: 30px;
  margin-top: 6px;
}

body .container .body .sign-up-in .card .btn span:nth-child(1) svg {
  fill: rgba(0, 0, 0, 0.7);
  margin-top: 7px;
  border-radius: 50px;
}

body .container .body .sign-up-in .card .btn span:nth-child(2) {
  margin-top: 12px;
  text-align: left;
  margin-left: 45px;
  padding-left: 5px;
  width: calc(100% - 50px);
}

body .container .body .sign-up-in .card .btn.btn-facebook {
  background: #1877f2;
}

body .container .body .sign-up-in .card .btn.btn-google {
  background: rgba(0, 0, 0, 0.06);
  color: #4285f4;
  border: 1px solid transparent;
}

body .container .body .sign-up-in .card .btn.btn-email {
  color: black;
  background: rgba(0, 0, 0, 0.06);
  border: 1px solid transparent;
}

body .container .body .select-payment-type .title {
  font-weight: bold;
  position: relative;
}

body .container .body .select-payment-type .title b:nth-child(2) {
  right: 15px;
  color: rgba(0, 0, 0, 0.5);
  position: absolute;
}

body .container .body .select-payment-type .card .payment-type {
  display: grid;
  margin-bottom: 10px;
  grid-template-columns: 20px calc(100% - 20px);
}

body .container .body .select-payment-type .card .payment-type div:nth-child(2) {
  padding-left: 5px;
}

body .container .body .select-payment-type .card .payment-type div:nth-child(2) label {
  display: block;
}

body .container .body .select-payment-type .card .payment-type div:nth-child(2) label:nth-child(1) {
  font-size: 14px;
  text-transform: uppercase;
}

body .container .body .select-payment-type .card .payment-type div:nth-child(2) label:nth-child(2) {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.5);
}

body .container .body .payment-type-mpesa .title {
  font-weight: bold;
  position: relative;
}

body .container .body .payment-type-mpesa .title b:nth-child(2) {
  right: 15px;
  color: rgba(0, 0, 0, 0.5);
  position: absolute;
}

body .container .body .payment-type-mpesa .card {
  /*div:nth-child(1){
      display:grid;
      grid-template-columns:20px calc(100% - 20px);
  }*/
}

body .container .body .payment-type-mpesa .card div {
  padding-left: 5px;
}

body .container .body .payment-type-mpesa .card div label {
  display: block;
}

body .container .body .payment-type-mpesa .card div label#title {
  font-size: 14px;
  margin-top: -2px;
  font-weight: bold;
  margin-bottom: 5px;
}

body .container .body .payment-type-mpesa .card div label:nth-child(2) {
  color: rgba(0, 0, 0, 0.5);
  font-size: 13px;
  margin-bottom: 10px;
}

body .container .body .payment-type-mpesa .card div .transaction-code,
body .container .body .payment-type-mpesa .card div .phone-number {
  margin-top: 10px;
}

body .container .body .payment-type-mpesa .card div .transaction-code label,
body .container .body .payment-type-mpesa .card div .phone-number label {
  display: block;
  font-size: 14px;
  padding-bottom: 5px;
}

body .container .body .payment-type-mpesa .card div .transaction-code input,
body .container .body .payment-type-mpesa .card div .transaction-code .btn,
body .container .body .payment-type-mpesa .card div .phone-number input,
body .container .body .payment-type-mpesa .card div .phone-number .btn {
  display: inline-block;
}

body .container .body .payment-type-mpesa .card div .transaction-code input,
body .container .body .payment-type-mpesa .card div .phone-number input {
  font-size: 14px;
  width: calc(100% - 137px);
  border-radius: 5px 0 0 5px;
}

body .container .body .payment-type-mpesa .card div .transaction-code .btn,
body .container .body .payment-type-mpesa .card div .phone-number .btn {
  float: right;
  width: 100px;
  font-size: 16px;
  padding: 9px 5px 9px 5px;
  border-radius: 0 5px 5px 0;
}

body .container .body .payment-type-mpesa .card div .transaction-code span:nth-child(4),
body .container .body .payment-type-mpesa .card div .phone-number span:nth-child(4) {
  display: block;
  font-size: 12px;
}

body .container .body .payment-type-mpesa .card div .transaction-code input {
  width: calc(100% - 184px);
  border-radius: 5px 0 0 5px;
}

body .container .body .payment-type-mpesa .card div .transaction-code .btn {
  width: 147px;
  padding-top: 9px;
  padding-bottom: 9px;
  border-radius: 0 5px 5px 0;
}

body .container .body .payment-type-mpesa .card div .status-icon {
  height: 100px;
  position: relative;
}

body .container .body .payment-type-mpesa .card div .status-icon svg {
  top: 50%;
  left: 35%;
  fill: cornflowerblue;
  position: absolute;
  transform: translate(-35%, -50%);
}

body .container .body .payment-type-mpesa .card div .status-icon.warning svg {
  fill: #e2020a;
}

body .container .body .payment-type-mpesa .card div .instruction {
  font-size: 14px;
}

body .container .body .payment-type-mpesa .card div .instruction .warning {
  display: block;
  color: #e2020a;
  margin-bottom: 10px;
}

body .container .body .conversion-page .card {
  min-height: 350px;
  text-align: center;
}

body .container .body .conversion-page .card .check-mark {
  margin-top: 20px;
}

body .container .body .conversion-page .card .check-mark span {
  width: 90px;
  height: 90px;
  display: block;
  margin: 0 auto;
  border-radius: 100%;
  border: 2px solid #00b400;
}

body .container .body .conversion-page .card .check-mark span svg {
  margin-top: 10px;
  fill: #00b400;
}

body .container .body .conversion-page .card .message {
  margin: 20px 0;
}

body .container .body .conversion-page .card .message b,
body .container .body .conversion-page .card .message span {
  display: block;
}

body .container .body .conversion-page .card .message b {
  font-size: 20px;
  margin-bottom: 10px;
}

body .container .body .conversion-page .card .message span {
  font-size: 14px;
}

body .container .body .conversion-page .card .message .phone-number-confirmation {
  text-align: left;
  margin-bottom: 15px;
}

body .container .body .conversion-page .card .message .phone-number-confirmation h3 {
  padding: 0;
  display: block;
  line-height: 20px;
  margin: 15px 0 15px 0;
}

body .container .body .conversion-page .card .message .phone-number-confirmation h3 b,
body .container .body .conversion-page .card .message .phone-number-confirmation h3 a {
  margin: 0;
  padding: 0;
  display: inline-block;
}

body .container .body .conversion-page .card .message .phone-number-confirmation h3 a {
  float: right;
  font-size: 14px;
  font-weight: normal;
  color: cornflowerblue;
  text-decoration: underline;
}

body .container .body .conversion-page .card .message .phone-number-confirmation h3 a:nth-child(2) {
  margin-left: 20px;
}

body .container .body .conversion-page .card .message .phone-number-confirmation .description {
  font-size: 14px;
}

body .container .body .conversion-page .card .action a {
  padding: 5px 0;
  display: block;
  font-size: 14px;
  color: cornflowerblue;
  font-weight: bold;
  text-decoration: none;
}

body .container .body .subscriptions .input-container label {
  font-weight: bold;
}

body .container .body .subscriptions .input-container.checkbox {
  font-size: 14px;
  line-height: 22px;
}

body .container .body .subscriptions .input-container #sub-desc {
  display: block;
  color: rgba(0, 0, 0, 0.7);
  margin-top: 3px;
  font-size: 13px;
  line-height: 17px;
  margin-left: 26px;
  font-weight: normal;
}

body .container .body.shop-dashboard {
  font-size: 14px;
}

body .container .body.shop-dashboard .title.amount-due svg {
  margin-top: -2px;
  fill: cornflowerblue;
}

body .container .body.shop-dashboard .social-brief-breakdown {
  display: inline-grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

body .container .body.shop-dashboard .social-brief-breakdown .social-box {
  height: 50px;
  display: inline-grid;
  background: white;
  border-radius: 5px;
  grid-template-columns: 50px calc(100% - 50px);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.08);
}

body .container .body.shop-dashboard .social-brief-breakdown .social-box.facebook .image {
  background: rgba(24, 119, 242, 0.2);
}

body .container .body.shop-dashboard .social-brief-breakdown .social-box.facebook .image img {
  width: 30px;
  height: 30px;
}

body .container .body.shop-dashboard .social-brief-breakdown .social-box.instagram .image {
  background: rgba(249, 155, 60, 0.2);
}

body .container .body.shop-dashboard .social-brief-breakdown .social-box.twitter .image {
  background: rgba(24, 119, 242, 0.2);
}

body .container .body.shop-dashboard .social-brief-breakdown .social-box.web .image {
  background: rgba(24, 119, 242, 0.2);
}

body .container .body.shop-dashboard .social-brief-breakdown .social-box .image {
  text-align: center;
  border-radius: 5px 0 0 5px;
  position: relative;
}

body .container .body.shop-dashboard .social-brief-breakdown .social-box .image img {
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  position: absolute;
  transform: translate(-50%, -50%);
}

body .container .body.shop-dashboard .social-brief-breakdown .social-box .clicks {
  height: 100%;
  font-size: 14px;
  padding: 0 10px;
  line-height: 50px;
}

body .container .body.shop-dashboard .cart-breakdown .row {
  width: 100%;
  display: inline-grid;
  grid-template-columns: 1fr 1fr;
  border-left: 1px dashed rgba(0, 0, 0, 0.1);
  border-right: 1px dashed rgba(0, 0, 0, 0.1);
}

body .container .body.shop-dashboard .cart-breakdown .row:first-child {
  border-top: 1px dashed rgba(0, 0, 0, 0.1);
}

body .container .body.shop-dashboard .cart-breakdown .row:last-child {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
}

body .container .body.shop-dashboard .cart-breakdown .row:last-child:last-child .col {
  border-bottom: 0;
}

body .container .body.shop-dashboard .cart-breakdown .row .col {
  padding: 8px 5px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
}

body .container .body.shop-dashboard .cart-breakdown .row .col:nth-child(2) {
  text-align: right;
  border-left: 1px dashed rgba(0, 0, 0, 0.1);
}

body .container .body.shop-dashboard .best-performers .row {
  width: 100%;
  display: inline-grid;
  grid-template-columns: minmax(0, 3fr) 1fr 1fr;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
}

body .container .body.shop-dashboard .best-performers .row.heading .col {
  font-weight: bold;
  background: rgba(0, 0, 0, 0.05);
}

body .container .body.shop-dashboard .best-performers .row.heading .col:first-child {
  text-align: left;
  border-radius: 5px 0 0 0;
}

body .container .body.shop-dashboard .best-performers .row.heading .col:last-child {
  border-radius: 0 5px 0 0;
}

body .container .body.shop-dashboard .best-performers .row .col {
  padding: 5px 5px;
  text-align: center;
  border-left: 1px dashed rgba(0, 0, 0, 0.1);
}

body .container .body.shop-dashboard .best-performers .row .col:nth-child(1) {
  display: inline-grid;
  border-left: 1px solid transparent;
  grid-template-columns: 70px calc(100% - 70px);
}

body .container .body.shop-dashboard .best-performers .row .col:nth-child(1) .image {
  height: 50px;
  position: relative;
  background: rgba(0, 0, 0, 0.08);
}

body .container .body.shop-dashboard .best-performers .row .col:nth-child(1) .image img {
  top: 50%;
  left: 50%;
  width: 100%;
  position: absolute;
  transform: translate(-50%, -50%);
}

body .container .body.shop-dashboard .best-performers .row .col:nth-child(1) .details {
  text-align: left;
  padding-left: 10px;
}

body .container .body.shop-dashboard .best-performers .row .col:nth-child(1) .details span {
  display: block;
}

body .container .body.shop-dashboard .best-performers .row .col:nth-child(1) .details span:first-child {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body .container .body.shop-dashboard .best-performers .row .col:nth-child(1) .details span del {
  font-size: 11px;
  margin-right: 5px;
  color: rgba(0, 0, 0, 0.7);
}

body .container .body.shop-dashboard .best-performers.catalog .row {
  background: white;
}

body .container .body.shop-dashboard .best-performers.catalog .row.heading .col {
  background: white;
}

body .container .body.shop-dashboard .best-performers.catalog .action-bar {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

body .container .body.shop-dashboard .best-performers.catalog .action-bar div:first-child {
  line-height: 27px;
  text-align: left;
}

body .container .body.shop-dashboard .best-performers.catalog .action-bar div:first-child span {
  color: rgba(0, 0, 0, 0.7);
  font-size: 13px;
}

body .container .body.shop-dashboard .best-performers.catalog .action-bar div:last-child {
  text-align: right;
}

body .container .body.shop-dashboard .best-performers .action-bar {
  height: 30px;
  text-align: center;
}

body .container .body.shop-dashboard .wallet {
  display: grid;
  grid-template-columns: 50% 1px 50%;
}

body .container .body.shop-dashboard .wallet div:first-child {
  padding-right: 5px;
}

body .container .body.shop-dashboard .wallet div:first-child span {
  color: #00b400;
  display: block;
  font-weight: bolder;
  text-transform: uppercase;
}

body .container .body.shop-dashboard .wallet div:first-child span:first-child {
  font-size: 15px;
}

body .container .body.shop-dashboard .wallet div:first-child span:nth-child(2) {
  font-size: 30px;
}

body .container .body.shop-dashboard .wallet div:first-child .user-full-name {
  color: black;
  margin-top: 5px;
}

body .container .body.shop-dashboard .wallet div:nth-child(2) {
  background: rgba(0, 0, 0, 0.2);
}

body .container .body.shop-dashboard .wallet div:nth-child(3) {
  padding-left: 5px;
  text-align: center;
}

body .container .body.shop-dashboard .wallet div:nth-child(3) span {
  width: 60%;
  height: 40px;
  margin-top: 10px;
  line-height: 18px;
  border-radius: 5px;
}

body .container .body.shop-dashboard.account-items .account-item a {
  width: 100%;
  color: black;
  padding: 10px 0;
  font-size: 15px;
  position: relative;
  text-decoration: none;
  display: inline-block;
}

body .container .body.shop-dashboard.account-items .account-item a svg {
  right: 0;
  display: inline-block;
  width: 20px;
  position: absolute;
}

body .container .body.shop-product-preview .image-card .images {
  width: 100%;
  height: 350px;
  display: grid;
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.2);
  grid-template-rows: 85% 15%;
}

body .container .body.shop-product-preview .image-card .images .main-image {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

body .container .body.shop-product-preview .image-card .images .all-images {
  overflow-x: auto;
  white-space: nowrap;
}

body .container .body.shop-product-preview .image-card .images .all-images .image {
  width: 50px;
  height: 100%;
  display: inline-block;
  background: rgba(0, 0, 0, 0.05);
}

body .container .body.shop-product-preview .image-card .images .all-images .image.active {
  box-shadow: inset 0 0 0 2px cornflowerblue;
}

body .container .body.shop-product-preview .long-description p,
body .container .body.shop-product-preview .short-description p {
  margin: 0;
  font-size: 14px;
}

body .container .body.shop-product-preview .product-insights {
  display: grid;
  row-gap: 20px;
  -moz-column-gap: 8px;
       column-gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

body .container .body.shop-product-preview .product-insights .pi-item-container {
  height: 40px;
}

body .container .body.shop-product-preview .product-insights .pi-item-container .pi-icon {
  width: 40px;
  height: 100%;
  background: white;
  border-radius: 100%;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

body .container .body.shop-product-preview .product-insights .pi-item-container .pi-description {
  /*border:1px solid rgba(0,0,0,0.02);*/
}

body .container .action-bar {
  height: 54px;
}

body .container .action-bar .floating-action-bar {
  height: 35px;
  display: grid;
  /* Temporary width */
  /*max-width:345px;*/
  background: white;
  width: calc(100% - 30px);
  padding: 4px 15px 15px 15px;
  grid-template-columns: auto 1px auto;
}

body .container .action-bar .floating-action-bar.sticky {
  bottom: 0;
  position: fixed;
  max-width: 420px;
  box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.3);
}

body .container .action-bar .floating-action-bar div {
  display: inline-block;
}

body .container .action-bar .floating-action-bar .action {
  text-align: center;
}

body .container .action-bar .floating-action-bar .action svg,
body .container .action-bar .floating-action-bar .action span {
  display: inline-block;
}

body .container .action-bar .floating-action-bar .action svg {
  margin-top: -2px;
  fill: rgba(0, 0, 0, 0.5);
}

body .container .action-bar .floating-action-bar .action span {
  height: 100%;
  margin-top: 3px;
  margin-left: 13px;
  line-height: 40px;
  text-transform: uppercase;
}

body .container .action-bar .floating-action-bar.cart .v-separator {
  background: none;
}

body .container .action-bar .floating-action-bar.cart .action:first-child {
  padding-top: 5px;
  text-align: left;
  line-height: 17px;
}

body .container .action-bar .floating-action-bar.cart .action:first-child b {
  font-size: 13px;
  text-align: left;
  display: block;
}

body .container .action-bar .floating-action-bar.cart .action:first-child b:first-child {
  color: #00b400;
}

body .container .action-bar .floating-action-bar.cart .action:first-child b:last-child {
  text-transform: uppercase;
}

body .container .action-bar .floating-action-bar.cart .action:last-child {
  text-align: right;
}

body .container .action-bar .floating-action-bar.cart .action:last-child .btn {
  text-transform: uppercase;
  margin-top: 6px;
}

body .container .action-bar .floating-action-bar.product-view .action {
  margin-top: 6px;
  text-align: left;
}

body .container .action-bar .floating-action-bar.product-view .action .btn {
  color: rgba(0, 0, 0, 0.5);
}

body .container .action-bar .floating-action-bar.product-view .action:last-child {
  text-align: right;
}

body .container .action-bar .floating-action-bar.product-view .action:last-child .btn {
  color: white;
  font-weight: bold;
  min-width: 130px;
}

body .container .action-bar .floating-action-bar.product-view .v-separator {
  background: none;
}

body .container .action-bar .floating-action-bar .v-separator {
  margin-top: 5px;
}

body .container .action-bar .floating-action-bar .separator {
  width: 1px;
  height: 100%;
  margin-left: 4px;
  background: rgba(0, 0, 0, 0.2);
}

body .container .footer {
  margin-top: 10px;
  background: cornflowerblue;
  padding: 10px 10px 0 10px;
}

body .container .footer ul {
  margin: 0;
  padding: 0;
  text-align: center;
}

body .container .footer ul li {
  margin-right: 5px;
  margin-bottom: 8px;
  display: inline-block;
  list-style-type: none;
}

body .container .footer ul li a {
  font-size: 13px;
  padding: 3px 6px;
  border-radius: 50px;
  text-decoration: none;
  text-transform: capitalize;
  color: rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.3);
}

body .container .footer .social {
  margin-top: 10px;
  margin-left: -15px;
  text-align: center;
  width: calc(100% - 5px);
  padding: 7px 15px 5px 15px;
  background: rgba(255, 255, 255, 0.1);
  /*background:linear-gradient(rgba(255,255,255,.2), transparent);*/
}

body .container .footer .social span.title {
  color: white;
  display: block;
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 10px;
}

body .container .footer .social a {
  height: 20px;
  color: white;
  font-size: 12px;
  position: relative;
  border-radius: 50px;
  text-decoration: none;
  display: inline-block;
  padding: 0 8px 1px 8px;
}

body .container .footer .social a span {
  display: inline-block;
}

body .container .footer .social a span:nth-child(1) {
  top: -5px;
  width: 20px;
  height: 20px;
  padding: 2px;
  background: white;
  border-radius: 50%;
  position: absolute;
}

body .container .footer .social a span:nth-child(2) {
  margin-left: 30px;
}

body .container .footer .social a span img {
  height: 100%;
  border-radius: 50%;
}

body .container.home {
  position: relative;
}

body .container.home .footer {
  margin-top: 0;
}

body .container .mbxs {
  top: 0;
  z-index: 31;
  width: 100%;
  height: 100%;
  position: fixed;
  max-width: 450px;
  background: rgba(0, 0, 0, 0.5);
}

body .container .mbxs .mb {
  top: 50%;
  left: 50%;
  width: 95%;
  background: white;
  position: absolute;
  transform: translate(-50%, -50%);
}

body .container .mbxs .mb.sign-in .mb-footer div,
body .container .mbxs .mb.checkout-prompt .mb-footer div {
  display: inline-block;
  width: calc(50% - 40px);
}

body .container .mbxs .mb.sign-in .mb-footer :nth-child(1),
body .container .mbxs .mb.checkout-prompt .mb-footer :nth-child(1) {
  color: rgba(0, 0, 0, 0.5);
}

body .container .mbxs .mb.sign-in .mb-footer :nth-child(2),
body .container .mbxs .mb.checkout-prompt .mb-footer :nth-child(2) {
  right: 10px;
  position: absolute;
}

body .container .mbxs .mb div {
  display: block;
  font-size: 14px;
  padding: 5px 10px;
}

body .container .mbxs .mb .mb-header {
  position: relative;
  margin-bottom: 5px;
  /*border-bottom:$std-border;*/
}

body .container .mbxs .mb .mb-header span {
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
}

body .container .mbxs .mb .mb-header svg {
  top: 2px;
  right: 10px;
  position: absolute;
}

body .container .mbxs .mb .mb-body {
  padding: 0 10px 10px 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

body .container .mbxs .mb .mb-footer {
  padding: 10px 10px;
}

body .container .separator,
body .container .v-separator {
  border: 0;
  background: rgba(0, 0, 0, 0.3);
}

body .container .separator {
  width: inherit;
  height: 1px;
}

body .container .v-separator {
  width: 1px;
  height: inherit;
}

body .container .doc-container .title {
  font-weight: 600;
}

body .container .doc-container .card .doc-segment {
  margin-top: 0;
}

body .container .doc-container .card .doc-segment:first-child {
  margin-top: 0;
}

body .container .doc-container .card .doc-segment a {
  color: black;
  font-size: 15px;
  text-decoration: none;
}

body .container .doc-container .card .doc-segment .doc-header {
  /*overflow: hidden;
  white-space: nowrap;
  text-overflow:ellipsis;*/
}

body .container .doc-container .card .doc-segment .doc-header a {
  font-weight: bold;
  color: rgba(0, 0, 0, 0.8);
}

body .container .doc-container .card .doc-segment .doc-body {
  margin: 5px 0;
  font-size: 14px;
}

body .container .doc-container .card .doc-segment .doc-body a {
  color: cornflowerblue;
  display: inline-block;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
}

body .container .doc-container .card .doc-segment .doc-footer a {
  font-size: 14px;
  color: cornflowerblue;
}

body .container .doc-container .card.faqs {
  /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
  /* Style the accordion panel. Note: hidden by default */
}

body .container .doc-container .card.faqs .accordion {
  text-align: left;
  cursor: pointer;
  padding: 10px;
  width: 100%;
  border: none;
  outline: none;
  transition: 0.4s;
  margin-bottom: 8px;
  border-radius: 5px;
  color: rgba(255, 255, 255, 0.5);
  background-color: rgba(0, 0, 0, 0.04);
}

body .container .doc-container .card.faqs .active,
body .container .doc-container .card.faqs .accordion:hover {
  background-color: #ccc;
}

body .container .doc-container .card.faqs .panel {
  padding: 0 18px;
  background-color: white;
  display: none;
  overflow: hidden;
  border: 1px solid red;
}

.alert {
  margin: 5px 0;
  font-size: 14px;
  border-radius: 5px;
  border-left: 4px solid transparent;
  padding: 8px 5px !important;
}

.alert a {
  color: cornflowerblue;
  text-decoration: none;
  border-bottom: 1px dotted cornflowerblue;
}

.alert span {
  display: block;
}

.alert ul {
  margin: 0;
  padding: 0 0 0 20px;
}

.alert ul li {
  padding-top: 5px;
  list-style-type: square;
}

.alert.default {
  background: rgba(100, 149, 237, 0.15);
  border-color: cornflowerblue;
}

.alert.danger {
  background: rgba(255, 0, 0, 0.15);
  border-color: #e2020a;
}

.alert.success {
  background: rgba(0, 180, 0, 0.15);
  border-color: #00b400;
}

.alert.warning {
  background: rgba(255, 205, 0, 0.15);
  border-color: #ffcd00;
}

.color-default {
  color: cornflowerblue;
}

.color-danger {
  color: #e2020a;
}

.color-success {
  color: #00b400;
}

.color-warning {
  color: #ffcd00;
}

.color-disabled {
  color: rgba(0, 0, 0, 0.2) !important;
}

.btn {
  all: unset;
  font-family: "Roboto", sans-serif;
  border: 1px solid gray;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 8px 15px;
  min-width: 50px;
  color: black;
  font-size: 15px;
  text-align: center;
  font-style: normal;
  display: inline-block;
  text-decoration: none;
  border-radius: 50px;
}

.btn:active {
  opacity: 0.5;
}

.btn-small {
  font-size: 10px;
  padding: 3px 15px;
}

.btn-primary {
  color: white;
  background: cornflowerblue;
  border: 1px solid cornflowerblue;
}

.btn-success {
  color: white;
  background: #009600;
  border: 1px solid #009600;
}

.btn-default {
  color: black;
  background: rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.03);
}

.d-none {
  display: none;
}

.uc {
  text-transform: uppercase;
}

.no-bg {
  background: none !important;
}

.no-click {
  pointer-events: none;
}

.required:after {
  content: "*";
  color: #e2020a;
  font-size: 12px;
  margin-left: 5px;
}

input,
textarea {
  color: rgba(0, 0, 0, 0.5);
  outline: none;
  font-family: "Roboto", sans-serif;
  padding: 10px 10px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

input:focus,
textarea:focus {
  color: rgba(0, 0, 0, 0.7);
  border: 1px solid rgba(100, 149, 237, 0.9);
  box-shadow: 0 0 0 3px rgba(100, 149, 237, 0.3);
}

input.input-danger,
textarea.input-danger {
  border: 1px solid rgba(255, 0, 0, 0.3);
}

input.input-danger:focus,
textarea.input-danger:focus {
  border: 1px solid rgba(255, 0, 0, 0.5);
  box-shadow: 0 0 0 3px rgba(255, 0, 0, 0.2);
}

select {
  color: rgba(0, 0, 0, 0.5);
  outline: none;
  padding: 8px 12px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.3);
}

select:focus {
  color: rgba(0, 0, 0, 0.7);
  border: 1px solid rgba(100, 149, 237, 0.9);
  box-shadow: 0 0 0 3px rgba(100, 149, 237, 0.3);
}

select.input-danger {
  border: 1px solid rgba(255, 0, 0, 0.3);
}

select.input-danger:focus {
  border: 1px solid rgba(255, 0, 0, 0.5);
  box-shadow: 0 0 0 3px rgba(255, 0, 0, 0.2);
}

.btn-disabled {
  background: rgba(0, 0, 0, 0.2);
  border-color: rgba(0, 0, 0, 0.07);
  color: rgba(0, 0, 0, 0.3) !important;
  pointer-events: none;
}

.disabled {
  pointer-events: none;
  fill: rgba(0, 0, 0, 0.3) !important;
  color: rgba(0, 0, 0, 0.3) !important;
}

.disabled svg {
  fill: rgba(0, 0, 0, 0.3) !important;
}

/* Clearfix */

.clearfix:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

/* Margin */

.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

