/*
Theme Name: wolfpackmarine
Theme URI: https://wolfpackmarine.yourdevelopmentserver.net/
Description: Child theme for Genesis
Author: Your Name
Template: genesis
Version: 1.0
*/

/* Add your custom CSS below */

body {
    margin: 0px;
    padding: 0px;
}

.elementor-widget-text-editor p {
    margin: 0px !important;
}

.header-contact-btn a {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 25px;
    color: #000 !important;
    padding: 15px 30px !important;
}

.home-carousel .bdt-ep-static-carousel-item {
    display: flex;
    flex-direction: row-reverse;
    background: #fff !important;
}

.home-carousel .bdt-ep-static-carousel-image {
    width: 35% !important;
    height: fit-content !important;
}

.home-carousel .bdt-ep-static-carousel-content {
    width: 65% !important;
    justify-content: center;
}

.slider-price {
    border-top: 1px solid #C8C8C8;
    padding-top: 20px;
    margin-top: 20px;
}

.slider-price b {
    font-size: 26px;
}

.home-image-box img {
    width: 100% !important;
}

.home-image-box .elementor-image-box-wrapper {
    position: relative;
}

.home-image-box .elementor-image-box-content {
    position: absolute;
    bottom: 20px;
    padding-top: 400px;
    background-color: #3977A2;
    background: linear-gradient(180deg, #00000000, #3977A2);
    padding-bottom: 60px;
}

.home-image-box .elementor-image-box-content h2 {
    margin: 0px !important;
    margin-bottom: 20px !important;
}

.home-image-box .elementor-image-box-content a {
    color: #FFFFFF;
    font-size: 24px;
    text-decoration: underline;
}

.social-icon .elementor-social-icon {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.main-form-field {
    display: flex;
    gap: 20px;
}

.form-inner-field {
    width: 50%;
    /* margin-bottom: 20px; */
}

.main-form-field:first-child {
    margin-bottom: 20px;
}

.form-inner-field p {
    margin: 0px !important;
}

.form-inner-field input,
.textarea textarea {
    width: 100%;
    border: 1px solid #8E8E8E;
    padding: 15px;
    color: #000000;
    font-family: "Inter", Sans-serif;
    font-size: 16px;
}

.textarea textarea {
    margin-top: 20px;
    resize: none;
    height: 150px;
}

.submit-btn {
    text-align: center;
}

.submit-btn input {
    border: none !important;
}

.uris-slider-post-title,
.sp-buttons {
    display: none !important;
}


.woocommerce div.product div.images .flex-control-thumbs li {
    width: 100% !important;
    float: none !important;
}

/* product detail page start */
.single-product .entry-content .entry {
    max-width: 1300px;
    margin: auto;

}

.single-product .site-header {
    z-index: 9999;
    position: relative;
}

.single-product .entry-content ul,
.single-product .entry-content ol {
    list-style: none;
    padding: 0px;
}

.single-product .product_title {
    font-size: 42px;
    font-weight: 900;
    line-height: 44px;
}

.custom-product-banner {
    position: relative;
    margin-bottom: 80px;
}

.layer-hero-section {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    z-index: 0;
    background: rgba(0, 0, 0, .5);
    display: flex;
    align-items: center;
}

.detail-page-hero-image {
    font-weight: 900;
    text-transform: uppercase;
    color: #FFFFFF;
    text-align: center;
    width: 100%;
    margin-top: 90px;

}

.single-product .entry-header {
    display: none;
}

.detail-page-hero-section img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: 0px -200px;
}

.flex-control-thumbs.owl-carousel {
    margin-top: 20px !important;
}

.woocommerce div.product div.images .flex-control-thumbs li img {
    height: 110px !important;
    object-fit: cover;
    /* opacity: 1 !important; */
}

.woocommerce-product-details__short-description p {
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
}

p.price {
    padding-bottom: 20px;
    font-size: 24px;
    font-weight: 600;
    color: #000 !important;
    line-height: 28px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 24px;
    margin-top: 25px;
}

.contact-btn {
    padding: 9px 40px !important;
    font-size: 22px !important;
    line-height: 44px;
    border-radius: 50px !important;
    border: none;
    outline: none;
    text-transform: uppercase;
}

.custom-short-description p {
    margin-bottom: 0px;
}

.custom-short-description ul li {
    font-size: 16px;
    line-height: 29px;
    font-weight: 500;
}

.boat-specifications-details h3 {
    font-size: 22px;
    font-weight: bold;
    font-family: 'Montserrat';
    line-height: 29px;
    margin-top: 20px;
}

.boat-specifications-details ul li {
    font-size: 18px;
    line-height: 29px;

}

.flex-viewport {
    height: 400px !important;
}

.woocommerce-product-gallery__image a img {
    height: 400px !important;
    object-fit: cover;
}

.tabs.wc-tabs {
    padding: 10px !important;
    justify-content: center;
    display: flex;
}

.woocommerce-tabs {
    border: 1px solid #ddd;
    border-radius: 5px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before {
    display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {
    display: none;

}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    border-bottom: 1px solid #ddd
}

.woocommerce-Tabs-panel--description {
    padding: 0px 30px !important;
}

.description_tab {
    border: none !important
}

.description_tab a {
    font-size: 22px;
    color: #3977A2 !important;
    line-height: 44px !important;
    font-weight: 600 !important;
    padding: 0px !important;
}

section.related.products {
    margin-top: 0px;
}

.single-product .woocommerce-tabs {
    margin-bottom: 60px;
}

section.related.products>h2 {
    font-size: 42px;
    font-weight: 900;
    line-height: 44px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

section.related.products ul li a h3 {
    font-size: 28px !important;
    line-height: 44px !important;
    font-weight: bold !important;
    color: #000 !important;
    text-transform: uppercase !important;
    text-align: center;
    padding-top: 0px !important;
    font-family: "Montserrat", Sans-serif !important;
}

.modal-body input,
.modal-body textarea {
    width: 100%;
    border: 1px solid #8E8E8E;
    padding: 15px;
    color: #000000;
    font-family: "Inter", Sans-serif;
    font-size: 16px;
    margin-bottom: 10px;
}

.modal-body textarea {
    height: 150px;
}

.modal-body .wpcf7-submit {

    border-radius: 50px !important;
    width: auto !important;

}

.btn-close {
    opacity: 1 !important;
    background-color: #fff !important;
}

.modal-header {
    background: #3977A2;
}

.modal-title {
    color: #fff !important;
}

.related.products .price {
    text-align: center;
    display: block !important;
    margin-top: -13px;
    font-size: 23px !important;
    font-weight: 600 !important;
    color: #3977A2 !important;
}

.modal-body br {
    display: none !important;
}

span.wpcf7-not-valid-tip {
    font-size: 15px;
    margin-bottom: 16px;
}

/* slider issue */
.owl-nav {
    margin-top: 0px !important;
}

.owl-nav button {
    position: absolute;
    top: 47%;
    transform: translateY(-50%);
    border-radius: 50% !important;
}

.owl-nav button:hover {
    background: #3977A2 !important;

}

.owl-nav .owl-prev {
    left: 0px;
}

.owl-nav button:hover img {
    filter: invert(1);
}

.owl-nav .owl-next {
    right: 0px;
}

.owl-nav span {
    height: 50px;
    width: 50px;
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;

}

.owl-nav span img {
    width: 85% !important;
    height: 85% !important;
}

/* product detail page end */

.boat-range-wrapper {
    display: flex;
    flex-wrap: wrap;
    column-gap: 40px;
    row-gap: 20px;
    margin-top: 80px;
    margin-bottom: 60px;
}

.boat-item,
.page-id-593 .products li {
    width: 31% !important;
    margin-right: 0px !important;
}

.boat-item img,
.page-id-593 .products li img {
    width: 100%;
    height: 399px;
    object-fit: cover;
}

.boat-item a h2,
.woocommerce-loop-product__title {
    font-size: 28px !important;
    line-height: 44px !important;
    font-weight: bold !important;
    color: #000 !important;
    text-transform: uppercase !important;
    text-align: left;
    padding-top: 0px !important;
    margin-top: 15px;
    margin-bottom: 20px;
    font-family: "Montserrat", Sans-serif !important;
}

.boat-item .price,
.woocommerce-LoopProduct-link .price {
    text-align: left;
    display: block;
    margin-top: -22px;
    font-size: 23px !important;
    font-weight: 600 !important;
    color: #3977A2 !important;
}

.wpcf7-response-output {
    font-size: 15px;
    text-align: center;
    border: none;
    margin: 5px 0px 10px 0px !important;
    padding: 0px !important;
}

.wpgs-for .slick-arrow {
    display: none !important;
}

/* 
.slick-track{
    margin-left: 0px !important;
}
.wpgs-for .slick-arrow::before, .wpgs-nav .slick-prev::before, .wpgs-nav .slick-next::before{
    color: #000;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    width: 36px;
    font-size: 42px !important;
}
.flaticon-back{
    left:50px;
}
.flaticon-right-arrow{
    right: 50px !important;
} */

.wpgs-nav .slick-prev:before,
.wpgs-nav .slick-next:before {
    font-size: 38px !important;
}

.wpgs-nav .slick-arrow {
    background: none !important;
}

.wpgs-nav .slick-slide {
    margin-left: 0px !important;
}

/* .woocommerce div.product div.images img{
    max-height: 480px;
} */
a.wpgs-lightbox-icon img {
    max-height: 480px;
    height: 480px;
    min-height: 480px;
    object-fit: cover;
}

.slick-track {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

img.zoomImg {
    display: none !important;
}

.wpgs-nav .slick-prev,
.wpgs-nav .slick-next {
    top: 43% !important;
    color: transparent !important
}

.fancybox-button {
    padding: 10px !important;
}

.wpgs-nav .slick-next {
    right: 26px;
}

.gallery-item {
    margin-top: 0px !important;
}

.gallery-page img {
    height: 250px !important;
    object-fit: cover;
}

.gallery-item img {
    border: 5px solid #fff !important;
}

/* login page */
.page-id-596 .site-inner,
.page-id-1385 .site-inner,
.page-id-595 .site-inner,
.page-id-1384 .site-inner,
.error404 .site-inner
 {
    background: #f5f5f5;
    margin-top: 127px;
    padding-top: 80px;
    padding-bottom: 80px;
}

.page-id-596 .hfe-menu-item,
.page-id-1385 .hfe-menu-item,
.page-id-595 .hfe-menu-item,
.page-id-1384 .hfe-menu-item,
.error404 .hfe-menu-item{
    color: #000 !important;
}

.page-id-596 .header-contact-btn a,
.page-id-1385 .header-contact-btn a,
.page-id-595 .header-contact-btn a,
.page-id-1384 .header-contact-btn a,
.error404 .header-contact-btn a  {
    background: #000 !important;
    color: #fff !important
}

.error404 .search-form{
    display: none;
}
.error404 .content{
    max-width: 1300px;
    margin: auto;
}

.page-id-596 h2,
.user-registration-registration-title {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    text-align: left;
    font-size: 32px;
}


.user-registration-registration-title {
    text-align: left !important;
}

.user-registration-registration-description {
    display: none;
}

label {
    font-size: 20px !important;
    margin-bottom: 5px !important;
    line-height: 2 !important;
    font-weight: 400 !important;
}

.ur-button-container {
    margin-top: 0px !important;
    padding: 0px !important;
    width: 100% !important;
}

.ur-button-container btn.button.ur-submit-button.submit {
    margin-top: 0px !important;
}
.page-id-1384 .user-registration{
    background:none !important;
}

.ur-lost-password-content-container{
    align-items: start !important;
}

.page-id-596 .woocommerce,
.page-id-1385 .user-registration,
.page-id-1384 .ur-frontend-form {
    max-width: 600px !important;
    margin: auto !important;
    background: #fff;
    padding: 30px;
    border-radius: 30px !important;
    box-shadow: 0px 0px 10px -5px;
}


.required {
    color: red !important;
}

.woocommerce-form-login,
.register {
    background: #fff;
    border: none !important;
    padding: 0px !important;
    margin: 0px !important;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="tel"] {
    width: 100%;
    border: 1px solid #e1e1e1 !important;
    padding: 15px !important;
    color: #000000;
    font-family: "Inter", Sans-serif !important;
    font-size: 16px !important;
    border-radius: 0px !important;
    min-height: auto !important;
    max-height: 51px !important;
    height: auto !important;
}
.wpgs-lightbox-icon::before{
    display: none !important;
}
.woocommerce-button,
.button.ur-submit-button,
.ur-reset-password-btn {
    background-color: #000 !important;
    font-family: "Montserrat", Sans-serif;
    font-size: 18px !important;
    font-weight: 400 !important;
    color: #FFFFFF !important;
    border-radius: 0px !important;
    padding: 20px !important;
    margin-top: 14px !important;
    margin-bottom: 10px !important;
    width: 100% !important;
    text-transform: uppercase;
    border: none !important;
}

.ur-form-grid {
    width: 100% !important;
    padding: 0px !important;
}

.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item {
    margin-bottom: 10px !important;
}

.page-id-596.woocommerce-account.logged-in .woocommerce,
.page-id-595 .wp-block-woocommerce-checkout {
    max-width: 1300px !important;
    background: none !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    margin: auto;
}

.ur-form-row {
    margin-bottom: 0px !important;
    gap: 10px;
}

.wp-block-woocommerce-checkout-order-summary-block {
    background: #fff;
    border: 1px solid #fff !important;
}

.wc-block-components-form.wc-block-checkout__form {
    padding: 20px;
    background: #fff;
}

.wc-block-components-checkout-place-order-button {
    border-radius: 0px !important;
}

.wp-block-woocommerce-checkout-fields-block {
    padding-right: 0px !important;
}

/* login page end  */


.boat-add-to-cart {
    margin-top: 17px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.added_to_cart {
    background: #0078a0;
    padding: 14px 26px !important;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 500 !important;
    font-size: 16px !important;
    margin-left: 10px !important;
}

.boat-add-to-cart .added_to_cart {
    padding: 17px 26px !important;

}

.stock.in-stock {
    color: #3977A2 !important;
    font-weight: 600;
}

button.single_add_to_cart_button,
.add_to_cart_button,
.woocommerce-Button {
    padding: 17px 26px !important;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 500 !important;
    font-size: 16px !important;
    background: #000 !important;
    border-radius: 0px !important;

}

.woocommerce-MyAccount-content .woocommerce-info+a.button {
    padding: 17px 26px !important;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 500 !important;
    font-size: 16px !important;
    background: #000 !important;
    border-radius: 0px !important;
}

.woocommerce-Address {
    background: #80808012;
    padding: 20px;
}

.woocommerce-Address h2 {
    font-size: 24px;
}

.woocommerce-account .addresses .title .edit {
    float: left !important;
    text-decoration: none;
    margin-bottom: 20px;
}

.woocommerce-info {
    border-top-color: transparent;
    background: #fff;
}

.woocommerce-Button {
    margin-top: 10px;
}

.add_to_cart_button {
    margin-top: 0px !important;
}

.woocommerce-message {
    border-top-color: transparent;
    max-width: 1300px;
    margin: auto;
    margin-bottom: 30px;
    background: #efefef;
}

.woocommerce-message a,
.woocommerce-info a {
    padding: 7px !important;
    color: #3977A2 !important;
    text-transform: uppercase;
    font-weight: 600 !important;
    font-size: 16px !important;
    background: none !important;
    border-radius: 0px !important;

}

.woocommerce div.product form.cart {
    margin-bottom: 20px;
}

.custom-short-description {
    margin-top: 20px;
}

.custom-short-description p {
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
}

.page-id-593 .products {
    max-width: 1300px;
    margin: auto !important;
    column-gap: 40px;
    row-gap: 20px;
    display: flex;
    flex-wrap: wrap;
}

.page-id-593 .products:before {
    display: none !important;
}

.woocommerce-checkout .wc-block-components-text-input label,
.woocommerce-checkout .wc-blocks-components-select__container label {
    top: -13px !important;
    background: #fff;
    line-height: 27px !important;
    transform: scale(.82) !important;
}

.wc-block-components-address-form {
    gap: 15px !important;
}

.wc-block-components-checkbox__label {
    font-size: 16px;
}

label[for="checkbox-control-1"] {
    align-items: center !important;
}

.page-id-595 .wc-block-components-order-summary-item__total-price {
    display: none !important;
}

.woocommerce-order-received .woocommerce {
    max-width: 600px;
    margin: auto;
    text-align: center;
    padding: 50px;
    padding-top: 100px;
    background: #fff;
    position: relative;

}

.woocommerce-thankyou-order-received {
    font-size: 24px;
    font-weight: 500;
}

.woocommerce-order-received .woocommerce-info {
    display: none !important;
}

.woocommerce-order-received .woocommerce::after {
    position: absolute;
    content: "";
    height: 50px;
    width: 50px;
    top: 33px;
    left: 50%;
    background: url(/wp-content/uploads/2026/07/success-icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    transform: translateX(-50%);
}

.woocommerce-result-count,
.woocommerce-ordering {
    display: none !important;
}

.woocommerce-MyAccount-navigation {
    background: #fff;
    padding: 30px;
}

.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.woocommerce-MyAccount-navigation-link a {
    list-style: none;
    color: #000;

}

li.woocommerce-MyAccount-navigation-link a {
    text-decoration: none;
    color: #000;
    padding: 17px 0px;
    display: flex;
    font-weight: 500;
    border-bottom: 1px solid #dddddd3d;
}

li.woocommerce-MyAccount-navigation-link.is-active a {
    color: #3977a2 !important;
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a {
    border-bottom: none !important;
    padding-bottom: 0px !important;

}

.woocommerce-MyAccount-navigation ul li:nth-child(1) a {
    padding-top: 0px !important;
}

#account_display_name_description em {
    font-size: 14px;
}

.woocommerce-EditAccountForm legend {
    font-size: 24px;
    font-weight: 500;
    margin-top: 20px;
}

.woocommerce form .form-row {
    padding: 0px;
}

@media(max-width:768px) {
   

    .home-carousel .bdt-ep-static-carousel-content {
        width: 100% !important;
    }

    .home-carousel .bdt-ep-static-carousel-item {
        width: 100% !important;
        gap:30px;
    }

    /* .swiper-wrapper .bdt-ep-static-carousel-item:nth-child(2) {
        margin-left: 20px !important;
    } */
}

.cart-counter {
    height: 19px;
    width: 19px;
    background: red;
    border-radius: 50%;
    color: #fff;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    margin-left: -28px;
    margin-top: -19px;
}

.woocommerce-LostPassword a {
    text-decoration: none !important;
    font-weight: 500 !important;
}

.wc-block-cart-items th {
    font-weight: bold !important;
    font-size: 20px;
}

.wc-block-cart-item__image {
    padding-left: 0px !important;
}

.wc-block-cart-item__prices .price.wc-block-components-product-price {
    font-size: 16px;
    color: #3977A2 !important;
    font-weight: 600;
}

.wc-block-components-product-name {
    font-size: 18px !important;
    color: #000;
    font-weight: 500 !important;
}

.wc-block-components-product-metadata__description p {
    font-size: 15px !important;
    font-weight: 500 !important;
}

.wc-block-cart-item__quantity {
    margin-top: 10px;
}

.wc-block-formatted-money-amount {
    font-size: 20px;
    font-weight: 600;
    color: #3977A2 !important;
}

.wc-block-cart__totals-title {
    font-size: 20px !important;

    font-weight: 600 !important;

}

.wc-block-components-quantity-selector__button:hover,
.wc-block-components-quantity-selector__button:focus {
    color: #fff !important;
}

.wc-block-components-totals-item__label,
.wc-block-components-panel__button {
    font-size: 16px;
    font-weight: 600;
}

.wc-block-components-totals-item .wc-block-formatted-money-amount {
    font-size: 16px !important;
    font-weight: 600;
    color: gray !important;
}

input[type="number"].wc-block-components-quantity-selector__input {
    padding: 10px !important
}

.wp-block-heading.wc-block-cart__empty-cart__title.with-empty-cart-icon {
    display: block !important;
    margin-bottom: 50px !important;
}

.wc-block-cart__empty-cart__title.with-empty-cart-icon:before {
    height: 100px !important;
    width: 100px !important;
    mask-size: 100px !important;
    margin: auto !important;
    margin-bottom: 20px !important;
}

.wc-block-cart__empty-cart__title {
    font-size: 32px !important;
    font-weight: bold !important;
}

.page-id-594 .wc-block-product-new {
    display: none;
}

.page-id-594 .wp-block-heading {
    display: none;
}



















/* ===========================================================
   WooCommerce Order Received Page — scoped to .page-id-595
   Pure layout/typography styling — no ::before/::after icons
   =========================================================== */

.page-id-595 .woocommerce-order {
    max-width: 700px;
    margin: 0px 0px 0px 0px;
    background: #ffffff;
    padding: 0px;
    border-radius: 6px;
    box-shadow: none;
}

/* Success message */
.page-id-595 .woocommerce-notice--success {
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    color: #1a1a1a;
    margin: 0 0 40px;
}

/* Order overview list (order #, date, email, total, payment) */
.page-id-595 .woocommerce-order-overview {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    margin: 0 0 45px;
    padding: 0;
    text-align: center;
}

.page-id-595 .woocommerce-order-overview li {
    flex: 0 0 auto;
    padding: 0 25px;
    margin: 0 0 18px;
    font-size: 12px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #8a8a8a;
    border-right: 1px dotted #ddd;
}

.page-id-595 .woocommerce-order-overview li:last-child {
    border-right: none;
}

.page-id-595 .woocommerce-order-overview li strong {
    display: block;
    margin-top: 6px;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: normal;
    text-transform: none;
    color: #1a1a1a;
}

/* Section titles (Order details / Billing / Shipping) */
.page-id-595 .woocommerce-order-details__title,
.page-id-595 .woocommerce-column__title {
    text-align: center;
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 400;
    font-size: 30px;
    color: #1a1a1a;
    margin: 0 0 25px;
}

/* Order details table */
.page-id-595 .woocommerce-table--order-details {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 45px;
    font-size: 15px;
}

.page-id-595 .woocommerce-table--order-details th,
.page-id-595 .woocommerce-table--order-details td {
    padding: 14px 16px;
    border-bottom: 1px solid #ececec;
    text-align: left;
    vertical-align: middle;
}

.page-id-595 .woocommerce-table--order-details thead th {
    font-weight: 700;
    color: #1a1a1a;
    border-bottom: 1px solid #e0e0e0;
}

.page-id-595 .woocommerce-table--order-details .product-name a {
    color: #346C94;
    text-decoration: underline;
}

.page-id-595 .woocommerce-table--order-details .product-quantity {
    color: #777;
    font-weight: 400;
}

.page-id-595 .woocommerce-table--order-details tfoot th,
.page-id-595 .woocommerce-table--order-details tfoot td {
    font-weight: 700;
}

.page-id-595 .woocommerce-table--order-details tfoot tr:last-child th,
.page-id-595 .woocommerce-table--order-details tfoot tr:last-child td {
    border-bottom: none;
}

.page-id-595 .woocommerce-table--order-details .shipped_via {
    color: #999;
    font-weight: 400;
}

/* Billing / Shipping address columns */
.page-id-595 .woocommerce-columns--addresses {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin: 0;
    padding: 0;
}

.page-id-595 .woocommerce-column--billing-address,
.page-id-595 .woocommerce-column--shipping-address {
    flex: 1 1 260px;
}

.page-id-595 .woocommerce-column--billing-address address,
.page-id-595 .woocommerce-column--shipping-address address {
    font-style: normal;
    background: #fafafa;
    border: 1px solid #ececec;
    border-radius: 4px;
    padding: 20px 22px;
    font-size: 15px;
    line-height: 1.7;
    color: #333;
}

.page-id-595 .woocommerce-customer-details--email {
    margin: 14px 0 0;
    padding-top: 10px;
    border-top: 1px solid #e5e5e5;
    font-size: 14px;
    color: #333;
    word-break: break-all;
}
.ur-lost-password-message{
    margin-bottom: 0px !important;
}
.ur-lost-password-content-container{
    margin-bottom:0px !important;
}

/* Responsive */
@media (max-width: 600px) {
    .page-id-595 .woocommerce-order {
        padding: 35px 20px 30px;
        margin: 20px 12px;
    }

    .page-id-595 .woocommerce-order-overview li {
        flex: 1 1 45%;
        border-right: none;
        padding: 0 10px;
    }

    .page-id-595 .woocommerce-columns--addresses {
        flex-direction: column;
    }
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
    float: none;
    width: 100%;
    display: block;
    flex: none;
}

.woocommerce .woocommerce-customer-details,
.woocommerce .woocommerce-order-details,
.woocommerce .woocommerce-order-downloads {
    margin-bottom: 0px;
}

.wp-block-separator.is-style-dots {
    display: none !important;
}

.wc-block-components-checkbox__label {
    font-size: 16px;
    line-height: 22px;
}

.related.products .product {
    text-align: center;
}


.ur-lost-password-title{
    text-transform: capitalize;
}

/* responsive start */

@media(min-width:1024px) {}

@media(max-width:1024px) {

    .error404 .content{
    max-width: 700px;
    padding-left: 15px;
    padding-right: 15px;
    margin: auto;
}
    #rmp-menu-title-732 {
        padding-top: 15px !important
    }

    #rmp_menu_trigger-732 {
        background: none !important;
        filter: invert(1) !important;
    }

    .header-contact-btn a {
        border-radius: initial !important;
        padding: 0px 16px !important;
    }

    .bg-header-ipad {
        background: #fff !important;
    }

    #rmp_menu_trigger-732 {
        right: 10px !important;
    }

    .bg-change-slider {
        background: none !important;
    }

    .home-image-box .elementor-image-box-content {
        padding-top: 200px !important;
    }

    .home-carousel .bdt-ep-static-carousel-item{
        gap: 30px !important;
        
    }
    .home-carousel .bdt-ep-static-carousel-image {
        width: 50% !important;
    }

    .home-carousel .bdt-ep-static-carousel-content {
        width: 50% !important;
    }

    .boat-range-wrapper {
        margin-top: 50px;
        margin-bottom: 50px;
        column-gap: 30px;
        row-gap: 20px;
    }

    .boat-item img,
    .page-id-593 .products li img {
        height: 255px !important;
    }

    .boat-item a h2,
    .woocommerce-loop-product__title {
        font-size: 22px !important;
        line-height: 30px !important;
        margin-bottom: 0px !important;
        padding-bottom: 0px !important;
    }

    .boat-item .price,
    .woocommerce-LoopProduct-link .price {
        font-size: 17px !important;
        margin-top: 0px !important;
    }

    .boat-range-wrapper {
        justify-content: center;
    }

    .detail-page-hero-section img {
        object-position: center;
    }

    .detail-page-hero-image {
        font-size: 35px !important;
        line-height: 40px;
    }

    .detail-page-hero-image {
        margin-top: 135px;
    }

    .custom-product-banner {
        margin-bottom: 50px;
    }

    .single-product .entry-content .entry {
        max-width: 700px;
    }

    .single-product .product_title {
        font-size: 30px;
        line-height: 38px;
    }

    .woocommerce-product-details__short-description p {
        font-size: 17px;
        line-height: 25px;
    }

    p.price {
        padding-bottom: 10px;
        font-size: 19px !important;
        line-height: 27px;
        margin-bottom: 10px;
        margin-top: 25px;
    }

    .custom-short-description ul li {
        font-size: 17px;
    }

    .contact-btn {
        padding: 5px 34px !important;
        font-size: 15px !important;
    }

    .boat-specifications-details ul li {
        font-size: 17px;
        line-height: 25px;
    }

    section.related.products>h2 {
        font-size: 30px;
        line-height: 38px;
    }

    section.related.products ul li a h3 {
        font-size: 22px !important;
        line-height: 30px !important;
    }

    .related.products .price {
        font-size: 17px !important;
    }

    /* .woocommerce div.product div.images img{
        max-height: 300px;
    } */
    a.wpgs-lightbox-icon img {
        max-height: 300px;
        min-height: 300px;
        height: 300px;
        object-fit: cover;
    }

    .gallery-page img {
        height: 150px !important;
        object-fit: cover;
    }

    .submit-btn input {
        font-size: 15px !important;
    }

    .submit-btn p {
        display: flex;
        flex-direction: column;
    }

    #rmp-menu-wrap-732 .rmp-menu-item-link:hover {
        color: #fff !important;
    }

    button.single_add_to_cart_button,
    .add_to_cart_button,
    .added_to_cart {
        padding: 15px !important;
    }

    .added_to_cart {
        line-height: 16px;
    }
}


@media(min-width:768px) and (max-width:1024px) {
    #rmp_menu_trigger-732 {
        top: 63px !important;
    }

    .boat-item,
    .page-id-593 .products li {
        width: 45% !important;
    }

    .page-id-593 .products {
        max-width: 700px !important;
        justify-content: center;
    }

    .page-id-593 .products li {
        margin-bottom: 0px !important;
    }
    input[type="text"], input[type="password"], input[type="email"], input[type="number"],input[type="tel"]{
        padding:10px !important;
    }


}

@media(max-width:767px) {

    .error404 .content{
    max-width: 100%;
   
}
    .home-image-box figure {
        margin-bottom: 0px !important;
    }

    .home-image-box .elementor-image-box-content {
        bottom: 0px;
    }

    .home-image-box .elementor-image-box-content h2 {
        margin-bottom: 0px !important;
    }

    .home-image-box .elementor-image-box-content a {
        font-size: 20px !important;
    }

    .boat-item,
    .page-id-593 .products li {
        width: 100% !important;
        padding: 20px !important;
        background: #f5f5f5;
        border: 1px solid #ddd;
        margin-bottom: 0px !important;
    }

    .page-id-593 .products {
        padding: 0px 15px !important;
    }

    .boat-item img,
    .page-id-593 .products li img {
        height: 280px !important;
    }

    .boat-item a h2,
    .woocommerce-loop-product__title {
        font-size: 18px !important;
        line-height: 26px !important;
        margin-bottom: 0px !important;
        padding-bottom: 0px !important;
    }

    .boat-item .price,
    .woocommerce-LoopProduct-link .price {
        font-size: 14px !important;
    }

    .detail-page-hero-image {
        font-size: 28px !important;
        line-height: 36px;
    }

    .single-product .entry-content .entry {
        max-width: 100%;
        padding: 0px 15px;
    }

    .single-product .product_title {
        font-size: 26px;
        line-height: 34px;
    }

    .tabs.wc-tabs {
        padding: 1px !important;
    }

    .woocommerce-Tabs-panel--description {
        padding: 0px 10px !important;
    }

    .boat-specifications-details h3 {
        font-size: 20px;
        margin-top: 0px !important;
    }

    section.related.products>h2 {
        font-size: 26px;
        line-height: 34px;
    }

    section.related.products ul li a h3 {
        font-size: 18px !important;
        line-height: 26px !important;
    }

    .related.products .price {
        font-size: 14px !important;
    }

    .gallery-item {
        width: 50% !important;
    }

    .main-form-field {
        flex-wrap: wrap;
    }

    .form-inner-field {
        width: 100%;
    }

    /* .bdt-ep-static-carousel-title, .bdt-ep-static-carousel-text, .slider-price, .bdt-ep-static-carousel-readmore-wrap{
        text-align: center !important;
    } */


    .mobile-icon-card-user {
        position: absolute;
        top: 76px;
        right: 66px;
        border-right: 1px solid #ddd;
        padding-right: 17px;
        height: 33px;
        gap: 15px;
    }

    .mobile-icon-card-user svg {
        fill: #000 !important;
    }

    .mobile-icon-card-user hr {
        display: none;
    }

    .cart-counter {
        margin-left: -21px;
        margin-top: -19px;
    }

    .page-id-596 .site-inner,  .page-id-1384 .site-inner {
        padding: 50px 15px !important;
        background: none;
        border-top: 1px solid #ddd;
    }

    .page-id-596 .woocommerce {
        background: none !important;
        padding: 0px;
        border-radius: 10px;
        box-shadow: none;
    }

    .woocommerce-form-login {
        background: none;
    }

    .page-id-1384 .ur-frontend-form{
        box-shadow: none !important;
        padding:0px !important;
    }

    .woocommerce-LostPassword a {
        display: block;
    }

    .woocommerce-button, .ur-reset-password-btn{

        font-size: 16px !important;
        border-radius: 0px !important;
        margin-top: 10px !important;
        margin-bottom: 10px !important;

    }

    .page-id-596 h2 {
        font-size: 32px !important;
    }

    .page-id-1385 .site-inner {
        background: #fff;
        margin-top: 127px;
        padding-top: 0px;
        padding-bottom: 80px;
        border-top: 1px solid #ddd;
    }

    .user-registration {
        padding: 0px !important;
        box-shadow: none !important;
    }

    input[type="text"],
    input[type="password"],
    input[type="email"],
    input[type="number"],
    input[type="tel"] {
        height: auto !important;
        max-height: auto !important;
        min-height: auto !important;
        padding: 10.5px !important;
    }

    .page-id-1385 .site-inner {
        padding: 0px 7px !important;
        padding-bottom: 50px !important;
    }

    .boat-add-to-cart a {
        font-size: 14px;
    }

    .wc-block-cart-item__product {
        grid-column-start: 1 !important;
        grid-row-start: 2 !important;
        margin-top: 10px !important;
    }

    .related.products ul.products  li.product{
        width: 100% !important;
        padding: 20px !important;
        background: #f5f5f5;
        border: 1px solid #ddd;
        margin-bottom: 20px !important;
        text-align: left;
    }
    .related.products ul.products  li.product a img{
        height: 280px !important;
    }
     .related.products ul.products  li.product a h3.woocommerce-loop-product__title{
        text-align: left !important;
    }

    .related.products ul.products  li.product a span.price{
        text-align: left !important;
    }
    
    .wc-block-cart-item__total {
        display: none !important;
    }

    .woocommerce-MyAccount-navigation {
        background: #e8e9ea38;
        margin-bottom: 30px;
    }

    .woocommerce-order-received .woocommerce {
        padding: 20px !important;
    }

    .woocommerce-table {
        width: 100%;
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }

    .page-id-595 .woocommerce-order {
        padding: 60px 0px 0px 0px;
        margin: 20px 0px 0px 0px;
    }

    .page-id-595 .woocommerce-notice--success {
        font-size: 16px;
        margin: 0px 0 25px;
    }

    .page-id-595 .site-inner {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .single-product .related.products .product:last-child,
    .single-product .related.products .product:nth-last-child(-n+2) {
        margin-bottom: 20px !important;
    }

    .woocommerce-message[role="alert"] {
        font-size: 16px;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .ur-lost-password-title{
        font-size: 30px !important;
    }

    .woocommerce-message[role="alert"] a {
        font-size: 16px;
        padding-left: 0px !important;
    }

    .wc-blocks-components-select .wc-blocks-components-select__select {
        padding: 16px 9px 12px !important;
    }

    .woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title {
        padding: 20px !important;
        margin: 0px !important;
    }

    .woocommerce-checkout .wc-block-components-checkout-order-summary__content {
        padding: 0px 20px;
    }

    .woocommerce-checkout .wc-block-components-form .wc-block-components-text-input,
    .woocommerce-checkout .wc-block-components-text-input {
        margin-top: 25px !important;
    }

    body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) {
        min-height: auto !important;
        height: 40px !important;
        margin-top: 30px !important;
    }

    body.woocommerce-cart:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) {
        margin-top: 8px !important;
    }

    .home-carousel .bdt-ep-static-carousel-item {
        width: 100% !important;
        flex-direction: column;
    }

    .home-carousel .bdt-ep-static-carousel-content {
        width: 100% !important;
    }

    .bdt-ep-static-carousel-image {
        display: block !important;
    }

    .home-carousel .bdt-ep-static-carousel-image {
        width: 100% !important;
    }








}




@media only screen and (min-width: 420px) and (max-width: 435px) {

    .motor-process-img img {
        margin-bottom: 20px !important;
    }





}


/* responsive end */