/* temp */
.desktop-only {
display: none;
}

.pageheader--layout-inline-permitted .navigation.navigation--left {
display: none;
}

@media screen and (max-width: 1623px) {
.cabinet-custmizer-details {
		max-height: calc(100% - 110px);
	}
}

@media screen and (max-width: 767px) {
.configuration-tabs {
		width: 100%;
		margin: 8px 0 18px;
		gap: 12px;
		padding: 0 4px;
	}

	.configuration-tab {
		min-height: 40px;
		padding: 6px 2px;
		font-size: 12px;
	}
  .addToCard-data {
  	padding: 0px;
  	justify-content: center;
  }

  .customizer .spaced-row {
  	padding: 0px 15px;
  }

  .price-section {
  	padding-left: 5px;
  }

  h2.title-header {
  	display: none;
  }

  .Toolbar-main-box ul {
  	padding: 0px;
  }

  .Toolbar-main-box li+li {
  	margin-top: 0px;
  }

  .Toolbar-main-box {
  	width: 52px;
  	height: 396px;
  	position: absolute;
  	left: 15px;
  }

  .customizer .search-box {
  	position: absolute;
  	max-width: 100%;
  	width: 240px;
  	margin-top: 25px;
  	top: 0px;
  	left: 50%;
  	transform: translate(-50%, 0%);
  }

  .customizer-product-detail-outer.row {
  	margin-top: 80px;
  }

  .cabinet-menu ul {
  	list-style-type: none;
  	margin: 0;
  	padding: 0;
  	overflow: hidden;
  	display: flex;
  	justify-content: space-between;
  	align-items: center;
  	gap: 0px;
  }

  .cabinet-img {
  	width: 204px;
  	height: 350px !important;
  }

  .customizer .detail-product-right {
  	border-radius: 0px;
  	background: transparent;
  	box-shadow: none;
  	padding: 0px;
  	padding-right: 0px;
  }

  /* .accordion {
		display: block !important;
		border-top: 2px solid #000;
    padding-top: 20px;
	} */
  .cabinet-custmizer-details {
  	display: block;
  }

  .customTooltip {
  	width: 350px;
  	max-width: 350px;
  }
}

@media screen and (max-width: 480px) {
.configuration-tabs {
		gap: 16px;
	}

	.configuration-tab {
		font-size: 12px;
	}
  .sec3mainbox {
  	display: grid;
  	grid-gap: 10px;
  	grid-column-gap: 10px;
  	grid-template-columns: repeat(3, 1fr);
  	width: 100%;
  }

  #door-styles,
  #door-styles-panel {
  	grid-template-columns: repeat(2, 1fr);
  }

  .material-choices .switch-wrapper {
  	width: 13rem;
  }

  .cabinet-header .switch-label.button {
  	padding: 10px 10px;
  }

  .customTooltip {
  	width: 300px;
  	max-width: 300px;
  }
}

@media screen and (min-width: 481px) and (max-width: 767px) {
.sec3mainbox {
		display: grid;
		grid-gap: 10px;
		grid-column-gap: 10px;
		grid-template-columns: repeat(4, 1fr);
		width: 100%;
	}
}

@media screen and (min-width: 1366px) and (max-width: 1440px) {
.BaseTitle {
		font-size: 16px;
		line-height: 1.5;
	}
}

@media screen and (min-width: 1280px) and (max-width: 1365px) {
.BaseTitle {
		font-size: 16px;
		line-height: 1.5;
	}

  .addtoCard-cabinet.container-fluid {
  	padding: 20px 15px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1281px) {
.addtoCard-cabinet.container-fluid {
		padding: 20px 15px;
	}

  .BaseTitle {
  	font-size: 16px;
  	line-height: 1.5;
  }
}

@media screen and (min-width: 767px) and (max-width: 1199px) {
.selection-data {
		display: flex;
		align-items: center;
		gap: 10px;
		justify-content: center;
	}

  .addToCard-data {
  	display: flex;
  	justify-content: center;
  	gap: 20px;
  	align-items: center;
  	margin-top: 20px;
  }

  .Toolbar-main-box {
  	width: 52px;
  	height: 300px;
  }

  .Toolbar-main-box ul {
  	padding: 16px 0px;
  }

  .Toolbar-main-box li+li {
  	margin-top: 16px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1366px) {
.product-width-menu {
		width: 100%;
	}

  .product-height-menu {
  	width: 100%;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
.sec3mainbox {
		display: grid;
		grid-gap: 10px;
		grid-column-gap: 10px;
		grid-template-columns: repeat(4, 1fr);
		width: 100%;
	}

  .title-detail {
  	display: flex;
  	justify-content: flex-start;
  	gap: 10px;
  	align-items: start;
  	flex-direction: column;
  }

  .cabinet-custmizer-details {
  	max-height: calc(100% - 120px);
  }

  #door-styles,
  #door-styles-panel {
  	grid-column-gap: 30px;
  	grid-gap: 30px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1500px) {
.addToCard-data {
		display: flex;
		gap: 20px;
		align-items: center;
		justify-content: center;
		flex-direction: column;
	}

  .title-detail {
  	display: flex;
  	justify-content: flex-start;
  	gap: 10px;
  	align-items: start;
  	flex-direction: column;
  }

  .cabinet-custmizer-details {
  	max-height: calc(100% - 120px);
  }
}

@media screen and (max-width: 380px) {
.width-menu ul,
	.height-menu ul {
		gap: 0px;
	}
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
.customizer-product-detail-outer.row {
		height: calc(100vh - 190px);
	}
}

@media screen and (max-width: 992px) {
.selection-cabinet {
		display: none;
	}

  .addtoCard-cabinet.container-fluid {
  	background: transparent;
  	padding: 0px;
  	box-shadow: none;
  }

  .btn-group {
  	display: flex;
  	gap: 0px;
  	align-items: center;
  	width: 100%;
  }

  .addToCartBtnBox {
  	display: contents;
  }

  .btn-group span {
  	display: none;
  }

  .addtoCard-cabinet.container-fluid {
  	margin: 0px;
  }

  button.btn-cart {
  	width: 50%;
  	border-radius: 0px;
  	padding: 0px;
  }

  button.btn-buy {
  	width: 50%;
  	border-radius: 0px;
  	padding: 0px;
  	border: none;
  }

  span.equal-icon {
  	display: none;
  }

  .addtoCard-details.row {
  	padding: 0px;
  	margin: 0px;
  }

  .addToCard-data {
  	padding: 0px;
  	justify-content: center;
  }

  span.price-data {
  	padding-left: 10px;
  }

  .customizer-product-detail-outer.row {
  	height: calc(100vh - 130px);
  }

  .cabinet-custmizer-details {
  	max-height: calc(100% - 60px);
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
.customizer .detail-product-right {
		height: 90%;
	}

  .title-detail {
  	gap: 10px;
  }
}

@media screen and (max-width: 1365px) {
.Toolbar-main-box ul {
		padding: 0px;
	}
  .Toolbar-main-box li+li {
  	margin-top: 8px;
  }

  .Toolbar-main-box {
  	height: 334px;
  }

  .Toolbar-main-box ul li {
  	margin: 0 auto;
  }
  .Toolbar-main-box a {
  	width: 50px;
  	height: 50px;
  }
}
@media screen and (max-width: 1280px) {
.progress-container {
		right: -21%;
	}
  .customizer .title-header {
  	font-size: 20px;
  }
}

@media screen and (max-width: 1199px) {
.progress-container {
		right: -26%;
	}

  .Toolbar-main-box ul li {
  	margin: 0 auto;
  }
}

@media screen and (max-width: 992px) {
#door-styles,
	#door-styles-panel {
		grid-column-gap: 30px;
		grid-gap: 30px;
	}

  .progress-container {
  	right: -16%;
  }
}
@media screen and (max-width: 827px) {
.cabinet-custmizer-details {
		max-height: calc(100% - 110px);
	}
}

@media screen and (max-width: 767px) {
.customizer-product-details-left {
		height: 60%;
	}

  .cabinet-header.cabinet-type {
  	display: block;
  	margin-top: 30px;
  }

  .cabinet-header.cabinet-type .cabinet-title {
  	margin-bottom: 20px;
  }

  .progress-container {
  	right: -16%;
  	top: 7rem;
  }

  .icon_help {
  	background: #f1f1f1;
  }
}

@media screen and (max-width: 576px) {
.progress-container {
		right: -21%;
		top: 7rem;
	}
}

@media screen and (max-width: 576px) {
	.progress-container {
    right: -27%;
    top: 7rem;

}
