.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-faded {
  background-color: #f7f7f9;
}

.bg-primary {
  background-color: #FD6B54 !important;
}

a.bg-primary:focus, a.bg-primary:hover {
  background-color: #fc3f22 !important;
}

.bg-success {
  background-color: #4cbb6c !important;
}

a.bg-success:focus, a.bg-success:hover {
  background-color: #3a9a56 !important;
}

.bg-info {
  background-color: #5bc0de !important;
}

a.bg-info:focus, a.bg-info:hover {
  background-color: #31b0d5 !important;
}

.bg-warning {
  background-color: #ff9a52 !important;
}

a.bg-warning:focus, a.bg-warning:hover {
  background-color: #ff7c1f !important;
}

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

a.bg-danger:focus, a.bg-danger:hover {
  background-color: #ff1919 !important;
}

.bg-inverse {
  background-color: #363A42 !important;
}

a.bg-inverse:focus, a.bg-inverse:hover {
  background-color: #1f2126 !important;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-top {
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

.rounded-right {
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.rounded-left {
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

.rounded-circle {
  border-radius: 50%;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.d-block {
  display: block !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-inline {
  display: inline !important;
}

.float-xs-left {
  float: left !important;
}

.float-xs-right {
  float: right !important;
}

.float-xs-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

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

.h-100 {
  height: 100% !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

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

.mt-0 {
  margin-top: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.m-1 {
  margin: 1rem 1rem !important;
}

.mt-1 {
  margin-top: 1rem !important;
}

.mr-1 {
  margin-right: 1rem !important;
}

.mb-1 {
  margin-bottom: 1rem !important;
}

.ml-1 {
  margin-left: 1rem !important;
}

.mx-1 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.my-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.m-2 {
  margin: 1.5rem 1.5rem !important;
}

.mt-2 {
  margin-top: 1.5rem !important;
}

.mr-2 {
  margin-right: 1.5rem !important;
}

.mb-2 {
  margin-bottom: 1.5rem !important;
}

.ml-2 {
  margin-left: 1.5rem !important;
}

.mx-2 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.my-2 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.m-3 {
  margin: 3rem 3rem !important;
}

.mt-3 {
  margin-top: 3rem !important;
}

.mr-3 {
  margin-right: 3rem !important;
}

.mb-3 {
  margin-bottom: 3rem !important;
}

.ml-3 {
  margin-left: 3rem !important;
}

.mx-3 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.my-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

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

.pt-0 {
  padding-top: 0 !important;
}

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

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.p-1 {
  padding: 1rem 1rem !important;
}

.pt-1 {
  padding-top: 1rem !important;
}

.pr-1 {
  padding-right: 1rem !important;
}

.pb-1 {
  padding-bottom: 1rem !important;
}

.pl-1 {
  padding-left: 1rem !important;
}

.px-1 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.py-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.p-2 {
  padding: 1.5rem 1.5rem !important;
}

.pt-2 {
  padding-top: 1.5rem !important;
}

.pr-2 {
  padding-right: 1.5rem !important;
}

.pb-2 {
  padding-bottom: 1.5rem !important;
}

.pl-2 {
  padding-left: 1.5rem !important;
}

.px-2 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.py-2 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.p-3 {
  padding: 3rem 3rem !important;
}

.pt-3 {
  padding-top: 3rem !important;
}

.pr-3 {
  padding-right: 3rem !important;
}

.pb-3 {
  padding-bottom: 3rem !important;
}

.pl-3 {
  padding-left: 3rem !important;
}

.px-3 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pos-f-t {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

.text-xs-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-normal {
  font-weight: normal;
}

.font-weight-bold {
  font-weight: bold;
}

.font-italic {
  font-style: italic;
}

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

.text-muted {
  color: #666666 !important;
}

a.text-muted:focus, a.text-muted:hover {
  color: #4d4d4d !important;
}

.text-primary {
  color: #FD6B54 !important;
}

a.text-primary:focus, a.text-primary:hover {
  color: #fc3f22 !important;
}

.text-success {
  color: #4cbb6c !important;
}

a.text-success:focus, a.text-success:hover {
  color: #3a9a56 !important;
}

.text-info {
  color: #5bc0de !important;
}

a.text-info:focus, a.text-info:hover {
  color: #31b0d5 !important;
}

.text-warning {
  color: #ff9a52 !important;
}

a.text-warning:focus, a.text-warning:hover {
  color: #ff7c1f !important;
}

.text-danger {
  color: #ff4c4c !important;
}

a.text-danger:focus, a.text-danger:hover {
  color: #ff1919 !important;
}

.text-gray-dark {
  color: #363A42 !important;
}

a.text-gray-dark:focus, a.text-gray-dark:hover {
  color: #1f2126 !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.invisible {
  visibility: hidden !important;
}

.hidden-xs-up {
  display: none !important;
}

@media (max-width: 575px) {
  .hidden-xs-down {
    display: none !important;
  }
}

@media (min-width: 576px) {
  .hidden-sm-up {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important;
  }
}

.hidden-xl-down {
  display: none !important;
}

.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

/** Header -  classic/templates/_partials/header.tpl
**************************************************/
dialog {
  width: 400px;
  height: 300px;
}

/* Header*/
#header {
  position: relative;
  z-index: 999;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.11);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.11);
}
#header .container-fluid {
  max-width: 1440px;
}
#header .logo {
  width: auto;
}
@media (max-width: 767px) {
  #header .logo {
    max-height: 2rem;
  }
}

@media (max-width: 767px) {
  .top-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 50px;
  }

  .menu-icon {
    padding: 1rem 1rem 1rem 0;
    cursor: pointer;
  }
}
/* Header banner*/
.header-banner .header-msg {
  line-height: 1rem;
  padding: 0.5rem 1.5rem;
}
@media (min-width: 768px) {
  .header-banner .header-msg {
    letter-spacing: 0.05rem;
  }
}
.header-banner .header-msg a {
  color: #fff;
}
.header-banner .header-msg a:hover, .header-banner .header-msg a:focus {
  color: #fff;
  text-decoration: none;
}

/* Header nav*/
.header-nav {
  background-color: #92C6B9;
  color: #3B4A46;
  font-size: 0.75rem;
  border-bottom-width: 1px;
  border-bottom-color: #92C6B9;
  border-bottom-style: solid;
  padding: 0.25rem 0;
  font-weight: bold;
}
.header-nav a {
  color: #3B4A46;
}
.header-nav a:hover, .header-nav a:focus {
  color: #3B4A46;
  text-decoration: none;
}
.header-nav .desktop {
  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;
  width: 100%;
}
@media (max-width: 767px) {
  .header-nav .desktop {
    padding: 0.25rem;
  }
}
.header-nav .right-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-nav .right-nav ul:not(.dropdown-menu) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 0;
}
.header-nav .right-nav ul:not(.dropdown-menu) li {
  margin-right: 0.5rem;
  padding-right: 0.5rem;
  border-right: 1px solid #3B4A46;
}
@media (max-width: 991px) {
  .header-nav .right-nav ul:not(.dropdown-menu) li {
    margin-right: 0.2rem;
    padding-right: 0.2rem;
  }
}
.header-nav .center-nav {
  text-align: center;
  font-size: 0.8125rem;
  font-weight: bold;
}
.header-nav .center-nav i {
  font-size: 0.8125rem;
}
.header-nav .slogan {
  line-height: 1em;
}
.header-nav .currency-selector {
  margin-top: 0.9375rem;
  margin-left: 0.9375rem;
  white-space: nowrap;
}
.header-nav .user-info {
  white-space: nowrap;
}
.header-nav .user-info .account {
  margin-left: 0.625rem;
}
.header-nav .language-selector {
  white-space: nowrap;
}
.header-nav .language-selector.dropdown .expand-more {
  color: #3B4A46;
  margin-left: 0;
}
.header-nav .language-selector .dropdown-menu {
  left: -73px;
}
.header-nav .language-selector .dropdown-menu .dropdown-item {
  color: #333333;
}
.header-nav .cart-preview {
  background: #D06656;
  color: #fff;
}
.header-nav .cart-preview.active {
  background: #D06656;
}
.header-nav .cart-preview.active a,
.header-nav .cart-preview.active i {
  color: #fff;
}
.header-nav .cart-preview .shopping-cart {
  vertical-align: middle;
}
.header-nav .cart-preview .body {
  display: none;
}
.header-nav .blockcart {
  height: 3rem;
  padding: 0.75rem;
  margin-left: 0.9375rem;
  text-align: center;
  white-space: nowrap;
  background: #D06656;
}
.header-nav .blockcart a {
  color: #666666;
}
.header-nav .blockcart a:hover, .header-nav .blockcart a:focus {
  color: #FD6B54;
}
.header-nav .blockcart.active a:hover {
  color: #fff;
}
.header-nav #_desktop_contact_link {
  display: inline-block;
}
.header-nav .material-icons {
  line-height: inherit;
}

.header-nav #_desktop_language_selector {
  float: right;
}
.header-nav #_desktop_language_selector .language-selector {
  white-space: nowrap;
}
.header-nav #_desktop_language_selector .language-selector button {
  border: 0;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-nav #_desktop_language_selector .language-selector button .material-icons {
  height: auto;
}
.header-nav #_desktop_language_selector .dropdown-menu {
  left: -44px;
}

/* Header top*/
#header .header-top,
body#checkout #header .header-nav {
  padding: 1rem 0;
  background-color: #fff !important;
  /*color: $header-top-color;*/
  position: static;
  border-bottom-width: 0;
  border-bottom-color: #FDF0EC;
  border-bottom-style: solid;
}
@media (max-width: 767px) {
  #header .header-top,
body#checkout #header .header-nav {
    padding: 0.75rem 0;
  }
}
#header .header-top > .container,
body#checkout #header .header-nav > .container {
  position: relative;
}
#header .header-top .menu,
body#checkout #header .header-nav .menu {
  display: inline-block;
  color: #333333;
}
#header .header-top .menu a,
body#checkout #header .header-nav .menu a {
  color: #333333;
}
#header .header-top .menu a:hover, #header .header-top .menu a:focus,
body#checkout #header .header-nav .menu a:hover,
body#checkout #header .header-nav .menu a:focus {
  color: #D06656;
  text-decoration: none;
}
#header .header-top .menu > ul,
body#checkout #header .header-nav .menu > ul {
  margin: 0;
}
#header .header-top .menu > ul > li,
body#checkout #header .header-nav .menu > ul > li {
  display: inline-block;
}
#header .header-top-top-right,
body#checkout #header .header-nav-top-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#header .header-top .search-widgets,
body#checkout #header .header-nav .search-widgets {
  margin-bottom: 0;
}
#header .header-top .search-widgets form i,
body#checkout #header .header-nav .search-widgets form i {
  color: #FD6B54;
}
#header .header-top .search-widgets form input[type=text],
body#checkout #header .header-nav .search-widgets form input[type=text] {
  min-width: inherit;
  width: 100%;
  border-radius: 0.25rem;
  border: 1px solid #9e9e9e;
  background-color: transparent !important;
}

/* Header top*/
#header .header-top .header-top__content {
  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;
  padding-right: 1.5rem;
}
@media (max-width: 991px) {
  #header .header-top .header-top__content {
    padding-right: 0;
  }
  #header .header-top .header-top__content .header-top-nav {
    width: 20%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #header .header-top .header-top__content #_desktop_logo {
    width: 60%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    text-align: center;
  }
  #header .header-top .header-top__content .header-top-right {
    width: 20%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

#header .header-top .header-top-right {
  /*.user-info a{
    border-right: 1px solid $gray-light-second;
    padding-right: .8rem;
    margin-right:.8rem;
  }*/
}
#header .header-top .header-top-right .user-info a, #header .header-top .header-top-right .user-info .hexncd, #header .header-top .header-top-right .blockcart .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333333;
  font-size: 0.75rem;
}
#header .header-top .header-top-right .user-info a i, #header .header-top .header-top-right .user-info .hexncd i, #header .header-top .header-top-right .blockcart .header i {
  color: #FD6B54;
}
@media (max-width: 991px) {
  #header .header-top .header-top-right .user-info a, #header .header-top .header-top-right .user-info .hexncd {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
#header .header-top .header-top-right .phone {
  display: none;
}
#header .header-top .header-top-right .header {
  position: relative;
}
#header .header-top .header-top-right .header .cart-products-count {
  position: absolute;
  top: 0;
  right: 0;
}

@media (min-width: 992px) and (max-width: 1139px) {
  #header .header-top .header-top-right .user-info a,
#header .header-top .header-top-right .user-info .hexncd {
    text-align: center;
    line-height: 16px;
  }
}
/* Checkout page header (this page not contains header-top. Only header-nav */
body#checkout #header .header-nav {
  background-color: #92C6B9 !important;
  color: #3B4A46;
}

.ui-autocomplete.searchbar-autocomplete {
  z-index: 999 !important;
}

@media only screen and (min-width: 768px) {
  #header .search-widgets {
    float: right;
  }
}
@media (max-width: 767px) {
  .header-nav {
    padding: 0;
    border-bottom: 0;
  }
  .header-nav .container-fluid {
    padding: 0;
  }
  .header-nav .center-nav {
    text-align: left;
    padding-left: 2rem;
    font-size: 0.875rem;
  }
  .header-nav .center-nav i {
    font-size: 0.875rem;
  }

  /*.header-nav .mobile{
     padding: .25rem 2rem;
     background-color: #ffffff;
     max-width: 97%;
     margin: 0 auto;
     display: flex;
     justify-content: space-between;
     align-items: center;
     #menu-icon,
     #_mobile_user_info{
       i{
         color: $brand-primary-darker;
       }
     }
   }*/
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .header-nav .center-nav {
    padding: 0;
  }
}
/* Cart en header*/
#_mobile_cart {
  display: none;
}

/* Easy top banner */
.gt-topbanner-txt {
  padding: 0.75rem 2rem;
  text-align: center;
}

.gt-topbanner-featured {
  font-style: italic;
  font-weight: bold;
}

#trosa_search {
  text-align: center;
}
@media (max-width: 767px) {
  #trosa_search .bg-primary-lighter {
    padding: 0;
  }
}

.trosa_search_content {
  margin-top: 1rem;
  background-color: #FF9D8E;
  border-radius: 8px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding: 1.5rem 1.5rem 1.5rem;
  position: relative;
}
@media (max-width: 767px) {
  .trosa_search_content {
    margin-top: 0;
  }
}

body#view .trosa_search_content, .page-category .trosa_search_content, .page-index .trosa_search_content {
  margin-top: 0;
}
body#view .trosa_search_content:before, .page-category .trosa_search_content:before, .page-index .trosa_search_content:before {
  content: "";
  background-image: url(../img/fs-search-arrow-top.svg);
  background-repeat: no-repeat;
  position: absolute;
  /* width: 70px;
   height: 46px;
   top:-20px;*/
  width: 55px;
  height: 35px;
  top: -15px;
  left: 50%;
  background-position: center top;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 991px) {
  body#view .trosa_search_content:before, .page-category .trosa_search_content:before, .page-index .trosa_search_content:before {
    top: -8px;
  }
}

.trosa_search_title {
  color: #fff;
  font-weight: bold;
  text-align: left;
}

/** NUEvo ****/
#module-trevenque_trsearch-default .page-header.main-title {
  display: none;
}

.trosa_search_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
@media (min-width: 576px) {
  .trosa_search_form {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 768px) {
  .trosa_search_form {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.trosa_search_form .trosa_search_group {
  position: relative;
}
.trosa_search_form .trosa_search_group select {
  width: 100%;
  height: 36px;
  padding-left: 2rem;
}
.trosa_search_form .trosa_search_group i {
  position: absolute;
  z-index: 1;
  color: #FD6B54;
  font-size: 16px;
  left: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-left: 0.2rem;
}
@media (max-width: 767px) {
  .trosa_search_form .trosa_search_group i {
    top: 35%;
  }
}
.trosa_search_form .trosa_search_group i.material-icons {
  width: 16px;
  height: 16px;
}
@media (min-width: 576px) {
  .trosa_search_form .trosa_search_group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 1rem;
    width: 33%;
  }
}
@media (max-width: 767px) {
  .trosa_search_form .trosa_search_group {
    padding-bottom: 1rem;
  }
}
.trosa_search_form .trosa_search_group label {
  margin: 0 1rem 0 0;
  color: #fff;
  font-weight: bold;
  text-align: left;
}
.trosa_search_form .trosa_search_group .select2-container, .trosa_search_form .trosa_search_group #av_deliverydate {
  background-color: #fff;
  padding: 0.25rem 0.75rem;
  border-radius: 4px;
  width: 100%;
}
.trosa_search_form .trosa_search_group #av_deliverydate {
  padding: 0.5rem 0.75rem 0.5rem 2rem;
  border: 0;
  width: 100%;
  height: 36px;
}
.trosa_search_form .trosa_search_group .select2-container {
  min-width: 100%;
  max-width: 100%;
  background-color: #fff;
}
.trosa_search_form .trosa_search_group .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 1.25rem;
}
.trosa_search_form .trosa_search_group .select2-container--default.select2-container--disabled .select2-selection--single,
.trosa_search_form .trosa_search_group .select2-container--default .select2-selection--single {
  background-color: #fff;
  cursor: default;
  border: 0;
  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;
}
.trosa_search_form .trosa_search_group .select2-container--default .select2-selection--single .select2-selection__arrow {
  position: relative;
  color: red !important;
}
.trosa_search_form .trosa_search_group .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #111111 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.trosa_search_form .trosa_search_group .select2-container .select2-selection--single .select2-selection__rendered {
  overflow: visible;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #FD6B54 !important;
}

/* Trosa resultados*/
.trosa_search_results {
  background-color: #D06656;
  border-radius: 8px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 0.5rem 1rem;
  color: #ffffff;
  display: block;
  /* margin-bottom: 2rem;*/
}
.trosa_search_results h4 {
  margin-top: 0.25rem;
  margin-bottom: 0;
}

/* Responsive */
@media (max-width: 767px) {
  .trosa_search_form_content {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
}
@media (min-width: 992px) and (max-width: 1116px) {
  #trosa_search .trosa_search_title {
    font-size: 0.85rem;
    font-weight: 800;
    line-height: 1.2;
    padding-right: 0;
  }
}
@media (max-width: 991.98px) {
  .trosa_search_content {
    padding: 0.75rem 1.5rem;
  }

  #trosa_search .trosa_search_title {
    text-align: center;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 767.98px) {
  #trosa_search .trosa_search_title {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .trosa_search_content {
    padding: 0.75rem 1.5rem 0;
  }
  .trosa_search_content:before {
    position: absolute;
    width: 84px;
    height: 19px;
    top: -15px;
    left: 50%;
    background-position: center center;
    background-size: 59%;
  }

  .trosa_search_results {
    font-size: 0.87rem;
    font-weight: bold;
    padding-bottom: 1rem;
    margin-left: -15px;
    margin-right: -15px;
  }
  .trosa_search_results h4 {
    font-size: 1rem;
  }

  #trosa_search .trosa_search_title {
    text-align: center;
    padding: 0 0 0.75rem;
  }
  #trosa_search [_nghost-iik-c64] section[_ngcontent-iik-c64] {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
  }
  #trosa_search .trosa_search_form .mat-form-field {
    width: 100%;
    margin-bottom: 0.5rem;
  }
  #trosa_search label.mat-form-field-label {
    display: none;
  }

  .btn-search-dropdown {
    color: #fff;
    font-weight: 800;
    margin-bottom: 0.5rem;
    display: block;
  }
  .btn-search-dropdown:focus, .btn-search-dropdown:active, .btn-search-dropdown:hover, .btn-search-dropdown.active.focus, .btn-search-dropdown.active:focus, .btn-search-dropdown.active:hover, .btn-search-dropdown:active.focus, .btn-search-dropdown:active:focus, .btn-search-dropdown:active:hover, .btn-search-dropdown.disable:hover, .btn-search-dropdown:disabled:hover {
    color: #fff;
    font-weight: 800;
  }
  .btn-search-dropdown[aria-expanded=false] .ico-up {
    display: none;
  }
  .btn-search-dropdown[aria-expanded=true] .ico-down {
    display: none;
  }
  .btn-search-dropdown[aria-expanded=true] .ico-up {
    display: inline-block;
  }
}
/** Category second level***/
body.category-depth-level-2 #trosa_search {
  background-color: #FDF0EC;
}