@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

:root {
	--primaryColor: #102A51;
	--secondaryColor: #707070;
	
	--mainWidth: 1370px;
	
	--colorBlack: #000;
	--colorWhite: #FAFAFA;
	
	--primaryFont: 'Poppins', sans-serif;
	
	--borderRadius: 10px;
}

/* Site.master Styles
-----------------------------------------------------------*/

body {
	font-family: var(--primaryFont);
	margin: 0;
}

p {
	margin: .9em 0;
}
img {
	border: none;
	display: block;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #111;
}
h1 {
	color: black;
	font-size: 30px;
	text-decoration: none;
	text-align: center;
}

h2 {
}
h3 {
	font-size: 20px;
	font-weight: normal;
	margin: .5em 0;
}

input, button, textarea {
	font-family: var(--primaryFont);
}

fieldset {
	border: 0;
	padding: 0;
	margin: 0;
}

.commentitem_right_header:after {
	content: "";
	display: table;
	clear: both;
}

#container {
	margin: 0 auto;
	padding: 0;	
}

#content-section {
	margin: 0;
}

.baseheader_top {
}

#logon_info {
}

.baseheader {    
    cursor: pointer;
}


.inputbutton {
	height: auto;
	line-height: normal;
}

.basket_item_quantity_normalline {
	display: flex;
	justify-content: center;
}

/* Login Styles
-----------------------------------------------------------*/


/* Menu Styles
-----------------------------------------------------------*/

.baseheader_left {
	display: none;
}

.rbsidebar_button {
	background: url(/content/images/icon-hamburger.png) no-repeat center;
	position: absolute;
    top: 50%;
    left: 2.5%;
    -webkit-transform: translateY(-50%);
    	-ms-transform: translateY(-50%);
    		transform: translateY(-50%);
}

.baseheader_line1,
.baseheader_line2 {
	padding: 0 9.375%;
	display: flex;
	align-items: center;
}

.baseheader_main .menu_divitem {
	float: none;
	display: inline-block;
}

.baseheader_line1 {
	color: var(--colorBlack);
	background: #D4D4D4;
}

.baseheader_line1 a {
	display: block;
	font-size: 13px;
	font-weight: 400;
	color: var(--colorBlack);
}

.baseheader_line2 a {
	display: block;
	font-size: 20px;
    font-weight: 400;
    color: var(--colorWhite);
}

.baseheader_line2 .menu_selecteditem a {
    font-weight: 700;
}   

.baseheader_line2 .baseheader_lineleft .menu_divitem {
	margin-right: 40px;
}

.baseheader_line1 .baseheader_right,
.baseheader_line2 .baseheader_right {
	margin-left: auto;
}

.baseheader_line1 .rbmenuh2,
.baseheader_line2 .rbmenuh2 {
	margin: 0;
}

.main_menu_call .menu_divitem_image,
.main_menu_mail .menu_divitem_image,
.main_menu_call .menu_divitem_info,
.main_menu_mail .menu_divitem_info {
	display: inline-block;
	vertical-align: middle;
}

.main_menu_call {
	margin-right: 50px;
}

.main_menu_call .menu_divitem_image {
	width: 22px;
	height: 20px;
	margin-right: 10px;
	background: url(/content/images/icon-headphone.png) no-repeat center;
}

.main_menu_mail .menu_divitem_image {
	width: 24px;
	height: 19px;
	margin-right: 10px;
	background: url(/content/images/icon-mail.png) no-repeat center;
}

.socialinfo-item {
	display: inline-block;
    width: 44px;
    height: 44px;
}

.socialinfo-item-fb {
	background: url(/content/images/icon-social-fb-black-2.png) no-repeat center;
	background-size: 11px;	
}

.socialinfo-item-twitter {
	background: url(/content/images/icon-social-twitter-black-2.png) no-repeat center;
	background-size: 20px;
}

.socialinfo-item-instagram {
	background: url(/content/images/icon-social-insta-black-2.png) no-repeat center;
	background-size: 17px;
}

.socialinfo-item-youtube {
	background: url(/content/images/icon-youtube-black.png) no-repeat center;
}

/* Line 2 */

.baseheader_line2 {
	background: var(--primaryColor);
	padding-top: 35px;
	padding-bottom: 35px;
}

.baseheader_line2 .baseheader_right > div,
.baseheader_line2 .menu_other-items > div {
	display: inline-block;
	vertical-align: middle;
}

.baseheader {
	width: 353px;
	height: 35px;
	background: url(/content/images/logo.png) no-repeat center;
	background-size: 100%;
	margin: auto;
}

.baseheader_line2 .baseheader_right .menu_divitem {
	margin-right: 50px;
}

.baseheader_line2 .baseheader_right a {
	font-size: 20px;
	font-weight: 400;
	color: var(--colorBlack);
}

.baseheader_line2 .baseheader_right .menu_selecteditem a {
	font-weight: 700;
	color: var(--primaryColor);
}

#search {
    width: 100%;
    font-family: var(--primaryFont);
    font-weight: 400;
    font-size: 15px;
    border: none;
    padding: 10px 10px 10px 34px;
    border-radius: 5px;
	background: transparent;
    color: #FFF;
}

.main_menu_search-inpuut .search_button {
	width: 33px;
	height: 44px;
	/*background: url(/content/images/icon-search-black.png) no-repeat center;*/
	background: url(/content/images/icon-search.png) no-repeat center;
	background-size: 25px;
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	border: 0;
}

#header .main_menu_search {
	display: none;
	width: 44px;
	height: 44px;
	background: url(/content/images/icon-search.png) no-repeat center;
	background-size: 25px;
	cursor: pointer;
}

.baseheader_line2 .baseheader_right .menu_other-items .menu_divitem {
	margin-right: 0;
}

.menuitem_favorites .menu_image {
    width: 44px;
    height: 44px;
    background: url(/content/images/icon-fav-white.png) no-repeat center;
}

.main_menu_profile-full .menu_image,
#header .popup-login_full .popup_button_title {
	width: 44px;
    height: 44px;
    background: url(/content/images/icon-user.png) no-repeat center;
}

.basket_mini .basket_image {
	width: 44px;
	height: 44px;
	background: url(/content/images/icon-shopping-cart.png) no-repeat center;
}

.main_menu_profile-full .menu_haschildmenu {
	display: block;	
}

/* Childitems */

.menu_haschildmenu {
	position: relative;
}

.baseheader_left .menu_childitems .rbmenuh2 {
	margin: 0;
}

.baseheader_main .menu_childitems_active .menu_childitems {
	right: 0;
}

.baseheader_main .menu_items .menu_childitems {
	width: 300px;
	z-index: 5;
}

.baseheader_main .menu_childitems {
	z-index: 5;
	margin-top: 0;
	box-shadow: 1px 1px 10px 0px rgb(0 0 0 / 10%);
}

.baseheader_main .menu_childitems .menu_divitem {
	display: block;
	float: none;
	margin: 0;
}

.baseheader_main .menu_childitems .rbmenuh2 {
	font-size: 20px;
	font-weight: 400;
	color: #616161;
	padding: 10px 20px;
	-webkit-transition: all .2s ease-out;
			transition: all .2s ease-out;
}

.baseheader_main .menu_items .menu_childitems a {
	font-size: 17px;
}

.baseheader_main .menu_items .menu_childitems .menu_divitem:hover a {
	color: var(--colorWhite);
}

#header .baseheader_left .menu_childitems a:hover,
.baseheader_main .menu_childitems .rbmenuh2:hover {
	background: var(--primaryColor);
	color: var(--colorWhite);
}

/* Sidebar */

.menu_sidebar .popup_button_title,
.menu_sidebar .menu_divitem_title,
.menu_sidebar .main_menu_login, 
.menu_sidebar .menu_divitem a {
	font-size: 17px;
    font-weight: 500;
    color: var(--colorBlack);
}

@media screen and (max-width: 1500px)
{
	.baseheader_line1, .baseheader_line2 {
		padding-left: 5%;
		padding-right: 5%;
	}	
	
	.baseheader_line2 .baseheader_right .menu_divitem {
		margin-right: 25px;
	}
}

@media screen and (max-width: 1450px)
{
	.baseheader_line2 .baseheader_lineleft .menu_divitem {
		margin-right: 20px;
	}	
	
	.baseheader {
		width: 253px;
	}
}

@media screen and (max-width: 1300px)
{
	.baseheader_line1, .baseheader_line2 {
		padding-left: 2.5%;
		padding-right: 2.5%;
	}
	
	.baseheader_line2 .baseheader_lineleft .menu_divitem {
		margin-right: 20px;
	}
}

/* Popup Styles
-----------------------------------------------------------*/

.popup_panel {
	padding: 30px;
	border-radius: 0;
} 

/* Login Register Styles
-----------------------------------------------------------*/

.popup-input-popup_panel {
	padding: 20px;
}

.popup-login_panel,
.popup-register_panel,
.popup-profile_panel {
	width: 90%;
	max-width: 400px;
	padding: 20px;
}

.communallogin-item {
	max-width: 100%;
}

.communallogin-items-full {
    margin-bottom: 20px;
    padding: 0;
}

.popup-login_panel h3 {
	font-weight: 600;
}

.inputpage_field_LoginUserName input,
.inputpage_field_LoginPassword input {
	width: 100%;
	padding: 10px;
    margin-bottom: 10px;
    float: none;
}


.popup-login_panel .rbextbutton_items {
	float: right;
	margin-top: 3px;
}

.popup-login_panel .popup-register_full {
	margin-top: 20px;
}

.popup-login_panel .submitbutton,
.popup-register_panel .submitbutton,
.popup-login_panel .popup-register_full .popup_button_title,
.page_Account_ForgotPassword .submitbutton {
    display: inline-block;
    height: auto;
    font-size: 15px;
    font-weight: 600;
    padding: 5px 20px;
    background: var(--primaryColor);
    color: #FFF;
    border: 0;
    cursor: pointer;
    border-radius: var(--borderRadius);
}

.popup-register_panel .submitbutton:hover {
	background: var(--primaryColor);
}

.popup-register_panel select,
.popup-profile_panel select,
.popup-register_panel .input-fieldtype-Date,
.popup-profile_panel .input-fieldtype-Date {
	width: 100%;
}

.popup-register_panel .rb-datedit-popupbutton,
.popup-profile_panel .rb-datedit-popupbutton {
	position: absolute;
}

.datahandling-confirm,
.inputpage_field_NewsLetter label {
    font-size: 13px;
}

.rb-deleteuser-button {
	margin-top: 10px;
	box-shadow: none;
	border-radius: 0;
}

.inputpage_field_CheckoutRule a {
	font-weight: 600;
	color: var(--primaryColor);
}

.popupinput-ItemPreOrder .inputpage_fieldtype_CheckBox .inputpage_label {
	font-size: 14px;
	font-weight: 400;
}

.popupinput-ItemPreOrder .input-footer {
    font-weight: 600;
	margin-top: 20px;
    color: var(--primaryColor);
}

.popupinput-ItemPreOrder .basket_item_price {
	font-size: 15px;
}

.popupinput-ItemPreOrder .basket_item_price_full .basket_item_price_title {
	font-weight: 600;
}

.popupinput-ItemPreOrder .basket_item_price_full .basket_item_price_number {
    font-weight: 700;
    color: var(--primaryColor);
}

.popup_panel h3,
.rb-profileext-title {
	font-size: 17px;
	font-weight: 700;
	color: var(--colorBlack);
	margin: 0 0 10px;
}

.inputgroup-newsletter label.inputpage_label {
	font-size: 15px;
}

.rb-profileext-button {
	float: none;
    box-shadow: none;
    border-radius: 5px;
    padding: 5px 35px;
}

.inputpage_field_PersonTypeId .inputpage_radiobox_info {
	width: 100%;
}

.inputpage_field_PersonTypeId input,
.inputpage_field_PersonTypeId .inputpage_radiobox_info {
	display: inline-block;
	vertical-align: middle;	
	float: none;
}

.inputpage_field_PersonTypeId .inputpage_item {
	margin: 0 10px 0 0;
}

.inputpage_field_PersonTypeId .inputpage_radiobox_info {
	max-width: calc(100% - 25px);
}

.inputpage_field_PersonTypeId input,
.inputpage_field_PersonTypeId label {
	cursor: pointer;
}

/* Basket Styles
-----------------------------------------------------------*/

.popup-popupbasket_full_panel {
	padding: 0;
}

.popup-popupbasket_full_link .basketmini_summa {
    font-weight: 700;
	background: var(--colorWhite);
    color: var(--primaryColor);
}

.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;
}

.basket_header .basket_title,
.basket_header .basket_summa_quantity,
.basket_header .basket_emptytitle {
    font-size: 30px;
    font-weight: 600;
    color: #333;
	letter-spacing: 2px;
}

.basket_checkout input[type="button"] {
    color: #FFF;
    background: var(--primaryColor);
    padding: 8px;	
    border: 0;
    cursor: pointer;
}

.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(16 42 81 / 10%); 
}

.basket_item_name {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin-bottom: 0;
}

.basket_item_subname {
	font-size: 15px;
	font-weight: 300;
	color: var(--primaryColor); ;
}

.basket_item_price_full {
	margin-top: 10px;
}

.basket_summa {
	font-size: 25px;
}

.basket_item_quantity_line .inputbutton {
    border: 2px solid var(--primaryColor); ;
    background: none;
    font-size: 30px;
    color: #333;
    cursor: pointer;
    line-height: 30px;
}

.basket_item_quantity_inputline {
    border: 2px solid var(--primaryColor); ;
}

.popupinput-AddToBasketMore {
	padding: 30px;
}

.inputform-required-line {
    font-size: 13px;
    margin: 5px 0;
}

.basket_coupon {
    display: inline-block;
	background: rgb(55 139 222 / 20%);
    padding: 13px;
    margin-top: 10px;
}

.basket_coupon .basket_coupondiscount {
	display: block;
}

.basket_morebutton-number-full {
	display: inline-block;
	font-size: 20px;
	font-weight: 600;
	margin-right: 40px;
}

.basket_morebutton-number-full > div {
	display: inline-block;
	vertical-align: middle;
}

.basket_morebutton-number {
    width: 50px;
    text-align: center;
}

.basket_morebutton-number-adddel {
	width: 30px;
	height: 30px;
	margin: 5px 0;
}

.basket_morebutton-number-adddel:before {
	display: block;	
	text-align: center;
	border-radius: 50%;
    background: var(--primaryColor);
    color: #FFF;
}

.basket_morebutton-number-add:before {
	content: "+";
}

.basket_morebutton-number-del:before {
	content: "-";
}

/* My Orders Styles
-----------------------------------------------------------*/

.allwebshop_items_new .allwebshop_items_body {
	margin: 0 auto;
}

.allwebshop_child_item_data .allwebshop_child_item_quantity,
.allwebshop_child_item_data .allwebshop_child_item_summaprice {
	font-weight: 500;
}

/* Home Styles
-----------------------------------------------------------*/

#content-section {
	width: 90%;
	max-width: var(--mainWidth);
	margin: 0 auto;
}

.rb-section-body .rb2-slider-item {
	border: 0;
}

.rb2-slider-title-full {
	display: flex;
	align-items: center;
}

.rb2-slider-titlelink {
	margin-left: auto;
}

.rb-section-body .rb2-slider-title {
	font-size: 40px;
	font-weight: 900;
	color: var(--colorBlack);
	margin: 0 0 50px;
	float: none;
}

/* Top Slider Styles
-----------------------------------------------------------*/

.rb-section-newsslider {
	margin-bottom: 65px;	
}

.rb-section-newsslider .rb2-container {
	padding-bottom: calc(500 / 1370 * 100%);
}

.rb-section-newsslider .rb2-slider-pager-item {
	position: absolute;
	top: 0;
	left: 0 !important;
} 

.rb-section-newsslider .news {
	position: relative;
	padding-bottom: calc(500 / 1370 * 100%);	
}

.rb-section-newsslider .news_header-root {
	width: 33%;
	position: absolute;
	top: 50%;
	right: 10%;
	-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
			transform: translateY(-50%);
}

.rb-section-newsslider .news_fullname {
	margin-bottom: 15px;
}

.rb-section-newsslider .news_fullname .rbh1 {
	font-size: 28px;
	font-weight: 700;
	text-align: left;
	margin: 0;
}

.rb-section-newsslider .news_fullname .rbh2 {
	font-size: 17px;
	font-weight: 400;
	margin: 0;
}

.rb-section-newsslider .news_digest {
	font-size: 13px;
	font-weight: 300;
	margin-bottom: 25px;
}

@media screen and (min-width: 1156px)
{
	.rb-section-newsslider .news_fullname .rbh1 {
		/*font-size: 3.4375vw;*/
		font-size: 2vw;
	}
	
	.rb-section-newsslider .news_fullname .rbh2 {
		/*font-size: 1.5625vw;*/
		font-size: 1.2vw;
	}
	
	.rb-section-newsslider .news_digest {
		font-size: 1.0416666666666667vw;
	}		
} 

.rb-section-newsslider .news_buttons {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 5%;
}

.news_button {
	font-size: 17px;
	font-weight: 700;
	padding: 10px 50px 10px 10px;
	border-radius: var(--borderRadius);
}

.new_clickurl {
	background: var(--primaryColor) url(/content/images/icon-arrow-right-white.png) no-repeat 90%;
	color: var(--colorWhite);
}

.new_clickurl2 {
	background: var(--colorWhite) url(/content/images/icon-arrow-right-black.png) no-repeat 90%;
}

.rb2-autocontrols {
	position: absolute;
	bottom: 20px;
	left: 50%;
	-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
			transform: translateX(-50%);	
}

.rb2-autocontrols-startstop {
	display: none;
}

.rb2-autocontrols-item {
    width: 20px;
    height: 20px;
    font-size: 18px;
    text-align: center;
    line-height: 35px;
    background: #FFF;
	margin: 0 5px;
    border-radius: 50px;
    box-shadow: 0px 1px 7px 0px rgb(0 0 0 / 30%);
}

.rb2-autocontrols-active {
	background:#D4D4D4;
}

/* ProductList Styles
-----------------------------------------------------------*/

.rb-section-productlist {
	margin-bottom: 100px;
}

.rb2-slider-titlelink:after {
	content: "";
	display: inline-block;
	width: 21px;
	height: 14px;
	margin-left: 15px;
	background: url(/content/images/icon-arrow-right-black.png) no-repeat center;
}

.rb-section-productlist .rb2-slider-pager-item-main {
	gap: 40px;	
}

.rb-section-productlist .rb2-slider-item {
	padding-bottom: 6px;
	-ms-flex: 0 1 20%;
		flex: 0 1 20%;
}

.rb-section-style-highlighted .rb2-slider-pager-item-main {
	gap: 50px;
}

.rb-section-style-highlighted .rb2-slider-item {
	-ms-flex: 0 1 calc(100% / 3);
		flex: 0 1 calc(100% / 3);
}

.alexwebdatainfogrid_fullimage {
	margin-bottom: 15px;	
}

.rb-section-style-highlighted .alexwebdatainfogrid_fullimage {
	padding: 60px 0;
	background: #F5F5F5;	
}

img.alexwebdatainfogrid_thumbnail_url_img,
.newsitem-productlist .newsitem-productlist-item img {
	width: auto;
	height: 220px;
	margin: auto;
}

.rb-section-style-highlighted img.alexwebdatainfogrid_thumbnail_url_img {
	height: 290px;
}

.voteitems {
	font-size: 0;
	text-align: center;
}

.rb-section-style-highlighted .voteitems {
	text-align: left;
}

.voteitem {
	width: 23px;
    height: 17px;
    background: url(/content/images/icon-vote.png) no-repeat center;
	display: inline-block;
	float: none;
	-webkit-transition: background .2s ease-out;
			transition: background .2s ease-out;
}

.voteitem.vote-yes {
    background: url(/content/images/icon-voted.png) no-repeat center;
}

h1.alexdata_header_name,
.newsitem-productlist-item .alexwebdatainfogrid_name {
	font-size: 22px;
	font-weight: 600;
	text-align: center;
	color: var(--colorBlack);
}

h2.alexdata_header_subname,
.newsitem-productlist-item .alexwebdatainfogrid_subname {
    font-size: 13px;
    font-weight: 300;
	text-align: center;
    color: var(--secondaryColor);
}

.rb-section-style-highlighted .rbh1.alexdata_header_name {
	font-size: 25px;
}

.rb-section-style-highlighted .rbh2.alexdata_header_subname {
    font-size: 15px;
}

.alexdata_footer_shop_prices {
	text-align: center;	
}

.alexdata_footer_shop_prices > div {
	display: inline-block;
	margin: 0 20px;
}

.alexdata_footer_price {
	font-size: 20px;
	color: var(--secondaryColor);
	text-decoration: line-through;
}

.alexdata_footer_onlineprice,
.newsitem-productlist-item .alexwebdatainfogrid_onlineprice {
	font-size: 22px;
	font-weight: 600;
	color: #215CB5;	
}

.alexdata_footer_noprice {
	font-size: 18px;
}

.alexdata_footer_shop_buttons {
	display: flex;
	align-items: center;
	margin-top: 20px;
}

.alexdata_footer_basket {
	margin-left: auto;
}

.alexdata_footer_show,
.alexwebdatainfogrid_alexdata_detail_top_alexdata_detail_data_bookshoplink .inputbutton,
.alexwebdatainfogrid_alexdata_detail_top_alexdata_detail_data_bookshoplink .basket_addmorebutton {
    font-size: 12px;
    font-weight: 600;
    color: var(--colorWhite);
    background: var(--primaryColor) url(/content/images/icon-arrow-right-white.png) no-repeat 85%;
    background-size: 17px;
    padding: 10px 45px 10px 10px;
    border-radius: var(--borderRadius);
    -webkit-transition: background-position .2s ease-out;
    		transition: background-position .2s ease-out;
}

.alexwebdatainfogrid_alexdata_detail_top_alexdata_detail_data_bookshoplink .inputbutton .inputbutton-title {
	  font-size: 12px;
    font-weight: 600;
    color: var(--colorWhite);
}

.rb-section-style-highlighted .alexdata_footer_show {
	font-size: 16px;
    padding: 20px 70px 20px 20px;
}

.alexdata_footer_show:hover {
	background-position: 90%;
}

.alexdata_footer_basket .inputbutton {
    font-size: 15px;
    font-weight: 300;
    color: var(--secondaryColor);	
    background: none;
    border: 0;
    cursor: pointer;
}

.alexdata_footer_basket .inputbutton .inputbutton-title {
	   font-size: 15px;
    font-weight: 300;
    color: var(--secondaryColor);	
}


.alexdata_footer_basket .inputbutton {
	text-indent: -9999px;
}

.alexdata_footer_basket .inputbutton,
.basket_addmorebutton,
.rb-section-style-highlighted .alexdata_footer_basket:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 55px;
	height: 55px;
	box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
	border-radius: 50%;
	background: url(/content/images/icon-shopping-cart-black.png) no-repeat center;
}

.rb-section-style-highlighted .alexdata_footer_basket .inputbutton {
	text-indent: 0;
	width: auto;
	height: auto;
	box-shadow: none;
	background: none;
	border-radius: 0;
}

.alexwebdatainfogrid .alexwebdatainfogrid_author {
	display: block;
    font-size: 14px;
    color: var(--secondaryColor);
    text-align: center;
}

/* Blogs Styles
-----------------------------------------------------------*/

.rb-section-mainproduct {
	margin-bottom: 65px;
}

.rb-section-mainproduct .news {
	display: flex;
	align-items: center;
	background: #F5F5F5;
	padding: 30px 100px;
} 

.rb-section-mainproduct .news_previewimage,
.rb-section-mainproduct .news_news-product {
	-ms-flex: 1 1 50%;
		flex: 1 1 50%;
}

.rb-section-mainproduct .news_previewimage {
	order: 2;	
} 

.rb-section-mainproduct .news_news-product {
	order: 1;
	padding-right: 80px;
}

.rb-section-mainproduct .voteitems {
	text-align: left;
}

.rb-section-mainproduct .rbh1.alexdata_header_name {
	font-size: 40px;
	text-align: left;
	margin: 10px 0;
}

.rb-section-mainproduct .alexdata_footer_shop_prices {
	text-align: left;
	margin-top: 20px;
}

.rb-section-mainproduct .alexdata_footer_shop_prices > div {
	margin: 0 20px 0 0;
}

.rb-section-mainproduct .alexdata_footer_basket {
	margin-left: 40px;
}

/* Blogs Styles
-----------------------------------------------------------*/

.rb-section-mainblogs {
	margin-bottom: 100px;
}

.rb-section-mainblogs .news_previewimage_img {
	box-shadow: 0px 3px 15px 0px rgb(0 0 0 / 16%);
}

.rb-section-mainblogs .news_fullname .rbh1 {
	font-size: 25px;
	font-weight: 600;
}

.rb-section-mainblogs .news_fullname .rbh2 {
	font-size: 20px;
	font-weight: 300;
	color: var(--secondaryColor);
	text-align: center;
}

.rb-section-mainblogs .news_digest {
	font-size: 15px;
	font-weight: 300;
	color: var(--secondaryColor);
	text-align: center;
}

.rb-section-mainblogs .news_info_info-footer {
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
}

.rb-section-mainblogs .news_author,
.rb-section-mainblogs .news_issuedatetime {
	font-size: 15px;
	color: var(--secondaryColor);
}

.rb-section-mainblogs .news_author {
	font-weight: 600;
}

.rb-section-mainblogs .news_issuedatetime {
	font-weight: 300;
}

/* Detail Styles
-----------------------------------------------------------*/

.rb-section-detail {
	margin: 50px 0;
}

.productdetail_mainpage {
	margin-bottom: 50px;
}

.rb-section-detail .alexwebdatainfogrid_alexdata_detail_top {
	position: relative;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
}

.alexwebdatainfogrid_alexdata_detail_top_alexdata_detail_imagefull {
	flex: 1 1 40%;
	background: #F5F5F5;
	padding: 40px;
}

.alexwebdatainfogrid_alexdata_detail_top_alexdata_detail_data {
	flex: 1 1 60%;
	padding-left: 5%;
}

.articleitem_full .articleitem_footer {
	flex: 1 1 100%;
}

.detail-full .articlevote .voteitems {
	text-align: left;
}

.productgrouplink {
	display: inline-block;
}

.alexwebdatainfogrid_alexdata_detail_top_alexdata_detail_imagefull img.alexwebdatainfogrid_thumbnail_url_img {
	width: 100%;
	height: auto;
}

.alexwebdatainfogrid_alexdata_detail_top_alexdata_detail_data_header .rbh1 {
	/*font-size: 46px;*/
	font-size: 40px;	
	text-align: left;
	margin: 0;
}

.alexwebdatainfogrid_alexdata_detail_infos .labelitem > div {
    display: inline-block;
    margin-right: 10px;
}

.articlesubproductcategoryhierarchy-item {
    display: inline-block;
}

.articlesubproductcategoryhierarchy-item:hover {
    text-decoration: underline;
}

.articleitem_full .articleitem_listprice {
	
}

.articleitem_sellprice {
	font-size: 36px;
	font-weight: 600;
	color: var(--primaryColor);
}

.alexwebdatainfogrid_alexdata_detail_buttons > div {
	display: inline-block;
	margin-right: 10px;
}

.alexwebdatainfogrid_alexdata_detail_top_alexdata_detail_data_bookshoplink .inputbutton,
.alexwebdatainfogrid_alexdata_detail_buttons .rbvote-Like,
.alexwebdatainfogrid_alexdata_detail_top_alexdata_detail_data_bookshoplink .basket_addmorebutton {
	padding-right: 100px;
	margin-top: 20px;
	border: 0;
	cursor: pointer;
}

.alexwebdatainfogrid_alexdata_detail_top_alexdata_detail_data_bookshoplink .basket_addmorebutton {
	width: auto;
	height: auto;
	margin: 0;
}

.alexwebdatainfogrid_alexdata_detail_buttons .rbvote-Like {
	font-size: 12px;
	font-weight: 600;
	color: var(--primaryColor);
	border: 2px solid var(--primaryColor);
	border-radius: var(--borderRadius);
	padding: 8px 25px 8px 25px;
	
	-webkit-transition: all .2s ease-out;
			transition: all .2s ease-out;
}

.alexwebdatainfogrid_alexdata_detail_buttons .Like-result1 {
	color: #FFF;
	background: var(--primaryColor);
}

.alexwebdatainfogrid_manufacturer,
.alexwebdatainfogrid_categories {
	margin-bottom: 5px;
}

.alexwebdatainfogrid_alexdata_detail_top_alexdata_detail_data .alexwebdatainfogrid_onlineprice {
	font-size: 36px;
	font-weight: 600;
	color: #215CB5;
}

.alexwebdatainfogrid_alexdata_prices > div {
	display: inline-block;
	vertical-align: middle;
}

.actionruleinfobutton-bodymain b {
	color: #78caee;
}

.actionruleinfobutton-bodymain p {
	margin: 0;
}

.alexwebdatainfogrid_like {
	margin: 20px 0;
	float: none;
}

.articlesubproductcategoryhierarchy-items {
	margin-bottom: 10px;
}

.article-detail-full .article_description {
	text-align: left;
	color: var(--colorBlack);
	margin-bottom: 20px;
}

.article-detail-full .articleitem_buttons {
	display: block;
}

.article-detail-full .basket_morebutton-number-full {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}

.article-detail-full .basket_morebutton-number-adddel {
    width: 35px;
    height: 35px;
    text-align: center;
}

.article-detail-full .basket_morebutton-number-adddel:before {
    font-size: 25px;
}

.article-detail-full .basket_morebutton-number-add:before {
	display: block;
    content: "+";
    color: var(--primaryColor);
}

.article-detail-full .basket_morebutton-number-del:before {
	display: block;
    content: "-";
}

.article-detail-full .articleitem_buttons > div {
	display: inline-block;
	vertical-align: bottom;
	margin: 0 30px 0 0;	
}

.articleitem_discount {
	padding: 15px 10px;
	position: absolute;
	top: 0;
	left: 20px;
	background: var(--colorBlack);
	color: var(--colorWhite);
}

.rb-section-articlelist .rb2-slider-pager-item-main,
.rb-section-detaillinkslider .rb2-slider-pager-item-main {
	padding-top: 20px;	
}

/* Tab */

.rb-tabbed-page {
    margin-bottom: 50px;
    border-bottom: 1px solid #C6C6C6;
}

.rb-tabbed-master-item {
	display: inline-block;
	font-size: 20px;
	float: none;
	margin: 0 50px 0 0;
	padding: 20px 0;
}

.rb-tabbed-master-item-activ {
	font-weight: 800;
	color: var(--primaryColor);
	background: none;
}

.rb-tabbed-pageitem .article_description {
	text-align: left;
	color: var(--colorBlack);
}

.alexwebdatainfogrid_titleitem,
.alexwebdatainfogrid_valueitem {
	display: inline-block;
}

.alexwebdatainfogrid_titleitem {
	font-weight: 600;
	margin-right: 5px;
}

.rb2-slider-thumb-image img {
	height: auto;
}

.rb2-slider-thumb-item {
	opacity: .3;
}

.rb2-slider-thumb-selected {
	border: 0;
	opacity: 1;
}

.showimages_slider {
	position: relative;
}

.showimages_slider .rb2-pager-item-prev {
	left: 0;
}

.showimages_slider .rb2-pager-item-next {
	right: 0;
}


/* Comment */

.comments_full .rb2-slider-item {
	-ms-flex: 1 1 100%;
		flex: 1 1 100%;
} 

.commentitem {
	padding: 10px 0;
}

.commentitem_right,
.commentitem_left,
.comment_new .comment_inputpage_userimage,
.comment_new .inputpage_textarea {
	display: inline-block;
	vertical-align: top;
	float: none;
}

.commentitem_left,
.comment_new .comment_inputpage_userimage {
	width: 50px;
}

.commentitem_right {
	width: calc(100% - 56px);
	padding-left: 20px;
}

.comment_new .inputpage_textarea {
	width: 100%;
}

.comment_newlink_link {
	float: none;
	margin-left: 0;
}

.comment_newlinkbutton {
	display: block;
	font-size: 30px;
	font-weight: 700;
	color: var(--colorBlack);
	margin-bottom: 20px;
}

.comments_full img.userimage_img,
.comments_full img.commentitem_image_img {
	width: 50px;
	height: 50px;
	object-fit: cover;
	border-radius: 50%;	
}

.commentitem_right_header {
	margin-bottom: 10px;
}

.commentitem_username {
	margin-right: 20px;
}

.comment_new textarea {
	font-family: var(----primaryFont);
    font-size: 17px;
    font-weight: 300;
	padding: 15px;
	min-height: 60px;
}

.commentitem_description {
	font-weight: 300;
}

.inputpage_textarea .comment_newlinkbutton_image {
	top: 20px;
	right: 25px;
}

.comment_new #commentbutton {
    height: auto;
	font-family: var(--primaryFont);
    font-size: 20px;
    font-weight: 400;
    color: #FFF;
    background: var(--primaryColor);
    border: 0;
    padding: 8px 30px;
    cursor: pointer;
    float: right;
}

/* Rate */

.showrating_slider {
	margin-top: 40px;
}

.showrating_full .voteitems {
	margin-top: 0;
}

.showrating_full .inputpage_textarea textarea {
	min-height: 150px;
}

.showrating_newrating_input_div .submitbutton {
	background: var(--primaryColor);
	font-size: 18px;
    font-weight: 600;
	text-transform: none;
	color: var(--colorWhite);
	border: 0;
	cursor: pointer;
}

/* Author */

.rb-product-person-body {
	display: flex;
}

.rb-product-person-body-left {
	flex: 0 1 20%;	
}

.rb-product-person-body-right {
	flex: 0 1 80%;
	padding-left: 5%;
}

.rb-product-person-username {
	font-size: 30px;
	font-weight: 600;
	color: #000;
}

/* All Product Styles
-----------------------------------------------------------*/

.rb-section-allproductheader,
.rb-section-authorsearch {
	margin: 65px 0;
}

.rbsliderheader-titleinfo,
.rbsliderheader-titleinfo h1,
.rb-section-header-sort-title {
	font-size: 20px;
	color: var(--primaryColor);
	font-weight: 700;
	margin-bottom: 20px;
}

.rbsliderheader-titleinfo h1 {
	margin: 0;
	text-align: left;
}

.rb-section-allproductheader-search-title {
	font-size: 20px;
	margin-bottom: 5px;
}

.listbox_onchange_full,
.rb-section-filtersearch-body {
	position: relative;
	width: 50%;
}

.listbox_onchange_input #searchfield,
.rb-section-authorsearch #filter_input {
	width: 100%;
	padding: 10px;
	border-radius: 5px;
	border: 1px solid #AFAFAF;
}

.search_button,
.rb-section-authorsearch .filtersearch_button {
	position: absolute;
    top: 0;
    right: 0;
    width: 42px;
    height: 42px;
    background: url(/content/images/icon-search-black.png) no-repeat center;
    cursor: pointer;
    border: 0;
}

.rb-section-allproduct .rb-section-header-sort {
	position: absolute;
	top: -105px;
	right: 0;
}

.rb-section-header-sort-title {
	margin-bottom: 0;	
}

.rb-section-header-sort select {
	color: var(--primaryColor);
}

.rb-section-allproduct .rb2-slider-pager-item-main {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	gap: 50px;
}

.rb-section-allproduct .rb2-slider-item {
	margin-bottom: 60px;
	-ms-flex: 0 1 25%;
		flex: 0 1 25%;
}

.rb-section-allproduct .rb2-slider-item .rbh1 {
	height: 60px;
	font-size: 20px;
	text-align: center;
	overflow: hidden;
}

.rb-section-allproduct .rb2-slider-item .rbh2 {
	text-align: center;
}

.page_Home_MyEBooks .allproduct_mainpage {
	padding: 50px 0;
}

.page_Home_MyEBooks .news_previewimage_img {
	width: auto;
	height: 20vw;
	margin: auto;
}

.alexdata_header_name-after {
    color: #20d620;
    font-weight: 600;
    text-align: center;
}

/* All News Styles
-----------------------------------------------------------*/

.allnews_mainpage .rb-home_mainpage-work {
	display: flex;
	padding-top: 25px;
}

.allnews_mainpage .rb-home_mainpage-left {
	width: 22%;
}

.allnews_mainpage .rb-home_mainpage_main {
	width: 78%;
	padding-top: 110px;
	padding-left: 10%;
}

.allnews_mainpage .rb-home_mainpage-left .rb-section {
	margin-bottom: 60px;
}

.allnews_mainpage .rb-home_mainpage-left .rb-section-title,
.allnews_mainpage .rb-home_mainpage-left .rb2-slider-title {
	font-size: 20px;
	font-weight: 700;
	color: var(--primaryColor);
	text-align: left;
	margin: 0 0 30px;
}

.allnews_mainpage .rb-home_mainpage-left .rb-section-normal .rb-section-title {
	font-size: 30px;
	color: var(--colorBlack);
}

.newstagitem {
	float: none;
	display: inline-block;
	margin-right: 20px;
}

.rb-section-priorblog .rb2-slider-pager-item-main {
	display: block;
}

.rb-section-priorblog .rb2-slider-item {
	width: 100%;	
	margin-bottom: 45px;
}

.rb-section-priorblog .news_fullname .rbh1 {
	font-size: 20px;
	font-weight: 700;
	text-align: left;
	color: var(--colorBlack);
	margin: 0 0 20px;
	line-height: 25px;
}

.rb-section-priorblog .news_digest {
	font-size: 15px;
	color: var(--colorBlack);
}

.rb-section-priorblog .listmorespan {
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	color: var(--colorBlack);
	margin-top: 10px;
	padding-right: 60px; 
	background: url(/content/images/icon-arrow-right-black.png) no-repeat 90%;
}


.rb-section-allnews .rb2-slider-pager-item-main {
	display: block;
}

.rb-section-allnews .rb2-slider-item {
	width: 100%;
	margin-bottom: 70px;
}

.rb-section-allnews .news {
	display: flex;
}

.rb-section-allnews .imageitem_body,
.rb-section-allnews .news_info {
	flex: 1 1 50%;
}

.rb-section-allnews .news_info {
	padding-left: 25px;
}

.rb-section-allnews .news_fullname .rbh1 {
	font-size: 25px;
	font-weight: 600;
	color: var(--colorBlack);
	margin: 0 0 20px;
	text-align: left;
}

.rb-section-allnews .news_fullname .rbh2 {
	font-size: 18px;
	font-weight: 600;
	color: var(--secondaryColor);
	margin: 0 0 20px;
	text-align: left;
}

.rb-section-allnews .news_digest {
	font-size: 15px;
	font-weight: 300;
	color: var(--colorBlack);
} 

.rb-section-allnews .news_info_info-footer {
	font-size: 15px;
	color: var(--secondaryColor);
	margin: 20px 0;
	display: flex;
	justify-content: space-between;
}

.rb-section-allnews .news_author {
	font-weight: 700;
}

.rb-section-allnews .news_issuedatetime {
	font-weight: 300;
}

.rb-section-allnews .listmorespan,
.page_Home_MyEBooks .listmorespan {
	display: inline-block;
    font-size: 12px;
    font-weight: 700;
    background: var(--primaryColor) url(/content/images/icon-arrow-right-white.png) no-repeat 90%;;
    color: var(--colorWhite);
    padding: 15px 60px 15px 20px;
    border-radius: 5px;
}

.page_Home_MyEBooks .listmorespan {
	margin-top: 20px;
}

/* Selected */

.treeview_item_action,
.treeview_item_master {
	font-size: 17px;
	font-weight: 700;
	color: var(--primaryColor);
	margin-bottom: 10px;
}


div:not(.treeview_item_selected) > .treeview_item_master,
div:not(.treeview_item_selected) > .treeview_item_action{
	font-weight: 400;
}

/* Selected End */

/* NewsDetail Styles
-----------------------------------------------------------*/

.news_detail .news_info {
	margin-bottom: 40px;
}

.news_detail .news_info .rbh1,
.news_detail .news_info .rbh2 {
	text-align: center;
}

.news_header > div {
	display: inline-block;
	vertical-align: middle;
}

.news_header_header_author {
	margin-right: 10px;
}

.news_newsitem_newsitem-headerdesc {
	font-size: 17px;
}

.newsitem-name {
	font-size: 30px;
	font-weight: 600;
	color: var(--primaryColor);
}

.newsitem-subname {
	font-size: 25px;
}

.alexwebdatainfogrid_author_delim {
	margin-right: 5px;
}

/* One Product Newsitem */

.newsitem-product .alexwebdatainfogrid {
	display: flex;
	max-width: 768px;
	margin: 0 auto;
}

.newsitem-product .alexwebdatainfogrid_fullimage,
.newsitem-product .alexwebdatainfogrid_info {
	-ms-flex: 0 1 50%;
		flex: 0 1 50%;
}

.newsitem-product .voteitems,
.newsitem-product .rbh1.alexdata_header_name,
.newsitem-product .rbh2.alexdata_header_subname,
.newsitem-product .alexdata_footer_shop_prices {
	text-align: left;
}

.newsitem-product .alexdata_footer_basket {
	margin-left: 20px;
}

/* NewsLetter Styles
-----------------------------------------------------------*/

.rb-section-newsletter {
    background: #D4D4D4;
}

.rb-section-newsletter h3.inputtitle {
	font-size: 40px;
	font-weight: 700;
	margin: 0;
}

.rb-section-newsletter .input_NewsLetterSubscribe {
	width: 90%;
	max-width: var(--mainWidth);
	margin: 0 auto;
	padding: 50px 0;
}

.rb-section-newsletter .inputform {
	display: flex;
}

.rb-section-newsletter .inputtitle_div {
	-ms-flex: 0 1 calc(100% / 3);
		flex: 0 1 calc(100% / 3);
}

.rb-section-newsletter fieldset {
	display: flex;
	-ms-flex: 0 1 calc(100% / 3 * 2);
		flex: 0 1 calc(100% / 3 * 2);
}

.rb-section-newsletter fieldset > div {
	display: inline-block;
	vertical-align: top;
}

.rb-section-newsletter .inputpage_fields {
	width: 70%;
}

.rb-section-newsletter .inputpage_buttons {
	margin-left: auto;
	margin-top: 0;
	padding-top: 0;
}

.rb-section-newsletter .input-fieldtype-Text {
	width: 100%;
    padding: 10px;
    font-size: 15px;
    font-weight: 700;
    color: #191919;
    background: none;
    border: none;
    border-bottom: 1px solid #191919;
}

.rb-section-newsletter .inputpage_fieldtype_CheckBox .inputpage_label {
	font-size: 15px;
	font-weight: 400;
}

.rb-section-newsletter .inputgroup-datahandlingconfirmok-newslettersubscribe {
	margin-top: 20px;
}

.rb-section-newsletter input[type="checkbox"] + input[type="hidden"] + .inputpage_label:before {
	border: 1px solid var(--colorBlack);
	border-radius: 50%;
}

.rb-section-newsletter .submitbutton {
    font-size: 15px;
    padding: 12px 40px 12px 20px;
    height: auto;
    background: url(/content/images/icon-arrow-right-black.png) no-repeat 90%;
    background-size: 17px;
    border: 1px solid var(--secondaryColor);
    cursor: pointer;
    -webkit-transition: all .1s ease-out;
    		transition: all .1s ease-out;
}

.rb-section-newsletter .submitbutton:hover {
    background: var(--primaryColor) url(/content/images/icon-arrow-right-white.png) no-repeat 90%;
    background-size: 17px;
    color: var(--colorWhite);
    border: 1px solid var(--primaryColor);
}

/* Rolunk Styles
-----------------------------------------------------------*/

.home_mainpage_contact {
	margin-top: 70px;
}

.home_mainpage_contact .rb-section-normal-main {
	text-align: center;
}

.rb-section-style-rolunktext .rb-section-normal-main {
	font-size: 20px;
	font-weight: 300;	
	padding: 50px 50px 110px;
}

.home_mainpage_contact .rb-section-normal-main .rb-section-title {
	font-size: 40px;
	margin: 0 0 20px;
}

.rb-section-goncolkiadocontact {
	display: flex;	
	margin-bottom: 70px;
}

.rb-section-goncolkiadocontactitem-1 {
	border-right: 1px solid #C6C6C6;
	padding: 60px 80px 60px 0;
	-ms-flex: 0 1 calc(100% / 3);
		flex: 0 1 calc(100% / 3);
}

.rb-section-goncolkiadocontactitem-2 {
	padding: 60px 0 60px 80px;
	-ms-flex: 0 1 calc(100% / 3 * 2);
		flex: 0 1 calc(100% / 3 * 2);
}

.rb-section-goncolkiadocontactitem-maintitle,
.rb-section-goncolkiadocontactitem h3.inputtitle {
	font-size: 30px;
	font-weight: 700;
	color: var(--colorBlack);
	margin: 0 0 20px;
}

.rb-section-goncolkiadocontactitem-main {
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid #C6C6C6;
}

.rb-section-goncolkiadocontactitem-main:last-child {
	padding: 0;
	margin: 0;
	border: 0;
}

.rb-section-goncolkiadocontactitem-description {
	font-size: 20px;
	font-weight: 300;
}

.rb-section-goncolkiadocontactitem-lineitem {
	font-size: 15px;
	margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}

.rb-section-goncolkiadocontactitem-lineitem:last-child {
	margin: 0;
}

.rb-section-goncolkiadocontactitem-title {
	font-weight: 700;
}

.rb-section-goncolkiadocontactitem .input-fieldtype-Text,
.rb-section-goncolkiadocontactitem .input-fieldtype-Memo {
	width: 100%;
	font-size: 15px;
	font-weight: 600;
	color: #6E6E6E;
	padding: 10px 5px;
	border: 0;
	border-bottom: 1px solid #D3D3D3;
}

.rb-section-goncolkiadocontactitem .inputpage_buttons {
	border: 0;
} 

.rb-section-goncolkiadocontactitem .inputpage_buttons .submitbutton {
    height: auto;
	font-size: 12px;
    background: var(--primaryColor) url(/content/images/icon-arrow-right-white.png) no-repeat 90%;
    color: #FFF;
    border: 0;
    border-radius: 5px;
    padding: 13px 90px 13px 20px;
    cursor: pointer;
}

/* Checkout Styles
-----------------------------------------------------------*/

.webshopmain_checkout {
	width: 100%;
	padding: 40px 0;
	position: relative;
}

.closebasket-phase-header .closebasket-phase-title {
	font-family: var(--primaryFont);
	font-size: 30px;
	font-weight: 600;
	color: var(--primaryColor);	
}

.closebasket-phase-act .closebasket-phase-image,
.closebasket-phase-progress-state,
.closebasket-phase-progress-state:after,
.closebasket-phase-over .closebasket-phase-image:before,
.basket_input_button{
	background-color: var(--primaryColor);
}

.basket_summa_login_buttons .popup_button_title, 
.basket_summa_regis_buttons .popup_button_title {
	background: var(--primaryColor);
	color: var(--colorWhite);
	border: none;
	line-height: normal;
	padding: 10px 20px;
	height: auto;		
}

.closebasket-phase-image {
	border-color: var(--primaryColor);
}

.webshopmain_checkout .basket_header {
	padding: 0;
}

.webshopmain_checkout .basket_header .basket_title,
.webshopmain_checkout .basket_header .basket_summa_quantity {
	color: var(--primaryColor);
	letter-spacing: 0;
}

.webshopmain_checkout .basket_summa_title {
	color: var(--primaryColor);
	margin-top: 40px;
}

.webshopmain_checkout .submitbutton {
    height: auto;
    font-size: 20px;
    font-weight: 400;
    font-family: var(--primaryFont);
    color: #FFF;
    background: var(--primaryColor);
    border: 0;
    padding: 10px 20px;
}

.webshopmain_checkout .cancelbutton {
    color: var(--primaryColor);
    border: 2px solid var(--primaryColor);
	background: none;
}

.webshopmain_checkout .input-fieldtype-Text,
.webshopmain_checkout .input-fieldtype-PopUpInput {
	font-size: 17px;
	width: 100%;
	padding: 10px;
}

.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: 40px;
	right: 0;
}

.webshopmain_checkout .basket_item_quantity_line {
	padding: 20px 0;
}


.closebasket-phase-over.closebasket-phase-start .closebasket-phase-image {
	background: url(/content/images/icon-shopping-cart-darkblue.png) no-repeat center;
	background-size: 33px;
}

.closebasket-phase-over.closebasket-phase-user .closebasket-phase-image {
	background: url(/content/images/icon-man-user-darkblue.png) no-repeat center;
	background-size: 33px;
}

.closebasket-phase-over.closebasket-phase-delivery .closebasket-phase-image {
	background: url(/content/images/icon-delivery-truck-darkblue.png) no-repeat center;
}

.closebasket-phase-over.closebasket-phase-payment .closebasket-phase-image {
	background: url(/content/images/icon-credit-card-darkblue.png) no-repeat center;
}

/* My Orders Styles
-----------------------------------------------------------*/

.allwebshop_items_body {
	width: 100%;
	padding-top: 40px;
}

.allwebshop_main .allwebshop_items_header {
	font-family: var(--primaryFont);
    font-weight: 500;
    color: var(--primaryColor);
}

.allwebshop_child_main .allwebshop_child_item_header {
	background-color: var(--primaryColor);
	color: #FFF;
}

.inputpage_field_DeliveryMode .inputpage_radiobox_desc p {
	margin: 0;
}

/* Footer Styles
-----------------------------------------------------------*/

#footer,
.rb-section-footer,
.main-footer {
	background: var(--primaryColor);
}

.rb-section-footer {
	padding: 100px 0;
}

.main-footer {
	text-align: center;
}

#footer,
#footer a {
	color: var(--colorWhite);
}

#footer a,
#footer .copyright_designed_title {
	display: block !important;
}

#footer a:hover {
	text-decoration: underline;
}

.rb-section-goncolkiadofooteritem-1 a:hover {
	text-decoration: none;
}

.rb-section-goncolkiadofooter {
    display: flex;
    width: 90%;
    max-width: var(--mainWidth);
    margin: 0 auto;
}

.rb-section-goncolkiadofooter > div {
    flex: 0 1 25%;
}

.rb-section-goncolkiadofooter .menu_divitem {
	float: none;
	margin-bottom: 20px;
}

.rb-section-goncolkiadofooteritem-image {
	width: 274px;
	height: 27px;
	margin-bottom: 30px;
	background: url(/content/images/logo.png) no-repeat center;
	background-size: 100%;
}

.rb-section-goncolkiadofooteritem:not(.rb-section-goncolkiadofooteritem-1) {
    padding-top: 70px;
}

.rb-section-goncolkiadofooter .rb-section-goncolkiadofooteritem-title,
.rb-section-goncolkiadofooter .rb-section-goncolkiadofooteritem h3 {
	font-size: 20px;
	font-weight: 600;
	color: var(--colorWhite);
	margin: 0 0 20px;
}

.rb-section-goncolkiadofooteritem-descripton {
	margin-bottom: 20px;
}

.rb-section-goncolkiadofooteritem-descripton,
.rb-section-goncolkiadofooteritem a,
.rb-section-goncolkiadofooteritem .rbmenuh2 {
	color: var(--colorWhite);
}

.rb-section-goncolkiadofooteritem a:hover,
.rb-section-goncolkiadofooteritem .rbmenuh2:hover {
	text-decoration: underline;
}

.rb-section-goncolkiadofooteritem-descripton {
	font-size: 20px;
	font-weight: 600;	
}

.rb-section-goncolkiadofooteritem .rbmenuh2 {
	margin: 0;
}

.rb-section-goncolkiadofooteritem-main {
	font-size: 0;
}

.rb-section-goncolkiadofooteritem a,
.rb-section-goncolkiadofooteritem .rbmenuh2 {
	display: inline-block;
	font-size: 15px;
	font-weight: 600;
}

.rb-section-goncolkiadofooteritem-line .menu_divitem_image,
.rb-section-goncolkiadofooteritem-line .menu_divitem_info {
	display: inline-block;
	vertical-align: middle;
}

.rb-section-goncolkiadofooteritem-line .menu_divitem_image {
	margin-right: 5px;
}

.rb-section-goncolkiadofooteritem-phone .menu_divitem_image {
	width: 22px;
	height: 20px;
	background: url(/content/images/icon-headphone-white.png) no-repeat center;
}

.rb-section-goncolkiadofooteritem-mail .menu_divitem_image {
	width: 22px;
	height: 17px;
	background: url(/content/images/icon-mail-white.png) no-repeat center;
}

.rb-section-goncolkiadofooteritem-address .menu_divitem_image {
	width: 22px;
	height: 30px;
	background: url(/content/images/icon-address-white.png) no-repeat center;
}

#content-footer .socialinfo-item-fb {
	background: url(/content/images/icon-social-fb-white-2.png) no-repeat center;
	background-size: 17.5px;		
}

#content-footer .socialinfo-item-twitter {
	background: url(/content/images/icon-social-twitter-white-2.png) no-repeat center;
	background-size: 34px;
}

#content-footer .socialinfo-item-instagram {
	background: url(/content/images/icon-social-insta-white-2.png) no-repeat center;
	background-size: 27.5px;
}

#content-footer .socialinfo-item-youtube {
	background: url(/content/images/icon-youtube-white.png) no-repeat center;
}

/* Author Styles
-----------------------------------------------------------*/

.rb-section-allauthor .authorinfogrid_image_img {
	width: auto;	
	height: 220px;
	margin: 0 auto;
}

.rb-section-allauthor .rb2-slider-item {
	-ms-flex: 0 1 25%;
		flex: 0 1 25%;
	margin-bottom: 40px; 
}

.rb-section-allauthor .authorinfogrid_name {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin: 10px 0 0;  
}

/* Detail */

.rb-section-authorheader {
	margin: 65px 0;
}

.rb-section-person-body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.rb-section-person-body-left,
.rb-section-person-body-right {
	float: none;
}

.rb-section-person-username {
	font-size: 30px;
	font-weight: 600;
}

.rb-section-person-image_img {
	border-radius: 0;
}

/* Other Styles
-----------------------------------------------------------*/

.ajax-loading:before, .rb-redirect-title:after, .pay-result-check_message:after {
	border-top-color: var(--primaryColor);
}

.body_root.rb-mediastate-Mobile #header, .body_root.rb-mediastate-Tablet #header {
	margin-top: 0 !important;
	-webkit-animation: none !important;
	-moz-animation: none !important;
	-o-animation: none !important;
	animation: none !important;
}

#jquery-msg-content {
    padding: 50px 20px;
    border-radius: 6px;
	opacity: 1;
    box-shadow: none;
}

#jquery-msg-content .btn-wrap {
	margin-top: 10px;
}

.inputpage_html {
	border: 0;
}

.popup-extra_panel {
	width: 90%;
	padding: 15px;
}

.popup-extra_panel .rb-section-allproductheader {
	margin: 0;
}

.popup-extra_panel .listbox_onchange_full {
	width: 100%;
}

.popup-extra_panel .newsitem-editfull {
	margin-bottom: 40px;
}

.popup-extra_panel .newsitem-editfull:last-child {
	margin-bottom: 0;
}

.popup-extra_panel .highligthedauthor_item {
 	margin-bottom: 10px;
}


/* Media Queries
-----------------------------------------------------------*/

/* Rb Desktop */
@media screen and (min-width: 1156px)
{

}

/* Tablet only */
@media screen and (min-width: 585px) and (max-width: 1155px)
{

}

/* Rb Tablet */
@media screen and (max-width: 1155px)
{
	.baseheader_main {
		position: relative;
	}
	
	.baseheader_left {
		display: block;
	}
	
	.baseheader_line1,
	.baseheader_line2 .baseheader_lineleft {
		display: none;
	}
	
	.baseheader {
		width: 303px;
		height: 30px;
		margin-left: 60px;
	}
	
	.baseheader_line2 {
		padding-top: 10px;
		padding-bottom: 10px;	
	}
	
	.news_button {
	    font-size: 15px;
	    padding: 10px 40px 10px 20px;
	}
	
	.rb-section-mainproduct .news {
		padding: 30px;
	}
	
	.rb-section-mainproduct .rbh1.alexdata_header_name,
	.rb-section-body .rb2-slider-title {
		font-size: 30px;
	}
	
	.rb-section-allproduct .rb2-slider-pager-item-main {
		gap: 5%;
	}
	
	.rb-section-allproduct .rb2-slider-item {
		-ms-flex: 0 1 calc(100% / 3);
			flex: 0 1 calc(100% / 3);
	}
	
	img.alexwebdatainfogrid_thumbnail_url_img,
	.newsitem-productlist .newsitem-productlist-item img {
		height: 150px;
	}
	
	.alexwebdatainfogrid_alexdata_detail_top_alexdata_detail_data_header .rbh1 {
		font-size: 30px;
	}
	
	.alexwebdatainfogrid_alexdata_detail_top_alexdata_detail_imagefull {
		padding: 20px;
	}
	
	.rb-section-style-rolunktext .rb-section-normal-main {
		font-size: 17px;
		padding: 20px 20px 50px;
	}
	
	.home_mainpage_contact .rb-section-normal-main .rb-section-title {
		font-size: 30px;
	}
	
	.rb-section-goncolkiadocontactitem-1 {
		padding: 30px 40px 30px 0;
	}
	
	.rb-section-goncolkiadocontactitem-2 {
		padding: 30px 0 30px 40px;
	}
	
	.home_mainpage_contact {
		margin-top: 40px;
	}
	
	.rb-section-allnews .news {
		display: block;
	}
	
	.rb-section-allnews .news_info {
		margin-top: 20px;
		padding-left: 0;
	}
	
	.allnews_mainpage .rb-home_mainpage_main {
		padding-top: 0;
	}
	
	.newsitem-productlist .newsitem-productlist-item {
		width: calc(100% / 3 - 15px); 
	}
	
	.page_Home_MyEBooks .news_previewimage_img {
		height: 30vw;
	}
}

/* iPad Landscape */
@media screen and (max-width: 1024px)
{
	.baseheader {
		width: 253px;
	}
	
	.rb-section-newsletter .inputform {
		display: block;
	}
	
	.rb-section-newsletter .inputtitle_div {
		margin-bottom: 20px;
	}
	
	.rb-section-newsletter h3.inputtitle {
		font-size: 30px;
	}
	
	.rb-section-goncolkiadofooter {
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	}
	
	.rb-section-goncolkiadofooter > div {
		-ms-flex: 0 1 50%;
			flex: 0 1 50%;
	}
}

@media screen and (max-width: 900px)
{
	.allnews_mainpage .rb-home_mainpage_main {
		width: 100%;
		padding-left: 0;
	}	
	
	.allnews_mainpage .rb-home_mainpage-left {
		width: 300px;
		height: 100%;
		position: fixed;
		top: 0;
		left: -300px;
		background: #FFF;
	    z-index: 1;
	    padding: 20px;
		overflow-y: auto;
		-ms-transition: left .2s ease-out;
			transition: left .2s ease-out;
	}
	
	.allnews_mainpage .rb-home_mainpage-left.showtreeview {
		left: 0;
	}
}

/* iPad Portrait */
@media screen and (max-width: 768px)
{
	.baseheader_line2 .menu_other-items > div.main_menu_search-inpuut {
		display: none;
	}
	
	#header .main_menu_search {
		display: inline-block;
	}
	
	.rb-section-newsslider .news_digest {
		display: none;
	}
	
	.rb-section-newsslider .news_fullname .rbh1 {
		font-size: 25px;
	}
	
	.rb-section-newsslider .news_fullname .rbh2 {
		font-size: 15px;
	}
	
	.rb-section-newsslider .news_buttons {
		display: block;
	}
	
	.news_button {
		margin-bottom: 10px;
	}
	
	.news_button:last-child {
		margin-bottom: 0;
	}
	
	.rb-tabbed-master-item {
		font-size: 15px;
		margin: 0 25px 0 0;
		padding: 10px 0;
	}
}

/* Rb Mobile  */
@media screen and (max-width: 584px)
{
	.baseheader {
		width: 200px;
		margin-left: 70px;
	}
	
	.rb-section-newsslider .rb2-container {
		/*padding: 0;
		height: 400px;*/
	}
	
	.rb-section-newsslider .news_header-root {
		width: 45%;
		right: 0;
	    /*width: 100%;
	    position: static;
	    padding-top: calc(500 / 1370 * 100%);
	    -webkit-transform: none;
	    	-ms-transform: none;
	    		transform: none;*/
	}
	
	.rb-section-newsslider .news {
	    /*height: 400px;
	    background-size: cover;
	    background-position: center;
		background-repeat: no-repeat;
		padding: 0;*/
	}
	
	.rb-section-newsslider .news_button {
	    font-size: 11px;
	    padding: 7px 35px 7px 10px;
	    background-size: 15px;
	}
	
	.news_button {
		display: inline-block;
		margin-right: 10px;
	}
	
	.rb-section-mainproduct .news {
		display: block;
		padding: 15px;
	}
	
	.rb-section-mainproduct .news_news-product {
		margin-top: 20px;
		padding-right: 0;
	}
	
	.rb-section-mainproduct .rbh1.alexdata_header_name {
		font-size: 22px;
	}
	
	.alexdata_footer_onlineprice {
		font-size: 20px;
	}
	
	.rb-section-goncolkiadofooter,
	.rb-section-newsletter fieldset {
		display: block;
	}
	
	.rb-section-newsletter .inputpage_fields {
		width: 100%;
		margin-bottom: 20px;
	}
	
	.rb-section-goncolkiadofooteritem:not(.rb-section-goncolkiadofooteritem-1) {
		padding-top: 20px;
	}
	
	.rb-section-allproduct .rb2-slider-pager-item-main {
		gap: 2.5%;
	}
	
	.rb-section-allproduct .rb2-slider-item,
	.rb-section-allauthor .rb2-slider-item {
		-ms-flex: 0 1 50%;
			flex: 0 1 50%;
	}
	
	img.alexwebdatainfogrid_thumbnail_url_img,
	.newsitem-productlist .newsitem-productlist-item img,
	.rb-section-allauthor .authorinfogrid_image_img {
		height: 120px;
	}
	
	.newsitem-product .alexwebdatainfogrid {
		display: block;
	}
	
	.newsitem-product img.alexwebdatainfogrid_thumbnail_url_img {
		width: 100%;
		height: auto;
	}
	
	h1.alexdata_header_name,
	.newsitem-productlist-item .alexwebdatainfogrid_name {
		font-size: 17px;
	}
	
	.alexdata_footer_show {
		text-indent: -9999px;
	    width: 55px;
	    height: 55px;
	    border-radius: 50%;
	    padding: 0;
	    background-position: center;
	}
	
	.alexdata_footer_basket {
		margin-left: 0;
	}
	
	.alexdata_footer_shop_buttons {
		justify-content: center;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	}
	
	.alexdata_footer_shop_buttons > div {
		margin: 0 5px;
	}
	
	.alexdata_footer_noprice {
		font-size: 15px;
	}
	
	.rb-section-allproductheader {
		margin: 20px 0;
	}
	
	.listbox_onchange_full {
		width: 100%;
	}
	
	.rb-section-allproduct .rb-section-header-sort {
		position: static;
	}
	
	.rb-section-detail .alexwebdatainfogrid_alexdata_detail_top {
		display: block;
	}
	
	.alexwebdatainfogrid_alexdata_detail_top_alexdata_detail_data {
		margin-top: 20px;
		padding-left: 0;
	}
	
	.alexwebdatainfogrid_alexdata_detail_top_alexdata_detail_data_header .rbh1 {
		font-size: 22px;
	}
	
	.alexwebdatainfogrid_alexdata_detail_top_alexdata_detail_data .alexwebdatainfogrid_onlineprice {
		font-size: 25px;
	}
	
	.rb-tabbed-page {
		margin-bottom: 20px;
	}
	
	.rb-product-person-body {
		display: block;
	}
	
	.rb-product-person-body-right {
		margin-top: 20px;
		padding-left: 0;
	}
	
	.popup-popupbasket_full_panel {
		width: 100%;
	}
	
	.rb-section-goncolkiadocontact {
		display: block;
	}
	
	.rb-section-goncolkiadocontact > div {
		padding: 20px 0;
	}
	
	.rb-section-goncolkiadocontactitem-1 {
		border-right: 0;
		border-bottom: 1px solid #C6C6C6; 
	}
	
	.rb-section-goncolkiadocontactitem-maintitle, .rb-section-goncolkiadocontactitem h3.inputtitle {
		font-size: 25px;
	}
	
	.rb-section-goncolkiadocontactitem-description {
		font-size: 17px;
	}
	
	.rb-section-style-rolunktext .rb-section-normal-main {
		padding: 20px 0;
	}
	
	.home_mainpage_contact {
		margin-top: 20px;
	}
	
	.rb-section-allnews .news_fullname .rbh1 {
		font-size: 20px;
	}
	
	.rb-newsitem-banners {
		display: block;
	}
	
	.rb-newsitem-banners > div {
		margin: 0 0 10px 0;
	}
	
	.newsitem-layout-normal .rb-newsitem-banners > div img {
		max-width: 100%;
	}
	
	.newsitem-name {
		font-size: 22px;
	}
	
	.newsitem-subname {
		font-size: 18px;
	}
	
	.newsitem-layout-image {
		margin-left: 0;
		margin-right: 0;
	}
	
	.newsitem-productlist .newsitem-productlist-item {
		width: calc(50% - 15px); 
	}
	
	.basket_summa_login_buttons .popup_button_title, 
	.basket_summa_regis_buttons .popup_button_title {
		display: block;
		text-align: center;
		line-height: normal;
		padding: 10px 20px;	
	}
	
	.page_Home_MyEBooks .news_previewimage_img {
		width: 100%;
		height: auto;
	}
	
	.rb-section-person-body {
		display: block;
	}
}

@media screen and (max-width: 475px)
{
	.baseheader_line2 {
		padding: 5px 0;
	}
	
	.baseheader_line2 .menu_other-items .main_menu_profile-full,
	.baseheader_line2 .menu_other-items .menuitem_favorites {
		display: none;
	}
	
	.rb-tabbed-master-item {
		font-size: 14px;
		margin: 0 10px 0 0;
	}
}

@media screen and (max-width: 425px)
{
	.baseheader {
		width: 160px;
	}
}

@media screen and (max-width: 374px)
{
	#header .main_menu_login {
		display: none;
	}
	
	.baseheader {
		width: 150px;
		margin-left: 65px;
	}
}