.svg-icon-primary {
  fill: #6e7f6e; }

.svg-icon-text {
  fill: #2d2d2d; }

.svg-icon-accent {
  fill: #c17c38;
  color: #c17c38; }

.svg-icon-invert {
  fill: #ffffff; }

.svg-stroke-primary {
  stroke: #6e7f6e; }

.svg-stroke-text {
  stroke: #2d2d2d; }

.svg-stroke-invert {
  stroke: #ffffff; }

.section-title {
  padding: 30px 20px; }

.breadcrumbs, .form-group, .instafeed-title, .social-share, .product-description, .contact-item, .element-footer {
  margin-bottom: 20px; }

.head-light, .head-dark,
.head-primary, .swiper-text {
  transition: all 0.5s ease; }

body, .btn-line, .form-control, .form-select, .swiper-pagination-fraction, .btn-primary {
  font-size: 14px; }

body {
  color: #2d2d2d;
  font-family: "Poppins", Sans-serif;
  background-color: #ffffff; }

.section-product-detail,
.section-cart-detail {
  border-top: 1px solid rgba(45, 45, 45, 0.14);
  border-bottom: 1px solid rgba(45, 45, 45, 0.14); }

.placeholder-container {
  background-color: rgba(45, 45, 45, 0.1); }

.placeholder-color {
  background-color: rgba(45, 45, 45, 0.07); }

.placeholder-icon svg {
  fill: rgba(45, 45, 45, 0.2); }

.placeholder-page {
  background: #2d2d2d; }
  .placeholder-page:hover, .placeholder-page.active {
    background: #6e7f6e;
    opacity: 0.8; }

.placeholder-shine,
.placeholder-fade {
  background-color: rgba(45, 45, 45, 0.2); }

.spinner-ellipsis, .spinner-ellipsis-invert {
  position: relative;
  width: 18px;
  height: 18px;
  margin: -30px auto 50px auto;
  border-radius: 50%;
  -webkit-animation: spinner-ellipsis 0.9s ease alternate infinite;
  -ms-animation: spinner-ellipsis 0.9s ease alternate infinite;
  -moz-animation: spinner-ellipsis 0.9s ease alternate infinite;
  -o-animation: spinner-ellipsis 0.9s ease alternate infinite;
  animation: spinner-ellipsis 0.9s ease alternate infinite;
  animation-delay: 0.36s;
  -webkit-animation-delay: 0.36s;
  -ms-animation-delay: 0.36s;
  -moz-animation-delay: 0.36s;
  -o-animation-delay: 0.36s;
  animation-delay: 0.36s; }
  .spinner-ellipsis:after, .spinner-ellipsis-invert:after, .spinner-ellipsis:before, .spinner-ellipsis-invert:before {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    -webkit-animation: spinner-ellipsis 0.9s ease alternate infinite;
    -ms-animation: spinner-ellipsis 0.9s ease alternate infinite;
    -moz-animation: spinner-ellipsis 0.9s ease alternate infinite;
    -o-animation: spinner-ellipsis 0.9s ease alternate infinite;
    animation: spinner-ellipsis 0.9s ease alternate infinite; }
  .spinner-ellipsis:before, .spinner-ellipsis-invert:before {
    left: -30px;
    -webkit-animation-delay: 0.18s;
    -ms-animation-delay: 0.18s;
    -moz-animation-delay: 0.18s;
    -o-animation-delay: 0.18s;
    animation-delay: 0.18s; }
  .spinner-ellipsis:after, .spinner-ellipsis-invert:after {
    right: -30px;
    -webkit-animation-delay: 0.54s;
    -ms-animation-delay: 0.54s;
    -moz-animation-delay: 0.54s;
    -o-animation-delay: 0.54s;
    animation-delay: 0.54s; }

@keyframes spinner-ellipsis {
  0% {
    box-shadow: 0 28px 0 -28px rgba(45, 45, 45, 0.2); }
  100% {
    box-shadow: 0 28px 0 rgba(45, 45, 45, 0.2); } }
.spinner-ellipsis-invert {
  animation: spinner-ellipsis-invert 0.9s ease alternate infinite;
  animation-delay: 0.36s; }
  .spinner-ellipsis-invert:after, .spinner-ellipsis-invert:before {
    animation: spinner-ellipsis-invert 0.9s ease alternate infinite; }

@keyframes spinner-ellipsis-invert {
  0% {
    box-shadow: 0 28px 0 -28px #ffffff; }
  100% {
    box-shadow: 0 28px 0 #ffffff; } }
.divider {
  margin-top: 20px;
  margin-bottom: 20px;
  clear: both;
  border-bottom: 1px solid rgba(45, 45, 45, 0.1); }
  .divider-full-width {
    margin-left: -10px;
    margin-right: -10px; }

.h1-huge {
  font-size: 60px;
  font-weight: bold; }

h1,
.h1 {
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px; }

h2,
.h2 {
  font-size: 40px;
  font-weight: 700; }

h3,
.h3 {
  font-size: 22px;
  line-height: 1.4;
  font-weight: 300; }

h4,
.h4 {
  font-size: 18px;
  font-weight: normal; }

h5,
.h5 {
  font-size: 16px;
  font-weight: normal; }

h6,
.h6 {
  font-size: 14px;
  font-weight: normal; }

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

.breadcrumbs {
  font-size: 12px;
  font-weight: 300; }
  .breadcrumbs .divider {
    margin: 0 5px; }

.section-title {
  text-align: center;
  background-color: rgba(45, 45, 45, 0.03); }
  .section-title * {
    margin: 0; }
  .section-title.transparent {
    background-color: transparent; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 0;
  font-family: "Poppins", Sans-serif; }

.text-primary {
  color: #6e7f6e; }

.text-secondary {
  color: #ffffff; }

.text-foreground {
  color: #2d2d2d; }

.text-accent {
  color: #c17c38; }

.font-small {
  font-size: 12px; }

.font-secondary {
  font-family: "Poppins", Sans-serif; }

.btn {
  position: relative;
  text-decoration: none;
  text-align: center;
  border: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-transform: uppercase;
  background: none;
  white-space: normal;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }
  .btn:hover, .btn:focus {
    outline: 0;
    opacity: 0.8; }
  .btn[disabled], .btn.disabled, .btn[disabled]:hover, .btn.disabled:hover {
    opacity: 0.8;
    cursor: not-allowed;
    outline: 0; }
  .btn-default {
    height: 40px;
    padding: 12px 15px;
    background-color: rgba(45, 45, 45, 0.14);
    color: #2d2d2d; }
  .btn-primary {
    display: block;
    margin: 0 auto;
    padding: 15px 20px 15px 20px; }
  .btn-block {
    float: left;
    width: 100%; }
  .btn-small {
    display: inline-block;
    padding: 10px;
    letter-spacing: 2px; }
  .btn-medium {
    padding: 10px 10px 10px 14px;
    font-size: 14px; }
  .btn-line {
    padding: 10px 0;
    color: #ffffff;
    letter-spacing: 4px;
    border-bottom: 2px solid; }
    .btn-line.btn-line-primary {
      color: #6e7f6e;
      border-color: #6e7f6e; }
  .btn-icon {
    padding: 5px; }
  .btn-facebook .svg-fb-icon {
    position: relative;
    bottom: -7px;
    height: 26px;
    fill: #1977f2; }

button {
  cursor: pointer; }
  button:focus {
    outline: 0;
    opacity: 0.8; }

.btn-collapse {
  height: 40px;
  font-size: 12px;
  line-height: 40px;
  cursor: pointer; }

.collapse-container {
  width: 100%;
  padding: 0 10px;
  border: 1px solid rgba(45, 45, 45, 0.14); }

.btn-smallest {
  height: auto;
  padding: 5px 12px;
  font-size: 12px; }

a {
  color: #2d2d2d;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }
  a:hover, a:focus {
    color: rgba(45, 45, 45, 0.5); }

.link-contrast {
  color: #ffffff; }
  .link-contrast:hover, .link-contrast:focus {
    color: rgba(255, 255, 255, 0.8); }

.btn-link {
  color: #2d2d2d;
  cursor: pointer; }
  .btn-link-primary {
    color: #6e7f6e; }
  .btn-link:hover, .btn-link:focus {
    color: #6e7f6e; }
  .btn-link.toggled {
    color: #6e7f6e; }
    .btn-link.toggled > i,
    .btn-link.toggled > svg {
      color: #6e7f6e;
      fill: #6e7f6e; }

.modal {
  color: #2d2d2d;
  background-color: #ffffff; }
  .modal-close {
    fill: #2d2d2d; }
  .modal i {
    fill: #2d2d2d;
    color: #2d2d2d; }
  .modal-right .modal-header {
    background: #ffffff; }

input,
textarea {
  font-family: "Poppins", Sans-serif; }

.form-group .alert {
  margin: 10px 0 0 0; }
.form-group-box {
  margin: 0; }

.form-label {
  width: 100%;
  margin-bottom: 10px; }

.form-control {
  display: block;
  padding: 12px;
  width: 100%;
  font-size: 16px;
  /* Hack to avoid autozoom on iOS mobile */
  border: 1px solid rgba(45, 45, 45, 0.14);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #2d2d2d;
  background-color: #ffffff; }
  .form-control:not(textarea) {
    height: 40px; }
    .form-control:not(textarea).small {
      height: 32px; }
  .form-control:focus {
    outline: 0; }
  .form-control-inline {
    display: inline; }

.form-control::-webkit-input-placeholder, .form-control::-moz-placeholder, .form-control::-moz-placeholder, .form-control:-ms-input-placeholder {
  color: #2d2d2d;
  opacity: .5; }

.form-select {
  display: block;
  padding: 10px 30px 10px 10px;
  width: 100%;
  min-width: 60px;
  font-size: 16px;
  /* Hack to avoid autozoom on iOS mobile */
  border: 1px solid rgba(45, 45, 45, 0.14);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #2d2d2d;
  background-color: #ffffff; }
  .form-select.small {
    padding: 5px 8px; }
  .form-select:focus {
    outline: 0; }
  .form-select::-ms-expand {
    display: none; }

.form-quantity {
  height: 39px;
  padding: 0 5px;
  border: 1px solid rgba(45, 45, 45, 0.14); }
  .form-quantity .form-control {
    height: 37px;
    padding: 10px;
    border: 0;
    -webkit-appearance: none; }
  .form-quantity .btn {
    ms-flex: 0 0 30px;
    flex: 0 0 30px;
    height: 30px; }
    .form-quantity .btn svg {
      margin-top: 5px; }

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

.radio-button .radio-button-icon {
  background-size: 200% 200%;
  background-image: linear-gradient(to top, #2d2d2d 50%, transparent 50%);
  border: 2px solid #2d2d2d;
  -webkit-transition: all 0.09s ease-in;
  -ms-transition: all 0.09s ease-in;
  -moz-transition: all 0.09s ease-in;
  -o-transition: all 0.09s ease-in;
  transition: all 0.09s ease-in;
  box-shadow: 0 0 1px 2px inset #fff; }

input[type="radio"]:checked + .radio-button-content .radio-button-icon {
  background-image: linear-gradient(to top, #6e7f6e 51%, transparent 50%);
  background-position: 0 100%; }
input[type="radio"]:checked + .radio-button-content .shipping-price {
  color: #6e7f6e; }
  input[type="radio"]:checked + .radio-button-content .shipping-price.shipping-price-free {
    color: #c17c38; }

.alert-danger, .alert-error {
  color: #cc4845;
  border: 1px solid #cc4845; }
.alert-warning {
  color: #e68b26;
  border: 1px solid #e68b26; }
.alert-info {
  color: #2d2d2d;
  border: 1px solid #2d2d2d; }
.alert-success {
  color: #3caf65;
  border: 1px solid #3caf65; }
.alert-primary {
  border: 1px solid #6e7f6e;
  color: #6e7f6e; }

.notification-primary {
  color: #6e7f6e;
  background-color: #ffffff; }

.notification-secondary {
  padding: 12px 0;
  background: #f7f7f7;
  color: rgba(45, 45, 45, 0.8); }

.notification-danger {
  color: #D42007;
  fill: #D42007; }

.table {
  background-color: #ffffff;
  color: #2d2d2d; }
  .table tbody tr:nth-child(odd) {
    background-color: rgba(45, 45, 45, 0.05); }
  .table th {
    padding: 8px;
    text-align: left; }

.tab-group {
  border-bottom: 1px solid rgba(45, 45, 45, 0.1); }
  .tab-group .tab-link {
    color: #2d2d2d; }
  .tab-group .tab.active .tab-link {
    border-bottom: 2px solid rgba(110, 127, 110, 0.5);
    color: #6e7f6e; }

.label {
  background: rgba(45, 45, 45, 0.3); }
  .label.label-accent {
    background: #c17c38;
    color: #ffffff; }

.card {
  background-color: #ffffff; }

.swiper-pagination-bullet-active {
  background-color: #2d2d2d; }

.swiper-pagination-fraction {
  background-color: rgba(45, 45, 45, 0.2);
  color: #2d2d2d; }

.swiper-dark {
  color: #2d2d2d; }
  .swiper-dark .btn-line {
    color: #2d2d2d;
    border-color: #2d2d2d; }

.swiper-light {
  color: #ffffff; }
  .swiper-light .btn-line {
    color: #ffffff;
    border-color: #ffffff; }

.swiper-title {
  font-family: "Poppins", Sans-serif; }

.textbanner {
  background-color: #2d2d2d; }

.video-player {
  color: #ffffff;
  background-color: rgba(45, 45, 45, 0.5); }
  .video-player:hover {
    background-color: rgba(45, 45, 45, 0.1); }
  .video-player-content {
    stroke: #ffffff; }

.video-player-icon {
  color: #ffffff; }

.embed-responsive {
  background: #2d2d2d; }

.instafeed-title {
  color: #ffffff; }

.instafeed-info {
  color: #ffffff; }

.category-image-container .category-image,
.category-image-container .category-image-wrap {
  background-color: #2d2d2d; }
.category-image-container .category-name {
  color: white; }

.item-name {
  font-family: "Poppins", Sans-serif; }

.item-link {
  color: #2d2d2d; }

.item-colors-bullet {
  border: 1px solid rgba(45, 45, 45, 0.5); }
  .item-colors-bullet.selected {
    border: 2px solid #2d2d2d; }

.filter-color-container {
  border-top: 1px solid rgba(45, 45, 45, 0.14); }
  .filter-color-container.hidden-filters {
    border-top: 0; }

.btn-filter,
.chip {
  color: #2d2d2d;
  background: none;
  border: 1px solid rgba(45, 45, 45, 0.14); }
  .btn-filter.selected,
  .chip.selected {
    border: 1px solid rgba(45, 45, 45, 0.8); }
  .btn-filter-color.selected,
  .chip-color.selected {
    border: 1px solid rgba(45, 45, 45, 0.14); }

.checkbox-color {
  border: 1px solid rgba(45, 45, 45, 0.06); }

.checkbox-container input:checked + .checkbox {
  background-color: rgba(45, 45, 45, 0.06); }

.filters-overlay {
  background-color: rgba(255, 255, 255, 0.85); }

.product-video-container {
  background-color: rgba(45, 45, 45, 0.07); }

.order-item {
  padding: 15px 0;
  border-bottom: 1px solid rgba(45, 45, 45, 0.08); }
  .order-item:first-child {
    border-top: 1px solid rgba(45, 45, 45, 0.08); }

.section-advertising {
  background-color: rgba(45, 45, 45, 0.3);
  color: #ffffff; }

.head-main .utilities-container .form-select,
.head-main .utilities-container .search-input {
  background: transparent; }

.head-light {
  background-color: #ffffff; }
  .head-light .cart-widget-amount,
  .head-light .svg-icon-text,
  .head-light .text-foreground,
  .head-light i {
    color: #2d2d2d;
    fill: #2d2d2d; }
  .head-light .cart-widget-amount {
    color: #ffffff;
    background-color: #2d2d2d; }
  .head-light .logo-text {
    color: #2d2d2d; }
  .head-light .utilities-container .form-select,
  .head-light .utilities-container .search-input {
    border: 1px solid #2d2d2d; }
  .head-light .utilities-container .form-select-account-links {
    background: #ffffff;
    border: 1px solid #2d2d2d;
    border-top: none; }

.head-dark,
.head-primary {
  background-color: #2d2d2d; }
  .head-dark .cart-widget-amount,
  .head-dark .svg-icon-text,
  .head-dark .text-foreground,
  .head-dark i,
  .head-primary .cart-widget-amount,
  .head-primary .svg-icon-text,
  .head-primary .text-foreground,
  .head-primary i {
    color: #ffffff;
    fill: #ffffff; }
  .head-dark .notification-secondary .svg-icon-text,
  .head-primary .notification-secondary .svg-icon-text {
    fill: #2d2d2d; }
  .head-dark .search-suggest-icon,
  .head-primary .search-suggest-icon {
    color: #2d2d2d;
    fill: #2d2d2d; }
  .head-dark .cart-widget-amount,
  .head-primary .cart-widget-amount {
    color: #2d2d2d;
    background-color: #ffffff; }
  .head-dark .utilities-container ::-webkit-input-placeholder,
  .head-primary .utilities-container ::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #ffffff; }
  .head-dark .utilities-container :-moz-placeholder,
  .head-primary .utilities-container :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #ffffff;
    opacity: 1; }
  .head-dark .utilities-container ::-moz-placeholder,
  .head-primary .utilities-container ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #ffffff;
    opacity: 1; }
  .head-dark .utilities-container :-ms-input-placeholder,
  .head-primary .utilities-container :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #ffffff; }
  .head-dark .utilities-container ::-ms-input-placeholder,
  .head-primary .utilities-container ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #ffffff; }
  .head-dark .utilities-container ::placeholder,
  .head-primary .utilities-container ::placeholder {
    /* Most modern browsers support this now. */
    color: #ffffff; }
  .head-dark .utilities-container .search-input,
  .head-primary .utilities-container .search-input {
    color: #ffffff;
    border-color: #ffffff; }
  .head-dark .utilities-container .form-select,
  .head-primary .utilities-container .form-select {
    color: #ffffff;
    border-color: #ffffff; }
    .head-dark .utilities-container .form-select-account-links,
    .head-primary .utilities-container .form-select-account-links {
      background: #2d2d2d;
      border: 1px solid #ffffff;
      border-top: none; }
  .head-dark .logo-text,
  .head-primary .logo-text {
    color: #ffffff; }

.head-primary {
  background-color: #6e7f6e; }
  .head-primary .icon-underline:after {
    background-color: rgba(255, 255, 255, 0.4); }
  .head-primary .utilities-container .form-select-account-links {
    background-color: #6e7f6e; }

.head-transparent {
  background-color: transparent; }
  .head-transparent.head-dark .notification-secondary, .head-transparent.head-primary .notification-secondary {
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.5); }
    .head-transparent.head-dark .notification-secondary .btn-link,
    .head-transparent.head-dark .notification-secondary a,
    .head-transparent.head-dark .notification-secondary i, .head-transparent.head-primary .notification-secondary .btn-link,
    .head-transparent.head-primary .notification-secondary a,
    .head-transparent.head-primary .notification-secondary i {
      color: #ffffff; }
    .head-transparent.head-dark .notification-secondary .svg-icon-text, .head-transparent.head-primary .notification-secondary .svg-icon-text {
      fill: #ffffff; }
  .head-transparent.head-dark .form-select-account-links, .head-transparent.head-primary .form-select-account-links {
    background: transparent; }
  .head-transparent.head-light .notification-secondary {
    color: #2d2d2d;
    border-color: rgba(45, 45, 45, 0.5); }
    .head-transparent.head-light .notification-secondary .btn-link,
    .head-transparent.head-light .notification-secondary a,
    .head-transparent.head-light .notification-secondary i {
      color: #2d2d2d; }
  .head-transparent.head-light .form-select-account-links {
    background: transparent; }
  .head-transparent .notification-secondary {
    background: transparent;
    border-top: 1px solid;
    border-bottom: 1px solid; }
  .head-transparent .section-advertising {
    background-color: rgba(45, 45, 45, 0.3); }

.search-suggest {
  background-color: #ffffff; }

.modal-nav-hamburger .search-input {
  background-color: #f2f2f2; }

.nav-secondary {
  background-color: #ffffff;
  border-top: 1px solid rgba(45, 45, 45, 0.1); }

.account-user-icon {
  background-color: #6e7f6e;
  color: #ffffff; }

.search-suggest-item {
  border-bottom: 1px solid rgba(45, 45, 45, 0.1); }

footer {
  background-color: rgba(45, 45, 45, 0.1); }

.powered-by-logo svg {
  fill: #2d2d2d; }

@media (min-width: 768px) {
  .form-control {
    font-size: 12px; }

  .form-select {
    font-size: 14px; }

  .section-title {
    padding: 50px 30px; }

  .h1-huge-md {
    font-size: 80px; }

  .h1-md {
    font-size: 60px;
    line-height: 60px; }

  .h2-md {
    font-size: 40px; }

  .h3-md {
    font-size: 22px; }

  .h4-md {
    font-size: 18px; }

  .h5-md {
    font-size: 16px; }

  .h6-md {
    font-size: 14px; }

  .font-small-md {
    font-size: 12px; }

  .modal.modal-context-md {
    -webkit-box-shadow: 0 0 0 1px rgba(45, 45, 45, 0.14);
    -ms-box-shadow: 0 0 0 1px rgba(45, 45, 45, 0.14);
    -moz-box-shadow: 0 0 0 1px rgba(45, 45, 45, 0.14);
    -o-box-shadow: 0 0 0 1px rgba(45, 45, 45, 0.14);
    box-shadow: 0 0 0 1px rgba(45, 45, 45, 0.14); }

  .border-left-md {
    border-left: 1px solid rgba(45, 45, 45, 0.14); }

  .category-control-col {
    border-left: 1px solid rgba(45, 45, 45, 0.14); }

  .btn-filter.btn-filter-color.color-filter-custom {
    border: 1px solid rgba(45, 45, 45, 0.14); }

  .product-detail-form-col {
    border-left: 1px solid rgba(45, 45, 45, 0.14); } }
.box {
  border: 1px solid rgba(45, 45, 45, 0.14); }

.card-header {
  background: rgba(45, 45, 45, 0.14); }

.card-collapse {
  border-bottom: 3px solid #6e7f6e; }
  .card-collapse.active {
    border: 0; }

.notification-floating .notification {
  border-top: 1px solid rgba(45, 45, 45, 0.14);
  border-right: 0;
  border-bottom: 1px solid rgba(45, 45, 45, 0.14);
  border-left: 0; }

.notification-with-arrow:after,
.notification-with-arrow:before {
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  content: ''; }

.notification-with-arrow:after {
  top: -16px;
  right: 18px;
  border-color: transparent transparent transparent #ffffff;
  border-width: 9px; }

.notification-with-arrow:before {
  top: -18px;
  right: 18px;
  border-color: transparent transparent transparent rgba(45, 45, 45, 0.14);
  border-width: 9px; }

.btn-primary {
  background-size: 200% 200%;
  background-image: linear-gradient(to top, #6e7f6e 50%, transparent 50%);
  color: #6e7f6e;
  border-bottom: 3px solid #6e7f6e;
  font-weight: bold;
  -webkit-transition: all 0.09s ease-in;
  -ms-transition: all 0.09s ease-in;
  -moz-transition: all 0.09s ease-in;
  -o-transition: all 0.09s ease-in;
  transition: all 0.09s ease-in; }
  .btn-primary:hover:not(.btn-transition) {
    color: #ffffff;
    background-image: linear-gradient(to top, #6e7f6e 51%, transparent 50%);
    background-position: 0 100%; }

.btn-transition.active {
  color: #ffffff;
  background-image: linear-gradient(to top, #6e7f6e 51%, transparent 50%);
  background-position: 0 100%; }

.btn-facebook {
  padding-top: 7px;
  background-image: linear-gradient(to top, #1977f2 50%, transparent 50%);
  color: #1977f2;
  border-bottom: 3px solid #1977f2; }
  .btn-facebook:hover {
    color: #ffffff;
    background-image: linear-gradient(to top, #1977f2 51%, transparent 50%);
    background-position: 0 100%; }
    .btn-facebook:hover .svg-fb-icon {
      fill: #ffffff; }

.form-select {
  border-radius: 0; }

.label-primary {
  background: #2d2d2d;
  color: #ffffff; }

.swiper-text {
  opacity: 0;
  top: 60%; }

.swiper-slide-active .swiper-text {
  opacity: 1;
  top: 50%; }

.section-featured-home {
  border-bottom: 1px solid rgba(45, 45, 45, 0.14); }
  .section-featured-home .featured-title {
    background: rgba(45, 45, 45, 0.14);
    border-color: rgba(45, 45, 45, 0.14); }
  .section-featured-home .featured-item {
    border-color: rgba(45, 45, 45, 0.14); }

.item-buy-open {
  background: #ffffff; }

.item-buy-variants {
  background: #ffffff; }

.section-instafeed-home {
  background: rgba(45, 45, 45, 0.8); }

.instafeed-text {
  color: #ffffff; }

.category-controls {
  min-height: 40px;
  background-color: #ffffff;
  border-top: 1px solid rgba(45, 45, 45, 0.14);
  border-bottom: 1px solid rgba(45, 45, 45, 0.14); }
  .category-controls .category-control-col:last-of-type {
    border-left: 1px solid rgba(45, 45, 45, 0.14); }
  .category-controls .form-select {
    padding-left: 0;
    border: 0; }
  .category-controls .form-control-icon {
    right: 0; }

.product-table {
  border-bottom: 1px solid rgba(45, 45, 45, 0.1); }

.item,
.item-details {
  border-color: rgba(45, 45, 45, 0.1); }

.social-share-button {
  color: #2d2d2d; }

@media (min-width: 768px) and (max-width: 1024px) {
  .h2-md {
    font-size: 30px; } }
@media (min-width: 768px) {
  .featured-title {
    background: rgba(45, 45, 45, 0.14);
    border-color: rgba(45, 45, 45, 0.14); }

  .featured-item {
    border-color: rgba(45, 45, 45, 0.14); }

  .product-detail-form-col {
    border-left: 1px solid rgba(45, 45, 45, 0.14); } }

/*# sourceMappingURL=style-colors.css.map */
