/** UmarexShopResult Template **/

/* colors */

#rocketsearch-app .ux-item .ux-green{
 color: #7ABF1E;
}

#rocketsearch-app .ux-item .ux-red{
 color: #C1040F;
}

#rocketsearch-app .ux-item .ux-yellow{
 color: #FFE933;
}

#rocketsearch-app .ux-item .ux-orange{
 color: #F89600;
}

#rocketsearch-app .ux-item .ux-light_gray{
 color: #989898;
}

#rocketsearch-app .ux-item .ux-gray{
 color: #545458;
}
#rocketsearch-app .ux-item .ux-green{
 color: #7ABF1E;
}

#rocketsearch-app .ux-item .ux-red-bg{
 background-color: #C1040F;
}

#rocketsearch-app .ux-item .ux-gray-bg{
 background-color: #545458;
}

#rocketsearch-app .ux-item {
 margin:0
}

/* PC Version */

#rocketsearch-app .ux-item .page_path {
 font-size:11px;
 background-color: #545458;
 color: white;
 padding: 3px 4px 0 4px;
 width: fit-content;
 border-radius: 3px 0 0 0;
}

#rocketsearch-app .ux-item .savings_label {
 color: white;
 padding: 3px 4px 0 4px;
 width: fit-content;
 border-radius: 0 3px 0 0;
 font-size: 11px;
 font-weight: bold;
}

#rocketsearch-app .ux-item .content-row {
 padding: 0.5rem 1rem;
}

#rocketsearch-app .ux-item .title {
 font-weight:800;
 font-size:14px;
 color:#737373;
}

#rocketsearch-app .ux-item .text-pad {
 padding-top:7px;
}

#rocketsearch-app .ux-item .no-pad {
 padding:0;
}

#rocketsearch-app .ux-item .info {
 font-size:12px;
 color: #989898;
 padding-bottom: 6px;
}

#rocketsearch-app .ux-item .shipping {
 font-size:12px;
 color: #545458;
}

#rocketsearch-app .ux-item .availability {
 font-size: 9px;
 padding-right: 2px;
}

#rocketsearch-app .ux-item .price-container {
 align-self: self-end;
 padding:0;
}

#rocketsearch-app .ux-item .price-reduced-row {
 font-weight:bold;
 margin-bottom: -7px;
}

#rocketsearch-app .ux-item .price-reduced {
 font-size: 20px;
 padding: 0 2px 0 0;
 align-self: self-end;
 line-height:  1.25 !important;
}

#rocketsearch-app .ux-item .price-uvp {
 font-size:20px;
 color:#737373;
 justify-content: right;
 padding: 0 0 0 10px;
 align-self: self-end;
 text-decoration: line-through;
}

#rocketsearch-app .ux-item .price-reduced, #rocketsearch-app .ux-item .price-uvp{
	line-height: 1.4;
}

#rocketsearch-app .ux-item .price-uvp .text-line-through {
 text-decoration: line-through;
}

#rocketsearch-app .ux-item .price-reduced small, #rocketsearch-app .ux-item .price-uvp small, #rocketsearch-app .ux-item .price small {
 font-size: small;
 display: block;
 width: 100%;
}

#rocketsearch-app .ux-item .mobile-container .price-reduced small, #rocketsearch-app .ux-item .mobile-container .price-uvp small, #rocketsearch-app .ux-item .mobile-container .price small {
 text-align: left;
}

#rocketsearch-app .ux-item .price {
 font-size:20px;
 font-weight:bold;
 color:#737373;
 justify-content: right;
 margin-bottom: -7px;
}

#rocketsearch-app .ux-item .mwst {
 font-size:10px;
 color: #545458;
 justify-content: right;
}

/* added by PW */
.rocketsearch-app .page-item > button.page-link {
	color: #C0000C;
}
.rocketsearch-app .page-item.active > button.page-link {
	background-color: #C0000C !important;
	border-color: #C0000C !important;
	color: #FFF !important;
}
/* end */

/* Mobile */

#rocketsearch-app .ux-item .mobile-container  {
 padding: 0 0 1rem 0;
}

#rocketsearch-app .ux-item .img-col {
 padding-top: 1rem;
}

#rocketsearch-app .ux-item .responsive-image {
 max-width: 100%;
 height: auto;
}

#rocketsearch-app .mobile_padding {
    padding:0 15px 0 15px;
}

#rocketsearch-app .ux-item .mobile-container .img-col {
 max-width: 80%;
 margin: 0 auto;
}

#rocketsearch-app .ux-item .mobile-container .title {
 font-size:22px;
}

#rocketsearch-app .ux-item .mobile-container .info {
 font-size:16px;
 color: #989898;
}

#rocketsearch-app .ux-item .mobile-container .page_path {
 font-size:14px;
 background-color: white;
 color: #545458;
 padding: 0;
 border-radius:0;
}

#rocketsearch-app .ux-item .mobile-container .breadcrumbs {
 margin-bottom: 10px;
}

#rocketsearch-app .ux-item .mobile-container .price-uvp {
 justify-content: left;
 padding: 0 0 0 5px;
}

#rocketsearch-app .ux-item .mobile-container .price {
 justify-content: left;
}

#rocketsearch-app .ux-item .mobile-container .mwst {
 font-size:14px;
 color: #545458;
 justify-content: left;
}

#rocketsearch-app .ux-item .mobile-container .h-line {
 margin-bottom: -10px;
 margin-top: -10px
}

#rocketsearch-app .ux-item .mobile-container .shipping {
 font-size:13px;
 color: #545458;
}
/*****************/
/** Tablet Container **/

#rocketsearch-app .ux-item .tablet-container .h-line {
 margin-bottom: -10px;
 margin-top: -10px
}

#rocketsearch-app .ux-item .tablet-container .price-uvp {
 justify-content: left;
 padding: 0 0 0 5px;
}

#rocketsearch-app .ux-item .tablet-container .price {
 justify-content: left;
}

#rocketsearch-app .ux-item .tablet-container .mwst {
 font-size:14px;
 color: #545458;
 justify-content: left;
}


/*****************/
/** General Rocket Search **/

/* App */

#rocketsearch-app {
  font-family: 'DIN Offc Pro', monospace;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  color: #2c3e50;
  height: 42px;
}

@font-face {
    font-family: "DIN Offc Pro";
    font-weight: normal;
    src: url("/bundles/rocketsearchshopware/fonts/web/DINOffcPro.ttf") format("truetype");
}

@font-face {
    font-family: "DIN Offc Pro ";
    font-weight: bold;
    src: url("/bundles/rocketsearchshopware/fonts/web/DINOffcPro-Bold.ttf") format("truetype");
}

/* General */

#rocketsearch-app .row {
  width: 100%;
  margin: 0;
}

#rocketsearch-app .row > span {
  font-size: 13px;
  display: inline-block;
  padding: 2px 0;
}

#rocketsearch-app .container, #rocketsearch-app .container-md {
  padding: 0;
}

/* Search Bar */

#rocketsearch-app #rocketsearch-searchbar {
	height: 100%;
}

/* added by PW */
#rocketsearch-app #rocketsearch-searchbar > .input-group {
	height: 100%;
}
/* end */

#rocketsearch-searchbar #rocketsearch-search-input {
  border-radius: 0;
  height: 100%;
}

#rocketsearch-searchbar #rocketsearch-search-input::placeholder {
  color: grey;
  font-size: larger;
}

#rocketsearch-search-icon-container{
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  z-index: 20;
}

#rocketsearch-search-icon-container .input-group-text{
  background-color: #C0000C;
  width: 3em;
  height: 100%;
  z-index: 25;
  line-height: 4;
}

#rocketsearch-search-icon {
  color: white;
  font-size: 1.2em;
}

/* added by PW */
#rocketsearch-facets-container .facet-term-option > div > label {
  font-size: 13px;
  display: inline-block;
  font-weight: 500;
}
/* end */

/* Search Bar Mobile */

@media (max-width: 767.98px) {
  #rocketsearch-app #rocketsearch-searchbar {
    margin-top: 10px;
  }
}

/* Result Table */

#rocketsearch-app .header-cell {
  padding-left: 15px;
  padding-top: 20px;
  border-bottom-width: 1px;
}

#rocketsearch-app .border-header {
  width: 100%;
  border: 1px solid #dee2e6;
  border-left-width: 0;
  border-right-width: 0;
  margin-bottom: 17px;
  }

#rocketsearch-app .header-cell.suggest-header {
  width: 33.33333%;
  padding-left: 0;
}

#rocketsearch-app .content-cell {
  border-bottom-color: white;
  vertical-align: top;
  padding: 0;
}

#rocketsearch-footer {
  border-bottom-color: white;
  vertical-align: top;
}

#rocketsearch-powered {
  padding-top: 0;
  padding-left: 25px;
  padding-bottom: 8px;
}

/* added by PW */
@media (max-width: 991.98px) {
  #rocketsearch-app .header-cell {padding-left: 0}
  #rocketsearch-facets-container > div > .row > div {padding-left: 0; padding-right: 0}
  #rocketsearch-app .row > span {font-size: 12px}
  #rocketsearch-app .facet-terms > .col {padding-left: 0; padding-right: 0;}
  #rocketsearch-facets-container .facet-term-option > div > label {font-size: 12px}
}
/* end */

/* Result Container */

#rocketsearch-app #rocketsearch-results-container {
  /*border-radius: 10px;*/
  border: 1px solid #ced4da;
  margin-top: 10px;
  margin-bottom: 20px;
  position: absolute;
  background: white;
  right: 8px;
  z-index: 998;
}


#rocketsearch-results-container #rocketsearch-suggest-column {
  padding: 20px 15px;
}

#rocketsearch-results-container #rocketsearch-result-column {
  padding: 20px 15px;
}

#rocketsearch-results-container #rocketsearch-result-item-row {
  margin-top: 10px;
}

#rocketsearch-results-container #rocketsearch-powered-row {
  margin-top: -5%;
  z-index: 90;
  margin-left: 0px;
}

.pagination {
	display: flex;
	padding-left: 0;
	list-style: none;
	border-radius: .25rem
}

.page-link {
	position: relative;
	display: block;
	padding: .5rem .75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #33383F;
	background-color: #fff;
	border: 1px solid #33383F
}

.page-link:hover {
	z-index: 2;
	color: #0056b3;
	text-decoration: none;
	background-color: #e9ecef;
	border-color: #33383F
}

.page-link:focus {
	z-index: 3;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.page-item:first-child .page-link {
	margin-left: 0;
	border-top-left-radius: .25rem;
	border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
	border-top-right-radius: .25rem;
	border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
	z-index: 3;
	color: #fff;
	background-color: #33383F;
	border-color: #33383F
}

.page-item.disabled .page-link {
	color: #6c757d;
	pointer-events: none;
	cursor: auto;
	background-color: #fff;
	border-color: #33383F
}

.pagination-lg .page-link {
	padding: .75rem 1.5rem;
	font-size: 1.25rem;
	line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
	border-top-left-radius: .3rem;
	border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
	border-top-right-radius: .3rem;
	border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
	border-top-left-radius: .2rem;
	border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
	border-top-right-radius: .2rem;
	border-bottom-right-radius: .2rem
}


/* Result Container Mobile */

@media (max-width: 767.98px) {
  html, body {
    overscroll-behavior: none;
  }

  #rocketsearch-app #rocketsearch-results-container {
    /* border-radius: 10px; */
    border: 1px solid #ced4da;
    margin: 10px;
    position: absolute;
    background: white;
    z-index: 998;
    right: 0;
    left: 0;
  }

  #rocketsearch-results-container #rocketsearch-suggest-column {
    padding: 20px 0 0 0;
  }

 #rocketsearch-results-container  #rocketsearch-result-column {
    padding-top: 0px;
    padding-bottom: 10px;
  }

  #rocketsearch-results-container #rocketsearch-facet-column {
    padding-bottom: 10px;
  }

  #rocketsearch-results-container #rocketsearch-result-item-row {
    margin: 10px 0 0 0;
  }
}

/* Column Headers */

#rocketsearch-results-container .rocketsearch-column-header {
  width: 100%;
}

#rocketsearch-results-container .rocketsearch-column-header-text {
  font-weight: bold;
  font-size: larger;
  text-align: left;
  margin-bottom: 13px;
  margin-left: 13px;
}

#rocketsearch-results-container .rocketsearch-column-show-all {
  margin: -24px 0 0 0;
  text-align: right;
}

#rocketsearch-results-container .rocketsearch-text-show-all {
  font-size: medium;
  color: #C0000C;
  cursor: pointer;
}

#rocketsearch-results-container .rocketsearch-column-header-underline {
  background: #ced4da;
  border: none;
  color: #ced4da;
  height: 1px;
  margin: 0;
}

#rocketsearch-results-container #rocketsearch-vertical-line {
  border-left: 1px solid #ced4da;
  margin-right: -1px;
  margin-bottom: -42px;
}

/* Column Headers Mobile */

@media (max-width: 767.98px) {
  #rocketsearch-results-container .rocketsearch-column-header-text {
    margin-bottom: 0;
  }

  #rocketsearch-results-container .rocketsearch-column-show-all {
    margin: 20px 24px 5px 0;
    text-align: right;
  }

  #rocketsearch-results-container .rocketsearch-text-show-all {
    font-size: medium;
    color: #0080c8;
    cursor: pointer;
  }

  #rocketsearch-results-container .rocketsearch-column-header-underline {
    background: #ced4da;
    border: none;
    color: #ced4da;
    height: 1px;
    margin: 0 -15px;
  }
}

/* Result List */

#rocketsearch-result-column #rocketsearch-result-list {
  margin-top: 10px;
}

#rocketsearch-result-column .rocketsearch-no-results {
  margin: 10px 0 20px 0;
  text-align: left;
}

#rocketsearch-result-column #rocketsearch-result-pagination {
  margin: 20px 0 0 0;
}

/* Result List Mobile */

@media (max-width: 767.98px) {
  #rocketsearch-result-column #rocketsearch-result-list {
    margin-top: 10px;
    min-height: 200px;
    height: calc(100vh - 500px);
    overflow-y: scroll;
  }

  #rocketsearch-result-column #rocketsearch-result-pagination {
    margin: 20px 0;
  }
  
  #rocketsearch-result-pagination > li > button{
    color: #C0000C;
  }
  
  /* added by PW */
  #rocketsearch-result-pagination > li > .page-link{
    padding: .75rem .85rem;
  }
  /* end */
  
  #rocketsearch-result-pagination > li.active > button
  {
    color: #ffffff;
    background-color: #C0000C;
    border-color: #C0000C;
  }
  
  #rocketsearch-app .rocketsearch-result-frame {
    text-align: right;
    white-space: nowrap;
  }
}

/* Result Item */
#rocketsearch-result-column .absolut-size {
  width: 650px;
}

#rocketsearch-result-column .rocketsearch-result-item {
  margin: 5px 0;
  border: 1px solid #ced4da;
  border-radius: 5px;
  padding: 0;
}

#rocketsearch-result-column .rocketsearch-result-item:first-child {
  margin-top: 0;
}

#rocketsearch-result-column .rocketsearch-result-item:last-child {
  margin-bottom: 0;
}

/* Result Item */

#rocketsearch-result-list .rocketsearch-result-item {

}

#rocketsearch-result-list .rocketsearch-result-item:hover {
  text-decoration: none;
  background-color: #f8f8f8;
  cursor: pointer;
}

/* Result Item: Preview Image */

#rocketsearch-result-list .rocketsearch-result-image-column {
  padding: 0px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.rocketsearch-result-item .rocketsearch-preview-image{
  border: 1px solid #e3e3e3;
  border-radius: 4px;
}

/* Result Item: Content */

#rocketsearch-result-list .rocketsearch-result-text-container {
  text-align: left;
  padding-right: 0;
}

#rocketsearch-result-list .rocketsearch-result-text-column {
  padding: 0;
}

#rocketsearch-result-list .rocketsearch-result-title-row {
  font-weight: bold;
  font-size: medium;
  line-height: 1.5em;
  height: 1.5em;
  overflow: hidden;
}

#rocketsearch-result-list .rocketsearch-result-description-row {
  font-size: small;
  line-height: 1.5em;
  height: 3em;
  overflow: hidden;
}

#rocketsearch-result-list .rocketsearch-result-tags-row {

}

#rocketsearch-result-list .rocketsearch-tag {
  margin-right: 5px;
  padding: 5px 5px 3px 5px;
  background-color: #5eb66f;
}

#rocketsearch-result-list .rocketsearch-dummytag {
  visibility: hidden;
}

/* Suggest List */

#rocketsearch-suggest-column #rocketsearch-suggest-list {
  margin-top: 10px;
}

#rocketsearch-suggest-column .rocketsearch-no-results {
  margin: 20px 0;
  text-align: left;
  padding: 0 15px;
}

/* Suggest item */

#rocketsearch-suggest-column .rocketsearch-suggest-item {
  margin: 0 -15px;
  border: 0 solid #ced4da;
  border-radius: 5px;
  padding: 3px 15px;
  text-align: left;
  font-size: small;
}

#rocketsearch-app .rocketsearch-mobile-suggest-item {
  width: inherit;
  margin-top: calc(1.5em + 1rem + 8px);
  position: absolute;
  z-index: 999;
  text-align: left;
  line-height: 1;
}

#rocketsearch-suggest-column .rocketsearch-suggest-item:hover {
  text-decoration: none;
  background-color: #f8f8f8;
  cursor: pointer;
}

#rocketsearch-suggest-column .rocketsearch-suggest-item:first-child {
  margin-top: 0;
}

#rocketsearch-suggest-column .rocketsearch-suggest-item:last-child {
  margin-bottom: 20px;
}

#rocketsearch-app .rocketsearch-mobile-suggest-item {
  width: inherit;
  margin-top: calc(1.5em + 1rem + 8px);
  position: absolute;
  z-index: 999;
  text-align: left;
  line-height: 1;
}

/* Category List */
#rocketsearch-app .selected-category {
  font-weight: bold;
}
#rocketsearch-app .b-rating-icon {
  transition: none;
}

/* powered by rocketsearch */

#rocketsearch-powered a:hover {
  text-decoration: none;
}

#rocketsearch-powered {
  margin-left: 15px;
  margin-bottom: 8px;
  margin-top: 10px;
  font-size: small;
  text-align: left;
}

#rocketsearch-grey-text {
  color: grey;
}

#rocketsearch-green-text {
  color: #00A1A2;
  font-weight: bold;
  font-style: italic;
  font-size: medium;
}

#rocketsearch-blue-text {
  color: #94C11C;
  font-weight: bold;
  font-style: italic;
  font-size: medium;
}

/* powered by rocketsearch Mobile */

@media (max-width: 767.98px) {
  #rocketsearch-powered {
    margin: 10px 25px 10px 0;
    font-size: small;
    text-align: right;
  }

  #rocketsearch-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
  }
}

/* Misc */

/* rockethighlight class might be included in elements of the response sent by Rocket Search */
#rocketsearch-result-list .rockethighlight {
  background-color: lemonchiffon;
}

#rocketsearch-tags-container {
  padding: 10px 0px;
  height: 50px;
  text-align: left;
}

#rocketsearch-app .rocketsearch-no-tags-label {
  font-size: 12px;
}

#rocketsearch-app .rocketsearch-tags-list {
  position: relative;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  user-select: none;
  cursor: pointer;
}

#rocketsearch-app .rocketsearch-tags-list-item {
  background-color: #ffffff;
  display: inline-block;
  height: 24px;
  padding: 0 8px;
  line-height: 22px;
  font-size: 12px;
  color: #409eff;
  border: 1px solid #d9ecff;
  border-radius: 4px;
  box-sizing: border-box;
  white-space: nowrap;
  margin: 2px 0 2px 6px;
  cursor: pointer;
}

#rocketsearch-app .rocketsearch-tags-list-item.active {
  background-color: #C0000C;
  color: #ffffff;
  font-weight: bold;
}

#rocketsearch-app .rocketsearch-tags-text__close {
  background-color: inherit;
}

#rocketsearch-app .rocketsearch-tags-text {
  color: #909399;
}

#rocketsearch-app .rocketsearch-tags-list-item.active > .rocketsearch-tags-text {
  color: #ffffff;
  font-weight: bold;
}

#rocketsearch-facets-container {
  padding: 10px 0px;
}

#rocketsearch-facets-container .rocketsearch-facet-label {
  padding: 0px;
  text-align: left;
  font-size: 12px;
}

#rocketsearch-facets-container .rocketsearch-facet-content {
  padding: 0px;
}

#rocketsearch-facets-container .rocketsearch-facet-row {
  padding: 5px 0px;
  min-height: 40px;
}

#rocketsearch-app .rocketsearch-action-buttons {
  background-color: #C0000C;
  border-color: #ced4da;
  font-weight: bold;
}

#rocketsearch-app .rocketsearch-action-buttons-row .rocketsearch-column-header-underline {
  margin-top: 10px;
}

#rocketsearch-app .rocketsearch-results-button {
  margin: 10px 0px 0px 0px;
}

#rocketsearch-app .rocketsearch-close-row {
  padding: 10px 0px;
  padding: 0px;
  margin-bottom: -19px;
}

#rocketsearch-app .rocketsearch-close-row .rocketsearch-column-header-underline {
  margin-bottom: 10px;
}

#rocketsearch-app .rocketsearch-close-button {
  background-color: #C0000C;
  border-color: #ced4da;
}

#rocketsearch-app .rocketsearch-close-button .icon {

}

#rocketsearch-app .facet-title {
  text-align: left;
  font-weight: bold;
}

#rocketsearch-app .facet-terms {
  text-align: left;
}

#rocketsearch-app .rocketsearch-range-slider {
  width: 100%;
  margin: auto;
  text-align: center;
  position: relative;
  height: 16px;
}

#rocketsearch-app .rocketsearch-range-slider-info {

}


@media (max-width: 767.98px) {
  #rocketsearch-app .rocketsearch-range-slider-text-left {
    font-size: 12px;
    text-align: left;
    padding: 0px;
  }

  #rocketsearch-app .rocketsearch-range-slider-text-right {
    font-size: 12px;
    text-align: right;
    padding: 0px;
  }

  #rocketsearch-app .rocketsearch-range-slider {
    height: 0;
  }
}

#rocketsearch-app .rocketsearch-range-slider input[type=range] {
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-appearance: none;
  width: 100%;
}

#rocketsearch-app .rocketsearch-range-slider input[type=range]:focus {
  outline: none;
}

/** FF*/
input[type="range"]::-moz-range-progress {
  background: lightgrey;
}
input[type="range"]::-moz-range-track {
  background: lightgrey;
}
/* IE*/
input[type="range"]::-ms-fill-lower {
  background: lightgrey;
}
input[type="range"]::-ms-fill-upper {
  background: lightgrey;
}

#rocketsearch-app .rocketsearch-range-slider input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  animate: 0.2s;
  background: lightgrey;
  border-radius: 1px;
  box-shadow: none;
  border: 0;
}

#rocketsearch-app .rocketsearch-range-slider input[type=range]::-webkit-slider-thumb {
  z-index: 999;
  position: relative;
  box-shadow: 0px 0px 0px #000;
  border: 1px solid lightgrey;
  height: 18px;
  width: 18px;
  background: white;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -7px;
}

#rocketsearch-app .no-pad {
  padding: 0px;
}