* {
	--main_color: #3a94d1;
	--pink_color: #f1626f;
	--hover_color: #88d1d1;
	/*--main_color: #3077a8;
	--pink_color: #bd4c57;
	--hover_color: #309e9e;*/
	--title_color: #414042;
	--text_color: #212529;
	--grey_color: #666666;
	font-family: Helvetica, Arial, sans-serif;
}
/*EXTRA BOOTSTRAP START CSS*/
*,
*::before,
*::after {
  box-sizing: border-box;
  outline: none;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--text_color);
  text-align: left;
  background-color: #fff;
}
img {
	max-width: 100%;
}
.w-100 {
  	width: 100% !important;
}
.w-50 {
	width: 50% !important;
}
.w-60 {
  	width: 60% !important;
}
.h-100 {
	height: 100% !important;
}
.white_bg {
	background: #FFF;
}
.mcolor {
	color: var(--main_color);
}
.hidden {
	display: none;
}
a {
  color: var(--main_color);
  text-decoration: none;
  background-color: transparent;
  transition: all 0.3s;
}
a:hover {
  color: var(--hover_color);
}
.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
p.help-block-error {
	font-size: 13px;
    color: red;
    font-weight: 600;
}
#toast-container ul {
	list-style: none;
	padding: 0;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.form-group {
	width: 100%;
}
.br_4 {
	border-radius: 4px;
}
.border_b {
	border: 1px solid var(--main_color);
}
.tcenter {
	text-align: center;
}
/*EXTRA BOOTSTRAP END CSS*/

/* HEADER STYLES START */
a.social_0 {
	width: 35px;
	height: 35px;
}
#search_form {
	position: relative;
}
.pos_abs {
	position: absolute;
	right: 0;
	top: 0;
}
.desktop_menu, .language_selector ul, .breadcrumb-list {
	list-style: none;
	padding: 10px 0;
}
.breadcrumb-list li a {
	color: var(--text_color);
}
.breadcrumb-list li:hover a {
	color: var(--hover_color);
}
.breadcrumb-list li span.current_link {
	color: var(--main_color);
	cursor: text;
}
.breadcrumb-list li {
	position: relative;
}
.breadcrumb-item:first-child::before {
	content: "";
}
.breadcrumb-item::before {
	content: ">";
	position: absolute;
  	left: -30px;
}
.desktop_menu li a, .language_selector ul li a, .language_selector ul li span { 
	text-decoration: none;
	font-size: 1.2rem;
	line-height: 1.2rem;
	text-transform: capitalize;
	color: var(--text_color);	
}
.desktop_menu li a:hover, .language_selector ul li a:hover { 
	color: var(--hover_color);	
}
.desktop_menu li.active a, .language_selector ul li span.selected { 
	color: var(--pink_color);	
}
.desktop_menu li a {
	padding: 5px 0;
}
.language_selector ul li a, .language_selector ul li span { 
	padding: 5px 10px;
}
.blue_tabs {
	border-bottom: 2px solid var(--main_color);
}
.blue_tabs a {
	font-size: 1.3rem;
	font-weight: 600;
	border-top-right-radius: 4px; 
	border-top-left-radius: 4px;
	margin-bottom: -2px;
	border-bottom: 2px solid #FFF;
	border-top: 2px solid var(--main_color);
	border-right: 2px solid var(--main_color);
	border-left: 2px solid var(--main_color);
}
.blue_tabs a.not_active {
	opacity: 0.8;
	color: var(--hover_color);
	border-top: 2px solid var(--hover_color);
	border-right: 2px solid var(--hover_color);
	border-left: 2px solid var(--hover_color);
	border-bottom: 2px solid var(--main_color);
}
.call_back_btn, .messengers_btn {
	height: 62px;
	color: var(--main_color);
	border: 1px solid var(--main_color);
	
}
.call_back_btn {
	font-size: 17px;
	font-weight: 600;
}
.call_back_btn:hover {
	cursor: pointer;
}
.messengers_btn {
	font-size: 22px;
	line-height: 26px;
	font-weight: 600;
}
.messengers a {
	font-size: 20px;
	font-weight: 300;
}
.search_form_desktop input {
	height: 35px;
	color: var(--main_color);
	border: 1px solid var(--main_color);
}
.search_form_desktop input::placeholder {
  color: var(--main_color);
}
.search_form_desktop input::-webkit-input-placeholder {
  color: var(--main_color);
}
.search_form_desktop input:-ms-input-placeholder {
  color: var(--main_color);
}
.tabs_text {
	font-size: 28px;
	line-height: 57px;
	color: #3a94d1;
	font-weight: 600;
	text-align: right;
}
#menu_mob_btn {
	display: block;
	position: relative;
	width: 37px;
	height: 42px;
}
#menu_mob_btn span {
  display: block;
  position: absolute;
  height: 2px;
  width: 50%;
  background: var(--main_color);
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
#menu_mob_btn.open span {
	width: 70%;
}
#menu_mob_btn span:nth-child(even) {
  left: 50%;
}
#menu_mob_btn span:nth-child(odd) {
  left:0px;
}
#menu_mob_btn span:nth-child(1), #menu_mob_btn span:nth-child(2) {
  top: 0px;
}
#menu_mob_btn span:nth-child(3), #menu_mob_btn span:nth-child(4) {
  top: 15px;
}
#menu_mob_btn span:nth-child(5), #menu_mob_btn span:nth-child(6) {
  top: 30px;
}
#menu_mob_btn.open span:nth-child(1),#menu_mob_btn.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#menu_mob_btn.open span:nth-child(2),#menu_mob_btn.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#menu_mob_btn.open span:nth-child(1) {
  left: 0px;
  top: 5px;
}
#menu_mob_btn.open span:nth-child(2) {
  left: calc(50% - 5px);
  top: 5px;
}
#menu_mob_btn.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}
#menu_mob_btn.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}
#menu_mob_btn.open span:nth-child(5) {
  left: 0px;
  top: 19px;
}
#menu_mob_btn.open span:nth-child(6) {
  left: calc(50% - 5px);
  top: 19px;
}
.top_fixed_header svg {
	fill: var(--main_color);
}
.mobile_header_wrapper {
	position: fixed;
	top: 0;
	left: 0;
	height: 100vh;
	z-index: 1000;
	-webkit-pointer-events: none;
    -moz-pointer-events: none;
    -ms-pointer-events: none;
    -o-pointer-events: none;
    pointer-events: none;
}
.top_fixed_header {
	-webkit-pointer-events: all;
    -moz-pointer-events: all;
    -ms-pointer-events: all;
    -o-pointer-events: all;
    pointer-events: all;
    height: 70px;
	box-shadow: 1px 1px 10px #000;
}
#sidebar_mobile {
	-webkit-pointer-events: all;
    -moz-pointer-events: all;
    -ms-pointer-events: all;
    -o-pointer-events: all;
    pointer-events: all;
	overflow: auto;
    height: calc(100vh - 70px);
}
#menu_mob_btn b {
	position: absolute;
    bottom: -10px;
    font-size: 0.86rem;
}
/* HEADER STYLES END */

/*SIDEBAR STYLES START*/
.help_manager {
	position: relative;
	color: var(--text_color);
}
.help_manager::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 5px;
	height: 100%;
	background: var(--main_color);
}
.uppercase_title a {
	color: var(--title_color);
}
.uppercase_title a:hover {
	color: var(--hover_color);
}
.uppercase_title {
	position: relative;
	border-bottom: 2px solid var(--main_color); 
	border-left: 2px solid var(--main_color);
	border-bottom-left-radius: 4px;
	/*border-bottom-right-radius: 4px;*/
	position: relative; 
	padding-left: 20px;
	padding-bottom: 6px;
	text-transform: uppercase;
	font-size: 23px;
	line-height: 31px;
	color: var(--title_color);
	font-weight: 600;
}	

.uppercase_title::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	background: var(--main_color);
	width: 5px;
	height: 26px;
}
.side_cat_item {
	padding: 0;
	margin: 0;
	list-style: none;
}
.side_cat_item .parent_link {
	cursor: pointer;
	margin-top: -1px;
	font-weight: 600;
	padding: 15px 25px;
	line-height: 1.1rem;
	background: #fff;
	color: var(--grey_color);
	border: 1px solid var(--main_color);
	transition: all 0.3s;
}
.side_cat_item svg.side_bar_svg {
	transition: all 0.3s;
	fill: var(--grey_color);
	width: 40px;
}

.side_cat_item .parent_link:hover, .side_cat_item .active .parent_link {
	background: var(--hover_color);
	border: 1px solid var(--hover_color);
	color: #fff;
}
.side_cat_item .parent_link:hover ~ svg, .side_cat_item .active svg.side_bar_svg{
	fill: #fff;
}
.kids_links_wr {
	list-style: none;
	padding: 0;
}
.kid_link {
	font-weight: 600;
	padding: 5px 25px;
	line-height: 1.1rem;
	color: var(--grey_color);
	transition: all 0.3s;
}
.kid_link:hover, .kids_links_wr .active .kid_link {
	color: var(--hover_color);
}
.color_box {
	border: 2px solid var(--main_color);
}
.color_box a {
	margin: 0.7rem;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	box-shadow: 1px 1px 3px var(--text_color);
	transition: all 0.3s;
}
.color_box a:hover {
	box-shadow: 1px 1px 5px 1px var(--main_color);
}
.input_style {
	width: 100%;
	text-align: center;
	padding: 15px 20px;
	color: var(--text_color);
	border: 1px solid var(--hover_color);
	font-weight: 600;
	font-size: 1rem;
}
.form_btn_style {
	cursor: pointer;
	text-align: center;
	padding: 15px 20px;
	background: var(--pink_color);
	color: #FFF;
	border: none;
	font-weight: 600;
	font-size: 1rem;
	transition: all 0.3s;
}
.form_btn_style:hover {
	box-shadow: 1px 1px 5px var(--main_color);
	color: #FFF;
}
.form_border {
	position: relative;
	border: 2px solid var(--main_color);
}
#sidebar_mobile {
	display: none;
}

/*SIDEBAR STYLES END*/

/*HOME PAGE CATS BLOCK STYLES START*/
.home_single_pr {
	border: 1px solid var(--main_color);
	padding: 6px;
	transition: all 0.3s;
}
.home_single_pr_title a {
	color: var(--text_color);
	font-weight: 600;
}
.home_single_pr_title a:hover {
	color: var(--hover_color);
}
.home_single_pr_buy {
	background: var(--main_color);
	color: #FFF;
	font-weight: 600;
	font-size: 1.2rem;
	transition: 0.3s all;
}
.home_single_pr_buy:hover {
	color: #FFF;
	background: var(--pink_color);
}
/*HOME PAGE CATS BLOCK STYLES END*/

/*CATALOG PAGES STYLES START*/
.catcat_single_pr {
	border: 1px solid var(--main_color);
	
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}
.catcat_single_pr_title a {
	position: relative;
	transition: all 0.3s;
	color: var(--text_color);
    font-weight: 600;
    border-bottom: 1px solid var(--main_color);
}
.catcat_single_pr_title a:before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	height: 90%;
	width: 5px;
	background: var(--main_color);
}
.catcat_single_pr_title a:hover {
	color: var(--hover_color);
}
.cat_pr_price {
	color: var(--main_color);
}
.cat_pr_price .big_n {
	font-size: 2rem;
}

/* Customize the label (the container) */
.choose_image_type .check_box_name {
	text-align: center;
	border-radius: 4px;
	border: 1px solid var(--main_color);
	font-size: 1rem;
	color: var(--text_color);
}
.choose_image_type label {
	padding-left: 33px;
	position: relative;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Hide the browser's default checkbox */
.choose_image_type input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

/* Create a custom checkbox */
.checkmark {
	border-radius: 4px;
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: var(--main_color);
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.choose_image_type label input:checked ~ .checkmark:after {
  display: flex;
}

/* Style the checkmark/indicator */
.choose_image_type label .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.loadmore_btn:hover svg {
	fill: var(--hover_color);
}
.loadmore_btn svg {
	fill: var(--main_color);
}
.loadmore_btn span {
	font-size: 1.5rem;
}
.loadmore_btn.rotate_svg svg {
	-webkit-animation: rotate 1s cubic-bezier(.1,.7,1,.1) 0s infinite;
    animation: rotate 1s cubic-bezier(.1,.7,1,.1) 0s infinite;
}
@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}
@keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}
/*CATALOG PAGES STYLES END*/

/*CATALOG SINGLE PAGE STYLES START*/
.catcat_single_pr_title div {
    position: relative;
    color: var(--text_color);
    font-weight: 600;
    font-size: 1.2rem;
    border-bottom: 1px solid var(--main_color);
}
.catcat_single_pr_title div:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 90%;
    width: 5px;
    background: var(--main_color);
}
.catcat_single_pr_title div .code-product {
	font-weight: 300;
    font-size: 1rem;
}
.pr_single_blue_title {
	font-size: 1.2rem;
    color: var(--main_color);
    font-weight: 600;
}
.pay_attention_title {
	font-size: 1.2rem;
    color: var(--hover_color);
    font-weight: 600;
}
.pay_attention_text {
	font-size: 1rem;
    color: var(--hover_color);
    font-weight: 600;
}
.pr_single_tabs button.tab_btn {
	cursor: pointer;
	border: none;
	opacity: 0.5;
	background: var(--hover_color);
	color: #FFF;
	font-weight: 600;
	font-size: 1.2rem; 
	transition: all 0.3s;
}
.pr_single_tabs button.tab_btn:hover {
	opacity: 1;
	background: var(--main_color);
}
.pr_single_tabs button.tab_btn.active {
	opacity: 1;
	background: var(--main_color);
}
.tabs_content_wr .single_tab_content {
	display: none;
}
.tabs_content_wr .single_tab_content.show {
	display: block;
}
.fast_order_input {
	border: none;
	font-size: 1.5rem;
}
.fast_order_btn {
	cursor: pointer;
	background: var(--pink_color);
	font-size: 1.2rem;
	font-weight: 600;
	border: none;
	color: #FFF;
	border-radius: 4px;
}
.fast_order_btn svg {
	fill: #FFF;
	margin-right: 10px;
}
.hidden_p p {
	margin: 0;
}
#orderfull-form input, #ordercanvas-form input, #orderfullfotozona-form input {
	border: 1px solid var(--hover_color);
	border-radius: 4px;
	color: var(--text_color);
	width: 100%;
	padding: 10px;
	font-size: 1.2rem;
}
.mat_cat {
	background: var(--main_color);
	color: #FFF;
    font-weight: 600;
    font-size: 1.2rem;
    transition: all 0.3s;
}
div.material_link {
	transition: all 0.3s;
	border-radius: 4px;
	border: 1px solid var(--hover_color);
	color: var(--text_color);
}
.mat_title  {
	transition: all 0.3s;
	background: var(--hover_color);
}
div.material_link:hover, a.material_link.picked {
	border: 1px solid var(--pink_color);
	cursor: pointer;
}
div.material_link:hover svg {
	fill: var(--pink_color);
}
div.material_link:hover .mat_title, div.material_link.picked .mat_title {
	color: #FFF;
	background: var(--pink_color);
}
.wr_materials, .wr_full_form {
	display: none;
}
.field-orderfullform-phone p, .field-ordercanvasform-phone p {
	margin: 3px 0 0 0;
}
.sizes_wr .wr_input {
	position: relative;
	width: 130px;
}
.sizes_wr .wr_input label {
	font-size: 0.8rem;
	color: var(--text_color);
	position: absolute;
	left: 0px;
	top: -22px;
}
.sizes_wr .wr_input svg {
	position: absolute;
	left: 10px;
	top: 14px;
}
.sizes_wr input {
	width: 100%;
	background: var(--hover_color);
	text-align: right;
	font-size: 1.5rem;
	font-weight: 600;
	color: #FFF;
	padding: 15px 15px 15px 51px;
	border: none;
	border-radius: 4px;
}
input.no_arrows::-webkit-outer-spin-button,
input.no_arrows::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input.no_arrows[type=number] {
  -moz-appearance: textfield;
}
.big_pink_price {
	font-size: 2rem;
	color: var(--pink_color);
	font-weight: 600;
}
/*CATALOG SINGLE PAGE STYLES END*/

/*FOOTER STYLES START*/
footer {
	padding: 40px 0 55px;
	background: var(--main_color);	
	
}
footer p {
	color: #fff;
	margin: 0;
	font-size: 18px;
}
footer p a {
	color: #fff;
}
.footer_title {
	padding: 20px 0 10px 0;
	text-transform: uppercase;
	font-size: 25px;
	color: #FFF;
	font-weight: 600;
}
a.footer_btn {
	position: relative;
	width: 100%;
	font-size: 30px;
	font-weight: 600;
	/*background: var(--hover_color);*/
	background: var(--pink_color);
	color: #FFF;
	text-align: center;
	padding: 5px 40px;
	border-radius: 4px;
	border: 1px solid #FFF;
}
a.footer_btn:hover {
	background: var(--main_color);

}
.footer_btn::before {
	position: absolute;
	content: "";
	left: 5px;
	top: 50%;
   	transform: translateY(-50%);
	width: 7px;
	height: 50%;
	background: var(--main_color);
}
.footer_btn::after {
	position: absolute;
	content: "";
	right: 5px;
	top: 50%;
   	transform: translateY(-50%);
	width: 7px;
	height: 50%;
	background: var(--main_color);
}
.stars_wr svg {
	stroke: #FFF;
}
.white {
	font-size: 1.3rem;
	color: #FFF;
}

/*FOOTER STYLES END*/

/*CONTENT STYLES START*/
.seo_title::before {
	position: absolute;
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 7px;
    height: 70%;
    background: var(--main_color);
}
.seo_title {
	position: relative;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
	display: block;
	border-radius: 4px;
	padding: 10px;
	color: var(--text_color);
	font-size: 1.2rem;
	font-weight: 600;
	background: var(--hover_color);
}	
input.tekstury[type=checkbox] {
  display: none;
}
.tekstury_img {
	cursor: pointer;
}
.checkmark_wr {
	position: relative;
    padding-left: 33px;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.checkmark_name_t {
	text-align: center;
    border-radius: 4px;
    border: 1px solid var(--main_color);
    font-size: 1rem;
    color: var(--text_color);
}
.checkmark_box {
    border-radius: 4px;
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: var(--main_color);
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark_box:after {
  content: "";
  position: absolute;
  display: none;
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* Show the checkmark when checked */
input.tekstury.checked ~ .checkmark_wr .checkmark_box:after {
  display: flex;
}
.title_tekstury {
	font-weight: 600;
    font-size: 1.5rem;
    line-height: 1.2rem;
}
#feedback-form, #contact-form, #login-form {
	background: var(--hover_color);
	border: 1px solid var(--main_color);
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}
#feedback-form svg {
	stroke: #FFF;
}
#feedback-form button, #contact-form button, #login-form button {
	transition: all 0.3s;
	text-transform: uppercase;
	cursor: pointer;
	font-size: 1.3rem;
	border: none;
	background: var(--main_color);
	color: #FFF;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}
#feedback-form button:hover, #contact-form button:hover, #login-form button:hover {
	background: var(--pink_color);
} 
.single_review_stars svg {
	fill: var(--main_color);
}
.reviews_content {
	border-top: 1px solid var(--main_color);
}
.no_img_review {
	display: none;
}
.username {
	font-weight: 600;
	font-size: 1.2rem;
}
svg.review_upload {
	fill: var(--main_color);
}
.add_img_review label {
	transition: 0.3s all;
	margin-left: 20px;
	padding: 10px 15px;
	border-radius: 4px;
	color: #fff;
	background: var(--main_color);
	display: inline-block;
	cursor: pointer;
}
.add_img_review label:hover {
	background: var(--pink_color);
}
.pagination {
	list-style: none;
	padding: 0;
	margin: 0;
}
.pagination li a:hover, .pagination li.active a {
	border: 1px solid var(--pink_color);
}
.faq_q {
	font-size: 1.5rem;
	font-weight: 600;
}
.faq_a {
	font-size: 1.2rem;
}
.side_cat_item li {
	position: relative;
}
.side_bar_svg {
	cursor: pointer;
	position: absolute;
	right: 20px;
	top: 17px;
}
.schedule_block {
	position: relative;
	border-bottom: 2px solid var(--main_color);
	border-left: 2px solid var(--main_color);
	border-bottom-left-radius: 4px;
	position: relative;
	padding-left: 20px;
	padding-bottom: 20px;
	font-size: 20px;
	line-height: 28px;
	color: var(--title_color);
}
.schedule_block::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	background: var(--main_color);
	width: 5px;
	height: 26px;
}
.contact_btn {
	position:relative;
	text-align: center;
	background: #FFF;
	color: var(--text_color);
	font-size: 1.2rem;
	border: 1px solid var(--main_color);
	border-radius: 4px;
}
.contact_btn::before {
	position: absolute;
	content: "";
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 7px;
	height: 70%;
	background: var(--main_color);
}
/*CONTENT STYLES END*/

/*MODAL STYLES START*/
.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}

/* reviews */
ul.reviews_filter_menu {
    display: flex;
    list-style: none;
    padding-left: 0;
}
ul.reviews_filter_menu li {
    padding: 0 10px;
}
ul.reviews_filter_menu li a {
   color: var(--hover_color);
}
ul.reviews_filter_menu li a:hover {
   color: var(--main_color);
}
ul.reviews_filter_menu li.act a {
   color: var(--main_color);
}
/* end reviews */

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}

.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
/*MODAL STYLES END*/
.svg-preloader {
	-webkit-animation:spin 1s linear infinite;
	-moz-animation:spin 1s linear infinite;
	animation:spin 1s linear infinite;
}
@-moz-keyframes spin { 
	100% { 
		-moz-transform: rotate(360deg); 
	} 
}
@-webkit-keyframes spin { 
	100% { 
		-webkit-transform: rotate(360deg); 
	} 
}
@keyframes spin { 
	100% { 
		-webkit-transform: rotate(360deg); 
		transform:rotate(360deg); 
	}
}
.auth-icon.lichess {
	background: url('../files/images/lichess.png') no-repeat;
}
a.rateyo.jq-ry-container:hover {
	color: transparent;		
}