

/* Start:/local/templates/boatpart/include/catalog/category/style.css?17262359432229*/
.category {
}
.category__title {
}
.category__product-list {
    display: flex;
    flex-wrap: wrap;
    width: 420px;
    gap: 10px;
    width: 100%;
}
.category__product {
    background: #fff;
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 10px;
    color: #333;
    width: calc(50% - 5px);
    border-radius: 6px;
}
.category__product-head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.category__product-scheme-number {
    color: #555;
    font-weight: 600;
}
.category__stock-available {
    color: var(--product-available-color);
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 3px;
}
.category__stock-available:before {
    content: '';
    background-image: url(/local/templates/boatpart/svg/icon-available.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}
.category__product-not-available {
    color: #555;
    font-size: 12px;
}
.category__product-body {
    display: flex;
    gap: 25px;
    align-items: flex-start;
}
.category__product-image-wrap {
    height: 64px;
    width: 64px;
}
.category__product-image {
    height: 64px;
    width: 64px;
    object-fit: contain;
}
.category__product-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
}
.category__product-number {
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
}
.category__product-name {
    font-size: 15px;
    line-height: 100%;
}
.category__product-price {
    font-size: 20px;
    font-weight: 600;
    white-space: nowrap;
    margin-left: auto;
    line-height: 100%;
    margin-top: -5px;
    display: flex;
    flex-direction: column;
    align-items: end;
}
.category__product-price-old {
    font-size: 15px;
    font-weight: 500;
    position: relative;
}
.category__product-price-old:after {
    background: #d86363;
    content: '';
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: rotate(-5deg);
    width: 100%;
}
@media (max-width: 768px) {
    .category__product {
        width: 100%;
    }
    .category__product-name {
        font-size: 14px;
    }
}

/* End */


/* Start:/local/templates/boatpart/include/catalog/product/style.css?17520697477065*/
.product-detail {
}
.product-detail__grid {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    gap: 75px;
    width: 100%;
    margin-bottom: 100px;
}

.product-detail__title-row {
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
}
.product-detail__title {
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 120%;
}
.product-detail__brand {
    margin: 0;
    padding: 0;
    font-size: 24px;
    font-weight: 600;
    line-height: 120%;
}
.product-detail__image-wrap {
    /* background: #fff; */
    min-width: 360px;
    max-width: 360px;
    /* padding: 30px; */
    border-radius: 8px;
    overflow: hidden;
}
.product-detail__image-mobile {
    display: none;
    background: #fff;
    min-width: 200px;
    max-width: 200px;
    padding: 10px;
}
.product-detail__image {
    display: block;
    width: 100%;
    object-fit: contain;
}
.product-detail__info {
    width: 100%;
}
.product-detail__available {
    color: #87c73e;
    display: flex;
    align-items: center;
    font-size: 16px;
    margin-bottom: 30px;
}
.product-detail__available span {
    color: #555;
    margin-left: 5px;
    font-size: 14px;
}
.product-detail__not_avalable {
    margin-bottom: 30px;
}
.product-detail__text {
    display: flex;
    width: 100%;
    min-width: 100%;
    margin-bottom: 50px;
}
.product-detail__offer-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.product-detail__offer {
    background: #fff;
    border-radius: 6px;
}
.product-detail__offer-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--light-border-color);
    padding: 8px 25px 5px;
    overflow: hidden;
    gap: 10px;
}
.product-detail__offer-merchant {
    display: flex;
    align-items: center;
}
.product-detail__merchant-image {
    margin-right: 15px;
    width: 38px;
    height: 100%;
}
.product-detail__merchant-image img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}
.product-detail__merchant-title {
    font-size: 14px;
    font-weight: 500;
    text-wrap: pretty;
}
.product-detail__stock-info {
    white-space: nowrap;
    text-align: right;
}
.product-detail__stock-available {
    color: var(--product-available-color);
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 3px;
}
.product-detail__stock-available:before {
    content: '';
    background-image: url(/local/templates/boatpart/svg/icon-available.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}
.product-detail__stock-not-available {
    font-size: 12px;
}
.product-detail__offer-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    padding: 20px 25px 0;
}
.product-detail__offer-number {
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
}
.product-detail__offer-name {
    font-size: 13px;
    line-height: 100%;
}
.product-detail__offer-body {
    padding: 15px 25px 35px;
}
.product-detail__offer-row {
    justify-content: space-between;
    display: flex;
    align-items: center;
    gap: 20px 50px;
}
.product-detail__offer-shipment {
    margin-bottom: 10px;
    font-size: 14px;
}
.product-detail__offer-shipment span {
    font-weight: 600;
}
.product-detail__offer-price {
    font-size: 20px;
    white-space: nowrap;
    flex-wrap: wrap;
    display: flex;
    align-items: baseline;
    gap: 2px 10px;
    line-height: 100%;
    font-weight: 700;
}
.product-detail__offer-price_not-avail {
    font-size: 16px;
    font-weight: 600;
    color: #555;
    padding-top: 5px;
}
.product-detail__offer-price-old {
    font-size: 14px;
    font-weight: 500;
    position: relative;
    color: #555555;
}
.product-detail__offer-price-old:after {
    background: #d86363;
    content: '';
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: rotate(-5deg);
    width: 100%;
}
.product-detail .product-detail__offer-button {
    width: auto;
    padding: 0.5em 2em;
    height: 36px;
    display: flex;
    align-items: center;
    font-size: 14px;
    justify-content: center;
}
.product-detail .product-detail__offer-button .icon-left {
    margin-right: 12px;
    height: 20px;
}
.product-detail__offer-cart-add.hidden {
    display: none;
}
.product-detail__offer-icon-add-cart {
    font-size: 32px;
    font-weight: 300;
}
.product-detail__offer-icon-open-chat {
    width: 22px !important;
    height: 22px !important;
}
.product-detail__offer-cart-count {
    display: flex;
    align-items: center;
    gap: 10px 25px;
}
.product-detail__offer-cart-count.hidden {
    display: none;
}
.product-detail__quantity {
    display: flex;
    align-items: center;
    height: 40px;
    border-radius: 5px;
    overflow: hidden;
}
.product-detail__quantity-button {
    background-color: #eeeeee;
    border: none;
    height: 100%;
    padding: 0 1em;
    transition: all 0.3s;
}
.product-detail__quantity-button:hover {
    background-color: #dddddd;
}
.product-detail__button {
    height: 38px;
    padding: 0 1.5em !important;
    white-space: nowrap;
    border-radius: 10px !important;
    display: flex;
    align-items: center;
    gap: 5px;
}
.product-detail__quantity-value {
    width: 48px;
    height: 30px;
    text-align: center;
    border: none;
    -moz-appearance: textfield;
    height: 100%;
    border-top: 2px solid #eee;
    border-bottom: 2px solid #eee;
}
.product-detail__quantity-value::-webkit-outer-spin-button,
.product-detail__quantity-value::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.product-properties {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.product-properties__row {
    display: flex;
}
.product-applicability {
    display: flex;
    flex-direction: column;
    gap: 10px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.product-applicability__item {
    font-size: 14px;
    margin: 0;
    padding: 0;
}
@media (max-width: 1024px) {
    .product-detail__image-wrap {
        display: none;
    }
    .product-detail__image-mobile {
        display: block;
    }
}
@media (max-width: 768px) {
    .product-detail__image-mobile {
        min-width: 150px;
        max-width: 150px;
    }
    .product-detail__offer-header,
    .product-detail__offer-body {
        padding-left: 15px;
        padding-right: 15px;
    }
    .product-detail__merchant-image {
        width: 22px;
        margin-right: 10px;
    }
    .product-detail__merchant-title {
        font-size: 13px;
    }
    .product-detail__offer-shipment {
        margin-bottom: 20px;
    }
    .product-detail__offer-row {
        gap: 20px 20px;
    }
    .product-detail__button {
        height: 36px;
        padding: 0 1.2em !important;
        font-size: 12px;
    }
}
@media (max-width: 512px) {
    .product-detail__title-row {
        flex-wrap: wrap;
    }
    .product-detail__go-cart {
        display: none !important;
    }
}

/* End */


/* Start:/local/templates/boatpart/include/landing/outboard-engine/styles.css?17507738695177*/
h2, .h2 {
    font-size: 32px;
    font-weight: 500;
}

h2 .description {
    font-size: 18px;
    font-weight: 500;
}

h3, .h3 {
    font-size: 28px;
    font-weight: 500;
}

h4, .h4 {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: .5px;
    margin-bottom: .5rem;
}

p {
    line-height: 1.5rem;
}

img {
    height: auto;
    max-width: 100%;
}

.container {
    width: 100%;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 500px) {
    .container-sm, .container {
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .container-md, .container-sm, .container {
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .container-lg, .container-md, .container-sm, .container {
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 100%;
    }
}

@media (min-width: 1400px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1320px;
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-left: .75rem;
    margin-right: .75rem;
}

.row > * {
    flex-shrink: 0;
    max-width: 100%;
    padding-left: .75rem;
    padding-right: .75rem;
    width: 100%;
}

.col-1 {
    flex: 0 0 auto;
    width: 8.33%;
}

.col-11 {
    flex: 0 0 auto;
    width: 91.66%;
}

.engine-text-intro {
    display: none;
    margin: auto;
    width: 45%;
}

@media (min-width: 768px) {
    .col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-md-9 {
        flex: 0 0 auto;
        width: 75%;
    }
}

@media (min-width: 1200px) {
    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
}

.align-items-center {
    align-items: center !important;
}


@media (min-width: 992px) {
    .align-items-lg-start {
        align-items: flex-start !important;
    }
}

.engine-intro {
    position: absolute;
    top: -30%;
    z-index: 2;
}

@media (max-width: 768px) {
    .engine-text-intro { display: block; }
    .engine-intro {
        display: none;
    }
}


#info {
    h3, h4 {
        padding-bottom: 1rem;
    }

    p {
        margin: 0 auto 1.5rem;
    }

    .container {
        margin-bottom: 6rem
    }

    .col-md-6 {
        position: relative
    }

    .col-md-6 img {
        max-width: 115%;
        position: absolute;
        right: 10%;
    }

    .col-md-6:nth-child(2) img {
        right: auto;
        left: 10%;
    }
}

#specifications {
    text-align: center
}

@media (max-width: 768px) {
    #info .col-md-6:nth-child(2):not(.w-image) {
        order: 1
    }

    #info .col-md-6:nth-child(1).w-image {
        order: 2
    }

    #info .col-md-6 img,
    #info .col-md-6:nth-child(2) img {
        max-width: 100%;
        position: relative;
        right: auto;
        left: auto;
    }
}


.table-responsive {
    overflow-x: auto;
    width: 100%;
}

.table {
    border-collapse: collapse;
    box-shadow: 0 .25rem .5rem rgba(25, 26, 26, .08);
    color: #4c4d4e;
    caption-side: bottom;
    margin-bottom: 1rem;
    vertical-align: top;
    width: 100%;
}

thead, tbody, tfoot, tr, td, th {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    text-align: left;
}

.table > :not(:first-child) {
    border-top: 2px solid #d7dadb;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
    background: rgba(27, 134, 195, 0.1);
    color: #4c4d4e;
}

.table > :not(caption) > * > * {
    padding: 1rem 1rem;
    background-color: transparent;
}

.ratio {
    position: relative;
    width: 100%;
}

.ratio > video,
.ratio > img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.ratio::before {
    display: block;
    padding-top: 28.5714285714%;
    content: "";
}

.z-index-1 {
    z-index: 1 !important;
}

.d-none {
    display: none !important;
}

@media (min-width: 500px) {
    .d-sm-block {
        display: block !important;
    }
}

.product-detail__offer {
    margin-bottom: 1.5rem;
}

.product_list .more-offers { display: none }


.product-detail__merchant-title h4 {
    margin: 6px auto;
}

.product-detail__offer-body {
    padding: 15px 25px 20px !important;
}

.product-detail__offer-footer {
    padding: 10px 25px 20px;
}

.product-detail__stock-by-request {
    color: var(--text-color);
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 3px;
}

.js_show-more-offers { min-width: 180px }

.position-relative {
    position: relative
}

.text-uppercase {
    text-transform: uppercase
}
.mt-0 { margin-top: 0 }

.mt-2dot5 {
    margin-top: 2.5rem
}

.mb-0 { margin-bottom: 0; }

.mb-1 {
    margin-bottom: 1rem
}

.mb-2 {
    margin-bottom: 2rem
}

.mb-3 {
    margin-bottom: 3rem
}

.spacer {
    height: 1rem;
}

.spacer-2x {
    height: 2rem;
}

.spacer-3x {
    height: 3rem;
}

.w-100 { width: 100% }


/* End */
/* /local/templates/boatpart/include/catalog/category/style.css?17262359432229 */
/* /local/templates/boatpart/include/catalog/product/style.css?17520697477065 */
/* /local/templates/boatpart/include/landing/outboard-engine/styles.css?17507738695177 */
