/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.wpgs-slide-link {
    display: block;
}
.product-thumbs.owl-carousel {
    padding: 5px;
    background: rgba(45, 233, 30, 0.33);
}
.owl-item {
    border: 3px solid red;
}
.owl-dots{
    background: #414b90;
    height: 20px;
    border-radius: 2px;
    margin-top: 5px !important;
}
.owl-item.active.center {
    border-top-color: #1a237e;
    border-left-color: #1a237e;
    border-bottom-color: #1a237e;
    border-right-color: #1a237e;
    border-style: solid;
    border-width: 3px;
    border-radius: 0px;
}
.product-thumbs.owl-carousel.owl-theme.owl-loaded.owl-drag:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    left: 50.3%;
    border-bottom: 7px solid #1a237e;
    position: absolute;
    top: -1px;
    transform: translateX(-50%);
}
.has-sidebar.woocommerce-page:not(.error404) #primary {
    width: 100%;
}