.products-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

/* .checkout-payment-method .payment-method-content
{
	padding-left: 0px !important;
} */

.product-item-customize {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 200px;
  text-align: center;
}

.product-image {
  width: 150px;
  height: 150px;
  object-fit: contain;
}

.product-name {
  margin-top: 10px;
  font-size: 16px;
}

#shopNowButton {
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 5px;
  margin-top: 20px;
  margin-bottom: 20px;
}

#shopNowButton:hover {
  background-color: #0056b3;
}

.hidden {
  display: none;
}

.cart-discount {
  display: none;
}

.step-title {
  display: none;
}

#checkout-shipping-method-load {
  display: none;
}

.payment-option._collapsible.opc-payment-additional.discount-code {
  display: none;
}

.product.media
{
  float: none !important;
}
.cart-container .form-cart
{
  float: none !important;
}

#co-shipping-form div[name="shippingAddress.company"] {
  display: none;
}

#co-payment-form div[name="billingAddressfree.company"] {
  display: none;
}

.col.price {
	display: none;
}

.minicart-price {
	display: none;
}

.product .actions
{
	float: right;
	margin: 0px 0 0;
}
.opc-wrapper .form-login
{
	border-bottom: none !important;
	padding-bottom: 0px !important;
}
/* default description hide */
.product.attribute.description {
	display: none;
}

/* tab view css */
@media (max-width: 810px) {
 /*  .page-main {
    max-width: 700px !important;
  } */
  /* .minicart-wrapper {
    position: absolute !important;
    top: 0px !important;
    right: 60px !important;
  } */
/*   .custom-tabs {
    max-width: 700px !important;
  } */
  .cart-summary .checkout-methods-items .action.primary.checkout
  {
    font-size: 1.7rem !important;
  }
  /* .columns .column.main {
    padding-bottom: 104px !important;
  } */
/*   #custom_home_container {
    height: 812px !important;
  } */
  /* .opc-wrapper .form-login {
    margin-left: 20px;
  }
  .opc-progress-bar {
    margin-left: 20px;
  } */
  .product-item-customize {
    width: 300px !important;
  }
}

/* .columns .column.main {
	padding-bottom: 0px !important;
} */

.cart-totals {
	border-top: none;
}

.opc-estimated-wrapper {
	display: none;
}

/* .minicart-wrapper {
	display: block;
	position: unset;
	float: none;
	text-align: right;
} */

@media only screen and (max-width: 639px) {
  .opc-wrapper .methods-shipping {
    border-bottom: none;
  }
}
#co-payment-form .fieldset hr {
	display: none;
}

.fotorama__thumb {
	background-color: transparent !important;
}