
body {
/*	filter: blur(5px);*/
    background-image: url(/image/catalog/general/bg.svg);
	background-size: cover;
}

#logo {
    max-width: 70px;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #000;
    font-size: 14px;
    line-height: 20px;
    width: 100%;
}

#product-category #content, #product-product #tab-description, #information-information #content {
    font-size: 14px;
}

blockquote {
    border-left: 5px solid #504D48;
	color: #504D48;
	font-style: italic;
    text-transform: uppercase;
}

h1, h2, h3, h4, h5, h6 {
    color: #000;
}

a {
    color: #103634;
}

.href {
    color: #6376F7;
	text-decoration: underline;
}

hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 2px solid #504D48;
}

h3 {
    border-right: 1px solid;
    border-top: 1px solid;
    color: #504D48;
    font-weight: 500;
}

h1 {
    padding-bottom: 7px;
    border-top: 1px solid #504D48;
    border-bottom: 1px solid #504D48;
    width: 50%;
    font-weight: 500;
    font-size: x-large;
}

.blur {
  -webkit-filter: blur(5px);
     -moz-filter: blur(5px);
       -o-filter: blur(5px);
      -ms-filter: blur(5px);
          filter: blur(5px);
}

#top {
    background-color: #504D48;
    border-bottom: 1px solid #504D48;
}
#top .dropdown-menu a {
    color: #796d6e;
}

#top .btn-link, #top-links li, #top-links a {
    text-decoration: none;
	text-shadow: none;
	color: #fff;
}

#search .btn-lg {
    text-shadow: none;
}
.btn-default {
    color: #ffffff;
    text-shadow: none;
    background-color: #504D48;
    background-image: none;
    border-color: #504D48;
}
.btn-default:hover {
    color: #ffffff;
    text-shadow: none;
    background-color: #796D6E;
}

#menu {
    background-color: #796D6E;
    background-image: none;
    background-repeat: repeat-x;
    border-color: #796D6E;
    min-height: 40px;
}
#menu .btn-navbar {
    font-size: 15px;
    font-stretch: expanded;
    color: #FFF;
    padding: 2px 18px;
    float: right;
    background-color: #504D48;
    background-image: none;
    background-repeat: repeat-x;
    border-color: #504D48;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
    color: #ffffff;
    background-color: #796D6E;
}

.dropdown-menu li > a:hover {
    text-decoration: none;
    color: #ffffff;
    background-color: #796D6E;
    background-image: linear-gradient(to bottom, #796D6E, #796D6E);
    background-repeat: repeat-x;
}

#menu .see-all:hover, #menu .see-all:focus {
    text-decoration: none;
    color: #ffffff;
    background-color: #796D6E;
    background-image: linear-gradient(to bottom, #796D6E, #796D6E);
    background-repeat: repeat-x;
}

footer {
    background-color: #796D6E;
    border-top: 1px solid #504D48;
    color: #fff;
}
footer hr {
    border-bottom: 1px solid #ffffff;
}
.form-control {
    background-image: none;
    border: 1px solid #504D48;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.swiper-viewport {
    border-radius: 5px;
    box-shadow: none;
}

.btn {
    box-shadow: none;
}
.btn.active, .btn:active {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-primary {
    color: #ffffff;
    text-shadow: none;
    background-color: #796D6E;
    background-image: none;
    border-color: #796D6E;
}

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

.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    background-color: #B59E91;
    background-position: 0 -15px;
}
.btn-inverse {
    color: #ffffff;
    text-shadow: none;
    background-color: #504D48;
    background-image: none;
    background-repeat: repeat-x;
    border-color: #504D48;
}

.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
    background-color: #796D6E;
    background-position: 0 -15px;
	background-image: none;
}

.btn-link {
    border-color: #103634;
    cursor: pointer;
    color: #103634;
    border-radius: 0;
}

.btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
    border-color: #796D6E;
}
.btn-danger {
    text-shadow: none;
    background-color: #796D6E;
    background-image: none;
    border-color: #796D6E;
}

.btn-danger:hover {
    background-color: #B59E91;
    border-color: #B59E91;
}
.btn-danger.active, .btn-danger:active, .open>.dropdown-toggle.btn-danger {
    background-color: #B59E91;
    border-color: #B59E91;
}
.btn-danger.focus, .btn-danger:focus {
    background-color: #B59E91;
    border-color: #B59E91;
}

.btn-danger.active.focus, .btn-danger.active:focus, .btn-danger.active:hover, .btn-danger:active.focus, .btn-danger:active:focus, .btn-danger:active:hover, .open>.dropdown-toggle.btn-danger.focus, .open>.dropdown-toggle.btn-danger:focus, .open>.dropdown-toggle.btn-danger:hover {
    background-color: #B59E91;
    border-color: #B59E91;
}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #B59E91;
    border-color: #B59E91;
}

.btn-primary.focus, .btn-primary:focus {
    background-color: #795548;
    border-color: #795548;
}

.product-thumb {
    background: #fff;
    border: 1px solid #504D48;
    border-radius: 5px;
    transition: .3s;
    box-shadow: 0 1px 4px rgba(0,0,0,.2);
}

.product-thumb:hover, .odcatwall:hover {
    transform: scale(1.03);
}

.product-thumb .button-group button {
    background-color: #504D48;
    color: #ffffff;
}
.product-thumb .button-group button:hover {
    background-color: #796D6E;
    color: #ffffff;
}

.imgmat {
    max-width: 100%;
}

.textblock {
	max-width: 80%;
    /*background-color: #504D48;*/
    color: #000;
    border-radius: 5px;
    border: 1px solid #504D48;
    padding: 20px;
    margin: 0 auto;
}

.product-thumb .price-new {
    font-weight: 600;
    color: #E91E63;
    font-size: larger;
}

.thumbnail {
    margin-top: 20px;
}

@media (min-width: 576px) {
    .card-group {
        display: flex;
        flex-flow: inherit;
    }
}

.card-body {
    flex: 1 1 auto;
    padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
    color: var(--bs-card-color);
}

.card {
    --bs-card-spacer-y: 1rem;
    --bs-card-spacer-x: 1rem;
    --bs-card-title-spacer-y: 0.5rem;
    --bs-card-title-color: ;
    --bs-card-subtitle-color: ;
    --bs-card-border-width: var(--bs-border-width);
    --bs-card-border-color: var(--bs-border-color-translucent);
    --bs-card-border-radius: var(--bs-border-radius);
    --bs-card-box-shadow: ;
    --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
    --bs-card-cap-padding-y: 0.5rem;
    --bs-card-cap-padding-x: 1rem;
    --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
    --bs-card-cap-color: ;
    --bs-card-height: ;
    --bs-card-color: ;
    --bs-card-bg: var(--bs-body-bg);
    --bs-card-img-overlay-padding: 1rem;
    --bs-card-group-margin: 0.75rem;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: var(--bs-card-height);
    color: var(--bs-body-color);
    word-wrap: break-word;
    background-color: var(--bs-card-bg);
    background-clip: border-box;
    border: var(--bs-card-border-width) solid var(--bs-card-border-color);
    border-radius: var(--bs-card-border-radius);
}


.product-thumb .caption {
        min-height: 100px;
        padding: 0 10px;
}

@media (max-width: 1200px) {
    .product-grid .product-thumb .caption {
        min-height: 100px;
        padding: 0 10px;
    }
}

.social-icons {
  display: flex;
  justify-content: center;
  list-style: none;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 0;
}
.social-icons>li {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.social-icons a {
  position: relative;
  background-color: #eee;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: background-color .3s ease-in-out;
  width: 4.5rem;
  height: 4.5rem;
  border-radius: .25rem;
}
.social-icons a:hover {
  background-color: #e0e0e0;
}
.social-icons a::before {
  content: "";
  position: absolute;
  width: 3.2rem;
  height: 3.2rem;
  left: .65rem;
  top: .65rem;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}
.social-icons .social-icon-instagram::before {
  background-image: url("/image/catalog/general/instagram.svg");
}
.social-icons .social-icon-whatsapp::before {
  background-image: url("/image/catalog/general/whatsapp.svg");
}
.social-icons .social-icon-telegram::before {
  background-image: url("/image/catalog/general/telegram.svg");
}
.social-icons .social-icon-max::before {
  background-image: url("/image/catalog/general/max.svg");
}