body {
    color: #231F20;
    margin: 0;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

b,
strong {
    font-weight: 700;
}

img {
    max-width: 100%;
}

a {
    text-decoration: none;
    color: #231F20;
}

a:focus,
button:hover,
input:focus {
    outline: 0 !important;
    box-shadow: none !important;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Fjalla One', sans-serif;
    font-weight: normal;
}

.container {
    width: 90%;
    max-width: 1170px;
    margin: auto;
}


/* Header css */
.logo svg {
    width: 300px;
    height: auto;
}

.main-menu {
    display: flex;
    flex-direction: row;
    align-items: center;
    z-index: 999;
    position: absolute;
    top: 62px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
}

.top-banner {
    margin-top: 163px;
    position: relative;
}

.left-menu {
    width: 423px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.right-menu {
    width: 423px;
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 12px;
}

.main-menu .nav a {
    font-weight: 300;
    text-transform: uppercase;
}

.main-menu .wishlist-link {
    margin-left: 16px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}

.main-menu .nav a:hover,
.main-menu .wishlist-link:hover {
    color: #231f20;
    text-decoration: none;
}

.footer-heading {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 15px;
}

.content-info p {
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
    font-style: normal;
}

.content-info a:hover {
    text-decoration: none;
    font-weight: 500;
    color: #231F20;
}

.footer-link a {
    font-weight: 500;
    text-transform: uppercase;
}

.footer-social {
    gap: 16px;
    display: flex;
}

.content-info {
    padding-bottom: 80px;
    margin-top: 100px;
}

.home_slider {
    position: relative;
    height: 80vh;
}

.carousel {
    position: relative;
    height: 100%;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 100%;
}

.carousel-item {
    height: 100%;
}

.search_form {
    position: absolute;
    right: 0%;
    bottom: -70px;
    background: #fff;
    border: 1px solid #231f20;
    width: 420px;
    height: 57px;
    text-align: center;
}

.search_form #search {
    border: none;
    outline: none;
    width: 80%;
    height: 100%;
    font-size: 19px;
}

.show_more_events {
    color: #231F20 !important;
    background: #fff !important;
    padding: 10px 50px !important;
    font-size: 19px !important;
    font-weight: 600 !important;
    border-radius: 0 !important;
    border: 1px solid #231F20 !important;
}

.show_more_events:hover {
    color: #fff !important;
    background: #231F20 !important;
    text-decoration: none;
}

.show-product {
    text-align: center;
    margin-top: 40px;
}

.carousel-indicators li {
    width: 15px;
    height: 15px;
    border-radius: 50%;
}

.carousel-indicators {
    bottom: 1%;
}

.home_content {
    margin: auto;
    padding: 95px 0 0px;
    text-align: center;
}

.home_content h1 {
    font-size: 28px;
    max-width: 900px;
    margin: auto;
    padding-bottom: 35px;
}

.home_content p {
    margin: auto;
    max-width: 750px;
    margin-bottom: 25px;
    line-height: 24px;
}

.home_content p:nth-of-type(1) {
    max-width: 670px;
}

.carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.image-container img {
    width: 100%;
}

.popular-products h2 {
    text-transform: uppercase;
    font-size: 28px;
    margin-top: 95px;
    margin-bottom: 75px;
}

.card-container {
    display: grid;
    column-gap: 13px;
    grid-template-columns: 273PX 273PX 273PX 273PX;
    align-items: center;
    justify-content: space-between;
}

.card-img {
    width: 100%;
    height: 273px;
    position: relative;
    display: inline-block;
    transition: all 0.7s ease;
    border: 1px solid #231F20;
    border-bottom: 0;
    border-radius: 0%;
}

.card-img img {
    width: 100%;
    height: 100%;
}

.card-img .img-top {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}

.card-img:hover .img-top {
    display: inline;
}

.card-details {
    padding: 10px 15px;
    border: 1px solid #231F20;
    height: 100%;
}

.card-details a {
    display: flex;
    justify-content: space-between;
}

.card-details a:hover,
.card-details a:hover h6 {
    text-decoration: none;
    /* font-weight: 400; */
    color: #231F20;
}

.card-details svg {
    width: 25px;
    height: 25px;
    margin-top: 1px;
}

.card-details h6 {
    margin: 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
}

.all-products h3 {
    text-transform: uppercase;
    font-size: 28px;
    margin-top: 130px;
    margin-bottom: 75px;
    text-align: center;
}

.all-products .card-container {
    gap: 13px;
    grid-template-columns: 273PX 273PX 273PX 273PX;
}

.flyout-products .card-container {
    gap: 13px;
    grid-template-columns: 230PX 230PX 230PX 230PX;
}

.products .card-container {
    gap: 13px;
    grid-template-columns: 202px 202px 202px 202px;
    /* padding-bottom: 55px; */
}

.single-events .products .card-container {
    gap: 13px;
    grid-template-columns: 273PX 273PX 273PX 273px;
    /* padding-bottom: 55px; */
}

.search-results .card-container {
    gap: 13px;
}

.pro_single_page.products .card-container {
    grid-template-columns: 202px 202px 202px 202px;
}

.pagination {
    padding-top: 55px;
    margin-bottom: 0;
}

.all-products .card-img {
    height: 273px;
}

.flyout-products .card-img {
    height: 230px;
}

.products .card-img {
    height: 202px;
}

.flyout-products h3,
.flyout-wishlist h3 {
    margin: 30px 0;
}

.wishlist-card {
    display: grid;
    column-gap: 45px;
    grid-template-columns: 150px auto;
    margin-bottom: 20px;
}

.wishlist-card .image-panel {
    width: 150px;
    height: 150px;
}

.wishlist-card .image-panel img {
    width: 150px !important;
    height: 150px !important;
    border: solid 1px rgba(0, 0, 0, 0.1);
}

.wishlist-card .body-panel .heading {
    font-size: 19px;
    margin-bottom: 10px;
}

.wishlist-card .body-panel .description {
    line-height: 22px;
    margin-bottom: 20px;
}

.wishlist-card .body-panel .info {
    margin-bottom: 10px;
}

.wishlist-card .body-panel .edit-btn {
    font-weight: 500;
}

.wishlist-card .body-panel .edit-btn:hover {
    color: #231F20;
    text-decoration: underline;
}

.wishlist-card .body-panel .qty {
    margin-bottom: 10px;
}

.product-section {
    padding-top: 72px;
    /* padding-bottom: 84px; */
}

.products h2.heading,
.product-details h3.heading {
    text-align: center;
}

.hide {
    visibility: hidden;
}

.product-details .back-link {
    font-weight: 500;
}

.product-details .back-link svg {
    transform: rotate(180deg);
    width: 25px;
    height: 25px;
    margin-top: 0px;
    margin-right: -8px;
}

.product_slider {
    margin-top: 20px;
    margin-bottom: 55px;
}

.product-title {
    font-size: 19px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    margin-bottom: 30px;
}

.product-details .yith_add_to_quote {
    display: flex;
    gap: 16px;
}

.product-details .quantity input {
    height: 100%;
}

.btn-darker,
.gform_wrapper.gravity-theme .gform_footer input,
.woocommerce .add-request-quote-button.button {
    color: #fff !important;
    background: #231F20 !important;
    padding: 10px 50px !important;
    font-size: 19px !important;
    font-weight: 600 !important;
    border-radius: 0 !important;
    border: 1px solid #231f20 !important;
}

.btn-darker:hover,
.gform_wrapper.gravity-theme .gform_footer input:hover,
.woocommerce .add-request-quote-button.button:hover {
    color: #231F20 !important;
    background: #fff !important;
    /* border: 1px solid #231F20; */
    text-decoration: none !important;
}

.gform_wrapper.gravity-theme .gform_footer input {
    margin-top: 60px;
    margin-bottom: 35px;
}

.product-description {
    line-height: 22px;
    margin-bottom: 40px;
}

.product-details {
    margin-bottom: 68px;
}

.product-details .cart {
    display: none !important;
}

.product-details .variations_form.cart {
    display: block !important;
}

.product-details .variations_form.cart .variations,
.product-details .variations_form.cart .woocommerce-variation,
.product-details .variations_form.cart .quantity,
.product-details .variations_form.cart .single_add_to_cart_button {
    display: none !important;
}

/* Accordian-section */
.accordion .card button {
    color: #231F20;
    position: relative;
    font-weight: 300 !important;
    font-family: 'Roboto', sans-serif;
}

.accordion .card button:is(:hover, :focus) {
    text-decoration: none;
}

.accordion .card,
.accordion .card .card-header {
    background-color: transparent;
}

.accordion .card {
    border-left: 0;
    border-right: 0;
    border-color: #231F20 !important;
    border-radius: 0%;
}



.accordion .card .card-header {
    border-bottom: 0 !important;
    padding: 3px 0;
}

.accordion .card .card-header,
.accordion .card .card-header .btn,
.accordion .card .card-body {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.accordion .card .card-header h2 {
    font-size: 19px;
    font-weight: 300 !important;
    font-family: 'Roboto', sans-serif;
}

.accordion .card .card-header button:after{
    content: '';
    position: absolute;
    right: 10px;
    top: 11px;
    font-size: 12px;
    background-image: url('images/double-chevrondown.svg');
    width: 16px;
    height: 16px;
     transition: all 0.5s ease;
}
.accordion .card .card-header.active-acc button:after  {
    rotate: 180deg;
    transition: all 0.5s ease;
}
/* .accordion .card .card-header button:after {
    content: '+';
    position: absolute;
    right: 30px;
    top: 18px;
    font-size: 25px;
} */

.faq_sec .accordion .card {
    border: 0;
    margin-bottom: 15px;
}

.faq_sec .accordion .card .card-header {
    background-color: #231F20;
    border-radius: 0;
}

.faq_sec .accordion .card .card-header button {
    color: #fff;
    padding: 15px 30px !important;
}

.faq_sec .accordion .card .card-body {
    padding: 20px !important;
    border: 1px solid;
}

.faq_sec .accordion .card .card-body ul {
    margin: 0;
    padding: 0 0 0 20px;
}

.faq_sec .accordion .card .card-header.active-acc button:after {
    content: 'V';
    top: 17px;
    transform: rotate(180deg);
}

.accordion .card .card-header button.no-child:after {
    content: none;
}

.accordion .card .card-body {
    padding: 0 !important;
    line-height: 26px;
    font-weight: 350;
    font-style: normal;
}

.products_side_details {
    margin-top: 15px;
}

.product-single-category {
    display: flex;
    flex-direction: column;
}

.product-single-category .btn-pro-link {
    padding: 10px 0;
}

.product-single-category .btn-pro-link:hover,
.sub_category_list li .btn-pro-link:hover,
.product-details .back-link:hover {
    text-decoration: none;
    color: #231F20;
}

.product-single-category a.btn-new {
    border-top: 1px solid #231F20;
}

.product-single-category a.btn-pro-link.active,
.sub_category_list li .btn-pro-link.active {
    font-weight: 500;
}

.product-section .heading {
    font-size: 28px;
    margin-bottom: 40px;
    text-transform: uppercase;
}

.filter-panel {
    margin-bottom: 40px;
}

.card-header.active-acc button, .card-header.active-acc a {
    font-weight: 500 !important;
}

.sub_category_list {
    list-style: none;
    text-align: end;
    border-top: 1px solid #231F20;
    width: 100%;
    margin-bottom: 0;
}

.sub_category_list li {
    padding: 5px 0;
}

.pagination .next-link svg,
.pagination .pre-link svg {
    width: 20px;
    height: 20px;
}

.pagination .next-link svg {
    margin-left: -5px;
}

.pagination .next-link {
    margin-left: 40px;
}

.page-link {
    padding: 0 0.25rem;
    color: #231F20;
    background-color: transparent;
    border: none;
}

.page-link:hover,
.page-link.active {
    color: #231F20;
    background-color: transparent;
    border-color: transparent;
    font-weight: 500;
}

.product-section .col-md-3 {
    padding-right: 45px;
}

.product_slider .carousel-indicators li {
    background-color: #DCDDDE;
}

.wishlist-section h1,
.contact-section h1,
.faq_sec .page-header h1,
.testi-section .page-header h1 {
    margin-bottom: 90px;
    margin-top: 72px;
    font-size: 28px;
    text-align: center;
    text-transform: uppercase;
}

.products_side_details b {
    min-width: 55px !important;
    display: inline-block;
}

span.pro_count {
    width: 24px;
    height: 24px;
    display: inline-block;
    font-size: 10px;
    color: #fff;
    text-align: center;
    line-height: 24px;
    margin-left: 3px;
    background: #000;
    border-radius: 100px;
}

.contact-section a:hover {
    text-decoration: none;
    font-weight: 500;
    color: #231F20;
}

.contact-section .open-hours {
    margin-top: 50px;
}

.wishlist-section .wishlist-container {
    max-width: 850px;
    margin-bottom: 80px;
}

.wishlist-form .short-desc,
.wishlist-form .thenks-message {
    font-weight: 600;
}

.wishlist-form .short-desc {
    margin-bottom: 35px;
}

.wishlist-form .thenks-message {
    margin-bottom: 90px;
}

#yith-ywrq-table-list {
    display: none;
}

.wishlist-form .ywraq-form-table-wrapper .yith-ywraq-mail-form-wrapper {
    padding: 0 !important;
}

.wishlist-form form .form-row {
    display: flex;
    flex-direction: column;
    max-width: 900px;
    margin-bottom: 20px;
}

.wishlist-form form .raq-send-request-row {
    display: block;
}

.wishlist-form form .form-row label {
    font-weight: 600;
}

.wishlist-form form .form-row textarea#message {
    height: 112px !important;
}

.wishlist-form form .form-row input {
    height: 76px !important;
}

.wishlist-form form .form-row input.button {
    color: #fff;
    background: #231F20;
    padding: 13px 50px;
    font-size: 19px;
    font-weight: 600;
    border-radius: 0;
    border: 1px solid #231f20;
    height: auto !important;
    margin-top: 30px;
}

.wishlist-form form .form-row input.button:hover {
    color: #231F20;
    background: #fff;
    border: 1px solid #231F20;
    text-decoration: none;
}

.product-section .product-details select {
    color: #fff;
    background: #231F20;
    padding: 10px;
    font-size: 19px;
    font-weight: 600;
    border-radius: 0;
    border: 0;
    width: 100%;
}

.product-section .product-details select option:hover {
    background: #fff;
    color: #231f20;
}

.product-section .product-details select option:active {
    background: #fff;
    color: #231f20;
}

.wishlist-form form .form-row-first,
.wishlist-form form .form-row-last {
    width: 49.5%;
}

.wishlist-form form .form-row textarea,
.wishlist-form form .form-row input {
    padding: 5px;
}

.gform_wrapper.gravity-theme .gfield_label {
    font-size: 19px !important;
    font-weight: 600 !important;
    margin-bottom: 20px !important;
}

.gform_wrapper.gravity-theme .gfield textarea.large {
    max-width: 850px !important;
    margin-bottom: 42px !important;
}

.gform_wrapper.gravity-theme .gfield textarea#input_1_1.large {
    height: 175px !important;
}

.gform_wrapper.gravity-theme .ginput_container_date input {
    max-width: 850px !important;
    width: 100% !important;
    margin-bottom: 42px !important;
}

.gform_wrapper.gravity-theme .ginput_container_date input::placeholder {
    color: transparent;
}

.gform_wrapper .gfield_required {
    display: none !important;
}

#gform_wrapper_2.gform_wrapper.gravity-theme .gfield_label {
    margin-bottom: 20px !important;
}

#gform_wrapper_2.gform_wrapper.gravity-theme .gfield input.large {
    height: 45px !important;
}

#gform_wrapper_2.gform_wrapper.gravity-theme .gform_footer input {
    margin-top: 40px;
}

/* .contact-section {
    margin-bottom: 70px;
} */
.terms-section {
    margin-top: 100px;
}

.bottom-image {
    margin-top: 150px;
}

.mobile-menu {
    display: none;
}

#productslider .owl-dots {
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
}

#productslider .owl-dots button {
    background-color: #ffffff70;
    padding: 8px !important;
    margin: 2px !important;
    border-radius: 50% !important;
    outline: 0 !important;
}


#productslider .owl-dots button.active {
    background-color: #ffffff;
}

#productslider {
    margin: 20px 0 30px;
}







/* model start */
.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.modal-dialog {
    margin: 0;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 0 !important;
}

.animated {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.modal-header {
    border-radius: 0;
    align-items: center;
    padding: 1.2rem;
    border-bottom: 0;
}

.modal-dialog {
    max-width: 1150px;
}

#wishlist .modal-dialog {
    max-width: 1010px;
}

.modal-content {
    border-radius: 0;
    border: 0;
    -webkit-box-shadow: -12px 0 38px -14px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: -12px 0 38px -14px rgba(0, 0, 0, 0.25);
    box-shadow: -12px 0 38px -14px rgba(0, 0, 0, 0.25);
    background-clip: padding-box;
    height: 100vh;
}

.modal-body {
    background: #fff;
}

.modal-backdrop {
    background-color: transparent;
}

.modal-button-container {
    margin: 0 auto;
    width: 90%;
    max-width: 500px;
}

.close {
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1;
    color: #231F20;
    text-shadow: 0 1px 0 #fff;
    margin-right: 10px;
    margin-top: 10px;
}

/* model end */

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    font-size: 16px;
    font-weight: 300;
    padding: 0;
}

.woocommerce nav.woocommerce-pagination ul li {
    border-right: 0;
}

.woocommerce nav.woocommerce-pagination ul {
    border: 0;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
    background: transparent;
    color: #000;
    font-weight: 500;
}

.woocommerce nav.woocommerce-pagination {
    margin: 30px 0 0;
}

.banner.sticky {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    background: #fff;
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 15px 0;
}

.banner.sticky .main-menu {
    position: relative;
    top: 0;
}

.woocommerce nav.woocommerce-pagination ul li {
    padding: 0 2px;
}

.mobile_view_all {
    display: none;
}



.product-details .quantity input {
    max-height: 55px;
}

.previous-events-section {
    padding-top: 50px;
}

.previous-events-section .card-details,
.product-section .card-details {
    height: 100%;
}

.previous-events-section .card-details h6 {
    line-height: 18px;
}

.previous-events-section .product-card,
.product-section .product-card,
.product-card {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.credits-panel {
    margin-top: 0px;
    text-align: center;
  }
.instafeed {
    margin-top:60px;
}
.reviews {
    margin: 60px 20px;
}
.image-container {
    position: relative;
}
.caption_col {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 2px 10px;
    background: rgba(255, 255, 255, 0.7);
    font-size: 14px;
}
.faq-panel {
    margin: 50px 0;
}
.accordion .card .card-header.active-acc button:after, .accordion .card .card-header.active-acc a:after {
    rotate: 180deg;
    transition: all 0.5s ease;
}
.lb-nav a.lb-next, .lb-nav a.lb-prev {
    opacity: 1 !important;
        display: block !important;
}
.post_con {
    max-width: 750px;
    margin: auto;
}
.post_con h1.entry-title {
    text-align: center;
}
.post_con img {
    width: auto;
    height: auto;
    margin-bottom: 15px;
}

/* Responsive  Start*/
@media (max-width: 1300px) {
    .card-container {
        column-gap: 23px;
    }

    .right-menu,
    .left-menu {
        width: 380px;
    }
}

@media (max-width: 1280px) {
    .card-container {
        column-gap: 16px;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    .card-img,
    .all-products .card-img,
    .products .card-img {
        height: auto;
    }

    .all-products .card-container {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    .products .card-container {
        gap: 13px;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    .pro_single_page.products .card-container {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

}

@media (max-width: 1200px) {

    .right-menu,
    .left-menu {
        width: 350px;
    }

    .single-events .products .card-container,
    .search-results .card-container {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}

@media (max-width: 1100px) {

    .right-menu,
    .left-menu {
        width: 290px;
        gap: 6px;
        font-size: 16px;
    }

    .btn-darker,
    .gform_wrapper.gravity-theme .gform_footer input,
    .woocommerce .add-request-quote-button.button {
        padding: 10px 20px !important;
    }

    .home_slider {
        position: relative;
        height: 65vh;
    }

    .carousel-indicators {
        bottom: -1%;
    }
}


@media (max-width: 1099px) {
    .main-menu .nav a {
        padding: 5px;
    }
}

@media (max-width: 1050px) {
    .card-details {
        height: 70px;
    }
}

@media (max-width: 991px) {
    .mobile-menu {
        display: flex;
        flex-direction: row;
        align-items: center;
        z-index: 999;
        position: absolute;
        top: 20px;
        width: 90%;
        justify-content: space-between;
        left: 5%;
    }

    .navbar {
        padding: 0.5rem 0;
    }

    .sticky .mobile-menu {
        position: static;
        width: 100%;
    }

    .main-menu {
        display: none;
    }

    header.header {
        padding: 5px 0;
    }

    .menu_bar span {
        display: block;
        width: 30px;
        height: 2px;
        transition: 200ms;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
        transition: all 0.5s;
        background-color: #231F20;
        position: relative;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        margin-top: 0;
        margin-left: 0;
        border-radius: 100px;
    }

    .menu_bar.not-openmenu span:nth-child(1) {
        top: 0;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    .menu_bar.not-active span:nth-child(2) {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    .menu_bar.not-active span:nth-child(3) {
        bottom: 0;
        transform: rotate(0);
    }

    .menu_bar.closemenu span:nth-child(1) {
        top: 9px;
        -webkit-transform: rotate(135deg);
        transform: rotate(126deg);
    }

    .menu_bar.closemenu span:nth-child(2) {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    .menu_bar.closemenu span:nth-child(3) {
        bottom: 12px;
        transform: rotate(-130deg);
    }

    .menu_bar span+span {
        margin-top: 8px;
    }

    a.menu_bar {
        margin-left: 15px;
        margin-top: -2px;
    }

    .navbar-toggler-icon {
        width: 30px;
        margin-top: 0;
    }

    .navbar-toggler {
        padding: 0;
        border: 0;
        border-radius: 0;
        outline: 0;
    }

    .navbar {
        justify-content: flex-end;
        align-items: initial;
        gap: 10px;
    }

    .navbar-collapse {
        position: fixed;
        left: 0;
        width: 100%;
        background: #231F20;
        height: 100%;
        padding: 0 20px;
        top: 75px;
        z-index: 9;
        color: #fff;
    }

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

    .scroll-block {
        overflow: hidden;
    }

    .navbar-nav li {
        margin-left: 0;
        margin-top: 15px;
    }

    .search_form {
        bottom: -120%;
        height: 50px;
    }

    .all-products .card-container,
    .products .card-container,
    .card-container,
    .pro_single_page.products .card-container,
    .single-events .products .card-container,
    .search-results .card-container {
        grid-template-columns: 1fr 1fr;
    }

    .card-container {
        gap: 13px;
    }

    .card-details {
        height: 48px;
    }

    .home_slider {
        height: 50vh;
    }
    .banner.sticky .search_form{
        bottom: -65%;
    }
}

/* max-width 767px start */
@media (max-width: 767px) {

    /* .card-container {
        gap: 16px;
        grid-template-columns: 1fr 1fr;
    } */
    .mobile_view_all {
        display: block;
        border: solid 1px #231F20;
        padding: 10px;
        position: relative;
        text-transform: uppercase;
        font-weight: 500;
        color: #231F20;
    }

    .mobile_view_all:hover {
        color: #231F20;
        text-decoration: none
    }

    .mobile_view_all:before {
        content: '';
        position: absolute;
        right: 10px;
        top: 14px;
        font-size: 12px;
        background-image: url('images/double-chevrondown.svg');
        width: 16px;
        height: 16px;
    }

    .products h2.heading {
        margin-top: 40px;
    }

    .product-section h1.heading {
        display: none;
    }

    .filter-panel {
        margin-bottom: 20px;
    }

    .product-section {
        padding-top: 0;
    }

    .mobile_view_all.show_cat:before {
        transform: rotate(180deg);
    }

    .mobile_view_all.show_cat {
        border-bottom: 0;
    }

    section.accordian-section {
        display: none;
    }

    .popular-products h2,
    .all-products h3 {
        font-size: 26px;
        margin-top: 60px;
        margin-bottom: 50px;
    }

    /* .search_form #search {
        width: 50%;
        font-size: 14px;
    } */

    .search-icon {
        width: 13px;
    }

    .carousel-indicators li {
        width: 10px;
        height: 10px;
        margin-right: 2px;
        margin-left: 2px;
    }

    /* .search_form {
        width: 500px;
    } */

    .home_content h1,
    .product-section .heading,
    .wishlist-section h1,
    .contact-section h1,
    .flyout-products h3,
    .flyout-wishlist h3,
    .faq_sec .page-header h1,
    .testi-section .page-header h1 {
        font-size: 24px;
    }

    .home_content {
        padding: 60px 0 0px;
    }

    .bottom-image,
    .terms-section {
        margin-top: 60px;
    }

    .content-info,
    .product-details {
        padding-bottom: 60px;
        margin-top: 60px;
    }

    .gform_wrapper.gravity-theme .gfield.gfield--width-third,
    .gform_wrapper.gravity-theme .gfield.gfield--width-half {
        grid-column: span 12 !important;
        -ms-grid-column-span: 12 !important;
    }

    .wishlist-section h1,
    .contact-section h1,
    .faq_sec .page-header h1,
    .testi-section .page-header h1 {
        margin-bottom: 60px;
        margin-top: 60px;
    }

    #gform_wrapper_2.gform_wrapper.gravity-theme .gform_footer input {
        margin-top: 0;
    }

    .card-details h6 {
        font-size: 14px;
    }

    .price-tag {
        margin-top: 40px;
    }

    .wishlist-card {
        grid-template-columns: 150px auto;
    }

    body {
        font-size: 14px;
    }

    .gform_wrapper.gravity-theme .gfield_label {
        font-size: 16px !important;
    }

    .btn-darker,
    .gform_wrapper.gravity-theme .gform_footer input {
        padding: 5px 40px;
        font-size: 16px;
    }

    .product-section .col-md-3 {
        padding-right: 0;
    }

    .top-banner {
        margin-top: 85px;
    }

    .body-content h4 {
        font-size: 20px;
    }

    .for_desktop {
        display: none;
    }

    .search-results h1 {
        font-size: 32px;
        margin-bottom: 20px;
    }
    .logo svg {
        width: 280px;
      }
      .banner.sticky .search_form{
        margin: 0 15px;
        width: 90%;
    }
    .caption_col {
    font-size: 10px;
}
}

/* max-width 767px end */
/* max-width 605px start */
@media (max-width: 605px) {

    .card-container,
    .all-products .card-container,
    .products .card-container,
    .pro_single_page.products .card-container,
    .single-events .products .card-container,
    .search-results .card-container {
        grid-template-columns: 1fr;
    }

    .carousel-indicators {
        margin-bottom: 0;
    }

    .wishlist-card {
        grid-template-columns: 1fr;
    }

    .gform_wrapper.gravity-theme .gform_footer input {
        margin-top: 60px;
    }

    .mobile-menu .logo {
        width: 200px;
    }

    .btn-darker,
    .gform_wrapper.gravity-theme .gform_footer input,
    .woocommerce .add-request-quote-button.button {
        font-size: 18px !important;
    }

    .home_slider {
        height: 35vh;
    }
}

/* max-width 605px end */
/* max-width 545px start */
@media (max-width: 545px) {
    .search_form {
        width: 100%;
    }

    .search_form #search {
        width: 90%;
        font-size: 14px;
    }
}

/* max-width 545px end */
/* max-width 415px start */
@media (max-width: 415px) {
    .banner.sticky .search_form{
        bottom: -50%;
    }

    .search_form {
        height: 40px;
    }

    .logo svg {
        width: 220px;
    }
}

/* max-width 415px end */


/* Product page css  */
.accordion .card button.btn-block{margin-top:unset !important;padding: unset !important;}
.accordion .card a.btn-block:hover{text-decoration: unset !important;}
.accordion .card a.btn-block{color: #231F20;}
/*.accordion .card .card-header button:after{top:-25px !important;}*/
.accordion .card button.no-child{padding: 6px 0 !important;}

/* Faq css */
#accordion_faq .card .card-header button:after{top: 11px!important;}
#accordion_faq .card button.btn-block{padding: 6px 0 !important;position: relative;}
#accordion_faq-left .card .card-header button:after{top: 17px!important;}
#accordion_faq-left .card .card button.btn-block{position: relative;}
