/*Переключення мов*/
.mod-languages {
  padding: 1.3rem 0;
}

.mod-languages .btn.btn-secondary, .mod-languages .btn.btn-secondary:hover:focus {
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none;
}

.mod-languages img {
  margin-right: 3px;
}

.layout-home .mod-languages ul {
  background-color: rgba(255, 255, 255, 0.2);
}

.mod-languages ul, .layout-home.not-at-top .mod-languages ul {
  background-color: rgba(85, 85, 85, 0.8);
}

.mod-languages li:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.mod-languages .dropdown-menu {
  min-width: 150px;
}

.mod-languages .dropdown-menu li {
  border-radius: 3px;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.mod-languages .dropdown-menu li a {
  display: block;
}

@media (max-width: 991px) {
  .t4-header .t4-col:last-child {
	max-width: 80px;
  }
  
  .mod-languages, .mod-languages button {
	padding-top: 0;
	padding-bottom: 0;
  }
  
  .mod-languages button span {
	display: none;
  }
}



/*Пошук*/
.search-module {
	display: flex;
    align-self: center;
    justify-content: center;
	padding: 0;
	max-width: 20px;
}

.search-module form {
	display: flex;
    align-self: center;
    justify-content: center;
}

.search-module .fa-search {
	display: inline-block;
	font-size: 22px;
	cursor: pointer;
}

.search-module input {
	display: none;
	padding: 2px 7px;
	height: auto;
	color: #fff;
	background-color: transparent;
}

@media (max-width: 991px) {
	.search-module input {
		padding: 0px 5px;
	}
}

.search-module input::placeholder {
	color: #bbb;
}

.search-module input:focus {
	color: #fff;
	background-color: transparent;
	border-color: #ddd;
	border-radius: 4px;
	box-shadow: 0 0 0 0.1rem rgba(128, 128, 128, 0.5);
}

.search-module ul {
	display: block !important;
	margin-top: 0;
	background: #555555;
	border: solid 1px #ddd;
	border-top: none;
	border-radius: 0 0 4.5px 4.5px;
	text-align: left;
}

.layout-home:not(.not-at-top) .search-module ul {
	background-color: transparent;
}

.awesomplete > ul:before {
	display: none;
}

.awesomplete mark {
	padding-right: 0;
}

.awesomplete mark, .awesomplete li:hover mark {
	color: #fff;
	background-color: transparent;
}

.awesomplete > ul > li:hover {
	color: #fff;
	background-color: rgba(255, 255, 255, 0.2);
}

.view-search h1 {
	font-size: 1.5rem;
    font-weight: 600;
    text-transform: uppercase;
}

.view-search #search-form label {
	margin-right: 10px;
	font-size: 1.1rem;
}

.view-search #search-form input {
	font-size: 1.1rem;
}

.view-search #search-form {
	margin-top: 2.5em;
}

.view-search #search-results {
	margin-top: 3.5em;
}

.view-search .result-title {
	margin-top: 2rem;
}

.view-search .result-text {
	color: #333;
}

.view-search .result-url a {
	color: #666666;
}

.view-search .result-url {
	margin-top: 0.5rem;
}

.view-search .mb-3, .view-search .my-3 {
	margin-top: 0.75rem !important;
}

.view-search #highlighter-start {
	display: none;
}



/*Меню*/
.t4-megamenu .nav-link {
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: center;
}

.t4-megamenu .navbar-nav, .t4-megamenu .nav-item {
  flex-grow: 1;
}

.t4-megamenu .dropdown-menu {
  background-color: #555 !important;
}

.layout-home:not(.not-at-top) .t4-megamenu .dropdown-menu {
  background-color: rgba(255, 255, 255, 0.05) !important;
}

.t4-megamenu .dropdown-menu li:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.layout-home:not(.not-at-top) .t4-megamenu .dropdown-menu li:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.t4-megamenu .dropdown-menu li {
  border-radius: 3px;
}

.t4-megamenu .dropdown-menu li a {
  color: #fff !important;
}

.t4-megamenu li a:hover {
  color: #bbb !important;
}

.t4-megamenu .dropdown-menu li a:hover {
  color: #ccc !important;
}

.layout-home:not(.not-at-top) .t4-megamenu li a:hover {
  color: #ddd !important;
}

.t4-megamenu .navbar-nav > li.active > a, .t4-megamenu .navbar-nav > li.active > .nav-link {
	border-bottom-width: 2px;
}

@media (min-width: 992px) {
  .nav-breakpoint-lg .t4-megamenu .navbar-nav > li > a, .nav-breakpoint-lg .t4-megamenu .navbar-nav > li > .nav-link {
	margin-bottom: 0.875rem;
	padding-bottom: 1rem;
  }
}



/*Бокове меню*/
.t4-offcanvas {
  background: rgba(85,85,85,0.6);
}

.t4-offcanvas .navbar ul {
  background: transparent;
}

.t4-off-canvas-header {
  background-color: rgb(85, 85, 85) !important;
}

.t4-offcanvas .t4-off-canvas-body .navbar .nav-link, .t4-offcanvas .t4-off-canvas-body .navbar .dropdown-menu .dropdown-item {
  color: #fff;
}

.t4-offcanvas .t4-off-canvas-body .navbar .dropdown-menu .active .dropdown-item {
  color: var(--body-link-hover-color);
}

.t4-offcanvas .t4-off-canvas-header .close {
  background: #f2f4f6;
  opacity: 0.75;
}

.t4-offcanvas .t4-off-canvas-header .close:hover {
  background: #f2f4f6;
  opacity: 0.5;
}



/*Навігаційний ланцюг*/
.breadcrumb {
  background-color: transparent;
}

.breadcrumb > .active {
  margin-right: 10px;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: none !important;
}



/*Верхній модуль сайта*/
.navbar-brand.logo-image {
  margin-right: 0;
}

@media (max-width: 991.98px) {
  .t4-header > .container {
	padding-top: 0.85rem !important;
  }
}



/*Головний модуль*/
.hero-module {
  padding-top: 45vh !important;
  padding-bottom: 45vh !important;
}

.hero-module .hero-2 {
  display: block !important;
}

@media (max-width: 767px) {
  .hero-module {
	padding-top: 35vh !important;
	padding-bottom: 35vh !important;
  }

  .hero-module .hero-2 {
	margin-top: 80px;
  }
}

.hero-module .acm-hero {
  display: flex;
  justify-content: center;
}

.hero-module .acm-hero a {
  margin: 0 !important;
}

.hero-module > .bg-overlay {
  top: -3px;
}

.hero-module > .bg-overlay:before {
  opacity: 0.2 !important;
}



/*Модуль про компанію*/
.about-module .module-title {
  font-size: 22px;
  color: #333;
}

.about-module .hero-heading {
  line-height: 1.5;
}

.about-module .hero-intro {
  line-height: 1.7;
}

.about-module .btn.btn-secondary {
  background-color: #ccc !important;
  border-color: #ccc !important;
  color: #111111;
}

.about-module .btn.btn-secondary:active {
  color: #111111;
  box-shadow: none !important;
}



/*Модуль категорій товарів*/
.categories-module > div.container {
  max-width: 100% !important;
  padding: 3em 100px 5em !important;
}

.categories-container {
  display: flex;
  flex-direction: column;
}

.categories-row {
  display: flex;
}

.categories-column {
  display: flex;
  flex-direction: column;
}

.category-item {
  overflow: hidden;
  border: solid 7px transparent;
  border-radius: 15px;
}

#category-mirror-vanity {
  flex-basis: 59.2%;
}

#category-mirror {
  flex-basis: 51.79%;
}

#category-vanity {
  flex-basis: 48.21%;
}

#category-storage {
  flex-basis: 40.8%;
}

#category-home {
  flex-basis: 42.4%;
}

#category-childrens {
  flex-basis: 57.6%;
}

@media (max-width: 720px) {
  .categories-row {
	flex-direction: column;
  }
  
  .categories-module > div.container {
	padding: 2em 10px 3.5em !important;
  }
}



/*Модуль брендів*/
.brands-module > .container {
  max-width: 100% !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.brands-module h3 {
  margin: 0 0 50px;
  padding: 30px 0;
  text-align: center;
  color: #333;
  text-shadow: 0 -1px 4px #999;
  font-size: 26px !important;
}

.brands-container {
  display: flex;
  justify-content: space-around;
  padding: 0px 40px;
}

.brands-container > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 33%;
}

.brands-container > div > p {
  margin-top: 30px;
  padding: 5px;
  width: 80%;
  border-radius: 4px;
  font-size: 16px;
}

@media (max-width: 991px) {
  .brands-container {
	flex-direction: column;
	padding: 0px;
  }
  
  .brands-container > div {
	margin-bottom: 30px;
	width: 100%;
  }
  
  .brands-container > div > img {
	max-width: 600px;
  }
}

@media (max-width: 720px) {
  .brands-module > div.container {
	padding-top: 3em !important;
	padding-bottom: 2em !important;
  }
  
  .brands-module h3 {
	margin-bottom: 30px;
  }
}



/*Модуль слайдера*/
.slider-module > .container {
  max-width: 1100px !important;
}

@media (max-width: 720px) {
  .slider-module > div.container {
	padding-top: 2em !important;
	padding-bottom: 4em !important;
  }
}



/*Модуль переваг*/
.advantages-module > .container {
  max-width: 100% !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.advantages-container {
  display: flex;
  justify-content: center;
}

.advantages-container > div {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  max-width: 1200px;
}

.advantages-container > div > div {
  flex-basis: 20%;
  min-width: 150px;
  max-width: 240px;
  margin: 20px;
  text-align: center;
}

.advantages-container > div > div > p {
  margin-top: 15px;
  padding: 5px;
  font-size: 16px;
}

@media (max-width: 720px) {
  .advantages-module > div.container {
	padding-top: 4em !important;
	padding-bottom: 4em !important;
  }
}


/*Модуль основного тіла*/
.t4-mainbody {
  min-height: calc(100vh - 260px);
}


/*Нижній модуль сайта*/
.t4-footnav .container {
	padding-top: 2rem !important;
	padding-bottom: 3rem !important;
}

@media (max-width: 991.98px) {
  .t4-footnav .navbar-brand.logo-image {
	width: 150px;
  }
}

.contact-footnav {
  display: flex;
  align-items: center;
  justify-content: center;
}



/*Сторінка про компанію*/
.about-page p {
  margin-bottom: 0.5rem;
  text-align: justify;
}

.fixed-image-module {
  height: 50vh;
}

.about-page-content > .container {
  padding-top: 20px !important;
}

.about-page-video-module > .container {
  max-width: none;
  margin-bottom: 60px;
}



/*Сторінка з сертифікатами*/
.certificates-page h2 {
  font-size: 1.25rem !important;
  margin-top: 2rem;
}

.certificates-page p:first-child + h2 {
  margin-top: 1.25rem;
}

.certificates-page .article-body img {
  margin: 10px 0;
  width: 100%;
  max-width: 620px;
  border: inset 6px #DDD;
}



/*Сторінка з фінансовою звітністю*/
.financial-statements-page h2 {
  margin-bottom: 1.25rem;
  font-size: 1.5rem;
}

.financial-statements-page p + h2 {
  margin-top: 2.25rem;
}



/*Сторінка новин*/
.news-page .t4-mainbody .btn.btn-secondary {
	background-color: #ccc !important;
	border-color: #ccc !important;
	color: #111111;
}

.news-page .t4-mainbody .btn.btn-secondary:active {
	color: #111111;
	box-shadow: none !important;
}



/*Сторінка контактів*/
.view-contact  h1 {
  font-size: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 45px;
}

.view-contact .contact-info {
  margin-top: 35px;
}

.view-contact .contact-emailto span {
  margin: 5px 10px 0 0;
}

.view-contact .contact-telephone span {
  margin: 5px 8px 0 2px;
}

.view-contact .contact-links a {
  background-color: transparent !important;
}



/*Головна сторінка з категоріями*/
.view-categories h1.ph-header {
  margin-bottom: 30px;
  font-size: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
}

.view-categories .group_head {
  padding: 20px 45px 10px;
  font-size: 1.5rem;
}

.view-categories .group_head + .group_head {
  padding-top: 10px;
}

.view-categories .group_head img {
  width: 180px;
  margin-bottom: 5px;
}

.brand-item .ph-category-header {
  display: none;
}

.ph-category-header {
  margin-top: 0.75rem;
}

.ph-category-header a {
  color: #666;
  font-size: 1.2rem;
}



/*Сторінка з категоріями та товарами*/
.view-category h1.ph-header {
  margin-bottom: 30px;
  font-size: 1.7rem;
  font-weight: 600;
}

.view-category .group_head {
  padding: 20px 15px 12px;
  font-size: 1.5rem;
}

.view-category .group_head img {
  height: 100px;
  margin-right: 10px;
}

@media screen and (width: 576px) {
  .ph-row-flex.grid {
	display: flex;
	flex-wrap: wrap;
  }
}

.ph-item-subcategory-box {
  margin-bottom: 20px;
  padding: 15px;
}

.ph-item-subcategory-box h3 {
  margin-top: 0.75rem;
  margin-bottom: 0.5rem;
  text-align: left;
}

.view-category .stop-production {
  position: absolute;
  top: 40%;
  left: 0;
  width: 100%;
  background-color: rgba(192,192,192,0.5);
  color: maroon;
  text-align: center;
  font-size: 1.5rem;
  text-transform: uppercase;
  z-index: 1000;
}

.ph-product-header a, .ph-item-subcategory-box h3 a {
  color: #0056b3;
  font-size: 1.2rem;
}

.view-category .ph-desc {
  margin: 1.5rem 0 1rem;
}

.view-category .ph-desc > p {
  margin-bottom: 10px;
  text-align: justify;
  text-indent:  1.5em;
}

.view-category * + .swiper-container {
  margin-top: 35px;
}

.view-category .thumbnail {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.ph-item-action-box {
  display: none;
}



/*Сторінка товару*/
.view-item .ph-header {
  margin-bottom: 30px;
  font-size: 2.5rem;
  font-weight: 600;
}

.view-item .stop-production {
  margin-top: -20px;
  color: maroon;
  font-size: 1.7rem;
  text-transform: uppercase;
}

.view-item .ph-desc {
  text-align: justify;
}

.view-item .ph-desc p {
  margin-bottom: 0.5rem
}

.product-properties tr td + td {
  padding-left: 15px;
}

.product-properties tr td {
  padding: 0;
}



/*Ефекти зображень Image Effect CK*/
figure.imageeffectck figcaption {
  background-color: transparent;
}

figure.imageeffectck figcaption [class*="title"] {
	word-spacing: normal;
}



/*Ефекти зображень в модулі категорій товарів*/
.categories-module figure.effectck-apollo {
  margin: 0;
  height: 100%;
}

.categories-module figure.effectck-apollo img {
  height: 100%;
}

.categories-module figure.effectck-apollo figcaption [class*="title"] {
  font-weight: 600;
  font-size: 1.3em;
}

.categories-module figure.effectck-apollo figcaption [class*="desc"] {
  position: static;
  margin-left: 0;
  max-width: 250px;
  border-right: none;
  border-left: 4px solid #fff;
  text-align: left;
}

@media (max-width: 720px) {
  .categories-module figure.effectck-apollo figcaption, .categories-module figure.effectck-apollo figcaption [class*="title"] {
	font-size: 1em;
  }
}

#category-mirror figure.effectck-apollo figcaption::before {
  transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,-45deg) translate3d(0,-115%,0);
}

#category-mirror figure.effectck-apollo:hover figcaption::before {
  transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,-45deg) translate3d(0,95%,0);
}

#category-vanity figure.effectck-apollo figcaption::before {
  transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,-45deg) translate3d(0,-122%,0) scale(1,1.08);
}

#category-vanity figure.effectck-apollo:hover figcaption::before {
  transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,-45deg) translate3d(0,100%,0) scale(1,1.08);
}

#category-storage figure.effectck-apollo figcaption::before {
  transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,-45deg) translate3d(0,-65%,0) scale(1.5,0.51);
}

#category-storage figure.effectck-apollo:hover figcaption::before {
  transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,-45deg) translate3d(0,55%,0) scale(1.5,0.51);
}

#category-home figure.effectck-apollo figcaption::before {
  transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,-45deg) translate3d(0,-80%,0) scale(1.3,0.69);
}

#category-home figure.effectck-apollo:hover figcaption::before {
  transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,-45deg) translate3d(0,66%,0) scale(1.3,0.69);
}

#category-childrens figure.effectck-apollo figcaption::before {
  transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,-45deg) translate3d(0,-86.5%,0) scale(1,0.69);
}

#category-childrens figure.effectck-apollo:hover figcaption::before {
  transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,-45deg) translate3d(0,72.5%,0) scale(1,0.69);
}



/*Ефекти зображень в каталозі*/
.com_phocacart figure.effectck-sarah figcaption [class*="title"], .com_phocacart figure.effectck-flip-bottom figcaption [class*="title"] {
  color: #666;
  font-size: 1.1em;
  font-weight: 600;
  text-shadow: none;
}

.com_phocacart figure.effectck-sarah figcaption [class*="desc"], .com_phocacart figure.effectck-flip-bottom figcaption [class*="desc"] {
  color: #666;
  font-size: 60%;
  text-shadow: none;
}

.com_phocacart figure.effectck-sarah figcaption [class*="title"]::after, .com_phocacart figure.effectck-flip-bottom figcaption [class*="title"]::after {
  background-color: #666;
}



/*Ефекти зображень брендів в каталозі*/
.com_phocacart figure.effectck-flip-bottom figcaption {
  padding: 0 5px;
  background: transparent;
}

.com_phocacart figure.effectck-flip-bottom figcaption [class*="title"] {
  display: inline-block;
  margin-top: 0 !important;
  padding: 0 30px 8px;
}

.com_phocacart figure.effectck-flip-bottom figcaption [class*="desc"] {
  margin-top: 2px;
  padding: 10px;
}

.com_phocacart figure.effectck-flip-bottom figcaption [class*="title"]::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
}



/*Ефекти зображень серій та категорій в каталозі*/
.com_phocacart .series-item figure.effectck-sarah {
  background-color: rgb(3, 12, 23);
}

.com_phocacart .category-item figure.effectck-sarah {
  background-color: transparent;
}

.com_phocacart figure.effectck-sarah figcaption {
  padding-top: 0;
  padding-left: 20px;
}

.com_phocacart figure.effectck-sarah img {
  opacity: 1;
}

.com_phocacart figure.effectck-sarah:hover img {
  opacity: 0.4;
}

.com_phocacart figure.effectck-sarah figcaption [class*="title"], .com_phocacart figure.effectck-sarah figcaption [class*="desc"] {
  margin-top: 6px;
}

.com_phocacart .series-item figure.effectck-sarah figcaption [class*="title"], .com_phocacart .series-item figure.effectck-sarah figcaption [class*="desc"] {
  color: #fff;
  text-shadow: 0 -1px 5px black;
}

.com_phocacart .series-item figure.effectck-sarah figcaption [class*="title"]::after {
  background-color: #fff;
}

.com_phocacart .category-item figure.effectck-sarah figcaption [class*="title"] {
  margin-top: 0;
  padding-top: 0;
}

.com_phocacart .category-item figure.effectck-sarah figcaption [class*="desc"] {
  font-weight: 600;
}



/*Ефекти зображень товарів в каталозі*/
.view-category .row-item .ph-item img.ph-image {
  transition: transform 0.35s;
}

.view-category .row-item .ph-item:hover img.ph-image {
  transform: translate3d(0,0,0) scale(1.2);
}

.ph-item-box .ph-item-content {
  padding: 15px;
}

.ph-product-header {
  margin-top: 1.5rem;
  margin-bottom: 0;
}



/*Модуль завантаження каталогів*/
.download-catalogs-modele {
  display: none;
}

.view-categories .download-catalogs-modele {
  display: block;
}

.view-categories .t4-mainbody .component {
  padding-bottom: 0;
}

.view-categories .pc-categories-view {
  margin-bottom: 0;
}

.download-catalogs-modele > .container {
  margin-top: 35px;
  padding: 0 15px 160px !important;
}

.download-catalogs-modele .group_head {
  padding-top: 0;
}

.download-catalogs-modele .row-item {
  flex-direction: row !important;
  padding: 15px 40px 0;
}

.download-catalogs-modele a {
  margin: 20px 30px;
  padding: 2px 25px 2px 2px;
  border: 2px solid #5E8BE0;
  border-radius: 20px;
  box-shadow: 0 0 4px rgba(0,0,96,0.5);
  font-size: 16px;
  font-weight: 600;
  color: #5985D7;
}

.download-catalogs-modele a img {
  margin: 0 8px 0 0;
  width: 35px;
  border-radius: 20px;
}

.download-catalogs-modele a:hover {
  border-color: #5985D7;
  box-shadow: 0 0 4px rgba(0,0,96,0.7);
  color: #5985D7;
  transform: scale(1.04, 1.04);
}

@media (max-width: 991px) {
  .download-catalogs-modele .ph-item-box {
	padding: 45px 35px 0;
  }
}



/*Заголовок сторінки*/
.page-header > h1 {
  font-size: 1.5rem;
  margin-bottom: 30px;
}



/*Заголовок модуля*/
.t4-section-module .module-title span::after {
  content: none;
}



/*Посилання*/
a {
  color: #0056b3;
}

a:hover {
  color: #7C00DD;
  text-decoration: none;
}



/*Відступи та розміри*/
.gutter-big > .container {
  padding-top: 5em !important;
  padding-bottom: 5em !important;
}

.container .component {
  padding-top: 30px !important;
}