.product-param-item {
    justify-content: start;
}

.co-section--checkout_order a{
	color: #34a8d2;
	border-bottom: 1px solid transparent;
    transition: .4s;
}
.co-section--checkout_order a:hover{
	border-bottom: 1px solid #34a8d2;
    transition: .4s;
}

.iframe_video {
	height: 0px;
	padding-bottom: 56.2%;
	position: relative;
}
.iframe_video iframe {
	width: 100%;
	height: 100%;
	position: absolute;
}
