/*
Theme Name: Axial Child Theme
Theme URI: https://shtheme.com/demosd/axial
Description: This is child theme of axial
Author: Shtheme
Author URI: https://themeforest.net/user/shtheme
Version: 1.0
Text Domain:  axial-child
Template: axial
*/

/* ========TABLE OF CONTENTS==========
00. Body, links, hgroup, paragraphs, general styles
01. Fixed header & Navigation
02. Section Intro (Home)
03. Section About
04. Section Resume
05. Section Portfolio
06. Section Blog
07. Section Contact
08. Footer
09. Loader
10. Responsive design

/*--------------------------------------------------
    00. Body, links, hgroup, paragraphs, general styles
---------------------------------------------------*/



:root {
    --main-color: #ffc631;
    --main-color-2: #0da574;
}

.alignright {
    float: right;
    margin-left: 25px;
}

.alignleft {
    float: left;
    margin-right: 20px;
}

.wp-caption.aligncenter {
    width: 100% !important;
    text-align: center;
}

.wp-block-image .alignright {
    float: right;
    margin-left: 25px;
}

.wp-block-image .alignleft {
    float: left;
    margin-right: 20px;
}

.wp-caption-text,
.gallery-caption,
.bypostauthor,
.sticky {
    color: inherit;
}

.screen-reader-text {
    display: none;
}

.comment-form-cookies-consent {
    display: none;
}

h3.comment-reply-title,
h2.post_comments-title {
    margin-bottom: 30px;
    font-size: 30px;
    font-family: Archivo, sans-serif;
    font-weight: 700;
    text-transform: capitalize;
}

h2.post_comments-title {
    margin-bottom: 35px;
}

a.comment-reply-link {
    color: var(--main-color-2);
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
    font-size: 14px;
}

a.comment-reply-link:hover {
    color: #001f3f;
}

.post_article-img::after {
    clear: inherit;
}

.post_article-img::before {
    padding-top: inherit;
}

span.comments_text {
    margin-top: 10px;
}

.post_comments {
    margin-bottom: 0px;
}

.post_reply {
    margin-top: 80px;
}

p.logged-in-as {
    margin-bottom: 30px;
}

@media screen and (min-width: 575.98px) {
    .post_reply-form_btn {
        max-width: 225px;
    }
}

.post_comments-list_item .comment_panel-name {
    font-size: 22px;
}

.post_reply-form_btn {
    margin-top: 30px;
}

.widget_search {
    padding: 0px;
    margin-bottom: 0px;
    border: none;
}

.widget_categories ul li {
    border-bottom: 1px solid #e9e6e6;
    padding-bottom: 15px;
    margin-top: 15px;
}

.widget_categories ul li:first-child {
    margin-top: 0;
}

.widget_categories ul li:last-child {
    border: none;
    padding-bottom: 0;
}

.widget_categories ul li a {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    font-size: 18px;
    line-height: 23px;
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
    font-weight: 600;
    text-transform: uppercase;
    font-family: Archivo, sans-serif;
}

.widget_categories ul li a:before {
    content: "\e909";
    font-family: icomoon !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: 15px;
    font-size: 16px;
    margin-bottom: 3px;
}

.widget_categories ul li:hover a {
    color: var(--main-color-2);
}

ul.wp-tag-cloud li {
    display: inline-block;
}

ul.wp-tag-cloud li a {
    border: 1px solid #e9e6e6;
    padding: 10px 20px;
    display: block;
    margin-top: 20px;
    margin-right: 15px;
    font-size: 14px !important;
    line-height: 22px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    text-transform: uppercase;
}

ul.wp-tag-cloud li a:hover {
    border-color: #001f3f;
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
}

.widgets_widget--latest .list .list-item .title {
    margin: 15px 0 12px;
    font-weight: inherit;
    font-size: 20px;
    line-height: 1.4;
}

.blog_feed-item[data-order="2"],
.blog_feed-item {
    margin-top: 60px;
}

.pagination_list li {
    margin-right: 30px;
}

.pagination_list li a {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 16px;
    line-height: 22px;
    color: #a9a9a9;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.pagination_list li span,
.pagination_list li a:hover {
    color: #202c38;
    font-weight: 500;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 18px;
    line-height: 22px;
}

.pagination_list {
    margin: 0px;
}

.pagination_list li a.next,
.pagination_list li a.prev {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 16px;
    line-height: 22px;
    border: 1px solid #c8c8c8;
}

.pagination_list li a.next:hover,
.pagination_list li a.prev:hover {
    color: #202c38;
    border: 1px solid #001f3f;
}

.search-custom h4 {
    line-height: 34px;
    margin-bottom: 30px;
}

.search-custom form {
    max-width: 65%;
}

.search-custom form.widgets_widget--search input {
    padding: 12px 15px;
    font-size: 15px;
}

.search-custom form.widgets_widget--search .btn {
    padding: 8px 15px;
}

.search-custom form.widgets_widget--search .btn i {
    font-size: 18px;
}

@media screen and (min-width: 1399.98px) {
    .header_navbar-nav_list .list-item {
        margin-bottom: 20px;
        line-height: 22px;
    }

    .header_navbar-nav_list ul.dropdown-content .list-item:last-of-type {
        margin-bottom: 0px;
    }

    .header_navbar-nav_list>.list-item {
        margin-bottom: 0px;
    }
}

@media screen and (min-width: 991.98px) {
    .header_navbar .link--single.active:before {
        width: 0;
    }

    .header_navbar .link--single:focus:before,
    .header_navbar .link--single:hover:before {
        width: 100%;
    }

    .header_navbar .current_page_item .link--single:before {
        width: 100%;
    }
}

form .contact_form-form span {
    width: 100%;
}

form .contact_form-form span.your-name,
form .contact_form-form span.your-phone {
    width: calc(50% - 15px);
}

form .contact_form-form span.your-phone {
    margin-left: 30px;
}

form .contact_form-form br {
    display: none;
}

form .contact_form-form span.your-message textarea {
    height: 165px;
    margin-bottom: 0px;
}

.post.section-nopb {
    padding-bottom: 120px;
}

.features_card {
    cursor: inherit;
}

@media (min-width: 768px) {
    .footer_main-block div[role="form"] {
        max-width: 330px;
    }
}

.footer_main-block form input[type="submit"] {
    visibility: visible;
    opacity: 1;
    display: inline-block;
    padding: 17px 20px !important;
    border-radius: 0px !important;
    font-family: Archivo, sans-serif;
    font-weight: 700;
    color: #000810;
    font-size: 18px;
    line-height: 23px;
    background: #ffc631;
}

.footer_main-block form input[type="submit"]:hover {
    border-color: #ffc631;
    background: #ffc631;
}

.footer_main-block form input[type="email"] {
    padding: 17px 19px !important;
    height: 60px !important;
}

.footer_main-block form input[type="email"].wpcf7-not-valid {
    margin-bottom: 15px;
}

.widgets .widgets_widget--newsletter form input[type="submit"] {
    max-height: 64.5px;
}

.widgets .widgets_widget--newsletter form input[type="email"].wpcf7-not-valid {
    margin-bottom: 15px;
}

.widgets_widget-title {
    font-size: 26px;
}

.blog_feed-item_wrapper .text-wrapper .title {
    font-size: 30px;
}

@media (max-width: 768px) {
    .footer_secondary-copyright {
        width: 100%;
    }

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

    .feedback.section .feedback_header a.btn {
        margin-bottom: 20px;
    }

    .numbers_video {
        margin-top: 30px;
    }

    .post.section-nopb {
        padding-bottom: 0px;
    }

}

@media (max-width: 321px) {
    .hero {
        padding-top: 120px;
    }

    .skills_img {
        margin-top: 50px;
    }

    .blog .widgets_widget--newsletter .form .field {
        width: 100%;
        margin-bottom: 30px;
    }
}

.faq.section-nopb .faq_header .text {
    margin-top: 20px;
}

.faq_header {
    margin-bottom: 50px;
}

.contact.section .contact_header .text {
    margin-top: 20px;
}

.process.section.primary-bg p.process_text {
    margin-top: 20px;
}

.services_slider-slide .text-wrapper .btn {
    margin-bottom: 20px;
}

.advantages_header .text {
    margin-bottom: 30px;
}

.advantages_img {
    margin-top: 50px;
}

.faq.section .faq_header p.text {
    margin-top: 20px;
}

@media (min-width: 48em) {
    #tns1>.tns-item {
        padding-right: 30px !important;
    }
}

@media (max-width: 1200px) {
    .blog_feed-item_wrapper .img-wrapper::before {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .blog>.justify-content-md-between {
        justify-content: center !important;
    }

    .blog>.justify-content-md-between>.col-md-8 {
        width: 100%;
    }
}

.post_reply .post_reply-form_btn {
    margin-top: 15px;
}

@media (max-width: 991px) {
    .post_reply .post_reply-form_btn {
        margin-bottom: 100px;
    }
}

@media (max-width: 500px) {
    .widgets_widget--newsletter .form .field {
        width: 100%;
    }
}

.contact_info .socials {
    margin-bottom: 20px;
}

.header_navbar .link--single:before {
    display: none !important;
}

.header_navbar-nav_list .list-item .dropdown-content {
    margin-top: 18px;
}

.error_message .btn:hover {
    bottom: 0px;
}

.about_header .about_header-list img {
    max-width: 40px;
    height: 40px;
    margin-right: 30px;
    display: block;
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.partners_card .partners-img {
    max-height: 123px;
    width: auto;
}

.progress-step .progress-marker::after {
    background-color: #ffc631;
}

.features_card img.features_card-icon {
    filter: invert(76%) sepia(78%) saturate(745%) hue-rotate(0deg) brightness(96%) contrast(104%);
}

.features_card--alt img.features_card-icon {
    filter: invert(15%) sepia(7%) saturate(5407%) hue-rotate(191deg) brightness(89%) contrast(109%);
}

.elementor-section-wrap>section.elementor-element:first-child .elementor-container {
    min-height: 300px;
}

.single-project section.gallery {
    margin-top: 80px;
}

.single-project section.feedback {
    padding-bottom: 80px;
}

.single-service section.faq {
    padding-top: 0px;
}

div.dialog-lightbox-widget {
    display: none;
}

.post .post_article br {
    display: none;
}


/******** Woocommerce ***********/

.woocommerce a,
.page-template-woocommerce-template a {
    color: #fff;
    text-decoration: none;
}

.swiper-container {
    width: 100%;
    margin-bottom: 15px;
}

.gallery-main .swiper-slide img {
    width: 100%;
    height: auto;
}

.gallery-thumbs .swiper-slide {
    width: auto;
    cursor: pointer;
    opacity: 0.6;
}

.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

@media (min-width: 991px) {
    .shop-details-area .product-gallery {
        float: left;
        width: 48%;
        clear: none;
        overflow: hidden;
    }

    .shop-details-area .product-gallery .gallery-thumbs .swiper-wrapper,
    .shop-details-area .product-gallery .gallery-thumbs {
        height: auto;
    }
}

.woocommerce .swiper-button-next,
.swiper-rtl .swiper-button-prev,
.woocommerce .swiper-button-prev,
.swiper-rtl .swiper-button-next {
    display: none;
}

.shop-details-area .product {
    margin-top: 60px;
}

.shop-details-area {
    padding-top: 90px;
    padding-bottom: 90px;
}

h1.product_title {
    margin-bottom: 30px;
    font-size: 42px;
    color: #000810;
    text-transform: capitalize;
    margin-top: 10px !important;
    font-weight: 700;
}

.woocommerce a.woocommerce-review-link:hover {
    color: var(--main-color);
}

.shop-details-area p.price {
    color: var(--main-color-2) !important;
    font-size: 32px !important;
    margin-bottom: 25px;
    font-weight: 600;
}

div.woocommerce-product-details__short-description {
    padding: 30px 0;
    border-top: 1px solid rgba(13, 165, 116, 0.2);
    padding-bottom: 20px;
}

.shop-details-area form.cart input[type="number"] {
    background: #cccccc54;
    border: none;
    height: 59px;
    padding-left: 15px;
    width: 59px;
    padding-right: 10px;
    outline: none;
    margin-left: -5px;
    margin-right: -4px;
    font-weight: 600;
    font-size: 17px;
    position: relative;
}

.shop-details-area p {
    font-family: Roboto, sans-serif !important;
    font-size: 19px !important;
    line-height: 1.5 !important;
    color: #000810 !important;
}

.shop-details-area .single_add_to_cart_button {
    font-family: Archivo, sans-serif !important;
    font-weight: 700 !important;
    padding: 18px 30px !important;
    color: #000810 !important;
    font-size: 18px !important;
    line-height: 23px !important;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    background: #ffc631 !important;
    text-transform: uppercase !important;
    position: relative;
    bottom: 0px;
    display: inline-block;
    text-align: center;
    border-radius: 0 !important;
    margin-left: 10px !important;
}

.shop-details-area .single_add_to_cart_button:hover {
    bottom: 5px;
}

.shop-details-area div.product_meta span.posted_in,
.shop-details-area div.product_meta span.tagged_as,
.grid__quick__view__modal .modal-body .product_meta span.posted_in {
    display: block;
    padding-top: 15px;
    font-family: Roboto, sans-serif !important;
    font-size: 19px !important;
    line-height: 1.5 !important;
}

.shop-details-area div.product_meta span.posted_in a,
.shop-details-area div.product_meta span.tagged_as a,
.grid__quick__view__modal .modal-body .product_meta span.posted_in a {
    color: #000810;
}

.shop-details-area div.product_meta span.posted_in a:hover,
.shop-details-area div.product_meta span.tagged_as a:hover,
.grid__quick__view__modal .modal-body .product_meta span.posted_in a:hover {
    color: var(--main-color);
}

.yith-wcwl-add-to-wishlist-button {
    font-family: Roboto, sans-serif !important;
    font-size: 19px !important;
    line-height: 1.5 !important;
    color: #000810 !important;
}

.woocommerce-tabs {
    padding-top: 60px;
}

.woocommerce-tabs ul.tabs {
    margin-bottom: 50px !important;
    padding-left: 0px !important;
}

.woocommerce-tabs ul.tabs li {
    padding: 0px !important;
    margin-left: 0px !important;
    margin-right: 30px;
    border: none !important;
    margin-right: 30px !important;
    background: none !important;
}

.woocommerce-tabs ul.tabs li a {
    font-size: 17px;
    font-weight: 600 !important;
    padding: 20px 40px !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 1;
    border: 2px solid #ccc;
    color: #000810 !important;
    font-family: Archivo, sans-serif;
}

.woocommerce-tabs ul.tabs li.active a {
    background: var(--main-color);
    border-color: var(--main-color);
    color: #000810 !important;
}

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

.woocommerce-tabs .woocommerce-Tabs-panel>h2 {
    display: none;
}

.woocommerce-tabs #tab-attributes table {
    width: 70%;
}

#tab-attributes table th,
#tab-attributes table tr,
#tab-attributes table td {
    padding: 12px;
    padding-left: 15px;
    border: 1px solid #ccc;
    color: #1b1b1b;
}

.woocommerce #reviews #comments ol.commentlist {
    padding-left: 0px;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
    width: 72px;
    background: transparent;
    border: none;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    border: none;
    padding: inherit;
    padding-left: 50px;
}

.woocommerce-Reviews .comment-text p.meta strong {
    font-weight: 600;
    font-size: 22px;
    line-height: 23px;
    text-transform: capitalize;
    font-family: Archivo, sans-serif;
}


.woocommerce-review__dash {
    display: none;
}

.woocommerce-Reviews .comment-text p.meta time {
    text-transform: uppercase;
    font-family: Archivo, sans-serif;
    font-weight: 500;
    color: #202c38;
    font-size: 14px;
    line-height: 22px;
    margin-left: 40px;
}

div.woocommerce-Reviews .comment-form label {
    font-size: 17px !important;
    color: #000810 !important;
    font-family: Roboto, sans-serif !important;
    font-weight: 400 !important;
    margin-bottom: 5px;
}

.woocommerce #respond input#submit {
    font-family: Archivo, sans-serif;
    font-weight: 700;
    padding: 18px 30px;
    color: #000810;
    font-size: 18px;
    line-height: 23px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    background: var(--main-color);
    text-transform: uppercase;
    position: relative;
    bottom: 0;
    display: inline-block;
    text-align: center;
    border-radius: 0px;
}

.woocommerce #respond input#submit:hover {
    bottom: 5px;
    background: var(--main-color);
    color: #000810;
}

.woocommerce-Reviews .comment-form-rating p.stars {
    width: 80%;
    display: inline-block;
    position: relative;
    top: 4px;
    left: 10px;
}

.shop-details-area section.related.products {
    display: none;
}

.recent-shop-area {
    background: #f8f8f8;
    padding-bottom: 90px;
    padding-top: 90px;
}

.rooms2 .item {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.rooms2 .item:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.09, 1.09);
    transform: scale(1.09, 1.09);
    -webkit-filter: brightness(70%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.rooms2 .item .category {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 3;
    writing-mode: vertical-rl;
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    text-orientation: mixed;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 10px 3px;
    line-height: 1.5em;
}

.shop-area .item .category {
    background: var(--main-color);
    border: none !important;
}

.rooms2 .item .actions {
    height: 100%;
    position: absolute;
    left: 0;
    top: 45%;
    right: 0;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 3;
    margin-top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.rooms2 .item:hover .actions {
    visibility: visible;
    opacity: 1;
}

.shop-area .product-item .actions .add_to_cart_inline {
    border: none !important;
    padding: 0px !important;
    margin: 0px;
    display: flex;
}

.shop-area .product-item .actions .add_to_cart_inline span.woocommerce-Price-amount {
    display: none;
}

.rooms2 .item .actions a.icon-btn,
.wishlist-icon a.yith-wcwl-add-to-wishlist-button {
    border-radius: 50%;
    height: 45px;
    line-height: 45px;
    background: #fff;
    width: 45px;
    margin-right: 10px;
    cursor: pointer;
    color: #1b1b1b;
}

.rooms2 .item .actions a.icon-btn:hover i {
    color: #000810;
}

.rooms2 .item .con {
    padding: 20px;
    position: absolute;
    left: 0;
    width: 100%;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-align: left;
    z-index: 20;
    height: auto;
    box-sizing: border-box;
    background: -moz-linear-gradient(top, transparent 0, rgba(0, 0, 0, .1) 2%, rgba(0, 0, 0, .75) 90%);
    background: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, .01) 2%, rgba(0, 0, 0, .75) 90%);
    background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .01) 2%, rgba(0, 0, 0, .75) 90%);
}

.shop-area .item .con {
    bottom: -32px;
}

.rooms2 .item:hover .con {
    bottom: 0px;
}

.line {
    width: 60px;
    border-top: 1px solid rgba(255, 255, 255, 0.2) !important;
    margin-bottom: 10px;
}

.rooms2 .item:hover .line {
    width: 100%;
    transition-property: all;
    transition-duration: 0.8s;
    transition-timing-function: ease-in-out;
}

.shop-area h4.shop a {
    color: #fff;
}

.wishlist-icon a.yith-wcwl-add-to-wishlist-button span.yith-wcwl-add-to-wishlist-button__label {
    display: none;
}

.shop-area i.ti-shopping-cart {
    color: #000810;
}

.shop-area a:hover i.ti-shopping-cart {
    color: #000810;
}

.rooms2 .item .actions a.add_to_cart_button:hover,
.rooms2 .item .actions a.icon-btn:hover {
    background: var(--main-color);
    color: #000810 !important;
}

.wishlist-icon a.yith-wcwl-add-to-wishlist-button svg.yith-wcwl-add-to-wishlist-button-icon {
    width: 22px;
    color: currentColor;
}

.wishlist-icon a.yith-wcwl-add-to-wishlist-button:hover {
    display: flex;
    background: var(--main-color);
}

.wishlist-icon a.yith-wcwl-add-to-wishlist-button:hover svg {
    color: #000810 !important
}

.recent-shop-area .product-item {
    max-height: 412px;
}

.grid__quick__view__modal .modal-dialog.modal__wraper {
    top: 80px;
    max-width: 1050px !important;
    max-height: 720px !important;
}

.grid__quick__view__modal .modal-body {
    padding: 30px;
    border-radius: 0px;
}

.grid__quick__view__modal .modal-body h2.product_title {
    margin-top: 10px !important;
    margin-bottom: 10px;
    font-size: 42px;
    text-transform: capitalize;
    font-weight: 700;
}

.grid__quick__view__modal .modal-body h2.product_title a {
    color: #000810;
}

.grid__quick__view__modal .modal-body .woocommerce-product-rating span.rating-count {
    letter-spacing: 0.5px;
}

.grid__quick__view__modal .modal-body div.price {
    color: var(--main-color-2) !important;
    font-size: 32px !important;
    margin-top: 25px;
    padding-bottom: 25px;
    font-weight: 600;
    font-family: Roboto, sans-serif !important;
    line-height: 1.5 !important;
}

.grid__quick__view__modal .modal-body .quantity {
    float: left;
    margin: 0 4px 0 0;
}

.grid__quick__view__modal .modal-body .quantity input[type="number"] {
    background: #cccccc54;
    border: none;
    height: 59px;
    padding-left: 15px;
    width: 60px;
    padding-right: 10px;
    outline: none;
    margin-left: -4px;
    margin-right: -5px;
    text-align: center;
    font-weight: 600;
}

.grid__quick__view__modal .modal-body form.cart button[type="submit"] {
    font-family: Archivo, sans-serif !important;
    font-weight: 700 !important;
    padding: 18px 30px !important;
    color: #000810 !important;
    font-size: 18px !important;
    line-height: 23px !important;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    background: #ffc631 !important;
    text-transform: uppercase !important;
    position: relative;
    bottom: 0px;
    display: inline-block;
    text-align: center;
    border-radius: 0 !important;
    margin-left: 10px !important;
}

.grid__quick__view__modal .modal-body form.cart button[type="submit"]:hover {
    bottom: 5px;
}

.grid__quick__view__modal .modal-body .swiper-slide img.img-thumbnail {
    border: none;
    padding: 0px;
    border-radius: 0px;
}

.grid__quick__view__modal .modal-body .swiper-pagination-bullet-active {
    background: var(--main-color);
}

.grid__quick__view__modal .modal-body .product-wishlist {
    float: left;
    margin-top: 25px !important;
}

.grid__quick__view__modal .modal-body .product-wishlist a.yith-wcwl-add-to-wishlist-button {
    display: flex;
    align-items: center;
    margin-inline: 0;
    justify-content: flex-start;
    gap: 10px;
}


.grid__quick__view__modal .modal-body .product_meta {
    display: block;
    width: 100%;
    float: left;
}

.grid__quick__view__modal .modal-body .product_meta a:hover {
    color: var(--main-color);
}

.product-related .owl-theme .owl-dots .owl-dot.active span,
.product-related .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--main-color);
    border: 1px solid var(--main-color);
}

.product-related .owl-theme .owl-dots .owl-dot span {
    border: 1px solid var(--main-color);
}

.woocommerce .loader::before {
    display: none;
}

.grid__quick__view__modal .modal-content button.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    color: #272727;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: .375rem;
    opacity: .5;
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
    z-index: 99;
    outline: none;
}

.woocommerce .rooms2 ul.products li.product a img {
    margin-bottom: 0px;
}

.woocommerce .rooms2 ul.products li.product span.category div.star-rating {
    display: none;
}


.shop-area .item .con h2.woocommerce-loop-product__title {
    text-transform: capitalize;
    font-size: 28px !important;
    margin-bottom: 15px !important;
    font-weight: 700;
}

.shop-area .item .con a:hover h2.woocommerce-loop-product__title {
    color: #fff;
}

.product-item .con h4.shop {
    text-transform: capitalize;
    font-size: 28px !important;
    margin-bottom: 20px !important;
    font-weight: 700;
    padding: 0px !important;
}

.woocommerce .woocommerce-result-count {
    border: 2px solid #eee;
    padding: 17px 30px;
    text-align: center;
    display: inline-block;
    margin-bottom: 60px;
    font-size: 18px;
    line-height: 1.75em;
    color: #000810;
    font-weight: 500;
}

.shop-area .woocommerce-ordering select {
    font-size: 18px;
    line-height: 1.75em;
    color: #000810;
    border: 2px solid #eee;
    border-radius: 0;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 250px;
    padding-right: 30px;
    background: url(../axial/assets/img/arrow.png) no-repeat right center;
    background-position: calc(100% - 20px) center;
    background-size: 13px;
    height: 66px;
    padding-left: 30px;
    outline: none;
    font-weight: 500;
}

.rooms2 .item .actions a.add_to_cart_button {
    border-radius: 50%;
    height: 45px;
    width: 45px;
    line-height: 27px;
    background: #fff;
    margin-top: 0px !important;
    margin-right: 10px;
    padding: 8px 15px;
}


.shop-area .item a.added i.ti-shopping-cart {
    display: none;
}

.shop-area .item a.added::after {
    margin-left: -1px;
}

.shop-area .item .added_to_cart {
    border-radius: 50%;
    height: 45px;
    line-height: 26px;
    background: #fff;
    margin-top: 0px !important;
    margin-right: 10px;
    color: transparent;
    width: 45px;
}

.shop-area .item .added_to_cart:hover {
    background: var(--main-color);
}

.shop-area .item .added_to_cart::before {
    content: "\e60d";
    font-family: 'themify';
    position: relative;
    left: 15px;
    speak: none;
    color: #333;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    top: 2px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.woocommerce .shop-area ul.products li.product {
    margin-bottom: 1.992em;
}

@media(min-width: 991px) {
    .shop-sidebar {
        margin-left: 25px;
    }
}

.shop-sidebar .shop-widget {
    margin-bottom: 40px;
    padding: 40px 30px;
    overflow: hidden;
    border: 1px solid #c8c8c8;
}

.shop-sidebar .shop-widget .widget-title h6 {
    font-size: 26px;
    margin-bottom: 30px;
    text-transform: capitalize;
    line-height: 1.2;
    font-family: Archivo, sans-serif;
    font-weight: 700;
}

.shop-sidebar .widget_product_tag_cloud .widget-title h6 {
    margin-bottom: 10px;
}

.shop-sidebar .widget_product_search {
    padding: 0px;
    margin-bottom: 0px;
    border: none;
}

.woocommerce-product-search i.icon-search {
    font-size: 24px;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    background-color: var(--main-color);

}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    top: -0.2em;
}


.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background-color: #aaa;
    margin-top: 30px;
    margin-bottom: 35px;
}

.woocommerce .widget_price_filter .price_slider_amount .button {
    font-family: Archivo, sans-serif;
    font-weight: 700;
    padding: 12px 30px;
    color: #000810;
    font-size: 18px;
    line-height: 23px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    background: #ffc631;
    text-transform: uppercase;
    position: relative;
    bottom: 0;
    display: inline-block;
    text-align: center;
    border-radius: 0px;
}

.woocommerce .widget_price_filter .price_slider_amount .button:hover {
    bottom: 5px;
}

.woocommerce.widget_product_categories ul.product-categories li {
    border-bottom: 1px solid #e9e6e6;
    padding-bottom: 15px;
    margin-top: 15px;
}

.woocommerce.widget_product_categories ul.product-categories li:first-child {
    margin-top: 0;
}

.woocommerce.widget_product_categories ul.product-categories li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}


.widget_product_categories ul.product-categories li a {
    color: #000810;
}

.woocommerce.widget_product_categories ul.product-categories li a {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    font-size: 18px;
    line-height: 23px;
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
    font-weight: 600;
    text-transform: uppercase;
    font-family: Archivo, sans-serif;
}

.woocommerce.widget_product_categories ul.product-categories li:hover a {
    color: var(--main-color-2);
}

.woocommerce.widget_product_categories ul.product-categories li a:before {
    content: "\e909";
    font-family: icomoon !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: 15px;
    font-size: 16px;
    margin-bottom: 3px;
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
}

.woocommerce.widget_product_categories ul.product-categories li:hover a:before {
    color: var(--main-color-2);
}

.shop-sidebar ul.product-categories {
    padding-left: 0px;
    margin-bottom: 0px;
}

.shop-sidebar .woocommerce.widget_product_tag_cloud .tagcloud a {
    border: 1px solid #e9e6e6;
    padding: 10px 20px;
    display: inline-block;
    margin-top: 20px;
    margin-right: 15px;
    font-size: 14px !important;
    line-height: 22px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    text-transform: uppercase;
    color: #000810;
}

.shop-sidebar .woocommerce.widget_product_tag_cloud .tagcloud a:hover {
    border-color: #001f3f;
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
}

.widget_top_rated_products ul.product_list_widget div.star-rating,
.widget_products ul.product_list_widget div.star-rating {
    display: none;
}

.shop-sidebar .widget_top_rated_products ul.product_list_widget li,
.shop-sidebar .widget_products ul.product_list_widget li {
    padding: 10px 0;
}

.shop-sidebar .widget_top_rated_products ul.product_list_widget li img,
.shop-sidebar .widget_products ul.product_list_widget li img {
    float: left;
    width: 100px;
    margin-right: 25px;
}

.shop-sidebar .widget_top_rated_products ul.product_list_widget li span.product-title,
.shop-sidebar .widget_products ul.product_list_widget li span.product-title {
    position: relative;
    top: 12px;
    color: #000810;
    font-size: 19px;
    font-weight: 700;
    text-transform: capitalize;
    font-family: Archivo, sans-serif;
}

.shop-sidebar .widget_top_rated_products ul.product_list_widget li span.woocommerce-Price-amount,
.shop-sidebar .widget_products ul.product_list_widget li span.woocommerce-Price-amount {
    position: relative;
    top: 18px;
    font-size: 17px;
    letter-spacing: 0.5px;
    color: var(--main-color-2);
    font-weight: 500;
}

.shop-sidebar .widget_top_rated_products ul.product_list_widget li bdi,
.shop-sidebar .widget_products ul.product_list_widget li bdi {
    font-size: 16px;
}

.shop-sidebar .widget_top_rated_products ul.product_list_widget .woocommerce-Price-currencySymbol,
.shop-sidebar .widget_products ul.product_list_widget .woocommerce-Price-currencySymbol {
    font-size: 16px;
    letter-spacing: 1px;
}

.shop-sidebar .widget_top_rated_products ul.product_list_widget li span.product-title:hover,
.shop-sidebar .widget_products ul.product_list_widget li span.product-title:hover {
    color: var(--main-color-2);
}

.woocommerce nav.woocommerce-pagination ul li {
    display: inline-block;
    margin-right: 30px;

}

.woocommerce nav.woocommerce-pagination ul li a {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 16px;
    line-height: 22px;
    color: #a9a9a9;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    font-family: Roboto, sans-serif;
    margin-top: 1px;
}


.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
    color: #202c38;
    font-weight: 500;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 18px;
    line-height: 23px;
    background: none;
}


.woocommerce nav.woocommerce-pagination ul li span.current {
    letter-spacing: 0px;
}

.woocommerce-pagination ul.page-numbers,
.woocommerce-pagination ul.page-numbers li {
    border: none !important;
}

.shop-sidebar .shop-widget form input[type="search"] {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 75%;
    padding: 16px 30px;
    border: 1px solid #c8c8c8;
    border-right: none;
    font-size: inherit;
    line-height: inherit;
}

.shop-sidebar .shop-widget form input[type="search"]::placeholder {
    font-family: Roboto, sans-serif;
    font-size: 19px;
    color: #a9a9a9;
}

.shop-sidebar .shop-widget form button {
    font-family: Archivo, sans-serif;
    font-weight: 700;
    padding: 18px 30px;
    color: #000810;
    font-size: 18px;
    line-height: 23px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    background: #ffc631;
    text-transform: uppercase;
    position: relative;
    bottom: 0;
    display: inline-block;
    text-align: center;
}

.shop-sidebar .shop-widget form.woocommerce-product-search {
    margin-bottom: 40px;
    display: flex !important;
    flex-wrap: nowrap !important;
}

.recent-shop-area .owl-theme .owl-dots .owl-dot.active span,
.recent-shop-area .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--main-color);
    border: 1px solid var(--main-color);
}

.recent-shop-area .owl-theme .owl-dots .owl-dot span {
    border: 1px solid var(--main-color);
    background: transparent;
}

.woocommerce .page-cart form table {
    width: 100%;
    text-align: center !important;
    margin-bottom: 80px !important;
    border-collapse: collapse !important;
}

.page-cart form table thead.bg-primary {
    background-color: var(--main-color) !important;
    color: #fff;
}

.page-cart form.woocommerce-cart-form table.shop_table thead tr th {
    text-transform: uppercase;
    border-collapse: collapse;
    font-weight: 500;
    font-size: 15px;
    color: #000810;
    font-family: Archivo, sans-serif;
    font-weight: 700;
}

table.dlab-cart-tbl thead tr>th:last-child {
    border-right: 1px solid var(--main-color);
}

.page-cart .cart_item .product-thumbnail img {
    width: 180px;
    padding: 15px;
}

.woocommerce a.remove {
    font-size: 36px;
    color: var(--main-color) !important;
    width: inherit !important;
    margin-bottom: 5px;
}

.woocommerce a.remove:hover {
    background: none;
    color: var(--main-color) !important;
}

#coupon_code {
    height: 57px !important;
    border: 2px solid #dee2e6;
    padding: 0 15px;
    margin-right: 10px;
    width: 50%;
    display: inline-block;
    background: #fff;
}

form.checkout_coupon #coupon_code {
    width: 100%;
    line-height: 60px;
}

.coupon-cart .coupon {
    width: 70%;
}

.page-cart form.woocommerce-cart-form table.shop_table .coupon-cart {
    text-align: left;
    padding: 40px;
}

.page-cart form.woocommerce-cart-form table.shop_table .coupon button[type="submit"] {
    float: none;
    background: var(--main-color);
    height: inherit;
    border: 0;
    border-radius: 0;
    color: #000810 !important;
    display: inline-block;
    font-size: 17px;
    line-height: 1;
    margin-bottom: 4px;
    padding: 19px 50px;
    text-align: center;
    text-transform: uppercase;
    touch-action: manipulation;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
    border: 1px solid var(--main-color);
    outline: none;
    font-family: Archivo, sans-serif !important;
    font-weight: 700 !important;
    position: relative;
    bottom: 0;
}

.page-cart form.woocommerce-cart-form table.shop_table .coupon button[type="submit"]:hover {
    bottom: 5px;
}

.page-cart form.woocommerce-cart-form table.shop_table .coupon-cart button[name="update_cart"] {
    float: right;
    background: var(--main-color);
    height: inherit;
    border: 0;
    border-radius: 0;
    color: #000810;
    display: inline-block;
    font-size: 17px;
    line-height: 1;
    margin-bottom: 0;
    padding: 19px 50px;
    text-align: center;
    text-transform: uppercase;
    touch-action: manipulation;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
    border: 1px solid var(--main-color);
    outline: none;
    font-family: Archivo, sans-serif !important;
    font-weight: 700 !important;
    position: relative;
    bottom: 0;
}

.page-cart form.woocommerce-cart-form table.shop_table .coupon-cart button[name="update_cart"]:hover {
    bottom: 5px;
}

.woocommerce-cart-form__cart-item td.product-name a,
.wishlist_table td.product-name a {
    font-weight: 500;
    color: #000810;
    font-size: 17px;
    font-family: Roboto, sans-serif;
}

.product-quantity .quantity input {
    background: #f5f5f5;
    text-align: center;
    height: 59px;
    width: 120px !important;
    color: #6f7172;
    font-size: 17px;
    font-weight: normal;
    border: 0;
    outline: none;
    position: relative;
    bottom: 1px;
    margin-left: -2px !important;
    margin-right: -1px !important;
}

.wc-proceed-to-checkout a {
    background-color: var(--main-color) !important;
    font-size: 17px !important;
    padding: 20px 50px !important;
    text-transform: uppercase;
    width: 70% !important;
    border-radius: 0px !important;
    transition: all 0.3s ease 0s;
    margin-top: 10px !important;
    border: 1px solid var(--main-color) !important;
    outline: none;
    color: #000810 !important;
    font-family: Archivo, sans-serif !important;
    font-weight: 700 !important;
    position: relative;
    bottom: 0;
}

.wc-proceed-to-checkout a:hover {
    bottom: 5px;
}

.cart-collaterals table.shop_table {
    border-collapse: collapse !important;
}

.woocommerce .page-cart table.shop_table,
.woocommerce .page-cart table.shop_table td,
.woocommerce .page-cart table.shop_table tr,
.woocommerce .page-cart table.shop_table th {
    border: 1px solid #a1a09f !important;
    color: #000810;
    font-size: 17px;
    font-family: Roboto, sans-serif;
    font-weight: 500;
}


.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    border-top-color: var(--main-color);
    margin: auto !important;
    margin-bottom: 2em !important;
    color: #333;
    outline: none;
    max-width: 1290px;
}

.woocommerce-cart .woocommerce-error,
.woocommerce-cart .woocommerce-info,
.woocommerce-cart .woocommerce-message,
.woocommerce-checkout .woocommerce-error,
.woocommerce-checkout .woocommerce-info,
.woocommerce-checkout .woocommerce-message {
    margin-top: 5em !important;
}

p.return-to-shop {
    text-align: center;
    margin-bottom: 100px;
    margin-top: 75px;
}

p.return-to-shop a {
    padding: 19px 30px !important;
    color: #000810 !important;
    background-color: var(--main-color) !important;
    border-radius: 0px !important;
    text-transform: uppercase;
    font-size: 17px !important;
    font-weight: 700 !important;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    font-family: Archivo, sans-serif !important;
    border: 1px solid var(--main-color) !important;
    position: relative;
    bottom: 0px;
}

p.return-to-shop a:hover {
    bottom: 5px;
}

.woocommerce-input-wrapper {
    width: 100%;
}

.woocommerce-checkout input[type="text"],
.woocommerce-checkout input[type="password"],
.woocommerce-checkout input[type="email"],
.woocommerce-checkout input[type="tel"] {
    background: #ffffff;
    border: 1px solid #eaedff;
    border-radius: 0 !important;
    height: 45px !important;
    padding: 0 0 0 10px;
    width: 100%;
}

.mb-100 {
    margin-bottom: 100px;
}

.mt-100 {
    margin-top: 100px;
}

.order-notes .woocommerce-shipping-fields {
    margin-top: 30px;
}

.coupon-area .woocommerce-additional-fields .woocommerce-input-wrapper textarea {
    min-height: 150px;
}

.woocommerce-additional-fields label[for="order_comments"] {
    margin-bottom: 10px;
}

.woocommerce-checkout .select2-search--dropdown {
    background: #fff;
}

.woocommerce-checkout .woocommerce-checkout-payment .woocommerce-info {
    margin: 0px !important;
}

input.update-cart,
button#place_order,
.woocommerce-form-login button.woocommerce-form-login__submit {
    float: right;
    background: var(--main-color) !important;
    height: inherit;
    border-radius: 0;
    color: #000810 !important;
    display: inline-block;
    font-size: 17px;
    line-height: 1;
    margin-bottom: 0;
    padding: 16px 32px;
    text-align: center;
    text-transform: uppercase;
    touch-action: manipulation;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
    font-weight: 700;
    outline: none;
    border: 1px solid var(--main-color) !important;
    font-family: Archivo, sans-serif !important;
    position: relative;
    bottom: 0px;
}

.woocommerce a.woocommerce-privacy-policy-link {
    color: #000810;
}

button#place_order {
    margin-top: 10px;
}

button#place_order:hover,
.woocommerce-form-login button.woocommerce-form-login__submit:hover {
    bottom: 5px;
}

.account-area,
.login-area {
    padding: 100px 0;
    margin-bottom: 60px;
}

.woocommerce-MyAccount-navigation ul li a {
    width: 220px;
    color: #000810;
    padding: 12px 20px;
    background: var(--main-color);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 17px;
    margin-bottom: 3px;
    cursor: pointer;
    transition: all 0.3s ease-out;
    display: inline-block;
    border: 1px solid var(--main-color);
    font-family: Archivo, sans-serif;
}

.woocommerce-MyAccount-content p {
    font-size: 16px;
}

.woocommerce-MyAccount-content p strong,
.woocommerce-MyAccount-content p a {
    color: #000810;
}

.woocommerce-MyAccount-content p strong {
    font-weight: 600;
}

.woocommerce-MyAccount-content .woocommerce-info a {
    background-color: var(--main-color);
    color: #000810;
    font-weight: 700;
    padding: 13px 25px;
    text-transform: uppercase;
    font-size: 17px;
    border-radius: 0px;
    transition: all 0.3s ease-out;
    border: 1px solid var(--main-color);
    font-family: Archivo, sans-serif;
}

.woocommerce-MyAccount-content .woocommerce-info a:hover {
    background-color: var(--main-color);
    color: #000810;
}

.account-area .woocommerce-MyAccount-content .woocommerce-info {
    margin-top: 0px !important;
}

.woocommerce-MyAccount-content .col2-set .col-1,
.woocommerce-MyAccount-content .col2-set .col-2 {
    max-width: 100%;
    margin-top: 30px;
    padding-left: 0px;
    float: none;
}

.woocommerce-MyAccount-content .addresses .woocommerce-Address {
    width: 80%;
}

.woocommerce-MyAccount-content .addresses .woocommerce-Address h2 {
    float: left;
    text-transform: capitalize;
}

.woocommerce-Addresses .woocommerce-Address-title a {
    color: var(--main-color);
}

.woocommerce-Addresses address {
    margin-top: 10px;
    margin-bottom: 50px;
}

.woocommerce-account input[type="text"],
.woocommerce-account input[type="password"],
.woocommerce-account input[type="email"],
.woocommerce-account input[type="tel"] {
    background: #ffffff;
    border: 2px solid #eaedff;
    border-radius: 0;
    height: 40px;
    padding: 0 0 0 10px;
    width: 100%;
}

.woocommerce-EditAccountForm label {
    margin-top: 0px;
    margin-left: 0px;
    color: #212529;
    width: 100%;
}

.woocommerce-account fieldset legend {
    padding-top: 30px;
    color: #000810;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: Archivo, sans-serif;
}

.woocommerce-MyAccount-content form.woocommerce-EditAccountForm span.password-input {
    width: 70%;
    margin: 5px 0;
}

.woocommerce-account .woocommerce-MyAccount-content p .woocommerce-Button {
    font-weight: 700;
    background: var(--main-color);
    color: #000810;
    padding: 14px 25px;
    margin: 0;
    position: relative;
    font-size: 17px;
    text-transform: uppercase;
    margin-top: 15px;
    outline: none;
    border-radius: 0px;
    border: 1px solid var(--main-color);
    font-family: Archivo, sans-serif;
}

.basic-login span.password-input {
    width: 100%;
}


.basic-login {
    padding: 70px;
    margin-right: auto;
    margin-left: auto;
    border: 2px solid #eaedff;
    width: 100%;
    max-width: 500px;
}

.basic-login form.login {
    padding: 0px;
    margin-bottom: 0px;
    border: none;
}

.basic-login form .form-row {
    padding: 0px;
}

.basic-login .woocommerce-form-login label {
    margin-left: 0px;
}

.woocommerce-account .basic-login input[type="text"],
.woocommerce-account .basic-login input[type="password"] {
    background: #ffffff;
    border-radius: 0;
    height: 50px;
    padding: 0 0 0 10px;
    width: 100% !important;
    margin-bottom: 10px !important;
    margin-top: 5px !important;
}

.woocommerce-form-login .woocommerce-form-login__rememberme {
    margin-bottom: 25px;
}

.woocommerce-form-login button.woocommerce-form-login__submit {
    width: 100%;
    margin-right: 0px !important;
}

p.woocommerce-LostPassword {
    margin-top: 20px;
}

.password-area {
    padding: 120px;
    margin-bottom: 60px;
}

.password-area form.lost_reset_password {
    margin-left: auto;
    margin-right: auto;
    padding: 90px;
    border: 2px solid #eaedff;
    max-width: 600px;
}

.page-wishlist {
    padding-top: 100px;
    padding-bottom: 100px;
}

.woocommerce .page-wishlist table.shop_table {
    border-collapse: collapse;
    font-size: 17px;
}

.wishlist_table thead tr th {
    background: var(--main-color);
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400 !important;
}

.wishlist_table span.woocommerce-Price-amount {
    color: #000810;
}

table.wishlist_table.shop_table .product-remove {
    min-width: 60px;
}

table.wishlist_table tr th.product-thumbnail {
    width: auto;
    text-align: center;
}

.page-wishlist .wishlist-items-wrapper .product-thumbnail {
    min-width: 100px;
    text-align: center;
}

.wishlist_table tr td.product-thumbnail a {
    max-width: inherit;
}

.wishlist_table tr td.product-thumbnail a img {
    max-width: 150px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.wishlist_table .product-add-to-cart a {
    color: #333;
    font-size: 20px;
}

table.wishlist_table tr th.product-name,
.wishlist_table tr td.product-name {
    text-align: center;
}

.woocommerce p.stars a::before {
    color: var(--main-color);
}

.woocommerce .star-rating::before,
.woocommerce .star-rating::after {
    display: none;
}

.woocommerce .star-rating {
    width: 5.8em !important;
    color: var(--main-color);
    border-bottom: none;
}

div#review_form_wrapper form.comment-form {
    margin-top: 15px;
}

.woocommerce #reviews #comments h2,
div.woocommerce-Reviews span.comment-reply-title {
    color: #000;
    font-size: 28px;
    font-weight: 700 !important;
    text-transform: capitalize;
    font-family: Archivo, sans-serif;
}

.woocommerce-Reviews .comment-form .comment-form-author input,
.woocommerce-Reviews .comment-form .comment-form-email input {
    padding: 15px 20px;
    border: 1px solid #a9a9a9;
    width: 100%;
    max-width: 70%;
    display: block;
    margin-bottom: 30px;
}

.woocommerce-Reviews .comment-form .comment-form-rating label {
    font-size: 17px !important
}

.woocommerce-Reviews .comment-form textarea {
    min-height: 160px;
    padding: 15px 20px;
    border: 1px solid #a9a9a9;
    max-width: 70%;
    display: block;
    margin-bottom: 30px;
}

.woocommerce #reviews #comments h2 {
    margin-bottom: 20px;
}

.product-categories li a[href*="product_cat=uncategorized"] {
    display: none;
}

.product-categories li a[href*="product_cat=uncategorized"]::parent {
    display: none;
}

.woocommerce-message a.button {
    background: var(--main-color) !important;
    color: #000810;
    padding: 12px 25px !important;
    font-size: 16px;
    text-decoration: none;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease-out;
    text-transform: uppercase;
    font-weight: 700 !important;
    border-radius: 0px !important;
    outline: none;
    border: 1px solid var(--main-color) !important;
    font-family: Archivo, sans-serif !important;
    position: relative;
    bottom: 0;
}

.woocommerce-message a.button:hover {
    bottom: 5px;
    color: #000810;
}

.menu-item.mini-cart {
    position: relative;
    display: inline-block;
    margin-left: 20px;
}

.menu-item.mini-cart .cart-contents {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #333;
    font-weight: bold;
    padding: 12px;
    padding-bottom: 16px;
    padding-top: 16px;
}

.menu-item.mini-cart .cart-icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-color: #fff;
    mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path d="M0 24C0 10.7 10.7 0 24 0L69.5 0c22 0 41.5 12.8 50.6 32l411 0c26.3 0 45.5 25 38.6 50.4l-41 152.3c-8.5 31.4-37 53.3-69.5 53.3l-288.5 0 5.4 28.5c2.2 11.3 12.1 19.5 23.6 19.5L488 336c13.3 0 24 10.7 24 24s-10.7 24-24 24l-288.3 0c-34.6 0-64.3-24.6-70.7-58.5L77.4 54.5c-.7-3.8-4-6.5-7.9-6.5L24 48C10.7 48 0 37.3 0 24zM128 464a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zm336-48a48 48 0 1 1 0 96 48 48 0 1 1 0-96z"></path></svg>') no-repeat center / contain;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path d="M0 24C0 10.7 10.7 0 24 0L69.5 0c22 0 41.5 12.8 50.6 32l411 0c26.3 0 45.5 25 38.6 50.4l-41 152.3c-8.5 31.4-37 53.3-69.5 53.3l-288.5 0 5.4 28.5c2.2 11.3 12.1 19.5 23.6 19.5L488 336c13.3 0 24 10.7 24 24s-10.7 24-24 24l-288.3 0c-34.6 0-64.3-24.6-70.7-58.5L77.4 54.5c-.7-3.8-4-6.5-7.9-6.5L24 48C10.7 48 0 37.3 0 24zM128 464a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zm336-48a48 48 0 1 1 0 96 48 48 0 1 1 0-96z"></path></svg>') no-repeat center / contain;
}

.nav-scroll .menu-item.mini-cart .cart-icon {
    background-color: #272727;
}

.dark .nav-scroll .menu-item.mini-cart .cart-icon {
    background-color: #fff;
}

.page-template-multi-dark .nav-scroll .menu-item.mini-cart .cart-icon,
.page-template-onepage-dark .nav-scroll .menu-item.mini-cart .cart-icon {
    background-color: rgba(255, 255, 250, 0.7);
}


.mini-cart-dropdown {
    position: absolute;
    right: 0;
    top: 50px;
    background: #001f3f;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    width: 350px;
    z-index: 1000;
    padding: 20px;
    visibility: hidden;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.3s ease;
    overflow: auto;
    max-height: 600px;
}

.menu-item.mini-cart:hover .mini-cart-dropdown {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

.menu-item.mini-cart .mini-cart-dropdown .woocommerce-mini-cart li {
    display: block;
    margin-bottom: 15px;
}

.menu-item.mini-cart .mini-cart-dropdown .woocommerce-mini-cart li.mini_cart_item a {
    font-size: 15px;
    font-weight: 700;
    padding-top: 15px;
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-family: Archivo, sans-serif;
}

.menu-item.mini-cart .mini-cart-dropdown .woocommerce-mini-cart li a.remove_from_cart_button {
    float: right;
    font-size: 28px;
    display: block;
    font-weight: 500;
    color: var(--main-color) !important;
    text-align: right;
}

.menu-item.mini-cart .mini-cart-dropdown .woocommerce-mini-cart li img {
    width: 100px;
    float: left;
    margin-left: 0px;
    margin-right: 20px;
    margin-top: -15px;
    height: auto;
}

.menu-item.mini-cart .mini-cart-dropdown .woocommerce-mini-cart li span.quantity {
    margin-top: 10px;
    display: block;
    color: #fff;
    font-size: 15px;
}

.menu-item.mini-cart .mini-cart-dropdown .woocommerce-mini-cart li span.quantity span.woocommerce-Price-amount {
    color: var(--main-color);
    font-weight: 500;
}

.menu-item.mini-cart .mini-cart-dropdown .woocommerce-mini-cart__total {
    padding-top: 20px;
    border-top: 1px solid #ccc;
    margin-top: 15px;
    margin-bottom: 0px;
    font-size: 16px;
}

.menu-item.mini-cart .mini-cart-dropdown .woocommerce-mini-cart__total strong {
    font-weight: 600;
    color: #fff;
}

.menu-item.mini-cart .mini-cart-dropdown .woocommerce-mini-cart__total span.woocommerce-Price-amount {
    float: right;
    font-weight: 500;
    color: var(--main-color);
}

.menu-item.mini-cart .mini-cart-dropdown .woocommerce-mini-cart__buttons a {
    font-weight: 700;
    text-transform: uppercase;
    background: var(--main-color);
    color: #000810;
    padding: 13px 22px;
    margin: 0;
    position: relative;
    font-size: 15px;
    border-radius: 0px;
    transition: all 0.3s ease-out;
    border: 1px solid var(--main-color);
    line-height: 1;
    bottom: 0px;
    font-family: Archivo, sans-serif;
}

.menu-item.mini-cart .mini-cart-dropdown .woocommerce-mini-cart__buttons a:hover {
    bottom: 5px;
}

.menu-item.mini-cart .mini-cart-dropdown .woocommerce-mini-cart__buttons>a:first-child {
    margin-right: 20px;
}

.mini-cart .mini-cart-dropdown .product_list_widget {
    padding-left: 0px;
    display: grid;
}

.mini-cart .woocommerce-mini-cart__buttons {
    padding-top: 30px;
}

.shop-elementor {
    padding: 120px 0;
}

.shop-elementor .item .category {
    right: 35px;
}

.woocommerce-pagination ul.page-numbers {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
    padding: 0;
    margin: 0;
    text-align: center;
}

.woocommerce-pagination ul.page-numbers li {
    display: inline-block;
    margin-right: 30px;
}

.woocommerce-pagination ul.page-numbers li span {
    color: #202c38;
    font-weight: 500;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 18px;
    line-height: 22px;
}

.woocommerce-pagination ul.page-numbers li a {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 16px;
    line-height: 22px;
    color: #a9a9a9;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    font-family: Roboto, sans-serif;
}

.woocommerce-pagination ul.page-numbers li a:hover {
    color: #202c38;
    font-weight: 500;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 18px;
    line-height: 22px;
}

.woocommerce-pagination ul.page-numbers li a.next,
.woocommerce-pagination ul.page-numbers li a.prev {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 16px;
    line-height: 22px;
    border: 1px solid #c8c8c8;
    margin-top: 0px;
}

.woocommerce-pagination ul.page-numbers li a.next:hover,
.woocommerce-pagination ul.page-numbers li a.prev:hover {
    color: #202c38;
    border: 1px solid #001f3f;
}

.shop-elementor .col-lg-6 .con,
.shop-elementor .col-lg-4 .con {
    width: calc(100% - 24px);
    left: 12px;
}

.shop-elementor .position-re-order-shop {
    overflow: hidden;
}


.woocommerce-form-login-toggle {
    padding-top: 60px;
}

.woocommerce-checkout .woocommerce-form-login {
    max-width: 600px;
    margin: 30px auto !important;
    border: 1px solid #ccc !important;
}

.woocommerce-checkout .woocommerce-form-coupon {
    max-width: 1290px;
    margin: 30px auto !important;
    border: 1px solid #ccc !important;
}

.woocommerce-checkout .woocommerce-form-coupon button[type="submit"] {
    background: var(--main-color);
    height: inherit;
    border-radius: 0;
    color: #000810;
    display: inline-block;
    font-size: 17px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0;
    padding: 19px 32px;
    text-align: center;
    text-transform: uppercase;
    touch-action: manipulation;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
    border: 1px solid var(--main-color) !important;
    outline: none;
    font-family: Archivo, sans-serif !important;
    position: relative;
    bottom: 0px;
}

.woocommerce-checkout .woocommerce-form-coupon button[type="submit"]:hover {
    bottom: 5px;
}

.woocommerce .woocommerce-checkout-review-order-table {
    border-collapse: collapse !important;
    color: #000810;
}

.woocommerce .woocommerce-checkout-review-order-table table,
.woocommerce .woocommerce-checkout-review-order-table th,
.woocommerce .woocommerce-checkout-review-order-table tr,
.woocommerce .woocommerce-checkout-review-order-table td {
    border: 1px solid rgba(32, 7, 7, 0.8) !important;
    border-collapse: collapse !important;
    color: #272727;
}

.woocommerce .woocommerce-checkout-review-order-table th,
.woocommerce .woocommerce-checkout-review-order-table tfoot th,
.woocommerce .woocommerce-checkout-review-order-table tfoot td,
.woocommerce .woocommerce-checkout-review-order-table tfoot td strong {
    font-weight: 600 !important;
}

.woocommerce-Reviews form.comment-form p.form-submit {
    display: block;
    text-align: left;
}

.product-related .section-subtitle {
    color: var(--main-color);
    font-size: 15px;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: none;
}

div.cart-collaterals .cart_totals h2 {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 32px;
}

.woocommerce-billing-fields .select2-container--default .select2-selection--single,
.woocommerce-billing-fields span.selection {
    width: 100%;
    border-radius: 0px;
    height: 45px;
}

.lost_reset_password .form-row-first {
    width: 100% !important;
}

.lost_reset_password .woocommerce-form-row button.woocommerce-Button {
    font-weight: 700;
    background: var(--main-color);
    color: #000810 !important;
    padding: 14px 25px;
    margin: 0;
    position: relative;
    font-size: 17px;
    text-transform: uppercase;
    border-radius: 0px;
    margin-top: 10px;
    border: 1px solid var(--main-color);
    outline: none;
    font-family: Archivo, sans-serif;
    position: relative;
    bottom: 0px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.lost_reset_password .woocommerce-form-row button.woocommerce-Button:hover {
    bottom: 5px;
}


.txt-left {
    text-align: left;
}

.grid__quick__view__modal .modal-body form.cart {
    margin-bottom: 10px;
}

.woocommerce-product-details__short-description form.cart {
    margin-bottom: 40px !important;
}

.rooms2 .item:hover .line {
    width: 100%;
    transition-property: all;
    transition-duration: 0.8s;
    transition-timing-function: ease-in-out;
}

#tab-attributes table thead th {
    font-weight: 700;
    color: #1b1b1b;
    font-size: 19px;
    text-transform: capitalize;
}

@media(max-width: 991px) {
    .menu-item.mini-cart {
        display: none;
    }

    .page-cart form.woocommerce-cart-form table.shop_table .coupon-cart button[name="update_cart"] {
        float: none;
    }

    .page-cart .coupon,
    #coupon_code {
        width: 100%;
    }

    .page-cart .coupon button[type="submit"] {
        float: left !important;
        width: 100% !important;
        margin-top: 25px;
    }
}

.quantity .qty-minus,
.quantity .qty-plus {
    width: 59px;
    height: 59px;
    background: var(--main-color);
    border: none;
    cursor: pointer;
    font-size: 18px !important;
    padding: 0;
    transition: background 0.3s;
    color: #000810 !important;
    margin-top: 0px;
    border: 1px solid var(--main-color);
}

.quantity .qty-minus i,
.quantity .qty-plus i {
    color: #000810;
    font-weight: 600;
}

.cart_item .quantity .qty-minus {
    position: relative;
    left: 3px;
}

.cart_item .quantity .qty-plus {
    position: relative;
    right: 3px;
}

div.quantity button.qty-minus:focus,
div.quantity button.qty-plus:focus,
div.quantity button.single_add_to_cart_button:focus {
    outline: none;
}

.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.woocommerce-tabs table strong {
    color: #272727;
    letter-spacing: 0.5px;
    font-size: 16px;
    font-weight: 500;
}

div.woocommerce-Reviews div#comments {
    margin-bottom: 30px;
}

h2.product_title a:hover {
    color: #272727;
}

.wishlist-title h2 {
    font-weight: 700;
    text-transform: capitalize;
}

.woocommerce .page-wishlist table.shop_table th,
.woocommerce .page-wishlist table.shop_table td {
    border: 1px solid rgba(0, 0, 0, .1);
    font-size: 17px;
}

.woocommerce .page-wishlist table.shop_table th {
    font-family: Archivo, sans-serif !important;
    font-size: 16px;
    color: #000810 !important;
    font-weight: 700 !important;
}

.woocommerce-checkout #payment ul.payment_methods,
.woocommerce-checkout #payment .place-order {
    padding: 30px !important;
}

.woocommerce .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px;
}

.woocommerce .owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
}

.category .price span {
    color: #000810 !important;
    font-size: 14px;
    font-weight: 700;
    font-family: Archivo, sans-serif;
}

ul.navbar-nav li.dropdown ul.submenu {
    position: absolute;
    display: table;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    width: 190px;
    padding: 15px;
    border-radius: 0;
    border: 0;
    background-color: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
    padding-bottom: 20px !important;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
}

ul.navbar-nav li.dropdown:hover>ul.submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

ul.navbar-nav ul.submenu li {
    position: relative;
    display: block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border-bottom: 1px solid rgba(162, 120, 58, 0.05);
    padding-bottom: 5px;
    margin: 5px 12px !important;
}


ul.navbar-nav ul.submenu li a {
    padding: 6px 0;
    font-size: 15px;
    font-weight: 300;
    color: #666;
    position: relative;
    -webkit-transition: all .4s;
    transition: all .4s;
    background-color: transparent;
}

.price_slider_amount .price_label span {
    color: #272727 !important;
    letter-spacing: 1px;
}

.wishlist-items-wrapper .wishlist-empty {
    padding: 20px !important;
}


.elementor-editor-active .navbar {
    position: relative;
}

.modal-body .swiper-button-next,
.modal-body .swiper-button-prev {
    display: none;
}

.logged-in .navbar {
    top: 32px;
}

.logged-in .nav-scroll {
    top: -68px;
}

.cart_totals .shop_table_responsive th,
.cart_totals .shop_table_responsive td strong {
    font-weight: 600 !important;
}

.woocommerce ul.products li.product .price {
    margin-bottom: 0px;
}

.woocommerce a {
    text-decoration: none;
}


.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 13px;
}

.archsan-woocommerce {
    padding-top: 120px;
}

header.duru-header+div.woocommerce {
    position: relative;
}

.basic-login h2 {
    font-size: 32px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
}

.section-padding {
    position: relative;
}

.woocommerce-products-header .woocommerce-products-header__title,
.header_extension .section_header h1.title {
    font-size: 58px;
    line-height: 1;
    font-family: Archivo, sans-serif;
    font-weight: 700;
}

.breadcrumbs_item--current .woocommerce-products-header__title {
    font-weight: 400;
    font-family: Roboto, sans-serif;
    font-size: 19px;
}

.header_extension .section_header .breadcrumbs_item a,
.header_extension .section_header .breadcrumbs_item span {
    font-weight: 500;
    font-size: 19px;
}

.header_extension .section_header .breadcrumbs_item h1.woocommerce-products-header__title {
    margin-bottom: 0px;
}

nav.header_navbar-nav ul.header_navbar-nav_list {
    margin-bottom: 0px;
}

.header_extension .section_header .breadcrumbs {
    padding-left: 0px;
}

.woocommerce-billing-fields h3,
.your-order h3#order_review_heading,
.woocommerce-additional-fields h3 {
    text-transform: uppercase;
    font-family: Archivo, sans-serif;
    font-weight: 700;
    margin-bottom: 10px;
    color: #000810;
}

.your-order h3#order_review_heading {
    margin-bottom: 20px;
}

.product-title {
    font-family: Archivo, sans-serif;
    font-weight: 700;
    font-size: 58px;
}

.woocommerce ul.breadcrumbs {
    padding-left: 0px;
}

.woocommerce ul.breadcrumbs li a,
.woocommerce ul.breadcrumbs li span {
    font-size: 19px;
}

.recent-shop-area h2.title {
    font-size: 48px;
    font-family: Archivo, sans-serif;
    font-weight: 700;
    margin-bottom: 30px;
}

.header_navbar {
    z-index: 9;
}

.shop-elementor .product-item img {
    width: 100%;
    height: auto;
}

.modal-body .txt-left {
    text-align: left;
}

.woocommerce-product-rating a.woocommerce-review-link {
    color: var(--main-color);
}

.woocommerce-cart-form table {
    width: 100%;
}

.footer_main-block ul.footer_main-block_nav {
    padding-left: 0px;
}

.woocommerce-form-coupon-toggle {
    max-width: 1320px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

.woocommerce-form-coupon-toggle .woocommerce-info a.showcoupon {
    color: #000810;
}

.select2-container--open .select2-dropdown {
    top: -28px;
}

.basic-login .woocommerce-form__input-checkbox {
    display: inline;
}

p.woocommerce-LostPassword a {
    color: #000810;
}

.header_navbar-nav {
    display: flex !important;
    align-items: center;
}

.header_navbar-nav_list {
    flex: 1;
}

.hero_header {
    z-index: 1;
}

@media (min-width: 991px) {
    .logged-in .header_navbar.sticky {
        top: 32px;
    }
}

.footer_main-block .footer_main-block_form span.wpcf7-spinner {
    display: none;
}

/* SIMPLE HEADER & DROPDOWN FIX

/* 1. backgrounds: Set Header AND Dropdowns to White */
.header_navbar,
.sticky,
.dropdown-content,
.sub-menu {
    background-color: #ffffff !important;
}

/* 2. Text Color: Set ALL header links (Main & Dropdown) to Dark Blue */
.header_navbar a,
.dropdown-content a {
    color: #011F3F !important;
}

/* 3. Layout: Lock padding to stop jumping */
.header_navbar {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    /* margin-bottom: 5px !important; */
    transition: none !important;
}

/* 4. Mobile: Fix hamburger icon color */
.hamburger .line {
    background-color: #011F3F !important;
}

/* 5. hotspot display none */
.hot-spot {
    display: none !important;
}

/* 6. word break to normal at team section in homepage */
body>div.elementor.elementor-49>section.elementor-section.elementor-top-section.elementor-element.elementor-element-77fd675.elementor-section-full_width.elementor-section-height-default.elementor-section-height-default>div>div>div>div>div>section>div>div.row.g-0>div.team_main.col-12.col-lg-6>p {
    word-break: normal !important;
    /* Stops aggressive letter splitting */
    overflow-wrap: break-word !important;
    /* Allows long words/URLs to wrap if needed */
}

/* 7. card content display none */
.cart-contents {
    display: none !important;
}

/* 8. team_video */
.team_video {
    display: none !important;
}

/* 1. Disable clicking on links, buttons, and forms */


/* a,
button,
input,
select,
textarea,
.elementor-button {
    pointer-events: none !important;
} */

/* 2. Prevent text selection (Copy/Paste) */

/* body {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
} */

/* 3. Allow scrolling to keep working */
/* body {
    overflow-y: scroll;
    touch-action: pan-y;
} */

/* End Disable clicking on links, buttons, and forms */
/* Temporary fix to disable clicks on services list */
/* 1. Target the section AND all its children (*) */
.services.section,
.services.section * {
    pointer-events: none !important;
    cursor: default !important;
    user-select: none !important;
}

.no-click,
.no-click * {
    pointer-events: none !important;
    cursor: default !important;
    user-select: none !important;
}

.feedback {
    display: none !important;
}

/* services page skillset */
.skills_list {
    display: none !important;
}

/* about team section  horizontal start */

.team {
    padding: 50px 0px !important;
}

/* 1. Force the columns to be Full Width (1 per row) */
.team_list .team_list-item {
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    margin-bottom: 40px;
    /* Add space between each person */
}

/* 2. Turn the internal wrapper into a horizontal row (Side-by-side) */
.team_list .team_list-item .wrapper {
    flex-direction: row !important;
    /* Overrides flex-column */
    align-items: center !important;
    /* Vertically center the text */
    gap: 30px;
    /* Space between image and text */
}

/* 3. ALTERNATING LOGIC: Reverse the order for every EVEN item (2nd, 4th) */
/* This makes it Text-Photo instead of Photo-Text */
.team_list .team_list-item:nth-child(even) .wrapper {
    flex-direction: row-reverse !important;
}

/* 4. Optional: Align text to the right for the reversed items for better design balance */
.team_list .team_list-item:nth-child(even) .text-wrapper {
    text-align: right;
}

/* We align text LEFT so it touches the image. 
   (Change 'left' to 'right' if you want it aligned to the far edge) */
.team_list .team_list-item:nth-child(odd) .text-wrapper {
    text-align: left !important;
}

/* OPTIONAL: Ensure the name headings are also aligned */
.team_list .team_list-item .text-wrapper h4,
.team_list .team_list-item .text-wrapper span {
    width: 100%;
}

/* 5. Mobile Responsiveness: Go back to vertical stack on mobile phones */
@media (max-width: 767px) {

    .team_list .team_list-item .wrapper,
    .team_list .team_list-item:nth-child(even) .wrapper {
        flex-direction: column !important;
        text-align: center !important;
    }

    .team_list .team_list-item .text-wrapper,
    .team_list .team_list-item:nth-child(even) .text-wrapper {
        text-align: left !important;
        width: 100%;
    }
}


/* 5. Mobile Responsiveness: Go back to vertical stack on mobile phones */




/* about team section  horizontal end */


/* about our core strenght section start */

/* 1. Fix the Selector: Remove the space or just use the unique class */
.yellow-highlight-blue-bg .features_card-icon {
    /* Filter to turn Black icon to Gold #ffc631 */
    filter: invert(83%) sepia(35%) saturate(3130%) hue-rotate(358deg) brightness(101%) contrast(106%) !important;
}

/* 2. Fix the Text Colors */
/* We need !important to override the .features_card--alt dark blue text rule */

.yellow-highlight-blue-bg .features_card-title {
    color: #ffffff !important;
}

.yellow-highlight-blue-bg .features_card-description {
    color: #ffffff !important;
    opacity: 0.9;
    /* Slight opacity for better hierarchy */
}

/* 3. Padding Fix (From previous conversation) */
.yellow-highlight-blue-bg.pb-180-80 {
    padding-bottom: 80px !important;
}

@media screen and (min-width: 991.98px) {
    .yellow-highlight-blue-bg.pb-180-80 {
        padding-bottom: 180px !important;
    }

    /* Ensure the inner section padding doesn't conflict */
    .yellow-highlight-blue-bg .section-nopb {
        padding-bottom: 0 !important;
    }
}

/* about our core strenght section end */

/* ==========================================================================
   1. NAVBAR & LOGO (Natural Size)
   ========================================================================== */

/* Make the navbar fixed at the top */
.header_navbar {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    /* Allow height to adjust naturally to the logo size */
    height: auto !important;
    /* Add vertical spacing around the logo */
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    transition: all 0.3s ease-in-out;
}

/* Reset the Logo Container */
.header_navbar .brand {
    position: relative;
    display: block;
    height: auto !important;
    /* Allow it to grow */
    width: 240px;
    /* <--- DESKTOP: SET YOUR DESIRED BIG LOGO WIDTH HERE */
    max-width: 100%;
    transition: all 0.3s ease-in-out;
}

/* Reset the Image to flow naturally */
.header_navbar .brand img {
    position: static;
    /* No more absolute positioning */
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
    transform: none !important;
}

/* ==========================================================================
   2. PUSH CONTENT DOWN (The "Padding on Blue Thing")
   ========================================================================== */

/* Since the header is fixed and taller now, we must push the 
   rest of the website down so it doesn't get covered.
*/

/* DESKTOP OFFSET */
/* body { */
/* This matches the height of your new tall navbar + a little extra gap */
/* padding-top: 90px !important;
} */

/* MOBILE OFFSET (Header is smaller on phones) */
@media screen and (max-width: 991px) {
    body {
        padding-top: 90px !important;
    }
}

/* ==========================================================================
   3. MOBILE ADJUSTMENTS
   ========================================================================== */

@media screen and (max-width: 991px) {
    .header_navbar .brand {
        width: 160px;
        /* Smaller width for mobile/tablet */
    }

    .header_navbar {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
}

/* ==========================================================================
   4. STICKY / SCROLL BEHAVIOR (Shrink It)
   ========================================================================== */

/* When scrolling down, shrink the logo and reduce padding */
.header_navbar.sticky {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    /* Optional shadow for visibility */
}

.header_navbar.sticky .brand {
    width: 140px;
    /* Shrink logo width on scroll */
}

/* ==========================================================================
   END NAVBAR & LOGO (Natural Size)
   ========================================================================== */