Hello,
i have the new update from the template and now it works.
my code in the template settings:
custom code css:
#gkPopupLogin {
height: 449px !important;
}
#gkPopupLogin div.clear {
line-height: 1.6;
height: 100%;
font-size: 14px;
}
.product-price {
width: 300px;
}
.vm-product-details-container {
float: left;
}
div.PricesalesPrice {
text-align: left;
padding: 15px 15px;
}
/ discount display /
.productdetails-view .PricediscountAmount {
font-size: 15px;
line-height: 18px;
}
.productdetails-view .PricediscountAmount .PricediscountAmount {
/font-weight: bold;/
color: #D2332B;
}
.productdetails-view .PricediscountAmount .vm-price-desc {
font-weight: normal;
color: #D2332B;
}
.productdetails-view .PricediscountAmount .vm-price-desc::before {
content:"⊙ ";
font-size: 17px;
}
/ Checkout /
div.checkoutStep {
background-color: #e5e5e5;
padding: 10px;
width: 200px;
text-align: center;
margin: 10px 0 20px 0;
}
table.cart-summary td br {
display: inline !important;
}
div.cart-view .vmshipment_description, div.cart-view .vmpayment_description, div.cart-view .vmshipment_cost {
margin-left: 17px;
}
.cart-summary tbody tr td {
padding: 9px 5px 8px 0;
}
input.details-button {
border: 1px solid #B06339 !important;
color: #B06339 !important;
padding: 0 24px 0 24px !important;
}
input.details-button:hover {
border-color: #444 !important;
color: #444 !important;
}
.cart-summary .coupon {
width: 250px;
height: 38px;
font-size: 12px;
margin-bottom: 2px;
}
.cart-view #checkoutStep4 {
display: none;
}
.cart-summary .vmshipment_cost {
text-align: right;
}
.cart-summary .cart-images img {
width: 150px;
margin: 0;
}
.category-view div.horizontal-separator {
height: 15px;
}