/*!
Theme Name: polwpshop
Text Domain: polwpshop

*/

.woocommerce-product-gallery__wrapper {
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 700px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

.fl {
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.woocommerce-product-gallery__wrapper img {
    max-height: 600px;
    height: auto;
}

.other-images {
    display: flex;
    flex-direction: column;
    margin-right: 10px;
    max-height: 450px;
    overflow: auto;
    min-width: 70px;
}

.other-images:empty {
    display: none;
}

.other-images::-webkit-scrollbar {
    width: 5px;
}

.other-images::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.other-images::-webkit-scrollbar-thumb {
    background: #c1c1c1;
}

.other-images::-webkit-scrollbar-thumb:hover {
    background: #999;
}

.other-images div a img {
    height: 80px;
    width: 80px;
    margin-right: 0;
    margin-left: 0;
    object-fit: contain;
    border: 1px solid #e2e2e2;
}

.single .entry-summary,
.single .woocommerce-tabs,
.opacity,
.woocommerce-form-coupon-toggle,
.single .related,
.single .flex-control-thumbs,
.single .woocommerce-product-gallery__trigger {
    opacity: 0;
    visibility: hidden;
    position: absolute;
}

.cart-wrap__body bdi span {
    display: none;
}

.dgwt-wcas-search-wrapp {
    max-width: 100% !important;
}

.dgwt-wcas-search-wrapp input {
    border-radius: 0 !important;
    padding: 10px !important;
}

.dgwt-wcas-search-wrapp .dgwt-wcas-ico-magnifier {
    display: none !important;
}

.dgwt-wcas-search-wrapp input::placeholder {
    font-style: normal !important;
}

ol.flex-control-nav.flex-control-thumbs {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: stretch;
    justify-content: space-between;
    list-style-type: none;
}
