@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

:root {
	--primaryColor: #8ABF9A;
	--secondaryColor: #707070;
	--colorBlack: #1A1818;
	--colorPrice: #F7A313;
	
	--primaryFont: 'Gill Sans MT Medium';
	--primaryFontBold: 'Gill Sans MT Bold';
}

@font-face {
	font-family: 'Gill Sans MT Medium';
    font-style: normal;
    font-weight: normal;
    src: url('/Content/Font/Gill-Sans-MT-Medium.woff') format('woff');
}

@font-face {
    font-family: 'Gill Sans MT Light';
    font-style: normal;
    font-weight: normal;
    src: url('/Content/Font/Gill-Sans-MT-Light.woff') format('woff');
}
    
@font-face {
    font-family: 'Gill Sans MT Bold';
    font-style: normal;
    font-weight: normal;
    src: url('/Content/Font/Gill-Sans-MT-Bold.woff') format('woff');;
}

/* Site.master Styles
-----------------------------------------------------------*/

body {
	font-family: var(--primaryFont);
	color: var(--colorBlack);
	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 {
	color: black;
	font-size: 20px;
	font-weight: normal;
	margin: .5em 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

.baseheader_line2:after,
.baseheader_line1:after,
.commentitem_right_header:after,
.input_PostCodeSelect .inputpage_buttons:after {
    content: "";
    display: table;
    clear: both;
}

input, select, button, textarea {
	font-family: 'Roboto', sans-serif !important;
}

#container {
	margin: 0 auto;
	padding: 0;	
}

#content-section {
	margin: 0;
}

#logon_info {

}

.baseheader {    
    cursor: pointer;
}

/* Login Styles
-----------------------------------------------------------*/

.communallogin-items-before,
.communallogin-item {
	margin-bottom: 10px;
}

/* Menu Styles
-----------------------------------------------------------*/

.baseheader_main {
	width: 90%;
	max-width: 1550px;
	margin: 0 auto;
	display: flex;
	padding-top: 20px;
}

.baseheader_line-full {
	width: 100%;
}

.baseheader_main .menu_divitem {
	display: inline-block;
	margin-right: 50px;
	float: none;
}

.baseheader_lineleft .baseheader_line1 > div:last-child .menu_divitem {
	margin-right: 0;
}

.baseheader_left {
	display: none;
}

.baseheader_center {
	margin-right: 2.5%;
}

.baseheader_lineleft,
.baseheader_lineright {
	-ms-flex: 0 1 calc(50% - 95px);
		flex: 0 1 calc(50% - 95px);
}

.baseheader {
	width: 190px;
    height: 194px;
    /*background: url(/content/images/logo-hsz.png) no-repeat center;*/
    /*background: url(/content/images/logo-new.png) no-repeat center;*/
    background: url(/content/images/Hazaszallito-logo-green.png) no-repeat center;
}

.baseheader_line1 {
	padding: 30px 0 40px;
	border-bottom: 1px solid #707070;
}

.baseheader_lineleft .baseheader_line1 {
	display: flex;
}

.baseheader_lineleft .baseheader_line1 > div:last-child {
	margin-left: auto;
}

.baseheader_line2 {
	padding: 25px 0;
}

.main_menu_applicationinfo-phonenumber > div {
	display: inline-block;
	vertical-align: middle;
	float: none;
}

.main_menu_applicationinfo-phonenumber > div,
.main_menu_applicationinfo-phonenumber a,
.baseheader_line1 .popup_button_title,
.baseheader_line1 a,
.baseheader_line2 a {
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	font-weight: 400;
	/*color: #D5D2D2;*/
	color: var(--secondaryColor);	
}

.baseheader_line2 .menu_selecteditem a {
	color: var(--primaryColor);
	font-weight: 700;
}

.baseheader_line1,
.baseheader_line2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	   -ms-flex-align: center;
		  align-items: center;
}

.baseheader_line2 .menu_other-items,
.baseheader_line1 .menu_other-items {
	margin-left: auto;
}

.baseheader_line2 .menu_other-items > div {
	display: inline-block;
	vertical-align: middle;
}

.searchbutton {
	width: 50px;
	height: 50px;
	background: url(/content/images/icon-search-gray2-new.png) no-repeat center;
}

.basket_mini .basket_image {
	background: #f53d0b url(/content/images/wicker-basket-white.png) no-repeat center;
	background-size: 30px;
	border-radius: 50%;
}

.baseheader_line1 .main_menu_profile .menu_divitem {
	margin-right: 0;
}

.baseheader_line1 .main_menu_profile .menu_image {
	width: 50px;
	height: 24px;
	background: url(/content/images/icon-profile-new.png) no-repeat right;
}

#header .style_link a {
	-webkit-transition: all .1s ease-out;
			transition: all .1s ease-out;
}

#header .style_link a:hover {
	text-decoration: underline;
	color: var(--primaryColor);
}

.main_menu_profile {
	position: relative;
}

.menu_childitems {
	margin-top: 0;
    border-radius: 9px;
	box-shadow: 0px 0px 20px rgb(122 122 122 / 43%);
}

.menu_childitems_active .menu_childitems {
	right: 0;
}

.menu_childitems .menu_divitem {
	display: block;
	margin-right: 0;
}

.menu_childitems .menu_divitem .rbmenuh2 {
	font-size: 20px;
	font-weight: 500;
	color: var(--colorBlack);
	padding: 10px 20px;
	-webkit-transition: all .2s ease-out;
			transition: all .2s ease-out;
}

.menu_childitems .menu_divitem:first-child .rbmenuh2 {
	border-top-right-radius: 9px;
	border-top-left-radius: 9px;
}

.menu_childitems .menu_divitem:last-child .rbmenuh2 {
	border-bottom-right-radius: 9px;
	border-bottom-left-radius: 9px;
}

.menu_childitems .menu_divitem .rbmenuh2:hover {
	color: #FFF;
	background: var(--primaryColor);
}

/* Sidebar Styles
-----------------------------------------------------------*/

.menu_sidebar {
	padding: 40px 20px;
}

.menu_sidebar .menu_divitem a,
.menu_sidebar .menu_divitem .menu_divitem_title,
.menu_sidebar .main_menu_login,
.menu_sidebar .main_menu_register {
	font-size: 20px;
	font-weight: 400;
	color: var(--colorBlack);
}

/* Home Styles
-----------------------------------------------------------*/

.rb-section,
.rb-section-priorproducts .rb2-slider-root,
.allproduct_mainpage .rb-home_mainpage-work {
	width: 90%;
	max-width: 1550px;
	margin: 0 auto 90px;
}

.rb-section-newsslider,
.rb-section-priorproducts,
.rb-section-productcategory,
.rb-section-manufacturerfilter,
.rb-section-propertyfilter {
	width: 100%;
	max-width: 100%;
}

.allproduct_mainpage .rb-home_mainpage-work {
	display: flex;
}

.rb-section-body .rb2-slider-item {
	border: 0;
}

/* Login Register Profile Styles
-----------------------------------------------------------*/

.popup-input-popup_panel {
	padding: 20px;
}

.popup-login_panel,
.popup-register_panel {
	width: 90%;
	max-width: 400px;
	padding: 20px;
}

.popup-profile_panel {
	max-width: 768px;
	padding: 20px;
}

.communallogin-item {
	max-width: 100%;
}

.communallogin-items-full {
    margin-bottom: 20px;
    padding: 0;
}

.popup-login_panel h3,
.popup-register_panel h3,
.popup-profile_panel h3 {
    font-size: 20px;
    font-weight: 700;
    color: var(--colorBlack);
}

.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-family: var(--primaryFont);
    font-size: 15px;
    font-weight: 500;
	border-radius: 4px;
    padding: 8px 30px;
    background: var(--primaryColor);;
    color: #FFF;
    border: 0;
    cursor: pointer;
}

.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%;
	background: none;
}

.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;
}

.popup-profile_panel .inputpage_field_Gender,
.popup-profile_panel .inputpage_field_Birthday,
.popup-profile_panel .inputpage_field_Language {
	display: inline-block;
	vertical-align: top;
	width: 30%;
}

.popup-profile_panel .inputpage_field_Birthday {
	margin-left: 5%;
	margin-right: 5%;
}

.popup-profile_panel .inputpage_field_EMail,
.popup-profile_panel .inputpage_field_PhoneNumber {
	display: inline-block;
	vertical-align: top;
	width: 47.5%;	
}

.popup-profile_panel .inputpage_field_EMail {
	margin-right: 5%;
}

/* Top Slider Styles
-----------------------------------------------------------*/

.rb-section-newsslider .news {
	position: relative;
	padding-bottom: calc(860 / 1920 * 100%);	
}

.rb-section-newsslider .news_info_left,
.rb-section-newsslider .news_header-root {
    width: 25%;
    position: absolute;
    top: 50%;
    left: 10%;
    -webkit-transform: translateY(-50%);
    	-ms-transform: translateY(-50%);
    		transform: translateY(-50%);
}

.rb-section-newsslider .news_fullname .rbh1,
.rb-section-newsslider .news_fullname .rbh2 {
	margin: 0;
	text-align: left;
}

.rb-section-newsslider .news_fullname .rbh1 {
	font-family: 'Gill Sans MT Bold';
	/*font-size: 108px;*/
	font-size: 3vw;
	font-weight: 700;
	color: var(--colorBlack);
}

.rb-section-newsslider .news_fullname .rbh2 {
	/*font-size: 44px;*/
	font-size: 2.2916666666666665vw;
	font-weight: 400;
	color: var(--primaryColor);
}

.rb-section-newsslider .news_digest {
	/*font-size: 20px;*/
	font-size: 1.0416666666666667vw;
	color: var(--secondaryColor);
	margin: 15px 0;
}

.new_clickurl,
.news_info_left_button,
.rb-section-fullbanner .listmorespan {
    font-size: 20px;
    font-size: 1.0416666666666667vw; 
    color: #FFF;
    background: var(--primaryColor);
    display: inline-block;
    /*padding: 15px 40px;*/
    padding: 0.78125vw 2.0833333333333335vw;
    border-radius: 35px;
}

.rb-section-newsslider .news_news-productslider {
	margin-top: 60px;
}

.rb-section-newsslider .news_info_left .rb2-slider-pager-item-main {
	justify-content: flex-start;
	gap: 10px;
}

.rb-section-newsslider .news_info_left .rb2-slider-item {
	flex: 0 1 25%;
}

.rb-section-newsslider .news_info_right {
    position: absolute;
    bottom: 15%;
    right: 17%;
}

.rb-section-newsslider .news_info_right .rbh1.alexdata_header_name,
.rb-section-newsslider .news_info_right .alexdata_footer_price {
	font-size: 28px;
}

.rb-section-newsslider .news_info_right .rbh1.alexdata_header_name,
.rb-section-newsslider .news_info_right .alexdata_footer_price,
.rb-section-newsslider .news_info_right .alexdata_footer_onlineprice {
	color: #FFF;
}

.rb-section-newsslider .news_info_right .alexdata_footer_onlineprice {
	font-size: 28px;
}

.rb-section-newsslider .news_info_right .basket_morebutton-number-adddel {
	background-color: #FFF;
	border-color: #FFF;
}

.rb-section-newsslider .news_info_right .basket_morebutton-full input:not(.input-fieldtype-Text) {
	background: #FFF url(/content/images/icon-cart-green.png) no-repeat center;
}

.rb-section-newsslider .news_info_right .basket_morebutton-number {
	font-size: 22px;
}

.rb-section-newsslider .news_news-productslider {
	position: relative;
}

.rb2-pager-item-pagertype-prevnext {
	width: 42px;
	height: 42px;
	position: absolute;
}

.rb-section-newsslider .rb2-pager-item-pagertype-prevnext {
	top: 50%;
	-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
			transform: translateY(-50%);
}

.rb-section-newsslider .rb2-pager-item-prev {
	left: -50px;
}

.rb-section-newsslider .rb-section-split-left .rb2-pager-item-next {
	right: -50px;
}

.rb-section-newsslider .rb-section-split-left .rb2-pager-item-pagertype-prevnext {
	z-index: 3;
}

.rb-section-newsslider .rb-section-split-left .rb2-pager-item-prev {
	left: 20px;
}

.rb-section-newsslider .rb-section-split-left .rb2-pager-item-next {
	right: 20px;
}

.rb2-pager-item-prev {
	background: url(/content/images/icon-pager-prev-3.png) no-repeat center;
	background-size: 100%;
}

.rb2-pager-item-next {
	background: url(/content/images/icon-pager-next-3.png) no-repeat center;
	background-size: 100%;
}

.rb2-pager-item-prev.rb2-pager-item-disable {
	opacity: .5;
	/*background: url(/content/images/icon-pager-prev-disabled.png) no-repeat center;*/
}

.rb2-pager-item-next.rb2-pager-item-disable {
	opacity: .5;
	/*background: url(/content/images/icon-pager-next-disabled.png) no-repeat center;*/
}

.rb-section-newsslider .style-white-text-bg .news_header-root {
	background: #FFF;
    padding: 20px;
    border-radius: 35px;
    box-shadow: 0px 0px 20px rgb(122 122 122 / 43%);
}

.rb-section-newsslider .rb-section-split {
	width: 90%;
	max-width: 1549px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
    -ms-flex-pack: justify;
	justify-content: space-between;
}

.rb-section-newsslider .rb-section-split-left,
.rb-section-newsslider .rb-section-split-right {
	box-shadow: 0px 0px 20px 0px #838383;
	border-radius: 26px;	
}

.rb-section-newsslider .rb-section-split-left {
	position: relative;
	-webkit-box-flex: 0;
    -ms-flex: 0 1 55.6488056810846%;
        flex: 0 1 55.6488056810846%;
}

.rb-section-newsslider .rb-section-split-right {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 41.0587475790833%;
		flex: 0 1 41.0587475790833%;
}

.rb-section-newsslider .rb-section-split-left .news {
	padding-bottom: calc(723 / 862 * 100%);
}

.rb-section-newsslider .rb-section-split-right .news {
	position: relative;
	padding-bottom: calc(723 / 636 * 100%);	
}

.rb-section-newsslider .rb-section-split-left .news,
.rb-section-newsslider .rb-section-split-right .news {
	border-radius: 26px;
}

.rb-section-newsslider .rb-section-split-right .news_info_full {
	width: 90%;
	text-align: center;
	position: absolute;
	left: 50%;
	bottom: 50px;
	-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
			transform: translateX(-50%);
}

.rb-section-newsslider .news_fullname .rbh1 {
	color: #FFF;
	text-align: center;
	margin-bottom: 20px;
}

.rb-section-newsslider .news_fullname .rbh2 {
	font-size: 20px;
	color: var(--colorBlack);
	background: #FFF;
	border-radius: 35px;
	text-align: center;
	padding: 12px 0;
}

.rb-section-newsslider .rb-section-split-right .news_digest {
	color: var(--colorBlack);
	text-align: center;
}

.rb-section-newsslider .rb-section-split-right .listmorespan {
	display: inline-block;
	padding: 10px 30px;
	color: var(--primaryColor);
	background: #FFF;
	border-radius: 35px;
}

.rb-section-newsslider .rb-section-split-right .news_info_discount_full {
	color: #FFF;
	text-align: center;
	background: url(/content/images/buborek.png) no-repeat center;
	background-size: 100%;
	position: absolute;
	top: 10%;
	right: 5%;
	width: 45%;
	height: 0;
	padding-bottom: 45%;
}

.news_info_discount_line1 {
	font-weight: 700;
	margin-top: 3vw;
}

.news_info_discount_line1 > div {
	display: inline-block;
}

.news_info_discount_line1-value {
	font-size: 6vw;
}

.news_info_discount_line1-sufix {
	font-size: 3.125vw;
}

.news_info_discount_line2 {
	font-size: 1.45vw;
}

/* PriorCategories Styles
-----------------------------------------------------------*/

.rb-section-priorproductcategory .rb-section-title {
	text-align: left;
}

.rb-section-priorcategories-items {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	align-items: baseline;
}

.rb-section-priorcategories-item {
    padding: 20px;
    border-radius: 26px;
    transition: all .15s ease-out;
}

.rb-section-priorcategories-item:hover {
    box-shadow: 0px 0px 20px 0px #8abf9a;
    transform: scale(1.05);
}

.rb-section-priorproductcategory img.rb-section-priorcategories-item-image_img {
    width: auto;
    margin: 0 auto;
}

.rb-section-priorcategories-item-name {
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	margin-top: 20px;
}

/* ProductList Styles
-----------------------------------------------------------*/

.rb-section-productlist .alexwebdatainfogrid_thumbnail_url_img {
	height: 160px;
	width: auto;
	max-width: 100%;
	margin: auto;
	object-fit: contain;
} 

.rb-section-productlist .rb2-slider-title-full,
.rb-section-priorproductcategory .rb-section-priorcategories-header,
.rb-section-style-newsblogs .rb2-slider-title-full,
.rb-section-detaillinkslider .rb2-slider-title-full {
	margin-bottom: 40px;
}

.rb-section-productlist .rb2-slider-title,
.rb-section-priorproductcategory .rb-section-title,
.rb-section-style-newsblogs .rb2-slider-title,
.rb-section-detaillinkslider .rb2-slider-title,
.rb-section-productlist .rb2-slider-subtitle,
.rb-section-priorproductcategory .rb-section-subtitle,
.rb-section-style-newsblogs .rb2-slider-subtitle,
.rb-section-detaillinkslider .rb2-slider-subtitle {
	font-size: 45px;
	font-weight: 700;	
	margin: 0;
	float: none;
}

.rb-section-productlist .rb2-slider-title,
.rb-section-priorproductcategory .rb-section-title,
.rb-section-style-newsblogs .rb2-slider-title,
.rb-section-detaillinkslider .rb2-slider-title {
	color: var(--colorBlack);
}

.rb-section-productlist .rb2-slider-subtitle,
.rb-section-priorproductcategory .rb-section-subtitle,
.rb-section-style-newsblogs .rb2-slider-subtitle,
.rb-section-detaillinkslider .rb2-slider-subtitle {
	color: var(--primaryColor);
}

.rb2-pager-item-alllink,
.rb-section-style-newsblogs .listmorespan,
.rb-section-allnews .listmorespan {
	font-size: 15px;
	font-weight: 700;
	color: #FFF;
	background: var(--primaryColor);
	padding: 10px 30px;
    border-radius: 35px;
    letter-spacing: 1px;
	position: absolute;
    top: 30px;
    right: 0;	
}

.rb2-pager-item-alllink {
	position: static;
	float: right;
	margin-bottom: 40px;
}

.rb2-pager-item-alllink:hover,
.rb-section-style-newsblogs .listmorespan:hover,
.rb-section-allnews .listmorespan:hover {
	text-decoration: underline;	
}

.rb-section-productlist .rb2-slider-pager-item-main,
.rb-section-detaillinkslider .rb2-slider-pager-item-main {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-column-gap: 2.5%;
	padding-top: 50px;
}

.rb-section-productlist .rb2-slider-item,
.rb-section-detaillinkslider .rb2-slider-item {
	width: auto;
	position: relative;
}

.alexdata_header_name,
.alexwebdatainfogrid_alexdata_priorproducts .rbh1 {
	font-size: 20px;
	font-weight: 700;
	color: var(--colorBlack);
/* 	text-transform: uppercase; */
	text-align: left;	
}

.alexdata_header_subname {
	font-size: 16px;
	font-weight: 400;
}

.alexdata_footer_shop_prices {
	gap: 5%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
       -ms-flex-pack: center;
	 justify-content: center;
}

@media screen and (max-width: 1530px)
{
	.alexdata_footer_shop_prices {
		gap: 5px;
	}	
}

.alexwebdatainfogrid_alexdata_prices {
	gap: 5%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.alexdata_footer_shop_prices > div {
	/*display: inline-block;
	vertical-align: top;*/
}

.alexdata_footer_onlineprice-title {
	font-size: 16px;
	font-weight: 400;
	color: #000;
}

.alexdata_footer_price,
.alexwebdatainfogrid_alexdata_priorproducts .alexwebdatainfogrid_retaileprice,
.alexwebdatainfogrid_retaileprice,
.alexwebdatainfogrid_origprice {
	font-size: 15px;
	color: var(--colorBlack);
	margin-right: 20px;
	text-decoration: line-through;
}

.alexdata_footer_onlineprice,
.alexwebdatainfogrid_alexdata_priorproducts .alexwebdatainfogrid_onlineprice,
.alexwebdatainfogrid_onlineprice {
	font-size: 20px;
	font-weight: 700;
	color: var(--colorPrice);
}

.alexdata_footer_shop_buttons {
	margin-top: 20px;
}

.alexdata_footer_shop,
.alexdata_header_name,
.alexdata_header_subname {
	text-align: center; 
}

.alexdata_header_name,
.alexdata_header_subname {
	height: 44px;
    line-height: 22px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.basket_morebutton-full {
	text-align: center;
}

.basket_morebutton-full > input {
	margin-left: auto;
}

.basket_morebutton-number-full > div,
.basket_morebutton-number-full,
.basket_morebutton-full input {
    display: inline-block;
    vertical-align: middle;
}

.basket_morebutton-number-adddel,
.basket_morebutton-number-full input {
    width: 36px;
    height: 36px;
    border: 1px solid var(--secondaryColor);
    border-radius: 9px;
}

.basket_morebutton-number-full input {
    text-align: center;
    margin: 0 5px;
}

.basket_morebutton-number {
	margin: 0 10px;
}

.basket_morebutton-number-add:before,
.basket_morebutton-number-del:before {
    display: block;	
    font-size: 30px;
    color: #8ABF9A;
    line-height: 36px;
    text-align: center;
}

.basket_morebutton-number-add:before {
	content: "+";
}

.basket_morebutton-number-del:before {
	content: "-";
	line-height: 30px;
}

.basket_morebutton-full > input,
.alexwebdatainfogrid_alexdata_priorproducts_bookshoplink > input,
.alexwebdatainfogrid_alexdata_detail_top_alexdata_detail_right_bookshoplink > input,
.alexdata_footer_basket > input {
	width: auto;
    height: 46px;
    /*background: var(--primaryColor) url(/content/images/icon-cart-white.png) no-repeat center;*/
    background: #f53d0b url(/content/images/wicker-basket-white.png) no-repeat 10px;
    background-size: 36px;
    border: 0;
    border-radius: 9px;
    cursor: pointer;
    margin-left: 20px;
    color: #FFF;
    border-radius: 15px;
	padding: 5px 10px 5px 55px;
    text-transform: uppercase;
    font-weight: 500;
    -webkit-box-shadow: 1px 1px 10px 0px grey;
    		box-shadow: 1px 1px 10px 0px grey;
}

.alexdata_footer_basket > input {
	font-size: 17px;
	margin-left: 0;
}

.alexwebdatainfogrid_alexdata_detail_top_alexdata_detail_right_bookshoplink > input {
	font-size: 20px;
	margin-left: 0;
}

.alexdata_footer_shop input.basket-additem {
	display: block;
	/*width: 130px;*/
	margin: 10px auto 0;
}

.alexwebdatainfogrid_alexdata_detail_buttons .rbvote-Product {
	color: #FFF;
	background: var(--primaryColor);
    border: 0;
    border-radius: 9px;
    padding: 10px 20px;
}

.basket_morebutton-number-adddel,
.basket_morebutton-number-adddel:before {
	-webkit-transition: all .2s ease-out;
			transition: all .2s ease-out;
} 

.basket_morebutton-number-adddel:hover {
    border-color: #8ABF9A;
    background: #8ABF9A;
}

.basket_morebutton-number-adddel:hover:before {
    color: #FFF;
}

.rb-section-productlist .rb2-pager-item-pagertype-prevnext {
	top: 240px;
}

.rb-section-productlist .rb2-pager-item-prev {
	left: -60px;
}

.rb-section-productlist .rb2-pager-item-next {
	right: -60px;
}

.rb-section-detaillinkslider .rb2-pager-item-prev {
	left: -62px;
}

.rb-section-detaillinkslider .rb2-pager-item-next {
	right: -62px;
}

@media screen and (max-width: 1450px)
{
	.alexdata_footer_shop_prices {
		gap: 5%;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	}	
	
	.alexdata_footer_shop_prices > div {
		margin-bottom: 10px;
		text-align: center;
		-ms-flex: 1 1 47.5%;
			flex: 1 1 47.5%;
	}
	
	.alexdata_footer_price, .alexwebdatainfogrid_alexdata_priorproducts .alexwebdatainfogrid_retaileprice, .alexwebdatainfogrid_retaileprice, .alexwebdatainfogrid_origprice {
		margin-right: 0;
	}
}

/* PriorProducts Styles
-----------------------------------------------------------*/

.rb-section-priorproducts .rb-section-slideritem-news {
	background-position: center;
    background-repeat: no-repeat;
}

.rb-section-priorproducts .rb2-container,
.rb-section-style-newsblogs .rb2-container,
.rb-section-allnews .rb2-container {
    width: calc(100% + 40px);
    margin-left: -20px;
}

.rb-section-priorproducts .rb2-slider-pager-item-main,
.rb-section-style-newsblogs .rb2-slider-pager-item-main,
.rb-section-allnews .rb2-slider-pager-item-main {
	padding: 95px 20px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: calc(48 / 1550 * 100%);
}

.rb-section-priorproducts .rb2-slider-item,
.rb-section-style-newsblogs .rb2-slider-item,
.rb-section-allnews .rb2-slider-item {
	background: #FFF;
	width: 100%;
	border-radius: 30px;
	box-shadow: 0px 0px 20px rgb(122 122 122 / 43%);
}
/*
.rb-section-priorproducts .news,
.rb-section-style-newsblogs .news,
.rb-section-allnews .news {
	display: flex;
	height: 100%;
} 
*/
.rb-section-priorproducts .news_previewimage,
.rb-section-style-newsblogs .news_previewimage,
.rb-section-allnews .news_previewimage {
	-ms-flex: 0 1 43%;
		flex: 0 1 43%;
}

.rb-section-priorproducts .news_news-product,
.rb-section-style-newsblogs .news_info-full,
.rb-section-allnews .news_info-full {
	-ms-flex: 0 1 57%;
		flex: 0 1 57%;
	padding: 50px 25px 25px;
	position: relative;
}

.rb-section-allnews .news_info-full {
	padding: 10px 25px 10px;
}

.rb-section-priorproducts .news_fullname .rbh1,
.rb-section-priorproducts .news_fullname .rbh2 {
	margin: 0;
}

.rb-section-priorproducts .news_fullname .rbh1 {
	font-size: 61px;
	font-weight: 700;
	color: var(--colorBlack);
	text-align: left;
}

.rb-section-priorproducts .news_fullname .rbh2 {
	font-size: 25px;
	font-weight: 400;
	color: var(--primaryColor);
}

.rb-section-priorproducts .news_previewimage_img {
	width: 100%;
	height: 100%;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
}

.rb-section-priorproducts .alexwebdatainfogrid_alexdata_detail_infos > div {
	display: inline-block;
	margin-right: 10px;
}

.rb-section-priorproducts .alexwebdatainfogrid_alexdata_priorproducts_bookshoplink {
	margin-top: 20px;
}

.rb-section-newscategory {
	margin: 40px auto 0;
}

.rb-section-newscategory .treeview_items {
	text-align: center;
}

.rb-section-newscategory .treeview_item {
    display: inline-block;
    margin: 0 10px;
}

/* NewsBlogs Styles
-----------------------------------------------------------*/

.rb-section-style-newsblogs .news_info-info_info .rbh1,
.rb-section-allnews .news_info-info_info .rbh1 {
	font-size: 19px;
	font-weight: 700;
	color: var(--colorBlack);
	text-align: left;
	/*text-transform: uppercase;*/
}

.rb-section-style-newsblogs .rb2-slider-pager-item-main,
.rb-section-allnews .rb2-slider-pager-item-main {
	padding-top: 40px;
}

.rb-section-allnews .rb2-slider-pager-item-main {
	padding-bottom: 20px;
}

.rb-section-style-newsblogs .rb2-pager-item-pagertype-prevnext {
	top: 250px;
	z-index: 1;
}

.rb-section-style-newsblogs .rb2-pager-item-prev {
	left: -60px;
}

.rb-section-style-newsblogs .rb2-pager-item-next {
	right: -60px;
}

.rb-section-style-newsblogs .newsslider-header-line {
	position: absolute;
	top: 20px;
	left: 10%;
}

.rb-section-style-newsblogs .news_digest,
.rb-section-allnews .news_digest {
    font-size: 20px;
    color: var(--colorBlack);
    margin-bottom: 20px;
}

.rb-section-style-newsblogs .news_issuedatetime,
.rb-section-allnews .news_issuedatetime {
    font-size: 17px;
    color: #AFAFAF;
    padding-left: 25px;
	background: url(/content/images/icon-calendar.png) no-repeat left;
}

.rb-section-style-newsblogs .listmorespan,
.rb-section-allnews .listmorespan {
	display: inline-block;
	position: static;
    margin-top: 20px;
}

.rb-section-style-newsblogs .news_previewimage_img,
.rb-section-allnews .news_previewimage_img {
	height: 100%;
	object-fit: cover;
	border-top-left-radius: 35px;
	border-top-right-radius: 35px;
}

/* News Detail 
-----------------------------------------------------------*/

.news_detail .news_info {
	margin-bottom: 40px;
}

.news_detail .news_info .rbh1 {

}

.news_detail .news_info .rbh2 {
	font-size: 20px;
	text-align: center;
}

.newsitem-productlist-items .alexwebdatainfogrid_main_image-full img {
	height: 170px;
	width: auto;
	margin: auto;
	max-width: 100%;
	object-fit: contain;	
}

.newsitem-productlist-items .alexwebdatainfogrid_info .rbh1 {
	font-size: 20px;
	font-weight: 600;
	color: var(--colorBlack);
}

.newsitem-productlist-items .alexwebdatainfogrid_alexdata_detail_infos .alexwebdatainfogrid_onlineprice {
	font-size: 20px;
}

.newsitem-itemfull {
	margin-bottom: 20px;
}

.news_newsitem {
	font-size: 18px;
	margin-bottom: 0;
}

.news_newsitem p {
	margin-bottom: 0;
}

.news_newsitem .newsitem-name {
	color: var(--primaryColor);
	font-weight: 600;
}

.news_newsitem .newsitem-subname {
	font-size: 17px;
	font-weight: 600;
}

.newsitem-productlist-items,
.entitylistedit_items {
    gap: 5%;
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.entitylistedit_items > div,
.newsitem-productlist .newsitem-productlist-item {
    display: block;
    text-align: center;
	width: auto;
    margin: 0 0 5%;
    position: relative;
    -ms-flex: 0 1 calc(25% - 5% * 3 / 4);
    	flex: 0 1 calc(25% - 5% * 3 / 4);
}

.news_news-detail-back-title {
    background: var(--primaryColor);
    display: inline-block;
    padding: 8px 20px;
    border-radius: 35px;
    color: #FFF;
}

@media screen and (max-width: 1024px) 
{
	.entitylistedit_items > div,
	.newsitem-productlist .newsitem-productlist-item {
	    -ms-flex: 0 1 calc(100% / 3 - 5% * 2 / 3);
	    	flex: 0 1 calc(100% / 3 - 5% * 2 / 3);
	}
}

@media screen and (max-width: 1024px) 
{
	.entitylistedit_items > div,
	.newsitem-productlist .newsitem-productlist-item {
	    -ms-flex: 0 1 47.5%;
	    	flex: 0 1 47.5%;
	}
	
	.newsitem-productlist-items .alexwebdatainfogrid_info .rbh1,
	.newsitem-productlist-items .alexwebdatainfogrid_info .rbh2,
	.newsitem-productlist-items .alexwebdatainfogrid_alexdata_detail_infos .alexwebdatainfogrid_onlineprice {
		font-size: 15px;
	}
}

/* All Product Styles
-----------------------------------------------------------*/

.allproduct_mainpage .rb-home_mainpage-work {
    margin: 0 auto;
}

.allproduct_mainpage .rb-home_mainpage-left {
	/*width: 325px;*/
	width: 18.95043731778426%
}

.allproduct_mainpage .rb-home_mainpage-center {
	/*width: calc(100% - 325px);*/
	width: 81.04956268221574%;
	padding-left: 45px;
}

.rb-section-allproduct .rb2-slider-pager-item-main {
	padding-top: 50px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 2.5%;
}

.rb-section-allproduct .rb2-slider-item {
	position: relative;
	margin-bottom: 50px;
}

.rb-section-productlist .rb2-slider-pager-item-main,
.rb-section-allproduct .rb2-slider-pager-item-main {
	padding: 10px;
}

.rb-section-productlist .rb2-slider-item,
.rb-section-allproduct .rb2-slider-item,
.entitylistedit_items > div,
.newsitem-productlist .newsitem-productlist-item {
	padding: 20px 10px;
	box-shadow: 0px 0px 10px rgb(122 122 122 / 43%);
    border-radius: 20px;
}

.treeview_title,
.rb-section-allproductheader .rbsliderheader-titleinfo,
.allproduct_mainpage .rb-home_mainpage-left .rb-section-title {
	font-size: 45px;
	font-weight: 700;
	color: var(--colorBlack);
	margin-bottom: 50px;
}

.rb-section-allproductheader .rbsliderheader-titleinfo {
	margin-bottom: 10px;
}

.rb-section-allproductheader .rbsliderheader-titleinfo > div {
	display: inline-block;
	vertical-align: middle;
}

.rbsliderheader-description {
	font-size: 20px;
	color: var(--secondaryColor);
}

.categorydescriptionmore_button a,
.categorydescriptionmore_closebutton a {
	display: inline-block;
	font-size: 16px;
	border-radius: 35px;
	padding: 10px 35px;
	margin: 20px 0;
	background: var(--primaryColor);
	color: #FFF;
}

.rb-section-allproductheader .rbsliderheader-delete {
	width: 30px;
	height: 30px;
	background: url(/content/images/icon-cross.png) no-repeat center;
}

.rb-section-allproductheader-search-title {
	font-size: 20px;
	font-weight: 700;
	color: var(--colorBlack);
	margin-bottom: 10px;
}

.rb-section-allproductheader-search {
	width: calc(100% / 3 - 5% / 3);	
}

.rb-section-allproductheader-search .listbox_onchange_full {
	position: relative;
}

.rb-section-allproductheader-search .listbox_onchange_input input {
	width: 100%;
    font-size: 15px;	
    padding: 10px;
    border: 1px solid var(--secondaryColor);
    border-radius: 9px;
	height: 45px;
}

.rb-section-allproductheader-search .listbox_onchange_button input {
	font-size: 15px;
	width: 45px;
	height: 45px;
	background: url(/content/images/icon-search-gray2-new.png) no-repeat center;
	position: absolute;
	top: 0;
	right: 0;
	border: 0;
	cursor: pointer;
}

.rb-section-allproduct .rb-section-header-sort {
	position: absolute;
	top: -81px;
	right: 0;
}

.rb-section-allproduct .alexwebdatainfogrid_thumbnail_url_img,
.rb-section-detaillinkslider .alexwebdatainfogrid_thumbnail_url_img {
	width: auto;
	height: 100px;
	margin: auto;	
}

@media screen and (min-width: 586px) 
{
	.rb-section-allproduct .alexwebdatainfogrid_thumbnail_url_img,
	.rb-section-detaillinkslider .alexwebdatainfogrid_thumbnail_url_img {
		width: auto;
		max-width: 100%;
		/*height: 15.625vw;*/
		height: 8.333333333333334vw;
		margin: auto;	
		object-fit: contain;
	}	
}

.rb-section-allproductheader {
	margin-bottom: 40px;
}

.rb-section-header-sort-title {
	font-size: 20px;
	color: #D5D2D2;
}

.rb-section-header-sort select {
    color: #707070;
	border: 1px solid var(--secondaryColor);
	border-radius: 9px;
}

.alexdata_discount {
	position: relative;
	width: 99px;
	height: 99px;
	color: #FFF;	
	text-align: center;
	background: var(--colorPrice);
	border-radius: 50%;
	position: absolute;
    top: -50px;
    right: -10px;
}

.rb-section-allproduct .alexdata_discount {
	width: 50px;
	height: 50px;
	top: -10px;
	background: var(--colorPrice) url(/Content/images/icon-sale.png) no-repeat center;
	background-size: 25px; 
}

.rb-section-priorproducts .alexdata_discount {
	/*left: -30px;	*/
}

.alexdata_discount_value {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
			transform: translate(-50%,-50%);
}

.alexdata_discount_value_discount {
	font-size: 38px;
	font-weight: 700;
}

.alexdata_discount_value_title {
	font-size: 12px;
}

/* Selected */

.treeview_item_action,
.treeview_item_master {
	width: 100%;
	color: var(--primaryColor);
	font-size: 20px;
	font-weight: 500;
	position: relative;
	margin-bottom: 25px;
}

.treeview_item_action {
	padding-right: 25px;
}

div:not(.treeview_item_selected) > .treeview_item_master,
div:not(.treeview_item_selected) > .treeview_item_action {
	color: var(--colorBlack);
	font-size: 20px;
	font-weight: 400;
}

/* Selected End */

.treeview_item_action_childclick {
	width: 22px;
	height: 22px;
	position: absolute;
	top: 0;
	right: 0;
	background: var(--primaryColor) url(/content/images/icon-dropdown-white.png) no-repeat center;
	border-radius: 50%;
	background-size: 14px;
	-webkit-transition: transform .2s ease-out;
			transition: transform .2s ease-out;
}

.treeview_item_childopened {
	-webkit-transform: rotate(180deg);
    	-ms-transform: rotate(180deg);
        	transform: rotate(180deg);
}

.manufacturersfilter_item,
.propertyfilter_item {
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 25px;
}

.manufacturersfilter_item-selected,
.propertyfilter_item-selected {
	color: var(--primaryColor);
	font-weight: 500;
}
/*
.treeview_item_havechild {
	background: url(/content/images/rb-icon-dropdown.png) no-repeat 95% 8px;
	background-size: 12px;
}

.treeview_item_level-0.treeview_item_havechild {
	background: none;
}
*/
/* Product Detail Styles
-----------------------------------------------------------*/

.alexwebdatainfogrid_alexdata_detail_top {
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
}

.alexwebdatainfogrid_alexdata_detail_top_alexdata_detail_left {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 30%;
		flex: 0 1 30%;
}

.alexwebdatainfogrid_alexdata_detail_top_alexdata_detail_right {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 70%;
		flex: 0 1 70%;
}

.listitem_like {
	float: none;
}

.alexwebdatainfogrid_alexdata_detail_top_alexdata_detail_right {
	padding-left: 40px;
}

.alexwebdatainfogrid_alexdata_detail_top_alexdata_detail_right .rbh1 {
	font-size: 40px;
	font-weight: 700;
/* 	text-transform: uppercase; */
	text-align: left;	
}

.productgroup-hierarchy {
	margin-bottom: 10px;
}

.productgroup-hierarchy > div,
.productgroup-hierarchy .productgrouplink_separator {
	display: inline-block;
	float: none;
}

.productgroup-hierarchy,
.productgroup-hierarchy a {
	font-size: 15px;
	color: #707070	
}

.productgroup-hierarchy a:hover {
	text-decoration: underline;	
}

.rb-tabbed-page {
	margin-top: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
/* 	display: grid; */
/* 	grid-template-columns: repeat(3, 1fr); */
/* 	grid-column-gap: 20px; */
}

.rb-tabbed-master-item {
	font-size: 17px;
	color: var(--secondaryColor);
    text-align: center;
    background: #F8F8F8;
	margin: 0;
    padding: 13px 60px;
	float: none;
	border-radius: 5px;
}

.rb-tabbed-master-item-activ {
	background: var(--primaryColor);
	color: #FFF;
}

.rb-tabbed-pageitem {
	margin-top: 20px;
}

.alexwebdatainfogrid_alexdata_detail_imageslider {
	position: relative;
}

.alexwebdatainfogrid_alexdata_detail_imageslider img.rb2-img_img {
	height: 300px;
	width: auto;
	margin: auto;
}

.popup-rbimage_panel .rbinfo-image {
	background: #FFF;
}

#popup-rbimage_panel.rb-popuppanel-visibled {
	-webkit-animation: popup-slide-in-top0 0.3s ease-out;
        	animation: popup-slide-in-top0 0.3s ease-out;
}

#popup-rbimage_panel .rbinfo-image img {
	max-height: 75vh;
}

.rb2-slider-thumb-item {
	opacity: 0.4;	
}

.rb2-slider-thumb-selected {
	opacity: 1;
	border: 0;
}

.rb2-slider-thumb-image img {
	height: 80px;
	width: auto;
	max-width: 100%;
	margin: auto;
    object-fit: contain;
}

.rb2-pager-item-pagertype-prevnext {
	top: 150px;
	-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
			transform: translateY(-50%);
}

@media screen and (min-width: 586px)
{
	.alexwebdatainfogrid_alexdata_detail_imageslider img.rb2-img_img,
	.alexwebdatainfogrid_alexdata_detail_top_alexdata_detail_left .alexwebdatainfogrid_thumbnail_url_img {
		/*height: 20vw;*/
		height: 300px;
		max-width: 100%;
    	object-fit: contain;
	}	
	
	.alexwebdatainfogrid_alexdata_detail_imageslider .rb2-pager-item-pagertype-prevnext {
		/*top: 10vw;*/
		
		top: 150px;
		
		-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
				transform: translateY(-50%);
	}
}

.rb2-pager-item-prev {
	left: 20px;
}

.rb2-pager-item-next {
	right: 20px;
}

.alexwebdatainfogrid_discontpercent_title,
.alexwebdatainfogrid_discontpercent,
.alexwebdatainfogrid_shipping_title,
.alexwebdatainfogrid_shipping,
.alexwebdatainfogrid_enableorder {
	font-size: 20px;
	color: var(--secondaryColor);
	display: inline-block;
	margin-right: 5px;
}

.alexwebdatainfogrid_alexdata_detail_infos {
    margin: 20px 0;
}

.alexwebdatainfogrid_alexdata_detail_infos > div {
	margin-bottom: 20px;
}

.alexwebdatainfogrid_alexdata_detail_infos .alexwebdatainfogrid_onlineprice {
	font-size: 35px;
}

.alexwebdatainfogrid_alexdata_detail_top_alexdata_detail_right_bookshoplink .basket_morebutton-full > input {
	margin-left: 60px;
}

.alexwebdatainfogrid_alexdata_detail_top_alexdata_detail_right_bookshoplink .input-fieldtype-Text {
	font-size: 20px;
	border: 0;
}

.alexwebdatainfogrid_alexdata_detail_buttons > div {
	display: inline-block;
	vertical-align: middle;
}

.rbvote-Like {
    width: 36px;
    height: 36px;
    margin-left: 60px;
    background: url(/content/images/icon-favorite.png) no-repeat center;
}

.Like-result1 {
    background: url(/content/images/icon-favorited.png) no-repeat center;
}



/* Properties */

.bookdetails {
	margin-bottom: 20px;
}

.bookdetails .labelitem > div {
	display: inline-block;
}

.productproperty-item > div {
	display: inline;
}

.bookdetails .alexwebdatainfogrid_titleitem,
.productproperty-item-name {
	font-weight: 600;
	margin-right: 5px;
}

.bookdetails .alexwebdatainfogrid_valueitem,
.productproperty-item-value {
	font-weight: 300;
}

.productproperties-name,
.productproperty-groupitem-title {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 20px;
}

.productproperty-item {
    line-height: 25px;
    font-size: 15px;
}

.productproperties {
	font-size: 0;
	color: var(--secondaryColor);
}

.productproperty-groupitem {
    width: 30%;
	display: inline-block;
    vertical-align: top;
    margin-bottom: 40px;
}

.productproperty-groupitem:nth-child(3n+3) {
	margin: 0 5%;
}

/* Comment */

.comment_newlink_item {
	font-size: 30px;
	font-weight: 600;
	margin-left: 0;
	margin-bottom: 20px;
}

.comment_new textarea {
	min-height: 80px;
	font-family: 'Roboto', sans-serif;
    font-size: 18px;
	padding: 15px 80px 15px 15px;
}

#commentbutton {	
    height: auto;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #FFF;
    background: var(--primaryColor);
    padding: 8px 30px;
    border: 0;
    cursor: pointer;
}

.comment_new fieldset {
	display: flex;
}

.comment_new .inputpage_fields {
	width: 100%;
}

.comment_new .comment_inputpage_field_description {
	margin-top: 0;
	margin-right: 40px;
}


.commentitem {
	display: flex;
	padding: 0;
	margin-bottom: 40px;
}

.commentitem_left {
	width: 50px;
}

.commentitem_right {
	width: calc(100% - 50px);
    padding-left: 20px;
}

.commentitem_left,
.commentitem_right {
	float: none;
}

.commentitem_username {
	font-weight: 600;
}

.commentitem_right_header {
	margin-bottom: 10px;
}

.commentitem_commentdatetime,
.commentitem_description {
	color: var(--secondaryColor);
}

/* Full Banner Styles
-----------------------------------------------------------*/

.rb-section-fullbanner .news {
	padding-bottom: 40%;
	border-radius: 30px;
}

.rb-section-fullbanner .news_info {
	width: 90%;
	max-width: 768px;
	text-align: center;
	background: #FFF;
	padding: 25px;
    border-radius: 30px;
    box-shadow: 0px 0px 20px rgb(122 122 122 / 43%);
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
			transform: translate(-50%,-50%);
}

.rb-section-fullbanner .news_fullname .rbh1,
.rb-section-fullbanner .news_fullname .rbh2 {
	font-weight: 700;
	margin: 0;
	text-align: center;
}

.rb-section-fullbanner .news_fullname .rbh1 {
	font-size: 45px;
	color: var(--colorBlack);
}

.rb-section-fullbanner .news_fullname .rbh2 {
	font-size: 35px;
	color: var(--primaryColor);
}

.rb-section-fullbanner .news_digest {
    font-size: 20px;
    color: var(--secondaryColor);
    margin: 15px 0;
}

/* 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 {
	background: var(--primaryColor);
}

.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;
    border-radius: 35px;
}

.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(67 66 93 / 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 input {
    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); ;
    border-radius: 35px;
}

.popupinput-AddToBasketMore {
	padding: 30px;
}

.inputform-required-line {
    font-size: 13px;
    margin: 5px 0;
}

.basket_checkout-notenabled {
    margin-bottom: 20px;
    font-size: 24px;
    color: var(--colorPrice);
}

.basket_item_image img {
	max-height: 150px;
}

.rb_shop_additem_image_img {
	max-height: 300px;
}

.basket_offer_body {
	/*font-size: 24px;
	color: var(--colorPrice);*/
}

/* Checkout Styles
-----------------------------------------------------------*/

.webshopmain_checkout {
	width: 90%;
	max-width: 1550px;
	position: relative;
    padding-left: 0;
    padding-right: 0;
}

.closebasket-phase-header .closebasket-phase-title {
	font-family: var(--secondaryFont);
    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,
.basket_input_button {
	background-color: var(--primaryColor);
}

.webshopmain_checkout_desc.webshopmain_checkout_desc_header a {
    background: var(--primaryColor);
    color: #FFF;
    padding: 8px 20px;
    border-radius: 35px;
    cursor: pointer;
}

.basket_input_button {
	border-radius: 35px;
}

.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 .inputpage_field_Description textarea {
	font-family: var(--primaryFont);
	border-radius: 20px;
}

.webshopmain_checkout .basket_input_title {
	font-size: 25px;
}

.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;
    border-radius: 35px;
}

.webshopmain_checkout .cancelbutton {
    color: var(--primaryColor);
    border: 2px solid var(--primaryColor);
	background: none;
}

.webshopmain_checkout .input-fieldtype-Text {
	width: 100%;
	padding: 10px;
	border: 1px solid var(--secondaryColor);
	border-radius: 35px;
}

.basket_input_input input {
	max-width: 200px;	
}

.webshopmain_checkout .inputpage_field_DeliveryMode > label,
.webshopmain_checkout .inputpage_field_ShippingName .inputpage_beforefield,
.webshopmain_checkout .inputpage_field_InvoiceName .inputpage_beforefield,
.webshopmain_checkout .inputpage_field_Description > label,
.webshopmain_checkout .inputpage_field_PaymentMode > label {
	color: var(--primaryColor);
}

.webshopmain_checkout .inputpage_field_ShippingName {
	margin-top: 40px;
}

.webshopmain_checkout .basket_item_left_info {
	max-width: calc(100% - 120px);
}

.closebasket-phasebody-summary-basket .basket_items {
	margin-top: 40px;
}

.webshopmain_checkout-phase .inputpage_field_Total {
	top: 10px;
	right: 30px;
}

.closebasket-phase-over.closebasket-phase-start .closebasket-phase-image {
	background: url(/content/images/icon-shopping-cart-green.png) no-repeat center;
	background-size: 33px;
}

.closebasket-phase-over.closebasket-phase-user .closebasket-phase-image {
	background: url(/content/images/icon-man-user-green.png) no-repeat center;
	background-size: 33px;
}

.closebasket-phase-over.closebasket-phase-delivery .closebasket-phase-image {
	background: url(/content/images/icon-delivery-truck-green.png) no-repeat center;
}

.closebasket-phase-over.closebasket-phase-payment .closebasket-phase-image {
	background: url(/content/images/icon-credit-card-green.png) no-repeat center;
}

.basket_summa_login_title,
.basket_summa_regis_title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}

.basket_summa_login_buttons .popup_button_title,
.basket_summa_regis_buttons .popup_button_title {
	height: auto;
	line-height: normal;
	padding: 10px 30px;
	background: var(--primaryColor);
    border-color: var(--primaryColor);
    color: #FFF;
}

.webshopmain_checkout .basket_item_quantity_line {
	padding: 40px 0;
}

.basket_summa,
.basket_item_quantity,
.basket_item_summa,
.webshopmain_checkout .basket_item_summa_name {
	font-weight: 500;
}

.webshopmain_checkout .inputpage_field_DataHandlingConfirmOk,
.webshopmain_checkout .datahandlingconfirmok label,
.webshopmain_checkout .inputpage_field_SimplePayDataHandlingConfirmOk,
.webshopmain_checkout .inputpage_field_CheckoutRule,
.webshopmain_checkout .inputpage_field_CheckoutRuleOK,
.webshopmain_checkout .datahandling-confirm .datahandling-title {
	font-size: 15px;
}

.datahandling-confirm-haslink,
.inputpage_html a {
	text-decoration: underline;
	color: var(--primaryColor);
}

.inputpage_html {
	border: 0;
}

.inputpage_field_PackageRedemption .inputpage_checkboxbutton-value,
.inputpage_field_DataHandlingConfirmOk-checkoutbasketphasesummary .inputpage_checkboxbutton-value,
.inputpage_field_CheckoutRuleOK .inputpage_checkboxbutton-value {
	font-size: 16px;	
	color: var(--colorBlack);
}

.inputpage_field_PostCodePopUp .popup_button_title {
	background: var(--primaryColor);
	color: #FFF;
	border-radius: 35px;
}

/* My Orders Styles
-----------------------------------------------------------*/

.allwebshop_items_body {
	width: 90%;
	margin: 0 auto;
}

.allwebshop_main .allwebshop_items_header {
	font-family: var(--secondaryFont);
    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;
}

/* Footer Styles
-----------------------------------------------------------*/

.socialinfo-full {
	text-align: center;
	padding: 50px 0 25px;
}

.socialinfo-item {
	display: inline-block;
    width: 40px;
    height: 40px;
    background-color: red;
}

.rbmenu_group-full > div {
	padding: 25px 0;
	border: 0;
}

.rbmenu_group-full .menu_divitem {
	float: none;
}

#footer,
#content-footer {
	background: #3B3B3B;
}

#footer,
#footer a,
.rbmenu_group-full a {
	color: #FFF;
	-webkit-transition: color .1s ease-out;
			transition: color .1s ease-out;
}

#footer a:hover,
.rbmenu_group-full a:hover {
	color: var(--primaryColor);
	text-decoration: underline;
}

.socialinfo-item-fb {
	background: url(/content/images/icon-facebook-white.png) no-repeat center;
}

.socialinfo-item-twitter {
	background: url(/content/images/icon-social-twitter.png) no-repeat center;
}

.socialinfo-item-instagram {
	background: url(/content/images/icon-instagram-white.png) no-repeat center;
}

.socialinfo-item-youtube {
	background: url(/content/images/icon-youtube-white.png) no-repeat center;
}

/* Newsletter Styles
-----------------------------------------------------------*/

.rb-section-newsletter {
	background: #A0CEAE;
	border-radius: 30px;
}

.rb-section-newsletter .rb-section-input {
	position: relative;
	/*padding-bottom: calc(428 / 1549 * 100%); */
}

.rb-section-newsletter .rb-global-partialinput-input {
	padding: 60px 85px;
	
    /*position: absolute;
    top: 50%;
    left: 5%;
    -webkit-transform: translateY(-50%);
    	-ms-transform: translateY(-50%);
    		transform: translateY(-50%);*/	
}

.rb-section-newsletter .inputtitle_div h3 {
    font-size: 30px;
    font-weight: 700;
    color: #FFF;
    margin: 0;
}

@media screen and (min-width: 1156px)
{
	.rb-section-newsletter .inputtitle_div h3 {
	    /*font-size: 2.9947916666666665vw;*/
	    font-size: 2.5vw; 
	}
	
}

.rb-section-newsletter .inputform {
	width: calc(930 / 1380 * 100%);
	display: flex;
	gap: 5%;
}

.rb-section-newsletter .inputtitle_div,
.rb-section-newsletter fieldset {
	flex: 1 1 50%;
}

.rb-section-newsletter .input-fieldtype-Text {
	width: 100%;
    padding: 10px 25px;
    border-radius: 26px;
    float: none;
    border: none;
    color: #AFAFAF;
}

.rb-section-newsletter .datahandling-confirm-haslink,
.rb-section-newsletter .inputpage_html a {
	color: #FFF;	
}

.rb-section-newsletter .inputpage_fieldtype_CheckBox .inputpage_label {
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-weight: 300;
	color: #FFF;
}

.rb-section-newsletter input[type="checkbox"] + input[type="hidden"] + .inputpage_label:before {
	background-color: #FFF;
	border-color: #FFF;
}

.inputpage_buttons_after {
	border: 0;
}

.rb-section-newsletter .submitbutton {
    height: auto;
	font-family: "Roboto", sans-serif;
    font-size: 14px;
    color: var(--primaryColor);
    background: #FFF;
    border: 0;
    border-radius: 35px;
    padding: 10px 30px;
    cursor: pointer;
}

.rb-section-newsletter .submitbutton:hover {
    text-decoration: underline;
}

/* PostCode Styles
-----------------------------------------------------------*/

.input_BasketPostCode .inputtitle {
    font-size: 25px;
    font-weight: 700;
	font-family: var(--primaryFont);
    color: var(--colorBlack);
}

.input_BasketPostCode .input-header a {
	color: var(--primaryColor);
	font-weight: 600;
}

.input_BasketPostCode .input-header a:hover {
	text-decoration: underline;
}

.input_BasketPostCode .inputpage_afterfield {
    font-size: 20px;
    font-weight: 700;
    margin-top: 20px;
}

.input_BasketPostCode .input-header {
	font-size: 20px;
    color: var(--secondaryColor);
    margin: 0 0 20px;
} 

.input_BasketPostCode .inputpage_field_DeliveryMode-2 .inputpage_afterfield {
	display: block;
    font-size: 15px;
    font-weight: 400;
    color: var(--secondaryColor);
    margin: 0 0 20px;
    padding-left: 30px;
}

.input_PostCodeSelect .submitbutton {
	background: var(--primaryColor);
	border-color: var(--primaryColor);
	color: #FFF;
}

.inputform-popup .cancelbutton {
	background: none;
	color: #000;
}

.inputform-popup .submitbutton {
	border-radius: 5px;
	padding-left: 30px;
	padding-right: 30px;
}

.inputform-popup .cancelbutton {
	float: left;
}

.inputform-popup .submitbutton:hover {
	border-color: var(--primaryColor);
	background: var(--primaryColor);
}

.popup-input-popup_panel.rb-popuppanel-visibled {
	-webkit-animation: popup-slide-in-top0 0.3s ease-out;
	   -moz-animation: popup-slide-in-top0 0.3s ease-out;
		 -o-animation: popup-slide-in-top0 0.3s ease-out;
			animation: popup-slide-in-top0 0.3s ease-out;
}

.inputpage_field_PostCodeList {
	width: 100%;
}

.inputpage_field_PostCodeList .rb-listselect {
	height: 200px;
	overflow: auto;
	border: 0;
	font-size: 0;
}

.rb-listselect-item {
    display: inline-block;
    width: calc(100% / 4);
    font-size: 15px;
    padding: 10px;
    cursor: pointer;
    -webkit-transition: all .15s ease-out;
    		transition: all .15s ease-out;
}

.rb-listselect-item:hover {
    background: rgb(138 191 154 / 60%);
    color: #FFF;
}

.popupinput-PostCodeSelect .inputtitle,
.deliverymodelist {
	font-family: var(--primaryFont);
    font-size: 20px;
    font-weight: 600;
    color: var(--colorBlack);
    margin-bottom: 10px;
}

.popupinput-PostCodeSelect .inputpage_fieldtype_ListSelect {
	margin-bottom: 20px;
}

.rb-listselect-item-selected {
    color: #FFF;
	background: var(--primaryColor) !important;
}

.popupinput-PostCodeSelect .inputpage_field .inputpage_afterfield {
	display: block;
	max-width: 100%;
	padding-left: 30px;
}

.rb-mediastate-Mobile .popup-input-popup_panel {
	width: 100%;
	padding: 20px 10px;
}

/* IMG Left Right Styles
-----------------------------------------------------------*/

.rb-section-style-imgleft .rb-section-normal-main,
.rb-section-style-imgright .rb-section-normal-main {
	display: flex;
}

.rb-section-normal-main img {
	border-radius: 20px;
}

.rb-section-normal-main .rbh1 {
	font-size: 30px;
	margin: 0 0 10px;
}

.rb-section-normal-main .rbh2 {
	font-size: 25px;
	font-weight: 600;
	color: var(--primaryColor);
	margin: 0 0 10px;
}

.rb-section-normal-main .rb-section-description {
	font-size: 20px;
    color: var(--colorBlack);
}

.rb-section-normal-main .rb-section-normal-left {
	padding: 20px;
	-ms-flex: 0 1 60%;
		flex: 0 1 60%;
}

.rb-section-normal-main .rb-section-normal-right {
	-ms-flex: 0 1 40%;
		flex: 0 1 40%;
}

.rb-section-style-imgright .rb-section-normal-left {
	order: 2;	
}

.rb-section-style-fullbanner .rb-section-normal {
	padding-bottom: calc(861 / 1920 * 100%);
	background-size: 100%;
}

.rb-section-style-fullbanner .rb-section-normal-main {
	max-width: 45%;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
			transform: translateY(-50%);
}

.rb-section-style-fullbanner .rb-section-description {
	color: var(--secondaryColor);
}

@media screen and (max-width: 768px)
{	
	.rb-section-style-imgleft .rb-section-normal-main,
	.rb-section-style-imgright .rb-section-normal-main {
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;	
	}
	
	.rb-section-style-imgleft .rb-section-normal-main > div,
	.rb-section-style-imgright .rb-section-normal-main > div {
		flex: 1 1 100%;	
	}
	
	.rb-section-normal-main .rb-section-normal-left {
		padding: 0;
		margin-top: 20px;
	}
	
	.rb-section-style-imgleft .rb-section-normal-left {
		order: 2;
	}
	
	.rb-section-style-fullbanner .rb-section-normal-main {
		padding-top: calc(861 / 1920 * 100%);
		max-width: 100%;
		position: static;
		-webkit-transform: none;
			-ms-transform: none;
				transform: none;
	}
	
	.rb-section-style-fullbanner .rb-section-normal {
		background-position: top;
		background-repeat: no-repeat;
		padding: 0;
	}
}



/* Double Buttons Styles
-----------------------------------------------------------*/

.rb-section-style-newsdoublebuttons .news_previewimage_img {
	width: auto;
	max-width: 100%;
	margin: 0 auto;	
}

/* Other Styles
-----------------------------------------------------------*/

.popup-input-popup_panel {
	width: 90%;
}

#jquery-msg-content {
    font-size: 20px;
    background: #FFF;
    box-shadow: none;
    padding: 50px 20px;
    opacity: 1;
    border-radius: 9px;
}

#jquery-msg-content .btn-wrap span {
    display: inline-block;
    font-weight: 400;
    letter-spacing: 1px;
    color: #FFF;
	padding: 8px 50px;
    background: var(--primaryColor);
    margin-top: 20px;
    border-radius: 9px;
    text-decoration: none;
}

#jquery-msg-content .btn-wrap span:hover {
    text-decoration: underline;
}

.rbsidebar_button {
	background: url(/content/images/icon-menu-gray.png) no-repeat center;
}

.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;
}

.popupdata-panel .rb-popuprule-message {
	font-size: 20px;
    font-weight: 400;
    color: var(--secondaryColor);
	padding: 0;
	margin: 0;
}

.popupdata-panel .rb-popuprule-message .rbh2 {
	color: var(--primaryColor);
	margin: 0;
}

.rb-scrolltop {
	opacity: 1;	
}

.input-fieldtype-DivLabel,
.input-readonly {
	-webkit-text-fill-color: #444 !important;
	color: #444 !important;
	opacity: 1;
	background: transparent !important;
}

.rb-scrolltop {
	width: 40px;
	height: 40px;
	bottom: 10px;
	right: 10px;
}

.rb-scrolltop:before {
	top: 17px;	
}

.rb-section-header-categoryandotherfilters {
	text-align: right;
}

.rb-section-header-otherfilter-popup,
.newsitem_clickbutton {
	background: var(--primaryColor);
	color: #FFF;	
	display: inline-block;
	padding: 8px 20px;
	border-radius: 35px;
	margin-bottom: 10px;
}

.popup-extra_panel {
	width: 90%;
	max-width: 500px;
}

.popup-extra_panel .rb-itemgroup-Products-Left {
	padding: 20px;
}

/* Media Queries
-----------------------------------------------------------*/

/* Rb Desktop */
@media screen and (min-width: 1156px)
{

}

@media screen and (max-width: 1450px)
{
	.baseheader_main .menu_divitem {
		margin-right: 20px;
	}
}

/* Tablet only */
@media screen and (min-width: 585px) and (max-width: 1155px)
{

}

/* Rb Tablet */
@media screen and (max-width: 1155px)
{
	.baseheader_main {
		align-items: center;
		padding: 10px 0;
	}
	
	.baseheader {
	    width: 133px;
	    height: 119px;
	    background-size: 100%;
	}
	
	.baseheader_lineleft .baseheader_line2,
	.baseheader_lineright .baseheader_line1 {
		display: none;
	}
	
	.baseheader_lineright .baseheader_line2 {
		padding: 10px 0;
	}
	
	.baseheader_lineleft .baseheader_line1 {
	    padding: 10px 0 0 65px;
	    border-bottom: 0;
	}
	
	.baseheader_lineright {
		margin-left: auto;	
	}
	
	.baseheader_lineleft {
		margin-right: auto;	
	}
	
	.rb-section-newsslider .news_digest,
	.new_clickurl,
	.news_info_left_button,
	.rb-section-fullbanner .listmorespan {
		font-size: 13px;
	}
	
	.rb-section-priorcategories-items {
		grid-template-columns: repeat(4, 1fr);	
	}
	
	.rb-section-productlist .rb2-slider-pager-item-main,
	.rb-section-detaillinkslider .rb2-slider-pager-item-main {
		grid-template-columns: repeat(3, 1fr);	
	}
	
	.rb2-pager .rb2-pager-item-prev {
		left: -5%;
	}
	
	.rb2-pager .rb2-pager-item-next {
		right: -5%;
	}	
	
	.rb-section-priorproducts .rb2-slider-pager-item-main {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.rb-section-style-newsblogs .rb2-slider-pager-item-main,
	.rb-section-allnews .rb2-slider-pager-item-main {
		
	}
	
	.rb-section-productlist .rb2-slider-pager-item-main,
	.rb-section-detaillinkslider .rb2-slider-pager-item-main {
		padding-top: 30px;
	}
	
	.alexdata_discount {
		width: 60px;
		height: 60px;
		top: -30px;
	}
	
	.alexdata_discount_value_discount {
		font-size: 23px;
	}
	
	.alexdata_discount_value_title {
		font-size: 10px;
	}
	
	.basket_morebutton-number-adddel,
	.basket_morebutton-number-full input,
	.basket_morebutton-full > input {
		/*width: 30px;
		height: 30px;*/
	}
	
	.basket_morebutton-number-del:before {
		line-height: 25px;
	}
	
	.basket_morebutton-number-add:before {
		line-height: 30px;
	}
	
	.rb-section-priorproducts .news_fullname .rbh1 {
		font-size: 35px;
	}
	
	.rb-section-priorproducts .news_fullname .rbh2 {
		font-size: 20px;
	}
	
	.rb-section-fullbanner .news_fullname .rbh1 {
		font-size: 30px;
	}
	
	.rb-section-fullbanner .news_digest {
		font-size: 17px;
	}
	
	.rb-section-style-newsblogs .rb2-slider-pager-item-main,
	.rb-section-allnews .rb2-slider-pager-item-main {
		grid-template-columns: 1fr 1fr;
	}
	
	.rb-section-newsletter .inputform {
		width: 100%;
		margin: auto;
		gap: 2.5%;
	}
	
	.rb-section-newsletter .inputtitle_div {
		-ms-flex: 0 1 40%;
			flex: 0 1 40%;
	}
	
	.rb-section-newsletter fieldset {
		-ms-flex: 0 1 60%;
			flex: 0 1 60%;
	}
	
	.rb-section-allproductheader-search {
		width: 40%;
	}
	
	.alexwebdatainfogrid_alexdata_detail_top_alexdata_detail_right .rbh1 {
		font-size: 30px;
	}
	
	.rb-section-allnews .news_info-full {
		padding: 10px 20px;
	}
	
	.rb-section-allnews .rb2-slider-pager-item-main {
		padding-top: 0;
		padding-bottom: 0;
	}
	
	.rb-section-allnews .rb2-slider-item {
		margin-bottom: 20px;
	}
	
	.rb-section-newsslider .rb-section-split-right .news_info_discount_full {
		width: 35%;
		padding-bottom: 35%;
	}
	
	.news_info_discount_line1 {
		margin-top: 2vw;
	}
	
	.rb-section-newsslider .rb-section-split-right .news_info_full {
		bottom: 5%;
	}
	
	.rb-section-newsslider .rb-section-split-right .rbh1 {
		margin-bottom: 10px;
	}
}

/* iPad Landscape */

@media screen and (max-width: 1024px)
{
	.rb-section-productlist .rb2-pager {
		text-align: right;
	}
	
	.rb-section-productlist .rb2-pager-item-pagertype-prevnext {
		display: inline-block;
		position: static;
		margin-left: 10px;
		float: none;
	}
}

@media screen and (max-width: 900px)
{
	.allproduct_mainpage .rb-home_mainpage-center {
		width: 100%;
		padding-left: 0;
	}
	
	.allproduct_mainpage .rb-home_mainpage-left {
		width: 300px;
		height: 100%;
		padding: 20px;
		overflow-y: auto;
		background: #FFF;
		position: fixed;
		top: 0;
		left: -300px;
		z-index: 1;
		-webkit-transition: left .2s ease-out;
				transition: left .2s ease-out;
	}
	
	.allproduct_mainpage .rb-home_mainpage-left.showtreeview {
		left: 0;
		box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 30%);
	}
	
	.treeview_items {
	    width: auto;
	    height: auto;
	    padding: 0;
	    position: static;
	    background: transparent;
		box-shadow: none;
	}
	
	.rb-section-allproductheader,
	.rb-section-allproduct {
		width: 100%;
	}	
	
	.treeview_title, .rb-section-allproductheader .rbsliderheader-titleinfo,
	.allproduct_mainpage .rb-home_mainpage-left .rb-section-title {
		font-size: 30px;
	}
	
	.treeview_items-showbutton {
		background: var(--primaryColor) url(/content/images/icon-filter.png) no-repeat center;
		background-size: 25px;
		border-radius: 50%;
	}
	
	.rb-section-style-newsdoublebuttons .rb2-slider-pager-item-main {
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	}
	
	.rb-section-style-newsdoublebuttons .rb2-slider-item {
		margin-bottom: 40px;
		-ms-flex: 1 1 100%;
			flex: 1 1 100%;
	}
	
	.allproduct_mainpage .rb-home_mainpage-left .rb-section {
		margin-bottom: 40px;
	}
	
	.allproduct_mainpage .rb-home_mainpage-left .rb-section-title,
	.treeview_title {
		margin-bottom: 20px;
	}
	
}

/* iPad Portrait */
@media screen and (max-width: 768px)
{
	.baseheader_left {
		display: block;
	}
	
	.baseheader_line1,
	.baseheader_line2 {
		padding: 10px 0;
	}
	
	.baseheader_line1 > .menu_items,
	.baseheader_line2 > .menu_items {
		display: none;
	}
	
	.rb-section-newsslider .news_info {
		margin-bottom: 10px;
	}
	
	.rb-section-newsslider .news_fullname .rbh1 {
		font-size: 30px;
	}
	
	.rb-section-newsslider .news_fullname .rbh2 {
		font-size: 20px;
	}
	
	.rb-section-newsslider .rb-section-split {
		display: block;
	}
	
	.rb-section-newsslider .rb-section-split-left {
		margin-bottom: 20px;
	}
	
	.news_info_discount_line1-value {
	    font-size: 10vw;
	}
	
	.news_info_discount_line2 {
		font-size: 22px;
	}
	
	.news_info_discount_line1 {
		margin-top: 7vw;
	}
	
	.rb-section-newsslider .rb-section-split-right .news_digest {
		display: block;
	}
	
	.news_info_discount_line1-sufix {
		font-size: 5vw;
	}
	
	.rb-section-newsslider .rb-section-split-right .rbh2 {
		font-size: 15px;
		padding: 8px 0;
	}
	
	.rb-section-newsslider .news_digest {
		display: none;
	}
	
	.rb-section-priorcategories-items {
		grid-template-columns: repeat(3, 1fr);	
	}
	
	.basket_morebutton-full {
/*		display: flex;*/
	}	
	
	.basket_morebutton-number-full {
		margin-right: 0;
	}
	
	.basket_morebutton-full > input {
		margin-left: auto;
	}
	
	.rb-section-priorproducts .rb2-slider-pager-item-main {
		display: block;
	}
	
	.rb-section-priorproducts .rb2-slider-item {
		margin-bottom: 20px;
	}
	
	.rb-section-fullbanner .news_info {
		padding: 10px;
	}
	
	.rb-section-fullbanner .news_digest {
		display: none;
	}
	
	.rb-section-fullbanner .news_info_info-names {
		margin-bottom: 10px;
	}
	
	.rb-section-newsletter .rb-global-partialinput-input {
		padding: 30px 50px;
	}
	
	.rb-section-newsletter .inputform {
		display: block;
	}	
	
	.rb-section-newsletter .inputtitle_div {
		margin-bottom: 20px;
	}
	
	.alexdata_header_name, .alexwebdatainfogrid_alexdata_priorproducts .rbh1 {
		font-size: 17px;
	}
	
	.rb-listselect-item {
	    width: calc(100% / 3);
	}
}

@media screen and (max-height: 650px)
{
	.input_PostCodeSelect .inputpage_buttons {
		width: 90%;
	    max-width: 768px;
	    padding: 10px;
	    background: #FFF;
	    position: fixed;
	    bottom: 0;
	    left: 50%;
	    -webkit-transform: translateX(-50%);
	    	-ms-transform: translateX(-50%);	
				transform: translateX(-50%);
	}
}

/* Rb Mobile  */
@media screen and (max-width: 584px)
{
	.baseheader_lineleft {
		display: none;
	}
	
	.baseheader_lineright {
		-ms-flex: 1 1 1%;
			flex: 1 1 1%;
	}
	
	.baseheader_left {
		position: static;
	}
	
	.baseheader {
		width: 93px;
		height: 84px;
	}
	
	.rb-section {
		margin-bottom: 40px;
	}
	
	.rb-section-productlist .alexwebdatainfogrid_thumbnail_url_img {
		height: 100px;
	}
	
	.allproduct_mainpage .rb-home_mainpage-work {
		width: 100%;
	}
	
	.rb-section.rb-section-allproductheader,
	.rb-section-header-sortandfilters {
		padding: 0 10px;
	}
	
	.rb-section-priorcategories-items,
	.rb-section-productlist .rb2-slider-pager-item-main,
	.rb-section-detaillinkslider .rb2-slider-pager-item-main {
		grid-template-columns: repeat(2, 1fr);	
	}
	
	.alexdata_header_name, .alexwebdatainfogrid_alexdata_priorproducts .rbh1 {
		font-size: 14px;
	}	
	
	.rb2-pager-item-alllink {
		position: static;
		padding: 8px 20px;
	}
	
	.rb-section-productlist .rb2-slider-title-full, .rb-section-priorproductcategory .rb-section-priorcategories-header, .rb-section-style-newsblogs .rb2-slider-title-full, .rb-section-detaillinkslider .rb2-slider-title-full {
		margin-bottom: 20px;
	}
	
	.rb-section-productlist .rb2-slider-title,
	.rb-section-priorproductcategory .rb-section-title,
	.rb-section-style-newsblogs .rb2-slider-title,
	.rb-section-detaillinkslider .rb2-slider-title,
	.rb-section-productlist .rb2-slider-subtitle,
	.rb-section-priorproductcategory .rb-section-subtitle,
	.rb-section-style-newsblogs .rb2-slider-subtitle,
	.rb-section-detaillinkslider .rb2-slider-subtitle {
		font-size: 25px;
	}
	
	.rb-section-fullbanner .news_info,
	.rb-section-fullbanner .news {
		border-radius: 10px;
	}

	.rb-section-fullbanner .news_fullname .rbh1 {
		font-size: 18px;
	}
	
	.rb-section-newsslider .news_info_left {
		width: 50%;
		left: 5%;
	}
	
	.rb-section-newsslider .news_news-productslider {
		display: none;
	}
	
	.rb-section-style-newsblogs .rb2-slider-pager-item-main,
	.rb-section-allnews .rb2-slider-pager-item-main {
		display: block;
	}
	
	.rb-section-newsletter .rb-global-partialinput-input {
		padding: 20px;
	}
	
	#content-footer .rbmenu_group-full > div {
		padding: 20px 0;
		border: none;
	}
	
	.rb-section-allproduct .rb2-slider-pager-item-main {
		grid-template-columns: 1fr 1fr;
	}
	
	.rb-section-allproduct .alexwebdatainfogrid_thumbnail_url_img {
		max-width: 100%;
		object-fit: cover;
	}
	
	.basket_morebutton-number-adddel, .basket_morebutton-number-full input, .basket_morebutton-full > input {
		width: 25px;
		height: 25px;
	}
	
	.basket_morebutton-number-add:before {
		line-height: 25px;
	}
	
	.basket_morebutton-full > input {
		background-size: 15px;
	}
	
	.alexdata_footer_onlineprice {
		font-size: 17px;
	}
	
	.alexdata_footer_shop input.basket-additem {
		width: auto;
		height: auto;
		font-size: 13px;
		background-size: 25px;
		padding: 10px 10px 10px 40px;
	}
	
	.rb-section-allproduct .rb-section-header-sort {
		position: static;
	}
	
	.rb-section-allproductheader {
		margin-bottom: 20px;
	}
	
	.rb-section-allproductheader-search {
		width: 100%;
	}
	
	.alexwebdatainfogrid_alexdata_detail_top {
		display: block;
		margin-bottom: 20px;
	}
	
	.alexwebdatainfogrid_alexdata_detail_top_alexdata_detail_right {
		margin-bottom: 20px;
		padding-left: 0;
	}
	
	.rb-tabbed-master-item {
		padding: 20px;
	}
	
	.inputpage_field_PostCodeList .rb-listselect {
		height: 65vh;
	}
	
	.rb-listselect-item {
	    width: 50%;
	}
	
	.rb-section-allnews .news_info-full {
		padding: 10px 15px 10px;
	}
	
	.popup-popupbasket_full_panel {
		width: 100%;
	}
	
	.popupinput-AddToBasketMore {
		padding: 0;
	}
	
	.input_AddToBasketMore .inputform {
		display: block;
	}
	
	.input_AddToBasketMore .input-header {
		width: 50%;
	}
	
	.popup-input-popup_panel .input fieldset {
		margin: 20px 0 0;
	}
	
	.productproperty-groupitem {
		display: block;
		width: 100%;
	}
	
	.productproperty-groupitem:nth-child(3n+3) {
		margin: 0;
	}
	
	.rb-section-newsslider .rb-section-split {
		display: block;
	}
	
	.rb-section-newsslider .rb-section-split-left .news {
		/*margin-bottom: 20px;*/
	}
	
	.input_PostCodeSelect .inputpage_buttons {
		width: 100%;
	    max-width: 768px;
	    padding: 10px;
	    background: #FFF;
	    position: fixed;
	    bottom: 0;
	    left: 50%;
	    -webkit-transform: translateX(-50%);
	    	-ms-transform: translateX(-50%);	
				transform: translateX(-50%);
	}
	
	.alexwebdatainfogrid_alexdata_prices {
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	}
	
	.alexwebdatainfogrid_alexdata_prices > div {
		margin-bottom: 20px;
		-ms-flex: 0 1 auto;
			flex: 0 1 auto;
	}
	
	.rb-section-productlist .rb2-slider-header,
	.rb-section-detaillinkslider .rb2-slider-header {
	    display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	    -webkit-box-align: start;
		   -ms-flex-align: start;
		 align-items: flex-start;
	}
	
	.rb2-pager-item-pagertype-prevnext {
		width: 35px;
		height: 35px;
	}
	
	.rb-section-productlist .rb2-pager-item-pagertype-prevnext,
	.rb-section-detaillinkslider .rb2-pager-item-pagertype-prevnext {
		margin-left: 0;
		-webkit-transform: none;
			-ms-transform: none;
				transform: none;
	}
	
	.rb-section-productlist .rb2-pager-item-alllink,
	.rb-section-detaillinkslider .rb2-pager-item-alllink {
		margin: 20px 0 0;
	}
	
	.rb-section-productlist .alexdata_footer_shop_prices > div,
	.rb-section-detaillinkslider .alexdata_footer_shop_prices > div  {
		-ms-flex: 1 1 100%;
			flex: 1 1 100%;
	}

}

@media screen and (max-width: 400px)
{
	.basket_morebutton-number-full input {
		margin: 0;
	}	
	
	.news_info_discount_line2 {
		font-size: 16px;
	}
}







