.cart-plcc-section {
  width: 100%;
  display: inline-block;
  position: relative;
}

.cart-plcc-section button {
  text-indent: -9999px;
  border: none;
  padding: 0;
  margin: 0;
  position: absolute;
  cursor: pointer;
  z-index: 1;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.cart-plcc-section .cart-combined {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.cart-plcc-section .cart-plcc-right {
  display: inline-block;
}

.cart-plcc-section .cart-plcc-right h1 {
  width: auto;
  display: inline-block;
}

.cart-plcc-section .pre-screen {
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.cart-plcc-section.active .cart-plcc-right h1 {
  width: 100%;
}

.cart-plcc-section.active .hide {
  display: inline-block;
}

.cart-plcc-section.active .text {
  display: none;
}

@media screen and (max-width: 1024px) {
	.cart-plcc-section button {
		display: none;
	}

	.cart-plcc-section .cart-plcc-right h1 {
		width: 100%;
	}

	.cart-plcc-section .hide {
		display: inline-block;
	}

	.cart-plcc-section .text {
		display: none;
	}

	.cart-plcc-section .pre-screen b {
		width: 100%;
		display: inline-block;
	}

	.cart-plcc-section.active button {
		display: none;
	}

	.cart-plcc-section.active .cart-plcc-right h1 {
		width: 100%;
	}

	.cart-plcc-section.active .hide {
		display: inline-block;
	}

	.cart-plcc-section.active .text {
		display: none;
	}

	.cart-plcc-section.active .pre-screen b {
		width: 100%;
		display: inline-block;
	}
}

@media screen and (max-width: 767px) {
	.cart-plcc-section .cart-plcc-left {
		height: auto;
	}

	.cart-plcc-section .cart-plcc-right {
		width: 100%;
	}

	.cart-plcc-section .cart-plcc-right h1 {
		width: auto;
	}

	.cart-plcc-section.active .cart-plcc-left {
		height: auto;
	}

	.cart-plcc-section.active .cart-plcc-right {
		width: 100%;
	}

	.cart-plcc-section.active .cart-plcc-right h1 {
		width: auto;
	}
}