body {
  font-family: Montserrat, sans-serif, Verdana;
}

body.offcanvas-active {
  overflow: hidden;
}

.h-auto {
  height: auto;
}

.h-100 {
  height: 100px;
}

.h-200 {
  height: 200px;
}

.h-250 {
  height: 250px;
}

.h-100p {
  height: 100%;
}

.btn {
  line-height: 2;
  font-weight: 500 !important;
}

.text-black {
  color: #000 !important;
}

.text-white {
  color: #fff !important;
}

.text-grey {
  color: #171717 !important;
}

.text-light-grey {
  color: #cfcfcf !important;
}

.text-triber {
  color: #d8345f !important;
}

a:hover {
  color: #d8345f;
}

a.text-white:hover {
  color: #d8345f !important;
}

a:hover .text-white {
  color: #d8345f !important
}

.create-your-mark:hover {
  color: #fff !important;
  background: #000;
}

.bold {
  font-weight: bold;
}

.thin {
  font-weight: 100;
}

.bg-dark {
  background-color: #171717 !important;
}

.bg-dark-grey {
  background-color: #444 !important;
}

.bg-light-grey {
  background-color: #f9f9f9 !important;
}

.bg-black {
  background-color: #2d2d2d !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-triber {
  background-color: #d8345f !important;
}

.bg-hover-black:hover {
  background-color: #171717 !important;
  color: #fff !important;
}

.bg-hover-triber:hover {
  background-color: #d8345f !important;
}

.bg-hover-border-triber:hover {
  background-color: transparent !important;
  border-color: #d8345f !important;
}

.btn-outline-light:hover {
  border-color: #d8345f !important;
}

.bg-black.bg-hover-triber:hover {
  color: #fff !important;
}

.btn {
  border-radius: 10px;
}

.btn-triber {
  border-radius: 10px;
  color: #fff;
  background-color: #d8345f;
}

.btn-triber-2 {
  border-radius: 10px;
  color: #000;
  background-color: #fff;
}

.btn-triber:hover {
  background-color: #000;
  color: #fff !important
}

.btn-triber-2:hover {
  background-color: #fff;
  color: #d8345f !important
}

.hp-container #hp-header .hp-header-top .hp-header-item li:hover:after {
  filter: invert(28%) sepia(100%) saturate(7526%) hue-rotate(326deg) brightness(80%) contrast(100%);
}

.hp-container #hp-header .hp-header-top .hp-header-item li:hover:before {
  filter: invert(28%) sepia(100%) saturate(7526%) hue-rotate(326deg) brightness(80%) contrast(100%);
}

.triber-section-header {
  position: relative
}

.triber-section-header:after {
  content: " ";
  display: inline-block;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 80%;
  height: 5px;
  background-color: #d8345f;
}

.list-group-item.active {
  background-color: #d8345f;
  border-color: #d8345f
}

.btn-triber.dropdown-toggle::after {
  right: 10px;
  position: absolute;
  top: 20px;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: #d8345f
}

.hp-container #hp-header .hp-header-bottom li .hp-header-bottom-a {
  line-height: 28px;
}

.triber-video {
  height: calc(100vh - 97px);
}

::placeholder {
  color: #eaeaea;
}

:-ms-input-placeholder {
  color: #eaeaea;
}

::-ms-input-placeholder {
  color: #eaeaea;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.create-brand-page .brand-info-box .box-title {
  width: 90%;
  min-height: 48px;
}

.mh-auto {
  min-height: auto;
}

.mh-100 {
  min-height: 100px;
}

.mh-200 {
  min-height: 200px;
}

.mh-250 {
  min-height: 250px;
}

.hp-container {
  max-width: 1600px;
}

.pointer {
  cursor: pointer;
}

.m-0 {
  margin: 0px;
}

.m-5 {
  margin: 5px;
}

.m-10 {
  margin: 10px;
}

.m-20 {
  margin: 20px;
}

.m-30 {
  margin: 30px;
}

.m-40 {
  margin: 40px;
}

.m-50 {
  margin: 50px;
}

.m-l-0 {
  margin-left: 0px;
}

.m-l-5 {
  margin-left: 5px;
}

.m-l-10 {
  margin-left: 10px;
}

.m-l-20 {
  margin-left: 20px;
}

.m-l-30 {
  margin-left: 30px;
}

.m-l-40 {
  margin-left: 40px;
}

.m-l-50 {
  margin-left: 50px;
}

.m-r-0 {
  margin-right: 0px;
}

.m-r-5 {
  margin-right: 5px;
}

.m-r-10 {
  margin-right: 10px;
}

.m-r-20 {
  margin-right: 20px;
}

.m-r-30 {
  margin-right: 30px;
}

.m-r-40 {
  margin-right: 40px;
}

.m-r-50 {
  margin-right: 50px;
}

.m-t-0 {
  margin-top: 0px;
}

.m-t-5 {
  margin-top: 5px;
}

.m-t-10 {
  margin-top: 10px;
}

.m-t-20 {
  margin-top: 20px;
}

.m-t-30 {
  margin-top: 30px;
}

.m-t-40 {
  margin-top: 40px;
}

.m-t-50 {
  margin-top: 50px;
}

.m-t-60 {
  margin-top: 60px;
}

.m-t-70 {
  margin-top: 70px;
}

.m-t-80 {
  margin-top: 80px;
}

.m-t-90 {
  margin-top: 90px;
}

.m-t-100 {
  margin-top: 100px;
}

.m-b-0 {
  margin-bottom: 0px;
}

.m-b-5 {
  margin-bottom: 5px;
}

.m-b-10 {
  margin-bottom: 10px;
}

.m-b-20 {
  margin-bottom: 20px;
}

.m-b-30 {
  margin-bottom: 30px;
}

.m-b-40 {
  margin-bottom: 40px;
}

.m-b-50 {
  margin-bottom: 50px;
}

.m-b-100 {
  margin-bottom: 100px;
}

.m-5p {
  margin: 5%;
}

.m-10p {
  margin: 10%;
}

.m-20p {
  margin: 20%;
}

.m-30p {
  margin: 30%;
}

.m-40p {
  margin: 40%;
}

.m-50p {
  margin: 50%;
}

.m-l-3p {
  margin-left: 3%;
}

.m-l-5p {
  margin-left: 5%;
}

.m-l-10p {
  margin-left: 10%;
}

.m-l-20p {
  margin-left: 20%;
}

.m-l-30p {
  margin-left: 30%;
}

.m-l-40p {
  margin-left: 40%;
}

.m-l-50p {
  margin-left: 50%;
}

.m-r-3p {
  margin-right: 3%;
}

.m-r-5p {
  margin-right: 5%;
}

.m-r-10p {
  margin-right: 10%;
}

.m-r-20p {
  margin-right: 20%;
}

.m-r-30p {
  margin-right: 30%;
}

.m-r-40p {
  margin-right: 40%;
}

.m-r-50p {
  margin-right: 50%;
}

.m-t-3p {
  margin-top: 3%;
}

.m-t-5p {
  margin-top: 5%;
}

.m-t-10p {
  margin-top: 10%;
}

.m-t-20p {
  margin-top: 20%;
}

.m-t-30p {
  margin-top: 30%;
}

.m-t-40p {
  margin-top: 40%;
}

.m-t-50p {
  margin-top: 50%;
}

.m-t-60p {
  margin-top: 60%;
}

.m-t-70p {
  margin-top: 70%;
}

.m-t-80p {
  margin-top: 80%;
}

.m-t-90p {
  margin-top: 90%;
}

.m-t-100p {
  margin-top: 100%;
}

.m-b-3p {
  margin-bottom: 3%;
}

.m-b-5p {
  margin-bottom: 5%;
}

.m-b-10p {
  margin-bottom: 10%;
}

.m-b-20p {
  margin-bottom: 20%;
}

.m-b-30p {
  margin-bottom: 30%;
}

.m-b-40p {
  margin-bottom: 40%;
}

.m-b-50p {
  margin-bottom: 50%;
}

.m-b-100p {
  margin-bottom: 100%;
}

.p-0 {
  padding: 0px;
}

.p-1 {
  padding: 1px;
}

.p-2 {
  padding: 2px;
}

.p-3 {
  padding: 3px;
}

.p-5 {
  padding: 5px;
}

.p-10 {
  padding: 10px;
}

.p-20 {
  padding: 20px;
}

.p-30 {
  padding: 30px;
}

.p-l-0 {
  padding-left: 0px;
}

.p-l-3 {
  padding-left: 3px;
}

.p-l-5 {
  padding-left: 5px;
}

.p-l-10 {
  padding-left: 10px;
}

.p-l-20 {
  padding-left: 20px;
}

.p-l-30 {
  padding-left: 30px;
}

.p-l-40 {
  padding-left: 40px;
}

.p-l-50 {
  padding-left: 50px;
}

.p-r-0 {
  padding-right: 0px;
}

.p-r-3 {
  padding-right: 3px;
}

.p-r-5 {
  padding-right: 5px;
}

.p-r-10 {
  padding-right: 10px;
}

.p-r-20 {
  padding-right: 20px;
}

.p-r-30 {
  padding-right: 30px;
}

.p-r-40 {
  padding-right: 40px;
}

.p-r-50 {
  padding-right: 50px;
}

.p-t-0 {
  padding-top: 0px;
}

.p-t-3 {
  padding-top: 3px;
}

.p-t-5 {
  padding-top: 5px;
}

.p-t-10 {
  padding-top: 10px;
}

.p-t-20 {
  padding-top: 20px;
}

.p-t-30 {
  padding-top: 30px;
}

.p-t-40 {
  padding-top: 40px;
}

.p-t-50 {
  padding-top: 50px;
}

.p-t-100 {
  padding-top: 100px;
}

.p-b-0 {
  padding-bottom: 0px;
}

.p-b-3 {
  padding-bottom: 3px;
}

.p-b-5 {
  padding-bottom: 5px;
}

.p-b-10 {
  padding-bottom: 10px;
}

.p-b-20 {
  padding-bottom: 20px;
}

.p-b-30 {
  padding-bottom: 30px;
}

.p-b-40 {
  padding-bottom: 40px;
}

.p-b-50 {
  padding-bottom: 50px;
}

.p-b-100 {
  padding-bottom: 100px;
}

.p-1p {
  padding: 1%;
}

.p-2p {
  padding: 2%;
}

.p-3p {
  padding: 3%;
}

.p-5p {
  padding: 5%;
}

.p-10p {
  padding: 10%;
}

.p-20p {
  padding: 20%;
}

.p-30p {
  padding: 30%;
}

.p-l-3p {
  padding-left: 3%;
}

.p-l-5p {
  padding-left: 5%;
}

.p-l-10p {
  padding-left: 10%;
}

.p-l-20p {
  padding-left: 20%;
}

.p-l-30p {
  padding-left: 30%;
}

.p-l-40p {
  padding-left: 40%;
}

.p-l-50p {
  padding-left: 50%;
}

.p-r-3p {
  padding-right: 3%;
}

.p-r-5p {
  padding-right: 5%;
}

.p-r-10p {
  padding-right: 10%;
}

.p-r-20p {
  padding-right: 20%;
}

.p-r-30p {
  padding-right: 30%;
}

.p-r-40p {
  padding-right: 40%;
}

.p-r-50p {
  padding-right: 50%;
}

.p-t-3p {
  padding-top: 3%;
}

.p-t-5p {
  padding-top: 5%;
}

.p-t-10p {
  padding-top: 10%;
}

.p-t-20p {
  padding-top: 20%;
}

.p-t-30p {
  padding-top: 30%;
}

.p-t-40p {
  padding-top: 40%;
}

.p-t-50p {
  padding-top: 50%;
}

.p-t-100p {
  padding-top: 100%;
}

.p-b-3p {
  padding-bottom: 3%;
}

.p-b-5p {
  padding-bottom: 5%;
}

.p-b-10p {
  padding-bottom: 10%;
}

.p-b-20p {
  padding-bottom: 20%;
}

.p-b-30p {
  padding-bottom: 30%;
}

.p-b-40p {
  padding-bottom: 40%;
}

.p-b-50p {
  padding-bottom: 50%;
}

.p-b-100p {
  padding-bottom: 100%;
}

.fs-9 {
  font-size: 9px !important;
}

.fs-10 {
  font-size: 10px !important;
}

.fs-11 {
  font-size: 11px !important;
}

.fs-12 {
  font-size: 12px !important;
}

.fs-13 {
  font-size: 13px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-18 {
  font-size: 18px !important;
}

.fs-20 {
  font-size: 20px !important;
}

.fs-22 {
  font-size: 22px !important;
}

.fs-24 {
  font-size: 24px !important;
}

.fs-25 {
  font-size: 25px !important;
}

.fs-28 {
  font-size: 28px !important;
}

.fs-30 {
  font-size: 30px !important;
}

.fs-32 {
  font-size: 32px !important;
}

.fs-35 {
  font-size: 35px !important;
}

.fs-36 {
  font-size: 36px !important;
}

.fs-40 {
  font-size: 40px !important;
}

.fs-45 {
  font-size: 45px !important;
}

.fs-50 {
  font-size: 50px !important;
}

.fs-60 {
  font-size: 60px !important;
}

.b-rad-15 {
  border-radius: 15px;
}

.b-rad-25 {
  border-radius: 25px;
}

.b-rad-35 {
  border-radius: 35px;
}

.horizontal-scroll::-webkit-scrollbar {
  display: none;
}

.hp-container .by-the-designers .subcategories li.active a {
  border-bottom: 4px solid #d8345f;
  color: #d8345f !important;
}

.social a i {
  width: 40px;
  height: 40px;
  line-height: 40px;
}

footer {
  margin-top: 0px;
  border-top: 0px;
  background-color: #171717;
}

footer a {
  color: #fff;
}

.footer-top {
  background-image: url("../../uploads/footer-face.png");
  background-size: auto 80%;
  background-position: right center;
  background-repeat: no-repeat;
  background-color: transparent;
}

.footer-top-clean {
  background-color: #171717;
}

.p-detail-info-list li:before {
  font-size: 12px;
  top: 0px;
}

.p-detail-info-list {
  padding-left: 20px;
}

.hp-container .by-the-designers .subcategories li>a {
  margin: 54px 0px;
}

.hp-container .hp-shopping-list .hp-shopping-list-item .hp-shopping-list-info:after {
  left: 4px;
  bottom: 4px;
  right: 4px;
}

.hp-container .by-the-designers .hs-cover-item img {
  width: auto;
}

.embed-container {
  padding-bottom: calc(var(--video--height) / var(--video--width) * 75%);
}

.stk-header {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAAXNSR0IArs4c6QAAABZJREFUGFdjZEADjFD+fyjNiFMArhEARd4CBSFQSzYAAAAASUVORK5CYII=) repeat;
}

.cart-count {
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  background: #d8345f;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  margin-top: -5px;
}

.cart-icon:hover .cart-count {
  background: #fff;
}

.accordion-button:focus {
  box-shadow: none;
}

@media only screen and (max-width: 480px) {
  .hp-donation-content .d-icon-3 {
    right: 10px;
    opacity: 0.3;
  }

  .hp-donation-content .d-icon-2 {
    right: 10px;
    bottom: -40px;
    width: 140px;
    opacity: 0.5;
  }

  .hp-donation-brands .d-icon-5 {
    right: -10px;
    bottom: 240px;
    width: 110px;
    opacity: 0.5;
  }

  .hp-donation-house-content .d-icon-4 {
    right: -10px;
  }

  .hp-container #hp-header .hp-header-top {
    margin-bottom: 0px;
  }

  .hp-container {
    width: 90%;
  }

  .xs-fs-8 {
    font-size: 8px !important;
  }

  .xs-fs-9 {
    font-size: 9px !important;
  }

  .xs-fs-10 {
    font-size: 10px !important;
  }

  .xs-fs-11 {
    font-size: 11px !important;
  }

  .xs-fs-12 {
    font-size: 12px !important;
  }

  .xs-fs-13 {
    font-size: 13px !important;
  }

  .xs-fs-14 {
    font-size: 14px !important;
  }

  .xs-fs-16 {
    font-size: 16px !important;
  }

  .xs-fs-18 {
    font-size: 18px !important;
  }

  .xs-fs-20 {
    font-size: 20px !important;
  }

  .xs-fs-22 {
    font-size: 22px !important;
  }

  .xs-fs-24 {
    font-size: 24px !important;
  }

  .xs-fs-25 {
    font-size: 25px !important;
  }

  .xs-fs-28 {
    font-size: 28px !important;
  }

  .xs-fs-30 {
    font-size: 30px !important;
  }

  .xs-fs-32 {
    font-size: 32px !important;
  }

  .xs-fs-35 {
    font-size: 35px !important;
  }

  .xs-fs-36 {
    font-size: 36px !important;
  }

  .xs-fs-40 {
    font-size: 40px !important;
  }

  .xs-fs-45 {
    font-size: 45px !important;
  }

  .xs-fs-50 {
    font-size: 50px !important;
  }

  .xs-fs-55 {
    font-size: 55px !important;
  }

  .xs-fs-60 {
    font-size: 60px !important;
  }

  .xs-m-0 {
    margin: 0px !important;
  }

  .xs-m-5 {
    margin: 5px !important;
  }

  .xs-m-10 {
    margin: 10px !important;
  }

  .xs-m-20 {
    margin: 20px !important;
  }

  .xs-m-30 {
    margin: 30px !important;
  }

  .xs-m-40 {
    margin: 40px !important;
  }

  .xs-m-50 {
    margin: 50px !important;
  }

  .xs-m-l-0 {
    margin-left: 0px !important;
  }

  .xs-m-l-5 {
    margin-left: 5px !important;
  }

  .xs-m-l-10 {
    margin-left: 10px !important;
  }

  .xs-m-l-20 {
    margin-left: 20px !important;
  }

  .xs-m-l-30 {
    margin-left: 30px !important;
  }

  .xs-m-l-40 {
    margin-left: 40px !important;
  }

  .xs-m-l-50 {
    margin-left: 50px !important;
  }

  .xs-m-r-0 {
    margin-right: 0px !important;
  }

  .xs-m-r-5 {
    margin-right: 5px !important;
  }

  .xs-m-r-10 {
    margin-right: 10px !important;
  }

  .xs-m-r-20 {
    margin-right: 20px !important;
  }

  .xs-m-r-30 {
    margin-right: 30px !important;
  }

  .xs-m-r-40 {
    margin-right: 40px !important;
  }

  .xs-m-r-50 {
    margin-right: 50px !important;
  }

  .xs-m-t-0 {
    margin-top: 0px !important;
  }

  .xs-m-t-5 {
    margin-top: 5px !important;
  }

  .xs-m-t-10 {
    margin-top: 10px !important;
  }

  .xs-m-t-20 {
    margin-top: 20px !important;
  }

  .xs-m-t-30 {
    margin-top: 30px !important;
  }

  .xs-m-t-40 {
    margin-top: 40px !important;
  }

  .xs-m-t-50 {
    margin-top: 50px !important;
  }

  .xs-m-t-60 {
    margin-top: 60px !important;
  }

  .xs-m-t-70 {
    margin-top: 70px !important;
  }

  .xs-m-t-80 {
    margin-top: 80px !important;
  }

  .xs-m-t-90 {
    margin-top: 90px !important;
  }

  .xs-m-t-100 {
    margin-top: 100px !important;
  }

  .xs-m-b-0 {
    margin-bottom: 0px !important;
  }

  .xs-m-b-5 {
    margin-bottom: 5px !important;
  }

  .xs-m-b-10 {
    margin-bottom: 10px !important;
  }

  .xs-m-b-20 {
    margin-bottom: 20px !important;
  }

  .xs-m-b-30 {
    margin-bottom: 30px !important;
  }

  .xs-m-b-40 {
    margin-bottom: 40px !important;
  }

  .xs-m-b-50 {
    margin-bottom: 50px !important;
  }

  .xs-m-b-100 {
    margin-bottom: 100px !important;
  }

  .xs-p-0 {
    padding: 0px !important;
  }

  .xs-p-1 {
    padding: 1px !important;
  }

  .xs-p-2 {
    padding: 2px !important;
  }

  .xs-p-3 {
    padding: 3px !important;
  }

  .xs-p-5 {
    padding: 5px !important;
  }

  .xs-p-10 {
    padding: 10px !important;
  }

  .xs-p-20 {
    padding: 20px !important;
  }

  .xs-p-30 {
    padding: 30px !important;
  }

  .xs-p-l-0 {
    padding-left: 0px !important;
  }

  .xs-p-l-5 {
    padding-left: 5px !important;
  }

  .xs-p-l-10 {
    padding-left: 10px !important;
  }

  .xs-p-l-20 {
    padding-left: 20px !important;
  }

  .xs-p-l-30 {
    padding-left: 30px !important;
  }

  .xs-p-l-40 {
    padding-left: 40px !important;
  }

  .xs-p-l-50 {
    padding-left: 50px !important;
  }

  .xs-p-r-0 {
    padding-right: 0px !important;
  }

  .xs-p-r-5 {
    padding-right: 5px !important;
  }

  .xs-p-r-10 {
    padding-right: 10px !important;
  }

  .xs-p-r-20 {
    padding-right: 20px !important;
  }

  .xs-p-r-30 {
    padding-right: 30px !important;
  }

  .xs-p-r-40 {
    padding-right: 40px !important;
  }

  .xs-p-r-50 {
    padding-right: 50px !important;
  }

  .xs-p-t-0 {
    padding-top: 0px !important;
  }

  .xs-p-t-10 {
    padding-top: 10px !important;
  }

  .xs-p-t-20 {
    padding-top: 20px !important;
  }

  .xs-p-t-30 {
    padding-top: 30px !important;
  }

  .xs-p-t-40 {
    padding-top: 40px !important;
  }

  .xs-p-t-50 {
    padding-top: 50px !important;
  }

  .xs-p-t-100 {
    padding-top: 100px !important;
  }

  .xs-p-b-0 {
    padding-bottom: 0px !important;
  }

  .xs-p-b-10 {
    padding-bottom: 10px !important;
  }

  .xs-p-b-20 {
    padding-bottom: 20px !important;
  }

  .xs-p-b-30 {
    padding-bottom: 30px !important;
  }

  .xs-p-b-40 {
    padding-bottom: 40px !important;
  }

  .xs-p-b-50 {
    padding-bottom: 50px !important;
  }

  .xs-p-b-100 {
    padding-bottom: 100px !important;
  }

  .xs-text-left {
    text-align: left;
  }

  .xs-text-right {
    text-align: right;
  }

  .xs-w-100 {
    width: 100% !important;
  }

  .xs-b-rad-15 {
    border-radius: 15px;
  }

  .xs-b-rad-25 {
    border-radius: 25px;
  }

  .xs-b-rad-35 {
    border-radius: 35px;
  }

  .hp-container .by-the-designers .by-the-designers-h3,
  .hp-container .hp-shopping-list .hp-shopping-list-h3,
  .hp-donation .hp-donation-h3,
  .hp-donation .hp-donation-bottom .hp-donation-brands .hp-donation-brands-h3,
  .shop-of-the-week .shop-of-the-week-h3 {
    font-size: 40px;
  }

  .hp-container .hp-create-your-brand h2,
  .hp-container .hp-create-your-brand .h2 {
    font-size: 40px;
  }

  .hp-container .hp-create-your-brand .hp-create-your-brand-item .hp-create-your-brand-h6 {
    font-size: 24px;
  }

  .hp-container .hp-create-your-brand h2,
  .hp-container .hp-create-your-brand .h2 {
    margin-top: 10px;
  }

  .shop-of-the-week .shop-of-the-week-h3 {
    width: auto;
  }

  .hp-donation .hp-donation-bottom .hp-donation-brands {
    padding-left: 0px;
  }

  .hp-donation .hp-donation-bottom .hp-donation-brands .hp-donation-brands-h3 {
    width: auto;
  }

  .hp-donation section>img,
  .hp-donation .hp-donation-icon {
    width: auto;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    background: #fff;
  }

  .hp-container .hp-create-your-brand .hp-create-your-brand-p1 {
    width: 100%;
  }

  .hp-create-your-brand .face-icon {
    opacity: 0.3;
    top: 13%;
  }

  .hp-create-your-brand .girl-icon {
    display: none;
  }

  .hp-create-your-brand .eye-icon {
    left: 10%;
    opacity: 0.3;
    top: 20%;
  }

  .hp-container #hp-header .hp-header-top img {
    margin-top: 20px;
  }

  .hp-container #hp-header .hp-header-top ul {
    margin-top: 20px;
    width: 100%;
    display: flex;
  }

  .hp-container #hp-header .hp-header-top li {
    float: none;
    width: 100%;
  }

  .hp-container #hp-header .hp-header-top li:nth-of-type(2) {
    text-align: right;
  }

  .hp-container .hp-create-your-brand h2 .hp-line-two {
    width: auto;
  }

  .mobile-menu ul li a {
    color: #fff;
  }

  .list-item {
    height: 140px !important;
  }

  .hp-container .hp-shopping-list .hp-shopping-list-item .hp-shopping-list-info p {
    font-size: 16px;
  }

  .hp-create-your-brand .fourline-icon {
    top: 520px;
  }

  .hp-create-your-brand .line-icon {
    opacity: 0.5;
  }

  .hp-container #hp-header .hp-header-top img {
    float: none;
  }

  .mobile-offcanvas {
    visibility: hidden;
    transform: translateX(-100%);
    border-radius: 0;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1200;
    width: 80%;
    overflow-y: scroll;
    overflow-x: hidden;
    transition: visibility 0.3s ease-in-out, transform 0.3s ease-in-out;
  }

  .mobile-offcanvas.show {
    visibility: visible;
    transform: translateX(0);
  }

  .mobile-offcanvas .container,
  .mobile-offcanvas .container-fluid {
    display: block;
  }

  .mobile-offcanvas {
    display: block !important;
  }

  .mobile-offcanvas li a {
    color: #fff;
  }

  .footer-top {
    background-size: auto 40%;
  }

  .hp-container .by-the-designers .hs-cover-item img {
    height: 280px;
  }

  .hp-container .by-the-designers .hs-cover-item {
    width: 280px;
    margin-right: 2px;
  }

  .hp-container .by-the-designers .subcategories li>a {
    margin-bottom: 22px;
  }

  .heading-txt-one {
    margin-top: 10px;
    line-height: 100px;
  }

  .heading-txt-four {
    line-height: 100px;
  }

  .heading-txt-four {
    margin-bottom: 0px;
  }

  .heading-txt-three {
    line-height: 100px;
  }

  .header-fa-angle {
    margin-top: 5px;
  }

  .triber-video {
    top: 0px;
    height: calc(100vh - 97px);
  }

  .embed-container {
    padding-bottom: 0px;
    height: calc(100vh - 107px);
  }

  .embed-container video {
    object-fit: cover;
    object-position: center center;
  }

  .stk-header {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAAXNSR0IArs4c6QAAABdJREFUGFdjZEACjFD2fwYGBkYYBywGABJxAQSVNVWFAAAAAElFTkSuQmCC) repeat;
  }

  .create-your-mark {
    height: auto;
    padding: 10px 20px;
  }

  .cart-count {
    top: -15px;
    right: -15px;
  }
}

@media only screen and (max-width:1024px) and (min-width:480px) {
  .sm-fs-8 {
    font-size: 8px !important;
  }

  .sm-fs-9 {
    font-size: 9px !important;
  }

  .sm-fs-10 {
    font-size: 10px !important;
  }

  .sm-fs-11 {
    font-size: 11px !important;
  }

  .sm-fs-12 {
    font-size: 12px !important;
  }

  .sm-fs-13 {
    font-size: 13px !important;
  }

  .sm-fs-14 {
    font-size: 14px !important;
  }

  .sm-fs-16 {
    font-size: 16px !important;
  }

  .sm-fs-18 {
    font-size: 18px !important;
  }

  .sm-fs-20 {
    font-size: 20px !important;
  }

  .sm-fs-22 {
    font-size: 22px !important;
  }

  .sm-fs-24 {
    font-size: 24px !important;
  }

  .sm-fs-25 {
    font-size: 25px !important;
  }

  .sm-fs-28 {
    font-size: 28px !important;
  }

  .sm-fs-30 {
    font-size: 30px !important;
  }

  .sm-fs-32 {
    font-size: 32px !important;
  }

  .sm-fs-35 {
    font-size: 35px !important;
  }

  .sm-fs-36 {
    font-size: 36px !important;
  }

  .sm-fs-40 {
    font-size: 40px !important;
  }

  .sm-fs-45 {
    font-size: 45px !important;
  }

  .sm-fs-50 {
    font-size: 50px !important;
  }

  .sm-fs-55 {
    font-size: 55px !important;
  }

  .sm-fs-60 {
    font-size: 60px !important;
  }
}

.success-checkmark {
  width: 80px;
  height: 115px;
  margin: 0 auto;
}

.success-checkmark .check-icon {
  width: 80px;
  height: 80px;
  position: relative;
  border-radius: 50%;
  box-sizing: content-box;
  border: 4px solid #4caf50;
}

.success-checkmark .check-icon::before {
  top: 3px;
  left: -2px;
  width: 30px;
  transform-origin: 100% 50%;
  border-radius: 100px 0 0 100px;
}

.success-checkmark .check-icon::after {
  top: 0;
  left: 30px;
  width: 60px;
  transform-origin: 0 50%;
  border-radius: 0 100px 100px 0;
  animation: rotate-circle 4.25s ease-in;
}

.success-checkmark .check-icon::before,
.success-checkmark .check-icon::after {
  content: "";
  height: 100px;
  position: absolute;
  background: #ffffff;
  transform: rotate(-45deg);
}

.success-checkmark .check-icon .icon-line {
  height: 5px;
  background-color: #4caf50;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 10;
}

.success-checkmark .check-icon .icon-line.line-tip {
  top: 46px;
  left: 14px;
  width: 25px;
  transform: rotate(45deg);
  animation: icon-line-tip 0.75s;
}

.success-checkmark .check-icon .icon-line.line-long {
  top: 38px;
  right: 8px;
  width: 47px;
  transform: rotate(-45deg);
  animation: icon-line-long 0.75s;
}

.success-checkmark .check-icon .icon-circle {
  top: -4px;
  left: -4px;
  z-index: 10;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: absolute;
  box-sizing: content-box;
  border: 4px solid rgba(76, 175, 80, 0.5);
}

.success-checkmark .check-icon .icon-fix {
  top: 8px;
  width: 5px;
  left: 26px;
  z-index: 1;
  height: 85px;
  position: absolute;
  transform: rotate(-45deg);
  background-color: #ffffff;
}

.screen-darken {
  height: 100%;
  width: 0%;
  z-index: 30;
  position: fixed;
  top: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(34, 34, 34, 0.6);
  transition: opacity 0.2s linear, visibility 0.2s, width 2s ease-in;
}

.screen-darken.active {
  z-index: 10;
  transition: opacity 0.3s ease, width 0s;
  opacity: 1;
  width: 100%;
  visibility: visible;
}

.store-categories .list-group-item {
  background: transparent;
  color: #fff;
}

.form-check-label {
  color: #909090;
}

.form-control {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

.signin-divider {
  border-top: 1px solid #dbdbdb;
}

.hp-container.brand-header {
  border-radius: 0px 0px 25px 25px;
}

.product-box {
  border-radius: 25px;
  box-shadow: 0px 0px 5px 0px #efefef
}

.product-box .image-main {
  border-radius: 25px 25px 0px 0px;
}

@media(min-width:720px) {
  .product-box .image-main {
    transform: scale(0.95);
    transition: transform .2s;
  }

  a.product-box:hover .image-main {
    transform: scale(1) !important;
  }
}

@media(max-width:768px) {
  .hp-container.brand-header {
    border-radius: 0px;
  }

  .product-box {
    box-shadow: none !important
  }

  .triber-video {
    height: 90vh;
  }
}

@keyframes rotate-circle {
  0% {
    transform: rotate(-45deg);
  }

  5% {
    transform: rotate(-45deg);
  }

  12% {
    transform: rotate(-405deg);
  }

  100% {
    transform: rotate(-405deg);
  }
}

@keyframes icon-line-tip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }

  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }

  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }

  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }

  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}

@keyframes icon-line-long {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }

  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }

  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }

  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}