.cf_filtering_slider_gutter {
  width: 170px !important;
}

.cf_search_button {
  vertical-align: top;
}

.productdetails-view h1{
padding-right: 60px;
}

label.username::after,
label.name::after,
label.password::after,
label.password2::after {
	content: "*";
}

.tooltip-inner {
white-space: pre-wrap;
}

.layout-2 span.addtocart-button > input {
width: 100%;
}

@media (max-width: 640px) {
header {
padding-bottom: 0;
}
.slick-arrow {
display: none !important;
}
.footer {
    padding-bottom: 50px;
}
}

.myaccount {
	color: yellow !important;
}

.select-payment .vmpayment_name, .select-shipment .vmshipment_name {
    display: none;
}

.vmCartShipmentLogo, .vmCartPaymentLogo {
  display: block;
}

.vm-search-custom-values .col {
    padding: 0 15px;
    display: block;
    width: 20%;
        float: left
}

.vm-search-custom-search-input, .vm-search-descr { display: none }

@media (max-width: 640px) {
  .vm-search-custom-values .col {
    width: 50%;
  }
}

@media (max-width: 640px) {
  .orderdone iframe {
    min-height: 560px;
    width: calc(100% + 38px) !important;
    margin: -19px;
  }
}
@media (max-width: 440px) {
	#virtuemart_currency_id {
		width: 130px;
		float: right;
		height: 34px;
		line-height: 30px;
		padding: 5px;
	}
}

@media (max-width: 640px) {
.payment-container, .shipment-container {
    display: block !important;
}
}

.new-line {
    display: none;
}

.additional-images {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}
.additional-img {
    width: calc(25% - 10px);
    margin: 5px;
}

.new-cart .vmshipment_name {
    display: none;
}

.skrill-payment-selection img {
    width: auto;

}

#langdrop_child {
    height: 150px !important;
}

@media screen and (max-width: 480px) {

    .select-payment > div:nth-child(3) {
        display: block;
    }

    .skrill-payment-selection {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .skrill-payment-selection img {
        max-width: 80%;
    }

    #skrill_paymentmethod {
        position: static !important;
    }

}