@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300..800&display=swap');

:root {
	--primaryColor: #E81F79;
	--primaryFont: "Open Sans", sans-serif;

	--colorBlack: #050802;
	--colorWhite: #FFF;

	--mainWidth: 1640px;

	--productListGap: 2.8645833333333335vw;
	--productListPageSize: 6;

	--sectionMargin: 5.208333333333333vw;
}

@media screen and (max-width: 1156px)
{
	:root {	
		--productListGap: 2vw;
		--productListPageSize: 3;
	}
}

@media screen and (max-width: 585px)
{
	:root {
		--productListGap: 1vw;
		--productListPageSize: 2;

		--sectionMargin: 40px;
	}
}


/* Site.master Styles
-----------------------------------------------------------*/

body {
	font-family: var(--primaryFont);
	color: var(--colorBlack);
	background-color: #FFF;
	margin: 0;
}

p {
	margin: 0;
}

img {
	display: block;
	border: none;
}

a {
	color: var(--colorBlack);
	text-decoration: none;
}

a:hover {
	color: var(--colorBlack);
}
h1 {
	color: black;
	font-size: 30px;
	text-decoration: none;
}

h2 {

}

h3 {
	color: black;
	font-size: 20px;
	font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

button, input, textarea, select {
	font-family: var(--primaryFont);
	font-size: 1rem;
}

button, textarea, select, input[type="text"], input[type="password"] {
	-webkit-appearance: none;
}


#container {
	width: 90%;
	max-width: var(--mainWidth);
	margin: 0 auto;
}

#content-section {
	margin: 0;
}

/* Login Register Styles
-----------------------------------------------------------*/

.popup-input-popup_panel {
	padding: 20px;
}

.popup-login_panel,
.popup-register_panel {
	width: 90%;
	max-width: 400px;
	padding: 20px;
}

.communallogin-item {
	width: auto;
	font-size: 15px;
	font-weight: 700;
	max-width: 100%;
	border-radius: 10px;
	background: var(--primaryColor);
	padding: 0 30px;
}

.communallogin-items-before,
.communallogin-item-FaceBookOpenId {
	margin-bottom: 10px;
}

.communallogin-items-full {
    padding: 0;
    margin-bottom: 50px;
}

.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;
}

.popup-login_panel .input-footer {
	margin-top: 40px;
}

.inputform-closebutton, .popup_panel_closebutton, .rb_messagedivpopup-full-close {
	width: 37px;
    height: 37px;
    /*border-radius: 50%;
	background: #FFF url(/content/images/icon-close-gray.png) no-repeat center;
	box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 33%);*/
}

.inputpage_field_PersonTypeInfo3 textarea {
	height: 88px;
	line-height: 22px;
}

/* Login Styles
-----------------------------------------------------------*/

.popup-login_panel .rbh3 {
	font-size: 20px;
	font-weight: 700;
}

.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,
.popup-profile_panel .inputpage_field_Birthday,
.popup-profile_panel .inputpage_field_PhoneNumber {
	display: inline-block;
	width: 47.5%;
}

.popup-profile_panel .inputpage_field_SurName,
.popup-profile_panel .inputpage_field_EMail,
.popup-profile_panel .inputpage_field_Name,
.popup-profile_panel .inputpage_field_Gender {
	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,
.popup-extra_panel .rb-section-allproductheader-search-title {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 20px;
	text-align: left;
}

.inputpage_field_PersonTypeId .inputpage_radiobox_info {
    display: inline-block;
    width: calc(100% - 25px);	
	float: none;
	margin-bottom: 10px;
}

.inputpage_field_PersonTypeId .inputpage_radiobox_info label {
	cursor: pointer;
}

.inputpage_field_PersonTypeId .inputpage_item {
	display: inline-block;
    margin: 0 10px 0 0;
}

/* Profile Styles
-----------------------------------------------------------*/

.personcode-image img {
	width: 100%;
	border-radius: 20px;
}

/* Home Styles
-----------------------------------------------------------*/

.rb-section {
	margin-bottom: var(--sectionMargin);
}

.rb-section-editorproductlistandgroup {
	margin: 0;
}

.rb-section-editorproductlistandgroup .rb-quick-edit {
	left: -75px;
	margin: 0;
}

.rb-section-body .rb2-slider-item {
	border: 0;
}

.rb-section-body .rb2-slider-title {
	float: none;
	margin: 0;
}

.rb2-pager-item-alllink {
    font-size: 0.9rem;
	float: none;
}

.menu_divitem {
    float: none;
}

/* Menu Styles
-----------------------------------------------------------*/

.baseheader_mini,
.baseheader_line2 .baseheader {
	display: none;
}

.rbsidebar_button {
	width: 44px;
	height: 44px;
	background: var(--colorBlack);
	mask: url(/content/images/icon-menu-burger.svg) no-repeat center;
	margin-left: 10px;
}

.baseheader {    
	width: 12.604166666666666vw;
	height: 6.40625vw;
	cursor: pointer;
	background: url(/content/images/logo-konyvsarkany.png) no-repeat center;
	background-size: 100%;
}

.baseheader_line1 {
	display: flex;
	align-items: center;
}

.baseheader_center {
	width: 30%;
	margin: 0 auto;
}

.baseheader_line1 .baseheader_left {
	width: 12.604166666666666vw;
}

.baseheader_line1 .baseheader_right {
	width: 12.604166666666666vw;
	width: auto;
}

.baseheader_line2 .baseheader_right {
	margin-left: auto;
}

#header .menu_divitem {
    display: inline-block;
	margin-right: 1.8229166666666667vw;
}

#header .baseheader_line2 .menu_selecteditem a,
#header .baseheader_line2 a:hover {
    color: var(--primaryColor);
}

#header .menu_divitem:last-child {
	margin-right: 0;
}

.main_menu_search-input {
	position: relative;
}

#search {
	width: 100%;
	padding: 20px 15px;
    border: 0;
    border-bottom: 1px solid #B9B9B9;
}

.search_button {
	width: 25px;
	height: 25px;
	background: var(--primaryColor);
	mask: url(/content/images/icon-search.svg);
	mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
	cursor: pointer;
    border: 0;
	padding: 0;
	position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
			transform: translateY(-50%);
}

.main_menu_dragon {
	position: relative;
}

.main_menu_dragon a {
	display: block;
	/*font-size: 1.25rem;*/
	font-size: 1.0416666666666667vw;
	font-weight: 700;
	padding: 1.3802083333333333vw 1.4583333333333333vw;
	border-radius: 20px;
    background: var(--primaryColor);
}

.main_menu_dragon a,
.main_menu_dragon a:after {
	-webkit-transition: all .15s ease-out;
			transition: all .15s ease-out;
}

.main_menu_dragon a:before {
    content: "srkny klub";
}

.main_menu_dragon a:hover {
    background: var(--colorBlack);
	color: var(--primaryColor);
}

.main_menu_dragon a:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: var(--colorBlack);
	border-radius: 20px;
	z-index: -1;
	position: absolute;
	top: 10px;
	left: -15px;
}

.main_menu_dragon a:hover:after {
	top: 0;
	left: 0;
}

.baseheader_line2,
.baseheader_right-line1 .main_menu_groups {
	display: flex;
	align-items: center;
}

.baseheader_line2 {
	padding: 20px 0;
}

.baseheader_right-line1 .main_menu_groups {
	gap: 20px;
}

#header .baseheader_right-line1 .menu_divitem {
	display: block;
	margin: 0;
}

.baseheader_right-line1 .main_menu_search,
.main_menu_profile .menu_divitem_image,
.main_menu_login .popup_button_title,
.main_menu_favorites .menu_image,
.basket_mini .basket_image {
	width: 44px;
	height: 44px;
	background: var(--colorBlack);
}

.baseheader_right-line1 .main_menu_search {
	background: var(--primaryColor);
    mask: url(/content/images/icon-search.svg);
}

.main_menu_login .popup_button_title,
.main_menu_profile .menu_divitem_image {
	mask: url(/content/images/icon-user.svg);
}

.main_menu_favorites .menu_image {
	mask: url(/content/images/icon-favorite.svg);
}

.basket_mini .basket_image {
	mask: url(/content/images/icon-basket.svg);
}

.baseheader_right-line1 .main_menu_search,
.main_menu_profile .menu_divitem_image,
.main_menu_favorites .menu_image,
.basket_mini .basket_image,
.main_menu_login .popup_button_title {
	mask-size: auto;
    mask-repeat: no-repeat;
    mask-position: center;
}

.main_menu_favorites,
.basket_mini {
	border: 1px solid var(--colorBlack);
	border-radius: 10px;
}

/* Childmenu */

.menu_childitems {
	z-index: 2;
	margin-top: 0;
	border-radius: 10px;
}

.menu_childitems .menu_divitem {
	padding: 10px;
	-webkit-transition: all .2s ease-out;
			transition: all .2s ease-out;
}

.main_menu_profile .menu_childitems .menu_divitem:hover {
	background: var(--primaryColor);
	color: var(--colorWhite);
}

.main_menu_profile .menu_childitems .menu_divitem:first-child {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.main_menu_profile .menu_childitems .menu_divitem:last-child {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.menu_sidebar .main_menu_series,
.menu_sidebar .main_menu_sidebarlogin,
.menu_sidebar .main_menu_mainpage {
	padding: 10px;
}

.menu_sidebar .main_menu_favorites {
	border: 0;
}

#header .baseheader_left .menu_childitems {
	max-width: 75%;
	z-index: 5;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
}

#header .baseheader_left .menu_childitems > div {
	margin: 0;
	-ms-flex: 1 1 calc(100% / 3);
		flex: 1 1 calc(100% / 3);
}

#header .baseheader_left .menu_childitems .menu_divitem {
	padding: 20px 10px;
}

#header .baseheader_left .menu_childitems .menu_divitem a,
#header .baseheader_left .menu_childitems .menu_divitem .rbmenuh2 {
	font-size: 20px;
	font-weight: 300;
}

/* Register Styles
-----------------------------------------------------------*/

.page_Account_Register .input_Register {
	position: static;
	width: auto;
}

.register-full {
	max-width: 850px;
	margin: 0 auto 120px;
}

.register-full > p {
	font-size: 35px;
	font-weight: 300;
	text-align: center;
}

.register-full .communallogin-before-items,
.register-full .rbh3 {
	text-align: center;
}

.register-full .rbh3.inputtitle {
	margin-bottom: 20px;
}

.register-full .inputpage_fieldtype_Text input,
.register-full .input-fieldtype-Int,
.register-full .input-fieldtype-Combo,
.register-full .input-fieldtype-Date {
	width: 100%;
	padding: 10px 15px;
	border: 0;
	border-bottom: 1px solid var(--colorBlack);
	
}

.register-full .inputpage_fieldtype_Text input:focus,
.register-full .input-fieldtype-Int:focus,
.register-full .input-fieldtype-Combo:focus,
.register-full .input-fieldtype-Date:focus {
	
}

.register-full .inputgroup {
	margin-bottom: 20px;
}

.register-full .inputpage_field_GiftPerson {
	margin-bottom: 40px;
}

.register-full .inputgroup-giftperson {
	margin-bottom: 25px;
}

.datahandling-confirm {
	font-size: 16px;
	font-weight: 700;
}

.datahandlingconfirmok label,
.inputpage_field_NewsLetter label {
	font-size: 15px;
}

.inputpage_fieldtype_CheckBox .inputpage_label {
	display: flex;
	font-weight: 400;
}

input[type="checkbox"] + input[type="hidden"] + .inputpage_label:before {
	min-width: 20px;
	border-radius: 50%;
}

.register-full .inputgroup-start,
.register-full .inputgroup-nickname,
.register-full .inputgroup-settlement,
.register-full .inputgroup-phonenumber,
.register-full .inputgroup-gender,
.register-full .inputgroup-password,
.register-full .inputgroup-bookcount {
	display: flex;
	gap: 5%;
}

.register-full .inputgroup-start > div,
.register-full .inputgroup-nickname > div,
.register-full .inputgroup-settlement > div,
.register-full .inputgroup-phonenumber > div,
.register-full .inputgroup-gender > div,
.register-full .inputgroup-bookcount > div {
	flex: 0 1 47.5%;
}

.inputgroup.inputgroup-password .inputpage_field_Password {
	margin: 0;
}

.register-full .input-fieldtype-Combo {
	-webkit-appearance: auto;
}

.register-full .inputpage_buttons {
	text-align: center;
	border: 0;
}

.register-full .inputpage_buttons .submitbutton {
	display: inline-block;
	font-size: 15px;
    background: var(--primaryColor);
    color: var(--colorWhite);
    border: 0;
    padding: 15px 20px;
    height: auto;
    border-radius: 10px;
	cursor: pointer;
}

/* TopSlider Styles
-----------------------------------------------------------*/

.rb-section-newsslider .news {
	padding-bottom: calc(500 / 1640 * 100%);
	border-radius: 30px;
	background-size: 100%;
	background-repeat: no-repeat;
}

.rb-section-newsslider .rb2-pager-item-pagertype-prevnext {
	width: 44px;
	height: 44px;
	position: absolute;
	top: 50%;
	background: var(--colorBlack);
	border-radius: 50%;
	z-index: 1;
	-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
			transform: translateY(-50%);
}

.rb2-pager-item-pagertype-prevnext.rb2-pager-item-disable {
	cursor: auto;
}

.rb-section-newsslider .rb2-pager-item-pagertype-prevnext.rb2-pager-item-disable {
	display: block;
	opacity: 0.3;
}

.rb-section-newsslider .rb2-pager-item-prev:before,
.rb-section-newsslider .rb2-pager-item-next:before,
.basket_actionrules_full .rb2-pager-item-prev:before,
.basket_actionrules_full .rb2-pager-item-next:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: var(--colorWhite);
	position: absolute;
    left: 0;
    top: 0;
}

.basket_actionrules_full .rb2-pager-item-prev,
.basket_actionrules_full .rb2-pager-item-next {
	position: absolute;
	z-index: 1;
	display: block;
}

.basket_actionrules_full .rb2-pager-item-pagertype-prevnext {
	position: absolute;
	z-index: 1;
	display: block !important;
	background: var(--colorBlack);
	border-radius: 50%;
}

.basket_actionrules_full .rb2-pager-item-pagertype-prevnext:before {
	margin: 0;
}

.rb-section-newsslider .rb2-pager-item-prev {
	left: 10px;
}

.basket_actionrules_full .rb2-pager-item-prev {
	left: 0;
}

.rb-section-newsslider .rb2-pager-item-next {
	right: 10px;
}

.basket_actionrules_full .rb2-pager-item-next {
	right: 0;
}

.rb-section-newsslider .rb2-pager-item-prev:before,
.basket_actionrules_full .rb2-pager-item-prev:before {
	mask: url(/content/images/icon-arrow-left.svg) no-repeat center;
}

.rb-section-newsslider .rb2-pager-item-next:before,
.basket_actionrules_full .rb2-pager-item-next:before {
	mask: url(/content/images/icon-arrow-right.svg) no-repeat center;
}

/* Info Styles
-----------------------------------------------------------*/

.rb-section-seriesinfo .rb2-slider-pager-item-main {
	gap: 1.6666666666666667vw
}

.rb-section-seriesinfo .rb2-slider-item {
	border: 1px solid var(--primaryColor);
	border-radius: 10px;
}

.rb-section-seriesinfo .news {
    display: flex;
	align-items: center;
	padding: 45px 30px;
	padding: 2.34375vw 1.5625vw;
}

.rb-section-seriesinfo .news_header-root {
	margin-left: 20px;
}

.rb-section-seriesinfo .rbh1 {
    /*font-size: 1.438rem;*/
	font-size: 1.1979166666666667vw;
}

/* ProductList Styles
-----------------------------------------------------------*/

.rb-section-productlist .rb2-slider-header,
.rb-section-productlisttag .rb2-slider-header,
.rb-section-detaillinkslider .rb2-slider-header,
.rb-section-priorblogs .rb2-slider-header {
	display: flex;
	align-items: center;
	margin-bottom: 2.6041666666666665vw;
}

.rb-section-productlist .rb2-pager,
.rb-section-productlisttag .rb2-pager,
.rb-section-detaillinkslider .rb2-pager,
.rb-section-priorblogs .rb2-pager {
	margin-left: auto;
}

.rb-section-productlist .rb2-slider-title-full,
.rb-section-productlisttag .rb2-slider-title-full,
.rb-section-detaillinkslider .rb2-slider-title-full {
    display: flex;
    align-items: baseline;
    gap: 10px;
}

.rb-section-productlist .rb2-slider-title,
.rb-section-productlisttag .rb2-slider-title,
.rb-section-detaillinkslider .rb2-slider-title {
    font-size: 1.6rem;
	font-weight: 300;
}

.rb-section-productlist .rb2-slider-subtitle,
.rb-section-productlisttag .rb2-slider-subtitle,
.rb-section-detaillinkslider .rb2-slider-subtitle {
    font-size: 2.188rem;
	font-weight: 700;
	color: var(--primaryColor);
}

.rb-section-productlist .rb2-slider-pager-item-main,
.rb-section-productlisttag .rb2-slider-pager-item-main,
.rb-section-detaillinkslider .rb2-slider-pager-item-main {
	padding: 0 4.166666666666667vw;
	gap: var(--productListGap);
		-webkit-box-pack: start;
    	   -ms-flex-pack: start;
	justify-content: flex-start;
}

.rb-section-productlist .rb2-slider-item,
.rb-section-productlisttag .rb2-slider-item,
.rb-section-detaillinkslider .rb2-slider-item {
	width: auto;
	min-width: 0;
	-ms-flex: 0 1 calc(100% / var(--productListPageSize) - var(--productListGap) * calc(var(--productListPageSize) - 1) / var(--productListPageSize));
		flex: 0 1 calc(100% / var(--productListPageSize) - var(--productListGap) * calc(var(--productListPageSize) - 1) / var(--productListPageSize));
}

.rb-section-productlist .alexwebdatainfogrid_thumbnail_url_img,
.rb-section-detaillinkslider .alexwebdatainfogrid_thumbnail_url_img,
.rb-section-allproduct .alexwebdatainfogrid_thumbnail_url_img,
.news_newsitem .alexwebdatainfogrid_thumbnail_url_img,
.rb-section-productlisttag .alexwebdatainfogrid_thumbnail_url_img {
	width: auto;
	height: 14.739583333333334vw;
	border-radius: 10px;
	margin-bottom: 9px;
}

.newsitem-productlist .newsitem-productlist-item img,
.news_newsitem .alexwebdatainfogrid_thumbnail_url_img {
	width: auto;
	margin: 0 0 9px;
}

.alexwebdatainfogrid_info {
    padding: 0 5px;
}

.alexdata_header_shop {
	margin-bottom: 12px;
}

.alexdata_header_shop .rbh1,
.alexdata_header_shop_allproducts .rbh1 {
	height: 48px;
	font-size: 1.125rem;
	font-weight: 400;
	margin-bottom: 10px;

	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.alexdata_header_shop .rbh2,
.alexdata_header_shop_allproducts .rbh2 {
	height: 19px;
	font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.alexdata_header_shop .alexwebdatainfogrid_author,
.alexdata_header_shop_allproducts .alexwebdatainfogrid_author  {
	height: 19px;
	font-size: 0.9rem;
	color: var(--primaryColor);
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.alexdata_footer_shop_prices {
	display: flex;
	font-size: 0.9rem;
}

.alexdata_footer_shop_prices > div:first-child {
	margin-right: auto;
}

.alexdata_footer_shop_prices .alexdata_footer_onlineprice-value {
	color: var(--primaryColor);
}

.alexdata_footer_shop_buttons {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}

.basket_addmorebutton,
.alexdata_footer_basket input,
.alexdata_footer_basket_actionrule {
	font-size: 0.78125vw;
	font-weight: 700;
	background: var(--primaryColor);
	/*background: var(--primaryColor) url(/content/images/icon-basket-white.png) no-repeat 80%;*/
	background: var(--primaryColor) url(/content/images/icon-shopping-bag.svg) no-repeat 80%;
	
	/*background-size: 20px;*/
	background-size: 1.0416666666666667vw;
	/*mask: var(--primaryColor) url(/content/images/icon-shopping-bag.svg) no-repeat 80%;
	mask-size: 20px;*/
	color: var(--colorWhite);
	/*padding: 15.5px 50px 15.5px 20px;*/
	padding: 0.8072916666666666vw 2.6041666666666665vw 0.8072916666666666vw 1.0416666666666667vw;
    border-radius: 10px;
	border: 0;
	cursor: pointer;
	-webkit-transition: all .2s ease-out;
			transition: all .2s ease-out;
}

.alexdata_footer_basket_actionrule {
	background-position: 85%;
	margin: 0;
}

@media screen and (min-width: 1156px)
{
	.basket-additem-onlysubscribed {
		font-size: 0.78125vw;
	}
}

.basket-additem-onlysubscribed {
    font-size: 15px;
    font-weight: 700;
	margin-left: 10px;
}

.alexwebdatainfogrid_alexdata_detail_top_alexdata_detail_right .basket-additem-onlysubscribed {
	margin-left: 0;
}

.basket_addmorebutton:hover,
.alexdata_footer_basket input:not(.basket-additem-preorder):hover,
.alexdata_footer_basket_actionrule:hover {
	background-position: 90%;
	padding-left: 0.5208333333333334vw;
	padding-right: 3.125vw;
}

div.alexdata_footer_basket input.basket-additem-ordersubscription,
div.alexdata_footer_basket input.basket-additem-preorder {
	background-image: none !important;
	padding-right: 1.0416666666666667vw !important;
	padding-left: 1.0416666666666667vw !important;
}

.rbvote-Like .rbvote-name {
    /*width: 50px;
    height: 50px;*/
	width: 2.6041666666666665vw;
	height: 2.6041666666666665vw;
	/*height: 100%;*/
	

    mask: url(/content/images/icon-favorite.svg) no-repeat center;
	mask-size: 1.3vw;
    background: var(--colorBlack);
	-webkit-transition: all .2s ease-out;
			transition: all .2s ease-out;
}

.alexdata_footer_basket_productNotification,
.alexdata_buttons-preparing .rbvote-Product {
	border: 1px solid var(--primaryColor);
	border-radius: 10px;
}

.alexdata_buttons-preparing,
.alexdata_buttons-preparing .rbvote-Product {
	display: flex;
    justify-content: flex-end;
}

.alexdata_footer_basket_productNotification .rbvote-Product,
.alexdata_buttons-preparing .rbvote-Product .rbvote-name {
	width: 2.6041666666666665vw;
	height: 2.6041666666666665vw;
	mask: url(/content/images/icon-bell.svg) no-repeat center;
	mask-size: 1.3vw;
    background: var(--colorBlack);
	-webkit-transition: all .2s ease-out;
			transition: all .2s ease-out;
}

.alexdata_footer_basket_productNotification .rbvote-Product.Product-result1,
.alexdata_buttons-preparing .rbvote-Product.Product-result1 .rbvote-name {
    background: var(--primaryColor)
}

.rb-section-dragoninfo-offerinfo .rbvote-name {
	background: var(--colorWhite);
}

.Like-result1 .rbvote-name {
    background: var(--primaryColor);
}

.rbvote-Like {
	display: inline-block;
	border: 1px solid var(--primaryColor);
	border-radius: 10px;
}

.alexdata_footer_basket_expectedappearance {
    font-size: 13px;
    margin-top: 10px;
}

.alexdata_ebook_marker {
    width: 60px;
    height: 63px;
    background: url(/content/images/icon-ebook-marker.svg) no-repeat center;
	background-size: 100%;
	position: absolute;
    top: 0;
	left: 0;
}

.name_aftervalue,
.basket_item_namesufix {
	font-size: 16px;
	font-weight: 700;
	color: #0dc80d;
}


@media screen and (min-width: 1156px)
{
	.alexdata_ebook_marker {
		width: 4.479166666666667vw;
		height: 4.6875vw;
	}	
}


/* ProductList2 Styles
-----------------------------------------------------------*/

.rb-section-productlist2 {	
	position: relative;
	max-width: var(--mainWidth);
	margin: 0 auto var(--sectionMargin);
}

.rb-section-productlist2 .rb-section-slideritem {
	border-radius: 30px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.rb-section-productlist2 .rb2-slider-root {
	width: 90%;
	display: flex;
	align-items: center;
	margin: 0 auto;
	padding: 40px 0px 0px 0px;
	position: relative;
}

.rb-section-productlist2 .rb2-slider-subtitle2 {
	/*font-size: 1.25rem;*/
	font-size: 1.5625vw;
	background: var(--colorWhite);
	padding: 1.0416666666666667vw;
	/*font-size: 30px;*/
}

.rb-section-productlist2 .rb2-slider-title {
	font-size: 3.4895833333333335vw;
	font-weight: 700;
	color: var(--colorWhite);
	background: var(--primaryColor);
	padding: 1.0416666666666667vw;
}

.rb-section-productlist2 .rb2-slider-subtitle {
	font-size: 1.25rem;
	color: var(--colorBlack);
	display: inline-block;
	background: var(--colorWhite);
	padding: 5px 20px;
	/*color: var(--colorBlack);
	background: var(--primaryColor)*/
}

.rb-section-productlist2 .rb2-slider-description {
/*	color: var(--colorBlack);*/
	font-size: 1.25rem;
	color: var(--colorWhite);
	margin-top: 25px;
}

.rb-section-productlist2 .rb2-slider-titlelink {
	color: var(--colorWhite);
	background: var(--primaryColor);
	border: 1px solid var(--colorWhite);
	padding: 13px 30px;
    border-radius: 10px;
	margin-top: 23px;
}

.rb-section-productlist2 .rb2-slider-header {
	display: block;
	width: 25%;
}

.rb-section-productlist2 .rb2-wrapper {
	width: 60%;
}

.rb-section-productlist2 .rb2-slider-item {
	-ms-flex: 0 1 auto;
		flex: 0 1 auto;
}

.rb-section-productlist2 .rb2-slider-item-1 .alexwebdatainfogrid_thumbnail_url_img,
.rb-section-productlist2 .rb2-slider-item-3 .alexwebdatainfogrid_thumbnail_url_img {
	height: 12vw;
}

.rb-section-productlist2 .rb2-slider-title-full {
	flex-direction: column;
	gap: 0;
}

.rb-section-productlist2 .rb2-slider-pager-item-main {
	gap: 25px;
	align-items: center;
	justify-content: center;
	padding: 30px 15px;
}

.rb-section-productlist2 .alexwebdatainfogrid_info {
	/*display: none;*/
}

.rb-section-productlist2  .rb2-pager-item-prev {
	width: 24px;
	height: 12px;
	background: url(/content/images/arrow-left-white.png) no-repeat center;
	background-size: 100%;
	position: absolute;
	left: 33%;
	top: 50%;
}

.rb-section-productlist2  .rb2-pager-item-next {
	width: 24px;
	height: 12px;
	background: url(/content/images/arrow-right-white.png) no-repeat center;
	background-size: 100%;
	position: absolute;
	right: -3%;
	top: 50%;
}

/* ProductList3 Styles
-----------------------------------------------------------*/
.rb-section-productlist3 {
	position: relative;
	max-width: var(--mainWidth);
	margin: 0 auto var(--sectionMargin);
}

.rb-section-productlist3:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 50%;
	background: var(--colorBlack);
	border-radius: 30px;
	z-index: -1;
}

.rb-section-productlist3 .rb2-slider-root {
	width: 90%;
	display: flex;
	align-items: center;
	margin: 0 auto;
	padding: 40px 0px 0px 0px;
	position: relative;
}

.rb-section-productlist3 .rb2-slider-subtitle2 {
	font-size: 1.25rem;
	background: var(--colorWhite);
	padding: 20px;
	font-size: 30px;
}

.rb-section-productlist3 .rb2-slider-title {
	font-size: 3.4895833333333335vw;
	font-weight: 700;
	color: var(--colorWhite);
	background: var(--primaryColor)
}

.rb-section-productlist3 .rb2-slider-subtitle {
	font-size: 1.25rem;
	color: var(--colorBlack);
	display: inline-block;
	background: var(--colorWhite);
	padding: 5px 20px;
	/*color: var(--colorBlack);
	background: var(--primaryColor)*/
}

.rb-section-productlist3 .rb2-slider-description {
/*	color: var(--colorBlack);*/
	font-size: 1.25rem;
	color: var(--colorWhite);
	margin-top: 25px;
}

.rb-section-productlist3 .rb2-slider-titlelink {
	color: var(--colorWhite);
	background: var(--primaryColor);
	border: 1px solid var(--colorWhite);
	padding: 13px 30px;
    border-radius: 10px;
	margin-top: 23px;
}

.rb-section-productlist3 .rb2-slider-header {
	display: block;
	width: 25%;
}

.rb-section-productlist3 .rb2-wrapper {
	width: 75%;
}

.rb-section-productlist3 .rb2-slider-title-full {
	flex-direction: column;
	gap: 0;
}

.rb-section-productlist3 .rb2-slider-pager-item-main {
	gap: 25px;
	align-items: center;
	justify-content: center;
	padding: 30px 15px;
}

.rb-section-productlist3 .rb2-slider-item {
	-ms-flex: 0 1 auto;
		flex: 0 1 auto;
	/*-ms-flex: 0 1 calc(20% - 25px * 4 / 5);
		flex: 0 1 calc(20% - 25px * 4 / 5);*/
		position: relative;
}

.rb-section-productlist3 .alexwebdatainfogrid_info {
	/*display: none;*/
}

.rb-section-productlist3 .rb2-slider-item .alexwebdatainfogrid_thumbnail_url_img {
	/*height: 12.083333333333334vw;*/
	height: 13vw;
}

.rb-section-productlist3 .alexwebdatainfogrid_thumbnail_url_img {
	-webkit-transition: all .2s ease-out;
			transition: all .2s ease-out;
}

.rb-section-productlist3 .labelitem {
	position: absolute;
	right: -5%;
	top: -10%;
	z-index: 1;
}

.rb-section-productlist3 .alexwebdatainfogrid_productlistdik {
	/*width: 68px;
	height: 82px;*/
	width: 3.5416666666666665vw;
	height: 4.270833333333333vw;
	background-color: white;
	border: 2px solid gray;
	border-radius: 50% 50% 45% 45% / 60% 60% 40% 40%;
	display: flex;
	justify-content: center;
	align-items: center;
	/*font-size: 2rem;*/
	font-size: 1.6666666666666667vw;
	font-weight: bold;
	color: black;
	transition: all 0.2s ease-out;
}

.rb-section-productlist3 .rb2-slider-item:hover .alexwebdatainfogrid_productlistdik {
	width: 68px;
	height: 82px;
	background-color: var(--primaryColor);
	border: 2px solid gray;
	border-radius: 50% 50% 45% 45% / 60% 60% 40% 40%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 2rem;
	font-weight: bold;
	color: var(--colorWhite);
}

.rb-section-productlist3 .alexwebdatainfogrid_thumbnail_url_img:hover {
	-webkit-transform: scale(1.1);
			transform: scale(1.1);
}

.rb2-pager-item-disable {
	display: none;
}

.rb-section-productlist3  .rb2-pager-item-prev {
	width: 24px;
	height: 12px;
	background: url(/content/images/arrow-left-white.png) no-repeat center;
	background-size: 100%;
	position: absolute;
	left: 23%;
	top: 60%;
}

.rb-section-productlist3  .rb2-pager-item-next {
	width: 24px;
	height: 12px;
	background: url(/content/images/arrow-right-black.png) no-repeat center;
	background-size: 100%;
	position: absolute;
	right: -2%;
	top: 60%;
}

/* ProductList4 Styles
-----------------------------------------------------------*/

.rb-section-productlist4 {
	background: var(--colorBlack);
	border-radius: 30px;
}

.rb-section-productlist4 .rb2-slider-root {
	width: 90%;
	display: flex;
	align-items: center;
	margin: 0 auto;
	padding: 45px 0;
}

.rb-section-productlist4 .rb2-slider-header {
	display: block;
	width: 25%;
}

.rb-section-productlist4 .rb2-wrapper {
	width: 62.5%;
	margin-left: auto;
}

.rb-section-productlist4 .rb2-slider-title-full {
	flex-direction: column;
	gap: 0;
}

.rb-section-productlist4 .rb2-slider-pager-item-main {
	gap: 25px;
	align-items: center;
	justify-content: center;
	padding: 30px 0;
}

.rb-section-productlist4 .rb2-slider-item {
	-ms-flex: 0 1 auto;
		flex: 0 1 auto;
	/*-ms-flex: 0 1 calc(20% - 25px * 4 / 5);
		flex: 0 1 calc(20% - 25px * 4 / 5);*/
}

.rb-section-productlist4 .alexwebdatainfogrid_info {
	display: none;
}

.rb-section-productlist4 .rb2-slider-subtitle2 {
	/*font-size: 1.25rem;*/
	font-size: 1.0416666666666667vw;
	background: var(--colorWhite);
	/*padding: 20px;*/
	padding: 1.0416666666666667vw;
}

.rb-section-productlist4 .rb2-slider-title {
	font-size: 3.4895833333333335vw;
	font-weight: 700;
	color: var(--colorBlack);
	background: var(--primaryColor);
	padding: 0 1.0416666666666667vw;
}

.white {
	display: block;
	color: var(--colorWhite);
}

.rb-section-productlist4 .rb2-slider-subtitle {
	/*font-size: 1.25rem;*/
	font-size: 1.0416666666666667vw;
	color: var(--colorBlack);
	display: inline-block;
	background: var(--colorWhite);
	padding: 5px 1.0416666666666667vw;
	/*color: var(--colorBlack);
	background: var(--primaryColor)*/
}

.rb-section-productlist4 .rb2-slider-description {
/*	color: var(--colorBlack);*/
	/*font-size: 1.25rem;*/
	font-size: 1.0416666666666667vw;
	color: var(--colorWhite);
	/*margin-top: 25px;*/
	margin-top: 1.3020833333333333vw;
}

.rb-section-productlist4 .rb2-slider-titlelink {
	font-size: 15px;
	font-weight: 700;
	color: var(--colorWhite);
	background: var(--primaryColor);
	border: 1px solid var(--colorWhite);
	/*padding: 13px 30px;*/
	padding: 0.6770833333333334vw 1.5625vw;
    border-radius: 10px;
	/*margin-top: 23px;*/
	margin-top: 1.1979166666666667vw;
}

.rb-section-productlist4 .rb2-slider-item-1 .alexwebdatainfogrid_thumbnail_url_img {
	/*height: 12.083333333333334vw;*/
	height: 10vw;
}

.rb-section-productlist4 .rb2-slider-item-2 .alexwebdatainfogrid_thumbnail_url_img {
	/*height: 14.635416666666666vw;*/
	height: 12vw;
}

.rb-section-productlist4 .rb2-slider-item-3 .alexwebdatainfogrid_thumbnail_url_img {
	/*height: 18.125vw;*/
	height: 16vw;
}

.rb-section-productlist4 .rb2-slider-item-4 .alexwebdatainfogrid_thumbnail_url_img {
	/*height: 14.635416666666666vw;*/
	height: 12vw;
}

.rb-section-productlist4 .rb2-slider-item-5 .alexwebdatainfogrid_thumbnail_url_img {
	/*height: 12.083333333333334vw;*/
	height: 10vw;
}

.rb-section-productlist4 .alexwebdatainfogrid_thumbnail_url_img,
.rb-section-productlist2 .alexwebdatainfogrid_thumbnail_url_img {
	-webkit-transition: all .2s ease-out;
			transition: all .2s ease-out;
}

.rb-section-productlist2 .alexwebdatainfogrid_thumbnail_url_img:hover,
.rb-section-productlist4 .alexwebdatainfogrid_thumbnail_url_img:hover {
	-webkit-transform: scale(1.1);
			transform: scale(1.1);
}

.rb-section-productlist .rb2-pager-item-prev,
.rb-section-productlist4 .rb2-pager-item-prev {
	width: 24px;
	height: 12px;
	/*background: url(/content/images/arrow-left-white.png) no-repeat center;
	background-size: 100%;*/
	mask: url(/content/images/icon-arrow-left.svg) no-repeat center;
	background: var(--colorBlack);
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 1;
}

.rb-section-productlist .rb2-pager-item-next,
.rb-section-productlist4 .rb2-pager-item-next {
	width: 24px;
	height: 12px;
	/*background: url(/content/images/arrow-right-white.png) no-repeat center;
	background-size: 100%;*/
	mask: url(/content/images/icon-arrow-right.svg) no-repeat center;
	background: var(--colorBlack);
	position: absolute;
	right: 0;
	top: 50%;
	z-index: 1;
}

.rb-section-productlist2 .rb2-pager-item-prev,
.rb-section-productlist2 .rb2-pager-item-next {
	background: var(--colorWhite);
}

.rb-section-productlist2 .rb2-pager-item-prev {
	left: 32.5%;
}

.rb-section-productlist2 .rb2-pager-item-next {
	right: 23%;
}

.rb-section-productlist3 .rb2-pager-item-prev {
	left: 25%;
}

.rb-section-productlist4 .rb2-pager-item-prev {
	left: 35%;
}

.rb-section-productlist4 .rb2-pager-item-next {
	right: 1%;
}

.rb-section-productlist4 .rb2-pager-item-prev,
.rb-section-productlist3 .rb2-pager-item-prev,
.rb-section-productlist4 .rb2-pager-item-next {
	background: var(--colorWhite);
}

.rb2-autocontrols {
	width: 100%;
	text-align: center;
	font-size: 0;
	position: absolute;
	bottom: -60px;
	left: 50%;
	-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
			transform: translateX(-50%);
}

.rb2-autocontrols-startstop {
	display: none;
}

.rb2-autocontrols-item {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: var(--colorBlack);
	border-radius: 50%;
	margin: 0 2px 2px;
	float: none;
	-webkit-transition: all .2s ease-out;
			transition: all .2s ease-out;
}

.rb2-autocontrols-active {
	width: 70px;
	border-radius: 35px;
	background: var(--primaryColor);
}


/* All Product Styles
-----------------------------------------------------------*/

.allproduct_mainpage .rb-sectiongroup_work {
	display: flex;
}

.allproduct_mainpage .rb-home_mainpage-left {
	flex: 0 1 25%;
}

.allproduct_mainpage .rb-home_mainpage-right {
	flex: 0 1 75%;
}

.rb-section-allproduct .rb2-container-items {
	display: block;
}

.rb-section-allproduct .rb2-slider-pager-item-main {
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
}

.listbox_onchange_full {
	position: relative;
}

.listbox_onchange_input input {
	width: 100%;
	padding: 8px 10px;
}

.listbox_onchange_full .search_button {
	width: 42px;
    height: 42px;
    mask-size: 24px;
    top: 0;
    right: 0;
    -webkit-transform: none;
		-ms-transform: none;
			transform: none;
}



/* MainBanner Styles
-----------------------------------------------------------*/

.rb-section-mainbanner .news {
	border-radius: 35px;
}

.rb-section-mainbanner .news_previewimage,
.rb-section-mainbanner .news_digest  {
	opacity: 0;
	visibility: hidden;
	height: 0;
	margin-top: 10px;
	-webkit-transition: all .2s ease-out;
			transition: all .2s ease-out;
}

.rb-section-mainbanner .rb2-slider-item {
	position: relative;
}

.rb-section-mainbanner .news_image_img {
	border-radius: 30px;
}

.rb-section-mainbanner .news_newsbanner-main {
	position: absolute;
	top: 50%;
	left: 20px;
	-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
			transform: translateY(-50%);
}

.rb-section-mainbanner .news_fullname .news_subname2,
.rb-section-mainbanner .news_fullname .news_name,
.rb-section-mainbanner .news_fullname .news_subname {
	display: inline-block;
	background: var(--colorWhite);
	padding: 5px 10px;
}

.rb-section-mainbanner .news_fullname .news_subname2 {
	font-size: 1.4583333333333333vw;
	font-weight: 300;
}

.rb-section-mainbanner .news_fullname .news_name {
	font-size: 3.3333333333333335vw;
	font-weight: 700;
	color: var(--primaryColor);
}

.rb-section-mainbanner .news_fullname .news_subname {
	font-size: 1.1458333333333333vw;
	font-weight: 700;
	margin-top: 5px;
}

.rb-section-mainbanner .news_previewimage {
	-webkit-transform: translateY(20px);
			transform: translateY(20px);
}

.rb-section-mainbanner .news_digest {
	color: var(--colorWhite);
	-webkit-transform: translateY(20px);
			transform: translateY(20px);
}

.rb-section-mainbanner .listmorespan {
	display: inline-block;
	font-size: 15px;
	font-weight: 700;
	color: var(--colorWhite);
	background: var(--primaryColor);
	border: 1px solid var(--colorWhite);
	border-radius: 10px;
	padding: 14px 20px;
	margin-top: 20px;
}

.rb-section-mainbanner .rb2-slider-item:hover .news_digest {
	opacity: 1;
	visibility: visible;
	height: auto;
	-webkit-transform: translateY(0);
			transform: translateY(0);
}

.rb-section-mainbanner .rb2-slider-item:hover .news_previewimage {
	opacity: 1;
	visibility: visible;
	height: auto;
	-webkit-transform: translateY(0);
			transform: translateY(0);
}

.rb-section-mainbanner .news_previewimage_img {
	height: 100px;
	width: auto;
}

/* PriorBlogs Styles
-----------------------------------------------------------*/

.rb-section-priorblogs {

}

.rb-section-priorblogs .rb2-slider-header {
	margin-bottom: 50px;
}

.rb-section-priorblogs .rb2-slider-title-full {
	display: flex;
	align-items: baseline;
	gap: 10px;
}

.rb-section-priorblogs .rb2-slider-title {
    font-size: 25px;
    font-weight: 300;
}

.rb-section-priorblogs .rb2-slider-subtitle {
	font-size: 35px;
    font-weight: 700;
	color: var(--primaryColor);
}

.rb-section-priorblogs .rb2-slider-pager-item-main {
	gap: 1.5625vw;
}

.rb-section-priorblogs .rb2-slider-item {
	-ms-flex: 0 1 calc(100% / 3 - 1.5625vw * 2 / 3);
		flex: 0 1 calc(100% / 3 - 1.5625vw * 2 / 3);
}

.rb-section-priorblogs .news_previewimage_img {
	border-radius: 30px;
	margin-bottom: 10px;
}

.rb-section-priorblogs .news_fullname .rbh1 {
	font-size: 25px;
	font-weight: 700;
}

.rb-section-priorblogs .news_digest {
	font-size: 18px;
	margin-top: 10px;
}

/* Detail Styles
-----------------------------------------------------------*/

.alexwebdatainfogrid_detail {
	max-width: 1360px;
	margin: 0 auto;
	/*padding: 0 8.854166666666666vw;*/
}

.alexwebdatainfogrid_alexdata_detail_top {
	display: flex;
	padding-top: 15px;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
}

.alexwebdatainfogrid_alexdata_detail_top > .labelitem {
	-ms-flex: 1 1 100%;
		flex: 1 1 100%;
}

.alexwebdatainfogrid_alexdata_detail_top_alexdata_detail_left {
	flex: 0 1 30%;
}

.alexwebdatainfogrid_alexdata_detail_top_alexdata_detail_center {
	flex: 0 1 37%;
	padding: 0 1.71875vw;
}

.alexwebdatainfogrid_alexdata_detail_top_alexdata_detail_right {
	flex: 0 1 33%;
	padding-left: 1.71875vw;
	border-left: 1px solid #B9B9B9;
}

/* Img Select */

.alexwebdatainfogrid_alexdata_detail_top_alexdata_detail_left_alexdata_detail_left_image {
	position: relative;
}

.alexwebdatainfogrid_alexdata_detail_top_alexdata_detail_left_alexdata_detail_left_image .rb2-slider-thumb-image img {
    height: 90px;
    width: auto;
    /*margin: auto;*/
}

.showimages_slider .rb2-slider-thumb-item {
	padding: 0;
	border: 0;
	opacity: 0.5;
}

.rb2-slider-thumb-item.rb2-slider-thumb-selected {
	opacity: 1;
}

.showimages_slider {
	position: relative;
}

.showimages_slider .rb2-pager-item-pagertype-prevnext {
	width: 44px;
	height: 44px;
	border: 0;
	border-radius: 50%;
	position: absolute;
	top: calc(50% - 50px);
	-webkit-transition: all .2s ease-out;
			transition: all .2s ease-out;
	-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
			transform: translateY(-50%);
}

.showimages_slider .rb2-pager-item-prev {
	left: 10px;
	background: #312D2D url(/content/images/arrow-left-white.png) no-repeat center;
	background-size: 24px;
}

.showimages_slider .rb2-pager-item-next {
	right: 10px;
	background: #312D2D url(/content/images/arrow-right-white.png) no-repeat center;
	background-size: 24px;
}

.showimages_slider .rb2-pager-item-pagertype-prevnext.rb2-pager-item-disable {
	display: block;
	opacity: 0.2;
}

.alexwebdatainfogrid_alexdata_detail_top_alexdata_detail_left_alexdata_detail_left_image .alexwebdatainfogrid_thumbnail_url_img {
	border-radius: 20px;
}

.alexwebdata_previewfile-full {
    position: absolute;
    top: 10px;
    right: 10px;
	background: var(--primaryColor);
	border-radius: 50%;
}

.alexwebdata_previewfile {
	width: 50px;
    height: 50px;
	background: var(--colorWhite);
	
	mask: url(/content/images/icon-book.svg) no-repeat center;
	mask-size: 25px;
}

.productgroup-hierarchy {
	display: flex;
	font-size: 16px;
	font-weight: 700;
	justify-content: center;
	margin-bottom: 35px;
/*	-webkit-transform: translateY(-50px);
			transform: translateY(-50px);*/
}

.productgroup-hierarchy .productgrouplink_separator {
	color: var(--primaryColor);
    margin: 0 5px;
}

.productgroup-hierarchy a:hover {
	text-decoration: underline;
}

.alexwebdatainfogrid_alexdata_detail_top_alexdata_detail_center_header .rbh1 {
	font-size: 35px;
	font-size: 1.8229166666666667vw;
	font-weight: 400;
	text-align: left;
	margin: 0 0 10px;
}

.alexwebdatainfogrid_alexdata_detail_top_alexdata_detail_center_header .rbh2 {
	font-size: 20px;
	font-size: 1.0416666666666667vw;
	font-weight: 400;
	text-align: left;
	color: var(--primaryColor);
	margin: 0 0 10px;
}

.alexwebdatainfogrid_author_full .alexwebdatainfogrid_author_title,
.alexwebdatainfogrid_author_full .alexwebdatainfogrid_author,
.alexwebdatainfogrid_manufacturer .alexwebdatainfogrid_divtitle,
.alexwebdatainfogrid_manufacturer a,
.alexwebdatainfogrid_series .alexwebdatainfogrid_series-title,
.alexwebdatainfogrid_series .alexwebdatainfogrid_seriesitem {
	display: inline-block;
	/*margin-right: 5px;*/
}

.alexwebdatainfogrid_series_delim {
	margin-right: 5px;
}

.alexwebdatainfogrid_author_full .alexwebdatainfogrid_author_title,
.alexwebdatainfogrid_author_full a {
	font-size: 20px;
	font-size: 1.0416666666666667vw;
	font-weight: 700;
	text-decoration: underline;
}

.alexwebdatainfogrid_author_full a:hover,
.alexwebdatainfogrid_series a:hover,
.alexwebdatainfogrid_manufacturer a:hover {
	color: var(--primaryColor);
}

.alexwebdatainfogrid_alexdata_detail_top_alexdata_detail_center .productvote {
	margin: 20px 0;
}

.voteitems {
	font-size: 0;
}

.voteitem {
	width: 20px;
	height: 16px;
	background: #312D2D;
	float: none;
	display: inline-block;
	mask: url(/content/images/icon-vote.svg) no-repeat left;
	-webkit-transition: all .2s ease-out;
			transition: all .2s ease-out;
}

.voteitem.vote-yes {
	background: var(--primaryColor);
}

.alexwebdatainfogrid_shortdescription *,
.alexwebdatainfogrid_fulldescription * {
    font-size: 16px !important;
    font-weight: 400;
    text-align: left !important;
    color: var(--colorBlack) !important;
}

.alexdata_detail_center-infomenu .menu_image,
.alexdata_detail_center-infomenu {
	display: flex;
	align-items: center;
}

.alexdata_detail_center-infomenu {
	gap: 1.0416666666666667vw;
	margin: 2.6041666666666665vw 0 4.166666666666667vw;
}

.alexdata_detail_center-infomenu .menu_divitem {
	padding: 2.6041666666666665vw 1.5625vw;
	border: 1px solid var(--primaryColor);
    border-radius: 20px;
	-ms-flex: 1 1 1%;
		flex: 1 1 1%;
}

.alexdata_detail_center-infomenu .menu_image_jpg {
	width: auto;
	height: 48px;
	margin-right: 1.0416666666666667vw;
}

.alexdata_detail_center-infomenu a {
    font-size: 1.2vw;
    font-weight: 700;
}

.alexwebdatainfogrid_alexdata_detail_top_alexdata_detail_right > .labelitem,
.alexwebdatainfogrid_alexdata_detail_top_alexdata_detail_right .alexwebdatainfogrid_alexdata_prices {
	display: flex;
	padding-bottom: 20px;
	border-bottom: 1px solid #B9B9B9;
}

.actionpricefixedbylawinfobutton-full {
	display: block;
    color: var(--primaryColor);
	padding: 20px 0;
	border-bottom: 1px solid #B9B9B9;
}

.actionruleinfobutton-button {
	margin-left: auto;
	background: var(--primaryColor);
	mask: url(/content/images/icon-info-2.svg) no-repeat center;
	mask-size: auto;
    mask-repeat: no-repeat;
    mask-position: center;
}

.alexwebdatainfogrid_alexdata_buttons {
	padding: 20px 0;
}

.alexwebdatainfogrid_alexdata_buttons input {
	font-size: 15px;
	font-weight: 700;
	background: var(--primaryColor);
	color: var(--colorWhite);
	border: 0;
    height: auto;
    padding: 10px 20px;
    border-radius: 10px;
	cursor: pointer;
}

.basket_morebutton-number-full-numbers {
    display: flex;
    align-items: center;
}

.basket_morebutton-number-full {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #B9B9B9;
    padding-bottom: 20px;
}

.basket_morebutton-number {
    font-weight: 700;
}

.basket_morebutton-number-adddel {
	width: 50px;
	height: 50px;
	border: 1px solid var(--primaryColor);
	border-radius: 10px;
	position: relative;
	-webkit-transition: all .2s ease-out;
			transition: all .2s ease-out;
}

.basket_morebutton-number-del {
	margin-right: 20px;
}

.basket_morebutton-number-add {
	margin-left: 20px;
}

.basket_morebutton-number-del:before,
.basket_morebutton-number-add:before {
	position: absolute;
	font-weight: 700;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
			transform: translate(-50%,-50%);
}

.basket_morebutton-number-del:hover,
.basket_morebutton-number-add:hover {
	color: var(--colorWhite);
	background: var(--primaryColor);
}

.basket_morebutton-number-del:before {
	content: "-";
}

.basket_morebutton-number-add:before {
	content: "+";
}

.basket_morebutton-number-desc {
	font-weight: 700;
	color: #707070;
	margin-top: 20px;
}

.basket_morebutton-main {
	display: flex;
	justify-content: flex-end;
	gap: 15px;
	margin-top: 25px;
}

.alexwebdatainfogrid_alexdata_detail_top_alexdata_detail_right .alexwebdatainfogrid_alexdata_prices {
	justify-content: space-between;
	padding-top: 20px;
}

.alexwebdatainfogrid_alexdata_detail_top_alexdata_detail_right .alexwebdatainfogrid_shipping_title {
	font-weight: 700;
}

.alexwebdatainfogrid_alexdata_detail_top_alexdata_detail_right .alexwebdatainfogrid_shipping {
	margin-left: auto;
}

.alexwebdatainfogrid_alexdata_prices .alexwebdatainfogrid_titleitem,
.alexwebdatainfogrid_subscriptionprice_title,
.basket_morebutton-number-full-title {
    color: #707070;
}

.alexwebdatainfogrid_alexdata_detail_notsubscribed,
.alexwebdatainfogrid_alexdata_detail_notsubscribed .labelitem {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.alexwebdatainfogrid_alexdata_detail_notsubscribed .alexwebdatainfogrid_subscriptionprice {
	margin-left: 20px;
	font-weight: 700;
}

.alexwebdatainfogrid_alexdata_detail_notsubscribed {
	padding: 20px 0;
	border-bottom: 1px solid #B9B9B9;
}

.alexwebdatainfogrid_alexdata_detail_subscription-button {
    border: 1px solid var(--primaryColor);
    color: var(--primaryColor);
    padding: 13px 11px;
	border-radius: 10px;
	-webkit-transition: all .2s ease-out;
			transition: all .2s ease-out;
}

.alexwebdatainfogrid_alexdata_detail_subscription-button:hover {
    background: var(--primaryColor);
	color: var(--colorWhite);
}

.alexwebdatainfogrid_alexdata_prices .alexwebdatainfogrid_onlineprice,
.alexwebdatainfogrid_alexdata_prices .alexwebdatainfogrid_subscriptionprice {
	font-weight: 700;
}

.alexwebdatainfogrid_alexdata_detail_top_alexdata_detail_center_productinfo {
	margin-top: 15px;
}

.alexwebdatainfogrid_alexdata_detail_top_alexdata_detail_center_productinfo > .labelitem,
.alexwebdatainfogrid_alexdata_detail_top_alexdata_detail_center_productinfo .alexwebdatainfogrid_series,
.alexwebdatainfogrid_alexdata_detail_top_alexdata_detail_center_productinfo .alexwebdatainfogrid_manufacturer {
	display: flex;
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 10px;
}

.alexwebdatainfogrid_alexdata_detail_top_alexdata_detail_center_productinfo .alexwebdatainfogrid_valueitem,
.alexwebdatainfogrid_alexdata_detail_top_alexdata_detail_center_productinfo .alexwebdatainfogrid_manufacturer a {
	margin-left: auto;
	font-weight: 300;
}

.alexwebdatainfogrid_alexdata_detail_top_alexdata_detail_center_productinfo .alexwebdatainfogrid_seriesitem {
	font-weight: 300;
}

.alexwebdatainfogrid_alexdata_detail_top_alexdata_detail_center_productinfo .alexwebdatainfogrid_series-title {
	margin-right: auto;
}

.alexwebdatainfogrid_alexdata_detail_footer {
	display: flex;
	gap: 7.03125vw;
}

.alexwebdatainfogrid_alexdata_detail_footer .alexwebdatainfogrid_alexdata_detail_footer-left {
	-ms-flex: 1 1 calc(55% - 7.03125vw / 2);
		flex: 1 1 calc(55% - 7.03125vw / 2);
}

.alexwebdatainfogrid_alexdata_detail_footer .alexwebdatainfogrid_alexdata_detail_footer-right {
	-ms-flex: 1 1 calc(45% - 7.03125vw / 2);
		flex: 1 1 calc(45% - 7.03125vw / 2);
}

.otherproducts-main,
.alexwebdatainfogrid_product-tags {
	margin-bottom: 35px;
}

.otherproducts-item:first-child .otherproducts-item-data-name,
.alexwebdatainfogrid_product-tags .alexwebdatainfogrid_titleitem,
.alexwebdatainfogrid_productbookdetailstitle,
.alexwebdatainfogrid_alexdata_detail_footer-proposer_title,
.alexwebdatainfogrid_alexdata_detail_footer-quotes_title,
.rb-product-person-title,
.alexwebdatainfogrid_productdesc-title {
	font-size: 25px;
	font-weight: 700;
	margin-bottom: 25px;
}

.otherproducts-item-data-name {
	font-weight: 700;
}

.otherproducts-item {
    display: flex;
	font-size: 15px;
	padding: 10px 0;
	border-bottom: 1px solid #B9B9B9;
    align-items: center;
	justify-content: space-between;
}

.otherproducts-item:first-child {
	align-items: baseline;
}

.otherproducts-item:last-child {
	border-bottom: 0
}

.otherproducts-item-data {
	flex: 1 1 1%;
}

.otherproducts-item-data-stock, .otherproducts-item-data-price {
    text-align: right;
}

.newstagitem {
	display: inline-block;
	margin-right: 5px;
    margin-bottom: 5px;
	float: none;
}

.newstagitem a {
	font-weight: 400;
}

.newstagitem a:hover {
    text-decoration: underline;
}

.newstagitem span {
    color: var(--primaryColor);
}

.bookdetails .labelitem {
	display: flex;
	font-size: 15px;
	border-bottom: 1px solid #B9B9B9;
	justify-content: space-between;
	padding: 10px 0;
}

.bookdetails .labelitem:last-child {
	border-bottom: 0;
}

.bookdetails .alexwebdatainfogrid_titleitem {
	font-weight: 700;
}

.rb-product-person-body {
	display: flex;
	gap: 2.0833333333333335vw;
}

.rb-product-person-body-left {
	width: 30%;
}

.rb-product-person-body-right {
	width: calc(70% - 2.0833333333333335vw);
}

.rb-product-person-username {
	font-size: 25px;
	font-weight: 700;
	margin-bottom: 20px;
}

.newsitem-layout-quote .alexwebdatainfogrid_alexdata_detail_footer_productdesc_newsitem_newsitem-headerdesc {
	margin-bottom: 20px;
}

.newsitem-layout-quote:before {
	content: "";
	display: block;
	width: 37.5px;
	height: 37.5px;
	margin-bottom: 10px;
	background: var(--colorBlack);
	mask: url(/content/images/icon-opinion.svg) no-repeat center;
}

.alexwebdatainfogrid_alexdata_detail_footer-right .newsitem-layout-quote:before {
	background: var(--colorBlack);
	mask: url(/content/images/icon-quote.svg) no-repeat center;
}

.newsitem-layout-quote .newsitem-name-full,
.newsitem-layout-quote .newsitem-subname {
	display: inline-block;
}

.newsitem-layout-quote h3.newsitem-name {
	text-align: left;
	font-weight: 700;
}

.newsitem-layout-quote h3.newsitem-subname {
	font-size: 15px;
	font-weight: 300;
	margin-left: 20px;
}

/*
.author_info_item {
	margin-bottom: 5px;
}

.author_info_item_click {
    color: var(--primaryColor);
    font-weight: 700;
}

.author_info_item_click:hover {
    text-decoration: underline;
}
*/
/* Newsletter Styles
-----------------------------------------------------------*/

.rb-section-newsletter .rb-section-input {
	display: flex;
	align-items: center;
	padding: 80px 20px 40px;
	gap: 6.25vw;
	border-radius: 30px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.rb-section-newsletter .rb-section-input-header {
	width: 40%;
	padding-left: 10vw;
}

.rb-section-newsletter .rb-global-partialinput {
	width: 40%;
}

.rb-section-newsletter .rb-section-input-header .rbh1 {
	display: inline-block;
	font-size: 1.5625vw;
	font-weight: 400;
	background: var(--colorWhite);
	padding: 10px 20px;
}

.rb-section-newsletter .rb-section-input-header .rbh2 {
	display: inline-block;
	font-size: 1.8229166666666667vw;
	font-weight: 700;
	background: var(--primaryColor);
	color: var(--colorWhite);
	padding: 10px 20px;
}

.rb-section-newsletter .rb-section-description {
	font-size: 1.0416666666666667vw;
	color: var(--colorWhite);
	margin-top: 15px;
}

.rb-section-newsletter .inputgroup {
	font-size: 0;
}

.rb-section-newsletter .inputpage_field_SurName,
.rb-section-newsletter .inputpage_field_ForeName {
	display: inline-block;
	width: calc(50% - 0.75vw);
}

.rb-section-newsletter .inputpage_field_SurName {
	margin-right: 1.5vw;
}

.rb-section-newsletter .input-fieldtype-Text {
	width: 100%;
	font-size: 1.09375vw;
	color: var(--colorWhite);
	border: 3px solid var(--colorWhite);
	background: transparent;
	border-radius: 10px;
	padding: 0.8854166666666666vw;
}

.rb-section-newsletter .inputpage_field_EMail {
	margin-top: 1.5vw;
}

.rb-section-newsletter .inputpage_fieldtype_CheckBox .inputpage_label {
	display: flex;
	font-size: 15px;
	color: var(--colorWhite);
}

.rb-section-newsletter .inputpage_field_DataHandlingConfirmOk-newslettersubscribe {
	color: var(--colorWhite);
	margin-top: 1.5vw;
}

.rb-section-newsletter input[type="checkbox"] + input[type="hidden"] + .inputpage_label:before {
	background-color: var(--colorWhite) !important;
	border-radius: 50%;
	border: 0;
	min-width: 20px;
}

.rb-section-newsletter .inputpage_buttons_after {
	border: 0;
	padding: 0;
	margin-top: 1.5vw;
}

.rb-section-newsletter .submitbutton {
	font-size: 1.09375vw;
	font-weight: 700;
	background: var(--primaryColor);
	color: var(--colorWhite);
	border: 0;
    padding: 1.3020833333333333vw 2.0833333333333335vw;
    height: auto;
    border-radius: 10px;
	cursor: pointer;
}

/* Basket Styles
-----------------------------------------------------------*/

.popup-popupbasket_full_panel {
	padding: 0;
}

.popup-popupbasket_full_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: 0;
}

.basket_header .basket_title,
.basket_header .basket_summa_quantity,
.basket_header .basket_emptytitle {
    font-size: 30px;
    font-weight: 700;
	color: var(--colorBlack);
}

.basket_checkout input[type="button"] {
	font-size: 15px;
    font-weight: 600;
	color: #FFF;
    background: var(--primaryColor);
    padding: 8px;
    border: 0;
	border-radius: 8px;
	margin: 5px 0;
    cursor: pointer;
}

.basket_checkout .basket_actionrules_slider input[type="button"] {
	width: auto;
}

.basket_checkout_forward {
	border-bottom: 0;
	padding-bottom: 0;
}

.basket_summa_shippingprice_title {
	font-weight: 300;
}

.basket_item:nth-child(even),
.allwebshop_child_item_data:nth-child(odd),
.allwebshop_item_data:nth-child(even) {
	background-color: rgb(122 53 171 / 5%); 
}

.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_line input:hover {
    background: var(--primaryColor);
    color: #FFF;
}

.basket_item_quantity_inputline {
	border-radius: 10px;
    border: 2px solid var(--primaryColor);
	-webkit-transition: all .2s ease-out;
    	-ms-transition: all .2s ease-out;
    		transition: all .2s ease-out;
}

.basket_item > input[value="-"] {
	animation: none;
}

.basket_item_quantity_inputline:hover {
	background: var(--primaryColor);
	color: var(--colorWhite);
}

.popupinput-AddToBasketMore {
	padding: 30px;
}

.inputform-required-line {
    font-size: 13px;
    margin: 5px 0;
}

.basket_item_price_full > div {
	display: inline-block;
	vertical-align: middle;
}

.actionruleinfobutton-body {
	right: 0;
}

.actionruleinfobutton-body:before {
	left: auto;
	left: initial;
	right: 6px;
}

.basket_summa_audioinorder,
.basket_summa_ebookinorder,
.basket_summa_ebookandnotebbok,
.basket_summa_audioandnotaudio {
    /*font-size: 14px;
    font-weight: 500;
    color: #FFF;
    text-align: center;	
	background: var(--primaryColor);
    padding: 10px;
    border-radius: 10px;
    margin: 10px 0;*/
}

/* Offer */

.basket_offer img {
	
}

.basket_checkout_buttons {
    position: relative;
}

.basket_checkout_buttons-left {
	width: 100%;
}

.basket_checkout_buttons-right {
    position: absolute;
    top: -40px;
    right: 20px;
}

.basket_checkout_clear {
	background: none;
	background: var(--colorBlack);
	mask: url(/content/images/icon-trash-can.svg) no-repeat center;
	mask-size: 100%;
}

/* Checkout Styles
-----------------------------------------------------------*/

.webshopmain_checkout {
	width: 90%;
	/*max-width: var(--mainWidth);*/
	max-width: 100%;
	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;
}

.page_WebDataShopInfoGrid_CheckoutBasketPhaseUser .closebasket-phasebody-full {
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
}

.basket_summa_login,
.basket_summa_regis {
	width: 50%;
}

.basket_actionrules_slider .rb2-slider-pager-item-main {
	gap: 5%;
	padding: 0 10%;
}

.basket_actionrules_slider .rb2-slider-item {
	position: relative;
}

.webshopmain_checkout .basket_header .basket_title,
.webshopmain_checkout .basket_header .basket_summa_quantity,
.basket_actionrules_slider .rb2-slider-title,
.basket_actionrules-title {
	color: var(--primaryColor);
	letter-spacing: 0;
}

.basket_actionrules_slider .rb2-slider-title,
.basket_actionrules-title {
	font-size: 25px;
	font-weight: 700;
}

.webshopmain_checkout .basket_summa_title {
	color: var(--primaryColor);
	margin-top: 40px;
}

.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;
}

.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: 10px;
}

.webshopmain_checkout .cancelbutton {
    color: var(--primaryColor);
    border: 2px solid var(--primaryColor);
	background: none;
	border-radius: 10px;
}

.inputpage_field_InvoiceCountryId .popup_button_title {
    background: var(--primaryColor);
    color: var(--colorWhite);
    border: 0;
    border-radius: 10px;
}

.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 .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;
}

.basket_coupon {
	margin: 10px 0;
}

.basket_coupon > div {
	vertical-align: middle;
}

.basket_coupon_delete {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin-left: 10px;
	background: #FFF url(/content/images/icon-close-gray.png) no-repeat center;
    -webkit-box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 33%);
    		box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 33%);
}

.input-readonly {
	-webkit-text-fill-color: #676767 !important;
	color: #676767 !important;
}

.rb-listselect-item {
	-webkit-transition: all .2s ease-out;
			transition: all .2s ease-out;
}

.rb-listselect-item:hover {
    background: var(--primaryColor);
    color: #FFF;
}

.inputpage_field {
	min-height: auto;
}

.webshopmain_checkout .inputgroup-start > div.inputpage_field_DeliveryMode {
	margin-bottom: 0;
}

.closebasket-phase-over.closebasket-phase-start .closebasket-phase-image {
	background: url(/content/images/icon-shopping-cart-pink.png) no-repeat center;
	background-size: 33px;
}

.closebasket-phase-over.closebasket-phase-user .closebasket-phase-image {
	background: url(/content/images/icon-user-pink.png) no-repeat center;
	background-size: 33px;
}

.closebasket-phase-over.closebasket-phase-delivery .closebasket-phase-image {
	background: url(/content/images/icon-truck-pink.png) no-repeat center;
	background-size: 43px;
}

.closebasket-phase-over.closebasket-phase-payment .closebasket-phase-image {
	background: url(/content/images/icon-credit-card-pink.png) no-repeat center;
	background-size: 43px;
}

.basket_newcoupon .basket_input_input input {
	height: 43px;
}

.rb-listselect-item-selected {
	background: var(--primaryColor);
	color: #FFF;
}

.inputpage_checkboxbutton-button-ElectronicProductLostRightofWithDrawalConfirmOk {
	font-size: 13px;
}

.inputpage_field_CheckoutRule a {
    display: block;
	color: var(--secondaryColor);
    text-decoration: underline;
    margin-bottom: 5px;
}

.basket_main .basket_offer_img {
	display: none;
}

.basket_main .basket_offer_title {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 10px;
}

.basket_main .basket_offer_product .alexwebdatainfogrid_thumbnail_url_img {
	max-width: 90px;
}

.basket_main .basket_offer_product .alexwebdatainfogrid {
	display: flex;
}

.basket_main .basket_offer_product .alexwebdatainfogrid_info {
	width: calc(100% - 90px);
    padding: 0 0 0 10px;
}

.basket_main .actionpricefixedbylawinfobutton-full {
    margin: 0;
    padding: 0;
    border: 0;
}

.basket_main .actionruleinfobutton-button {
	margin-left: 10px;
}

.webshopmain_checkout .inputpage_field_PersonStyleId,
.webshopmain_checkout .inputpage_field_FavoriteSeriesId {
	margin-top: 20px;
}

.webshopmain_checkout .inputpage_field_FavoriteSeriesId .inputpage_radiobox_info {
    display: flex;
    align-items: center;
}

.webshopmain_checkout .inputpage_field_FavoriteSeriesId .input-fieldtype-RadioBox {
	margin-top: 10px;
}

.webshopmain_checkout .inputpage_radiobox_image {
	margin-left: 10px;
}

.basket_actionrules_slider .alexwebdatainfogrid_thumbnail_url_img,
.basket_actionrules_selected-productimage_img {
	height: 14.739583333333334vw;
	border-radius: 10px;
	margin-bottom: 10px;
}

.basket_actionrules_slider .alexwebdatainfogrid {
    text-align: center;
}

.alexwebdatainfogrid_fullimage {
	position: relative;
}

.basket_actionrules_slider .alexwebdatainfogrid_fullimage {
    display: inline-block;
}

.basket_actionrules_slider .alexwebdatainfogrid_thumbnail_url_img {
	margin: 0 auto 10px;
}

.basket_actionrules_slider .alexwebdatainfogrid_info {
	text-align: left;
}

/* 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;
	}	
}

/* Footer Styles
-----------------------------------------------------------*/

.rb-section-footer {
	margin: 0;
}

#footer,
#content-footer {
	background: var(--colorBlack);
}

#content-footer {
	border-top-right-radius: 30px;
	border-top-left-radius: 30px;
	margin-top: 80px;
}

#content-footer .rb-section-footer-line2 {
	text-align: center;
}

#content-footer .menu_divitem {
	display: inline-block;
	margin: 0 20px;
	float: none;
}

#footer,
#footer a,
#content-footer .rbmenuh2,
#content-footer a {
	color: var(--primaryColor);
}

#footer a:hover,
#content-footer .rbmenuh2:hover,
#content-footer a:hover {
	text-decoration: underline;
}

.footer_image {
	width: 242px;
	height: 123px;
	margin: 0 auto;
	background: url(/content/images/logo-sarkanyfooter.png) no-repeat center;
	background-size: 100%;
	-webkit-transform: translateY(-61.5px);
		-ms-transform: translateY(-61.5px);
			transform: translateY(-61.5px);
}

.rb-section-social-full {
	margin-top: 40px;
	text-align: center;
}

.rb-section-social-item {
	display: inline-block;
	margin: 0 20px;
	background: var(--primaryColor);
}

.rb-section-social-item-facebook {
	width: 13px;
	height: 24px;
	mask: url(/content/images/icon-social-facebook.svg);
}

.rb-section-social-item-instagram {
	width: 24px;
	height: 24px;
	mask: url(/content/images/icon-social-instagram.svg);
}

.rb-section-social-item-twitter {
	width: 13px;
	height: 24px;
	mask: url(/content/images/icon-social-x.svg);
}

.rb-section-social-item-tiktok {
	width: 20px;
	height: 23px;
	mask: url(/content/images/icon-social-tiktok.svg);
}

.rb-section-social-item-youtube {
	width: 24px;
	height: 17px;
	mask: url(/content/images/icon-social-youtube.svg);
}

.rb-section-social-item {
	mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
}

.footer_payimage {
	width: 375px;
	height: 27px;
	background: url(/content/images/barion-card-strip-intl.svg) no-repeat center;
	background-size: 100%;
	margin: 40px auto 0;
}

/* LandingPage Styles
-----------------------------------------------------------*/

.page_Home_Dragon .rb-section-normal-main,
.page_Home_ClubInfo .rb-section-normal-main {
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	align-items: center;
    column-gap: 7.81vw;
}

.rb-section-normal-left {
    width: calc(45% - 7.81vw / 2);
}

.rb-section-normal-right {
    width: calc(55% - 7.81vw / 2);
}

.rb2-slider-footerlinks {
	text-align: center;
}

.rb-section-normal-more,
.rb2-slider-footerlink,
.dragonlogin-needlogin {
	font-size: 15px;
	font-weight: 700;
	background: var(--primaryColor);
    color: var(--colorWhite);
    padding: 15px 27px;
    border-radius: 10px;
    cursor: pointer;
}

.rb-section-normal-more {
	display: inline-block;
}

.rb2-slider-footerlink {
	display: inline-block;
	margin-top: 50px;
}

.rb-section-normal-main .rbh3 {
	/*font-size: 20px;*/
	font-size: 1.0416666666666667vw;
	font-weight: 300;
	padding: 15px;
}

.rb-section-normal-title-main {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.rb-section-normal-main .rbh1 {
	/*font-size: 67px;*/
	font-size: 3.4595833333333335vw;
	font-weight: 700;
	background: var(--primaryColor);
	color: var(--colorWhite);
	padding: 0 15px;
}

.rb-section-normal-main .rbh2 {
	/*font-size: 25px;*/
	font-size: 1.3020833333333333vw;
	font-weight: 700;
	color: var(--colorWhite);
	background: var(--colorBlack);
	padding: 20px 15px;
}

.rb-section-style-imgleft .rb-section-normal-main .rbh2 {
	/*font-size: 67px;*/
	font-size: 3.4895833333333335vw;
	font-weight: 700;
	padding: 0 15px;
}

.rb-section-normal-main .rb-section-description {
	font-size: 18px;
}

.rb-section-normal-main .rb-section-description p {
	margin: 15px 0;
}

.rb-section-style-imgleft .rb-section-normal-left {
	order: 2;
}

.rb-section-style-imgleft .rb-section-normal-right {
	order: 1;
}

.rb-section-style-imgleft .rb-section-normal-main .rbh3,
.rb-section-style-imgleft .rb-section-normal-main .rbh2 {
	color: var(--colorWhite);
	background: var(--colorBlack);
}

/* News */

.page_Home_Dragon .rb-section-news .rb2-slider-header,
.rb-section-showsubscriptions .rb-section-showsubscriptions-info {
	text-align: center;
	margin-bottom: 80px;
}
/*
.page_Home_Dragon .rb-section-news .rb2-slider-pager-item-main {
	flex-wrap: wrap;
}

.page_Home_Dragon .rb-section-news .rb2-slider-item {
	-ms-flex: 0 1 50%;
		flex: 0 1 50%;
}
*/

.rb-section-becomedragon .rb2-slider-title,
.rb-section-conditions .rb2-slider-title,
.rb-section-opinions .rb2-slider-title,
.rb-section-tobedragon .rb2-slider-title,
.rb-section-dragonlogin .rb-section-title,
.rb-section-showsubscriptions .rb-section-title,
.rb-section-subscriptionchoice .rb-section-title {
	font-size: 25px;
}

.rb-section-becomedragon .rb2-slider-subtitle,
.rb-section-conditions .rb2-slider-subtitle,
.rb-section-opinions .rb2-slider-subtitle,
.rb-section-tobedragon .rb2-slider-subtitle,
.rb-section-dragonlogin .rb-section-subtitle {
	font-size: 22px;
}

.rb-section-becomedragon .rb2-slider-description,
.rb-section-conditions .rb2-slider-description,
.rb-section-opinions .rb2-slider-description,
.rb-section-tobedragon .rb2-slider-description {
	font-size: 18px;
	margin-top: 25px;
}

.pink {
	color: var(--primaryColor);
}

.rb-section-becomedragon .rb2-slider-pager-item-main {
	column-gap: 8.59375vw;
	max-width: 1250px;
	margin: 0 auto;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
}

.rb-section-becomedragon .rb2-slider-item {
	margin-bottom: 80px;
	-ms-flex: 0 1 calc(50% - 8.59375vw / 2);
		flex: 0 1 calc(50% - 8.59375vw / 2);
}

.rb-section-becomedragon .news_previewimage_img {
	width: auto;
	margin-bottom: 10px;
}

.rb-section-becomedragon .news_fullname .rbh1 {
	font-size: 25px;
	margin: 0 0 20px;
}

.rb-section-becomedragon .news_digest {
	font-size: 18px;
}

.rb-section-conditions .rb-section-slideritem {
    /*padding: 55px 0 120px;*/
	padding-bottom: calc(631 / 1641 * 100%);
    background-size: 100%;
    background-repeat: no-repeat;
}

.rb-section-conditions .rb2-slider-root {
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
}

.rb-section-conditions .rb2-slider-pager-item-main {
	gap: 30px;
	justify-content: center;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
}

.rb-section-conditions .rb2-slider-item {
	-ms-flex: 1 1 100%;
		flex: 1 1 100%;
}

.rb-section-conditions,
.rb-section-conditions a {
	color: var(--colorWhite);
}

.page_Home_Dragon .rb-section-conditions .rb2-slider-header {
	margin-bottom: 40px;
}

.rb-section-conditions .news_newsbanner-full {
	display: flex;
	align-items: center;
	gap: 40px;
	max-width: 860px;
    margin: auto;
}

.rb-section-conditions .news_previewimage_img {
	width: auto;
}

.rb-section-conditions .news_fullname .rbh1 {
	margin-bottom: 10px;
}

.news_previewimage_sufix {
	display: none;
}


.rb-section-opinions .rb2-slider-pager-item-main {
	max-width: 1280px;
	margin: 0 auto;
	padding: 20px 0;
}

.rb-section-opinions .news_previewimage_img {
	border-radius: 35px;
	-webkit-transition: all .2s ease-out;
			transition: all .2s ease-out;
}

.rb-section-opinions .news_previewimage_img:hover {
	transform: scale(1.1);
}


.rb-section-tobedragon .rb2-slider-pager-item-main {
	max-width: 1230px;
	margin: 0 auto;
}

.rb-section-tobedragon .news_previewimage_img {
	width: auto;
	margin-bottom: 30px;
}

.rb-section-tobedragon .news_fullname .rbh1 {
	font-size: 20px;
}

.rb-section-tobedragon .news_digest {
	font-size: 18px;
	margin-top: 20px;
}

/* Tablazat */


.rb-section-showsubscriptions-main {
	display: flex;
	flex-direction: column;
}

.rb-section-showsubscriptions-line-header {
    background: var(--colorBlack);
	color: var(--colorWhite);
	position: sticky;
    top: 0;
	margin-left: 1px;
}

.rb-section-showsubscriptions-line {
    display: flex;
	border-bottom: 1px solid #707070;
}

.rb-section-showsubscriptions-line > div {
	font-weight: 700;
	text-align: center;
	padding: 60px 20px;
    -ms-flex: 1 1 1%;
		flex: 1 1 1%;
	border-right: 1px solid #707070;
}

.rb-section-showsubscriptions-button {
    color: var(--colorWhite);
    background: var(--primaryColor);
    display: inline-block;
    padding: 8px 20px;
    border-radius: 5px;
}

.rb-section-showsubscriptions-coloumn .pink {
    display: block;
}

.line-through {
    font-weight: 300;
    text-decoration: line-through;
    margin-right: 5px;
}

.rb-section-showsubscriptions-line > div.rb-section-showsubscriptions-coloumn-header {
	text-align: left;
}

.rb-section-showsubscriptions-line:last-child,
.rb-section-showsubscriptions-line > div:last-child {
	border: 0;
}

.rb-section-showsubscriptions-coloumn-yes {
	height: 100%;
	background: url(/content/images/icon-check-pink.png) no-repeat center;
	background-size: 21px;
}

.rb-section-showsubscriptions-coloumn-no {
	height: 100%;
	background: url(/content/images/icon-line-gray.png) no-repeat center;
	background-size: 18px;
}

/* Dragon Login */

.rb-section-dragonlogin,
.rb-section-subscriptionchoice {
	text-align: center;
}

.rb-section-dragonlogin-info {
	margin-bottom: 20px;
}

.dragonlogin-needlogin {
	display: inline-block;
}

.rb-itemgroup-master-LandingGroup {
	display: flex;
	gap: 10vw;
}

.rb-itemgroup-master-LandingGroup > div {
	-ms-flex: 1 1 50%;
		flex: 1 1 50%;
}

.rb-itemgroup-master-LandingGroup .rb-section-normal-main .rbh3 {
	background: var(--colorBlack);
	color: var(--colorWhite);
}

.rb-itemgroup-master-LandingGroup .rb-section-normal-main .rbh2 {
	font-weight: 300;
}

.rb-itemgroup-master-LandingGroup > div:last-child .rb-section-normal-main .rbh1 {
	font-size: 22px;
	background: none;
	color: var(--colorBlack);
	padding: 0;
	margin-bottom: 20px;
}

.rb-section-description a {
	font-weight: 700;
	color: var(--primaryColor);
}

.rb-section-description a:hover {
	text-decoration: underline;
}

/* Subscription Styles
-----------------------------------------------------------*/

.rb-section-mysubscriptions-items-title {
	font-weight: 700;
}

div.rb-section-mysubscriptions-item-status {
	display: block;
}

.rb-section-mysubscriptions-item-button {
    font-size: .9rem;
    font-weight: 700;
    background: var(--primaryColor);
    color: var(--colorWhite);
    padding: 15.5px 20px 15.5px 20px;
    border-radius: 10px;
    border: 0;
    cursor: pointer;
}

.rb-section-mysubscriptions-nosubscriptions {
	text-align: left;
}

/* KlubInfo Styles
-----------------------------------------------------------*/

.rb-section-headerinfo .news_header-full {
	position: absolute;
	top: 50%;
	left: 10%;
	-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
			transform: translateY(-50%);
}

.rb-section-headerinfo .news_header-full .news_valueitem {
	display: inline-block;
	padding: 10px;
}

.rb-section-headerinfo .rb2-slider-item {
	cursor: auto;
}

.rb-section-headerinfo .news_header-full .news_subname2 {
	background: var(--colorWhite);
}

.rb-section-headerinfo .news_header-full .rbh3 {
	font-size: 1.0416666666666667vw;
	font-weight: 300;
}

.rb-section-headerinfo .news_header-full .rbh1 {
	font-size: 3.4895833333333335vw;
	font-weight: 700;
	color: var(--colorWhite);
}

.rb-section-headerinfo .news_header-full .rbh2 {
	font-size: 1.5625vw;
	font-weight: 700;
	color: var(--primaryColor);
}

.rb-section-headerinfo .news_header-full .rbh2 .news_valueitem {
	background: var(--colorBlack);
}

.page_Home_ClubInfo .rb-section-normal-image_img {
	border-radius: 30px;
}

.page_Home_ClubInfo .rb-section-style-imgleft .rb-section-normal-main .rbh2 {
	/*font-size: 42px;*/
	font-size: 2.1875vw;
}

.page_Home_ClubInfo .rb-section-normal-main .rb-section-description {
	font-size: 15px;
}

.rb-section-style-info {
	background: var(--colorBlack);
	text-align: center;
	padding: 30px 20% 50px;
}


.rb-section-style-info .rb-section-normal-main,
.rb-section-style-info .rb-section-normal-title-main {
	display: block;
}

.rb-section-style-info .rb-section-normal-main .rbh1 {
	font-size: 30px;
	background: transparent;
	padding: 0;
	text-align: center;
}

.rb-section-style-info .rb-section-normal-main .rb-section-description {
	font-size: 20px;
	font-weight: 700;
	color: var(--colorWhite);
}

.rb-section-style-conditions .rb-section-normal-main .rbh1 {
	font-size: 30px;
	color: var(--colorBlack);
	background: none;
	padding: 0;
}

.rb-section-clubinfo .rb2-slider-title {
	font-size: 30px;
	text-align: center;
	margin-bottom: 70px;
}

.rb-section-clubinfo .rb2-slider-title:after {
	content: "";
	display: block;
	width: 303px;
	height: 2px;
	background: var(--primaryColor);
	margin: 5px auto 0;
}

.rb-section-clubinfo .rb2-slider-pager-item-main {
	gap: 5%;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
}

.rb-section-clubinfo .rb2-slider-item {
	margin-bottom: 45px;
	-ms-flex: 0 1 47.5%;
		flex: 0 1 47.5%;
}

.rb-section-clubinfo .news_clubinfo-full {
	display: flex;
	gap: 20px;
}

.rb-section-clubinfo .news_clubinfo-full:before {
	content: "";
	display: inline-block;
	width: 100px;
	height: 100px;
	font-size: 22px;
	font-weight: 700;
	border-radius: 50%;
	background: var(--colorBlack);
	line-height: 100px;
	text-align: center;
	color: var(--colorWhite);
}

.rb-section-clubinfo.rb-section-style-pinkcircle .news_clubinfo-full:before {
	background: var(--primaryColor);
}

.rb-section-clubinfo .news_clubinfo-main {
	width: calc(100% - 120px);
	color: #707070;
    font-size: 15px;
}

.rb-section-clubinfo .news_fullname .rbh1 {
	margin-bottom: 25px;
}

.rb-section-clubinfo .news_digest a {
	font-weight: 700;
	color: var(--primaryColor);
}

.rb-section-clubinfo .news_digest a:hover {
	text-decoration: underline;
}

.rb-section-clubinfo .rb2-slider-item-1 .news_clubinfo-full:before {
	content: "1";
}

.rb-section-clubinfo .rb2-slider-item-2 .news_clubinfo-full:before {
	content: "2";
}

.rb-section-clubinfo .rb2-slider-item-3 .news_clubinfo-full:before {
	content: "3";
}

.rb-section-clubinfo .rb2-slider-item-4 .news_clubinfo-full:before {
	content: "4";
}

.rb-section-clubinfo .rb2-slider-item-5 .news_clubinfo-full:before {
	content: "5";
}

.rb-section-clubinfo .rb2-slider-item-6 .news_clubinfo-full:before {
	content: "6";
}

.rb-section-clubinfo .rb2-slider-item-7 .news_clubinfo-full:before {
	content: "7";
}

.rb-section-clubinfo .rb2-slider-item-8 .news_clubinfo-full:before {
	content: "8";
}

.rb-section-clubinfo .rb2-slider-item-9 .news_clubinfo-full:before {
	content: "9";
}

.rb-section-clubinfo .rb2-slider-item-10 .news_clubinfo-full:before {
	content: "10";
}

.rb-section-clubinfo .rb2-slider-item-11 .news_clubinfo-full:before {
	content: "11";
}

.rb-section-clubinfo .rb2-slider-item-12 .news_clubinfo-full:before {
	content: "12";
}

.rb-section-clubinfo .rb2-slider-item-13 .news_clubinfo-full:before {
	content: "13";
}

.rb-section-clubinfo .rb2-slider-item-14 .news_clubinfo-full:before {
	content: "14";
}

.rb-section-clubinfo .rb2-slider-item-15 .labelitem:before {
	content: "15";
}

.rb-section-clubinfo .rb2-slider-item-16 .labelitem:before {
	content: "16";
}

.rb-section-clubinfo .rb2-slider-item-17 .labelitem:before {
	content: "17";
}

.rb-section-clubinfo .rb2-slider-item-18 .labelitem:before {
	content: "18";
}

.rb-section-clubinfo .rb2-slider-item-19 .labelitem:before {
	content: "19";
}

.rb-section-clubinfo .rb2-slider-item-20 .labelitem:before {
	content: "20";
}

/* Dragon Styles
-----------------------------------------------------------*/

.rb-section-dragoninfo .rb-section-dragoninfo {
	border-radius: 50px;
	padding: 2.8645833333333335vw 0;
	background-size: cover;
	background-position: center;
}

.rb-section-dragoninfo-header,
.rb-section-dragoninfo-body {
	display: flex;
	padding: 0 5%;
}

.rb-section-dragoninfo-body {
	align-items: center;
}

.rb-section-dragoninfo-header {
	margin-bottom: 35px;
}

.rb-section-dragoninfo-header > div {
	-ms-flex: 0 1 calc(100% / 3);
		flex: 0 1 calc(100% / 3);
}

.rb-section-dragoninfo-body .rb-section-dragoninfo-personinfo,
.rb-section-dragoninfo-body .rb-section-dragoninfo-offerinfo {
	-ms-flex: 0 1 25%;
		flex: 0 1 25%;
}

.rb-section-dragoninfo-body .rb-section-dragoninfo-levelinfo {
	padding: 0 4%;
	-ms-flex: 0 1 50%;
		flex: 0 1 50%;
}

.rb-section-dragoninfo-right {
	color: var(--colorWhite);
}

.rb-section-dragoninfo-info {
	display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}

.rb-section-dragoninfo-info .rbh1 {
	font-size: 3.4895833333333335vw;
	font-weight: 700;
	color: var(--colorWhite);
	padding: 10px;
}

.rb-section-dragoninfo-info .rbh2 {
	font-size: 3.4895833333333335vw;
	font-weight: 700;
	background: var(--colorBlack);
	color: var(--primaryColor);
	padding: 10px;
}

.rb-section-dragoninfo-info .rbh3 {
	font-size: 1.0416666666666667vw;
	font-weight: 300;
	background: var(--colorWhite);
	padding: 10px;
}

.rb-section-dragoninfo-levelimage .dragoninfo-levelimage_img {
	width: auto;
	height: 15.052083333333334vw;
	height: 20vw;
	margin: auto;
}

img.dragoninfo-personinfo-image_img {
    width: 4.791666666666667vw;
    height: 4.791666666666667vw;
    object-fit: cover;
    border-radius: 50%;
}

.rb-section-dragoninfo-personinfo {
	display: flex;
	gap: 1.0416666666666667vw;
	color: var(--colorWhite);
}

.rb-section-dragoninfo-personinfo .dragoninfo-personinfo-name,
.rb-section-dragoninfo-personinfo .dragoninfo-personinfo-subscription-title {
	font-weight: 700;	
	margin-bottom: 15px;
}

.rb-section-dragoninfo-personinfo .dragoninfo-personinfo-profile-button {
	font-weight: 300;
	text-decoration: underline;
	margin-bottom: 10px;
}

.rb-section-dragoninfo-personinfo .dragoninfo-personinfo-subscription-title {

}

.rb-section-dragoninfo-personinfo .dragoninfo-personinfo-points-info {
	display: flex;
	margin-top: 10px;
}

.rb-section-dragoninfo-personinfo .dragoninfo-personinfo-points-value {
	margin-left: auto;
}

.rb-section-dragoninfo-levelinfo,
.rb-section-dragoninfo-offerinfo {
	color: var(--colorWhite);
}

.dragoninfo-levelinfo-line-1,
.dragoninfo-levelinfo-line-3,
.dragoninfo-levelinfo-line-rank {
	display: flex;
}

.dragoninfo-levelinfo-line-1,
.dragoninfo-levelinfo-line-3 {
	margin-bottom: 15px;
}

.dragoninfo-levelinfo-line-3 {
	margin-top: 45px;
}

.dragoninfo-levelinfo-line-rank {
	font-weight: 700;
	gap: 10px;
}

.dragoninfo-levelinfo-line-rank-need {
	margin-left: auto;
	text-align: right;
}

.dragoninfo-levelinfo-line-progressbar-main {
    height: 15px;
	background: var(--colorWhite);
	border-radius: 35px;
}

.dragoninfo-levelinfo-line-progressbar-progress {
    background: var(--primaryColor);
	height: 15px;
	border-radius: 35px;
	-webkit-box-shadow: 0px 0px 20px 0px var(--primaryColor);
			box-shadow: 0px 0px 20px 0px var(--primaryColor);
}

.rb-section-dragoninfo-offerinfo .basket_offer_img {
	display: none;
}

.rb-section-dragoninfo-offerinfo .basket_offer_title {
	display: block;
	font-weight: 700;
	margin-bottom: 15px;
}

.rb-section-dragoninfo-offerinfo .basket_offer_productimage_img {
	border-radius: 10px;
}

.rb-section-dragoninfo-offerinfo .alexwebdatainfogrid {
	display: flex;
}

.rb-section-dragoninfo-offerinfo .alexwebdatainfogrid_thumbnail_url_img {
	width: auto;
	height: 10vw;
}

.rb-section-dragoninfo-offerinfo .alexdata_header_shop .rbh1 {
	font-size: 16px;
	height: 44px;
}

.rb-section-dragoninfo-offerinfo .alexwebdatainfogrid_info {
    padding: 0 0 0 10px;
}

.rb-section-dragoninfo-offerinfo .alexdata_header_shop .rbh2,
.rb-section-dragoninfo-offerinfo .alexdata_header_shop .alexwebdatainfogrid_author,
.rb-section-dragoninfo-offerinfo .alexdata_footer_shop_prices .alexdata_footer_onlineprice-value {
	color: var(--colorWhite);
}

.rb-section-dragoninfo-offerinfo .rbvote-Like {
	border-color: var(--colorWhite);
}

/* Ebook Styles
-----------------------------------------------------------*/

.rb-section-allmyeproducts {
	margin-bottom: 0;
}

.rbsliderheader-ebookinfo {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 10px;
}

.product-ebookdownloads {
	padding: 20px 0;
	text-align: right;
}

.product-ebookdownload {
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 10px;
	transition: all .2s ease-out;
}

.product-ebookdownload:hover {
	color: var(--primaryColor);
	text-decoration: underline;
}

/* Egg Styles
-----------------------------------------------------------*/

.dragonegg_mainpage,
.dragonegg_mainpage .rb-section-normal-main .rbh1,
.dragonegg_mainpage .rb-section-normal-main .rbh2,
.dragonegg_mainpage .rb-section-normal-main .rbh3 {
	text-align: center;
}

.dragonegg_mainpage .rb-section-normal-title-main {
	align-items: center;
}

/* Other Styles
-----------------------------------------------------------*/

#jquery-msg-content {
	width: 90%;
	max-width: 500px;
	opacity: 1;
	padding: 30px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
	border-radius: 0;	
}

.field-validation-error {
	font-size: 12px;
	color: #f21717;
}

.rb-section-newsletter .field-validation-error {
	color: #f2ee17;
}

.actionruleinfobutton-body {
	text-align: left;
	z-index: 3;
	font-size: 12px;
}

.actionruleinfobutton-body b {
	color: var(--primaryColor);
}

.popup-extra_panel .treeview_items {
	position: static;
    width: 100%;
    height: auto;
    box-shadow: none;
    background: transparent;
    padding: 5px;
}

.rb-scrolltop {
	width: 40px;
    height: 40px;
    bottom: 10px;
    right: 10px
}

.rb-scrolltop:before {
	top: 17px;
}

input.addbasket-working {
	width: 26px;
    height: 26px;
    text-indent: -9999px;
	padding: 0;
	border: 0;
	border: 2px solid #d3d3d3;
	background: none !important;
	border-top: 2px solid red; /* TODO: Color */
	-webkit-animation: spin 1s infinite linear;
			animation: spin 1s infinite linear;
}

.page_Error #main {
	padding: 50px 0 150px;
}

.page_Error #main input {
	display: block;
    margin: 20px auto 0;
    background: var(--primaryColor);
    color: var(--colorWhite);
    font-size: 15px;
    border: 0;
    padding: 10px 30px;
    border-radius: 5px;
    cursor: pointer;
}

.webshop_Barionpay_error-link {
    background: var(--primaryColor);
    color: var(--colorWhite);
    border: none;
    font-size: 22px;
    border-radius: 10px;
}

.ajax-loading:before, .rb-redirect-title:after, .pay-result-check_message:after {
	border-top-color: var(--primaryColor);
}

/* AllProduct Styles
-----------------------------------------------------------*/

.rb-itemgroup-Products-Left .rb-section-title.rbh1,
.rb-itemgroup-EProducts-Left .rb-section-title.rbh1 {
	margin-bottom: 20px;
	color: var(--primaryColor);
	font-size: 20px;
	font-weight: 700;
}

.rb-section-productcategory .treeview_item,
.rb-section-serieslist-series,
.rb-section-productlistgroup-item {
	margin-bottom: 10px;
}

.rb-section-allproduct .rb2-slider-pager-item-main {
	column-gap: 2.96875vw;
	-webkit-box-pack: start;
       -ms-flex-pack: start;
	justify-content: flex-start;
}

.rb-section-allproduct .rb2-slider-item {
	min-width: 0;
	position: relative;
	margin-bottom: 80px;
	-ms-flex: 0 1 calc(100% / 5 - 2.96875vw * 4 / 5);
		flex: 0 1 calc(100% / 5 - 2.96875vw * 4 / 5);
}

.rb-section-allproduct .rb2-slider-footer .rb2-pager-bottom {
	display: flex;
	justify-content: center;
}

.rb-section-allproduct .rb2-slider-footer .rb2-pager-item {
    color: var(--colorBlack);
    border: 1px solid var(--colorBlack);
    padding: 13px 30px;
    border-radius: 10px;
    margin-top: 23px;
}

.rb-section-serieslist-series-selected a,
.rb-section-productlistgroup-item-selected {
	color: var(--primaryColor);
	font-weight: 700;
}

.rb-section-productlistgroup-item-title {
	display: inline-block;
}

.rb-section-serieslist-series a,
.treeview_item a,
.rb-section-productlistgroup-item-title {
	-webkit-transition: all .2s ease-out;
			transition: all .2s ease-out;
}

.rb-section-serieslist-series a:hover,
.treeview_item a:hover,
.rb-section-productlistgroup-item-title:hover {
	padding-left: 20px;
}

.rb-section-allproductheadernosearch {
	margin-bottom: 0;
}

.rbsliderheader-titleinfo > div {
	display: inline-block;
	vertical-align: middle;
}

.rbsliderheader-favoriteinfo {
	margin-bottom: 40px;
}

.rbsliderheader-delete {
	width: 30px;
	height: 30px;
	background: var(--colorBlack);
	mask: url(/content/images/icon-xmark.svg) no-repeat center;
	-webkit-transition: all .2s ease-out;
			transition: all .2s ease-out;
}

.rbsliderheader-delete:hover {
	background: var(--primaryColor);
}

.treeview_item_action,
.treeview_item_master {
	
}

div:not(.treeview_item_selected) > .treeview_item_master,
div:not(.treeview_item_selected) > .treeview_item_action {
	
}

.treeview_item a {
	display: block;
}

.treeview_item_selected > a {
	color: var(--primaryColor);
	margin-bottom: 10px;
}

/* AllNews Styles
-----------------------------------------------------------*/

.rb-section-nosubscription .news_header-full {
	position: absolute;
	top: 50%;
	left: 10%;
	-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
			transform: translateY(-50%);
}

.rb-section-nosubscription .news_fullname .news_valueitem {
	display: inline-block;
	background: var(--colorWhite);
	padding: 10px;
}

.rb-section-nosubscription .news_fullname .rbh3,
.rb-section-nosubscription .news_fullname .rbh1,
.rb-section-nosubscription .news_fullname .rbh2 {
	
}

.rb-section-nosubscription .news_fullname .rbh3 {
	font-size: 1.5625vw;
	font-weight: 300;
}

.rb-section-nosubscription .news_fullname .rbh1 {
	font-size: 5.520833333333333vw;
	font-weight: 700;
	color: var(--primaryColor);
	margin: -1px 0;
	line-height: 4.166666666666667vw;
}

.rb-section-nosubscription .news_fullname .rbh2 {
	font-size: 1.3541666666666667vw;
	font-weight: 700;
}

.rb-section-nosubscription .news_digest {
	font-size: 20px;
	color: var(--colorWhite);
	margin-top: 20px;
}

.rb-section-nosubscription .listmorespan {
	display: inline-block;
	font-size: 20px;
	color: var(--colorWhite);
	border: 1px solid var(--colorWhite);
	padding: 8px 20px;
	border-radius: 10px;
	margin-top: 20px;
}

.rb-section-allnews {
	margin-bottom: 140px;
}

.rb-section-allnews .rb2-slider-title {
	font-size: 30px;
	margin-bottom: 30px;
}

.rb-section-allnews .rb2-container-items {

}

.rb-section-allnews .rb2-slider-pager-item-main {
	column-gap: 1.5625vw;
	row-gap: 4.427083333333333vw;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
}

.rb-section-allnews .rb2-slider-item {
	-ms-flex: 0 1 calc(100% / 3 - 1.5625vw * 2 / 3);
		flex: 0 1 calc(100% / 3 - 1.5625vw * 2 / 3);
}

.rb-section-allnews .news_image_img {
	margin-bottom: 15px;
	border-radius: 30px;
}

.rb-section-allnews .news_info .rbh1 {
	font-size: 25px;
	margin-bottom: 15px;
}

.rb-section-allnews .news_info .rbh2 {
	margin-bottom: 15px;
}

.rb-section-allnews .news_digest {
	font-size: 18px;
}

.rb-section-priorblogs .news_digest,
.rb-section-allnews .news_digest {
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}


/* News Detail Styles
-----------------------------------------------------------*/

.news_detail .news_header-root {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}

.news_detail .newsitem-name {
	display: inline-block;
	font-size: 1.4583333333333333vw;
	font-weight: 300;
	background: var(--colorBlack);
	color: var(--colorWhite);
	padding: 10px;
}

.news_detail .newsitem-subname {
	display: inline-block;
	font-size: 3.3333333333333335vw;
	font-weight: 700;
	background: var(--primaryColor);
	color: var(--colorBlack);
	padding: 10px;
}

.news_detail .newsitem-layout-left .newsitem-name {
	background: var(--primaryColor);
}

.news_detail .newsitem-layout-left .newsitem-subname {
	color: var(--primaryColor);
	background: var(--colorBlack);
}

.news_newsitem_newsitem-headerdesc p {
	margin: 10px 0;
}

.rb-mediastate-Tablet .newsitem-layout-normal img,
.newsitem-layout-normal img {
	max-width: 100%;
	border-radius: 30px;
}

.newsitem-layout-image-left,
.newsitem-layout-image-right {
	width: 50%;
}

.newsitem-layout-productlistpager .rb2-slider-item {
	width: 25%;
}

.newsitem-layout-productlistpager .rb2-slider-pager-item-main {
	gap: 2vw
}

.newsitem-productlist .newsitem-productlist-item {
	margin-bottom: 40px;
}

.style-twocolumns .news_newsitem_newsitem-headerdesc {
	columns: 2;
}

.news_newsitem_newsitem-headerdesc li {
    list-style-image: url(/content/images/icon-list-image.svg);
	margin-bottom: 10px;
}

.news_newsitem .rb2-slider-title-full {
	display: flex;
	align-items: baseline;
	gap: 5px;
	margin-bottom: 50px;
}

.news_newsitem .rb2-slider-title {
	font-size: 25px;
	font-weight: 300;
}

.news_newsitem .rb2-slider-title {
	font-size: 25px;
	font-weight: 300;
}

.news_newsitem .rb2-slider-subtitle {
	font-size: 25px;
	font-weight: 700;
	color: var(--primaryColor);
}

.news_newsitem_newsitem-headerdesc a {
	color: var(--primaryColor);
	font-weight: 700;
}

.news_newsitem_newsitem-headerdesc a:hover {
	text-decoration: underline;
}

/* Animation Styles
-----------------------------------------------------------*/

.rb-section-priorauthorlist-author {
	-webkit-transition: all 0.2s ease-out;
			transition: all 0.2s ease-out;
}

/* No animation */

.rb-mediastate-Mobile.rb-parallax_direction-down.rb-scrolltop-show #header,
.rb-mediastate-Tablet.rb-parallax_direction-down.rb-scrolltop-show #header {
	margin-top: 0;	
}

.rb-mediastate-Mobile.rb-scrolltop-show #header,
.rb-mediastate-Tablet.rb-scrolltop-show #header {
	-webkit-animation: none !important;
	   -moz-animation: none !important;
		 -o-animation: none !important;
			animation: none !important;
}

/* Media Queries
-----------------------------------------------------------*/

/* Rb Desktop only */
@media screen and (min-width: 1156px)
{
	
}

@media screen and (max-width: 1500px)
{
	.rb-section-conditions .news_previewimage_img {
		width: 80px;
	}

	.rb-section-conditions .rb2-slider-root {
		width: 90%;
	}

	.rb-section-conditions .news_newsbanner-full {
		max-width: 90%;
	}

	.rb-section-conditions .news_fullname .rbh1 {
		font-size: 20px;
	}

}

/* Tablet only */
@media screen and (min-width: 585px) and (max-width: 1155px)
{

}

/* Rb Tablet */
@media screen and (max-width: 1156px)
{
	.baseheader_center {
		width: 50%;
	}

	.main_menu_dragon a {
		font-size: 16px;
		padding: 15px 25px;
	}

	.rb-section-priorblogs .rb2-slider-item {
		-ms-flex: 0 1 calc(50% - 1.5625vw / 2);
			flex: 0 1 calc(50% - 1.5625vw / 2);
	}

	.rb-section-productlist4 .rb2-slider-item-1 .alexwebdatainfogrid_thumbnail_url_img,
	.rb-section-productlist4 .rb2-slider-item-3 .alexwebdatainfogrid_thumbnail_url_img {
		height: 15vw;
	}

	.rb-section-productlist4 .rb2-slider-item-2 .alexwebdatainfogrid_thumbnail_url_img {
		height: 20vw;
	}

	.rb-section-productlist4 .rb2-slider-header {
		width: 35%;
	}

	.rb-section-productlist4 .rb2-slider-subtitle2,
	.rb-section-productlist4 .rb2-slider-subtitle,
	.rb-section-productlist4 .rb2-slider-description,
	.rb-section-productlist4 .rb2-slider-titlelink {
		font-size: 1.5vw;
	}

	.rb-section-seriesinfo .rbh1 {
		font-size: 15px;
	}

	.rb-section-productlist .alexwebdatainfogrid_thumbnail_url_img,
	.rb-section-detaillinkslider .alexwebdatainfogrid_thumbnail_url_img,
	.rb-section-allproduct .alexwebdatainfogrid_thumbnail_url_img,
	.news_newsitem .alexwebdatainfogrid_thumbnail_url_img,
	.rb-section-productlisttag .alexwebdatainfogrid_thumbnail_url_img,
	.basket_actionrules_slider .alexwebdatainfogrid_thumbnail_url_img,
	.basket_actionrules_selected-productimage_img {
		height: 25vw;
	}

	.rb-section-productlist3 .rb2-slider-item .alexwebdatainfogrid_thumbnail_url_img {
		height: 20vw;
	}

	.rb-section-productlist3 .alexwebdatainfogrid_productlistdik {
		font-size: 22px;
		width: 50px;
		height: 61px;
	}

	.rb-section-productlist2 .rb-section-slideritem {
		background-position: right;
	}

	.rb-section-productlist2 .rb2-slider-item-2 .alexwebdatainfogrid_thumbnail_url_img {
		height: 15vw;
	}

	.rb-section-productlist2 .rb2-pager-item-next {
		right: 20%;
	}

	.rb-section-productlist2 .rb2-pager-item-prev {
		left: 30%;
	}

	.rb-section-newsletter .rb-section-input {
		padding: 40px 20px;
		gap: 5vw;
	}

	.rb-section-newsletter .rb-section-input-header {
		padding-left: 5vw;
	}

	.rb-section-newsletter .rb-global-partialinput {
		width: 50%;
	}

	.rb-section-newsletter .input-fieldtype-Text,
	.rb-section-newsletter .rb-section-description,
	.rb-section-newsletter .submitbutton {
		font-size: 15px;
	}

	.rb-section-newsletter .input-fieldtype-Text {
		font-weight: 700;
	}

	.rb-section-newsletter .rb-section-input-header .rbh1 {
		font-size: 18px;
	}

	.rb-section-newsletter .rb-section-input-header .rbh2 {
		font-size: 17px;
	}

	.alexwebdatainfogrid_detail {
		padding: 0;
	}

	.alexdata_detail_center-infomenu {
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	}

	.alexdata_detail_center-infomenu .menu_image_jpg {
		max-height: 48px;
	}

	.alexdata_detail_center-infomenu a {
		font-size: 16px;
	}

	.alexdata_detail_center-infomenu .menu_divitem {
		-ms-flex: 1 1 calc(50% - 1.0416666666666667vw / 2);
			flex: 1 1 calc(50% - 1.0416666666666667vw / 2);
	}

	.alexwebdatainfogrid_alexdata_detail_top {
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	}

	.alexwebdatainfogrid_alexdata_detail_top_alexdata_detail_left,
	.alexwebdatainfogrid_alexdata_detail_top_alexdata_detail_center {
		-ms-flex: 0 1 50%;
			flex: 0 1 50%;
	}

	.alexwebdatainfogrid_alexdata_detail_top_alexdata_detail_right {
		margin-top: 20px;
		border-left: 0;
        padding-left: 0;
		-ms-flex: 1 1 100%;
			flex: 1 1 100%;
	}

	.alexwebdatainfogrid_alexdata_detail_footer,
	.rb-product-person-body {
		display: block;
	}

	.alexdata_detail_center-infomenu {
		gap: 10px;
	}

	.rb-product-person-body-left {
		width: 70%;
		margin-bottom: 10px;
	}

	.rb-product-person-body-right {
		width: 100%;
	}

	.otherproducts-item {
		font-size: 13px;
	}

	.actionpricefixedbylawinfobutton-full,
	.alexwebdatainfogrid_alexdata_detail_top_alexdata_detail_right .alexwebdatainfogrid_alexdata_prices,
	.alexwebdatainfogrid_alexdata_buttons {
		padding: 12px 0;
	}

	.basket_morebutton-number-full {
		padding-bottom: 12px;
	}

	.basket_morebutton-number-desc {
		margin-top: 12px;
	}

	.news_detail .news_header-root {
		width: 100%;
	}

	.news_detail .newsitem-name {
		font-size: 16px;
	}

	.news_detail .newsitem-subname {
		font-size: 22px;
	}

	.page_Home_ClubInfo .rb-section-normal-left,
	.page_Home_ClubInfo .rb-section-normal-right {
		flex: 1 1 100%;
	}

	.page_Home_ClubInfo .rb-section-normal-right {
		margin-bottom: 40px;
	}

	.page_Home_ClubInfo .rb-section-normal-title-main {
		align-items: center;
	}

	.rb-section-headerinfo .news_header-full .rbh3,
	.rb-section-headerinfo .news_header-full .rbh2,
	.rb-section-normal-main .rbh3 {
		font-size: 20px;
	}

	.rb-section-headerinfo .news_header-full .rbh1 {
		font-size: 35px;
	}

	.rb-section-normal-main .rbh1 {
		font-size: 40px;
	}

	.page_Home_ClubInfo .rb-section-style-imgleft .rb-section-normal-main .rbh2,
	.rb-section-normal-main .rbh2 {
		font-size: 25px;
	}

	.page_Home_ClubInfo .rb-section-normal-main .rb-section-description {
		text-align: center;
	}

	.rb-section-style-info {
		padding-left: 10%;
		padding-right: 10%;
	}

	.rb-section-style-info .rb-section-normal-main .rb-section-description {
		font-size: 17px;
	}

	.alexdata_footer_basket input,
	.basket_addmorebutton,
	.alexdata_footer_basket_actionrule {
        font-size: 15px;
        padding: 10px 40px 10px 10px;
		background-size: 16px;
		background-position: 90%;
    }

	.rbvote-Like .rbvote-name,
	.alexdata_footer_basket_productNotification .rbvote-Product,
	.alexdata_buttons-preparing .rbvote-Product .rbvote-name {
		width: 40px;
		height: 40px;
		mask-size: 17px;
	}

	.rb-section-allproduct .rb2-slider-item {
		margin-bottom: 40px;
		-ms-flex: 0 1 calc(100% / 3 - 2.96875vw * 2 / 3);
			flex: 0 1 calc(100% / 3 - 2.96875vw * 2 / 3);
	}

	.rb-section-mainbanner .news_fullname .news_subname2 {
		font-size: 18px;
	}

	.rb-section-mainbanner .news_fullname .news_name {
		font-size: 30px;
	}

	.rb-section-mainbanner .news_fullname .news_subname {
		font-size: 15px;
	}

	.rb-section-productlist .rb2-slider-title,
	.rb-section-productlisttag .rb2-slider-title,
	.rb-section-detaillinkslider .rb2-slider-title {
		font-size: 18px;
	}

	.rb-section-productlist .rb2-slider-subtitle,
	.rb-section-productlisttag .rb2-slider-subtitle,
	.rb-section-detaillinkslider .rb2-slider-subtitle {
		font-size: 20px;
	}

	.rb-section-productlist3 .rb2-slider-root {
		width: 95%;
	}

	.rb-section-productlist3 .rb2-slider-subtitle2 {
		font-size: 20px;
		padding: 10px;
	}

	.rb-section-productlist3 .rb2-slider-title {
		font-size: 25px;
		padding: 10px;
	}

	.rb-section-productlist .rb2-slider-subtitle {
		font-size: 18px;
	}

	.rb-section-productlist3 .rb2-slider-description {
		font-size: 16px;
		margin-top: 10px;
	}

	.rb-section-dragoninfo-header,
	.rb-section-dragoninfo-body {
		padding: 0 20px;
	}

	.rb-section-dragoninfo-body {
		align-items: flex-start;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	}

	.rb-section-dragoninfo-body .rb-section-dragoninfo-levelinfo {
		margin-top: 40px;
		order: 3;
		-ms-flex: 1 1 100%;
			flex: 1 1 100%;
	}

	.rb-section-dragoninfo-body .rb-section-dragoninfo-personinfo {
		order: 1;
		-ms-flex: 1 1 50%;
			flex: 1 1 50%;
	}
	
	.rb-section-dragoninfo-body .rb-section-dragoninfo-offerinfo {
		order: 2;
		-ms-flex: 1 1 50%;
			flex: 1 1 50%;
	}

	.rb-section-dragoninfo-header {
		display: block;
	}

	.rb-section-dragoninfo-info .rbh3 {
		font-size: 18px;
	}

	.rb-section-dragoninfo-info .rbh1 {
		font-size: 40px;
	}

	.rb-section-dragoninfo-info .rbh2 {
		font-size: 25px;
	}

	.rb-section-dragoninfo-info {
		align-items: center;
		margin-bottom: 40px;
	}

	.rb-section-dragoninfo-levelimage .dragoninfo-levelimage_img {
		height: 30vw;
	}

	.alexwebdatainfogrid_alexdata_detail_top_alexdata_detail_center_header .rbh1 {
		font-size: 20px;
	}

	.alexwebdatainfogrid_alexdata_detail_top_alexdata_detail_center_header .rbh2 {
		font-size: 18px;
	}

	.alexwebdatainfogrid_author_full .alexwebdatainfogrid_author_title,
	.alexwebdatainfogrid_author_full a {
		font-size: 16px;
	}

	.rb-section-allnews .rb2-slider-item {
		-ms-flex: 0 1 calc(50% - 1.5625vw / 2);
			flex: 0 1 calc(50% - 1.5625vw / 2);
	}

	.rb-section-allnews .news_info .rbh1 {
		font-size: 20px;
	}

	.rb-section-allnews .news_info .rbh2 {
		font-size: 17px;
	}

	.closebasket-phase-header .closebasket-phase-title {
		font-size: 25px;
	}

	.webshopmain_checkout-phase .inputpage_field_Total {
		top: -10px;
		right: 0;
	}

	.rb-section-seriesinfo .rb2-slider-pager-item-main {
		justify-content: center;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	}

	.rb-section-conditions .rb-section-slideritem {
		background-size: cover;
        background-position: center;
        padding: 20px;
        border-radius: 30px;
	}

	.rb-section-conditions .rb2-slider-root {
		width: 100%;
		position: static;
		-webkit-transform: none;
			-ms-transform: none;
				transform: none;
    }

	@media screen and (orientation: Portrait)
	{
		.rb-section-newsletter .rb-section-input {
			display: block;
			padding: 35px 15px 65vw;
			background-position: bottom;
			border-radius: 45px;
		}
	
		.rb-section-newsletter .rb-section-input > div {
			width: 100%;
			padding: 0;
		}
	
		.rb-section-newsletter .rb-section-input-header .rbh2 {
			background: var(--colorBlack);
		}
	
		.rb-section-newsletter .inputpage_fields {
			margin-top: 20px;
		}
	
		.rb-section-newsletter .rb-section-input-header .rbh1 {
			font-size: 20px;
		}
		
		.rb-section-newsletter .rb-section-input-header .rbh2 {
			font-size: 25px;
		}
	
		.rb-section-newsletter .inputpage_field_SurName,
		.rb-section-newsletter .inputpage_field_ForeName,
		.rb-section-newsletter .inputpage_field_EMail {
			display: block;
			width: 100%;
			margin-top: 10px;
		}	
	
		.rb-section-newsletter .input-fieldtype-Text {
			padding: 15px;
		}
	
		.rb-section-newsletter .inputpage_buttons_after {
			text-align: center;
			margin-top: 20px;
		}
	
		.rb-section-newsletter .submitbutton {
			background: var(--colorBlack);
			padding: 15px 35px;
		}
	
		.rb-section-newsletter .inputpage_fieldtype_CheckBox .inputpage_label {
			margin-top: 20px;
		}	
	}
}

@media screen and (orientation: Portrait)
{
	.rb-section-newsslider .news {
		padding-bottom: calc(1024 / 640 * 100%);
	}
}


/* iPad Landscape */
@media screen and (max-width: 1024px)
{
	.closebasket-phase-over.closebasket-phase-delivery .closebasket-phase-image,
	.closebasket-phase-over.closebasket-phase-payment .closebasket-phase-image {
		background-size: 35px;
	}
	
	.page_Home_Dragon .rb-section-normal-main, .page_Home_ClubInfo .rb-section-normal-main {
		gap: 20px;
	}
	
	.rb-section-normal-left,
	.rb-section-normal-right {
		width: 100%;
	} 

	.rb-section-showsubscriptions-line > div {
		padding: 15px 25px;
	}

	.rb-section-showsubscriptions-line-header > div {
		padding: 20px 10px;
	}

	.rb-section-showsubscriptions-body {
		overflow: auto;
	}

	.rb-section-showsubscriptions-main {
		width: 1024px;
	}

	.rb-section-showsubscriptions-line {
		font-size: 14px;
	}

	.basket_actionrules_slider .rb2-slider-pager-item-main {
		padding: 0;
		gap: 2.5%;
	}

}

@media screen and (max-width: 900px)
{
	.allproduct_mainpage .rb-home_mainpage-left {
		height: 100%;
		padding: 10px;
		position: fixed;
		top: 0;
		left: -300px;
		z-index: 1;
		overflow-y: auto;
		background: var(--colorWhite);
		-webkit-transition: all .2s ease-out;
				transition: all .2s ease-out;
	}

	.allproduct_mainpage .rb-home_mainpage-right {
		-ms-flex: 1 1 100%;
			flex: 1 1 100%;
	}
	
	.allproduct_mainpage .rb-home_mainpage-left.showtreeview {
		left: 0;
	}

	.treeview_items-showbutton {
		border-radius: 50%;
		background: var(--primaryColor);
	}
	
	.treeview_items-showbutton:before {
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		mask: url(/content/images/icon-filter.svg) no-repeat center;
		mask-size: 20px;
		background-color: var(--colorWhite);	
	}
}

/* iPad Portrait */
@media screen and (max-width: 768px)
{
	.baseheader_line1 {
		display: none;
	}

	.baseheader_line2 .baseheader_left .menu_items {
		display: none;
	}

	.baseheader_line2 {
		padding: 0 0 10px;
	}

	.baseheader_line2 .baseheader_right {
		margin-left: auto;
	}

	.baseheader_mini,
	.baseheader_line2 .baseheader {
		display: block;
	}

	.baseheader {
		width: 129px;
		height: 66px;
	}

	.rb-section-productlist4 .rb2-slider-subtitle2,
	.rb-section-productlist4 .rb2-slider-titlelink {
		font-size: 20px;
	}

	.rb-section-productlist4 .rb2-slider-subtitle,
	.rb-section-productlist4 .rb2-slider-description {
		font-size: 12px;
	}

	.rbvote-Like .rbvote-name {
		width: 40px;
		height: 40px;
		mask-size: 20px;
	}

	.alexdata_footer_basket input,
	.alexdata_footer_basket_actionrule {
		background-position: 90%;
		padding: 10.5px 40px 10.5px 10px;
	}

	.style-twocolumns .news_newsitem_newsitem-headerdesc {
		columns: unset;
	}

	.rb-section-headerinfo .news_header-full .rbh3,
	.rb-section-headerinfo .news_header-full .rbh2 {
		font-size: 17px;
	}

	.rb-section-headerinfo .news_header-full .rbh1 {
		font-size: 25px;
	}

	.rb-section-clubinfo .rb2-slider-item {
		-ms-flex: 1 1 100%;
			flex: 1 1 100%;
	}

	.rb-section-productlist2 .rb-section-slideritem {
		background: var(--colorBlack) !important;
	}

	.rb-section-productlist2 .rb2-slider-root {
		display: block;
	}

	.rb-section-productlist2 .rb2-slider-title-full {
		align-items: center;
	}

	.rb-section-productlist2 .rb2-slider-description,
	.rb-section-productlist2 .rb2-slider-titlelink {
        margin-top: 10px;
    } 

	.rb-section-productlist2 .rb2-slider-header,
	.rb-section-productlist2 .rb2-wrapper {
		width: 100%;
	}

	.rb-section-productlist2 .rb2-slider-title,
	.rb-section-productlist2 .rb2-slider-subtitle,
	.rb-section-productlist2 .rb2-slider-subtitle2 {
		padding: 5px;
	}

	.rb-section-productlist2 .rb2-slider-subtitle2,
	.rb-section-productlist2 .rb2-slider-description {
		font-size: 15px;
	}

	.rb-section-productlist .rb2-slider-subtitle {
		font-size: 16px;
	}

	.rb-section-productlist2 .rb2-slider-titlelink {
		font-size: 15px;
		padding: 8px 20px;
	}

	.register-full .inputgroup {
		margin-bottom: 10px;
	}

	.register-full .inputgroup-start, .register-full .inputgroup-nickname, .register-full .inputgroup-settlement, .register-full .inputgroup-phonenumber, .register-full .inputgroup-gender, .register-full .inputgroup-password, .register-full .inputgroup-bookcount {
		flex-direction: column;
		gap: 10px;
	}

	.inputgroup-password .inputpage_field_Password, .inputgroup-password .inputpage_field_ConfirmPassword {
		width: 100%;
	}
}

/* Rb Mobile */
@media screen and (max-width: 584px)
{
	.baseheader_right-line1 .main_menu_groups {
		gap: 5px;
	}

	.rb-section-priorblogs .rb2-slider-item {
		-ms-flex: 0 1 100%;
			flex: 0 1 100%;
	}

	.rb-section-productlist4 .rb2-slider-root {
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	}

	.rb-section-productlist4 .rb2-slider-header {
		width: 100%;
        order: 2;
    }

	.rb-section-productlist4 .rb2-wrapper {
		width: 100%;
		order: 1;
	}

	.rb-section-productlist4 .rb2-slider-title-full {
		text-align: center;
		align-items: center;
	}

	.rb-section-productlist4 .rb2-slider-item-1 .alexwebdatainfogrid_thumbnail_url_img,
	.rb-section-productlist4 .rb2-slider-item-3 .alexwebdatainfogrid_thumbnail_url_img {
		height: 30vw;
	}

	.rb-section-productlist4 .rb2-slider-item-2 .alexwebdatainfogrid_thumbnail_url_img {
		height: 40vw;
	}

	.rb-section-productlist4 .rb2-pager-item-prev {
		left: 10%;
	}

	.rb-section-productlist4 .rb2-pager-item-next {
		right: 10%;
	}

	.rb-section-productlist4 .rb2-slider-title {
		font-size: 40px;
	}

	.rb-section-productlist4 .rb2-slider-subtitle,
	.rb-section-productlist4 .rb2-slider-description {
		font-size: 15px;
	}

	.rb-section-productlist4 .rb2-slider-titlelink {
		font-size: 15px;
		padding: 8px 20px;
		margin-top: 10px;
	}

	.rb-section-productlist4 .rb2-slider-description {
		margin-top: 10px;
	}

	.rb-section-seriesinfo .news {
		flex-direction: column;
		padding: 10px;
		text-align: center;
	}

	.rb-section-seriesinfo .news_header-root {
		margin: 10px 0 0 0;
	}

	.rb-section-allproduct .rb2-slider-item {
		-ms-flex: 0 1 calc(50% - 2.96875vw / 2);
			flex: 0 1 calc(50% - 2.96875vw / 2);
	}

	.rb-section-productlist .rb2-slider-header,
	.rb-section-detaillinkslider .rb2-slider-header {
		display: block;
		text-align: center;
		margin-bottom: 25px;
	}

	.rb-section-productlist .rb2-slider-title-full,
	.rb-section-detaillinkslider .rb2-slider-title-full {
		justify-content: center;
		gap: 5px;
	}

	.rb-section-productlist .rb2-slider-title,
	.rb-section-detaillinkslider .rb2-slider-title,
	.rb-section-productlist .rb2-slider-subtitle,
	.rb-section-detaillinkslider .rb2-slider-subtitle {
		font-size: 1.25rem
	}

	.rb2-pager-item-alllink {
		margin-top: 10px;
	}

	.rb-section-productlist .alexwebdatainfogrid_thumbnail_url_img,
	.rb-section-productlist3 .rb2-slider-item .alexwebdatainfogrid_thumbnail_url_img,
	.rb-section-detaillinkslider .alexwebdatainfogrid_thumbnail_url_img,
	.rb-section-allproduct .alexwebdatainfogrid_thumbnail_url_img,
	.news_newsitem .alexwebdatainfogrid_thumbnail_url_img,
	.rb-section-productlisttag .alexwebdatainfogrid_thumbnail_url_img,
	.basket_actionrules_slider .alexwebdatainfogrid_thumbnail_url_img,
.basket_actionrules_selected-productimage_img {
		height: 50vw;
	}

	.news_newsitem.newsitem-layout-normal .alexwebdatainfogrid_thumbnail_url_img {
		width: auto;
	}

	.alexdata_header_shop .rbh1,
	.alexdata_header_shop_allproducts .rbh1 {
		height: 40px;
		font-size: 0.938rem;
	}

	.rb-section-mainbanner .news_fullname .news_subname2 {
		font-size: 18px;
	}

	.rb-section-mainbanner .news_fullname .news_name {
		font-size: 42px;
	}

	.rb-section-mainbanner .rb2-slider-pager-item-main {
		gap: 20px;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	}

	.rb-section-mainbanner .rb2-slider-item {
		-ms-flex: 1 1 100%;
			flex: 1 1 100%;
	}

	.rb-section-mainbanner .news_fullname .news_subname,
	.rb-section-mainbanner .listmorespan {
		font-size: 13px;
	}

	.rb-section-mainbanner .listmorespan {
		padding: 8px 20px;
	}

	.rb-section-priorblogs .news_fullname .rbh1 {
		font-size: 20px;
	}

	.rb-section-priorblogs .news_digest {
		font-size: 16px;
	}

	.rb-section-priorblogs .rb2-slider-header {
		margin-bottom: 20px;
	}

	.rb-section-priorblogs .rb2-slider-title-full {
		gap: 5px;
		justify-content: center;
	}

	.rb-section-priorblogs .rb2-slider-title,
	.rb-section-priorblogs .rb2-slider-subtitle {
		font-size: 20px;
	}

	.rb-section-newsletter .rb-section-input {
		display: block;
		padding: 35px 15px 65vw;
		background-position: bottom;
		border-radius: 45px;
		background: url(/content/2025/5/Section/bg_newsletter_mobile.jpg) no-repeat bottom;
		background-size: 100%;
	}

	.rb-section-newsletter .rb-section-input > div {
		width: 100%;
		padding: 0;
	}

	.rb-section-newsletter .rb-section-input-header .rbh2 {
		background: var(--colorBlack);
	}

	.rb-section-newsletter .inputpage_fields {
		margin-top: 20px;
	}

	.rb-section-newsletter .rb-section-input-header .rbh1 {
		font-size: 20px
	}

	.rb-section-newsletter .rb-section-input-header .rbh2 {
		font-size: 25px
	}

	.rb-section-newsletter .inputpage_field_SurName,
	.rb-section-newsletter .inputpage_field_ForeName,
	.rb-section-newsletter .inputpage_field_EMail {
		display: block;
		width: 100%;
		margin-top: 10px;
	}	

	.rb-section-newsletter .input-fieldtype-Text {
		padding: 15px;
	}

	.rb-section-newsletter .inputpage_buttons_after {
		text-align: center;
		margin-top: 20px;
	}

	.rb-section-newsletter .submitbutton {
		background: var(--colorBlack);
		padding: 15px 35px;
	}

	.rb-section-newsletter .inputpage_fieldtype_CheckBox .inputpage_label {
		margin-top: 20px;
	}

	.alexdata_detail_center-infomenu .menu_divitem {
		-ms-flex: 1 1 100%;
			flex: 1 1 100%;
	}

	.alexdata_detail_center-infomenu .menu_image_jpg {
		width: 40px;
        height: auto;
        max-height: none;
    }

	.alexdata_detail_center-infomenu .menu_image {
		gap: 10px;
	}

	.rb-section-allnews .rb2-slider-item {
		-ms-flex: 1 1 100%;
			flex: 1 1 100%;
	}

	.newsitem-layout-image-left,
	.newsitem-layout-image-right {
		width: 100%;
	}

	.rb-section-normal-main .rbh3 {
		font-size: 18px;
	}

	.rb-section-style-conditions .rb-section-normal-main .rbh1,
	.rb-section-normal-main .rbh1 {
		font-size: 25px;
	}

	.rb-section-style-conditions .rb-section-normal-main .rbh1 {
		text-align: center;
	}

	.page_Home_ClubInfo .rb-section-style-imgleft .rb-section-normal-main .rbh2 {
		font-size: 18px;
	}

	.rb-section-clubinfo .news_clubinfo-full {
		display: block;
		text-align: center;
	}

	.rb-section-clubinfo .news_clubinfo-main {
		width: 100%;
		margin-top: 20px;
	}

	.rb-section-style-info {
		padding-top: 25px;
		padding-bottom: 25px;
	}

	.rb-section-headerinfo .news_previewimage img {
		min-height: 180px;
        object-fit: cover;
        object-position: right;
	}

	.rb-section-headerinfo .news_header-full .news_valueitem {
		padding: 7px;
	}

	.rb-section-headerinfo .news_header-full .rbh3,
	.rb-section-headerinfo .news_header-full .rbh2 {
		font-size: 15px;
	}

	.rb-section-headerinfo .news_header-full .rbh1 {
        font-size: 20px;
    }

	.footer_payimage {
		width: 90%;
	}

	.rb-section-productlist .rb2-slider-title-full,
	.rb-section-productlisttag .rb2-slider-title-full,	
	.rb-section-detaillinkslider .rb2-slider-title-full,
	.rb-section-productlist .rb2-slider-header,
	.rb-section-productlisttag .rb2-slider-header,
	.rb-section-detaillinkslider .rb2-slider-header,
	.rb-section-priorblogs .rb2-slider-header {
		display: block;
		text-align: center;
	}

	.rb-section-productlist2 .rb2-slider-title-full {
		display: flex;
	}

	.rb-section-productlist2 .rb2-slider-item .alexwebdatainfogrid_thumbnail_url_img {
		height: 40vw;
	}

	.rb-section-productlist2 .rb2-pager-item-prev {
		left: 0;
	}

	.rb-section-productlist2 .rb2-pager-item-next {
		right: 0;
	}

	.rb-section-dragoninfo .rb-section-dragoninfo {
		border-radius: 20px;
	}

	.rb-section-dragoninfo-levelimage .dragoninfo-levelimage_img {
        height: 60vw;
    }

	.rb-section-dragoninfo-body .rb-section-dragoninfo-personinfo,
	.rb-section-dragoninfo-body .rb-section-dragoninfo-offerinfo {
		margin-bottom: 40px;
		-ms-flex: 1 1 100%;
			flex: 1 1 100%;
	}

	.rb-section-dragoninfo-body .rb-section-dragoninfo-personinfo {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}

	img.dragoninfo-personinfo-image_img {
		width: 70px;
		height: 70px;
	}

	.rb-section-dragoninfo-personinfo .dragoninfo-personinfo-name, .rb-section-dragoninfo-personinfo .dragoninfo-personinfo-subscription-title {
		margin-bottom: 5px;
	}

	.rb-section-dragoninfo-offerinfo .basket_offer_title {
		text-align: center;
	}

	.rb-section-dragoninfo-offerinfo .alexwebdatainfogrid {
		flex-direction: column;
		align-items: center;
	}

	.rb-section-dragoninfo-offerinfo .alexwebdatainfogrid_thumbnail_url_img {
		height: 50vw;
		border-radius: 10px;
		margin-bottom: 10px;
	}

	.rb-section-dragoninfo-offerinfo .alexwebdatainfogrid_info {
		width: 70%;
		padding: 0;
	}

	.rb-section-dragoninfo-body .rb-section-dragoninfo-levelinfo {
		margin-top: 0;
		padding: 0 0 30px;
	}

	.dragoninfo-levelinfo-line-1, .dragoninfo-levelinfo-line-3 {
		display: block;
	}

	.rb-section-dragoninfo-offerinfo .basket_offer_main_product {
		display: block;
	}

	.dragoninfo-levelinfo-line-rank-need {
		margin: 5px 0 0;
		text-align: center;
	}

	.dragoninfo-levelinfo-line-rank-value {
		margin-left: auto;
	}

	.alexwebdatainfogrid_alexdata_detail_top_alexdata_detail_left,
	.alexwebdatainfogrid_alexdata_detail_top_alexdata_detail_center {
		-ms-flex: 1 1 100%;
			flex: 1 1 100%;
	}

	.alexwebdatainfogrid_alexdata_detail_top_alexdata_detail_center {
		padding: 0;
		margin-top: 15px;
	}

	.productgroup-hierarchy {
		font-size: 13px;
	}

	.popup-popupbasket_full_panel {
		width: 100%;
	}

	.rb-section-productlist3 .rb2-slider-root {
		display: block;
	}

	.rb-section-productlist3 .rb2-slider-header,
	.rb-section-productlist3 .rb2-wrapper {
		width: 100%;
	}

	.rb-section-productlist3:before {
		width: 100%;
	}

	.rb-section-productlist3 .rb2-slider-title-full {
		gap: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
			-ms-flex-direction: column;
				flex-direction: column;
		-webkit-box-align: center;
			-ms-flex-align: center;
				align-items: center;	
	}

	.rb-section-productlist3 .rb2-pager-item-prev {
		left: 0;
	}

	.rb-section-productlist3 .rb2-pager-item-next {
		right: 0;
		background: var(--colorWhite);
	}

	.webshopmain_checkout {
		width: 100%;
	}

	.closebasket-phase-over.closebasket-phase-delivery .closebasket-phase-image,
	.closebasket-phase-over.closebasket-phase-payment .closebasket-phase-image {
		background-size: 25px;
	}

	.webshopmain_checkout .basket_item_left_info {
		max-width: 100%;
	}

	.rb-section-seriesinfo .rb2-slider-item {
		-ms-flex: 0 1 calc(50% - 1.6666666666666667vw / 2);
			flex: 0 1 calc(50% - 1.6666666666666667vw / 2);
	}

	#content-footer .menu_divitem {
		display: block;
		margin: 0 0 20px;
	}

	.rb-section-becomedragon .rb2-slider-item {
		-ms-flex: 1 1 100%;
			flex: 1 1 100%;
	}

	.rb-section-becomedragon .news_previewimage_img {
		margin: 0 auto 10px;
	}

	.rb-section-conditions .news_newsbanner-full {
		max-width: 100%;
		flex-direction: column;
		text-align: center;
	}

	.rb-section-tobedragon .rb2-slider-pager-item-main,
	.rb-section-opinions .rb2-slider-pager-item-main {
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	}

	.rb-section-tobedragon .rb2-slider-item,
	.rb-section-opinions .rb2-slider-item {
		width: 100%;
		margin-bottom: 20px;
		-ms-flex: 1 1 100%;
			flex: 1 1 100%;
	}

	.rb-section-tobedragon .rb2-slider-item {
		text-align: center;
	}

	.rb-section-tobedragon .news_previewimage_img {
		margin: 0 auto 10px;
	}

	.rb-itemgroup-master-LandingGroup {
		display: block;
	}

	.rb-section-becomedragon .news_fullname .rbh1 {
		font-size: 20px;
		text-align: center;
	}

	.rb-section-becomedragon .news_digest {
		text-align: center;
	}

	.personcode-image img {
		height: 300px;
		object-fit: cover;
	}
}

@media screen and (max-width: 420px)
{
	#header .baseheader_right-line1 .main_menu_favorites {
		display: none;
	}

	#container {
		width: calc(100% - 20px);
	}

	.alexdata_footer_basket input,
	.basket_addmorebutton,
	.alexdata_footer_basket_actionrule {
        font-size: 13px;
		padding: 8.5px 30px 8.5px 10px;
		background-size: 15px;
 	}

	 .basket-additem-onlysubscribed {
		font-size: 13px;
		margin-left: 5px;
	 }

	.rbvote-Like .rbvote-name,
	.alexdata_footer_basket_productNotification .rbvote-Product {
		width: 35px;
		height: 35px;
		mask-size: 15px;
	}	

	.register-full > p {
		font-size: 25px;
	}
}


@media screen and (max-width: 350px)
{
    .baseheader {
        width: 100px;
        height: 52px;
    }

	.rbsidebar_button {
		margin-left: 0;
	}
}



.rb-section-dragoninfo-levelinfo-data {
	display: none;
}
