.caret {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;
    border-top: 12px solid #00684e;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
}

.ps-cabins {
    position: relative;
}

.ps-cabinstype {
}

.ps-cabinstype p {
    display: none;
}

.ps-cabinstype__title {
    display: inline-block;
    vertical-align: middle;
    font-weight: 600;
    margin-right: 5px;
}

.ps-cabinstype__list {
    display: inline-block;
    vertical-align: middle;
    min-width: 325px;
}

.ps-cabinstype__list p {
    display: none;
}

.ps-cabinsdropdown {
    width: 100%;
}

.ps-cabinsdropdown__button {
    background: none;
    padding: 0;
    border: 1px solid #00684e;
    font-size: 14px;
    line-height: 1;
    color: #252525;
    cursor: pointer;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    padding: 13px 30px 13px 12px;
    position: relative;
    width: 100%;
    text-align: left;
}

.ps-cabinsdropdown__dropmenu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    width: 100%;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0 !important;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    /* border: 1px solid #ccc; */
    /* border: 1px solid rgba(0, 0, 0, 0.15); */
    border-radius: 0;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    /* transform: none !important; */
}

.ps-cabinsdropdown__dropmenu > li > a {
    display: block;
    padding: 8px 20px;
    clear: both;
    font-weight: 400;
    color: #252525;
    white-space: nowrap;
    font-size: 14px;
    line-height: 1;
    text-decoration: none;
}

.ps-cabinsdropdown__dropmenu > .active > a, .ps-cabinsdropdown__dropmenu > .active > a:hover, .ps-cabinsdropdown__dropmenu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #00694E;
    outline: 0;
}

.ps-cabinsdropdown__dropmenu > li > a:hover, .ps-cabinsdropdown__dropmenu > li > a:focus {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}

.ps-cabinbox {
    display: none;
}

.ps-cabinbox_active {
    display: block;
}


.js-sort-card {
    display: none;
}

.js-sort-card_active {
    display: block;
}

.ps-shop-section {}
.ps-shop-section__main {
	position: relative;
}

.woocommerce-shop .content-area {
	padding-top: 30px;
}

.single-product .product {
}

.single-product .product:after {
    content: '';
    display: table;
    clear: both;
}

.ota-yhteytta-page {
    clear: both;
}

.single-product .summary .btn {
    background: #7c109a;
    font-weight: 700;
    font-size: 1.1rem;
    padding: 1rem 2rem;
    word-break: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.upsells.products {
    clear: both;
}

.ps-prdpicture {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
    padding-bottom: 100%;
    margin-bottom: 1rem;
}

.ps-prdpicture__pic {
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.woocommerce ul.products li.product .ps-prdpicture img {
    width: 100%;
    height: 100%;
    margin: 0;
    opacity: 0;
}

.woocommerce ul.products, .woocommerce-page ul.products {
	font-size: 0;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    font-size: 1.25rem;
    color: #000;
    margin-bottom: 1.5rem;
    font-weight: 700;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    text-align: center;
    display: inline-block;
    float: none;
    font-size: 1rem;
}

.woocommerce ul.products li.product.js-sort-card, .woocommerce-page ul.products li.product.js-sort-card {
	display: none;
}

.woocommerce ul.products li.product.js-sort-card_active, .woocommerce-page ul.products li.product.js-sort-card_active {
	display: inline-block;
}

.woocommerce ul.products li.product .button {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 0.9rem;
    line-height: 1.5;
    border-radius: 0;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    margin: 0;
    display: inline-block;
    background: #7c109a;
    border: 1px solid transparent;
    color: #fff;
    text-transform: none;
    border-radius: 0;
    letter-spacing: .05rem;
    padding: 0.5rem 1.75rem 0.45rem;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    font-size: .9rem;
    white-space: normal;
    background: #FF4F12;
}

.woocommerce ul.products li.product .button:hover {
    background: #0094b3;
    border-color: transparent;
    color: #fff;
    -webkit-transition: none;
    transition: none;
    text-decoration: none;
}

.woocommerce ul.products li.product .button:focus {
    box-shadow: 0 0 0 0.2rem rgba(124,16,154,.25);
    outline: none;
    background: #0094b3;
    border-color: #000;
    color: #fff;
}


.woocommerce div.product div.images img {
    max-height: 450px;
    width: auto;
    margin: 0 auto;
}


.ps-outofstock {
	font-size: 1.4em;
	color: red;
}


.woocommerce .up-sells ul.products li.product,
.woocommerce-page .up-sells ul.products li.product {
	display: none;
}
.woocommerce .up-sells ul.products li.product:nth-child(-n+3),
.woocommerce-page .up-sells ul.products li.product:nth-child(-n+3) {
	display: inline-block;
}
.woocommerce .up-sells.ps-show-all-upsells ul.products li.product,
.woocommerce-page .up-sells.ps-show-all-upsells ul.products li.product {
	display: inline-block;
}

.ps-upsells__btn_less {
	display: none;
}

.ps-show-all-upsells .ps-upsells__btn_less {
	display: block;
}

.ps-show-all-upsells .ps-upsells__btn_more {
	display: none;
}