@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Gothic+A1:100,200,300,400,500,600,700,800,900|Source+Sans+Pro:200,200i,300,300i,400,400i,600,600i,700,700i,900,900i&display=swap");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap");
@import url("https://fonts.googleapis.com/css?family=ABeeZee:400,400i|Abel|Dosis:200,300,400,500,600,700,800&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto+Slab:100,300,400,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Oxygen:300,400,700&display=swap");

input,
label {
  display: inline;
}

input[type=radio]::-ms-check {
  border-color: red;
  color: red;
}

input[type=checkbox]::-ms-check {
  border-color: green;
  color: green;
}

.total-price {
  font-size: 1.5em;
  font-weight: 900 !important;
}

.e-link {
  color: #1D92B8;
  text-decoration: underline;
}

.e-link.dark {
  color: #4b4b4b;
}

.e-props {
  list-style-type: disc;
}

.e-up {
  text-transform: uppercase;
}

.e-none {
  color: #979797;
  text-decoration: line-through;
}

p.e-up {
  font-size: .95em;
  font-family: "Brandon Text Medium", sans-serif;
}

.e-color {
  color: #EB363D;
}

.e-white {
  color: #fff;
}

.bg-color {
  background-color: #EB363D;
}

.bg-light {
  background-color: #f2f2f2;
}

.e-sub {
  padding-top: 5px;
  color: #282828;
  font-size: 1.25em;
  font-family: "Brandon Text Medium", sans-serif;
  text-transform: uppercase;
}


.e-sub a {
  color: #282828;
}

.e-subtitle {
  font-size: 1.3em;
  font-family: "Oxygen", sans-serif;
  font-weight: 700;
}

.e-title {
  font-size: 2.3em;
  font-family: "Oxygen", sans-serif;
  font-weight: 700;
  line-height: 1.35;
}

.e-title--intro {
  font-size: 3em;
  font-weight: 700;
}

.e-call {
  font-size: 21px;
  font-weight: 400;
  line-height: 1.75;
}

.e-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  width: auto;
  min-width: 140px;
  height: 53px;
  color: #fff;
  font-size: .8em;
  font-family: "Brandon Text Medium", sans-serif;
  text-transform: uppercase;
  background-color: #EB363D;
}

.e-btn.single {
  border: 1px solid #EB363D !important;
  background-color: #EB363D !important;
}

.e-btn.single span {
  color: #fff;
}

.e-btn.single img.sh {
  display: block;
}

.e-btn.single img.hd {
  display: none;
}

.e-btn.single:hover {
  border: 1px solid #EB363D;
  background-color: transparent !important;
}

.e-btn.single:hover span {
  color: #EB363D;
}

.e-btn.single:hover img.sh {
  display: none;
}

.e-btn.single:hover img.hd {
  display: block;
}

.e-btn.single.e-btn--outline {
  border: 1px solid #4b4b4b !important;
  background-color: transparent !important;
}

.e-btn.single.e-btn--outline span {
  color: #4b4b4b;
}

.e-btn.single.e-btn--outline:hover {
  border: 1px solid #EB363D !important;
  background-color: transparent;
}

.e-btn.single.e-btn--outline:hover span {
  color: #4b4b4b;
}

.e-btn img,
.e-btn .fa {
  font-size: 20px;
  display: inline-flex;
  margin-right: 8px;
}

.e-btn:hover {
  color: #fff;
  background-color: #d8161d;
}

.e-btn.cat,
.e-btn.info {
  min-width: 0;
  height: auto;
  padding-left: 0;
  color: #979797;
  font-size: .85em;
  font-family: "Brandon Text Medium", sans-serif;
  background-color: transparent;
}

.e-btn.cat:hover,
.e-btn.info:hover {
  color: #4b4b4b;
}

.e-btn.info {
  padding: 0 13px 1px;
  height: 40px;
}

.e-btn.info.red {
  color: #EB363D;
  font-family: "Brandon Text Medium", sans-serif;
}

.e-btn.grey {
  background-color: #bfbfbf;
}

.e-btn.grey:hover {
  color: #fff;
  background-color: #a6a6a6;
}

.e-btn.orange {
  background-color: #F6A623;
}

.e-btn.orange:hover {
  color: #fff;
  background-color: #dd8d09;
}

html {
  font-family: "Brandon Text Regular", sans-serif;
  font-size: 100%;
  font-smooth: always;
  -webkit-font-smoothing: subpixel-antialiased;
}

body {
  font-size: 1rem;
  font-family: "Brandon Text Regular", sans-serif;
  background-color: #fbfbfb;
}

body .wrapper {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  width: 100%;
  height: 100vh;
}

.c-templates {
  width: 1350px;
  max-width: 100%;
  margin: 0 auto;
  padding: 15px 5%;
}

.c-templates .c-item .e-price {
  color: #282828 !important;
  font-weight: 400 !important;
}

/*.container {
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}*/

button {
  border: none;
  outline: none;
}

button:focus {
  border: none;
  outline: none;
}

p {
  margin-bottom: 2em;
}

a {
  color: #4b4b4b;
  text-decoration: none;
  transition: all ease-out .4s;
}

a:hover {
  color: #EB363D;
  text-decoration: none;
}

.upload {
  position: relative;
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  z-index: 1;
}

.upload:focus,
.upload:hover {
  cursor: pointer;
  outline: none;
  box-shadow: none;
}

.upload+label {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding: 0 25px;
  color: white;
  text-transform: uppercase;
  background-color: inherit;
  transition: 150ms;
  transform: translateY(-40px);
  z-index: 0;
}

.upload:focus+label,
.upload+label:hover {
  cursor: pointer;
  outline: none;
  box-shadow: none;
}

.c-form input {
  height: 40px;
  padding: 0 15px;
  line-height: 40px;
  border: 1px solid #EB363D;
  border-radius: 2px;
  background-color: #fff;
}

.c-menu__brand {
  background-color: #EB363D;
}

.c-menu__brand .nav-link {
  color: #fff;
}

.c-menu__brand .fa {
  color: #fff;
}

.c-header {
  display: flex;
  align-items: center;
  height: 100vh;
  overflow-x: hidden;
}

.c-header__text {
  font-size: 1.2em;
}

.c-header__slides {
  margin-right: -23%;
}

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before {
  opacity: 1;
}

.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  top: 106%;
  left: 20px;
  font-size: 24px;
}

.slick-next {
  top: 106%;
  left: 50px;
  font-size: 24px;
}

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: '\f177';
  font-family: FontAwesome;
}

[dir='rtl'] .slick-prev:before {
  content: '\f178';
  font-family: FontAwesome;
}

.slick-next {
  right: -25px;
}

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: '\f178';
  font-family: FontAwesome;
}

[dir='rtl'] .slick-next:before {
  content: '\f177';
  font-family: FontAwesome;
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}

.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before {
  display: table;
  content: '';
}

.slick-track:after {
  display: table;
  content: '';
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.c-list {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

@media only screen and (max-width: 768px) {
  .c-list {
    display: block;
  }
}

.nav-sort {
  display: block !important;
}

.nav-sort .nav-item {
  background-color: transparent !important;
  border: none !important;
  margin: 0 0 10px !important;
  padding: 0 !important;
}

.nav-sort .nav-link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  padding: 0 0 2px;
  height: 53px;
  border: 1px solid #4b4b4b;
}

.nav-sort .nav-link .d-flex {
  width: 25%;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  .nav-sort .nav-link .d-flex {
    display: block;
    width: 100%;
  }
}

.nav-sort .nav-link:hover {
  border: 1px solid #EB363D;
  box-shadow: inset 0 -5px #EB363D;
}

.nav-sort .nav-link.active {
  color: #fff;
  background-color: #979797;
  border: 1px solid #979797;
}

.nav-sort .nav-link.active:hover {
  color: #fff;
  background-color: #979797;
  border: 1px solid #979797;
  box-shadow: none;
  cursor: default;
}

.nav-sort .nav-link.active img {
  width: 30px;
}

.nav-sort .nav-link.active img.dark {
  display: none;
}

.nav-sort .nav-link.active img.white {
  display: inline-flex;
}

.nav-sort .nav-link.active span {
  width: 75%;
  color: #fff;
}

.nav-sort .nav-link img {
  margin-right: 7px;
}

.nav-sort .nav-link img.dark {
  display: inline-flex;
}

.nav-sort .nav-link img.white {
  display: none;
}

.nav-sort .nav-link span {
  color: #4b4b4b;
  font-size: 1em;
  font-family: "Brandon Text Regular", sans-serif;
}

.c-item {
  position: relative;
  display: inline-flex;
  flex-flow: column nowrap;
  width: 46.365%;
}

.c-item__top {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 65.8%;
  margin: 0;
  padding: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.75);
  transition: all ease-out .5s;
}

.c-item__top .e-btn:hover {
  background-color: #fff !important;
  box-shadow: inset 0 -5px #EB363D;
}

.c-item__top .e-btn.e-btn--outline.single {
  background-color: #fff !important;
}

.c-item:hover .c-item__top {
  display: flex;
  top: 0;
  opacity: 1;
}

.c-item__content {
  background-color: #fff;
  border: 1px solid #eee;
}

.c-item__desc {
  color: #282828;
  font-size: .95em;
  font-weight: 400;
  font-family: "Brandon Text Regular", sans-serif;
  line-height: 1.5;
}

.c-item .share .dropdown-menu {
  margin-left: -11px !important;
  padding: 0;
  min-width: 38px !important;
  max-width: 38px !important;
}

.c-item .share .dropdown-item {
  margin: 0;
  padding: 0;
  display: block;
}

.c-item .share .dropdown-item:hover {
  background-color: transparent;
}

.c-item .share .dropdown-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 0;
  height: 32px;
}

.c-item .share .dropdown-link img {
  height: 12px;
}

.c-item .share .dropdown-link:hover img {
  fill: #000;
}

.c-item .share button {
  margin: 0;
  padding: 0 0 .021rem;
  border: none;
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}

.c-item .share button:focus {
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}

.c-item .share button:after {
  display: none;
}

.c-item__links {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  margin-bottom: 20px;
}

.c-item__links a {
  color: #1D92B8;
  font-size: .85em;
  font-family: "Brandon Text Regular", sans-serif;
  text-transform: uppercase;
}

.c-item__links a:hover {
  color: #4b4b4b;
  text-decoration: underline;
}

.c-item__links span {
  display: block;
  width: 1px;
  height: 14px;
  margin: 0 12px;
  background-color: #1D92B8;
}

.c-item__meta {
  display: flex;
  align-items: center;
}

.c-item__meta .svg:hover {
  -webkit-filter: invert(27%) sepia(51%) saturate(2878%) hue-rotate(346deg) brightness(100%) contrast(100%);
  filter: invert(27%) sepia(51%) saturate(2878%) hue-rotate(346deg) brightness(100%) contrast(100%);
}

.c-item__meta a {
  transition: color ease-out .3s;
}

.c-item__meta a img {
  margin-bottom: 4.5px;
}

.c-item__meta a img.cart {
  transition: all ease-out .3s;
}

.c-item__meta a:hover .e-color {
  color: #4b4b4b !important;
}

.c-item__meta.wide {
  justify-content: space-between;
}

.c-item .e-price {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  color: #282828;
  font-size: 1.5em;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  letter-spacing: -0.005em;
}

.templates-page {
  width: 100%;
  flex-flow: row wrap;
  justify-content: space-between;
}

#sort-tab {
  width: 25%;
}

#sort-tabContent {
  width: 70%;
}

.c-form__title h3 {
  font-size: 2.25em;
  font-weight: 900;
}

.c-form input,
.c-form select,
.c-form textarea,
.c-form .select-btn {
  height: 50px;
  padding: 1px 0 0;
  color: #282828;
  font-size: 1em;
  font-weight: 200 !important;
  line-height: 46px;
  border: none !important;
  border-radius: 0 !important;
  border-bottom: 1px solid #979797 !important;
  background-color: #fff;
  border-color: #ccc;
}

.c-form input:focus,
.c-form select:focus,
.c-form textarea:focus,
.c-form .select-btn:focus {
  outline: none !important;
  border-bottom: 1px solid #4b4b4b !important;
}

.c-form input::-webkit-input-placeholder,
.c-form select::-webkit-input-placeholder,
.c-form textarea::-webkit-input-placeholder,
.c-form .select-btn::-webkit-input-placeholder {
  color: #282828;
}

.c-form input:-moz-placeholder,
.c-form select:-moz-placeholder,
.c-form textarea:-moz-placeholder,
.c-form .select-btn:-moz-placeholder {
  color: #282828;
}

.c-form input::-moz-placeholder,
.c-form select::-moz-placeholder,
.c-form textarea::-moz-placeholder,
.c-form .select-btn::-moz-placeholder {
  color: #282828;
}

.c-form input:-ms-input-placeholder,
.c-form select:-ms-input-placeholder,
.c-form textarea:-ms-input-placeholder,
.c-form .select-btn:-ms-input-placeholder {
  color: #282828;
}

.c-form textarea {
  min-height: 100px;
  padding: 0 15px;
}

.c-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0 15px;
  color: #4b4b4b;
  z-index: 0;
  border-radius: 0;
}

.c-form .select-group {
  position: relative;
}

.c-form .select-group ion-icon {
  position: absolute;
  top: 15px;
  right: 16px;
  display: block;
  color: #4b4b4b;
  z-index: 1;
}

.c-form label {
  display: block;
  color: #4b4b4b;
  font-size: calc($normal - 1px);
  font-weight: 500;
}

.c-form label.small {
  font-size: 15px;
}

.c-form input.price {
  width: 66%;
}

.c-form input.wide {
  width: 99.25%;
}

.c-form input[type="submit"] {
  color: #fff;
}

.c-form input[type="submit"]:hover {
  color: #EB363D !important;
}

.c-form input[type="radio"],
.c-form input[type="checkbox"] {
  display: inline;
}

.c-form input[type="radio"]::-ms-check,
.c-form input[type="checkbox"]::-ms-check {
  background-color: #fff;
  border-color: #1D92B8;
  color: #4b4b4b;
}

.c-form input[type="search"] {
  min-width: 300px;
}

.c-form button.e-btn.single:hover {
  color: #EB363D !important;
}

.c-form--overview input,
.c-form--overview textarea,
.c-form--overview .select-btn {
  height: 46px;
  line-height: 46px;
}

.c-form--overview .multiSelect {
  line-height: 46px;
  height: 46px;
}

.c-form--overview textarea {
  min-height: 75px;
}

.c-form--overview span.ml-1 {
  color: #4b4b4b;
}

.c-form .select-btn {
  align-items: center;
}

.c-form .select-btn::after {
  display: none;
}

.c-form .select-btn,
.c-form .multiSelect {
  color: #4b4b4b;
}

.c-form .multiSelect {
  font-size: 15px;
  font-weight: 400;
}

.c-form .multiSelect input {
  zoom: 1.2;
  background: #fff;
}

.c-form input[type="radio"],
.c-form input[type="checkbox"] {
  overflow: visible;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  visibility: hidden;
}

.c-form input[type="radio"]::-ms-check,
.c-form input[type="checkbox"]::-ms-check {
  border-color: #1D92B8;
  color: #EF8003;
}

.c-form input[type="radio"]:after,
.c-form input[type="checkbox"]:after {
  position: absolute;
  top: -7px;
  left: 0;
  display: block;
  content: '';
  width: 20px;
  height: 20px;
  background: url("../../svg/radio-off.svg") center center no-repeat;
  visibility: visible;
}

.c-form input[type="radio"].checks:after,
.c-form input[type="checkbox"].checks:after {
  position: absolute;
  top: -7px;
  left: 0;
  display: block;
  content: '';
  width: 21px;
  height: 21px;
  background: url("../../svg/radio-on.svg") center center no-repeat;
  visibility: visible;
}

.c-form input[type="checkbox"]:after {
  width: 20px;
  height: 20px;
  background: url("../../svg/check-off.svg") center center no-repeat;
}

.c-form input[type="checkbox"].checks:after {
  width: 20px;
  height: 20px;
  background: url("../../svg/check-on.svg") center center no-repeat;
}

.c-form input[type="radio"]::-ms-check,
.c-form input[type="checkbox"]::-ms-check,
.c-form input[type="radio"]:-ms-check,
.c-form input[type="checkbox"]:-ms-check {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-color: #1D92B8;
  color: #EF8003;
}

table th:not(.first),
table td {
  text-align: center !important;
}

table * {
  font-weight: 400;
}

.table-striped tbody tr:nth-of-type(even) {
  background-color: white;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #fff;
}

.c-testimonials .e-title {
  font-size: 1.82em;
}

.nav-tabs.payment .nav-item {
  padding: 0 !important;
  margin-bottom: -1px;
  background-color: #fff;
}

.nav-tabs.payment .nav-item:last-of-type {
  margin-left: 3px;
}

.nav-tabs.payment .nav-item a {
  height: 70px;
  margin: 0 !important;
  transition: none;
  border: 1px solid transparent !important;
  border-bottom: 1px solid #dee2e6 !important;
}

.nav-tabs.payment .nav-item a:hover {
  border: 1px solid #dee2e6 !important;
  border-bottom: 1px solid transparent !important;
}

.nav-tabs.payment .nav-item a:hover span {
  color: #1D92B8;
}

.nav-tabs.payment .nav-item a.active {
  transition: none;
  border: 1px solid #dee2e6 !important;
  border-bottom: 1px solid #fff !important;
}

.nav-tabs.payment .nav-item a.active:hover {
  cursor: default;
}

.nav-tabs.payment .nav-item a.active:hover span {
  color: #4b4b4b;
}

#itemPreviews .tab-pane img {
  width: 100%;
  height: 725px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  border: 1px solid #eee;
}

#itemViews .nav-item a img {
  width: 100%;
  height: 175px;
  -o-object-fit: cover;
  object-fit: cover;
  border: 1px solid #eee;
}

.c-single .e-sub {
  margin: 0;
  padding: 0;
  line-height: 40px;
}

.c-single .single-cat {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #EB363D;
}

.c-single.c-order {
  background-color: #fff;
}

.c-single.c-order .c-item__meta .e-sub {
  width: 12.25%;
}

.c-single.c-order .c-item__meta .e-price {
  font-size: 1.25em;
  font-family: "Oxygen", sans-serif;
  font-weight: 900;
  width: 5%;
}

.c-single.c-order .item-details * {
  font-size: 1em;
  font-weight: 500;
}

.c-single.c-order .item-details__li {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.c-single.c-order .item-details__li a img {
  width: 24px !important;
}

.c-single.c-order .item-details__li .e-3 {
  width: 12%;
}

.c-single.c-order .item-details__li .e-4 {
  width: 8%;
}

.item-details * {
  font-size: .95em;
  font-weight: 400;
}

.item-details__li {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.item-details__li .e-1 {
  width: 41%;
}

.item-details__li .e-2 {
  width: 39%;
}

.item-details__li .e-3 {
  width: 20%;
}

.c-footer {
  line-height: 40px;
}