body {
    font-size: 20px !important;
}

/* ----- service page ----- */

.service-page-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 50px;
    flex-direction: row;
}
@media (max-width: 767px) {
.service-page-wrapper {
    display: flex;
    /* justify-content: center; */
    /* margin-top: 50px; */
    flex-direction: column;
    align-items: center;
}
}
.service-page p{
	text-align: left;
	margin-top: 20px;
	/* font-weight: 600; */
	font-size: 16px;
}

.service-page-block {
    height: 500px;
    width: 275px;
    margin: 5px;
}
@media (max-width: 767px) {
	.service-page-block {
		height: 300px;
		width: 90vw;
		/* margin: 5px; */
		margin-bottom: 50px;
	}
}
.service-page-block-intro {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #eee;
    background-color: #dc3545;
    padding: 5px;
}

.service-page-paragraph-intro {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #dc3545;
    /* background-color: #dc3545; */
    padding: 5px;
}
.service-page-block-main {
    display: flex;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    align-items: flex-end;
    justify-content: space-between;
}

.service-page-block-inlay {
    display: flex;
    height: 50%;
    width: 100%;
    background: linear-gradient(0deg, rgb(221 221 221) 20%, rgba(255,255,255,0) 100%);
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
    padding-bottom: 20px;
}

@media (max-width: 767px) {
	.service-page-block-inlay {
		/* display: flex; */
		height: 65%;
		/* width: 100%; */
		background: linear-gradient(0deg, rgb(221 221 221) 50%, rgba(255,255,255,0) 100%);
		/* align-items: center; */
		/* justify-content: flex-end; */
		/* flex-direction: column; */
		/* padding-bottom: 20px; */
	}
}



.service-page-block-inlay p, .service-page-block-inlay a{
    text-align:center;
    color: #000;
    /* margin-bottom: 4px; */
    font-size: 16px;
}

.service-page-block-inlay strong{
    font-size: 16px;
    font-weight: 600;
}

.service-page-map {
    display: flex;
    margin: auto;
    width: 100%;
    justify-content: center;
    margin-top: 75px;
}
/* ===== service page ===== */

.auth-container {
    /* text-align: center; */
    /* width: 50px; */
    /* padding: 10px; */
    right: 25px;
    top: 25px;
    /* background-color: #fff; */
    /* border: solid 0.5px #eee; */
    /* border-radius: 5px; */
    /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
    /* transition: 500ms ease-in-out; */
    z-index: 10;
    /* display: inline-block; */
    position: relative;
    float: right;
  }
  .auth-container .auth:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 22px;
      line-height: 28px;
      color: #757575;
      content: '\e627';
      font-family: 'luma-icons';
      margin: 0;
      vertical-align: top;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center;
  }


.auth-container i{
    font-style: normal;
}

.auth-wrapper:hover + ul.header.links{
    display: block;
    margin-top: 0px;
    position: absolute;
    z-index: 1;
}

ul.header.links {
    display: none;
    position: relative;
    top: 50px;
    background-color: #fff;
    margin: 10px;
    padding: 0 20px;
    list-style: none;
    width: max-content;
    right: -10px;
    /* top: 50px; */
    border: solid 0.5px #eee;
    border-radius: 5px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    transition: 500ms ease-in-out;
    margin-bottom: 0;
    padding-bottom: 0;
}
ul.header.links:hover {display: block;margin-top: -1px;position: absolute;}
.customer-name {
    color: #333;
    display: none;
}

.customer-welcome .customer-menu {
    display: block;
}
.customer-welcome {
    /* display: none; */
    /* position: static; */
}

.authorization-link .customer-login-link {
    display: block;
}

.customer-welcome ~ li.authorization-link {
    display: none;
}

.auth-wrapper {
    text-align: center;
    width: 50px;
    padding: 10px;
    right: 10px;
    top: 0px;
    background-color: #fff;
    border: solid 0.5px #eee;
    border-radius: 5px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    transition: 500ms ease-in-out;
    z-index: 1;
    /* display: inline-block; */
    position: relative;
    float: right;
}

.customer-welcome .customer-menu .header.links {margin-top: -5px;display: block;position: static;width: 100%;border: none;box-shadow: none;}


@media (max-width: 767px) {
.customer-welcome .customer-menu .header.links {}

}

	
.block.block-collapsible-nav {
    margin-top: 40px;
}

.minicart-wrapper .block-minicart {right: 0;top: 60px;background-color: #fff;border: solid 0.5px #eee;border-radius: 5px;box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;transition: 500ms ease-in-out;}

button#btn-minicart-close {
    /* height: 30px; */
    /* position: absolute; */
    right: 10px;
    top: 10px;
    }
.customer-welcome .customer-menu .header.links:after, .customer-welcome .customer-menu .header.links:before {
    display:none;
}

li.greet.welcome {
    /* padding-top: 20px; */
}

.modal-inner-wrap {
    background-color: #fff;
    border: solid 0.5px #eee;
    border-radius: 5px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    transition: 500ms ease-in-out;
}

.modal-content {
    /* background-color: #fff; */
    border: none;
    /* border-radius: 5px; */
    box-shadow: none;
    transition: 500ms ease-in-out;
}

header.modal-header {
    border: none;
}


/* ----grt from ronix ---*/
.fotorama__wrap {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.fotorama-item.fotorama {
    /* display: flex; */
    /* width: 100%; */
    /* justify-content: center; */
    height: 100%;
}
.gallery-placeholder {
    height: 100%;
    /* width: 100%; */
    /* display: flex; */
    /* justify-content: center; */
}
.product.media {
    /* display: flex; */
    /* justify-content: center; */
    height: 60vh;
}

@media (max-width: 767px) {
	.product.media{
		/* display: block; */
	}
}
/* ----grt from ronix ---XXX---*/

.product.data.items > .item.content {
    border: none;
}
.product.data.items > .item.title > .switch {
	border: none;
	border-bottom: 1px solid #dc3545;
    height: 40px;
    padding: 1px 35px 1px 35px;
}


.product.attribute.description .value{
	text-align: center;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
}

.product.attribute.description{
	/* text-align:center; */
}
.product.attribute.description h2{
	min-width: 100%;
	margin-top: 50px;
	margin-bottom: 30px;
}
.split_box_block p{
	max-width: 40%;
	margin: 15px;
	/* margin-left:auto; */
	/* margin-top: 15px; */
	/* margin-bottom: 15px; */
	font-size: 22px;
	/* text-indent: 25px; */
	text-align: left;
	/* letter-spacing: 0px; */
}
.split_box_alert p{
	max-width: 100%;
}
h2.split_box_alert{
	color:#dc3545;
}
.split_box_block img{
	max-width: 45%;
	/* width: 40%; */
	height: auto;
	margin: 25px;
	/* margin-top: 30px; */
	/* margin-bottom: 30px; */
}
@media (max-width: 900px) {
.split_box_block p {
	max-width: 100%;
}
.split_box_block img{
	max-width: 100%;
}	
}
@media (max-width: 767px) {
.split_box_block p, .split_box_block img{
	max-width: 100%;
	/* width: 100%; */
}
}
.product.attribute.description ul{
	width:100%;
	text-align:left;
	font-size: 22px;
}								  


/* Ð·Ð°Ñ…Ð¾Ð²Ð°Ð² Ñ†Ñ–Ð½Ñƒ Ñ‚Ð° discription */
.product-info-main .product-info-price {
	/* display: none; */
}

.product-social-links {
    display: none;
}

.descr_split_descr {
    text-align: right;
}



.fotorama__nav-wrap.fotorama__nav-wrap--horizontal {
    /* text-align: center; */
}

.fotorama__stage {}

.fotorama__stage {
}

.fotorama__stage__frame {
    /* max-width: 100%; */
}

.fotorama__stage__shaft.fotorama__grab {
    /* display: flex; */
}

.fotorama__img--full {
    /* max-width: 72% !important; */
    /* max-height: 72% !important; */
}

/* fotorama */

.fotorama__stage {
    max-height: 50vh;
}

.gallery-placeholder {
    width: 100%;
    display: flex;
    justify-content: center;
}

.fotorama-item.fotorama {
    display: flex;
    width: 100%;
    justify-content: center;
}

.fotorama__wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
}

.description {
    max-width: 100%;
    /* display: flex; */
    /* flex-direction: row; */
    /* flex-wrap: wrap; */
    /* justify-content: space-evenly; */
}

.split_box_block{
	display: flex;
	/* max-width:45%; */
	flex-wrap: wrap;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}
.split_box_block.upsidedown{
	/* display: flex; */
	/* max-width:45%; */
	/* flex-wrap: wrap; */
	flex-direction: row-reverse;
} 
@media (max-width: 900px) {
.split_box_block{
	justify-content:center;
}
}
@media (max-width: 768px) {
.split_box_block{
	/* display: flex; */
	/* max-width:45%; */
	/* flex-wrap: wrap; */
	justify-content: center;
}
.split_box_block.upsidedown{
	/* display: flex; */
	/* max-width:45%; */
	/* flex-wrap: wrap; */
	/* flex-direction: row-reverse; */
} 

}
.fotorama__nav.fotorama__nav--thumbs {
    display: flex;
    justify-content: center;
}

.toolbar.toolbar-products {
    width: auto;
}