@import url('https://fonts.googleapis.com/css2?family=League+Gothic&display=swap');

body {
    font-size: 16px;
    color: #232323;
    line-height: 26px;
    font-weight: 400;
    /* font-family: "League Gothic", sans-serif; */

    font-family: "SF Mono", Menlo, Consolas, Monaco, Liberation Mono, Lucida Console, monospace, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;

}

.adaptive_height {
    position: relative;
    overflow: hidden;
}

.header_cont_top {
    background: #fff;
    color: #000;
    text-align: center;
    padding: 5px 40px;
    position: relative;
    transition: opacity 300ms ease, height 300ms ease, padding 300ms ease;
    overflow: hidden;
}

.header_cont {
    position: sticky;
    top: 0px;
    z-index: 10;
}

.header_cont_top .close-btn {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: none;
    border: 0px;
}

.header_cont_top .close-btn i {
    font-size: 16px;
    color: #000;
}

/* Hidden state (for smooth collapse) */
.header_cont_top.hidden {
    opacity: 0;
    height: 0;
    padding-top: 0;
    padding-bottom: 0;
    pointer-events: none;
}

.navbar {
    background-color: #000;
    border-radius: 0px;
    margin: 0px;
}

.product_block_img {
    margin: 0px 0px 15px;
}

.navbar-nav .nav-link {
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 10px;
    font-size: 25px;
    text-decoration: none;
    letter-spacing: 2.3px;
}

.navbar-brand {
    float: left;
    height: auto;
    padding: 0;
    font-size: 18px;
    line-height: 20px;
}

ul.navbar-nav {
    list-style: none;
}

div#navbarNav {
    flex: 1;
    align-items: center;
}

.navbar {
    background-color: #000;
    border-radius: 0px;
}

.header_cont_info {
    background: #000;
    display: flex;
    justify-content: space-between;
    padding: 5px 20px;
    align-items: center;
    font-family: "League Gothic", sans-serif;
}



.navbar-brand img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    padding: 5px;
}


.navbar-nav .nav-link:hover {
    color: #f00;
}

.navbar {
    background-color: #000;
}

.navbar-nav .nav-link {
    text-transform: uppercase;
    margin: 0 10px;
    position: relative;
    padding: 24px 10px;
}

.navbar-nav .nav-link:hover {
    color: #fff !important;
}

li.nav-item.position-relative .nav-item a {
    padding: 7px 16px !important;
}

/* Dropdown menu */
.navbar-nav li ul {
    display: none;
    position: absolute;
    background: #fff;
    color: #000 !important;
    list-style: none;
    padding: 10px 0;
    margin: 0;
    top: 49px;
    left: 0;
    min-width: 200px;
    border-radius: 0 0 6px 6px;
    z-index: 999;
}

.navbar-nav li ul li {
    width: 100%;
}

.navbar-nav li ul li a {
    display: block;
    padding: 5px 20px;
    color: #000 !important;
    text-decoration: none;
    font-weight: 500;
    text-transform: none;
}

.navbar-nav li ul li a:hover {
    background-color: #000;
    color: #fff !important;
}

/* Show submenu on hover */
.navbar-nav li:hover>ul {
    display: block;
    animation: fadeIn 0.3s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.navbar-nav>li {
    float: left;
    position: relative;
}

.icon-bar i {
    color: #fff;
    font-size: 18px;
    margin-left: 20px;
    position: relative;
}


.icon-bar.d-flex.align-items-center {
    position: relative;
    display: flex;
    align-items: center;
}

.adaptive_height {
    position: relative;
}

.cart-badge {
    position: absolute;
    top: -11px;
    right: -10px;
    background-color: red;
    color: white;
    border-radius: 50%;
    font-size: 12px;
    padding: 2px 6px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
}

.product-block2_img img {
    width: 100%;
    height: auto;
}

h2.slide-heading.slide-pc.has-border {
    position: absolute;
    left: 8%;
    top: 47%;
}

a.slide-image img {
    width: 100%;
    height: inherit;
}

h2.slide-heading.slide-pc.has-border {
    position: absolute;
    left: 11%;
    top: 47%;
    font-size: 36px;
    line-height: 37px;
    color: #ffffff;
    font-style: normal;
    font-weight: 600;
    width: 402px;
    text-align: center;
}

a.slide-button.button.no-des.banner-button-animated {
    background: #000;
    padding: 2px 20px;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    margin: 24px 0px;
    display: inline-block;
    text-decoration: none;
}

.product-block_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0px 17px 0px;
    margin: 0px 20px 0px;
    border-bottom: 1px solid #000;
}

.product-block_head h2 {
    font-family: "League Gothic", sans-serif;
    margin: 0px;
    padding: 0px;

    color: #232323;
    font-size: 50px;
}

.def_btn span {
    display: inline-block;
    padding-bottom: 0px;
    cursor: pointer;
    border-bottom: 1px solid;
}


.product_block_product {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    padding: 10px 30px;
    justify-content: center;
    align-items: center;
}

.product_block_item img {
    width: 100%;
}

.product_block_item {
    flex: 0 24%;
    text-align: center;
}

button.button.button--primary {
    background: #fff;
    width: 100%;
    padding: 6px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    margin: 11px 0px;
}

.button {
    padding: 2px 20px;
    font-size: 18px;
    text-transform: uppercase;
    margin: 24px 0px;
    display: inline-block;
    text-decoration: none;
    border: 1px solid #000 !important;
    transition: 0.3s;
}

.button:hover {
    background: #000 !important;
    color: #fff !important;
}

.product_opt2 {
    text-align: center;
    padding: 20px;
}

button.button2.button--secondary {
    background: #000;
    padding: 2px 20px;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    margin: 24px 0px;
    display: inline-block;
    text-decoration: none;
    transition: 0.3s;
    border: 1px solid #000;
}

button.button2.button--secondary:hover {
    background: #fff !important;
    color: #000 !important;
}

.heading2 {
    border-bottom: 1px dashed #000000;
    border-top: 1px dashed #000000;
    text-align: center;
    padding: 60px 0px;
    font-family: "League Gothic", sans-serif;
    font-size: 48px;
    margin-bottom: 60px;
}

.product-block2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 33px;
    padding: 0px 33px 60px;
}

.product-block2_des {
    justify-content: center;
    text-align: center;
    flex: 0 50%;
}

.product-block2_img {
    flex: 0 82%;
}

.product-block2_des h3 {
    font-size: 4rem;
    font-family: "League Gothic", sans-serif;
}

.footer_block {
    background: #000;
    padding: 0px 30px 30px;
}

.footer_cont {
    display: flex;
    color: #fff;
    gap: 30px;
}

.copy_right {
    color: #fff;
}

.footer_head {
    color: #ffffff;
    font-size: 45px;
    font-family: "League Gothic", sans-serif;
    border-bottom: 1px dashed #ffffff;
    padding: 50px 0px;
    letter-spacing: 0em;
    text-align: center;
    margin-bottom: 40px;

}

.footer_cont {
    display: flex;
    color: #fff;
}

h2.footer-block__heading {
    font-size: 28px;
    font-family: "League Gothic", sans-serif;
    text-transform: uppercase;
}

.footer_block_info {
    width: 33.3%;
}

ul.list-unstyled li a {
    color: #fff;
    text-decoration: none;
}

.footer_block_info {
    /* text-align: center; */
}

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

button.button.newsletter-form__button {
    color: #ffffff;
    border: 1px solid #ffffff;
    background-color: #232323;
    font-family: "League Gothic", sans-serif;
    text-transform: uppercase;
    padding: 6px 26px;
    font-size: 22px;

    margin: 0px;
    transition: 0.3s;
    border: 1px solid #fff !important;
}

.newsletter__field input.field__input {
    flex: 1;
}

input.field__input {
    color: #ffffff;
    background-color: #232323;
    border: 1px solid #ffffff;
    font-size: var(--footer-link-font-size);
}

ul.list-unstyled.list-social.clearfix {
    display: flex;
}

ul.list-unstyled.list-social.clearfix li a {
    color: #000;
    width: 50px;
    height: 50px;
    background: #fff;
    display: inline-block;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
}

ul.list-unstyled.list-social.clearfix li {
    margin: 0px 15px 0 0;
}

.footer__content-bottom {
    background: #161616;
    display: flex;
    justify-content: space-between;
    padding: 14px 30px;
    align-items: center;
}

ul.navbar-nav {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

img {
    vertical-align: middle;
    width: auto;
    max-width: 100%;
}

@media (max-width:1200px) {
    .navbar-brand img {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        padding: 5px;
    }

    .header_cont_top {

        font-size: 13px;
    }

    .navbar-nav .nav-link {
        text-transform: uppercase;
        margin: 0 10px;
        position: relative;
        padding: 21px 3px;
    }

    .navbar-nav .nav-link {
        color: #fff;
        font-weight: 500;
        text-transform: uppercase;
        margin: 0 10px;
        font-size: 20px;
        text-decoration: none;
        letter-spacing: 2.3px;
    }

    h2.slide-heading.slide-pc.has-border {
        position: absolute;
        left: 11%;
        top: 38%;
        font-size: 28px;
        line-height: 37px;
        color: #ffffff;
        font-style: normal;
        font-weight: 600;
        width: 402px;
        text-align: center;
    }

    .product_block_item {
        flex: 0 23%;
        text-align: center;
    }

    .heading2 {
        border-bottom: 1px dashed #000000;
        border-top: 1px dashed #000000;
        text-align: center;
        padding: 34px 0px;
        font-family: "League Gothic", sans-serif;
        font-size: 36px;
        margin-bottom: 57px;
        line-height: normal;
    }

    .product-block2_img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .product-block2_img {
        flex: 0 82%;
        height: 389px;
        object-fit: cover;
    }

    .product-block2_des h3 {
        font-size: 3rem;
        font-family: "League Gothic", sans-serif;
    }

    .product-block_head h2 {

        font-size: 36px;
    }
}


@media (max-width:1010px) {
    .navbar-nav .nav-link {

        margin: 0 8px;
        font-size: 14px;
        padding: 21px 0px;


    }


    .icon-bar i {
        color: #fff;
        font-size: 13px;
        margin-left: 11px;
        position: relative;
    }

    .footer_head {
        font-size: 31px;
        padding: 28px 0px;
        margin-bottom: 18px;
    }

    .footer_cont {
        flex-wrap: wrap;
    }

    .footer_block_info {
        width: 47%;
    }

    .footer__content-bottom {

        flex-direction: column-reverse;
        gap: 15px;
    }

    .product-block_head h2 {

        font-size: 33px;
    }

    .heading2 {
        padding: 24px 0px;
        font-size: 27px;
        margin-bottom: 38px;
    }

    body {
        font-size: 14px;
    }

    ul.list-unstyled.list-social.clearfix li a {
        color: #000;
        width: 30px;
        height: 30px;
        background: #fff;
        display: inline-block;
        line-height: 30px;
        text-align: center;
        border-radius: 50%;
    }

    li.list-social__item i {
        font-size: 10px;
    }

    .cart-badge {
        position: absolute;
        top: -11px;
        right: -10px;
        background-color: red;
        color: white;
        border-radius: 50%;
        font-size: 10px;
        padding: 2px 6px;
        width: 20px;
        height: 21px;
        line-height: 15px;
        text-align: center;
    }
}

@media (max-width:767px) {
    .header_cont_top {
        font-size: 10px;
        padding: 1px 10px;
    }

    h2.slide-heading.slide-pc.has-border {
        position: absolute;
        left: 0;
        top: 9%;
        font-size: 13px;
        line-height: 17px;
        color: #ffffff;
        font-style: normal;
        font-weight: 600;
        width: 100%;
        text-align: left;
        padding-left: 39px;
    }

    a.slide-button.button.no-des.banner-button-animated {
        background: #000;
        padding: 5px 20px;
        color: #fff;
        font-size: 14px;
        text-transform: uppercase;
        margin: 6px 0px;
        display: inline-block;
        text-decoration: none;
    }

    .adaptive_height.slide-pc img {
        height: 165px;
    }

    ul.list-unstyled.list-social.clearfix li {
        margin: 0px 7px 0 0;
    }

    .navbar-brand img {
        width: 43px;
        height: 43px;
        border-radius: 50%;
        padding: 5px;
    }

    .header_cont_top {
        font-size: 12px;
        padding: 5px 10px;
    }

    .header_cont_top .close-btn {
        right: 0;

    }

    .product-block_head {

        margin: 0px 14px 0px;
    }

    .product-block_head h2 {
        font-size: 20px;
    }

    body {
        font-size: 13px;
        line-height: 20px;
    }

    .product_block_item {
        flex: 47%;
        text-align: center;
    }

    .product_block_product {
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
        padding: 10px 13px;
        justify-content: center;
        align-items: center;
    }

    button.button.newsletter-form__button {

        padding: 6px 18px;
        font-size: 15px;

    }

    .product_block_title {
        margin-bottom: 7px;
        font-size: 13px;
    }

    button.button.button--primary {

        font-size: 13px;
    }

    .product_opt2 {
        text-align: center;
        padding: 0px 20px;
    }

    button.button2.button--secondary {

        font-size: 13px;
    }

    .heading2 {
        padding: 15px;
        font-size: 16px;
        margin-bottom: 38px;
    }

    .product-block2 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 33px;
        padding: 0px 13px 30px;
        flex-direction: column;
    }

    .product-block2_des h3 {
        font-size: 2rem;
        font-family: "League Gothic", sans-serif;
    }

    .product-block2_des p {
        font-size: 12px;
        line-height: 19px;
    }

    .footer_block {
        background: #000;
        padding: 0px 16px 30px;
    }

    .footer_head {
        font-size: 20px;
        padding: 17px 0px;
        margin-bottom: 18px;
    }

    h2.footer-block__heading {
        font-size: 18px;
    }

    .footer_block_info {
        width: 100%;
    }

    ul.list-unstyled li {
        margin-bottom: 8px;
    }

    .footer_cont {
        display: flex;
        color: #fff;
        gap: 7px;
    }
}