@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;700&display=swap');

@font-face {
	font-family: 'Helvetica';
	src: url('Fonts/Helvetica.woff') format('woff'), url('Fonts/Helvetica.ttf') format('truetype');
}

@font-face {
	font-family: 'Helvetica-Bold';
	src: url('Fonts/Helvetica-Bold.woff') format('woff'), url('Fonts/Helvetica-Bold.ttf') format('truetype');
}

:root {
	--primaryColor: #C63B2F;
	--secondaryColor: #707070;
	--colorLightGray: #B5B5B5;
	
	--mainWidth: 1670px;
	
	--primaryFont: sans-serif;
	--secondaryFont: 'Playfair Display', serif;
}

/* Site.master Styles
-----------------------------------------------------------*/

body {
	font-family: var(--primaryFont);
	color: #000;
	background-color: #FFF;
	margin: 0;
}

p {
	margin: .9em 0;
}
img {
	border: none;
	display: block;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #111;
}
h1,
.rbh1 {
	font-size: 30px;
	text-decoration: none;
	text-align: center;
}

h2 {
}
h3,
.rb-profileext-title {
	font-size: 20px;
	font-weight: normal;
	margin: .5em 0;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

#container {
	margin: 0 auto;
	padding: 0;	
}

#content-section {
	width: 90%;
	max-width: var(--mainWidth);
	margin: 0 auto;
}

@media screen and (min-width: 1921px)
{
	.baseheader_linefull,
	#content-section {
		max-width: none;
	}	
}

/* Login Register Styles
-----------------------------------------------------------*/

.popup-input-popup_panel {
	padding: 20px;
}

.popup-login_panel,
.popup-register_panel {
	width: 90%;
	max-width: 400px;
	padding: 20px;
}

.communallogin-item {
	max-width: 100%;
}

.communallogin-items-before,
.communallogin-item-FaceBookOpenId {
	margin-bottom: 10px;
}

.communallogin-items-full {
    margin-bottom: 20px;
    padding: 0;
}

.popup-login_panel h3 {
	font-weight: 600;
}

.inputpage_field_LoginUserName input,
.inputpage_field_LoginPassword input {
	width: 100%;
	padding: 10px;
    margin-bottom: 10px;
    float: none;
}

.popup-login_panel .rbextbutton_items {
	float: right;
	margin-top: 3px;
}

.popup-login_panel .popup-register_full {
	margin-top: 20px;
}

.popup-register_panel .submitbutton,
.popup-login_panel .popup-register_full .popup_button_title,
.popup-login_panel .submitbutton,
.input_ForgotPassword .submitbutton{
    display: inline-block;
    height: auto;
    font-size: 15px;
    font-weight: 600;
	border-radius: 35px;
    padding: 5px 20px;
    background: var(--primaryColor);
    color: #FFF;
    border: 0;
    cursor: pointer;
}

.popup-login_panel .popup-register_full .popup_button_title,
.popup-login_panel .submitbutton,
.popup-register_panel .submitbutton {
	font-family: var(--primaryFont);
	line-height: normal;
	padding: 8px 30px;
	border: 0;
}

.popup-register_panel .submitbutton:hover {
	background: var(--primaryColor);
}

.popup-register_panel select,
.popup-register_panel .input-fieldtype-Date {
	width: 100%;
}

.popup-register_panel .rb-datedit-popupbutton {
	position: absolute;
}

.datahandling-confirm,
.inputpage_field_NewsLetter label {
    font-size: 13px;
}
/*
.rb-deleteuser-button {
	margin-top: 10px;
	box-shadow: none;
	border-radius: 0;
}
*/

/* Login Styles
-----------------------------------------------------------*/

.input-header {
	margin: 20px 0;
}

.popup-profile_panel {
	width: 90%;
    max-width: 768px;
	padding: 20px;
}

.popup-profile_panel .inputpage_field_Name,
.popup-profile_panel .inputpage_field_SurName,
.popup-profile_panel .inputpage_field_ForeName, 
.popup-profile_panel .inputpage_field_EMail,
.popup-profile_panel .inputpage_field_Gender,
.popup-profile_panel .inputpage_field_Birthday {
	display: inline-block;
	
	
	
}

.popup-profile_panel .inputpage_field_SurName,
.popup-profile_panel .inputpage_field_EMail,
.popup-profile_panel .inputpage_field_Name {
	margin-right: 5%;
}

.inputpage_field_Gender select,
.inputpage_field_Birthday input {
	width: 100% !important;
	background: none;
}

.inputpage_field_Birthday .rb-datedit-popupbutton {
	position: absolute;
}

.inputgroup-oldpassword > div {
	display: inline-block;
	vertical-align: bottom;
	width: 30%;
}

.inputgroup-oldpassword > div.inputpage_field_EMailChange {
	display: block;
	width: 100%;
} 

.rb-emailchange-button {
	float: none;
	box-shadow: none;
	border-radius: 0;
}

.popup-profile_panel .inputpage_field_Password {
	margin: 0 5%;
}

.inputpage_field_DeleteUser {
	margin-bottom: 20px;
}

.inputpage_html {
	border: 0;
}

.rb-deleteuser-button {
	box-shadow: none;
	border-radius: 0;
	float: none;
}

.popup-profile_panel .submitbutton {
	height: auto;
	padding: 8px 30px;
	line-height: normal;
	color: var(--primaryColor);
}

.popup-profile_panel h3,
.rb-profileext-title {
	font-size: 18px;
    font-weight: 600;
    color: #444;
}

.popup-profile_panel .inputpage_fieldtype_CheckBox label {
	font-size: 14px;
}

.popup-extra_panel {
	width: 90%;
	max-width: 500px;
	padding: 15px;
}

.popup-extra_panel .treeview_title,
.popup-extra_panel .rb-section-title {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 20px;
	text-align: left;
}

/* Menu Styles
-----------------------------------------------------------*/

#header h2 {
    margin: 0;
}

.rbsidebar_button {
	background: Url(/content/images/icon-hamburgermenu.png) no-repeat center;
}

.baseheader_line0 {
	padding: 6px 0;
	background: var(--primaryColor);
}

.baseheader_line1 {
	
}

.baseheader_line2 {
	padding: 7px 0 30px;
}
.baseheader_linefull {
	width: 90%;
	max-width: var(--mainWidth);
	margin: 0 auto;
}

.baseheader_line0 .baseheader_linefull,
.baseheader_line1 .baseheader_linefull,
.baseheader_line2 .baseheader_linefull {
	display: flex;
    align-items: center;
}

.baseheader_line0 .baseheader_center,
.baseheader_line0 .baseheader_right,
.baseheader_line2 .baseheader_right {
	margin-left: auto;
}

.mainpage-application-topBanner-SignUp-text {
	font-size: 18px;
	font-weight: 600;
	color: #FFF;	
}

.mainpage-application-topBanner-SignUp-text:before {
    content: "";
    display: inline-block;
    height: 35px;
    width: 1px;
    background: #FAFAFA;
    vertical-align: middle;
    margin-right: 17px;
}

.mainpage-application-topBanner-SignUp-text:after {
    content: "";
    display: inline-block;
    width: 105px;
    height: 17px;
    margin-left: 30px;
    background: url(/content/images/icon-newslettersignup.png) no-repeat center;
}

.socialinfo-item {
    display: inline-block;
    vertical-align: middle;
    width: 35px;
    height: 35px;
    background: red;
    margin: 0 3px;
}

.socialinfo-item-instagram {
    background: url(/content/images/icon-social-instagram.png) no-repeat center;
}

.socialinfo-item-twitter {
    background: url(/content/images/icon-social-twitter.png) no-repeat center;
}

.socialinfo-item-fb {
    background: url(/content/images/icon-social-facebook.png) no-repeat center;
}

.baseheader_line2 .menu_divitem {
	display: inline-block;
	float: none;	
}

.baseheader2
/*.footer_siteimage*/ {
	width: 300px;
	height: 75px;
	background: url(/content/images/logo-agave-5-2.png) no-repeat 50% 63%;
	background-size: 100%;	
	cursor: pointer;
}

.baseheader_mini {
	display: none;
}

.baseheader_right .menu_items > div {
	display: inline-block;
	vertical-align: middle;
}

.baseheader_line0 .baseheader_right {
	margin-left: auto;
}

.baseheader_line1 .baseheader_left {
	
}

.baseheader_line1 .baseheader_right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: center;
	   -ms-flex-align: center;
	 	  align-items: center;
    width: calc(100% - 178px);
}

.baseheader_line1 .baseheader_right .menu_items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: center;
	   -ms-flex-align: center;
	 	  align-items: center;
}

.baseheader_line1 .main_menu_profile .menu_divitem_image {
    width: 27px;
    height: 27px;
    background: url(/content/images/icon-user-gray.png) no-repeat center;	
}

.baseheader_line1 .main_menu_profile .menu_divitem_image,
.baseheader_line1 .main_menu_profile .menu_divitem_info {
	display: inline-block;
    vertical-align: middle;
}

.baseheader_line1 .baseheader_right .baseheader_right1 {
	width: 65%;
	margin: 0 auto;
}

.baseheader_right1 .menu_haschildmenu {
	width: 30%;
	position: relative;
	text-transform: lowercase;
}

.baseheader_right1 .main_menu_search-inpuut {
	width: 70%;
}

.baseheader_right1 .menu_childitems {
	width: 100%;
	max-height: 50vh;
	overflow: auto;
}

.baseheader_right1 .menu_divitem .rbmenuh2 {
	padding: 17px 20px;
	background: #E2E2E2;
	color: var(--secondaryColor);
}

.baseheader_right1 .menu_divitem a {
	color: #AFAFAF;
}

#header .baseheader_right1 .menu_childitems .menu_divitem .rbmenuh2 {
	font-size: 15px;
}

#header .baseheader_right1 .menu_childitems .menu_divitem:hover .rbmenuh2 {
	color: #FFF;
	background: var(--primaryColor);
}

.baseheader_right1 .menu_haschildmenu > .rbmenuh2 {
	background: var(--primaryColor) url(/content/images/icon-arrow-dropdown-white.png) no-repeat 90%;
	border-top-left-radius: 35px;
	border-bottom-left-radius: 35px;
	transition: all .2s ease-out;
}

.baseheader_right1 .menu_childitems_active h2 {
	border-bottom-left-radius: 0;
}
.baseheader_right1 .menu_childitems {
	border-bottom-left-radius: 35px;
	border-bottom-right-radius: 35px;
}

/*.baseheader_right1 .menu_haschildmenu a,*/
.baseheader_right1 .menu_childitems a {
	font-size: 15px;
    color: var(--secondaryColor);
}

.baseheader_right1 .menu_childitems .menu_divitem:hover a {
	color: #FFF;
}

.baseheader_right1 .menu_haschildmenu > .rbmenuh2 {
	color: #FFF;
	font-size: 17px;
    font-weight: 400;
}

.baseheader_right1 .menu_childitems h2 {
	font-size: 17px;
	font-weight: 400;
}


.baseheader_line0 a,
.baseheader_line1 a,
.baseheader_line0 .baseheader_right .rbmenuh2,
.menu_childitems .rbmenuh2 {
	display: block;
	font-size: 17px;
	font-weight: 400;
	color: var(--secondaryColor);
}

.baseheader_line0 a,
.baseheader_line0 .baseheader_right .rbmenuh2 {
	color: #FFF;
}

.baseheader_line0 a {
	font-size: 14px;
}

.baseheader_line2 a,
.baseheader_line2 .menu_haschildmenu .rbmenuh2 {
	display: block;
	font-size: 20px;
	font-weight: 400;
	color: var(--secondaryColor);
	padding: 0 25px;	
}

.baseheader_line2 a:after {
	content: "";
	display: block;
	width: 80%;
	height: 3px;
	background: var(--primaryColor);
	margin: 5px auto 0;
	opacity: 0;
}

@media screen and (max-width: 1600px)
{
	.baseheader_line2 a,
	.baseheader_line2 .menu_haschildmenu .rbmenuh2 {
		padding: 0 15px;	
	}
}

@media screen and (max-width: 1400px)
{
	.baseheader_line2 a,
	.baseheader_line2 .menu_haschildmenu .rbmenuh2 {
		font-size: 18px;
		padding: 0 7px;	
	}
}

.baseheader_line2 .menu_selecteditem a:after {
	opacity: 1;
}

.menu_selecteditem .baseheader_line2 a {
	font-weight: 600;	
} 

.baseheader_line2 .menu_divitem:first-child a {
	padding-left: 0;	
}

.baseheader_line2 .menu_divitem:last-child a {
	border-right: 0;	
}

.baseheader_line2 .menu_selecteditem a {
	font-weight: 600;
}

.main_menu_favorites a {
	padding: 0;
}

.main_menu_favorites a:after {
	display: none;
}

.main_menu_favorites .menu_divitem_image {
	width: 31px;
	height: 27px;
	background: url(/content/images/icon-favorite-gray.png) no-repeat center;
}

.main_menu_favorites .menu_divitem_image,
.main_menu_favorites .menu_divitem_info,
.basket_mini .basket_image, .basket_titlefull {
	display: inline-block;
	vertical-align: middle;
}

.basket_mini .basket_image {
	width: 26px;
    height: 30px;
    background: url(/content/images/icon-shopping-bag.png) no-repeat center;
}

.main_menu_search-inpuut #search {
	font-size: 16px;
	width: 100%;
	padding: 18px 20px;
	border: 0;
	box-shadow: inset 0px 0px 10px 0px rgb(0 0 0 / 16%);
	border-top-right-radius: 35px;
	border-bottom-right-radius: 35px;
}

.search_button {
	width: 51px;
    height: 51px;
    background: url(/content/images/icon-search-gray.png) no-repeat center;
    /*background: url(/content/images/icon-search.png) no-repeat center;*/
    border: 0;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
}

#rb_basketmini_ajax {
	margin-left: 20px;
}

.basket_title {
	font-size: 17px;
	color: var(--secondaryColor);	
}

.mainpage-application-infos .menu_divitem_image,
.mainpage-application-infos .menu_divitem_info {
	display: inline-block;
	vertical-align: middle;
}

.main-menu-info-phone {
	margin-bottom: 5px;
}

.main-menu-info-phone .menu_divitem_image {
	width: 18px;
	height: 18px;
	margin-right: 5px;
	background: url(/content/images/icon-phone.png) no-repeat center;
}

.main-menu-info-mail .menu_divitem_image {
	width: 18px;
	height: 20px;
	margin-right: 5px;
	background: url(/content/images/icon-mail.png) no-repeat center;
}

.main_menu_login2 .rbmenuh2 {
	font-size: 17px;
	font-weight: 400;
	color: var(--secondaryColor);
}

.main_menu_login2 .menu_divitem_info > div {
	display: inline-block;
	vertical-align: middle;
}

.main_menu_login2 .menu_divitem_title-image {
	width: 27px;
	height: 27px;
	margin-right: 5px;
	background: url(/content/images/icon-user-gray.png) no-repeat center;
}

/* ChildMenu */

.menu_childitems {
	margin-top: 0;
	box-shadow: 0px 3px 13px 0px rgb(0 0 0 / 16%);
	-webkit-transition: all .2s ease-out;
			transition: all .2s ease-out;
}

.baseheader_line2 .baseheader_left .menu_childitems {
	margin-left: 25px;
}

@media screen and (max-width: 1600px) {
	.baseheader_line2 .baseheader_left .menu_childitems {
		margin-left: 15px;
	}	
}

@media screen and (max-width: 1400px) {
	.baseheader_line2 .baseheader_left .menu_childitems {
		margin-left: 7px;
	}	
}

.menu_childitems_disable {
 	left: initial;
	left: auto;
    opacity: 0;
    visibility: hidden;
}

.menu_sidebar .menu_childitems_disable {
	width: 100%;
    position: static;
    margin-top: 20px;
    padding-left: 20px;
	opacity: 1;
	visibility: visible;
    -webkit-box-shadow: none;
			box-shadow: none;
}

.menu_childitems .menu_divitem {
	float: none;
}

.menu_childitems .menu_divitem .rbmenuh2 {
	padding: 10px;
}

.body_isdesktop .menu_childitems .menu_divitem:hover .rbmenuh2 {
	color: #FFF;
	background: var(--primaryColor);
}

.baseheader_line2 .baseheader_left .menu_childitems .menu_divitem {
	display: block;
}

.baseheader_line2 .baseheader_left .menu_childitems .menu_divitem a {
	padding: 0;
}

.baseheader_line2 .menu_childitems .menu_divitem:hover a {
	color: #FFF;
}

.baseheader_line2 .menu_childitems a:after {
	display: none;
}

/* Fixed Top Menu */

#header {
	position: fixed;
    z-index: 3;
    width: 100%;
    background: #FFF;
}

#content-section {
	padding-top: 216px;
}

@media screen and (min-width: 1156px)
{
	.baseheader_line0 {
		position: relative;
		z-index: 3;
	}
	
	.baseheader_line1 {
		background: #FFF;
		z-index: 2;
		position: relative;
	}
	
	.baseheader_line2 {
		position: relative;
	}
	
	.rb-top100 .baseheader_line2 {
		margin-top: -80px;
	}
	
	.rb-parallax_direction-up .baseheader_line2 {
		margin-top: 0;
	}	
	
	.rb-top100 .search_button {
		height: 36px;
	}
		
	.baseheader_line1,
	.baseheader_line2,
	.main_menu_search-inpuut #search,
	.search_button {
		-webkit-transition: all .2s ease-out;
			-ms-transition: all .2s ease-out;
				transition: all .2s ease-out;
	} 
}

/* Sidebar */

.menu_sidebar {
	padding: 40px 20px;
}

.menu_sidebar .menu_divitem_image {
	display: none;
}

.menu_sidebar .main_menu_search {
	background: none;
}

.menu_sidebar a,
.menu_sidebar .menu_divitem_title,
.menu_sidebar .popup_button_title {
	font-size: 20px;
    font-weight: 400;
    color: var(--secondaryColor);
    text-align: left;
    text-transform: lowercase;
}

.menu_sidebar .menu_selecteditem a {
	font-family: "Helvetica-Bold", sans-serif;
}

.menu_sidebar .menu_divitem,
.menu_sidebar .main_menu_login {
    margin-bottom: 10px;
}

.menu_sidebar .main_menu_profile {
	margin-top: 30px;
}

.menu_sidebar .main_menu_profile .menu_divitem_title {
	font-weight: 600;
	color: var(--primaryColor);
}

/*.menu_sidebar .menu_haschildmenu > .menu_item .menu_divitem_title:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 15px;
	height: 9px;
	background: url(/content/images/icon-dropdown.png) no-repeat center;
	margin-left: 20px;
} */

.menu_sidebar .menu_childitems .menu_divitem {
	padding: 10px 0;
	margin-bottom: 0;
}

.menu_sidebar .menu_childitems .menu_divitem:last-child {
	margin-bottom: 0;
}

.menu_sidebar .menu_childitems_active .menu_childitems {
	width: 100%;
	position: static;
	box-shadow: none;
	margin-top: 20px;
	padding-left: 20px;
}

.menu_sidebar .menu_childitems .rbmenuh2 {
	text-transform: none;
	padding: 0;
}

/* Home Styles
-----------------------------------------------------------*/

#content-section .rb-section {
	margin-bottom: 60px;
}

.rb-section-body .rb2-slider-item {
	border: 0;
}

/* Top Dashboard Styles
-----------------------------------------------------------*/

.rb-dashboardimage-horizfull {
	display: grid;
	color: var(--secondaryColor);
}

.rb-dashboardimage-full-3 {
	
}

.rb-dashboardimage-full-2 {
	grid-template-columns: 1fr 1fr;
	gap: 40px;
}

.rb-dashboardimage-full-3 {
	grid-template-columns: 59.70059880239521% 36.76646706586826%;
	gap: 3.53293413173653%;
}

.rb-dashboardimage-item {
	height: auto;
	float: none;
	box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 16%);
}

.rb-dashboardimage-row {
	margin-bottom: 0;
}

.rb-dashboardimage-full-3 .rb-dashboardimage-doublerowcell {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.rb-dashboardimage-full-2 .rb-dashboardimage-item {
	padding-bottom: calc(719 / 815 * 100%) !important;	
}

.rb-dashboardimage-full-3 .rb-dashboardimage-doublecell .rb-dashboardimage-item {
	padding-bottom: calc(719 / 997 * 100%) !important;	
}

.rb-dashboardimage-full-3 .rb-dashboardimage-doublerowcell .rb-dashboardimage-item {
	width: 100%;
	padding-bottom: calc(327 / 614 * 100%) !important;
}

@media screen and (orientation: Portrait)
{
	.body_ismobile .rb-section-dashboard-body .rb-dashboardimage-full-2 .rb-dashboardimage-item {
		padding-bottom: calc(1500 / 1024 * 100%) !important;
	}	
}

.rb-dashboardimage-item-info {
	max-width: 50%;
    position: absolute;
    top: 50%;
    left: 10%;
    -webkit-transform: translateY(-50%);
    	-ms-transform: translateY(-50%);
    		transform: translateY(-50%);
}

.rb-dashboardimage-item-subtitle2 {
	font-size: 0.9895833333333334vw;
	font-weight: 400;
	margin-bottom: 5px;
}

.rb-dashboardimage-item-title {
	font-size: 2.2916666666666665vw;
	font-weight: 600;
	padding: 0;
	margin-bottom: 10px;	
}

.rb-dashboardimage-full-3 .rb-dashboardimage-doublerowcell .rb-dashboardimage-item-title {
	font-size: 1.3541666666666667vw;	
}

.rb-dashboardimage-item-subtitle {
	font-size: 1.0416666666666667vw;
	font-weight: 400;
}

.rb-dashboardimage-item-desription {
	font-size: 0.9895833333333334vw;	
}

.style-text-white {
	color: #FFF;
}

/* Mobile Tops Slider */

.body_ismobile .rb-section-newsslider .news,
.page_Home_EditorSectionItems .rb-section-newsslider .news {
	padding-bottom: calc(719 / 997 * 100%);
	background-size: 100%;	
} 

@media screen and (orientation: Portrait)
{
	.body_ismobile .rb-section-newsslider .news,
	.page_Home_EditorSectionItems .rb-section-newsslider .news {
		/*padding-bottom: calc(719 / 407 * 100%);*/
		padding-bottom: calc(1024 / 699 * 100%);
		background-size: 100%;	
	}
}

.rb2-autocontrols {
	position: absolute;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
			transform: translateX(-50%);
}

.rb2-autocontrols-startstop {
	display: none;
}

.rb2-autocontrols-item {
	width: 17px;
	height: 17px;
	background: #c9c9c9;
	border-radius: 50%;
	margin: 0 3px;
	opacity: 0.8;
}

.rb2-autocontrols-item.rb2-autocontrols-active {
	width: 17px;
	height: 17px;
	background: var(--primaryColor);
	border-radius: 50%;
	margin: 0 3px;
}

.rb-section-newsslider .rb2-slider-item {
	position: relative;
}

.body_ismobile .rb-section-newsslider .news_newsslider_right {
	position: absolute;
	bottom: 40px;
	left: 50%;
	-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
			transform: translateX(-50%);
}

.body_ismobile .rb-section-newsslider .listmorespan {
	color: #FFF;
}

@media screen and (max-width: 1155px)
{
	.rb-dashboardimage-item-subtitle2,
	.rb-dashboardimage-item-desription,
	.rb-dashboardimage-item-subtitle {
		font-size: 1.3vw;
	}
	
	.rb-dashboardimage-item-title {
		font-size: 2.5vw;	
	}
	
	.rb-dashboardimage-full-3 .rb-dashboardimage-doublerowcell .rb-dashboardimage-item-title {
		font-size: 1.75vw;	
	}
	
	.rb-dashboardimage-item-desription {
		display: -webkit-box;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 3;
	    overflow: hidden;
	}
}

@media screen and (max-width: 585px)
{
	.rb-dashboardimage-horizfull {
		display: block;
	}
	
	.rb-dashboardimage-item-info {
		max-width: 65%;
	}
	
	.rb-dashboardimage-item-subtitle2,
	.rb-dashboardimage-item-desription,
	.rb-dashboardimage-item-subtitle {
		font-size: 17px;
	}
	
	.rb-dashboardimage-item-info .rb-dashboardimage-item-title,
	.rb-dashboardimage-full-3 .rb-dashboardimage-doublerowcell .rb-dashboardimage-item-title {
		font-size: 20px;
		padding: 0;	
	}
}



/* MainInfo Styles
-----------------------------------------------------------*/

#content-section .rb-section-mainpageinfo {
	width: 83%;
	margin: 0 auto 30px;
}

.rb-section-mainpageinfo .rb2-slider-pager-item-main {
	gap: 5.5%;
}

.rb-section-mainpageinfo .rb2-slider-item {
	position: relative;
	-ms-flex: 0 1 25%;
		flex: 0 1 25%;
}

.rb-section-mainpageinfo .news {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.rb-section-mainpageinfo .news_main_page_info_text {
	color: var(--secondaryColor);
	padding-left: 15px;
}

.rb-section-mainpageinfo .news_fullname > .labelitem {
	text-align: left;
	margin: 0 0 10px;
	color: var(--secondaryColor);
}

.rb-section-news.rb-section-mainpageinfo .news_fullname .rbh1 {
	font-size: 20px;
	font-weight: 600;
}

.rb-section-news.rb-section-mainpageinfo .news_fullname .rbh2 {
	font-size: 15px;
	font-weight: 400;	
}

.rb-section-news.rb-section-mainpageinfo .news_digest {
	color: var(--colorLightGray);	
}

.rb-section-mainpageinfo .news_newsslider_left img {
	width: auto;
}

.rb-section-mainpageinfo .rb-quick-edit {
	right: 10px;
	margin: 0;
}

.rb-section-mainpageinfo .rb-publish {
	right: 70px;
}

/* ProductList Styles
-----------------------------------------------------------*/

.rb-section-productlist .rb2-slider-header,
.rb-section-detaillinkslider .rb2-slider-header,
.rb-section-productbanner .rb2-slider-header,
.rb-section-mainpageblog .rb2-slider-header {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.rb2-pager {
    margin-left: auto;
}

.rb2-pager-item-alllink {
    font-size: 19px;
    color: #B5B5B5;
}

.rb-section-productlist .rb2-pager-item-link,
.rb-section-detaillinkslider .rb2-pager-item-link,
.rb-section-productbanner .rb2-pager-item-pagertype-prevnext {
	width: 64px;
	height: 64px;
	border-radius: 50%;
	box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 33%);
	position: absolute;
	z-index: 2;
	top: 56%;
	-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
			transform: translateY(-50%);
	-webkit-transition: all .2s ease-out;
			transition: all .2s ease-out;
}

.rb-section-productlist .rb2-pager-item-prev,
.rb-section-detaillinkslider .rb2-pager-item-prev,
.rb-section-productbanner .rb2-pager-item-prev {
	left: -32px;
	background: #FFF url(/content/images/icon-arrow-prev-red.png) no-repeat center;
}

.rb-section-productlist .rb2-pager-item-next,
.rb-section-detaillinkslider .rb2-pager-item-next,
.rb-section-productbanner .rb2-pager-item-next {
	right: -32px;
	background: #FFF url(/content/images/icon-arrow-next-red.png) no-repeat center;
}

.rb-section-productlist .rb2-pager-item-prev.rb2-pager-item-disable,
.rb-section-detaillinkslider .rb2-pager-item-prev.rb2-pager-item-disable,
.rb-section-productbanner .rb2-pager-item-prev.rb2-pager-item-disable {
	background: #FFF url(/content/images/icon-arrow-prev-gray.png) no-repeat center;
}

.rb-section-productlist .rb2-pager-item-next.rb2-pager-item-disable,
.rb-section-detaillinkslider .rb2-pager-item-next.rb2-pager-item-disable,
.rb-section-productbanner .rb2-pager-item-next.rb2-pager-item-disable {
	background: #FFF url(/content/images/icon-arrow-next-gray.png) no-repeat center;
}

.rb2-pager-item-disable {
	opacity: 0.5;
}

.rb-section-productlist .rb2-slider-title,
.rb-section-detaillinkslider .rb2-slider-title,
.rb-section-productbanner .rb2-slider-title,
.rb-section-mainpageblog .rb2-slider-title {
	font-size: 30px;
    font-weight: 600;
    color: var(--secondaryColor);
    float: none;
    border-left: 4px solid var(--primaryColor);
    padding-left: 10px; 
}

.rb-section-productlist .rb2-slider-pager-item-main,
.rb-section-detaillinkslider .rb2-slider-pager-item-main {
	padding-top: 30px;
	padding-left: 20px;
	padding-right: 20px;
	-webkit-box-align: baseline;
       -ms-flex-align: baseline;
		  align-items: baseline;
	-webkit-box-pack: start;
    -ms-flex-pack: start;
        justify-content: flex-start;
	gap: 3vw;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
}

.rb-section-productlist .rb2-slider-item,
.rb-section-detaillinkslider .rb2-slider-item {
	width: auto;
	min-width: 0;
	-ms-flex: 0 1 calc(100% / 6 - 2.5vw);
		flex: 0 1 calc(100% / 6 - 2.5vw);
		
	/* Temp toplist */
	position: relative;
}

img.alexwebdatainfogrid_thumbnail_url_img {
	width: 100%;
	height: auto;
/*	box-shadow: 0px 3px 20px 0px rgb(0 0 0 / 16%);*/
}

.rb-section-productlist img.alexwebdatainfogrid_thumbnail_url_img,
.rb-section-detaillinkslider img.alexwebdatainfogrid_thumbnail_url_img {
	height: 16.40625vw;
	width: auto;
	max-width: 100%;
	object-fit: contain;
}

@media screen and (min-width: 2400px)
{
	.rb-section-productlist img.alexwebdatainfogrid_thumbnail_url_img,
	.rb-section-detaillinkslider img.alexwebdatainfogrid_thumbnail_url_img {
		height: 15vw;
	}	
}

@media screen and (min-width: 3000px)
{
	.rb-section-productlist img.alexwebdatainfogrid_thumbnail_url_img,
	.rb-section-detaillinkslider img.alexwebdatainfogrid_thumbnail_url_img {
		height: 10vw;
	}	
}

.rb-section-productlist2 img.alexwebdatainfogrid_thumbnail_url_img {
	max-height: 260px;
}

.alexdata_header_name {
	font-size: 18px;
	font-weight: 600;
	color: var(--secondaryColor);
	text-align: left;
	-webkit-hyphens: auto;
    	-ms-hyphens: auto;
			hyphens: auto;
			
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 22px;
    height: 44px;			
}

.alexdata_header_subname {
	font-size: 15px;
	line-height: 15px;
	height: 16px;
    color: var(--secondaryColor);
}

.alexwebdatainfogrid_author {
    font-size: 15px;
    color: var(--secondaryColor);
}

.alexdata_header_subname,
.alexwebdatainfogrid_author {	
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-align: left;
}



.alexwebdatainfogrid_alexdata_detail_top .alexdata_header_subname,
.alexwebdatainfogrid_alexdata_detail_top .alexwebdatainfogrid_author {
	display: block;
}

.body_ismobile .alexwebdatainfogrid_series,
.body_ismobile .alexwebdatainfogrid_alexdata_detail_footer .labelitem {
	font-size: 0;
}

.alexwebdatainfogrid_manufacturer-title,
.alexwebdatainfogrid_manufacturer {
	display: inline-block;
}

.body_isdesktop .alexwebdatainfogrid_manufacturer-title {
	margin-right: 5px;
	color: var(--secondaryColor);
}

.body_ismobile .alexwebdatainfogrid_series > div,
.body_ismobile .alexwebdatainfogrid_manufacturer-title,
.body_ismobile .alexwebdatainfogrid_manufacturer,
.body_ismobile .alexwebdatainfogrid_manufacturer a,
.body_ismobile .alexwebdatainfogrid_alexdata_detail_footer_info .labelitem > div {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	font-size: 13px;
	margin: 0;
}

.body_ismobile .alexwebdatainfogrid_alexdata_detail_footer_info .labelitem > div.alexwebdatainfogrid_preorder {
	font-size: 15px;
}

.body_ismobile .alexwebdatainfogrid_manufacturer-title {
	color: var(--secondaryColor);
}

.body_ismobile .alexwebdatainfogrid_alexdata_detail_footer_info .alexwebdatainfogrid_series,
.body_ismobile .alexwebdatainfogrid_alexdata_detail_footer_info .labelitem {
	margin-bottom: 5px;
}

.alexwebdatainfogrid_alexdata_detail_footer_info {
	margin: 0 25px;
}

@media screen and (max-width: 350px)
{
	.alexwebdatainfogrid_alexdata_detail_footer_info {
		margin: 0;
	}
}

.alexdata_footer_shop_prices {
	color: var(--secondaryColor);
	margin-top: 10px;
}

.rb-section-productlist .alexdata_footer_shop_prices {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.rb-section-allproduct .alexdata_footer_shop_prices > div {
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
}

.rb-section-allproduct .alexdata_footer_shop_prices > div:last-child {
	margin-right: 0;
}

.rb-section-productlist .alexdata_footer_shop_prices > div:last-child {
	margin-left: auto;
}

.alexdata_footer_shop {
/*	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: center;
	   -ms-flex-align: center;
		  align-items: center;*/
}

.alexdata_footer_shop_buttons {
	margin-top: 10px;
	margin-left: auto;
}

.alexdata_footer_shop_buttons > div {
/*    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;*/
}

.alexdata_footer_shop .basket_addmorebutton .basket_addmorebutton_title {
	font-size: 16px;
/*	display: none;*/
}

.alexdata_footer_shop_prices > div {
	margin-bottom: 10px;
}

.alexdata_footer_shop_prices > div:last-child {
	margin-bottom: 0;
}

.alexdata_footer_price {
	color: var(--colorLightGray);
	text-decoration: line-through;	
}

.alexdata_footer_onlineprice-value {
	font-size: 17px;
	font-weight: 600;	
	color: var(--primaryColor);
}

.alexdata_footer_basket {
/*    border-left: 1px solid #A5A4A6;
    padding-left: 25px;*/
}

.alexdata_footer_basket input,
.alexdata_footer_shop .basket_addmorebutton .basket_addmorebutton_image {
/*    width: 30px;
    height: 35px;*/
	border: 0;
	background: url(/content/images/icon-shopping-bag-big.png) no-repeat center;
	background-size: 100%;
	cursor: pointer;	
}

.rb2-slider-footerlink {
    font-size: 25px;
    color: #B5B5B5;
    text-align: center;
    margin-top: 40px;
}

/* Product Banner Styles
-----------------------------------------------------------*/

.rb-section-productbanner .rb2-slider-title {
	margin-bottom: 60px;
}

.rb-section-productbanner .rb2-slider-item {
	position: relative;
}

.rb-section-productbanner .news_newsslider_right {
	position: absolute;
	top: 50%;
	left: 55%;
	transform: translate(-50%,-50%);
}

.rb-section-productbanner .rbh2,
.rb-section-productbanner .rbh3 {
	font-size: 0.9895833333333334vw;
	font-weight: 400;
	color: #FFF;
	text-align: left;
	margin: 0 0 10px;
}

.rb-section-productbanner .rbh1 {
	font-size: 2.1875vw;
	font-weight: 600;
	color: #FFF;
	text-align: left;
	text-transform: uppercase;
	margin: 0 0 10px;
}

.rb-section-productbanner .news_digest {
	font-size: 0.78125vw;
	color: #FFF;
}

.rb-section-productbanner .more-title {
	font-size: 0.9895833333333334vw;
	color: #FFF;
	margin-top: 40px;
}

@media screen and (max-width: 1367px)
{
	.rb-section-productbanner .news_digest {
		font-size: 1vw;
	}	
}

@media screen and (max-width: 1155px)
{
	.rb-section-productbanner .rbh2,
	.rb-section-productbanner .rbh3,
	.rb-section-productbanner .more-title {
		font-size: 1.2vw;
	}		
	
	.rb-section-productbanner .more-title {
		margin-top: 20px;
	}
}

@media screen and (max-width: 585px)
{
	.rb-section-productbanner .rbh1 {
		font-size: 19px;
	}
	
	.rb-section-productbanner .rbh2,
	.rb-section-productbanner .rbh3,
	.rb-section-productbanner .more-title {
		font-size: 13px;
	}
	
	.rb-section-productbanner .news_digest {
		display: none;
	}	
	
	.rb-section-productbanner .more-title {
		margin-top: 0;
	}
}



/* MainPageCenter Styles
-----------------------------------------------------------*/

.rb-section-mainpagecenter .news {
	position: relative;
}

.rb-section-mainpagecenter .rb2-slider-title {
	font-size: 2.65625vw;
	font-weight: 600;
	color: #FFF;
}

.rb-section-mainpagecenter .news_productlist {
	width: 90%;
	position: absolute;
	bottom: 10%;
	left: 5%;
	/*-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
			transform: translateY(-50%);*/
}

.news_productlist .rb2-slider-pager-item-main {
	-webkit-box-pack: start;
       -ms-flex-pack: start;
	justify-content: flex-start;
}

.news_productlist .rb2-slider-item {
	-ms-flex: 0 1 25%;
		flex: 0 1 25%;
}

.rb-section-mainpagecenter .news_clickproduct {
	width: 60%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
			transform: translate(-50%,-50%);
}

.rb-section-mainpagecenter .news_clickproduct .alexwebdatainfogrid_fullimage {
	flex: 0 1 30%;
}

.rb-section-mainpagecenter img.alexwebdatainfogrid_thumbnail_url_img {
	width: auto;
    height: 8.854166666666666vw;
}

.rb-section-mainpagecenter .news_clickproduct .alexwebdatainfogrid {
	display: flex;
	gap: 5%;
	align-items: center;
}

.rb-section-mainpagecenter .news_clickproduct .alexwebdatainfogrid_info {
	padding: 20px;
	flex: 0 1 70%;
	border-radius: 10px;
}

.rb-section-mainpagecenter .listmorespan {
	display: block;
	margin-top: 20px;
	color: #FFF;
}

.rb-section-mainpagecenter .news_clickproduct .listmorespan {
	display: none;
}

.rb-section-mainpagecenter .news_clickproduct .alexdata_header_name {
	display: block;
	height: auto;
	line-height: normal;
	margin-top: 0;
}

.rb-section-mainpagecenter .news_clickproduct .alexdata_header_subname,
.rb-section-mainpagecenter .news_clickproduct .alexwebdatainfogrid_author {
	height: auto;
	display: block;
	line-height: normal;
}

.rb-section-mainpagecenter .news_clickproduct img.alexwebdatainfogrid_thumbnail_url_img {
	height: 14vw;
}

.rb-section-mainpagecenter .news_clickproduct .alexdata_footer_shop_prices > div {
	display: inline-block;
	margin-right: 10px;
}

.rb-section-mainpagecenter .news_clickproduct .alexdata_header_name,
.rb-section-mainpagecenter .news_clickproduct .alexdata_header_subname,
.rb-section-mainpagecenter .news_clickproduct .alexwebdatainfogrid_author,
.rb-section-mainpagecenter .alexdata_footer_shop_prices {
	color: #FFF;
}

/* MainPageBlog Styles
-----------------------------------------------------------*/

.rb-section-mainpageblog .news_fullname .rbh1,
.rb-section-allnews .news_info-full .rbh1 {
	font-size: 18px;
	font-weight: 600;
	color: var(--secondaryColor);
	text-align: left;
}

.rb-section-mainpageblog .news_fullname .rbh2,
.rb-section-allnews .news_info-full .rbh2 {
	font-size: 15px;
	font-weight: 400;
	color: #B5B5B5;
	text-align: left;
}

/* All Product Styles 
-----------------------------------------------------------*/

.allproduct_mainpage .rb-home_mainpage-work {
	width: 90%;
	max-width: 1520px;
	display: flex;
	margin: 0 auto;
}

.allproduct_mainpage .rb-home_mainpage-left {
	width: 25%;
	-ms-flex: 0 1 25%;
		flex: 0 1 25%;
	height: 100vh;
    position: sticky;
    overflow-y: auto;
    top: 216px;
    padding-right: 10px;
	padding-bottom: 200px;
}

.allproduct_mainpage .rb-home_mainpage-center {
	width: 75%;
/*	padding-left: 40px;*/
	padding-left: 11vw;
	-ms-flex: 0 1 75%;
		flex: 0 1 75%;
}

.rbsliderheader-titleinfo > div {
	display: inline-block;
	vertical-align: middle;
}

.rbsliderheader-delete {
	width: 35px;
	height: 35px;
	background: url(/content/images/icon-close-gray.png) no-repeat center;
	margin-left: 10px;
}

#content-section .rb-section-allproductheadernosearch {
	margin-bottom: 0;
}

.rb-section-allproduct .rb2-slider-pager-item-main {
	padding-left: 20px;
	padding-top: 20px;
	display: block;
}

.rb-section-allproduct .rb2-slider-item {
	position: relative;
	margin-bottom: 85px;
	float: none;
}

.rb-section-allproduct .alexwebdatainfogrid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	   -ms-flex-align: center;
		  align-items: center;
}

.rb-section-allproduct .alexwebdatainfogrid_info {
	padding-left: 50px;
	-ms-flex: 1 1 1%;
		flex: 1 1 1%;
}

.rb-section-allproduct .alexdata_header_name {
	display: block;
    height: auto;
	font-size: 25px;
    line-height: normal;
	margin-top: 0;
}

.name_aftervalue,
.alexdata_header_name-after,
.basket_summa_ebookinorder_title,
.basket_item_namesufix {
    color: #20bc20;
}

.rb-section-allproduct img.alexwebdatainfogrid_thumbnail_url_img {
	width: 227px;
	height: auto;
	box-shadow: 0px 3px 20px 0px rgb(0 0 0 / 16%);
}

.rb-section-style-productvertical img.alexwebdatainfogrid_thumbnail_url_img {
	width: 100%;
	height: auto;
}

.rb-section-style-productvertical .alexwebdatainfogrid_fullimage {
	width: 40%;
}

.allproduct_mainpage .rb-home_mainpage-left .rb-section-title {
	font-size: 17px;
	font-weight: 600;
	text-align: left;
	margin: 0 0 30px;
}

.allproduct_mainpage .rb-home_mainpage-left .rb2-pager-item-alllink {
	text-align: right;
}

.allproduct_mainpage .rb-home_mainpage-left .rb-section-style-productvertical .rb2-slider-title {
	font-size: 17px;
	font-weight: 600;
}

.rbsliderheader-titleinfo > div,
.rbsliderheader-titleinfo h1 {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 20px;
}

.rbsliderheader-titleinfo h1 {
	margin: 0;
}

.rbsliderheader-titleinfo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.rb-section-allproductheader-search {
	margin-bottom: 40px;
}

.rb-section-allproductheader-search-title {
	font-size: 20px;
	color: var(--secondaryColor);
	margin-bottom: 5px;
}

.listbox_onchange_full {
	width: 50%;
	position: relative;
}

.listbox_onchange_input input {
	width: 100%;
	padding: 10px;
	/*border: 1px solid var(--secondaryColor);*/
	border: 0;
	box-shadow: inset 0px 0px 10px 0px rgb(0 0 0 / 16%);
}

.listbox_onchange_button .search_button {
	width: 38px;
	height: 38px;
}

.rb-section-header-sortandfilters {
	float: right;
	margin-bottom: 40px;
}

.rb-section-header-sortandfilters > div {
	display: inline-block;
	vertical-align: middle;
}

.rb-section-header-sort {
	float: none;
	margin-bottom: 0;
	margin-left: 40px;
}

.rb-section-header-categoryandotherfilters > div {
	display: inline-block;
    color: #FFF;
    background: var(--primaryColor);
    padding: 8px 20px;
    border-radius: 35px;
}

.rb-section-header-sort select {
	border-radius: 35px;
	box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 17%);
}

.rb-section-allproduct .rb2-slider-pager-item-main-nodata {
    padding: 50px 0;
    font-size: 30px;
    font-weight: 300;	
}

.rb-section-style-productvertical .rb2-slider-pager-item-main {
	display: block;
}

.rb-section-style-productvertical .rb2-slider-item {
	width: 100%;
	margin-bottom: 40px;
}

.rb-section-style-productvertical .alexwebdatainfogrid,
.rb-section-style-productvertical .voteitems {
	text-align: left;
}

.rb-section-style-productvertical .alexwebdatainfogrid {
	display: flex;
}

.rb-section-style-productvertical .alexwebdatainfogrid_info {
	width: 60%;
	padding-left: 20px;
}

/* Selected */

.treeview_item_action,
.treeview_item_master,
.rb-section-productlistgroup-item {
	font-size: 17px;
	font-weight: 600;
	color: var(--secondaryColor);
	margin-bottom: 10px;
	text-transform: lowercase;
}


div:not(.treeview_item_selected) > .treeview_item_master,
div:not(.treeview_item_selected) > .treeview_item_action,
.rb-section-productlistgroup-item {
	font-weight: 400;
}

.treeview_item_action {
	display: flex;
}

.treeview_item_action:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	margin-left: auto;
	border-radius: 5px;
	box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 10%);
	background: url(/content/images/icon-checked-red.png) no-repeat center;
}

div:not(.treeview_item_selected) > .treeview_item_action:after {
	background: none;
}

/* Selected End */

.rb-section.rb-section-productlistgroup {
	margin-bottom: 40px;	
}

.rb-section-productlistgroup .rb-section-productlistgroup-header .rbh1,
.rb-section-productlistgroup .rb-section-productlistgroup-header .rbh2 {
	font-family: var(--secondaryFont);
	font-size: 1.7708333333333333vw;
	margin-top: 0;
}

.rb-section-productlistgroup .rb-section-productlistgroup-header .rbh1,
.rb-section-productlistgroup .rb-section-productlistgroup-header .rb-section-subtitle-main {
	display: inline-block;
}

.rb-section-productlistgroup .rb-section-productlistgroup-header .rbh1 {
	color: var(--primaryColor);
}

.rb-section-productlistgroup .rb-section-productlistgroup-header .rbh2 {
	
}

.allproduct_mainpage .rb-home_mainpage-left .rbsliderheader-titleinfo {
	font-family: var(--secondaryFont);	
	font-size: 34px;
	font-weight: 600;
	color: var(--primaryColor);
}

.rb-section-priorauthorlist-author {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

.rb-section-priorauthorlist-author img {
	width: 39px;
	height: 39px;
	border-radius: 50%;
	object-fit: cover;
	box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 16%);	
}

.rb-section-priorauthorlist-author-name {
	font-size: 17px;
	color: var(--colorLightGray);
	padding-left: 20px;
}

.rb-section-priorauthorlist-author:hover .rb-section-priorauthorlist-author-name {
	text-decoration: underline;
}

/* Author Header */

.rb-section-person-username {
	font-size: 25px;
	font-weight: 600;
	color: var(--secondaryColor);
	margin-bottom: 10px;
}

.rb-section-person-description {
	font-size: 15px;
	color: var(--secondaryColor);
	text-align: justify;	
}

/* Product Detail Styles
-----------------------------------------------------------*/

.showimages_slider .rb2-wrapper{

	position: relative;


}

.showimages_slider .rb2-slider-footer .rb2-pager-item-disable {

	height: 30px;
	width: 30px;
	background-color: red;
	position: absolute;
    top: 10vw;
    left: 5.5vw;
	background: #FFF url(/content/images/icon-arrow-prev-gray.png) no-repeat center;
	background-size: 15px;
	box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 33%);
	border-radius: 50%;
}
.showimages_slider .rb2-slider-footer .rb2-pager-item-prev {

	height: 30px;
	width: 30px;
	background-color: red;
	position: absolute;
	top: 10vw;
    left: 5.5vw;
	background: #FFF url(/content/images/icon-arrow-prev-red.png) no-repeat center;
	background-size: 15px;
	box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 33%);
	border-radius: 50%;

}

.showimages_slider .rb2-slider-footer .rb2-pager-item-next {
	height: 30px;
	width: 30px;
    top: 10vw;
    left: 21.8vw;
	position: absolute;
	background: #FFF url(/content/images/icon-arrow-next-red.png) no-repeat center;
	background-size: 15px;
	box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 33%);
	border-radius: 50%;

}

.showimages_slider .rb2-slider-thumb-items  {

	display: flex;
 	flex-wrap: wrap;
	margin-bottom: 15px;
	height: 11vw;
	overflow-y: auto;
	scrollbar-width: thin;
	align-self: center;
	justify-content: space-between;
}


.showimages_slider .rb2-slider-thumb-items  .rb2-slider-thumb-item  {

	flex: 0 1 45%;
	padding-top: 10px;
	margin: auto;
	align-self: center;

}

.showimages_slider .rb2-slider-thumb-image_img {

	/*max-height: 200px;*/
	height: auto;
	opacity: 0.75;

}
.rb2-slider-thumb-selected {

	border: none;
}



.alexwebdatainfogrid_alexdata_detail_top {
	display: flex;
	flex-wrap: wrap;	
	padding-left: 8%;
}

.alexwebdatainfogrid_alexdata_detail_top_alexdata_detail_left {
	min-width: 0;
	-ms-flex: 0 1 18%;
		flex: 0 1 18%;
}

.alexwebdatainfogrid_alexdata_detail_centerright {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex: 0 1 82%;
		flex: 0 1 82%;
}

.alexwebdatainfogrid_alexdata_detail_top_alexdata_detail_center {
	-ms-flex: 0 1 75%;
		flex: 0 1 75%;
	padding: 0 40px;
}

.alexwebdatainfogrid_alexdata_detail_top_alexdata_detail_right {
	-ms-flex: 0 1 25%;
		flex: 0 1 25%;
}

.alexwebdatainfogrid_like {
	flex: 1 1 100%;
}

.alexwebdatainfogrid_alexdata_detail_top_alexdata_detail_left img.alexwebdatainfogrid_thumbnail_url_img {
	width: 100%;
	height: auto;
	margin-bottom: 30px;
	box-shadow: 0px 3px 20px 0px rgb(0 0 0 / 16%);
}

.bookdetails .labelitem > div {
	display: inline;
	margin-right: 5px;
}

.alexwebdatainfogrid_series {
	margin-bottom: 5px;
}

.bookdetails .labelitem {
	font-size: 15px;
	color: var(--secondaryColor);
	margin-bottom: 10px;	
}

.productgrouplink {
	display: inline-block;
}

.productgroup-hierarchy a,
.masterarticle_combo_title {
	font-size: 16px;
	color: var(--secondaryColor);
}

.body_ismobile .productgroup-hierarchy a {
	font-size: 15px;
}

.masterarticle_combo_title,
#masterarticle_size  {	
	display: inline-block;
	vertical-align: middle;
}

#masterarticle_size {
    min-width: 100px;
    padding: 5px;
    border: 1px solid var(--secondaryColor);
    border-radius: 35px;
}

.productgrouplink {
	display: inline-block;
}

.productgroup-hierarchy .productgrouplink_separator {
	display: inline-block;
	float: none;
	color: var(--secondaryColor);
    vertical-align: middle;
}

.alexwebdatainfogrid_author_full.otherauthors > div {
	display: inline-block;
	vertical-align: middle;
}

.alexwebdatainfogrid_alexdata_detail_top_alexdata_detail_center .rbh1 {
	font-size: 30px;
	color: var(--secondaryColor);
	text-align: left;
	margin: 0 0 20px;
}

.alexwebdatainfogrid_alexdata_detail_top_alexdata_detail_center .rbh2 {
	font-size: 20px;
	font-weight: 400;
	color: var(--colorLightGray);
	text-align: left;
	margin: 0 0 20px;
}

.alexwebdatainfogrid_fulldescription {
	font-size: 15px;
	color: var(--secondaryColor);
	margin-top: 20px;
}

.rb-section-detail .alexwebdatainfogrid_fulldescription {
	text-align: justify;
}

.alexdata_isebook .alexwebdatainfogrid_fulldescription p {
    margin: 0;
}

.alexwebdatainfogrid_author_full,
.alexwebdatainfogrid_manufacturer,
.alexwebdatainfogrid_categories {
    margin-bottom: 5px;
}

.alexwebdatainfogrid_author_full a {
    font-size: 20px;
    color: var(--secondaryColor);
}

.alexwebdatainfogrid_series > div {
	display: inline-block;
	margin-right: 5px;
}

.alexwebdatainfogrid_manufacturer a,
.alexwebdatainfogrid_series a,
.otherauthors a {
    font-size: 16px;
    color: var(--secondaryColor);
}

.body_ismobile .alexwebdatainfogrid_series a {
	font-size: 12px;
}

.alexwebdatainfogrid_shipping_title,
.alexwebdatainfogrid_shipping,
.alexwebdatainfogrid_author_title,
.alexwebdatainfogrid_series-title {
	color: var(--secondaryColor);
}

.otherauthors > div {
	display: inline;
	margin-right: 5px;
}

.alexwebdatainfogrid_author_delim {
	margin-right: 5px;
}

.alexwebdatainfogrid_shortdescription {
	margin-top: 20px;
}

.alexwebdatainfogrid_shortdescription,
.alexwebdatainfogrid_alexdata_detail_top_alexdata_detail_center_newsitem {
	font-size: 15px;
	color: var(--secondaryColor);
}

.rb-section-allproduct .alexwebdatainfogrid_shortdescription {
	text-align: justify;
}

.alexwebdatainfogrid_price_box {
	position: sticky;
	top: 216px;
	background: #F6F6F6;
	border-radius: 10px;
	padding: 20px;
	color: var(--secondaryColor);
	box-shadow: 0px 3px 13px 0px rgb(0 0 0 / 16%)	
}

.alexwebdatainfogrid_price_box_bottom {
    border-top: 1px solid #D2D2D2;
    padding-top: 30px;
    margin-top: 30px;
} 

.alexwebdatainfogrid_shipping_title,
.alexwebdatainfogrid_shipping {
	font-size: 15px;
	display: inline-block;
}

.alexwebdatainfogrid_enableorder,
.alexwebdatainfogrid_preorder {
	font-size: 15px;
	font-weight: 600;
	color: var(--primaryColor) !important;
	margin: 0;	
}

.alexwebdatainfogrid_alexdata_detail_infos {
	/*margin-bottom: 20px;*/
}

.alexwebdatainfogrid_alexdata_prices {
	margin-bottom: 20px;
}

.alexwebdatainfogrid_alexdata_prices > div {
	display: inline-block;
	margin-right: 14px;	
}

.alexwebdatainfogrid_retaileprice {
	font-size: 16px;
	color: var(--secondaryColor);
    text-decoration: line-through;
}

.alexwebdatainfogrid_onlineprice {
    font-size: 29px;
    color: var(--primaryColor);
    font-weight: 600;
}

.alexdata_footer_shop_prices {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -ms-flex-wrap: wrap;
    	flex-wrap: wrap;
}

.alexdata_footer_shop_prices > div {
	-ms-flex: 1 1 50%;
		flex: 1 1 50%;
}

.alexdata_footer_shop_prices > div.alexdata_footer_onlineprice {
	-ms-flex: 1 1 100%;
    	flex: 1 1 100%;
}

.actionruleinfobutton-body {
	right: 0;
}

.actionruleinfobutton-body:before {
	left: initial;
	left: auto;
	right: 6px;
}

.actionruleinfobutton-body a {
	color: var(--primaryColor);
}

.alexwebdatainfogrid_alexdata_detail_top_alexdata_detail_right_bookshoplink input,
/*.alexwebdatainfogrid_alexdata_detail_buttons*/ .rbvote,
.basket_addmorebutton {
	font-size: 17px;
    color: var(--secondaryColor);
	padding: 10px 15px;
    border-radius: 35px;
    -webkit-box-shadow: inset 3px 2px 8px 0px rgb(0 0 0 / 17%);
    		box-shadow: inset 3px 2px 8px 0px rgb(0 0 0 / 17%);
}




@media screen and (min-width: 1024px) and (max-width: 1700px)
{
	.alexwebdatainfogrid_alexdata_detail_top_alexdata_detail_right_bookshoplink input,
	.rbvote,
	.basket_addmorebutton {
		font-size: 15px;
		padding: 12px 10px;
	}	
	
	.alexwebdatainfogrid_price_box {
		min-width: 260px;
	}
}

.basket_addmorebutton,
.alexdata_footer_basket input,
.alexdata_footer_masterproduct {
	font-size: 16px;
	padding: 10px 15px;
    border-radius: 35px;
    box-shadow: inset 3px 2px 8px 0px rgb(0 0 0 / 17%);
    text-transform: lowercase;
}

.rb-section-allproduct .alexdata_footer_basket,
.rb-section-style-productvertical .alexdata_footer_basket,
.rb-section-allproduct .alexwebdatainfogrid .rbvote,
.alexdata_footer_masterproduct {
	width: 100%;
	max-width: 240px;
}

.rb-section-allproduct .alexwebdatainfogrid .rbvote {
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.rb-section-allproduct .alexwebdatainfogrid .rbvote.rbvote-Product {
	display: inline-block;
    width: auto;
	max-width: none;
    padding-right: 60px;
    background: url(/content/images/icon-bell.png) no-repeat calc(100% - 15px);
}

/*.alexwebdatainfogrid_alexdata_detail_buttons*/ .rbvote {
	padding-right: 50px;
	position: relative;
	margin-bottom: 15px;
	background: url(/content/images/icon-favorite-white.png) no-repeat calc(100% - 15px);
	transition: all .2s ease-out;
}

.rbvote.rbvote-Product {
	background: url(/content/images/icon-bell.png) no-repeat calc(100% - 15px);
}

.alexwebdatainfogrid .rbvote {
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 0;
	text-align: left;
}

/*.alexwebdatainfogrid_alexdata_detail_buttons*/ .rbvote:before {
	content: "";
    display: block;
    width: 50px;
    height: 100%;
    background: var(--primaryColor);
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    border-top-right-radius: 35px;
    border-bottom-right-radius: 35px;
    transition: all .2s ease-out;
}

/*.alexwebdatainfogrid_alexdata_detail_buttons*/ .rbvote.Like-result1 {
	background: url(/content/images/icon-favorite-red2.png) no-repeat calc(100% - 15px);
}

/*.alexwebdatainfogrid_alexdata_detail_buttons*/ .rbvote.Like-result1:before {
	opacity: 0;
}

.alexwebdatainfogrid_alexdata_detail_top_alexdata_detail_right_bookshoplink,
.alexdata_footer_basket,
.alexdata_footer_masterproduct {
	position: relative;
}

.alexwebdatainfogrid_alexdata_detail_top_alexdata_detail_right_bookshoplink:after,
.alexdata_footer_basket:after,
.alexdata_footer_masterproduct:after {
    content: "";
    display: block;
    width: 50px;
    height: 100%;
    background: #FBFBFB url(/content/images/icon-shopping-bag-red.png) no-repeat center;
    position: absolute;
    top: 0;
    right: -1px;
    border-top-right-radius: 35px;
    border-bottom-right-radius: 35px;
    box-shadow: inset 3px 2px 8px 0px rgb(0 0 0 / 17%);
}

.basket_addbuttonnotenabled {
    font-size: 15px;
	background: var(--primaryColor);
    padding: 10px 15px;
    border-radius: 35px;
    color: #FFF;
}

.alexwebdatainfogrid_alexdata_detail_top_alexdata_detail_right_bookshoplink input,
.alexdata_footer_basket input,
.saveproductpackagebutton,
.basket_addmorebutton,
.undoproductpackagebutton,
.alexdata_footer_masterproduct {
	width: 100%;
    text-align: left;
    color: #FFF;
	border: 0;
	background: var(--primaryColor);
	cursor: pointer;
}

.basket_addmorebutton,
.alexdata_footer_basket input.basket-additem-preorder,
.price_box-preorder input.basket-additem-preorder {
	padding-right: 55px;
}

.undoproductpackagebutton {
	background: none;
	color: var(--secondaryColor);
	border: 2px solid var(--primaryColor);	
}

.alexdata_footer_basket input.basket-additem-preorder,
.price_box-preorder input.basket-additem-preorder
/*.alexwebdatainfogrid_alexdata_detail_top_alexdata_detail_right_bookshoplink input*/ {
	background: #D68000;
}

.alexdata_footer_basket-preorder:after,
.price_box-preorder .alexwebdatainfogrid_alexdata_detail_top_alexdata_detail_right_bookshoplink:after 
/*.alexwebdatainfogrid_alexdata_detail_top_alexdata_detail_right_bookshoplink:after*/ {
	background: #FBFBFB url(/content/images/icon-shopping-bag-preorder.png) no-repeat center;
}

.alexwebdatainfogrid_actioninfo_title {
	margin-top: 10px;
}

.alexwebdatainfogrid_actioninfo {
	font-weight: 600;
	margin-bottom: 10px;
	/*margin-left: 0;*/
}

.alexwebdatainfogrid_shipping {
	margin-left: 5px;
}

.product-ebookdownload {
	font-size: 13px;
	font-weight: 600;
	color: var(--primaryColor);
	margin: 5px 0;
}

.product-ebookdownload:hover {
	text-decoration: underline;
}

/* Scribd */

.rb-section.rb-section-scribd {
	padding-left: 8%;
}

.rb-section-scribd .rb-section-body,
.rb-section-scribd .rb-section-scribd-reader {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.rb-section-scribd .rb-section-body:before {
	content: "";
	display: inline-block;
	width: 18%;
}

.rb-section-scribd .rb-section-scribd-reader {
	width: 82%;
}

.rb-section-scribd .rb-section-scribd-reader:after {
	content: "";
	display: inline-block;
	width: 25%;
	min-width: 260px;
}

iframe.scribd_iframe_embed {
	width: 75%;
	height: 60vw;
	margin: 0;
	padding: 0 40px;
}

@media screen and (max-width: 1155px) {
	.rb-section.rb-section-scribd {
		padding-left: 0;
	}

	iframe.scribd_iframe_embed {
		padding: 0 20px;
	}
}

@media screen and (max-width: 1024px) {
	.rb-section-scribd .rb-section-body:before {
		display: none;
	}

	.rb-section-scribd .rb-section-scribd-reader {
		width: 100%;
	}

	iframe.scribd_iframe_embed {
		width: 100%;
		height: 125vw;
		padding: 0 20px 0 0;
	}

	.rb-section-scribd .rb-section-scribd-reader:after {
		display: none;
	}

	.showimages_slider .rb2-slider-thumb-items  {

		height: 18vw;

	}

}

@media screen and (max-width: 585px) {
	iframe.scribd_iframe_embed {
		padding: 0;
	}
}

/* NewsLetter Styles
-----------------------------------------------------------*/

.input_NewsLetterSubscribe {
	width: 90%;
	max-width: var(--mainWidth);
	margin: 0 auto 60px;
	padding: 0 5%;
	border: 1px solid  var(--colorLightGray);
} 

.input_NewsLetterSubscribe .inputform {
	display: flex;
	align-items: center;
	justify-content: center;
    padding: 55px 0 40px;
}

.input_NewsLetterSubscribe .inputtitle {
	font-size: 18px;
	font-weight: 600;
	color: var(--secondaryColor);
}

.input_NewsLetterSubscribe .inputsubtitle {
	font-size: 20px;
	font-weight: 400;
	color: var(--colorLightGray);	
}

.input_NewsLetterSubscribe fieldset {
	padding-left: 90px;	
}

.input_NewsLetterSubscribe .inputpage_field_Name,
.input_NewsLetterSubscribe .inputpage_field_EMail {
	display: inline-block;
	width: 47.5%;
	margin-bottom: 20px;
}

.input_NewsLetterSubscribe .inputpage_field_Name {
	margin-right: 5%;
}

.input_NewsLetterSubscribe .inputpage_field_Name input,
.input_NewsLetterSubscribe .inputpage_field_EMail input {
	width: 100%;
	font-size: 20px;
	padding: 15px 10px;
	border: 0;
	border-bottom: 1px solid var(--secondaryColor);
}

.input_NewsLetterSubscribe .inputpage_field_Name input:focus,
.input_NewsLetterSubscribe .inputpage_field_EMail input:focus {
	/*outline: 2px solid var(--primaryColor);*/
}

.input_NewsLetterSubscribe .inputpage_fieldtype_CheckBox .inputpage_label {
	font-size: 13px;
	margin-bottom: 0;
}

.input_NewsLetterSubscribe .inputpage_buttons_after {
	border: 0;
}

.input_NewsLetterSubscribe .submitbutton {
	font-size: 14px;
    font-weight: 400;
    color: var(--secondaryColor);
    height: auto;
    border: 0;
    background: none;
    box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 25%);
    position: relative;
    padding: 12px 40px;
    border-radius: 35px;
    cursor: pointer;
    -webkit-transition: all .2s ease-out;
		 -o-transition: all .2s ease-out;
			transition: all .2s ease-out;
}

.input_NewsLetterSubscribe .submitbutton:hover {
    background: var(--primaryColor);
    color: #FFF;
}

.popupinput-NewsLetterSubscribe .input_NewsLetterSubscribe {
	width: 100%;
	padding: 0;
	border: 0;
	margin: 0;
}

.popupinput-NewsLetterSubscribe .input_NewsLetterSubscribe .inputform {
	display: block;
	text-align: center;
}

.popupinput-NewsLetterSubscribe .input_NewsLetterSubscribe fieldset {
	padding-left: 0;
}

.popupinput-NewsLetterSubscribe .inputgroup-datahandlingconfirmok {
	text-align: left;
}

.popupinput-NewsLetterSubscribe .inputform-popup .submitbutton {
	padding: 10px 30px;
}

.popupinput-NewsLetterSubscribe .inputform-popup .submitbutton:hover {
	background-color: var(--primaryColor);
	border-color: var(--primaryColor);
}

.input_NewsLetterSubscribe .inputgroup-newsletter + div,
.input_NewsLetterSubscribe .inputgroup-newsletter {
	padding: 0;
	border: 0;
}

.input_NewsLetterSubscribe .inputgroup-newsletter .inputpage_beforefield h3 {
	font-size: 15px;
	font-weight: 600;
	color: var(--primaryColor);
}

@media screen and (max-width: 900px)
{
	.input_NewsLetterSubscribe {
		width: 90%;
		padding: 0 40px;
	}
	
	.input_NewsLetterSubscribe .inputform {
		display: block;
		text-align: center;
	}
	
	.input_NewsLetterSubscribe fieldset {
		padding-left: 0;
	}
	
	.inputgroup-datahandlingconfirmok {
		text-align: left;
	}
	
	.inputform-popup .submitbutton {
		padding: 10px 30px;
	}
	
	.inputform-popup .submitbutton:hover {
		background-color: var(--primaryColor);
		border-color: var(--primaryColor);
	}	
	
	.rb-section-allproduct .rb2-slider-pager-item-main {
		padding-left: 10px
	}
	
}

/* All News Styles
-----------------------------------------------------------*/

.rb-section-allnews .rb2-slider-item {
	margin-bottom: 40px;
}

/* News Detail Styles
-----------------------------------------------------------*/

.newsdetail_mainpage {
    max-width: 1520px;
    margin: auto;
    padding: 0 5%;
}

/* News Detail Styles
-----------------------------------------------------------*/

.news_detailheader {
	display: flex;
    font-size: 20px;
	color: var(--colorLightGray);
    border-bottom: 1px solid #dfdfdf;
	margin-bottom: 20px;
    padding-bottom: 20px;   
}

.news_detailheader .labelitem {
	margin-left: 20px;
}

.news_detailheader .news_like {
	margin-right: auto;
	float: none;
}

.news_detail .news_fullname .rbh1 {
    font-size: 40px;
    font-weight: 600;
    color: var(--primaryColor);
	text-align: left;
    margin: 0 0 20px;	
}

.newsitem-layout .news_newsitem_newsitem-headerdesc {
	line-height: 22px;
}

.newsitem-layout .newsitem-name-full {
	line-height: normal;
}

.news_detail .newsitem-name,
.newsitem-layout-quote h3.newsitem-name,
.newsitem-layout-productlistpager .rb2-slider-title {
	font-size: 30px;
	margin: 0;
}

.news_detail .newsitem-subname {
	font-size: 20px;
	line-height: normal;
}

.news_detail .newsitem-name,
.newsitem-layout-quote h3.newsitem-name,
.newsitem-layout-productlistpager .rb2-slider-title {
    font-weight: 700;
    color: var(--primaryColor);
}

.newsitem-layout-productlistpager .rb2-slider-title {
    margin-bottom: 40px;
}

.news_detail .newsitem-subname {
	font-weight: 400;
	color: var(--colorLightGray);
}

.news_detail .news_newsitem a {
	color: var(--primaryColor);
	font-weight: 600;
}

.news_detail .news_newsitem a:hover {
	text-decoration: underline;
}

.newsitem-layout-normal img {
	max-width: 600px;
}

.newsitem-productlist .newsitem-productlist-item img,
.newsitem-layout-productlistpager .alexwebdatainfogrid_thumbnail_url_img {
	width: auto;
	height: 200px;
}

.newsitem-productlist-item h2 {
	font-size: 19px;
	font-weight: 600;
}

.newsitem-productlist .newsitem-productlist-item {
	margin-bottom: 40px;
}

.rb-newsitem-news .rb-newsitem-news-item-fullimage {
	margin-bottom: 20px;
}

.rb-newsitem-news .rb-newsitem-news-item-name {
	margin-bottom: 10px;	
}

.rb-newsitem-news .rb-newsitem-news-item-subname2,
.rb-newsitem-news .rb-newsitem-news-item-subname {
	font-size: 20px;
	margin-bottom: 10px;
}

.rb-newsitem-news-item-digest {
	font-size: 15px;
	border: 0;
	padding: 0;
	margin: 0;
}

.newsitem-layout-button .newsitem-name-full {
    background: var(--primaryColor);
    border-radius: 35px;
	border: none;
}

.newsitem-layout-button .newsitem-name-full h3 {
    font-family: var(--primaryFont);
	font-size: 17px;
    font-weight: 400;
    color: #FFF;
}

.newsitem-layout-vote .voteitems {
	font-size: 15px;
}

.normalvote_list {
	width: 90%;
	max-width: 600px;
}

.normalvote_votebutton_title {
    font-size: 17px;
    color: #FFF;
    padding: 8px 30px;
	background: var(--primaryColor);
    border-radius: 35px;
}

.normalvote .voteform_item_myvote {
	font-weight: 600;
	color: var(--primaryColor);
}

.newsitem-layout-backgroundimage {
	position: relative;
}

.newsitem-layout-backgroundimage .news_newsitem_image img {
	max-width: 100%;
}

.newsitem-layout-backgroundimage .news_newsitem_newsitem-headerdesc {
	padding: 20px 40px;
	background: rgb(255 255 255 / 90%);
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
			transform: translate(-50%,-50%);
}

.newsitem-product-full {
	width: 90%;
    max-width: 768px;
    margin: 20px auto 0;
}

.newsitem-product img.alexwebdatainfogrid_thumbnail_url_img {
	height: 20vw
}

.newsitem-product .alexwebdatainfogrid {
	display: flex;
	align-items: center;
}

.newsitem-product .alexwebdatainfogrid_info {
	padding-left: 30px;
}

.newsitem-product .alexdata_header_shop .rbh1 {
	height: auto;
	font-family: var(--secondaryFont);
    font-size: 50px;
    margin: 0;
    line-height: normal;
}

/* Footer Styles
-----------------------------------------------------------*/

.rb-section-footer .rb-section-footer {
	width: 90%;
	max-width: var(--mainWidth);
	margin: 0 auto;
	padding: 40px 5% 0;
}

.rb-section-footer-line1 {
	/*margin-bottom: 60px;*/
}

.rb-section-footer-line2 {
	margin-bottom: 35px;
}

.rb-section-footer-line2,
.rb-section-footer-line3 {
	display: flex;
}

.rb-section-footer-line2 > div,
.rb-section-footer-line3 .rb-section-footeritem-2 {
	padding-right: 10px;
    flex: 0 1 20%;
}

.rb-section-footer-line3 .rb-section-footeritem-2 {
    margin-left: auto;
}

.rb-section-footeritem-menutitle,
.rb-section-footeritem-title {
	color: var(--secondaryColor);
	font-size: 25px;
	font-weight: 600;
	margin-bottom: 25px;
}

.rb-section-footer-line2 .menu_divitem {
	float: none;
}

.rb-section-footer-line2 .menu_divitem,
.rb-section-footeritem-name,
.rb-section-footeritem-open {
	margin-bottom: 10px;
}

.rb-section-footer-line2 .rbmenuh2 {
	display: inline-block;
	margin: 0;
}

.rb-section-footer-line2 a,
.rb-section-footer-line2 .rbmenuh2,
.rb-section-footeritem-name,
.rb-section-footeritem-open {
	display: block;
	font-size: 15px;
	font-weight: 400;
	color: var(--secondaryColor);
}

.rb-section-footer-line2 a:hover,
.rb-section-footer-line2 .rbmenuh2:hover {
	text-decoration: underline;
}

.footer_payimage {
	width: 495px;
	height: 40px;
	background: url(/content/images/simplepay_logo.png) no-repeat center;
}

.rb-section-social-item {
	display: inline-block;
	vertical-align: middle;
	width: 35px;
	height: 35px;
}

.rb-section-social-item-facebook {
	background: url(/content/images/icon-social-facebook-gray.png) no-repeat center;
}

.rb-section-social-item-twitter {
	background: url(/content/images/icon-social-twitter-gray.png) no-repeat center;
}

.rb-section-social-item-instagram {
	background: url(/content/images/icon-social-instagram-gray.png) no-repeat center;
}

.rb-section-social-item-moly {
	background: url(/content/images/icon-social-moly.png) no-repeat center;
}

.rb-section-social-item-tiktok {
	background: url(/content/images/icon-social-tiktok-2.png) no-repeat center;
	background-size: 20px;
}

.rb-section-social-item-youtube {
	
}

.rb-section-social-item-tiktok {
	
}

/* Basket Styles
-----------------------------------------------------------*/

.popup-popupbasket_full_panel {
	max-width: 100%;
	padding: 0;
}

.popup-popupbasket_full_panel.rb-popuppanel-visibled,
#popup-rbimage_panel.rb-popuppanel-visibled {
    -webkit-animation: popup-slide-in-top0 0.3s ease-out;
       -moz-animation: popup-slide-in-top0 0.3s ease-out;
    	 -o-animation: popup-slide-in-top0 0.3s ease-out;
    		animation: popup-slide-in-top0 0.3s ease-out;
}

.popup-popupbasket_full_link .basketmini_summa {
    font-weight: 600;
	background: var(--primaryColor);
	right: initial;
	right: auto;
	left: 15px;
}

.basket_header .basket_title,
.basket_header .basket_summa_quantity,
.basket_header .basket_emptytitle {
    font-size: 30px;
    font-weight: 600;
    color: #333;
	letter-spacing: 2px;
}

.basket_actionrules-title {
    font-size: 30px;
    font-weight: 600;
    color: var(--primaryColor);
}

.basket_checkout input[type="button"] {
    color: #FFF;
    background: var(--primaryColor);
    padding: 8px;	
    border: 0;
    cursor: pointer;
    border-radius: 35px;
}

.basket_checkout_forward {
	border-bottom: 0;
	padding-bottom: 0;
}

.basket_summa_shippingprice_title {
	font-weight: 300;
}

.basket_item:nth-child(even),
.basket_productpackageitem:nth-child(even),
.allwebshop_child_item_data:nth-child(odd),
.allwebshop_item_data:nth-child(even) {
	background-color: rgb(198 59 47 / 10%); 
}

.basket_item_name {
    font-size: 17px;
    font-weight: 600;
    color: var(--secondaryColor);
    margin-bottom: 5px;
}

.basket_item_subname {
	font-size: 13px;
	font-weight: 300;
	color: var(--colorLightGray);
	margin-bottom: 5px;
}

.basket_summa {
	font-size: 25px;
}

.basket_item_quantity_line input {
    border: 2px solid var(--primaryColor);
    background: none;
    font-size: 30px;
    color: #333;
    cursor: pointer;
    line-height: 30px;
    -webkit-transition: all .2s ease-out;
    	-ms-transition: all .2s ease-out;
    		transition: all .2s ease-out;
}

.basket_item_quantity_inputline,
.basket_productpackageitems-show {
    border: 2px solid var(--primaryColor);
    border-radius: 35px;
    -webkit-transition: all .2s ease-out;
    	-ms-transition: all .2s ease-out;
    		transition: all .2s ease-out;
}

.basket_item_quantity_line input:hover,
.basket_item_quantity_inputline:hover,
.basket_productpackageitems-show:hover {
    background: var(--primaryColor);
    color: #FFF;
}

.basket_productpackageitems-show {
    padding: 10px;
}

.popupinput-AddToBasketMore {
	padding: 30px;
}

.inputform-required-line {
    font-size: 13px;
    margin: 5px 0;
}

.basket_item_price_orig,
.basket_item_price_online {
	color: var(--secondaryColor);
}

.basket_item_price_online .basket_item_price_number {
	color: var(--primaryColor);
    font-weight: 600;
}

.basket_offer_limitremaining-main {
	font-size: 18px;
	font-weight: 600;
	color: var(--primaryColor);
    text-align: justify;
}

/* Checkout Styles
-----------------------------------------------------------*/

.webshopmain_checkout {
	width: 90%;
	max-width: var(--mainWidth);
	position: relative;
	padding: 0;
	margin: 0 auto 60px;
}

.closebasket-phase-header .closebasket-phase-title {
    font-weight: 500;
    color: var(--secondaryColor);
}

.closebasket-phase-act .closebasket-phase-image,
.closebasket-phase-progress-state,
.closebasket-phase-progress-state:after,
.closebasket-phase-over .closebasket-phase-image:before {
	background-color: var(--primaryColor);
}

.closebasket-phase-image {
	border-color: var(--primaryColor);
}

.webshopmain_checkout .basket_header {
	padding: 0;
}

.webshopmain_checkout .basket_header .basket_title,
.webshopmain_checkout .basket_header .basket_summa_quantity {
	color: var(--primaryColor);
	letter-spacing: 0;
}

.webshopmain_checkout .basket_summa_title {
	font-size: 30px;
	font-weight: 600;
	color: var(--primaryColor);
	margin-top: 40px;
}

.webshopmain_checkout .basket_summa_value {
	font-size: 30px;
    font-weight: 600;
	color: var(--secondaryColor);
}

.webshopmain_checkout .basket_item_right {
	color: var(--secondaryColor);
}

.webshopmain_checkout .basket_input_title {
	margin-bottom: 40px;
}

.basket_summa_regis_buttons {
	margin-top: 10px;
}

.basket_summa_login_title, .basket_summa_regis_title, .basket_summa_noregis_title {
	font-weight: 600;
	color: var(--primaryColor);
	text-transform: lowercase;
}

.basket_summa_login_buttons .popup_button_title,
.basket_summa_regis_buttons .popup_button_title {
	height: auto;
	padding: 0 20px;
	background: var(--primaryColor);
    border-color: var(--primaryColor);	
    color: #FFF;
    margin: 0;
}

.webshopmain_checkout .submitbutton,
.webshopmain_checkout .basket_input_button {
    height: auto;
    font-size: 17px;
    font-weight: 400;
    font-family: var(--primaryFont);
    color: #FFF;
    background: var(--primaryColor);
    border: 0;
    padding: 10px 20px;
    border-radius: 35px;
}

.basket_input .input-fieldtype-Text {
	height: 40px;
	border-radius: 35px;
}

.webshopmain_checkout .cancelbutton {
    color: var(--primaryColor);
    border: 2px solid var(--primaryColor);
	background: none;
}

.webshopmain_checkout .input-fieldtype-Text,
.webshopmain_checkout .input-fieldtype-PopUpInput,
.webshopmain_checkout .input-fieldtype-RBEditId,
.webshopmain_checkout .inputpage_field_TakeOverLocation-Info .input-fieldtype-Label {
	width: 100%;
	padding: 10px;
}

.webshopmain_checkout .input-fieldtype-Text,
.webshopmain_checkout .input-fieldtype-PopUpInput,
.webshopmain_checkout .input-fieldtype-RBEditId,
.webshopmain_checkout .inputgroup-description textarea,
.webshopmain_checkout .inputpage_field_ProductDescription textarea {
	border: 1px solid #F5F5F5;
	border-radius: 35px;
	box-shadow: inset 0px 0px 10px 0px rgb(0 0 0 / 16%);
}

.inputpage_field_CountryId .popup_button_title, .inputpage_field_InvoiceCountryId .popup_button_title {
	border-radius: 35px;
	border: 0;
	background: var(--primaryColor);
	color: #FFF;
	cursor: pointer;
}

.webshopmain_checkout .basket_item_quantity_line {
	padding: 40px 0;
}

.webshopmain_checkout .inputpage_field_DeliveryMode > label,
.webshopmain_checkout .inputpage_field_ShippingName .inputpage_beforefield,
.webshopmain_checkout .inputpage_field_InvoiceName .inputpage_beforefield,
.webshopmain_checkout .inputpage_field_Description > label,
.webshopmain_checkout .inputpage_field_PaymentMode > label {
	color: var(--primaryColor);
}

.webshopmain_checkout .inputpage_field_ShippingName {
	margin-top: 40px;
}

.webshopmain_checkout .basket_item_left_info {
	max-width: calc(100% - 120px);
}

.closebasket-phasebody-summary-basket .basket_items {
	margin-top: 40px;
}

.webshopmain_checkout-phase .inputpage_field_Total {
	top: 10px;
	right: 30px;
}


.closebasket-phase-over.closebasket-phase-start .closebasket-phase-image {
	background: url(/content/images/icon-shopping-cart-red.png) no-repeat center;
	background-size: 33px;
}

.closebasket-phase-over.closebasket-phase-user .closebasket-phase-image {
	background: url(/content/images/icon-man-user-red.png) no-repeat center;
	background-size: 33px;
}

.closebasket-phase-over.closebasket-phase-delivery .closebasket-phase-image {
	background: url(/content/images/icon-delivery-truck-red.png) no-repeat center;
}

.closebasket-phase-over.closebasket-phase-payment .closebasket-phase-image {
	background: url(/content/images/icon-credit-card-red.png) no-repeat center;
}

.basket_item_price_full > div {
	display: inline-block;
	vertical-align: middle;
}

.closebasket-phasebody-summary-info-titleline .closebasket-phasebody-summary-info-line-title {
	font-weight: 600;
	color: var(--primaryColor);
}
 
.alexdata_footer_basket_actionrule {
    display: inline-block;
    border: 0;
    background: var(--primaryColor);
    color: #FFF;
    border-radius: 35px;
}

.basket_actionrules_slider .rb2-pager-item-pagertype-prevnext {
	width: 32px;
    height: 32px;
    border-radius: 50%;
    box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 33%);
    position: absolute;
    z-index: 2;
    top: 50%;
    -webkit-transform: translateY(-50%);
    	-ms-transform: translateY(-50%);
    		transform: translateY(-50%);
    -webkit-transition: all .2s ease-out;
    		transition: all .2s ease-out;
}

.basket_actionrules_slider .rb2-pager-item-next {
	background: #FFF url(/content/images/icon-arrow-next-red.png) no-repeat center;
}

.basket_actionrules_slider .rb2-pager-item-prev {
	background: #FFF url(/content/images/icon-arrow-prev-red.png) no-repeat center;
}

/* My Orders Styles
-----------------------------------------------------------*/

.allwebshop_main {
	margin-bottom: 80px;
}

.allwebshop_items_body,
.allwebshop_oldordersinfo,
.allwebshop_oldorders_full {
	width: 90%;
	margin: 0 auto;
}

.allwebshop_main .allwebshop_items_header,
.allwebshop_oldorders_header {
    font-weight: 500;
    color: var(--primaryColor);
}

.allwebshop_child_main .allwebshop_child_item_header {
	background-color: var(--primaryColor);
	color: #FFF;
}

.allwebshop_child_item_data .allwebshop_child_item_quantity,
.allwebshop_child_item_data .allwebshop_child_item_summaprice {
	font-weight: 500;
}

/* OldOrders */

.allwebshop_oldorders_full {
	margin-top: 80px;
	position: relative;
}

.allwebshop_oldorders_full .rb-marker {
	top: -120px;
}

.allwebshop_oldorders_header {
	font-size: 40px;
    margin-bottom: 15px;
    padding: 0 6%;
}

.allwebshop_oldorders_main_noorders {
    font-size: 15px;
    color: var(--colorLightGray);
    padding: 0 6%;
}

.allwebshop_oldorders_button {
	display: inline-block;
	background: var(--primaryColor);
	color: #FFF;
	border-radius: 35px;
	padding: 8px 30px;
	margin-left: 6%;
	
	/* Clear AjaxLoadingDiv Styles */
	height: auto;
    min-width: auto;
    position: static;
    top: initial;
    top: auto;
    left: initial;
    left: auto;
    -webkit-transform: none;
    	-ms-transform: none;
    		transform: none;
}

.allwebshop_oldorders_main_orderitem-main,
.allwebshop_oldorders_main_orderitem-info,
.allwebshop_oldorders_main_orderitem-item-main {
	display: flex;
}

.allwebshop_oldorders_main_orderitem-property {
	text-align: right;
	min-height: 50px;
	padding: 10px 20px;
	border-right: 1px solid rgba(209, 207, 232, 0.5);
	-ms-flex: 0 1 25%;
		flex: 0 1 25%;
}

.allwebshop_oldorders_main_orderitem-property:last-child {
	border-right: none;
}

.allwebshop_oldorders_main_orderitem-panel {
	border-right: 1px solid rgba(209, 207, 232, 0.5);
	padding: 10px 20px;
	-ms-flex: 0 1 25%;
		flex: 0 1 25%;		
}

.allwebshop_oldorders_main_orderitem-item-main {
	align-items: center;
}

.allwebshop_oldorders_main_orderitem-item-main .allwebshop_oldorders_main_orderitem-property {
	min-height: auto;
	padding: 15px 0;
	text-align: center;
	border: none;
	-ms-flex: 0 1 calc(100% / 3);
		flex: 0 1 calc(100% / 3);
} 

.allwebshop_oldsavedcards_full .allwebshop_oldorders_main_orderitem-property-product {
	-ms-flex: 0 1 75%;
		flex: 0 1 75%;
}

.allwebshop_oldsavedcards_full .allwebshop_oldorders_main_orderitem-property-quantity {
	-ms-flex: 0 1 25%;
		flex: 0 1 25%;	
}

.allwebshop_oldsavedcards_full .allwebshop_oldorders_main_orderitem-header-title {
	padding: 10px;
}

.allwebshop_oldsavedcards_full .allwebshop_oldorders_main_orderitem-header-value {
	padding: 10px 0;
}

.allwebshop_oldsavedcards_full .allwebshop_oldorderchild_item_product-buttons > div,
.allwebshop_oldsavedcards_full .allwebshop_oldorderchild_item_product-buttons > input {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}

.allwebshop_oldorders_main_orderitem-item-header {
	background: var(--primaryColor);
	color: #FFF;	
}

.allwebshop_oldorders_main_orderitem-propertyitem > div {
	display: inline-block;
}

.allwebshop_oldorders_main_orderitem:not(.allwebshop_oldorders_main_orderitem-header):nth-child(even) {
	background: rgb(122 53 171 / 5%);	
}

.allwebshop_oldorderchild_item {
	padding-left: 70px;
	display: flex;
	align-items: center;
	text-align: left;
}

.allwebshop_oldorderchild_item_image {
	width: 90px;
}

.allwebshop_oldorderchild_item_image img {
	width: 100%;
}

.allwebshop_oldorderchild_item_productinfo {
	padding-left: 30px;
}

.allwebshop_oldorders_main_orderitem-items
.allwebshop_oldorders_main_orderitem-item:not(.allwebshop_oldorders_main_orderitem-item-header)
.allwebshop_oldorders_main_orderitem-property-quantity,
.allwebshop_oldorders_main_orderitem-items
.allwebshop_oldorders_main_orderitem-item:not(.allwebshop_oldorders_main_orderitem-item-header)
.allwebshop_oldorders_main_orderitem-property-total {
	font-size: 30px;
	font-weight: 500;
}

.allwebshop_oldorders_main_orderitems > div:not(.allwebshop_oldorders_main_orderitem-header) {
	margin-bottom: 50px;
	box-shadow: 1px 1px 10px 0px rgb(0 0 0 / 15%);
	border-radius: 10px;
}

@media screen and (max-width: 1200px)
{
	.allwebshop_oldorders_main_orderitem-panel {
		border: none;
		-ms-flex: 1 1 1%;
			flex: 1 1 1%;
	}
	
	.allwebshop_oldorders_main_orderitem-property {
		border: none;
	}	
}

@media screen and (max-width: 1155px)
{
	.allwebshop_oldsavedcards_full .allwebshop_oldorderchild_item {
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	}
	
	.allwebshop_oldsavedcards_full .allwebshop_oldorderchild_item_product-buttons {
		margin-top: 20px;
		-ms-flex: 1 1 100%;
			flex: 1 1 100%;
	}
	
	.allwebshop_oldsavedcards_full .allwebshop_oldorderchild_item_product-buttons > div, .allwebshop_oldsavedcards_full .allwebshop_oldorderchild_item_product-buttons > input {
		margin: 0 10px 0 0;
	}
}

@media screen and (max-width: 768px)
{
	.allwebshop_oldorders_main {
		width: 676px;
		overflow-x: scroll; 
	}
	
	.allwebshop_oldorders_main_orderitem-info {
		display: block;
	}
}

@media screen and (max-width: 567px)
{
	.allwebshop_oldorders_full {
		margin-top: 0;
	}
	
	.allwebshop_oldorders_header {
		font-size: 25px;
	}	
}

/* Toplist Styles
-----------------------------------------------------------*/

.rb-section-productlist3 .rb2-slider-pager-item-main,
.rb-section-productlist2 .rb2-slider-pager-item-main {
	padding-top: 90px;
/*	-webkit-box-align: start;
       -ms-flex-align: start;
	 align-items: flex-start;*/	
}

.rb-section-productlist3 .rb2-slider-item {
	flex: 0 1 calc(100% / 3 - 2.6041666666666665vw);
}

.rb-section-productlist2 .rb2-slider-item {
	flex: 0 1 calc(100% / 7 - 2.6041666666666665vw);
}

.rb-section-productlist3 .alexwebdatainfogrid_alexdata_productlist {
	display: flex;
}

.rb-section-productlist3 .alexwebdatainfogrid_full-image-and-dik {
	width: 55%;
	position: relative;
} 

.rb-section-productlist3 .alexwebdatainfogrid_alexdata_rightinfos {
	width: 45%;
	padding-left: 20px;
	text-align: left;
}

.alexwebdatainfogrid_productlistdik {
	/*width: 125px;
	height: 125px;*/
	width: 6.510416666666667vw;
	height: 6.510416666666667vw;
	border: 5px solid #F0F0F0;
	border-radius: 50%;
	/*font-size: 53px;*/
	font-size: 2.7604166666666665vw;
	text-align: center;
	/*line-height: 125px;*/
	line-height: 6.510416666666667vw;
	padding-left: 10px;
	background: #FFF;
	color: var(--secondaryColor);
	box-shadow: inset 0px 8px 10px 0px rgb(0 0 0 / 16%);
	
    position: absolute;
    /*top: -90px;*/
    top: -4.6875vw;
    left: 50%;
    z-index: 1;
    -webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
			transform: translateX(-50%);
}

.rb-section-productlist2 .alexwebdatainfogrid_productlistdik {
	/*width: 110px;
	height: 110px;
	line-height: 110px;
	font-size: 47px;
	top: -80px*/
	width: 5.729166666666667vw;
	height: 5.729166666666667vw;
	line-height: 5.729166666666667vw;
	font-size: 2.4479166666666665vw;
	top: -4.166666666666667vw;
}

.rb-section-productlist3 .rb2-slider-item-1 .alexwebdatainfogrid_productlistdik {
	color: #DDC023;
}

.rb-section-productlist3 .rb2-slider-item-2 .alexwebdatainfogrid_productlistdik {
	color: #D9C6C2;
}

.rb-section-productlist3 .rb2-slider-item-3 .alexwebdatainfogrid_productlistdik {
	color: #BE9053;
}

.rb-section-productlist3 .alexdata_header_name {
	font-size: 20px;
}

.rb-section-productlist3 .alexwebdatainfogrid_author {
	font-size: 18px;
}

.rb-section-productlist3 .alexwebdatainfogrid_shortdescription {
    color: #A5A4A6;
    text-align: justify;
    
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
	text-overflow: ellipsis;
}

/* Product Package Styles
 -----------------------------------------------------------*/

.basket_productpackageitems {
    position: fixed;
    background: #FFF;
    width: 350px;
    z-index: 1;
    max-height: 100%;
    overflow: auto;
}

.webshopmain_checkout .basket_productpackageitems {
    position: static;
    background: transparent;
    width: 100%;
}

.rb-section.rb-section-editproductpackage {
	padding: 40px 0;
}

.rb-section-editproductpackage .rb-section-editproductpackage {
    width: 90%;
    max-width: 1570px;
    margin: 0 auto;
}

.rb-section-editproductpackage .rb2-slider-subtitle {
	font-weight: 500;
	color: var(--primaryColor);
}

.rb-section-editproductpackage .rb2-slider-subtitle >div {
    display: inline-block;
    margin-right: 4px;
}

.rb-section-editproductpackage .productpackage-needchildcount {
	font-size: 35px;
}

.productpackage-icon {
    width: 50px;
    height: 50px;
    background: #e03a56 url(/content/images/icon-package.png) no-repeat center;
    background-size: 22px;
	border-radius: 50%;
	margin-right: 20px;
	animation: blinkingBackground 20s infinite;
}

@keyframes blinkingBackground
{
	0%, 49% { background-color: #e03a56; }
	50%, 100% { background-color: #2588b6; }
}

.productpackage-info-name {
	font-family: var(--secondaryFont);;
    font-size: 30px;
    font-weight: 700;
    color: #444;
    text-transform: uppercase;
    margin: 0 0 5px;
}

.productpackage-info-subname {
    font-size: 18px;
    font-weight: 300;
    color: #444;
}

.productpackage-info-description {
    font-weight: 500;
    margin-top: 15px;
    line-height: 22px;
    letter-spacing: 1px;
    color: #888;
    columns: 2;
}

.rbslider-productpackagecategoryfilters {
	clear: both;
}

.rb-section-editproductpackage-body .rb2-slider-item {
	margin-bottom: 40px;
	-ms-flex: 0 1 calc(100% / 3 - 20px);
		flex: 0 1 calc(100% / 3 - 20px);
}

.rb-section-editproductpackage-body .alexwebdatainfogrid_thumbnail_url_img {
	width: 125px;
}

.rb-section-editproductpackage-body-header .productpackage-info {
	display: flex;
}

.rb-section-editproductpackage-body-header .productpackage-info-left {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 20%;
		flex: 1 1 20%;
}

.rb-section-editproductpackage-body-header .productpackage-info-right {
/*	padding-left: 40px;*/
	-webkit-box-flex: 1;
	-ms-flex: 1 1 80%;
		flex: 1 1 80%;
}

.rb-section-editproductpackage-selected {
	font-size: 0;
}

.rb-section-editproductpackage-selected-items {
	
}

.rb-section-editproductpackage-selected-product {
    display: inline-block;
    vertical-align: top;
    /*width: 25%;	*/
    margin: 0 20px 20px 0;
}

.rb-section-editproductpackage-selected-title,
.rb-section-editproductpackage-message {
    font-size: 18px;
    font-weight: 300;
    color: var(--colorLightGray);
    /*text-transform: uppercase;*/
    margin-bottom: 20px;
}

.rb-section-editproductpackage-selected-product-name {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
    
    display: none;
}

.rb-section-editproductpackage .alexwebdatainfogrid_author {
	font-size: 14px;
	color: #444;
	margin-top: 5px;
}

.rb-section-editproductpackage-selected-product-image {
	
}

.rb-section-editproductpackage-selected-product img {
    width: auto;
    height: 110px;
}

.rb-section-editproductpackage-selected-product-quantity {
	font-size: 15px;
	font-weight: 500;
}

.alexwebdatainfogrid_alexdata_productpackagebuttons {
	display: block !important;
	margin-top: 20px;
}

 .rbslider-productpackagecategoryfilters > div {
    margin-right: 10px;
}

.rb-section-editproductpackage-buttons {
	margin-bottom: 20px;
}

.alexwebdatainfogrid_alexdata_productpackagebuttons > div,
.alexdata_footer_basket_productpackage {
    display: inline-block;
	font-size: 12px;
    color: #888;
    padding: 8px 20px;
    border: 1px solid #e1e1e1;
}

.rb-section-editproductpackage-selected-product {
	position: relative;
}

.rb-section-editproductpackage-selected-product:before {
    /*content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: #e03a56 url(/content/images/icon-cross-white.png) no-repeat center;
    background-size: 14px;
    position: absolute;
    top: 0;
    right: 0;*/
}

.rb-section-editproductpackage-selected-product .alexdata_footer_basket_productpackage {
	width: 20px;
    height: 20px;
    background: #e03a56 url(/content/images/icon-cross-white.png) no-repeat center;
    background-size: 14px;
    position: absolute;
    top: 0;
    right: 0;
    text-indent: -9999px;
    font-size: 0;
    padding: 0;
    border: 0;
}

.alexwebdatainfogrid_alexdata_productpackagebuttons > div:hover {
    background-color: #e03a56;
    color: #FFF;
}

.rb-section-editproductpackage-body .rb2-pager {
	float: right;
}

.rb-section-editproductpackage-body .rb2-slider-title {
    font-family: 'Bookman Old Style';
    font-size: 18px;
    text-transform: uppercase;
    margin: 17px 20px 0 0;
}

.rb-section-editproductpackage-body .rb2-slider-header {
	margin-bottom: 40px;
}

.rb-section-editproductpackage-selected-nothing {
    font-weight: 300;
}

.productpackagebutton {
	display: inline-block;
	width: auto;
    padding: 8px 20px;
    border-radius: 35px;
	/*font-size: 15px;
	cursor: pointer;
	margin-right: 20px;
	color: #888;
    border: 1px solid #e1e1e1;
    padding: 10px 15px;*/
}

.rb-section-editproductpackage .alexdata_discount_value {
	line-height: normal;
	padding-top: 25px;
	top: -20px;
    right: -10px;
}

.rb-section-editproductpackage .rb2-slider-pager-item-main {
	padding: 20px 0;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.basket_productpackageitems-disable {
    width: 50px;
    height: 50px;
    background: url(/content/Images/icon-close.png) no-repeat center center;
}

.rbslider-productpackagetagfilters {
	text-align: center;
	clear: both;
	margin-top: 20px;
}

.rbslider-productpackagetagfilters .rbslider-headerfilter-item {
	font-weight: 300;
	margin-right: 15px;
	margin-bottom: 10px;
	padding: 10px;
	border: 2px solid #e03a56;
	border-radius: 35px;
}

.rbslider-productpackagetagfilters .rbslider-headerfilter-item:hover {
	color: #e03a56;
}

.rbslider-productpackagetagfilters .rbslider-headerfilter-item_selected {
    font-weight: 500;
	background: #e03a56 url(/content/images/icon-cross-white.png) no-repeat 90%;
	color: #FFF;	
	padding-right: 40px;
    background-size: 15px;
}

.rbslider-productpackagetagfilters .rbslider-headerfilter-item_selected:hover {
	color: #FFF;
}

@media screen and (max-width: 1024px) 
{
	.rb-section-editproductpackage-selected-product {
		width: 50%;
		margin-bottom: 40px;
	}
}

@media screen and (max-width: 768px) 
{
	.rb-section-editproductpackage-body-header .productpackage-info-left {
	    -ms-flex: 1 1 40%;
	    	flex: 1 1 40%;
	}
}

@media screen and (max-width: 584px) 
{
	.rb-section-editproductpackage-body-header .productpackage-info {
		display: block;
	}
	
	.rb-section-editproductpackage-body-header .productpackage-info-right {
		margin-top: 20px;
		padding: 0;
	}
}

/* PriceFixedByLaw Styles
-----------------------------------------------------------*/



/* Other Styles
-----------------------------------------------------------*/

#header {
	margin: 0 !important;
	-webkit-animation: none !important;
	   -moz-animation: none !important;
		 -o-animation: none !important;
			animation: none !important;
}

.ajax-loading:before, .rb-redirect-title:after, .pay-result-check_message:after {
	border-top-color: var(--primaryColor);
}

.page_Error #main h2, .page_Home_Page404 #main h2 {
    font-weight: 600;
    color: var(--secondaryColor);
}

.page_Error #main input,
.page_Home_Page404 #main input {
	display: block;
    font-size: 15px;
    font-weight: 400;
    color: #FFF;
    margin: 20px auto 0;
    border: 0;
    border-radius: 35px;
    padding: 10px 40px;
    cursor: pointer;
    background: var(--primaryColor);
}

.actionruleinfobutton-button {
	background: url(/content/images/icon-info-gray2.png) no-repeat center;
    background-size: 22px;
}

#content-section .rb-section {
	
}

.popup-input-popup_panel.rb-popuppanel-visibled {
    -webkit-animation: popup-slide-in-top0 0.3s ease-out;
       -moz-animation: popup-slide-in-top0 0.3s ease-out;
    	 -o-animation: popup-slide-in-top0 0.3s ease-out;
    		animation: popup-slide-in-top0 0.3s ease-out;
}

.actionruleinfobutton-bodymain b {
    color: var(--primaryColor);
}

.rb-section-allmyproducts .rb2-slider-header {
	padding: 20px 0;
}

.closebasketrating_mainpage {
	width: 90%;
	max-width: var(--mainWidth);
    margin: 0 auto;
}

.rb-section-allmyproducts {
	background: none;
	box-shadow: none;
}

.communalglobal > div.communalglobal_fblike {
	display: block;
	margin-bottom: 8px;
}

.input_CookieSettings .inputbutton_cancel .submitbutton {
	float: left;
}

.rb-cookiealert-cover-page .rb-cookiealert-button-ok,
div.input_CookieSettings .submitbutton,
div.input_CookieSettings .inputbutton_cancel .submitbutton:hover {
	background: var(--primaryColor);
}

.basket_item_discountquickinfo {
	width: auto;
	height: auto;
	font-size: 14px;
    color: white;
    text-align: center;
	padding: 3px 10px;
    background: var(--primaryColor);
}

.alexdata_footer_shop input.addbasket-working {
	width: 38px;
    height: 38px;
    text-indent: -9999px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	border: 2px solid #d3d3d3;
	background: none !important;
	border-top: 2px solid var(--primaryColor);
	-webkit-animation: spin 1s infinite linear;
			animation: spin 1s infinite linear;
}

/* Bubble */

.alexwebdatainfogrid_fullimage {
	display: inline-block;
	position: relative;
}

.alexwebdatainfogrid_alexdata_detail_top_alexdata_detail_left .alexwebdatainfogrid_fullimage {
		
}

.alexwebdatainfogrid {
	text-align: center;
}

.alexwebdatainfogrid_info {
	text-align: left;
}

.rb2-slider-item .alexwebdatainfogrid .alexdata_discount_image_img,
.rb2-slider-item .alexwebdatainfogrid .alexdata_footer_discontpercent_action_image_img {
	position: static;	
}

.alexwebdatainfogrid_product_discount_image,
.alexwebdatainfogrid_alexdata_image_inside {
	position: absolute;
	top: -32px;
	right: 0;
	z-index: 1;
}

.alexwebdatainfogrid_alexdata_detail_top_alexdata_detail_left .alexwebdatainfogrid_product_discount_image,
.alexwebdatainfogrid_alexdata_detail_top_alexdata_detail_left .alexwebdatainfogrid_alexdata_image_inside  {
	position: static;
	margin-bottom: 10px;
}

.rb-section-mainbanner .news_banner-full_productlist .alexwebdatainfogrid_product_discount_image,
.rb-section-mainbanner .news_banner-full_productlist .alexwebdatainfogrid_alexdata_image_inside {
	top: -10px;
}

.alexwebdatainfogrid_product_discount_image > div,
.alexwebdatainfogrid_alexdata_image_inside > div {
	text-align: right;
}

.alexwebdatainfogrid_product_discount_image > div:last-child
.alexwebdatainfogrid_alexdata_image_inside > div:last-child {
	margin-bottom: 0;
}

.rb2-slider-item .alexwebdatainfogrid_product_discount_image img,
.rb2-slider-item .alexwebdatainfogrid_alexdata_image_inside img {
	width: 50px;
}

.alexdata_discount > .alexdata_discount_value,
.alexdata_discount > .alexdata_discount-main {
	display: inline-block;
	width: auto;
    height: auto;
    font-size: 14px;
    font-weight: 600;
	color: #FFF;
	padding: 5px 15px;
	background: var(--primaryColor);
}

.alexdata_discount > .alexdata_discount-main {
	font-size: 12px;
	padding-top: 8px;
	text-align: center;
}

.alexdata_discount > .alexdata_discount-main .alexdata_discount_value {
	font-size: 16px;
	font-weight: 600;
}

.rb-section-priorbanner .news_productlist .rb2-slider-pager-item-main,
.rb-section-style-productlistvertical .rb2-slider-pager-item-main {
	padding-top: 20px;
	padding-right: 10px;
}

.rb-section-priorbanner .alexwebdatainfogrid .alexdata_discount-main {
	width: 45px;
	height: 45px;
}

.rb-section-priorbanner .news_productlist .alexwebdatainfogrid_product_discount_image,
.rb-section-style-productlistvertical .alexwebdatainfogrid_product_discount_image,
.rb-section-priorbanner .news_productlist .alexwebdatainfogrid_alexdata_image_inside,
.rb-section-style-productlistvertical .alexwebdatainfogrid_alexdata_image_inside {
	top: -10px;
	right: -10px;
}

.popupinput-AddToBasketGiftCard,
.popupinput-AddToBasketGiftCard input,
.popupinput-AddToBasketGiftCard textarea {
	font-family: var(--primaryFont);
	color: var(--secondaryColor);
}

.rb-section-priorbanner .alexwebdatainfogrid .alexdata_discount-main {
	padding-top: 5px;
}

.rb-section-priorbanner .alexdata_discount_value {
	font-size: 16px;
}

.rb-section-priorbanner .alexdata_discount_suffix {
	font-size: 10px;
}

/*
.rb2-slider-item .alexwebdatainfogrid .alexdata_discount,
.alexwebdatainfogrid_alexdata_detail_top_alexdata_detail_left .alexdata_discount {
	width: 60px;
	height: 60px;
	position: absolute;
	top: 20px;
	left: auto;
	left: initial;
	right: -15px;
}

.rb2-slider-item .alexwebdatainfogrid .alexdata_discount-main,
.alexwebdatainfogrid_alexdata_detail_top_alexdata_detail_left .alexdata_discount-main,
.alexdata_discount > .alexdata_discount_value {
	width: 100%;
	height: 100%;
	background: #A47DBE;
	color: #FFF;
	padding-top: 10px;
	border-radius: 50%;
}

.alexdata_discount > .alexdata_discount_value {
	padding-top: 0;
	line-height: 60px;
}

.alexdata_discount_value {
	font-size: 20px;
	font-weight: 600;
}	

.alexdata_discount_suffix {
	font-size: 13px;
}

.rb2-slider-item .alexwebdatainfogrid .alexdata_discount_image_img,
.rb2-slider-item .alexwebdatainfogrid .alexdata_footer_discontpercent_action_image_img,
.alexwebdatainfogrid_detail .alexdata_discount_image_img {
	width: 100%;
	position: static;
}


*/

/* Bubble End */

/* Shadow */

img.alexwebdatainfogrid_thumbnail_url_img {
	-webkit-box-shadow: 0px 3px 20px 0px rgb(0 0 0 / 16%);
			box-shadow: 0px 3px 20px 0px rgb(0 0 0 / 16%);
}

.rb-section-productlist img.alexwebdatainfogrid_thumbnail_url_img,
.rb-section-detaillinkslider img.alexwebdatainfogrid_thumbnail_url_img {
	height: auto;
	max-height: 16.40625vw;	
}

.rb-section-productlist2 img.alexwebdatainfogrid_thumbnail_url_img {
	max-height: 13.40625vw;
}

@media screen and (min-width: 2400px)
{
	.rb-section-productlist img.alexwebdatainfogrid_thumbnail_url_img,
	.rb-section-detaillinkslider img.alexwebdatainfogrid_thumbnail_url_img {
		height: auto;
		max-height: 15vw;
	}	
}

@media screen and (max-width: 1155px)
{
	.rb-section-productlist img.alexwebdatainfogrid_thumbnail_url_img,
	.rb-section-detaillinkslider img.alexwebdatainfogrid_thumbnail_url_img {
		height: auto;
		max-height: 25vw;		
	}	
}

@media screen and (max-width: 585px)
{
	.rb-section-productlist img.alexwebdatainfogrid_thumbnail_url_img,
	.rb-section-detaillinkslider img.alexwebdatainfogrid_thumbnail_url_img {
		height: auto;
		max-height: 50vw;		
	}	
	
	.rb-section-productlist .rb2-slider-pager-item-main,
	.rb-section-detaillinkslider .rb2-slider-pager-item-main {
		padding: 0 10px;
	}
	
	img.alexwebdatainfogrid_thumbnail_url_img {
		-webkit-box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 16%);
				box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 16%);
	}
}

/* Newsletter */

.newsletteritem_detail {
	max-width: 600px;
}

.newsletteritem_detail .newsitem-layout-image-right,
.newsletteritem_detail .newsitem-layout-image-left {
	width: 30%;
}

.newsletteritem_detail .newsitem-layout-normal img {
	max-width: 100%;
}

/* Media Queries
-----------------------------------------------------------*/

/* Rb Desktop */
@media screen and (min-width: 1156px)
{
	.alexwebdatainfogrid_alexdata_prices {
        text-align: center;
    }

    .alexwebdatainfogrid_alexdata_prices > div.labelitem_origprice,
    .alexwebdatainfogrid_alexdata_prices > div.labelitem_retaileprice {
        display: block;
        margin: 0 0 10px;
    }
    
    .alexwebdatainfogrid_alexdata_prices > div:last-child {
        margin-bottom: 0;
    }
    
    .alexwebdatainfogrid_alexdata_prices > div > div {
        display: inline-block;
        margin-right: 5px;
    }

    .alexwebdatainfogrid_alexdata_prices > div > div.alexwebdatainfogrid_onlineprice {
        display: block;
    }
    
    .alexwebdatainfogrid_price_box .actionruleinfobutton-full {
        position: absolute;
        top: 0px;
        right: 0px;
    }

	.alexwebdatainfogrid_price_box .actionpricefixedbylawinfobutton-full {
		position: relative;
	}
}

/* Tablet only */
@media screen and (min-width: 585px) and (max-width: 1155px)
{

}

/* Rb Tablet */
@media screen and (max-width: 1155px)
{

	.baseheader_mini {
		display: block;
	}
	
	.baseheader_line1 {
		padding: 5px 0;
	}	

	.baseheader_line2 {
		display: none;
	}
	
	#content-section {
		padding-top: 127px;
	}
	
	.baseheader_line1 .baseheader_right .main_menu_search-inpuut {
		width: 50%;
	}
	
	.main_menu_search-inpuut #search {
		padding: 8px 10px;
	}
	
	.search_button {
		height: 32px;
	}
	
	.baseheader_line2 .baseheader_left {
		display: none;
	}
	
	.baseheader_line1 .baseheader_right .main_menu_search-inpuut {
		width: 50%;
	}

	.main_menu_search-inpuut #search {
		padding: 8px 10px;
	}
	
	.baseheader_right1 .menu_haschildmenu > .rbmenuh2 {
		padding: 7.5px 10px;
	}
	
	.baseheader2 {
		width: 200px;
		height: 50px;
	}
	
	#content-section .rb-section-mainpageinfo {
		width: 100%;
	}
	
	.rb-section-mainpageinfo .news {
		display: block;
	}
	
	.rb-section-mainpageinfo .news img {
		height: 31px;
		width: auto;
		margin: 0 auto 10px;
	}
	
	.rb-section-mainpageinfo .news_main_page_info_text {
		padding: 0;
	}
	
	.rb-section-mainpageinfo .news_fullname > .labelitem {
		text-align: center;
	}
	
	.rb-section-productlist .rb2-slider-pager-item-main, .rb-section-detaillinkslider .rb2-slider-pager-item-main {
		gap: 4vw;
	}
	
	.rb-section-productlist .rb2-slider-item,
	.rb-section-detaillinkslider .rb2-slider-item {
		-ms-flex: 0 1 calc(100% / 3 - 3vw);
			flex: 0 1 calc(100% / 3 - 3vw);
	}
	
	.rb-section-productlist3 .rb2-slider-pager-item-main {
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	}
	
	.rb-section-productlist3 .rb2-slider-item {
		-ms-flex: 1 1 100%;
			flex: 1 1 100%;
	}
	
	.rb-section-productlist3 .alexwebdatainfogrid_full-image-and-dik {
		width: 30%;
	}
	
	.rb-section-productlist3 .alexwebdatainfogrid_alexdata_rightinfos {
		width: 70%;
	}
	
	img.alexwebdatainfogrid_thumbnail_url_img {
		/*height: 20vw;*/
	}
	
	.rb-section-allproduct .rb2-slider-item {
		/*max-width: calc(100% / 3);
		-ms-flex: 0 1 calc(100% / 3);
			flex: 0 1 calc(100% / 3);*/
	}
	
	.alexwebdatainfogrid_alexdata_detail_top {
		padding-left: 0;
	}
	
	.alexwebdatainfogrid_alexdata_detail_top_alexdata_detail_center {
		padding: 0 20px;
	}
	
	.alexwebdatainfogrid_alexdata_detail_top_alexdata_detail_right {
		padding: 0 20px;
	}
	
	.alexwebdatainfogrid_alexdata_detail_top_alexdata_detail_right_bookshoplink input,
	.alexwebdatainfogrid_alexdata_detail_buttons .rbvote {
		padding: 8px 10px;
		font-size: 13px;
	}

	.body_ismobile .alexwebdatainfogrid_alexdata_detail_top_alexdata_detail_right_bookshoplink input,
	.body_ismobile .alexwebdatainfogrid_alexdata_detail_top_alexdata_detail_right_bookshoplink:after {
		height: 100%;
	}
	
	.body_ismobile .basket_addmorebutton {
		height: 100%;
	}
	
	.rb-section-allproduct .alexwebdatainfogrid_fullimage {
		width: 30%;
	}
	
	.rb-section-allproduct img.alexwebdatainfogrid_thumbnail_url_img {
		width: 100%;
	}
	
	.rb-section-allproduct .alexwebdatainfogrid_info {
		width: 70%;
		padding-left: 4vw;
	}
	
	.rb-section-mainpagecenter img.alexwebdatainfogrid_thumbnail_url_img {
		height: 20vw;
	}
	
	.rb-section-productlist img.alexwebdatainfogrid_thumbnail_url_img, .rb-section-detaillinkslider img.alexwebdatainfogrid_thumbnail_url_img {
		height: 25vw;
	}


	/* Product page */
	

	.showimages_slider .rb2-slider-footer .rb2-pager-item-disable {

		height: 35px;
		width: 35px;
		position: absolute;
		top: 10vw;
		left: -2.5vw;
		background: #FFF url(/content/images/icon-arrow-prev-gray.png) no-repeat center;
		background-size: 15px;
		box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 33%);
		border-radius: 50%;
	}
	.showimages_slider .rb2-slider-footer .rb2-pager-item-prev {
	
		height: 35px;
		width: 35px;
		position: absolute;
		top: 10vw;
		left: -2.5vw;
		background: #FFF url(/content/images/icon-arrow-prev-red.png) no-repeat center;
		background-size: 15px;
		box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 33%);
		border-radius: 50%;
	
	}
	
	.showimages_slider .rb2-slider-footer .rb2-pager-item-next {
		height: 35px;
		width: 35px;
		top: 10vw;
		left: 15.5vw;
		position: absolute;
		background: #FFF url(/content/images/icon-arrow-next-red.png) no-repeat center;
		background-size: 15px;
		box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 33%);
		border-radius: 50%;
	
	}
}

/* iPad Landscape */
@media screen and (max-width: 1024px)
{


/* Product style */ 
	.showimages_slider .rb2-slider-footer .rb2-pager-item-disable {

		height: 35px;
		width: 35px;
		position: absolute;
		top: 17vw;
		left: -2.5vw;
		background: #FFF url(/content/images/icon-arrow-prev-gray.png) no-repeat center;
		background-size: 15px;
		box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 33%);
		border-radius: 50%;
	}
	.showimages_slider .rb2-slider-footer .rb2-pager-item-prev {
	
		height: 35px;
		width: 35px;
		position: absolute;
		top: 17vw;
		left: -2.5vw;
		background: #FFF url(/content/images/icon-arrow-prev-red.png) no-repeat center;
		background-size: 15px;
		box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 33%);
		border-radius: 50%;
	
	}
	
	.showimages_slider .rb2-slider-footer .rb2-pager-item-next {
		height: 35px;
		width: 35px;
		top: 17vw;
        left: 24.5vw;
		position: absolute;
		background: #FFF url(/content/images/icon-arrow-next-red.png) no-repeat center;
		background-size: 15px;
		box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 33%);
		border-radius: 50%;
	
	}



	.rb-section-mainpageinfo .rb2-slider-pager-item-main {
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	}
	
	.rb-section-mainpageinfo .rb2-slider-item {
		width: 100%;
		margin-bottom: 20px;
		-ms-flex: 1 1 50%;
			flex: 1 1 50%;
	}
	
	.alexwebdatainfogrid_alexdata_detail_top_alexdata_detail_left {
		-ms-flex: 0 1 30%;
			flex: 0 1 30%;
	}
	
	.alexwebdatainfogrid_alexdata_detail_centerright,
	.alexwebdatainfogrid_alexdata_detail_top_alexdata_detail_center {
		-ms-flex: 0 1 70%;
			flex: 0 1 70%;
	}
	
	.body_ismobile .alexwebdatainfogrid_price_box {
		padding: 0;
		background: none;
		box-shadow: none;		
		border-radius: 0;
	}
	
	.alexwebdatainfogrid_alexdata_detail_centerright {
		display: block;
	}
	
	.alexwebdatainfogrid_alexdata_detail_top_alexdata_detail_right {
		margin: 20px 0;
		-ms-flex: 1 1 100%;
			flex: 1 1 100%;
	}
	
	.alexwebdatainfogrid_alexdata_detail_buttons {
	    display: grid;
	    grid-template-columns: 1fr 1fr;
	    grid-gap: 5%;
	}
	
	.alexwebdatainfogrid_price_box_bottom {
		padding-top: 15px;
		margin-top: 15px;
	}
	
	.alexwebdatainfogrid_alexdata_detail_buttons .rbvote {
		background-size: 18px;
		margin-bottom: 0;
		padding-right: 50px;
	}
	
	.alexwebdatainfogrid_alexdata_detail_top_alexdata_detail_right_bookshoplink:after {
		height: 31px;
		background-size: 16px;
	}
	
	#header .main_menu_favorites .menu_divitem_info,
	.baseheader_right .baseheader_right1 .menu_haschildmenu {
		display: none;
	}
	
	.main_menu_search-inpuut #search {
		border-radius: 35px;
	}
		
	.baseheader_line1 .baseheader_right .main_menu_search-inpuut {
		width: 90%;
		margin: auto;
	}
	
	.allproduct_mainpage .rb-home_mainpage-work {
		width: 100%;
		display: block;
	}
	
	.allproduct_mainpage .rb-home_mainpage-left {
		display: none;
	}
	
	.allproduct_mainpage .rb-home_mainpage-center {
		width: 100%;
		padding-left: 0;
	}
	
	.rb-section-footer-line2 {
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	}
	
	.rb-section-footer-line2 > div {
		margin-bottom: 40px;
		-ms-flex: 0 1 calc(100% / 3);
			flex: 0 1 calc(100% / 3);
	}
	
	.rb-section-footer .rb-section-footer {
		padding-left: 0;
		padding-right: 0;
	}
}

@media screen and (max-width: 900px)
{
	.baseheader_main .main_menu_profile,
	.baseheader_main .main_menu_social,
	.baseheader_main .main_menu_login2 {
		display: none;
	}
	
	.baseheader_linefull {
		width: 100%;
		padding: 0 20px;
	}
	
	.treeview_items {
		width: auto;
		height: auto;
		position: static;
		background: transparent;
		padding: 0;
		line-height: normal;
		box-shadow: none;
	}
}

/* iPad Portrait */
@media screen and (max-width: 768px)
{
	.baseheader_right .menu_items > div.main_menu_search-inpuut {
		display: none;
	}
	
	.main_menu_search-image {
		width: 44px;
		height: 44px;
		background: url(/content/images/icon-search-gray.png) no-repeat center;
		margin-left: 10px;
	}
	
	.baseheader_line1 .baseheader_right {
		width: auto;
		margin-left: auto;
	}
	
	.baseheader_line1 .baseheader_right .baseheader_right1 {
		display: none;
	}
	
	.baseheader_line1 .baseheader_right {
		width: auto;
		margin-left: auto;
	}
	
	.rb-section-footer-line3 {
		display: block;
		text-align: center;
	}
	
	.footer_payimage {
		width: 100%;
		background-size: 100%;
		margin: 0 auto 20px;
	}
	
	.mainpage-application-topBanner-SignUp-text:after {
	    display: none;
	}
	
	.rb-section-productlist .rb2-pager-item-link, .rb-section-detaillinkslider .rb2-pager-item-link, .rb-section-productbanner .rb2-pager-item-pagertype-prevnext {
		width: 40px;
		height: 40px;
	}
	
	.rb-section-productlist .rb2-pager-item-next,
	.rb-section-detaillinkslider .rb2-pager-item-next,
	.rb-section-productbanner .rb2-pager-item-next {
		right: -20px;
	}
	
	.rb-section-productlist .rb2-pager-item-prev,
	.rb-section-detaillinkslider .rb2-pager-item-prev,
	.rb-section-productbanner .rb2-pager-item-prev {
		left: -20px;
	}
	
	.rb-section-productlist3 .rb2-slider-pager-item-main {
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	}
	
	.rb-section-productlist3 .rb2-slider-item {
		margin-bottom: 40px;
		-ms-flex: 1 1 100%;
			flex: 1 1 100%;
	}
	
	.rb-section-productlist3 .alexwebdatainfogrid_full-image-and-dik {
		width: 40%;
	}
	
	.rb-section-productlist3 .alexwebdatainfogrid_alexdata_rightinfos {
		width: 60%;
	}
	
	.rb-section-productlist3 .alexwebdatainfogrid_productlistdik {
		width: 75px;
	    height: 75px;
	    line-height: 65px;
	    font-size: 35px;
	    top: -37.5px;
	}
	
	.listbox_onchange_full {
		width: 100%;
	}
}

/* Rb Mobile  */
@media screen and (max-width: 584px)
{	
	.baseheader_line0 {
		display: none;
	}

	.baseheader_linefull {
		padding: 0 10px;
	}
	
	#content-section {
		padding-top: 60px;
	}
	
	#content-section .rb-section {
		margin-bottom: 40px;
	}
	
	.rb-section-mainpageinfo .rb2-slider-pager-item-main {
		display: block;
	}
	
	.rb-section-productlist .rb2-slider-pager-item-main,
	.rb-section-detaillinkslider .rb2-slider-pager-item-main {
		gap: 10vw;
	}
	
	.rb-section-productlist:not(.rb-section-productlist3) .rb2-slider-item,
	.rb-section-detaillinkslider .rb2-slider-item {
		-ms-flex: 0 1 calc(50% - 5vw);
			flex: 0 1 calc(50% - 5vw);
	}
	
	img.alexwebdatainfogrid_thumbnail_url_img {
		/*height: 130px;*/
	}
	
	.rb-section-productlist .rb2-slider-title,
	.rb-section-productbanner .rb2-slider-title {
		font-size: 22px;
	}
	
	.rb2-pager-item-alllink {
		font-size: 12px;
	}
	
	.rb-section-allproduct .rb2-slider-item {
		margin-bottom: 40px;
/*	    max-width: 50%;
	    -ms-flex: 0 1 50%;
	    	flex: 0 1 50%;*/
	}
	
	.rb-section-header-sortandfilters {
		margin: 20px 0;
	}
	
	.rb-section-header-sortandfilters > div {
		display: block;
    	text-align: right;
    	margin-bottom: 10px;
	}
	
	.alexwebdatainfogrid_alexdata_detail_top {
		display: block;
		padding-top: 15px		;
	}

	.alexwebdatainfogrid_alexdata_detail_top_alexdata_detail_center .rbh1,
	.alexwebdatainfogrid_alexdata_detail_top_alexdata_detail_center .rbh2,
	.alexwebdatainfogrid_alexdata_detail_top_alexdata_detail_left,
	.alexwebdatainfogrid_alexdata_detail_centerright {
		text-align: center;
	}


	.showimages_slider .rb2-slider-thumb-items  {

		display: flex;
		 flex-wrap: wrap;
		margin-bottom: 15px;
		height: 47vw;
		overflow-y: auto;
		scrollbar-width: thin;
		align-self: center;
		justify-content: space-between;
	}
	
	
	.showimages_slider .rb2-slider-thumb-items  .rb2-slider-thumb-item  {
	
		flex: 0 1 35%;
		padding-top: 10px;
		margin: auto;
		align-self: center;

	}
	
	.showimages_slider .rb2-slider-thumb-image_img {
	
	/*max-height: 175px;*/
		height: auto;
	
	}


	.alexwebdatainfogrid_alexdata_detail_centerright {	
		padding-left: 0;
	}
	
	.alexwebdatainfogrid_alexdata_detail_top_alexdata_detail_center {
		padding: 0;
		margin-top: 0;
	}

	.alexwebdatainfogrid_alexdata_detail_top_alexdata_detail_right {
		padding: 0;
	}
	
	.bookdetails .labelitem,
	.alexwebdatainfogrid_alexdata_detail_footer .alexwebdatainfogrid_author a,
	.alexwebdatainfogrid_alexdata_detail_footer .alexwebdatainfogrid_manufacturer a,
	.alexwebdatainfogrid_alexdata_detail_footer .productgroup-hierarchy a,
	.alexwebdatainfogrid_alexdata_detail_footer .alexwebdatainfogrid_shipping_title, 
	.alexwebdatainfogrid_alexdata_detail_footer .alexwebdatainfogrid_author_title,
	.alexwebdatainfogrid_alexdata_detail_footer  .alexwebdatainfogrid_manufacturer-title,
	.alexwebdatainfogrid_alexdata_detail_footer .alexwebdatainfogrid_series-title,
	.alexwebdatainfogrid_alexdata_detail_footer .alexwebdatainfogrid_seriesitem a,
	.alexwebdatainfogrid_alexdata_detail_footer .alexwebdatainfogrid_shipping,
	.alexwebdatainfogrid_expectedappearance_title,
	.alexwebdatainfogrid_expectedappearance,
	.alexwebdatainfogrid_preorder {
		font-size: 13px;
		margin-bottom: 5px;
		color: var(--secondaryColor);
	}

	.alexwebdatainfogrid_alexdata_detail_footer .alexwebdatainfogrid_manufacturer a {
		width: 100%;
	}

	.alexwebdatainfogrid_expectedappearance_title,
	.alexwebdatainfogrid_expectedappearance {
		font-weight: 600;
	}

	.alexwebdatainfogrid_alexdata_detail_footer .alexwebdatainfogrid_author_title {
		margin-bottom: 0;
	}

	.alexwebdatainfogrid_alexdata_detail_footer .alexwebdatainfogrid_author {
		font-size: 12px;
	}
	
	.alexwebdatainfogrid_alexdata_detail_footer .alexwebdatainfogrid_enableorder {
		margin: 10px 0;
	}
	
	.alexwebdatainfogrid_alexdata_detail_footer {
		-ms-flex: 1 1 100%;
			flex: 1 1 100%;
	}
	
	.alexwebdatainfogrid_alexdata_detail_top_alexdata_detail_left img.alexwebdatainfogrid_thumbnail_url_img {
		max-width: 300px;
	}
	
	.alexwebdatainfogrid_alexdata_detail_top_alexdata_detail_center .rbh1 {
		font-size: 25px;
	}
	
	.alexwebdatainfogrid_author_full a, .alexwebdatainfogrid_manufacturer a {
		font-size: 15px;
	}
	
	#header .main_menu_profile,
	.basket_title {
		display: none;
	}
	
	#rb_basketmini_ajax {
		margin-left: 0;
	}
	
	.input_NewsLetterSubscribe .inputpage_field_Name,
	.input_NewsLetterSubscribe .inputpage_field_EMail {
		display: block;
		width: 100%;
		margin: 0 0 20px 0;
	}
	
	.rb-section-footer-line2  {
		display: block;
		text-align: center;
	}
	
	.rb-section-allproduct .alexwebdatainfogrid {
		-webkit-box-align: start;
    	   -ms-flex-align: start;
         align-items: flex-start;
	}
	
	.rb-section-allproduct .alexwebdatainfogrid_fullimage {
		width: 35%;
	}
	
	.rb-section-allproduct .alexwebdatainfogrid_info {
		width: 65%;
	}
	
	.rb-section-allproduct .alexdata_header_name {
		font-size: 18px;
	}
	
	.input_NewsLetterSubscribe {
		padding: 0 10px;
		margin-bottom: 0;
	}
	
	.rb-section-productlist .rb2-slider-header,
	.rb-section-detaillinkslider .rb2-slider-header,
	.rb-section-productbanner .rb2-slider-header,
	.rb-section-mainpageblog .rb2-slider-header {
		margin-bottom: 0px;
	}
	
	.rb-section-productlist .rb2-slider-title,
	.rb-section-detaillinkslider .rb2-slider-title,
	.rb-section-productbanner .rb2-slider-title,
	.rb-section-mainpageblog .rb2-slider-title {
		font-size: 22px;
		margin-top: 0;
	}
	
	.alexwebdatainfogrid_alexdata_detail_buttons {
		display: block;
	}
	
	.alexwebdatainfogrid_price_box_bottom {
		margin: 0 25px;
	}

	.alexwebdatainfogrid_alexdata_detail_top_alexdata_detail_right .alexwebdatainfogrid_alexdata_detail_buttons > div {
		font-size: 16px;
		text-align: left;
		margin-bottom: 10px;
	}

	.alexwebdatainfogrid_alexdata_detail_top_alexdata_detail_right .alexwebdatainfogrid_alexdata_detail_buttons > div.alexwebdatainfogrid_preparingbutton_desc {
		font-size: 15px;
	}

	.alexwebdatainfogrid_alexdata_detail_top_alexdata_detail_right_bookshoplink input {
		font-size: 16px;
	}
	
	.alexwebdatainfogrid_alexdata_detail_top_alexdata_detail_right .alexwebdatainfogrid_alexdata_detail_buttons > div:last-child {
		margin-bottom: 0;
	}
	
	.alexwebdatainfogrid_price_box {
		padding: 10px;
	}
	
	.alexwebdatainfogrid_onlineprice {
		font-size: 25px;
	}
	
	.rb-section-productlist2 .alexwebdatainfogrid_productlistdik {
	    width: 50px;
	    height: 50px;
	    line-height: 45px;
	    font-size: 20px;
	    top: -25px;
	    padding: 0;
	}
	
	.popup-profile_panel .inputgroup-start > div,
	.popup-profile_panel .inputgroup-oldpassword > div {
		display: block;
		width: 100%;
		margin: 0 0 10px 0;
	}
	
	.rb-section-mainpagecenter .listmorespan {
		display: none;
	}
	
	.webshopmain_checkout .basket_item_left_info {
		max-width: 100%;
	}
	
	.rb-section-dashboard-body .rb-dashboardimage-full-2 .rb-dashboardimage-item {
/*		padding-bottom: calc(800 / 699 * 100%) !important;*/
		margin-bottom: 40px;
	}
	
	.alexdata_footer_basket input.basket-additem-preorder {
		padding-left: 7px;
	}
	
	.rb-section-productlist img.alexwebdatainfogrid_thumbnail_url_img, .rb-section-detaillinkslider img.alexwebdatainfogrid_thumbnail_url_img {
		height: 50vw;
	}
	
	.rb-section-allnews .rb2-slider-item {
		margin-bottom: 20px;
	}
	
	.rb-section-productlist3 .alexdata_header_name,
	.rb-section-productlist3 .alexdata_header_subname {
		display: block;
		height: auto;
	}

	.rb-section-productlist .rb2-slider-pager-item-main,
	.rb-section-detaillinkslider .rb2-slider-pager-item-main {
		gap: 10vw;
	    column-gap: 2vw;
	}
	
	.rb-section-productlist:not(.rb-section-productlist3) .rb2-slider-item,
	.rb-section-detaillinkslider .rb2-slider-item {
	    -ms-flex: 0 1 calc(50% - 1vw);
	    	flex: 0 1 calc(50% - 1vw);
	}
	
	.alexwebdatainfogrid .rbvote-Product {
		font-size: 14px;
	    padding: 11px 40px 11px 10px;
	    background-size: 17px;
	    background-position: calc(100% - 7px);
	}
	
	/*.rbvote:before {
		width: 30px;
	}*/
	
	.alexwebdatainfogrid_alexdata_detail_buttons .rbvote:before {
		width: 50px;
	}

	.home_mainpage_toplist .rb2-slider-pager-item-main {
		padding-top: 25px;
	}
	
	.home_mainpage_toplist .rb-section-productlist3 .rb2-slider-pager-item-main {
		padding-top: 40px;
	}

	.body_ismobile .alexwebdatainfogrid_alexdata_detail_top_alexdata_detail_center .alexwebdatainfogrid_author {
		text-align: center;
	}

	.alexwebdatainfogrid_alexdata_prices > div {
		vertical-align: top;
	}


	/* Product style */ 

	
	.showimages_slider .rb2-slider-footer .rb2-pager-item-disable {

		height: 35px;
		width: 35px;
		position: absolute;
		top: 60vw;
		left: -2.5vw;
		background: #FFF url(/content/images/icon-arrow-prev-gray.png) no-repeat center;
		background-size: 15px;
		box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 33%);
		border-radius: 50%;
	}
	.showimages_slider .rb2-slider-footer .rb2-pager-item-prev {
	
		height: 35px;
		width: 35px;
		position: absolute;
		top: 60vw;
		left: -2.5vw;
		background: #FFF url(/content/images/icon-arrow-prev-red.png) no-repeat center;
		background-size: 15px;
		box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 33%);
		border-radius: 50%;
	
	}
	
	.showimages_slider .rb2-slider-footer .rb2-pager-item-next {
		height: 35px;
		width: 35px;
		top: 60vw;
        left: 85.5vw;
		position: absolute;
		background: #FFF url(/content/images/icon-arrow-next-red.png) no-repeat center;
		background-size: 15px;
		box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 33%);
		border-radius: 50%;
	
	}


}

@media screen and (max-width: 375px)
{


	.showimages_slider .rb2-slider-footer .rb2-pager-item-next {
		height: 35px;
		width: 35px;
		top: 60vw;
        left: 81.5vw;
		position: absolute;
		background: #FFF url(/content/images/icon-arrow-next-red.png) no-repeat center;
		background-size: 15px;
		box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 33%);
		border-radius: 50%;
	
	}
	/*.alexwebdatainfogrid_alexdata_detail_top_alexdata_detail_right_bookshoplink:after,*/
	.alexdata_footer_basket:after {
		width: 30px;
		background-size: 17px !important;
	}	


	.basket_addmorebutton,
	.alexdata_footer_basket input.basket-additem-preorder,
	.price_box-preorder input.basket-additem-preorder {
		padding-right: 35px;
	}

	.rb-section-allproduct .basket_addmorebutton, .alexdata_footer_basket input {
		font-size: 14px;
		padding-left: 10px !important;
	}

	.alexwebdatainfogrid .rbvote-Product {
		font-size: 12px;
	}
	
}

@media screen and (max-width: 360px)
{
	.baseheader2 {
	    width: 165px;
	}	
}

@media screen and (max-width: 360px)
{
	.rb-section-productlist .alexdata_footer_shop_prices {
		display: block;
	}
}


/* ListSelect */

.rb-listselect {
    max-height: 30vh;
    overflow: auto;
    max-width: 500px;
}

.rb-listselect-item {
    padding: 10px;
    border-bottom: 1px solid #D7D7D7;
    transition: all .2s ease-out;
}

.rb-listselect-item:hover,
.rb-listselect-item-selected {
    background: #D7D7D7;
}

.rb-listselect-item:hover,
.rb-listselect-item-selected {
    background: var(--primaryColor);
    color: #FFF;
}