.svg-icon-primary {
  fill: #e74c3c; }

.svg-icon-text {
  fill: #030000; }

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

.svg-stroke-primary {
  stroke: #e74c3c; }

.svg-stroke-text {
  stroke: #030000; }

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

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

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

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

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

body {
  color: #030000;
  font-family: "Rubik", sans-serif;
  background-color: #ffffff; }

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

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

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

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

.placeholder-page {
  background: #030000; }
  .placeholder-page:hover, .placeholder-page.active {
    background: #e74c3c;
    opacity: 0.8; }

.placeholder-shine {
  background-color: rgba(3, 0, 0, 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(3, 0, 0, 0.2); }
  100% {
    box-shadow: 0 28px 0 rgba(3, 0, 0, 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(3, 0, 0, 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(3, 0, 0, 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: "Rubik", sans-serif; }

.text-primary {
  color: #e74c3c; }

.text-secondary {
  color: #ffffff; }

.text-foreground {
  color: #030000; }

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

.font-secondary {
  font-family: "Rubik", 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(3, 0, 0, 0.14);
    color: #030000; }
  .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-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(3, 0, 0, 0.14); }

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

a {
  color: #030000;
  -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(3, 0, 0, 0.5); }

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

.btn-link {
  color: #030000;
  cursor: pointer; }
  .btn-link-primary {
    color: #e74c3c; }
  .btn-link:hover, .btn-link:focus {
    color: #e74c3c; }
  .btn-link.toggled {
    color: #e74c3c; }
    .btn-link.toggled > i,
    .btn-link.toggled > svg {
      color: #e74c3c;
      fill: #e74c3c; }

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

input,
textarea {
  font-family: "Rubik", 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(3, 0, 0, 0.14);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #030000;
  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: #030000;
  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(3, 0, 0, 0.14);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #030000;
  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(3, 0, 0, 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, #030000 50%, transparent 50%);
  border: 2px solid #030000;
  -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, #e74c3c 51%, transparent 50%);
  background-position: 0 100%; }

input[type="radio"]:checked + .radio-button-content .shipping-price {
  color: #e74c3c; }

.alert-danger, .alert-error {
  color: #cc4845;
  border: 1px solid #cc4845; }

.alert-warning {
  color: #e68b26;
  border: 1px solid #e68b26; }

.alert-info {
  color: #030000;
  border: 1px solid #030000; }

.alert-success {
  color: #3caf65;
  border: 1px solid #3caf65; }

.alert-primary {
  border: 1px solid #e74c3c;
  color: #e74c3c; }

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

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

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

.tab-group {
  border-bottom: 1px solid rgba(3, 0, 0, 0.1); }
  .tab-group .tab-link {
    color: #030000; }
  .tab-group .tab.active .tab-link {
    border-bottom: 2px solid rgba(231, 76, 60, 0.5);
    color: #e74c3c; }

.label {
  background: rgba(3, 0, 0, 0.3); }

.card {
  background-color: #ffffff;
  border: 1px solid rgba(3, 0, 0, 0.08); }

.card-header {
  background-color: rgba(3, 0, 0, 0.1); }

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

.swiper-pagination-fraction {
  background-color: rgba(3, 0, 0, 0.2);
  color: #030000; }

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

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

.swiper-title {
  font-family: "Rubik", sans-serif; }

/*============================================================================
  #Home Page
==============================================================================*/
.textbanner {
  background-color: #030000; }

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

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

.instafeed-title {
  color: #ffffff; }

.instafeed-info {
  color: #ffffff; }

/*============================================================================
  #Product grid
==============================================================================*/
.category-image-container {
  background-color: #030000; }
  .category-image-container .category-name {
    color: white; }

.item-name {
  font-family: "Rubik", sans-serif; }

.item-link {
  color: #030000; }

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

.filter-remove,
.btn-filter,
.chip {
  color: #030000;
  background: none;
  border: 1px solid rgba(3, 0, 0, 0.14); }
  .filter-remove.selected,
  .btn-filter.selected,
  .chip.selected {
    border: 1px solid rgba(3, 0, 0, 0.8); }
  .filter-remove-color.selected,
  .btn-filter-color.selected,
  .chip-color.selected {
    border: 1px solid rgba(3, 0, 0, 0.14); }

.filter-remove:after {
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512" fill="%23030000"><path d="M193.94 256L296.5 153.44l21.15-21.15c3.12-3.12 3.12-8.19 0-11.31l-22.63-22.63c-3.12-3.12-8.19-3.12-11.31 0L160 222.06 36.29 98.34c-3.12-3.12-8.19-3.12-11.31 0L2.34 120.97c-3.12 3.12-3.12 8.19 0 11.31L126.06 256 2.34 379.71c-3.12 3.12-3.12 8.19 0 11.31l22.63 22.63c3.12 3.12 8.19 3.12 11.31 0L160 289.94 262.56 392.5l21.15 21.15c3.12 3.12 8.19 3.12 11.31 0l22.63-22.63c3.12-3.12 3.12-8.19 0-11.31L193.94 256z"/></svg>'); }

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

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

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

/*============================================================================
  #Product detail
==============================================================================*/
/*============================================================================
  #Contact page
==============================================================================*/
/*============================================================================
  #Account page
==============================================================================*/
.order-item {
  padding: 15px 0;
  border-bottom: 1px solid rgba(3, 0, 0, 0.08); }
  .order-item:first-child {
    border-top: 1px solid rgba(3, 0, 0, 0.08); }

/*============================================================================
  #Header and nav
==============================================================================*/
.section-advertising {
  background-color: rgba(3, 0, 0, 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 i {
    color: #030000;
    fill: #030000; }
  .head-light .cart-widget-amount {
    color: #ffffff;
    background-color: #030000; }
  .head-light .logo-text {
    color: #030000; }
  .head-light .utilities-container .form-select,
  .head-light .utilities-container .search-input {
    border: 1px solid #030000; }

.head-dark,
.head-primary {
  background-color: #030000; }
  .head-dark .cart-widget-amount,
  .head-dark .svg-icon-text,
  .head-dark i,
  .head-primary .cart-widget-amount,
  .head-primary .svg-icon-text,
  .head-primary i {
    color: #ffffff;
    fill: #ffffff; }
  .head-dark .search-suggest-icon,
  .head-primary .search-suggest-icon {
    color: #030000;
    fill: #030000; }
  .head-dark .cart-widget-amount,
  .head-primary .cart-widget-amount {
    color: #030000;
    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 .logo-text,
  .head-primary .logo-text {
    color: #ffffff; }

.head-primary {
  background-color: #e74c3c; }
  .head-primary .icon-underline:after {
    background-color: rgba(255, 255, 255, 0.4); }

.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-light .notification-secondary {
    color: #030000;
    border-color: rgba(3, 0, 0, 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: #030000; }
  .head-transparent .notification-secondary {
    background: transparent;
    border-top: 1px solid;
    border-bottom: 1px solid; }
  .head-transparent .section-advertising {
    background-color: rgba(3, 0, 0, 0.3); }

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

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

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

/*============================================================================
  #Footer
==============================================================================*/
footer {
  background-color: rgba(3, 0, 0, 0.1); }

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

@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(3, 0, 0, 0.14);
    -ms-box-shadow: 0 0 0 1px rgba(3, 0, 0, 0.14);
    -moz-box-shadow: 0 0 0 1px rgba(3, 0, 0, 0.14);
    -o-box-shadow: 0 0 0 1px rgba(3, 0, 0, 0.14);
    box-shadow: 0 0 0 1px rgba(3, 0, 0, 0.14); }
  .border-left-md {
    border-left: 1px solid rgba(3, 0, 0, 0.14); }
  .category-control-col {
    border-left: 1px solid rgba(3, 0, 0, 0.14); }
  .btn-filter.btn-filter-color.color-filter-custom {
    border: 1px solid rgba(3, 0, 0, 0.14); }
  .product-detail-form-col {
    border-left: 1px solid rgba(3, 0, 0, 0.14); } }

.body-border-top,
.body-border-right,
.body-border-bottom,
.body-border-left {
  background-color: #ffffff; }

.form-select,
.form-quantity,
.form-control,
.btn-default,
.label,
.swiper-pagination-fraction, .btn-primary, .btn-line {
  border-radius: 50px; }

.box {
  border-radius: 20px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08); }

.btn-line {
  border: 1px solid;
  padding: 8px 20px 8px 24px;
  line-height: 18px;
  -webkit-transition: all 0.25s ease-in;
  -ms-transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in; }
  .btn-line:hover {
    color: #030000;
    background-color: #ffffff; }
  .btn-line.medium {
    padding: 10px;
    letter-spacing: normal; }

.btn-primary {
  background-color: #e74c3c;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 8px;
  -webkit-box-shadow: inset 0 0 0 2px #e74c3c;
  -ms-box-shadow: inset 0 0 0 2px #e74c3c;
  -moz-box-shadow: inset 0 0 0 2px #e74c3c;
  -o-box-shadow: inset 0 0 0 2px #e74c3c;
  box-shadow: inset 0 0 0 2px #e74c3c;
  -webkit-transition: all 0.25s ease-in;
  -ms-transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in; }
  .btn-primary:hover:not(.btn-transition) {
    background-color: #ffffff;
    color: #e74c3c; }

.btn-facebook {
  padding: 5px 20px 15px 20px;
  background-color: #1977f2;
  -webkit-box-shadow: inset 0 0 0 2px #1977f2;
  -ms-box-shadow: inset 0 0 0 2px #1977f2;
  -moz-box-shadow: inset 0 0 0 2px #1977f2;
  -o-box-shadow: inset 0 0 0 2px #1977f2;
  box-shadow: inset 0 0 0 2px #1977f2; }
  .btn-facebook .svg-fb-icon {
    fill: #fff; }
  .btn-facebook:hover {
    color: #1977f2; }
    .btn-facebook:hover .svg-fb-icon {
      fill: #1977f2; }

.btn-small {
  font-size: 12px;
  letter-spacing: 3px; }

.form-group-inline .form-control {
  border-radius: 20px 0 0 20px; }

.form-group-inline .btn-default {
  border-radius: 0 20px 20px 0; }

.form-control-icon {
  right: 15px; }

.form-quantity .btn {
  border-radius: 50%;
  background-color: #e74c3c; }
  .form-quantity .btn svg {
    fill: #ffffff; }

.category-image-container > .category-controls {
  background-color: transparent; }

.category-controls {
  background-color: #ffffff; }
  .category-controls .form-select {
    border: 1px solid #030000; }

textarea.form-control,
.alert {
  border-radius: 20px; }

.section-title {
  background-color: transparent; }

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

.labels {
  top: 10px;
  left: 10px; }

.filter-color-container {
  border-top: none; }

.filter-remove.selected,
.btn-filter.selected,
.chip.selected {
  border: 1px solid rgba(3, 0, 0, 0.8); }

.filter-remove-color,
.btn-filter-color,
.chip-color {
  border: 1px solid rgba(3, 0, 0, 0.14); }
  .filter-remove-color.selected,
  .btn-filter-color.selected,
  .chip-color.selected {
    border: 1px solid rgba(3, 0, 0, 0.14); }

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

.head-light .cart-widget-amount,
.head-dark .cart-widget-amount {
  background-color: #e74c3c;
  color: #ffffff; }

footer {
  background-color: #ffffff; }

.instafeed-title {
  color: #e74c3c; }

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

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

.regular-price {
  color: #e74c3c; }

.social-share-button {
  color: #e74c3c; }

.product-detail-form-col {
  border-left: none; }

.item-container {
  background: #ffffff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08); }

.item-buy-open {
  background: #e74c3c;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08); }
  .item-buy-open .svg-icon-text {
    fill: #ffffff; }

.item-buy-variants {
  background: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08); }

.item-price {
  color: #e74c3c; }

@media (min-width: 768px) {
  .category-image-container .category-controls {
    background-color: transparent; }
    .category-image-container .category-controls .form-select,
    .category-image-container .category-controls a {
      border: 1px solid #ffffff;
      background-color: transparent;
      color: #ffffff;
      fill: #ffffff; }
    .category-image-container .category-controls .svg-icon-text,
    .category-image-container .category-controls .form-group {
      color: #ffffff;
      fill: #ffffff; } }
