@charset "UTF-8";
/* @import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,600;0,700;1,400;1,600&display=swap"); */
a {
  text-decoration: none;
  color: #2f353d;
  letter-spacing: .3px;
}

a:hover {
  text-decoration: none;
  color: #01ABEC;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.7em;
}

h3 {
  font-size: 1.5em;
}

h4 {
  font-size: 1.2em;
}

h5 {
  font-size: 1em;
}

h6 {
  font-size: .8em;
}

p {
  font-size: 13px;
  margin-bottom: 0;
  letter-spacing: .2px;
}

small {
  letter-spacing: .26px;
}

@media (min-width: 1199px) {
  .container-xl {
    padding: 0px !important;
  }
}

.border-style1 {
  border: 1px solid #cecece6d;
}

.text-first {
  color: #01ABEC;
}

.bg-first {
  background: #01ABEC;
}

.bg-white {
  background: #ffffff;
}

.text-cursive {
  font-family: 'Cedarville Cursive', cursive;
}

.list-group h5 {
  color: #444444;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 0;
}

.list-group h6 {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
}

.tittle {
  position: relative;
  overflow: hidden;
}

.tittle span {
  display: inline-block;
  vertical-align: baseline;
  *display: inline;
  *vertical-align: auto;
  position: relative;
  padding: 0 20px;
}

.tittle span:before, .tittle span:after {
  content: '';
  display: block;
  width: 1000px;
  position: absolute;
  top: 0.73em;
  border-top: 1px solid #b5b5b546;
}

.tittle span:before {
  right: 100%;
}

.tittle span:after {
  left: 100%;
}

.btn-group-rounded-0 label {
  margin-right: 10px;
  border-radius: 0% !important;
  font-size: 11px !important;
  width: 25px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bg-danger {
  background: #ed6d6d !important;
}

.subscribe-input .form-control {
  background: #F7F7F7;
  color: #b3b3b3;
  font-size: 14px;
  padding: 25px 20px !important;
  border: none;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}

.subscribe-input .btn {
  border-top-right-radius: 25px;
  font-size: 14px;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom-right-radius: 25px;
  font-weight: bold;
}

.icon-input {
  position: relative;
  display: block;
}

.icon-input > i {
  position: absolute;
}

.icon-input > i {
  top: 12px;
}

.icon-input.icon-input-sm > i {
  top: 5px;
  font-size: 1.32rem !important;
}

.icon-input.icon-input-lg > i {
  top: 10px;
  font-size: 1.91rem !important;
}

.icon-input:not(.icon-input-right) > i {
  left: 0.51rem;
}

.icon-input.icon-input-sm:not(.icon-input-right) > i {
  left: 0.31rem;
}

.icon-input.icon-input-lg:not(.icon-input-right) > i {
  left: 0.81rem;
}

.icon-input:not(.icon-input-right) > input.form-control {
  padding-left: 2rem;
}

.icon-input.icon-input-sm:not(.icon-input-right) > input.form-control-sm {
  padding-left: 1.9rem;
}

.icon-input.icon-input-lg:not(.icon-input-right) > input.form-control-lg {
  padding-left: 2.9rem;
}

.icon-input:not(.icon-input-right) > textarea.form-control {
  padding-left: 2.23rem;
}

.icon-input.icon-input-sm:not(.icon-input-right) > textarea.form-control-sm {
  padding-left: 1.8rem;
}

.icon-input.icon-input-lg:not(.icon-input-right) > textarea.form-control-lg {
  padding-left: 2.9rem;
}

.modal-bottom .modal-dialog,
.modal-right .modal-dialog,
.modal-top .modal-dialog,
.modal-left .modal-dialog {
  margin: 0;
}

.modal-top .modal-header,
.modal-top .modal-content,
.modal-right .modal-content,
.modal-left .modal-content,
.modal-bottom .modal-content,
.modal-bottom .modal-header,
.modal-right .modal-header,
.modal-left .modal-header {
  border-radius: 0;
}

.modal-left .modal-dialog,
.modal-right .modal-content,
.modal-right .modal-dialog,
.modal-left .modal-content {
  min-height: 100vh;
}

.modal-left .modal-header,
.modal-right .modal-footer,
.modal-right .modal-header,
.modal-left .modal-footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.modal-right {
  padding-right: 0 !important;
}

.modal-right .modal-dialog {
  margin-left: auto;
}

.modal-right.fade .modal-dialog {
  -webkit-transform: translateX(25px);
          transform: translateX(25px);
}

.modal-right.show .modal-dialog {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.modal-left.fade .modal-dialog {
  -webkit-transform: translateX(-25px);
          transform: translateX(-25px);
}

.modal-left.show .modal-dialog {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.btn-white {
  color: #464646;
  background-color: #ffffff;
  border-color: #ffffff;
  border-bottom-color: #ccc;
}

.btn-white:hover {
  color: #464646;
  background-color: #fdfdfd;
  border-color: #ffffff;
}

.btn-white:focus, .btn-white.focus {
  color: #464646;
  background-color: #fdfdfd;
  border-color: #4b4b4b;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(158, 158, 158, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(158, 158, 158, 0.5);
}

.btn-white.disabled, .btn-white:disabled {
  color: #464646;
  background-color: #fdfdfd;
  border-color: #4b4b4b;
}

.btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled).active,
.show > .btn-white.dropdown-toggle {
  color: #464646;
  background-color: #fdfdfd;
  border-color: #4b4b4b;
}

.btn-white:not(:disabled):not(.disabled):active:focus, .btn-white:not(:disabled):not(.disabled).active:focus,
.show > .btn-white.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(158, 158, 158, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(158, 158, 158, 0.5);
}

.btn-blue {
  color: #fff;
  background: #01ABEC;
  border: 0.01px solid  #01ABEC;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: .5px;
}

.btn-blue:hover {
  color: #fff;
  border: 0.01px solid #189dd1;
  background-color: #189dd1;
}

.btn-blue:focus, .btn-blue.focus {
  -webkit-box-shadow: 0 0 0 0.125rem rgba(51, 77, 106, 0.5);
          box-shadow: 0 0 0 0.125rem rgba(51, 77, 106, 0.5);
}

.btn-blue.disabled, .btn-blue:disabled {
  color: #01ABEC;
  background-color: transparent;
}

.btn-blue:not(:disabled):not(.disabled):active, .btn-blue:not(:disabled):not(.disabled).active,
.btn-blue .show > .btn-black.dropdown-toggle {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  color: #fff;
  background-color: #01ABEC;
}

.btn-fav {
  color: #bfbfbf;
  background: #f3f3f3;
}

.btn-fav:hover {
  color: #e98787;
}

.btn-fav:not(:hover):not(.active)::before {
  color: #bfbfbf;
}

.btn-fav:not(:disabled):not(.disabled):active, .btn-fav:not(:disabled):not(.disabled).active {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(255, 255, 255, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(255, 255, 255, 0.075) !important;
}

.btn-fav:before {
  font-family: "Font Awesome 5 Free";
  content: "\f004";
  display: inline-block;
  font-weight: 900;
}

.btn-fav.active::before {
  content: '\f004';
  color: #da6a6a;
}

.color-input-custom {
  background: #fff;
}

.color-input-custom .color-item-1 {
  height: 1rem;
  margin: 4px;
}

.color-input-custom label {
  width: 1rem;
  height: 1rem;
  cursor: pointer;
}

.color-input-custom .custom-control-input:checked ~ label::after {
  content: '';
  width: 1rem;
  height: 1rem;
  display: block;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.color-input-custom .custom-control-input:disabled ~ label {
  opacity: 0.65;
  cursor: not-allowed;
}

.color-input-custom.color-input-custom-lg label,
.color-input-custom.color-input-custom-lg .custom-control-input:checked ~ label::after {
  width: 1.52rem;
  height: 1.52rem;
}

.btn-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 38px !important;
  height: 38px;
  padding: 0 !important;
}

#subscribeModal .modal-content {
  padding: 0;
  max-width: 700px;
  height: 400px;
}

#subscribeModal .modal-header {
  border-bottom: 0;
}

#subscribeModal .modal-dialog {
  max-width: 740px;
}

#subscribeModal P {
  color: #686868;
  font-weight: 400;
  font-size: 14px;
}

#subscribeModal .close {
  position: absolute !important;
  top: .5em;
  right: .5em;
  border: 1px solid #68686890;
  padding: 5px 6px;
  border-radius: 3px;
}

#owl-slider .owl-nav {
  width: 0;
  height: 0;
}

#owl-slider .owl-nav button {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: transparent !important;
  outline: none;
}

#owl-slider .owl-nav button.owl-next, #owl-slider .owl-nav button.owl-prev {
  background: #d8d8d877 !important;
  border: 1px solid #d8d8d877 !important;
  width: 35px;
  line-height: 50px;
  height: 50px;
  font-size: 30px !important;
  border-radius: 0% !important;
  position: absolute;
  text-align: center;
  top: 47%;
}

#owl-slider .owl-nav button.owl-prev {
  left: -5px;
}

#owl-slider .owl-nav button.owl-next {
  right: -5px;
}

#owl-slider .owl-nav button.owl-prev:hover span, #owl-slider .owl-nav button.owl-next:hover span {
  color: #3c3c3c;
}

#owl-slider .owl-nav [class*='owl-'].disabled {
  background-color: #b6b4b472 !important;
  color: #484848 !important;
}

#owl-zoom .owl-nav button {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: transparent !important;
  outline: none;
}

#owl-zoom .owl-nav button.owl-next, #owl-zoom .owl-nav button.owl-prev {
  position: absolute;
  top: 30%;
  border: 1px solid #d8d8d877 !important;
  width: 30px;
  height: 30px;
  font-size: 20px !important;
  border-radius: 0% !important;
  text-align: center;
}

#owl-zoom .owl-nav button.owl-prev {
  left: -1.2em;
}

@media (max-width: 765px) {
  #owl-zoom .owl-nav button.owl-prev {
    left: -.8em;
  }
}

#owl-zoom .owl-nav button.owl-next {
  right: -1.2em;
}

@media (max-width: 765px) {
  #owl-zoom .owl-nav button.owl-next {
    right: -.8em;
  }
}

#owl-zoom .owl-nav button.owl-prev:hover span, #owl-zoom .owl-nav button.owl-next:hover span {
  color: #3c3c3c;
}

.accordeon-menu {
  background: transparent;
  width: 100%;
  margin: 0px auto 0 auto;
  color: #ffffff;
}

.accordeon-menu h3 {
  border-bottom: 0.01px solid #4f4f4f93;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.accordeon-menu h3 a {
  position: relative;
  width: 100%;
  padding: 0 0px;
  font-size: 13px;
  line-height: 34px;
  display: block;
  color: #ffffff;
  text-decoration: none;
  border-left: 5px solid transparent;
}

.accordeon-menu h3:hover {
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.7);
}

.accordeon-menu i {
  width: 25px;
  font-size: 12px;
}

.accordeon-menu li {
  list-style-type: none;
}

.accordeon-menu ul ul li a,
.accordeon-menu h4 {
  color: #ffffff;
  text-decoration: none;
  font-size: 13px;
  line-height: 35px;
  display: block;
  padding: 0 0px;
  padding-left: 3px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
  position: relative;
  border-bottom: 0.01px solid #2e2e2e93;
}

.accordeon-menu ul ul li a:hover {
  background: #4b4b4b;
  border-left: 5px solid #a3a3a3;
}

.accordeon-menu ul ul {
  display: none;
  margin-left: 7px;
  padding-left: 3px;
  border-left: 1px dotted rgba(61, 169, 220, 0.356);
}

.accordeon-menu li.active > ul {
  display: block;
}

.accordeon-menu li.active > h3 {
  background: #4b4b4b;
  border-left: 5px solid #0691d6;
}

.accordeon-menu li.active > a {
  background: #4b4b4b;
  border-left: 5px solid #b5b5b5;
}

.accordeon-menu ul ul ul {
  padding-left: 3px;
  border-left: 1px dotted rgba(48, 146, 192, 0.356);
}

.accordeon-menu a:not(:only-child)::after {
  content: "▼";
  position: absolute;
  right: 10px;
  font-size: 10px;
  color: #dadada;
  top: 0px;
}

.accordeon-menu .active > a:not(:only-child)::after {
  content: "▼";
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  color: #7c7c7c;
  font-size: 10px;
}

.accordeon-menu h3:not(:only-child)::before {
  content: "▼";
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 10px;
  color: #ffffff;
}

.accordeon-menu .active > h3:not(:only-child)::before {
  content: "▼";
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  color: #aaaaaa;
  font-size: 10px;
}

.menu-modal hr {
  background: #94949435;
}

.menu-modal .form-group {
  color: #ffffff;
}

.menu-modal .form-group i {
  font-size: 15px;
}

.menu-modal .form-group input {
  color: #b6b6b6;
  background: #3f4042;
  border: none;
  border-radius: 0%;
}

.menu-modal .form-group input:focus {
  color: #b6b6b6;
  background: #2b2c2e;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.social-menu {
  background: transparent !important;
}

.social-menu ul {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: transparent !important;
}

.social-menu ul li {
  list-style: none;
  margin: 0 10px;
  background: transparent !important;
}

.social-menu ul li i {
  color: #ffffff;
  -webkit-transition: .5s;
  transition: .5s;
  font-size: 17px;
}

.social-menu ul li i:hover {
  color: #ffffff;
}

.social-menu ul li a {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  padding-top: 3px;
  border-radius: 0px;
  background-color: white;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.social-menu ul li:nth-child(1) a {
  background-color: #3b5999;
}

.social-menu ul li:nth-child(2) a {
  background-color: #55acee;
}

.social-menu ul li:nth-child(3) a {
  background-color: #e4405f;
}

.social-menu ul li:nth-child(4) a {
  background-color: #cd201f;
}

.social-menu ul li:nth-child(5) a {
  background-color: #0383c4;
}

.menu-modal .modal-dialog {
  top: 0;
  position: absolute;
  width: 280px;
}

.menu-modal .modal-content {
  background: #24272b;
}

.menu-modal .modal-body {
  padding: 0 10px;
}

.menu-modal .modal-header {
  border-bottom: 0;
}

.menu-modal .modal-header img {
  width: 90px;
}

.header-down {
  background: #fff;
  border-bottom: 0.01px solid #d0d0d072;
  z-index: 800;
}

.header-down .btn-open-modal:hover {
  color: #01abec;
}

.header-down .link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 5px;
}

.header-down .link > a {
  display: block;
  color: #262626;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1px;
  padding: 10px 3px;
  text-decoration: none;
}

.header-down .link:hover a {
  color: #01ABEC;
}

.header-down .dropdown > a {
  color: #262626;
  font-size: 12px;
  font-weight: 600;
}

.header-down .dropdown .dropdown-menu {
  min-width: 50px !important;
  font-size: 11px !important;
  border: 1px solid #d6d6d6;
  border-radius: 0%;
  padding: 7px 0;
  margin-top: 5px;
}

.header-down .dropdown .dropdown-menu .dropdown-item {
  padding: 5px 15px;
}

.header-down .dropdown .dropdown-menu .dropdown-item:hover {
  background: #ebebeb !important;
}

.menu-horizontal {
  width: 100%;
  background: #ffffff;
  z-index: 900;
  padding: 0;
}

.menu-horizontal .menu-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu-horizontal .link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu-horizontal .link > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #434343;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.1px;
  padding: 10px 3px;
  text-decoration: none;
}

.menu-horizontal .link > a i {
  font-size: 10px;
  padding-left: 2px;
}

.menu-horizontal .link:hover a {
  color: #01ABEC;
}

.menu-horizontal .active a {
  color: #01ABEC;
}

.menu-horizontal .link .drop {
  visibility: hidden;
  padding: 0px;
  margin: 0px;
  list-style-type: none;
  position: absolute;
  top: 100%;
  padding: 5px 5px;
  opacity: 0;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  background: #ffffff;
  color: #262626;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  z-index: 500;
}

.menu-horizontal .link .drop a {
  display: block;
  color: #686868;
  padding: 7px 0;
  text-transform: uppercase;
  font-size: 12px;
  padding-left: 10px;
  font-weight: 500;
  letter-spacing: .2px;
}

.menu-horizontal .link .drop a:hover {
  background: #f7f7f7;
}

.menu-horizontal .link:hover > .drop {
  opacity: 1;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  visibility: visible;
}

.menu-horizontal .megamenu {
  padding: 13px !important;
}

.menu-horizontal .megamenu h6 {
  font-weight: bold;
  font-size: 15px;
}

.menu-horizontal .megamenu img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.menu-horizontal .megamenu a {
  padding-left: 0px !important;
}

.menu-horizontal .megamenu a:hover {
  background: transparent !important;
}

.topbar-info {
  background: #C5FFF1;
  color: #ffffff;
  min-height: 47px;
  margin: auto;
  padding: 3px 0;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 999;
}

.topbar-info .text-muted {
  color: #f2f2f2 !important;
}

.sticky-0 {
  top: 0;
  position: -webkit-sticky;
  position: sticky;
}

@media (max-width: 992px) {
  .sticky-sm-none {
    position: static;
  }
}

@media (max-width: 992px) {
  .sticky-ms-0 {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }
}

header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #01ABEC;
  color: #fff;
  height: 100px;
  z-index: 900;
}

@media (max-width: 992px) {
  header {
    height: 70px;
  }
}

header .logo img {
  max-width: 110px;
}

@media (max-width: 960px) {
  header .logo img {
    max-width: 90px;
  }
}

header .search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .search input, header .search select, header .search button {
  height: 40px;
  background: #ffffff;
}

header .search input {
  color: #9DBFAF;
  width: 100%;
  border: none;
  border-right: none;
  padding: 5px 5px 5px 20px;
  border-radius: 20px 0 0 20px;
  outline: none;
  font-size: 13.5px;
}

header .search form select {
  border: none;
  padding: 5px;
  border-left: 1px solid #e4e4e4;
  font-size: 12.5px;
  color: #919191;
  width: 110px;
}

header .search button {
  width: 60px;
  border: none;
  text-align: center;
  color: #919191;
  border-radius: 0 15px 15px 0;
  cursor: pointer;
  font-size: 15px;
  border-left: 1px solid #e4e4e4;
}

header .search-dropdown .dropdown > button {
  color: #ffffff;
  font-size: 23px;
}

@media (max-width: 960px) {
  header .search-dropdown .dropdown > button {
    font-size: 18px;
  }
}

header .search-dropdown .dropdown .dropdown-menu {
  border: 3px solid #bcbcbc;
  border-radius: 15px;
  padding: 0;
  margin-top: 5px;
}

header .search-dropdown .dropdown .search input {
  min-width: 200px;
  max-width: 200px !important;
}

header .search-dropdown .dropdown .search button {
  width: 45px;
}

header .nav-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 0;
}

header .nav-header a {
  color: #fff;
  font-weight: 400;
  font-size: 12px;
  display: block;
  padding: 0px 7px;
  border-right: 1px solid #e4e4e4a6;
}

header .icons-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .icons-menu i {
  font-size: 25px;
}

header .icons-menu a {
  color: #ffffff;
  position: relative;
}

@media (max-width: 960px) {
  header .icons-menu a, header .icons-menu i {
    font-size: 15px;
  }
}

header .icons-menu .badge {
  position: absolute;
  width: 15px;
  height: 15px;
  font-size: 10px;
  top: -.8em;
  right: -.8em;
  background: #1f1e1e;
  color: #f8f8f8;
  border-radius: 50%;
}

.btn-open-modal {
  color: #ffffff;
  font-size: 20px;
}

.btn-open-modal:hover {
  color: #fff;
}

footer {
  background: #fff;
  color: #6f6f6f;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 13px;
}

footer img {
  max-width: 120px;
}

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

footer h5 {
  font-size: 15px;
  font-weight: 700;
}

footer h6 {
  font-size: 13px;
  font-weight: 400;
}

footer p {
  font-size: 13px;
}

footer hr {
  background: #d5d5d5b9;
  height: .001px;
}

footer input {
  background: #3e4043 !important;
  border: none !important;
  color: #cccccc !important;
  font-size: 13px !important;
  height: 45px !important;
  padding: 0 20px !important;
}

footer input:focus {
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

footer .list-unstyled li {
  margin-bottom: 5px;
}

footer .text-secondary {
  color: #c0c0c0 !important;
}

footer a {
  color: #6f6f6f;
}

footer a:hover {
  color: #919191;
}

footer a.btn {
  color: #b3b3b3;
  border: .05em solid #444444;
  font-size: 12px;
  padding: 0 5px;
  margin-bottom: 10px;
  border-radius: 2px;
  margin-right: 5px;
}

footer a.btn:hover {
  color: #ffffff;
  border-color: #ffffff;
}

@media (max-width: 768px) {
  footer a.btn {
    font-size: 15px;
    padding: 3px 5px;
  }
}

.list-group-style1 a {
  display: block;
  width: 100% !important;
  color: #444444;
  font-weight: 600;
  font-size: 13px;
}

.list-group-style1 a:hover {
  color: #01ABEC;
}

.list-group-style1 a.active {
  color: #01ABEC;
}

.list-group-style1 li.active {
  background: #fff;
  border-bottom-color: #ccc;
}

.list-group-style1 li.active a {
  color: #01ABEC;
}

.list-group-style1 .btn-icon {
  width: 20px !important;
  height: 20px;
  font-size: 17px;
  margin-right: 5px;
}

.card:hover .card-item i {
  color: #01ABEC;
}

.card-item {
  width: 100px;
  height: 100px;
  background: #f8f8f8;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  font-size: 40px;
}

.card-item i {
  color: #464646;
}

.rating i {
  color: #d5d5d5;
  font-size: 10.5px;
  margin-right: 0px;
}

.rating .checked {
  color: #6A6A6D;
}

.price {
  font-size: 18px;
  color: #3f3f3f;
  font-weight: 600;
}

.del {
  position: relative;
  color: #a3a3a3;
  font-size: 14px;
  font-weight: 600;
}

.del::before {
  content: "";
  position: absolute;
  left: 0;
  top: 60%;
  bottom: 0%;
  width: 100%;
  height: 1px;
  background: #a3a3a3a4;
}

.badge {
  font-size: 10.3px !important;
  font-weight: 600;
  text-transform: uppercase;
}

.badge-danger {
  background: #d37878;
  color: #ffffff;
}

.badge-success {
  background: #6bc561;
  color: #ffffff;
}

.card-product {
  background: #fff;
  color: #333;
  border: none;
  text-align: center;
  border: none;
  border-left: 1px solid #d3d3d37e;
  border-right: 1px solid #d3d3d37e;
  border-radius: 0%;
  text-align: left;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.card-product a:hover {
  color: #01abec;
}

.card-product .box-badge {
  position: absolute;
  left: .5em;
  top: .5em;
}

.card-product .box-badge .badge {
  font-size: 10px;
  border-radius: 0%;
  display: block;
  font-weight: 600;
  padding: 5px 6px;
  margin-bottom: 3px;
}

.card-product .card-tags {
  color: #8a8a8a;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: .3px;
  margin-bottom: 0px;
}

.card-product .card-title {
  color: #1d1d1d;
  font-size: 15px;
  font-weight: 500;
}

.card-product .btn {
  height: 35px;
  border-radius: 0%;
}

.card-product .card-body, .card-product .card-footer {
  padding-left: 10px;
  padding-right: 10px;
}

.grid-shop .card {
  border: 1px solid #d3d3d346;
}

.card-footer {
  border: none;
  background: transparent;
}

.card-product-list {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 0;
  border-radius: 0%;
  border: none;
  margin-bottom: 15px;
}

.card-product-list:hover {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.card-product-list .card-body {
  text-align: left;
}

.card-product-list .card-category {
  font-size: 10.5px;
}

.card-product-list .card-title {
  font-size: 18px !important;
  font-weight: bold;
  margin-bottom: 0;
}

.card-product-list .rating {
  margin-left: 0 !important;
  margin-top: 2px;
  margin-bottom: 8px;
}

.card-product-list p {
  color: #6f6f6f;
  font-size: 14px;
}

.card-product-list .btn-fav, .card-product-list .btn-blue {
  border-radius: 0%;
  margin-left: 2px;
  height: 40px;
}

.card-product-list .btn-cart-list {
  background: #0691d6;
  color: #ffffff;
  font-weight: 600;
  font-size: 13px;
  border: none !important;
}

.card-product-list .btn-cart-list i {
  color: #ffffff !important;
  margin-right: 5px;
}

@media (min-width: 1201px) {
  .card-product-list .card-body {
    width: 73%;
  }
  .card-product-list > a {
    width: 27%;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .card-product-list .card-body {
    width: 65%;
  }
}

@media (max-width: 992px) {
  .card-product-list > a {
    width: 40%;
  }
  .card-product-list .card-body {
    width: 60%;
  }
}

@media (max-width: 576px) {
  .card-product-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .card-body {
    width: 100% !important;
  }
  .card-product-list > a {
    width: 100%;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .card-product-list > a {
    width: 35%;
  }
}

@media (min-width: 576px) {
  .card-product-list .card-title {
    font-size: 1.25rem;
  }
}

.filter-modal {
  position: relative;
}

.filter-modal .close-filter-modal {
  position: absolute;
  left: 280px;
  top: 1em;
}

.filter-modal .filter-body {
  background: #ffffff;
  width: 100%;
  border-radius: 3px;
  padding: 5px 0;
  border-radius: 0%;
  padding: 0px 0px;
}

.filter-modal .accordion ul {
  list-style: none;
}

.filter-modal .accordion .card {
  border-radius: 0%;
  background: #ffffff;
  border: none;
  border-bottom: 1px solid rgba(204, 204, 204, 0.611);
}

.filter-modal .accordion .card .card-header-accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #ffffff;
  padding-left: 15px;
  padding-right: 20px;
  height: 50px;
  font-size: 14px;
  font-weight: 700;
  border: none;
}

.filter-modal .accordion .card .card-header-accordion i {
  font-size: 11px;
  margin-left: auto;
}

.filter-modal .accordion .card-header-accordion, .filter-modal .sub-accordion {
  padding: 0 10px;
}

.filter-modal .sub-accordion {
  background: #fff;
  padding-bottom: 10px;
}

.filter-modal .sub-accordion .card {
  border: none;
}

.filter-modal .sub-accordion .card-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffffff;
  height: 34px !important;
  border-bottom: none;
  font-weight: 500;
  font-size: 13px;
  padding-left: 5px;
  padding-right: 10px;
}

.filter-modal .sub-accordion .card-header a {
  display: block;
  width: 100%;
}

.filter-modal .sub-accordion .card-header i {
  font-size: 10px;
  color: #7e7e7e;
}

.filter-modal .sub-accordion ul {
  margin: 0;
  padding: 0;
  padding-left: 3px;
  font-size: 13px;
  font-weight: 600;
}

.filter-modal .sub-accordion ul li {
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.filter-modal .sub-accordion ul li a {
  display: block;
  width: 100%;
  font-size: 12px;
  font-weight: 400;
  padding-left: 5px;
}

.filter-modal .ul-filter {
  padding: 0;
}

.filter-modal .ul-filter a {
  font-size: 13px !important;
}

.filter-modal .btn-group label {
  margin-right: 10px;
  border-radius: 0% !important;
  font-size: 11px;
  width: 25px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.filter-modal input[type=number]::-webkit-inner-spin-button,
.filter-modal input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.filter-modal input[type=number] {
  -moz-appearance: textfield;
}

@media all and (max-width: 992px) {
  .filter-modal {
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all .2s;
    transition: all .2s;
    z-index: 2000;
  }
  .filter-body {
    width: 280px !important;
    position: absolute;
    overflow: auto;
    height: 100vh;
    background-color: #ffffff;
  }
  #filter-modal:target {
    opacity: 1;
    pointer-events: auto;
  }
}

.navbar-grid form {
  color: #545454;
  font-size: 13px;
}

.navbar-grid form label {
  margin-right: 5px;
}

.navbar-grid form select {
  padding: 5px 5px;
  color: #545454;
}

.navbar-grid form select option {
  font-size: 13.2px;
  padding-right: 0;
}

@media (max-width: 460px) {
  .navbar-grid form {
    font-size: 12px;
  }
  .navbar-grid form select {
    max-width: 120px;
  }
  .navbar-grid form select option {
    font-size: 12px;
    padding-right: 0;
  }
}

.navbar-grid i {
  font-size: 13px;
}

.navbar-grid .btn-select .btn {
  padding: 0;
}

.navbar-grid .btn-select .btn.active {
  color: #01ABEC;
}

.navbar-grid .btn-select .btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.navbar-grid .btn-select i {
  font-size: 18px;
}

@media (max-width: 348px) {
  .navbar-grid .mt-xsm {
    margin-top: 1em;
  }
}

.grid-shop {
  display: -ms-grid;
  display: grid;
  grid-gap: 0px;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 992px) {
  .grid-shop {
    grid-gap: 10px;
  }
}

@media (max-width: 768px) {
  .grid-shop {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 576px) {
  .grid-shop {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 420px) {
  .grid-shop {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
}

.pagination li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 5px;
}

.pagination a {
  color: #545454 !important;
  font-size: 14px;
  width: 33px;
  height: 33px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0% !important;
}

.pagination .disabled i {
  color: #8d8d8d;
}

.pagination .active a {
  background: #fff !important;
  color: #545454 !important;
}



.single-product {
  position: relative;
}

.single-product p {
  font-size: 15px;
  color: #797979;
}

.single-product .card {
  border: none;
}

.single-product .price .del {
  position: relative;
  color: #aaaaaa !important;
  font-size: 20px;
}

.single-product .price .h6 {
  font-size: 16px;
  font-weight: 600 !important;
  font-family: 'Poppins', sans-serif !important;
}

.single-product .price .h5 {
  font-size: 22px;
  font-weight: 700 !important;
  font-family: 'Poppins', sans-serif !important;
}

.single-product .rating .checked {
  color: #808080;
}

.single-product .rating i {
  font-size: 14px;
}

.single-product span {
  font-size: 13px;
}

.single-product .product-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.single-product .product-share .btn-icon {
  border-radius: 50%;
  border: 1px solid #cccccc;
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.single-product .product-share a {
  font-size: 13.5px;
  padding-top: 2px;
  display: block;
}

.zoom-single-product .box-badge {
  position: absolute;
  left: .5em;
  top: .5em;
}

.zoom-single-product .box-badge .badge {
  font-size: 12px;
  font-weight: 700;
  border-radius: 0%;
  display: block;
  margin-bottom: 5px;
  padding: 6px 10px;
}

.info-product .table thead {
  font-size: 15px;
}

.info-product .table thead th {
  color: #5a5a5a !important;
}

.info-product .table tbody {
  font-size: 14px;
  font-weight: 600;
}

.info-product .nav {
  font-size: 13px;
  font-weight: bold;
}

.info-product .nav .active {
  color: #01ABEC !important;
}

.info-product .nav a {
  color: #8a8a8a !important;
  padding-right: 25px !important;
}

.info-product .nav a:hover {
  color: #01ABEC !important;
}

.info-product .form-group input, .info-product .form-group textarea {
  border-radius: 0%;
}

.info-product .form-group label {
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 0;
}

.info-product .rating-widget li.star > i.fa {
  font-size: 24px !important;
}

.info-product .rating .checked {
  color: #5e5e5a;
}

.info-product .rating i {
  font-size: 12px;
}

.rating-widget .clearfix {
  clear: both;
}

.rating-widget a {
  color: #FFCC36;
  text-decoration: none;
  cursor: pointer;
}

.rating-widget .rating-stars ul {
  list-style-type: none;
  padding: 0;
  -moz-user-select: none;
  -webkit-user-select: none;
}

.rating-widget .rating-stars ul li {
  cursor: pointer;
}

.rating-widget .rating-stars ul > li.star {
  display: inline-block;
}

.rating-widget .rating-stars ul > li.star > i.fa {
  font-size: 2.5em;
  color: #ccc;
}

.rating-widget .rating-stars ul > li.star.hover > i.fa {
  color: #FFCC36;
}

.rating-widget .rating-stars ul > li.star.selected > i.fa {
  color: #FFCC36;
}

.number-spinner {
  max-width: 120px;
  padding: 0;
  margin: 0;
  border-radius: 0px;
  border: 1px solid #e2e2e2;
  overflow: hidden;
  position: relative;
  display: table;
}

.number-spinner input {
  height: 40px;
  max-height: 40px;
  font-size: 1em;
  padding: 0;
  margin: 0;
  border: none;
  position: relative;
  width: 100%;
  text-align: center;
  border-right: 0.01px solid #ccc;
  border-left: 0.01px solid #ccc;
}

.number-spinner input:focus {
  outline: none;
}

.number-spinner .ns-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
  vertical-align: middle;
  display: table-cell;
  cursor: pointer;
}

.number-spinner .ns-btn a {
  height: 40px;
  min-height: 40px;
  width: 30px;
  padding: 0;
  max-width: 30px;
  border-radius: 0;
  border: none;
  text-align: center;
  position: relative;
  background: #ffffff;
  color: #6a6a6a;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
}

.number-spinner .ns-btn .icon-minus:after {
  content: "\002212";
  font-size: 20px;
  line-height: 40px;
  font-weight: 500;
}

.number-spinner .ns-btn .icon-plus:after {
  content: "\00002B";
  font-size: 20px;
  line-height: 40px;
  font-weight: 500;
}

#my-gallery {
  position: relative;
  width: 100%;
}

#my-gallery .zoomed-image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 100%;
  height: 450px;
  margin: auto;
  border: 1px solid #ededed;
}

@media (max-width: 992px) {
  #my-gallery .zoomed-image {
    width: 100%;
    height: 350px;
  }
}

@media (max-width: 768px) {
  #my-gallery .zoomed-image {
    width: 100%;
    height: 450px;
  }
}

@media (max-width: 576px) {
  #my-gallery .zoomed-image {
    max-height: 350px;
  }
}

#my-gallery .sidebar {
  margin-top: 10px;
}

#my-gallery .item {
  border: 1px solid #ededed;
  border-radius: 0%;
  cursor: pointer;
}

@media (min-width: 1101px) {
  #my-gallery .item {
    height: 87px;
  }
}

@media (max-width: 1100px) {
  #my-gallery .item {
    height: 80px;
  }
}

@media (min-width: 881px) and (max-width: 991px) {
  #my-gallery .item {
    height: 100px;
  }
}

@media (min-width: 768px) and (max-width: 880px) {
  #my-gallery .item {
    height: 90px;
  }
}

@media (max-width: 767px) {
  #my-gallery .item {
    height: 120px;
  }
}

@media (max-width: 576px) {
  #my-gallery .item {
    height: 90px;
  }
}

#my-gallery .sidebar .small-preview {
  width: 100% !important;
  min-height: 100% !important;
  max-height: 100% !important;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 768px) {
  #my-gallery .sidebar img.small-preview {
    margin-bottom: 12px;
    cursor: auto;
  }
}

/*
            estilos por defecto
            */

            body {
              font-family: 'Montserrat', sans-serif;
          }
          h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
              font-family: 'Montserrat', sans-serif;
          }
          #carouselDark {
              top: 5.5rem;
          }
          .logo-img {
              height: 30px;
          }
          .logo-img-sm {
              height: 60px;
          }

          #products-in-cart{
              top: -15px;
              right: 10px;
              position:relative;
              z-index: 9999;
          }

          .input-search {
              width: 100% !important;
          }

          .content-top {
              padding-top: 7rem;
          }


          .modal-content-top .modal-dialog,
          .modal-content-right .modal-dialog,
          .modal-content-bottom .modal-dialog,
          .modal-content-left .modal-dialog {
              margin: 0;
          }

          .modal-content-top .modal-content,
          .modal-content-top .modal-header,
          .modal-content-right .modal-content,
          .modal-content-right .modal-header,
          .modal-content-bottom .modal-content,
          .modal-content-bottom .modal-header,
          .modal-content-left .modal-content,
          .modal-content-left .modal-header {
              border-radius: 0;
              border: 0;
          }

          .modal-content-right .modal-dialog,
          .modal-content-right .modal-content,
          .modal-content-left .modal-dialog,
          .modal-content-left .modal-content {
              min-height: 100vh;
          }

          .modal-content-right .modal-header,
          .modal-content-right .modal-footer,
          .modal-content-left .modal-header,
          .modal-content-left .modal-footer {
              flex-shrink: 0;
          }

          .cart-item-modal-title {
              font-size: 1.2rem
          }

          .modal-content-right {
              padding-right: 0 !important;
          }

          .modal-content-right .modal-dialog {
              margin-left: auto;
          }

          .modal-content-right.fade .modal-dialog {
              transform: translateX(25px);
          }

          .modal-content-right.show .modal-dialog {
              transform: translateX(0);
          }

          .modal-content-left.fade .modal-dialog {
              transform: translateX(-25px);
          }

          .modal-content-left.show .modal-dialog {
              transform: translateX(0);
          }

          .cart-wrapper-item-img {
              width: 70px;
              height: 70px;
              margin-right: 0.5rem!important;
          }

          .cart-wrapper-item-times-circle {
              position: relative;
              padding-top: 5px;
              padding-bottom: 5px;
              /*top: -8px;*/
              left: 8px;
          }

          .amount-items-decrement,
          .amount-items-increment {
              color: #4c4c4c;
              display: block;
              height: 30px;
              float: left;
              line-height: 16px;
              width: 26px;
              padding: 0;
              background: transparent;
              box-shadow: none;
              cursor: pointer;
              font-size: 18px;
              text-align: center;
              font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
              border: 1px solid #767676;
              position: relative;
          }

          .amount-items-decrement svg {
              width: 14px;
              height: 14px;
              position: absolute;
              top: 50%;
              left: 50%;
              margin-top: -6px;
              margin-left: -7px;
              fill: currentColor;
          }
          .amount-items {
              color: black;
              width: 46px;
              height: 33px;
              border: none;
              -moz-appearance: textfield;
              -webkit-appearance: none;
              display: inline-block;
              padding: 0;
              border-radius: 0;
              border-top: 1px solid #767676;
              border-bottom: 1px solid #767676;
          }

          .amount-items-input {
              background: transparent;
              text-align: right;
              padding-right: 2px;
              right: 0px;
          }

          .cart-items-reference {
              font-size: 10px;
              margin-left: 80px;
              text-align: start;
              display: block;
              margin-bottom: 10px;
          }

          .visuallyhidden {
              border: 0;
              height: 1px;
              margin: -1px;
              overflow: hidden;
              padding: 0;
              position: absolute;
              width: 1px;
          }

          .btn-whatsapp {
          background-color: #009688;
          border-color: #009688;
          }

          .btn-whatsapp:hover {
          background-color: #1EBEA5;
          border-color: #009688;
          }

          .modal-cart {
          max-width: 400px ;
          }



          #snackbar {
              visibility: hidden;
              width: 100%;
              margin-left: 0px;
              background-color: #28a745;
              color: #fff;
              text-align: center;
              border-radius: 2px;
              padding: 16px;
              position: fixed;
              z-index: 1;
              left: 0px;
              bottom: 0px;
              font-size: 17px;
          }

          #snackbar.show {
              visibility: visible;
              -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
              animation: fadein 0.5s, fadeout 0.5s 2.5s;
          }

          .paginator-block svg {
              width: 30px;
          }

          .paginator-block svg:active {
              width: 30px;
          }


          ul.no-bullets {
              list-style-type: none;
              margin: 0 0 0 1rem;
              padding: 0;
          }

          .category_header {
              text-decoration: none;
              color: #6c757d !important;
          }
          .category_item a {
              text-decoration: none;
              color: #6c757d;
          }
          .accordion-button:not(.collapsed)::after {
              color: #6c757d !important;
          }
          .accordion-button::after {
              color: #6c757d !important;
          }








          @media (min-width: 767px) {
              .logo-img {
                  height: 50px;
              }
              .logo-img-sm {
                  height: 30px;
              }

              .nav-form-search {
                  padding-left: 5rem;
              }

              .input-search {
                  width: 100% !important;
                  margin-left: 3rem;
              }
          }


          @media (min-width: 991px) {
              .input-search {
                  width: calc(8rem) !important;
              }
          }

          @media (min-width: 1200px) {
              .input-search {
                  width: 10rem !important;
              }
          }


          /*
          estilos de personalización
          */

          .btn-login {
              background-color: #000000 !important;
              color: #fff !important;
          }
          .btn-login:hover {
              border: solid 1px #000000 !important;
              color: #000000 !important;
              background-color: #fff !important;
          }

          .badge-new {
              background-color: #000000 !important;
              color: #fff !important;
              top: 0.5rem;
              right: 0.5rem
          }
          .badge-offer {
              background-color: #DC143C !important;
              color: #fff !important;
              top: 0.5rem;
              left: 0.5rem
          }

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


          /*

          .btn-login {
              background-color: #000000 !important;
              color: #fff !important;
          }
          .btn-login:hover {
              border: solid 1px #000000 !important;
              color: #000000 !important;
              background-color: #fff !important;
          }

          .btn-register {
              background-color: #DC143C;
              color: #fff;
          }
          .btn-register:hover {
              border: solid 1px #DC143C !important;
              color: #DC143C !important;
              background-color: #fff !important;
          }

          .input-search {
              border-radius: 50rem 0rem 0rem 50rem;

          }
          .button-search {
              border-radius: 0rem 50rem 50rem 0rem;
          }

          */
