.woocommerce div.product div.images.woocommerce-product-gallery {
    width: 100%!important;
}
.slick-slider {
    height: 400px!important;
}
.woocommerce div.product div.images .wp-post-image,
.woocommerce div.product div.images .attachment-shop_single{
    height: 400px!important;
    object-fit: contain!important;
}
.wpgs-nav .slick-active .attachment-woocommerce_gallery_thumbnail,
.wpgs-nav .slick-active .gallery_thumbnail_first{
    aspect-ratio: 1/1 !important;
    height: auto!important;
    object-fit: contain!important;
    padding: 10px !important;
}
.wpgs-nav.slick-slider {
    height: 150px!important;
}
.woocommerce span.onsale {
    top: auto!important;
    left: auto!important;
}
.top {
    padding-top: 50px;
}
.top h1 {
    color: #000;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 41px;
}
.top bdi {
    color: #007daf !important;
    font-size: 35px;
    font-weight: 700;
}
.top form {
    display: flex;
    align-items: center;
}
.top form .quantity {
    margin-bottom: 10px !important;
}
.top .row {
    justify-content: space-between;
}
button.alt {
    color: #FFF !important;
    text-align: center!important;
    font-size: 16px!important;
    font-style: normal!important;
    font-weight: 800!important;
    line-height: normal!important;
    text-transform: uppercase!important;
    border-radius: 5px!important;
    background: #D8694A !important;
    padding: 16px !important;
    border: 1px solid #D8694A !important;
    width: fit-content !important;
}
button.alt:hover {
    background: #fff !important;
    color: #D8694A !important;
}
.woocommerce .woocommerce-breadcrumb {
    color: #767676 !important;
    font-size: 15px!important;
    font-weight: 700!important;
}
.woocommerce .woocommerce-breadcrumb a:hover {
    color: #007daf !important;
}

.cat {
    display: flex;
        color: #6eaf4b;
    font-weight: 700;
    font-size: 15px;
}
.cat a{
    color: #6eaf4b;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
}
.cat p {
    margin-right: 10px;
}
.cat span {
    margin-right: 5px;
}


.woocommerce div.product form.cart .button{
    font-size: 15px!important;
    font-style: normal!important;
    font-weight: 700!important;
    letter-spacing: 0!important;
    color: #ffffff!important;
    padding: 11px 25px 14px!important;
    text-transform: none!important;
    margin: 0 10px 10px!important;
    border-radius: 3px!important;
    background: #007daf!important;
    border: 1px solid #007daf!important;
}

.related .products img {
    height: 300px!important;
    margin: 0 auto!important;
    display: block!important;
    width: auto!important;
}
.related .products h2 {
    margin-top: 10px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #2a2a2a;
    margin-top: 10px!important;
}

.related .products a.button{
    display: none!important;
}

.related .header h2{
    color: #2a2a2a;
    font-size: 23px;
    font-weight: 700;
}

#nf-field-13 {
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0;
    color: #ffffff;
    padding: 11px 25px 14px;
    text-transform: none;
    margin: 0 10px 10px;
    border-radius: 3px;
    background: #007daf;
    border: 1px solid #007daf;
    margin: 0;
}
#nf-field-13:hover {
    color: #007daf;
    background: #fff;
}

.nf-form-fields-required{
    color: #dd3333;
    margin-bottom: 10px;
}

.nf-field-label label{
    color: #5e5e5e;
    font-weight: 700;
}

.ninja-forms-field{
    background-color: #f8f8f8;
    font-size: 16px;
    padding: 5px;
    border-radius: 0!important;
}

#form h2{
    font-weight: 700;
}

.top .price {
    display: flex;
    flex-direction: column;
}
.top .price .woocommerce-price-suffix {
    font-size: 20px;
    color: #767676;
    font-weight: 700;
}
.top .price .woocommerce-price-suffix bdi {
    font-size: 20px;
    color: #767676 !important;
}


.top .right .inner {
    padding: 80px 0 50px;
}
@media (max-width: 991px) {
    .top .right .inner {
        padding: 50px 0;
    }
}
