@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;700;800&family=Exo:wght@400;500;700;800&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap);

.vs-d-none {
  display: none !important;
}
.vs-d-block {
  display: block !important;
}

.product-detail h1 {
  font-size: 1.5rem;
}

#sync1 .item {
  margin: 0.3125rem;
  text-align: center;
}

#sync2 .item {
  margin: 0.3125rem;
  text-align: center;
  cursor: pointer;
}

#sync2 .item {
  opacity: 0.5;
  border: #ffffff solid 0.0625rem;
}

#sync2 .synced .item {
  border: #282828 solid 0.0625rem;
  opacity: 1;
  background-color: #fff;
}

.div-overflowX {
  margin-left: -0.9375rem;
  flex: 1;
  overflow-y: hidden;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch
}

.carousel-next,
.carousel-prev {
  position: absolute;
  top: 50%;
}

.carousel-next {
  right: 0;
  content: '';
  width: 1.25rem;
  height: 1.25rem;
  border-width: 0.1875rem 0.1875rem 0 0;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.4);
  transition: .2s ease;
  display: block;
  transform-origin: 100% 0;
  transform: rotate(45deg);
  z-index: 20;
}

.carousel-prev {
  left: 0;
  content: '';
  width: 1.25rem;
  height: 1.25rem;
  border-width: 0.1875rem 0.1875rem 0 0;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.4);
  transition: .2s ease;
  display: block;
  transform-origin: 100% 0;
  transform: rotate(-135deg);
  z-index: 20;
}

.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1
}

.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translateZ(0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0)
}

.owl-carousel .owl-item {
  min-height: 0.0625rem;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block
}

.owl-carousel.owl-hidden {
  opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  user-select: none
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab
}

.owl-carousel.owl-rtl {
  direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
  float: right
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
  z-index: 0
}

.owl-carousel .owl-animated-out {
  z-index: 1
}

.owl-carousel .fadeOut {
  animation-name: fadeOut
}

@keyframes fadeOut {
  0% {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

.owl-height {
  transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
  transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 5rem;
  width: 5rem;
  left: 50%;
  top: 50%;
  margin-left: -2.5rem;
  margin-top: -2.5rem;
  background: url(owl.video.play.7f01b07148f205f6e825.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav {
  margin-top: 0.625rem
}

.owl-theme .owl-nav [class*=owl-] {
  color: #fff;
  font-size: 0.875rem;
  margin: 0.3125rem;
  padding: 0.25rem 0.4375rem;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 0.1875rem
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none
}

.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 0.625rem
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1
}

.owl-theme .owl-dots .owl-dot span {
  width: 0.625rem;
  height: 0.625rem;
  margin: 0.3125rem 0.4375rem;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 1.875rem
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791
}

/*! nouislider - 14.6.2 - 9/16/2020 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  touch-action: none;
  user-select: none;
  box-sizing: border-box
}

.noUi-target {
  position: relative
}

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1
}

.noUi-connects {
  overflow: hidden;
  z-index: 0
}

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat
}

.noUi-connect {
  height: 100%;
  width: 100%
}

.noUi-origin {
  height: 10%;
  width: 10%
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto
}

.noUi-vertical .noUi-origin {
  width: 0
}

.noUi-horizontal .noUi-origin {
  height: 0
}

.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute
}

.noUi-touch-area {
  height: 100%;
  width: 100%
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  transition: transform .3s
}

.noUi-state-drag * {
  cursor: inherit !important
}

.noUi-horizontal {
  height: 1.125rem
}

.noUi-horizontal .noUi-handle {
  width: 2.125rem;
  height: 1.75rem;
  right: -1.0625rem;
  top: -0.375rem
}

.noUi-vertical {
  width: 1.125rem
}

.noUi-vertical .noUi-handle {
  width: 1.75rem;
  height: 2.125rem;
  right: -0.375rem;
  top: -1.0625rem
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -1.0625rem;
  right: auto
}

.noUi-target {
  background: #fafafa;
  border-radius: 0.25rem;
  border: 0.0625rem solid #d3d3d3;
  box-shadow: inset 0 0.0625rem 0.0625rem #f0f0f0, 0 0.1875rem 0.375rem -0.3125rem #bbb
}

.noUi-connects {
  border-radius: 0.1875rem
}

.noUi-connect {
  background: #3fb8af
}

.noUi-draggable {
  cursor: ew-resize
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize
}

.noUi-handle {
  border: 0.0625rem solid #d9d9d9;
  border-radius: 0.1875rem;
  background: #fff;
  cursor: default;
  box-shadow: inset 0 0 0.0625rem #fff, inset 0 0.0625rem 0.4375rem #ebebeb, 0 0.1875rem 0.375rem -0.1875rem #bbb
}

.noUi-active {
  box-shadow: inset 0 0 0.0625rem #fff, inset 0 0.0625rem 0.4375rem #ddd, 0 0.1875rem 0.375rem -0.1875rem #bbb
}

.noUi-handle:after,
.noUi-handle:before {
  content: "";
  display: block;
  position: absolute;
  height: 0.875rem;
  width: 0.0625rem;
  background: #e8e7e6;
  left: 0.875rem;
  top: 0.375rem
}

.noUi-handle:after {
  left: 1.0625rem
}

.noUi-vertical .noUi-handle:after,
.noUi-vertical .noUi-handle:before {
  width: 0.875rem;
  height: 0.0625rem;
  left: 0.375rem;
  top: 0.875rem
}

.noUi-vertical .noUi-handle:after {
  top: 1.0625rem
}

[disabled] .noUi-connect {
  background: #b8b8b8
}

[disabled].noUi-handle,
[disabled] .noUi-handle,
[disabled].noUi-target {
  cursor: not-allowed
}

.noUi-pips,
.noUi-pips * {
  box-sizing: border-box
}

.noUi-pips {
  position: absolute;
  color: #999
}

.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center
}

.noUi-value-sub {
  color: #ccc;
  font-size: 0.625rem
}

.noUi-marker {
  position: absolute;
  background: #ccc
}

.noUi-marker-large,
.noUi-marker-sub {
  background: #aaa
}

.noUi-pips-horizontal {
  padding: 0.625rem 0;
  height: 3.125rem;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  transform: translate(-50%, 50%)
}

.noUi-rtl .noUi-value-horizontal {
  transform: translate(50%, 50%)
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -0.0625rem;
  width: 0.125rem;
  height: 0.3125rem
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 0.625rem
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 0.9375rem
}

.noUi-pips-vertical {
  padding: 0 0.625rem;
  height: 100%;
  top: 0;
  left: 100%
}

.noUi-value-vertical {
  transform: translateY(-50%);
  padding-left: 1.5625rem
}

.noUi-rtl .noUi-value-vertical {
  transform: translateY(50%)
}

.noUi-marker-vertical.noUi-marker {
  width: 0.3125rem;
  height: 0.125rem;
  margin-top: -0.0625rem
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 0.625rem
}

.noUi-marker-vertical.noUi-marker-large {
  width: 0.9375rem
}

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 0.0625rem solid #d9d9d9;
  border-radius: 0.1875rem;
  background: #fff;
  color: #000;
  padding: 0.3125rem;
  text-align: center;
  white-space: nowrap
}

.noUi-horizontal .noUi-tooltip {
  transform: translate(-50%);
  left: 50%;
  bottom: 120%
}

.noUi-vertical .noUi-tooltip {
  transform: translateY(-50%);
  top: 50%;
  right: 120%
}

.noUi-horizontal .noUi-origin>.noUi-tooltip {
  transform: translate(50%);
  left: auto;
  bottom: 0.625rem
}

.noUi-vertical .noUi-origin>.noUi-tooltip {
  transform: translateY(-1.125rem);
  top: auto;
  right: 1.75rem
}

.toast-center-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

.toast-top-center {
  top: 0;
  right: 0;
  width: 100%
}

.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%
}

.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%
}

.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%
}

.toast-top-left {
  top: 0.75rem;
  left: 0.75rem
}

.toast-top-right {
  top: 0.75rem;
  right: 0.75rem
}

.toast-bottom-right {
  right: 0.75rem;
  bottom: 0.75rem
}

.toast-bottom-left {
  bottom: 0.75rem;
  left: 0.75rem
}

.toast-title {
  font-weight: 700
}

.toast-message {
  word-wrap: break-word
}

.toast-message a,
.toast-message label {
  color: #fff
}

.toast-message a:hover {
  color: #ccc;
  text-decoration: none
}

.toast-close-button {
  position: relative;
  right: -.3em;
  top: -.3em;
  float: right;
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 0.0625rem 0 #fff
}

.toast-close-button:focus,
.toast-close-button:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .4
}

button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0
}

.toast-container {
  pointer-events: none;
  position: fixed;
  z-index: 999999
}

.toast-container * {
  box-sizing: border-box
}

.toast-container .ngx-toastr {
  position: relative;
  overflow: hidden;
  margin: 0 0 0.375rem;
  padding: 0.9375rem 0.9375rem 0.9375rem 3.125rem;
  width: 18.75rem;
  border-radius: 0.1875rem 0.1875rem 0.1875rem 0.1875rem;
  background-position: 0.9375rem;
  background-repeat: no-repeat;
  background-size: 1.5rem;
  box-shadow: 0 0 0.75rem #999;
  color: #fff
}

.toast-container .ngx-toastr:hover {
  box-shadow: 0 0 0.75rem #000;
  opacity: 1;
  cursor: pointer
}

.toast-info {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='rgb(255,255,255)' d='M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 110c23.196 0 42 18.804 42 42s-18.804 42-42 42-42-18.804-42-42 18.804-42 42-42zm56 254c0 6.627-5.373 12-12 12h-88c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h12v-64h-12c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h64c6.627 0 12 5.373 12 12v100h12c6.627 0 12 5.373 12 12v24z'/%3E%3C/svg%3E")
}

.toast-error {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='rgb(255,255,255)' d='M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm121.6 313.1c4.7 4.7 4.7 12.3 0 17L338 377.6c-4.7 4.7-12.3 4.7-17 0L256 312l-65.1 65.6c-4.7 4.7-12.3 4.7-17 0L134.4 338c-4.7-4.7-4.7-12.3 0-17l65.6-65-65.6-65.1c-4.7-4.7-4.7-12.3 0-17l39.6-39.6c4.7-4.7 12.3-4.7 17 0l65 65.7 65.1-65.6c4.7-4.7 12.3-4.7 17 0l39.6 39.6c4.7 4.7 4.7 12.3 0 17L312 256l65.6 65.1z'/%3E%3C/svg%3E")
}

.toast-success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='rgb(255,255,255)' d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z'/%3E%3C/svg%3E")
}

.toast-warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512' width='576' height='512'%3E%3Cpath fill='rgb(255,255,255)' d='M569.517 440.013C587.975 472.007 564.806 512 527.94 512H48.054c-36.937 0-59.999-40.055-41.577-71.987L246.423 23.985c18.467-32.009 64.72-31.951 83.154 0l239.94 416.028zM288 354c-25.405 0-46 20.595-46 46s20.595 46 46 46 46-20.595 46-46-20.595-46-46-46zm-43.673-165.346l7.418 136c.347 6.364 5.609 11.346 11.982 11.346h48.546c6.373 0 11.635-4.982 11.982-11.346l7.418-136c.375-6.874-5.098-12.654-11.982-12.654h-63.383c-6.884 0-12.356 5.78-11.981 12.654z'/%3E%3C/svg%3E")
}

.toast-container.toast-bottom-center .ngx-toastr,
.toast-container.toast-top-center .ngx-toastr {
  width: 18.75rem;
  margin-left: auto;
  margin-right: auto
}

.toast-container.toast-bottom-full-width .ngx-toastr,
.toast-container.toast-top-full-width .ngx-toastr {
  width: 96%;
  margin-left: auto;
  margin-right: auto
}

.ngx-toastr {
  background-color: #030303;
  pointer-events: auto
}

.toast-success {
  background-color: #51a351
}

.toast-error {
  background-color: #bd362f
}

.toast-info {
  background-color: #2f96b4
}

.toast-warning {
  background-color: #f89406
}

.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0.25rem;
  background-color: #000;
  opacity: .4
}
.pd-ns-list .pd-ns-h2, .pd-ns-list .title-ord, .desk-social-media .social-title, .price-div .pr-title {
  font-size: 0.9375rem;
  font-weight: 700;
  font-family: Exo, sans-serif;
  letter-spacing: .06rem;
}
.product-detail .product-card .customer-reviews {
  float: left;
}
.product-detail .product-card .customer-reviews .review-icons span{margin-top: -0.0625rem;}

@media (max-width: 240px) {
  .toast-container .ngx-toastr.div {
    padding: 0.5rem 0.5rem 0.5rem 3.125rem;
    width: 11em
  }

  .toast-container .toast-close-button {
    right: -.2em;
    top: -.2em
  }
}

@media (min-width: 241px) and (max-width:480px) {
  .toast-container .ngx-toastr.div {
    padding: 0.5rem 0.5rem 0.5rem 3.125rem;
    width: 18em
  }

  .toast-container .toast-close-button {
    right: -.2em;
    top: -.2em
  }
}

@media (min-width: 481px) and (max-width:768px) {
  .toast-container .ngx-toastr.div {
    padding: 0.9375rem 0.9375rem 0.9375rem 3.125rem;
    width: 25em
  }
}

.container {
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  margin-right: auto;
  margin-left: auto
}

@media (min-width: 576px) {
  .container {
    max-width: 33.75rem
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 45rem
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 60rem
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 75rem
  }
}

.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  margin-right: auto;
  margin-left: auto
}

@media (min-width: 576px) {

  .container,
  .container-sm {
    max-width: 33.75rem
  }
}

@media (min-width: 768px) {

  .container,
  .container-md,
  .container-sm {
    max-width: 720px
  }
}

@media (min-width: 992px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px
  }
}

@media (min-width: 1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1200px
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.9375rem;
  margin-left: -0.9375rem
}

.no-gutters {
  margin-right: 0;
  margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
  padding-right: 0;
  padding-left: 0
}

.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%
}

.row-cols-1>* {
  flex: 0 0 100%;
  max-width: 100%
}

.row-cols-2>* {
  flex: 0 0 50%;
  max-width: 50%
}

.row-cols-3>* {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%
}

.row-cols-4>* {
  flex: 0 0 25%;
  max-width: 25%
}

.row-cols-5>* {
  flex: 0 0 20%;
  max-width: 20%
}

.row-cols-6>* {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%
}

.order-first {
  order: -1
}

.order-last {
  order: 13
}

.order-0 {
  order: 0
}

.order-1 {
  order: 1
}

.order-2 {
  order: 2
}

.order-3 {
  order: 3
}

.order-4 {
  order: 4
}

.order-5 {
  order: 5
}

.order-6 {
  order: 6
}

.order-7 {
  order: 7
}

.order-8 {
  order: 8
}

.order-9 {
  order: 9
}

.order-10 {
  order: 10
}

.order-11 {
  order: 11
}

.order-12 {
  order: 12
}

.offset-1 {
  margin-left: 8.3333333333%
}

.offset-2 {
  margin-left: 16.6666666667%
}

.offset-3 {
  margin-left: 25%
}

.offset-4 {
  margin-left: 33.3333333333%
}

.offset-5 {
  margin-left: 41.6666666667%
}

.offset-6 {
  margin-left: 50%
}

.offset-7 {
  margin-left: 58.3333333333%
}

.offset-8 {
  margin-left: 66.6666666667%
}

.offset-9 {
  margin-left: 75%
}

.offset-10 {
  margin-left: 83.3333333333%
}

.offset-11 {
  margin-left: 91.6666666667%
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%
  }

  .row-cols-sm-1>* {
    flex: 0 0 100%;
    max-width: 100%
  }

  .row-cols-sm-2>* {
    flex: 0 0 50%;
    max-width: 50%
  }

  .row-cols-sm-3>* {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
  }

  .row-cols-sm-4>* {
    flex: 0 0 25%;
    max-width: 25%
  }

  .row-cols-sm-5>* {
    flex: 0 0 20%;
    max-width: 20%
  }

  .row-cols-sm-6>* {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
  }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%
  }

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
  }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
  }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%
  }

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
  }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%
  }

  .order-sm-first {
    order: -1
  }

  .order-sm-last {
    order: 13
  }

  .order-sm-0 {
    order: 0
  }

  .order-sm-1 {
    order: 1
  }

  .order-sm-2 {
    order: 2
  }

  .order-sm-3 {
    order: 3
  }

  .order-sm-4 {
    order: 4
  }

  .order-sm-5 {
    order: 5
  }

  .order-sm-6 {
    order: 6
  }

  .order-sm-7 {
    order: 7
  }

  .order-sm-8 {
    order: 8
  }

  .order-sm-9 {
    order: 9
  }

  .order-sm-10 {
    order: 10
  }

  .order-sm-11 {
    order: 11
  }

  .order-sm-12 {
    order: 12
  }

  .offset-sm-0 {
    margin-left: 0
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%
  }

  .offset-sm-3 {
    margin-left: 25%
  }

  .offset-sm-4 {
    margin-left: 33.3333333333%
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%
  }

  .offset-sm-6 {
    margin-left: 50%
  }

  .offset-sm-7 {
    margin-left: 58.3333333333%
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%
  }

  .offset-sm-9 {
    margin-left: 75%
  }

  .offset-sm-10 {
    margin-left: 83.3333333333%
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%
  }
}

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%
  }

  .row-cols-md-1>* {
    flex: 0 0 100%;
    max-width: 100%
  }

  .row-cols-md-2>* {
    flex: 0 0 50%;
    max-width: 50%
  }

  .row-cols-md-3>* {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
  }

  .row-cols-md-4>* {
    flex: 0 0 25%;
    max-width: 25%
  }

  .row-cols-md-5>* {
    flex: 0 0 20%;
    max-width: 20%
  }

  .row-cols-md-6>* {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
  }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%
  }

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
  }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
  }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%
  }

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
  }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%
  }

  .order-md-first {
    order: -1
  }

  .order-md-last {
    order: 13
  }

  .order-md-0 {
    order: 0
  }

  .order-md-1 {
    order: 1
  }

  .order-md-2 {
    order: 2
  }

  .order-md-3 {
    order: 3
  }

  .order-md-4 {
    order: 4
  }

  .order-md-5 {
    order: 5
  }

  .order-md-6 {
    order: 6
  }

  .order-md-7 {
    order: 7
  }

  .order-md-8 {
    order: 8
  }

  .order-md-9 {
    order: 9
  }

  .order-md-10 {
    order: 10
  }

  .order-md-11 {
    order: 11
  }

  .order-md-12 {
    order: 12
  }

  .offset-md-0 {
    margin-left: 0
  }

  .offset-md-1 {
    margin-left: 8.3333333333%
  }

  .offset-md-2 {
    margin-left: 16.6666666667%
  }

  .offset-md-3 {
    margin-left: 25%
  }

  .offset-md-4 {
    margin-left: 33.3333333333%
  }

  .offset-md-5 {
    margin-left: 41.6666666667%
  }

  .offset-md-6 {
    margin-left: 50%
  }

  .offset-md-7 {
    margin-left: 58.3333333333%
  }

  .offset-md-8 {
    margin-left: 66.6666666667%
  }

  .offset-md-9 {
    margin-left: 75%
  }

  .offset-md-10 {
    margin-left: 83.3333333333%
  }

  .offset-md-11 {
    margin-left: 91.6666666667%
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%
  }

  .row-cols-lg-1>* {
    flex: 0 0 100%;
    max-width: 100%
  }

  .row-cols-lg-2>* {
    flex: 0 0 50%;
    max-width: 50%
  }

  .row-cols-lg-3>* {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
  }

  .row-cols-lg-4>* {
    flex: 0 0 25%;
    max-width: 25%
  }

  .row-cols-lg-5>* {
    flex: 0 0 20%;
    max-width: 20%
  }

  .row-cols-lg-6>* {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
  }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%
  }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
  }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
  }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%
  }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
  }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%
  }

  .order-lg-first {
    order: -1
  }

  .order-lg-last {
    order: 13
  }

  .order-lg-0 {
    order: 0
  }

  .order-lg-1 {
    order: 1
  }

  .order-lg-2 {
    order: 2
  }

  .order-lg-3 {
    order: 3
  }

  .order-lg-4 {
    order: 4
  }

  .order-lg-5 {
    order: 5
  }

  .order-lg-6 {
    order: 6
  }

  .order-lg-7 {
    order: 7
  }

  .order-lg-8 {
    order: 8
  }

  .order-lg-9 {
    order: 9
  }

  .order-lg-10 {
    order: 10
  }

  .order-lg-11 {
    order: 11
  }

  .order-lg-12 {
    order: 12
  }

  .offset-lg-0 {
    margin-left: 0
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%
  }

  .offset-lg-3 {
    margin-left: 25%
  }

  .offset-lg-4 {
    margin-left: 33.3333333333%
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%
  }

  .offset-lg-6 {
    margin-left: 50%
  }

  .offset-lg-7 {
    margin-left: 58.3333333333%
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%
  }

  .offset-lg-9 {
    margin-left: 75%
  }

  .offset-lg-10 {
    margin-left: 83.3333333333%
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%
  }

  .row-cols-xl-1>* {
    flex: 0 0 100%;
    max-width: 100%
  }

  .row-cols-xl-2>* {
    flex: 0 0 50%;
    max-width: 50%
  }

  .row-cols-xl-3>* {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
  }

  .row-cols-xl-4>* {
    flex: 0 0 25%;
    max-width: 25%
  }

  .row-cols-xl-5>* {
    flex: 0 0 20%;
    max-width: 20%
  }

  .row-cols-xl-6>* {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
  }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%
  }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
  }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
  }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%
  }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
  }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%
  }

  .order-xl-first {
    order: -1
  }

  .order-xl-last {
    order: 13
  }

  .order-xl-0 {
    order: 0
  }

  .order-xl-1 {
    order: 1
  }

  .order-xl-2 {
    order: 2
  }

  .order-xl-3 {
    order: 3
  }

  .order-xl-4 {
    order: 4
  }

  .order-xl-5 {
    order: 5
  }

  .order-xl-6 {
    order: 6
  }

  .order-xl-7 {
    order: 7
  }

  .order-xl-8 {
    order: 8
  }

  .order-xl-9 {
    order: 9
  }

  .order-xl-10 {
    order: 10
  }

  .order-xl-11 {
    order: 11
  }

  .order-xl-12 {
    order: 12
  }

  .offset-xl-0 {
    margin-left: 0
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%
  }

  .offset-xl-3 {
    margin-left: 25%
  }

  .offset-xl-4 {
    margin-left: 33.3333333333%
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%
  }

  .offset-xl-6 {
    margin-left: 50%
  }

  .offset-xl-7 {
    margin-left: 58.3333333333%
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%
  }

  .offset-xl-9 {
    margin-left: 75%
  }

  .offset-xl-10 {
    margin-left: 83.3333333333%
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%
  }
}

.btn {
  display: inline-block;
  font-weight: 500;
  border-radius: .313rem !important;
  letter-spacing: 0.0625rem;
  color: #515151;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  user-select: none;
  background-color: initial;
  border: 0.0625rem solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
  .btn {
    transition: none
  }
}

.btn:hover {
  color: #515151;
  text-decoration: none
}

.btn.focus,
.btn:focus,
.btn:hover {
  background-color: #1f283b !important;
  border-color: #1f283b !important
}

.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(225, 0, 30, .25)
}

.btn.disabled,
.btn:disabled {
  opacity: .65
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none
}

.btn-primary {
  color: #fff;
  background-color: #e1001e;
  border-color: #e1001e
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover {
  color: #fff;
  background-color: #bb0019;
  border-color: #ae0017
}

.btn-primary.focus,
.btn-primary:focus {
  box-shadow: 0 0 0 .2rem rgba(230, 38, 64, .5)
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #e1001e;
  border-color: #e1001e
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #ae0017;
  border-color: #a10016
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(230, 38, 64, .5)
}

.btn-secondary {
  color: #fff;
  background-color: #1f283b;
  border-color: #1f283b
}

.btn-secondary.focus,
.btn-secondary:focus,
.btn-secondary:hover {
  color: #fff;
  background-color: #121722;
  border-color: #0d111a
}

.btn-secondary.focus,
.btn-secondary:focus {
  box-shadow: 0 0 0 .2rem rgba(65, 72, 88, .5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #1f283b;
  border-color: #1f283b
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #0d111a;
  border-color: #090c11
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(65, 72, 88, .5)
}

.btn-success {
  color: #fff;
  background-color: #16872e;
  border-color: #16872e
}

.btn-success.focus,
.btn-success:focus,
.btn-success:hover {
  color: #fff;
  background-color: #116623;
  border-color: #0f5b1f
}

.btn-success.focus,
.btn-success:focus {
  box-shadow: 0 0 0 .2rem rgba(57, 153, 77, .5)
}

.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #16872e;
  border-color: #16872e
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
  color: #fff;
  background-color: #0f5b1f;
  border-color: #0d501b
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(57, 153, 77, .5)
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8
}

.btn-info.focus,
.btn-info:focus,
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b
}

.btn-info.focus,
.btn-info:focus {
  box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107
}

.btn-warning.focus,
.btn-warning:focus,
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00
}

.btn-warning.focus,
.btn-warning:focus {
  box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

.btn-warning.disabled,
.btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show>.btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500
}

.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545
}

.btn-danger.focus,
.btn-danger:focus,
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130
}

.btn-danger.focus,
.btn-danger:focus {
  box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show>.btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d
}

.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa
}

.btn-light.focus,
.btn-light:focus,
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5
}

.btn-light.focus,
.btn-light:focus {
  box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40
}

.btn-dark.focus,
.btn-dark:focus,
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124
}

.btn-dark.focus,
.btn-dark:focus {
  box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show>.btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d
}

.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-outline-primary {
  color: #e1001e;
  border-color: #e1001e
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #e1001e;
  border-color: #e1001e
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
  box-shadow: 0 0 0 .2rem rgba(225, 0, 30, .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #e1001e;
  background-color: initial
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #e1001e;
  border-color: #e1001e
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(225, 0, 30, .5)
}

.btn-outline-secondary {
  color: #1f283b;
  border-color: #1f283b
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #1f283b;
  border-color: #1f283b
}

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
  box-shadow: 0 0 0 .2rem rgba(31, 40, 59, .5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #1f283b;
  background-color: initial
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show>.btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #1f283b;
  border-color: #1f283b
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(31, 40, 59, .5)
}

.btn-outline-success {
  color: #16872e;
  border-color: #16872e
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #16872e;
  border-color: #16872e
}

.btn-outline-success.focus,
.btn-outline-success:focus {
  box-shadow: 0 0 0 .2rem rgba(22, 135, 46, .5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #16872e;
  background-color: initial
}

.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show>.btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #16872e;
  border-color: #16872e
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(22, 135, 46, .5)
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8
}

.btn-outline-info.focus,
.btn-outline-info:focus {
  box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #17a2b8;
  background-color: initial
}

.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show>.btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107
}

.btn-outline-warning.focus,
.btn-outline-warning:focus {
  box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: initial
}

.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show>.btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-danger {
  color: #e1001e;
  border-color: #e1001e
}

.btn-outline-danger:hover, .btn-outline-danger:focus {
  color: #fff !important;
  background-color: #e1001e !important;
  border-color: #e1001e !important;
}

.btn-outline-danger.focus,
.btn-outline-danger:focus {
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #e1001e;
  background-color: initial
}

.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show>.btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa
}

.btn-outline-light.focus,
.btn-outline-light:focus {
  box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: initial
}

.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show>.btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40
}

.btn-outline-dark.focus,
.btn-outline-dark:focus {
  box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #343a40;
  background-color: initial
}

.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show>.btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-link {
  font-weight: 400;
  color: #e1001e;
  text-decoration: none
}

.btn-link:hover {
  color: #950014
}

.btn-link.focus,
.btn-link:focus,
.btn-link:hover {
  text-decoration: underline
}

.btn-link.disabled,
.btn-link:disabled {
  color: #6c757d;
  pointer-events: none
}

.btn-lg {
  padding: .5rem 1rem;
  font-size: 1.25rem
}

.btn-lg,
.btn-sm {
  line-height: 1.5;
  border-radius: 0
}

.btn-sm {
  padding: .25rem .5rem;
  font-size: .875rem
}

.btn-block {
  display: block;
  width: 100%
}

.btn-block+.btn-block {
  margin-top: .5rem
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
  width: 100%
}

.fade {
  transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
  .fade {
    transition: none
  }
}

.fade:not(.show) {
  opacity: 0
}

.collapse:not(.show) {
  display: none
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height .35s ease
}

@media (prefers-reduced-motion:reduce) {
  .collapsing {
    transition: none
  }
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0
}

.custom-control-input:checked~.custom-control-label:before {
  color: #fff;
  border-color: #e1001e;
  background-color: #e1001e
}

.custom-control-input:focus~.custom-control-label:before {
  box-shadow: 0 0 0 .2rem rgba(225, 0, 30, .25)
}

.custom-control-input:focus:not(:checked)~.custom-control-label:before {
  border-color: #ff6277
}

.custom-control-input:not(:disabled):active~.custom-control-label:before {
  color: #fff;
  background-color: #ff95a3;
  border-color: #ff95a3
}

.custom-control-input:disabled~.custom-control-label,
.custom-control-input[disabled]~.custom-control-label {
  color: #6c757d
}

.custom-control-input:disabled~.custom-control-label:before,
.custom-control-input[disabled]~.custom-control-label:before {
  background-color: #e9ecef
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
  display: block
}

.custom-control-label:before {
  pointer-events: none;
  background-color: #dee2e6;
  border: 0.0625rem solid #adb5bd;
  border: none !important;
  border-radius: .188rem
}

.custom-control-label:after,
.custom-control-label:before {
  position: absolute;
  top: .25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: ""
}

.custom-control-label:after {
  background: no-repeat 50%/50% 50%;
  border-radius: .188rem
}

.custom-checkbox .custom-control-input:checked~.custom-control-label:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23ffffff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before {
  border-color: #e1001e;
  background-color: #e1001e
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23ffffff' d='M0 2h4'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before,
.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before {
  background-color: rgba(225, 0, 30, .5)
}

.custom-radio .custom-control-label:before {
  border-radius: 50%
}

.custom-radio .custom-control-input:checked~.custom-control-label:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffffff'/%3e%3c/svg%3e")
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label:before {
  background-color: rgba(225, 0, 30, .5)
}

.custom-switch {
  padding-left: 2.25rem
}

.custom-switch .custom-control-label:before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: .5rem
}

.custom-switch .custom-control-label:after {
  top: calc(.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: .5rem;
  transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
  .custom-switch .custom-control-label:after {
    transition: none
  }
}

.custom-switch .custom-control-input:checked~.custom-control-label:after {
  background-color: #fff;
  transform: translateX(.75rem)
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label:before {
  background-color: rgba(225, 0, 30, .5)
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem 1.75rem .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
  border: 1px solid #dee2e6;
  border-radius: 0
}

.custom-select:focus {
  border-color: #ff6277;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(225, 0, 30, .25)
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: .75rem;
  background-image: none
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef
}

.custom-select::-ms-expand {
  display: none
}

.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057
}

.custom-select-sm {
  height: calc(1.5em + .5rem + 2px);
  padding-top: .25rem;
  padding-bottom: .25rem;
  padding-left: .5rem;
  font-size: .875rem
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 1rem;
  font-size: 1.25rem
}

.custom-file {
  display: inline-block;
  margin-bottom: 0
}

.custom-file,
.custom-file-input {
  position: relative;
  width: 100%;
  height: calc(1.5em + .75rem + 2px)
}

.custom-file-input {
  z-index: 2;
  margin: 0;
  opacity: 0
}

.custom-file-input:focus~.custom-file-label {
  border-color: #ff6277;
  box-shadow: 0 0 0 .2rem rgba(225, 0, 30, .25)
}

.custom-file-input:disabled~.custom-file-label,
.custom-file-input[disabled]~.custom-file-label {
  background-color: #e9ecef
}

.custom-file-input:lang(en)~.custom-file-label:after {
  content: "Browse"
}

.custom-file-input~.custom-file-label[data-browse]:after {
  content: attr(data-browse)
}

.custom-file-label {
  left: 0;
  z-index: 1;
  height: calc(1.5em + .75rem + 2px);
  font-weight: 400;
  background-color: #fff;
  border: 1px solid #dee2e6
}

.custom-file-label,
.custom-file-label:after {
  position: absolute;
  top: 0;
  right: 0;
  padding: .375rem .75rem;
  line-height: 1.5;
  color: #495057
}

.custom-file-label:after {
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + .75rem);
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: initial;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.custom-range:focus {
  outline: none
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(225, 0, 30, .25)
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(225, 0, 30, .25)
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(225, 0, 30, .25)
}

.custom-range::-moz-focus-outer {
  border: 0
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -.25rem;
  background-color: #e1001e;
  border: 0;
  -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  -webkit-appearance: none;
  appearance: none
}

@media (prefers-reduced-motion:reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none
  }
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #ff95a3
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #e1001e;
  border: 0;
  -moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  -moz-appearance: none;
  appearance: none
}

@media (prefers-reduced-motion:reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none
  }
}

.custom-range::-moz-range-thumb:active {
  background-color: #ff95a3
}

.custom-range::-moz-range-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: .2rem;
  margin-left: .2rem;
  background-color: #e1001e;
  border: 0;
  -ms-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  appearance: none
}

@media (prefers-reduced-motion:reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none
  }
}

.custom-range::-ms-thumb:active {
  background-color: #ff95a3
}

.custom-range::-ms-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: initial;
  border-color: transparent;
  border-width: .5rem
}

.custom-range::-ms-fill-lower {
  background-color: #dee2e6
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6
}

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd
}

.custom-range:disabled::-moz-range-track {
  cursor: default
}

.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd
}

.custom-control-label:before,
.custom-file-label,
.custom-select {
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {

  .custom-control-label:before,
  .custom-file-label,
  .custom-select {
    transition: none
  }
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #dee2e6;
  border-radius: .313rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
  .form-control {
    transition: none
  }
}

.form-control::-ms-expand {
  background-color: initial;
  border: 0
}

.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #ff6277;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(225, 0, 30, .25)
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1
}

input[type=date].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control,
input[type=time].form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%
}

.col-form-label {
  padding-top: calc(.375rem + 1px);
  padding-bottom: calc(.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5
}

.col-form-label-lg {
  padding-top: calc(.5rem + 1px);
  padding-bottom: calc(.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5
}

.col-form-label-sm {
  padding-top: calc(.25rem + 1px);
  padding-bottom: calc(.25rem + 1px);
  font-size: .875rem;
  line-height: 1.5
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: .375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #515151;
  background-color: initial;
  border: solid transparent;
  border-width: 1px 0
}

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
  padding-right: 0;
  padding-left: 0
}

.form-control-sm {
  height: calc(1.5em + .5rem + 2px);
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5
}

select.form-control[multiple],
select.form-control[size],
textarea.form-control {
  height: auto
}

.form-group {
  margin-bottom: 1rem
}

.form-text {
  display: block;
  margin-top: .25rem
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px
}

.form-row>.col,
.form-row>[class*=col-] {
  padding-right: 5px;
  padding-left: 5px
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem
}

.form-check-input {
  position: absolute;
  margin-top: .3rem;
  margin-left: -1.25rem
}

.form-check-input:disabled~.form-check-label,
.form-check-input[disabled]~.form-check-label {
  color: #6c757d
}

.form-check-label {
  margin-bottom: 0
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: .75rem
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: .3125rem;
  margin-left: 0
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: 80%;
  color: #16872e
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(22, 135, 46, .9)
}

.is-valid~.valid-feedback,
.is-valid~.valid-tooltip,
.was-validated :valid~.valid-feedback,
.was-validated :valid~.valid-tooltip {
  display: block
}

.form-control.is-valid,
.was-validated .form-control:valid {
  border-color: #16872e;
  padding-right: calc(1.5em + .75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2316872e' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
  border-color: #16872e;
  box-shadow: 0 0 0 .2rem rgba(22, 135, 46, .25)
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.5em + .75rem);
  background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.custom-select.is-valid,
.was-validated .custom-select:valid {
  border-color: #16872e;
  padding-right: calc(.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2316872e' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}

.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
  border-color: #16872e;
  box-shadow: 0 0 0 .2rem rgba(22, 135, 46, .25)
}

.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
  color: #16872e
}

.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip,
.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip {
  display: block
}

.custom-control-input.is-valid~.custom-control-label,
.was-validated .custom-control-input:valid~.custom-control-label {
  color: #16872e
}

.custom-control-input.is-valid~.custom-control-label:before,
.was-validated .custom-control-input:valid~.custom-control-label:before {
  border-color: #16872e
}

.custom-control-input.is-valid:checked~.custom-control-label:before,
.was-validated .custom-control-input:valid:checked~.custom-control-label:before {
  border-color: #1db33d;
  background-color: #1db33d
}

.custom-control-input.is-valid:focus~.custom-control-label:before,
.was-validated .custom-control-input:valid:focus~.custom-control-label:before {
  box-shadow: 0 0 0 .2rem rgba(22, 135, 46, .25)
}

.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label:before,
.custom-file-input.is-valid~.custom-file-label,
.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label:before,
.was-validated .custom-file-input:valid~.custom-file-label {
  border-color: #16872e
}

.custom-file-input.is-valid:focus~.custom-file-label,
.was-validated .custom-file-input:valid:focus~.custom-file-label {
  border-color: #16872e;
  box-shadow: 0 0 0 .2rem rgba(22, 135, 46, .25)
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: 80%;
  color: #dc3545
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, .9)
}

.is-invalid~.invalid-feedback,
.is-invalid~.invalid-tooltip,
.was-validated :invalid~.invalid-feedback,
.was-validated :invalid~.invalid-tooltip {
  display: block
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + .75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.5em + .75rem);
  background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.custom-select.is-invalid,
.was-validated .custom-select:invalid {
  border-color: #dc3545;
  padding-right: calc(.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}

.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label {
  color: #dc3545
}

.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip,
.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip {
  display: block
}

.custom-control-input.is-invalid~.custom-control-label,
.was-validated .custom-control-input:invalid~.custom-control-label {
  color: #dc3545
}

.custom-control-input.is-invalid~.custom-control-label:before,
.was-validated .custom-control-input:invalid~.custom-control-label:before {
  border-color: #dc3545
}

.custom-control-input.is-invalid:checked~.custom-control-label:before,
.was-validated .custom-control-input:invalid:checked~.custom-control-label:before {
  border-color: #e4606d;
  background-color: #e4606d
}

.custom-control-input.is-invalid:focus~.custom-control-label:before,
.was-validated .custom-control-input:invalid:focus~.custom-control-label:before {
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label:before,
.custom-file-input.is-invalid~.custom-file-label,
.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label:before,
.was-validated .custom-file-input:invalid~.custom-file-label {
  border-color: #dc3545
}

.custom-file-input.is-invalid:focus~.custom-file-label,
.was-validated .custom-file-input:invalid:focus~.custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center
}

.form-inline .form-check {
  width: 100%
}

@media (min-width: 576px) {
  .form-inline label {
    justify-content: center
  }

  .form-inline .form-group,
  .form-inline label {
    display: flex;
    align-items: center;
    margin-bottom: 0
  }

  .form-inline .form-group {
    flex: 0 0 auto;
    flex-flow: row wrap
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle
  }

  .form-inline .form-control-plaintext {
    display: inline-block
  }

  .form-inline .custom-select,
  .form-inline .input-group {
    width: auto
  }

  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0
  }

  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: .25rem;
    margin-left: 0
  }

  .form-inline .custom-control {
    align-items: center;
    justify-content: center
  }

  .form-inline .custom-control-label {
    margin-bottom: 0
  }
}

.badge {
  display: inline-block;
  padding: .25em .4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: initial;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
  .badge {
    transition: none
  }
}

a.badge:focus,
a.badge:hover {
  text-decoration: none
}

.badge:empty {
  display: none
}

.btn .badge {
  position: relative;
  top: -1px
}

.badge-pill {
  padding-right: .6em;
  padding-left: .6em
}

.badge-primary {
  color: #fff;
  background-color: #e1001e
}

a.badge-primary:focus,
a.badge-primary:hover {
  color: #fff;
  background-color: #ae0017
}

a.badge-primary.focus,
a.badge-primary:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(225, 0, 30, .5)
}

.badge-secondary {
  color: #fff;
  background-color: #1f283b
}

a.badge-secondary:focus,
a.badge-secondary:hover {
  color: #fff;
  background-color: #0d111a
}

a.badge-secondary.focus,
a.badge-secondary:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(31, 40, 59, .5)
}

.badge-success {
  color: #fff;
  background-color: #16872e
}

a.badge-success:focus,
a.badge-success:hover {
  color: #fff;
  background-color: #0f5b1f
}

a.badge-success.focus,
a.badge-success:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(22, 135, 46, .5)
}

.badge-info {
  color: #fff;
  background-color: #17a2b8
}

a.badge-info:focus,
a.badge-info:hover {
  color: #fff;
  background-color: #117a8b
}

a.badge-info.focus,
a.badge-info:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.badge-warning {
  color: #212529;
  background-color: #ffc107
}

a.badge-warning:focus,
a.badge-warning:hover {
  color: #212529;
  background-color: #d39e00
}

a.badge-warning.focus,
a.badge-warning:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.badge-danger {
  color: #fff;
  background-color: #dc3545
}

a.badge-danger:focus,
a.badge-danger:hover {
  color: #fff;
  background-color: #bd2130
}

a.badge-danger.focus,
a.badge-danger:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa
}

a.badge-light:focus,
a.badge-light:hover {
  color: #212529;
  background-color: #dae0e5
}

a.badge-light.focus,
a.badge-light:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.badge-dark {
  color: #fff;
  background-color: #343a40
}

a.badge-dark:focus,
a.badge-dark:hover {
  color: #fff;
  background-color: #1d2124
}

a.badge-dark.focus,
a.badge-dark:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.navbar {
  position: relative;
  padding: .5rem 1rem
}

.navbar,
.navbar .container,
.navbar .container-fluid,
.navbar .container-lg,
.navbar .container-md,
.navbar .container-sm,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between
}

.navbar-brand {
  display: inline-block;
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap
}

.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
  text-decoration: none;
  color: #515151
}

.navbar-nav .nav-link i {
  margin-right: 0.625rem;
  color: #e1001e
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none
}

.navbar-text {
  display: inline-block;
  padding-top: .5rem;
  padding-bottom: .5rem
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center
}

.navbar-toggler {
  padding: .25rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: initial;
  border: 0.0625rem solid transparent
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat 50%;
  background-size: 100% 100%
}

@media (max-width: 575.98px) {

  .navbar-expand-sm>.container,
  .navbar-expand-sm>.container-fluid,
  .navbar-expand-sm>.container-lg,
  .navbar-expand-sm>.container-md,
  .navbar-expand-sm>.container-sm,
  .navbar-expand-sm>.container-xl {
    padding-right: 0;
    padding-left: 0
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start
  }

  .navbar-expand-sm .navbar-nav {
    flex-direction: row
  }

  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute
  }

  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
  }

  .navbar-expand-sm>.container,
  .navbar-expand-sm>.container-fluid,
  .navbar-expand-sm>.container-lg,
  .navbar-expand-sm>.container-md,
  .navbar-expand-sm>.container-sm,
  .navbar-expand-sm>.container-xl {
    flex-wrap: nowrap
  }

  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto
  }

  .navbar-expand-sm .navbar-toggler {
    display: none
  }
}

@media (max-width: 767px) {

  .navbar-expand-md>.container,
  .navbar-expand-md>.container-fluid,
  .navbar-expand-md>.container-lg,
  .navbar-expand-md>.container-md,
  .navbar-expand-md>.container-sm,
  .navbar-expand-md>.container-xl {
    padding-right: 0;
    padding-left: 0
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start
  }

  .navbar-expand-md .navbar-nav {
    flex-direction: row
  }

  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
  }

  .navbar-expand-md>.container,
  .navbar-expand-md>.container-fluid,
  .navbar-expand-md>.container-lg,
  .navbar-expand-md>.container-md,
  .navbar-expand-md>.container-sm,
  .navbar-expand-md>.container-xl {
    flex-wrap: nowrap
  }

  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto
  }

  .navbar-expand-md .navbar-toggler {
    display: none
  }
}

@media (max-width: 991px) {

  .navbar-expand-lg>.container,
  .navbar-expand-lg>.container-fluid,
  .navbar-expand-lg>.container-lg,
  .navbar-expand-lg>.container-md,
  .navbar-expand-lg>.container-sm,
  .navbar-expand-lg>.container-xl {
    padding-right: 0;
    padding-left: 0
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start
  }

  .navbar-expand-lg .navbar-nav {
    flex-direction: row
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
  }

  .navbar-expand-lg>.container,
  .navbar-expand-lg>.container-fluid,
  .navbar-expand-lg>.container-lg,
  .navbar-expand-lg>.container-md,
  .navbar-expand-lg>.container-sm,
  .navbar-expand-lg>.container-xl {
    flex-wrap: nowrap
  }

  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto
  }

  .navbar-expand-lg .navbar-toggler {
    display: none
  }
}

@media (max-width: 1199px) {

  .navbar-expand-xl>.container,
  .navbar-expand-xl>.container-fluid,
  .navbar-expand-xl>.container-lg,
  .navbar-expand-xl>.container-md,
  .navbar-expand-xl>.container-sm,
  .navbar-expand-xl>.container-xl {
    padding-right: 0;
    padding-left: 0
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start
  }

  .navbar-expand-xl .navbar-nav {
    flex-direction: row
  }

  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute
  }

  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
  }

  .navbar-expand-xl>.container,
  .navbar-expand-xl>.container-fluid,
  .navbar-expand-xl>.container-lg,
  .navbar-expand-xl>.container-md,
  .navbar-expand-xl>.container-sm,
  .navbar-expand-xl>.container-xl {
    flex-wrap: nowrap
  }

  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto
  }

  .navbar-expand-xl .navbar-toggler {
    display: none
  }
}

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start
}

.navbar-expand>.container,
.navbar-expand>.container-fluid,
.navbar-expand>.container-lg,
.navbar-expand>.container-md,
.navbar-expand>.container-sm,
.navbar-expand>.container-xl {
  padding-right: 0;
  padding-left: 0
}

.navbar-expand .navbar-nav {
  flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem
}

.navbar-expand>.container,
.navbar-expand>.container-fluid,
.navbar-expand>.container-lg,
.navbar-expand>.container-md,
.navbar-expand>.container-sm,
.navbar-expand>.container-xl {
  flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto
}

.navbar-expand .navbar-toggler {
  display: none
}

.navbar-light .navbar-brand,
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, .7)
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, .3)
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
  color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, .5);
  border-color: rgba(0, 0, 0, .1)
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-text a,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, .9)
}

.navbar-dark .navbar-brand,
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
  color: #fff
}

.navbar-dark .navbar-nav .nav-link {
  color: hsla(0, 0%, 100%, .5)
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: hsla(0, 0%, 100%, .75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: hsla(0, 0%, 100%, .25)
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
  color: #fff
}

.navbar-dark .navbar-toggler {
  color: hsla(0, 0%, 100%, .5);
  border-color: hsla(0, 0%, 100%, .1)
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-dark .navbar-text {
  color: hsla(0, 0%, 100%, .5)
}

.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
  color: #fff
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%
}

.input-group>.custom-file,
.input-group>.custom-select,
.input-group>.form-control,
.input-group>.form-control-plaintext {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0
}

.input-group>.custom-file+.custom-file,
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.form-control,
.input-group>.custom-select+.custom-file,
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.form-control,
.input-group>.form-control+.custom-file,
.input-group>.form-control+.custom-select,
.input-group>.form-control+.form-control,
.input-group>.form-control-plaintext+.custom-file,
.input-group>.form-control-plaintext+.custom-select,
.input-group>.form-control-plaintext+.form-control {
  margin-left: -1px
}

.input-group>.custom-file .custom-file-input:focus~.custom-file-label,
.input-group>.custom-select:focus,
.input-group>.form-control:focus {
  z-index: 3
}

.input-group>.custom-file .custom-file-input:focus {
  z-index: 4
}

.input-group>.custom-file {
  display: flex;
  align-items: center
}

.input-group-append,
.input-group-prepend {
  display: flex
}

.input-group-append .btn,
.input-group-prepend .btn {
  position: relative;
  z-index: 2
}

.input-group-append .btn:focus,
.input-group-prepend .btn:focus {
  z-index: 3
}

.input-group-append .btn+.btn,
.input-group-append .btn+.input-group-text,
.input-group-append .input-group-text+.btn,
.input-group-append .input-group-text+.input-group-text,
.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-prepend .input-group-text+.input-group-text {
  margin-left: -1px
}

.input-group-prepend {
  margin-right: -1px
}

.input-group-append {
  margin-left: -1px
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: .375rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #dee2e6
}

.input-group-text input[type=checkbox],
.input-group-text input[type=radio] {
  margin-top: 0
}

.input-group-lg>.custom-select,
.input-group-lg>.form-control:not(textarea) {
  height: calc(1.5em + 1rem + 2px)
}

.input-group-lg>.custom-select,
.input-group-lg>.form-control,
.input-group-lg>.input-group-append>.btn,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-prepend>.input-group-text {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5
}

.input-group-sm>.custom-select,
.input-group-sm>.form-control:not(textarea) {
  height: calc(1.5em + .5rem + 2px)
}

.input-group-sm>.custom-select,
.input-group-sm>.form-control,
.input-group-sm>.input-group-append>.btn,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-prepend>.input-group-text {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5
}

.input-group-lg>.custom-select,
.input-group-sm>.custom-select {
  padding-right: 1.75rem
}

.dropdown,
.dropleft,
.dropright,
.dropup {
  position: relative
}

.dropdown-toggle {
  white-space: nowrap
}

.dropdown-toggle:after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent
}

.dropdown-toggle:empty:after {
  margin-left: 0
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: .5rem 0;
  font-size: 1rem;
  color: #515151;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  display: block;
  margin: 0.9375rem 0 0;
  visibility: hidden;
  opacity: 0;
  transform: translateY(50px);
  transition: all .5s ease
}

.dropdown-menu-left {
  right: auto;
  left: 0
}

.dropdown-menu-right {
  right: 0;
  left: auto
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0
  }

  .dropdown-menu-sm-right {
    right: 0;
    left: auto
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0
  }

  .dropdown-menu-md-right {
    right: 0;
    left: auto
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0
  }

  .dropdown-menu-lg-right {
    right: 0;
    left: auto
  }
}

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0
  }

  .dropdown-menu-xl-right {
    right: 0;
    left: auto
  }
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: .125rem
}

.dropup .dropdown-toggle:after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: 0;
  border-right: .3em solid transparent;
  border-bottom: .3em solid;
  border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty:after {
  margin-left: 0
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: .125rem
}

.dropright .dropdown-toggle:after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: 0;
  border-bottom: .3em solid transparent;
  border-left: .3em solid
}

.dropright .dropdown-toggle:empty:after {
  margin-left: 0
}

.dropright .dropdown-toggle:after {
  vertical-align: 0
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: .125rem
}

.dropleft .dropdown-toggle:after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  display: none
}

.dropleft .dropdown-toggle:before {
  display: inline-block;
  margin-right: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: .3em solid;
  border-bottom: .3em solid transparent
}

.dropleft .dropdown-toggle:empty:after {
  margin-left: 0
}

.dropleft .dropdown-toggle:before {
  vertical-align: 0
}

.dropdown-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=top] {
  right: auto;
  bottom: auto
}

.dropdown-divider {
  height: 0;
  margin: .5rem 0;
  overflow: hidden;
  border-top: 0.0625rem solid #e9ecef
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: .25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: initial;
  border: 0
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #e1001e
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: initial
}

.dropdown-menu.show {
  display: block;
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  transition: all .5s ease
}

.dropdown-header {
  display: block;
  padding: .5rem 1.5rem;
  margin-bottom: 0;
  font-size: .875rem;
  color: #6c757d;
  white-space: nowrap
}

.dropdown-item-text {
  display: block;
  padding: .25rem 1.5rem;
  color: #212529
}

.dropdown-toggle:after {
  transition: transform .15s linear
}

.show.dropdown .dropdown-toggle:after {
  transform: translateY(3px)
}

.alert {
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 0.0625rem solid transparent
}

.alert-heading {
  color: inherit
}

.alert-link {
  font-weight: 700
}

.alert-dismissible {
  padding-right: 4rem
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: .75rem 1.25rem;
  color: inherit
}

.alert-primary {
  color: #750010;
  background-color: #f9ccd2;
  border-color: #f7b8c0
}

.alert-primary hr {
  border-top-color: #f4a1ac
}

.alert-primary .alert-link {
  color: #420009
}

.alert-secondary {
  color: #10151f;
  background-color: #d2d4d8;
  border-color: #c0c3c8
}

.alert-secondary hr {
  border-top-color: #b2b6bc
}

.alert-secondary .alert-link {
  color: #000
}

.alert-success {
  color: #0b4618;
  background-color: #d0e7d5;
  border-color: #beddc4
}

.alert-success hr {
  border-top-color: #add4b5
}

.alert-success .alert-link {
  color: #041a09
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb
}

.alert-info hr {
  border-top-color: #abdde5
}

.alert-info .alert-link {
  color: #062c33
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba
}

.alert-warning hr {
  border-top-color: #ffe8a1
}

.alert-warning .alert-link {
  color: #533f03
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb
}

.alert-danger hr {
  border-top-color: #f1b0b7
}

.alert-danger .alert-link {
  color: #491217
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe
}

.alert-light hr {
  border-top-color: #ececf6
}

.alert-light .alert-link {
  color: #686868
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca
}

.alert-dark hr {
  border-top-color: #b9bbbe
}

.alert-dark .alert-link {
  color: #040505
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #515151
}

.table td,
.table th {
  padding: .75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6
}

.table tbody+tbody {
  border-top: 2px solid #dee2e6
}

.table-sm td,
.table-sm th {
  padding: .3rem
}

.table-bordered,
.table-bordered td,
.table-bordered th {
  border: 1px solid #dee2e6
}

.table-bordered thead td,
.table-bordered thead th {
  border-bottom-width: 2px
}

.table-borderless tbody+tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
  border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, .05)
}

.table-hover tbody tr:hover {
  color: #515151;
  background-color: rgba(0, 0, 0, .075)
}

.table-primary,
.table-primary>td,
.table-primary>th {
  background-color: #f7b8c0
}

.table-primary tbody+tbody,
.table-primary td,
.table-primary th,
.table-primary thead th {
  border-color: #ef7a8a
}

.table-hover .table-primary:hover,
.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
  background-color: #f4a1ac
}

.table-secondary,
.table-secondary>td,
.table-secondary>th {
  background-color: #c0c3c8
}

.table-secondary tbody+tbody,
.table-secondary td,
.table-secondary th,
.table-secondary thead th {
  border-color: #8b8f99
}

.table-hover .table-secondary:hover,
.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
  background-color: #b2b6bc
}

.table-success,
.table-success>td,
.table-success>th {
  background-color: #beddc4
}

.table-success tbody+tbody,
.table-success td,
.table-success th,
.table-success thead th {
  border-color: #86c192
}

.table-hover .table-success:hover,
.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
  background-color: #add4b5
}

.table-info,
.table-info>td,
.table-info>th {
  background-color: #bee5eb
}

.table-info tbody+tbody,
.table-info td,
.table-info th,
.table-info thead th {
  border-color: #86cfda
}

.table-hover .table-info:hover,
.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
  background-color: #abdde5
}

.table-warning,
.table-warning>td,
.table-warning>th {
  background-color: #ffeeba
}

.table-warning tbody+tbody,
.table-warning td,
.table-warning th,
.table-warning thead th {
  border-color: #ffdf7e
}

.table-hover .table-warning:hover,
.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
  background-color: #ffe8a1
}

.table-danger,
.table-danger>td,
.table-danger>th {
  background-color: #f5c6cb
}

.table-danger tbody+tbody,
.table-danger td,
.table-danger th,
.table-danger thead th {
  border-color: #ed969e
}

.table-hover .table-danger:hover,
.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
  background-color: #f1b0b7
}

.table-light,
.table-light>td,
.table-light>th {
  background-color: #fdfdfe
}

.table-light tbody+tbody,
.table-light td,
.table-light th,
.table-light thead th {
  border-color: #fbfcfc
}

.table-hover .table-light:hover,
.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
  background-color: #ececf6
}

.table-dark,
.table-dark>td,
.table-dark>th {
  background-color: #c6c8ca
}

.table-dark tbody+tbody,
.table-dark td,
.table-dark th,
.table-dark thead th {
  border-color: #95999c
}

.table-hover .table-dark:hover,
.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
  background-color: #b9bbbe
}

.table-active,
.table-active>td,
.table-active>th,
.table-hover .table-active:hover,
.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
  background-color: rgba(0, 0, 0, .075)
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6
}

.table-dark {
  color: #fff;
  background-color: #343a40
}

.table-dark td,
.table-dark th,
.table-dark thead th {
  border-color: #454d55
}

.table-dark.table-bordered {
  border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: hsla(0, 0%, 100%, .05)
}

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: hsla(0, 0%, 100%, .075)
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }

  .table-responsive-sm>.table-bordered {
    border: 0
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }

  .table-responsive-md>.table-bordered {
    border: 0
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }

  .table-responsive-lg>.table-bordered {
    border: 0
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }

  .table-responsive-xl>.table-bordered {
    border: 0
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch
}

.table-responsive>.table-bordered {
  border: 0
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5
}

@media (max-width: 1200px) {
  .close {
    font-size: calc(1.275rem + .3vw)
  }
}

.close:hover {
  color: #000;
  text-decoration: none
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
  opacity: .75
}

button.close {
  padding: 0;
  background-color: initial;
  border: 0
}

a.close.disabled {
  pointer-events: none
}

.modal-open {
  overflow: hidden
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none
}

.modal.fade .modal-dialog {
  transition: transform .3s ease-out;
  transform: translateY(-50px)
}

@media (prefers-reduced-motion:reduce) {
  .modal.fade .modal-dialog {
    transition: none
  }
}

.modal.show .modal-dialog {
  transform: none
}

.modal.modal-static .modal-dialog {
  transform: scale(1.02)
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden
}

.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
  flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem)
}

.modal-dialog-centered:before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: min-content;
  content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable:before {
  content: none
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .2);
  outline: 0;
  border-radius:0.5rem;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000
}

.modal-backdrop.fade {
  opacity: 0
}

.modal-backdrop.show {
  opacity: .5
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #dee2e6
}

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; 
  font-weight: 700;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: .75rem;
  border-top: 0.0625rem solid #dee2e6
}

.modal-footer>* {
  margin: .25rem
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto
  }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem)
  }

  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem)
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem)
  }

  .modal-dialog-centered:before {
    height: calc(100vh - 3.5rem);
    height: -webkit-min-content;
    height: min-content
  }

  .modal-sm {
    max-width: 300px
  }
}

@media (min-width: 992px) {

  .modal-lg,
  .modal-xl {
    max-width: 800px
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px
  }
}

@keyframes spinner-border {
  to {
    transform: rotate(1turn)
  }
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: .25em solid;
  border-right: .25em solid transparent;
  border-radius: 50%;
  animation: spinner-border .75s linear infinite
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: .2em
}

@keyframes spinner-grow {
  0% {
    transform: scale(0)
  }

  50% {
    opacity: 1;
    transform: none
  }
}

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow .75s linear infinite
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem
}

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: .875rem;
  background-color: hsla(0, 0%, 100%, .85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .1);
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  opacity: 0
}

.toast:not(:last-child) {
  margin-bottom: .75rem
}

.toast.showing {
  opacity: 1
}

.toast.show {
  display: block;
  opacity: 1
}

.toast.hide {
  display: none
}

.toast-header {
  display: flex;
  align-items: center;
  padding: .25rem .75rem;
  color: #6c757d;
  background-color: hsla(0, 0%, 100%, .85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, .05)
}

.toast-body {
  padding: .75rem
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none
}

.nav-link {
  display: block;
  padding: .5rem 1rem
}

.nav-link:focus,
.nav-link:hover {
  text-decoration: none
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default
}

.nav-tabs {
  border-bottom: 0.0625rem solid #dee2e6
}

.nav-tabs .nav-item {
  margin-bottom: -0.0625rem
}

.nav-tabs .nav-link {
  border: 1px solid transparent
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: initial;
  border-color: transparent
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff
}

.nav-tabs .dropdown-menu {
  margin-top: -1px
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #fff;
  background-color: #e1001e
}

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center
}

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center
}

.tab-content>.tab-pane {
  display: none
}

.tab-content>.active {
  display: block
}

.nic-shot-card {
  float: left;
  margin-right: .938rem;
  margin-left: .313rem;
  margin-bottom: 0;
  width: 11.25rem;
  background-color: #fff;
  padding: .938rem;
  position: relative;
  box-shadow: 0 0 .625rem 0 rgba(0, 0, 0, .15);
  border-radius: .313rem;
  transition: all .4s ease-in-out;
  font-size: .875rem
}

.nic-shot-card .ns-heading {
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.3rem;
  letter-spacing: normal;
  height: 1.3rem;
  overflow: hidden;
  color: #1f283b;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin: 0 0 .313rem -.938rem;
  padding: 0 0 0 .9rem;
  position: relative
}

.nic-shot-card .ns-heading:before {
  background: #e1001e;
  position: absolute;
  width: .125rem;
  height: 1.125rem;
  left: 0;
  top: 0;
  content: ""
}

.nic-shot-card img {
  width: 100%;
  height: auto;
  max-width: 4.688rem;
  display: block;
  margin: .188rem auto .375rem
}

.nic-shot-card .lab-size {
  margin-bottom: .313rem;
  display: block;
  letter-spacing: normal;
  font-size: .75rem
}

.nic-shot-card .lab-size strong {
  padding-right: .313rem;
  float: left
}

.nic-shot-card .lab-size span {
  background-color: #e9ecef;
  border: .063rem solid #dadada;
  margin-right: 0;
  padding: .188rem .313rem;
  display: inline-block;
  border-radius: .188rem;
  font-size: .688rem;
  line-height: 1
}

.nic-shot-card .lab-colors {
  margin-bottom: .5rem;
  display: inline-block;
  letter-spacing: normal;
  font-size: .75rem
}

.nic-shot-card .lab-colors strong {
  min-width: 3.688rem;
  padding-right: .313rem;
  float: left
}

.nic-shot-card .lab-colors ul {
  display: inline-flex
}

.nic-shot-card .lab-colors ul li {
  display: inline-block;
  list-style: none;
  background-color: #e9ecef;
  font-size: .688rem;
  color: #000;
  padding: .188rem .313rem;
  border-left: .063rem solid #fff;
  line-height: 1
}

.nic-shot-card .lab-colors ul li:first-child {
  border-top-left-radius: .188rem;
  border-bottom-left-radius: .188rem;
  border-left: .063rem solid #dadada
}

.nic-shot-card .lab-colors ul li:last-child {
  border-top-right-radius: .188rem;
  border-bottom-right-radius: .188rem
}

.nic-shot-card .btn-primary {
  width: 100%;
  font-size: .813rem;
  padding: .188rem;
  background-color: #16872e;
  border-color: #16872e
}

@media screen and (max-width: 640px) {
  .nic-shot-card {
    margin-left: .5rem;
    width: 8.438rem;
    padding: .625rem
  }

  .nic-shot-card .ns-heading {
    font-size: .688rem;
    line-height: 1.1rem;
    height: 1.2rem;
    letter-spacing: normal;
    margin: 0 0 .313rem -.625rem;
    padding: 0 0 0 .625rem
  }

  .nic-shot-card img {
    max-width: 4.063rem;
    margin-top: .188rem;
    margin-bottom: .25rem
  }

  .nic-shot-card .btn-primary {
    width: 100%;
    font-size: .75rem;
    letter-spacing: normal
  }
}

@media screen and (max-width: 375px) {
  .nic-shot-card {
    margin-left: .5rem;
    width: 8.125rem;
    padding: .625rem
  }

  .nic-shot-card img {
    max-width: 3.438rem
  }
}

@media screen and (max-width: 320px) {
  .nic-shot-card {
    margin-left: .125rem
  }
}

.mob_nav {
  position: fixed;
  bottom: 0;
  display: none;
  width: 100%;
  padding: 0;
  z-index: 500;
  background-color: #fff;
  box-shadow: 0 0 .6rem 0 rgba(0, 0, 0, .35)
}

.mob_nav ul {
  padding: 0;
  margin: 0
}

.mob_nav ul li {
  list-style: none;
  float: left;
  border-left: .063rem solid #fff;
  width: 20%;
  width: calc(100% / 5);
  box-sizing: border-box;
  text-align: center;
  background-color: #f7f7f7;
  position: relative
}

.mob_nav ul li:first-child {
  border-left: none
}

.mob_nav ul li a {
  font-size: .875rem;
  padding-top: .938rem;
  padding-bottom: .625rem;
  display: block;
  text-decoration: none;
  font-family: Exo, sans-serif;
  color: #1f283b;
  font-weight: 500
}

.mob_nav ul li a svg {
  width: 1.625rem;
  height: 1.625rem;
  display: block;
  margin: auto;
  padding-bottom: .188rem;
  filter: grayscale(1);
  opacity: .5
}

.mob_nav ul li a svg .svg-pc {
  fill: #e1001e
}

.mob_nav ul li a svg .svg-sc {
  fill: #1f283b
}

.mob_nav ul li a .badge {
  background-color: #1f283b;
  position: absolute;
  top: .313rem;
  right: .938rem;
  color: #fff;
  text-align: center;
  padding: .188rem;
  border-radius: .188rem
}

.mob_nav ul li .active svg {
  filter: grayscale(0);
  opacity: 1
}

.mob_nav .listFour li {
  width: calc(100% / 4)
}

@media (max-width: 991px) {
  .mob_nav {
    display: block
  }
}

@media (max-width: 767) {
  .mob_nav ul li a {
    font-size: .813rem;
    padding-top: .563rem;
    padding-bottom: .313rem
  }

  .mob_nav ul li a svg {
    width: 1.375rem;
    height: 1.375rem
  }
}

header {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1020;
  width: 100%;
  box-shadow: 0 .275rem .3rem -.0625rem rgba(0, 0, 0, .2);
  transition: all .25s
}

header .top-section {
  padding: .438rem 0 .313rem;
  transition: all .25s
}

header .top-section .logo {
  transition: all .25s
}

header .top-section .logo img {
  width: auto;
  height: 2.625rem;
  margin-top: -0.125rem;
  transition: all .25s;
  cursor: pointer;
}

header .top-section .nav-login {
  padding: .188rem 0 0;
  transition: all .25s
}

header .top-section .nav-login .nav-item {
  display: flex;
  line-height: 1.2;
  position: relative;
  margin-right: .938rem;
  transition: all .25s
}

header .top-section .nav-login .nav-item .nav-link {
  display: flex;
  padding-top: 0;
  padding-bottom: 0
}

header .top-section .nav-login .nav-item .nav-link:after {
  margin-top: .813rem !important;
  margin-left: 1.25rem !important
}

header .top-section .nav-login .nav-item img {
  width: 2.125rem;
  height: 2.125rem;
  margin-right: .625rem;
  transition: all .25s
}

header .top-section .nav-login .nav-item small {
  display: block;
  font-size: .813rem;
  transition: all .25s;
  font-family: Barlow, sans-serif
}

header .top-section .nav-login .nav-item span {
  font-weight: 700;
  font-size: .813rem;
  transition: all .25s;
  font-family: Exo, sans-serif
}

header .top-section .nav-login .nav-item .cart-price {
  color: #e1001e;
  min-width: 4.375rem;
  display: inline-block
}

header .top-section .nav-login .nav-item .badge {
  position: absolute;
  right: 0;
  top: 0;
  font-size: .5rem;
  border-radius: .313rem;
  background-color: #1f283b;
  color: #fff
}

header .top-section .nav-login .dropdown-menu {
  margin-top: .438rem
}

header .top-section .nav-login .dropdown-menu .dropdown-item {
  background-color: initial;
  text-decoration: none;
  padding-top: .438rem;
  padding-bottom: .438rem
}

header .top-section .nav-login .dropdown-menu .dropdown-item svg {
  width: 1.125rem;
  height: 1.125rem;
  margin-right: .625rem;
  margin-top: -.125rem;
  opacity: .6
}

header .top-section .nav-login .dropdown-menu .dropdown-item:hover {
  color: #e1001e
}

header .top-section .nav-login .dropdown-menu .dropdown-item:hover svg {
  opacity: 1;
  column-count: #000
}

header .top-section .top-search {
  width: 60%;
  position: relative;
  margin: auto
}

header .top-section .top-search .form-control {
  width: 100% !important;
  transition: all .25s
}

header .top-section .top-search .btn-search {
  position: absolute;
  right: .313rem;
  padding: .25rem .375rem !important;
  border: none;
  letter-spacing: .063rem;
  background-color: #fff !important;
}


header .top-section .top-search .btn-search svg {
  fill: #515151;
  width: 1rem;
  height: 1rem;
}

header .top-section .top-search .btn-search:focus,
header .top-section .top-search .btn-search:hover {
  background-color: initial !important
}

header .main-menu {
  background-color: #f2f2f2;
  padding: 0
}

header .main-menu ul {
  margin: auto
}

header .main-menu ul .dealmenu {
  margin-left: 1.875rem
}

header .main-menu ul .dealmenu .nav-link {
  background-color: #e1001e !important;
  color: #fff !important;
  transform: skew(-190deg);
  margin-bottom: -.313rem;
  padding: .563rem 1.125rem !important;
  font-weight: 700;
  font-size: 1.125rem
}

header .main-menu ul .dealmenu .nav-link img {
  transform: skew(190deg)
}

header .main-menu ul .dealmenu .nav-link:before {
  display: none;
  border-bottom: .313rem solid #000;
  border-right: .313rem solid transparent;
  content: "";
  right: -.313rem;
  position: absolute;
  top: 0;
  z-index: -1
}

header .main-menu ul .dealmenu .nav-link:after {
  border-top: .313rem solid #000;
  border-right: .313rem solid transparent;
  content: "";
  right: -.313rem;
  position: absolute;
  bottom: 0;
  z-index: 1
}

header .main-menu ul .nav-link {
  padding: .625rem 1.25em .5rem 1.25rem !important;
  display: block;
  transition: all .25s;
  color: #282828 !important;
  font-family: Exo, sans-serif;
  font-weight: 700;
  font-size: .938rem;
  letter-spacing: .031rem
}

header .main-menu ul .nav-link .active,
header .main-menu ul .nav-link:hover {
  background-color: #e1001e;
  color: #fff !important
}

header .main-menu ul .nav-link img {
  width: 1.75rem;
  height: 1.75rem;
  margin-top: -.125rem;
  margin-right: .313rem
}

header .main-menu ul .dropdown-menu {
  width: 100%;
  z-index: 1;
  margin-top: 0;
  background-color: #fff;
  padding: .938rem;
  box-shadow: 0 1.563rem 1.875rem -.0625rem rgba(0, 0, 0, .4);
  transition: all .25s;
  border: none;
  min-width: 13.125rem
}

header .main-menu ul .dropdown-menu .container {
  margin: auto;
  max-width: 73.125rem;
  max-height: 28.125rem;
  overflow-y: auto
}

header .main-menu ul .dropdown-menu .container ul {
  float: left;
  width: 25%;
  padding-right: 1.25rem
}

header .main-menu ul .dropdown-menu .container ul .menu-h3 {
  font-size: 1.063rem;
  color: #1f283b;
  margin-bottom: .938rem;
  font-family: Exo, sans-serif; 
  font-weight: 700;
}

header .main-menu ul .dropdown-menu .container ul li {
  position: relative;
  list-style: none;
  margin: .3rem 0;
  padding: 0 0 0 .938rem;
  line-height: normal
}

header .main-menu ul .dropdown-menu .container ul li a {
  font-size: .813rem;
  text-decoration: none;
  font-family: Exo, sans-serif;
  letter-spacing: .031rem;
  color: #1f283b
}
header .main-menu ul .dropdown-menu .container ul li svg {
  fill: #adadad;
  width: 0.875rem;
  height: 0.875rem;
  margin-right: .5rem;
  margin-left: -.938rem
}
header .main-menu ul .dropdown-menu .container ul li a:hover {
  color: #1f283b;
  text-decoration: underline
}

header .main-menu ul .dropdown-menu .container ul li a:hover i {
  color: #1f283b
}

header .main-menu ul .dropdown-menu .container ul li .view-more-list {
  font-weight: 500;
  color: #1f283b;
  text-decoration: underline;
  margin-left: -.938rem
}

header .main-menu ul .dropdown-menu .row {
  width: 100%
}

.full-menu {
  width: 100% !important;
  padding-left: 0;
  padding-right: 0;
  padding-top: 1.875rem !important;
  padding-bottom: 1.875rem !important
}

.position-static {
  position: static !important
}

.m-list {
  float: left;
  width: 100%
}

.m-list h3 {
  font-size: 1.063rem;
  color: #1f283b;
  margin-bottom: .938rem;
  font-weight: 700
}

.m-list li {
  position: relative;
  list-style: none;
  margin: .75rem 0;
  padding-left: .938rem;
  line-height: normal
}

.m-list li a {
  font-size: .813rem;
  color: #1f283b;
  text-decoration: none;
  font-family: Exo, sans-serif;
  letter-spacing: .031rem
}

.m-list li a svg {
  fill: #adadad;
  width: 0.875rem;
  height: 0.875rem;
  margin-right: .5rem;
  margin-left: -.938rem
}

.m-list li a:hover {
  color: #1f283b;
  text-decoration: underline
}

.m-list li a:hover i {
  color: #1f283b
}

.m-list li .view-more-list {
  font-weight: 500;
  color: #1f283b;
  text-decoration: underline;
  margin-left: -.938rem
}

.s-down header {
  transition: all .25s;
  box-shadow: 0 .275rem .3rem -.0625rem rgba(0, 0, 0, .2)
}

.s-down header .top-section {
  padding: .313rem 0
}

.s-down header .top-section .logo img {
  width: auto;
  height: 2.25rem;
  margin-top: 0
}

.s-down header .top-section .nav-login .nav-item {
  line-height: 1;
  transition: all .25s
}

.s-down header .top-section .nav-login .nav-item img {
  width: 1.875rem;
  height: 1.875rem;
  transition: all .25s
}

.s-down header .top-section .nav-login .nav-item small {
  display: block;
  font-size: .75rem;
  transition: all .25s
}

.s-down header .top-section .nav-login .nav-item span {
  font-weight: 700;
  /* font-size: .875rem; */
  transition: all .25s
}

.s-down header .top-section .nav-login .nav-item .badge {
  font-size: .5rem;
  transition: all .25s
}

.s-down header .top-section .top-search .form-control {
  height: 2.25rem
}

.s-down header .main-menu ul .dealmenu .nav-link {
  padding-top: .625rem;
  padding-bottom: .438rem
}

.s-down header .main-menu ul .nav-link {
  padding-top: .375rem;
  padding-bottom: .375rem;
  font-size: 1rem
}

.s-down header .main-menu ul .nav-link img {
  width: 1.5rem;
  height: 1.5rem
}

.mob-tabs-top {
  display: none;
  background-color: #fff;
  padding: .625rem
}

.mob-tabs-top .m-logo img {
  height: 2.375rem;
  width: auto
}

.mob-tabs-top .mob-search-btn {
  background-color: #f2f2f2 !important;
  border: none;
  padding: .5rem;
  line-height: 1;
  font-size: 1.25rem
}
.mob-tabs-top .mob-search-btn svg {
  fill: #515151;
}
.mob-search-div {
  display: none;
  height: 3.563rem;
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #fff;
  padding: 0 .938rem;
  transition: all .3s ease 0s
}

.mob-search-div .container {
  padding-top: .75rem;
  transition: all .3s ease 0s
}

.mob-search-div .container input {
  font-size: 1.125rem;
  transition: all .3s ease 0s;
  font-family: Barlow, sans-serif;
  padding: .313rem;
  font-size: 1.25rem;
  width: 100%;
  color: #000;
  background-color: initial !important;
  border: none;
  border-bottom: .125rem solid #acacac
}

.mob-search-div .container input::placeholder {
  color: #000 !important
}

.mob-search-div .container .btn {
  margin-top: -.313rem;
  padding: 0;
  border: none !important
}

.mob-search-div .container .btn img {
  width: 1.5rem;
  margin-top: .375rem;
  margin-right: .938rem;
}

.mob-search-div .container .btn:focus,
.mob-search-div .container .btn:hover {
  background-color: initial !important;
  border: none !important
}

.mob-search-div .s-close {
  position: absolute;
  right: .625rem;
  top: .938rem;
  width: 1.75rem;
  height: 1.75rem;
  opacity: 1;
  cursor: pointer;
  z-index: 10
}

.mob-search-div .s-close:after {
  transform: rotate(45deg)
}

.mob-search-div .s-close:after,
.mob-search-div .s-close:before {
  position: absolute;
  left: .938rem;
  content: "";
  height: 1.5rem;
  width: .125rem;
  background-color: #acacac
}

.mob-search-div .s-close:before {
  transform: rotate(-45deg)
}



@media screen and (max-width: 1366px) {
  header .top-section .top-search {
    width: 70%
  }

  header .main-menu ul .dealmenu .nav-link {
    padding-top: .688rem !important;
    padding-bottom: .688rem !important;
    font-size: .875rem;
    margin-top: 0;
    margin-bottom: -.625rem
  }

  header .main-menu ul .dealmenu .nav-link:after {
    border-top-width: .25rem
  }

  header .main-menu ul .nav-link {
    padding-top: .438rem;
    padding-bottom: .438rem;
    font-size: .875rem;
    letter-spacing: normal
  }

  header .main-menu ul .nav-link img {
    width: 1.5rem;
    height: 1.5rem
  }

  .s-down header .main-menu ul .dealmenu .nav-link {
    padding-top: .438rem;
    padding-bottom: .438rem
  }

  .s-down header .main-menu ul .nav-link {
    padding-top: .375rem;
    padding-bottom: .375rem;
    font-size: .813rem
  }
}

@media screen and (max-width: 1024px) {
  header .top-section .top-search {
    width: 70%
  }

  header .main-menu ul .dealmenu .nav-link {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important
  }

  header .main-menu ul .nav-link {
    padding: .375rem .813rem !important;
    font-size: .875rem;
    letter-spacing: normal
  }

  header .main-menu ul .nav-link img {
    display: none
  }

  header .main-menu ul .dropdown-menu .container ul .menu-h3 {
    font-size: .938rem
  }

  header .main-menu ul .dropdown-menu .container ul li a {
    font-size: .875rem
  }

  header .main-menu ul .dropdown-menu .container ul li a i {
    font-size: .75rem
  }

  header .main-menu .container ul h3,
  header .main-menu .container ul li a {
    font-size: .813rem
  }

  header .main-menu .container ul li a i {
    font-size: .688rem
  }

  .s-down header .main-menu ul .dealmenu .nav-link {
    padding-top: .5rem;
    padding-bottom: .5rem
  }
}

@media screen and (max-width: 800px) {
  header {
    box-shadow: 0 .275rem .3rem -.0625rem rgba(0, 0, 0, .05)
  }

  header .top-section .top-search {
    width: 100%
  }

  header .top-section .col {
    padding: 0
  }

  .dis-sm-none,
  .sm-d-none {
    display: none
  }

  .mob-tabs-top {
    display: block
  }

  .s-down header {
    box-shadow: 0 .275rem .3rem -.0625rem rgba(0, 0, 0, .05)
  }
}

@media screen and (max-width: 640px) {
  .mob-search-div .container {
    padding-left: 0
  }

  .mob-search-div .container input {
    font-size: 1rem
  }

  .mob-search-div .container .btn img {
    width: 1.375rem
  }

  .mob-tabs-top {
    padding: .375rem
  }

  .mob-tabs-top .m-logo img {
    height: 2.188rem;
    width: auto
  }

  .mob-tabs-top .mob-search-btn {
    padding: .5rem;
    font-size: 1.125rem;
    margin-right: .438rem
  }
}

.left-filters {
  padding: 0.9375rem 0 0;
  text-align: left;
  overflow: auto;
  border-right: .063rem solid #dee2e6;
  z-index: 10;
  transition: all .25s;
  overflow-y: auto;
  height:100%;
}

.left-filters h3, .left-filters .filters-title {
  font-size: 1.125rem;
  color: #515151;
  padding-left: .938rem;
  margin-bottom: .625rem;
  font-weight: 700;
}

.left-filters h3 span, .left-filters .filters-title span {
  color: #e1001e
}

.left-filters .fa-caret-right {
  margin-right: .625rem;
}

.s-down .left-filters {
  top: 4.875rem !important;
  transition: all .25s
}

.refine-div {
  background-color: #f5f5f5;
  padding: .938rem;
  border-bottom: .063rem solid #e2e2e3;
  border-top: .063rem solid #e2e2e3
}

.refine-div .heading04 {
  font-size: .875rem;
  color: #1f283b;
  margin-bottom: .375rem;
  font-weight: 500;
}

.refine-div .heading04 .btn-primary {
  float: right;
  font-size: .688rem;
  padding: .25rem 0;
  width: 2.813rem;
  line-height: 1;
  border: none
}

.refine-div .heading04 .btn-primary,
.refine-div .heading04 .btn-primary:focus {
  background-color: #878787;
  color: #fff
}

.refine-div .refine-s-item {
  border-radius: .75rem;
  background-color: #fff;
  border-color: #e2e2e3;
  font-size: .688rem;
  line-height: 1;
  display: inline-block;
  padding: .188rem 1.563rem .188rem .5rem;
  margin-right: .313rem;
  margin-bottom: .25rem
}

.refine-div .refine-s-item .close {
  position: absolute;
  top: 0;
  right: .375rem;
  border: none;
  outline: none;
  font-size: 1.125rem;
  cursor: pointer
}

.accordion-pl .search-filter {
  position: relative
}

.accordion-pl .search-filter svg {
  position: absolute;
  top: 0.625rem;
  right: .5rem;
  fill: #b9b9b9;
  width: 0.9375rem;
  height: 0.9375rem;
}

.accordion-pl .search-filter input {
  border: .063rem solid #dee2e6;
  background-color: #fff;
  height: 2.125rem;
  border-radius: .313rem;
  box-shadow: none;
  font-size: .813rem;
  margin-bottom: .938rem
}

.accordion-pl .search-filter input:focus {
  border: .063rem solid #e1001e
}

.accordion-pl .btn {
  width: 100%;
  font-size: .875rem;
  text-align: left;
  line-height: 1;
  padding: .5rem .938rem;
  border-radius: 0 !important;
  font-weight: 500;
  margin-bottom: .063rem;
  background-color: initial;
  border: none;
  border-bottom: .063rem solid #dee2e6;
  color: #1f283b
}

.accordion-pl .btn:focus,
.accordion-pl .btn:hover {
  background-color: initial !important;
  border-bottom: .063rem solid #dee2e6 !important
}

.accordion-pl .btn svg {
  width: 0.875rem;
  height: 0.875rem;
  transform: rotate(90deg);
  transition: all .25s ease-in-out;
  margin-top: -0.0625rem;
}

.accordion-pl .btn.active {
  background-color: #1f283b;
  color: #fff
}
.accordion-pl .btn.active svg {
  fill: #fff
}

.accordion-pl .btn.active:focus,
.accordion-pl .btn.active:hover {
  background-color: #1f283b !important;
  color: #fff !important
}

.accordion-pl .collapsed svg{
  transform: rotate(0);
  transition: all .25s ease-in-out
}

.accordion-pl .filterdiv {
  padding: .938rem
}

.accordion-pl .custom-control {
  margin-bottom: .625rem;
  padding-right: 2.188rem
}

.accordion-pl .custom-control-label {
  font-size: .813rem
}

.accordion-pl .custom-control-label:before {
  top: .125rem;
  background-color: #d7d7d7
}

.accordion-pl .custom-control-label:after {
  top: .125rem
}

.accordion-pl .badge {
  position: absolute;
  right: 0;
  top: .25rem;
  font-size: .625rem;
  border-radius: .313rem;
  background-color: #fff
}

.product-list-sider {
  position: sticky;
  top: 5.75rem;
  height: calc(100vh - 5.75rem);
  /* overflow-y: auto; */
  padding-bottom: 1.25rem;
  background: #efefef;
  width: 16.875rem;

}
.product-list {
  padding-right: 0;
  flex: 1;
  /* height: calc(200vh - 92px);  */
  position: relative;
  padding-left:0.9375rem;
  padding-right: 0.9375rem;
  padding-top: 0.625rem;
  width: 100%;
}
.product-list .pr-row {
  margin: 0
}

.product-list .col-lg-3 {
  flex: 0 0 20%;
  max-width: 20%;
  padding: 0 1.25rem
}

.product-list h1 {
  font-size: 2rem;
  color: #1f283b;
  padding-top: 0.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem
}

.product-list h1 span {
  color: #e1001e;
  font-weight: 400
}

.product-list h1 img {
  margin-right: .938rem;
  margin-top: -.438rem;
  width: 1.75rem;
}

.product-list p {
  font-size: .9375rem;
  margin-bottom: 0;
  color: #6c757d
}
.description-html p{
  line-height: 1.5rem;
  height: 3.4375rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.show-text p{
  height: auto;
  overflow:visible;
  text-overflow:unset;
  -webkit-line-clamp:unset;
  padding-bottom: 0.9375rem;
}
.product-list .sorting {
  font-size: .813rem;
  color: #6c757d;
  padding-top: 0;
  padding-bottom: .625rem;
  transition: all .4s ease-in-out
}

.product-list .sorting span {
  margin-top: .313rem;
  display: block
}

.product-list .sorting hr {
  margin-top: .313rem;
  margin-bottom: .313rem;
  border: none;
  border-bottom: .063rem solid #dee2e6
}

.product-list .sorting .custom-select {
  font-size: .813rem;
  padding: .313rem;
  border-color: #dee2e6;
  border-radius: .313rem;
  color: #1f283b;
  float: right;
  width: 10rem
}

.product-list .sorting .btn-filter-mob {
  display: none
}

.product-list .sub-category {
  width: 100%;
  margin: auto;
  position: relative;
  font-family: Exo, sans-serif
}

.product-list .sub-category .owl-carousel {
  padding-left: 1.875rem;
  padding-right: 1.875rem
}

.product-list .sub-category .owl-carousel .owl-nav button {
  background: 0 0;
  color: inherit;
  padding: 0 !important;
  font: inherit;
  font-size: inherit;
  font-size: 2.5rem;
  outline: none;
  border: none
}

.product-list .sub-category .owl-carousel .owl-nav .owl-next {
  position: absolute;
  right: 0;
  top: -.75rem;
  line-height: 1
}

.product-list .sub-category .owl-carousel .owl-nav .owl-prev {
  position: absolute;
  left: 0;
  top: -.75rem;
  line-height: 1
}

.product-list .sub-category .owl-carousel .owl-nav:hover {
  background: #fff;
  color: #e1001e;
  text-decoration: none;
  outline: none;
  border: none
}

.product-list .sub-category .owl-carousel a {
  font-size: .844rem;
  padding: .313rem 1.063rem;
  float: left;
  border-radius: 1.875rem;
  text-decoration: none;
  white-space: nowrap;
  background-color: #f2f2f2;
  color: #515151
}

.product-list .sub-category .owl-carousel a.active,
.product-list .sub-category .owl-carousel a:hover {
  background-color: #e1001e;
  color: #fff !important
}

.price-range {
  padding: 2.5rem 1.25rem 0rem 1.25rem;
}

.price-range .price-range-value {
  padding-top: 2.938rem;
  padding-bottom: 1.25rem;
}

.price-range .price-range-value .col-6 {
  padding-left: .313rem;
  padding-right: .313rem
}

.price-range .price-range-value .col-6 .input-group-text {
  background-color: initial;
  padding: 0 0.5rem 0 0;
  border: none
}

.price-range .price-range-value .col-6 .form-control {
  font-size: .875rem;
  height: 2.063rem;
  padding: .25rem
}

.price-range .noUi-horizontal {
  height: .375rem;
  border: none;
  background-color: #c5c5c5;
  width: 13rem; margin: auto ;
}

.price-range .noUi-horizontal .noUi-handle:focus {
  outline: none
}

.price-range .noUi-horizontal .noUi-connect {
  background-color: #e1001e !important;
  border-radius: .125rem
}

.price-range .noUi-horizontal .noUi-background {
  background-color: #c5c5c5
}

.price-range .noUi-horizontal .noUi-marker-horizontal.noUi-marker {
  margin-left: -.063rem;
  width: .063rem;
  height: .313rem;
  height: .563rem;
  background-color: #cfcfcf
}

.price-range .noUi-horizontal .noUi-value {
  font-size: .75rem;
  padding-top: 0
}

.price-range .noUi-horizontal .noUi-handle {
  top: 50%;
  width: 1.375rem;
  height: 1.375rem;
  margin-top: -.6875rem;
  border: 0;
  border-radius: 50%;
  box-shadow: 0 .125rem .5625rem -.125rem rgba(0, 0, 0, .25)
}

.price-range .noUi-horizontal .noUi-handle:after,
.price-range .noUi-horizontal .noUi-handle:before {
  display: none
}

.price-range .noUi-horizontal .noUi-tooltip {
  padding: .188rem .313rem;
  border: 0;
  background-color: #1f283b;
  color: #fff;
  font-size: 0.6875rem;
  line-height: 1;
  border-radius: .1875rem;
  width: auto;
  top: -1.438rem;
  /* left: 0 */
}
.filter-header-sm{
  display: none;
}
.bottombar-content .nic-shot-list .crosssale-item{
  width: -webkit-max-content;
  width: max-content;
  padding: 0 0 1.25rem;
  float: left;
}

@media screen and (max-width: 1680px) {
  .product-list .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 1.875rem
  }
}

@media screen and (max-width: 1440px) {


  .product-list .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 .938rem
  }
}

@media screen and (max-width: 1366px) {

  .product-list .col-lg-3 {
    flex: 0 0 33%;
    max-width: 33%;
    padding: 0 1.25rem
  }

  .product-list h1 {
    font-size: 1.5rem;
    color: #1f283b
  }

  .product-list h1 span {
    color: #e1001e
  }

  .product-list h1 img {
    display: inline;
    margin-right: .625rem;
    margin-top: -.188rem
  }
}

@media screen and (max-width: 1280px) {
  .product-list .col-lg-3 {
    flex: 0 0 33%;
    max-width: 33%;
    padding: 0 1.25rem
  }
  .product-list-sider {
    width: 15.313rem;
  }
  .price-range .noUi-horizontal {
    width: 12rem;
  }
}

@media screen and (max-width: 1024px) {
  .product-list {
    padding-top: 0
  }

  .product-list .col-lg-3 {
    flex: 0 0 33%;
    max-width: 33%;
    padding: 0 .625rem
  }

  .product-list h1 {
    padding: .938rem 1.25rem;
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    background-color: #f2f2f2;
    font-size: 1.375rem;
    line-height: 1
  }

  .product-list h1 img {
    display: inline;
    margin-right: .625rem;
    margin-top: -.125rem
  }

  .product-list .sorting {
    font-size: .813rem;
    padding-bottom: .438rem
  }

  .product-list .sorting hr {
    margin-top: .25rem;
    margin-bottom: .25rem
  }

  .product-list .sorting .custom-select {
    font-size: .813rem;
    width: 8.75rem
  }
}

@media screen and (max-width: 800px) {

  .product-list {
    padding-left: 1.25rem
  }

  .product-list .col-lg-3, .product-list-main .col-lg-3 {
    flex: 0 0 33%;
    max-width: 33%;
    padding: 0 .5rem
  }

  .product-list .sorting {
    font-size: .813rem;
    padding-bottom: .438rem
  }

  .product-list .sorting span {
    display: none
  }

  .product-list .sorting .custom-select {
    float: left
  }

  .product-list .sorting .btn-filter-mob {
    display: inline !important;
    float: right;
    margin-left: .938rem;
    font-size: .938rem;
    padding: .25rem .625rem
  }

  .product-list .sorting .btn-filter-mob img {
    width: .938rem;
    height: .938rem;
    margin-top: -.125rem
  }

  .s-down .product-list {
    padding-top: 3.563rem
  }

  .s-down .sorting {
    position: fixed;
    left: 0;
    right: 0;
    top: 3.625rem;
    margin: auto !important;
    width: 100%;
    background-color: #f8f8f8;
    z-index: 50;
    padding-top: .625rem !important;
    box-shadow: 0 .275rem .3rem -.0625rem rgba(0, 0, 0, .05);
    transition: all .4s ease-in-out
  }

  .s-down .sorting hr {
    display: none
  }

  .price-range {
    background-color: #efefef
  }
  .filter-header-sm{
    background-color: #fff;
    border: solid 0.0625rem #d7d7d7;
    color: #1f283b;
    font-family: Exo,sans-serif;
    letter-spacing: .063rem;
    line-height: 3rem;
    font-size: 1.125rem;
    padding: 0 1.25rem;
    margin: 0;
    font-weight: 700;
    width: 100%;
    display: block;
  }
  .refine-div{
    border-top: none;
  }
  .filter-sm-set{
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .filter-sm-set h3{
    display: none;
  }
  .product-list-sider {
    position: fixed;
    top: 0;
    left: -100%;
    width: 20.625rem;
    z-index: 1300;
    padding: 0 0;
    height: 100vh;
    -webkit-transition:  1s cubic-bezier(.23,1,.32,1) !important;
    -moz-transition:  1s cubic-bezier(.23,1,.32,1) !important;
    transition:  1s cubic-bezier(.23,1,.32,1) !important;
    display: flex;
    flex-direction: column;
  }
  .activ-filter{
    left: 0;
    -webkit-transition:  .75s cubic-bezier(.23,1,.32,1) !important;
    -moz-transition:  .75s cubic-bezier(.23,1,.32,1) !important;
    transition:  .75s cubic-bezier(.23,1,.32,1) !important;
    box-shadow: 0rem 0rem 3.125rem 0rem rgba(0, 0, 0, 0.5);
  }
  .left-filters {
    padding-top: 0;
  }
  .price-range .noUi-horizontal {
    width: 93%;
  }
}

@media screen and (max-width: 640px) {
  .product-list .col-lg-3, .product-list-main .col-lg-3 {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 .938rem
  }

  .product-list h1 {
    font-size: 1.25rem;
    color: #1f283b
  }

  .product-list h1 span {
    color: #e1001e
  }

  .product-list .sorting {
    font-size: .813rem;
    padding-bottom: .438rem
  }

  .product-list .sorting .btn-filter-mob {
    font-size: .75rem
  }

  .product-list .sorting hr {
    margin-top: .25rem;
    margin-bottom: .25rem
  }

  .product-list .sorting .custom-select {
    font-size: .75rem;
    width: 10.625rem
  }

  .product-list .sub-category .owl-carousel .owl-nav button {
    font-size: 2.188rem
  }

  .product-list .sub-category .owl-carousel a {
    font-size: .75rem;
    padding: .188rem .813rem
  }

  .s-down .sorting {
    top: 2.875rem
  }

  .s-down .product-list {
    padding-top: 3.313rem
  }
}

@media screen and (max-width: 480px) {
  .product-list .pr-row {
    margin-left: -.938rem;
    margin-right: -.938rem
  }

  .product-list .col-lg-3, .product-list-main .col-lg-3, .deals-banners .col-lg-3{
    padding: 0 .625rem
  }
  .deals-banners a {
    margin-bottom: 1.25rem;
}
  .product-list h1 {
    font-size: 1.125rem;
    padding: .625rem 1.25rem
  }
  .product-list-sider {
    width: 100%;
  }
}

@media screen and (max-width: 320px) {
  .product-list .col-lg-3, .product-list-main .col-lg-3 {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 .938rem
  }
}

.view-more-div {
  width: 100%;
  margin-bottom: .938rem;
  padding: .188rem 0 0 !important;
  border-top: .063rem solid #dfdfdf
}

.view-more-div a {
  color: #1f283b;
  border-radius: .313rem;
  text-decoration: underline;
  cursor: pointer;
  text-decoration: none;
  display: table;
  text-align: center;
  margin: auto;
  font-size: .813rem;
  font-family: Exo, sans-serif;
  font-weight: 500;
  padding: .188rem
}

.view-more-div a:hover {
  text-decoration: underline;
  color: #e1001e
}

.product-card {
  background-color: #fff;
  padding: 0;
  position: relative;
  margin-bottom: 1.875rem;
  box-shadow: 0 0 1.3rem 0 rgba(0, 0, 0, .1);
  border-radius: .313rem;
  transition: all .4s ease-in-out;
  font-size: .875rem
}

.product-card:hover {
  box-shadow: 0 0 .6rem 0 rgba(0, 0, 0, .35)
}

.product-card .img-link {
  display: block;
  cursor: pointer
}

.product-card .offer-l {
  font-family: Exo, sans-serif;
  position: absolute;
  top: .563rem;
  left: -.438rem;
  padding: .25rem .375rem 0;
  font-size: .688rem;
  font-weight: 500;
  z-index: 3;
  background-color: #fed02a;
  color: #282828;
  line-height: 1;
  height: 1.125rem
}

.product-card .offer-l:before {
  border-top: .313rem solid #000;
  border-left: .438rem solid transparent;
  content: "";
  left: 0;
  position: absolute;
  top: 1.125rem;
  z-index: -1
}

.product-card .label-pr-popular {
  background-color: #fb8c00;
  color: #fff
}

.product-card .label-pr-popular:before {
  border-top: .313rem solid #050814
}

.product-card .label-pr-featured {
  background-color: #1e89e4;
  color: #fff
}

.product-card .label-pr-featured:before {
  border-top: .313rem solid #075396
}

.product-card .label-pr-new {
  background-color: #4dae52;
  color: #fff
}

.product-card .label-pr-new:before {
  border-top: .313rem solid #256532
}

.product-card .label-pr-category {
  background-color: #009cde;
  color: #fff;
}
.product-card .offer-l + .label-pr-category {
  top: 2.25rem; /* Modify when .offer-l is present */
}

.product-card .label-pr-category:before {
  border-top: .313rem solid #0074a5
}

.product-card .offer-r {
  transform: rotate(90deg);
  font-weight: 500;
  position: absolute;
  right: -2.813rem;
  top: 3.188rem;
  padding: .313rem .5rem;
  font-size: .8125rem;
  text-align: center;
  z-index: 3;
  color: #258802;
  line-height: 1;
  border-radius: .313rem
}

.product-card .offer-r span {
  font-weight: 700;
  font-family: Exo, sans-serif;
  margin-bottom: .125rem;
  background-color: #258802;
  color: #fff;
  padding-left: .25rem;
  padding-right: .25rem;
  margin-right: .25rem
}

.product-card .img-thumb {
  position: relative;
  text-align: center;
  margin-top: .625rem;
  margin-bottom: .625rem;
  display: inline-block
}

.product-card .img-thumb .middle {
  height: 15.625rem;
  width: 19.375rem;
  text-align: center;
  vertical-align: middle;
  display: table-cell; 
}

.product-card .img-thumb .middle img {
  width: 100%;
  height: auto; 
}

.product-card .p-val {
  color: #fff;
  position: absolute;
  bottom: 5rem;
  right: -.438rem;
  line-height: 1;
  text-align: right;
  letter-spacing: .063rem;
  font-size: .75rem;
  font-weight: 500;
  z-index: 4;
  font-family: Exo, sans-serif;
  background-color: #16872e;
  padding: .188rem .625rem .125rem .313rem
}

.product-card .p-val:before {
  border-top: .375rem solid #0b6c20;
  border-right: .438rem solid transparent;
  content: "";
  right: 0;
  position: absolute;
  top: 1.063rem;
  z-index: -1
}

.product-card h3  {
  font-size: .938rem;
  font-weight: 700;
  line-height: 1.3rem;
  letter-spacing: normal;
  height: 1.3rem;
  overflow: hidden;
  color: #1f283b;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin: .313rem 0 .313rem -.9rem;
  padding: 0 0 0 .9rem;
  position: relative;
}

.product-card h3:before {
  background: #e1001e;
  position: absolute;
  width: .125rem;
  height: 1.75rem;
  left: 0;
  top: 0;
  content: ""
}

.product-card .text-lab {
  line-height: 1.3rem;
  height: 1.3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-size: .813rem;
  padding-right: 3rem
}

.product-card strong {
  font-weight: 700
}

.product-card .price {
  width: 100%;
  line-height: 1;
  padding-top: 0
}

.product-card .price .p-from {
  font-size: .813rem;
  margin-bottom: .375rem;
  margin-right: .313rem
}

.product-card .price .s-price {
  font-size: 1.063rem;
  color: #e1001e;
  font-weight: 800;
  font-family: Exo, sans-serif
}

.product-card .customer-reviews {
  margin-bottom: .625rem
}

.product-card .customer-reviews .review-icons {
  font-size: .875rem
}

.product-card .customer-reviews .review-icons i {
  width: 16.125rem;
  display: inline-block;
  line-height: 1;
  width: .938rem;
  min-width: .625rem;
  max-width: 100%;
  color: #fed02a;
  margin-right: .25rem
}

.product-card .customer-reviews .review-icons small {
  font-size: .75rem
}

.product-card .lab-size {
  white-space: nowrap;
  overflow: hidden;
}

.product-card .lab-size strong {
  min-width: 3.688rem;
  padding-right: .313rem;
  float: left
}

.product-card .lab-size span {
  background-color: #828282;
  color: #fff;
  margin-right: .188rem;
  padding: .188rem .313rem;
  display: inline-block;
  border-radius: .188rem;
  font-size: .688rem;
  line-height: 1
}

.product-card .lab-colors {
  margin-bottom: 0;
  display: inline-block;
  letter-spacing: normal;
  font-size: .75rem
}

.product-card .lab-colors strong {
  min-width: 3.688rem;
  padding-right: .313rem;
  float: left
}

.product-card .lab-colors ul {
  display: inline-flex
}

.product-card .lab-colors ul li {
  display: inline-block;
  list-style: none;
  background-color: #e9ecef;
  font-size: .688rem;
  color: #000;
  padding: .188rem .313rem;
  border: .063rem solid #dadada;
  border-left-color: #fff;
  line-height: 1
}

.product-card .lab-colors ul li:first-child {
  border-top-left-radius: .188rem;
  border-bottom-left-radius: .188rem;
  border-left: .063rem solid #dadada
}

.product-card .lab-colors ul li:last-child {
  border-top-right-radius: .188rem;
  border-bottom-right-radius: .188rem
}

.product-card .btn-primary {
  width: 100%;
  padding: .5rem .75rem;
  line-height: 1;
  font-size: .875rem;
  background-color: #1aa94d !important;
  border-color: #1aa94d !important
}

.product-card .btn-primary:focus,
.product-card .btn-primary:hover {
  background-color: #128f38 !important;
  border-color: #128f38 !important
}

.product-card .btn-primary i {
  margin-right: .313rem
}

.product-card .pr-lc {
  background-color: #f8f8f8;
  border-top: .063rem solid #e7e7e7;
  border-bottom: .063rem solid #e7e7e7;
  padding-top: .5rem;
  padding-left: .938rem;
  min-height: 4.063rem
}

.product-card .btn-bookmark {
  font-size: 1rem;
  border: .063rem solid #e1001e;
  background-color: #fff;
  border-radius: 50% !important;
  width: 2.063rem;
  height: 2.063rem;
  color: #e1001e;
  text-align: center;
  padding: 0;
  line-height: 1;
  margin-top: -1.25rem;
  margin-right: -.313rem
}

.product-card .btn-bookmark:focus {
  border-color: unset !important;
  background-color: unset !important;
  color: unset !important;
}
.product-card .btn-bookmark:hover,
.product-card .btn-bookmark.active {
  border: .063rem solid #e1001e !important;
  background-color: #e1001e !important;
  color: #fff !important
}
.product-card .btn-bookmark svg {
  fill: #e1001e;
}

/*.product-card .btn-bookmark:focus svg,*/
.product-card .btn-bookmark:hover svg,
.product-card .btn-bookmark.active svg{
  fill: #fff !important
}
.product-card .pb-sec {
  padding-bottom: .625rem;
  padding-top: .625rem
}

.product-card a {
  text-decoration: none
}

.pr-pv {
  vertical-align: middle;
  margin: auto;
  height: 2.188rem;
  padding-right: .625rem;
  display: flex
}

.sold-out .sold-out-lab {
  height: 1.438rem;
  width: 90%;
  margin: auto;
  background-color: rgba(0, 0, 0, .6);
  color: #fff;
  font-size: .938rem;
  font-weight: 700;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  letter-spacing: .063rem
}

.sold-out img {
  opacity: .3
}

@media screen and (max-width: 1280px) {
  .product-card .btn-primary {
    letter-spacing: normal
  }
}

@media screen and (max-width: 1024px) {

  .product-card .price .d-price,
  .product-card .price .p-from {
    font-size: .75rem
  }

  .product-card .price .s-price {
    font-size: .813rem
  }

  .product-card .btn-primary {
    font-size: .813rem;
    padding: .5rem;
    letter-spacing: normal
  }
}

@media screen and (max-width: 767px) {
  .crosssale-item .product-card .p-val {
    bottom: 5.75rem;
  }
}

@media screen and (max-width: 480px) {
  .product-card {
    margin-bottom: 1.25rem
  }

  .product-card .offer-l {
    height: 1rem;
    padding: .188rem .313rem;
    font-size: .719rem;
    line-height: 1
  }

  .product-card .offer-l:before {
    top: 1rem;
    border-top-width: .35rem
  }

  .product-card .label-pr-category {
    /*top: 2rem*/
  }
  .product-card .offer-l + .label-pr-category {
    top: 2rem; /* Modify when .offer-l is present */
  }

  .product-card .offer-r {
    font-size: .688rem;
    top: 2.625rem;
    right: -2.625rem
  }

  .product-card h3  {
    font-size: .75rem;
  }
  .product-card h3:before {
    height: 1.5rem
  }

  .product-card .text-lab {
    font-size: .688rem;
    padding-right: 1.813rem
  }

  .product-card .text-lab strong {
    display: none
  }

  .product-card .price .d-price,
  .product-card .price .p-from {
    font-size: .781rem
  }

  .product-card .price .s-price {
    font-size: .875rem
  }

  .product-card .p-val {
    right: -.313rem;
    bottom: 4.375rem;
    font-size: .625rem
  }

  .product-card .p-val:before {
    top: .938rem;
    border-top: .25rem solid #0b6c20;
    border-right: .313rem solid transparent
  }

  .product-card .img-thumb {
    margin-top: 1.125rem;
    margin-bottom: .5rem
  }

  .product-card .img-thumb .middle {
    height: 6.876rem
  }

  .product-card .lab-size {
    margin-bottom: .188rem
  }

  .product-card .lab-colors strong,
  .product-card .lab-size strong {
    font-size: .625rem;
    min-width: 3.063rem;
    padding-top: .188rem
  }

  .product-card .customer-reviews {
    margin-bottom: .063rem
  }

  .product-card .customer-reviews .review-icons {
    font-size: .75rem;
    margin-bottom: .313rem
  }

  .product-card .btn-primary {
    font-size: .875rem;
    padding: .375rem;
    letter-spacing: normal
  }

  .product-card .btn-primary i {
    margin-right: .125rem
  }

  .product-card .btn-bookmark {
    height: 1.75rem;
    width: 1.75rem;
    font-size: .813rem
  }

  .product-card .pb-sec {
    padding: .625rem
  }

  .product-card .pr-lc {
    padding-left: .938rem
  }

  .sold-out .sold-out-lab {
    font-size: .813rem;
    height: 1.188rem
  }
  .crosssale-item .product-card .p-val {
    bottom: 3.5rem;
  }
}

@media screen and (max-width: 425px) {
  .product-card .lab-size {
    margin-bottom: .188rem
  }

  .product-card .lab-colors strong,
  .product-card .lab-size strong {
    display: none
  }

  .product-card .price {
    padding-top: .125rem
  }

  .product-card .price .p-from {
    font-size: .688rem
  }

  .product-card .price .s-price {
    font-size: .75rem
  }

  .product-card .customer-reviews .review-icons {
    font-size: .688rem
  }

  .product-card .customer-reviews .review-icons i {
    margin-right: .125rem;
    width: .75rem
  }

  .product-card .btn-primary {
    font-size: .75rem;
    padding: .5rem
  }

  .product-card .btn-primary i {
    margin-right: .188rem
  }

  .product-card .btn-bookmark {
    margin-top: -1.563rem;
    margin-right: -.313rem
  }

  .pr-pv {
    height: 1.625rem;
    padding-right: .188rem
  }
}

@media screen and (max-width: 414px) {
  .product-card .btn-primary {
    font-size: .688rem;
    padding: .5rem .313rem
  }

  .product-card .btn-primary i {
    margin-right: .125rem
  }

  .product-card .pr-pv {
    padding-right: .125rem
  }
}

@media screen and (max-width: 375px) {
  .product-card .price {
    line-height: normal !important
  }

  .product-card .price .p-from {
    font-size: .688rem
  }

  .product-card .price .s-price {
    font-size: .75rem
  }

  .product-card .p-val {
    bottom: 4.6875rem
  }

  .product-card .offer-r {
    font-size: .656rem
  }

  .product-card .btn-primary {
    font-size: .688rem;
    padding: .5rem .281rem
  }

  .product-card .sl-price {
    margin-bottom: -.188rem;
    display: block
  }
}

@media screen and (max-width: 320px) {
  .product-card .btn-primary {
    font-size: .688rem;
    padding: .5rem
  }
}

.clear-cart-lsit,
.clear-cart-lsit:focus,
.clear-cart-lsit:hover {
  background-color: rgba(0, 0, 0, .1) !important;
  border: none !important;
  color: #fff !important;
  padding: .125rem .375rem;
  position: absolute;
  right: 3.75rem;
  top: .688rem;
  font-size: .875rem
}

.discount-cart-sidebar-lab {
  background-color: #fed02a;
  color: #282828;
  line-height: 1;
  font-size: .813rem;
  font-weight: 500;
  padding: .25rem .313rem .188rem;
  display: block;
  border-radius: .188rem;
  letter-spacing: .063rem;
  font-family: Exo, sans-serif;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  margin-bottom: .313rem;
  margin-top: 0.225rem
}

#sidebar-cart {
  width: 28.75rem;
  position: fixed;
  top: 0;
  right: -100%;
  height: 100vh;
  z-index: 1030;
  color: #000;
  background-color: #fff;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  display: flex;
  flex-direction: column;
  transition: .75s cubic-bezier(.23, 1, .32, 1)
}

#sidebar-cart .cart-header {
  background-color: #e1001e !important;
  color: #fff !important;
  box-shadow: 0 0 1.3rem 0 rgba(0, 0, 0, .2);
  z-index: 10
}

#sidebar-cart .cart-header .side-close:after,
#sidebar-cart .cart-header .side-close:before {
  background-color: #fff
}

#sidebar-cart .sidebar-div {
  padding-bottom: 3.75rem
}

#sidebar-cart .sidebar-cart-bottom {
  background-color: #fff;
  box-shadow: 0 0 0.9375rem 0 rgba(0, 0, 0, .2);
  padding: .625rem 0;
  font-size: .938rem;
  z-index: 5;
  letter-spacing: .063rem;
  line-height: 2.125rem;
  position: fixed;
  width: inherit;
  right: 0;
  bottom: -.063rem;
  z-index: 100;
  right: -100%;
  transition: .75s cubic-bezier(.23, 1, .32, 1)
}

#sidebar-cart .sidebar-cart-bottom strong {
  font-weight: 700
}

#sidebar-cart .sidebar-cart-bottom .btn-primary {
  background-color: #1aa94d !important;
  border-color: #1aa94d !important
}

#sidebar-cart .sidebar-cart-bottom .btn-primary:focus,
#sidebar-cart .sidebar-cart-bottom .btn-primary:hover {
  background-color: #128f38 !important;
  border-color: #128f38 !important
}

#sidebar-cart .sidebar-cart-bottom .btn-primary svg {
  margin-left: 0.5rem; fill: #fff;
  width: 1.125rem;
  height: 1.125rem;
  margin-top: -0.125rem;
}

#sidebar-cart .delivery-hours {
  background-color: #e8f5ff;
  border: .063rem solid #94bcdd;
  border-radius: .313rem;
  padding: .625rem;
  margin-top: .938rem;
  display: table
}

#sidebar-cart .delivery-hours .hours-icon svg {
  width: 2.25rem;
  height: 2.25rem;
  margin-right: .5rem
}

#sidebar-cart .delivery-hours .hours-icon svg .svg-color {
  fill: #005daa
}

#sidebar-cart .delivery-hours .hours-cont {
  display: table-cell;
  vertical-align: middle;
  width: 100%
}

#sidebar-cart .delivery-hours .hours-cont .heading3 {
  line-height: normal;
  font-size: .875rem;
  color: #005daa;
  letter-spacing: normal;
  font-family: Exo, sans-serif;
    letter-spacing: .06rem;
    font-weight: 600;
}

#sidebar-cart .delivery-hours .hours-cont .heading3 span {
  font-size: .75rem;
  font-weight: 400;
  font-family: Barlow, sans-serif;
  letter-spacing: normal
}

#sidebar-cart .itemlist {
  background-color: #f7f7f7;
  border: .063rem solid #efefef;
  border-radius: .313rem;
  padding: .5rem;
  font-size: .875rem;
  position: relative;
  margin: .5rem 0
}

#sidebar-cart .itemlist img {
  width: 5.625rem;
  height: 5.625rem;
  border: .063rem solid #f4f4f4;
  border-radius: .313rem
}

#sidebar-cart .itemlist .it-heading2, #sidebar-cart .itemlist .fr-heading {
  font-size: .875rem;
  font-weight: 700;
  padding-right: .938rem;
  line-height: normal;
  height: 1.25rem;
  overflow: hidden;
  color: #1f283b;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  position: relative;
  font-family: Exo, sans-serif;
  letter-spacing: .06rem;
}

#sidebar-cart .itemlist .flavors-lab-cart {
  font-size: .75rem;
  line-height: 1
}

#sidebar-cart .itemlist .flavors-lab-cart strong {
  margin-right: .313rem
}

#sidebar-cart .itemlist .lab-size-cart {
  font-size: .688rem;
  border: .063rem solid #b5b5b5;
  border-radius: .188rem;
  display: inline-block;
  padding: .125rem .313rem;
  margin-top: .313rem;
  line-height: 1;
  background-color: #f7f7f7
}

#sidebar-cart .itemlist .cart-quantity {
  padding-left: 0
}

#sidebar-cart .itemlist .cart-quantity .input-group .btn-primary {
  font-size: .75rem;
  width: 2rem;
  height: 2rem;
  line-height: 1;
  text-align: center;
  padding: 0;
  background-color: #b1b1b1;
  border: none
}

#sidebar-cart .itemlist .cart-quantity .input-group .btn-primary:hover {
  background-color: #1f283b;
  color: #fff
}
#sidebar-cart .itemlist .cart-quantity .input-group .btn-primary svg, #sidebar-cart .itemlist .cart-quantity .input-group .btn-primary:hover svg {
  fill: #fff;
}

#sidebar-cart .itemlist .cart-quantity .input-group .form-control {
  height: 2rem;
  width: 3.75rem;
  font-size: 1rem;
  font-family: Exo, sans-serif;
  font-weight: 500;
  text-align: center;
  margin: 0 .625rem;
  padding: 0;
  flex: none
}

#sidebar-cart .itemlist .cart-quantity .form-control {
  font-size: .813rem !important;
  height: 1.75rem !important;
  width: 2.813rem !important
}

#sidebar-cart .itemlist .cart-quantity .btn-primary {
  font-size: .75rem !important;
  width: 1.75rem !important;
  height: 1.75rem !important
}

#sidebar-cart .itemlist .cart-price {
  font-size: 1rem;
  color: #e1001e;
  font-weight: 800;
  font-family: Exo, sans-serif;
  line-height: 1.875rem
}

#sidebar-cart .itemlist .cart-price .op-span {
  font-weight: 400;
  text-decoration: line-through;
  color: #515151;
  font-size: .875rem;
  padding-right: .313rem
}

#sidebar-cart .itemlist .delete-item {
  position: absolute;
  top: .313rem;
  right: .313rem;
  z-index: 5;
  padding: .125rem .25rem;
  background-color: initial !important;
  border: none
}

#sidebar-cart .itemlist .delete-item:focus,
#sidebar-cart .itemlist .delete-item:hover {
  background-color: initial !important;
  color: #f12300
}
#sidebar-cart .itemlist .delete-item svg{
  width: 1rem;
  height: 1rem;
  margin-top: -0.125rem;
  fill: #515151;
}

#sidebar-cart .itemlist .delete-item:focus svg,
#sidebar-cart .itemlist .delete-item:hover svg {
  fill: #f12300
}

#sidebar-cart .itemlist .freeitem-sec {
  border-top: .063rem solid #eaeaea;
  margin-top: .5rem;
  padding: .313rem 0 0
}

#sidebar-cart .itemlist .freeitem-sec .free-nicshot-title {
  font-size: .813rem;
  margin-bottom: .313rem;
  color: #16872e;
  font-family: Exo, sans-serif;
  letter-spacing: .06rem;
  font-weight: 600;
}

#sidebar-cart .itemlist .freeitem-sec .freeitem {
  margin: 0;
  background-color: #e9f7e4;
  border: .063rem solid #8cd772;
  border-radius: .313rem;
  padding: .5rem
}

#sidebar-cart .itemlist .freeitem-sec .freeitem img {
  width: 3.75rem;
  height: 3.75rem
}

#sidebar-cart .itemlist .freeitem-sec .freeitem .fr-heading {
  color: #16872e
}

#sidebar-cart.active,
#sidebar-cart.active .sidebar-cart-bottom {
  right: 0;
  transition: .75s cubic-bezier(.23, 1, .32, 1)
}
#sidebar-cart .order-item-price .product-gross-price-span {
  color: black;
  text-decoration: line-through;
  font-weight: normal;
  font-size: 0.875rem;
}

.expand-detail-div {
  padding: 0
}

.expand-detail-div .row-div {
  margin-left: -.938rem;
  margin-right: -.938rem
}

.expand-detail-div .btn-expand {
  padding: 0;
  width: 100%;
  font-size: .813rem;
  background-color: #efefef !important;
  border: .063rem solid #efefef;
  border-top: none;
  margin-bottom: -.938rem;
  color: #959595 !important;
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0 !important
}

.expand-detail-div .btn-expand:focus,
.expand-detail-div .btn-expand:hover {
  background-color: #efefef !important;
  color: #282828 !important;
  border: .063rem solid #efefef !important;
  border-top: none !important
}
.expand-detail-div .btn-expand:focus svg,
.expand-detail-div .btn-expand:hover svg {
  fill: #282828 !important;
}
.expand-detail-div .btn-expand svg {
  transition: all .21s linear;
  fill: #959595 !important;
  width: 0.8125rem;
  height: 0.8125rem;
}

.expand-detail-div .collapsed svg {
  transform: rotate(180deg);
  transition: all .21s linear
}

.expand-detail-div .car-heading4 {
  padding-top: .938rem;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  letter-spacing: .06rem;
}

.expand-detail-div .flavors-il {
  padding-top: .625rem
}

.expand-detail-div .campaign-items {
  background-color: #fff;
  border-radius: .313rem;
  padding: .5rem;
  font-family: Exo, sans-serif;
  line-height: 1;
  font-weight: 500;
  margin-top: .625rem;
  box-shadow: 0 0 .313rem 0 rgba(0, 0, 0, .1);
  transition: all .4s ease-in-out
}

.expand-detail-div .campaign-items .campaign-img {
  width: 2.5rem !important;
  height: 2.5rem !important;
  border-radius: .313rem;
  box-shadow: 0 0 .313rem 0 rgba(0, 0, 0, .2)
}

.expand-detail-div .campaign-items .badge {
  position: absolute;
  right: .313rem;
  top: -.313rem;
  font-size: .625rem;
  border-radius: .313rem;
  background-color: #1f283b;
  color: #fff
}

.expand-detail-div .campaign-items .campaign-item-title {
  padding-left: 0;
  font-size: .813rem
}

@media screen and (max-width: 480px) {
  .discount-cart-sidebar-lab {
    margin-top: 0;
    font-size: .75rem
  }

  #sidebar-cart {
    width: 100%
  }

  #sidebar-cart .itemlist .cart-price {
    font-size: .875rem;
    padding: 0
  }

  #sidebar-cart .itemlist .cart-price .op-span {
    font-size: .813rem
  }

  #sidebar-cart .itemlist .cart-quantity .form-control {
    font-size: .75rem !important;
    height: 1.625rem !important;
    width: 2.813rem !important
  }

  #sidebar-cart .itemlist .cart-quantity .btn-primary {
    font-size: .75rem !important;
    width: 1.625rem !important;
    height: 1.625rem !important
  }

  #sidebar-cart .sidebar-cart-bottom {
    font-size: .938rem;
    letter-spacing: .063rem;
    line-height: 1.188rem
  }

  #sidebar-cart .sidebar-cart-bottom .btn-primary i {
    margin-left: .313rem
  }
}

@media screen and (max-width: 425px) {
  #sidebar-cart .itemlist .it-heading2 {
    font-size: .813rem;
    height: 1.063rem
  }

  #sidebar-cart .delivery-hours {
    padding: .313rem
  }

  #sidebar-cart .delivery-hours .hours-icon svg {
    width: 1.875rem;
    height: 1.875rem;
    margin-right: .313rem
  }

  #sidebar-cart .delivery-hours .hours-cont .heading3 {
    font-size: .813rem
  }

  #sidebar-cart .delivery-hours .hours-cont .heading3 span {
    font-size: .688rem
  }

  #sidebar-cart .itemlist img {
    width: 4.375rem;
    height: 4.375rem
  }

  #sidebar-cart .itemlist .freeitem-sec .freeitem img {
    width: 3.125rem;
    height: 3.125rem
  }
}

@media screen and (max-width: 375px) {
  #sidebar-cart .itemlist .it-heading2 {
    letter-spacing: normal
  }

  #sidebar-cart .itemlist .cart-price {
    font-size: .813rem
  }
}

@media screen and (max-width: 320px) {
  #sidebar-cart .itemlist .cart-price {
    width: 100%;
    flex: auto
  }
}

.Reminderme .Reminderme-head {
  background-color: #f9f9f9;
  border-radius: .313rem;
  padding: .5rem .625rem;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: .625rem
}

.Reminderme .form-group {
  margin-bottom: .688rem
}

.Reminderme .form-group input {
  font-size: .813rem;
  letter-spacing: .063rem;
  width: 16.25rem
}

.Reminderme p {
  font-size: .875rem;
  margin-bottom: .313rem
}

.Reminderme .em-label {
  padding-top: .375rem;
  font-size: .875rem
}

.modal-close-btn {
  background-color: #fff !important;
  padding: .313rem .625rem !important;
  z-index: 4000;
  position: absolute;
  right: .063rem;
  top: .063rem;
  font-size: 1.75rem;
  opacity: 1;
  cursor: pointer
}

.modal-close-btn span {
  opacity: .4
}

.modal-close-btn span:focus,
.modal-close-btn span:hover {
  opacity: 1
}

#sidbar-1,
#sidbar-2,
#sidbar-3 {
  width: 21.875rem;
  position: fixed;
  top: 0;
  left: -100%;
  height: 100vh;
  z-index: 1030;
  color: #000;
  background-color: #fff;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  display: flex;
  flex-direction: column;
  transition: .75s cubic-bezier(.23, 1, .32, 1)
}

#sidbar-1.active,
#sidbar-2.active,
#sidbar-3.active {
  left: 0
}

.sidebar-div .accordion .badge {
  background-color: #878787;
  color: #fff
}

.accordion .fa-caret-right {
  margin-right: .625rem
}

@media screen and (max-width: 480px) {
  .Reminderme .Reminderme-head {
    font-size: .875rem
  }

  #sidbar-1,
  #sidbar-2,
  #sidbar-3,
  #sidbar-4 {
    width: 100%
  }
}

@media screen and (max-width: 425px) {
  .Reminderme .form-group input {
    width: 100%
  }
}

.nav-product {
  padding-top: .938rem;
  padding-bottom: .938rem
}

.nav-product .mob-m-h3 {
  font-size: .938rem;
  margin-bottom: .5rem;
  margin-top: .5rem;
  font-weight: 500;
  color: #929292;
  display: block;
}

.nav-product li {
  list-style: none
}

.nav-product li .d-icon {
  font-weight: 500
}

.nav-product li a {
  padding: .625rem 1rem .5rem;
  display: block;
  transition: all .25s;
  color: #282828 !important;
  font-family: Exo, sans-serif;
  font-weight: 400;
  font-size: .875rem;
  letter-spacing: .031rem;
  text-decoration: none
}

.nav-product li a img {
  width: 1.75rem;
  height: 1.75rem;
  margin-top: -.125rem;
  margin-right: .313rem
}

.nav-product li a svg {
  width: 1.25rem;
  height: 1.25rem;
  margin: .25rem .625rem .5rem 0;
  opacity: .55
}

.nav-product li a .svg-list {
  width: 0.875rem;
  height: 0.875rem;
  margin: 0.0625rem 0.375rem 0.1875rem 0;
  opacity: 1;
  fill: #e1001e;
}

.nav-product li .nav-bg {
  background-color: #fafafa;
  margin-bottom: .125rem;
  border-radius: .313rem
}

.nav-product li .nav-view-all {
  color: #e1001e !important;
  font-weight: 500
}

.nav-product li .nav-view-all:hover {
  color: #e1001e !important
}

.nav-product li:first-child {
  border: none
}

.nav-product li.deal:last-child a {
  background-color: #e1001e;
  color: #fff !important;
  font-weight: 700;
  font-size: 1.125rem;
  border-radius: .313rem
}

#bb-close {
  height: 1.875rem
}

#bb-close,
#bottombar {
  background-color: #fff
}

#bottombar {
  width: 33.75rem;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  color: #000;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: .313rem;
  margin: 100% auto auto
}

#bottombar,
#bottombar.active {
  transition: .75s cubic-bezier(.23, 1, .32, 1)
}

#bottombar.active {
  margin-top: .938rem
}

#bottombar .side-close:after,
#bottombar .side-close:before {
  background-color: #ababab !important
}

.bottombar-content h2 {
  font-size: 1rem;
  font-weight: 700;
  padding-right: 1.875rem;
  line-height: 1.3rem;
  letter-spacing: normal;
  height: 1.3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  position: relative
}

.bottombar-content h3 {
  font-size: .938rem;
  font-weight: 700;
  margin-bottom: .313rem
}

.bottombar-content .h-green-l {
  color: #16872e;
  background-color: #e9f7e4;
  border-radius: .313rem;
  padding: .5rem .625rem;
  font-size: 1rem;
  font-weight: 700
}

.bottombar-content .pr-bottom-bar {
  margin-bottom: .938rem;
  margin-top: .938rem;
  letter-spacing: .063rem
}

.bottombar-content .pr-bottom-bar img {
  width: 5.625rem;
  height: 5.625rem;
  box-shadow: 0 0 .5rem 0 rgba(0, 0, 0, .2);
  border-radius: .313rem
}

.bottombar-content .pr-bottom-bar .flavors-lab {
  font-size: .875rem;
  letter-spacing: .031rem
}

.bottombar-content .pr-bottom-bar .flavors-lab strong {
  margin-right: .5rem
}

.bottombar-content .pr-bottom-bar .vg-val-l {
  color: #16872e;
  font-style: italic;
  font-size: 1rem;
  font-weight: 700;
  font-family: Exo, sans-serif
}

.bottombar-content .pr-bottom-bar .delivery-alert {
  background-color: #16872e;
  color: #fff;
  font-size: 1rem;
  padding: .25rem;
  line-height: 1;
  font-family: Exo, sans-serif
}

.bottombar-content .qb-price {
  font-size: 1.125rem;
  color: #e1001e;
  font-weight: 800;
  font-family: Exo, sans-serif;
  text-align: right;
  padding-top: .625rem
}

.bottombar-content .qb-offer-r {
  font-family: Exo, sans-serif;
  position: relative;
  padding: .25rem 1.125rem;
  font-size: .875rem;
  font-weight: 700;
  z-index: 3;
  background-color: #fed02a;
  color: #282828;
  float: right;
  margin-right: -1.313rem
}

.bottombar-content .qb-offer-r:before {
  border-top: .625rem solid #000;
  border-right: .438rem solid transparent;
  content: "";
  right: 0;
  position: absolute;
  top: 1.813rem;
  z-index: -1
}

.bottombar-content .b-card-gray {
  margin-bottom: .625rem;
  padding-top: .625rem;
  padding-bottom: .625rem
}

.bottombar-content .b-lab-size {
  background-color: #fff;
  padding-top: .625rem;
  padding-bottom: .5rem;
  margin-bottom: .5rem
}

.bottombar-content .b-lab-size .img-display span {
  padding: 0 !important;
  min-width: auto;
  overflow: hidden;
  border: .063rem solid #e3e3e3
}

.bottombar-content .b-lab-size .img-display span img {
  width: 2rem;
  height: 2rem
}

.bottombar-content .b-lab-size .img-display label input:checked+span {
  border-color: #1f283b;
  box-shadow: 0 .313rem .5625rem -.188rem rgba(0, 0, 0, .25)
}

.bottombar-content .qb-quantity {
  padding-bottom: .625rem
}

.bottombar-content .qb-quantity .input-group .btn-primary {
  font-size: .75rem;
  width: 2rem;
  height: 2rem;
  line-height: 1;
  text-align: center;
  padding: 0;
  background-color: #b1b1b1;
  border: none
}

.bottombar-content .qb-quantity .input-group .btn-primary:hover {
  background-color: #1f283b;
  color: #fff
}
.bottombar-content .qb-quantity .input-group .btn-primary svg, .bottombar-content .qb-quantity .input-group .btn-primary:hover svg {
  fill: #fff;
}


.bottombar-content .qb-quantity .input-group .form-control {
  height: 2rem;
  width: 3.75rem;
  font-size: 1rem;
  font-family: Exo, sans-serif;
  font-weight: 500;
  text-align: center;
  margin: 0 .625rem;
  padding: 0;
  flex: none
}

.bottombar-content .qb-quantity .form-control {
  font-size: .875rem !important
}

.bottombar-content .nic-shot-list {
  flex: 1;
  overflow-y: hidden;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-left: .938rem;
  margin-right: .938rem
}

.bottombar-content .nic-shot-list .item-div {
  width: -webkit-max-content;
  width: max-content;
  padding: 0.75rem 0 0.75rem 0rem;
  float: left
}

.bottombar-content .order-btn {
  margin: auto;
  line-height: 2;
  display: block;
  width: 100%;
  background-color: #1aa94d !important;
  border-color: #1aa94d !important
}

.bottombar-content .order-btn:focus,
.bottombar-content .order-btn:hover {
  background-color: #128f38 !important;
  border-color: #128f38 !important
}

.bottombar-content .order-btn i {
  margin-right: .625rem
}

.bottombar-content .colorname {
  line-height: 1;
  font-size: .813rem;
  color: #515151;
  font-weight: 500;
  letter-spacing: normal;
  font-family: Barlow, sans-serif
}

.modal-dialog-centered2 {
  display: flex;
  align-items: center;
  min-height: calc(100% - 3.5rem)
}

@media screen and (max-width: 767px) {
  .bottombar-content-scroll {
    height: 85vh;
    overflow-y: auto;
    padding-bottom: 5.313rem;
    -webkit-overflow-scrolling: touch
  }

  .bottombar-content-scroll .bottom-card-gray {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 100;
    box-shadow: 0 0 .625rem 0 rgba(0, 0, 0, .2)
  }
}

@media screen and (max-width: 640px) {
  .bottombar-content h2 {
    font-size: .875rem;
    height: 1rem
  }

  .bottombar-content h3 {
    font-size: .875rem;
    margin-bottom: .313rem
  }

  .bottombar-content .h-green-l {
    padding: .313rem .5rem;
    font-size: .875rem
  }

  .bottombar-content .pr-bottom-bar {
    margin-bottom: .625rem;
    margin-top: .625rem
  }

  .bottombar-content .pr-bottom-bar img {
    width: 4.688rem;
    height: 4.688rem
  }

  .bottombar-content .pr-bottom-bar .flavors-lab {
    font-size: .781rem
  }

  .bottombar-content .pr-bottom-bar .vg-val-l {
    font-size: .813rem
  }

  .bottombar-content .pr-bottom-bar .delivery-alert {
    font-size: .75rem
  }

  .bottombar-content .qb-price {
    font-size: .938rem;
    padding-top: .5rem
  }

  .bottombar-content .qb-offer-r {
    padding: .125rem .875rem;
    font-size: .75rem
  }

  .bottombar-content .qb-offer-r:before {
    top: 1.375rem
  }

  .bottombar-content .b-card-gray {
    margin-bottom: .625rem;
    padding-top: .313rem;
    padding-bottom: .313rem
  }

  .bottombar-content .b-lab-size {
    padding-top: .313rem;
    padding-bottom: .313rem;
    margin-bottom: .5rem
  }

  .bottombar-content .b-lab-size label span {
    font-size: .75rem !important;
    padding: .188rem .5rem .25rem !important
  }

  .bottombar-content .qb-quantity {
    padding-bottom: .438rem
  }

  .bottombar-content .qb-quantity .form-control {
    font-size: .813rem !important;
    height: 1.75rem !important
  }

  .bottombar-content .qb-quantity .btn-primary {
    font-size: .75rem !important;
    width: 1.75rem !important;
    height: 1.75rem !important
  }

  .bottombar-content .nic-shot-list {
    padding-top: 0;
    margin-left: .625rem
  }

  .bottombar-content .order-btn {
    font-size: .875rem !important
  }

  .bottombar-content .order-btn i {
    margin-right: .313rem !important
  }

  .modal.bottom .modal-dialog {
    transform: translateZ(0)
  }

  .modal.bottom .modal-content,
  .modal.full .modal-content {
    border-radius: 0;
    border: none
  }

  .modal.bottom .modal-dialog {
    position: fixed;
    margin: auto;
    width: 100%;
    max-width: 100%;
    height: auto
  }

  .modal.bottom .modal-content {
    height: auto;
    overflow-y: auto
  }

  .modal.bottom.fade .modal-dialog {
    transition: opacity .3s linear, bottom .3s ease-out
  }

  .modal.bottom.fade.show .modal-dialog {
    bottom: 0
  }

  .modal.bottom.fade .modal-dialog {
    bottom: -100%
  }

  .modal-footer-fixed {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #fff;
    border-radius: 0
  }

  .modal-dialog-centered2 {
    display: block;
    min-height: auto
  }
}

@media screen and (max-width: 480px) {
  .bottombar-content .qb-offer-r {
    padding: .125rem .5rem .125rem .313rem
  }
}

@media screen and (max-width: 375px) {
  .bottombar-content .qb-offer-r {
    font-size: .688rem
  }

  .bottombar-content .qb-offer-r:before {
    top: 1.25rem !important
  }
}

.nav-product .d-icon:after {
  top: 0
}

.nav-product li a {
  padding-left: .5rem
}

.nav-product li a i {
  font-size: .813rem;
  color: #e1001e;
  margin-right: .313rem
}

#sidbar-3 .nav-product li {
  border-bottom: .063rem solid #dee2e6 !important
}

#sidbar-3 .nav-product li a {
  font-weight: 500 !important;
  font-size: 1rem !important
}

.categories-banner {
  width: 100%;
  padding: 1.875rem 0 0;
  background-color: #fff
}

.categories-banner .banner-img {
  text-align: center;
  position: relative;
  overflow: hidden;
  border-radius: .313rem;
  margin: auto auto 1.875rem
}

.categories-banner .banner-img img {
  width: 100%;
  transform: scale(1)
}

.categories-banner .banner-img img,
.categories-banner .banner-img img:hover {
  height: auto;
  transition: all .4s ease-in-out
}

.countdown {
  margin-bottom: .938rem
}

.measurements-number {
  background-color: #1f283b;
  font-family: Exo, sans-serif;
  color: #fff !important;
  height: 3.125rem;
  width: 3.125rem;
  line-height: 1;
  padding-top: .875rem;
  border-radius: .313rem;
  font-size: 1.563rem !important;
  margin: 0 .625rem;
  text-align: center
}

.measurements-text {
  font-size: .813rem !important;
  text-align: center;
  padding-top: .313rem
}

.header1-section {
  width: 100%;
  position: relative;
  display: block;
  margin: -.313rem auto auto
}

.header1-section .main-img {
  margin: auto;
  text-align: center;
  position: relative
}

.header1-section .main-img img {
  width: 100%;
  height: auto
}

.deals-banner {
  width: 100%;
  padding: 1.875rem 0
}

.deals-banner .banner-img {
  margin: auto;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-radius: .313rem
}

.deals-banner .banner-img img {
  width: 100%;
  height: auto;
  transition: all .4s ease-in-out;
  transform: scale(1)
}

.deals-banner .banner-img img:hover {
  height: auto;
  transition: all .4s ease-in-out;
  /*transform: scale(1.15);*/
  transform: scale(1.01)
}

.deal-img-h {
  text-align: right
}

.sm-banner {
  width: 100%;
  padding: 1.875rem 0
}

.sm-banner .banner-img {
  margin: auto;
  text-align: center;
  position: relative
}

.sm-banner .banner-img img {
  width: 100%;
  height: auto
}

.info-cards {
  padding-bottom: 0;
  padding-top: 0;
  background-color: #fff
}

.info-cards .col-lg-3 {
  padding: 0
}

.info-cards .card-div {
  background-color: #fff;
  padding: .938rem;
  position: relative;
  min-height: 100%;
  border-radius: .313rem;
  transition: all .4s ease-in-out;
  font-size: .875rem
}

.info-cards .card-div svg {
  width: 3.125rem;
  height: 3.125rem
}

.info-cards .card-div svg .st00,
.info-cards .card-div svg .st0,
.info-cards .card-div svg .st-0 {
  fill: #efefef
}

.info-cards .card-div svg .st01,
.info-cards .card-div svg .st3,
.info-cards .card-div svg .st40,
.info-cards .card-div svg .st-3 {
  fill: #a4afc1
}

.info-cards .card-div svg .st1,
.info-cards .card-div svg .st02,
.info-cards .card-div svg .st10,
.info-cards .card-div svg .st-1 {
  fill: #f3f3f1
}

.info-cards .card-div svg .st2,
.info-cards .card-div svg .st03,
.info-cards .card-div svg .st30,
.info-cards .card-div svg .st-2 {
  fill: #ddd
}

.info-cards .card-div svg .st04,
.info-cards .card-div svg .st20 {
  fill: #d5dbe1
}

.info-cards .card-div svg .st4,
.info-cards .card-div svg .st05,
.info-cards .card-div svg .st50,
.info-cards .card-div svg .st-4 {
  fill: #e1001e
}

.info-cards .card-div svg .st06,
.info-cards .card-div svg .st6,
.info-cards .card-div svg .st60,
.info-cards .card-div svg .st-5 {
  fill: #1f283b
}

.info-cards .card-div svg .st5 {
  fill: none
}

.info-cards .card-div .ci-h2 {
  font-size: .938rem;
  color: #515151;
  margin-bottom: 0;
  letter-spacing: .031rem;
  font-family: Exo, sans-serif; 
  font-weight: 600;
}

.info-cards .card-div p {
  font-size: .875rem;
  margin-bottom: 0
}

.tabs-section {
  background-color: #fff
}

.tabs-section .section-heading {
  margin-bottom: .625rem !important
}

.tabs-section .nav-pills,
.tabs-section .nav-pills .nav-item {
  display: inline-block
}

.tabs-section .nav-pills .nav-item .nav-link {
  font-size: 1rem;
  font-weight: 500;
  border-radius: 0 !important;
  text-decoration: none;
  line-height: 1;
  background-color: #fff;
  color: #515151;
  margin-right: 1.25rem;
  font-family: Exo, sans-serif;
  letter-spacing: .063rem
}

.tabs-section .nav-pills .nav-item .nav-link.active {
  border-radius: 0 !important;
  border-bottom: .125rem solid #e1001e; 
  color: #1f283b
}

.fp-overflow-sm {
  float: left;
  width: -webkit-max-content;
  width: max-content;
  padding: 1.25rem;
  min-width: 100%
}

.col-w-set {
  flex: none;
  float: left;
  width: 18.25rem;
  max-width: 18.25rem
}

.overflowx {
  overflow-x: scroll
}

.tabs-section .product-card { 
  box-shadow: 0 0 .938rem 0 rgba(0, 0, 0, .1); margin-bottom: 0;
}

.tabs-section .product-card:hover {
  box-shadow: 0 0 .938rem 0 rgba(0, 0, 0, .35)
}

.deals-section .deals-title {
  background-color: #fff;
  padding: .625rem;
  text-align: center;
  border-radius: .313rem;
  margin: .938rem auto;
  box-shadow: 0 0 .938rem 0 rgba(0, 0, 0, .2);
  width: 80%
}

.deals-section h2 {
  font-size: 1.5rem;
  line-height: 1;
  color: #1f283b
}

.deals-section h4 {
  font-size: 1rem;
  line-height: 1;
  margin-bottom: .625rem;
  text-align: center
}

.deals-section p {
  font-size: 1rem;
  color: #515151
}

.deals-section .customer-reviews {
  margin-bottom: .5rem;
  text-align: center
}

.deals-section .customer-reviews .review-icons {
  font-size: .875rem
}

.deals-section .customer-reviews .review-icons i {
  width: 16.125rem;
  display: inline-block;
  line-height: 1;
  width: .938rem;
  min-width: .625rem;
  max-width: 100%;
  color: #fed02a;
  margin-right: .25rem
}

.deals-section .customer-reviews .review-icons small {
  font-size: .75rem
}

.deals-section .d-price {
  color: #e1001e;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.25rem;
  margin-bottom: .625rem
}

.deals-section .d-price span {
  color: #949494;
  text-decoration: line-through;
  font-size: 1.125rem;
  margin-right: 1.25rem;
  font-weight: 400
}

.deals-section img {
  max-width: 26.875rem;
  border-radius: .313rem;
  width: 100%;
  height: auto
}

.deals-section .counter-d {
  font-size: 1.25rem;
  background-color: #1f283b;
  font-family: Exo, sans-serif;
  color: #fff;
  height: 2.875rem;
  width: 2.875rem;
  line-height: 1;
  text-align: center;
  padding-top: .5rem;
  border-radius: .313rem
}

.deals-section .counter-d span {
  font-size: .688rem;
  display: block;
  letter-spacing: .063rem
}

.div-h-c {
  display: table;
  height: 100% !important
}

.div-middle {
  display: table-cell;
  vertical-align: middle
}

.category-section, .pr-slider-section{
  background-color: #fff
}
.pr-slider-section .product-card{
  margin-bottom: 0 !important;
}
.category-section .fp-overflow {
  float: left;
  width: -webkit-max-content;
  width: max-content;
  padding: 1.25rem 0;
  min-width: 100%
}

.category-section .cat-list {
  padding: 0;
  margin: 0;
  position: relative
}

.category-section .cat-list .cat-list-div {
  list-style: none;  
  position: relative;  
  border-radius: .313rem;
  box-shadow: 0 0 .938rem 0 rgba(0, 0, 0, .1);
  overflow: hidden;
  transition: all .4s ease-in-out;
  padding-bottom: 10px !important;
}

.category-section .cat-list .cat-list-div:hover {
  box-shadow: 0 0 .938rem 0 rgba(0, 0, 0, .4);
  transition: all .4s ease-in-out
}

.category-section .cat-list .cat-list-div img {
  width: 100%;
  height: auto;
  transition: all .4s ease-in-out
}

.category-section .cat-list .cat-list-div a {
  text-decoration: none
}

.category-section .cat-list .cat-list-div h3 {
  background-color: #e1001e;
  font-size: .938rem;
  font-weight: 700;
  font-family: Exo, sans-serif;
  padding: .313rem;
  line-height: normal;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .063rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  text-align: center
}

.category-section .cat-list .cat-list-div h3 span {
  display: block;
  font-size: .813rem;
  font-family: Barlow, sans-serif;
  font-weight: 400;
  margin-top: .5rem;
  margin-bottom: -1.563rem;
  transition: all .4s ease-in-out
}

.category-section .cat-list .cat-list-div:hover span {
  transition: all .4s ease-in-out;
  margin-top: 0;
  margin-bottom: 0
}

.blog-card h3 {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.375rem;
  margin-bottom: .938rem;
  margin-top: .938rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2
}

.blog-card a {
  text-decoration: none;
  color: #515151;
  transition: all .4s ease-in-out
}

.blog-card a .imgblog {
  overflow: hidden;
  border-radius: .313rem
}

.blog-card a .imgblog img {
  width: 100%;
  height: auto;
  display: block;
  transition: all .4s ease-in-out;
  transform: scale(1)
}

.blog-card a:hover {
  color: #e1001e;
  transition: all .4s ease-in-out
}

.blog-card a:hover .imgblog img {
  transition: all .4s ease-in-out;
  transform: scale(1.15)
}

.blog-card p {
  margin-bottom: 0;
  font-size: .875rem;
  margin-top: .5rem;
  padding-top: .5rem;
  letter-spacing: .031rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  border-top: .063rem solid #e1e1e1
}

.blog-card span {
  margin-right: .625rem;
  font-size: .875rem
}

.blog-card span i {
  margin-right: .313rem;
  color: #e1001e
}
.blog-card span {
  font-size: 0.875rem;
  margin-right: 0.625rem;
  font-size: 0.875rem;
}

.blog-card span svg {
  margin-right: 0.313rem;
  fill: #e1001e;
  margin-top: -0.125rem;
}
.blog-card .blog-category {
  position: absolute;
  top: 0.9375rem;
  left: 1.875rem;
  z-index: 15;
}
.blog-card .blog-category a {
  background-color: #e1001e;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1;
  padding: 0.1875rem 0.375rem;
  border-radius: 0.188rem;
  display: inline-block;
  margin-bottom: 0.625rem;
  margin-right: 0.625rem;
}
.banner-img-mb{
  margin-bottom: 1.875rem !important;
}
@media screen and (max-width: 1024px) {
  .info-cards .card-div {
    padding: .625rem;
    font-size: .813rem
  }

  .info-cards .card-div svg {
    width: 2.5rem;
    height: 2.5rem
  }

  .info-cards .card-div .ci-h2 {
    font-size: .813rem;
    letter-spacing: normal
  }

  .info-cards .card-div p {
    font-size: .75rem;
    letter-spacing: normal
  }

  .deals-section h2 {
    font-size: 1.25rem
  }

  .deals-section h4,
  .deals-section p {
    font-size: 1rem
  }

  .deals-section .d-price {
    font-size: 1.125rem
  }

  .deals-section .d-price span {
    font-size: 1rem;
    margin-right: .625rem
  }

  .deals-section .counter-d {
    font-size: 1rem;
    padding-top: .375rem;
    width: 2.625rem;
    height: 2.375rem
  }

  .deals-section .counter-d span {
    font-size: .625rem;
    padding-top: .125rem
  }

  .category-section ul li {
    margin-left: .938rem;
    margin-right: .938rem;
    width: 11.25rem
  }

  .category-section ul li h3 {
    font-size: .875rem;
    line-height: 1
  }

  .category-section ul li h3 span {
    font-size: .688rem;
    margin: .125rem 0 0
  }
}

@media screen and (max-width: 800px) {
  .blog-card {
    margin-bottom: 1.875rem
  }
}

@media screen and (max-width: 767px) {
  .img1 {
    background-image: url(deal-img.7d63cca2c8d9ffa1e7a0.jpg)
  }

  .img2 {
    background-image: url(deal-img-2.b2d73be4c2bd17c0eb40.jpg)
  }

  .img3 {
    background-image: url(deal-img-3.2654ee2c333f7bfc6d29.jpg)
  }

  .deals-section .item {
    padding-top: 2.188rem;
    padding-bottom: 2.188rem;
    position: relative;
    background-position: 50%;
    background-size: cover
  }

  .deals-section .item:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    z-index: 0;
    width: 105%;
    height: 105%;
    background-color: hsla(0, 0%, 100%, .85)
  }

  .deals-section .s-heading {
    margin-bottom: .313rem
  }

  .deals-section h2 {
    font-size: 1rem
  }

  .deals-section .d-price,
  .deals-section h4,
  .deals-section p {
    font-size: .875rem
  }

  .deals-section .d-price span {
    font-size: .938rem;
    margin-right: .5rem
  }

  .deals-section .counter-d {
    font-size: .938rem;
    padding-top: .438rem
  }

  .deals-section .counter-d span {
    font-size: .625rem
  }

  .deals-section .deal-counter .col-auto {
    padding-left: .5rem;
    padding-right: .5rem
  }

  .deals-banner {
    padding: 0
  }

  .deals-banner .banner-img {
    margin-bottom: .438rem;
    margin-top: .438rem
  }

  .tabs-section .nav-pills {
    margin-bottom: 1.25rem
  }

  .tabs-section .nav-pills .nav-item .nav-link {
    font-size: .875rem;
    margin-right: 0;
    padding-left: .625rem;
    padding-right: .625rem;
    letter-spacing: .031rem
  }

  .tabs-section .nav-pills .nav-item .nav-link.active {
    border-bottom-width: .063rem
  }

  .deal-img-h {
    display: none !important
  }

  .category-section ul li {
    margin-left: .938rem;
    margin-right: .938rem;
    width: 10rem
  }

  .category-section ul li img {
    box-shadow: 0 0 .625rem 0 rgba(0, 0, 0, .1)
  }

  .category-section ul li img:hover {
    box-shadow: 0 0 .625rem 0 rgba(0, 0, 0, .4)
  }

  .countdown {
    margin-top: .625rem;
    padding-bottom: .313rem
  }

  .measurements-number {
    height: 2.813rem;
    width: 2.813rem;
    padding-top: .813rem;
    font-size: 1.25rem !important;
    margin: 0 .5rem
  }

  .categories-banner {
    padding: 1.25rem 0 0
  }

  .categories-banner .set-m-mob {
    margin-left: -.438rem;
    margin-right: -.438rem
  }

  .categories-banner .col-6 {
    padding-left: .438rem;
    padding-right: .438rem
  }

  .categories-banner .banner-img {
    margin-bottom: .938rem
  }
}

@media screen and (max-width: 480px) {
  .col-w-set {
    width: 13.75rem;
    max-width: 13.75rem;
    padding-left: 0.625rem; padding-right: 0.625rem;
  }
  .banner-img-mb{
    margin-bottom: 0rem !important; mask-type: 0.3125rem!important;
  }
}

@media screen and (max-width: 425px) {
  .info-cards .row {
    margin: 0
  }

  .info-cards .col-lg-3 {
    margin-bottom: 0
  }

  .info-cards .col-auto {
    padding: 0 .5rem 0 0
  }

  .info-cards .col {
    padding: 0
  }

  .info-cards .card-div {
    padding: .625rem .313rem
  }

  .info-cards .card-div svg {
    width: 1.875rem;
    height: 1.875rem
  }

  .info-cards .card-div .ci-h2 {
    font-size: .75rem;
  }

  .info-cards .card-div p {
    font-size: .688rem
  }

  .deals-section .btn-primary {
    font-size: .875rem
  }

  .category-section ul li {
    margin-left: .5rem;
    margin-right: .5rem;
    width: 8.75rem
  }

  .category-section ul li h3 {
    font-size: .75rem
  }

  .category-section ul li h3 span {
    font-size: .656rem
  }

  .tabs-section .section-heading {
    margin-bottom: 0 !important
  }
}

@media screen and (max-width: 375px) {

  .deals-section h2,
  .deals-section h4 {
    font-size: .875rem
  }
}

@media screen and (max-width: 320px) {
  .tabs-section .nav-pills .nav-item .nav-link {
    font-size: .813rem
  }

}

footer {
  font-size: 0.875rem;
  background-color: #1f283b;
  padding: 3.125rem 0 1.875rem 0;
  color: #fff;
  font-size: 1rem;
  letter-spacing: .063rem
}

footer .subscribe {
  margin-bottom: 3.125rem
}

footer .subscribe .sub-h2 {
  font-size: 1.5rem;
  margin-bottom: .938rem;
  font-family: Exo, sans-serif;
  letter-spacing: .06rem;
  font-weight: 600;
}

footer .subscribe p {
  margin-bottom: 1.25rem
}

footer .subscribe .form-control {
  background-color: rgba(0, 0, 0, .1);
  border-color: rgba(0, 0, 0, .2);
  color: #fff
}

footer .subscribe .btn-primary {
  background-color: #e1001e !important;
  padding-left: 1.25rem;
  padding-right: 1.25rem
}

footer .subscribe .btn-primary:focus,
footer .subscribe .btn-primary:hover {
  background-color: #e1001e !important;
  border-color: #e1001e !important
}

footer .footer-logo {
  width: auto;
  height: 2rem
}

footer .ph-no,
footer .f-heading3 {
  font-size: 1rem
}

footer .f-heading3 {
  line-height: normal;
  margin-bottom: 1.25rem;
  font-family: Exo, sans-serif;
  letter-spacing: .06rem;
  font-weight: 500;
}

footer .widget-list {
  list-style: none
}

footer .widget-list li {
  margin-bottom: .625rem
}

footer .widget-list li a {
  color: #fff;
  text-decoration: none;
  opacity: .7;
  font-size: .875rem
}

footer .widget-list li a:hover {
  text-decoration: underline;
  opacity: 1
}

footer .f-heading3.r-icon {
  font-size: .938rem;
  position: relative;
  padding-bottom: .625rem;
  border-bottom: .063rem solid rgba(0, 0, 0, .2);
  width: 100%;
  display: block
}

footer .f-heading3.r-icon:after {
  content: "+";
  position: absolute;
  right: 0;
  top: -.125rem;
  font-size: 1.625rem;
  transition: transform .25s ease-in-out
}

footer .f-heading3.r-icon:focus,
footer .f-heading3.r-icon:hover {
  text-decoration: none
}

footer .f-heading3.r-icon[aria-expanded=true]:after {
  transform: rotate(45deg)
}

footer .collapse,
footer .widget {
  margin-bottom: 1.25rem
}

footer .copyrights {
  border-top: .063rem solid rgba(0, 0, 0, .2);
  font-size: .813rem;
  padding-top: .625rem;
  padding-bottom: .938rem
}

footer .copyrights .col-md-6 {
  padding: 0
}

footer .copyrights p {
  opacity: .5
}

footer .copyrights .payment-icons {
  text-align: right
}

.show-640-down {
  display: none
}

.show-640-up {
  display: block
}

.styleFAQ .card{
  box-shadow: none !important;
  margin-bottom: 0 !important;
}
.styleFAQ  .card .btn, .styleFAQ  .card .card-header{
  border-radius: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.styleFAQ  .card .card-body{
  padding-left: 0 !important; 
  padding-right: 0 !important;
} 
.styleFAQ .card .btn:after{right: 0;}

.styleFAQ  .card .card-header .btn[aria-expanded="true"] {
  border-bottom: solid 0.0625rem #e1001e !important;
}  
.related-pr-section .product-card .img-thumb .middle{
  height: 15rem; 
}
.swiper-slide .product-card .img-thumb .middle{ 
  height: 14.375rem;
}
.add-order-slider .swiper-slide .product-card .img-thumb{
  width: 100%;
}
.add-order-slider .swiper-slide .product-card .img-thumb .middle{
  height: 8.25rem;
  width: 8.25rem; 
  display: block;
  margin: auto;
}
.add-order-slider .swiper-slide .product-card{
  margin-bottom: 0;
}
.modal-slider{
  padding: 0 !important;
  background-color: transparent !important;
  border: none !important;
  margin-bottom: 0.5rem !important;
}

.tab-font-size .nav-link{
  font-size: 18px !important;
}
@media screen and (max-width: 1680px) {
  .footer-listpage {
    padding-left: 17.5rem
  }
}

@media screen and (max-width: 1440px) {
  .copyrights {
    padding-left: .938rem;
    padding-right: .938rem
  }
  .product-card .img-thumb .middle {
    height: 14.0625rem; 
}
}

@media screen and (max-width: 1366px) {
.product-card .img-thumb .middle {
  height: 17.625rem;
}
}
@media screen and (max-width: 1280px) {
  .product-card .img-thumb .middle {
    height: 16.375rem;
  }
}
@media screen and (max-width: 1024px) {
  .product-card .img-thumb .middle {
    height: 12.3125rem;
}
.related-pr-section .product-card .img-thumb .middle{
  height: 11.3125rem; 
}
.swiper-slide .product-card .img-thumb .middle{ 
  height: 12.6875rem;
}
  .footer-listpage {
    padding-left: 15.5rem
  }

  .footer-listpage .footer-logo {
    height: 1.75rem
  }
  .tab-font-size .nav-link{
    font-size: 16px !important;
  }
}

@media screen and (max-width: 800px) {
  .footer-listpage {
    padding-left: 0
  }
  footer { 
    padding: 3.125rem 0 3.125rem 0;  
  }
  .product-card .img-thumb .middle {
    height: 12.875rem;
}
.related-pr-section .product-card .img-thumb .middle{
  height: 11.9375rem; 
}
.swiper-slide .product-card .img-thumb .middle{ 
  height: 13.375rem;
}
footer .copyrights {
  padding-bottom: 40px;
}  
 
}

@media screen and (max-width: 767px) {
  .show-640-down {
    display: block
  }

  .show-640-up {
    display: none
  }

  footer .subscribe .sub-h2 {
    font-size: 1.25rem
  }

  footer .subscribe .btn-primary {
    padding-left: .625rem;
    padding-right: .625rem;
    font-size: .875rem
  }

  footer .subscribe .text-center {
    text-align: left !important
  }

  footer .copyrights {
    border: none;
    text-align: center;
    flex-wrap: wrap-reverse
  }

  footer .copyrights .payment-icons {
    text-align: center;
    padding-bottom: .938rem
  }
  .product-card .img-thumb .middle {
    height: 15.125rem;
  }
  .related-pr-section .product-card .img-thumb .middle{
    height: 13.25rem; 
  }
  .swiper-slide .product-card .img-thumb .middle{ 
    height: 12.625rem;
  }
  .add-order-slider .swiper-slide .product-card .img-thumb .middle {
    height: 7.25rem;
    width: 7.25rem; 
  }
  .tab-font-size .nav-link{
    font-size: 15px !important;
  }
}
@media screen and (max-width: 480px) {
.product-card .img-thumb .middle {
  height: 11.6875rem;
}
.related-pr-section .product-card .img-thumb .middle{
  height: 11.875rem; 
}
.swiper-slide .product-card .img-thumb .middle{ 
  height: 12.8125rem;
} 
}
@media screen and (max-width: 425px) {
  .product-card .img-thumb .middle {
    height: 10rem;
  }
  .related-pr-section .product-card .img-thumb .middle{
    height: 10.1875rem; 
  }
  .swiper-slide .product-card .img-thumb .middle{ 
    height: 10.875rem;
  } 
}
@media screen and (max-width: 414px) {
  .product-card .img-thumb .middle {
    height: 9.625rem;
  }
  .related-pr-section .product-card .img-thumb .middle{
    height: 9.875rem; 
  }
  .swiper-slide .product-card .img-thumb .middle{ 
    height: 10.5rem;
  }

}
@media screen and (max-width: 375px) {
  .product-card .img-thumb .middle {
    height: 8.4375rem;
  }
  .related-pr-section .product-card .img-thumb .middle{
    height: 8.625rem; 
  }
  .swiper-slide .product-card .img-thumb .middle{ 
    height: 9.0625rem;
  } 
}
@media screen and (max-width: 320px) {
  .product-card .img-thumb .middle {
    height: 15.9375rem;
  }
  .related-pr-section .product-card .img-thumb .middle{
    height: 16.25rem; 
  }
  .swiper-slide .product-card .img-thumb .middle{ 
    height: 12rem;
  }
}

.sub-header-md {
  background-image: url(deals-header-bg.666bae817dee872990fb.jpg)
}

.brand-head {
  text-align: left !important
}

.brand-head h1 {
  font-size: 1.875rem !important
}

.brand-search {
  width: 70%
}

.brand-search .form-control {
  font-size: .875rem
}

.brand-card {
  text-decoration: none;
  margin-bottom: 1.25rem;
  display: block
}

.brand-card div {
  background-color: #f2f2f2;
  display: block;
  text-align: center;
  margin-bottom: .625rem;
  padding: .9375rem 0;
  border-radius: .313rem
}

.brand-card div img {
  filter: grayscale(1);
  opacity: .7;
  transition: all .25s;
  width: 6.25rem;
  height: auto
}

.brand-card h3 {
  font-size: 1rem !important; margin-bottom: 0 !important;
  color: #1f283b;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-weight: 500
}

.brand-card span {
  font-size: .875rem;
  color: #515151;
  opacity: .8
}

.brand-card:hover div {
  background-color: #f7f7f7
}

.brand-card:hover div img {
  filter: none;
  opacity: 1;
  transition: all .25s
}

.brand-card:hover h3 {
  color: #e1001e
}
.deals-banners a {
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 1024px) {
  .brand-search {
    width: 100%
  }

  .custom-select {
    width: 5.688rem
  }
}
@media (min-width: 767px) {
  .footer-Collapse:not(.show) {
    display: block;
  }
  footer .h2-collapse {
    display: none;
  }
  footer .f-heading3.r-icon{display: none;}
}
@media screen and (max-width: 767px) {
  .brand-card {
    margin-bottom: .938rem
  }

  .brand-card div img {
    width: 5rem
  }

  .brand-card h3 {
    font-size: .938rem !important;
    letter-spacing: .031rem
  }

  .brand-card span {
    font-size: .813rem
  }

  .brand-search {
    width: 100% !important;
    margin-bottom: 1.563rem
  }

  .brand-head h1 {
    font-size: 1.375rem !important
  }
  .f-h3 {
    display: none;
  }
  footer {
    padding-top: 1.875rem;
  }
}

@media screen and (max-width: 480px) {
  .brand-card {
    margin-bottom: .938rem
  }
}

@media screen and (max-width: 414px) {
  .brand-card {
    margin-bottom: .625rem
  }

  .brand-card h3 {
    font-size: .875rem !important;
  }
}

@media screen and (max-width: 375px) {
  .brand-card {
    margin-bottom: .938rem
  }

  .brand-head h1 {
    font-size: 1.25rem !important
  }
}

@media screen and (max-width: 320px) {
  .brand-card h3 {
    font-size: .875rem !important;
    letter-spacing: normal
  }
}

._flavours-head {
  text-align: left !important
}

._flavours-head h1 {
  font-size: 1.875rem !important
}

.brand-search {
  width: 60%;
  position: relative;
  margin-left: auto
}

.brand-search .form-control {
  width: 100% !important;
  transition: all .25s
}

.brand-search .btn-search {
  position: absolute;
  right: .313rem;
  padding: .25rem .375rem !important;
  border: none;
  letter-spacing: .063rem
}

.brand-search .btn-search svg {
  fill:#515151;
}

.brand-search .btn-search:focus,
.brand-search .btn-search:hover {
  background-color: initial !important
}

._flavours-div {
  text-decoration: none;
  margin-bottom: 1.875rem;
  display: inline-block;
  text-align: center
}

._flavours-div div {
  background-color: #f7f7f7;
  display: block;
  text-align: center;
  padding: .938rem;
  border-radius: 50%;
  width: 5.625rem;
  height: 5.625rem;
  margin: 0 auto .938rem;
  overflow: hidden
}

._flavours-div div img {
  transition: all .25s;
  width: 3.75rem;
  height: 3.75rem
}

._flavours-div h2 {
  font-size: 1rem;
  color: #1f283b;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1
}

._flavours-div span {
  font-size: .875rem;
  color: #515151;
  opacity: .8
}

._flavours-div:hover div img {
  transition: all .25s;
  filter: drop-shadow(.188rem .188rem .375rem rgba(0, 0, 0, .5))
}

._flavours-div:hover h3 {
  color: #e1001e
}

@media screen and (max-width: 1024px) {
  .brand-search {
    width: 80%
  }
}

@media screen and (max-width: 767px) {
  .brand-search {
    width: 100%;
    margin-bottom: 1.563rem
  }

  ._flavours-head h1 {
    font-size: 1.375rem !important
  }

  ._flavours-div div {
    padding: .625rem;
    width: 4.375rem;
    height: 4.375rem
  }

  ._flavours-div div img {
    width: 3.125rem;
    height: 3.125rem
  }

  ._flavours-div h2 {
    font-size: .938rem
  }

  ._flavours-div span {
    font-size: .813rem
  }
}

@media screen and (max-width: 375px) {
  ._flavours-head h1 {
    font-size: 1.25rem !important
  }

  ._flavours-div h2 {
    font-size: .875rem
  }
}

.sub-header-md {
  width: 100%;
  height: 28.125rem;
  justify-content: center;
  display: flex;
  color: #fff
}

.sub-header-md .hd-content {
  align-self: center;
  margin: 0 auto 0 20%
}

.sub-header-md .hd-content h2 {
  font-size: 2.5rem;
  line-height: 1;
  position: relative;
  font-weight: 700
}

.sub-header-md .hd-content h2 span {
  font-weight: 400
}

.sub-header-md .hd-content h2:before {
  content: "";
  position: absolute;
  display: block;
  bottom: -1.563rem;
  height: .125rem;
  width: 1.75rem;
  background: #e1001e;
  left: 0;
  z-index: 1
}

.sub-header-md p {
  font-size: 1.25rem;
  margin: 2.5rem 0 0
}

.deals-banners {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem
}

.deals-banners a {
  display: block;
  text-decoration: none;
}

.deals-banners a img {
  width: 100%;
  height: auto;
  box-shadow: 0 0 .938rem 0 rgba(0, 0, 0, .1);
  border-radius: .313rem;
  transition: all .4s ease-in-out
}
.deals-banners .deal-title-meta {
  font-size: 0.75rem;
  text-decoration: none;
  position: relative;
  top: 1rem;
  right: 0.375rem;
  text-align: right;
}

.deals-banners a img:hover {
  box-shadow: 0 0 .938rem 0 rgba(0, 0, 0, .35);
  transition: all .4s ease-in-out
}

.bg-color-none {
  background-color: initial !important
}

@media screen and (max-width: 1366px) {
  .sub-header-md {
    margin-top: -.188rem
  }

  .sub-header-md .hd-content {
    margin: 0 auto 0 10%
  }
}

@media screen and (max-width: 1024px) {
  .sub-header-md {
    height: 21.875rem
  }
}

@media screen and (max-width: 800px) {
  .deals-banners {
    padding-bottom: 1.25rem
  }

  .deals-banners a {
    margin-bottom: 1.875rem
  }
}

@media screen and (max-width: 767px) {
  .sub-header-md {
    height: 10.625rem
  }

  .sub-header-md .hd-content {
    margin: 0 auto 0 10%
  }

  .sub-header-md .hd-content h2 {
    font-size: 1.75rem;
    line-height: normal
  }

  .sub-header-md .hd-content h2:before {
    bottom: -1.125rem;
    height: .063rem
  }

  .sub-header-md p {
    font-size: 1rem;
    margin-top: 1.688rem
  }
}

@media screen and (max-width: 480px) {
  .sub-header-md {
    background-position: 0
  }

  .sub-header-md .hd-content {
    margin: 0 auto 0 1.563rem
  }

  .sub-header-md .hd-content h2 {
    font-size: 1.5rem
  }

  .view-all-deal {
    font-size: .875rem;
    margin-top: .938rem !important;
    line-height: 1.2
  }
}

.col-w-sl {
  margin-bottom: 1.875rem !important
}

@media screen and (max-width: 1024px) {
  .col-w-sl {
    padding-left: .5rem;
    padding-right: .5rem
  }
}

@media screen and (max-width: 800px) {
  .col-w-sl {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 2.5rem;
    padding-right: 2.5rem
  }
}

@media screen and (max-width: 767px) {
  .col-w-sl {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: .938rem;
    padding-right: .938rem;
    margin-bottom: .938rem !important;
    padding-left: .5rem;
    padding-right: .5rem
  }
}

@media screen and (max-width: 375px) {
  .col-w-sl .price {
    line-height: 2
  }
}

@media screen and (max-width: 320px) {
  .col-w-sl {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 1.875rem;
    padding-right: 1.875rem
  }

  .col-w-sl .price {
    line-height: normal
  }
}

.login-content {
  display: table;
  height: 92vh;
  width: 100%;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem
}

.login-content .middle-content {
  vertical-align: middle;
  display: table-cell
}

.login-content .middle-content .container {
  padding: 1.875rem;
  max-width: 32.5rem;
  background-color: #fff;
  box-shadow: 0 0 1.3rem 0 rgba(0, 0, 0, .1);
  border-radius: .313rem;
  border-top: .125rem solid #1f283b
}

.login-content .middle-content .container h2 {
  color: #1f283b;
  font-size: 1.25rem;
  margin-bottom: .938rem;
  font-weight: 700
}

.login-content .middle-content .container h3 {
  color: #1f283b;
  font-size: 1rem;
  margin-bottom: .313rem;
  font-weight: 500
}

.login-content .middle-content .container .login-btn {
  width: 100%;
  margin-bottom: .938rem
}

.login-content .middle-content .container .btn-outline-dark {
  width: 100%;
  margin-bottom: .938rem;
  color: #1f283b;
  border-color: #1f283b
}

.login-content .middle-content .container .btn-outline-dark:focus,
.login-content .middle-content .container .btn-outline-dark:hover {
  color: #fff
}

.login-content .middle-content .container .form-control {
  font-size: .875rem;
  letter-spacing: .063rem
}

.login-content .middle-content .container label {
  font-size: .875rem;
  letter-spacing: .063rem;
  margin-bottom: .313rem;
  display: block
}

.login-content .middle-content .container .fp-link {
  color: #515151;
  text-decoration: underline;
  text-align: center;
  display: block;
  opacity: .8
}

.login-content .middle-content .container .fp-link:hover {
  color: #1f283b;
  opacity: 1
}

.login-content .middle-content .container .date-div {
  padding-bottom: .625rem
}

.login-content .middle-content .container .date-div .row {
  margin-left: -.625rem;
  margin-right: -.625rem
}

.login-content .middle-content .container .date-div .col-4 {
  padding: 0 .625rem
}

.login-content .middle-content .container hr {
  margin-top: .938rem;
  margin-bottom: .938rem;
  opacity: .3
}

.login-content .middle-content .container .login-social {
  font-size: 1.125rem
}

.login-content .middle-content .container .login-social .btn-light {
  margin-left: .938rem;
  color: #515151;
  border: none
}

.login-content .middle-content .container .login-social .facebook:focus,
.login-content .middle-content .container .login-social .facebook:hover {
  background-color: #1877f2 !important;
  color: #fff !important
}

.login-content .middle-content .container .login-social .google:focus,
.login-content .middle-content .container .login-social .google:hover {
  background-color: #4285f4 !important;
  color: #fff !important
}

@media screen and (max-width: 1280px) {
  .login-content .middle-content .container {
    max-width: 25rem
  }
}

@media screen and (max-width: 480px) {
  .login-content {
    padding-left: .938rem;
    padding-right: .938rem;
    height: auto
  }

  .login-content .middle-content .container {
    padding: 1.25rem .938rem
  }

  .login-content .middle-content .container h2 {
    font-size: 1.125rem
  }

  .login-content .middle-content .container .login-social,
  .login-content .middle-content .container h3 {
    font-size: .938rem
  }

  .login-content .middle-content .container .login-social .btn-light {
    margin-left: .625rem
  }
}

@media screen and (max-width: 375px) {
  .login-content .middle-content .container .date-div .row {
    margin-left: -.313rem;
    margin-right: -.313rem
  }

  .login-content .middle-content .container .date-div .col-4 {
    padding: 0 .313rem
  }
}

.loader {
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 2200;
  background-color: #fff
}

.loader,
.loader-pl {
  background-image: url(../images/loader.gif); 
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 2.875rem
}

.loader-pl {
  width: 100%;
  height: 100vh;
}

@media screen and (max-width: 800px) {
  .loader,
  .loader-pl {
    background-size: auto 2.125rem
  }
}
.sub-header-profile {
  background-color: #1f283b;
  width: 100%;
  height: 16.25rem;
  justify-content: center;
  display: flex;
  color: #fff
}

.sub-header-profile .hd-content {
  align-self: center;
  width: 100%
}

.sub-header-profile .hd-content h2 {
  font-size: 1.75rem;
  line-height: 1;
  position: relative;
  font-weight: 700;
  display: inline
}

.sub-header-profile .hd-content h2 span {
  font-weight: 400
}

.sub-header-profile .hd-content .avatar svg {
  width: 2.188rem;
  height: 2.188rem;
  margin-top: -.313rem;
  margin-right: .938rem;
  float: left
}

.sub-header-profile .hd-content .avatar svg .st0 {
  -webkit-clip-path: url(#SVGID_2_);
  clip-path: url(#SVGID_2_)
}

.sub-header-profile .hd-content .avatar svg .st1 {
  fill: #ddd
}

.sub-header-profile .hd-content .avatar svg .st2 {
  fill: #282828
}

.sub-header-profile .hd-content .avatar svg .st3 {
  fill: #c7c5c6
}

.sub-header-profile .hd-content .avatar svg .st4 {
  fill: #e0e0e0
}

.sub-header-profile .hd-content .avatar svg .st5 {
  fill: #dedede
}

.sub-header-profile .hd-content .avatar svg .st6 {
  fill: #e1e1e1
}

.sub-header-profile .hd-content .avatar svg .st7 {
  fill: #c2c1c2
}

.sub-header-profile .hd-content .avatar svg .st8 {
  fill: #cecece
}

.sub-header-profile .hd-content .avatar svg .st9 {
  fill: #e1001e
}

.sub-header-profile p {
  font-size: 1.125rem;
  margin: .938rem 0 0
}

.Reward-point {
  width: 10rem;
  position: relative;
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: 0;
  margin-top: -1.625rem
}

.Reward-point .points {
  position: absolute;
  z-index: 3;
  top: 2.5rem;
  font-family: Exo, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  width: 100%;
  line-height: 1
}

.Reward-point small {
  font-size: .813rem
}

.Reward-point svg {
  width: 10rem
}

.Reward-point svg .st0 {
  fill: #1f283b;
  stroke: #fff;
  stroke-width: .5;
  stroke-miterlimit: 10
}

.Reward-point svg .st1 {
  fill: #fff
}

.Reward-point svg .st2 {
  fill: #e1001e
}

.Reward-point h3 {
  background-color: #e1001e;
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: .625rem;
  border-radius: .188rem;
  display: block;
  margin-top: .188rem;
  line-height: 1;
  padding: .125rem 0 0 .563rem
}

.Reward-point span {
  font-size: .875rem;
  letter-spacing: .094rem
}

.deal-div {
  background-color: #fff;
  border-radius: .313rem;
  padding: .938rem;
  border-bottom: .125rem solid #e1001e;
  box-shadow: 0 0 1.3rem 0 rgba(0, 0, 0, .25);
  margin-top: -2.188rem;
  margin-bottom: -2.188rem
}

.deal-div svg {
  width: 2.625rem;
  height: 2.625rem;
  margin-top: -.25rem
}

.deal-div svg .st0 {
  fill: #f6f6f6
}

.deal-div svg .st1 {
  fill: #e1001e
}

.deal-div svg .st2 {
  fill: #1f283b
}

.deal-div h3 {
  line-height: normal;
  color: #e1001e;
  font-size: 1.125rem;
  line-height: 1
}

.deal-div h3 span {
  font-weight: 400;
  color: #515151
}

.deal-div h4 {
  line-height: normal;
  font-size: 1rem
}

.deal-div .btn-secondary {
  padding: .25rem .625rem;
  font-size: .813rem;
  margin-top: .313rem
}

.profile-links {
  padding-top: 1.875rem
}

.profile-links a {
  background-color: #fff;
  border-radius: .313rem;
  position: relative;
  padding: .938rem;
  box-shadow: 0 0 .938rem 0 rgba(0, 0, 0, .15);
  display: block;
  text-decoration: none;
  color: #1f283b;
  font-family: Exo, sans-serif;
  font-weight: 500;
  letter-spacing: .094rem;
  font-size: 1.125rem;
  margin-bottom: 1.875rem;
  transition: all .25s
}

.profile-links a svg {
  width: 2.5rem;
  height: 2.5rem;
  margin-right: .938rem;
  transition: all .25s
}

.profile-links a svg .st0 {
  fill: #f6f6f6
}

.profile-links a svg .st1 {
  fill: #1f283b
}

.profile-links a svg .st2 {
  fill: #e1001e
}

.profile-links a svg .snone {
  fill: none
}

.profile-links a span {
  float: right;
  background-color: #f6f6f6;
  padding: .625rem;
  line-height: 1;
  font-family: Barlow, sans-serif;
  margin-right: 4.063rem;
  font-size: .875rem;
  margin-top: .188rem;
  border-radius: .188rem
}

.profile-links a .chevron-right-u {
  width: 1.25rem;
  height: 1.25rem;
  fill: #d5d5d5;
  position: absolute;
  right: 1.25rem;
  top: 1.5625rem;
  z-index: 2;
  transition: all .25s
}

.profile-links a:hover .chevron-right-u {
  right: 0;
  transition: all .25s
}

.profile-links a:hover svg {
  margin-left: 1.875rem;
  transition: all .25s
}

@media screen and (max-width: 1366px) {
  .sub-header-profile {
    margin-top: -.188rem
  }
}

@media screen and (max-width: 800px) {
  .sub-header-profile .hd-content {
    align-self: center;
    width: 100%
  }

  .sub-header-profile .hd-content h2 {
    font-size: 1.5rem
  }

  .sub-header-profile .hd-content .avatar svg {
    width: 1.875rem;
    height: 1.875rem;
    margin-top: -.188rem
  }

  .sub-header-profile p {
    font-size: 1rem
  }

  .Reward-point {
    width: 9.438rem
  }

  .Reward-point .points {
    top: 2.5rem;
    font-size: 1rem
  }

  .Reward-point svg {
    width: 9.75rem
  }

  .Reward-point h3 {
    font-size: 1rem;
    letter-spacing: .5rem;
    padding: .188rem 0 .063rem .375rem
  }

  .Reward-point span {
    font-size: .813rem;
    letter-spacing: .063rem
  }

  .profile-links a {
    letter-spacing: .031rem;
    font-size: 1rem;
    padding: .625rem;
    margin-bottom: 1.25rem
  }

  .profile-links a svg {
    width: 2.25rem;
    height: 2.25rem;
    margin-right: .625rem
  }

  .profile-links a span {
    margin-right: 1.875rem;
    font-size: .813rem;
    margin-top: .125rem
  }

  .profile-links a:after {
    right: .938rem;
    top: .813rem;
    font-size: 1.25rem
  }

  .profile-links a:hover:after {
    right: .938rem
  }

  .profile-links a:hover svg {
    margin-left: 0
  }

  .deal-div {
    padding: .625rem;
    margin-top: -1.813rem;
    margin-bottom: -1.813rem
  }

  .deal-div svg {
    width: 2.25rem;
    height: 2.25rem;
    margin-top: -.125rem
  }

  .deal-div h3 {
    font-size: 1rem
  }

  .deal-div h4 {
    font-size: .875rem
  }

  .deal-div .btn-secondary {
    margin-top: .188rem
  }
  .profile-links a .chevron-right-u {
    top: 1.125rem;
  }
}

@media screen and (max-width: 767px) {
  .sub-header-profile {
    height: 12.5rem
  }

  .sub-header-profile .hd-content {
    align-self: center;
    width: 100%
  }

  .sub-header-profile .hd-content h2 {
    font-size: 1rem
  }

  .sub-header-profile .hd-content .avatar svg {
    width: 1.563rem;
    height: 1.563rem
  }

  .sub-header-profile p {
    font-size: .813rem;
    line-height: normal
  }

  .Reward-point {
    width: 8.5rem
  }

  .Reward-point .points {
    top: 2.125rem;
    font-size: .938rem
  }

  .Reward-point svg {
    width: 8.5rem
  }

  .Reward-point h3 {
    font-size: .875rem;
    letter-spacing: .5rem;
    padding: .188rem 0 .063rem .5rem
  }

  .Reward-point span {
    font-size: .688rem;
    letter-spacing: .063rem;
    display: block;
    padding-top: .188rem
  }
  .profile-links a .chevron-right-u {
    right: 0.625rem;
  }
}

@media screen and (max-width: 480px) {
  .sub-header-profile {
    height: 9.375rem
  }

  .sub-header-profile .hd-content h2 {
    font-size: 1rem
  }

  .sub-header-profile .hd-content h2 span {
    display: block;
    font-size: .938rem;
    padding-top: .375rem
  }

  .sub-header-profile .hd-content .avatar svg {
    width: 2.188rem;
    height: 2.188rem;
    margin-top: 0;
    margin-right: .625rem
  }

  .sub-header-profile p {
    display: none
  }

  .Reward-point {
    width: 7.25rem;
    margin-top: -1.313rem
  }

  .Reward-point .points {
    top: 1.85rem;
    font-size: .813rem
  }

  .Reward-point svg {
    width: 7.25rem
  }

  .Reward-point h3 {
    font-size: .844rem;
    letter-spacing: .313rem;
    padding: .125rem 0 .125rem .313rem
  }

  .Reward-point span {
    font-size: .688rem;
    display: block;
    padding-top: .188rem;
    letter-spacing: .031rem;
  }

  .profile-links {
    padding-top: 0
  }

  .profile-links a span {
    margin-right: 1.563rem
  }

  .profile-links a:after,
  .profile-links a:hover:after {
    right: .625rem
  }

  .deal-div {
    padding: .625rem;
    margin-top: -1.625rem;
    margin-bottom: -1.625rem
  }

  .deal-div svg {
    width: 2.125rem;
    height: 2.125rem;
    margin-top: -.125rem
  }

  .deal-div h3 {
    font-size: .906rem;
    letter-spacing: normal
  }

  .deal-div h4 {
    font-size: .844rem;
    letter-spacing: normal
  }

  .deal-div .btn-secondary {
    margin-top: 0;
    letter-spacing: normal
  }
}

@media screen and (max-width: 425px) {
  .deal-div svg {
    width: 1.875rem;
    height: 1.875rem
  }

  .deal-div h3 {
    font-size: .844rem;
    letter-spacing: normal
  }

  .deal-div h4 {
    font-size: .781rem;
    letter-spacing: normal
  }

  .deal-div .btn-secondary {
    padding: .25rem .438rem
  }
  .sub-header-profile .hd-content h2 {
    font-size: .938rem;
  }
  .sub-header-profile .hd-content h2 span {
    font-size: .813rem;
    letter-spacing: .031rem;
  }
}

@media screen and (max-width: 320px) {
  .profile-links a {
    letter-spacing: normal;
    font-size: .938rem
  }

  .profile-links a svg {
    width: 2.125rem;
    height: 2.125rem;
    margin-right: .375rem
  }

  .profile-links a span {
    margin-right: 1.25rem;
    margin-top: .188rem;
    padding: .438rem
  }

  .profile-links a:after {
    right: .5rem;
    top: .875rem;
    font-size: 1.125rem
  }

  .profile-links a:hover:after {
    right: .5rem
  }
}

.social-link {
  position: relative;
  width: 2.188rem;
  height: 2.188rem;
  border-radius: .188rem;
  color: #fff;
  text-decoration: none;
  background: silver;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: .5rem;
  transition: all .3s;
  float: left;
  cursor: pointer
}

.social-link i {
  font-size: 1.25rem
}

.social-link span {
  position: absolute;
  top: 0;
  padding: .3rem .8rem;
  background: #fff;
  font-family: Helvetica, sans-serif;
  font-weight: 700;
  transition: all .3s;
  opacity: 0
}

.social-link span:after {
  content: "";
  position: absolute;
  left: calc(50% - .625rem);
  bottom: -.313rem;
  border-top: .625rem solid #fff;
  border-left: .625rem solid transparent;
  border-right: .625rem solid transparent
}

.social-link.facebook:hover {
  background: #4b69b0
}

.social-link.facebook:hover span {
  top: -90%;
  opacity: 1;
  color: #4b69b0
}

.social-link.twitter:hover {
  background: rgba(15,20,25,1.00);
}

.social-link.twitter:hover span {
  top: -90%;
  opacity: 1;
  color: #37b1e1
}

.social-link.whatsapp:hover {
  background: #25d366
}

.social-link.whatsapp:hover span {
  top: -90%;
  opacity: 1;
  color: #25d366
}

.social-link.linkedin:hover {
  background: #0678b6
}

.social-link.linkedin:hover span {
  top: -90%;
  opacity: 1;
  color: #0678b6
}

.social-link.youtube:hover {
  background: #e83f3a
}

.social-link.youtube:hover span {
  top: -90%;
  opacity: 1;
  color: #e83f3a
}
.social-link.link:hover {
  background: #1f283b
}
.text-link {
  color: #1f283b;
  font-family: Exo, sans-serif;
  text-decoration: underline;
  font-weight: 500;
  cursor: pointer
}

.text-link:hover {
  text-decoration: none
}

.product-detail {
  box-shadow: 0 0 1.3rem 0 rgba(0, 0, 0, .15);
  border-radius: .313rem;
  background-color: #fff;
  padding: 1.25rem;
  margin: 1.875rem 0
}

.product-detail .dl-section {
  position: relative
}

.product-detail .dl-section .brandlab {
  position: absolute;
  right: 0;
  top: 0;
  height: auto;
  z-index: 5
}

.product-detail .dl-section .discountlab {
  background-color: #fed02a;
  color: #000;
  line-height: 1;
  font-size: .875rem;
  font-weight: 500;
  padding: .5rem;
  display: inline-block;
  border-radius: 0;
  letter-spacing: .063rem;
  font-family: Exo, sans-serif;
  position: absolute;
  left: -1.688rem;
  top: 0;
  height: 1.75rem;
  width: auto;
  text-align: center;
  z-index: 5
}

.product-detail .dl-section .discountlab:before {
  border-top: .6rem solid #b98c3a;
  border-left: .4rem solid transparent;
  content: "";
  left: 0;
  position: absolute;
  top: 1.75rem;
  z-index: -1
}

.product-detail .dl-section .top-category-detail {
  background-color: #009cde;
  color: #fff;
  top: 0
}

.product-detail .dl-section .top-category-detail:before {
  border-top: .6rem solid #004360 !important;
  border-left: .4rem solid transparent !important
}

.product-detail .dl-section .label-pr-popular {
  background-color: #fb8c00;
  color: #fff
}

.product-detail .dl-section .label-pr-popular:before {
  border-top: .6rem solid #050814
}

.product-detail .dl-section .label-pr-featured {
  background-color: #1e89e4;
  color: #fff
}

.product-detail .dl-section .label-pr-featured:before {
  border-top: .6rem solid #075396
}

.product-detail .dl-section .label-pr-new {
  background-color: #4dae52;
  color: #fff
}

.product-detail .dl-section .label-pr-new:before {
  border-top: .6rem solid #256532
}

.product-detail .dl-section .label-pr-category {
  background-color: #009cde !important;
  color: #fff;
  top: 2.5rem
}

.product-detail .dl-section .label-pr-category:before {
  border-top: .6rem solid #0074a5 !important
}

.product-detail .dl-section .product-img {
  position: relative;
  text-align: center
}
.product-detail .product-main-media-block {
  min-height: 22.5rem;
}

.product-detail .dl-section .product-img img {
  width: auto;
  max-height: 28.125rem;
  margin: auto
}
.product-detail .dl-section .product-img img.product-thumbnail {
  /*min-height: 200px;*/
}

.product-detail .heading-d2 {
  font-size: 1.25rem;
  color: #1f283b;
  font-weight: 700;
  margin-bottom: .625rem;
  line-height: 1
}

.product-detail .heading-d2 span {
  color: #e1001e
}

.product-detail h3, .product-detail .attribute-title {
  font-size: .938rem;
  color: #1f283b;
  font-weight: 700;
  font-family: Exo, sans-serif;
  letter-spacing: .06rem;

}

.product-detail h3 span, .product-detail .attribute-title span {
  color: #e1001e
}

.product-detail .customer-reviews {
  float: right;
}

.product-detail .customer-reviews .review-icons {
  font-size: .875rem;
  padding-top: 0.1875rem;
}

.product-detail .customer-reviews .review-icons i {
  width: 16.125rem;
  display: inline-block;
  line-height: 1;
  width: .938rem;
  min-width: .625rem;
  max-width: 100%;
  color: #fed02a;
  margin-right: .25rem
}
.customer-reviews .review-icons svg, .review-section .review-icons svg {
  width: 1.125rem;
  height: 1.125rem;
  display: inline-block;
  margin-right: 0.1875rem;
  float: left;
  fill: #fed02a;
}
.product-detail .customer-reviews .review-icons span {
  float: left; margin-top: 0.1875rem;
}
.product-detail .customer-reviews .review-icons small {
  font-size: .75rem
}
.product-detail .vg-val {
  background-color: #16872e;
  color: #fff;
  line-height: 1;
  font-size: 1rem;
  font-weight: 500;
  padding: .313rem .938rem;
  display: inline-block;
  border-radius: .188rem;
  font-family: Exo, sans-serif
}

.product-detail .stockval {
  font-size: .938rem;
  font-weight: 700;
  text-align: right;
  color: #16872e
}

.product-detail .col-w-set {
  width: 8.75rem;
  max-width: 8.75rem
}

.product-detail .pr-quantity {
  padding: 0
}

.product-detail .pr-quantity .input-group .btn-primary {
  font-size: .75rem;
  width: 2rem;
  height: 2rem;
  line-height: 1;
  text-align: center;
  padding: 0;
  background-color: #b1b1b1;
  border: none
}

.product-detail .pr-quantity .input-group .btn-primary:hover {
  background-color: #1f283b;
  color: #fff
}
.product-detail .pr-quantity .input-group .btn-primary svg, .product-detail .pr-quantity .input-group .btn-primary:hover svg {
  fill: #fff;
}
.product-detail .pr-quantity .input-group .form-control {
  height: 2rem;
  width: 3.75rem;
  font-size: 1rem;
  font-family: Exo, sans-serif;
  font-weight: 500;
  text-align: center;
  margin: 0 .625rem;
  padding: 0;
  flex: none
}

.product-detail .price-div,
.product-detail .social-media-block {
  font-family: Exo, sans-serif;
  background-color: #fff;
  border: .063rem solid #eee;
  border-radius: .313rem;
  padding: .625rem .938rem;
  font-size: .938rem;
  margin-top: .625rem;
  display: inline-block;
  width: 100%
}

.product-detail .price-div .set-w-c-375 {
  text-align: right
}

.product-detail .price-div .sl-price {
  color: #949494;
  text-decoration: line-through;
  margin-left: .313rem;
  font-size: 1.125rem
}

.product-detail .price-div .pf-price {
  color: #e1001e;
  margin-left: .313rem;
  font-weight: 700;
  font-size: 1.125rem
}

.product-detail .price-div .btn-primary {
  font-size: .875rem;
  margin-left: .938rem;
  background-color: #1aa94d !important;
  border-color: #1aa94d !important
}

.product-detail .price-div .btn-primary:focus,
.product-detail .price-div .btn-primary:hover {
  background-color: #128f38 !important;
  border-color: #128f38 !important
}

.product-detail .price-div .btn-bookmark {
  font-size: 1rem;
  border: .063rem solid #e1001e;
  background-color: #fff;
  border-radius: 50% !important;
  width: 2.063rem;
  height: 2.063rem;
  color: #e1001e;
  text-align: center;
  padding: 0;
  line-height: 1;
  margin-left: .938rem
}

.product-detail .price-div .btn-bookmark:focus {
  background-color: unset !important;
  border-color: unset !important;
}
/*.product-detail .price-div .btn-bookmark:focus,*/
.product-detail .price-div .btn-bookmark:hover,
.product-detail .price-div .btn-bookmark.active {
  border: .063rem solid #e1001e !important;
  background-color: #e1001e !important;
  color: #fff !important
}
.product-detail .price-div .btn-bookmark svg,
.product-detail .price-div .btn-bookmark.active svg {
  fill: #e1001e;
}
/*.product-detail .price-div .btn-bookmark:focus svg,*/
.product-detail .price-div .btn-bookmark:hover svg,
.product-detail .price-div .btn-bookmark.active svg {
  fill: #fff !important
}
.product-detail .offer-div {
  background-color: #f6f6f7;
  border: .063rem solid #d2d4d8;
  border-radius: .313rem;
  padding: .75rem;
  margin-top: .938rem;
  font-size: .875rem
}

.product-detail .offer-div h3 {
  line-height: normal;
  color: #1f283b;
  font-size: .938rem;
  line-height: 1
}

.product-detail .offer-div h3 span {
  display: block;
  font-size: .75rem;
  font-weight: 400;
  color: #515151
}

.product-detail .offer-div .btn-secondary {
  padding: .25rem .625rem;
  font-size: .813rem
}

.product-detail .delivery-hours {
  background-color: #e9f7e4;
  border: .063rem solid #96c884;
  border-radius: .313rem;
  padding: .75rem;
  margin-top: .938rem;
  font-size: .875rem;
  display: table
}

.product-detail .delivery-hours .hours-icon img {
  width: 2.375rem;
  height: 2.375rem;
  margin-right: .625rem;
  max-width: none !important
}

.product-detail .delivery-hours .hours-cont {
  display: table-cell;
  vertical-align: middle;
  width: 100%
}

.product-detail .delivery-hours .hours-cont h3 {
  line-height: normal;
  font-size: .938rem;
  line-height: 1;
  color: #1f283b
}

.product-detail .delivery-hours .hours-cont h3 span {
  font-size: .75rem;
  font-weight: 400;
  color: #515151
}

.product-detail .delivery-hours .btn-primary {
  padding: .25rem .938rem
}

.product-detail .colorname {
  display: block;
  line-height: 1;
  font-size: .813rem;
  color: #515151 !important;
  font-weight: 500;
  letter-spacing: normal;
  font-family: Barlow, sans-serif
}

.product-detail .b-link {
  color: #717171
}

.product-detail .b-link:focus,
.product-detail .b-link:hover {
  color: #282828
}

.g-image-item {
  margin: .625rem !important
}

.g-counter {
  left: auto !important;
  right: 0 !important;
  bottom: .938rem !important;
  top: auto !important
}

.product-fd,
.review-section {
  padding: .938rem
}

.product-fd h2,
.review-section h2 {
  font-size: 1.563rem;
  margin-bottom: .938rem
}

.product-fd h2 span, .review-section .h2-sm span,
.review-section h2 span {
  color: #e1001e
}

.product-fd p,
.review-section p {
  margin-bottom: .938rem
}

.product-fd ul,
.review-section ul {
  width: 50%;
  float: left;
  list-style: none;
  padding: 0;
  margin: 0
}

.product-fd ul li,
.review-section ul li {
  margin-bottom: .625rem;
  position: relative;
  padding-left: 1.563rem
}

.product-fd ul li:before,
.review-section ul li:before {
  display: inline-block;
  content: "";
  height: .063rem;
  width: .625rem;
  margin-right: .625rem;
  background-color: #e1001e;
  position: absolute;
  top: .688rem;
  left: 0
}

.product-fd .w-box,
.review-section .w-box {
  background-color: #fff;
  padding: .625rem .938rem;
  font-size: .938rem;
  border: .063rem solid #e7e7e7
}

.product-fd .w-box strong,
.review-section .w-box strong {
  font-weight: 700;
  color: #e1001e
}

.order-rel-info {
  font-family: Barlow, sans-serif !important;
  font-size: .875rem !important;
  line-height: normal
}

.order-rel-info img {
  width: 1.5rem;
  height: 1.5rem
}

.order-rel-info hr {
  margin-top: .5rem;
  margin-bottom: .5rem;
  border: none;
  border-bottom: .063rem solid #eee
}

.add-cart-div .cp-lab-size ul li,
.bottombar-content .b-lab-size ul li,
.campaign-deal-lab .cp-lab-size ul li,
.product-ml-size ul li {
  margin: 0 .625rem 0 0
}

.add-cart-div .cp-lab-size ul li label span,
.bottombar-content .b-lab-size ul li label span,
.campaign-deal-lab .cp-lab-size ul li label span,
.product-ml-size ul li label span {
  padding: .313rem .625rem
}

.add-cart-div .cp-lab-size ul .img-display span,
.bottombar-content .b-lab-size ul .img-display span,
.campaign-deal-lab .cp-lab-size ul .img-display span,
.product-ml-size ul .img-display span {
  padding: 0 !important;
  min-width: auto;
  overflow: hidden;
  border: .063rem solid #e3e3e3
}

.add-cart-div .cp-lab-size ul .img-display span img,
.bottombar-content .b-lab-size ul .img-display span img,
.campaign-deal-lab .cp-lab-size ul .img-display span img,
.product-ml-size ul .img-display span img {
  width: 2rem;
  height: 2rem
}

.add-cart-div .cp-lab-size ul .img-display label input:checked+span,
.bottombar-content .b-lab-size ul .img-display label input:checked+span,
.campaign-deal-lab .cp-lab-size ul .img-display label input:checked+span,
.product-ml-size ul .img-display label input:checked+span {
  border-color: #1f283b;
  box-shadow: 0 .313rem .5625rem -.188rem rgba(0, 0, 0, .25)
}

.pd-ns-list {
  background-color: #f9f9f9;
  border: .063rem solid #f0f0f0;
  margin-top: .938rem;
  border-radius: .313rem;
  padding: .938rem
}

.set-wh {
  width: 100%;
  float: left;
}

.set-wh .fp-overflow-sm {
  padding-bottom: 0;
  padding-top: 0.9375rem;
}



.pd-ns-list .nic-shot-list {
  padding-top: .938rem;
  flex: 1;
  overflow-y: hidden;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch
}

.pd-ns-list .nic-shot-list .item-div {
  width: -webkit-max-content;
  width: max-content;
  padding: 0 0 .75rem;
  float: left
}

.review-section {
  background-color: #f4f4f4;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem
}

.review-section h2 {
  margin-bottom: .625rem;
  font-size: 1.563rem
}

.review-section .h2-sm {
  margin-bottom: .625rem;
  font-size: 1.25rem;
  font-weight: 700;
}

.review-section .fa-star {
  color: #fed02a
}

.review-section .btn-outline-danger,
.review-section .btn-primary,
.review-section .btn-secondary {
  font-size: .875rem
}

.review-section .review-box {
  border-radius: .313rem;
  background-color: #fff;
  padding: .938rem .938rem 0;
  width: 100%;
  border: .063rem solid #e4e4e4;
  margin-bottom: .938rem
}

.review-section .review-box p {
  font-size: .875rem
}

.review-section .review-box .review-name {
  font-size: 1rem;
  line-height: 1;
  font-weight: 600;
}

.review-section .review-box .user-icon {
  padding-right: 0
}

.review-section .review-box .user-icon span {
  background-color: #e4e4e4;
  border-radius: 50%;
  height: 2.188rem;
  width: 2.188rem;
  padding: 0;
  display: block;
  text-align: center;
  line-height: 2.188rem
}
.review-section .review-box .user-icon span svg {
  width: 1.125rem;
  height: 1.125rem;
  display: inline-block;
  margin-top: -0.3125rem;

}
.review-section .form-group .form-control {
  font-size: .813rem;
  font-family: Barlow, sans-serif !important;
  resize: none
}

.review-section .customer-reviews {
  font-size: .813rem;
  letter-spacing: .125rem;
  margin-bottom: .625rem;
  margin-top: .125rem
}
.review-section label {
  font-size: 0.875rem;
  letter-spacing: 0.063rem;
  margin-bottom: 0.313rem;
  display: block;
}
.review-section .review-title {
  font-size: 1.125rem;
  margin-bottom: 0.3125rem;
  font-weight: 700;
}

.review-section .form-group {
  margin-bottom: 0.5rem;
}
.mobileview {
  display: none
}

.desktopview {
  display: block;
  line-height: 1;
}

.pt-pb {
  padding-top: .625rem;
  padding-bottom: .625rem
}

.d-icon {
  font-size: 1.375rem !important;
  position: relative;
  padding-bottom: 0;
  cursor: pointer;
  width: 100%;
  padding-right: 1.25rem;
  display: block;
  margin-bottom: 0 !important
}

.d-icon:after {
  content: "+";
  position: absolute;
  right: 0;
  top: -.313rem;
  font-size: 1.875rem;
  transition: transform .25s ease-in-out
}

.d-icon:focus,
.d-icon:hover {
  text-decoration: none
}

.d-icon[aria-expanded=true]:after {
  transform: rotate(45deg)
}

.collapse-div {
  border-radius: .313rem;
  background-color: #fff;
  padding: .5rem .938rem;
  width: 100%;
  border: .063rem solid #e4e4e4;
  font-size: .875rem;
  margin-bottom: 0
}

.free-nic-div, partial-free-nic-div {
  background-color: #e9f7e4;
  border: .063rem solid #96c884;
  border-radius: .313rem;
  padding: .5rem;
  margin-top: .938rem;
  font-size: .875rem
}

.free-nic-div .delete-item-nic,
.partial-free-nic-div .delete-item-nic,
.partial-free-nic-div .partial-delete-item-nic,
.free-nic-div .partial-delete-item-nic {
  padding: .125rem .375rem;
  background-color: initial;
  font-size: 1rem;
  border: none;
  margin: -.125rem
}

.free-nic-div .delete-item-nic:focus,
.partial-free-nic-div .delete-item-nic:focus,
.partial-free-nic-div .partial-delete-item-nic:focus,
.free-nic-div .delete-item-nic:hover,
.partial-free-nic-div .delete-item-nic:hover,
.partial-free-nic-div .partial-delete-item-nic:hover,
.free-nic-div .partial-delete-item-nic:hover {
  background-color: initial !important;
  color: #f12300;
  border: none
}
.free-nic-div .delete-item-nic svg,
.partial-free-nic-div .delete-item-nic svg,
.partial-free-nic-div .partial-delete-item-nic svg {
  fill:#1f283b;
}

.free-nic-div .delete-item-nic:focus svg,
.partial-free-nic-div .delete-item-nic:focus svg,
.partial-free-nic-div .partial-delete-item-nic:focus svg,
.partial-free-nic-div .delete-item-nic:hover svg,
.free-nic-div .delete-item-nic:hover svg,
.free-nic-div .partial-delete-item-nic:hover svg{
  fill: #f12300;
}


.add-to-order .col-w-set {
  width: 16.5rem !important;
  max-width: 16.5rem
}

.add-to-order .col-w-set .product-card {
  margin-bottom: .313rem
}

.add-to-order .col-w-set .product-card .img-thumb .middle img {
  width: 70%
}

.discount-firstorder {
  background-color: #e9f7e4;
  border: .063rem solid #96c884;
  border-radius: .313rem;
  padding: .75rem;
  margin-top: .938rem;
  font-size: .875rem;
  margin-left: 0;
  margin-right: 0
}

.discount-firstorder img {
  width: 1.75rem;
  height: 1.75rem;
  margin-right: .625rem;
  max-width: none !important
}

.discount-firstorder .discount-cont {
  padding-left: 0
}

.discount-firstorder .discount-cont h3 {
  line-height: normal;
  font-size: .938rem;
  line-height: 1;
  color: #1f283b
}

.discount-firstorder .discount-cont h3 span {
  font-size: .75rem;
  font-weight: 400;
  color: #515151
}
.review-section .review-box .review-icons svg {
  width: 1rem;
  height: 1rem;
}
.review-section .rating{
  font-size: 1.25rem; margin-top: 0.3125rem; display: inline-block;
}
.review-section .rating span {
  float: left; margin-top: 0.125rem; font-size: 0.9375rem;
}
.review-section .rating svg{
  width: 1.375rem;
  height: 1.375rem;
  margin-right: 0.375rem;
}
.review-section p svg {
  width: 1.25rem;
  height: 1.25rem;
  margin-top: -0.1875rem;
  display: inline-block;
  fill: #fed02a; margin-right: 0.3125rem;
}
.product-detail .price-div .btn-primary svg, .product-detail .price-div .btn-primary:hover svg,
.product-detail .price-div .btn-primary:focus svg, .nic-shot-card .btn-primary svg, .product-card .btn-primary svg, .bottombar-content .order-btn svg {
  fill: #fff; margin-right: 0.1875rem;
}



@media screen and (max-width: 1024px) {
  .product-detail .dl-section .brandlab {
    top: .313rem;
    height: auto
  }

  .product-detail .dl-section .discountlab {
    font-size: .813rem;
    padding: .313rem;
    top: 0;
    height: auto;
    width: auto
  }

  .product-detail .dl-section .discountlab:before {
    top: 1.438rem
  }

  .product-detail .dl-section .label-pr-category {
    top: 2.3rem
  }

  .product-detail .heading-d2 {
    font-size: 1rem;
    letter-spacing: normal
  }

  .product-detail h3, .product-detail .attribute-title {
    font-size: .875rem
  }

  .product-detail .vg-val {
    font-size: .813rem;
    padding: .313rem .625rem
  }

  .product-detail .stockval {
    font-size: .813rem
  }

  .product-detail .price-div {
    font-size: .875rem
  }

  .product-detail .price-div .pf-price,
  .product-detail .price-div .sl-price {
    font-size: .938rem
  }

  .product-detail .price-div .btn-primary {
    font-size: .813rem;
    margin-left: 0
  }

  .product-detail .price-div .btn-bookmark {
    margin-left: .625rem
  }

  .product-fd h2,
  .review-section h2 {
    font-size: 1.375rem
  }

  .d-icon {
    font-size: 1.25rem !important
  }

  .d-icon:after {
    top: -.313rem
  }
}

@media screen and (max-width: 800px) {
  .mobileview {
    display: block
  }

  .desktopview {
    display: none
  }

  .product-detail .dl-section .product-img img {
    max-height: 23.75rem
  }

  .product-detail .dl-section .discountlab {
    top: .688rem
  }

  .product-detail .dl-section .label-pr-category {
    top: 3rem
  }

  .p-set-sm {
    padding: 0
  }

  .add-to-order .col-w-set {
    width: 15.5rem !important;
    max-width: 15.5rem
  }

  .product-detail .customer-reviews .review-icons {
    padding-top: 0;
  }
  .review-section h3 {
    font-size: 1rem;
  }
  .product-detail .customer-reviews .review-icons span {
    margin-top: -0.0625rem;
  }
}

@media screen and (max-width: 767px) {
  .product-detail {
    margin: .938rem 0
  }

  .product-detail .dl-section .label-pr-category {
    top: 2.875rem
  }

  .product-detail .vg-val {
    font-size: .688rem
  }

  .product-fd ul,
  .review-section ul {
    width: 100%
  }

  .product-detail .customer-reviews {
    margin-top: 0.3125rem;
    margin-bottom: 0.3125rem;
  }

  .product-detail .heading-d2 {
    margin-bottom: 0.3125rem;
  }

  .social-link i {
    font-size: 1.125rem;
  }

  .review-section {
    padding-left: 0;
    padding-right: 0;
  }

}

@media screen and (max-width: 425px) {
  .product-detail {
    padding: .625rem
  }

  .product-detail .dl-section .discountlab {
    left: -1rem;
    font-size: .688rem
  }

  .product-detail .dl-section .discountlab:before {
    top: 1.313rem
  }

  .product-detail .heading-d2 {
    font-size: .875rem;
    letter-spacing: normal;
    line-height: 1.1875rem;
  }

  .product-detail h3, .product-detail .attribute-title {
    font-size: .813rem;
    letter-spacing: normal
  }

  .product-detail .col-w-set {
    width: 6.875rem;
    max-width: 6.875rem
  }

  .product-detail .price-div {
    font-size: .813rem;
    padding: .313rem .5rem
  }

  .product-detail .price-div .pf-price,
  .product-detail .price-div .sl-price {
    font-size: .813rem
  }

  .product-detail .price-div .btn-primary {
    margin-left: 0;
    letter-spacing: normal
  }

  .product-detail .price-div .pt-5 {
    padding-top: .5rem !important
  }

  .product-detail .offer-div {
    font-size: .813rem;
    padding: .5rem
  }

  .product-detail .offer-div h3 {
    font-size: .813rem;
    line-height: normal
  }

  .product-detail .offer-div h3 span {
    display: block;
    font-size: .688rem
  }

  .product-detail .offer-div .btn-secondary {
    font-size: .781rem
  }

  .product-detail .delivery-hours {
    padding: .5rem
  }

  .product-detail .delivery-hours .hours-icon img {
    width: 2.063rem;
    height: 2.063rem;
    margin-right: .5rem
  }

  .product-detail .delivery-hours .hours-cont h3 {
    line-height: normal;
    font-size: .813rem
  }

  .product-detail .delivery-hours .hours-cont h3 span {
    font-size: .688rem
  }

  .product-detail .delivery-hours .btn-primary {
    padding: .25rem .938rem
  }

  .product-detail .delivery-hours .btn-primary .btn-primary {
    width: 1.625rem
  }

  .product-detail .pr-quantity .form-control {
    font-size: .75rem !important;
    height: 1.625rem !important;
    width: 2.813rem !important
  }

  .product-detail .pr-quantity .btn-primary {
    font-size: .75rem !important;
    width: 1.625rem !important;
    height: 1.625rem !important
  }

  .product-detail .customer-reviews .review-icons {
    font-size: .75rem;
    letter-spacing: normal
  }

  .product-detail .customer-reviews .review-icons i {
    margin-right: .063rem
  }

  .product-detail .setfont-s {
    font-size: .875rem
  }

  .bottombar-content .b-card-gray,
  .card-gray {
    padding: .625rem;
    font-size: .813rem
  }

  .add-cart-div .cp-lab-size ul li,
  .bottombar-content .b-lab-size ul li,
  .campaign-deal-lab .cp-lab-size ul li,
  .product-ml-size ul li {
    float: left;
    margin: 0 .5rem 0 0
  }

  .add-cart-div .cp-lab-size ul li label span,
  .bottombar-content .b-lab-size ul li label span,
  .campaign-deal-lab .cp-lab-size ul li label span,
  .product-ml-size ul li label span {
    font-size: .688rem
  }

  .product-fd,
  .review-section {
    font-size: .875rem
  }

  .product-fd h2,
  .review-section h2 {
    font-size: 1.375rem
  }

  .product-fd ul li,
  .review-section ul li {
    padding-left: 1.25rem
  }

  .product-fd ul li:before,
  .review-section ul li:before {
    width: .5rem
  }

  .product-fd .w-box,
  .review-section .w-box {
    padding: .625rem .938rem;
    font-size: .875rem
  }

  .review-section .btn-outline-danger,
  .review-section .btn-secondary {
    font-size: .813rem;
    padding: .313rem .5rem
  }

  .review-section .review-box .review-name {
    font-size: .875rem
  }

  .review-section .customer-reviews {
    font-size: .688rem
  }

  .d-icon {
    font-size: 1.125rem !important
  }

  .d-icon:after {
    top: -.5rem
  }

  .add-to-order .col-w-set {
    width: 14rem !important;
    max-width: 14rem
  }

  .social-link {
    width: 2rem;
    height: 2rem
  }

  .social-link i {
    font-size: 1rem
  }

  .discount-firstorder {
    padding: .5rem
  }

  .discount-firstorder img {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: .5rem
  }

  .discount-firstorder .discount-cont {
    padding-left: 0
  }

  .discount-firstorder .discount-cont h3 {
    font-size: .813rem
  }

  .discount-firstorder .discount-cont h3 span {
    font-size: .688rem
  }
  .customer-reviews .review-icons svg {
    width: 1rem;
    height: 1rem;
  }
}

@media screen and (max-width: 375px) {
  .product-detail .price-div .set-w-a-375 {
    width: 100%
  }

  .product-detail .price-div .set-w-c-375 {
    text-align: left;
    padding-top: .5rem
  }

  .add-cart-div .cp-lab-size,
  .bottombar-content .b-lab-size,
  .campaign-deal-lab .cp-lab-size,
  .product-ml-size {
    margin-bottom: .313rem
  }

  .add-cart-div .cp-lab-size ul li,
  .bottombar-content .b-lab-size ul li,
  .campaign-deal-lab .cp-lab-size ul li,
  .product-ml-size ul li {
    margin: 0 .5rem .5rem 0
  }

  .product-fd h2,
  .review-section h2 {
    font-size: 1.25rem
  }

  .add-to-order .col-w-set {
    width: 13rem !important;
    max-width: 13rem
  }

  .product-detail .dl-section .product-img img {
    max-height: 18.75rem;
  }
  .product-card .customer-reviews .review-icons svg {
    width: 0.875rem;
    height: 0.875rem;
  }
}


#deals-section {
  color: #fff;
  overflow: hidden;
  letter-spacing: .063rem;
  border-radius: .313rem;
  width: 100%;
  position: relative;
  background-image: url(deals-section-bg.d7fd5894d7ad9bb1e682.png);
  padding: .938rem 0;
  margin: auto auto 1.875rem
}

#deals-section .col-12 {
  background-image: url(deal-desk-bg.68b8f9191c4ab303f052.png);
  background-position: 100% 0;
  background-repeat: no-repeat;
  position: relative
}

#deals-section .deal-img {
  padding: .938rem 1.563rem .938rem .938rem;
  display: inline-block;
  background-color: #fff;
  margin-left: .938rem;
  position: relative;
  border-top-left-radius: .313rem;
  border-bottom-left-radius: .313rem
}

#deals-section .deal-img:after {
  border-top: 18.25rem solid #fff;
  border-right: 5.625rem solid transparent;
  content: "";
  right: -5.625rem;
  position: absolute;
  bottom: 0;
  z-index: 1
}

#deals-section .deal-img img {
  width: 16.375rem;
  height: 16.375rem
}

#deals-section .deals-title {
  background-color: #e1001e;
  height: 5.625rem;
  width: 17.313rem;
  transform: skew(-190deg);
  position: absolute;
  z-index: 15;
  top: 2.813rem;
  left: 20.063rem
}

#deals-section .deals-title h1 {
  font-family: Montserrat, sans-serif !important;
  color: #fff;
  font-weight: 700;
  font-size: 3.75rem;
  padding: 0;
  margin: 0;
  line-height: 1;
  text-align: center;
  letter-spacing: .938rem
}

#deals-section .deals-title h1 span {
  font-weight: 400;
  display: block;
  font-size: 1.625rem;
  letter-spacing: .375rem
}

#deals-section .brandtitle {
  font-family: Montserrat, sans-serif !important;
  font-size: 1.25rem;
  color: #fed02a;
  font-weight: 500;
  position: absolute;
  z-index: 2;
  left: 26.25rem;
  top: .313rem;
  letter-spacing: .063rem
}

#deals-section .brandtitle span {
  color: #fff;
  font-weight: 400
}

#deals-section .discount {
  font-family: Montserrat, sans-serif !important;
  font-size: 3.875rem;
  color: #1f283b;
  font-weight: 700;
  text-align: center;
  background-color: #fed02a;
  width: 8.125rem;
  height: 8.125rem;
  border-radius: 50%;
  position: absolute;
  left: 17.188rem;
  top: 9.375rem;
  z-index: 2;
  line-height: 1;
  padding-top: 1.25rem
}

#deals-section .discount:after {
  content: "";
  width: 8.125rem;
  height: 8.125rem;
  border-radius: 50%;
  border: .063rem solid #e1001e;
  right: -5.625rem;
  position: absolute;
  bottom: 0;
  z-index: 1;
  left: -.313rem
}

#deals-section .discount span {
  font-size: 1.75rem;
  display: block;
  line-height: 1;
  font-weight: 500;
  color: #e1001e
}

#deals-section .discount b {
  font-size: 1.75rem;
  vertical-align: top;
  margin-left: -1.125rem
}

#deals-section .timer-div {
  position: absolute;
  right: 0;
  width: 15rem;
  top: 4.375rem;
  text-align: left
}

#deals-section .timer-div h3 {
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 400;
  font-family: Montserrat, sans-serif !important
}

#deals-section .timer-div .time {
  font-family: Barlow, sans-serif;
  font-size: 3.438rem;
  font-weight: 700;
  line-height: 1;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: .094rem;
  -webkit-text-stroke-color: #fff
}

#deals-section .timer-div .time span {
  -webkit-text-stroke-color: #fed02a
}

#deals-section .productDetail {
  position: absolute;
  left: 28.125rem;
  top: 10rem
}

#deals-section .productDetail h2 {
  font-size: 1.563rem;
  line-height: 1;
  font-weight: 500;
  font-family: Montserrat, sans-serif !important
}

#deals-section .productDetail .deal-price {
  font-size: 1.125rem;
  font-family: Montserrat, sans-serif !important
}

#deals-section .productDetail .deal-price span {
  text-decoration: line-through;
  padding-right: .938rem
}

#deals-section .productDetail .deal-price b {
  color: #e1001e;
  font-weight: 700;
  font-size: 1.375rem
}

#deals-section .deal-btn {
  position: absolute;
  right: 5rem;
  bottom: 1.5rem;
  font-weight: 700;
  font-family: Montserrat, sans-serif !important
}

#deals-section .deal-btn:focus,
#deals-section .deal-btn:hover {
  background-color: #e1001e !important;
  border-color: #e1001e !important
}

@media screen and (max-width: 1024px) {
  #deals-section .deal-img {
    padding: .938rem
  }

  #deals-section .deal-img:after {
    border-top: 16.875rem solid #fff;
    right: -5.625rem
  }

  #deals-section .deal-img img {
    width: 15rem;
    height: 15rem
  }

  #deals-section .deals-title {
    left: 16.313rem;
    top: 2.563rem
  }

  #deals-section .brandtitle {
    left: 24.063rem
  }

  #deals-section .discount {
    left: 14.688rem;
    top: 8.75rem
  }

  #deals-section .timer-div {
    top: 3.25rem;
    width: 13.563rem;
    right: .938rem
  }

  #deals-section .productDetail {
    left: 23.75rem
  }

  #deals-section .productDetail h2 {
    font-size: 1.375rem
  }

  #deals-section .deal-btn {
    right: .938rem;
    bottom: .625rem
  }
}

@media screen and (max-width: 800px) {
  #deals-section .deal-img {
    padding: .625rem
  }

  #deals-section .deal-img:after {
    border-top: 13.75rem solid #fff;
    right: -5.625rem
  }

  #deals-section .deal-img img {
    width: 12.5rem;
    height: 12.5rem
  }

  #deals-section .deals-title {
    height: 4.375rem;
    width: 12.5rem;
    top: 1.875rem;
    left: 12.5rem
  }

  #deals-section .deals-title h1 {
    font-size: 2.875rem;
    letter-spacing: .625rem
  }

  #deals-section .deals-title h1 span {
    font-size: 1.25rem;
    letter-spacing: .25rem
  }

  #deals-section .brandtitle {
    font-size: 1rem;
    left: 21.188rem;
    top: .188rem
  }

  #deals-section .discount {
    font-size: 2.813rem;
    left: 12.125rem;
    top: 6.813rem
  }

  #deals-section .discount,
  #deals-section .discount:after {
    width: 6.563rem;
    height: 6.563rem
  }

  #deals-section .discount span {
    font-size: 1.375rem
  }

  #deals-section .discount b {
    font-size: 1.375rem;
    margin-left: -.625rem
  }

  #deals-section .timer-div {
    top: 2.25rem;
    width: 11.375rem;
    right: 0
  }

  #deals-section .timer-div h3 {
    font-size: 1rem
  }

  #deals-section .timer-div .time {
    font-size: 2.625rem;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: .063rem;
    -webkit-text-stroke-color: #fff
  }

  #deals-section .productDetail {
    left: 20rem;
    top: 7.188rem
  }

  #deals-section .productDetail h2 {
    font-size: 1.125rem
  }

  #deals-section .productDetail .deal-price {
    font-size: 1rem
  }

  #deals-section .productDetail .deal-price span {
    padding-right: .313rem
  }

  #deals-section .productDetail .deal-price b {
    font-size: 1.125rem
  }

  #deals-section .deal-btn {
    right: .938rem;
    bottom: .313rem;
    font-size: .875rem
  }

  .desk-social-media {
    display: none !important;
  }
}

@media screen and (max-width: 640px) {
  #deals-section {
    margin-bottom: .5rem
  }

  #deals-section .deal-img {
    padding: .313rem
  }

  #deals-section .deal-img:after {
    border-top: 10rem solid #fff
  }

  #deals-section .deal-img img {
    width: 9.375rem;
    height: 9.375rem
  }

  #deals-section .deals-title {
    height: 3.063rem;
    width: 8.5rem;
    top: 1.563rem;
    left: 10rem
  }

  #deals-section .deals-title h1 {
    font-size: 2rem;
    letter-spacing: .5rem
  }

  #deals-section .deals-title h1 span {
    font-size: .875rem;
    letter-spacing: .188rem
  }

  #deals-section .brandtitle {
    font-size: .75rem !important;
    left: 17rem !important;
    top: .125rem !important
  }

  #deals-section .discount {
    font-size: 1.875rem;
    width: 5rem;
    height: 5rem;
    left: 9rem;
    top: 5.125rem
  }

  #deals-section .discount:after {
    width: 5rem;
    height: 5rem
  }

  #deals-section .discount span {
    font-size: 1.125rem
  }

  #deals-section .discount b {
    font-size: 1.25rem;
    margin-left: -.625rem
  }

  #deals-section .timer-div {
    right: .938rem;
    top: 1.563rem;
    width: 9.563rem
  }

  #deals-section .timer-div h3 {
    font-size: .844rem
  }

  #deals-section .timer-div .time {
    font-size: 2.188rem;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: .063rem;
    -webkit-text-stroke-color: #fff
  }

  #deals-section .productDetail {
    left: 15rem;
    top: 5.313rem;
    font-size: .813rem
  }

  #deals-section .productDetail h2 {
    font-size: .875rem
  }

  #deals-section .productDetail .deal-price {
    font-size: .813rem
  }

  #deals-section .productDetail .deal-price span {
    padding-right: 0
  }

  #deals-section .productDetail .deal-price b {
    font-size: .875rem
  }

  #deals-section .deal-btn {
    font-size: .75rem;
    padding: .313rem .625rem;
    letter-spacing: normal
  }

  .desk-social-media {
    display: none !important;
  }
}

@media screen and (max-width: 480px) {
  #deals-section .col-12 {
    background-image: url(deal-desk-bg-xsm.efc040f61dcbc5f2cffe.png);
    background-position: top
  }

  #deals-section .deal-img {
    padding: .313rem
  }

  #deals-section .deal-img:after {
    border-top: 15.625rem solid #fff
  }

  #deals-section .deal-img img {
    width: 15rem;
    height: 15rem
  }

  #deals-section .deals-title {
    height: 3.063rem;
    width: 8.5rem;
    top: 13.75rem;
    left: 12.813rem;
    height: 5.625rem;
    width: 16.063rem
  }

  #deals-section .deals-title h1 {
    font-size: 3.563rem;
    letter-spacing: .5rem;
    padding-left: .563rem;
    text-align: left
  }

  #deals-section .deals-title h1 span {
    font-size: 1.5rem;
    letter-spacing: .25rem;
    padding-left: .188rem
  }

  #deals-section .brandtitle {
    font-size: .875rem !important;
    position: relative;
    left: .938rem !important;
    top: auto !important;
    margin-bottom: .625rem !important
  }

  #deals-section .discount {
    font-size: 3.438rem;
    left: 16.5rem;
    top: 4.25rem
  }

  #deals-section .discount,
  #deals-section .discount:after {
    width: 7.5rem;
    height: 7.5rem
  }

  #deals-section .discount span {
    font-size: 1.75rem
  }

  #deals-section .discount b {
    font-size: 1.875rem;
    margin-left: -1.125rem
  }

  #deals-section .timer-div {
    position: relative;
    right: auto;
    padding-top: 1.563rem;
    padding-bottom: 1.563rem;
    margin: auto;
    width: 14.5rem;
    text-align: center
  }

  #deals-section .timer-div h3 {
    font-size: 1.25rem
  }

  #deals-section .timer-div .time {
    font-size: 3.438rem;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: .063rem;
    -webkit-text-stroke-color: #fff
  }

  #deals-section .productDetail {
    position: relative;
    top: auto;
    left: auto;
    padding-top: 1.563rem;
    font-size: .875rem;
    text-align: center;
    padding-bottom: 1.25rem
  }

  #deals-section .productDetail h2 {
    font-size: 1.125rem;
    margin-bottom: .313rem
  }

  #deals-section .productDetail .deal-price {
    font-size: .938rem
  }

  #deals-section .productDetail .deal-price span {
    padding-right: 0
  }

  #deals-section .productDetail .deal-price b {
    font-size: .938rem
  }

  #deals-section .deal-btn {
    right: auto;
    bottom: auto;
    position: relative;
    font-size: .875rem;
    letter-spacing: .063rem;
    display: block;
    margin: auto auto .625rem
  }

  .desk-social-media {
    display: none !important;
  }
}

@media screen and (max-width: 425px) {
  #deals-section .deal-img:after {
    border-top: 14.375rem solid #fff
  }

  #deals-section .deal-img img {
    width: 13.75rem;
    height: 13.75rem
  }

  #deals-section .deals-title {
    height: 4.75rem !important;
    width: 8.5rem;
    top: 12.438rem;
    left: 10.938rem;
    height: 5.625rem;
    width: 16.063rem
  }

  #deals-section .deals-title h1 {
    font-size: 3.188rem
  }

  #deals-section .deals-title h1 span {
    font-size: 1.313rem
  }

  #deals-section .brandtitle {
    font-size: .875rem
  }

  #deals-section .discount {
    font-size: 3.125rem;
    left: 14.625rem;
    top: 3rem
  }

  #deals-section .discount,
  #deals-section .discount:after {
    width: 6.875rem;
    height: 6.875rem
  }

  #deals-section .discount span {
    font-size: 1.563rem
  }

  #deals-section .discount b {
    font-size: 1.75rem;
    margin-left: -1.125rem
  }

  #deals-section .timer-div h3 {
    font-size: 1.125rem;
    width: 13rem
  }

  #deals-section .timer-div .time {
    font-size: 3.125rem
  }

  #deals-section .productDetail h2 {
    font-size: 1rem
  }

  #deals-section .productDetail .deal-price {
    font-size: .875rem
  }

  #deals-section .productDetail .deal-price span {
    padding-right: .625rem
  }

  #deals-section .productDetail .deal-price b {
    font-size: .875rem
  }

  .desk-social-media {
    display: none !important;
  }
}

@media screen and (max-width: 375px) {
  #deals-section .deal-img:after {
    border-top: 11.875rem solid #fff
  }

  #deals-section .deal-img img {
    width: 11.25rem;
    height: 11.25rem
  }

  #deals-section .deals-title {
    height: 4.063rem !important;
    top: 10.438rem;
    left: 9.063rem;
    height: 5.625rem
  }

  #deals-section .deals-title h1 {
    font-size: 2.625rem
  }

  #deals-section .deals-title h1 span {
    font-size: 1.125rem
  }

  #deals-section .brandtitle {
    font-size: .813rem
  }

  #deals-section .discount {
    font-size: 2.813rem;
    left: 12.188rem;
    top: 2.813rem
  }

  #deals-section .discount,
  #deals-section .discount:after {
    width: 6.25rem;
    height: 6.25rem
  }

  #deals-section .discount span {
    font-size: 1.375rem
  }

  #deals-section .discount b {
    font-size: 1.25rem;
    margin-left: -1.125rem
  }

  #deals-section .timer-div h3 {
    font-size: 1rem
  }

  #deals-section .timer-div .time {
    font-size: 3rem
  }

  .desk-social-media {
    display: none !important;
  }
}

@media screen and (max-width: 320px) {
  #deals-section .deal-img:after {
    border-top: 10.65rem solid #fff
  }

  #deals-section .deal-img img {
    width: 10rem;
    height: 10rem
  }

  #deals-section .deals-title {
    height: 4.063rem !important;
    top: 10.438rem;
    left: 9.063rem;
    height: 3.325rem !important
  }

  #deals-section .deals-title h1 {
    font-size: 2.125rem
  }

  #deals-section .deals-title h1 span {
    font-size: .844rem
  }

  #deals-section .brandtitle {
    font-size: .781rem
  }

  .desk-social-media {
    display: none !important;
  }
}

.blog-section .blog-card {
  margin-bottom: 1.875rem
}

.blog-section h1 {
  font-size: 1.75rem;
  margin-bottom: .625rem;
  color: #1f283b;
  line-height: normal
}

.blog-section .blog-date {
  margin-bottom: 1.563rem
}

.blog-section .blog-date span {
  margin-right: .625rem;
  font-size: .875rem
}

.blog-section .blog-date span i {
  margin-right: .313rem;
  color: #e1001e
}

.blog-section img {
  width: 100%;
  height: auto
}
.blog-section .large-thumbnail-wrapper {
  height: 12.5rem;
}
@media only screen and (min-width: 478px) {
  .blog-section .large-thumbnail-wrapper {
    height: 26.875rem;
  }
}
.blog-section .large-thumbnail-wrapper .large-thumbnail {
  height: inherit;
  object-fit: cover;
}

.blog-right .sm-heading {
  font-size: 1.375rem;
  padding-bottom: 0.75rem;
  margin-bottom: 0;
  color: #1f283b
}

.blog-right .blog-list {
  padding-top: .625rem;
  border-top: .063rem solid #d5d5d5;
  margin-bottom: .625rem
}

.blog-right .blog-list h4 {
  font-size: 1rem;
  font-weight: 500;
  line-height: normal;
  margin-bottom: .313rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  letter-spacing: .031rem
}

.blog-right .blog-list .blog-sm-img {
  width: 4.063rem;
  height: auto
}

.blog-right .blog-list .blog-date {
  margin-bottom: 0
}

.blog-right .blog-list a {
  color: #1f283b;
  text-decoration: none
}
.blog_cards_sidebar .blog-list a.anchor-image {
  display: block;
  height: 100%;
}
.blog_cards_sidebar .blog-thumbnail-wrapper {
  height: inherit;
}
.blog_cards_sidebar .blog-thumbnail-wrapper > figure {
  width: 8.125rem;
  height: inherit;
}
.blog_cards_sidebar .blog-thumbnail-wrapper > figure > img {
  width: inherit !important;
  object-fit: cover !important;
  height: 100% !important;
}

.blog-right .blog-list a:hover {
  color: #e1001e
}

.comment-form h2 {
  font-size: 1.375rem;
  margin-bottom: .938rem
}

.comment-form .block-heading-wrap {
  overflow: hidden;
  text-align: center;
  margin-bottom: 2.5rem
}

.comment-form .block-heading-wrap h4 {
  font-size: 1rem;
  text-transform: uppercase;
  color: #1f283b
}

.comment-form .articles-nav .col-6 {
  padding-right: 5rem
}

.comment-form .articles-nav .text-right {
  padding-left: 5rem;
  padding-right: .938rem
}

.comment-form .articles-nav span {
  opacity: .7;
  display: block;
  padding-top: 1.25rem;
  padding-bottom: .313rem;
  font-size: .875rem
}

.comment-form .articles-nav span svg {
  margin-right: .625rem;
}

.comment-form .articles-nav .text-right svg {
  margin-left: .625rem;
  margin-right: 0
}
.comment-form .articles-nav svg {
  opacity: 0.7;
  fill: #515151;
}

.comment-form a {
  color: #1f283b;
  text-decoration: none;
  line-height: normal;
  font-size: 1rem;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-family: Exo, sans-serif; font-weight: bold;
}

.comment-form a:hover {
  color: #e1001e
}

.comment-blog {
  padding-bottom: .625rem
}

.comment-blog .heading-blog {
  position: relative;
  overflow: hidden;
  display: flex;
  margin-top: 1.563rem
}

.comment-blog .heading-blog h2 {
  font-size: 1.375rem;
  position: relative;
  text-align: center;
  margin: auto
}

.comment-blog .heading-blog h2:after,
.comment-blog .heading-blog h2:before {
  right: 100%;
  content: "";
  position: absolute;
  top: 50%;
  border-bottom: .063rem solid #d5d5d5;
  width: 33.75rem;
  margin: 0 1.875rem
}

.comment-blog .heading-blog h2:after {
  left: 100%
}

.comment-blog .user-commit-div .user-commit h4 {
  line-height: normal
}

.comment-blog .user-commit-div .user-commit span {
  font-size: .875rem;
  opacity: .8
}

.comment-blog .user-commit-div .user-commit .avatar {
  padding-right: 0
}

.comment-blog .user-commit-div .user-commit .avatar svg {
  width: 2.813rem;
  height: 2.813rem;
  border-radius: 50%;
  border: .063rem solid #d5d5d5
}

.comment-blog .user-commit-div .user-commit .avatar svg .st0 {
  -webkit-clip-path: url(#SVGID_2_);
  clip-path: url(#SVGID_2_)
}

.comment-blog .user-commit-div .user-commit .avatar svg .st1 {
  fill: #ddd
}

.comment-blog .user-commit-div .user-commit .avatar svg .st2 {
  fill: #282828
}

.comment-blog .user-commit-div .user-commit .avatar svg .st3 {
  fill: #c7c5c6
}

.comment-blog .user-commit-div .user-commit .avatar svg .st4 {
  fill: #e0e0e0
}

.comment-blog .user-commit-div .user-commit .avatar svg .st5 {
  fill: #dedede
}

.comment-blog .user-commit-div .user-commit .avatar svg .st6 {
  fill: #e1e1e1
}

.comment-blog .user-commit-div .user-commit .avatar svg .st7 {
  fill: #c2c1c2
}

.comment-blog .user-commit-div .user-commit .avatar svg .st8 {
  fill: #cecece
}

.comment-blog .user-commit-div .user-commit .avatar svg .st9 {
  fill: #e1001e
}

.comment-blog .user-commit-div p {
  margin-top: .625rem;
  margin-bottom: .625rem;
  font-size: .875rem
}

.comment-blog .user-commit-div .commit-reply-link {
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  color: #1f283b
}

.comment-blog .user-commit-div .commit-reply-link i {
  margin-right: .313rem;
  color: #e1001e
}

.comment-blog .user-commit-div .commit-reply-link:hover {
  color: #e1001e
}

.comment-blog .user-commit-div hr {
  border-bottom: .063rem solid #d5d5d5;
  margin-top: .938rem;
  margin-bottom: .938rem;
  opacity: .4
}

@media screen and (max-width: 800px) {
  .blog-right {
    display: none
  }

  .blog-section h1 {
    font-size: 1.5rem;
    margin-bottom: .313rem
  }
}

@media screen and (max-width: 767px) {
  .blog-section h1 {
    font-size: 1.25rem
  }

  .comment-form .articles-nav .col-6 {
    padding-right: .938rem
  }

  .comment-form .articles-nav .text-right {
    padding-left: .938rem
  }
}

@media screen and (max-width: 425px) {
  .blog-section h1 {
    font-size: 1.125rem
  }

  .comment-form .articles-nav .col-6 {
    padding-right: .938rem
  }

  .comment-form .articles-nav .text-right {
    padding-left: .938rem
  }

  .comment-form .articles-nav a {
    font-size: .875rem
  }
}

@media screen and (max-width: 320px) {
  .blog-section h1 {
    font-size: 1rem
  }
}

.section-map {
  padding-bottom: 1.875rem;
  padding-top: 1.875rem;
  width: 100%;
  margin: auto;
  height: calc(100vh - 5.75rem);
  position: relative
}

.loc-over-y {
  overflow-y: scroll;
  margin-top: .938rem;
  height: calc(100vh - 15.625rem);
  width: 100%
}

.map {
  height: 100%;
  top: 0
}

.map,
.map:after {
  width: 100%;
  position: absolute;
  left: 0
}

.map:after {
  top: -.125rem;
  height: 5rem;
  background: linear-gradient(180deg, #fff 11%, hsla(0, 0%, 100%, 0))
}

.map:after,
.map:before {
  content: "";
  display: block;
  z-index: 3
}

.map:before {
  position: absolute;
  top: 0;
  left: -.125rem;
  width: 19.375rem;
  height: 100%;
  background: linear-gradient(90deg, #fff 11%, hsla(0, 0%, 100%, 0))
}

.locator-col {
  flex: 0 0 23.125rem;
  max-width: 23.125rem;
  padding-left: .938rem;
  z-index: 10
}

.locator-col .location-search {
  width: 100%;
  position: relative;
  margin-left: auto
}

.locator-col .location-search .form-control {
  width: 100% !important;
  transition: all .25s
}

.locator-col .location-search .btn-search {
  position: absolute;
  right: .313rem;
  padding: .25rem .375rem !important;
  border: none;
  letter-spacing: .063rem;
  line-height: 1
}

.locator-col .location-search .btn-search svg {
  width: 0.875rem;
  height: 0.875rem;
  opacity: 0.75;
}

.locator-col .location-search .btn-search:focus,
.locator-col .location-search .btn-search:hover {
  background-color: initial !important
}

.locator-col .locator-card {
  overflow: hidden;
  height: 100%;
  background-color: #fff;
  border-radius: .313rem;
  border-bottom: .125rem solid #e1001e;
  box-shadow: 0 0 1.3rem 0 rgba(0, 0, 0, .25);
  padding: .938rem
}

.locator-col .locator-card .location-sec {
  padding: .938rem;
  background-color: #f5f5f5;
  border-radius: .313rem;
  margin-bottom: .938rem
}

.locator-col .locator-card .location-sec h3 {
  font-size: 1rem;
  margin-bottom: .625rem;
  line-height: normal
}

.locator-col .locator-card .location-sec p {
  font-size: .875rem;
  margin-bottom: 0;
  display: block
}

.locator-col .locator-card .location-sec p svg {
  fill: #1f283b;
  margin-right: .313rem
}

.locator-col .locator-card .location-sec .btn-primary {
  font-size: .875rem;
  padding: .313rem .625rem;
  display: block;
  margin-top: .625rem
}

@media screen and (max-width: 1024px) {
  .locator-col {
    flex: 0 0 21.875rem;
    max-width: 21.875rem
  }

  .locator-col .locator-card .location-sec h3 {
    font-size: .875rem;
    margin-bottom: .625rem;
    line-height: normal
  }

  .locator-col .locator-card .location-sec p {
    font-size: .813rem
  }

  .locator-col .locator-card .location-sec .btn-primary {
    font-size: .813rem;
    padding: .25rem .625rem
  }
}

@media screen and (max-width: 800px) {
  .section-map {
    height: calc(100vh - 3.625rem)
  }

  .locator-col {
    flex: 0 0 18.75rem;
    max-width: 18.75rem
  }

  .map:after {
    height: 3.125rem
  }

  .map:before {
    width: 17.5rem
  }
}

@media screen and (max-width: 768px) {
  .loc-over-y {
    height: calc(100vh - 11.875rem)
  }
}

@media screen and (max-width: 767px) {
  .section-map {
    padding-top: .625rem;
    height: calc(100vh - 2.938rem)
  }

  .map:after {
    height: 2.5rem
  }

  .map:before {
    width: 12.5rem
  }

  .loc-over-y {
    margin-top: .625rem;
    height: calc(100vh - 8.75rem)
  }

  .locator-col {
    flex: 0 0 18.75rem;
    max-width: 17.5rem
  }

  .locator-col .locator-card .location-sec {
    padding: .625rem
  }

  .locator-col .locator-card .location-sec h3 {
    font-size: .844rem;
    margin-bottom: .313rem
  }

  .locator-col .locator-card .location-sec p {
    font-size: .813rem;
    line-height: normal
  }

  .locator-col .locator-card .location-sec .btn-primary {
    font-size: .781rem;
    padding: .125rem .375rem
  }
}

@media screen and (max-width: 480px) {
  .loc-over-y {
    width: 100%;
    height: auto;
    overflow-y: hidden;
    overflow-x: scroll;
    margin-top: .938rem;
    margin-left: .938rem;
    margin-right: .625rem
  }

  .loc-over-y .col-12 {
    padding: 0
  }

  .loc-over-y .mob-over-x {
    width: -webkit-max-content;
    width: max-content;
    padding-bottom: .938rem
  }

  .map:after {
    height: 2.5rem
  }

  .map:before {
    display: none
  }

  .locator-col {
    flex: 0 0 100%;
    max-width: 100%;
    position: absolute;
    bottom: .625rem
  }

  .locator-col .locator-card {
    padding: .625rem
  }

  .locator-col .locator-card .location-sec {
    padding: .625rem;
    float: left;
    margin-right: .938rem;
    width: auto;
    margin-bottom: .313rem;
    min-width: 15.625rem
  }
}

.sub-header {
  background-color: #1f283b;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 100%;
  height: 15.625rem;
  justify-content: center;
  display: flex;
  color: #fff
}

.sub-header .hd-content {
  align-self: center;
  margin: 0 auto 0 20%
}

.sub-header .hd-content h1 {
  font-size: 2.5rem;
  line-height: 1;
  position: relative;
  font-weight: 700
}

.sub-header .hd-content h1 span {
  font-weight: 400
}

.sub-header .hd-content h1:before {
  content: "";
  position: absolute;
  display: block;
  bottom: -1.563rem;
  height: .125rem;
  width: 1.75rem;
  background: #e1001e;
  left: 0;
  z-index: 1
}

.sub-header p {
  font-size: 1.25rem;
  margin: 2.5rem 0 0
}

.aboutusimg {
  max-width: 31.25rem;
  height: auto;
  float: right;
  margin-left: 1.875rem;
  margin-top: 1.875rem;
  margin-bottom: 1.25rem;
  border-radius: .313rem
}

.privacy-po-sec h2 {
  font-size: 1.5rem;
  margin-bottom: 1.25rem
}

.privacy-po-sec h3 {
  font-size: 1.125rem;
  font-weight: 500;
  color: #1f283b;
  margin-top: 0.9375rem;
  margin-bottom: 0.625rem;
}
.privacy-po-sec p {
  margin-bottom: 1.25rem;
}

.list-bullet, .list-style-faq ul {
  padding: 0;
  margin: .938rem 0
}

.list-bullet li, .list-style-faq ul li {
  margin-bottom: .313rem;
  list-style: none;
  position: relative;
  padding-left: 1.25rem
}

.list-bullet li:before, .list-style-faq ul li:before {
  position: absolute;
  background-color: #e1001e;
  height: 0.0625rem; width: 0.625rem;
  content: "";
  left: 0;
  top:0.75rem;
}

.privacy-table {
  width: 100%;
  margin: 1.563rem 0;
  font-size: .875rem;
  text-align: left
}

.privacy-table th {
  padding: .625rem;
  border: .063rem solid #e8e8e8;
  border-top: none
}

.privacy-table td {
  padding: .625rem;
  border: .063rem solid #e8e8e8;
  background-color: #f2f2f2
}

.st-link {
  color: #e1001e;
  text-decoration: none
}

.st-link:hover {
  text-decoration: underline
}

.about-heading {
  font-size: 1.5rem;
  margin-top: 1rem;
  margin-bottom: .5rem
}
.subtotal {
  display: block;
  font-family: Exo, sans-serif;
  letter-spacing: .063rem;
  text-align: right
}

/*.subtotal span {
  font-size: 1rem;
  text-decoration: line-through;
  color: #fff;
  margin-left: .313rem;
  margin-right: .313rem
}*/

.subtotal .price {
  font-size: 1.125rem;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: .063rem
}

.subtotal .btn-primary {
  margin-left: auto;
  display: block;
  margin-top: .625rem
}

.subtotal .btn-primary:focus,
.subtotal .btn-primary:hover {
  background-color: #e1001e !important;
  border-color: #e1001e !important
}

@media screen and (max-width: 1366px) {
  .sub-header {
    margin-top: -.188rem
  }

  .sub-header .hd-content {
    margin: 0 auto 0 10%
  }

  .sub-header .hd-content h1 {
    font-size: 1.875rem
  }

  .sub-header p {
    font-size: 1.125rem
  }

  .privacy-po-sec h2 {
    font-size: 1.375rem
  }
}

@media screen and (max-width: 1024px) {
  .aboutusimg {
    max-width: 23.438rem
  }
}

@media screen and (max-width: 767px) {
  .aboutusimg {
    max-width: 100%;
    margin-left: 0
  }

  .sub-header {
    height: 10.625rem
  }

  .sub-header .hd-content {
    margin: 0 auto 0 10%
  }

  .sub-header .hd-content h1 {
    font-size: 1.75rem;
    line-height: normal
  }

  .sub-header .hd-content h1:before {
    bottom: -1.125rem;
    height: .063rem
  }

  .sub-header p {
    font-size: 1rem;
    margin-top: 1.688rem
  }

  .privacy-po-sec h2 {
    font-size: 1.25rem
  }

  .privacy-table {
    font-size: .813rem
  }

  .privacy-table td,
  .privacy-table th {
    padding: .438rem
  }

  .about-heading {
    font-size: 1.25rem
  }
}

@media screen and (max-width: 480px) {
  .sub-header .hd-content {
    margin: 0 auto 0 1.563rem
  }

  .sub-header .hd-content h1 {
    font-size: 1.5rem
  }
}

@media screen and (max-width: 375px) {
  .privacy-table {
    font-size: .75rem
  }

  .privacy-table td,
  .privacy-table th {
    padding: .313rem
  }
}

@media screen and (max-width: 320px) {
  .privacy-table {
    font-size: .688rem
  }
}

.card {
  box-shadow: 0 0 .938rem 0 rgba(0, 0, 0, .2);
  border: none;
  border-radius: .313rem;
  position: relative;
  margin-bottom: 1.25rem
}

.card,
.card .card-header {
  background-color: #fff;
  padding: 0
}

.card .card-header {
  border-radius: .313rem;
  border-bottom: .063rem solid rgba(0, 0, 0, .125)
}

.card .card-header .collapsed:after {
  content: "";
  transform: rotate(90deg);
}

.card .btn-link {
  width: 100%;
  background-color: initial !important;
  text-align: left;
  padding: .75rem .938rem .688rem;
  text-decoration: none;
  color: #1f283b;
  border: none;
  font-weight: 500;
  font-size: 1.125rem
}

.card .btn-link:hover {
  border: none
}

.card .btn-link:after {
  width: 1.25rem;
  height: 1.25rem;
  content: "";
  background-image: url(../images/.icon-chevron-right.svg);
  background-repeat: no-repeat;
  background-position: center center;

  float: right;
  vertical-align: 0;
  border: 0;
  color: #9e9e9e;
  position: absolute;
  right: 0.75rem;
  top: 0.9375rem;
  transform: rotate(-90deg);
  transition: all .2s ease
}

.card-body {
  padding: .938rem
}

@media screen and (max-width: 767px) {
  .card .btn-link {
    font-size: 0.875rem;
    letter-spacing: .031rem;
    padding: .75rem 2.188rem .75rem .75rem
  }

  .card-body {
    font-size: .875rem
  }
}

@media screen and (max-width: 375px) {
  .card .btn-link {
    font-size: 0.875rem
  }
}

.error {
  text-align: center;
  padding: 6.25rem 0 ;
}

.error .error-div {
  width: 100%;
  height: 8.125rem;
  font-size: 6.875rem;
  line-height: 1;
  font-weight: 700;
  color: #1f283b;
  text-align: center;
  margin: auto auto 1.875rem
}

.error .error-div span {
  background-image: url(../images/error-404.gif);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 135%;
  width: 8.125rem;
  height: 8.125rem;
  display: inline-block;
  overflow: hidden;
  border-radius: 50%;
  border: 0.5rem solid #e1001e;
  margin-bottom: -1.563rem;
  margin-left: .938rem;
  margin-right: .938rem
}

.error h2 {
  font-size: 1.375rem;
  line-height: normal
}

.error .btn-primary {
  margin-top: 1.563rem
}

@media screen and (max-width: 1024px) {
  .error .error-div {
    height: 6.25rem;
    font-size: 5.625rem
  }

  .error .error-div span {
    width: 6.25rem;
    height: 6.25rem;
    margin-bottom: -1.125rem
  }
}

@media screen and (max-width: 767px) {
  .error .error-div {
    height: 5rem;
    font-size: 4.375rem;
    margin-bottom: 1.25rem
  }

  .error .error-div span {
    width: 5rem;
    height: 5rem;
    border: 0.3125rem solid #e1001e;
  }

  .error h2 {
    font-size: 1.125rem
  }

  .error .btn-primary {
    font-size: .875rem;
    margin-top: 1.25rem
  }
}

.sub-header-campaign-deal {
  background-color: #1f283b;
  background-image: url(header-lg.d3924a722f04f57428eb.jpg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 100%;
  height: 18.75rem;
  justify-content: center;
  display: flex
}

.add-cart-div,
.campaign-deal-lab {
  background-color: #fff;
  padding: .938rem;
  position: relative;
  box-shadow: 0 0 1.3rem 0 rgba(0, 0, 0, .1);
  border-radius: .313rem;
  transition: all .25s;
  margin-bottom: 1.563rem
}

.add-cart-div h2,
.campaign-deal-lab h2 {
  margin-bottom: .625rem;
  font-size: 1.25rem;
  color: #1f283b
}
.add-cart-div h2{
  margin-top: auto;
  margin-bottom: auto;
}

.add-cart-div .cp-lab-size,
.campaign-deal-lab .cp-lab-size {
  padding-top: .625rem;
  padding-bottom: 0;
  margin-bottom: .5rem
}

.add-cart-div .cp-lab-size ul li label span,
.campaign-deal-lab .cp-lab-size ul li label span {
  font-size: 1rem !important
}

.comp-deal-head {
  text-align: left !important;
  margin-bottom: 1.25rem !important
}

.comp-deal-head h2 {
  font-size: 1.25rem !important;
  margin-bottom: 0 !important;
  line-height: 1;
  padding-top: .625rem
}

.comp-deal-head h2 span {
  font-family: Barlow, sans-serif;
  letter-spacing: normal;
  font-size: 1rem;
  display: block;
  margin-top: .188rem;
  font-weight: 400;
  color: #e1001e
}

.comp-deal-head svg {
  transition: all .21s linear
}

.comp-deal-head .collapsed svg {
  transform: rotate(180deg);
  transition: all .21s linear
}

.comp-deal-search {
  width: 70%;
  position: relative;
  margin-left: auto
}

.comp-deal-search .form-control {
  width: 100% !important;
  transition: all .25s;
  font-size: .875rem
}

.comp-deal-search .btn-search {
  position: absolute;
  right: .313rem;
  padding: .25rem .375rem !important;
  border: none;
  letter-spacing: .063rem
}

.comp-deal-search .btn-search i {
  font-size: 1.125rem
}

.comp-deal-search .btn-search:focus,
.comp-deal-search .btn-search:hover {
  background-color: initial !important
}

.btn-link-remove {
  text-decoration: underline;
  padding: .625rem;
  float: right;
  font-size: .875rem;
  line-height: 1;
  border: none;
  color: #e1001e;
  background-color: initial !important
}

.btn-link-remove:focus,
.btn-link-remove:hover {
  text-decoration: none;
  background-color: initial !important;
  border: none;
  color: #e1001e;
  margin: 0
}

.btn-link-disable {
  color: #777;
  text-decoration: none
}

.btn-link-disable:focus,
.btn-link-disable:hover {
  color: #777
}

.product-card-deal .flavor-name {
  line-height: 1.25rem !important;
  height: 2.688rem !important;
  -webkit-line-clamp: 2 !important;
  font-size: .938rem !important;
  padding-right: 0 !important;
  margin-bottom: .625rem
}

.product-card-deal .pb-sec {
  background-color: #f8f8f8;
  border-top: .063rem solid #e7e7e7
}

.product-card-deal .btn-primary {
  padding: .5rem 0;
  letter-spacing: .031rem
}
.product-card-deal .btn-primary svg {
  margin-top: -0.1875rem;
}

.added-item {
  border: .063rem solid #e1001e
}

.add-cart-div {
  width: 100%
}

.add-cart-div .cap-deal-quantity .input-group .btn-primary {
  font-size: .75rem;
  width: 2rem;
  height: 2rem;
  line-height: 1;
  text-align: center;
  padding: 0;
  background-color: #b1b1b1;
  border: none
}

.add-cart-div .cap-deal-quantity .input-group .btn-primary:hover {
  background-color: #1f283b;
  color: #fff
}
.add-cart-div .cap-deal-quantity .input-group .btn-primary svg, .add-cart-div .cap-deal-quantity .input-group .btn-primary:hover svg {
  fill: #fff
}
.add-cart-div .cap-deal-quantity .input-group .form-control {
  height: 2rem;
  width: 3.75rem;
  font-size: 1rem;
  font-family: Exo, sans-serif;
  font-weight: 500;
  text-align: center;
  margin: 0 .625rem;
  padding: 0;
  flex: none
}

.add-cart-div .price-div {
  font-family: Exo, sans-serif;
  background-color: #f9f9f9;
  border: .063rem solid #f0f0f0;
  border-radius: .313rem;
  padding: .625rem .938rem;
  font-size: .875rem;
  margin-top: .625rem;
  display: inline-block;
  width: 100%;
  margin-top: .625rem !important
}

.add-cart-div .price-div .pf-price {
  color: #e1001e;
  margin-left: .313rem;
  font-weight: 700;
  font-size: 1.125rem
}

.add-cart-div .price-div .btn-primary {
  font-size: .875rem;
  letter-spacing: normal;
  width: 100%;
  background-color: #1aa94d !important;
  border-color: #1aa94d !important
}

.add-cart-div .price-div .btn-primary:focus,
.add-cart-div .price-div .btn-primary:hover {
  background-color: #128f38 !important;
  border-color: #128f38 !important
}
.add-cart-div .price-div .btn-primary svg {
  fill: #fff;
  margin-right: 0.1875rem;
}

.item-qty-show {
  background-color: #e9f7e4;
  border: .063rem solid #96c884;
  color: #16872e;
  border-radius: .313rem;
  padding: .75rem .938rem;
  margin-top: 0;
  font-size: 1rem
}

.add-item-list,
.item-qty-show {
  font-family: Exo, sans-serif;
  line-height: 1;
  font-weight: 500
}

.add-item-list {
  background-color: #fff;
  border-radius: .313rem;
  padding: .625rem .75rem;
  font-size: .938rem;
  margin-top: .938rem;
  box-shadow: 0 0 1.3rem 0 rgba(0, 0, 0, .1);
  transition: all .4s ease-in-out
}

.add-item-list img {
  width: 2.375rem;
  height: 2.375rem;
  border-radius: .313rem;
  box-shadow: 0 0 .188rem 0 rgba(0, 0, 0, .2)
}

.add-item-list .delete-flavors {
  z-index: 5;
  padding: .563rem .25rem;
  background-color: initial !important;
  border: none;
  font-size: 1.125rem;
  line-height: 1
}

.add-item-list .delete-flavors:focus,
.add-item-list .delete-flavors:hover {
  background-color: initial !important;
  color: #f12300
}

.add-item-list .delete-flavors svg, .add-item-list .delete-flavors:hover svg {
  fill: #f12300;
}
.add-item-list .delete-flavors svg {
  width: 1rem;
  height: 1rem;
  margin-top: -0.125rem;
  fill: #515151;
}

.add-item-list:hover {
  box-shadow: 0 0 1.3rem 0 rgba(0, 0, 0, .25);
  transition: all .4s ease-in-out
}

.add-item-list .badge {
  position: absolute;
  right: .313rem;
  top: -.313rem;
  font-size: .625rem;
  border-radius: .313rem;
  background-color: #1f283b;
  color: #fff
}

.add-item-list .add-item-title {
  padding: .688rem 0 0 .313rem
}

.pl-0-md {
  padding-left: 0
}
.pl-8 {
  padding-left: 0.5rem !important;
}

.s-down .sticky-on-top {
  position: sticky;
  top: 6.25rem
}

.add-to-cart-fix,
.btn-flavors-list-mobile {
  display: none
}

@media screen and (max-width: 1280px) {

  .add-cart-div h2,
  .campaign-deal-lab h2 {
    font-size: 1.125rem
  }

  .comp-deal-head h2 {
    font-size: 1.125rem !important
  }
}

@media screen and (max-width: 1024px) {
  .product-grid .col-lg-4 {
    flex: 0 0 50%;
    max-width: 50%
  }

  .comp-deal-search {
    width: 90%
  }

  .add-cart-div .cap-deal-quantity .input-group .form-control {
    width: 2.813rem;
    margin: 0 .313rem
  }

  .add-cart-div .price-div {
    padding: .313rem 1.875rem .625rem
  }

  .add-cart-div .price-div .col-6 {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
    text-align: center
  }

  .add-cart-div .price-div .col-6 .btn-primary {
    margin-top: .188rem
  }

  .item-qty-show {
    font-size: .875rem
  }

  .add-item-list .add-item-title {
    padding: .75rem 0 0 .313rem;
    font-size: .875rem
  }
}

.campaign-fix {
  margin-bottom: .938rem
}

@media screen and (max-width: 800px) {
  .product-grid .col-lg-4 {
    flex: 0 0 33.333%;
    max-width: 33.333%
  }

  .comp-deal-search {
    width: calc(100% - .938rem)
  }

  .add-cart-div {
    padding: .313rem 0 0;
    box-shadow: none;
    margin: 0;
    background-color: initial
  }

  .add-cart-div .cap-deal-quantity .input-group .form-control {
    width: 2.813rem;
    margin: 0 .313rem
  }

  .add-cart-div .price-div {
    padding: .625rem 1.875rem
  }

  .add-cart-div .price-div .col-6 {
    flex: 0 0 50%;
    max-width: 50%;
    text-align: left
  }

  .add-cart-div .price-div .col-6 .btn-primary {
    width: auto;
    margin-top: 0;
    float: right
  }

  .comp-deal-head {
    margin-bottom: .625rem !important
  }

  .comp-deal-head h2 {
    clear: both;
    font-size: 1.125rem
  }

  .item-qty-show {
    font-size: .875rem;
    padding: .5rem
  }

  .add-item-list {
    padding: .5rem
  }

  .add-item-list .add-item-title {
    padding: .5rem .125rem 0
  }

  .add-item-list img {
    width: 1.875rem;
    height: 1.875rem
  }

  .delete-flavors {
    padding: .313rem .25rem 0 !important;
    font-size: .938rem
  }

  .product-card-deal .flavor-name {
    font-size: .813rem !important
  }

  .product-card-deal .pb-sec {
    padding-left: .625rem;
    padding-right: .625rem;
    letter-spacing: normal
  }

  .pt-md {
    padding-top: .938rem !important
  }

  .campaign-fix {
    transition: all .25s;
    margin-bottom: .938rem
  }

  .add-item-list .add-item-title .add-to-cart-fix {
    background-color: #f9f9f9;
    border-radius: .313rem;
    padding: .313rem 0;
    font-family: Exo, sans-serif;
    font-size: .875rem
  }

  .add-item-list .add-item-title .add-to-cart-fix .row {
    margin: 0
  }

  .add-item-list .add-item-title .add-to-cart-fix span {
    color: #e1001e;
    margin-left: .313rem;
    font-weight: 700;
    font-size: 1rem
  }

  .add-item-list .add-item-title .add-to-cart-fix .btn-primary {
    float: right;
    font-size: .813rem;
    margin-top: -.125rem;
    margin-bottom: -.125rem;
    line-height: 1
  }

  .s-down .campaign-fix {
    position: sticky;
    z-index: 25;
    width: auto;
    top: 3.5rem;
    left: 0;
    right: 0;
    transition: all .25s;
    background-color: #fff;
    padding: .938rem .625rem .625rem;
    margin: 0 -.938rem;
    box-shadow: 0 0 1.3rem 0 rgba(0, 0, 0, .3)
  }

  .s-down .add-to-cart-fix {
    display: block
  }

  .s-down .add-to-cart-fix .btn-primary {
    font-size: .813rem;
    padding: .125rem 1.125rem;
    float: right;
    margin-top: .313rem;
    background-color: #1aa94d !important;
    border-color: #1aa94d !important
  }

  .s-down .add-to-cart-fix .btn-primary:focus,
  .s-down .add-to-cart-fix .btn-primary:hover {
    background-color: #128f38 !important;
    border-color: #128f38 !important
  }

  .s-down .campaign-fix .comp-deal-head {
    margin-bottom: .5rem !important
  }

  .tab-sc {
    flex: 0 0 100% !important;
    max-width: 100% !important
  }

  .btn-flavors-list-mobile {
    float: right;
    text-decoration: underline;
    padding: .188rem 0;
    margin-top: -.313rem;
    font-size: .875rem;
    display: block
  }

  .btn-flavors-list-mobile,
  .btn-flavors-list-mobile:focus,
  .btn-flavors-list-mobile:hover {
    background-color: initial !important;
    color: #1f283b !important;
    border: none
  }
}

@media screen and (max-width: 767px) {
  .product-grid .col-lg-4 {
    flex: 0 0 50%;
    max-width: 50%
  }

  .comp-deal-search {
    width: 100%;
    margin-bottom: .313rem
  }

  .pl-0-md {
    padding-left: .938rem
  }

  .comp-deal-head h2 {
    letter-spacing: normal
  }

  .comp-deal-head h2 span {
    display: inline
  }

  .s-down .campaign-fix {
    top: 2.875rem;
    padding: .625rem
  }

  .add-cart-div .cp-lab-size,
  .campaign-deal-lab .cp-lab-size {
    margin-bottom: 0 !important
  }

  .add-cart-div .cp-lab-size ul li,
  .campaign-deal-lab .cp-lab-size ul li {
    margin-bottom: .625rem !important
  }

  .add-cart-div .cp-lab-size ul li label span,
  .campaign-deal-lab .cp-lab-size ul li label span {
    font-size: .938rem !important
  }

  .add-item-list {
    padding: .5rem;
    box-shadow: 0 0 .375rem 0 rgba(0, 0, 0, .15);
    margin-top: .625rem
  }

  .s-down .campaign-fix .comp-deal-head {
    margin-bottom: .25rem !important
  }

  .s-down .campaign-fix h1 {
    font-size: 1rem !important
  }
}

@media screen and (max-width: 480px) {
  .add-cart-div .price-div {
    padding: .5rem 1.563rem
  }

  .btn-link-remove,
  .product-card-deal .btn-primary {
    font-size: .75rem
  }

  .s-down .add-to-cart-fix .btn-primary {
    padding: .125rem .625rem;
    margin-top: 0
  }
}

@media screen and (max-width: 425px) {
  .add-to-cart-fix {
    padding: .313rem;
    font-size: .688rem;
    letter-spacing: .063rem;
    line-height: 1
  }

  .add-to-cart-fix .col-4 {
    padding-left: .625rem;
    padding-right: .625rem
  }

  .add-to-cart-fix span {
    display: block;
    font-size: .813rem;
    margin: .063rem 0 0;
    font-weight: 500
  }

  .add-cart-div .price-div {
    font-size: .813rem
  }

  .add-cart-div .price-div .pf-price {
    font-size: .938rem
  }

  .add-cart-div .price-div .btn-primary {
    font-size: .813rem
  }

  .add-to-cart-fix .btn-primary {
    padding-top: .5rem;
    padding-bottom: .5rem;
    letter-spacing: normal
  }

  .btn-flavors-list-mobile {
    font-size: .813rem
  }

  .s-down .campaign-fix {
    padding: .625rem .625rem .25rem
  }
}

@media screen and (max-width: 375px) {

  .btn-link-remove,
  .product-card-deal .btn-primary {
    font-size: .688rem
  }

  .add-item-list .add-item-title {
    font-size: .75rem
  }

  .product-card-deal .p-val {
    bottom: 4.125rem
  }
}

@media screen and (max-width: 320px) {
  .product-grid .col-lg-4 {
    flex: 0 0 100%;
    max-width: 100%
  }

  .add-cart-div .cap-deal-quantity .input-group .form-control {
    width: 2.813rem;
    margin: 0 .313rem
  }

  .add-cart-div .price-div .col-6 {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    padding-top: 0 !important
  }

  .add-cart-div .price-div .col-6 .btn-primary {
    width: 100%;
    float: none;
    margin-top: .313rem
  }

  .add-cart-div h2,
  .campaign-deal-lab h2 {
    font-size: 1rem
  }

  .add-to-cart-fix .btn-primary {
    padding-left: .563rem;
    padding-right: .563rem
  }

  .add-item-list .add-item-title {
    font-size: .688rem
  }

  .campaign-fix h1 {
    font-size: 1rem !important
  }
}

.disable-p-list {
  filter: blur(0.1875rem) grayscale(1);
  opacity: .6;
  pointer-events: none;
  cursor: not-allowed
}

.payment-confirem {
  overflow: hidden;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background-color: #1f283b;
  position: relative
}

.payment-confirem .vape-suite-logo {
  position: absolute;
  top: 1.875rem;
  left: 1.875rem
}

.payment-confirem .vape-suite-logo img {
  height: 1.875rem;
  width: auto
}

.payment-confirem .disclaimer-text-wrap {
  position: absolute;
  display: table;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  align-items: center;
  text-align: center
}

.payment-confirem .disclaimer-text-wrap .disclaimer-card {
  background-color: #fff;
  border-radius: .313rem;
  padding: 1rem 1rem 1.5rem;
  margin: auto;
  max-width: 34.375rem;
  box-shadow: 0 0 1.3rem 0 rgba(0, 0, 0, .2);
  position: relative
}

.payment-confirem .disclaimer-text-wrap .disclaimer-card .set-z-index {
  z-index: 50;
  position: relative
}

.payment-confirem .disclaimer-text-wrap .disclaimer-card img {
  width: 8.75rem
}

.payment-confirem .disclaimer-text-wrap .disclaimer-card .largetext {
  position: relative;
  z-index: 0
}

.payment-confirem .disclaimer-text-wrap .disclaimer-card h1 {
  color: #f12300;
  font-size: 1.875rem;
  margin-bottom: 2.188rem;
  position: relative
}

.payment-confirem .disclaimer-text-wrap .disclaimer-card h1:before {
  border-top: .063rem solid #e1001e;
  content: "";
  left: 50%;
  bottom: -.938rem;
  position: absolute;
  width: 3.125rem;
  transform: translate(-50%)
}

.payment-confirem .disclaimer-text-wrap .disclaimer-card h4 {
  font-size: 1.125rem;
  margin-bottom: 0
}

.payment-confirem .disclaimer-text-wrap .disclaimer-card p {
  margin-bottom: 1.25rem
}

.payment-confirem .disclaimer-text-wrap .disclaimer-card .btn {
  padding: .188rem 1.875rem;
  margin-left: .313rem;
  margin-right: .313rem
}

.payment-confirem footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: .875rem;
  text-align: center;
  padding: .938rem;
  color: #fff;
  letter-spacing: .063rem;
  opacity: .7
}

.disclaimer-sec2 {
  background-image: url(disclaimer-bg-2.c4b6b0cee0cd389441fb.jpg)
}

.green-text {
  color: #009245 !important
}

@media screen and (max-width: 1366px) {
  .payment-confirem .vape-suite-logo img {
    height: 1.625rem;
    width: auto
  }

  .payment-confirem .disclaimer-text-wrap .disclaimer-card {
    max-width: 31.25rem
  }

  .payment-confirem .disclaimer-text-wrap .disclaimer-card h1 {
    font-size: 1.625rem;
    margin-bottom: 1.875rem
  }

  .payment-confirem .disclaimer-text-wrap .disclaimer-card h4 {
    font-size: 1rem
  }
}

@media screen and (max-width: 800px) {
  .payment-confirem .vape-suite-logo {
    top: 1.25rem;
    left: 1.25rem
  }

  .payment-confirem .vape-suite-logo img {
    height: 1.5rem
  }

  .payment-confirem .disclaimer-text-wrap .disclaimer-card {
    max-width: 28.125rem
  }

  .payment-confirem .disclaimer-text-wrap .disclaimer-card h1 {
    font-size: 1.5rem;
    margin-bottom: 1.563rem
  }

  .payment-confirem .disclaimer-text-wrap .disclaimer-card h1:before {
    bottom: -.625rem
  }

  .payment-confirem .disclaimer-text-wrap .disclaimer-card h4 {
    font-size: 1rem
  }
}

@media screen and (max-width: 767px) {
  .payment-confirem {
    padding-top: 3.438rem;
    padding-bottom: 1.875rem;
    height: 25rem
  }

  .payment-confirem .disclaimer-text-wrap {
    z-index: 5
  }

  .payment-confirem .disclaimer-text-wrap .disclaimer-card {
    max-width: 25rem
  }

  .payment-confirem .disclaimer-text-wrap .disclaimer-card img {
    width: 6.25rem
  }

  .payment-confirem .disclaimer-text-wrap .disclaimer-card h1 {
    font-size: 1.25rem;
    margin-bottom: 1.25rem
  }

  .payment-confirem .disclaimer-text-wrap .disclaimer-card h1:before {
    bottom: -.625rem
  }

  .payment-confirem .disclaimer-text-wrap .disclaimer-card h4 {
    font-size: .938rem
  }

  .payment-confirem .disclaimer-text-wrap .disclaimer-card .btn {
    padding: .188rem 1.563rem;
    font-size: .875rem
  }

  .payment-confirem footer {
    font-size: .813rem
  }
}

@media screen and (max-width: 480px) {
  .payment-confirem {
    height: auto
  }

  .payment-confirem .vape-suite-logo {
    top: .938rem;
    left: .938rem
  }

  .disclaimer-sec2 .disclaimer-text-wrap {
    top: 65%
  }

  .disclaimer-sec2 {
    background-image: url(disclaimer-bg-sm2.9d8ae185bc3f534b2350.jpg)
  }

  .disclaimer-sec2 .disclaimer-text-wrap .disclaimer-card {
    padding: 1rem
  }
}

@media screen and (max-width: 425px) {
  .payment-confirem .disclaimer-text-wrap .disclaimer-card {
    margin-left: 1.25rem;
    margin-right: 1.25rem
  }
}

* {
  box-sizing: border-box
}

*,
body {
  margin: 0;
  padding: 0
}

body {
  height: 100%;
  font-weight: 400;
  font-family: Barlow, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #515151;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility
}

.btn, .product-card h3, .modal-title, .left-filters .filters-title, .refine-div .heading04, .review-section .review-title, 
.review-section .review-box .review-name, .review-section .h2-sm,
h1,
h2,
h3,
h4,
h5,
h6,
h7 {
  font-family: Exo, sans-serif;
  letter-spacing: .06rem
}

.justify-content-center {
  justify-content: center !important
}

.text-center {
  text-align: center
}

.text-right {
  text-align: right
}

.m-0 {
  margin: 0 !important
}

.mb-0 {
  margin-bottom: 0 !important
}

.mb-10 {
  margin-bottom: .625rem !important
}

.mb-20 {
  margin-bottom: 1.25rem !important
}

.mb-30 {
  margin-bottom: 1.875rem !important
}

.mt-0 {
  margin-top: 0 !important
}

.mt-10 {
  margin-top: .625rem !important
}

.mt-20 {
  margin-top: 1.25rem !important
}

.mr-0 {
  margin-right: 0 !important
}

.mr-3 {
  margin-right: .188rem !important
}

.mr-5 {
  margin-right: .313rem !important
}

.ml-5 {
  margin-left: .313rem !important
}

.ml-0 {
  margin-left: 0 !important
}

.p-0 {
  padding: 0 !important
}

.pl-0 {
  padding-left: 0 !important
}

.pr-0 {
  padding-right: 0 !important
}

.pt-5 {
  padding-top: .313rem !important
}

.pt-10 {
  padding-top: .625rem !important
}

.pt-20 {
  padding-top: 1.25rem !important
}

.pr-5 {
  padding-right: .313rem !important
}

.pl-5 {
  padding-left: .313rem !important
}
.pb-5 {
  padding-bottom: .313rem !important
}
.pl-6 {
  padding-left: 0.375rem !important
}
.pr-6 {
  padding-right: 0.375rem !important
}
.pb-10 {
  padding-bottom: .625rem !important
}

.pb-20 {
  padding-bottom: 1.25rem !important
}

.pb-30 {
  padding-bottom: 1.875rem !important
}

.pr-10 {
  padding-right: .625rem !important
}

.pr-20 {
  padding-right: 1.25rem !important
}

.pl-10 {
  padding-left: .625rem !important
}

.pl-20 {
  padding-left: 1.25rem !important
}

.m-auto {
  margin: auto !important
}

.h-100 {
  height: 100% !important
}

.font-14 {
  font-size: .875rem !important
}

.btn,
input,
select,
textarea {
  outline: none !important;
  box-shadow: none !important
}

.decoration-none {
  text-decoration: none
}

.custom-select {
  border-radius: .313rem;
  font-size: .875rem;
  font-family: Barlow, sans-serif
}

.custom-radio .custom-control-input:checked~.custom-control-label:before {
  animation: effect .25s ease-in
}

img,
svg {
  vertical-align: middle
}

.primarycolor {
  color: #e1001e
}

.w-100 {
  width: 100% !important
}

.loadMore {
  background-color: #1f283b;
  border-color: #1f283b;
  opacity: 1;
  cursor: pointer
}

.spinner-border-sm {
  margin: .125rem !important
}

.top_border-red {
  border-top: .125rem solid red
}

.wrapper {
  position: relative;
  padding-top: 5.75rem;
  background-color: #fafafa
}

.custom-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.active-bookmark {
  text-decoration: none;
  background-color: #e1001e !important;
  border-color: #e1001e !important;
  color: #fff !important
}
.active-bookmark svg {
  fill: #fff !important
}

.custom-control-input:checked~.custom-control-label:before {
  box-shadow: none !important
}

.custom-checkbox .custom-control-input:checked~.custom-control-label:before {
  animation: effect .25s ease-in;
  box-shadow: none !important
}

.top-left-radius {
  border-top-left-radius: .313rem
}

.top-right-radius {
  border-top-right-radius: .313rem
}

.bottom-right-radius {
  border-bottom-right-radius: .313rem
}

.bottom-left-radius {
  border-bottom-left-radius: .313rem
}

.justify-content-md-center {
  justify-content: center !important
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #e1001e !important
}

.owl-theme .owl-dots .owl-dot {
  outline: none !important
}

.no-itemList {
  display: table;
  height: 80vh;
  margin: auto;
  text-align: center
}

.no-itemList img {
  width: 8.125rem;
  height: auto
}

.no-itemList h4, .no-itemList .heading4 {
  font-size: 1rem;
  margin-top: 0.75rem;
  margin-bottom: .938rem;
  color: #a2a2a2;
  font-weight: 500
}

.item-middle {
  display: table-cell;
  vertical-align: middle
}

.pointerCursor {
  cursor: pointer
}

.sub-header-page {
  width: 100%;
  justify-content: center;
  display: flex
}

.sub-header-page img {
  width: 100%;
  height: auto
}

.category-section,
.deals-section,
.related-pr-section,
.section,
.tabs-section, .pr-slider-section{
  padding-bottom: 3.125rem;
  padding-top: 3.125rem;
  width: 100%;
  margin: auto
}

.category-section .section-heading, .pr-slider-section .section-heading,
.deals-section .section-heading,
.related-pr-section .section-heading,
.section .section-heading,
.tabs-section .section-heading {
  text-align: center;
  margin-bottom: 1.875rem;
  z-index: 3
}

.category-section .section-heading h1, 
.deals-section .section-heading h1,
.related-pr-section .section-heading h1, .related-pr-section .heading2,
.section .section-heading h1,
.tabs-section .section-heading h1, .related-pr-section .section-heading .heading-deal2, .heading2 {
  font-size: 2rem;
  margin-bottom: .938rem;
  position: relative;
  color: #1f283b;
  line-height: 1
}

.category-section .section-heading h1 span,
.deals-section .section-heading h1 span,
.related-pr-section .section-heading h1 span, .related-pr-section .heading2 span,
.section .section-heading h1 span,
.tabs-section .section-heading h1 span, .related-pr-section .section-heading .heading-deal2 span, .heading2 span {
  color: #e1001e;
  font-weight: 400
}

.related-pr-section {
  background-color: #fff
}

.related-pr-section .product-card {
  margin-bottom: 0
}

.no-scroll {
  overflow: hidden
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, .7);
  z-index: 1025;
  opacity: 0
}

.overlay.active {
  display: block;
  opacity: 1
}

.sidebar-div {
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch
}

#sidebar-cart .cart-header,
.sidebar-header {
  background-color: #f2f2f2;
  color: #1f283b;
  font-family: Exo, sans-serif;
  letter-spacing: .063rem;
  line-height: 3rem;
  font-size: 1.125rem;
  padding: 0 1.25rem;
  margin: 0;
  font-weight: 700;
  width: 100%
}

.side-close {
  position: absolute;
  right: .938rem;
  top: .688rem;
  width: 1.625rem;
  height: 1.625rem;
  z-index: 20;
  cursor: pointer
}

.side-close:hover {
  opacity: 1
}

.side-close:after,
.side-close:before {
  position: absolute;
  left: .938rem;
  content: " ";
  height: 1.5rem;
  width: .125rem;
  background-color: #b1b1b1
}

.side-close:before {
  transform: rotate(45deg)
}

.side-close:after {
  transform: rotate(-45deg)
}

.add-cart-div .cp-lab-size,
.bottombar-content .b-lab-size,
.campaign-deal-lab .cp-lab-size,
.product-ml-size {
  padding: 0;
  margin-bottom: .625rem
}

.add-cart-div .cp-lab-size ul,
.bottombar-content .b-lab-size ul,
.campaign-deal-lab .cp-lab-size ul,
.product-ml-size ul {
  display: block;
  list-style: none
}

.add-cart-div .cp-lab-size ul li,
.bottombar-content .b-lab-size ul li,
.campaign-deal-lab .cp-lab-size ul li,
.product-ml-size ul li {
  float: left;
  margin: 0 .625rem .5rem 0
}

.add-cart-div .cp-lab-size ul li label span,
.bottombar-content .b-lab-size ul li label span,
.campaign-deal-lab .cp-lab-size ul li label span,
.product-ml-size ul li label span {
  cursor: pointer;
  display: block;
  font-size: .813rem;
  line-height: 1;
  margin: 0;
  text-align: center;
  transition: all .3s ease 0s;
  border: .063rem solid #1f283b;
  color: #1f283b;
  border-radius: .313rem;
  min-width: 3.125rem;
  padding: .313rem
}

.add-cart-div .cp-lab-size ul li label span:hover,
.bottombar-content .b-lab-size ul li label span:hover,
.campaign-deal-lab .cp-lab-size ul li label span:hover,
.product-ml-size ul li label span:hover {
  background-color: #1f283b;
  color: #fff
}

.add-cart-div .cp-lab-size ul li label input,
.bottombar-content .b-lab-size ul li label input,
.campaign-deal-lab .cp-lab-size ul li label input,
.product-ml-size ul li label input {
  left: -562.5rem;
  position: absolute
}

.product-ml-size .product-attribute-ul .product-attribute-li input {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
label input[disabled] + span,
label input[disabled] + span:hover {
  background-color: #f2f2f2 !important;
  cursor: not-allowed !important;
  border-color: #d5d5d5 !important;
  color: #1f283b !important;
  user-select: none;
}

.add-cart-div .cp-lab-size ul li label input:checked+span,
.bottombar-content .b-lab-size ul li label input:checked+span,
.campaign-deal-lab .cp-lab-size ul li label input:checked+span,
.product-ml-size ul li label input:checked+span {
  background-color: #e1001e;
  border-color: #e1001e;
  color: #fff
}

.add-cart-div .cp-lab-size ul li .disable-input,
.bottombar-content .b-lab-size ul li .disable-input,
.campaign-deal-lab .cp-lab-size ul li .disable-input,
.product-ml-size ul li .disable-input {
  background-color: #fff !important;
  color: #282828 !important;
  cursor: default !important;
  opacity: .5;
  border: .063rem solid #282828 !important
}

.no-prduct-tab {
  height: 25.625rem;
  padding-top: 11.25rem;
  text-align: center;
  color: #aaa
}

@keyframes effect {
  0% {
    transform: scale(0)
  }

  25% {
    transform: scale(1.3)
  }

  75% {
    transform: scale(1.4)
  }

  to {
    transform: scale(1)
  }
}

.no-wishlistitem {
  padding-top: 4.375rem;
  padding-bottom: 4.375rem;
  text-align: center
}

.no-wishlist-icon {
  width: 6.25rem;
  height: 6.25rem;
  margin: auto;
  display: block
}

.category-section,
.related-pr-section, .pr-slider-section,
.tabs-section {
  padding-bottom: 1.25rem;
  padding-top: 1.25rem;
}

.crosssale-item .product-card {
  width: 14.375rem;
  float: left;
  margin-right: .938rem;
  margin-left: .313rem;
  margin-bottom: 0;
  position: relative;
  box-shadow: 0 0 .625rem 0 rgba(0, 0, 0, .15)
}

.crosssale-item .product-card h3 {
  font-size: .875rem !important;
  padding-right: 0 !important
}

.crosssale-item .product-card .img-thumb .middle img {
  width: 70%;
  height: auto
}

.crosssale-item .product-card .btn-primary {
  font-size: .813rem;
  letter-spacing: normal
}

.crosssale-item .product-card .price .p-from {
  font-size: .75rem
}

.crosssale-item .product-card .price .s-price {
  font-size: .938rem
}

.crosssale-item .product-card .img-thumb {
  margin-bottom: 0;
  margin-top: .5rem
}

.crosssale-item .product-card .text-lab {
  padding-right: 2.313rem
}

.crosssale-item .product-card .pb-sec {
  padding-bottom: .5rem;
  padding-top: .5rem
}

.crosssale-item .product-card .p-variant {
  margin: 0 !important;
  padding: .313rem;
  font-size: .75rem;
  background-color: #f8f8f8;
  border-top: .063rem solid #e7e7e7;
  border-bottom: .063rem solid #e7e7e7
}

.crosssale-item .product-card .p-variant strong {
  font-weight: 700
}
.social-media-links .social-link svg{
  width: 1.25rem;
  height: 1.25rem;
  fill: #fff;
}
.social-media-links .link svg {
  width: 1rem;
}

@media screen and (max-width: 1366px) {
  .wrapper {
    padding-top: 5.5rem
  }
}

@media screen and (max-width: 800px) {
  .wrapper {
    padding-top: 3.625rem
  }

  .hide-800 {
    display: none
  }
}

@media screen and (max-width: 767px) {
  .no-itemList img {
    width: 6.25rem
  }

  .no-itemList .btn-primary,
  .no-itemList h4, .no-itemList .heading4 {
    font-size: .875rem
  }

  .category-section,
  .related-pr-section, .pr-slider-section,
  .tabs-section {
    padding-bottom: 1.25rem;
    padding-top: 1.25rem
  }

  .no-wishlist-icon {
    width: 5rem !important;
    height: 5rem !important
  }
  .section  {
    padding-bottom: 1.875rem;
    padding-top: 1.875rem;
  }
}

@media screen and (max-width: 640px) {
  .wrapper {
    padding-top: 2.938rem
  }

  .category-section .section-heading, .pr-slider-section .section-heading,
  .deals-section .section-heading,
  .related-pr-section .section-heading,
  .section .section-heading,
  .tabs-section .section-heading {
    margin-bottom: 0.625rem
  }

  .category-section .section-heading h1,
  .deals-section .section-heading h1,
  .related-pr-section .section-heading h1, .related-pr-section .heading2,
  .section .section-heading h1,
  .tabs-section .section-heading h1, .related-pr-section .section-heading .heading-deal2, .heading2 {
    font-size: 1.375rem
  }

  .crosssale-item .product-card {
    width: 11.875rem
  }

  .related-pr-section .heading2  {
    text-align: left;
  }
}

@media screen and (max-width: 480px) {
  .wrapper {
    padding-top: 2.938rem
  }

  .no-prduct-tab {
    height: 21rem;
    padding-top: 10rem
  }
  .crosssale-item .product-card h3 {
    font-size: .75rem !important;
    height: 0.9375rem;
    line-height: 1.0625rem;
  }
  .crosssale-item .product-card h3::before {
    height: 1.5rem;
  }

}

@media screen and (max-width: 425px) {

  .bottombar-content .b-card-gray,
  .card-gray {
    padding: .625rem;
    font-size: .813rem
  }

  .add-cart-div .cp-lab-size ul li,
  .bottombar-content .b-lab-size ul li,
  .campaign-deal-lab .cp-lab-size ul li,
  .product-ml-size ul li {
    float: left;
    margin: 0 .5rem .5rem 0
  }

  .add-cart-div .cp-lab-size ul li label span,
  .bottombar-content .b-lab-size ul li label span,
  .campaign-deal-lab .cp-lab-size ul li label span,
  .product-ml-size ul li label span {
    font-size: .688rem;
    padding: .313rem .5rem
  }
}

@media screen and (max-width: 375px) {

  .category-section .section-heading h1,
  .deals-section .section-heading h1,
  .related-pr-section .section-heading h1, .related-pr-section .heading2,
  .section .section-heading h1,
  .tabs-section .section-heading h1, .related-pr-section .section-heading .heading-deal2, .heading2 {
    font-size: 1.25rem
  }

  .add-cart-div .cp-lab-size,
  .bottombar-content .b-lab-size,
  .campaign-deal-lab .cp-lab-size,
  .product-ml-size {
    margin-bottom: .313rem
  }

  .add-cart-div .cp-lab-size ul li,
  .bottombar-content .b-lab-size ul li,
  .campaign-deal-lab .cp-lab-size ul li,
  .product-ml-size ul li {
    margin: 0 .5rem .5rem 0
  }
}

.searchDeactive {
  display: none
}

.searching {
  margin: 0 0 1.563rem auto;
  max-width: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 2.375rem;
  background: #fff;
  box-shadow: 0 0 1.3rem 0 rgba(0, 0, 0, .5);
  border-bottom-right-radius: .313rem;
  border-bottom-left-radius: .313rem;
  overflow: hidden
}

.searchbar-list ul {
  padding: 0;
  margin: 0;
  list-style: none
}

.searchbar-list ul h4 {
  font-size: .875rem;
  color: #222;
  background-color: #efefef;
  padding: .188rem .438rem;
  float: left;
  width: 100%;
  line-height: 1;
  font-weight: 500
}

.searchbar-list ul h4 .btn-primary {
  font-size: .688rem;
  padding: .063rem .188rem;
  line-height: 1;
  float: right;
  border-radius: .125rem !important
}

.searchbar-list ul li {
  border-bottom: .063rem solid #efefef;
  float: left;
  width: 100%;
  padding: .188rem .313rem;
  font-size: .813rem;
  line-height: normal;
  color: #000
}

.searchbar-list ul li a {
  text-decoration: none;
  color: #000
}

.searchbar-list ul li a img {
  width: 2.25rem;
  height: 2.25rem;
  float: left;
  margin-right: .313rem
}

.searchbar-list ul li a span {
  display: block
}

.searchbar-list ul li a .price-sl {
  color: red
}

.searchbar-list ul li img {
  width: 2.25rem;
  height: 2.25rem;
  float: left;
  margin-right: .313rem
}

.searchbar-list ul li span {
  display: block
}

.searchbar-list ul li .price-sl {
  color: red
}

.searchbar-list ul li:hover {
  background-color: #f7f7f7
}

@media screen and (max-width: 640px) {
  .searching {
    top: 2rem
  }
}

@media screen and (max-width: 480px) {
  .searchbar-list ul h4 {
    font-size: .813
  }

  .searchbar-list ul li {
    font-size: .75rem
  }

  .searchbar-list ul li img {
    width: 1.938rem;
    height: 1.938rem
  }
}

.modal-body2 {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem
}

.editable-img {
  padding: 0
}

table {
  border-collapse: initial
}

a img,
img {
  border: 0;
  outline: none;
  text-decoration: none
}

img {
  max-width: 100%;
  height: auto
}

.table1-2 {
  width: 50% !important;
  margin-left: 1%;
  margin-right: 1%
}

.product-list td {
  padding: .5rem;
  border: .063rem dashed #c5c5c5;
  border-right: none;
  border-bottom: none;
  vertical-align: top
}

.float-right {
  float: right
}

.order-title {
  width: 100%;
  font-size: 1rem
}

.order-title span {
  float: right
}

.primary-font {
  font-family: Exo, sans-serif
}

.searching-new {
  max-width: 73.125rem;
  -webkit-overflow-scrolling: touch;
  width: 73.125rem;
  position: fixed;
  margin: auto;
  left: 0;
  right: 0;
  z-index: 3000;
  top: 3.125rem;
  background: #fff;
  box-shadow: 0 .188rem .625rem 0 rgba(0, 0, 0, .3);
  border-bottom-right-radius: .313rem;
  border-bottom-left-radius: .313rem;
  padding: .938rem 0
}

.searching-new .col-md-4 {
  border-left: .063rem solid #e6e6e6;
  padding-left: 1.25rem;
  margin-bottom: .625rem
}

.searching-new .col-md-8 {
  padding-right: 1.25rem
}

.searching-new .searching-h2 {
  font-size: 1.125rem;
  font-family: Exo, sans-serif;
  letter-spacing: .06rem;
  font-weight: 700
}

.searching-new .searching-h2 span {
  font-weight: 400;
  color: #e1001e
}

.searching-new .searching-h2 .btn-primary {
  font-size: .688rem;
  padding: .188rem .5rem;
  float: right;
  line-height: 1;
  margin-top: .188rem;
  letter-spacing: normal;
  text-decoration: none;
}

.searching-new:before {
  background-image: url(../images/search-bg-top.png);
  background-position: top;
  background-repeat: no-repeat;
  position: absolute;
  content: " ";
  height: .938rem;
  width: 2rem;
  left: 0;
  right: 0;
  top: -.938rem;
  margin: auto;
  z-index: 2
}

.searching-new .searchlist {
  padding: 0;
  margin: 0 0 .625rem
}

.searching-new .searchlist li {
  list-style: none;
  margin-bottom: 0;
  position: relative;
  padding-left: 1.25rem
}

.searching-new .searchlist li:before {
  display: inline-block;
  content: "";
  height: .063rem;
  width: .5rem;
  background-color: #e1001e;
  margin-right: .625rem;
  position: absolute;
  top: .813rem;
  left: 0
}

.searching-new .searchlist li a {
  font-size: .875rem;
  color: #333;
  text-decoration: none
}

.searching-new .searchlist li a:hover {
  color: #e1001e
}

.searching-new .btn-view-all-search {
  font-size: .875rem;
  padding: .313rem .5rem;
  line-height: 1;
  width: 100%;
  letter-spacing: .031rem;
  text-decoration: none;
}

.searching-new .search-not-found {
  width: 4.375rem;
  height: auto;
  display: block;
  margin: .5rem auto
}

.searching-new .pr-padd-sm p {
  font-size: .813rem
}

.searching-new .product-card {
  border: .063rem solid #dadada;
  box-shadow: none;
  margin-bottom: .938rem
}

.searching-new .product-card:hover {
  box-shadow: 0 0 1.3rem 0 rgba(0, 0, 0, .2)
}

.searching-new .product-card .img-thumb .middle img {
  width: 72%;
  height: auto
}

.searching-new .pr-pv {
  height: 1.375rem
}

.searching-new .product-card .img-thumb,
.searching-new .product-card h3 {
  margin-bottom: 0
}

.searching-new .product-card .pb-sec {
  padding-bottom: .313rem;
  padding-top: 0
}

.searching-new .product-card .text-lab {
  padding-right: 0
}

.search-toparrow,
.searching-new .btn-bookmark,
.searching-new .customer-reviews,
.searching-new .p-val,
.searching-new .pb-sec .btn-primary,
.searching-new .pr-lc {
  display: none
}
.header-products-search-main .col-lg-3 {
padding-left: 0.5rem; padding-right: 0.5rem;
}
.header-products-search-main .col-lg-3 .product-card h3 {
  font-size: 0.75rem;  
}
.header-products-search-main .col-lg-3 .product-card .text-lab { 
  font-size: 0.75rem; 
}
.header-products-search-main .col-lg-3 .product-card .price .p-from {
  font-size: 0.75rem; 
}
.header-products-search-main .col-lg-3 .product-card .price .s-price {
  font-size: 0.9375rem; 
}
.header-products-search-main .col-lg-3 .product-card .offer-r {
  top: 2.625rem;
  right: -2.5rem;
  padding: 0.25rem 0.375rem;
  font-size: 0.6875rem;
  border-radius: 0.1875rem;
}
.header-products-search-main .col-lg-3 .product-card .label-pr-category { 
  /*top: 1.25rem;*/
}
.header-products-search-main .col-lg-3 .product-card .offer-l + .label-pr-category {
  top: 1.25rem; /* Modify when .offer-l is present */
}
.reward-points-sign {
  padding-top: .625rem !important;
  padding-bottom: .625rem !important;
  font-size: 1rem;
  background-color: #fff;
  margin: 0;
  line-height: normal
}

.reward-points-sign svg {
  width: 2.188rem;
  height: 2.188rem
}

.reward-points-sign .p-st0 {
  fill: #e1001e
}

.reward-points-sign .s-st1 {
  fill: #1f283b
}

.stockval-modal {
  font-size: 1rem;
  font-weight: 700;
  text-align: right;
  color: #16872e;
  letter-spacing: normal
}

.successfully-alert {
  width: 22.5rem;
  background-color: #fff;
  position: fixed;
  top: 3.125rem;
  right: 2.063rem;
  z-index: 3000;
  padding: .938rem 0;
  box-shadow: 0 .625rem 1.375rem 0 rgba(0, 0, 0, .4);
  border-radius: .313rem;
  border-top: .188rem solid #16872e
}

.successfully-alert:before {
  content: "";
  position: absolute;
  top: 0;
  right: 5.063rem;
  width: 0;
  height: 0;
  border: .625rem solid transparent;
  border-bottom-color: #16872e;
  border-top: 0;
  margin-left: -.625rem;
  margin-top: -.625rem
}

.successfully-alert h3 {
  font-size: 1rem;
  color: #16872e;
  font-weight: 700;
  margin-bottom: .625rem
}
.successfully-alert .check-circle {
  fill: #16872e;
  margin-top: -0.1875rem;
  width: 1rem;
  height: 1rem;
}
.successfully-alert h2 {
  font-size: .938rem;
  font-weight: 700;
  line-height: 1.3rem;
  letter-spacing: normal;
  height: 1.3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  position: relative
}

.successfully-alert img {
  width: 4.625rem;
  height: 4.625rem;
  box-shadow: 0 0 .5rem 0 rgba(0, 0, 0, .2);
  border-radius: .313rem
}

.successfully-alert .flavors-text {
  font-size: .875rem;
  font-family: Exo, sans-serif
}

.successfully-alert .flavors-text strong {
  font-weight: 700
}

.successfully-alert .flavors-text strong span {
  color: #f12300
}

.successfully-alert .cart-subtotal-v {
  background-color: #f3f3f3;
  border-radius: .313rem;
  padding: .5rem;
  text-align: center;
  font-size: 1rem;
  margin-top: .75rem;
  margin-bottom: .75rem
}

.successfully-alert .cart-subtotal-v strong {
  font-weight: 700;
  color: #f12300;
  font-family: Exo, sans-serif
}

.successfully-alert .btn-primary {
  font-size: .875rem;
  float: left;
  padding: .375rem 1.25rem;
  background-color: #1aa94d !important;
  border-color: #1aa94d !important
}

.successfully-alert .btn-primary:focus,
.successfully-alert .btn-primary:hover {
  background-color: #128f38 !important;
  border-color: #128f38 !important
}
.successfully-alert .btn-primary svg {
  fill: #fff; margin-top: -0.125rem;
}

.successfully-alert .btn-outline-secondary {
  font-size: .875rem;
  float: right;
  padding: .375rem 1.25rem
}

.successfully-alert .btn-outline-secondary:focus,
.successfully-alert .btn-outline-secondary:hover {
  background-color: #1f283b !important;
  border-color: #1f283b !important;
  color: #fff;
}

@media screen and (max-width: 800px) {
  .successfully-alert {
    top: auto;
    right: 1.25rem;
    bottom: 4.375rem;
    border-top: none;
    border-bottom: .188rem solid #16872e;
    box-shadow: 0 .313rem 1.375rem 0 rgba(0, 0, 0, .4)
  }

  .successfully-alert:before {
    top: auto;
    bottom: 0;
    right: 3.75rem;
    border: .625rem solid transparent;
    border-top-color: #16872e;
    border-bottom: 0;
    margin-left: -.625rem;
    margin-bottom: -.625rem
  }
}

@media screen and (max-width: 767px) {
  .successfully-alert {
    bottom: 3.438rem
  }

  .successfully-alert:before {
    right: 1.563rem
  }
}

@media screen and (max-width: 480px) {
  .successfully-alert {
    width: calc(100% - 1.875rem);
    right: 0;
    margin-left: .938rem;
    margin-right: .938rem
  }

  .successfully-alert h3 {
    font-size: .938rem
  }

  .successfully-alert h2 {
    font-size: .875rem
  }

  .successfully-alert img {
    width: 3.75rem;
    height: 3.75rem
  }

  .successfully-alert .cart-subtotal-v {
    font-size: .875rem
  }

  .successfully-alert .btn-outline-secondary,
  .successfully-alert .btn-primary,
  .successfully-alert .flavors-text {
    font-size: .813rem
  }
}
.loading-msg {
  font-size: 0.875rem;
  text-align: center;
  margin: auto;
  display: block;
  padding: 9.375rem 0;
  opacity: .7;
}
.loading-msg img {
  display: block;
  margin: auto;
  height: 6.875rem;
}
.load-searched-products .loading-msg {
  padding: 5rem 0;
}
.load-searched-products .loading-msg img {
    height: 4.375rem; width: 4.375rem; margin-bottom: 0.5rem;
}
.no-data-placeholder {
  border: 0.0625rem solid #dddddd;
  padding: 1.875rem;
  text-align: center;
  margin-bottom: 1.875rem;
  display: flex;
  height: 22.5rem; border-radius: 0.313rem;
}
.no-data-placeholder img {
  width: auto;
  height: 5rem;
  margin: 0.625rem auto;
  display: inline-block;
}
.no-data-placeholder h3 {
  font-size: 1.125rem !important;
  margin: auto;
  opacity: 0.6;
}
@media screen and (max-width: 1024px) {
  .searching-new {
    max-width: 100%;
    width: 100%
  }

  .searching-new .col-md-4 {
    padding-left: .938rem
  }

  .searching-new .col-md-8 {
    padding-right: .938rem
  }

  .searching-new .searching-h2 {
    font-size: 1rem
  }
}

@media screen and (max-width: 800px) {
  .searching-new {
    top: 3.438rem
  }
}

@media screen and (max-width: 767px) {
  .searching-new {
    top: 3.125rem;
    max-height: calc(100vh - 6.25rem);
    padding-bottom: 0;
    overflow-y: scroll
  }

  .searching-new .col-md-4 {
    border: none
  }

  .searching-new .search-not-found {
    width: 3.125rem;
    height: auto;
    display: block
  }

  .searching-new .pr-padd-sm {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem
  }

  .searching-new .product-card .img-thumb {
    margin-top: .313rem;
    padding-bottom: 0
  }

  .searching-new .product-card .img-thumb .middle {
    height: auto
  }

  .searching-new .product-card .img-thumb .middle img {
    width: 55%
  }

  .searching-new .product-card .price {
    padding-top: 0
  }

  .searching-new .product-card .offer-l {
    font-size: .625rem
  }

  .product-card .text-lab {
    line-height: normal;
    height: auto;
    margin-bottom: 0.25rem;
  }

  .product-card .pr-pv {
    padding-right: .625rem;
    padding-left: 1.25rem
  }

  .search-toparrow {
    position: absolute;
    top: 1.813rem;
    z-index: 4000;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    display: block
  }

  .stockval-modal {
    font-size: .813rem
  }

  .btn-view-all-search {
    margin-bottom: 1.25rem !important
  }
  .no-data-placeholder {
    height: 18.75rem;
  }
  .no-data-placeholder img {
    height: 4.375rem;
  }
  .no-data-placeholder h3 {
    font-size: 1rem !important;
  }
  .loading-msg {
    padding: 6.25rem 0;
  }
  .loading-msg img {
    height: 5rem;
  }
  .load-searched-products .loading-msg img {
    height: 3.75rem;
    width: 3.75rem;
}
}

@media screen and (max-width: 375px) {
  .searching-new .product-card .img-thumb .middle img {
    width: 80%
  }
}

.contact-section {
  background-color: #fff
}

.contact-section h2 {
  font-size: 1.125rem
}

.contact-section p {
  margin-bottom: .938rem;
  font-size: .875rem
}

.contact-section p svg {
  fill: #bbb;
  margin-right: .313rem
}

.contact-section a:not(.link-email, .link-phone) {
  color: #e1001e
}

.contact-section .phoneno {
  font-size: 1rem;
  /*font-weight: 700;*/
  margin-bottom: 1.25rem
}

.location-sec {
  padding: 1.25rem;
  background-color: #fff;
  border-radius: .313rem;
  margin-bottom: 1.875rem;
  box-shadow: 0 0 .938rem 0 rgba(0, 0, 0, .15)
}

.location-sec h3 {
  font-size: 1rem;
  margin-bottom: .625rem;
  line-height: normal
}

.location-sec p {
  font-size: .875rem;
  margin-bottom: 0;
  display: block
}

.location-sec p svg {
  fill: #5f6269;
  margin-right: .313rem
}

.location-sec .btn-primary {
  font-size: .875rem;
  padding: .313rem .625rem;
  display: block;
  margin-top: .625rem;
  text-decoration: none;
}
.location-sec .btn-primary svg {
  fill: #fff !important;
}
@media screen and (max-width: 800px) {
  .location-sec {
    padding: .625rem
  }

  .location-sec .btn-primary {
    font-size: .813rem;
    padding: .25rem .5rem
  }
}

@media screen and (max-width: 640px) {
  .contact-section {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem
  }

  .contact-section h2 {
    font-size: 1rem
  }

  .contact-section .contactform .btn-outline-primary {
    font-size: .875rem
  }

  .locator-sec {
    padding-top: 1.25rem
  }

  .locator-sec .section-heading h1 {
    margin-bottom: .5rem
  }
}

@media screen and (max-width: 640px) {
  .contact-section .contactform .btn-outline-primary {
    width: 100%
  }
}

.bottombar-content .b-card-gray,
.card-gray {
  background-color: #f9f9f9;
  border-radius: .313rem;
  padding: .938rem;
  margin-top: .938rem;
  font-size: .875rem;
  border: .063rem solid #f0f0f0
}

.align-items-center {
  align-items: center !important
}

.d-flex {
  display: flex !important
}

.align-self-center {
  align-self: center !important
}

.m-auto {
  margin: auto
}

.is-invalid .form-control,
.is-invalid select {
  border-color: red
}

.is-invalid p {
  color: red;
  margin-bottom: 0
}

.btn-close {
  background-color: #fff;
  color: #e1001e
}

.btn-close:hover {
  background-color: #e1001e !important;
  border-color: #e1001e !important
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}


.sl-price {
  color: #949494;
  text-decoration: line-through;
  margin-left: 0;
  font-size: .875rem;
  line-height: 1.3
}

.displayNone {
  display: none
}

.pr-lab {
  height: 2.1875rem;
  display: flex;
  padding-right: 0.5rem
}

.pr-lab,
.ver-al {
  vertical-align: middle;
  margin: auto
}

.text-left {
  text-align: left !important
}

.h-35 {
  height: 2.188rem
}

.redColor {
  color: red !important
}

.greenColor {
  color: green !important
}

.Reward-point small {
  font-size: .813rem;
}
@media screen and (max-width: 1024px) {
  .sl-price {
    font-size: .75rem
  }
}

@media screen and (max-width: 480px) {
  .sl-price {
    font-size: .813rem
  }
}

@media screen and (max-width: 425px) {
  .sl-price {
    font-size: .688rem
  }
}

.search-heading h1 {
  font-size: 1.563rem !important;
  font-weight: 400 !important
}

.search-heading h1 span {
  font-weight: 700 !important
}

.search-heading h1 .search-no {
  font-family: Barlow, sans-serif !important
}

.search-tabs {
  border-bottom: 0.0625rem solid #e8e8e8;
  width: 100%;
  margin-bottom: 1.25rem
}

.tabs-badge {
  background-color: #a7a7a7;
  color: #fff;
  border-radius: .188rem;
  font-size: .625rem;
  font-family: Barlow, sans-serif !important;
  padding: .125rem;
  float: right;
  margin-left: .313rem
}

.active .tabs-badge {
  background-color: #e1001e
}

.search-page-sort {
  height: 1.875rem;
  width: 6.875rem;
  float: right;
  margin-top: .188rem;
  padding-top: 0;
  padding-bottom: 0
}

.cust-list-head {
  height: 9.375rem
}

.customer-search {
  position: relative;
  margin: auto
}

.cut-btn-search {
  position: absolute;
  right: .188rem;
  top: .188rem;
  padding: .25rem .375rem !important;
  border: none;
  letter-spacing: .063rem;
  background: transparent !important
}

.customer-list {
  font-size: 0.875rem;
  background-color: #fff;
  box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, .1);
  padding: 0.375rem 0.625rem;
  border-radius: 0.3125rem
}

.cut-btn-search:hover {
  background: transparent !important
}

.customer-list img {
  width: 1.875rem;
  height: 1.875rem;
  border: 0.0625rem solid #b9b9b9;
  border-radius: 50%
}

.customer-list .btn-primary {
  padding: 0.375rem 0.625rem;
  font-size: 0.6875rem;
  line-height: 1
}

.cust-list-heading {
  box-shadow: none !important;
  background-color: initial !important
}

.cust-pt-pb {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem
}

@media screen and (max-width: 767px) {
  .customer-list img {
    width: 1.5625rem;
    height: 1.5625rem
  }

  .customer-list .btn-primary {
    width: 100%;
    margin-top: 0.3125rem
  }

  .cust-list-heading {
    display: none
  }

  .customer-search {
    margin-top: 0.9375rem
  }

  .cust-pt-pb {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem
  }
  .Reward-point small {
    font-size: .625rem;
  }
}
.searching-new .product-card .img-thumb .middle {
  height: 8.5rem;
  width: 19.375rem; 
}
.search-products-main .product-card .img-thumb .middle{
height: 14.5625rem;
}
@media screen and (max-width: 1024px) {
  .search-heading h1 {
    font-size: 1.375rem !important
  }
  .searching-new .product-card .img-thumb .middle{
    height: 6.5625rem;
  }
  .search-products-main .product-card .img-thumb .middle{
    height: 11.75rem;
    }
}
@media screen and (max-width: 991px) {
  .searching-new .product-card .img-thumb .middle{
    height: 7.5625rem;
  }
  .search-products-main .product-card .img-thumb .middle{
    height: 14.6875rem;
    }
}

@media screen and (max-width: 767px) {
  .search-heading h1 {
    font-size: 1.125rem !important;
    line-height: normal !important
  }

  .search-page-sort {
    height: 1.563rem;
    width: 5rem;
    margin-top: .125rem;
    padding-left: .25rem;
    font-size: .688rem
  }
  .searching-new .product-card .img-thumb .middle {
    height: 6.875rem; 
}
.search-products-main .product-card .img-thumb .middle{
  height: 13.0625rem;
  }
}

@media screen and (max-width: 480px) {
  .search-heading h1 {
    font-size: 1rem !important;
    line-height: normal
  }

  .tabs-badge {
    margin-left: .188rem
  }

  .search-page-sort {
    display: none
  }
  .searching-new .product-card .img-thumb .middle {
    height: 5.625rem; 
}
.search-products-main .product-card .img-thumb .middle{
  height: 11.1875rem;
  }
}
@media screen and (max-width: 425px) {
.searching-new .product-card .img-thumb .middle {
  height: 5rem; 
}
.search-products-main .product-card .img-thumb .middle{
  height: 9.5rem;
  }
}
@media screen and (max-width: 414px) {
.search-products-main .product-card .img-thumb .middle{
  height: 9.125rem;
}
}

@media screen and (max-width: 375px) {
  .searching-new .product-card .img-thumb .middle {
    height: 6.5625rem; 
  }
  .search-products-main .product-card .img-thumb .middle{
    height: 7.875rem;
  }
  }
@media screen and (max-width: 320px) {
  .search-tabs .nav-item .nav-link {
    padding-left: .325rem !important;
    padding-right: .325rem !important;
    letter-spacing: normal !important
  }
  .search-products-main .product-card .img-thumb .middle{
    height: 12.5rem;
  }
}


.coookies-alert {
  z-index: 3000;
  position: fixed;
  bottom: 0;
  background-color: #282828;
  color: #fff;
  border: none;
  width: 100%;
  margin: 0;
  padding: 1.875rem;
}

.coookies-alert h3 {
  font-size: 1rem;
  font-weight: 400;
}

.coookies-alert .action-coookies {
  text-align: right;
}

.coookies-alert .action-coookies .accept-btn {
  font-size: 0.875rem;
  padding: 0.375rem 1.25rem;
  color: #282828;
  background-color: #ffffff;
}

.coookies-alert .action-coookies .accept-btn:hover,
.coookies-alert .action-coookies .accept-btn:focus {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}

.coookies-alert .action-coookies .refuse-btn {
  background-color: transparent !important;
  color: #ffffff;
  border-color: #ffffff !important;
  margin-right: 0.938rem;
  font-size: 0.875rem;
  padding: 0.375rem 1.25rem;
}

.coookies-alert .action-coookies .refuse-btn:hover,
.coookies-alert .action-coookies .refuse-btn:focus {
  color: #fff !important;
}

@media screen and (max-width: 767px) {
  .coookies-alert h3 {
    font-size: 0.875rem;
    margin-bottom: 1.25rem;
  }

  .coookies-alert .action-coookies {
    text-align: center;
  }
}


.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-bottom: 1rem;
}
.pt-0{
  padding-top: 0 !important;
}
.pb-0{
  padding-bottom: 0 !important;
}
.pt-15{
  padding-top: 0.9375rem !important;
}
.pb-15{
  padding-bottom: 0.9375rem !important;
}
.pl-15{
  padding-left: 0.9375rem !important;
}
.pr-15{
  padding-right: 0.9375rem !important;
}

.blink-text {
  animation: blinker 1.2s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}


.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-bottom: 1rem;
}
.pt-0{
  padding-top: 0 !important;
}
.pb-0{
  padding-bottom: 0 !important;
}
.pt-15{
  padding-top: 0.9375rem !important;
}
.pb-15{
  padding-bottom: 0.9375rem !important;
}
.pl-15{
  padding-left: 0.9375rem !important;
}
.pr-15{
  padding-right: 0.9375rem !important;
}

.blink-text {
  animation: blinker 1.2s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.w-max-content {
  width: max-content;
}
.btn {
  text-decoration: none !important;
}
/* sidebar cart */
.js-cart-sidebar-items-list .itemlist > .col-lg-7.col-md-6 {
  width: 100% !important;
  max-width: 100% !important;
  flex: 0 0 100%;
}
.js-cart-sidebar-items-list .itemlist > .col-lg-5.col-md-6 {
  width: 100% !important;
  max-width: 100% !important;
  flex: 0 0 100%;
}
/* /_ sidebar cart */

/** partial product view */
label.partial-product-assignment-label {
  visibility: hidden;
  height: 0;
  display: block;
}
.vp-flex {
  display: flex;
}
.vp-flex-direction {
  flex-direction: column;
}
.vp-justify-content {
  justify-content: space-around;
}
/** /_ partial product view */

/* css loader */
.js-spinner {
  border: 0.25rem solid rgba(0, 0, 0, 0.3);
  border-top: 0.25rem solid #2196F3;
  border-radius: 50%;
  width: 1.875rem;
  height: 1.875rem;
  animation: ajaxspin 1s linear infinite;
}
.js-spinner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 18.75rem;
  background: rgba(255, 255, 255, 0.41);
  display: flex;
  justify-content: center;
  align-items: center;
  height: -webkit-fill-available;
  z-index: 999999;
}
@keyframes ajaxspin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
/* /_ css loader */

/* contact us */
.phoneno > a,
.link-email {
  color: #515151;
  text-decoration: none;
}
/* /_ contact us */

/* faq */
.accordion .accordion-item .card-body ul,
.accordion .accordion-item .card-body ol {
  padding: 0;
  margin: .938rem 0
}
.accordion .accordion-item .card-body ul li,
.accordion .accordion-item .card-body ol li{
  margin-bottom: .313rem;
  list-style: none;
  position: relative;
  padding-left: 1.25rem
}
.accordion .accordion-item .card-body ul li:before,
.accordion .accordion-item .card-body ol li:before {
  position: absolute;
  background-color: #e1001e;
  height: 0.0625rem; width: 0.625rem;
  content: "";
  left: 0;
  top:0.75rem;
}
/* /_ faq */


.btn-add-address{
  border: solid 0.0625rem #fff !important;
  color: #fff;  font-size: 0.875rem;
}
.btn-add-address:hover{
  border: solid 0.0625rem #fff !important;
  background: #fff !important;
  color: #000;  
}
.d-block {
  display: block !important;
}

.swiper-container .swiper-slide {
  padding: 0.9375rem 0.625rem 0.9375rem 0.625rem;
}

.slider-section {
  display: flex;
  justify-content: center;
}

.modal .modal-content .min-height-modal {
  min-height: 20rem;
}

.position-relative {
  position: relative;
}

.pr-Slider .swiper-container .swiper-slide {
  padding: 0.9375rem;
}

@media screen and (max-width: 767px) {
  .swiper-container .swiper-slide {
    padding: 0.625rem 0.5rem 0.625rem 0.5rem;
  }

  .pr-Slider .swiper-container .swiper-slide {
    padding: 0.625rem 0.625rem 0.9375rem 0.625rem;
  }

  .sm-overflow {
    overflow-x: auto;
  }

  .sm-overflow .table {
    width: 45rem;
  }

  .pr-Slider .swiper-container .swiper-slide {
    padding: 0.9375rem;
  }
}

@media screen and (max-width: 767px) {
  .swiper-container .swiper-slide {
    padding: 0.625rem 0.5rem 0.625rem 0.5rem;
  }

  .pr-Slider .swiper-container .swiper-slide {
    padding: 0.625rem 0.625rem 0.9375rem 0.625rem;
  }
}

/* css loader */
.loader-flex.pure-css-loader {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: inherit;
}
.pure-css-loader .lds-ring {
  display: inline-block;
  position: relative;
  width: 5rem;
  height: 5rem;
}
.pure-css-loader .lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 4rem;
  height: 4rem;
  margin: 0.5rem;
  border: 0.5rem solid #f6f6f6;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #f6f6f6 transparent transparent transparent;
}
.pure-css-loader .lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.pure-css-loader .lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.pure-css-loader .lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* /_ css loader */

.text-line-through {
  text-decoration: line-through;
}

.modal-footer.no-border-top {
  border-top: unset;
}

.swiper-slide .brand-card, .swiper-slide ._flavours-div {
  margin-bottom: 0;
}
.searchcard{
  text-decoration: none;
  color: #515151 !important;
}
.shadow-none{
  box-shadow: none !important;
}
.card .btn-link{
  border-radius: 0 !important;
}

.tabs-Overflow-X{
  overflow-x: auto; padding-bottom: 10px;
}
.tab-font-size{
  margin-bottom: 0 !important;
  border-bottom: solid 2px #eeeeee;
  width: -webkit-max-content;
  width: max-content;
  min-width: 100%;
}