/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
.fofok .elementor-product-link:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 0;
    background-color: #888;
    left: -25px;
    top: 0;
    right: 0;
    bottom: 0;
    transition: all .3s ease-in-out;
}
.fofok .elementor-product-link:hover:after {
    height: calc(100% + 1px);
}


.btnslik svg {
    width: 26px !important;
    height: 26px !important;
    background-color: #ffffff;
    stroke: #242424;
    fill: #242424;
}

.btnslik svg:hover {
    stroke: #767676;
    fill: #767676;
}

.blocktk .owl-controls {
    position: absolute;
    top: 44%;
    width: 100%;
}
.blocktk .owl-next {
    border:0!important;
    background: transparent !important;
    position: absolute;
    right: -70px;
}
.blocktk .owl-prev {
    border:0!important;
    background: transparent !important;
    position: absolute;
    left: -40px;
}

/* =============================================
   B2B Registration page - match normal registration style
   ============================================= */

/* Branding fonts (loaded by CE registration theme normally) */
@font-face {
    font-family: 'Branding Thin';
    font-weight: 100;
    font-style: normal;
    font-display: swap;
    src: url('/modules/creativeelements/views/fonts/Branding Thin.otf') format('opentype');
}
@font-face {
    font-family: 'Branding Light';
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url('/modules/creativeelements/views/fonts/Branding Light.otf') format('opentype');
}
@font-face {
    font-family: 'Branding Medium';
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url('/modules/creativeelements/views/fonts/Branding Medium.otf') format('opentype');
}

/* Reset wrapper/container for B2B page */
body.module-b2bregistration-business #wrapper,
body.module-b2bregistration-business #wrapper .container,
body.module-b2bregistration-business #content,
body.module-b2bregistration-business #content-wrapper {
    min-width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    background: inherit !important;
    box-shadow: none !important;
}

/* Hide breadcrumbs */
body.module-b2bregistration-business #wrapper .breadcrumb {
    display: none;
}

/* Page title - matching CE registration heading */
body.module-b2bregistration-business .b2b-page-header {
    text-align: center;
    margin: 25px 0 0 0;
    padding: 30px 0;
    border: none;
}
body.module-b2bregistration-business .b2b-page-header h1 {
    color: #1F1F1F;
    font-family: "Branding Thin", sans-serif;
    font-size: 66px;
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: 11px;
    margin: 0;
    padding: 0;
}

/* Inner page title (fallback if page_header_container not rendered) */
body.module-b2bregistration-business .b2b-page-title-inner {
    text-align: center;
    margin: 25px 0 0 0;
    padding: 30px 0;
}
body.module-b2bregistration-business .b2b-page-title-inner h1.b2b-title {
    color: #1F1F1F;
    font-family: "Branding Thin", sans-serif;
    font-size: 66px;
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: 11px;
    margin: 0;
    padding: 0;
}

/* Content area - card reset */
body.module-b2bregistration-business .page-content.card {
    border: none;
    box-shadow: none;
    background: transparent;
}

/* Form container */
body.module-b2bregistration-business .register-form {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 30px 80px;
}

/* "Already have account" text */
body.module-b2bregistration-business .register-form > p {
    font-family: "Branding Light", sans-serif;
    color: #595959;
    margin-bottom: 30px;
}

/* Section headings (h3) */
body.module-b2bregistration-business .register-form h3 {
    font-family: "Branding Medium", sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #1F1F1F;
    margin-top: 25px;
    margin-bottom: 5px;
}

/* Horizontal rules */
body.module-b2bregistration-business .register-form hr {
    border-color: #e0e0e0;
    margin-top: 5px;
    margin-bottom: 20px;
}

/* Form labels */
body.module-b2bregistration-business .register-form label {
    font-family: "Branding Light", sans-serif;
    color: #595959;
    font-size: 14px;
    margin-bottom: 5px;
}

/* Required asterisks */
body.module-b2bregistration-business .register-form sup.required {
    color: #FF0000 !important;
}

/* Form fields */
body.module-b2bregistration-business .register-form .form-control {
    letter-spacing: 0.9px;
    color: #111111;
    background-color: #FFFFFF;
    border: none;
    border-bottom: 1px solid #111111;
    border-radius: 0;
    box-shadow: none;
    padding: 8px 0;
    font-size: 14px;
    height: auto;
}
body.module-b2bregistration-business .register-form .form-control:focus {
    border-bottom-color: #B59175;
    box-shadow: none;
    outline: none;
}

/* Select dropdowns */
body.module-b2bregistration-business .register-form select.form-control {
    padding: 8px 2px;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}

/* Form groups spacing */
body.module-b2bregistration-business .register-form .form-group {
    margin-bottom: 20px;
}

/* Password show/hide button */
body.module-b2bregistration-business .register-form .input-group .btn {
    border: none;
    border-bottom: 1px solid #111111;
    border-radius: 0;
    background: transparent;
    color: #595959;
    font-family: "Branding Light", sans-serif;
    font-size: 13px;
    text-transform: uppercase;
}

/* Submit button */
body.module-b2bregistration-business .register-form .form-control-submit,
body.module-b2bregistration-business .register-form #b2b_add_data {
    font-family: "Branding Medium", sans-serif;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    color: #FFFFFF;
    background-color: #000000;
    border: none;
    border-radius: 0;
    border-bottom: none;
    padding: 16px 34px;
    cursor: pointer;
    transition: background-color 0.3s;
    max-width: 250px;
    letter-spacing: 1px;
    height: auto;
}
body.module-b2bregistration-business .register-form .form-control-submit:hover,
body.module-b2bregistration-business .register-form #b2b_add_data:hover {
    background-color: #B59175;
    color: #FFFFFF;
}

/* Checkbox styling */
body.module-b2bregistration-business .register-form .custom-checkbox label {
    font-family: "Branding Light", sans-serif;
    color: #595959;
    font-size: 13px;
}

/* Links */
body.module-b2bregistration-business .register-form a {
    color: #B59175;
}
body.module-b2bregistration-business .register-form a:hover {
    color: #000000;
}

/* Footer section */
body.module-b2bregistration-business .register-form footer.form-footer {
    margin-top: 20px;
    padding-top: 0;
}

/* GDPR consent section */
body.module-b2bregistration-business .register-form .form-group.row {
    margin-left: 0;
    margin-right: 0;
}

/* Alert messages */
body.module-b2bregistration-business .register-form .alert {
    border-radius: 0;
    margin-bottom: 20px;
}

/* --- Responsive --- */
@media (max-width: 1024px) {
    body.module-b2bregistration-business .register-form {
        padding: 0 30px 80px;
    }
}
@media (max-width: 767px) {
    body.module-b2bregistration-business .b2b-page-header h1,
    body.module-b2bregistration-business .b2b-page-title-inner h1.b2b-title {
        font-size: 36px;
        letter-spacing: 6px;
    }
    body.module-b2bregistration-business .register-form {
        padding: 0 15px 110px;
    }
}
}

.blocktk .owl-nav > div:hover {
    background: transparent !important;
}

.blocktk .owl-prev::before,
.blocktk .owl-next::before {
    content ' '!important;
    font-family: none!important;
}
.blocktk .ets_item_img:hover img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
