.left-column {
  width: 65%;
  position: relative;
}
 
.right-column {
  width: 35%;
  margin-top: 60px;
}

/* Left Column */
.left-column img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.3s ease;
}
 
.left-column img.active {
  opacity: 1;
}

/* Product Description */
.product-description {
  border-bottom: 1px solid #E1E8EE;
  margin-bottom: 20px;
}
.product-description span {
  font-size: 12px;
  color: #358ED7;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
}
.product-description h1 {
  font-weight: 300;
  font-size: 52px;
  color: #43484D;
  letter-spacing: -2px;
}
.product-description p {
  font-size: 16px;
  font-weight: 300;
  color: #86939E;
  line-height: 24px;
}

.thumbnail{
	margin:auto1;
}


.thumbnail img
{
	width:150px !important; 
	height:auto !important;
	margin:auto1;
	border-radius:20px;
}

.product >* .heading
{
text-align: left;font-size: var(--fs-600);	
}

.product >* .heading5
{
text-align: left;font-size: var(--fs-450);	
}

.product >* .description
{
	text-align: left;font-size: var(--fs-400);
}

.product >* .flex
{
	display:flex;
}


.flex > div
{
	flex:1;
}

.product-card
{
}


/* Cable Configuration */
.cable-choose {
  margin-bottom: 20px;
}
 
.cable-choose button {
  border: 2px solid #E1E8EE;
  border-radius: 6px;
  padding: 13px 20px;
  font-size: 14px;
  color: #5E6977;
  background-color: #fff;
  cursor: pointer;
  transition: all .5s;
}
 
.cable-choose button:hover,
.cable-choose button:active,
.cable-choose button:focus {
  border: 2px solid #86939E;
  outline: none;
}
 
.cable-config {
  border-bottom: 1px solid #E1E8EE;
  margin-bottom: 20px;
}
 
.cable-config a {
  color: #358ED7;
  text-decoration: none;
  font-size: 12px;
  position: relative;
  margin: 10px 0;
  display: inline-block;
}
.cable-config a:before {
  content: &amp;quot;?&amp;quot;;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  border: 2px solid rgba(53, 142, 215, 0.5);
  display: inline-block;
  text-align: center;
  line-height: 16px;
  opacity: 0.5;
  margin-right: 5px;
}

.product
{
background-color: white;
}



/* Product Price */
.product-price {
  display: flex;
  align-items: center;
}
 
.product-price span {
  font-size: 26px;
  font-weight: 300;
  color: #43474D;
  margin-right: 20px;
}
 
.cart-btn {
  display: inline-block;
  background-color: #7DC855;
  border-radius: 6px;
  font-size: 16px;
  color: #FFFFFF;
  text-decoration: none;
  padding: 12px 30px;
  transition: all .5s;
}
.cart-btn:hover {
  background-color: #64af3d;
}

.orderHead
{
	text-align:left;
}
.orderHead > span
{
	margin:10px;
	font-size:var(--fs-300);
	text-decoration:underline;
}

.reservation
{
	margin:5px;padding:10px;background-color:#ede1e3;border-radius:5px;
}

.priceLeaf
{
/*position: absolute;bottom: 16px;right: 52px;background-color: white;padding: 10px;border-radius: 10px 0px 20px 0px;*/
position: absolute;
    top: -5px;
    right: 29px;
    background-color: white;
    padding: 10px;
    border-radius: 0px 20px 0px 20px;
    font-size: 12px;
    background-color: #fff59d;
}

/* Responsive */
@media (max-width: 940px) {
  .container {
    #flex-direction: column;
    margin-top: 60px;
  }
 
  .left-column,
  .right-column {
    width: 100%;
  }
 
  .left-column img {
    width: 300px;
    right: 0;
    top: -65px;
    left: initial;
  }
}
 
@media (max-width: 535px) {
  .left-column img {
    width: 220px;
    top: -85px;
  }
   .container {
    #margin-top: 60px;
	margin-top: unset !important;
	row-gap:20px;
	column-gap:20px;
  }
}