/*--- 1. HOME PAGE ---*/
/*--- 1.1 banner --*/
/*--- 1.2 products --*/
/*--- 1.3 posts --*/
/*--- 1.4 about 1 --*/
/*--- 1.5 blog --*/
/*----------------------------------*/
/*--- 2. CONTACT PAGE ---*/
/*----------------------------------*/
/*--- 3. BLOG PAGE ---*/

/*-- HOME PAGE --*/
/*banner*/
.banner-section {
    height: calc(100vh - 128px);
    overflow: hidden;
}

.banner-cta {
    position: absolute;
    bottom: 13%;
    width: 100%;
    z-index: 2;
}

.banner-image {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(calc(-50% - 1px), -50%) scale(1.01);
    z-index: 1;
}

.banner-image img {
    height: auto !important;
    position: relative;
}

.home-banner-slider *, .home-banner-slider {
    height: 100%;
}

.home-banner-slider .banner-cta {
    height: fit-content;
}

.home-banner-slider .owl-dots {
    height: fit-content;
    position: absolute;
    bottom: 2%;
    left: 50%;
    transform: translateX(-50%);
}

.home-banner-slider .owl-dots .owl-dot span {
    height: 8px;
    width: 8px;
}

.home-banner-slider .owl-dots .owl-dot.active span, .home-banner-slider .owl-dots .owl-dot:hover span {
    background: #373737;
}


@media screen and (max-width: 596px) {
    .banner-image img {
        height: 100% !important;
    }
}

/*products*/
.products-section {
    background: var(--white);
    padding: 100px 0;
}

.category-item {
    padding: 10px 32px;
    border: 1px solid var(--black);
    border-radius: var(--border-radius);
    margin: 0 16px;
    background: var(--white);
    transition: var(--transition);
}

.category-item:hover, .category-item.active {
    background: var(--black);
    color: var(--white) !important;
}

.product-element {
    margin-bottom: 50px;
    position: relative;
}


.product-fixed-element {
    margin-bottom: 50px;
}

.product-caption {
    padding: 16px 10px;
    z-index: 2;
    transition: var(--transition);
    background: var(--white);
    position: relative;
    border-radius: 3px 3px 0 0;
}

@media screen and (max-width: 700px) {
    .product-caption {
        background: #f9f9f9;
    }
}


.product-caption * {
    transition: var(--transition);
}

.product-caption > p {
    max-width: 300px;
}

.product-image {
    height: 280px;
    width: auto;
    display: block;
    border-radius: 8px;
    overflow: hidden;
}

.product-item-wishlist-section * {
    width: 100%;
}

.product-item-wishlist-section .animation-btn {
    max-width: 60%;
}

.product-item-wishlist-section .remove-wishlist {
    max-width: 37%;
}

.product-item-wishlist-section .remove-wishlist button {
    margin-top: 10px;
    justify-content: center;
    overflow: visible;
}

@media screen and (min-width: 1000px) {
    .product-item-wishlist-section .remove-wishlist button {
        padding: 0;
        border: unset;
        width: auto;
        margin-top: 0;
    }
}

@media screen and (max-width: 1000px) {
    .product-item-wishlist-section .animation-btn {
        max-width: 100%;
    }

    .product-item-wishlist-section p {
        width: fit-content;
    }

    .product-item-wishlist-section .remove-wishlist {
        max-width: 100%;
    }

    .product-item-wishlist-section {
        flex-direction: column;
    }
}


.product-price {
    font-family: var(--font-bold);
    font-size: 18px;
}

.product-element:hover .product-caption {
    background: #202020;
}

.product-element:hover .product-caption * {
    color: var(--white) !important;
}

.product-add-btn {
    font-size: 1.15rem;
    font-family: var(--font-bold);
    background: #D9D9D9;
    border-radius: 0 0 10px 10px;
    padding-top: 8px;
    padding-bottom: 7px;
    position: absolute;
    bottom: 0;
    z-index: 1;
    transition: ease-out var(--transition);
}

.product-element:hover .product-add-btn {
    transform: translateY(100%);
}

@media screen and (max-width: 700px) {
    .product-image {
        height: 230px;
    }

    .product-caption h4 {
        font-size: 21px;
    }

    .product-caption p {
        font-size: 15px;
    }

    .products-container > div {
        padding: 0 4px !important;
    }

}

/*custom gun*/
.custom-gun-section {
    padding: 120px 0;
}

.custom-gun-section h5 {
    max-width: 900px;
    margin: 23px auto 50px auto;
}

.gun-slide {
    height: 190px;
}

.custom-gun-carousel-container {
    max-width: 90%;
    margin: 100px auto;
}


/*moving text*/
.moving-text-section {
    padding: 140px 0;
    background: #000;
}

.text-marquee {
    position: relative;
    display: flex;
    align-items: center;
    overflow-x: hidden;
}

.text-single {
    position: relative;
    white-space: nowrap;
    padding: 0;
    margin: 0;
    will-change: transform;
}

.text {
    padding: 0;
    font-size: 6.4rem;
    display: inline-block;
    margin-right: 2rem;
    font-family: 'Butler', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}

@media screen and (max-width: 597px) {
    .text {
        font-size: 35px;
    }

    .moving-text-section {
        padding: 120px 0 0 0;
    }
}

.home-gun-slider-nav {
    position: absolute;
    top: 50%;
    height: 50px;
    width: 50px;
    z-index: 3;
    cursor: pointer;
    transition: var(--transition);
}

.home-gun-slider .owl-item {
    max-width: 90%;
}

.home-gun-slider-nav.arrow-right {
    right: 0;
    transform: translate(120%, -50%) rotate(180deg);
}

.home-gun-slider-nav.arrow-left {
    left: 0;
    transform: translate(-120%, -50%);
}

.home-gun-slider-nav.arrow-left:hover {
    transform: translate(-120%, -50%) scale(1.1);
}

.home-gun-slider-nav.arrow-right:hover {
    transform: translate(120%, -50%) rotate(180deg) scale(1.1);
}

.home-gun-slider {
    z-index: 2;
}

@media screen and (max-width: 700px) {
    .custom-gun-carousel-container {
        max-width: 85%;
    }

    .home-gun-slider-nav.arrow-right {
        transform: translate(100%, -50%) rotate(180deg);
    }

    .home-gun-slider-nav.arrow-left {
        transform: translate(-100%, -50%);
    }

    .home-gun-slider-nav {
        height: 35px;
        width: 35px;
    }
}

/*about*/
.posts-section {
    background: #141414;
    padding: 10px;
}


.post-element {
    /*padding: 10px;*/
    /*height: calc(100vh / 3);*/
    aspect-ratio: 1 / 1;
    position: relative;
}


.content-text p {
    margin-bottom: 0;
}

.post-image {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.post-image img {
    transition: .7s;
    object-fit: cover;
}

.post-element:hover .post-image img {
    transform: scale(1.1);
}

.posts-section .row > div {
    padding: 0;
}

.post-caption {
    position: absolute;
    bottom: 33px;
    left: 33px;
    width: 83%;
}

.post-category {
    width: fit-content;
    padding: 5px 17px;
    background-color: #8d8d8d80;
    border-radius: 3px;
    font-size: 12px;
    margin-bottom: 11px;
}

.post-caption h4 {
    font-size: 1.4rem;
}

.post-caption .main-btn {
    padding: 7px 30px;
    font-size: 16px;
}

.about-section {
    padding: 140px 0 145px;
    background: var(--black);
}

.section-left-element {
    position: absolute;
    height: 100%;
    width: auto;
    left: -10%;
    opacity: .5;
    top: 0;
    z-index: 1;
}

.section-right-element {
    position: absolute;
    height: 100%;
    width: auto;
    right: 0;
    top: 0;
    z-index: 1;
}

.about-content {
    max-width: 1000px;
    margin: auto;
    z-index: 4;
    position: relative;
}

.about-content h1 {
    margin-bottom: 30px;
}

.about-section-2 .about-content h1 {
    margin-bottom: 20px;
}

.about-section-2 .about-content h5 {
    margin-bottom: 35px;
}

.about-section-2 .about-content h4 {
    margin-bottom: 20px;
}

.about-content h5 {
    margin-bottom: 46px;
}

.about-section-2 {
    padding: 140px 0 185px;
}

.about-section-2-image {
    position: absolute;
    top: 50%;
    left: 0;
    height: auto;
    width: 40%;
    transform: translateY(-50%);
}

.mobile-social-links {
    font-size: 24px;
}

.mobile-social-links i {
    margin: 28px 18px 0 18px !important;
}

@media screen and (max-width: 597px) {
    .about-image-1 {
        margin-bottom: 100px;
        right: -74px;
        position: relative;
    }

    .section-left-element img {
        object-fit: cover;
    }

    .section-left-element {
        height: 45%;
        width: 100%;
        left: 0;
    }

    .about-section-2-image {
        position: relative;
        width: 100%;
        transform: unset;
    }
}


.blog-content, .blog-section h1 {
    z-index: 2;
    position: relative;
}

.blog-section {
    padding: 80px 0;
}

.blog-thumb {
    height: 400px;
    border-radius: 17px;
    overflow: hidden;
}

.blog-thumb img {
    border-radius: 17px;
    width: 105%;
    transition: .8s;
}

.blog-item {
    cursor: pointer;
}

.blog-item:hover .blog-thumb img {
    transform: scale(1.07);
}

.blog-caption h4 {
    max-width: 90%;
}

.blog-section .dark-overlay {
    background: #000000;
    z-index: -1;
}

/*--- CONTACT PAGE ---*/
.contact-form-section {
    padding: 130px 0;
    background: #fff;
}

.input-group {
    position: relative;
    width: 100%;
    margin: 23px 0;
}

input, textarea, .select-input {
    width: 100%;
    height: 50px;
    background: #F8F9FA;
    padding: 14px 20px;
    border-radius: 10px !important;
    border: unset;
    outline: none;
}

input::selection, textarea::selection {
    background: var(--black);
    color: var(--white);
}

.remember-me-input {
    height: 18px;
    width: 18px;
}

.remember-me-label {
    position: relative;
    color: var(--black);
    top: unset;
    pointer-events: all;
    left: unset;
    margin-left: 6px;
    transform: translateY(1px);
}

textarea {
    height: 130px;
}

input:focus, textarea:focus {
    outline: none;
    border: unset;
}

input:-webkit-autofill ~ label:not(.remember-me-label), textarea:-webkit-autofill ~ label:not(.remember-me-label), .active-label, input:focus ~ label:not(.remember-me-label), input:not(:focus):valid ~ label:not(.remember-me-label), textarea:focus ~ label:not(.remember-me-label), textarea:not(:focus):valid ~ label:not(.remember-me-label), label.up-active {
    top: -25px;
    bottom: 0;
    left: 5px;
    opacity: 1;
    color: #404040;
    font-size: 13px;
}

label {
    color: #ADAEAE;
    position: absolute;
    pointer-events: none;
    top: 14px;
    left: 20px;
    transition: all 200ms ease;
    font-size: 16px;
}

.submit-btn {
    width: 254px;
}

@media screen and (max-width: 700px) {
    .submit-btn {
        width: 190px;
    }
}

.contact-floating-element {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 40vw;
    opacity: .14;
}

.contact-floating-element img {
    object-fit: cover;
}

.locations-tabs-section {
    background: #F2F2F2;
    padding: 130px 60px;
}

.locations-tabs {
    margin: 20px auto;
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: 50% 50%;
    grid-row: auto auto;
    grid-column-gap: 0px;
    grid-row-gap: 35px;
}

.location-tab {
    padding: 30px 25px;
    background: #fff;
    /*max-width: 280px;*/
    transition: 300ms;
    width: 91%;
    cursor: pointer;
}

.location-tab * {
    color: #000 !important;
    transition: 300ms;
}

.location-tab.active, .location-tab:hover {
    background: #000;
}

.location-tab.active *, .location-tab:hover * {
    color: #fff !important;
}

@media screen and (max-width: 600px) {
    .locations-tabs-section {
        padding: 38px 22px;
    }

    .location-tab {
        padding: 18px 12px;
    }

    .locations-tabs {
        grid-row-gap: 20px;
    }
}

/*--- BLOG PAGE ---*/
.page-header {
    padding: 80px 0;
    background: black;
}

.page-header * {
    z-index: 2;
    position: relative;
}

.page-header-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
}

#select-feature-sort {
    border: 1px solid var(--black);
    padding: 12px;
    border-radius: 7px;
    text-transform: uppercase;
    margin: 10px 0;
}

.page-header-bg .parallax-effect {
    background-attachment: fixed;
    background-position: 0 5%;
    background-repeat: no-repeat;
    background-size: 70% auto;
    height: 100%;
    width: 100%;
    z-index: 0;
}

.media-header-image {
    width: 47%;
    height: 100%;
}

.media-header-overlay {
    position: absolute;
    top: 0;
    left: 0;
    background: #0000008a;
    z-index: 1;
    width: 100%;
    height: 100%;
}

/*--- LOGIN PAGE ---*/
.login-page {
    height: calc(100vh - 130px);
    display: flex;
    align-items: center;
    background: #ffffff;
}

.forgot-password {
    font-size: 14px;
    margin-top: 5px;
}

.forgot-password:hover {
    color: var(--black);
}

.login-form .input-group {
    margin-bottom: 37px;
    margin-top: 0;
}

.login-section-1 {
    width: 50%;
    padding: 0 50px;
}

.login-section-1-content {
    max-width: 600px;
    margin: auto;
}

.login-section-2 {
    height: calc(100vh - 130px);
    width: 50%;
    position: relative;
    background-color: var(--black)
}

.login-section-2 .login-section-content {
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.video-container {
    height: 100%;
}

.poster-video {
    object-fit: cover;
    height: 100%;
}

@media screen and (max-width: 750px) {
    .login-section-2, .login-section-1 {
        width: 100%;
    }

    .login-section-2 {
        height: 50vh;
    }

    .login-page {
        padding-top: 110px;
        margin-bottom: 110px;
        overflow: visible;
    }

    .login-section-1 {
        padding: 60px 20px;
    }
}


.login-grid-element {
    background-attachment: fixed;
    background-position: center center;
    background-repeat: repeat;
    background-size: 40% auto;
    height: 100%;
    width: 100%;
    z-index: 0;
    animation: moveRight 5s linear infinite; /* Infinite looping */
    opacity: .1;
}

.white-btn {
    background: var(--white);
    color: var(--black);
}

.white-btn:hover {
    color: var(--black);
}

/*--- SIGN UP PAGE ---*/
.top-page-header {
    /*padding: 100px 0;*/
    position: relative;
    background: var(--white);
}

.top-page-header h1 {
    margin-bottom: 0;
}

.top-page-header-bg {
    height: 150px;
}

.top-page-header-bg-medium {
    height: 200px;
}

.top-page-header .title-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    line-height: 1;
}

.top-page-header-bg-image {
    height: auto;
    width: 100%;
    z-index: 0;
    opacity: .05;
    animation: moveUp 20s linear infinite;
    position: relative;
    top: 0;
    left: 0;
}

.top-page-header-bg-image.two {
    animation: moveUpCompliment 20s linear infinite;
}

@keyframes moveUp {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(100%);
    }
}

@keyframes moveUpCompliment {
    0% {
        transform: translateY(-200%);
    }
    100% {
        transform: translateY(-100%);
    }
}

.signup-section {
    /*min-height: calc(100vh - 330px);*/
    padding: 120px 0;
    display: flex;
    align-items: center;
    background: #fff;
}

.input-box-container {
    padding: 0 10px;
    max-width: 417px;
    margin: auto;
}


/* COMPANY PAGE */

.company-about-section {

    padding: 60px 0;
    background: var(--black);
}

.company-head-text {
    max-width: 935px;
    margin: auto;
    font-size: 20px;
}

.company-about-content {
    /*max-width: 1120px;*/
    margin: auto;
    z-index: 4;
    position: relative;
}

.company-about-content h1, .company-about-content h5, .company-about-content h3 {
    margin-bottom: 37px;
}

.company-content-box {
    max-width: 575px;
}

.company-subtitle {
    font-size: 21px;
}

.company-text-2 {
    font-size: 18px;
    line-height: 1.6;
}

.quote-container {
    position: absolute;
    top: 50%;
    right: 0;
    background: #000;
    padding: 32px 48px;
    transform: translateY(-50%);
    width: 70vw;
}

.quote-container h5 {
    font-size: 20px;
    max-width: 700px;
}

.company-quote-section {
    padding: 200px 0;
}

/* PROFILE PAGE */

.profile-section {
    padding: 90px 0;
}

.profile-section h3 {
    margin-bottom: 30px;
}

.edit-personal-info {
    margin-top: 60px;
}

.profile-image {
    height: 335px;
    overflow: hidden;
    border-radius: 8px;
    background: #F8F9FA;
    position: relative;
}

.profile-image h6 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: var(--secondary-font-bold);
}

.shipping-address-profile .input-group {
    margin: 9px 0;
}

.profile-section-content {

    max-width: 1000px;
    margin: auto;
    z-index: 4;
    position: relative;
}

.profile-picker-label {
    position: unset !important;
    pointer-events: unset !important;
}


/* cart */
.cart-section {
    background: var(--white);
    padding: 100px 0;
    min-height: calc(100vh - 380px);
}

.cart-section th {
    text-transform: uppercase;
}

.cart-section td {
    vertical-align: middle;
}

.cart-section .entry-content {
    padding-right: 0.5rem;
}

.entry-content h6 {
    font-size: 18px;
}

.cart-section li {
    list-style: disc;
}

.cart-section ul {
    margin-bottom: 10px;
    padding-left: 13px;
}

.cart-section h6, .cart-section p {
    margin-bottom: 0;
    padding-bottom: 0;

}

.qty {
    display: flex;

}

.qty .minus, .qty .plus {
    width: 40px;
    text-align: center;
    height: 36px;
    align-items: center;
    display: flex;
    justify-content: center;
    border-radius: 0 9px 9px 0;
    transition: 300ms;
    cursor: pointer;
}

.qty .minus {
    border-radius: 9px 0 0 9px;
}

.qty .minus:hover, .qty .plus:hover {
    background: black;
    color: #fff;
}

.qty {
    border-width: 2px;
    border-color: #E9EBED;
    border-style: solid;
    border-radius: 10px;
    width: 128px;
    align-items: center;
}

.trash-icon {
    height: 17px;
    width: auto;
    margin-left: 7px;
    margin-bottom: 2px;
    overflow: visible;
    transition: 300ms;
}

.trash-cap, svg path {
    transition: 300ms;
}

.remove-from-cart:hover .trash-icon {
    transform: scale(1.11);
}

.remove-from-cart * {
    transition: 300ms;
}

.remove-from-cart:hover * {
    color: #f44336 !important;
}

.remove-from-cart {
    cursor: pointer;
    background: unset;
    border: unset;
}

.remove-from-cart:hover .trash-cap {
    transform: translateY(-1px) rotate(-15deg);
}

.remove-from-cart:hover path {
    fill: #f44336;
}

.qty input {
    border-radius: 0 !important;
    border-top-width: 0;
    border-bottom-width: 0;
    width: 50px;
    border-right-width: 2px;
    border-left-width: 2px;
    height: 36px;
    text-align: center;
    border-color: #E9EBED;
    border-style: solid;
    background: #000;
    color: #fff;
    padding: 0;
}

/*filters*/

.filters-container {
    margin-top: 15px;
    padding: 20px;
    background-color: #F8F8F8;
}

.filters-container label {
    position: unset;
    pointer-events: unset;
    margin-left: 7px;
    padding-top: 2px;
}

.filters-container input {
    height: unset;
    width: unset;
    accent-color: black;
}

.filters-container .row-container {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
}

.filters-container hr {
    background-color: gray;
}

/*PRODUCTS PAGE*/
.filters-section h6 {
    font-weight: 700;
}

/*PRODUCT INNER PAGE*/
.product-item-description * {
    color: #000;
}

.product-image-slide {
    height: 350px;
    width: 100%;
}

.loading-gif {
    height: 40px;
}

.loading-screen {
    height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;
    background: #0000004a;
    visibility: hidden;
    opacity: 0;
}

.loading-screen.active {
    visibility: visible;
    opacity: 1;
}

.loading-screen img {
    height: 50px;
}

body.frozen {
    overflow: hidden;
}

.top-modal-notification {
    position: fixed;
    top: 10%;
    transform: translate(-50%, -55%);
    left: 50%;
    background: #fff;
    padding: 10px 30px;
    box-shadow: 1px 1px 20px 0 #05050524;
    border-radius: 6px;
    visibility: hidden;
    opacity: 0;
    transition: 300ms;
    z-index: 999;
}

.top-modal-notification.active {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%);
}

.black-circle {
    background: #000;
    height: 8px;
    width: 8px;
    margin-right: 10px;
    border-radius: 50%;
}

.total-cart-item {
    margin-bottom: 11px;
}

.total-cart-container {
    padding: 40px 0;
    max-width: 600px;
    margin: auto;
}

@media screen and (max-width: 697px) {
    .table-container {
        overflow-x: scroll;
    }
}

.my-slider > div {
    background: #000;
    height: 50px;
    width: 50px;
}

.product-images-carousel-nav {
    position: absolute;
    top: calc(50% - 90px);
    left: 15px;
    transform: translate(-50%, -50%);
    z-index: 10;
    cursor: pointer;
    font-size: 29px;
}

.product-images-carousel-nav.arrow-right {
    left: unset;
    right: 15px;
}

.wrapper {
    height: auto;
    width: 100%;
    position: relative;
}

/*.owl-carousel-vertical {*/
/*    transform: rotate3d(0, 0, 1, 90deg);*/
/*}*/

/*.owl-carousel-vertical .product-image-item {*/
/*    height: 300px;*/
/*    width: 100%;*/
/*    transform: rotate3d(0, 0, 1, -90deg);*/
/*}*/

.product-image-item {
    height: 0;
    min-height: 450px;
}

.related-item-element {
    border-bottom: 1px solid #E2E2E2;
    padding: 16px 0;
}

.related-item-element img {
    height: 88px;
    width: 88px;
    margin-right: 13px;
    border-radius: 4px;
    object-fit: contain;
}

.related-item-element input {
    height: unset;
    width: unset;
    accent-color: black;
}

.related-item-element label {
    position: unset;
    pointer-events: unset;
    margin-left: 7px;
    padding-top: 2px;
}

.product-tag {
    text-align: center;
    padding: 5px 22px;
    border-radius: 9px;
    color: #fff;
    font-size: 14px;
}

.product-tag.success-tag {
    background: #77A464;
}

.product-tag.error-tag {
    background: #f44336;
}

.product-add-to-cart {
    background: #000;
    color: #fff;
    width: 60%;
    border-radius: 8px;
    padding: 8px 0.75rem;
    border: 1px solid #000;
}

.product-add-to-cart:hover {
    background: #fff;
    color: #000;
}

.product-add-to-wishlist {
    padding: 8px 0.75rem;
    width: 38%;
    margin-left: 2%;
}

.product-video {
    height: 500px;
}

.product-video iframe {
    border-radius: 15px;
}


/*CHECKOUT*/
.checkout-section {
    padding: 80px 0;
    background: #fff;
}

.checkout-nav-container {
    max-width: 380px;
    margin: 0 auto 100px auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.checkout-nav-check {
    height: 27px;
    width: 27px;
    background: #E9EBED;
    border: 1px solid #7C7C7C;
    border-radius: 50%;
    margin-right: 11px;
    transition: 300ms;
}

.checkout-nav {
    display: flex;
    align-items: center;
}

/*.checkout-nav:first-child {*/
/*    margin-right: 50px;*/
/*}*/

.checkout-nav.active .checkout-nav-check {
    background: #000;
    border: 1px solid #000;
}

.checkout-nav p {
    color: #121212;
}

.checkout-nav.active * {
    font-weight: 800;
}

.middle-line {
    height: 95%;
    width: 1px;
    background: #00000020;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0;
    border-radius: 10px;
}

@media screen and (max-width: 800px) {
    .middle-line {
        display: none;
    }
}

.custom-radio {
    height: 20px;
    width: 20px;
    background: #e9ebed;
    border-radius: 50%;
    border: 1px solid #707070;
    margin-right: 20px;
    margin-top: 2px;
    position: relative;
}

.custom-radio.active span {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #000;
    height: 14px;
    width: 14px;
    border-radius: 50%;
}

.thankyou-image {
    height: 82px;
    width: auto;
}

.thankyou-section {
    padding: 90px 0;
    background: #fff;
}

.text-red {
    color: #ff0000;
}

.blog-banner {
    height: 65vh;
}

.blog-inner-content * {
    color: #000;
}

.blog-inner-content {
    background: #fff;
    border-radius: 8px;
    padding: 40px 25px;
    box-shadow: 1px 1px 20px 0 #a6a6a6b5;
    position: relative;
    top: -12%;
}

.blog-inner-section {
    background: #FAFAFA;
}

.blog-nav {
    top: -12%;
}

@media screen and (max-width: 600px) {
    .blog-inner-content, .blog-nav {
        top: -80px;
        position: relative;
    }

    .blog-inner-content {
        padding: 23px 17px;
    }

    .second-blog-inner-content {
        top: -30px;
        position: relative;
    }
}

.company-what-icon img {
    width: 44px;
    height: auto;
    margin-right: 20px;
    transform: translateY(8px);
}

.plus-custom-icon {
    position: absolute;
    top: 5px;
    right: 0;
    font-size: 20px;
    transform: translateX(120%);
}

.company-what-section {
    padding: 90px 0;
    background: #141414;
}

.company-what-caption h6 {
    font-size: 20px;
}

.company-floating-element {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 40vw;
    opacity: .14;
}

.company-what-item {
    margin-bottom: 34px;
    max-width: 373px;
}

.company-what-caption h3 {
    width: fit-content;
}

.company-anniversary-section {
    padding: 90px 0;
    background: #000;
}

.company-anniversary-element img {
    height: 90px;
    width: auto;
}

.parallax-image-2 {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: inherit;
}

.company-retail-section .dark-overlay {
    background: linear-gradient(to right, #000000 0%, #000000d9 100%);
}

.company-retail-section {
    padding: 150px 0;
    background: #141414;
}

.company-retail-section .z-main {
    z-index: 3;
    position: relative;
}

.company-retail-section h6, .company-h6 {
    font-weight: 400;
    font-size: 21px;
    line-height: 1.4;
}

.company-bme-section {
    padding: 150px 0;
}

.dark-overlay-2 {
    background: #00000091 !important;
}

.company-eagle-section {
    background: #0b0b0b;
    padding: 200px 0;
}

.company-eagle {
    left: unset;
    right: 0;
    z-index: 3;
    max-height: 500px;
}

.team-element-image {
    height: 398px;
    position: relative;
}

.team-element-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .05;
    overflow: hidden;
}

.team-element-bg img {
    transform: scale(2);
}

.team-element {
    margin-bottom: 30px;
}

.team-element-img {
    height: 90%;
    width: 90%;
    position: absolute;
    top: 0;
    right: 0;
}

.team-element-caption {
    padding: 20px;
    background: #fff;
}

#topNav a:hover {
    text-decoration: unset;
}

.team-element-caption * {
    color: #000 !important;
}

.company-team-section {
    background: #fff;
    padding: 60px 0 100px 0;
}

.media-tab.active {
    border-bottom: 1px solid #fff;
}

.media-tab {
    margin: 20px 20px 0 20px;
    cursor: pointer;
    transition: 300ms;
}

.media-tab:hover {
    border-bottom: 1px solid #fff;
    text-decoration: unset !important;
}

.location-map {
    display: none;
}

.location-map.active {
    display: block;
}

.pagination a, .page-link {
    border: 1px solid #c7ced5;
    padding: 4px 15px;
    color: #000 !important;
    min-width: 43px;
    text-align: center;
}

.pagination .disabled {
    opacity: .35 !important;
}

.pagination a:hover, .page-link:hover {
    text-decoration: unset !important;
}

.page-item.active .page-link {
    background: #000 !important;
    border-color: #000;
    color: #fff !important;
}

.dots {
    color: #000 !important;
    display: flex;
    align-items: end;
    font-size: 24px;
    margin: 0 8px;
    font-weight: 700;
}

.pagination a.active {
    background: #8a8a8a;
}

.product-caption h4 {
    min-height: 92px;
    font-size: 22px;
}

.product-caption p {
    display: none;
}

.company-brands-section {
    background: #000;
    padding: 100px 0;
}

.search-section {
    height: 100vh;
    width: 100vw;
    position: fixed;
    z-index: 999;
    background: #3f3f3f;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: translateX(100vw);
    transition: 300ms;
    visibility: hidden;
}

.search-section input {
    background: transparent;
    border: unset;
    outline: unset;
    border-bottom: 2px solid #5f5f5f;
    width: 100%;
    padding: 0px 20px;
    color: #fff;
    border-radius: unset !important;
    font-size: 3em;
    min-height: unset;
    height: unset;
    max-height: unset;
}

.search-section button {
    position: absolute;
    right: 20px;
    top: 53%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background: unset;
    border: unset;
    outline: unset;
}

.search-section.active {
    opacity: 1;
    visibility: visible;
    transform: unset;
}

.close-search-div {
    position: absolute;
    top: 5%;
    right: 5%;
    height: 20px;
    width: auto;
    cursor: pointer;
}

.downloads-item:hover * {
    color: #000 !important;
}

.downloads-item .blog-thumb {
    height: 140px;
    position: relative;
    border-radius: 8px;

}

.downloads-item .blog-thumb img {
    transition: 300ms;
}


.downloads-item:hover .blog-thumb img {
    opacity: .75;
}

.downloads-item h6 {
    font-size: 21px;
    margin-top: 5px !important;
    min-height: 55px;
}

.downloads-item .blog-thumb img {
    border-radius: 8px;
}


.downloads-item .blog-thumb i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(.75);
    font-size: 20px;
    background: #000;
    padding: 19px;
    border-radius: 50%;
    visibility: hidden;
    opacity: 0;
    transition: 300ms;
    color: #fff !important;
}

.downloads-item:hover .blog-thumb i {
    visibility: visible;
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.input-group .error {
    color: #dc3545;
    font-size: 14px;
    margin: 0;
    display: none;
}

.third-party-cred {
    height: 50px;
    margin-bottom: 36px;
    background: #f8f9fa;
    width: 100%;
    color: black;
    display: flex;
    align-items: center;
    font-size: 12px;
    border-radius: 10px;
    border: 1px solid #D5D5D5;
    cursor: pointer;
    transition: 300ms;
}

.third-party-cred .icon {
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    height: 50px;
    border: 1px solid #D5D5D5;
    border-radius: 10px;
    font-size: 18px;
    transform: translateX(-1px);
    transition: 300ms;
}

.third-party-cred:hover, .third-party-cred:hover .icon {
    border: 1px solid #9b9b9b;
    color: #000 !important;
    text-decoration: unset !important;
}

.third-party-cred span {
    text-align: center;
    width: calc(100% - 50px);
}

.collapsible-item {
    cursor: pointer;
}

.collapsible-item.active i {
    transform: rotate(180deg);
}

.collapsible-content {
    height: 0;
    overflow: hidden;
    transition: 300ms;
    max-height: 225px;
    overflow-y: scroll;
}

.collapsible-content.active {
    height: auto;
}

.collapsible-content::-webkit-scrollbar {
    width: 8px;
    border-radius: 6px;
}

.collapsible-content::-webkit-scrollbar-button {
    display: none;
}

.collapsible-content::-webkit-scrollbar-track {
    background: #f0f0f0;
    border-radius: 6px;
}

.collapsible-content::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 6px;
    border: 2px solid #f0f0f0;
}

.collapsible-content::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.content {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 400px;
    width: 100%;
    max-width: 800px;
    position: relative;
    overflow: visible;
}

.swiper {
    height: 100%;
    width: 100%;
    overflow: visible !important;
    position: absolute !important;
}

.swiper1 {
    left: 0;
    top: 0;
}

.swiper-wrapper {
    transition-timing-function: linear;
}

.swiper-slide img {
    height: 100%;
    width: 150%;
    margin-left: -25%;
    max-width: none;
    object-fit: cover;
    transform: skew(10deg);
}

/*.product-slider .slick-slide {*/
/*    min-height: 350px !important;*/
/*    margin-top: 20px;*/
/*}*/

.product-inner-header {
    position: relative;
    margin: 80px 0;
    min-height: 340px;
    /*display: flex;*/
    /*align-items: center;*/
}

.slick-list.draggable {
    /*overflow: visible;*/
}

.slick-slider {
    height: 100%;
    overflow: hidden;
}

.slick-list {
    overflow: visible !important;
}

.input-group #password {
    padding-right: 40px;
    width: 100%;
}

.input-group i {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.alert-danger {
    color: #dc3545;
    background-color: rgb(254 232 231);
    border-color: #f5c2c7;
}

.blog-item:hover {
    text-decoration: unset !important;
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 4 columns */
    grid-template-rows: repeat(3, auto); /* 3 rows with auto height */
    gap: 10px;
    width: 100%;
}

@media screen and (max-width: 1000px) {
    .grid-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 700px) {
    .grid-container {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media screen and (min-width: 700px) {

    .grid-item-2x1 {
        grid-column: span 2;
        grid-row: span 1;
    }

    .grid-item-2x1 .post-element {
        aspect-ratio: 2 / 1;
    }

    .grid-item-2x2 {
        grid-column: span 2;
        grid-row: span 2;
    }
}


/* Grid item for 2x2 span */
/*.grid-item-2x2 {*/
/*    grid-column: span 2;*/
/*    grid-row: span 2;*/
/*}*/

/*!* Grid item for 2x1 span *!*/


/*!* Grid item for 1x1 span *!*/
/*.grid-item-1x1 {*/
/*    grid-column: span 1;*/
/*    grid-row: span 1;*/
/*}*/

a.brand-image img {
    transition: 300ms;
}

a.brand-image:hover img {
    transform: scale(1.1);
}

.product-features {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1200px;
    margin-inline: auto;
    margin-bottom: 60px;
}

.product-features * {
    color: #000;
}

.feature-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 20px;
    width: 100%;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.feature-item img {
    width: 30px;
    height: 30px;
}

.feature-item span {
    font-size: 16px;
}

.feature-item span:first-child {
    /*font-weight: 900;*/
    width: max-content;
    text-transform: uppercase;
}

.feature-item span:last-child {
    font-weight: 900;
}


.delete-address-btn {
    position: absolute;
    bottom: 15px;
    right: 15px;
}

.accordion-button:not(.collapsed) {
    background: #dcdcdc;
    color: #000000;
}

.accordion-button:focus {
    border-color: unset;
    box-shadow: unset;
}

.product-slider {
    text-align: center;
}

#thumbnail-carousel .item {
    cursor: pointer;
    padding: 5px;
    /*margin: 5px;*/
    border: 1px solid #e5e5e5;
    border-radius: 9px;
}

.product-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);
}

.product-modal .modal-content {
    margin: auto;
    display: block;
    max-width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 4px;
    background: #ffffff;
    height: fit-content;
}

.product-modal .close {
    position: absolute;
    top: 10px;
    right: 25px;
    color: white;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
}

.product-slider {
    width: 100%;
    height: 100%;
}

#large-slider {
    height: calc(100% - 110px);
    width: 100%;
}

#large-slider * {
    height: 100%;
}

#thumbnail-carousel {
    height: 100px;
    width: calc(100% - 30px);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

#thumbnail-carousel * {
    height: 100%;
}

.product-item-description {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 250px;
}


.custom-container {
    max-width: 1550px;
    margin: auto;
    padding-inline: 25px;
}

@media screen and (max-width: 1000px) {
    .product-inner-header {
        margin: 60px 0;
    }

    .feature-list {
        grid-template-columns: repeat(2, 1fr);
    }

    .custom-flex {
        flex-direction: column;
    }

    .custom-flex > button, .custom-flex > a {
        width: 100%;
        margin: 4px 0;
    }

    .product-video {
        height: 282px;
    }

    .product-item-description {
        top: 0;
        position: relative;
    }

    .main-btn {
        font-size: 15px;
        padding: 8px;
    }

    .product-slider, #thumbnail-carousel {
        position: relative;
        width: 100%;
        top: unset;
        left: unset;
        height: auto;
    }

    #thumbnail-carousel {
        height: 110px;
        margin-bottom: 50px;
        transform: unset;
    }
}

.main-content img {
    width: auto;
    height: auto;
}

#resetButton {
    font-size: 10px;
    border-radius: 20px;
    display: block;
    padding: 4px 8px;
}

#resetButton .fa {
    transform: scale(.9);
    transition: 300ms;
}

#resetButton:hover .fa {
    transform: scale(.9) rotate(180deg);
}

.btn:disabled, .btn.disabled, fieldset:disabled .btn {
    opacity: 0.25;
}

.form-control {
    transition: unset !important;
    border: 1px solid #ced4da !important;
}

.form-control:focus {
    box-shadow: unset !important;
    border: 1px solid #ced4da !important;
}

input {
    border: 1px solid transparent;
}

.is-invalid {
    border: 1px solid #dc3545;
}

#shippingRateError {
    font-size: 15px;
    color: #dc3545;
    font-weight: 600;
    margin-top: 40px;
}

.shipment_err * {
    font-size: 11px !important;
    margin: 0 !important;
}

.loading-element {
    position: absolute;
    z-index: 10;
    background: #ffffff87;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.shipping-cart-container {
    position: relative;
}

.loading-element img {
    height: 35px;
    width: auto;
}

.order-container {
    border: 1px solid #00000014;
    padding: 20px !important;
    border-radius: 10px;
    margin-bottom: 30px;
}

.wishlist-container {
    margin-top: 0 !important;
    background: #eeeeee;
    padding: 7px;
    border-radius: 0px 0px 12px 12px;
    min-height: 60px;
    transform: translateY(-100%);
    transition: 450ms;
}

.wishlist-container * {
    font-size: 15px !important;
}

.product-image-cs img {
    max-height: 400px;
}

.product-element:hover .wishlist-container {
    transform: unset;
}

.ask-for-price-link {
    display: block;
    text-decoration: underline;
    margin: 12px 0;
}

.ask-for-price-link:hover {
    color: black !important;
    font-weight: 800;
}

.add-to-cart-link {
    background: white;
    border: 1px solid #000;
    padding: 5px 16px 4px 16px;
    font-size: 14px;
    border-radius: 8px;
    display: flex;
    align-items: center;
}

.add-to-cart-link .cart-icon {
    width: 0;
    transition: 300ms;
    overflow: hidden;
    display: flex;
    align-items: start;
    justify-content: start;
}

.add-to-cart-link:hover .cart-icon {
    width: 25px;
}

.product-description-box a{
    text-decoration: underline;
}

.product-description-box a:hover {
    color: gray !important;
}

.product-description-box ul li {
  list-style-type: disc;
}

.disabled-arrow {
    cursor: not-allowed;
    opacity: .5;
}

.attributes-label {
    position: relative;
    top: unset;
    left: unset;
    margin: 3px;
    color: #474747;
}

.form-select:focus {
    box-shadow: unset;
    border: 1px solid;
}

.edit-cart-item-btn {
    font-size: 10px;
    text-decoration: unset;
    background: lightgray;
    padding: 2px 4px !important;
    border-radius: 6px;
    margin-top: 7px;
}

.add-to-cart-attributes-btn, .add-to-cart-ajax-btn {
    margin: 0;
    font-size: 19px;
    transform: translateY(-3px);
    line-height: 0;
    outline: unset !important;
    border: 0 !important;
}
