/* custom2.css */

#hikashop_contact_form .hika_j2 .btn-success, 
#hikashop_contact_form .hikabtn-success,
#hikashop_contact_form .hika_j2 .btn-danger, 
#hikashop_contact_form .hikabtn-danger {
	color: #fff;
	background-color: #2382c0;
	border-color: #2382c0;
}

#hikashop_contact_form .hika_j2 .btn-success:hover, 
#hikashop_contact_form .hikabtn-success:hover,
#hikashop_contact_form .hika_j2 .btn-danger:hover, 
#hikashop_contact_form .hikabtn-danger:hover {
	color: #000;
}

.hikashop_previous_product_btn .hikabtn,
.hikashop_next_product_btn .hikabtn,
.hikashop_previous_product_btn,
.hikashop_next_product_btn {
	display: table-cell;
	width: 80px;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 0;
	white-space: nowrap;
	font-size: 14px;
	line-height: 1.42;
	border-radius: 0;
	color: #333;
	background-color: transparent;
	border-color: transparent;
}

.hikashop_previous_product {
	margin-right: 6px;
	margin-bottom: 0;
}

.hikashop_previous_product_btn p {
	padding-right: 15px;
}

.hikashop_next_product {
	float: right;
	margin: 0 -16px 0 5px;
}

.hikashop_next_product_btn p {
	padding-right: 5px;
}

.hikashop_next_product_btn {
	margin-left: 15px !important;
}

.hikashop_product_page .hikabtn p {
	display: block;
	margin: 0;
}

.hikashop_previous_product i,
.hikashop_next_product i {
	display: none;
}

#hikashop_product_image_main i {
	display: none;
}

/* Since J4 */
.searchbox label {
	display: none;
}

.js-finder-search-query.form-control {
	padding: 0.12rem 0 0.12rem 7px;
	font-size: 16px;
	margin-top: 4px;
	height: 36px;
}

#awesomplete_list_1 {
	background: #fff;
	color: #2382c0;
	border: 1px solid rgba(150,150,150,0.4);
}

#awesomplete_list_2 {
	background: #fff;
	color: #2382c0;
	border: 1px solid rgba(150,150,150,0.4);
}

.com-finder__search .js-finder-search-query.form-control {
	border-radius: 40px;
	min-width: 300px;
	height: 46px;
}

.com-finder__search .btn.btn-primary {
	margin-left: 10px !important;
	background: #1b6595;
	color: #ffffff !important;
	font-weight: 700;
	font-size: 20px;
}

.fa-linkedin:before {
	font-family: "FontAwesome";
	content: "\f08c";
	font-weight: 400;
	font-size: 20px;
}

.fa-youtube:before {
	font-family: "FontAwesome";
	content: "\f167";
	font-weight: 400;
	font-size: 20px;
}

.breadcrumb {
	padding: 8px 15px;
	list-style: none;
	background-color: #f5f5f5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.breadcrumb span.divider {
	position: relative;
	vertical-align: top;
	width: 18px;
	height: 21px;
	padding: 0 5px 0 0;
	margin-right: 10px;
	color: #ccc;
}

#rsform_3_page_0 {
	background-color: #f4f6f7;
	border: 1px solid lightgray;
	padding: 30px;
}

#rsform_3_page_0 input[type="text"],
#rsform_3_page_0  textarea {
	width: 100%;
}

#absenden {
	cursor: pointer;
	background: #2382c0 !important;
	color: #fff !important;
	padding: 10px 10px;
	margin: 20px .25em 0 0px;
	text-transform: none;
	text-shadow: none;
	font-weight: 700;
	font-size: 120%;
	line-height: 1em;
	font-style: normal;
	text-decoration: none;
	border-radius: 4.00000006px;
}

#rsform_4_page_0 {
	background-color: #f4f6f7;
	border: 1px solid lightgray;
	padding: 30px;
}

#rsform_4_page_0 h2 {
  margin: 0;
  text-align: left;
  background-color: transparent;
  color: #516b77;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 200%;
  font-style: normal;
  font-weight: normal;
  padding-bottom: 15px;
}

.blog-outer {
	display: grid;
	grid-template-columns: 280px auto;
}

@media (max-width: 420px) {
.blog-outer {
	display: grid;
	grid-template-columns: 100%;
}
}

body.events .hikashop_container  {
	display: block;
	padding: 10px;
	line-height: 18px;
	border: 1px solid #ddd;
	border-radius: 4px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}


li#item-41 > span {
	border-top: 0 !important;
}

.g-content-array.g-joomla-articles .g-array-item {
	position: relative;
	min-height: 350px;
}

.g-content-array.g-joomla-articles .g-array-item .g-array-item-image {
	min-height: 160px;
}

.moduletable._blogitems .g-array-item-read-more {
	position: absolute;
	bottom: 5px;
	  left: 0; 
	  right: 0; 
	  margin-left: auto; 
	  margin-right: auto;
	  width: 130px;
}

[data-rlta-element="container"][data-rlta-state="ready"] {
	margin-top: 20px;
}

body.com_hikashop.view-product #hikashop_product_description_main [data-rlta-element="button-list"] .blue {
	border-top: 5px solid #74b4e8;
}

body.com_hikashop.view-product #hikashop_product_description_main [data-rlta-element="button-list"] .red {
	border-top: 5px solid #d3534c;
}

body.com_hikashop.view-product #hikashop_product_description_main [data-rlta-element="button-list"] .green {
	border-top: 5px solid #62bc62;
}

body.com_hikashop.view-product #hikashop_product_description_main [data-rlta-element="button-list"] .orange {
	border-top: 5px solid #faa937;
}

#hikashop_contact_form dt {
	margin: 16px 0 3px 0;
}

#hikashop_contact_form dd {
	padding-left: 0;
	margin-left: 0;
}

.jstree-proton .jstree-anchor {
	max-width: 210px;
}

.blogitems {
	margin-top: 25px;
}

/*
.hkc-md-12.hikashop_product.hikashop_product_column_1 {
	max-height: 150px;
}
*/
#g-sidebar .g-content {
	margin: 0.625rem;
	padding: 0;
}

h3.g-title {
	line-height: 24px;
}

.pagination.pagination-centered  {
	display: block;
	width: 100%;
}

.pagination.pagination-centered .pagination.pagination-centered nav.pagination__wrapper  {
	text-align: center;
	margin: 0 auto;
}

.pagination ul > li > a {
	color: #000;
	background: #fff;
}

.pagination .page-link:hover {
	color: #fff;
	background-color: #0d6efd;
	border-color: #0d6efd;
}

.hkc-md-12.hikashop_product.hikashop_product_column_1 {
	height: auto;
}

#g-mainbar div.g-grid .related.moduletable h3.g-title {
	text-align: left;
}

.related.moduletable .hkc-md-12.hikashop_product.hikashop_product_column_1 {
	height: auto;
	border: 1px solid rgba(100,100,100,0.4);
	margin: 4px 0 4px 0;
	border-radius: 5px;
}

@media (max-width: 600px) {
#g-container-4448 .g-container {
	width: 100%;
}

.mod-finder .awesomplete {
	width: 100% !important;
}

.blogitems {
	padding: 20px 45px;
}

.blogitems .g-block {
	margin-bottom: 30px;
}

}

@media (max-width: 480px) {

#g-mainbar .g-content {
	padding: 0 !important;
}

#g-container-4448  .row {
	--bs-gutter-x: 0;
}

.g-content-array.g-joomla-articles .g-array-item {
	min-height: none;
	padding: 0 15px;
}

.moduletable._blogitems .g-array-item-read-more {
	position: relative;
	margin-top: 25px;
}

}

@media (max-width: 360px) {
.cc-revoke.cc-left {
	left: 20px;
	right: auto;
}

}

.hikashop_products_pagination.hikashop_products_pagination_bottom {
	margin-top: 50px;
}





