.data-title-image:after {
    display: block;
    content: attr(title);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #215954;
    font-size: 16px;
    font-weight: bold;
}

.product-note {
    padding: 30px 0 20px;  
    font-size: 18px;
    line-height: 20px;
}

.product-note p {
    margin: 10px 0;
}

.product-note ul {
    margin: 20px 0;
    padding: 0 0 0 20px;
}

.product-note ul li {
    list-style-position: inside;
    margin: 10px 0;
}

h3.product-label {
    margin-bottom: 20px;
}

.product-add-button {
    background: #215954;
    border: none;
    padding: 10px 0px;
    width: 21%;
    font-size: 16px;
    color: #fff;
    outline: none;
    transition: .5s all;    
    min-width: 110px;
}

.product-add-button:hover {
    background: #032F3E;
}

h4.product-label {
    font-weight: bold;
    font-size: 20px;
}

.wthree .main-content-list li {
    text-align: center;
}

.product-images img {
    width: auto !important;
    display: block;
    margin: 0 auto;
}



.order-wrapper input[type="text"],
.order-wrapper input[type="email"],
.order-wrapper textarea {
    display: inline-block;
    background: none;
    border: 1px solid #C7C5C5;    
    outline: none;
    font-size: 14px;
    color: #222222;
    padding: 10px 15px;
}
.order-wrapper input[type="email"] {
	margin:0 .9em;
}
.order-wrapper textarea {
	width: 100%;
	display: block;
	min-height: 150px;
	resize: none;
	margin: 1em 0;
}
.order-wrapper input[type="submit"]{
	background: #215954;
    border: none;
    padding: 10px 0px;
    width: 21%;
    font-size: 16px;
    color: #fff;
    outline: none;
    transition: .5s all;
}
.order-wrapper input[type="submit"]:hover{
	background:#032F3E;
}


.contact form input[name="name"], .order-wrapper form input[name="name"] {
    position: fixed;
    top: -100px;
}

.contact form img, .order-wrapper form img.captcha {
    width: 100px;
    height: 50px;    
}

.contact form .form-buttons, .order-wrapper .form-buttons {
    display: flex;
    flex-direction: row;
    gap: 16px;
}

.contact form .form-buttons .button-divider, .order-wrapper .form-buttons .button-divider {
    flex-grow: 1;
}

.contact-form h4, .order-wrapper h4 {
    text-align: center;
    margin-bottom: 20px; 
}


.order-wrapper #items {
    margin-top: 1em;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.order-wrapper #items > div {
    color: white;
    background-color: #215954;
    padding: 10px;
}

.order-wrapper .order-parameters {
    display: flex;
    flex-direction: row;
    gap: 20px;    
}

.order-wrapper .order-parameters input {
    flex-grow: 1;
}

.order-wrapper #items .item {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.order-wrapper #items .item span {
    flex-grow: 1;
}

.order-wrapper #items .item a {
    color: white;
    text-decoration: none;
    cursor: pointer;
}

.order-wrapper #items .item a:hover {
    color: white;    
}

.order-wrapper {
    min-height: calc(100vh - 579px);
}

.item-label {
    font-style: italic;
}