@import url('https://fonts.googleapis.com/css2?family=Balsamiq+Sans:ital,wght@0,400;0,700;1,400;1,700');

:root {
  --main-color: #6B8BE0;
  --main-ligher-color: #DDF7FF;
  --main-darker-color: #BFEFFF;
  --main-link-button-color: #4D7AFF;
  --main-lighet-color-used: #E1F7FF;
  --lighter-title-color: #7ECDEB;
  --light-shade: #ECECFB;
}

@font-face {
font-family: "pt_sans";
src: url('../fonts/Lato-Regular.eot'); /* IE9 Compat Modes */
src: url('../fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('../fonts/Lato-Regular.woff2') format('woff2'), /* Modern Browsers */
	url('../fonts/Lato-Regular.woff') format('woff'), /* Modern Browsers */
	url('../fonts/Lato-Regular.ttf') format('truetype');
font-style: normal;
font-weight: normal;
text-rendering: optimizeLegibility;
font-display: swap;
}
@font-face {
font-family: "open_sans";
font-style: normal;
font-weight: normal;
font-display: swap;
src: url('../fonts/source-sans-pro-v13-latin-ext_greek-ext_cyrillic_cyrillic-ext_latin_greek-regular.eot'); /* IE9 Compat Modes */
src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'),
	url('../fonts/source-sans-pro-v13-latin-ext_greek-ext_cyrillic_cyrillic-ext_latin_greek-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('../fonts/source-sans-pro-v13-latin-ext_greek-ext_cyrillic_cyrillic-ext_latin_greek-regular.woff2') format('woff2'), /* Super Modern Browsers */
	url('../fonts/source-sans-pro-v13-latin-ext_greek-ext_cyrillic_cyrillic-ext_latin_greek-regular.woff') format('woff'), /* Modern Browsers */
	url('../fonts/source-sans-pro-v13-latin-ext_greek-ext_cyrillic_cyrillic-ext_latin_greek-regular.ttf') format('truetype'), /* Safari, Android, iOS */
	url('../fonts/source-sans-pro-v13-latin-ext_greek-ext_cyrillic_cyrillic-ext_latin_greek-regular.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}


@font-face {
    font-family: 'pt_serifregular';
    src: url('../fonts/PTF55F-webfont.eot');
    src: url('../fonts/PTF55F-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/PTF55F-webfont.woff2') format('woff2'),
         url('../fonts/PTF55F-webfont.woff') format('woff'),
         url('../fonts/PTF55F-webfont.ttf') format('truetype'),
         url('../fonts/PTF55F-webfont.svg#pt_serifregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


.main_backgroud_color{
	background: #B9B9C8;
}
hr.quarter_hr {
display: none;
}
body, html{
-webkit-font-smoothing: antialiased;
/* text-rendering: optimizelegibility; */
scroll-behavior: smooth;
}
body {
line-height: normal;
}

body.blurred .all_over {
-webkit-filter: blur(0.125em);
filter: blur(0.125em);
position: relative;
top: 0;
padding-bottom: 0;
}
.overlay {
z-index: 7;
background-color: rgba(0, 0, 0, 0.5);
bottom: -1px;
left: -1px;
opacity: 0;
pointer-events: none;
position: fixed;
right: -1px;
top: -1px;
-webkit-transition: opacity 400ms;
-o-transition: opacity 400ms;
transition: opacity 400ms;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
img.small_over{
top: 35px;
}
.imprints_bottom_wrapper img.small_over {
top: 0;
}
.announcement{
margin-top: 0;
}
.blurred .overlay{
opacity: 1;
pointer-events: none;
z-index: 500;
}
.blurred main.new_main {
pointer-events: none;
}
.wrapper_corelate.all_flex {
justify-content: space-evenly;
}
.form_right h2 {
    color: var(--lighter-title-color) !important;
}
.activation_form input, .form_lost_pass input, .form_singup input, .login_form input, .modify_form input {
    border-bottom-color: var(--lighter-title-color);
}
#form_contact .btn.btn-default.btn-sm {
    background-color: var(--main-link-button-color);
}
.wrapper_corelate.all_flex .all_books.slim_book {
/* margin-right: 15px; */
/* margin-left: 15px; */
/* width: 140px; */
height: 352px;
}

.new_main{/* width: 1200px; */margin: 0 auto;/* padding-top: 40px; */}
.bkgnew .container_new{width: 100% !important;padding: 0 !important;max-width: 100%;}
.header_wrapper_new{
font-family: 'open_sans', Helvetica, Arial, sans-serif !important;
/*border-bottom: 1px solid #DBDBEA;*/
padding-bottom: 1px;
position: relative;
}
.top_header {
margin: 0 auto;
padding: 6px 0 4px 0px;
}
.all_flex{
display: flex;
align-items: self-start;
justify-content: space-between;
flex-flow: wrap;
}
.main_books .all_flex {
justify-content: center;
}
.top_header{
font-size: 14px;
position: relative;
min-height: 50px;
}
.top_header_left {
float: left;
width: 355px;
font-weight: bold;
}
.top_header_right {
float: right;
width: 834px;
height: 48px;
position: absolute;
right: 0;
top: 0px;
padding: 17px 0 15px 37px;
background: url(../images/redesign/shadow.png) repeat;
background-repeat: repeat-x;
}
.top_header_left_link {
cursor: pointer;
padding-right: 20px;
padding-top: 12px;
padding-bottom: 12px;
}
.top_header_left_link.with_menu {
padding-left: 31px;
background: url(../images/redesign/small_arrow.png) left 8px center no-repeat;
position: relative;
}
.opened_menu .hover_menu {
    display: block;
    position: absolute;
    width: 130px;
    background:  var(--light-shade);
    padding-top: 11px;
    left: 0px;
    top: 42px;
    min-width: 100%;
    z-index: 2;
    padding-bottom: 7px;
}

.hover_menu .hover_menu_link {
display: block;
padding: 0 2px 11px 11px;
font-size: 14px;
font-weight: bold;
}

span.top_header_left_link.with_menu.opened_menu {
	background: url(../images/redesign/small_arrow_top.png) left 8px center no-repeat;
	background-color:  var(--light-shade);
}
.top_header_right_link.with_art {
padding-left: 25px;
background: url("../images/redesign/small_logo.png") left center no-repeat;
}

.hover_menu {
display: none;
}
.middle_header_wrapper {
border-top: 1px solid #DBDBEA;
/*border-bottom: 1px solid #DBDBEA;*/
}

.middle_header {
margin: 0 auto;
}

.main_logo {
display: block;
float: left;
width: 168px;
height: 56px;
background: url(../images/redesign/big_logo.png) center no-repeat;
margin: 33px 0 33px 3px;
}

.middle_header_right {
float: right;
width: 924px;
display: flex;
align-items: center;
justify-content: center;
flex-flow: wrap;
}

.middle_header_right_div {
width: 30%;
height: 130px;
border-right: 1px solid #DBDBEA;
}
.middle_header_right_div:nth-last-child(1) {
border-left: 0;
border-right: 0;
/* padding-right: 12px; */
}
img.middle_header_right_img {
float: right;
margin-top: 34px;
height: auto;
}
img.middle_header_right_img {
float: right;
margin-top: 34px;
}

.middle_header_right_div_info {
float: right;
width: 186px;
margin-top: 34px;
margin-left: 12px;
}
.content_text, .content_text p, .content_text p span {
font-size: 16px !important;
}
.middle_sub_title {display: block;margin-bottom: 4px;max-height: 36px;overflow: hidden;line-height: 1.3;}

.middle_sub_text {
color: #858594;
height: 38px;
overflow: hidden;
display: block;
}
div.video_png {
width: 234px;
float: left;
}
.hr_wrapper_absolute .hr_double{
width: 200%;
}
.hr_double{
border-top: 1px solid #B9B9C8;
position: relative;
margin: 32px 0;
width: 100%;
}
.hr_double_in{
border-top: 1px solid #B9B9C8;
position: relative;
bottom: -1px;
}
.hr_double.color_light, .hr_double.color_light .hr_double_in {
border-color: #CACAD9 !important;
}

.for_selected .hr_double,.for_selected .hr_double .hr_double_in{
	border-color: var(--main-link-button-color) !important;
}

.bottom_header_wrapper {
/*border-top: 1px solid #DBDBEA;*/
margin-top: 1px;
/*border-bottom: 1px solid #DBDBEA;*/
position: relative;
}

.bottom_header_left.all_flex {
width: 780px;
font-weight: bold;
float: left;
margin: 25px 0;
}

.bottom_header {margin: 0 auto;position: relative;min-height: 56px;}

.bottom_header_right {float: right;font-size: 26px;margin: 16px 0 16px 0;}
.bottom_header_right_icons {margin-left: 11px;position: relative;display: inline-block;height: 29px;cursor: pointer;}

.number_cos {
    position: absolute;
    display: block;
    background: var(--main-link-button-color);
    color: #fff;
    min-width: 20px;
    min-height: 20px;
    font-size: 14px;
    text-align: center;
    border-radius: 50%;
    top: -7px;
    right: -10px;
    font-weight: normal;
    margin: 0;
    /* height: auto; */
}
.bottom_header_left_link {
position: relative;
cursor: pointer;
}
.bottom_header_left_link.bottom_header_left_link_selected .for_selected, .bottom_header_left_link:hover .for_selected{
display: block;
}
#search_icon {
cursor: pointer;
}
.for_selected {width: calc(100% + 30px);height: 0px;position: absolute;top: 45px;display: none;z-index: 2;left: calc(50% + 15px);margin-left: calc(-50% - 30px);}

.small_logo_header {
display: inline-block;
width: 100px;
height: 33px;
float: left;
background: url(../images/redesign/header_logo.png) center no-repeat;
display: none;
}

.bottom_header_left_search{
float: left;
}
.search_header .bottom_header_left, .bottom_header_left_search, .search_header .search_button, .close_button, .close_button{
display: none;
}
.search_header .bottom_header_left_search, .search_header .close_button{
display: block;
}
.bottom_header_left_search{position: relative;}
.search_header .bottom_header_left_search{width: 680px;height: 31px;overflow: hidden;overflow: visible;width: calc(100% - 335px );}
.bottom_header_left_search .search_header {
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}

.another_wrapper {position: absolute;width: 688px;/* width: 710px; */height: 31px;right: -200px;-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;-ms-transition: all 0.5s ease;transition: all 0.5s ease;width: 100%;}

.search_header .another_wrapper {
right: -10px;
}

.bottom_header_right_icons.close_button i {
position: relative;
top: -4px;
height: 31px;
display: inline-block;
margin-right: 6px;
}
.bottom_header_right_icons.close_button {
font-size: 35px;
float: left;
height: 33px;
margin-right: 3px;
}
.bottom_header_left_search {margin-top: 17px;display: block;overflow: hidden;}

.bottom_header_left_search .bottom_header_left_search_icons {font-size: 27px;float: right;}

input.search_input_head {height: 35px;position: relative;top: -2px;width: calc(100% - 69px);font-size: 22px;border: 0;margin-left: 11px;float: left;border-bottom: 2px solid black;margin-left: 0;}
.wrapper_big_menu {
	display: none;
	position: absolute;
	background:  var(--light-shade);
	width: 100%;
	top: 71px;
	z-index: 12;
	padding: 30px 33px;
}

.big_menu_left {
float: left;
width: 640px;
}
.big_menu_left.all_columns {
width: 100%;
}

.big_menu_left.all_columns .big_menu_left_column {
width: auto;
/* max-width: 170px; */
/* margin-right: 105px; */
}

.sub_div_m {
margin-bottom: 35px;
}
.big_menu_left_info {
color: #646472;
font-weight: bold;
font-size: 14px;
margin-bottom: 13px;
}
.big_menu_left_column .book_right {
margin-bottom: 30px;
}
.big_menu_left_column {
float: left;
width: 33%;
}
.big_menu_left_column {
position: relative;
/* margin-top: -45px; */
}
.big_menu_left_column.column_widthbooks {
max-width: 438px !important;
}
.big_menu_top_link a {
font-weight: bold;
color: #000000;
}
.big_menu_top_link, .big_menu_normal_link {
/*margin-bottom: 15px;*/
margin-bottom: 8px;
color: #000000 !important;
font-weight: bold;
/*max-width: 170px;*/
max-width: 200px;
}
.big_menu_content{
display: none;
}

.big_menu_middle {
float: left;
}

.big_menu_middle_info a {
color: #646472;
font-weight: bold;
}

.big_menu_middle_info {
margin-bottom: 25px;
}

.big_menu_middle_normal_link {
margin-bottom: 16px;
}

.big_menu_right {
float: right;
}

.big_menu_middle_normal_link a {
font-weight: bold;
}
.bottom_header_wrapper.sticky_menu {position: fixed;top: -2px;z-index: 16;background: #fff;width: 100%;/*padding-bottom: 2px;*/}

div.all_over.sticky_all {
padding-top: 89px;
}
.sticky_menu .small_logo_header {
display: inline-block;
margin-top: 17px;
margin-right: 41px;
}
.class_1200{
width: 1200px;
margin: 0 auto 0px auto !important;
}
.gdprbanner {
    justify-content: normal;
    background-color: var(--main-darker-color);;
}
.center_gdprbanner{
display: flex;
justify-content: space-between;
}
.gdprbanner{
font-family: 'open_sans', Helvetica, Arial, sans-serif !important;
}
.gdprbanner .left{
padding-left: 0;
padding-right: 8px !important;
}
.gdprbanner .right{
padding-right: 0;
}
.gdprbanner .right a{
	background-color: var(--main-link-button-color);
}
.announcement.class_1200 {
display: none;
}
.jcarousel-wrapper-new {margin: 0 auto 40px auto !important;position: relative;padding: 0 60px;margin-top: 40px;margin-top: 35px !important;}

/** Carousel **/

.jcarousel-new {
position: relative;
overflow: hidden;
width: 100%;
}

.jcarousel-new ul, .jcarousel-counter ul{
width: 10000em;
position: relative;
list-style: none;
margin: 0;
padding: 0;
}

.jcarousel-new li {
width: 200px;
float: left;
border: 1px solid #fff;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

.jcarousel-new img {
display: block;
max-width: 100%;
height: auto !important;
margin: 0 auto;
}

/** Carousel Controls **/

.jcarousel-control-prev-new,
.jcarousel-control-next-new,
.jcarousel-control-prev-new2,
.jcarousel-control-next-new2 {
position: absolute;
top: 116px;
margin-top: 0px;
width: 30px;
height: 43px;
text-align: center;
/* background: white; */
color: #989898 !important;
/* font: 90px/90px Arial, sans-serif; */
}

.jcarousel-control-prev-new, .jcarousel-control-prev-new2 {
left: 15px;
}

.jcarousel-control-next-new, .jcarousel-control-next-new2  {
right: 15px;
}

a.img_holder {
display: block;
margin: 0 auto;
}

.holder_title {
display: block;
font-size: 20px;
max-height: 49px;
overflow: hidden;
margin: 9px 17px 13px 17px;
}
.holder_text {
display: block;
margin: 0 17px;
}
.imprints_top_wrapper {
    background-color: var(--main-color);
}
.cookie_loader {
    background-attachment: scroll;
    background-position: 0% 0%;
    position: fixed;
    bottom: 0pt;
    left: 0pt;
    width: 100%;
    z-index: 1005;
}
.cookie_bar {
    background-color: rgba(0,0,0,0.8);
    padding: 20px;
    color: white;
    display: flex;
    justify-content: space-between;
}
.text_cookie {
    display: flex;
}
.close_cookie_bar {
    padding: 5px 20px;
    padding: 5px 20px;
    margin: 0 5px 0 10px;
    border-radius: 6px;
    cursor: pointer;
    box-shadow: rgb(50 50 93 / 15%) 0px 6px 12px -2px, rgb(0 0 0 / 30%) 0px 3px 7px -3px;
}
.cookie_bar_da {
    background-color: #1E90FF;
}

.cookie_bar a, .cookie_bar a:hover{    color: white;}
.text_imprints {color: #fff;font-size: 18px;float: left;padding: 35px 0;}

.imprints_wrapper {
float: left;
display: flex;
align-items: flex-start;
justify-content: space-between;
flex-flow: row wrap;
width: calc(100% - 174px);
padding-left: 47px;
}

.imprints_bottom_wrapper {
    background-color: var(--main-ligher-color);
    border-bottom: 1px solid  #B9B9C8;
}
.imprints_top.class_1200 {
/* padding: 30px 0; */
}
.imprint {
height: 96px;
display: flex;
justify-content: center;
align-items: center;
position: relative;
cursor: pointer;
}
.imprints_bottom{
display: none;
}
.imprint.imprint_selected .selected_line{
display: block;
}
.selected_line{
display: none;
position: absolute;
bottom: 0px;
height: 9px;
background-color: #fff;
width: 130%;
}
.shadow_div {
height: 48px;
position: absolute;
width: 50%;
background: url(../images/redesign/shadow.png) repeat;
right: 0px;
}
.class_1200.wrapper_imprints {
padding: 35px 0;
}
.right_imprint_wrapper {
float: left;
width: calc(100% - 511px);
border-left: 1px solid #B9B9C8;
padding-left: 19px;
margin-left: 19px;
}

.left_imprint {
float: left;
width: 492px;
}

img.big_imprint_picture {
margin-bottom: 20px;
}

.imprint_date {
color: #646472;
font-size: 13px;
margin-bottom: 24px;
}

.imprint_button_line {}

.left_button.button_grey {
float: left;
display: inline-block;
background: #424251;
color: #fff;
padding: 10px 45px;
border-radius: 6px;
}

a.right_button.normal_link {
float: right;
display: inline-block;
margin: 15px 0;
font-size: 14px;
}

.right_imprint_wrapper {
display: flex;
align-items: flex-start;
justify-content: space-evenly;
flex-flow: row wrap;
}
.imprint_title {font-size: 18px;margin-bottom: 6px;display: block;font-family: 'open_sans', Helvetica, Arial, sans-serif !important;}
.small_imprint {
border-bottom: 1px solid #B9B9C8;
position: relative;
left: -19px;
padding-left: 19px;
margin-bottom: 32px;
padding-bottom: 32px;
width: 100%;
}
.small_imprint.no_picture .info_imprint {
width: 100%;
}
.small_imprint:last-child {
border-bottom: 0;
padding-bottom: 0;
margin-bottom: 0;
}
img.small_imprint_picture {
float: left;
margin-right: 15px;
}

.info_imprint {
width: calc(100% - 377px);
float: left;
}
.imprint_button_line.small_line .left_button.button_grey {
padding: 4px 11px;
border-radius: 3px;
}

.imprint_button_line.small_line .right_button.normal_link {
margin: 6px 0;
}
.info_imprint .imprint_title {
margin-bottom: 18px;
height: 46px;
overflow: hidden;
width: 100%;
}
.right_imprint_wrapper .all_books {
width: 190px;
}

.right_imprint_wrapper .all_books .anim {
margin-top: 0;
}

.right_imprint_wrapper .all_books .main_book {
/* height: 381px; */
margin-left: 0;
}
.main_title h1, .main_title h2.h2tc {
text-align: left;
font-family: pt_sans, sans-serif;
font-size: 24px;
color: #000;
line-height: normal;
float: left;
margin-top: 0 !important;
margin-bottom: 0 !important;
/* text-align: center; */
/* display: block; */
/* margin: 20px auto !important; */
/* float: none; */
}

.main_title {
height: auto;
/* margin: 11px 0 0 0; */
}
.hr_double.no_margin_bottom {
margin-bottom: 0;
}
.hr_double.no_margin_top {
margin-top: 0;
}
.hr_double.no_margin {
margin: 0;
}
.info.info_redesign {display: flex;align-items: center;justify-content: center;flex-flow: wrap;/* margin-bottom: 8px !important; */padding-bottom: 0;margin-top: 1px;background: url(../images/redesign/truck.png) left -52px top 65px no-repeat;padding-bottom: 26px;}

.boder_vertical {
display: block;
height: 334px;
width: 1px;
background-color: #B9B9C8;
margin: 0 57px;
}
.info_redesign .newsletter h1, .info_redesign .newsletter h3 {
font-family: pt_sans, sans-serif;
font-size: 24px;
text-align: center;
margin-bottom: 25px;
margin-top:0;
}
.info_redesign .newsletter_footer #gdpr_email_footer {
font-family: pt_sans, 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-size: 14px;
padding-bottom: 10px;
border-bottom-width: 1px;
margin-bottom: 2px;
}
.info_redesign span.gdpr-strong {
font-family: 'open_sans', Helvetica, Arial, sans-serif !important;
font-size: 14px !important;
}
.info_redesign .newsletter.newsletter_footer {/* width: 100%; */margin-top: 27px;}
p.f14.rob_r.text-center {
font-family: pt_sans, 'Helvetica Neue', Helvetica, Arial, sans-serif;
color: #000;
}
#cook{/* border-bottom: 10px solid #fff; */}
div#cookie_alert {
    background-color: var(--main-darker-color);
    padding: 23px;
}
.info_redesign span#submitting_buton_footer {
    margin: 25px auto;
    width: 204px;
    display: block;
    text-align: center;
    padding: 12px 0;
    font-size: 16px !important;
    font-weight: normal;
    background: var(--main-link-button-color);
    border: 0;
    color: #fff;
}
.footer_redesign{
background-image: none;
background-color: #000000;
/* padding-top: 10px; */
}
.footer_redesign .jcarousel_container{
margin-top: 0;
padding: 30px 0 80px 0;
}
.footer_redesign .jcarousel_container .jcarousel_controls {
/* left: 25%; */
margin-left: 0;
top: 44px !important;
width: 100%;
}
.footer_redesign .jcarousel_wrapper.partener_carousel {
height: 65px;
width: 75%;
}
.footer_redesign .libra {
padding-bottom: 40px;
}
.class_1200.footers_links.all_flex a, .class_1200.footers_links.all_flex .footer_sub_link {
color: #B8B8C6 !important;
font-family: 'open_sans', Helvetica, Arial, sans-serif !important;
font-size: 14px;
display: inline-block;
margin-bottom: 15px;
}
.class_1200.footers_links.all_flex {
padding-top: 35px !important;
margin-bottom: 54px !important;
}

.pay_wide {
margin-top: 0;
}
.class_1200.footers_links.all_flex a.footer_sub_link_main {
font-weight: bold;
}

a.logo_footer_central {background: url(../images/redesign/logo_footer.png) center no-repeat;width: 190px;height: 63px;display: block;margin: 0px auto 0px auto;}

.all_rights {
font-family: pt_sans, 'Helvetica Neue', Helvetica, Arial, sans-serif;
color: #B8B8C6;
text-align: center;
padding-bottom: 19px;
}
.big_menu_left_column.single_book {
width: 201px !important;
max-width: none !important;
}
.content_authors .big_menu_left.all_columns {
width: calc(100% - 731px);
float: right;
}

.all_flex.letters_flex {
margin-bottom: 45px;
}

.all_flex.letters_flex .letter_aut {
font-size: 18px;
font-weight: normal;
}

.author_head {
text-align: center;
display: block;
width: 107px;
margin-bottom: 29px;
margin: 0 0px 35px 0px;
}

.author_head img {
display: block;
margin-bottom: 12px;
margin: 0 auto 12px auto;
}
span.author_name {
display: block;
height: 35px;
}
.all_flex.authors_heads {
align-items: center;
justify-content: space-evenly;
flex-flow: wrap;
}
.breadcrumb > li+li:before{
display: none;
}
.new_breadcrumbs.class_1200 a {
font-family: 'open_sans', Helvetica, Arial, sans-serif !important;
font-size: 14px;
margin: 0 20px 0 0;
}
.new_breadcrumbs .breadcrumb{
background: none;
padding: 0;
margin: 0;
align-items: start;
justify-content: start;
flex-flow: wrap;
overflow: hidden;
}
.new_breadcrumbs .ante_breadcrumbs{
color:#868695;
float: left;
font-family: 'open_sans', Helvetica, Arial, sans-serif !important;
font-size: 14px;
margin-top: 1px;
margin-right: 20px;
}
.new_breadcrumbs.class_1200 {
padding: 23px 0 30px 0;
overflow: hidden;
}
.new_breadcrumbs.class_1200.with_label {
padding: 23px 0 47px 0;
}
.new_breadcrumbs li.selected a {
font-weight: bold;
}
.to_vote{
margin-top:0;
}

.cat_to_select{
width: auto !important;
margin: 0 15px;
}

.product .product_img.product_img_new .imgprod {
width: auto !important;
height: auto !important;
}
.product_main.product_main_new {
width: 500px;
}
.product_img.product_img_new {
width: calc(100% - 546px) !important;
}

.product_img_new .anim_cont {
width: 500px;
float: right;
height: auto !important;
}
.left_book_side {
float: left;
width: calc(100% - 500px);
min-height: 1px;
}
span.rasf.rasf_new .read {
float: none;
display: block;
margin: 0;
color: #FFFFFF !important;
font-family: 'open_sans', Helvetica, Arial, sans-serif !important;
background-color: #2C2C2C;
font-size: 14px;
margin-bottom: 8px;
/* height: 38px; */
padding-left: 16px;
}
.tail_pdf{
background: url(../images/redesign/tail_pdf.png) no-repeat;
position: absolute;
left: -20px;
height: 100%;
width: 24px;
background-size: 100% 100%;
}
.wrapper_imgs_b img {
margin-bottom: 28px !important;
float: left;
margin-top: 0 !important;
}
.fa_pos.fa_pos_new{right: calc(50% - 14px);left: auto;bottom: 0;font-size: 2em;color: #878787;z-index: 5;}
.wrappers_img {
float: left;
position: relative;
padding-bottom: 40px;
}
.anime.anime_new{
top: 0;
}
.pr_imgs {
width: 500px;
/* float: right; */
margin: 25px 0 0px 137px;
position: relative;
}
.pr_imgs_jcarousel {
z-index: 1;
}
.share_this {
float: right;
position: inherit;
margin-right: -5px;
}

.rating_share .rating_info {
float: left;
}
.product_info.product_info_new h1 {
font-family: pt_sans, sans-serif !important;
font-size: 40px;
font-weight: normal;
line-height: 1.2;
}
.product_info.product_info_new h2 {
font-family: pt_sans, sans-serif !important;
font-size: 18px;
font-weight: normal;
color:#646473;
margin-bottom: 34px;
}
.price_all {
float: left;
display: inline-table;
align-items: center;
justify-content: center;
flex-flow: initial;
}

.price_all .top_price {
font-family: pt_sans, sans-serif !important;
color: red;
font-size: 20px;
font-weight: bold;
display: table-row;
}

.old_price.book_price.h5.price_old.new_style_price {
margin-top: 4px;
font-family: 'open_sans', Helvetica, Arial, sans-serif !important;
font-weight: normal !important;
font-size: 15px !important;
display: table-row;
}

.new_style_price span.price_red {
/* color: red !important; */
margin-right: 10px;
}

.new_style_price span.price_line {
/* background-color: red !important; */
}

.new_style_price span.price_low {
float: none;
font-weight: bold;
background: red;
color: #FFF;
padding: 3px 7px;
font-size: 12px;
border-radius: 5px;
margin-right: 11px;
top: 0px;
}
.price_order_button .product_buttons {
margin: 0;
display: block;
float: none;
margin-top: 11px;
}
.price_order_button .product_buttons .btn.btn-default.btn-sm {
    background-color: var(--main-link-button-color);
    font-family: pt_sans, sans-serif !important;
    font-size: 14px;
    border-radius: 4px;
    font-weight: normal;
    color: #F1F1F1;
    height: 38px;
    margin-top: 3px;
    padding: 0 27px;
    margin-left: 21px;
}

.product_info_new .product_intro.h5 {
font-family: 'open_sans', Helvetica, Arial, sans-serif !important;
font-size: 15px;
margin-top: 40px;
line-height: 1.4;
font-weight: bolder !important;
}

.vot_square {
display: none;
}

.product_info.product_info_new {
width: 499px;
}
.hr_info {
width: 100%;
height: 1px;
background-color: #CACAD9;
margin: 12px 0;
}

.product_intro.h5.alt_info {
/* color: #4C79FF; */
margin-top: 15px;
}
.flex_info {
width: 47%;
padding-right: 3%;
font-family: 'open_sans', Helvetica, Arial, sans-serif !important;
margin-bottom: 3px;
}

.flex_left_right {
display: flex;
align-items: self-start;
justify-content: start;
flex-flow: wrap;
margin-top: 15px;
}
/* .flex_left_right {
display: block;
}

.flex_info {
float: left;
display: block;
} */

.flex_info .flex_info {
display: none !important;
}
.flex_left_right.cats_felx_left a {
color: #646472 !important;
}

.flex_left_right.cats_felx_left a:hover {
    color: var(--lighter-title-color) !important;
}
.corelate_title{
font-family: 'open_sans', Helvetica, Arial, sans-serif !important;
font-size:14px;
margin-bottom: 20px;
margin-top: 20px;
font-weight: bold;
}
.wrapper_corelate .small_book {
margin: 0;
width: 241px;
float: none;
}

.wrapper_corelate .all_books .small_book img {
margin-right: 7px;
}
.slim_book .main_book .book_title, .slim_book .main_book .book_author, .slim_book .main_book .book_price {padding-left: 0;width: 136px;margin: 0;}

.slim_book .main_book {
margin: 0 !important;
height: 329px;
}

.slim_book .anim {
margin-top: 0;
}
.all_books.slim_book {
margin-bottom: 30px;
/* margin-right: 30px; */
/* max-width: 136px !important; */
margin-left: 5px; 
margin-right: 5px; 
height: 365px;
}
.all_books.slim_book .over_lay_button {
/* margin-top: -36px !important; */
}
.big_menu_right {
width: 383px;
}

.big_menu_content .publisher_main_book {
margin: 0 0 17px 0;
float: none;
}
.product_info .prods_coletate span.price_new {
font-size: 12px !important;
float: right;
}
.share_menu {
border: none;
}
.main_title .h1 {
font-family: pt_sans, sans-serif !important;
font-size: 24px;
font-weight: bold;
}
.left_middle_desc {
float: left;
width: 55%;
background: #fff;
position: relative;
top: 2px;
}

.right_middle_desc {
    float: right;
    width: 45%;
    background: var(--main-lighet-color-used);
    font-family: 'open_sans', Helvetica, Arial, sans-serif !important;
    height: 100%;
}

.left_middle_content {
width: 700px;
float: right;
padding: 25px 46px 2px 0;
height: 100%;
}
.selection_wr {
width: 498px;
padding: 19px;
}
.selection_wr {
width: 508px;
}

.darker_blue {
    background: var(--main-darker-color) !important;
}
.book_menu a, .book_menu_link.small_link {
font-family: pt_sans, sans-serif;
margin-right: 60px;
display: inline-block;
color: #9797A5 !important;
}

a.book_menu_link.selected {
font-size: 24px;
color: #000000 !important;
}

.book_menu {
margin-bottom: 40px;
}

.personaj {
width: 327px;
float: left;
padding: 0 35px 35px 0;
}

.info_personaj {
float: left;
width: 160px;
}

img.img_personaj {
float: left;
margin-right: 12px;
}
a.title_info_personaj {
display: block;
margin-bottom: 10px;
font-weight: bold;
max-height: 35px;
overflow: hidden;
}

strong {}

a.title_info_personaj strong {
display: block;
}

.middle_desc {
font-family: 'open_sans', Helvetica, Arial, sans-serif !important;
/* position: relative; */
display: flex; 
flex-direction: row;
justify-content: center;
align-items: stretch;
align-content: center;
scroll-behavior: smooth;
}

.text_info_personaj {height: 57px;overflow: hidden;}

a.link_info_personaj {
margin-top: 11px;
display: block;
color: #868695;
}

.book_descriere .book_menu_link.selected, .book_reviews .book_menu_link.selected {
margin-bottom: 28px;
font-family: pt_sans, sans-serif;
margin-right: 60px;
display: block;
font-size: 24px;
color: #000 !important;
}

.book_descriere {
margin-bottom: 60px;
}

.book_review {
width: 50%;
float: left;
padding: 0 60px 40px 0;
color: #25427C;
font-size: 17px;
}

.book_review_title {
color: #000;
font-size: 17px;
font-weight: bold;
height: 44px;
overflow: hidden;
}

.book_review_content {max-height: 91px;overflow: hidden;position: relative;color: #25427C !important;}
.qouate_top {
position: absolute;
width: 11px;
height: 11px;
display: block;
background: url(../images/redesign/qouate_down.png) center no-repeat;
top: 12px;
left: 0;
}

span.book_review_author {
display: block;
text-align: right;
font-size: 15px;
color: #000;
}

a.book_review_see {
color: #858594;
font-size: 14px;
}
.qouate_bottom {
position: absolute;
width: 11px;
height: 11px;
display: block;
background: url(../images/redesign/qouate_down.png) center no-repeat;
bottom: 2px;
right: 1px;
}
.anchor_with_top {
position: relative;
top: -77px;
}
img.video_png {
float: left;
}

.left_video {
float: left;
width: calc(100% - 295px);
margin-left: 24px;
}

.video_top_title {
font-weight: bold;
margin-bottom: 15px;
}

a.video_title {
display: block;
font-size: 24px;
}

a.video_title_see {
display: block;
color: #858594;
}

.author_sel_picture_wrapp {
float: left;
width: 96px;
text-align: center;
margin-right: 24px;
}

img.author_sel_picture {
margin-bottom: 5px;
}

.author_sel_picture_rank {
margin-bottom: 3px;
}

.author_sel_picture_name {
font-weight: bold;
}

a.see_more_right {
display: inline-block;
color: #868695;
margin-top: 8px;
}

.author_sel_review {
max-height: 123px;
overflow: hidden;
}
.content_text_wrapper_button .arrows_double {
display: block;
}
.arrows_double {
display: none;
cursor: pointer;
float: left;
padding-left: 20px;
margin: 10px 0;
}
.arrows_double.down {
background: url(../images/redesign/double_down.png) center left no-repeat;
}
.arrows_double.up {
background: url(../images/redesign/double_up.png) center left no-repeat;
}
.content_text_wrapper_overflow #content_text {
overflow: hidden;
position: relative;
padding: 0 0 20px 0;
}
.content_text_wrapper_overflow .fading_div{
display: block;
}
.fading_div {
display: none;
/* top: 306px; */
position: absolute;
width: 100%;
height: 25px;
background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%);
}
.middle_desc.no_eucintesc {
background: #fff;
}

.middle_desc.no_eucintesc .left_middle_desc {
width: 100%;
}

.middle_desc.no_eucintesc .left_middle_content {
margin: 0 auto;
float: none;
width: 1200px;
}

.personaje_wrapper {
display: flex;
align-items: self-start;
justify-content: space-between;
flex-flow: wrap;
}
.main_top .synopsis {
padding: 0;
margin: 0;
font-family: 'open_sans', Helvetica, Arial, sans-serif !important;
width: 850px;
margin-bottom: 26px !important;
margin-top: 26px !important;
}
.synopsis .autor {
width: 206px;
margin: 0;
}

.autor .autor_img {
position: static;
margin: 0 auto 25px auto;
display: block;
}
.content_authors_wrapper.no_image {
width: 100%;
}
.content_authors_wrapper {
float: left;
width: calc(100% - 217px);
padding-left: 25px;
}
.main_books.block_flex.class_1200 .area {
/* margin-bottom: 35px; */
}
.author_main_name {
float: left;
font-size: 40px;
margin: 0;
}

a.other_authors_link {
display: block;
float: right;
font-size: 22px;
color: #858593;
position: relative;
top: 18px;
}
.real_content {
font-size: 14px !important;
margin-top: 13px;
}

.line_name_link {
margin-top: 2px;
}
.synopsis p {
margin-bottom: 10px;
margin-top: 0;
}
.title_with_desc {
width: 70%;
margin: 25px auto 0 auto;
}

.cat_title {
font-family: pt_sans, sans-serif;
font-size: 40px;
text-align: center;
margin-bottom: 45px;
/* margin: 0 auto 19px auto; */
}
.content_text_cat{
font-family: 'open_sans', Helvetica, Arial, sans-serif !important;
}
.domain .filter_results .sub_link_carousel {
float: right;
background: none;
color: #858594;
font-family: pt_sans, sans-serif;
font-size: 16px;
}
.left_wrapper_filter {
float: left;
width: 30%;
}

.right_wrapper_all {
float: left;
width: 70%;
}

.left_wrapper_filter .header_menu {
float: right;
width: 250px;
}

.right_wrapper_all .filter_results {
/* float: none; */
/* position: relative; */
width: calc(100% - 328px);
}
.hr_wrapper_absolute {
position: relative;
width: 100%;
z-index: 1;
height: 70px;
left: 27px;
}

.hr_wrapper_absolute .hr_double {
position: absolute;
top: 36px;
margin: 0;
}
.main_title.no_top_margin {
margin-top: 0;
}
.list-group-item-heading {
font-weight: bold;
}
.class_1200.class_1200_larger .filter_select {
padding-top: 0;
padding-left: 0;
width: 216px;
}

.class_1200.class_1200_larger .filter_results {
padding-top: 0;
padding-right: 0;
padding-left: 0;
width: calc(100% - 247px);
margin-left: 247px !important;
display: flex;
align-items: self-start;
justify-content: center;
flex-flow: wrap;
}
.newsletter {
background: transparent !important;
}
span.nr_prods_c {
    float: right;
    /* margin-top: 3px; */
    color: var(--main-color);
    /* font-weight: bold !important; */
    position: absolute;
    right: -14px;
    top: calc(50% - 6px);
}
.list-group-item-special:hover, .list-group-item-special-first.active:hover{background: url(../images/checks/check-box.png) left no-repeat !important;}
.list-group-item-special.active {
background: url(../images/checks/check-box_blue.png) left no-repeat !important;
}
.ui-widget-header{
	background: var(--main-color) !important;
}
.price-range-search{
	background-color: var(--main-link-button-color) !important;
    font-family: pt_sans, sans-serif !important;
    font-size: 14px !important;
    border-radius: 4px !important;
    font-weight: normal !important;
    color: #F1F1F1 !important;
}




.main_jcarousel.with_books_1 .jcarousel_controls,
.main_jcarousel.with_books_2 .jcarousel_controls,
.main_jcarousel.with_books_3 .jcarousel_controls,
.main_jcarousel.with_books_4 .jcarousel_controls,
.main_jcarousel.with_books_5 .jcarousel_controls,
.jcarousel_wrapper.nr_books_1 .jcarousel_controls,
.jcarousel_wrapper.nr_books_2 .jcarousel_controls,
.jcarousel_wrapper.nr_books_3 .jcarousel_controls,
.jcarousel_wrapper.nr_books_4 .jcarousel_controls,
.jcarousel_wrapper.nr_books_5 .jcarousel_controls{
/* display: none; */
}
.main_jcarousel.with_books_1 .jcarousel_wrapper, .jcarousel_wrapper.nr_books_1 {
width: 300px;
}
.main_jcarousel.with_books_2 .jcarousel_wrapper, .jcarousel_wrapper.nr_books_2 {
/* width: 520px; */
}
.main_jcarousel.with_books_3 .jcarousel_wrapper, .jcarousel_wrapper.nr_books_3 {
width: auto;
}
.main_jcarousel.with_books_4 .jcarousel_wrapper, .jcarousel_wrapper.nr_books_4 {
width: auto !important;
}
.main_jcarousel.with_books_5 .jcarousel_wrapper,
.with_books_more .jcarousel_wrapper, .jcarousel_wrapper.nr_books_5, .jcarousel_wrapper.nr_books_more {
width: auto !important;
}
.diver_tabs {
float: left;
height: 34px;
width: 1px;
margin: 0 25px;
background: #CACAD9;
position: relative;
top: -4px;
}
.all_sub_car .jcarousel_wrapper {
display: none;
}

.all_sub_car .jcarousel_wrapper.show_car {
display: block;
}

.main_title.with_sel h1 {
top: 1px;
position: relative;
font-size: 22px;
color: #858592;
font-weight: normal;
cursor: pointer;
line-height: 30px;
}
.main_books .all_books {
display: flex !important;
align-items: flex-start;
justify-content: center;
flex-flow: column;
/*margin: 0 !important;*/
/*padding: 0 !important;*/
}

.voting_books.main_books .all_books {
margin: 0 5px;
}
.no_display {
display: none;
}
.has_votes {
margin: 0px 0 7px 0;
font-size: 15px;
}

.has_votes a {
    color: var(--main-link-button-color);
	font-weight: bold;
}
.main_title.with_sel h1.selected_tab {
/*font-size: 24px;*/
color: #000;
font-weight: bold;
/*top: 0;*/
}
.right_imprint_wrapper.right_imprint_wrapper_other {
border-right: 1px solid #B9B9C8;
border-left: 0;
padding-left: 0;
margin-left: 0;
padding-right: 19px;
margin-right: 19px;
}
.right_imprint_wrapper.right_imprint_wrapper_other.streched {
width: 100%;
border: 00;
}

.jcarousel_wrapper.nr_books_3.are_person {
width: 996px;
width: auto;
}

.jcarousel_container .are_person .area {
margin: 30px 12px 0 12px;
}
.jcarousel_container .are_person.nr_books_2 .area {
margin: 28px 45px 0;
}
.jcarousel_container .are_person.nr_books_3 .area {
/* margin: 28px 20px 0; */
}
.jcarousel_container .are_person.nr_books_4 .area {
margin: 28px 7px 0 7px;
}

.jcarousel_wrapper.nr_books_4.are_person {
width: 1193px;
}

.jcarousel_wrapper.nr_books_2.are_person {
width: 800px;
}
.jcarousel_wrapper.nr_books_1.are_person {
width: 360px;
}
.area h2.special_title {
position: absolute;
bottom: 14px;
height: 24px;
margin: 0;
text-align: center;
width: 100%;
}

.are_person {
margin-bottom: 38px;
}
.books.image_pers {
    background: none;
    border: 1px solid  var(--light-shade);
	margin-bottom: 35px;
}

.books.image_pers .pers_imp {display: block;margin: 36px auto;}

img.cat_pers {
float: left;
margin-right: 50px;
}
.content_text_wrapper.with_pers {
float: left;
width: calc(100% - 189px);
}
.wrapper_other_editions .arrows_double_editons {
display: block;
float: right;
margin: 0;
background: url(../images/redesign/double_down_white.png) center left no-repeat;
font-weight: normal;
cursor: pointer;
padding-left: 20px;
position: relative;
top: 2px;
}
.wrapper_other_editions {
padding: 16px;
background: #DBB568;
color: #FFFFFF !important;
font-family: 'open_sans', Helvetica, Arial, sans-serif !important;
font-size: 14px;
margin-bottom: 34px;
}

.wrapper_other_editions a {
color: #FFFFFF !important;
font-family: 'open_sans', Helvetica, Arial, sans-serif !important;
}

.text_other_editions {
font-size: 16px;
font-weight: bold;
}

.items_other_editions.all_flex {
justify-content: space-evenly;
}

a.book_edition {
display: block;
margin-right: 7px;
margin-left: 7px;
float: left;
margin-top: 19px;
}
a.book_edition.last_edition .edit_title {
font-weight: bold;
color: black;
}
.edit_title {
margin-top: 9px;
width: 132px;
max-height: 36px;
overflow: hidden;
}

.items_other_editions {
display: none;
}

.opened_editions .items_other_editions {
display: flex;
}

.wrapper_other_editions.opened_editions .arrows_double_editons {
background: url(../images/redesign/double_up_white.png) center left no-repeat;
}
.text_other_editions a {
text-decoration: underline;
}
.class_975{display: block;margin: 0px auto !important;width: 975px;}
.basket_message.class_975 {
margin: 15px auto !important;
padding: 17px;
margin-top: 0 !important;
margin-bottom: 27px !important;
}
.title_basket{
font-family: pt_sans, sans-serif;
font-weight: bold;
font-size: 26px;
text-align: center;
}
.jcarousel.main_books {
margin: 0;
/* background: blue; */
}

.main_jcarousel 
span.main_book {
margin: 0px 53px 0 0;
/* border: 1px solid black; */
margin: 0 auto !important;
/* background: red; */
/* margin-right: 0 !important; */
width: 190px !important;
display: block;
}
.jcarousel_controls .jcarousel-control-prev {
position: relative !important;
left: -22px !important;
}

.jcarousel_controls .jcarousel-control-next {
position: relative !important;
right: -22px !important;
}

.jcarousel_controls {
top: 178px !important;
/* z-index: 15; */
}
.jcarousel_controls .jcarousel-control-next i, .jcarousel_controls .jcarousel-control-prev i{
color: #878787 !important;
}

.controls-down a.jcarousel-control-next, .controls-down a.jcarousel-control-prev {
left: 0;
}

.controls-down a.jcarousel-control-prev {
left: 0 !important;
}
.jcarousel_ctrls {
position: absolute;
top: calc(50% - 17px);
width: 100%;
}

.fa-chevron-left, .fa-chevron-right {
color: #878787 !important;
}
.cat_new_carousel {
/* margin-left: 45px; */
}
.cat_new_carousel .jcarousel_wrapper {
width: calc(100% - 45px);
margin: 0;
}
.buy_button {
    background: var(--main-link-button-color);
    border: none;
    line-height: 30px;
    border-radius: 5px;
    font-family: pt_sans, sans-serif;
    font-size: 12px;
    margin-left: 47px;
    display: none;
    /* width: 109px; */
    margin: 0 auto;
z-index: 500;}

span.over_lay_button {
height: 32px;
max-width: 110px;
float: none;
/* display: none; */
margin-left: auto;
margin-right: auto;
}
.all_books:hover .buy_button{
display: block;
}
.jcarousel  .all_books {
max-width: none;
/* max-width: 225px; */
}
.big_menu_autors {
width: 700px;
}
.big_menu_left_wrapper_columns.all_flex {
/* justify-content: stretch; */
}
.left_side_title {
float: left;
line-height: 71px;
}

.right_side_title {
float: right;
}

.item_right .item_title h3 {
font-family: pt_sans, sans-serif;
font-size: 20px;
color: #000000;
margin-top: 8px;
}

.item_title h5 {
font-family: 'open_sans', Helvetica, Arial, sans-serif !important;
color: #000000;
font-weight: normal;
font-size: 14px !important;
}
.truck-message {
    background-color: #def7ff !important;
}

.truck-back {background: url(../images/redesign/truck-back-blue.png) no-repeat !important;}
.truck-front {background: url(../images/redesign/truck-front-blue.png) no-repeat !important;}
span.cq.remove_prod {
float: right;
margin-top: 10px;
}

.item_title {
float: left;
}

.border_button {font-family: 'open_sans', Helvetica, Arial, sans-serif !important;color: #757584;border: 1px solid #868695 !important;padding: 1px 18px;cursor: pointer;font-size: 14px !important;}
.item_right .command_info {
border: 0;
width: 100% !important;
position: initial !important;
margin-top: 78px;
}
.container-fluid .col-md-4 {margin: 0 !important;padding: 0 !important;}

.command_info .col-md-4 .total_price {text-align: right;font-family: pt_sans, sans-serif !important;font-size: 20px;margin-top: 0;color: #000000;position: absolute;right: 0;/* left: 69px; */}
h2.single_price.single_price_new {
float: none;
font-family: pt_sans, sans-serif !important;
font-size: 20px;
font-weight: normal;
}

.prices_wrapper {
position: absolute;
bottom: 0;
/* height: 50px; */
}

.col-md-4.special_price_col {/* height: 26px; */position: relative;}

h5.old_price_new {
margin: 0;
font-family: 'open_sans', Helvetica, Arial, sans-serif !important;
margin-top: 0 !important;
}
.command_info .price_red {
margin-left: 2px;
margin-right: 0px;
}

select.no_items.no_items_new {
font-family: pt_sans, sans-serif !important;
width: 130px;
font-weight: normal;
/* margin-left: 83px; */
}

.command_info p {font-family: pt_sans, sans-serif !important;font-size: 20px;margin-top: 0;}

.main_top .total {
    background-color: var(--main-color);
    color: #FFFFFF;
    font-family: pt_sans, sans-serif !important;
    font-size: 20px;
    height: 79px;
}

.total h2 {
font-family: pt_sans, sans-serif !important;
font-size: 20px;
font-weight: bold;
line-height: 79px;
}
.container_red {
background-color: transparent !important;
color: #006600 !important;
font-family: pt_sans, sans-serif !important;
font-size: 20px;
margin-bottom: 19px !important;
margin-top: 0px !important;
height: 70px;
}
.basket_custom .content_red {
padding: 0 !important;
margin: 0;
font-weight: normal;
font-family: pt_sans, sans-serif !important;
}
.left_ticket {
float: left;
width: calc(100% - 100px);
}

.left_ticket i.fas.fa-tags {
font-size: 30px;
margin-right: 38px;
margin-left: 40px;
width: 41px;
margin: 0;
text-align: center;
margin-right: 22px;
float: left;
}

.right_ticket {
font-weight: bold;
}
span.title_ticket {
position: relative;
top: 2px;
float: left;
}
.container_red.voucher .remove {
/* position: relative; */
top: -7px;
right: 0;
margin-left: 56px;
float: right !important;
position: static;
}
.basket_item.voucher.left_voucher {
	width: 50%;
	float: left;
	margin-top: 10px;
	margin-bottom: 30px;
	display: flex;
	justify-content: center;
	}

.vcr_tit {
font-family: pt_sans, sans-serif;
font-size: 16px;
font-weight: bold;
float: left;
}

.basket_item.voucher {
}

.basket_item.voucher.right_voucher {
width: 50%;
float: right;
margin-top: 10px;
margin-bottom: 30px;
}

.voucher_input {
float: left !important;
width: 170px !important;
height: 23px;
color: #424251;
border: 1px solid #424251;
margin-left: 18px;
font-size: 16px;
padding-bottom: 3px;
position: relative;
top: -6px;
}

.voucher span.border_button {/* width: 108px !important; *//* display: inline-block; */text-align: center;position: relative;top: -12px;margin-left: 41px;}
.all_flex.benefits {
font-family: 'open_sans', Helvetica, Arial, sans-serif !important;
font-size: 16px;
margin-top: 39px;
margin-bottom: 39px;
}

span.title_benefit {
color: #7F7F7F !important;
padding-left: 12px;
display: inline-block;
flex: 0 0 120px;
}
span.title_benefit_alig {
display: flex;
justify-content: center;
align-items: center;
float: right;
height: 53px;
width: 120px;
overflow: hidden;
}
.gray_background {
background-color: transparent !important;
margin-bottom: 25px !important;
}

.reg_left h2, .reg_right h2, .below h2,h2.central_title {
font-family: pt_sans, sans-serif !important;
font-size: 26px !important;
margin-top: 23px;
margin-bottom: 17px;
font-weight: bold;
display: inline-block;
/* text-align: center; */
/* width: 100%; */
}
h2.central_title {
text-align: center;
width: 100%;
margin-top: 0;
margin-bottom: 35px;
margin-top: 7px;
}
.main_bottom .form_account {
padding: 0;
width: 422px;
float: right;
}

.info_comanda {
float: left;
width: calc(100% - 500px);
font-family: 'open_sans', Helvetica, Arial, sans-serif !important;
font-size: 14px !important;
margin-top: 13px;
}
.info_comanda p {
margin: 0 0 0px 0;
}
.info_comanda a {
color: #337ab7;
text-decoration: underline;
}
.form_account.form_account_new {
    background-color: var(--main-lighet-color-used);
    padding: 20px 18px 28px 20px;
}

.form_account.form_account_new h2 {
font-family: pt_sans, sans-serif !important;
font-size: 18px;
margin: 0;
color: #646472;
}

.form_account.form_account_new p {
margin: 0;
font-size: 13px;
}

.form_account_new .account_form input {
    width: 170px !important;
    background-color: var(--main-lighet-color-used);
    font-size: 12px;
    margin-right: 0;
    border-bottom-color: #757584 !important;
}
.form_account.form_account_new .account_form {
margin-top: 19px;
}

.buton-blue {
    background-color: var(--main-link-button-color) !important;
    border: none !important;
    line-height: 17px;
    border-radius: 5px !important;
    font-family: pt_sans, sans-serif;
    font-size: 12px !important;
    font-weight: normal !important;
    color: white !important;
    text-transform: unset !important;
}
.form_account_new .buton-blue {
margin-top: 28px !important;
}
.account_links.account_links_new {
padding-top: 30px;
}

.account_links.account_links_new a {
font-family: 'open_sans', Helvetica, Arial, sans-serif !important;
font-size: 12px;
font-weight: normal;
text-decoration: underline;
color: #003FFF;
}
.input_user {
margin-right: 39px !important;
}
.only_info .info_comanda {
width: 100%;
}
.login_basket_error {
margin: 15px 0 0 0;
width: 100%;
}
.login_basket_success .fa {
margin: 10px;
}
.form_registration {
margin: 0;
}
.reg_form .reg_left {
margin: 0;
width: 45%;
margin-bottom: 22px;
}
.reg_form .reg_right {
width: 45%;
clear: none !important;
float: right;
margin: 0;
}
.form_registration .reg_form {
margin-top: 20px;
}

.form_registration .reg_form {
margin: 0;
margin-top: 0px;
}
div#step_3 {
margin-top: 0;
}

label.label_card.first_card {
margin-top: 4px !important;
}

#step_4.reg_form {
margin-top: 0;
}
.form_registration .btn.btn-default.buton-blue {
bottom: 52px;
width: 200px;
}

label#sameday_locker_id.label_sameday_locker.checked:before {
    background: url(../images/redesign/check-blue.png) center no-repeat !important;
}
.is_present_wrapper input[type=checkbox] + label:before, .reg_form input[type=checkbox] + label:before, .reg_form input[type=radio] + label:before {
background: url(../images/redesign/uncheck-blue.png) center no-repeat !important;
border-radius: 0 !important;
margin-top: -2px;
}
.is_present_wrapper input[type=checkbox]:checked + label:before, .reg_form input[type=checkbox]:checked + label:before, .reg_form input[type=radio]:checked + label:before {
background: url(../images/redesign/check-blue.png) center no-repeat !important;
}
.class_975.is_present_wrapper {
/*margin-left: 37px;*/
margin-bottom: 35px !important;
}
.reg_form input[type=checkbox] + label, .reg_form input[type=radio] + label {
cursor: pointer !important;
}
.recomadations.class_975 {
    /* background: var(--main-lighet-color-used); */
    padding: 11px 15px;
    /* margin-top: 25px !important; */
    display: none;
    margin-bottom: 30px !important;
}

.title_recomandation {
font-family: pt_sans, sans-serif;
font-weight: bold;
font-size: 16px;
color: #646472;
margin-bottom: 17px;
}

.book_recomandation {
width: 43%;
}

.bottom_recomandation span.buton-blue {
display: inline-block;
float: right;
padding: 6px 17px;
cursor: pointer;
}

a.image_recom {
float: left;
}

.info_recomandation {
float: left;
margin-left: 15px;
width: calc(100% - 109px);
position: relative;
height: 126px;
}

a.title_book_recom {display: block;font-family: pt_sans, sans-serif;font-size: 19px;max-height: 48px;overflow: hidden;}

.author_book_recom {
font-family: 'open_sans', Helvetica, Arial, sans-serif !important;
font-size: 14px;
height: 18px;
margin-bottom: 47px;
}

.price_book_recom {
float: left;
}

.now_price {
font-family: pt_sans, sans-serif;
}

span.reduction_recom {
font-family: 'open_sans', Helvetica, Arial, sans-serif !important;
font-size: 12px;
background: #FF4000;
color: #FFF;
padding: 2px 7px;
border-radius: 4px;
margin-left: 10px;
margin-right: 9px;
font-weight: bold;
}

.old_price {
font-family: 'open_sans', Helvetica, Arial, sans-serif !important;
font-size: 12px;
}
.form_registration {
font-family: pt_sans, sans-serif;
}
.login_basket_success {
margin-top: 20px;
}
.basket_new.class_975 {
margin-top: 0;
margin-bottom: 10px !important;
}

.basket_items .basket_item {
margin-top: 5px;
margin-bottom: 45px;
}
h5.btn-transport span.p {
    color: #4D7AFF !important;
    font-weight: bold;
}

.truck-text {
font-size: 13px;
line-height: 131%;
margin-top: 4px;
width: 100%;
}
#step3_5 .pay_type {
margin-top: 10px;
}
.below textarea {
margin-top: 5px;
}
.login_info_wrapper.only_info {
margin-bottom: 32px;
}
.login_info_wrapper.only_info #user_confirm{
display: none !important;
}
.total_to_pay {
font-family: pt_sans, sans-serif;
font-size: 24px;
margin-top: 27px;
}
.login_info_wrapper {
margin: 0px 0px 32px 0;
}
h2.h2_little {
font-size: 24px !important;
}
button#command_submit {
font-size: 15px !important;
width: auto;
padding: 12px 28px;
font-weight: bold !important;
margin: 27px auto 0 auto;
display: block;
float: none;
height: auto;
}
.main_top.basket_custom {
padding-top: 28px;
margin-bottom: 15px;
}
.elems_right {
float: right;
}
h5.btn-transport {
margin-bottom: 0 !important;
margin-top: 0 !important;
}
.below.reg_form {
padding-bottom: 21px !important;
}
.no_events{
pointer-events: none;
}
.basket_item .item_left {
width: 130px !important;
}

.basket_item .item_right {
width: calc(100% - 141px);
clear: none !important;
}
span.order_span span {
font-weight: normal !important;
font-family: 'open_sans', Helvetica, Arial, sans-serif !important;
color: #006600 !important;
}
span.order_span {
display: inline-block;
}
span.the_old_price {
color: #B22C00;
}
.bottom_recomandation {bottom: 8px;position: absolute;bottom: 7px;bottom: 7px;}
div#wrapp_pers .jcarousel_controls {
top: 131px !important;
}
.contact {
margin: 0 !important;
}
.profile {
margin: 0;
}
.domain .filter_select, .search .filter_select {
padding-left: 0;
}
.row.row_blogs.class_1200 {
padding: 0;
}

.row.row_blogs.class_1200 .col-sm-8.brdr {
padding-left: 0;
}
.user-logged .links-area, .user-logged .links-area a {
color: black !important;
}
.user-logged {
padding: 5px;
margin: 0;
height: 45px;
/* width: 189px; */
float: none;
border: 0;
}
.user-logged .fa.fa-user {font-size: 27px;margin-right: 8px;margin-top: 2px;color: black !important;}
.sticky_menu .user-logged .links-area {
display: none;
}

.sticky_menu .user-logged {
border: none;
padding: 7px 0 0 0;
}
body.blog.chewy {
margin: 0;
}
.profile .form_right .fa.fa-circle-thin {
display: block;
width: 125px;
height: 125px;
text-align: center;
margin: 0 auto !important;
padding: 0 !important;
border-radius: 50%;
}

.profile .form_right .fa.fa-user {
/* position: static; */
font-size: 75px;
left: 36px;
top: 27px;
}
.profile .row-orders .fa.fa-angle-right {position: absolute;left: 8px;}
.search .main_top {
border: none;
}
.promotion_main_books.all_in_one a {
margin-bottom: 0;
}
.all_books.slim_book span.buy_button.buy_button_sel {
margin-left: 14px;
}
.profile h2 {
font-size: 26px;
margin: 0;
font-weight: bold;
font-family: pt_sans, sans-serif;
}
.profile .form_right {
    border: 0;
    background-color: var(--main-ligher-color);
}
.profile .form_right .btn.btn-default {
    background-color: var(--main-link-button-color) !important;
    border: none !important;
    line-height: 17px;
    border-radius: 5px !important;
    font-family: pt_sans, sans-serif;
    font-size: 12px !important;
    font-weight: normal !important;
    color: white !important;
    text-transform: unset !important;
}
.form_registration .btn.btn-default, .header_dropdown .btn.btn-default, .profile .form_left form .btn.btn-default.btn-sm, .profile.account .btn.btn-default.btn-sm {
    background-color: var(--main-link-button-color) !important;
    color: #fff;
    font-family: pt_sans, sans-serif;
    font-size: 12px !important;
    font-weight: normal !important;
    color: white !important;
    text-transform: unset !important;
    height: 28px;
}
.profile.account .btn.btn-default.btn-sm span .fa, .profile .form_left form .btn.btn-default.btn-sm span .fa {
top: -8px;
font-size: 16px;
}
.middle_desc.all_right {
    background: var(--main-lighet-color-used);
}

.middle_desc.all_right .right_middle_desc {
width: 100%;
}

.middle_desc.all_right .right_middle_desc .selection_wr {
margin: 0 auto;
width: 1200px;
}
footer .jcarousel {
margin: 0 auto;
width: 100% !important;
}
.reviewal .main_title h1 {
float: none;
text-align: center;
margin-top: 21px !important;
}
.reviewal_content {
margin: 0 auto 26px auto;
width: 1200px;
}
.mean_votes#see_stats {
    background: none;
    border: 1px solid var(--main-link-button-color);
    border-radius: 0;
    font-size: 15px;
    font-weight: normal;
    color: var(--main-link-button-color);
    padding: 1px 15px;
    top: -7px;
}
.mean_votes#see_stats svg {
position: relative;
top: 1px;
display: inline-block;
margin-left: 4px;
}
div#see_stats.selectedwhite {
    color: var(--main-link-button-color);
}
.select_letters .letter_to_select.is_selected {
    color: var(--main-link-button-color);
}
.author_line {
border-color: #000;
}
a.top_header_left_link:hover, .top_header_left_link.with_menu:hover, a.top_header_right_link:hover {
color: grey;
}
.form_warning.form_error {
background-color: #DE6D71;
min-height: auto;
}

.form_warning i.fa {
margin-right: 20px;
font-size: 14px;
margin-top: 0;
top: calc(50% - 7px);
}

.form_warning .error_message {
margin-left: 34px;
margin-bottom: 1px;
}
.form_warning.form_succes {
min-height: auto;
/* background-color: #6AE179; */
}
.wrapper_imgs_b {
margin-top: 25px;
}
#myCarousel img.small, #myCarousel img.big {
min-height: 200px;
}
.promotions_left {
margin-bottom: 31px;
margin-right: 0;
margin-left: 0;
width: calc(50% - 17px);
min-width: auto !important;
}

.prom_class {
margin: 0;
}
.even_class .promotions_left:nth-child(even) {
float: right;
}
.new_breadcrumbs.class_1200 a:hover {
    color: var(--main-link-button-color) !important;
}
.author_boxes_cont .author_box:nth-child(2) {
border-left: 1px solid #DBDBEA;
border-right: 1px solid #DBDBEA;
}

.author_boxes_cont .author_box {
flex: 1;
width: auto !important;
margin: 34px 0 0 0;
padding: 30px 37px 30px 37px;
max-width: 404px;
}

.author_boxes_cont .author_box:nth-child(1) {
border-right: 1px solid #DBDBEA;
margin-right: 1px;
padding-left: 0;
}

.author_boxes_cont .author_box:last-child {
border-right: 0;
}
.author_boxes_cont .author_box:nth-child(3) {
border-left: 1px solid #DBDBEA;
padding-right: 0;
margin-left: 1px;
}

.title_author_box {
font-weight: normal;
font-size: 34px;
margin: 0 0 20px;
border: 0;
}

.author_line {
border: 0;
}
.author_line a.buy_button {
display: block;
float: right;
margin: 0;
width: 92px;
border-radius: 3px;
line-height: 25px;
position: relative;
top: 9px;
}

.books_lines {
display: flex;
align-items: self-start;
justify-content: space-between;
flex-flow: wrap;
margin-top: 8px;
margin-bottom: 1px;
}
a.auth_link {
font-size: 16px;
}
.select_letters {
border: 0;
margin-bottom: 10px;
}

.select_letters .letter_to_select, .select_letters .letter_to_select.is_selected, .select_letters .letter_to_select:hover {
font-size: 28px !important;
color: #858593;
font-weight: normal !important;
width: 45px;
}

.select_letters .letter_to_select.is_selected, .select_letters .letter_to_select:hover {
color: #000 !important;
}

.select_letters .letter_to_select.is_selected.cat_to_select{
width: auto !important;	
}

.autor_wrapper img {
width: 88px;
height: 88px;
margin-right: 14px;
}
.autor_wrapper {
font-size: 21px;
margin-bottom: 41px;
}

.columns_authors {
margin-top: 45px;
}
.author_line a.buy_button:hover {
color: white;
}

.live_results.live_results_blog {
z-index: 20;
position: absolute;
background-color: #fff;
padding: 15px 15px 10px;
border-radius: 20px;
border: 1px solid #454555;
height: auto;
top: 51px;
width: 1106px;
left: 0;
max-height: fit-content !important;
}

a.books_search_result {
    display: flex
;
    justify-content: space-between;
}
.search_button_holder{
    height: 50px;
}
a.seach_button_suggest {
    font-weight: bold;
    margin: 0;
    text-align: center;
    height: fit-content;
    padding: 7px;
    border-radius: 7px;
    border:none;
    color: #FFFFFF;
    background-color: var(--main-link-button-color);
    position: relative;
    cursor: pointer;
}
span.price_suggest_holder {
    min-width: 75px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-right: 9px;
}

span.price_full_suggest {
    font-size: 14px;
    text-decoration: line-through;
    color: grey;
}

.left_books_new {
overflow-y: auto !important;
max-height: calc(100vh - 323px);
}

.right_res_new {
float: right;
width: 30%;
}

.live_results hr {
display: none;
}

.live_results p {
font-size: 19px;
font-weight: bold;
margin-bottom: 12px !important;
}

.live_results a {display: list-item;list-style-type: none;font-size: 17px;margin-top: 8px;min-height: auto;}

.up_aut_new {/* margin-bottom: 23px; */}
.live_results a:hover {
font-weight: bold;
}
button#submit_form {
border: 0;
background: 0;
}
.all_wrapper_blogs {
display: flex;
flex-direction: row;
justify-content: center;
align-items: stretch;
align-content: center;
scroll-behavior: smooth;
}

.left_wrapper_blogs_content {width: 833px;float: right;margin-right: 37px;overflow: hidden;margin-top: 26px;margin-left: 10px;position: relative;}

.right_wrapper_blogs {
float: right;
width: 38%;
font-family: 'open_sans', Helvetica, Arial, sans-serif !important;
}
.left_wrapper_blogs {
width: 77%;
/* width: 1601px; */
float: left;
}

a.title_left_blog {
text-align: center;
display: inline-block;
font-size: 31px;
margin-bottom: 37px;
width: 100%;
}

a.img_left_blog {
display: block;
margin-bottom: 30px;
}

.text_left_blog {
padding: 0 57px;
text-align: center;
font-size: 16px;
line-height: 30px;
margin-bottom: 24px;
}

a.link_left_blog {
    width: 91px;
    height: 26px;
    line-height: 26px;
    color: #fff !important;
    background: var(--main-link-button-color);
    display: block;
    text-align: center;
    border-radius: 4px;
    margin: 0 auto 65px auto;
}
a.img_left_blog img {
display: block;
margin: 0 auto;
}
a.img_left_blog img {display: block;margin: 0 auto;width: 100%;height: auto;}

.page-header.mt20 {
width: 290px;
text-align: center;
font-weight: bold !important;
border: 0;
margin-bottom: 5px;
}

.page-header.mt20 a {
font-weight: bold;
}

.limiter_right {
width: 290px !important;
display: block;
}

ul.media-list.blogs_items .media {
padding: 15px;
margin: 0;
}
.lighter_blue {
    background: var(--main-lighet-color-used) !important;
}

.blogs_items a.media-heading.h4.bb {
font-size: 18px !important;
font-weight: normal;
line-height: 22px;
margin: 0;
}
ul.media-list.limiter_right {
width: 309px !important;
margin-top: 30px;
}

ul.media-list.blogs_items {
margin-bottom: 27px !important;
}
a.eucitesc_title.limiter_right {
font-size: 16px;
margin-bottom: 15px;
}
.autor_404.no_margin_top {
margin-top: 0;
padding-top: 100px;
}
.main_middle {
padding-top: 3px;
}
.left_wrapper_blogs_content h1 {
text-align: center;
}

span.edits_links.all_flex {
/* width: 100%; */
}
span.edits_links.all_flex {
float: right;
width: 598px;
}
.middle_user{
display: none;
}
.class_1200.footers_links.all_flex {
display: flex;
justify-content: space-around;
}
.menu_inline{
display: none !important;
}
form.search_form {
width: 99%;
}
.info .social_1, .info .social_2 {
/* width: 33%; */
}
.all_books.slim_book img.small_over {
top: 0;
}
.left_book_side.hide_left {
display: none;
}

.wrappers_img.full_left {
margin: 0 auto !important;
float: none;
}

.wrappers_img.full_left .anim_cont {
float: none;
margin: 0 auto;
}
.pr_imgs {
width: 79%;
}
.jcarousel_controls {
padding: 0 !important;
}
.jcarousel_wrapper .books {
width: auto;
background-size: 100% 260px;
}
footer .jcarousel li a img {
margin: 0 auto !important;
display: block;
}
.main_top {
overflow: hidden;
}
.main_title.no_top_margin {
display: block;
margin-left: 25px;
}
.one_blog_comment {
position: unset;
margin: 14px auto !important;
display: block;
float: none;
text-align: center;
}
#toggle_filter{
display: initial;
}
.all_books a {
display: block;
margin: 0 auto !important;
/* width: 100%; */
}
.author_name_box {
display: inline;
}
.simple_page {
margin-top: 25px !important;
}

.simple_content {
margin-top: 16px;
}
.row.class_1200 {
margin-top: 20px !important;
}
.all_books:hover {
/* max-width: 225px; */
}
.search .btn_toggle, .domain .btn_toggle {
    color: white;
    background: var(--main-link-button-color);
}
.search_results {
text-align: left;
margin-top: 20px;
font-size: 19px;
}
.search .filter_select .lit_group a {
font-size: 17px;
padding-right: 12px !important;
padding-bottom: 0px;
}
.main_title{
/* display: flex; */
/* white-space: nowrap; */
/* overflow: hidden; */
/* width: 90%; */
}
.cat_carousel .main_title h1{
line-height: 70px;
}
.main_title.with_sel{
display: block;
}
.content_text img {
/* width: 100%; */
height: auto;
max-width: 100%;
}
.promotion .promo_text{
margin-top: 40px !important;
}
.right_imprint_wrapper span.over_lay_button {
display: none;
}
.authors .cat_title {
margin-top: 19px;
}
.hr_double.no_margin_top.authors_lines {
margin-bottom: 0;
}
.rasf_new a {
display: block;
}

span.rasf.rasf_new {
display: block;
position: relative;
} 
.with_sel .diver_tabs:last-of-type {
display: none;
}
.list-group-item-heading {
visibility: visible;
}
.refugiu_right.overflow_text .refugiu_text {
height: 171px;
}
.main_title.center_title h1 {
float: none;
text-align: center;
}
.main_top .product .product_img .front, .main_top .product .product_img .back {
width: 100% !important;
height: auto !important;
}
.promotion_main_books.all_in_one.flex_new.class_1200 {
justify-content: space-evenly;
}
.slim_book .price_low {
width: 100%;
text-align: right;
/* margin-right: 9px; */
}
.promotions_first {
margin-bottom: 31px;
width: 100%;
}
.alert-dismissable .close, .alert-dismissible .close {
top: -22px !important;
right: -18px;
font-size: 31px;
}
.price_all.no_float {
float: none;
}
.abon_buttons span.btn.btn-default.btn-sm.buy_button_sel_abon {
line-height: 38px;
}
#basket_modal_el_abon .modal_basket .basket_left .fa {
margin-top: 18px;
}
span.upper_for_inner {
display: none;
}
.upper_for_inner .clickeble_el{
text-transform: uppercase;
}
.over_picture_carousel {
position: relative;
}
.over_picture_carousel .big_over{
display: none !important;
}
.last_bread {
display: none;
}
.mobile_icons.all_flex, .mobile_hr{
display: none;
}
.arrow_f{
visibility: hidden;
}
.arrow_f.always_on{
visibility: visible;
}
#myCarousel img.small{
width: 100%;
}
.top_banner img{
margin-bottom: 25px;
}
.contact_div{
    background-color: var(--main-darker-color);
    padding: 18px;
}
.contact_div .class_1200{
text-align: center;
}
.contact_div .fa-phone {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
-webkit-transform: scaleX(-1);
transform: scaleX(-1);
font-size: 30px;
position: absolute;
top: 0px;
left: 0;
}
.text_contact {
display: inline-block;
font-size: 17px;
font-weight: bold;
margin-right: 16px;
margin-left: 16px;
position: relative;
height: 30px;
line-height: 30px;
}

span.text_contact {
font-weight: normal;
margin-right: 16px;
padding-left: 50px;
}
.quiz_2021 .qp_txti {
color: black;
}
.qp_quiz #quiz-results .qp_b .qp_q .qp_qi {
display: none;
}
.author_blog{
margin-top: 10px;
margin-bottom: 37px;
}
.all_books.slim_book .over_lay_button {
/* margin-top: -36px !important; */
}

.small_imprint.nr_blog_0 {
display: none;
}
.recomadations.class_975.with_border_bottom {
margin-bottom: 55px !important;
}
.icon_holder i {
display: block;
margin: 0 auto;
font-size: 25px;
text-align: center;
color: #878787;
}

.icon_holder {
display: block;
margin: 13px 0px 13px 0px !important;
text-align: center;
width: 72px;
}

span.text_icon {
margin-top: 4px;
display: block;
font-size: 11px;
}

.icons_info.all_flex {
align-items: baseline;
justify-content: flex-start;
flex-flow: wrap;
}
.icon_carusel_wrapp {
position: relative;
width: calc(100% - 35px);
margin: 0 auto;
/*padding: 0 30px;*/
/*width: 350px;*/
}
.jcarousel.icons_info {
/*width: calc(100% - 30px);*/
/*margin: 0 auto;*/
z-index: 10;
}
.icon_carusel_wrapp .jcarousel_controls {
width: 100%;
margin: 0 !important;
padding: 0 !important;
top: 26px !important;
}
span.text_icon.detalii_a a {
    font-size: 13px;
    margin-top: 14px;
    display: block;
    color: var(--main-link-button-color);
}

span.text_icon.detalii_a a:hover {
text-decoration: underline;
}
.book_reviews.more_det {
margin-bottom: 25px;
}

.icon_holder_text span.text_icon {
font-size: 15px;
margin-top: 0;
margin-bottom: 6px;
}

.newsletter_footer h3 {
font-family: Lato, sans-serif;
font-size: 24px;
text-align: center;
margin-bottom: 25px;
font-weight: bold;
margin-top: 0;
}

.right_wrapper_blogs .all_books.slim_book .over_lay_button {
margin-top: 9px !important;
}

.right_wrapper_blogs 
.all_books.slim_book .main_book {
height: 327px;
}
.content_lp{
max-width: 700px;;
}
a.special_img_link {
max-height: 15px !important;
position: relative;
}

a.special_img_link img {
position: absolute;
top: -5px;
left: -10px;
}
.bottom_header_wrapper.sticky_menu.sticky_menu_top {
top: 121px;
}
.bottom_header_wrapper.sticky_menu.sticky_menu_top_small {
top: 19px;
}
a.bf_logo span {
display: none !important;
}

.block_700 span#lp_icon_2 a.special_img_link img {
	position: relative;
	left: 0;
	margin-top: 9px;
}

body.blurred {
	/* overflow: hidden; */
}

.wrapper_big_menu {
	height: auto;
	overflow-y: auto;
	max-height: calc(100vh - 270px);
	scrollbar-width:thin; 
	scrollbar-color:#B2B1B9 transparent;

	/* box-sizing: border-box; */
}

.sticky_menu .wrapper_big_menu {
	height: auto;
	max-height: calc(100vh - 100px);
	scrollbar-width:thin ; 
	scrollbar-color:#B2B1B9 transparent;
}

.wrapper_big_menu::-webkit-scrollbar {
	width: 8px;               
}

.wrapper_big_menu::-webkit-scrollbar-track {
	background: transparent;       
}

.wrapper_big_menu::-webkit-scrollbar-thumb {
	background-color: #B2B1B9;    
	border-radius: 5px;      
}

.sticky_menu .wrapper_big_menu ::-webkit-scrollbar {
	width: 8px;               
}

.sticky_menu .wrapper_big_menu::-webkit-scrollbar-track {
	background: transparent;        
}

.sticky_menu .wrapper_big_menu::-webkit-scrollbar-thumb {
	background-color: #B2B1B9;    
	border-radius: 5px;     

}

.container-map{
    max-width: 1200px;
    margin: 15px auto;
}  

.show_quantity{display: flex;flex-direction: row;justify-content: space-around;align-items: center;width: 30%;}

.buc_value{
font-size: 20px;
font-weight: bold;
display: inline-block;
float: left;
}


.qunatity_price{
display: flex;
flex-direction: row;
justify-content: space-between;
flex-wrap: wrap;
width: 100%;
}

._form_rb input:checked ~ .checkmark{
	background-color: pink !important;
	display: block;
}

.container_rb {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 14px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	}

  .container_rb input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
  }
  

  .checkmark {
	position: absolute;
	top: 2px;
	left: 15px;
	height: 14px;
	width: 14px;
	border-radius: 50%;
	border: #000 1px solid;
	}


  .container_rb input:checked ~ .checkmark {
	background-color: #000;
	}
  

  .checkmark:after {
	content: "";
	position: absolute;
	display: none;
  }
  

  .container_rb input:checked ~ .checkmark:after {
	display: block;
  }
@media (max-width:680px){
.show_quantity{
	justify-content: flex-start;
	margin-right: 10px;
	width: 140px;
}
}

@media (min-width:390px) and (max-width:600px){
.command_info .col-md-4.second .total_price{
	margin-top: -10px;
}
}

@media (max-width: 389px){
.command_info .col-md-4.second .total_price{
	text-align: left;
	/* margin-left: 70px; */
}
}

@media (min-width:681px) and (max-width:1050px){
.command_info .col-md-4.second .total_price{
	/* margin-left: 72px; */
}
}

@media (min-width:681px) and (max-width:900px){
.show_quantity{
	width: 65%;
}
}
@media (min-width:390px) and (max-width:680px){
.command_info .col-md-4.second{
	right: 0;
}
}





b.blue_quote {
    color: #6B8BE0;
}

.left_searchers_only {
    /* margin-bottom: 20px; */
}

.up_cat_new.up_cat_new_catdom {
    /* margin-bottom: 20px; */
}

.left_searchers_only {}

.left_searchers_only a:last-child, .up_aut_new a:last-child, .up_cat_new_catdom a:last-child {
    margin-bottom: 15px;
}

.error.errorblue {}

.cos_wrapper {
    background: transparent !important;
    padding-top: 0;
}

.new_voucher_holder {
    max-width: 970px;
    margin: 26px auto;
}

.alert-info.cookie_alert{
	border-color: transparent;
	border-radius: 0;
}

button.sendbut {
    background-color: var(--main-link-button-color);
    border-color: transparent;
}

button.sendbut:hover {
    background-color: var(--main-link-button-color);
    border-color: transparent;
}

.selected_pagination{
	border-color: var(--main-link-button-color) !important;
}

img.top_logo_edit_book {
	position: absolute;
	top: 0;
	left: 0;
}

.title_blog_tag {
	text-align: center;
	font-size: 46px;
	font-family: 'pt_serifregular';
	color: var(--lighter-title-color);
	font-weight: 300;
	text-align: center;
	display: block;
	font-weight: 100 !important;
	padding-top: 17px;
	color: var(--main-link-button-color) !important;
	margin: 0;
	}

.flex_center {
	display: flex;
	justify-content: center;
	font-family: 'pt_serifregular'; 
	font-weight: bold;
margin-top: 15px;}

.flex_center a {
	display: inline-block;
	color: var(--lighter-title-color) !important;
	margin: 0 18px;
	font-size: 15px;
	/* font-weight: bold; */
color: var(--main-link-button-color) !important;}

.flex_center span {
	font-weight: bold;
	position: relative;
	top: -1px;
}

.big_blog_zone {
	background: var(--main-darker-color);
	min-height: 96px;
}

.blog_title_line {display: flex;justify-content: space-between;align-items: flex-end;margin-bottom: 30px;}

.right_zone {text-align: right;}

a.small_title_blog {/* float: right; *//* display: inline-block; */color: var(--lighter-title-color) !important;font-size: 12px;
    font-family: 'pt_serifregular';color: var(--main-link-button-color) !important;}

.blog_title_line div {
	width: 33%;
}

.inter_title_blog {display: inline-block;font-size: 32px;font-family: 'pt_serifregular';
    color: var(--lighter-title-color) !important;/* font-weight: bold; */text-align: center;color: var(--main-link-button-color) !important;}

.center_zone {display: flex;justify-content: center;align-items: baseline;width: 100% !important;}

.blog_slider {display: flex;justify-content: space-around;align-items: flex-start;/* margin-bottom: 65px; */}

.class_1200.blog_slider_wrapper {padding: 30px 0;margin: 0px auto 34px !important;}

.blog_slider_img { 
position: relative;/* box-shadow: 0px 0px 10px 10px #bfefff inset; *//* width: 75%; *//* height: auto; *//* display: inline; */}

.blog_slider_info {margin-left: 27px;width: 35%;}

a.blog_slider_title {font-family: 'pt_serifregular';font-size: 28px;font-weight: bold;}

span.blog_slider_author {font-size: 18px;/* font-weight: bold; */color: #868695;display: inline-block;font-weight: normal;position: relative;top: 0px;}

.blog_slider_text {font-family: 'open_sans', Helvetica, Arial, sans-serif !important;font-size: 14px;font-weight: bold;margin-top: 15px;}

a.link_left_blog.blog_slider_link {margin: 18px 0;}

.shadow_blur {box-shadow: 0px 0px 10px 10px var(--main-darker-color) inset;position: absolute;width: 100%;height: 100%; display: none !important;}

.one_blog {display: flex;flex-direction: column;width: 48%;margin-bottom: 30px;}

.blogs_zone {display: flex;justify-content: space-between;align-items: flex-start;flex-direction: row;flex-wrap: wrap;min-height: 331px;}

.blog_slider_img_smaller .shadow_blur {box-shadow: 0px 0px 10px 10px rgb(255 255 255) inset;}

.flex_center.flex_center_small {display: flex;justify-content: flex-start;margin-left: 11px;margin-bottom: 10px;flex-wrap: wrap;flex-direction: row;}

.blog_slider_img img {width: 100%;height: auto;}

.flex_center.flex_center_small a {margin: 0;text-align: center;}

.flex_center.flex_center_small span {margin: 0 11px;}

.blogs_zone_info {padding: 0 10px;}

.blogs_zone_info  a.blog_slider_title {font-size: 18px;}

.blogs_zone_info span.blog_slider_author {font-size: 16px;}

a.selected_link {font-weight: bold;}

.blogs_new_books {display: flex;flex-direction: row;flex-wrap: wrap;justify-content: space-evenly;align-items: flex-start;width: 102%;}

.blog_slider_img img {width: 100%;margin: 0 auto;display: block;max-width: 821px;}

.single_blog_info span.blog_slider_img {max-width: 823px;display: block;margin: 0 auto;width: 100%;}

.big_blog_zone.in_blog {padding: 23px 0;}

.single_blog_title {
    font-family: 'pt_serifregular';
    font-size: 28px;
    font-weight: bold;
    padding: 10px 0;
    margin: 0;
    }

.single_blog_info {text-align: center;}

.single_blog_author_data {font-size: 17px;
    
    color: #868695;
    display: inline-block;
    font-weight: normal;
    position: relative;
    top: 0px;margin-bottom: 28px;}

span.single_blog_date {display: inline-block;padding: 0 20px;}

.single_blog_content_holder {display: flex;flex-direction: row;flex-wrap: nowrap;justify-content: space-between;align-items: flex-start;padding: 25px 0;}

.single_blog_content {width: 70%;padding-right: 25px;}

a.blue_link {display: inline-block;font-family: 'pt_serifregular';
    font-size: 14px;
    font-weight: bold;margin-bottom: 8px;color: var(--main-link-button-color) !important;}

.big_blog_zone.in_blog .flex_center a {color: var(--main-link-button-color) !important;font-size: 15px;}

.single_blog_sidebar {max-width: 375px;margin-top: 16px;display: flex;flex-direction: column;align-content: flex-start;flex-wrap: nowrap;}

.blogs_zone.blogs_side .one_blog {width: 100%;}

.single_blog_sidebar .page-header.mt20 a {color: var(--main-link-button-color) !important;}

.single_blog_sidebar .page-header.mt20 {margin-top: 0px;}

span.cat_blog_title {font-size: 22px;display: block;font-family: "open_sans", sans-serif !important;margin-bottom: 23px;}

a.filtre_blogs {margin-bottom: 16px;}

a.filtre_blogs.selected_tag {font-weight: bold;}

.filter_elements {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
align-content: flex-start;align-items: flex-start;}

.single_blog_info span.blog_slider_img.square_class {max-width: 350px;}

.blogs .bottom_header_left.all_flex {width: calc(100% - 100px);}

span.blog_logo_title {padding-left: 22px;font-size: 27px;
    font-family: 'pt_serifregular';
    
    
    text-align: center;
    color: var(--main-link-button-color) !important;height: 40px;/* line-height: 56px; */}

a.blog_logo {display: none;}

a.blog_logo_big {display: flex;flex-wrap: nowrap;align-items: center;/* margin: 15px 0; *//* width: calc(100% - 121px); */justify-content: flex-start;flex-direction: row;float: left;}

.blog_logo_big span.main_logo.blog_logo_img {margin: 0;}

.blog_middle_user .bottom_header_right_icons {/* display: flex; *//* align-items: center; *//* line-height: 56px; */}

.blog_logo_big img {margin: 10px 0;}

.right_middle_desc {}

.middle_desc.blog_middle_desc .right_middle_desc {background: #fff;width: 50%;}

.middle_desc.blog_middle_desc {margin-top: 25px;}

.middle_desc.blog_middle_desc .left_middle_desc {width: 79%;}

.middle_desc.blog_middle_desc .left_middle_content {/* max-width: 836px; */width: calc(100% / 1.75);/* width: calc(1200px - 418px); */min-width: 800px;}

.blog_book span.over_lay_button {/* display: block !important; */}

.blog_book span.buy_button.buy_button_sel {display: block;}

.blog_book {margin: 9px;max-width: 35%;}

.blog_book .all_books.slim_book img {width: 100%;height: auto;}

.blog_middle_desc .selection_eucitesc .selection_wr {/* max-width: 390px; */}

.class_quoate_left {float: left;display: inline-block;max-width: 40%;padding: 15px;border-top: 1px solid black;margin: 6px;}

.class_quoate_right {
	float: left;
    display: inline-block;
    max-width: 50%;
    padding: 15px;
    border-top: 1px solid black;
    margin: 6px;}

.blog_book span.book_info, .blog_book span.book_info .book_title, .blog_book span.book_info .book_author, .blog_book span.book_info .book_author .book_price {margin-left: 0;padding-left: 0;width: 100%;}

.blog_book_wide .main_book {display: flex;flex-direction: row;align-items: center;max-height: 312px;max-width: max-content;width: 100%;max-width: initial;justify-content: space-around;margin: 0 auto !important;flex-wrap: nowrap;}

.blog_book.blog_book_wide img {max-width: 180px;height: auto;width: auto;}

.blog_book.blog_book_wide span.book_info {width: 102px;margin-left: 15px;}

.blog_book.blog_book_wide span.book_info .book_title, .blog_book.blog_book_wide span.book_info .book_author {height: 45px;width: 100%;max-width: initial;}

.blog_book img {width: 100%;height: auto;margin-top: 0;}

.blog_book .main_book {height: fit-content;}



.blog_book.blog_book_wide {max-width: fit-content;}

.inner_blog .author_sel_review {max-height: fit-content;}

.inner_blog .selection_wr {width: 100%;}

span.single_blog_date.small_date {display: block;
    margin: 0;
    padding: 0;
    font-size: 12px;}



.one_blog.square_class {}

.one_blog.one_blog_square_class {display: flex;
    flex-direction: row;justify-content: flex-start;align-items: center;flex-wrap: nowrap;align-content: space-around;}

.one_blog.one_blog_square_class .blog_tag_text {width: 100%;}

.one_blog.one_blog_square_class a.blog_slider_img.blog_slider_img_smaller.square_class {width: 100%;
    max-width: initial;}

.blog_book .small_over {
    top: 0;
}
.left_middle_desc img {
    max-width: 100%;
    height: auto !important;
}

span.bottom_header_left_link.clickeble_el {margin-right: 8px;}

.bottom_header_left.all_flex.block_700.menu_blog {display: flex;justify-content: space-between;flex-direction: row;}

.menu_hovorable {/* position: absolute; */display: none;background: var(--light-shade);z-index: 2;padding: 13px;/* width: 350px; */display: flex;flex-direction: column;align-content: flex-start;flex-wrap: nowrap;width: max-content;/* padding-top: 28px; *//* margin-top: 28px; */padding-bottom: 4px;}

span.bottom_header_left_link.clickeble_el:hover .wrapper_menu_hovorable {display: block;}

.wrapper_menu_hovorable {display: none;position: absolute;
    display: none;
    /* background: var(--light-shade); */z-index: 3;width: 100%;padding-top: 0px;/* top: -20px; */padding-top: 12px;left: -11px;}

span.bottom_header_left_link.clickeble_el:hover {/* background: var(--light-shade); *//* padding: 0 5px !important; */}

.menu_hovorable a {display: inline-block;margin-bottom: 7px;}

span.bottom_header_left_link.clickeble_el.arrows_down {background: url(../images/redesign/double_down.png) center right no-repeat;padding-right: 24px;}


/* stilizare banner pagina de produs-: harta vacantei */

.banner_map_container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@keyframes zoom-in-zoom-out_little {
	0% {
		transform: scale(1, 1);
	}
	20% {
		transform: scale(1.05, 1.05);
	}
	100% {
		transform: scale(1, 1);
	}
	}

.text_container_banner{
    font-family: 'Balsamiq Sans';
    font-size: 30px;
    font-weight: 600;
    color: #472602;
    width: 55%;
    text-shadow: 4px 5px 10px rgba(71,38,2,0.3);
    animation: zoom-in-zoom-out_little 3s ease infinite;
}

.text_container_banner span{
    color: #96C189;
}

.text_container_banner p{
    text-align: center;
    margin-bottom: 0 !important;
}

.compass_container_banner{
    width: 15%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 120px;
    
}


.btn_see_map_container{
    width: 20%;
    display: flex;
    justify-content: center;
    font-family: 'Balsamiq Sans';
}

.btn_see_map_container a.see_map{
    text-decoration: none;
    padding: 15px 17px;
    background-color: #B64350;
    font-size: 18px;
    color: #ffff;
    border-radius: 7px;
    font-weight: 700;
    color: #FFFCF3;
    box-shadow: 0px 3px 30px 0px rgb(0 0 0 / 25%);
    transition: .3s ;
}

.btn_see_map_container a.see_map:hover{
    transform: scale(1.1);
    background-color: #b95662;
     box-shadow: 0px 3px 15px 0px rgba(156, 47, 47, 0.4);
}

.compass_container_banner .compass{
    position: relative;
}



.compass_container_banner .compass img{
    width: 85px;
    
}

.iframe_youtube{
	width: 236px;
	height: 177px;
	position: relative;
}
.iframe_youtube img{
	width: 100%;
	height: auto;
}
.iframe_youtube iframe{
	width: 236px;
	height: 177px;
}
.embed-youtube img {
  left: 0;
  opacity: 0.7;
  position: static !important;
}
.embed-youtube .embed-youtube-play {
  width: 68px;
  height: 48px;
  background-color: #333;
  box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
  z-index: 1;
  opacity: 0.8;
  border-radius: 6px;
}
.embed-youtube .embed-youtube-play:before {
  content: "";
  border-style: solid;
  border-width: 15px 0 15px 26.0px;
  border-color: transparent transparent transparent #fff;
}
.embed-youtube img,
.embed-youtube .embed-youtube-play {
  cursor: pointer;
}
.embed-youtube img,
.embed-youtube iframe,
.embed-youtube .embed-youtube-play,
.embed-youtube .embed-youtube-play:before {
  position: absolute;
}
.embed-youtube .embed-youtube-play,
.embed-youtube .embed-youtube-play:before {
  top: 50%;
  left: 50%;
  transform: translate3d( -50%, -50%, 0 );
}
.embed-youtube .embed-youtube-play:hover {
    background-color: #f00;
}
@keyframes spin { 
    from { 
        transform: rotate(0deg); 
    } to { 
        transform: rotate(360deg); 
    }
}

@-ms-keyframes spin { 
    from { 
        -ms-transform: rotate(0deg); 
    } to { 
        -ms-transform: rotate(360deg); 
    }
} 
 @-moz-keyframes spin { 
    from { 
        -moz-transform: rotate(0deg); 
    } to { 
        -moz-transform: rotate(360deg); 
    }
} 
 @-webkit-keyframes spin { 
    from { 
        -webkit-transform: rotate(0deg); 
    } to { 
        -webkit-transform: rotate(360deg); 
    }
}

#busola{
    -webkit-animation-name: spin;
    -webkit-animation-duration: 4000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;

    -moz-animation-name: spin;
    -moz-animation-duration: 4000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;

    -ms-animation-name: spin;
    -ms-animation-duration: 4000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;

    animation-name: spin;
    animation-duration: 4500ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

  #north, #west, #east, #south{
      position: absolute;
  }

  #north{
    top: -15%;
    left: 46%;
    width: 10px;
  }

  #south{
      bottom: -15%;
      left: 46%;
      width: 7px;
  }

  #west{
      left: -18%;
      top: 45%;
      width: 14px;
  }

  #east{
    right: -14%;
    top: 45%;
    width: 10px;
  }

  @media(max-width:767px){
    .search_header .bottom_header_left_search.blog_search {
        display: block;
    }
  }


  @media (min-width:768px) and (max-width:992px){
      .compass_container_banner{
          width: 10%;
      }

      .text_container_banner{
          width: 52%;
          font-size: 23px;
      }

      .btn_see_map_container a.see_map{
          padding: 11px 10px;
          font-size: 15px;
      }
      
  }

@media (min-width:576px) and (max-width:767px){
    .text_container_banner{
        font-size: 18px;
    }

    .btn_see_map_container{
        width: 25%;
        justify-content: flex-start;
    }

    .btn_see_map_container a.see_map{
        padding: 10px 7px;
        font-size: 14px;
        font-weight: 600;
    }

    .compass_container_banner .compass img{
        width: 70px;
    }

    .compass_container_banner{
        justify-content: flex-end;
    }

    #north{
        width: 8px;
    }

    #west{
        left: -14%;
        width: 10px;
    }

    #south {
        bottom: -14%;
        left: 48%;
        width: 5px;
    }

    #east {
        right: -13%;
        width: 8px;
    }
}

@media (max-width:575px){
    .banner_map_container{
        flex-wrap: wrap;
        justify-content: space-around;
        padding: 15px 0 10px 0;
    }

    /* .compass_container_banner, .text_container_banner,
    .btn_see_map_container{
        width: auto;
    } */

    .compass_container_banner{
        width: 13%;
        margin-left: 5%;
        height: auto;
        margin-top: 1%;
    }

    .text_container_banner{
        width: 75%;
    }

    .btn_see_map_container{
        width: 100%;
    }

    .compass_container_banner .compass,
    .compass_container_banner .compass img{
        width: 100%;
    }

    .text_container_banner{
        width: 67%;
        font-size:16px;
        margin-right: 4%;
    }

    .btn_see_map_container a.see_map{
        padding: 10px;
        font-size: 14px;
        margin-top: 10px;
    }
    #north {
        top: -17%;
        left: 45%;
        width: 8px;
    }

    #west {
        left: -20%;
        top: 44%;
        width: 9px;
    }

    #south {
        bottom: -19%;
        left: 44%;
        width: 5px;
    }

    #east {
        right: -18%;
        top: 44%;
        width: 7px;
    }

}



input#urlrest_new::placeholder {
    color: grey;
	font-size: 16px !important;
}

.slim_book .main_book .book_title,.main_book .book_title, .main_book h2.book_title {
    font-weight: bold;
    color: #000;
}