/* Proud Normal SCSS */
/* Proud Variables SCSS */
html {
  -webkit-text-size-adjust: none;
  overflow-x: hidden; }
  html:not(.loaded) {
    overflow: hidden; }
    html:not(.loaded) body {
      overflow: hidden; }
    html:not(.loaded) .custom-fade-up {
      transform: translateY(100px); }
  html.modal-open {
    overflow: hidden; }
    html.modal-open .proud-video-modal {
      display: block; }

body {
  overflow-x: hidden;
  padding: 0;
  margin: 0;
  background: #ffffff;
  color: #1A2860;
  font-family: "almoni-regular", "Assistant", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.42857143;
  text-rendering: auto;
  -ms-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased; }

* {
  box-sizing: border-box; }

* {
  outline: none;
  outline-offset: 0; }
  *:focus {
    outline: none;
    outline-offset: 0; }

a {
  color: #1A2860;
  text-decoration: none;
  transition: all ease 0.4s;
  -webkit-tap-highlight-color: transparent; }

a:hover, a:focus {
  color: #DA2128;
  text-decoration: none;
  outline: none;
  outline-offset: 0; }

b, strong {
  font-weight: normal; }

p {
  padding-bottom: 10px;
  margin: 0;
  font-size: 16px;
  line-height: 25px; }

h1, h2, h3, h4, h5, h6 {
  padding-bottom: 10px;
  margin: 0;
  font-family: "almoni-bold", "Assistant", sans-serif;
  font-weight: normal;
  line-height: 1.1; }

h1 {
  font-size: 36px; }

h2 {
  font-size: 30px; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 18px; }

h5 {
  font-size: 16px; }

h6 {
  font-size: 14px; }

img {
  max-width: 100%;
  vertical-align: middle;
  border: none; }

svg {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%; }

iframe {
  display: block;
  width: 100%;
  max-height: 100%;
  border: none; }

::selection {
  background: #DA2128;
  color: #ffffff; }

::-webkit-selection {
  background: #DA2128;
  color: #ffffff; }

::-moz-selection {
  background: #DA2128;
  color: #ffffff; }

::-o-selection {
  background: #DA2128;
  color: #ffffff; }

::-ms-selection {
  background: #DA2128;
  color: #ffffff; }

::-webkit-input-placeholder {
  color: #a1aeb7 !important;
  opacity: 1; }

::-moz-placeholder {
  color: #a1aeb7 !important;
  opacity: 1; }

:-ms-input-placeholder {
  color: #a1aeb7 !important;
  opacity: 1; }

:-moz-placeholder {
  color: #a1aeb7 !important;
  opacity: 1; }

section {
  padding: 80px 0; }
  section.proud-breadcrumb {
    padding-top: 0; }

.container {
  width: 1200px;
  margin: 0 auto;
  position: relative; }
  .container:after {
    display: block;
    clear: both;
    content: ""; }
  .container.big {
    width: 1640px;
    max-width: 100%; }

.proud-row {
  display: flex;
  margin: 0 -15px;
  flex-wrap: wrap; }
  .proud-row > * {
    padding-left: 15px;
    padding-right: 15px; }
  .proud-row .proud-col-auto {
    width: auto;
    max-width: none;
    flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0; }
  .proud-row .proud-col {
    max-width: 100%;
    flex-grow: 1;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -ms-flex-preferred-size: 0; }
  .proud-row .proud-col-1 {
    width: 8.333333%;
    max-width: 8.333333%;
    flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%; }
  .proud-row .proud-col-2 {
    width: 16.666667%;
    max-width: 16.666667%;
    flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%; }
  .proud-row .proud-col-3 {
    width: 25%;
    max-width: 25%;
    flex: 0 0 25%;
    -ms-flex: 0 0 25%; }
  .proud-row .proud-col-4 {
    width: 33.333333%;
    max-width: 33.333333%;
    flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%; }
  .proud-row .proud-col-5 {
    width: 41.666667%;
    max-width: 41.666667%;
    flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%; }
  .proud-row .proud-col-6 {
    width: 50%;
    max-width: 50%;
    flex: 0 0 50%;
    -ms-flex: 0 0 50%; }
  .proud-row .proud-col-7 {
    width: 58.333333%;
    max-width: 58.333333%;
    flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%; }
  .proud-row .proud-col-8 {
    width: 66.666667%;
    max-width: 66.666667%;
    flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%; }
  .proud-row .proud-col-9 {
    width: 75%;
    max-width: 75%;
    flex: 0 0 75%;
    -ms-flex: 0 0 75%; }
  .proud-row .proud-col-10 {
    width: 83.333333%;
    max-width: 83.333333%;
    flex: 0 0 83.333333%;
    -ms-flex: 0 0 83.333333%; }
  .proud-row .proud-col-11 {
    width: 91.666667%;
    max-width: 91.666667%;
    flex: 0 0 91.666667%;
    -ms-flex: 0 0 91.666667%; }
  .proud-row .proud-col-12 {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%; }

.proud-row.g-0 {
  margin: 0; }
  .proud-row.g-0 > * {
    padding: 0; }

.loaded .proud-nutrition {
  transform: none; }

.proud-overflow {
  overflow: hidden; }

.proud-block:after {
  display: block;
  clear: both;
  content: ""; }

.proud-lottie {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0; }

.proud-table {
  margin-bottom: 30px;
  overflow-x: auto; }

.has-filter {
  overflow: hidden; }
  .has-filter body {
    overflow: hidden; }
  .has-filter .filter-widgets {
    transform: translateX(0); }
  .has-filter .proud-fixed-overlay {
    animation: fadeIn both 0.6s; }

.custom-fade-up {
  transition: all ease 0.4s;
  transition-delay: 0.5s;
  transition-duration: 0.8s; }

/* Proud Font Families SCSS */
@font-face {
  font-family: 'almoni-light';
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/almoni-light-aaa.eot");
  src: url("../fonts/almoni-light-aaa.woff2") format("woff2"), url("../fonts/almoni-light-aaa.woff") format("woff"); }
@font-face {
  font-family: 'almoni-regular';
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/almoni-regular-aaa.eot");
  src: url("../fonts/almoni-regular-aaa.woff2") format("woff2"), url("../fonts/almoni-regular-aaa.woff") format("woff"); }
@font-face {
  font-family: 'almoni-demibold';
  font-weight: 600;
  font-style: normal;
  src: url("../fonts/almoni-demibold-aaa.eot");
  src: url("../fonts/almoni-demibold-aaa.woff2") format("woff2"), url("../fonts/almoni-demibold-aaa.woff") format("woff"); }
@font-face {
  font-family: 'almoni-bold';
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/almoni-bold-aaa.eot");
  src: url("../fonts/almoni-bold-aaa.woff2") format("woff2"), url("../fonts/almoni-bold-aaa.woff") format("woff"); }
@font-face {
  font-family: "hikououtline";
  src: url("../fonts/hikou-outline-webfont.woff2") format("woff2"), url("../fonts/hikou-outline-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
/* Proud Btn SCSS */
.btn-group {
  display: flex;
  padding-top: 10px;
  align-items: center; }
  .btn-group > * {
    margin-left: 25px; }

.proud-btn,
.button {
  display: inline-flex;
  min-width: 150px;
  padding: 11px 20px;
  background: #DA2128;
  color: #ffffff;
  font-family: "almoni-bold", "Assistant", sans-serif;
  font-size: 14px;
  white-space: nowrap;
  border: 1px solid transparent;
  outline: none;
  cursor: pointer;
  border-radius: 60px;
  align-items: center;
  justify-content: center;
  transition: all ease 0.4s; }
  .proud-btn.proud-dark-border-btn,
  .button.proud-dark-border-btn {
    background: transparent;
    color: #DA2128;
    border-color: #DA2128; }
    .proud-btn.proud-dark-border-btn:hover, .proud-btn.proud-dark-border-btn:focus,
    .button.proud-dark-border-btn:hover,
    .button.proud-dark-border-btn:focus {
      background: #DA2128;
      color: #ffffff;
      border-color: transparent; }
  .proud-btn.proud-light-border-btn,
  .button.proud-light-border-btn {
    background: transparent;
    color: #ffffff;
    border-color: #ffffff; }
    .proud-btn.proud-light-border-btn:hover, .proud-btn.proud-light-border-btn:focus,
    .button.proud-light-border-btn:hover,
    .button.proud-light-border-btn:focus {
      background: #DA2128;
      color: #1A2860;
      border-color: transparent; }
  .proud-btn.proud-yellow-btn,
  .button.proud-yellow-btn {
    background: #DA2128;
    color: #1A2860; }
    .proud-btn.proud-yellow-btn:hover, .proud-btn.proud-yellow-btn:focus,
    .button.proud-yellow-btn:hover,
    .button.proud-yellow-btn:focus {
      background: transparent;
      border-color: #DA2128; }
  .proud-btn.proud-light-btn,
  .button.proud-light-btn {
    background: #ffffff;
    color: #504c4e; }
    .proud-btn.proud-light-btn:hover, .proud-btn.proud-light-btn:focus,
    .button.proud-light-btn:hover,
    .button.proud-light-btn:focus {
      background: transparent;
      border-color: #1A2860; }
  .proud-btn.proud-medium-btn,
  .button.proud-medium-btn {
    font-size: 16px; }
  .proud-btn.proud-large-btn,
  .button.proud-large-btn {
    padding: 13px 20px;
    font-size: 16px; }
  .proud-btn:hover, .proud-btn:focus,
  .button:hover,
  .button:focus {
    background: #ffffff;
    color: #DA2128;
    border-color: #DA2128; }
    .proud-btn:hover img, .proud-btn:focus img,
    .button:hover img,
    .button:focus img {
      margin-right: 20px;
      filter: brightness(0) invert(1);
      -webkit-filter: brightness(0) invert(1); }
  .proud-btn img,
  .button img {
    margin-right: 10px;
    transition: all ease 0.4s; }

/* Proud Breadcrumb SCSS */
.breadcrumb {
  display: flex;
  padding: 10px 0 45px;
  margin: 0;
  color: #ffffff;
  font-family: "Assistant", sans-serif;
  font-size: 15px;
  list-style: none;
  flex-wrap: wrap; }
  .breadcrumb a {
    color: inherit; }
    .breadcrumb a:hover {
      opacity: 0.65; }
  .breadcrumb li {
    padding: 3px 0; }
    .breadcrumb li:not(:last-child):after {
      padding: 0 3px;
      content: "/"; }

/* Proud Pagination SCSS */
.proud-pagination {
  display: flex;
  padding: 10px 0 0;
  margin: 0;
  list-style: none;
  direction: ltr;
  justify-content: center; }
  .proud-pagination li a, .proud-pagination li span {
    display: inline-flex;
    width: 25px;
    height: 25px;
    margin: 2px 0;
    font-family: "almoni-demibold", "Assistant", sans-serif;
    background: transparent;
    align-items: center;
    border-radius: 100%;
    justify-content: center; }
  .proud-pagination li span {
    background: #1A2860;
    color: #ffffff; }

/* Proud Accordion SCSS */
.proud-accordion {
  padding: 0;
  margin: 0;
  list-style: none; }
  .proud-accordion > li:not(:last-child) {
    border-bottom: 1px solid #c3c3c3; }
  .proud-accordion > li.open > .accordion-title {
    border-bottom-color: transparent; }
    .proud-accordion > li.open > .accordion-title:after {
      transform: translateY(-50%) rotate(90deg); }
  .proud-accordion.accordion-style-two {
    padding-right: 40px; }
    .proud-accordion.accordion-style-two p {
      font-size: 14px; }
    .proud-accordion.accordion-style-two > li.open > .accordion-title:before, .proud-accordion.accordion-style-two > li.open > .accordion-title:after {
      transform: translateY(-50%) rotate(45deg); }
    .proud-accordion.accordion-style-two .accordion-title {
      padding: 14px 0 14px 40px;
      font-family: "almoni-regular", "Assistant", sans-serif;
      font-size: 16px; }
      .proud-accordion.accordion-style-two .accordion-title:before, .proud-accordion.accordion-style-two .accordion-title:after {
        left: 0;
        right: auto;
        width: 17px;
        background: #1A2860; }
      .proud-accordion.accordion-style-two .accordion-title:after {
        left: 7px;
        width: 2px;
        height: 17px; }

.accordion-title {
  display: block;
  padding: 18px 40px 18px 0;
  font-family: "almoni-bold", "Assistant", sans-serif;
  font-size: 24px;
  position: relative; }
  .accordion-title:before, .accordion-title:after {
    position: absolute;
    top: 50%;
    right: 0;
    width: 20px;
    height: 2px;
    background: #1A2860;
    content: "";
    transition: all ease 0.4s;
    transform: translateY(-50%);
    z-index: 0; }
  .accordion-title:after {
    right: 10px;
    width: 2px;
    height: 20px; }

.accordion-content {
  display: none;
  color: rgba(26, 40, 96, 0.8); }
  .accordion-content table {
    background: none; }

/* Proud Ratings SCSS */
.fabrx-ratings {
  display: inline-block;
  vertical-align: middle; }
  .fabrx-ratings:after {
    display: block;
    clear: both;
    content: ""; }
  .fabrx-ratings:not(:checked) > input {
    display: none; }
  .fabrx-ratings:not(:checked) > label {
    float: left;
    width: 17px;
    height: 17px;
    margin-left: 3px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../images/star.svg);
    cursor: pointer;
    transition: all ease 0.4s; }
    .fabrx-ratings:not(:checked) > label:hover {
      background-image: url(../images/star-fill.svg); }
      .fabrx-ratings:not(:checked) > label:hover ~ label {
        background-image: url(../images/star-fill.svg); }
  .fabrx-ratings > input:checked + label:hover, .fabrx-ratings > input:checked ~ label:hover {
    opacity: 0.8; }
    .fabrx-ratings > input:checked + label:hover ~ label, .fabrx-ratings > input:checked ~ label:hover ~ label {
      opacity: 0.8; }
  .fabrx-ratings > input:checked ~ label {
    background-image: url(../images/star-fill.svg); }
  .fabrx-ratings > label:hover ~ input:checked ~ label {
    background-image: url(../images/star-fill.svg);
    opacity: 0.8; }

/* Proud Masonry SCSS */
.proud-masonry {
  display: grid;
  padding-bottom: 20px;
  grid-gap: 24px;
  grid-auto-flow: dense;
  grid-auto-rows: minmax(0, auto);
  grid-template-columns: repeat(auto-fill, minmax(30%, 1fr)); }
  .proud-masonry.proud-media figure {
    margin-bottom: 0; }

.masonry-item.proud-col-8 {
  grid-column-end: span 2;
  grid-row-end: span 2; }

/* Proud Reseted SCSS */
table {
  width: 100%;
  background: #ffffff;
  font-size: 19px;
  text-align: center;
  border: 1px solid rgba(26, 40, 96, 0.23);
  border-collapse: collapse; }
  table tbody tr:last-child th, table tbody tr:last-child td {
    border-bottom: none; }
  table tr th:last-child, table tr td:last-child {
    border-left: none; }
  table th {
    vertical-align: middle;
    padding: 10px;
    font-family: "almoni-bold", "Assistant", sans-serif;
    font-weight: normal;
    font-size: 20px;
    border-bottom: 1px solid rgba(26, 40, 96, 0.23);
    border-left: 1px solid rgba(26, 40, 96, 0.23); }
  table td {
    vertical-align: middle;
    padding: 10px;
    border-bottom: 1px solid rgba(26, 40, 96, 0.23);
    border-left: 1px solid rgba(26, 40, 96, 0.23); }

sup {
  font-size: 65%; }

strong {
  font-family: "almoni-bold", "Assistant", sans-serif; }

figure {
  margin: 0; }

blockquote {
  padding: 20px;
  margin: 0 0 20px;
  background: #efefef;
  line-height: 22px;
  border-radius: 5px; }

[data-parallaxify-range] {
  transition: all ease 0.4s; }

/* Proud Form SCSS */
label {
  cursor: pointer; }

textarea.form-control {
  height: 105px;
  resize: vertical;
  border-radius: 10px; }

select.form-control {
  padding: 8px 15px 8px 40px;
  background-size: 12px auto;
  background-repeat: no-repeat;
  background-position: left 15px center;
  background-image: url(../images/arrow4.svg); }

.form-group {
  padding-bottom: 15px;
  position: relative; }

.form-control {
  width: 100%;
  height: 40px;
  padding: 8px 15px;
  margin: 0;
  background-color: #ffffff;
  color: #111821;
  font-family: "almoni-regular", "Assistant", sans-serif;
  font-size: 16px;
  line-height: 1.42857143;
  border: 1px solid #adaeb1;
  border-radius: 25px;
  transition: all ease 0.4s;
  appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none; }
  .form-control:focus {
    border-color: #DA2128; }

.form-textarea.focused .form-label {
  top: -15px; }

.custom-control {
  display: inline-block;
  vertical-align: middle;
  padding: 5px 0 5px 10px;
  cursor: pointer; }
  .custom-control.radio input[type]:checked + .control-caption:before {
    background: #111821; }
  .custom-control.radio .control-caption:before {
    border-radius: 100%; }
  .custom-control:not(.radio) .control-caption:after {
    position: absolute;
    top: 8px;
    right: 5px;
    width: 2px;
    height: 5px;
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    opacity: 0;
    content: "";
    transition: all ease 0.4s;
    transform: rotate(45deg);
    z-index: 0; }
  .custom-control img {
    margin-right: 5px; }
  .custom-control input[type] {
    display: none; }
  .custom-control input[type]:checked + .control-caption:before {
    background: #1A2860;
    border-color: transparent; }
  .custom-control input[type]:checked + .control-caption:after {
    opacity: 1; }

.control-caption {
  display: block;
  padding-right: 25px;
  font-size: 16px;
  position: relative;
  color: #111821; }
  .control-caption:before {
    position: absolute;
    top: 5px;
    right: 0;
    width: 12px;
    height: 12px;
    border: 1px solid #1A2860;
    content: "";
    border-radius: 2px;
    transition: all ease 0.4s;
    z-index: 0; }

.focused .form-label {
  color: #111821;
  top: -10px; }

.form-label {
  position: absolute;
  top: 10px;
  right: 0;
  color: rgba(26, 40, 96, 0.4);
  pointer-events: none;
  transition: all ease 0.4s;
  z-index: 0; }

/* Proud Swiper Slider SCSS */
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 20px; }
.swiper-container-horizontal > .swiper-scrollbar, .swiper-container-horizontal .swiper-pagination {
  width: 100%; }
.swiper-container-horizontal > .swiper-scrollbar {
  cursor: grab;
  position: static; }
.swiper-container-horizontal:not(.one-slide) > .swiper-pagination {
  margin-top: 55px;
  position: static; }

.swiper-scrollbar-drag {
  background: rgba(0, 0, 0, 0.85); }

.swiper-scrollbar {
  background: #f7f7f6; }

.swiper-pagination {
  z-index: 1; }

.swiper-pagination-bullet {
  background: rgba(6, 7, 40, 0.3);
  opacity: 1;
  border-radius: 0;
  width: 56px;
  height: 4px; }

.swiper-pagination-bullet-active {
  background: #DA2128; }

.swiper-button-next, .swiper-button-prev {
  color: rgba(255, 255, 255, 0.5); }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 0; }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 0; }

/* Proud Slick Slider SCSS */
[dir="rtl"] .slick-slider .slick-prev, [dir="rtl"] .slick-slider .slick-next {
  background-image: url(../images/arrow8.svg); }
  [dir="rtl"] .slick-slider .slick-prev.slick-next, [dir="rtl"] .slick-slider .slick-next.slick-next {
    background-image: url(../images/arrow7.svg); }

.slick-slider img {
  display: unset; }
.slick-slider .slick-prev, .slick-slider .slick-next {
  width: 18px;
  height: 34px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url(../images/arrow7.svg);
  transition: all ease 0.4s; }
  .slick-slider .slick-prev:hover, .slick-slider .slick-next:hover {
    opacity: 0.7; }
  .slick-slider .slick-prev.slick-next, .slick-slider .slick-next.slick-next {
    background-image: url(../images/arrow8.svg); }
  .slick-slider .slick-prev:before, .slick-slider .slick-next:before {
    display: none; }

/* Proud Main SCSS */
.proud-main {
  overflow: hidden;
  background: #ffffff;
  position: relative;
  z-index: 2; }
  .proud-main:not(.transparent-header) {
    padding-top: 83px; }

/* Proud Keyframes SCSS */
@-webkit-keyframes slidetoright {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    transform: translateX(100%); } }
@keyframes slidetoright {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(100%); } }
@-webkit-keyframes slideinright {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes slideinright {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/* Alert box SCSS */
.alert-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2; }
  .alert-box .alert-container {
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .alert-box .alert-container p {
      padding-bottom: 0;
      font-size: 18px;
      font-weight: bold; }
  .alert-box + header:not(.sticky-header) {
    top: 37px; }
  .alert-box + header + nav + .proud-page-title.proud-breadcrumb {
    padding-top: 37px; }
  .alert-box + header + nav + .proud-banner {
    padding-top: 37px; }
  .alert-box + header + nav + section:not(.proud-breadcrumb):not(.proud-banner) {
    padding-top: 100px; }
  .alert-box + header + nav + div {
    padding-top: 37px; }
    .alert-box + header + nav + div > .woocommerce-notices-wrapper ul {
      margin-top: 30px; }
    .alert-box + header + nav + div.login-page {
      padding-top: 107px; }

/* Proud Header SCSS */
header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 11px 0;
  font-size: 18px;
  transition: background ease .4s;
  z-index: 3; }
  header.sticky-header {
    position: fixed; }
  header.sticky-header, header.dark-header {
    background: #1A2860; }
    header.sticky-header .proud-hamburger.active span, header.dark-header .proud-hamburger.active span {
      background: none; }
    header.sticky-header .proud-hamburger span, header.dark-header .proud-hamburger span {
      background: #ffffff; }
      header.sticky-header .proud-hamburger span:before, header.sticky-header .proud-hamburger span:after, header.dark-header .proud-hamburger span:before, header.dark-header .proud-hamburger span:after {
        background: #ffffff; }
    header.sticky-header .brand-dark, header.dark-header .brand-dark {
      display: none; }
    header.sticky-header .brand-light, header.dark-header .brand-light {
      display: block; }
    header.sticky-header .proud-languages, header.dark-header .proud-languages {
      color: #ffffff; }
      header.sticky-header .proud-languages a:not(:hover), header.dark-header .proud-languages a:not(:hover) {
        color: #ffffff; }
    header.sticky-header .proud-dropdown > a, header.dark-header .proud-dropdown > a {
      color: #ffffff; }
      header.sticky-header .proud-dropdown > a:hover, header.sticky-header .proud-dropdown > a:focus, header.dark-header .proud-dropdown > a:hover, header.dark-header .proud-dropdown > a:focus {
        color: #ffffff; }
  header ::-webkit-input-placeholder {
    color: rgba(26, 40, 96, 0.5) !important; }
  header ::-moz-placeholder {
    color: rgba(26, 40, 96, 0.5) !important; }
  header :-ms-input-placeholder {
    color: rgba(26, 40, 96, 0.5) !important; }
  header :-moz-placeholder {
    color: rgba(26, 40, 96, 0.5) !important; }
  header .container {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    header .container > * {
      display: flex;
      align-items: center; }
  header .proud-dropdown > a {
    padding-top: 15px;
    padding-bottom: 15px; }
    header .proud-dropdown > a:hover, header .proud-dropdown > a:focus {
      color: inherit;
      opacity: 0.7; }
  header .dropdown-menu h2 {
    padding-bottom: 15px;
    font-size: 16px;
    text-align: center; }
  header .form-group {
    padding-bottom: 8px; }
  header .form-control {
    background: #ebebeb;
    font-size: 14px;
    border-color: transparent; }
  header .proud-btn {
    min-width: 100%;
    margin-top: 15px; }

.header-right ul {
  display: flex;
  padding: 0 75px 0 0;
  margin: 0;
  list-style: none; }
  .header-right ul a {
    color: #ffffff; }
    .header-right ul a:hover, .header-right ul a:focus {
      color: inherit;
      opacity: 0.7; }
      .header-right ul a:hover:hover, .header-right ul a:hover:focus, .header-right ul a:focus:hover, .header-right ul a:focus:focus {
        color: #ffffff; }
  .header-right ul li {
    padding: 0 21px; }
    .header-right ul li:first-child {
      padding-right: 0; }
    .header-right ul li:last-child {
      padding-left: 0; }

.proud-brand {
  margin: 0 auto; }

.brand-light {
  display: none; }

.proud-hamburger {
  display: inline-block;
  width: 30px;
  height: 35px; }
  .proud-hamburger:hover span:before {
    width: 20px; }
  .proud-hamburger:hover span:after {
    width: 100%; }
  .proud-hamburger svg {
    stroke: #ffffff;
    transition: .2s; }
    .proud-hamburger svg g:first-child {
      opacity: 1;
      transition: opacity 0s .2s; }
      .proud-hamburger svg g:first-child line {
        transition: transform .2s .2s;
        transform: translateY(0px); }
    .proud-hamburger svg g:last-child {
      opacity: 0;
      transition: opacity 0s .2s; }
      .proud-hamburger svg g:last-child line {
        transition: transform .2s;
        transform: rotate(0deg);
        transform-origin: center; }
  .proud-hamburger.active svg g:first-child {
    opacity: 0; }
    .proud-hamburger.active svg g:first-child line {
      transition: transform .2s; }
      .proud-hamburger.active svg g:first-child line:first-child {
        transform: translateY(7px); }
      .proud-hamburger.active svg g:first-child line:last-child {
        transform: translateY(-7px); }
  .proud-hamburger.active svg g:last-child {
    opacity: 1; }
    .proud-hamburger.active svg g:last-child line {
      transition: transform .2s .2s; }
      .proud-hamburger.active svg g:last-child line:first-child {
        transform: rotate(45deg); }
      .proud-hamburger.active svg g:last-child line:last-child {
        transform: rotate(-45deg); }
  .proud-hamburger.active span {
    background: none; }
    .proud-hamburger.active span:before {
      top: -8px;
      width: 100%;
      -webkit-transform: translateY(7px) rotateZ(-45deg);
      -ms-transform: translateY(7px) rotateZ(-45deg);
      transform: translateY(7px) rotateZ(-45deg); }
    .proud-hamburger.active span:after {
      top: 6px;
      width: 30px;
      -webkit-transform: translateY(-7px) rotateZ(45deg);
      -ms-transform: translateY(-7px) rotateZ(45deg);
      transform: translateY(-7px) rotateZ(45deg); }
  .proud-hamburger span {
    display: block;
    width: 100%;
    height: 4px;
    margin-top: 8px;
    background: #1A2860;
    position: relative;
    border-radius: 15px;
    transition: all ease 0.4s; }
    .proud-hamburger span:before, .proud-hamburger span:after {
      position: absolute;
      top: -8px;
      right: 0;
      width: 100%;
      height: 4px;
      background: #1A2860;
      content: "";
      border-radius: 15px;
      transition: all ease 0.4s;
      z-index: 1; }
    .proud-hamburger span:after {
      top: 8px;
      width: 20px; }

.header-left {
  min-width: 340px;
  flex: 1;
  justify-content: flex-end; }
  .header-left .proud-languages {
    color: #ffffff; }
    .header-left .proud-languages a {
      color: #ffffff; }

.header-right {
  flex: 1; }

.proud-languages {
  display: flex;
  padding-left: 30px; }
  .proud-languages a:hover, .proud-languages a:focus {
    color: inherit;
    opacity: 0.7; }
  .proud-languages span:not(:last-child):after {
    margin: 0 5px;
    content: "|"; }

.proud-dropdown {
  position: relative; }
  .proud-dropdown img {
    max-height: 28px;
    width: auto;
    max-width: 60px; }
  .proud-dropdown.open > a:before {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0); }
  .proud-dropdown + .proud-dropdown {
    margin-right: 20px; }
  .proud-dropdown > a {
    display: inline-block;
    vertical-align: middle;
    position: relative; }
    .proud-dropdown > a:before {
      position: absolute;
      bottom: 0;
      left: 50%;
      border-bottom: 13px solid #ffffff;
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      opacity: 0;
      visibility: hidden;
      content: "";
      transition: all ease 0.4s;
      transform: translateX(-50%) translateY(15px);
      z-index: 1; }
    .proud-dropdown > a img {
      filter: brightness(0) invert(1); }

.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  width: 280px;
  padding: 20px;
  background: #ffffff;
  border-radius: 8px;
  transition: transform ease .4s;
  transform: translateX(-50%) translateY(15px);
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.2);
  z-index: 1; }
  .dropdown-menu.open {
    transform: translateX(-50%) translateY(0); }
  .dropdown-menu.cart {
    padding: 20px 8px; }
    .dropdown-menu.cart .proud-btn {
      display: flex;
      min-width: 10px;
      margin: 15px 7px 0; }

.account-help {
  display: flex;
  padding-top: 20px;
  font-size: 12px;
  justify-content: space-between; }
  .account-help a {
    text-decoration: underline; }
    .account-help a:hover {
      text-decoration: none; }
    .account-help a:last-child {
      color: rgba(26, 40, 96, 0.3); }

.shop-counter {
  position: absolute;
  bottom: 19px;
  left: 50%;
  font-family: "almoni-bold", "Assistant", sans-serif;
  font-size: 10px;
  transform: translateX(-50%);
  z-index: 1;
  color: #ffffff; }

.cart-product {
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  -webkit-overflow-style: none; }
  .cart-product::-webkit-scrollbar {
    width: 0;
    background: transparent; }
  .cart-product ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    .cart-product ul li {
      display: flex;
      width: 100%;
      padding: 8px;
      margin-bottom: 8px;
      background: rgba(189, 189, 189, 0.3);
      position: relative;
      border-radius: 8px;
      align-items: center; }
      .cart-product ul li p {
        padding-bottom: 0;
        color: #1A2860;
        font-size: 12px;
        line-height: 1; }
      .cart-product ul li h3 {
        padding-bottom: 0;
        font-size: 14px; }
      .cart-product ul li h4 {
        padding-bottom: 0;
        font-family: "almoni-regular", "Assistant", sans-serif;
        font-size: 16px; }
      .cart-product ul li .close {
        position: absolute;
        top: 10px;
        left: 10px;
        line-height: 0;
        z-index: 1; }
      .cart-product ul li .proud-image {
        padding-left: 5px; }

.cart-wrap {
  width: 100%;
  padding-left: 20px; }

.cart-total {
  display: flex;
  padding: 12px 15px 0;
  font-family: "almoni-bold", "Assistant", sans-serif;
  font-size: 16px;
  justify-content: space-between; }
  .cart-total a {
    text-decoration: underline; }
    .cart-total a:hover {
      text-decoration: none; }
    .cart-total a:last-child {
      color: rgba(26, 40, 96, 0.3); }

/* Proud Nav SCSS */
html:not(.nav-open) nav.closing {
  animation: slidetoright both 0.6s; }

.nav-open {
  overflow: hidden; }
  .nav-open header {
    background: #1A2860;
    top: 0 !important; }
    .nav-open header .proud-hamburger.active span {
      background: none; }
    .nav-open header .proud-hamburger span {
      background: #ffffff; }
      .nav-open header .proud-hamburger span:before, .nav-open header .proud-hamburger span:after {
        background: #ffffff; }
    .nav-open header .header-right a:not(:hover) {
      color: #ffffff; }
    .nav-open header .brand-dark {
      display: none; }
    .nav-open header .brand-light {
      display: block; }
    .nav-open header .proud-languages {
      color: #ffffff; }
      .nav-open header .proud-languages a:not(:hover) {
        color: #ffffff; }
    .nav-open header .proud-dropdown > a:not(:hover) {
      color: #ffffff; }
    .nav-open header .proud-dropdown > a img {
      filter: invert(1);
      -webkit-filter: invert(1); }
  .nav-open nav {
    transform: translateX(0); }
    .nav-open nav .menu-wrap > ul > li {
      animation: 0.4s slideinright both 0.6s; }
  .nav-open .proud-page-title .container {
    z-index: 1; }

nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 100px 0 70px;
  background: url("../images/nav-bg.jpg");
  background-position: top right;
  transition: all ease 0.4s;
  transform: translateX(-100%);
  z-index: 2; }
  nav ul {
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 50px;
    margin: 0;
    font-size: 40px;
    list-style: none; }
    nav ul li {
      margin: 20px 0;
      position: relative;
      z-index: 1; }
      nav ul li:first-child {
        margin-top: 0; }
      nav ul li:last-child {
        margin-bottom: 0; }
      nav ul li:nth-of-type(2) > a {
        animation-delay: 0.3s; }
      nav ul li:nth-of-type(3) > a {
        animation-delay: 0.35s; }
      nav ul li:nth-of-type(4) > a {
        animation-delay: 0.4s; }
      nav ul li:nth-of-type(5) > a {
        animation-delay: 0.45s; }
      nav ul li:nth-of-type(6) > a {
        animation-delay: 0.5s; }
      nav ul li:nth-of-type(7) > a {
        animation-delay: 0.55s; }
      nav ul li:hover > a {
        color: #DA2128; }
        nav ul li:hover > a > span {
          transform: translateY(-100%); }
      nav ul li a {
        display: block;
        overflow: hidden;
        color: #ffffff; }
        nav ul li a > span {
          display: block;
          position: relative;
          transition: all ease 0.4s; }
          nav ul li a > span:after {
            position: absolute;
            top: 100%;
            left: 0;
            width: 100%;
            height: 100%;
            content: attr(data-hover);
            z-index: 1; }
    nav ul ul {
      display: none;
      position: absolute;
      top: 0;
      right: 100%;
      min-width: 220px;
      padding-right: 50px;
      padding-bottom: 0;
      font-size: 32px;
      z-index: 1; }
      nav ul ul li {
        margin: 10px 0; }
  nav .container {
    display: flex;
    height: calc(100vh - 170px);
    overflow-y: auto;
    scrollbar-width: none;
    flex-direction: column;
    -ms-overflow-style: none;
    -webkit-overflow-style: none;
    justify-content: space-between;
    -webkit-overflow-scrolling: touch; }
    nav .container::-webkit-scrollbar {
      width: 0;
      background: transparent; }
    nav .container .proud-social {
      filter: brightness(0) invert(1);
      -webkit-filter: brightness(0) invert(1); }
  nav .proud-image {
    position: absolute;
    top: 70%;
    left: -25vh;
    max-height: 100%;
    transform: translateY(-50%);
    z-index: 0; }
    nav .proud-image img {
      height: 100vh;
      padding: 10% 0; }
    nav .proud-image + .proud-image {
      left: -25vh;
      z-index: 1; }
      nav .proud-image + .proud-image img {
        padding: 0; }
  nav .proud-social a:not(:hover) {
    opacity: 0.6; }

.menu-wrap {
  display: flex;
  flex-grow: 1;
  flex-basis: 0;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  -ms-flex-preferred-size: 0; }

.proud-social {
  display: flex; }
  .proud-social a {
    position: relative;
    top: 0; }
    .proud-social a:hover {
      top: -5px; }
      .proud-social a:hover img {
        filter: grayscale(0);
        -webkit-filter: grayscale(0); }
    .proud-social a + a {
      padding-right: 20px; }
  .proud-social img {
    filter: grayscale(1);
    -webkit-filter: grayscale(1); }
  .proud-social span {
    padding-left: 15px; }

/* Proud Banner SCSS */
.proud-banner {
  padding: 0;
  position: relative; }
  .proud-banner .proud-image a {
    position: absolute;
    top: -5%;
    left: 37%;
    transform: rotate(95deg);
    z-index: 0; }
    .proud-banner .proud-image a:nth-child(1) {
      width: 180px; }
      .proud-banner .proud-image a:nth-child(1):hover {
        transform: scale(1.08) rotate(95deg); }
      @media (max-width: 767px) {
        .proud-banner .proud-image a:nth-child(1) {
          transform: rotate(20deg);
          left: 57%;
          top: 15%; }
          .proud-banner .proud-image a:nth-child(1):hover {
            transform: scale(1.08) rotate(20deg);
            z-index: 3; } }
      @media (max-width: 479px) {
        .proud-banner .proud-image a:nth-child(1) {
          top: 0% !important; } }
    .proud-banner .proud-image a:nth-child(2n) {
      top: 13%;
      transform: rotate(100deg);
      z-index: 2; }
      .proud-banner .proud-image a:nth-child(2n):hover {
        transform: scale(1.08) rotate(100deg);
        z-index: 3; }
      @media (max-width: 767px) {
        .proud-banner .proud-image a:nth-child(2n) {
          transform: scale(1.08) rotate(0); }
          .proud-banner .proud-image a:nth-child(2n):hover {
            transform: scale(1.08) rotate(0);
            z-index: 3; } }
      @media (max-width: 479px) {
        .proud-banner .proud-image a:nth-child(2n) {
          top: 0% !important; } }
    .proud-banner .proud-image a:nth-child(3n) {
      top: 38%;
      width: 180px;
      transform: rotate(85deg);
      z-index: 1; }
      .proud-banner .proud-image a:nth-child(3n):hover {
        transform: scale(1.08) rotate(85deg);
        z-index: 3; }
      @media (max-width: 767px) {
        .proud-banner .proud-image a:nth-child(3n) {
          transform: rotate(-20deg);
          left: 17%;
          top: 15% !important; }
          .proud-banner .proud-image a:nth-child(3n):hover {
            transform: scale(1.08) rotate(-20deg);
            z-index: 3; } }
      @media (max-width: 479px) {
        .proud-banner .proud-image a:nth-child(3n) {
          top: 0% !important; } }
    .proud-banner .proud-image a:hover {
      transform: scale(1.08) rotate(90deg);
      z-index: 3; }
  .proud-banner .swiper-container-rtl .swiper-button-prev, .proud-banner .swiper-container-rtl .swiper-button-next {
    opacity: 1; }
  .proud-banner .swiper-container-rtl .swiper-button-prev {
    right: 50px; }
  .proud-banner .swiper-container-rtl .swiper-button-next {
    left: 50px; }
  .proud-banner .swiper-button-prev, .proud-banner .swiper-button-next {
    opacity: 0; }
  .proud-banner .swiper-slide {
    display: flex;
    height: 100vh;
    min-height: 750px;
    align-items: center;
    justify-content: center; }
    .proud-banner .swiper-slide.second {
      background: #c7a0cb; }

.banner-wrap {
  display: flex;
  width: 720px;
  height: 720px;
  margin: 0 auto;
  position: relative;
  align-items: center;
  justify-content: center;
  z-index: 0; }

.proud-element {
  position: absolute;
  top: -12px;
  right: 185px;
  transition: all ease 0.4s;
  z-index: 1; }
  .proud-element.second {
    top: 188px;
    right: -95px; }
  .proud-element.third {
    top: 240px;
    right: -405px; }
  .proud-element.fourth {
    top: auto;
    bottom: 40px;
    right: -220px; }
  .proud-element.fifth {
    top: auto;
    bottom: 5px;
    right: 70px; }
  .proud-element.sixth {
    top: auto;
    bottom: 15px;
    left: 125px;
    right: auto; }
  .proud-element.seventh {
    top: auto;
    bottom: 135px;
    left: -120px;
    right: auto; }
  .proud-element.eighth {
    top: auto;
    bottom: 125px;
    left: -340px;
    right: auto; }
  .proud-element.ninth {
    top: 170px;
    left: -145px;
    right: auto; }
  .proud-element.tenth {
    top: 105px;
    left: -350px;
    right: auto; }

/* Proud Qualities SCSS*/
.proud-qualities {
  background: #1A2860;
  position: relative; }
  .proud-qualities:not(.white) {
    overflow: hidden;
    color: #ffffff; }
  .proud-qualities.white path {
    fill: #1A2860;
    stroke: #1A2860; }
  .proud-qualities .proud-element {
    top: 0;
    left: 0;
    right: auto; }
    .proud-qualities .proud-element.second {
      left: auto;
      right: 0; }
    .proud-qualities .proud-element.third {
      top: auto;
      bottom: 0;
      right: auto; }
    .proud-qualities .proud-element.fourth {
      top: auto;
      bottom: 0;
      left: auto;
      right: 0; }

.section-title {
  max-width: 490px;
  padding-bottom: 30px;
  margin: 0 auto;
  text-align: center; }
  .section-title.title-style-two {
    max-width: none;
    text-align: unset; }
    .section-title.title-style-two h2 {
      display: flex;
      font-family: "almoni-demibold", "Assistant", sans-serif;
      font-size: 50px;
      align-items: center;
      justify-content: space-between;
      border-right: 7px solid #DA2128;
      margin-bottom: 10px;
      padding: 0 10px 0 0; }
    .section-title.title-style-two .proud-btn {
      font-family: "almoni-regular", "Assistant", sans-serif;
      white-space: nowrap; }
  .section-title h2, .section-title h3 {
    font-size: 46px; }

.section-subtitle {
  font-size: 18px;
  text-align: center; }
  .section-subtitle img {
    margin: -3px 5px 0 0; }

.qualities-wrap {
  display: flex;
  min-height: 612px;
  position: relative;
  align-items: center; }
  .qualities-wrap .proud-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 1; }

.quality-item {
  display: flex;
  padding: 25px 0; }
  .quality-item p:last-child {
    padding-bottom: 0; }
  .quality-item h3 {
    padding-bottom: 5px; }
  .quality-item .proud-icon {
    min-width: 100px;
    position: relative; }
  .quality-item .proud-lottie {
    width: auto;
    height: auto;
    top: -15px;
    left: auto;
    right: -7px; }
    .quality-item .proud-lottie#LottieCheese {
      top: -35px;
      right: -19px; }

.quality-info {
  max-width: 262px; }

/* Proud Purchase SCSS */
.proud-purchase {
  padding: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#504c4e+0,1c1b1c+100 */
  background: #504c4e;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #504c4e 0%, #1c1b1c 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #504c4e 0%, #1c1b1c 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #504c4e 0%, #1c1b1c 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#504c4e', endColorstr='#1c1b1c',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */ }
  .proud-purchase:not(.purchase-style-two) .proud-circle img {
    opacity: 0; }

.purchase-item {
  overflow: hidden;
  padding-bottom: 100px;
  color: #ffffff;
  font-family: "Assistant", sans-serif;
  position: relative;
  z-index: 0; }
  .purchase-item:not(:first-child) {
    display: none; }
  .purchase-item.white {
    background: #DA2128; }
    .purchase-item.white .purchase-controller {
      background: #ffffff; }
    .purchase-item.white .proud-circle {
      opacity: 0.5; }
    .purchase-item.white .proud-link-btn:hover {
      color: #1A2860; }
    .purchase-item.white .proud-light-border-btn:hover, .purchase-item.white .proud-light-border-btn:focus {
      border-color: #1A2860; }
  .purchase-item.open .proud-circle {
    transform: translateX(0) translateY(-50%); }
  .purchase-item .proud-row {
    align-items: center; }
    .purchase-item .proud-row .proud-col-8 {
      text-align: center;
      position: relative; }
    .purchase-item .proud-row .section-title {
      max-width: 100%;
      text-align: unset;
      padding-bottom: 10px; }
  .purchase-item .main-slider {
    /*
        h2 {
          padding: 0 15% 40px 0;
          font-size: 46px;
          text-align: right;
        }
    */ }
    .purchase-item .main-slider a {
      display: block;
      color: #ffffff; }
    .purchase-item .main-slider .purchase-icon {
      display: inline-block;
      float: right; }
      .purchase-item .main-slider .purchase-icon img {
        width: 100%;
        max-width: 180px; }
  .purchase-item .thumb-slider img {
    transition: all ease 0.4s; }
  .purchase-item .thumb-slider .slick-slide {
    cursor: pointer; }
    .purchase-item .thumb-slider .slick-slide:not(.slick-current) img {
      transform: scale(0.7); }
  .purchase-item .btn-group {
    padding-top: 20px; }
  .purchase-item .proud-link-btn {
    font-size: 17px; }
    .purchase-item .proud-link-btn:not(:hover) {
      color: #ffffff; }
  .purchase-item .proud-image a {
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(75deg) translateY(-50%);
    z-index: 0; }
    .purchase-item .proud-image a:nth-child(2n) {
      top: 20%;
      transform: rotate(105deg) translateX(-50%) translateY(-50%); }

.circle-inner {
  border-color: #ffffff;
  position: relative;
  width: 1079px;
  height: 1079px; }
  .circle-inner:after {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 100%;
    border: 470px solid;
    border-color: inherit;
    content: "";
    transition: all ease 0.4s;
    border-radius: 100%;
    transform: scale(0.5) translateX(-50%) translateY(-100%);
    z-index: 1; }
  @media (max-width: 1599px) {
    .circle-inner {
      width: 800px;
      height: 800px; } }
  @media (max-width: 1599px) {
    .circle-inner {
      width: 700px;
      height: 700px; } }
  @media (max-width: 991px) {
    .circle-inner {
      display: none; } }

.purchase-controller {
  display: inline-block;
  vertical-align: middle;
  padding: 12px 36px;
  background: #DA2128;
  font-family: "almoni-demibold", "Assistant", sans-serif;
  font-size: 20px;
  border-radius: 0 0 20px 20px; }
  .purchase-controller:hover, .purchase-controller:focus {
    color: #1A2860; }

.proud-circle {
  position: absolute;
  top: 50%;
  left: -250px;
  transition: all ease 0.4s;
  transition-delay: 0.4s;
  transition-duration: 0.8s;
  transform: translateX(-100%) translateY(-50%);
  z-index: -1; }

/* Proud Products SCSS */
.proud-products figure {
  overflow: hidden;
  margin-bottom: 85px;
  font-family: "Assistant", sans-serif; }
  .proud-products figure:hover > img {
    transform: scale(1.1); }
  .proud-products figure > img {
    width: 100%;
    transition: all ease 0.4s; }
.proud-products figcaption {
  padding-top: 7px;
  background: #ffffff;
  position: relative; }
  .proud-products figcaption .product-title {
    padding: 8px 0; }
.proud-products .swiper-container figure {
  margin-bottom: 0; }
.proud-products + .media-style-three {
  padding-top: 0; }

.product-meta {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .product-meta .category {
    color: rgba(26, 40, 96, 0.4);
    font-family: "almoni-demibold", "Assistant", sans-serif; }
  .product-meta .price {
    color: #DA2128;
    font-weight: bold; }
    .product-meta .price span {
      color: rgba(26, 40, 96, 0.4);
      font-weight: normal;
      padding-left: 7px;
      font-family: "almoni-regular", "Assistant", sans-serif;
      text-decoration: line-through; }

.product-title {
  font-family: "almoni-regular", "Assistant", sans-serif;
  font-size: 24px;
  line-height: 1.1; }

/* Proud Media SCSS */
.proud-media {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#504c4e+0,1c1b1c+100 */
  background: #504c4e;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #504c4e 0%, #1c1b1c 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #504c4e 0%, #1c1b1c 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #504c4e 0%, #1c1b1c 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#504c4e', endColorstr='#1c1b1c',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  color: #ffffff;
  font-family: "Assistant", sans-serif; }
  .proud-media figure {
    overflow: hidden;
    margin-bottom: 24px;
    color: #ffffff;
    text-align: center;
    position: relative; }
    .proud-media figure:hover > img {
      transform: scale(1.1) rotate(1deg); }
    .proud-media figure > img {
      width: 100%;
      transition: all ease 0.4s; }
  .proud-media figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px;
    background-image: linear-gradient(to top, #06062a 0%, rgba(6, 6, 42, 0) 100%);
    z-index: 1;
    /*
      Disbale flickering on some screens
    */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0); }
  .proud-media .proud-row {
    margin: 0 -12px; }
    .proud-media .proud-row > * {
      padding: 0 12px; }
  .proud-media .swiper-container figure {
    margin-bottom: 0; }
  .proud-media .swiper-scrollbar {
    background: #777575; }
  .proud-media .swiper-scrollbar-drag {
    background: #ffffff; }

.media-category + .media-category {
  padding-top: 140px; }

.media-info {
  max-width: 325px;
  margin: 0 auto; }

.media-meta {
  display: flex;
  padding-bottom: 3px;
  justify-content: center;
  align-items: center; }
  .media-meta span {
    padding: 3px 0; }
    .media-meta span:not(:first-child):before {
      display: inline-block;
      width: 4px;
      height: 4px;
      margin: 0 5px;
      border: 2px solid #DA2128;
      content: "";
      border-radius: 100%; }

.media-title {
  font-family: "almoni-demibold", "Assistant", sans-serif;
  font-size: 24px;
  line-height: 1.3; }

/* Proud Feeds SCSS */
.proud-feeds {
  font-family: "Assistant", sans-serif; }
  .proud-feeds .proud-row {
    margin: 0 -5px; }
    .proud-feeds .proud-row a {
      display: block;
      overflow: hidden; }
      .proud-feeds .proud-row a:hover img {
        transform: scale(1.1); }
    .proud-feeds .proud-row img {
      transition: all ease 0.4s; }
  .proud-feeds [class*="proud-col-"] {
    padding: 0 5px 10px; }
  .proud-feeds .section-title h2 {
    padding-bottom: 15px;
    font-size: 32px; }

/* Proud Footer SCSS */
footer {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#504c4e+0,1c1b1c+100 */
  background: #192557;
  color: #ffffff;
  font-family: "Assistant", sans-serif; }
  footer ::-webkit-input-placeholder {
    color: #ffffff !important; }
  footer ::-moz-placeholder {
    color: #ffffff !important; }
  footer :-ms-input-placeholder {
    color: #ffffff !important; }
  footer :-moz-placeholder {
    color: #ffffff !important; }
  footer a:not(:hover) {
    color: inherit; }
  footer h2 {
    padding-bottom: 25px;
    font-size: 16px; }
  footer ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    footer ul li {
      padding-bottom: 8px; }
      footer ul li a {
        display: inline-block;
        vertical-align: middle;
        position: relative; }
        footer ul li a:hover:after {
          left: auto;
          right: 0;
          width: 100%; }
        footer ul li a:after {
          position: absolute;
          bottom: 0;
          left: 0;
          width: 0;
          height: 1px;
          background: #DA2128;
          content: "";
          transition: all ease 0.4s;
          z-index: 0; }
  footer form .proud-btn {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 50px;
    height: 42px;
    padding: 0;
    background: none;
    border: transparent;
    z-index: 1; }
    footer form .proud-btn:hover, footer form .proud-btn:focus {
      background: none; }
      footer form .proud-btn:hover img, footer form .proud-btn:focus img {
        filter: none;
        margin-right: 10px; }
    footer form .proud-btn img {
      margin-right: 0; }
  footer .form-control {
    height: 42px;
    padding: 8px 15px 8px 60px;
    background: none;
    color: #ffffff;
    font-family: inherit;
    font-size: 14px;
    border-color: #ffffff; }
  footer .proud-social {
    padding-top: 10px; }
    footer .proud-social a + a {
      padding-right: 8px; }
    footer .proud-social img {
      filter: brightness(0) invert(1);
      -webkit-filter: brightness(0) invert(1); }

.footer-wrap {
  padding: 95px 0; }
  .footer-wrap [class*="proud-col-"]:first-child, .footer-wrap [class*="proud-col-"]:last-child {
    width: 23%;
    max-width: 23%;
    flex: 0 0 23%;
    -ms-flex: 0 0 23%; }

.proud-intro img {
  margin-bottom: 15px; }
.proud-intro .proud-btn {
  margin-top: 10px;
  font-family: "almoni-regular", "Assistant", sans-serif;
  font-size: 16px; }
  .proud-intro .proud-btn img {
    margin-bottom: 0; }

.proud-copyright {
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4); }
  .proud-copyright ul {
    display: flex;
    white-space: nowrap; }
    .proud-copyright ul li {
      padding: 5px 0 5px 25px; }
      .proud-copyright ul li a {
        display: block; }
        .proud-copyright ul li a:not(:hover) {
          color: rgba(255, 255, 255, 0.4); }
  .proud-copyright .proud-row {
    align-items: center; }

.proud-cards {
  display: flex;
  justify-content: flex-end; }
  .proud-cards img {
    margin-right: 12px; }
  .proud-cards span {
    font-family: "almoni-bold", "Assistant", sans-serif; }

/* Proud Newsletter SCSS */
.proud-newsletter {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 650px;
  min-height: 310px;
  overflow: hidden;
  padding: 30px;
  background: #ffffff;
  transition: all ease 0.4s;
  transform: translateX(100%);
  z-index: 3; }
  .proud-newsletter.open {
    transform: translateX(0);
    box-shadow: -2px -2px 19px rgba(0, 0, 0, 0.2); }
  .proud-newsletter ::-webkit-input-placeholder {
    color: #1A2860 !important; }
  .proud-newsletter ::-moz-placeholder {
    color: #1A2860 !important; }
  .proud-newsletter :-ms-input-placeholder {
    color: #1A2860 !important; }
  .proud-newsletter :-moz-placeholder {
    color: #1A2860 !important; }
  .proud-newsletter a {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 20px; }
    .proud-newsletter a:hover img {
      transform: rotate(90deg); }
    .proud-newsletter a img {
      transition: all ease 0.4s; }
  .proud-newsletter p {
    max-width: 310px; }
  .proud-newsletter h2 {
    font-size: 24px;
    text-transform: uppercase; }
  .proud-newsletter form {
    padding-top: 20px; }
  .proud-newsletter .proud-btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    min-width: 10px;
    height: 40px;
    padding: 0;
    background: #DA2128;
    border-color: transparent;
    border-radius: 100%;
    z-index: 0; }
    .proud-newsletter .proud-btn:hover, .proud-newsletter .proud-btn:focus {
      background: #1A2860; }
    .proud-newsletter .proud-btn img {
      margin-right: 0; }
  .proud-newsletter .form-group {
    padding-bottom: 0; }
  .proud-newsletter .form-control {
    padding-left: 50px;
    background: #ebebeb; }
    .proud-newsletter .form-control:not(:focus) {
      border-color: transparent; }
  .proud-newsletter .proud-image {
    position: absolute;
    bottom: -10px;
    left: -10px;
    z-index: 0; }
    .proud-newsletter .proud-image img {
      max-height: 100%;
      width: auto; }
    .proud-newsletter .proud-image + .proud-image {
      bottom: -35px;
      left: -12px;
      z-index: 1; }

.newsletter-wrap {
  max-width: 320px; }

/* Proud Loader SCSS */
.proud-preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  z-index: 3; }
  .proud-preloader .proud-lottie {
    bottom: 0;
    right: 0;
    width: 35%;
    height: 35%;
    margin: auto; }

/* Proud Series Lobby Page SCSS */
/* Proud Qualities, Proud White SCSS */
.proud-qualities.white {
  background: #c7a0cb; }
  .proud-qualities.white .proud-element {
    top: 120px;
    left: -60px; }
    .proud-qualities.white .proud-element.second {
      top: 180px;
      left: auto;
      right: -140px; }
    .proud-qualities.white .proud-element.third {
      top: auto;
      bottom: 30px;
      left: 0; }
    .proud-qualities.white .proud-element.fourth {
      top: auto;
      bottom: -125px;
      left: auto;
      right: -70px; }

/* Proud Products Style Two SCSS */
.products-style-two {
  padding-bottom: 0; }

/* Proud Product Category Page SCSS */
/* Proud Page Title SCSS */
.proud-page-title {
  background-size: cover;
  background-position: 0 50%;
  background-color: #DA2128;
  background-repeat: no-repeat;
  background-image: url(../images/product-cat-bg.jpg);
  color: #ffffff;
  position: relative; }
  .proud-page-title:after {
    background: transparent linear-gradient(270deg, #1A2B71 0%, #1A2B7100 100%) 0% 0% no-repeat padding-box;
    content: " ";
    top: 0;
    right: 0;
    width: 100%;
    position: absolute;
    height: 100%;
    opacity: 0.7; }
  .proud-page-title .container {
    z-index: 2; }

.page-title-wrap {
  max-width: 370px;
  padding: 40px 0 35px; }
  .page-title-wrap h1 {
    padding-bottom: 15px;
    font-size: 40px; }

.filter-toggle {
  padding-top: 25px;
  text-align: center; }

/* Proud Mid Wrap SCSS */
.card_image_wrapper {
  height: 0;
  padding-bottom: 50%;
  padding-top: 50%;
  background: url(../images/allin-product-bg-392x392.jpg);
  background-size: cover;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .card_image_wrapper img {
    max-width: 90%;
    /* max-width: 67%; */
    -webkit-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s; }

.proud-products figure:hover .card_image_wrapper > img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }

.proud-mid-wrap {
  padding: 60px 0;
  position: relative; }
  .proud-mid-wrap.mid-wrap-style-two {
    padding-top: 0; }
  .proud-mid-wrap + section:not(.proud-products) {
    padding-top: 0; }
  .proud-mid-wrap .proud-media {
    background: none; }
  .proud-mid-wrap .proud-element {
    top: 240px;
    right: -70px; }
    .proud-mid-wrap .proud-element.second {
      top: 43%;
      right: auto;
      left: -80px; }
    .proud-mid-wrap .proud-element.third {
      top: auto;
      bottom: 340px;
      right: auto;
      left: -110px; }
    .proud-mid-wrap .proud-element.fourth {
      top: auto;
      bottom: -5px;
      right: -150px; }

aside {
  max-width: 250px; }
  aside.aside-style-two {
    max-width: 100%;
    padding: 12px;
    background: #f2f2ed;
    border-radius: 5px; }
    aside.aside-style-two .proud-widget {
      padding-right: 0; }
      aside.aside-style-two .proud-widget h2 {
        padding-bottom: 15px; }
      aside.aside-style-two .proud-widget .proud-media .proud-row {
        margin: 0 -7.5px; }
      aside.aside-style-two .proud-widget .proud-media [class*="proud-col-"] {
        padding: 0 7.5px; }
    aside.aside-style-two .aside-form {
      border-bottom: 1px solid rgba(112, 112, 112, 0.2); }
      aside.aside-style-two .aside-form .form-control {
        background-color: rgba(189, 189, 189, 0.3); }
    aside.aside-style-two .proud-connect {
      padding-right: 12px; }
      aside.aside-style-two .proud-connect h2 {
        padding-bottom: 0; }
      aside.aside-style-two .proud-connect .aside-form {
        border-bottom: none; }
  aside .proud-media {
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(112, 112, 112, 0.2); }
    aside .proud-media figure {
      overflow: hidden;
      margin-bottom: 15px;
      border-radius: 5px; }
      aside .proud-media figure > img {
        border-radius: 5px; }
      aside .proud-media figure figcaption {
        padding: 20px 10px;
        border-radius: 0 0 5px 5px; }
  aside .media-title {
    font-size: 20px; }

.proud-widget {
  padding: 0 20px 20px 0; }
  .proud-widget:first-child {
    padding-right: 0; }
  .proud-widget h2 {
    font-size: 24px;
    color: #111821; }
  .proud-widget ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    .proud-widget ul li {
      padding-bottom: 3px; }
    .proud-widget ul label {
      color: rgba(17, 24, 33, 0.7);
      transition: all ease 0.4s; }
    .proud-widget ul [type="radio"] {
      display: none; }
      .proud-widget ul [type="radio"]:checked ~ label {
        color: #111821; }

.aside-form ::-webkit-input-placeholder {
  color: #111821 !important; }
.aside-form ::-moz-placeholder {
  color: #111821 !important; }
.aside-form :-ms-input-placeholder {
  color: #111821 !important; }
.aside-form :-moz-placeholder {
  color: #111821 !important; }
.aside-form .proud-btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  min-width: 10px;
  height: 40px;
  padding: 0;
  background: #DA2128;
  border-color: transparent;
  border-radius: 100%;
  z-index: 0; }
  .aside-form .proud-btn:hover, .aside-form .proud-btn:focus {
    background: #1A2860; }
    .aside-form .proud-btn:hover img, .aside-form .proud-btn:focus img {
      margin-right: 0; }
  .aside-form .proud-btn img {
    margin-right: 0;
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1); }
.aside-form .form-control {
  padding-left: 50px;
  background: #ebebeb; }
  .aside-form .form-control:not(:focus) {
    border-color: transparent; }

.proud-products.products-style-three figure {
  margin-bottom: 15px; }
.proud-products.products-style-three .product-meta {
  display: block; }
  .proud-products.products-style-three .product-meta .category {
    font-family: "almoni-regular", "Assistant", sans-serif; }

.products-style-three .proud-row {
  margin: 0 -11px; }
.products-style-three [class*="proud-col-"] {
  padding: 0 11px; }

.product-filters {
  display: flex;
  padding: 10px 0 40px;
  align-items: center;
  justify-content: space-between; }
  .product-filters label {
    padding-left: 5px;
    color: rgba(17, 24, 33, 0.5);
    font-size: 14px; }
  .product-filters .form-control {
    width: auto;
    height: 28px;
    padding: 0 5px 0 25px;
    background-position: left 10px center;
    color: #111821; }
    .product-filters .form-control:not(:focus) {
      border-color: #111821; }

.result-counter {
  font-size: 14px;
  color: #111821; }

/* Proud Product Detail Page SCSS */
/* Proud Product Info SCSS */
.proud-product-info {
  background: url(../images/product-bg-image.png);
  color: #ffffff; }
  .proud-product-info .proud-row {
    padding-top: 35px; }
  .proud-product-info .grid-row {
    display: grid;
    grid-template-columns: calc(100% - 109px) 89px;
    grid-gap: 20px; }
    @media (max-width: 992px) {
      .proud-product-info .grid-row {
        grid-template-columns: 100%; } }
  .proud-product-info .slick-slider {
    text-align: center; }
    .proud-product-info .slick-slider .slick-slide {
      display: flex;
      align-items: center;
      justify-content: center; }
  .proud-product-info .product-thumb-slider {
    max-width: 89px;
    max-height: 363px;
    margin-right: auto; }
    @media (max-width: 992px) {
      .proud-product-info .product-thumb-slider {
        max-width: 100%; } }
    .proud-product-info .product-thumb-slider .slick-slide {
      padding: 10px;
      margin: 10px 0;
      cursor: pointer;
      transition: opacity ease .4s;
      background: url(../images/allin-product-bg-90x90.jpg);
      background-size: cover; }
      .proud-product-info .product-thumb-slider .slick-slide:not(.slick-current) {
        opacity: 0.5; }
      .proud-product-info .product-thumb-slider .slick-slide img {
        transform: scale(1); }

.product-main-slider .slick-slide {
  height: 300px;
  padding: 20px 0; }
.product-main-slider img {
  max-height: 100%;
  height: auto;
  width: auto; }

.meta-wrap h1 {
  font-size: 50px; }
.meta-wrap .form-control {
  border-color: transparent; }
.meta-wrap .proud-btn,
.meta-wrap .button {
  min-width: 100%;
  padding: 13px 20px;
  font-size: 24px; }

.product-category {
  display: flex;
  padding-bottom: 15px;
  margin-bottom: 20px;
  font-size: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.45);
  align-items: center;
  justify-content: space-between; }
  .product-category img {
    margin: -2px 0 0 5px; }

.product-units {
  display: flex;
  padding-top: 20px;
  align-items: center;
  justify-content: space-between; }
  .product-units span {
    font-family: "almoni-bold", "Assistant", sans-serif;
    letter-spacing: 1px; }
  .product-units label {
    display: inline-flex;
    padding: 8px 27px;
    background: transparent;
    border: 1px solid #ffffff;
    border-radius: 25px;
    align-items: center;
    justify-content: center;
    transition: all ease 0.4s; }

.units-wrap {
  display: flex; }

.unit {
  margin: 3px 6px 3px 0;
  position: relative; }
  .unit:first-child {
    margin-right: 0; }
  .unit input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
    z-index: 1; }
    .unit input:checked ~ label {
      background: #ffffff;
      color: #1A2860; }

.product-quantity {
  padding: 25px 0 5px; }
  .product-quantity .form-group {
    display: flex;
    align-items: center; }
  .product-quantity .form-control {
    width: 80px;
    padding-left: 35px;
    background-color: transparent;
    background-image: url(../images/arrow5.svg);
    color: #ffffff;
    border-color: #ffffff; }
  .product-quantity .price {
    padding-right: 30px;
    font-size: 24px; }
    .product-quantity .price del {
      padding-right: 10px;
      color: rgba(255, 255, 255, 0.6);
      text-decoration: line-through; }

.proud-nutrition {
  margin: 45px auto 20px 0;
  color: #ffffff;
  font-family: "Assistant", sans-serif;
  text-align: center;
  border-radius: 50px;
  transition: all ease .6s;
  transform: translateY(100%);
  transition-delay: 0.2s; }
  @media (min-width: 993px) {
    .proud-nutrition {
      margin-left: 109px; } }
  .proud-nutrition:hover a {
    transform: translateY(15px); }
  .proud-nutrition a {
    display: inline-block;
    padding: 5px 8px 10px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    border-radius: 0 0 50px 50px; }
    .proud-nutrition a span {
      display: block; }
  .proud-nutrition ul {
    padding: 12px 12px 5px;
    margin: 0 0 30px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    transition: all ease 0.4s; }
    .proud-nutrition ul li {
      padding: 0 24px;
      font-size: 18px;
      font-weight: 700; }
      .proud-nutrition ul li:not(:last-child) {
        border-left: 1px solid #ffffff; }
      .proud-nutrition ul li span {
        display: block;
        font-size: 52px;
        font-weight: 700;
        line-height: 0.8;
        color: #DA2128; }

/* Proud Product Detail SCSS */
.stock.out-of-stock {
  color: red;
  font-weight: bold; }

.proud-product-detail {
  background: #f7f7f6; }
  .proud-product-detail blockquote {
    background: none;
    border: 1px solid #1A2860; }

.proud-bullets {
  padding: 0 0 20px;
  margin: 0;
  list-style: none; }
  .proud-bullets li {
    padding-right: 25px;
    margin-bottom: 10px;
    position: relative; }
    .proud-bullets li:before {
      position: absolute;
      top: 10px;
      right: 0;
      width: 5px;
      height: 5px;
      background: #DA2128;
      content: "";
      border-radius: 100%;
      z-index: 0; }

.comment-form {
  max-width: 430px;
  padding-right: 40px; }
  .comment-form textarea.form-control {
    height: 164px;
    border-radius: 5px; }
  .comment-form [class*="proud-col-"] {
    padding: 0 12px 24px; }
  .comment-form .block {
    padding-bottom: 5px; }
  .comment-form .proud-row {
    margin: 0 -12px; }
  .comment-form .proud-btn {
    padding: 8px 20px;
    margin-top: 10px;
    font-size: 16px; }
  .comment-form .form-control {
    height: 34px;
    background: transparent; }
    .comment-form .form-control:not(:focus) {
      border-color: #919191; }

/* Proud Shopping Cart Page SCSS */
.cart .section-title.title-style-two h2 {
  padding: 0;
  border: none; }

.cart-products table {
  background: none;
  text-align: unset;
  border: none; }
  .cart-products table th {
    font-size: 24px;
    text-align: right;
    border-bottom-color: #e7e7e7;
    border-left: none; }
  .cart-products table td {
    padding: 20px 10px;
    border-bottom: none;
    border-left: none; }
  .cart-products table small {
    font-size: 16px; }
  .cart-products table .price {
    display: block;
    white-space: nowrap; }
  .cart-products table .form-control {
    width: auto;
    padding: 5px 15px 5px 30px;
    background-size: 11px auto; }
    .cart-products table .form-control:not(:focus) {
      border-color: #1A2860; }
.cart-products .cart-summary table {
  font-size: 15px; }
  .cart-products .cart-summary table th {
    font-size: 16px; }
.cart-products .aside-form {
  margin-right: 70px; }

.cart-product-item {
  display: flex;
  align-items: center; }
  .cart-product-item p {
    padding-bottom: 5px;
    line-height: 1.1; }
  .cart-product-item h2 {
    padding-bottom: 5px;
    font-size: 16px; }
  .cart-product-item .proud-image {
    width: 78px;
    min-width: 78px;
    margin-left: 25px; }
    .cart-product-item .proud-image img {
      width: 100%; }

.remove-product {
  display: inline-block;
  margin-right: 25px; }

.cart-summary {
  padding: 40px;
  margin-right: 70px;
  background: #eeeeee;
  border-radius: 5px;
  color: #111821; }
  .cart-summary h3 {
    display: flex;
    padding-bottom: 20px;
    font-size: 24px;
    align-items: center;
    justify-content: space-between; }
    .cart-summary h3 a {
      font-family: "almoni-regular", "Assistant", sans-serif;
      font-size: 16px;
      text-decoration: underline;
      color: #111821; }
      .cart-summary h3 a:hover {
        color: #1A2860; }
  .cart-summary table th {
    vertical-align: top;
    padding: 6px;
    border-top: 1px solid #c3c3c3;
    border-bottom: none; }
    .cart-summary table th:first-child {
      padding-right: 0; }
    .cart-summary table th + th {
      white-space: nowrap; }
    .cart-summary table th:last-child {
      padding-left: 0; }
  .cart-summary table td {
    vertical-align: top;
    padding: 3px; }
    .cart-summary table td:first-child {
      padding-right: 0; }
    .cart-summary table td + td {
      white-space: nowrap; }
    .cart-summary table td:last-child {
      padding-left: 0; }
  .cart-summary .proud-table {
    margin-bottom: 0;
    border: none; }
  .cart-summary .proud-btn {
    min-width: 100%;
    padding: 9px 20px;
    margin-top: 30px;
    font-size: 16px; }
  .cart-summary .form-group {
    padding-bottom: 0; }
  .cart-summary .custom-control {
    padding: 2px 0 2px 10px; }

/* Proud Checkout Page SCSS */
.form-style-two ::-webkit-input-placeholder {
  color: #1A2860 !important; }
.form-style-two ::-moz-placeholder {
  color: #1A2860 !important; }
.form-style-two :-ms-input-placeholder {
  color: #1A2860 !important; }
.form-style-two :-moz-placeholder {
  color: #1A2860 !important; }
.form-style-two.checkout .woocommerce-error {
  margin-top: -30px;
  margin-bottom: 60px; }
.form-style-two textarea.form-control {
  height: 65px; }
.form-style-two .form-control {
  height: 42px;
  padding: 8px 0;
  background: none;
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0; }
  .form-style-two .form-control:not(:focus) {
    border-bottom-color: rgba(26, 40, 96, 0.2); }
.form-style-two .form-label {
  right: 15px; }
.form-style-two .section-title.title-style-two h2 {
  padding: 0;
  border: none; }

.another-registration {
  display: none; }

.another-address {
  display: none;
  padding: 30px;
  margin-bottom: 15px;
  background: #f9f9f9;
  border-radius: 4px; }

.terms-checks {
  padding-top: 10px; }

/*
Fake cupon code
*/
.f-cupon-form #f-cupon-code {
  border: 1px solid transparent;
  padding-left: 50px;
  background: #ebebeb;
  padding-right: 15px;
  border-radius: 25px;
  padding-bottom: 8px;
  height: 40px;
  color: #111821; }
  .f-cupon-form #f-cupon-code:focus {
    border-color: #DA2128; }
.f-cupon-form .proud-btn {
  border-radius: 100% 0 0 100%;
  background: #06062a; }

/* Proud Thankyou Page SCSS */
/* Proud Thankyou SCSS */
.proud-thankyou {
  padding: 130px 0 180px;
  background: url(../images/blue-wall-cover.png); }

.thankyou-wrap {
  padding: 30px;
  background: #ffffff;
  text-align: center;
  position: relative;
  border-radius: 30px; }
  .thankyou-wrap:after {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 50%;
    background: #ffffff;
    content: "";
    border-radius: inherit;
    z-index: 0; }
  .thankyou-wrap > *:not(img) {
    position: relative;
    z-index: 1; }
  .thankyou-wrap h1 {
    padding-bottom: 0;
    font-size: 46px; }
  .thankyou-wrap h2 {
    font-size: 24px; }
  .thankyou-wrap ul {
    display: flex;
    padding: 0;
    margin: 25px 0 35px;
    line-height: 1.2;
    list-style: none;
    white-space: nowrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center; }
    .thankyou-wrap ul li {
      padding: 0 17px;
      flex-grow: 1;
      flex-basis: 0;
      -ms-flex-positive: 1;
      -ms-flex-preferred-size: 0; }
      .thankyou-wrap ul li:not(:last-child) {
        border-left: 1px solid rgba(26, 40, 96, 0.2); }
      .thankyou-wrap ul li strong {
        color: #DA2128; }
    .thankyou-wrap ul span {
      display: block; }
    .thankyou-wrap ul strong {
      display: block;
      font-size: 24px; }
  .thankyou-wrap table {
    font-size: 16px;
    text-align: right; }
    .thankyou-wrap table th, .thankyou-wrap table td {
      border-left: none; }
    .thankyou-wrap table thead {
      display: none; }
      .thankyou-wrap table thead th {
        font-family: "almoni-regular", "Assistant", sans-serif;
        font-size: 24px; }
    .thankyou-wrap table tfoot th {
      font-size: 16px; }
  .thankyou-wrap .woocommerce-order-details {
    padding: 20px 0 0 0; }
    .thankyou-wrap .woocommerce-order-details h2 {
      border-top: 1px solid rgba(26, 40, 96, 0.23);
      border-right: 1px solid rgba(26, 40, 96, 0.23);
      border-left: 1px solid rgba(26, 40, 96, 0.23);
      padding: 10px; }
  .thankyou-wrap .proud-table {
    margin-bottom: 0; }
  .thankyou-wrap .proud-element {
    top: 60px;
    right: -80px; }
    .thankyou-wrap .proud-element.first {
      z-index: 0; }
    .thankyou-wrap .proud-element.second {
      top: auto;
      bottom: 45px;
      right: -170px; }
    .thankyou-wrap .proud-element.third {
      top: auto;
      bottom: -220px;
      right: -100px; }
    .thankyou-wrap .proud-element.fourth {
      top: auto;
      bottom: -145px;
      right: 210px; }
    .thankyou-wrap .proud-element.fifth {
      top: auto;
      bottom: -230px;
      left: 200px;
      right: auto; }
    .thankyou-wrap .proud-element.sixth {
      top: auto;
      bottom: -155px;
      left: -20px;
      right: auto; }
    .thankyou-wrap .proud-element.seventh {
      top: auto;
      bottom: 20px;
      left: -175px;
      right: auto; }
    .thankyou-wrap .proud-element.eighth {
      top: auto;
      bottom: 235px;
      left: -145px;
      right: auto; }
    .thankyou-wrap .proud-element.ninth {
      top: 55px;
      left: -65px;
      right: auto; }

.proud-meta {
  display: flex;
  padding-bottom: 15px;
  justify-content: space-between; }
  .proud-meta select.form-control:not(:focus) {
    border-color: #1A2860; }
  .proud-meta .form-control {
    width: 280px; }

/* Proud Post Recipes Page SCSS */
/* Proud Page Title Style Two SCSS */
.page-title-style-two {
  min-height: 480px;
  text-align: center;
  position: relative;
  z-index: 0; }
  .page-title-style-two:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(26, 40, 96, 0.5);
    content: "";
    z-index: -1; }
  .page-title-style-two .page-title-wrap {
    max-width: 100%; }
  .page-title-style-two .media-info {
    max-width: 700px; }
    .page-title-style-two .media-info h1 {
      font-size: 46px;
      line-height: 1.1; }
    .page-title-style-two .media-info h2 {
      font-family: "almoni-regular", "Assistant", sans-serif;
      font-size: 24px; }

.recipe-detail {
  padding: 25px;
  margin-top: -85px;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 3px 16px rgba(26, 40, 96, 0.09); }
  .recipe-detail h2 {
    font-size: 24px; }
  .recipe-detail .recipe-title {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #DA2128; }
  .recipe-detail .swiper-container img {
    border-radius: 10px; }
  .recipe-detail .swiper-button-next, .recipe-detail .swiper-button-prev {
    width: 44px;
    height: 44px;
    background-color: #1A2860;
    color: rgba(255, 255, 255, 0.5);
    border-radius: 100%;
    transition: all ease 0.4s; }
    .recipe-detail .swiper-button-next:hover, .recipe-detail .swiper-button-prev:hover {
      color: #ffffff; }
    .recipe-detail .swiper-button-next:after, .recipe-detail .swiper-button-prev:after {
      font-weight: bold;
      font-size: 18px; }
  .recipe-detail .proud-social {
    padding-top: 10px;
    margin-top: 10px;
    font-size: 12px;
    border-top: 1px solid rgba(26, 40, 96, 0.12); }
    .recipe-detail .proud-social a + a {
      padding-right: 5px; }
    .recipe-detail .proud-social img {
      opacity: 0.7;
      filter: brightness(0);
      -webkit-filter: brightness(0); }

.swiper-buttons {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 1; }
  .swiper-buttons .swiper-button-prev, .swiper-buttons .swiper-button-next {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    display: inline-flex;
    vertical-align: middle;
    margin-left: 7px;
    align-items: center;
    justify-content: center; }

.nutritional-values {
  padding: 5px 0 30px; }
  .nutritional-values ul {
    display: flex;
    padding: 0;
    margin: 0;
    font-family: "almoni-light", "Assistant", sans-serif;
    font-size: 32px;
    line-height: 1.15;
    list-style: none;
    white-space: nowrap;
    text-align: center;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center; }
    .nutritional-values ul li {
      padding: 0 15px;
      margin: 10px 0;
      flex-grow: 1;
      flex-basis: 0;
      -ms-flex-positive: 1;
      -ms-flex-preferred-size: 0; }
      .nutritional-values ul li:not(:last-child) {
        border-left: 1px solid rgba(26, 40, 96, 0.2); }
    .nutritional-values ul span {
      display: block; }
      .nutritional-values ul span:last-child {
        display: block;
        color: rgba(26, 40, 96, 0.4);
        font-size: 16px; }

.proud-checks {
  padding: 0;
  margin: 0;
  list-style: none; }
  .proud-checks li {
    padding: 0 20px 10px 0;
    background-size: 11px auto;
    background-repeat: no-repeat;
    background-position: right 6px;
    background-image: url(../images/bullet1.svg); }

.ingredients {
  padding-bottom: 20px; }

.proud-numbers {
  padding: 0;
  margin: 0;
  list-style: none; }
  .proud-numbers li {
    padding: 0 20px 10px 0;
    position: relative;
    counter-increment: number; }
    .proud-numbers li:before {
      display: flex;
      position: absolute;
      top: 2px;
      right: 0;
      width: 11px;
      height: 11px;
      color: #DA2128;
      font-family: "almoni-bold", "Assistant", sans-serif;
      font-size: 8px;
      border: 1px solid #DA2128;
      content: counter(number);
      align-items: center;
      justify-content: center;
      border-radius: 100%;
      line-height: 1; }

/* Proud Media Style Two SCSS */
.media-style-two {
  background: #f7f7f6;
  color: #1A2860; }
  .media-style-two .swiper-scrollbar {
    background: rgba(26, 40, 96, 0.1); }
  .media-style-two .swiper-scrollbar-drag {
    background: #1A2860; }

/* Proud Post Recipes Page SCSS */
/* Proud Page Title Style Three SCSS */
.page-title-style-three {
  min-height: 570px; }

/* Proud Mid Wrap Style Three SCSS */
.mid-wrap-style-three {
  background: #f7f7f6; }

.media-detail p {
  padding-bottom: 20px; }
.media-detail img {
  width: 100%;
  margin: 20px 0 30px;
  border-radius: 6px; }
.media-detail blockquote {
  padding: 0 25px 0 0;
  margin: 10px 0;
  background: none;
  font-family: "almoni-light", "Assistant", sans-serif;
  font-size: 24px;
  line-height: 1.5;
  position: relative; }
  .media-detail blockquote:before {
    position: absolute;
    top: 0;
    right: 0;
    width: 5px;
    height: 100%;
    background: #DA2128;
    content: "";
    border-radius: 10px;
    z-index: 1; }
.media-detail .media-info {
  max-width: 100%; }
  .media-detail .media-info h2 {
    font-size: 16px;
    line-height: 1.42857143; }
.media-detail .media-meta {
  justify-content: flex-start; }
.media-detail .media-title {
  font-family: "almoni-bold", "Assistant", sans-serif;
  font-size: 40px;
  line-height: 1.1; }
.media-detail .proud-overlay {
  margin: 30px 0; }
  .media-detail .proud-overlay:before {
    border-radius: 6px; }
  .media-detail .proud-overlay img {
    margin: 0; }
.media-detail .proud-products {
  height: 100%;
  padding-right: 30px;
  border-right: 1px solid rgba(112, 112, 112, 0.2); }
  .media-detail .proud-products figure {
    margin-bottom: 0; }
    .media-detail .proud-products figure > img {
      margin: 0; }
  .media-detail .proud-products figcaption {
    background: #f7f7f6; }

.proud-overlay {
  position: relative; }
  .proud-overlay:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(26, 40, 96, 0.7);
    content: "";
    z-index: 0; }
  .proud-overlay a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 0; }
    .proud-overlay a:hover {
      opacity: 0.6; }
    .proud-overlay a img {
      width: auto;
      border-radius: 0; }
  .proud-overlay img {
    width: 100%; }

.media-controller {
  display: flex;
  padding: 10px 0;
  margin-top: 30px;
  border-top: 1px solid rgba(112, 112, 112, 0.2);
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
  align-items: center;
  justify-content: space-between; }
  .media-controller .proud-social a + a {
    padding-right: 10px; }
  .media-controller .proud-social img {
    opacity: 0.6;
    filter: brightness(0);
    -webkit-filter: brightness(0); }
  .media-controller .btn-group {
    padding-top: 0; }
  .media-controller .proud-btn.proud-large-btn {
    min-width: 180px;
    padding: 8px 20px; }
  .media-controller .proud-btn:last-child {
    margin-left: 0; }

.add-comment {
  padding: 25px;
  margin-top: 30px;
  background: #f2f2ed;
  border-radius: 5px; }
  .add-comment h3 {
    padding-bottom: 15px; }
  .add-comment textarea.form-control {
    height: 215px; }
  .add-comment .form-control {
    height: 48px;
    font-size: 16px;
    border-radius: 5px; }
  .add-comment .proud-btn {
    min-width: 100%;
    font-size: 16px; }

/* Proud Media Style Three SCSS */
.media-style-three {
  background: none;
  color: #1A2860; }
  .media-style-three .swiper-scrollbar {
    background: rgba(26, 40, 96, 0.1); }
  .media-style-three .swiper-scrollbar-drag {
    background: #1A2860; }

.proud-tags a {
  display: inline-block;
  vertical-align: middle;
  padding: 2px 8px;
  margin: 0 0 8px 4px;
  background: #DA2128;
  font-size: 14px;
  border-radius: 25px; }
  .proud-tags a:hover, .proud-tags a:focus {
    background: #1A2860;
    color: #ffffff; }

.proud-connect {
  padding: 30px 12px;
  margin: 0 -12px -12px;
  background: #ffffff;
  text-align: center;
  border-radius: 0 0 5px 5px; }
  .proud-connect h2 {
    margin-bottom: 15px;
    text-transform: uppercase;
    position: relative; }
    .proud-connect h2:before {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 80px;
      height: 80px;
      background-size: cover;
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-image: url(../images/connect-circle.svg);
      content: "";
      transform: translateX(-50%) translateY(-50%);
      z-index: 0; }
  .proud-connect .form-group {
    padding-bottom: 0; }

.proud-video-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  transition: all ease 0.4s;
  z-index: 3; }
  .proud-video-modal .container {
    display: flex;
    height: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
    align-items: center;
    justify-content: center; }

.modal-closer {
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 1; }
  .modal-closer:hover {
    transform: rotate(90deg); }

.single-recipe .media-style-two {
  padding-bottom: 35px; }
  .single-recipe .media-style-two h2 {
    padding-right: 0;
    border: none; }
  .single-recipe .media-style-two .proud-dark-border-btn {
    color: #111821; }
    .single-recipe .media-style-two .proud-dark-border-btn:hover {
      color: #ffffff; }
  .single-recipe .media-style-two .swiper-pagination {
    margin-top: 40px; }

/* Proud Contact Us Page SCSS */
.proud-whitebox {
  padding: 30px;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); }
  .proud-whitebox + .proud-whitebox {
    margin-top: 25px; }

.contact-wrap [class*="proud-col-"] {
  padding-left: 12px;
  padding-right: 12px; }
.contact-wrap .proud-row {
  margin: 0 -12px; }
.contact-wrap .section-title {
  max-width: 100%;
  padding-bottom: 15px;
  text-align: unset; }
  .contact-wrap .section-title h2 {
    font-size: 32px; }
.contact-wrap .form-control:not(:focus) {
  border-color: rgba(151, 151, 151, 0.2); }
.contact-wrap .proud-btn {
  min-width: 100%;
  font-family: "almoni-regular", "Assistant", sans-serif;
  font-size: 16px; }

.contact-links {
  display: flex;
  padding: 0 115px 0 0;
  margin: 0;
  text-align: center;
  position: relative;
  list-style: none;
  flex-wrap: wrap; }
  .contact-links:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ffffff;
    content: "";
    z-index: 0; }
  .contact-links a {
    display: block;
    padding: 40px 10px; }
  .contact-links p {
    padding-bottom: 0; }
  .contact-links h3 {
    padding-bottom: 5px; }
  .contact-links li {
    width: 50%;
    max-width: 50%;
    border-bottom: 1px solid rgba(112, 112, 112, 0.1);
    flex: 0 0 50%;
    -ms-flex: 0 0 50%; }
    .contact-links li:not(:nth-child(2n)) {
      border-left: 1px solid rgba(112, 112, 112, 0.1); }
  .contact-links img {
    margin-bottom: 15px; }

/*
    Single blog post
*/
.single-post .proud-page-title:after {
  content: none; }

/* Proud Responsive SCSS */
@media screen and (max-width: 1849px) {
  /* Proud Home Page SCSS */
  .proud-qualities .proud-element {
    width: 200px; }
    .proud-qualities .proud-element.second {
      width: 400px; }
    .proud-qualities .proud-element.third {
      width: 170px; }
    .proud-qualities .proud-element.fourth {
      width: 220px; } }
@media screen and (max-width: 1499px) {
  /* Proud Normal SCSS */
  header .dropdown-menu {
    left: -15px;
    transform: translateX(0) translateY(15px); }
    header .dropdown-menu.open {
      transform: translateX(0) translateY(0); }
    header .dropdown-menu:before {
      left: 20px;
      transform: translateX(0); }

  .proud-banner .proud-element.first {
    top: 0;
    right: 185px; }
  .proud-banner .proud-element.second {
    top: 70px;
    right: -115px; }
  .proud-banner .proud-element.third {
    top: 230px;
    right: -175px; }
  .proud-banner .proud-element.fourth {
    bottom: -10px;
    right: -80px; }
  .proud-banner .proud-element.fifth {
    bottom: -30px;
    right: 170px; }
  .proud-banner .proud-element.sixth {
    bottom: 0;
    left: 200px; }
  .proud-banner .proud-element.seventh {
    bottom: 45px;
    left: 0; }
  .proud-banner .proud-element.eighth {
    bottom: 95px;
    left: -150px; }
  .proud-banner .proud-element.ninth {
    top: 190px; }
  .proud-banner .proud-element.tenth {
    top: 40px;
    left: -200px; }

  /* Proud Home Page SCSS */
  .proud-qualities.white .proud-element {
    width: 150px; }
    .proud-qualities.white .proud-element.second {
      top: 130px;
      right: -170px;
      width: 350px; }
    .proud-qualities.white .proud-element.third {
      bottom: 0;
      left: -30px;
      width: 120px; }
    .proud-qualities.white .proud-element.fourth {
      width: 170px; }
  .proud-qualities .proud-element {
    width: 170px; }
    .proud-qualities .proud-element.second {
      top: 0;
      width: 370px; }
    .proud-qualities .proud-element.third {
      width: 140px; }
    .proud-qualities .proud-element.fourth {
      width: 190px; }

  /* Proud Post Blog Page SCSS */
  .proud-mid-wrap .proud-element {
    right: -50px;
    width: 170px; }
    .proud-mid-wrap .proud-element.third {
      left: -60px; }
    .proud-mid-wrap .proud-element.fourth {
      right: -70px; } }
@media screen and (min-width: 1280px) {
  /* Proud Product Detail Page SCSS */
  .proud-product-detail .container {
    width: 1000px; } }
@media screen and (max-width: 1279px) {
  /* Proud Normal SCSS */
  .container {
    padding: 0 15px;
    width: 1140px; }

  nav ul li {
    margin: 15px 0; }
  nav ul ul li {
    margin: 5px 0; }

  .proud-page-title {
    background-position: 50% 50%; }

  .proud-row .proud-primary {
    width: 32%;
    max-width: 32%;
    flex: 0 0 32%;
    -ms-flex: 0 0 32%; }
  .proud-row .proud-secondary {
    width: 68%;
    max-width: 68%;
    flex: 0 0 68%;
    -ms-flex: 0 0 68%; }

  /* Proud Post Guide Page SCSS */
  .media-controller .proud-btn.proud-large-btn {
    min-width: 10px; }
  .media-controller .proud-btn:not(:last-child) {
    margin-left: 10px; } }
@media screen and (min-width: 1200px) {
  /* Proud Product Detail Page SCSS */
  .meta-wrap .form-group {
    padding-bottom: 20px; } }
@media screen and (max-width: 1199px) {
  /* Proud Normal SCSS */
  .container {
    width: 960px; }

  .header-right ul {
    padding-right: 40px; }
    .header-right ul li {
      padding: 0 15px; }

  .header-left {
    min-width: 293px; }

  nav .proud-image {
    left: -40%; }
    nav .proud-image + .proud-image {
      left: -25%; }

  .purchase-controller {
    margin-bottom: 30px; }

  .proud-media figcaption {
    padding: 20px; }

  .proud-products figure {
    margin-bottom: 50px; }
  .proud-products [class*="proud-col-"] {
    width: 50%;
    max-width: 50%;
    flex: 0 0 50%;
    -ms-flex: 0 0 50%; }

  .cart-summary {
    margin-right: 0; }

  .cart-products table th {
    font-size: 20px; }
  .cart-products .aside-form {
    margin-right: 0; }

  .proud-preloader .proud-lottie {
    width: 70%;
    height: 70%; }

  /* Proud Home Page SCSS */
  .proud-banner .proud-element.first {
    right: 250px;
    width: 100px; }
  .proud-banner .proud-element.second {
    top: 30px;
    right: -50px;
    width: 184px; }
  .proud-banner .proud-element.third {
    right: -95px;
    width: 170px; }
  .proud-banner .proud-element.fourth {
    bottom: 50px;
    right: -50px;
    width: 130px; }
  .proud-banner .proud-element.fifth {
    bottom: 40px;
    right: 180px;
    width: 108px; }
  .proud-banner .proud-element.sixth {
    bottom: 20px;
    left: 300px;
    right: auto;
    width: 55px; }
  .proud-banner .proud-element.seventh {
    bottom: 45px;
    left: 120px;
    right: auto;
    width: 90px; }
  .proud-banner .proud-element.eighth {
    left: 0;
    right: auto;
    width: 90px; }
  .proud-banner .proud-element.ninth {
    top: 270px;
    left: -70px;
    right: auto;
    width: 160px; }
  .proud-banner .proud-element.tenth {
    left: -20px;
    right: auto;
    width: 170px; }
  .proud-banner .proud-image a {
    width: 170px; }
    .proud-banner .proud-image a:nth-child(1) {
      width: 160px; }
    .proud-banner .proud-image a:nth-child(2n) {
      top: 10%; }
    .proud-banner .proud-image a:nth-child(3n) {
      top: 30%;
      width: 160px; }

  .proud-qualities .proud-element {
    width: 155px; }
    .proud-qualities .proud-element.second {
      width: 355px; }
    .proud-qualities .proud-element.third {
      width: 125px; }
    .proud-qualities .proud-element.fourth {
      width: 175px; }

  /* Proud Product Detail Page SCSS */
  .proud-product-info .product-thumb-slider .swiper-slide {
    width: 80px;
    height: 80px;
    padding: 5px; }

  .product-units {
    display: block;
    padding-top: 10px; }
    .product-units label {
      padding: 5px 20px; }

  .units-wrap {
    padding-top: 5px; }

  .product-quantity .price {
    padding-right: 20px;
    font-size: 20px; }

  /* Proud Post Guide Page SCSS */
  .page-title-style-three {
    min-height: 450px; }

  /* Proud Contact Us Page SCSS */
  .contact-links {
    padding-right: 0; } }
@media screen and (min-width: 992px) {
  /* Proud Normal SCSS */
  .order-lg-2 {
    order: 2;
    -ms-flex-order: 2; }

  .order-lg-3 {
    order: 3;
    -ms-flex-order: 3; }

  .proud-qualities .swiper-slide:not(:nth-child(2n)) .proud-icon {
    order: 2;
    -ms-flex-order: 2; }
  .proud-qualities .swiper-slide:not(:nth-child(2n)) .quality-info {
    padding-left: 30px;
    text-align: left; }

  .quality-item:hover .proud-icon img {
    opacity: 0; }
  .quality-item:hover .proud-icon .proud-lottie {
    opacity: 1; }

  footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 0; }

  .proud-intro .proud-btn {
    min-width: 140px;
    padding: 8px 20px; }
    .proud-intro .proud-btn img {
      display: none; }

  /* Proud Product Category Page SCSS */
  .filter-widgets .proud-widget:first-child {
    padding-right: 20px; }

  .filter-toggle {
    display: none; }

  /* Proud Thankyou Page SCSS */
  .proud-thankyou .container {
    width: 730px; }

  /* Proud Post Guide Page SCSS */
  .proud-video-modal .container {
    width: 850px; } }
@media screen and (max-width: 991px) {
  /* Proud Normal SCSS */
  .proud-main {
    margin-bottom: 0 !important; }

  .proud-masonry {
    grid-template-columns: repeat(auto-fill, minmax(48%, 1fr)); }

  .container {
    width: 720px; }

  .proud-fixed-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(26, 40, 96, 0.75);
    content: "";
    z-index: 4; }

  .header-right {
    min-width: 157px; }
    .header-right ul {
      display: none; }

  .header-left {
    min-width: 10px; }

  nav ul {
    font-size: 36px; }
    nav ul li {
      margin: 10px 0; }
    nav ul ul {
      font-size: 28px; }
      nav ul ul li {
        margin: 3px 0; }
  nav .proud-image img {
    height: 85vh; }

  .proud-qualities .swiper-slide:not(:nth-child(2n)) {
    text-align: left; }

  .quality-item {
    max-width: 65%;
    padding: 10px 0;
    flex-direction: column; }
    .quality-item .proud-icon {
      min-width: 10px;
      padding-bottom: 10px; }

  .quality-info {
    max-width: 100%; }

  .proud-purchase:not(.purchase-style-two) .container {
    padding-bottom: 70px; }
  .proud-purchase:not(.purchase-style-two) .btn-group {
    position: absolute;
    bottom: 0;
    right: 15px;
    z-index: 0; }
  .proud-purchase .purchase-item.open .proud-circle {
    transform: translateY(0); }
  .proud-purchase .proud-circle {
    left: -10%;
    right: -10%;
    transform: translateY(100%); }
    .proud-purchase .proud-circle img {
      width: 100%; }

  .purchase-style-two .btn-group {
    padding-bottom: 50px; }

  .purchase-item [class*="proud-col-"] {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%; }
  .purchase-item .proud-row .section-title {
    padding-bottom: 0; }
  .purchase-item .main-slider {
    margin-top: 15px; }
    .purchase-item .main-slider h2 {
      padding: 0 10% 15px 0;
      font-size: 40px; }
  .purchase-item .proud-image a img {
    width: 180px; }

  .page-title-wrap {
    padding: 20px 0 0; }

  .proud-row .proud-primary {
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%; }
  .proud-row .proud-secondary {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%; }

  .cart-products > .proud-row > * {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%; }
  .cart-products .form-style-two {
    padding-bottom: 35px; }

  aside {
    max-width: 100%; }
    aside.aside-style-two {
      padding: 25px;
      margin-top: 50px; }
    aside:not(.aside-style-two) .form-group {
      padding-bottom: 0; }

  .proud-widget {
    padding-right: 0; }
    .proud-widget .proud-media [class*="proud-col-"] {
      width: 50%;
      max-width: 50%;
      flex: 0 0 50%;
      -ms-flex: 0 0 50%; }

  .proud-connect {
    margin: 0 -25px -25px; }

  .footer-wrap [class*="proud-col-"] {
    width: 22%;
    max-width: 22%;
    flex: 0 0 22%;
    -ms-flex: 0 0 22%; }
    .footer-wrap [class*="proud-col-"]:first-child {
      width: 100%;
      max-width: 100%;
      flex: 0 0 100%;
      -ms-flex: 0 0 100%; }
    .footer-wrap [class*="proud-col-"]:last-child {
      width: 34%;
      max-width: 34%;
      flex: 0 0 34%;
      -ms-flex: 0 0 34%; }

  .proud-intro {
    padding-bottom: 50px; }

  .proud-copyright ul {
    font-size: 15px; }
    .proud-copyright ul li {
      padding-left: 15px; }

  /* Proud Home Page SCSS */
  .proud-banner .proud-image a {
    width: 150px; }
    .proud-banner .proud-image a:nth-child(n) {
      width: 150px; }
    .proud-banner .proud-image a:nth-child(2n) {
      top: 13%; }
    .proud-banner .proud-image a:nth-child(3n) {
      top: 33%; }

  .banner-wrap {
    width: 630px;
    height: 630px; }

  .proud-qualities .proud-element {
    top: -50px;
    left: -50px; }
    .proud-qualities .proud-element.second {
      right: -170px; }
    .proud-qualities .proud-element.fourth {
      bottom: -50px;
      right: -50px; }

  /* Proud Product Category Page SCSS */
  .filters-aside {
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(195, 195, 195, 0.5); }

  .filter-widgets {
    position: fixed;
    top: 0;
    left: 0;
    width: 300px;
    height: 100%;
    padding: 0 20px;
    background: #ffffff;
    text-align: right;
    overflow-x: auto;
    transition: all ease 0.4s;
    transform: translateX(-100%);
    z-index: 5; }
    .filter-widgets.open {
      transform: translateX(0);
      box-shadow: -2px -2px 19px rgba(0, 0, 0, 0.2); }
    .filter-widgets:before {
      display: block;
      padding-top: 20px;
      content: ""; }
    .filter-widgets h2 {
      padding-bottom: 15px; }
    .filter-widgets .proud-widget li {
      padding: 7px 0;
      border-top: 1px solid rgba(195, 195, 195, 0.8); }
      .filter-widgets .proud-widget li:last-child {
        border-bottom: 1px solid rgba(195, 195, 195, 0.8); }

  .product-filters {
    padding: 0 0 30px; }

  /* Proud Product Detail Page SCSS */
  .proud-product-info [class*="proud-col-"] {
    width: 70%;
    max-width: 70%;
    flex: 0 0 70%;
    -ms-flex: 0 0 70%; }
    .proud-product-info [class*="proud-col-"]:first-child {
      width: 100%;
      max-width: 100%;
      flex: 0 0 100%;
      -ms-flex: 0 0 100%; }
    .proud-product-info [class*="proud-col-"]:last-child {
      width: 30%;
      max-width: 30%;
      flex: 0 0 30%;
      -ms-flex: 0 0 30%; }
  .proud-product-info .product-thumb-slider {
    margin: 15px 0 50px; }

  /* Proud Thankyou Page SCSS */
  .proud-thankyou {
    padding-bottom: 250px; }
    .proud-thankyou .proud-element.first {
      width: 100px; }
    .proud-thankyou .proud-element.second {
      right: -110px;
      width: 130px; }
    .proud-thankyou .proud-element.second {
      right: -110px;
      width: 130px; }
    .proud-thankyou .proud-element.third {
      bottom: -150px;
      right: -50px;
      width: 90px; }
    .proud-thankyou .proud-element.fourth {
      width: 90px; }
    .proud-thankyou .proud-element.fifth {
      bottom: -170px;
      width: 80px; }
    .proud-thankyou .proud-element.sixth {
      width: 130px; }
    .proud-thankyou .proud-element.seventh {
      left: -90px;
      width: 100px; }
    .proud-thankyou .proud-element.eighth {
      left: -75px;
      width: 50px; }
    .proud-thankyou .proud-element.ninth {
      width: 70px; }

  /* Proud Guides Archive Page SCSS */
  .media-style-four.proud-row {
    margin: 0 -10px; }
  .media-style-four figure {
    margin-bottom: 20px; }
  .media-style-four [class*="proud-col-"] {
    width: 50%;
    max-width: 50%;
    padding: 0 10px;
    flex: 0 0 50%;
    -ms-flex: 0 0 50%; }

  /* Proud Post Recipes Page SCSS */
  .page-title-style-two {
    min-height: 10px; }
    .page-title-style-two .page-title-wrap {
      padding-top: 0; }
    .page-title-style-two .media-info {
      padding-bottom: 15px; }
      .page-title-style-two .media-info h1 {
        padding-bottom: 10px;
        font-size: 40px; }
      .page-title-style-two .media-info h2 {
        font-size: 20px; }

  .recipe-detail {
    margin-top: -50px; }
    .recipe-detail [class*="proud-col-"] {
      width: 100%;
      max-width: 100%;
      flex: 0 0 100%;
      -ms-flex: 0 0 100%; }

  /* Proud Post Recipes Page SCSS */
  .recipe-detail .proud-sticky {
    padding-bottom: 20px; }

  /* Proud Post Recipes Page SCSS */
  .page-title-style-two .media-info h1 {
    font-size: 36px; }

  .recipe-detail {
    padding: 20px;
    margin-top: -25px; }
    .recipe-detail .recipe-title {
      padding-bottom: 10px;
      margin-bottom: 12px; }

  .nutritional-values {
    padding-bottom: 15px; }

  .ingredients {
    padding-bottom: 10px; }

  .proud-checks li {
    padding-bottom: 7px; }

  /* Proud Post Guide Page SCSS */
  .proud-video-modal iframe {
    height: 500px; }

  /* Proud Contact Us Page SCSS */
  .contact-wrap [class*="proud-col-"] {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%; }
  .contact-wrap .proud-accordion {
    padding-right: 0; }

  .contact-links {
    margin-bottom: 50px; } }
@media screen and (min-width: 768px) {
  /* Proud Normal SCSS */
  .nav-open .header-right ul {
    opacity: 0;
    pointer-events: none; }
  .nav-open .header-left {
    opacity: 0;
    pointer-events: none; }

  .proud-qualities .swiper-wrapper {
    flex-wrap: wrap; }
  .proud-qualities .swiper-slide {
    display: flex;
    width: 50%;
    max-width: 50%;
    flex: 0 0 50%;
    -ms-flex: 0 0 50%; }
    .proud-qualities .swiper-slide:nth-child(2n) {
      justify-content: flex-end; }
  .proud-qualities .swiper-pagination {
    display: none; }

  .footer-wrap ul {
    display: block !important;
    height: auto !important; } }
@media screen and (max-width: 767px) {
  /* Proud Normal SCSS */
  .proud-main:not(.transparent-header) {
    padding-top: 57px; }

  table {
    font-size: 16px; }
    table th, table td {
      min-width: 120px;
      padding: 6px; }
    table th {
      font-size: 18px; }

  section {
    padding: 50px 0; }

  [dir="rtl"] .slick-slider .slick-prev {
    left: auto;
    right: 0; }
  [dir="rtl"] .slick-slider .slick-next {
    left: 0;
    right: auto; }

  .slick-slider .slick-prev, .slick-slider .slick-next {
    left: 0;
    width: 13px;
    height: 29px; }
  .slick-slider .slick-next {
    left: auto;
    right: 0; }

  .proud-table {
    margin-bottom: 20px;
    border: 1px solid rgba(26, 40, 96, 0.23); }
    .proud-table table {
      border: none; }

  .swiper-container-horizontal > .swiper-scrollbar {
    width: auto;
    margin: 30px 20px 0; }

  .swiper-button-next:after, .swiper-button-prev:after {
    font-size: 24px; }

  .breadcrumb {
    padding-bottom: 10px; }

  .proud-meta {
    padding-bottom: 5px; }
    .proud-meta > .form-control, .proud-meta .aside-form {
      width: 48.5%; }
    .proud-meta .aside-form .form-control {
      width: 100%; }

  .proud-masonry {
    grid-gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(48%, 1fr)); }
    .proud-masonry.proud-media figcaption {
      padding: 15px; }
    .proud-masonry.proud-media .media-meta {
      font-size: 14px; }
    .proud-masonry.proud-media .media-title {
      font-size: 22px; }

  .container {
    width: auto;
    padding: 0 20px; }

  header {
    padding: 0; }
    header .container {
      position: static; }
    header .dropdown-menu {
      left: 0;
      width: 100%;
      padding: 20px 15px;
      border-radius: 0; }
      header .dropdown-menu h2 {
        font-size: 24px; }

  .header-right {
    min-width: 104px; }

  .proud-brand img {
    width: 95px; }

  .header-left .proud-dropdown {
    position: static; }
    .header-left .proud-dropdown > a img {
      width: 26px; }
    .header-left .proud-dropdown + .proud-dropdown > a img {
      width: 22px; }

  .proud-languages {
    padding-left: 20px;
    text-transform: uppercase; }
    .proud-languages span:first-child {
      display: none; }

  .proud-dropdown + .proud-dropdown {
    margin-right: 15px; }

  .dropdown-menu.cart {
    padding: 20px 15px; }

  .shop-counter {
    bottom: 17px; }

  .cart-product {
    max-height: 248px; }

  nav {
    padding: 70px 0 30px; }
    nav ul {
      font-size: 32px; }
      nav ul ul {
        font-size: 24px; }
    nav .container {
      height: calc(100vh - 150px); }
    nav .proud-image {
      top: auto;
      bottom: -15%;
      left: -35%;
      transform: none; }
      nav .proud-image img {
        height: 75vh;
        padding: 0; }
      nav .proud-image + .proud-image {
        left: -20%; }

  .menu-wrap {
    display: block; }

  .proud-qualities.white .swiper-pagination-bullet {
    background: rgba(26, 40, 96, 0.4); }
    .proud-qualities.white .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background: #1A2860; }
  .proud-qualities:not(.white) .section-title {
    position: absolute;
    top: 0;
    right: 15px;
    z-index: 0; }
  .proud-qualities .proud-element {
    display: none; }
  .proud-qualities .swiper-slide:not(:nth-child(2n)) {
    text-align: unset; }

  .qualities-wrap {
    min-height: 10px;
    justify-content: space-between; }
    .qualities-wrap .proud-image {
      position: static;
      transform: none; }
      .qualities-wrap .proud-image img {
        min-width: 130px; }
    .qualities-wrap .swiper-container {
      padding: 50px 0; }
    .qualities-wrap .swiper-pagination {
      bottom: 0;
      right: 0; }
      .qualities-wrap .swiper-pagination > * {
        width: 10px;
        height: 10px;
        margin: 0 0 0 10px; }

  .quality-item {
    max-width: 100%;
    padding: 0; }
    .quality-item .proud-icon {
      padding-bottom: 15px; }
    .quality-item .proud-lottie {
      position: relative;
      top: 15px !important;
      right: 0px !important;
      left: 0 !important;
      bottom: 0 !important;
      max-width: 90px; }
      .quality-item .proud-lottie#LottieChocolate {
        right: -10px !important; }
      .quality-item .proud-lottie#LottieLowSugar, .quality-item .proud-lottie#LottieCandy, .quality-item .proud-lottie#LottieDelicious {
        right: -15px !important; }
      .quality-item .proud-lottie#LottieCheese {
        right: -6px !important; }

  .section-title {
    max-width: 100%;
    padding-bottom: 10px; }
    .section-title.title-style-two h2 {
      font-size: 26px; }
    .section-title.title-style-two .proud-btn {
      min-width: 10px;
      padding: 11px 15px;
      margin-right: 10px;
      font-size: 14px; }
      .section-title.title-style-two .proud-btn img {
        width: 15px; }
    .section-title h2, .section-title h3 {
      font-size: 36px; }

  .purchase-style-two .purchase-item {
    padding-bottom: 0; }
    .purchase-style-two .purchase-item .proud-circle {
      display: block; }
  .purchase-style-two .btn-group {
    padding: 15px 0 0; }

  .purchase-item {
    padding-bottom: 50px; }
    .purchase-item .proud-block + .section-title {
      display: none; }
    .purchase-item .main-slider {
      margin-top: 5px; }
      .purchase-item .main-slider h2 {
        padding-bottom: 10px;
        font-size: 30px; }
    .purchase-item .proud-circle {
      display: none; }
    .purchase-item .proud-image a {
      top: -25%;
      left: 51%;
      transform: rotate(75deg) translateX(0) translateY(20%); }
      .purchase-item .proud-image a:nth-child(2n) {
        top: 10%;
        transform: rotate(105deg) translateX(0) translateY(20%); }
      .purchase-item .proud-image a img {
        width: 160px; }

  .purchase-controller {
    float: left;
    padding: 8px 23px;
    font-size: 14px;
    border-radius: 0 0 15px 15px; }

  .proud-products figure {
    margin-bottom: 20px; }
  .proud-products .proud-row {
    margin: 0 -7.5px; }
    .proud-products .proud-row [class*="proud-col-"] {
      padding: 0 7.5px; }

  .proud-products:not(.products-style-two) .container, .proud-media:not(.products-style-two) .container {
    padding: 0; }
  .proud-products:not(.products-style-two) .section-title, .proud-media:not(.products-style-two) .section-title {
    padding-left: 20px;
    padding-right: 20px; }

  .media-category + .media-category {
    padding-top: 50px; }

  .proud-page-title {
    padding-bottom: 30px; }
    .proud-page-title:not([class*="page-title-style-"]) {
      background-position: 100% 50%; }

  .page-title-wrap {
    padding-top: 0; }
    .page-title-wrap h1 {
      padding-bottom: 7px;
      font-size: 30px; }

  .proud-mid-wrap {
    padding: 50px 0; }
    .proud-mid-wrap:not(.mid-wrap-style-three) + .proud-products {
      padding-top: 0; }
    .proud-mid-wrap .proud-element {
      display: none; }

  .proud-row .proud-primary {
    margin-bottom: 20px; }

  .proud-accordion.accordion-style-two {
    padding-right: 0; }
    .proud-accordion.accordion-style-two .accordion-title {
      padding-left: 30px; }

  .accordion-title {
    padding: 15px 35px 15px 0;
    font-size: 22px; }
    .accordion-title:before {
      width: 18px; }
    .accordion-title:after {
      right: 8px;
      height: 18px; }

  .cart-summary h3 {
    font-size: 22px; }

  aside.aside-style-two {
    padding: 20px;
    margin-top: 20px; }

  .proud-widget .proud-media [class*="proud-col-"] {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%; }

  footer h2 {
    padding-bottom: 20px; }
  footer form {
    max-width: 260px;
    margin: 0 auto; }
  footer .proud-social {
    justify-content: center; }

  .footer-wrap {
    padding: 50px 0; }
    .footer-wrap ul {
      display: none;
      padding-bottom: 8px; }
    .footer-wrap [class*="proud-col-"] {
      width: 100%;
      max-width: 100%;
      padding: 0;
      flex: 0 0 100%;
      -ms-flex: 0 0 100%; }
      .footer-wrap [class*="proud-col-"]:nth-child(4) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
      .footer-wrap [class*="proud-col-"]:not(:first-child):not(:last-child) {
        border-top: 1px solid rgba(255, 255, 255, 0.5); }
        .footer-wrap [class*="proud-col-"]:not(:first-child):not(:last-child) h2 {
          padding: 12px 0;
          position: relative;
          cursor: pointer; }
          .footer-wrap [class*="proud-col-"]:not(:first-child):not(:last-child) h2:before, .footer-wrap [class*="proud-col-"]:not(:first-child):not(:last-child) h2:after {
            position: absolute;
            top: 50%;
            left: 0;
            width: 16px;
            height: 1px;
            background: #ffffff;
            content: "";
            border-radius: 5px;
            transition: all ease 0.4s;
            transform: translateY(-50%);
            z-index: 0; }
          .footer-wrap [class*="proud-col-"]:not(:first-child):not(:last-child) h2:after {
            left: 7px;
            width: 1px;
            height: 16px; }
      .footer-wrap [class*="proud-col-"]:last-child {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        padding-top: 35px;
        text-align: center; }
      .footer-wrap [class*="proud-col-"].open:not(:first-child):not(:last-child) h2 {
        border-bottom-color: transparent; }
        .footer-wrap [class*="proud-col-"].open:not(:first-child):not(:last-child) h2:before, .footer-wrap [class*="proud-col-"].open:not(:first-child):not(:last-child) h2:after {
          transform: translateY(-50%) rotate(45deg); }
    .footer-wrap .proud-row {
      margin: 0; }

  .proud-intro {
    padding-bottom: 30px;
    text-align: center; }

  .proud-copyright {
    padding: 10px 0; }
    .proud-copyright ul {
      flex-wrap: wrap;
      justify-content: center; }
      .proud-copyright ul li {
        padding: 5px 8px; }
    .proud-copyright [class*="proud-col-"] {
      width: 100%;
      max-width: 100%;
      flex: 0 0 100%;
      -ms-flex: 0 0 100%; }
      .proud-copyright [class*="proud-col-"]:not(:first-child) {
        display: none; }

  .proud-newsletter {
    width: 100%;
    min-height: 10px;
    padding: 20px 20px 50px; }
    .proud-newsletter br {
      display: none; }

  .newsletter-wrap {
    max-width: 50%; }

  /* Proud Home Page SCSS */
  .proud-banner [class*="swiper-button-"] {
    display: none; }
  .proud-banner .swiper-slide {
    min-height: 800px; }
  .proud-banner .proud-element.first, .proud-banner .proud-element.fifth, .proud-banner .proud-element.sixth, .proud-banner .proud-element.seventh, .proud-banner .proud-element.ninth, .proud-banner .proud-element.tenth {
    display: none; }
  .proud-banner .proud-element.second {
    top: -30px;
    left: 100px;
    right: auto;
    width: 120px; }
  .proud-banner .proud-element.third {
    top: auto;
    bottom: -50px;
    right: 20px;
    width: 150px; }
  .proud-banner .proud-element.fourth {
    bottom: -50px;
    left: 50px;
    right: auto; }
  .proud-banner .proud-element.eighth {
    top: -10px;
    bottom: auto;
    left: auto;
    right: 50px;
    width: 50px; }
  .proud-banner .proud-image a {
    width: 120px; }
    .proud-banner .proud-image a:nth-child(n) {
      width: 27%; }

  .banner-wrap {
    width: 540px;
    height: 540px; }

  /* Proud Product Category Page SCSS */
  .filters-aside .proud-widget {
    padding-bottom: 10px; }

  .filter-toggle {
    padding-top: 20px; }

  .product-filters {
    padding-bottom: 20px; }

  .products-style-three .product-meta {
    padding-bottom: 5px; }

  /* Proud Product Detail Page SCSS */
  .proud-product-info .proud-row {
    padding-top: 10px; }
  .proud-product-info .product-thumb-slider .slick-slide {
    margin: 0 5px; }
  .proud-product-info .product-thumb-slider {
    margin-bottom: 15px; }

  .meta-wrap h1 {
    padding-bottom: 5px;
    font-size: 36px; }

  .product-units {
    padding-top: 5px; }

  .comment-form {
    max-width: 100%;
    padding-right: 0; }
    .comment-form [class*="proud-col-"] {
      padding: 0 7.5px 15px; }
    .comment-form .proud-row {
      margin: 0 -7.5px; }
    .comment-form .proud-btn {
      min-width: 100%;
      margin-top: 5px; }

  /* Proud Product Detail Page SCSS */
  .product-main-slider .slick-slide {
    padding: 10px 0; }

  .cart-product-item {
    white-space: nowrap; }
    .cart-product-item .proud-image {
      width: 60px;
      min-width: 60px;
      margin-left: 15px; }

  .cart-products table th, .cart-products table td {
    min-width: 10px; }

  .remove-product {
    margin: 0 15px; }

  /* Proud Shopping Cart SCSS */
  .cart-products .proud-table {
    margin-bottom: 0;
    border-color: #e7e7e7; }
  .cart-products .form-style-two {
    padding-bottom: 15px; }
    .cart-products .form-style-two .proud-row {
      margin: 0 -7.5px; }
    .cart-products .form-style-two [class*="proud-col-"] {
      padding: 0 7.5px 15px; }

  /* Proud Checkout Page SCSS */
  .another-address {
    padding: 20px;
    margin-bottom: 0; }

  /* Proud Thankyou Page SCSS */
  .proud-thankyou {
    padding: 80px 0 20px; }
    .proud-thankyou .proud-element {
      display: none; }

  .thankyou-wrap h1 {
    font-size: 40px; }
  .thankyou-wrap h2 {
    font-size: 20px; }
  .thankyou-wrap ul {
    margin: 10px 0 20px;
    white-space: normal;
    position: relative;
    align-items: stretch; }
    .thankyou-wrap ul:after {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 1px;
      background: #ffffff;
      content: "";
      z-index: 0; }
    .thankyou-wrap ul li {
      width: 50%;
      max-width: 50%;
      padding: 15px;
      border-bottom: 1px solid rgba(26, 40, 96, 0.2);
      flex: 0 0 50%;
      -ms-flex: 0 0 50%; }
      .thankyou-wrap ul li:nth-child(2n) {
        border-left: none; }
    .thankyou-wrap ul strong {
      font-size: 18px; }
  .thankyou-wrap table thead th {
    font-size: 22px; }

  /* Proud Guides Archive Page SCSS */
  .media-style-four figcaption {
    padding: 15px; }
  .media-style-four .media-meta {
    font-size: 14px; }
  .media-style-four .media-title {
    font-size: 22px; }

  /* Proud Post Recipes Page SCSS */
  .page-title-style-two .media-info h1 {
    padding-bottom: 7px; }

  .nutritional-values ul {
    font-size: 28px; }

  /* Proud Post Guide Page SCSS */
  .page-title-style-three {
    min-height: 350px; }

  .media-detail p {
    padding-bottom: 10px; }
  .media-detail img {
    margin: 5px 0 15px; }
  .media-detail blockquote {
    padding-right: 20px;
    margin: 0;
    font-size: 22px;
    line-height: 1.25; }
  .media-detail [class*="proud-col-"] {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%; }
  .media-detail .media-meta {
    padding-bottom: 0; }
  .media-detail .media-title {
    padding-bottom: 5px;
    font-size: 36px; }
  .media-detail .proud-overlay {
    margin: 20px 0; }
  .media-detail .proud-products {
    height: auto;
    padding: 20px 0 0;
    margin-top: 10px;
    border-top: 1px solid rgba(112, 112, 112, 0.2);
    border-right: none; }
    .media-detail .proud-products figure {
      max-width: 300px;
      margin: 0 auto; }

  .add-comment {
    padding: 20px;
    margin-top: 20px; }

  .proud-video-modal iframe {
    height: 500px; }

  /* Proud Post Guide Page SCSS */
  .proud-connect {
    padding: 20px;
    margin: 0 -20px -20px; }
    .proud-connect h2 {
      margin-bottom: 0; }

  .proud-video-modal iframe {
    height: 350px; }

  .modal-closer {
    top: 20px;
    right: 20px; }

  .media-controller {
    display: block;
    padding: 20px 0; }
    .media-controller .proud-social {
      justify-content: center; }
    .media-controller .btn-group {
      padding-top: 15px;
      justify-content: center; }

  /* Proud Contact Us Page SCSS */
  .contact-wrap .section-title h2 {
    padding-bottom: 0;
    font-size: 26px; }

  .proud-whitebox {
    padding: 20px; }
    .proud-whitebox + .proud-whitebox {
      margin-top: 20px; }

  .contact-links {
    margin-bottom: 20px; }
    .contact-links p {
      line-height: 1.3; } }
/*
  Product swatches
*/
.wooinside-swatches .swatch.swatch-label {
  min-width: 30px;
  width: auto;
  height: auto;
  display: inline-flex;
  padding: 8px 27px;
  background: transparent;
  border: 1px solid #ffffff;
  border-radius: 25px;
  align-items: center;
  justify-content: center;
  transition: all ease 0.4s; }
  .wooinside-swatches .swatch.swatch-label.selected {
    background: #fff;
    color: #000; }

@media screen and (max-width: 575px) {
  .proud-banner .proud-image a:nth-child(1) {
    left: 57%; }
  .proud-banner .proud-image a:nth-child(2) {
    left: 30%; }
  .proud-banner .proud-image a:nth-child(3n) {
    left: 2%; }

  /* Proud Normal SCSS */
  .proud-masonry {
    display: block;
    padding-bottom: 0; }
    .proud-masonry.proud-media figure {
      margin-bottom: 15px; }

  nav {
    padding-bottom: 15px; }
    nav ul {
      font-size: 26px; }
      nav ul li {
        margin: 5px 0; }
      nav ul ul {
        padding-right: 20px;
        font-size: 18px; }
    nav .proud-image {
      bottom: -25%;
      left: -40%; }
      nav .proud-image img {
        height: 70vh; }
      nav .proud-image + .proud-image {
        left: -25%; }

  .proud-purchase .proud-image a img {
    width: 120px; }

  .proud-feeds [class*="proud-col-"] {
    width: 50%;
    max-width: 50%;
    flex: 0 0 50%;
    -ms-flex: 0 0 50%; }

  .proud-bullets li {
    padding-right: 20px; }

  .proud-newsletter {
    padding: 20px 20px 30px; }
    .proud-newsletter a {
      margin-bottom: 10px; }
    .proud-newsletter h2 {
      padding-bottom: 5px; }
    .proud-newsletter form {
      padding-top: 10px; }
    .proud-newsletter .proud-image img {
      width: 470px; }
    .proud-newsletter .proud-image + .proud-image {
      bottom: 50px;
      left: -20px; }
      .proud-newsletter .proud-image + .proud-image img {
        width: 200px; }

  .proud-masonry .masonry-item {
    width: 100%;
    max-width: 100%; }

  .newsletter-wrap {
    max-width: 60%; }

  /* Proud Home Page SCSS */
  .proud-banner .swiper-slide {
    min-height: 600px; }
  .proud-banner .proud-element.second {
    top: -25px;
    left: -50px;
    width: 100px; }
  .proud-banner .proud-element.third {
    right: -50px;
    width: 100px; }
  .proud-banner .proud-element.fourth {
    left: -50px;
    width: 100px; }
  .proud-banner .proud-element.eighth {
    top: -25px;
    left: auto;
    right: -50px; }
  .proud-banner .proud-image a {
    width: 100px; }
    .proud-banner .proud-image a:nth-child(n) {
      width: 120px; }
  .proud-banner .proud-lottie {
    height: unset;
    top: 50%;
    transform: translateY(-50%); }

  .banner-wrap {
    width: 280px;
    height: 400px; }

  /* Proud Product Detail Page SCSS */
  .proud-product-info {
    padding-bottom: 20px; }
    .proud-product-info [class*="proud-col-"] {
      width: 100%;
      max-width: 100%;
      flex: 0 0 100%;
      -ms-flex: 0 0 100%; }
      .proud-product-info [class*="proud-col-"]:last-child {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
        -ms-flex: 0 0 100%; }

  .product-main-slider .slick-slide {
    height: 250px; }

  .proud-nutrition {
    width: auto;
    margin: 20px 0 0;
    background: none;
    box-shadow: none;
    border-radius: 0; }
    .proud-nutrition a {
      display: inline-block;
      vertical-align: middle;
      padding: 0;
      background: none; }
    .proud-nutrition ul li {
      font-size: 16px; }
      .proud-nutrition ul li span {
        font-size: 30px; }

  /* Proud Product Detail Page SCSS */
  .cart-summary {
    padding: 25px; }
    .cart-summary h3 {
      padding-bottom: 5px; }
    .cart-summary .proud-btn {
      margin-top: 10px; }

  /* Proud Checkout Page SCSS */
  .another-address {
    padding: 15px; }

  /* Proud Thankyou Page SCSS */
  .thankyou-wrap {
    padding: 20px;
    border-radius: 10px; }
    .thankyou-wrap h1 {
      font-size: 36px; }
    .thankyou-wrap h2 {
      font-size: 18px; }
    .thankyou-wrap ul strong {
      font-size: 16px; }

  /* Proud Guides Archive Page SCSS */
  .media-style-four [class*="proud-col-"] {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%; }

  /* Proud Post Recipes Page SCSS */
  .page-title-style-two .media-info h1 {
    font-size: 30px; }
  .page-title-style-two .media-info h2 {
    font-size: 18px; }

  .recipe-detail .proud-sticky {
    padding-bottom: 15px; }

  /* Proud Post Guide Page SCSS */
  .modal-closer {
    top: 15px;
    right: 15px; }
    .modal-closer img {
      width: 20px; }

  /* Proud Contact Us Page SCSS */
  .contact-links a {
    padding: 20px 10px; }
  .contact-links h3 {
    padding-bottom: 2px;
    font-size: 22px; }
  .contact-links img {
    margin-bottom: 10px; } }
@media screen and (max-width: 479px) {
  /* Proud Normal SCSS */
  .proud-main:not(.transparent-header) {
    padding-top: 56px; }

  .swiper-container-horizontal > .swiper-scrollbar {
    width: auto;
    margin: 25px 15px 0; }

  .container {
    padding: 0 15px; }

  header {
    font-size: 16px; }

  .header-right {
    min-width: 92px; }

  .proud-languages {
    padding-left: 15px; }

  .proud-dropdown + .proud-dropdown {
    margin-right: 10px; }

  .purchase-item .main-slider h2 {
    font-size: 24px; }
  .purchase-item .proud-image a img {
    width: 95px; }
  .purchase-item .proud-circle {
    top: 60%; }

  .section-title h2, .section-title h3 {
    font-size: 28px; }

  .section-subtitle {
    font-size: 17px; }

  .qualities-wrap .proud-image img {
    min-width: 100px; }

  .quality-item .proud-icon {
    padding-bottom: 10px; }
    .quality-item .proud-icon img {
      width: 50px; }

  .quality-item h3 {
    font-size: 22px; }

  .proud-products figcaption {
    padding-bottom: 23px; }
  .proud-products [class*="proud-col-"] .product-meta {
    font-size: 14px; }
  .proud-products [class*="proud-col-"] .product-title {
    font-size: 18px; }
  .proud-products .product-meta {
    display: block;
    padding-bottom: 2px; }
    .proud-products .product-meta .price {
      position: absolute;
      bottom: 0;
      right: 0;
      width: 100%;
      z-index: 1; }

  .product-title {
    font-size: 22px; }

  .media-meta {
    font-size: 14px; }

  .media-title {
    font-size: 20px; }

  .proud-primary {
    margin-bottom: 15px; }

  .proud-meta {
    padding-bottom: 0; }

  .proud-masonry figure {
    margin-bottom: 15px; }

  aside.aside-style-two {
    padding: 15px; }
    aside.aside-style-two .proud-widget h2 {
      padding-bottom: 10px; }

  .proud-newsletter {
    padding: 10px 20px 20px; }
    .proud-newsletter form {
      padding-top: 0; }
    .proud-newsletter .proud-image img {
      width: 450px; }
    .proud-newsletter .proud-image + .proud-image {
      left: -50px; }

  /* Proud Home Page SCSS */
  .proud-banner .proud-image a {
    width: 80px;
    top: 2%; }
    .proud-banner .proud-image a:nth-child(n) {
      width: 120px; }
    .proud-banner .proud-image a:nth-child(2n) {
      top: 18%; }
    .proud-banner .proud-image a:nth-child(3n) {
      top: 35%; }

  /* Proud Product Detail Page SCSS */
  .product-main-slider .slick-slide {
    height: 200px; }

  /* Proud Product Category Page SCSS */
  .product-filters {
    padding-bottom: 15px; }

  .sort-by {
    display: none; }

  /* Proud Thankyou Page SCSS */
  .proud-thankyou {
    padding-bottom: 15px; }

  .thankyou-wrap {
    padding: 15px; }

  /* Proud Guides Archive Page SCSS */
  .media-style-four figure {
    margin-bottom: 15px; }

  /* Proud Post Recipes Page SCSS */
  .recipe-detail .swiper-button-next, .recipe-detail .swiper-button-prev {
    width: 35px;
    height: 35px;
    margin-left: 4px; }
    .recipe-detail .swiper-button-next:after, .recipe-detail .swiper-button-prev:after {
      font-size: 14px; }

  .swiper-buttons {
    bottom: 10px;
    right: 10px; }

  .nutritional-values ul {
    font-size: 24px; }

  /* Proud Post Guide Page SCSS */
  .proud-video-modal iframe {
    height: 250px; }

  .add-comment {
    padding: 15px; }
    .add-comment h3 {
      padding-bottom: 10px; }
    .add-comment textarea.form-control {
      height: 150px; }

  .proud-connect {
    padding: 15px;
    margin: 0 -15px -15px; }

  /* Proud Post Guide Page SCSS */
  .media-detail .media-title {
    font-size: 30px; }

  /* Proud Contact Us Page SCSS */
  .proud-whitebox {
    padding: 15px; }
    .proud-whitebox + .proud-whitebox {
      margin-top: 15px; }

  .contact-links h3 {
    font-size: 20px; } }
@media screen and (max-width: 359px) {
  /* Proud Normal SCSS */
  .header-right {
    min-width: 58px; }

  .proud-languages {
    display: none; }

  .purchase-item .proud-image a img {
    width: 90px; }

  .proud-newsletter .proud-image img {
    width: 420px; }
  .proud-newsletter .proud-image + .proud-image {
    left: -70px; }
    .proud-newsletter .proud-image + .proud-image img {
      width: 180px; }

  /* Proud Home Page SCSS */
  .proud-banner .swiper-slide {
    height: auto;
    min-height: 500px; }
  .proud-banner .proud-image img {
    transform: none !important; }
  .proud-banner .proud-element {
    display: none; }

  /* Proud Product Category Page SCSS */
  .filter-widgets {
    width: 270px; }

  /* Proud Contact Us Page SCSS */
  .contact-links li {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%; }
    .contact-links li:not(:nth-child(2n)) {
      border-left: none; } }
@media only screen and (min-width: 320px) and (max-width: 767px) and (orientation: landscape) {
  /* Proud Normal SCSS */
  nav .proud-image {
    left: -30%; }
    nav .proud-image img {
      height: 80vh; }
    nav .proud-image + .proud-image {
      left: -15%; } }
strong {
  font-family: "almoni-bold", "Assistant", sans-serif; }

.header-search {
  position: static; }

.search-icon {
  font-size: 32px;
  color: #ffffff;
  background-color: transparent;
  border: 0;
  outline: none;
  padding: 0;
  cursor: pointer; }

.search-toggle {
  position: relative; }
  .search-toggle:before {
    position: absolute;
    top: 100%;
    left: 50%;
    border-bottom: 13px solid #ffffff;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    opacity: 0;
    visibility: hidden;
    content: "";
    transition: all ease 0.4s;
    transform: translateX(-50%) translateY(15px);
    z-index: 1; }
  .search-toggle .search-icon.icon-close {
    display: none; }
  .search-toggle.opened:before {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(-3px); }
  .search-toggle.opened .search-icon.icon-search {
    display: none;
    cursor: pointer; }
  .search-toggle.opened .search-icon.icon-close {
    display: block;
    cursor: pointer; }

.search-container {
  position: relative;
  transition: all ease 0.4s;
  max-height: 0;
  overflow: hidden;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.2); }
  .search-container.opened {
    max-height: 100px; }
  .search-container input[type="text"] {
    outline: none;
    font-size: 16px;
    margin: 18px;
    width: 300px;
    background-color: inherit;
    border: 0;
    font-family: "almoni-regular", "Assistant", sans-serif; }
  .search-container .search-icon {
    vertical-align: middle;
    color: #1A2860;
    cursor: pointer; }

.search-container {
  position: absolute;
  left: 0;
  padding: 0 15px;
  top: 100%; }
  .search-container input {
    color: #ffffff; }

/* Loader SCSS */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  z-index: 5; }

.loader-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 2px solid #f3f3f3;
  border-radius: 50%;
  border-top: 2px solid #DA2128;
  width: 50px;
  height: 50px;
  margin: -25px 0 0 -25px;
  -webkit-animation: spin 0.8s linear infinite;
  animation: spin 0.8s linear infinite; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
.bgwhite {
  background-color: #ffffff; }

.bgwhite .proud-overflow h2 {
  color: #1a2860 !important; }

.about-banner {
  background: url(../images/aboutbg.jpg);
  background-size: cover; }
  .about-banner .story-item {
    padding: 200px 0; }
    .about-banner .story-item:first-child {
      padding-top: 66px;
      padding-bottom: 500px; }
    .about-banner .story-item [class*=proud-col-] {
      padding: 0 25px; }
    .about-banner .story-item p {
      padding-bottom: 20px;
      color: #FFF; }
    .about-banner .story-item h2 {
      padding-bottom: 20px;
      font-size: 50px;
      color: #FFF; }
    .about-banner .story-item .proud-image {
      position: relative; }
      .about-banner .story-item .proud-image > img {
        max-width: none;
        position: relative;
        z-index: 1; }
    .about-banner .story-item:nth-child(2n) .proud-element.second {
      top: -785px;
      right: -915px; }
    .about-banner .story-item:nth-child(2n) .proud-element.fourth {
      top: -491px;
      right: -249px;
      z-index: 4; }
    .about-banner .story-item:nth-child(2n) .proud-element.first {
      top: 147px;
      right: -249px;
      z-index: 4; }
    .about-banner .story-item:nth-child(2n) .proud-element.third {
      top: -12px;
      right: -920px;
      z-index: 4; }
  .about-banner .story-item.center {
    padding: 280px 0 400px 0;
    text-align: center; }
    .about-banner .story-item.center .proud-row {
      position: relative;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .about-banner .story-item.center .first {
      top: 90px;
      right: 900px; }
    .about-banner .story-item.center .second {
      top: 16px;
      right: 1087px; }
    .about-banner .story-item.center .third {
      top: -513px;
      right: 950px; }
  .about-banner .proud-element.third {
    top: -260px;
    right: 305px;
    max-width: none;
    z-index: 0; }
  .about-banner .proud-element.first {
    top: 198px;
    right: 233px;
    max-width: none;
    z-index: 1; }
  .about-banner .proud-element.second {
    top: 357px;
    right: 321px;
    max-width: none;
    z-index: 2; }

.right_side_ttl span {
  transform: rotate(180deg);
  display: block; }

.about-sidetitle {
  font-size: 147px;
  font-family: "hikououtline";
  color: #DA2128;
  position: absolute;
  font-size: 178px;
  letter-spacing: 10.68px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  top: 80px;
  right: -70px;
  z-index: 2;
  opacity: 0; }

.about-sidetitle2 {
  font-size: 147px;
  font-family: "hikououtline";
  color: #DA2128;
  position: absolute;
  font-size: 178px;
  letter-spacing: 10.68px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  left: -70px;
  z-index: 2;
  top: 30%;
  opacity: 0; }

.about-sidetitle3 {
  font-size: 147px;
  font-family: "hikououtline";
  color: #DA2128;
  position: absolute;
  font-size: 178px;
  letter-spacing: 10.68px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  bottom: 160px;
  right: -70px;
  opacity: 0.7; }

@media screen and (max-width: 991px) {
  .about-banner .about-sidetitle {
    display: none; }
  .about-banner .about-sidetitle2 {
    display: none; }
  .about-banner .about-sidetitle3 {
    display: none; }
  .about-banner [class*=proud-col-] {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%; }
  .about-banner .story-item {
    padding: 50px 0; }
    .about-banner .story-item .proud-image > img {
      width: 100%; }
    .about-banner .story-item:first-child {
      padding-top: 30px;
      padding-bottom: 0px; }
    .about-banner .story-item:nth-child(2n) .proud-element.first {
      top: 50px;
      right: 0px; }
  .about-banner .proud-element.first {
    display: block;
    top: 50px;
    right: 0px; }
  .about-banner .proud-element.second {
    display: none;
    display: none; }
  .about-banner .proud-element.third {
    display: none; }
  .about-banner .proud-element.fourth {
    display: none; }
  .about-banner .story-item.center {
    padding: 50px 0 0px 0;
    text-align: center; }
    .about-banner .story-item.center .first {
      position: inherit;
      width: 100%; } }
@media screen and (min-width: 992px) {
  .about-banner .story-item:nth-child(2n) [class*="proud-col-"]:first-child {
    order: 2;
    -ms-flex-order: 2; } }
@media screen and (min-width: 768px) {
  /* Proud Normal SCSS */
  .aboutpage-slides .swiper-pagination {
    display: block; }

  .aboutpage-slides .swiper-pagination-bullet {
    background: rgba(6, 7, 40, 0.3); }

  .aboutpage-slides .swiper-pagination-bullet-active {
    background: #DA2128; } }
@media screen and (max-width: 767px) {
  /* Proud Normal SCSS */
  .aboutpage-slides .swiper-pagination {
    display: block; }

  .aboutpage-slides .swiper-pagination-bullet {
    background: rgba(6, 7, 40, 0.3); }

  .aboutpage-slides .swiper-pagination-bullet-active {
    background: #DA2128; } }
.three-big-slides .swiper-pagination {
  margin-top: 95px !important; }

.overtext .btn-border {
  font-size: 16px;
  font-family: "almoni-bold", "Assistant", sans-serif;
  padding: 9px 20px; }

.overtext .filled:hover {
  background: #1A2860;
  border-color: #1A2860; }

.proud-feeds h2 a {
  color: #fff;
  font-size: 40px; }

.close_alert {
  position: absolute;
  right: 20px; }

.allin-products .proud-btn.proud-dark-border-btn {
  background: #FFFFFF;
  color: #1E2A61;
  border-color: #FFFFFF;
  font-family: 'almoni-bold', 'Assistant', sans-serif;
  font-size: 16px;
  border-radius: 24px; }
.allin-products .button.proud-dark-border-btn {
  background: #FFFFFF;
  color: #1E2A61;
  border-color: #FFFFFF; }

section.allin-products {
  padding: 122px 0 90px 0; }

section.allin-friend {
  padding: 20px 0 0px 0; }

section.allin-partner {
  padding: 100px 0 0px 0; }

section.allin-gallery {
  padding: 66px 0 0px 0; }

.homepage .swiper-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

.homepage.proud-banner .swiper-container {
  height: calc(100vh - 37px); }

.homepage .swiper-container-horizontal .swiper-pagination {
  width: 1640px;
  margin: auto;
  bottom: 70px; }

.one-slide .swiper-pagination-bullet-active {
  background: white; }

.one-slide .swiper-pagination {
  text-align: right; }

.proud-main .section-title.title-style-two h2 {
  color: #fff; }

.three-slides .price span {
  color: #999; }

.five-slides .price span {
  color: #999; }

.six-slides .price span {
  color: #999; }

.seven-slides .price span {
  color: #999; }

.three-slides .product-title {
  color: #fff; }

.five-slides .product-title {
  color: #fff; }

.six-slides .product-title {
  color: #fff; }

.seven-slides .product-title {
  color: #fff;
  font-size: 26px; }

.three-slides .category {
  color: #999; }

.five-slides .category {
  color: #fff; }

.six-slides .category {
  color: #fff; }

.seven-slides .category {
  color: #fff; }

.three-slides figcaption {
  background: transparent; }

.five-slides figcaption {
  background: transparent; }

.six-slides figcaption {
  background: transparent; }

.seven-slides figcaption {
  background: -moz-linear-gradient(top, rgba(6, 6, 42, 0) 0%, #06062a 100%);
  background: -webkit-linear-gradient(top, rgba(6, 6, 42, 0) 0%, #06062a 100%);
  background: linear-gradient(to bottom, rgba(56, 6, 42, 0) 0%, #06062a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#06062A', endColorstr='#06062A',GradientType=0 ); }

.homepage .swiper-slide {
  max-height: 100vh; }

.three-big-slides {
  overflow: visible !important; }
  .three-big-slides .swiper-slide-active {
    color: #fff;
    transform: scale(1.2);
    z-index: 2; }
  .three-big-slides .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px;
    background: white;
    transition: all .3s ease; }

.service-item {
  position: relative;
  text-align: center;
  overflow: hidden;
  margin: 0 0px; }
  .service-item figcaption {
    display: none !important;
    color: #fff;
    padding: 21px;
    position: absolute;
    z-index: 1;
    bottom: 0;
    white-space: normal;
    display: flex;
    align-items: left;
    flex-direction: column;
    justify-content: flex-end;
    left: 0;
    width: 100%;
    text-align: initial;
    background: -moz-linear-gradient(top, rgba(6, 6, 42, 0) 0%, #06062a 100%);
    background: -webkit-linear-gradient(top, rgba(6, 6, 42, 0) 0%, #06062a 100%);
    background: linear-gradient(to bottom, rgba(56, 6, 42, 0) 0%, #06062a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#06062A', endColorstr='#06062A',GradientType=0 );
    z-index: 1; }
    .service-item figcaption .service-title {
      font-size: 26px;
      font-weight: 500;
      font-family: 'almoni-bold', 'Assistant', sans-serif;
      padding-bottom: 5px; }
    .service-item figcaption p {
      padding-bottom: 0;
      line-height: 21px;
      font-size: 18px;
      font-family: 'almoni-light', 'Assistant', sans-serif;
      max-width: 350px; }

.five-slides .proud-products figcaption {
  background: transparent; }

.swiper-slide-active .service-item figcaption {
  display: block !important; }

.bgblue-light {
  background-color: #223376; }

.bgblue-dark {
  background: #121D4A; }

.allin .swiper-wrapper .swiper-slide:hover img {
  transform: scale(1); }

.five-slides .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.5;
  border-radius: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%; }
.five-slides .swiper-pagination-bullet-active {
  width: 12px;
  height: 12px;
  opacity: 1;
  margin-bottom: -2px !important; }

.three-slides .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.5;
  border-radius: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%; }
.three-slides .swiper-pagination-bullet-active {
  width: 12px;
  height: 12px;
  opacity: 1; }
.three-slides figcaption .product-title {
  padding: 0px 0 !important; }

.seven-slides .swiper-pagination {
  margin-top: 40px !important; }

.seven-slides .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.5;
  border-radius: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%; }
.seven-slides .swiper-pagination-bullet-active {
  width: 12px;
  height: 12px;
  opacity: 1;
  margin-bottom: -2px !important; }
.seven-slides figcaption {
  position: absolute !important;
  bottom: 0;
  width: 100%;
  padding: 30px 30px 45px 30px; }
  .seven-slides figcaption .product-title {
    padding: 5px 0 !important;
    text-align: center !important; }
.seven-slides .product-meta {
  justify-content: center; }

.five-slides figcaption .product-title {
  padding: 0px 0 !important; }

.six-slides figure:hover .outer img, .five-slides figure:hover .outer img {
  filter: contrast(var(--value, 6));
  transition: all ease 3.0s; }

.six-slides figcaption .product-title, .five-slides figcaption .product-title {
  padding: 0px 0 !important; }
.six-slides figure .outer, .five-slides figure .outer {
  position: relative;
  overflow: hidden; }
.six-slides figure:hover .overtext, .five-slides figure:hover .overtext {
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: all ease 0.5s;
  transform: translateY(0%);
  z-index: 1;
  padding: 72px; }
.six-slides figure:hover p, .five-slides figure:hover p {
  line-height: normal;
  font-size: 18px; }
.six-slides figure .overtext, .five-slides figure .overtext {
  opacity: 0;
  position: absolute;
  z-index: 2;
  height: 100%;
  bottom: 0;
  left: 0;
  transform: translate(-50%, -50%);
  background: -moz-linear-gradient(top, rgba(6, 6, 42, 0) 0%, #06062a 100%);
  background: -webkit-linear-gradient(top, rgba(6, 6, 42, 0) 0%, #06062a 100%);
  background: linear-gradient(to bottom, rgba(56, 6, 42, 0) 0%, #06062a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#06062A', endColorstr='#06062A',GradientType=0 );
  color: #FFF;
  width: 100%;
  background-color: rgba(218, 33, 40, 0.6);
  transition: all ease 0.6s;
  transform: translateY(100%);
  padding: 72px; }

.btn-border {
  display: inline-flex;
  min-width: 150px;
  padding: 11px 20px;
  background-color: transparent;
  color: #fff;
  border: 1px solid #DA2128;
  font-size: 14px;
  white-space: nowrap;
  outline: none;
  cursor: pointer;
  border-radius: 60px;
  align-items: center;
  justify-content: center;
  transition: all ease 0.4s; }
  .btn-border:hover {
    background: #DA2128;
    color: #ffffff; }
  .btn-border:focus {
    background: #DA2128;
    background: #DA2128;
    color: #ffffff;
    color: #ffffff; }

.btn-align-center {
  text-align: center; }

.weare-title {
  background-color: rgba(34, 51, 118, 0.7);
  position: absolute;
  left: 0;
  z-index: 4;
  top: 60%;
  padding: 35px 70px 35px 20px; }

.outline-title {
  margin: 0 auto;
  text-align: center; }
  .outline-title h2 {
    font-size: 198px;
    font-family: 'hikououtline';
    color: #DA2128;
    position: relative;
    opacity: 0.7; }
  .outline-title .t80 {
    top: 80px; }

.t37 {
  top: -45px; }

.t50 {
  top: -66px; }

.rebuild {
  padding-top: 80px;
  padding-bottom: 0px; }

.swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.3); }

.swiper-pagination-bullet-active {
  background: #DA2128; }

@media screen and (min-width: 992px) {
  .homepage {
    order: 2;
    -ms-flex-order: 2; }

  .story-item:nth-child(2n) [class*="proud-col-"]:first-child {
    order: 2;
    -ms-flex-order: 2; } }
@media screen and (min-width: 768px) {
  .swiper-pagination {
    display: none; }

  .one-slide .swiper-pagination {
    display: block; }

  .three-big-slides .swiper-pagination {
    display: block; }

  .six-slides .swiper-pagination {
    display: block; } }
@media screen and (min-width: 767px) {
  .homepage {
    height: auto;
    width: 100%; }

  .proud-banner .one-slide .swiper-slide img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    max-width: inherit; } }
@media screen and (max-width: 767px) {
  .one-slide .swiper-wrapper .swiper-slide:nth-child(1) {
    background-position: 37% center; }

  .one-slide .swiper-wrapper .swiper-slide:nth-child(2) {
    background-position: 67% center; }

  .one-slide .swiper-wrapper .swiper-slide:nth-child(3) {
    background-position: 50% center; }

  .text p {
    font-size: 14px;
    line-height: normal; }

  .section-title h2 span {
    border-right: 7px solid #DA2128;
    height: 22px !important;
    padding-right: 10px !important; }

  .proud-large-btn {
    padding: 15px 52px;
    font-size: 16px; }

  .six-slides .swiper-slide-active .outer img {
    filter: contrast(var(--value, 6));
    transition: all ease 3.0s; }

  .five-slides .swiper-slide-active .outer img {
    filter: contrast(var(--value, 6));
    transition: all ease 3.0s; }

  .six-slides figure:hover .overtext {
    opacity: 0; }

  .five-slides figure:hover .overtext {
    opacity: 0; }

  .six-slides .swiper-slide-active .overtext {
    opacity: 1;
    transform: translateY(0%);
    padding: 20px;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex; }

  .five-slides .swiper-slide-active .overtext {
    opacity: 1;
    transform: translateY(0%);
    padding: 20px;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex; }

  section.allin-gallery {
    padding: 34px 0 0px 0; }

  section.allin-friend {
    padding: 20px 0 20px 0; }

  .proud-products figcaption {
    padding-bottom: 7px; }

  .product-meta .category {
    font-size: 16px; }

  section.allin-partner {
    padding: 0px 0 2px 0; }

  .three-big-slides .swiper-pagination {
    margin-top: 32px !important;
    padding-bottom: 14px; }

  .proud-products .product-meta {
    font-size: 22px; }

  .three-slides .swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
    margin-bottom: -2px  !important; }

  .swiper-container-horizontal:not(.one-slide) > .swiper-pagination {
    margin-top: 12px; }

  section.allin-products {
    padding: 39px 0 45px 0; }

  .one-slide .swiper-pagination {
    text-align: center; }

  .homepage {
    min-height: 400px;
    height: auto;
    height: 100%;
    text-align: center;
    top: 0;
    top: -21px;
    font-size: 44px;
    font-size: 60px;
    padding-top: 30px;
    padding-bottom: 0px;
    font-size: 23px;
    font-size: 14px;
    font-size: 30px; }

  .proud-banner .swiper-slide {
    min-height: 98vh;
    height: auto; }
  .proud-banner .one-slide .swiper-slide img {
    max-height: 98vh;
    max-width: inherit; }

  .proud-products figcaption {
    text-align: center;
    padding: 25px 25px 25px 25px; }

  .t37 {
    top: 0; }

  .t50 {
    top: -21px; }

  .outline-title h2 {
    font-size: 44px; }
  .outline-title h2.mobile {
    font-size: 60px; }

  .rebuild {
    padding-top: 30px;
    padding-bottom: 0px; }

  .service-item figcaption .service-title {
    font-size: 22px; }
  .service-item figcaption p {
    font-size: 13px;
    letter-spacing: 0.26px;
    line-height: 1; }

  .product-title {
    font-size: 30px; }

  .weare-title {
    padding: 10px 30px 10px 30px;
    top: 70%; }
    .weare-title img {
      width: 200px; } }
@media screen and (max-width: 575px) {
  .homepage {
    min-height: 100%;
    height: auto;
    max-height: 100vh;
    max-width: inherit; }

  .proud-banner .swiper-slide {
    min-height: 98vh;
    height: auto; }
  .proud-banner .one-slide .swiper-slide img {
    max-height: 98vh;
    max-width: inherit; } }
@media (min-width: 768px) and (max-width: 1600px) {
  .outline-title h2 {
    font-size: 96px;
    margin-bottom: 18px; }

  .t37 {
    top: 0; } }
.error-page .proud-btn.proud-light-btn:hover {
  border-color: #DA2128; }

.error-page .error-number img {
  width: auto; }

.error-page {
  background: url(../images/404-allin-bg.jpg);
  padding-bottom: 0px;
  background-size: cover;
  height: 100vh;
  color: #FFF; }
  .error-page .error-number {
    display: block;
    vertical-align: middle;
    margin-top: -670px;
    text-align: center;
    font-family: 'hikououtline'; }
  .error-page .error-text {
    display: block;
    vertical-align: middle;
    text-align: center;
    font-family: 'hikououtline';
    margin-top: -150px;
    font-size: 420px;
    color: #DA2128; }
  .error-page h2 {
    padding-bottom: 30px;
    font-size: 24px;
    text-align: center;
    font-family: "almoni-regular", "Assistant", sans-serif; }
    .error-page h2 strong {
      font-family: "almoni-bold", "Assistant", sans-serif; }
  .error-page .btn-group {
    justify-content: center; }

.error-page .error-number {
  margin-top: -430px; }

.proud-red-btn {
  background: #ffffff;
  color: #1A2860;
  border-color: #ffffff; }
  .proud-red-btn:hover, .proud-red-btn:focus {
    background: #DA2128;
    color: #ffffff;
    border-color: transparent; }

@media screen and (max-width: 1401px) {
  .error-page .error-text {
    margin-top: 0px; } }
@media screen and (min-width: 1900px) {
  .error-page .error-text {
    margin-top: -50px; } }
@media screen and (max-width: 1399px) {
  .error-page .error-number img {
    width: 50%; }

  .error-page .error-text {
    font-size: 350px; }

  .error-page .error-number {
    margin-top: -330px; }

  .error-page .error-text {
    margin-top: -110px; } }
@media screen and (max-width: 667px) {
  .error-page .error-text {
    font-size: 200px; }

  .error-page .error-number {
    margin-top: -129px; }

  .error-page .error-text {
    margin-top: -30px; } }

/*# sourceMappingURL=proud-styles.css.map */
