@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');

*:not(i) {
    font-family: "Plus Jakarta Sans", sans-serif;
}

a:hover,
a:focus {
    text-decoration: none !important;
}

.entry-content>*:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    max-width: 100%;
    width: 100%;
}

header.entry-header.has-text-align-center.header-footer-group {
    display: none;
}

.post-inner {
    padding-top: 0;
}

.contact-info-wrapper {
    display: flex;
    align-items: center;
    margin: -7.5px -15px;
}

.contact-info-wrapper p {
    display: flex;
    align-items: center;
    padding: 7.5px 15px;
    margin: 0;
}

.contact-info-wrapper p a {
    font-size: 14px;
    font-weight: 500;
    color: #000 !important;
    margin-left: 10px;
}

.social-icon-wrapper ul {
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 -15px;
}

.social-icon-wrapper ul li {
    margin: 0;
    padding: 0 15px;
}

.social-icon-wrapper ul li a {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background-color: #18a6e1;
}

.header-wrapper {
    background-image: linear-gradient(to bottom, #fff 0%, #fff 41px, #18a6e1 calc(100% - 100px), #18a6e1 100%) !important;
}

.header-wrapper .header_search_form_wrapper .header-search-form .form-group {
    margin: 0;
    display: flex;
}

.header-wrapper .header_search_form_wrapper .header-search-form .form-group input {
    border: 1px solid #ECECEC;
    border-right: 0;
    border-radius: 30px 0 0 30px;
    padding: 15px 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    color: #000;
    outline: none;
}

.header-wrapper .header_search_form_wrapper .header-search-form .form-group input::placeholder {
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    color: #000;
}

.header-wrapper .header_search_form_wrapper .header-search-form .form-group button {
    background-color: transparent;
    border: 1px solid #ECECEC;
    border-left: 0;
    border-radius: 0 30px 30px 0;
    padding-right: 20px;
    outline: none;
}

.header-wrapper .header-titles,
.header-wrapper .header-titles .site-logo {
    margin: 0;
}

/* .header-wrapper .header-titles .site-logo {
    margin-top: -10px;
}

.header-wrapper .header-titles .site-logo a {
} */

.header-wrapper .woo-tabmenus-wrapper .myaccount_header_menus {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    list-style-type: none;
}

.header-wrapper .woo-tabmenus-wrapper .myaccount_header_menus .iteam {
    margin: 0 0 0 24px !important;
}

.header-wrapper .woo-tabmenus-wrapper .myaccount_header_menus .iteam:first-child {
    margin: 0;
}

.header-wrapper .woo-tabmenus-wrapper .myaccount_header_menus .iteam .wishlist_products_counter {
    display: none;
}

.header-wrapper .woo-tabmenus-wrapper .myaccount_header_menus .iteam .iteam-link .cart-action {
    position: relative;
}

.header-wrapper .woo-tabmenus-wrapper .myaccount_header_menus .iteam .iteam-link .cart-action span:last-child {
    position: absolute;
    bottom: -4px;
    right: -5px;
    width: 18px;
    height: 18px;
    background-color: #EB2606;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    line-height: 1.9;
    font-size: 9px;
    font-weight: 600;
    color: #fff;
}

.header-wrapper .woo-tabmenus-wrapper .myaccount_header_menus .iteam a {
    font-size: 14px;
    color: #000;
    font-weight: 400;
    line-height: normal;
}

.header-wrapper .header-navigation-wrapper {
    width: 100%;
}

.header-wrapper .header-navigation-wrapper .primary-menu-wrapper .primary-menu {
    justify-content: flex-end;
    margin: 0 0px;
    align-items: center;
}

.header-wrapper .header-navigation-wrapper .primary-menu-wrapper .primary-menu .menu-item {
    padding: 0 10px;
    margin: 0;
}

.header-wrapper .header-navigation-wrapper .primary-menu-wrapper .primary-menu .menu-item-object-page>a,
.header-wrapper .header-navigation-wrapper .primary-menu-wrapper .primary-menu .menu-item-object-custom>a {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    line-height: normal;
    letter-spacing: 0;
}

.header-wrapper .header-navigation-wrapper .primary-menu-wrapper .primary-menu .menu-item-object-custom>.icon {
    color: #000;
}

.header-wrapper .header-navigation-wrapper .primary-menu-wrapper .primary-menu .current-menu-item a,
.header-wrapper .header-navigation-wrapper .primary-menu-wrapper .primary-menu .current-menu-item .icon,
.header-wrapper .header-navigation-wrapper .primary-menu-wrapper .primary-menu .menu-item-object-custom:hover .icon {
    color: #fff;
    text-decoration: none;
}

.header-wrapper .header-navigation-wrapper .primary-menu-wrapper .primary-menu .menu-item-object-page>a:hover,
.header-wrapper .header-navigation-wrapper .primary-menu-wrapper .primary-menu .menu-item-object-custom>a:hover,
.header-wrapper .header-navigation-wrapper .primary-menu-wrapper .primary-menu .menu-item-object-page>a:focus,
.header-wrapper .header-navigation-wrapper .primary-menu-wrapper .primary-menu .menu-item-object-custom>a:focus {
    text-decoration: none;
    color: #fff;
}

.header-wrapper .header-navigation-wrapper .primary-menu-wrapper .primary-menu li.icon-btn-menu a,
.header-wrapper .header-navigation-wrapper .primary-menu-wrapper .primary-menu li.icon-btn-menu a:hover,
.header-wrapper .header-navigation-wrapper .primary-menu-wrapper .primary-menu li.icon-btn-menu a:focus {
    position: relative;
    background: #FFFFFF;
    min-width: 200px;
    height: 44px;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 700;
    line-height: 18.9px;
    text-align: left;
    color: #18a6e1;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 10px 15px 10px 45px;
}

.header-wrapper .header-navigation-wrapper .primary-menu-wrapper .primary-menu li.icon-btn-menu a:before {
    position: absolute;
    content: "";
    left: 15px;
    top: 0;
    bottom: 0;
    width: 20px;
    height: 20px;
    margin: auto;
    background-image: url(data:image/svg+xml,\%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2221%22%20height%3D%2220%22%20viewBox%3D%220%200%2021%2020%22%20fill%3D%22none%22%3E%0A%3Cpath%20d%3D%22M14.1997%207.41797C17.1997%207.6763%2018.4247%209.21797%2018.4247%2012.593V12.7013C18.4247%2016.4263%2016.9331%2017.918%2013.2081%2017.918H7.78307C4.05807%2017.918%202.56641%2016.4263%202.56641%2012.7013V12.593C2.56641%209.24297%203.77474%207.7013%206.72474%207.4263%22%20stroke%3D%22%23EC1D25%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath%20d%3D%22M10.5%201.66797V12.4013%22%20stroke%3D%22%23EC1D25%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath%20d%3D%22M13.2913%2010.543L10.4997%2013.3346L7.70801%2010.543%22%20stroke%3D%22%23EC1D25%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.header-wrapper .dropdown button {
    background-color: transparent;
    padding: 0;
    display: flex;
    align-items: center;
    outline: none;
}

.header-wrapper .dropdown button img {
    width: 30px;
    height: 30px;
    border-radius: 60px;
    margin-right: 10px;
    object-fit: cover;
    object-position: top;
}

.header-wrapper .dropdown button::after {
    color: #787888;
    border: 0;
    background-image: url(data:image/svg+xml,\ %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210%22%20height%3D%226%22%20viewBox%3D%220%200%2010%206%22%20fill%3D%22none%22%3E%0A%3Cpath%20d%3D%22M1%201L5%205L9%201%22%20stroke%3D%22%23787888%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E);
    width: 10px;
    height: 10px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.header-wrapper .dropdown-menu {
    padding: 0;
    margin: 0;
    border: 1px solid #DADEE3;
    background-color: #F3F6F0;
}

.header-wrapper .dropdown-menu .dropdown-item {
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    border-bottom: 1px solid #DADEE3;
}

.header-wrapper .dropdown-menu .dropdown-item:last-child {
    border-bottom: 0px solid #DADEE3;
}

.header-wrapper .dropdown-menu .dropdown-item:hover {
    background-color: #FF7404;
}

.min-header-height>.row {
    min-height: 140px;
    align-items: center;
}

.footer-nav-widgets-wrapper {
    margin: 0 !important;
    padding: 100px 0 60px 0;
    background-color: #333;
}

#site-footer {
    background-color: #333 !important;
    padding: 0;
}


#site-footer .container {
    padding: 30px 15px 40px !important;
    border-top: 1px solid rgb(255 255 255 / 30%);
}

#site-footer .footer-credits {
    justify-content: flex-end;
}

.policy-links-wrapper {
    list-style-type: none;
    margin: 0 -15px !important;
    display: flex;
    align-items: center;
}

.policy-links-wrapper li {
    margin: 0 !important;
    padding: 0 15px;
    line-height: 1;
}

.policy-links-wrapper li:first-child {
    border-right: 1px solid rgb(0 0 0 / 10%);
}

.policy-links-wrapper li a {
    font-size: 16px;
    font-weight: 400;
    line-height: 20.16px;
    color: #000;
}

#site-footer .footer-credits .footer-copyright,
#site-footer .footer-credits .footer-copyright a {
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    line-height: 1;
}

.footer-nav-widgets-wrapper .footer-one .widget {
    margin: 0;
}

.footer-nav-widgets-wrapper .footer-one .widget figure {
    margin: 0 0 30px 0 !important;
}

.footer-nav-widgets-wrapper .footer-wrap .widget .widget-content h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 22.68px;
    text-align: left;
    color: #18a6e1;
    margin-bottom: 30px;
}

.footer-nav-widgets-wrapper .footer-one .widget .widget-content p {
    font-size: 12px;
    font-weight: 400;
    line-height: 28px;
    color: #fff;
    margin: 0 0 30px 0;
    letter-spacing: 1px;
}

.footer-nav-widgets-wrapper .footer-one .widget .footer_social_media_wrapper {
    display: flex;
    align-items: center;
    list-style-type: none;
    margin: 0;
}

.footer-nav-widgets-wrapper .footer-one .widget .footer_social_media_wrapper li {
    margin: 0;
    margin-right: 16px;
}

.footer-nav-widgets-wrapper .footer-one .widget .footer_social_media_wrapper li:last-child {
    margin-right: 0;
}

.footer-nav-widgets-wrapper .footer-one .widget .footer_social_media_wrapper li a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
    background-color: #18a6e1;
    border-radius: 30px;
}

.footer-nav-widgets-wrapper .footer-wrap h2 {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin-bottom: 22px;
    line-height: 1;
}

.footer-nav-widgets-wrapper .footer-wrap .widget {
    margin: 0;
}

.footer-nav-widgets-wrapper .footer-wrap .widget .into-two {
    display: flex;
}

.footer-nav-widgets-wrapper .footer-wrap .widget .into-two .footer_useful_links_wrapper {
    margin-right: 50px;
}

.footer-nav-widgets-wrapper .footer-wrap .widget .into-two .footer_useful_links_wrapper:last-child {
    margin-right: 0;
}

.footer-nav-widgets-wrapper .footer-wrap .widget .into-two .footer_useful_links_wrapper ul li a {
    line-height: 16px;
}

.footer-nav-widgets-wrapper .footer-wrap .widget ul {
    margin: 0;
    list-style-type: none;
}

.footer-nav-widgets-wrapper .footer-wrap .widget ul li {
    margin: 0;
    line-height: 1;
    margin-bottom: 25px;
    display: flex;
    align-items: flex-start;
}

.footer-nav-widgets-wrapper .footer-wrap .widget ul li .icon {
    margin-right: 20px;
    flex-shrink: 0;
}

.footer-nav-widgets-wrapper .footer-wrap .widget ul li.mail_icon span {
    margin-top: 2px;
}

.footer-nav-widgets-wrapper .footer-wrap .widget ul li:last-child {
    margin-bottom: 0;
}

.footer-nav-widgets-wrapper .footer-wrap .widget ul li,
.footer-nav-widgets-wrapper .footer-wrap .widget ul li a {
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    line-height: 15px;
    letter-spacing: 1px;
}

.footer-nav-widgets-wrapper .footer-wrap .footer_recent_post .post_listing {
    display: flex;
    margin-bottom: 26px;
}

.footer-nav-widgets-wrapper .footer-wrap .footer_recent_post .post_listing:last-child {
    margin-bottom: 0;
}

.footer-nav-widgets-wrapper .footer-wrap .footer_recent_post .post_listing .image_wrapper {
    flex-shrink: 0;
    margin: 0 16px 0 0;
}

.footer-nav-widgets-wrapper .footer-wrap .footer_recent_post .post_listing .image_wrapper img {
    width: 80px;
    height: 80px;
    object-fit: cover;
}

.footer-nav-widgets-wrapper .footer-wrap .footer_recent_post .post_listing .date_title .post_date {
    font-size: 13px;
    color: #fff;
    font-weight: 400;
    line-height: 1;
    display: flex;
    align-items: center;
    margin: 0 0 16px 0;
}

.footer-nav-widgets-wrapper .footer-wrap .footer_recent_post .post_listing .date_title .post_date .post_date_icon {
    margin-right: 6px;
    width: 14px;
    height: 14px;
    background-image: url(data:image/svg+xml,\%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2214%22%20viewBox%3D%220%200%2015%2014%22%20fill%3D%22none%22%3E%0A%3Cpath%20d%3D%22M5.00002%201.16675V2.91675%22%20stroke%3D%22white%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath%20d%3D%22M9.66667%201.16675V2.91675%22%20stroke%3D%22white%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath%20d%3D%22M2.37502%205.30249H12.2917%22%20stroke%3D%22white%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath%20d%3D%22M12.5833%204.95841V9.91675C12.5833%2011.6667%2011.7083%2012.8334%209.66668%2012.8334H5.00001C2.95834%2012.8334%202.08334%2011.6667%202.08334%209.91675V4.95841C2.08334%203.20841%202.95834%202.04175%205.00001%202.04175H9.66668C11.7083%202.04175%2012.5833%203.20841%2012.5833%204.95841Z%22%20stroke%3D%22white%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.footer-nav-widgets-wrapper .footer-wrap .footer_recent_post .post_listing .post_title a {
    font-size: 14px;
    line-height: 22px !important;
    color: #fff;
    font-weight: 400;
    display: flex;
}

.product_categories_wrapper {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style-type: none;
}

.product_categories_wrapper .cat_img {
    margin: 0;
}

.product_categories_wrapper .cat_img .img-wraper {
    margin-bottom: 30px !important;
}

.product_categories_wrapper .cat_img .img-wraper img {
    width: 160px;
    height: 160px;
    display: block;
    border-radius: 80px;
    margin: 0 auto;
}

.product_categories_wrapper .cat_img h4 {
    font-size: 20px;
    line-height: 1;
    color: #fff;
    font-weight: 600;
    margin: 0;
    text-align: center;
}

.home_featured_wrapper_one {
    margin: 80px 0 0 0;
}

.home_featured_wrapper_one .home_featured_one {
    margin: -15px !important;
}

.home_featured_wrapper_one .home_featured_one .home_featured_product {
    margin: 0;
    padding: 15px;
    flex: 0 0 25%;
    max-width: 25%;
}

.home_featured_wrapper_one .home_featured_one .home_featured_product .box-wraper {
    border: 1px solid #D4DDE2;
    padding: 10px;
    border-radius: 20px;
    height: 100%;
}

.home_featured_wrapper_one .home_featured_one .home_featured_product .box-wraper .img-wraper {
    margin: 0 0 30px 0 !important;
    padding: 30px !important;
    border-radius: 20px;
    background-color: #FAFAFA;
    text-align: center;
}

.home_featured_wrapper_one .home_featured_one .home_featured_product .box-wraper .img-wraper img {
    height: 206px;
    object-fit: contain;
    object-position: center;
    margin: auto;
}

.home_featured_wrapper_one .home_featured_one .home_featured_product .box-wraper .pro_title-wrap {
    margin-bottom: 30px !important;
}

.home_featured_wrapper_one .home_featured_one .home_featured_product .box-wraper .pro_title-wrap a {
    font-size: 20px;
    font-weight: 500;
    color: #000;
    line-height: 1;
}

.home_featured_wrapper_one .home_featured_one .home_featured_product .box-wraper .pro_price {
    margin-bottom: 30px !important;
    display: none;
}

.home_featured_wrapper_one .home_featured_one .home_featured_product .box-wraper .pro_price,
.home_featured_wrapper_one .home_featured_one .home_featured_product .box-wraper .pro_price del,
.home_featured_wrapper_one .home_featured_one .home_featured_product .box-wraper .pro_price ins {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    line-height: 1;
}

.home_featured_wrapper_one .home_featured_one .home_featured_product .box-wraper .pro_price ins {
    text-decoration: none;
}

.home_featured_wrapper_one .home_featured_one .home_featured_product .box-wraper .pro_cart_btn a,
.wqoecf_enquiry_button,
.home_featured_wrapper_one .home_featured_one .home_featured_product .box-wraper .pro_cart_btn>button {
    width: 100% !important;
    background-color: #18a6e1 !important;
    padding: 19px 16px !important;
    border-radius: 10px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    color: #fff !important;
    text-transform: capitalize !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-decoration: none !important;
    outline: none !important;
}

.wqoecf_enquiry_button .wqoecf_eq_icon {
    display: none !important;
}

/* .home_testimonial_posts .slick-track {
    margin: 0 -15px;
} */

.home_testimonial_posts .testimonials_listing {
    padding: 40px;
    background-color: #fff;
    border-radius: 15px;
}

.home_testimonial_posts .slick-slide {
    padding: 0 15px;
}

.home_testimonial_posts .testimonials_listing .image_title_rating_wrapper {
    display: flex;
    align-items: center;
    margin: 0 0 30px 0;
}

.home_testimonial_posts .testimonials_listing .image_title_rating_wrapper .image_wrapper {
    margin-right: 16px;
}

.home_testimonial_posts .testimonials_listing .image_title_rating_wrapper .image_wrapper img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 80px;
}

.home_testimonial_posts .testimonials_listing .image_title_rating_wrapper .post_title_desig .title {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    line-height: 1;
    margin-bottom: 12px;
}

.home_testimonial_posts .testimonials_listing .image_title_rating_wrapper .post_title_desig .desig {
    font-size: 14px;
    font-weight: 400;
    color: #828387;
    line-height: 1;
}

.home_testimonial_posts .testimonials_listing .image_title_rating_wrapper .rating_wrapper {
    margin-left: auto;
}

.home_testimonial_posts .testimonials_listing .image_title_rating_wrapper .rating_wrapper .ratings {
    display: flex;
    align-items: center;
    margin: 0 -3px;
}

.home_testimonial_posts .testimonials_listing .image_title_rating_wrapper .rating_wrapper .ratings span {
    padding: 0 3px;
    flex-shrink: 0;
}

.home_testimonial_posts .testimonials_listing .description_wrapper {
    font-size: 20px;
    line-height: 32px;
    font-weight: 400;
    color: #111;
}

.home_testimonial_posts .slick-arrow {
    width: 40px;
    height: 40px;
    font-size: 0;
    padding: 0;
    background-color: #fff;
    border-radius: 40px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    outline: none;
    background-image: url(data:image/svg+xml,\ %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%3E%0A%3Cpath%20d%3D%22M10.6717%2013.28L6.325%208.9333C5.81167%208.41997%205.81167%207.57997%206.325%207.06664L10.6717%202.71997%22%20stroke%3D%22%23828387%22%20stroke-width%3D%221.5%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E);
    background-position: center;
    background-size: 16px 16px;
    background-repeat: no-repeat;
}

.home_testimonial_posts {
    padding: 0 0 100px 0;
    position: relative;
}

.home_testimonial_posts .slick-arrow:hover {
    background-color: #0296E0;
    background-image: url(data:image/svg+xml,\ %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%3E%0A%3Cpath%20d%3D%22M10.6717%2013.28L6.325%208.9333C5.81167%208.41997%205.81167%207.57997%206.325%207.06664L10.6717%202.71997%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221.5%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E);
}

.home_testimonial_posts .slick-arrow.slick-prev {
    right: 60px;
}

.home_testimonial_posts .slick-arrow.slick-next {
    left: 60px;
    transform: rotate(180deg);
}

.home_blog_list_wrapper .row {
    margin: -15px;
}

.home_blog_list_wrapper .home_single_blog_list_wrapper {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding: 15px;
}

.home_blog_list_wrapper .home_single_blog_list_wrapper .box_wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
    border-radius: 12px;
    border: 1px solid #D4DDE2;
    padding: 16px;
}

.home_blog_list_wrapper .home_single_blog_list_wrapper .box_wrapper .image-wrapper {
    position: relative;
    margin-bottom: 15px;
    height: 240px;
    border-radius: 6px;
}

.home_blog_list_wrapper .home_single_blog_list_wrapper .box_wrapper .image-wrapper img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    border-radius: 6px;
}

.home_blog_list_wrapper .home_single_blog_list_wrapper .box_wrapper .image-wrapper .date {
    position: absolute;
    top: 24px;
    right: 24px;
    padding: 6px;
    border-radius: 8px;
    background-color: #fff;
    width: 48px;
    height: 48px;
    font-size: 14px;
    font-weight: 400;
    line-height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
}

.home_blog_list_wrapper .home_single_blog_list_wrapper .box_wrapper .blog_category span a {
    padding: 9px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin: 0 0 30px 0;
    border: 1px solid rgb(0 0 0 / 30%);
    border-radius: 50px;
    background-color: rgb(0 0 0 / 10%);
    color: #000;
    font-size: 13px;
    font-weight: 500;
    height: 28px;
}

.home_blog_list_wrapper .home_single_blog_list_wrapper .box_wrapper .secondary span a {
    background-color: #EDF0FD;
    color: #0421B5;
    border-color: rgb(4 33 181 / 30%);
}

.home_blog_list_wrapper .home_single_blog_list_wrapper .box_wrapper .primary span a {
    background-color: #FDEDF1;
    color: #B5042E;
    border-color: rgb(181 4 46 / 30%);
}

.home_blog_list_wrapper .home_single_blog_list_wrapper .box_wrapper .green span a {
    background-color: #EDFDF8;
    color: #04B580;
    border-color: rgb(4 181 128 / 30%);
}

.home_blog_list_wrapper .home_single_blog_list_wrapper .box_wrapper .blog_post_title_wrap {
    margin: 0 0 20px 0;
    min-height: 60px;
    overflow: hidden;
}

.home_blog_list_wrapper .home_single_blog_list_wrapper .box_wrapper .blog_post_title_wrap a {
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    color: #000;
}

.home_blog_list_wrapper .home_single_blog_list_wrapper .box_wrapper .blog_post_description {
    margin: 0 0 30px 0;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #828387;
}

.home_blog_list_wrapper .blog_post_profile_wraper .profile img {
    height: 36px;
    width: 36px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 12px;
}

.home_blog_list_wrapper .blog_post_profile_wraper .profile span,
.home_blog_list_wrapper .blog_post_profile_wraper .date {
    font-size: 16px;
    font-weight: 500;
    color: #828387;
}

.home_blog_list_wrapper .blog_post_profile_wraper .date {
    font-weight: 400;
    margin-left: 20px;
}

.breadcrumb-nav {
    display: flex;
    align-items: center;
    margin: 40px -20px 60px -20px;
    list-style-type: none;
}

.breadcrumb-nav li {
    position: relative;
    margin: 0;
    padding: 0 20px;
    font-size: 18px;
    font-weight: 600;
    line-height: 22.68px;
    color: #18a6e1;
}

.breadcrumb-nav li a {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #828387;
}

.breadcrumb-nav li a:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 12px;
    top: 0;
    right: -4px;
    bottom: 0;
    margin: auto;
    background-image: url(data:image/svg+xml,\ %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%226%22%20height%3D%2211%22%20viewBox%3D%220%200%206%2011%22%20fill%3D%22none%22%3E%0A%3Cpath%20d%3D%22M1%201.5L5%205.5L1%209.5%22%20stroke%3D%22%23828387%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.woocommerce-form .form-row {
    margin: 0 0 30px 0;
}

.woocommerce-form .form-row span {
    width: 100%;
}

.woocommerce-form .form-row span label {
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 14px;
    color: #000;
}

.woocommerce-form .form-row span input {
    border: 1px solid #D4DDE2;
    border-radius: 10px;
    height: 50px;
    padding: 18px 12px;
    outline: none;
    font-size: 15px;
    font-weight: 400;
    line-height: 18.9px;
    color: #000;
}

.woocommerce-form .form-row span input::placeholder {
    font-size: 15px;
    font-weight: 400;
    line-height: 18.9px;
    color: #828387;
}

.woocommerce-form .form-btn-wrap {
    margin: 0;
}

.woocommerce-form .form-btn-wrap button {
    background: #0296E0;
    width: 100%;
    border-radius: 10px;
    padding: 15px;
    font-size: 16px;
    font-weight: 700;
    line-height: 20.16px;
    text-align: center;
    outline: none;
    text-decoration: none;
    text-transform: capitalize;
}

.woocommerce-form .form-row span .show-password-input {
    position: absolute;
    bottom: 10px;
    right: 15px;
    width: fit-content;
    height: fit-content;
}

.woocommerce-form .form-row span .show-password-input.display-password .eye-check {
    display: block !important;
}

.woocommerce-form .form-row span .show-password-input.display-password .eye {
    display: none;
}

.woocommerce-form .form-row .cust_checkbox {
    margin: 0;
    display: flex;
    align-items: center;
}

.woocommerce-form .form-row .cust_checkbox input {
    width: 18px;
    height: 18px;
    margin-right: 12px;
    border-radius: 3px;
    border-color: #8D9497;
    margin-top: -5px;
    flex-shrink: 0;
}

.woocommerce-form .form-row .cust_checkbox span {
    font-size: 15px;
    font-weight: 400;
    line-height: 18.9px;
    color: #000;
}

.woocommerce-form .form-row .cust_checkbox span a {
    font-size: 15px;
    font-weight: 600;
    line-height: 18.9px;
    color: #0296E0;
    text-decoration: underline;
}

.woocommerce-form .form-row span.lost-pass-wrap label {
    display: flex;
    justify-content: space-between;
}

.woocommerce-form .form-row span.lost-pass-wrap label a {
    font-size: 15px;
    font-weight: 600;
    line-height: 18.9px;
    color: #0296E0;
}

.login_form_wrap .woocommerce-error,
#regi_error_message .woocommerce-error {
    margin: 30px 0 0 0;
}

.login_form_wrap .woocommerce-error li,
#regi_error_message .woocommerce-error li {
    font-size: 16px;
}

.woocommerce-form .form-row span .email-err {
    margin: 10px 0 0 0;
    font-size: 14px;
    font-weight: 500;
}

.woocommerce-breadcrumb {
    margin: 40px 0 60px 0 !important;
    display: flex !important;
    align-items: center;
    white-space: nowrap;
    overflow-x: auto;
}

.woocommerce-breadcrumb svg {
    flex-shrink: 0;
}

.woocommerce-breadcrumb a,
.woocommerce-breadcrumb span {
    padding: 0 16px;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #828387;
}

.woocommerce-breadcrumb a:first-child {
    padding-left: 0;
}

.woocommerce-breadcrumb span {
    font-weight: 600;
    color: #18a6e1;
}

.comnn-h2 {
    font-family: 'Sansita', sans-serif !important;
    font-size: 30px;
    font-weight: 400;
    line-height: 34.95px;
    margin-bottom: 30px !important;
    color: #0A1121;
}

.my_cart_wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -25px;
}

.my_cart_wrapper .cart-collateral-wrapper {
    flex: 0 0 35%;
    max-width: 35%;
}

.my_cart_wrapper .woocommerce-cart-wrapper {
    flex: 0 0 65%;
    max-width: 65%;
}

.my_cart_wrapper .commn_col {
    padding: 0 25px;
}

.my_cart_wrapper .cart-collateral-wrapper .cart-collaterals .cart_totals {
    float: none;
    width: 100%;
    border-radius: 20px;
    border: 1px solid #D5D9DB;
}

.woocommerce_comnn_table-wrapper {
    border: 1px solid #D5D9DB;
    border-radius: 20px;
}

.woocommerce_comnn_table-wrapper table {
    border: 0 !important;
    margin: 0 !important;
}

.woocommerce_comnn_table-wrapper table thead tr th {
    border-top: 0;
    border-bottom: 1px solid #D5D9DB;
    border-left: 0;
    border-right: 0;
    font-size: 14px;
    font-weight: 500 !important;
    line-height: 17.64px !important;
    text-align: center;
    color: #0A1121;
    padding: 20px 15px !important;
}

.woocommerce_comnn_table-wrapper table thead tr th:first-child {
    text-align: left;
    padding-left: 30px !important;
}

.woocommerce_comnn_table-wrapper table thead tr th:last-child {
    padding-right: 30px !important;
}

.woocommerce_comnn_table-wrapper table tbody tr td {
    border-bottom: 1px solid #D5D9DB;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    padding: 30px 15px !important;
    text-align: center;
}

.woocommerce_comnn_table-wrapper table tbody tr td:first-child {
    padding-left: 30px !important;
    text-align: left;
}

.woocommerce_comnn_table-wrapper table tbody tr td:last-child {
    padding-right: 30px !important;
}

.woocommerce_comnn_table-wrapper table tbody tr:last-child td {
    border-bottom: 0;
}

.woocommerce table.shop_table td .product-name-img-wrap {
    display: flex;
    align-items: center;
}

.woocommerce table.shop_table td .product-name-img-wrap a img {
    width: 100px;
    height: 100px;
    padding: 5px;
    border-radius: 10px;
    margin-right: 20px;
    background-color: #EEF5F8;
}

.woocommerce table.shop_table td .product-name-img-wrap a {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    color: #000;
}

.woocommerce table.shop_table td .product-name-img-wrap .product_name_category a {
    width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    white-space: nowrap;
}

.woocommerce table.shop_table td .product-name-img-wrap .product_name_category .product_cat_name {
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    margin: 10px 0 0 0;
    color: #828387;
}

.woocommerce table.shop_table td span bdi {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
    color: #000;
}

.woocommerce table.shop_table td.product-quantity .quantity {
    display: flex;
    align-items: center;
}

.woocommerce table.shop_table td.product-quantity .quantity button {
    width: 30px !important;
    height: 30px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    padding: 0;
    font-size: 0;
    background-size: 14px;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid transparent;
    outline: none;
}

.woocommerce table.shop_table td.product-quantity .quantity .minus {
    border-color: #D4DDE2;
    background-color: #fff;
    background-image: url(data:image/svg+xml,\ %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%222%22%20viewBox%3D%220%200%2014%202%22%20fill%3D%22none%22%3E%0A%3Cpath%20d%3D%22M13%201H7H1%22%20stroke%3D%22%23182A3D%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E);
}

.woocommerce table.shop_table td.product-quantity .quantity .plus {
    background-color: #0296E0;
    background-image: url(data:image/svg+xml,\ %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%3E%0A%3Cpath%20d%3D%22M8%201.5V8M8%208V14.5M8%208H14.5M8%208H1.5%22%20stroke%3D%22white%22%20stroke-width%3D%221.625%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E);
}

.woocommerce table.shop_table td.product-quantity .quantity input {
    padding: 0;
    width: 3em;
    padding-left: 14px;
    border: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 22.68px;
    text-align: center;
    color: #182A3D;
}

.woocommerce table.shop_table .product-remove .remove {
    margin: 0 auto;
}

.woocommerce table.shop_table .product-remove .remove:hover {
    background-color: transparent;
}

.my_cart_wrapper .cart-collateral-wrapper .cart-collaterals .cart_totals h2 {
    display: none;
}

.my_cart_wrapper .cart-collateral-wrapper .cart-collaterals .cart_totals table {
    border: 0;
    margin: 0;
}

.my_cart_wrapper .cart-collateral-wrapper .cart-collaterals .cart_totals .wc-proceed-to-checkout {
    padding: 30px;
}

.my_cart_wrapper .cart-collateral-wrapper .cart-collaterals .cart_totals .wc-proceed-to-checkout a {
    margin: 0;
    background: #0296E0;
    padding: 19px 16px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 700;
    line-height: 20.16px;
    text-align: center;
    text-transform: capitalize;
}

.my_cart_wrapper .cart-collateral-wrapper .cart-collaterals .cart_totals table .order-total th,
.my_cart_wrapper .cart-collateral-wrapper .cart-collaterals .cart_totals table .order-total td {
    padding: 24px 15px;
    background-color: #EBF8FF;
    border: 0;
}

.my_cart_wrapper .cart-collateral-wrapper .cart-collaterals .cart_totals table .order-total th {
    padding-left: 30px;
}

.my_cart_wrapper .cart-collateral-wrapper .cart-collaterals .cart_totals table .order-total td {
    padding-right: 30px;
}

.my_cart_wrapper .cart-collateral-wrapper .cart-collaterals .cart_totals table tr:first-child th,
.my_cart_wrapper .cart-collateral-wrapper .cart-collaterals .cart_totals table tr:first-child td {
    border-bottom: 1px solid #D5D9DB;
}

.my_cart_wrapper .cart-collateral-wrapper .cart-collaterals .cart_totals table tr th {
    padding: 30px 15px 30px 30px;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
}

.my_cart_wrapper .cart-collateral-wrapper .cart-collaterals .cart_totals table tr td {
    text-align: right;
    vertical-align: middle;
    font-family: Plus Jakarta Sans;
    font-size: 16px;
    font-weight: 600;
    line-height: 20.16px;
    padding: 30px 30px 30px 15px;
}

.my_cart_wrapper .cart-collateral-wrapper .cart-collaterals .cart_totals table tr th,
.my_cart_wrapper .cart-collateral-wrapper .cart-collaterals .cart_totals table tr td {
    border: 0;
}

.my_cart_wrapper .cart-collateral-wrapper .cart-collaterals .cart_totals table tr td ul {
    margin: 0 0 -20px 0 !important;
}

.my_cart_wrapper .cart-collateral-wrapper .cart-collaterals .cart_totals table tr td ul li {
    margin: 0 !important;
    padding-bottom: 20px;
    font-size: 16px;
    font-weight: 500;
    line-height: 20.16px !important;
    text-align: right;
    color: #000;
}

.my_cart_wrapper .cart-collateral-wrapper .cart-collaterals .cart_totals table tr td .woocommerce-shipping-destination {
    margin: 20px 0 0 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 20.16px;
    text-align: right;
    color: #000;
}

.my_cart_wrapper .cart-collateral-wrapper .cart-collaterals .cart_totals table tr td .woocommerce-shipping-calculator .shipping-calculator-button {
    margin: 30px 0 0 0;
    font-family: Plus Jakarta Sans;
    font-size: 16px;
    font-weight: 600;
    line-height: 20.16px;
    text-align: right;
    color: #18a6e1;
    text-decoration: underline;
}

.my_cart_wrapper .cart-collateral-wrapper .cart-collaterals .cart_totals table tr td .woocommerce-shipping-calculator .shipping-calculator-button::after {
    display: none;
}

.woocommerce_comnn_table-wrapper table tbody tr td .coupon {
    width: 50%;
    display: flex;
    align-items: center;
}

.woocommerce_comnn_table-wrapper table tbody tr td .coupon input {
    width: 60% !important;
    border: 1px solid #D5D9DB !important;
    border-radius: 6px 0 0 6px !important;
    height: 47px !important;
    padding: 18px 12px !important;
    outline: none !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 18.9px !important;
    color: #000 !IMPORTANT;
    border-right: 0 !important;
    margin: 0 !IMPORTANT;
}

.woocommerce_comnn_table-wrapper table tbody tr td .coupon button {
    width: 40%;
    margin: 0;
    background: #0296E0;
    padding: 12px 16px;
    border-radius: 0 6px 6px 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 20.16px;
    text-align: center;
    height: 47px;
    color: #fff;
    text-transform: capitalize;
}

.woocommerce_comnn_table-wrapper table tbody tr td .button {
    background: #0296E0;
    padding: 12px 16px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 700;
    line-height: 20.16px;
    text-align: center;
    height: 47px;
    color: #fff !important;
    text-transform: capitalize;
}

.woocommerce_comnn_table-wrapper table tbody tr td .coupon button:hover {
    background: #0296E0;
}

.woocommerce-error li {
    font-size: 16px;
    color: #0A1121;
    font-weight: 600;
}

.woocommerce-message {
    border-top-color: #18a6e1;
    font-size: 16px;
    color: #0A1121;
    font-weight: 600;
}

.woocommerce-message::before {
    color: #18a6e1;
}

.my_cart_wrapper .cart-collateral-wrapper .cart-collaterals .cart_totals table tr td .woocommerce-shipping-calculator .shipping-calculator-form {
    margin: 20px 0 0 0;
    padding: 0;
}

.my_cart_wrapper .cart-collateral-wrapper .cart-collaterals .cart_totals table tr td .woocommerce-shipping-calculator .shipping-calculator-form p {
    padding: 0;
    margin: 0 0 20px 0;
    width: 100%;
}

.my_cart_wrapper .cart-collateral-wrapper .cart-collaterals .cart_totals table tr td .woocommerce-shipping-calculator .shipping-calculator-form p input {
    border: 1px solid #D5D9DB;
    border-radius: 6px;
    height: 47px;
    padding: 18px 12px;
    outline: none;
    font-size: 15px;
    font-weight: 400;
    line-height: 18.9px;
    color: #000;
}

.my_cart_wrapper .cart-collateral-wrapper .cart-collaterals .cart_totals table tr td .woocommerce-shipping-calculator .shipping-calculator-form p input::placeholder {
    font-size: 15px;
    font-weight: 400;
    line-height: 18.9px;
    color: #505050;
}

.select2.select2-container {
    width: 100%;
}

.select2.select2-container .selection {}

.select2.select2-container .selection .select2-selection--single {
    width: 100%;
    text-align: left;
    border: 1px solid #D5D9DB;
    border-radius: 6px;
    vertical-align: middle;
    height: 47px;
    padding: 9px 12px;
}

.my_cart_wrapper .cart-collateral-wrapper .cart-collaterals .cart_totals table tr td .woocommerce-shipping-calculator .shipping-calculator-form p>span {
    width: 100%;
}

.select2.select2-container .selection .select2-selection--single span {
    padding: 0;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
}

.select2.select2-container .selection .select2-selection--single span b {
    border: 0;
    background-image: url(data:image/svg+xml,\ %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210%22%20height%3D%226%22%20viewBox%3D%220%200%2010%206%22%20fill%3D%22none%22%3E%0A%20%20%3Cpath%20d%3D%22M1%201L5%205L9%201%22%20stroke%3D%22%238391A1%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E);
    width: 12px;
    height: 12px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin: 5px 0 0 -10px;
}

.my_cart_wrapper .cart-collateral-wrapper .cart-collaterals .cart_totals table tr td .woocommerce-shipping-calculator .shipping-calculator-form p .button {
    margin: 0;
    background: #0296E0;
    padding: 15px 15px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    text-transform: capitalize;
    width: 100%;
    color: #fff;
}

.woocommerce-info {
    border-top-color: #0296E0;
    font-size: 16px;
    font-weight: 600;
    color: #0A1121;
}

.woocommerce-info::before {
    color: #0296E0;
}

.shop-row {
    margin: 0 -40px 120px !important;
}

.shop-row .shop-sidebar-wrapper,
.shop-row .shop-product-wrapper {
    padding: 0 40px !important;
}

.shop-row .shop-product-wrapper {
    border-left: 1px solid #D5D9DB;
}

.shop-sidebar-wrapper .woof .woof_redraw_zone .woof_container {
    margin: 0 0 40px 0;
    padding: 0 0 40px 0;
    border-bottom: 1px solid #0000001A;
}

.shop-sidebar-wrapper .woof .woof_redraw_zone .woof_by_rating_container {
    padding: 0;
    margin: 0;
    border: 0;
}

.shop-sidebar-wrapper .woof .woof_redraw_zone .woof_container .woof_container_inner h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 25.2px;
    text-align: left;
    margin: 0 0 30px 0;
    padding: 0 0 30px 0;
    border-bottom: 1px solid #0000001A;
}

.shop-sidebar-wrapper .woof .woof_redraw_zone .woof_container .woof_container_inner .woof_block_html_items .woof_list_checkbox>li {
    position: relative;
    margin: 0 0 30px 0;
    padding: 0 0 30px 0 !important;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    border-bottom: 1px solid #0000001A;
}

.shop-sidebar-wrapper .woof .woof_redraw_zone .woof_container .woof_container_inner .woof_block_html_items .woof_list_checkbox>li:last-child {
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
}

.shop-sidebar-wrapper .woof .woof_redraw_zone .woof_container .woof_container_inner .woof_block_html_items .woof_list_checkbox>li ul {
    width: 100%;
}

.shop-sidebar-wrapper .woof .woof_redraw_zone .woof_container .woof_container_inner .woof_block_html_items .woof_list_checkbox>li ul li {
    margin: 24px 0 0 0 !important;
    display: flex;
    align-items: center;
}

.shop-sidebar-wrapper .woof .woof_redraw_zone .woof_container .woof_container_inner .woof_block_html_items .woof_list_checkbox>li .woof_childs_list_opener {
    margin-left: auto !important;
}

.shop-sidebar-wrapper .woof .woof_redraw_zone .woof_container .woof_container_inner .woof_block_html_items .woof_list_checkbox>li .icheckbox_square-blue {
    margin: 0;
    flex-shrink: 0;
}

.shop-sidebar-wrapper .woof .woof_redraw_zone .woof_container .woof_container_inner .woof_block_html_items .woof_list_checkbox>li .woof_checkbox_label {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 17.64px;
    text-align: left;
    color: #828387;
}

.shop-sidebar-wrapper .woof .woof_redraw_zone .woof_container .woof_container_inner .woof_block_html_items .woof_list_checkbox>li .woof_childs_list_opener span {
    background-position: center !important;
    background-size: contain !important;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 5px;
    margin: auto;
}

.shop-sidebar-wrapper .woof .woof_redraw_zone .woof_container .woof_container_inner .woof_block_html_items .woof_list_checkbox>li .woof_childs_list_opener .woof_is_opened {
    background-image: url(data:image/svg+xml,\ %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%228%22%20viewBox%3D%220%200%2012%208%22%20fill%3D%22none%22%3E%0A%3Cpath%20d%3D%22M1%201.5L6%206.5L11%201.5%22%20stroke%3D%22%23FF7202%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E);
}

.shop-sidebar-wrapper .woof .woof_redraw_zone .woof_container .woof_container_inner .woof_block_html_items .woof_list_checkbox>li .woof_childs_list_opener .woof_is_closed {
    background-image: url(data:image/svg+xml,\ %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227%22%20height%3D%2212%22%20viewBox%3D%220%200%207%2012%22%20fill%3D%22none%22%3E%0A%3Cpath%20d%3D%22M1%2011L6%206L1%201%22%20stroke%3D%22%230A1121%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E);
}

.shop-sidebar-wrapper .woof .woof_redraw_zone .woof_container .chosen-container {
    margin: 0;
}

.shop-sidebar-wrapper .woof .woof_redraw_zone .woof_container .chosen-container .chosen-single {
    height: 47px !important;
    padding: 12px 15px;
    border: 1px solid #0000001A;
    border-radius: 6px;
}

.shop-sidebar-wrapper .woof .woof_redraw_zone .woof_container .chosen-container .chosen-single span {
    font-size: 16px;
    font-weight: 600;
    line-height: 20.16px;
    text-align: left;
    color: #FD7924;
    font-family: 'star' !important;
}

.shop-sidebar-wrapper .woof .woof_redraw_zone .woof_container .chosen-container .chosen-single b {
    background-image: url(data:image/svg+xml,\ %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210%22%20height%3D%226%22%20viewBox%3D%220%200%2010%206%22%20fill%3D%22none%22%3E%0A%20%20%3Cpath%20d%3D%22M1%201L5%205L9%201%22%20stroke%3D%22%238391A1%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E) !important;
    margin: 0 auto !important;
    background-position: 1% !important;
    background-repeat: no-repeat !important;
    background-size: 12px !important;
    margin-left: -12px !important;
}

.shop-sidebar-wrapper .woof .woof_redraw_zone .woof_submit_search_form_container {
    margin: 30px 0 !important;
    width: 100%;
}

.shop-sidebar-wrapper .woof .woof_redraw_zone .woof_submit_search_form_container .woof_reset_search_form {
    width: 100%;
    background: #18a6e1;
    padding: 15px 16px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 700;
    line-height: 20.16px;
    text-align: center;
    color: #fff;
    text-transform: capitalize;
}

.shop-product-wrapper .page-title {
    display: none;
}

.shop-product-wrapper .woof_products_top_panel {
    display: none !important;
}

.shop-product-wrapper .woocommerce-result-count {
    font-size: 18px;
    font-weight: 500;
    line-height: 22.68px;
    text-align: left;
    color: #000;
    margin: 0;
}

.shop-product-wrapper .woocommerce-ordering {
    margin: 0;
}

.shop-product-wrapper .woocommerce-ordering select {
    border: 1px solid #D5D9DB;
    background-color: #fff;
    padding: 13px 35px 13px 20px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    line-height: 17.64px;
    text-align: left;
    color: #0A1121;
    -webkit-appearance: none;
    background-image: url(data:image/svg+xml,\%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210%22%20height%3D%226%22%20viewBox%3D%220%200%2010%206%22%20fill%3D%22none%22%3E%0A%20%20%3Cpath%20d%3D%22M1%201L5%205L9%201%22%20stroke%3D%22%230A1121%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: 94%;
    background-size: 12px;
    margin-bottom: 40px;
}

.products {
    margin: -15px !important;
    display: flex;
    flex-wrap: wrap;
}

.products .product {
    margin: 0;
    margin: 0 !important;
    padding: 15px !important;
    flex: 0 0 33.33%;
    max-width: 33.33%;
}

.products .product .list_inner_wrapper {
    position: relative;
    border: 1px solid #D5D9DB;
    border-radius: 15px;
    padding: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.products .product .onsale {
    display: none;
}

.products .product img {
    margin: 0 0 40px 0 !important;
    height: 236px !important;
    object-fit: contain;
}

.products .product .woocommerce-loop-product__title {
    padding: 0 !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    line-height: 25.2px !important;
    text-align: center;
    margin: 0 0 20px 0 !important;
    color: #000000;
}

.products .product .price {
    display: none !important;
}

.products .product .shop-cart-wrapper {
    background: #0296E0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    border-radius: 10px;
}

.products .product .shop-cart-wrapper .button {
    margin: 0 !important;
    padding: 0 !important;
    background-color: transparent;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 20.16px;
    text-align: center;
    text-transform: capitalize;
}

.products .product .shop-cart-wrapper .button::after,
.products .product .shop-cart-wrapper .added_to_cart {
    display: none;
}

.products .product .shop-cart-wrapper:has(>.button.loading) svg {
    opacity: .25 !important;
}

.products .product .list_inner_wrapper .tinv-wraper {
    right: 20px;
    left: unset;
    top: 20px;
}

.products .product .list_inner_wrapper .tinv-wraper .tinvwl_add_to_wishlist_button {
    width: 34px;
    height: 34px;
    background-color: #EBF8FF;
    border-radius: 30px;
}

.products .product .list_inner_wrapper .tinv-wraper .tinvwl_add_to_wishlist_button::before {
    color: #0A1121;
}

.products .product .list_inner_wrapper .tinv-wraper .tinvwl-product-in-list {
    background-color: #0296E0;
}

.products .product .list_inner_wrapper .tinv-wraper .tinvwl-product-in-list::before {
    color: #fff;
}

.woocommerce-pagination {
    margin-top: 60px;
}

.woocommerce-pagination .page-numbers {
    margin: 0 !important;
    border: 0 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
}

.woocommerce-pagination .page-numbers li {
    width: 32px !important;
    height: 32px !important;
    margin: 0 2.5px !important;
    border: 0 !important;
}

.woocommerce-pagination .page-numbers span,
.woocommerce-pagination .page-numbers a {
    width: 100%;
    height: 100%;
    border: 1px solid #D5D9DB !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    line-height: 16.38px !important;
    color: #828387 !important;
}

.woocommerce-pagination .page-numbers span.current {
    border-color: #18a6e1 !important;
    background: #18a6e1 !important;
    color: #fff !important;
}

.woocommerce-pagination .page-numbers a:hover {
    background-color: transparent !important;
}

.woocommerce-pagination .page-numbers a.next,
.woocommerce-pagination .page-numbers a.prev {
    font-size: 0 !important;
    background: url(data:image/svg+xml,\%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%3E%0A%3Cpath%20d%3D%22M6.94%204L6%204.94L9.05333%208L6%2011.06L6.94%2012L10.94%208L6.94%204Z%22%20fill%3D%22%23828387%22%2F%3E%0A%3C%2Fsvg%3E) !important;
    background-size: 16px 16px !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.woocommerce-pagination .page-numbers a.prev {
    transform: rotate(180deg);
}

.products li .star-rating {
    font-size: 22px !important;
    color: #FD7924;
    margin: auto !important;
    margin-bottom: 20px !important;
    font-family: 'star' !important;
}

.star-rating[aria-label="Rated 3.75 out of 5"] span,
.star-rating[aria-label="Rated 3.50 out of 5"] span {
    width: 58% !important;
}

.woocommerce .star-rating span::before {
    font-family: 'star';
}

.star-rating::before {
    color: #D9D9D9;
}

.star-rating span::before {
    color: #18a6e1;
}

.related.ps_products,
.post-category-page {
    padding: 0;
    margin: 120px 0 120px 0;
}

.related.ps_products h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 50.4px;
    text-align: left;
    margin: 0 0 60px 0;
    color: #0A1121;
}

.related.ps_products .products .product {
    flex: 0 0 25%;
    max-width: 25%;
}

.woocommerce-tabs .tabs {
    margin: 0 0 60px 0 !important;
    padding: 0 !important;
    height: 1px !important;
}

.woocommerce-tabs .tabs li {
    background-color: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    padding: 0 20px !important;
    display: none !important;
}

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

.woocommerce-tabs .tabs li:first-child {
    padding-left: 6px !important;
}

.woocommerce-tabs .tabs li a {
    border: 0 !important;
    font-size: 20px;
    font-weight: 400 !important;
    line-height: 25.2px;
    text-align: center;
    color: #0A1121 !important;
    opacity: 1 !important;
    padding: 0 !important;
    padding-bottom: 20px !important;
    border-bottom: 2px solid transparent !important;
}

.woocommerce-tabs .tabs li.active a {
    color: #18a6e1 !important;
    border-color: #18a6e1 !important;
    text-shadow: 0px 0 0 currentColor !important;
}

.woocommerce-tabs .tabs::before {
    border-color: #D5D9DB !important;
}

.woocommerce-tabs .panel {
    margin: 0 !important;
}

.woocommerce-tabs .panel h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 30.24px;
    text-align: left;
    color: #000;
    margin-bottom: 40px;
}

.woocommerce-tabs .panel p,
.woocommerce-tabs .panel.woocommerce-Tabs-panel--description span,
.woocommerce-tabs .panel.woocommerce-Tabs-panel--description li,
.woocommerce-tabs .panel.woocommerce-Tabs-panel--description li::marker {
    font-size: 16px;
    font-weight: 400;
    line-height: 34px;
    text-align: left;
    color: #828387;
    margin-bottom: 30px;
}

.woocommerce-tabs .panel p:last-child {
    margin: 0;
}

.woocommerce-tabs .panel p strong {
    color: #000;
}

.woocommerce-tabs .panel .commentlist li:last-child {
    margin-bottom: 0 !important;
}

.woocommerce-tabs .panel .commentlist li .comment_container img {
    width: 50px !important;
    height: 50px !important;
    border-radius: 100%;
}

.woocommerce-tabs .panel .commentlist li .comment_container .comment-text {
    margin-left: 70px !important;
    border: 1px solid #D5D9DB !important;
    border-radius: 0 !important;
}

.woocommerce-tabs .panel .commentlist li .comment_container .comment-text .meta {
    font-size: 20px !important;
    font-weight: 600 !important;
    line-height: 25.2px !important;
    text-align: left !important;
    color: #0A1121 !important;
    text-transform: capitalize !important;
}

.woocommerce-tabs .panel .commentlist li .comment_container .comment-text .meta time {
    font-size: 16px;
    font-weight: 600;
    line-height: 20.16px;
    text-align: left;
    color: #828387;
}

.woocommerce-tabs .panel .commentlist li .comment_container .comment-text .description p {
    font-size: 18px;
    font-weight: 500;
    line-height: 33px;
    text-align: left;
    color: #0A1121;
}

.woocommerce-tabs .star-rating {
    font-size: 22px !important;
    color: #FD7924;
    margin: auto !important;
    margin-bottom: 20px !important;
    font-family: 'star' !important;
}

.woocommerce-tabs .panel #review_form_wrapper {
    background-color: #EBF8FF;
    padding: 50px 40px;
    border-radius: 20px;
    margin-top: 60px;
}

.woocommerce-tabs .panel #review_form_wrapper #review_form #reply-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 30.24px;
    text-align: left;
    margin-bottom: 40px !important;
    display: block;
}

.woocommerce-tabs .panel #review_form_wrapper #review_form form .comment-form-rating label,
.woocommerce-tabs .panel #review_form_wrapper #review_form form .comment-form-comment label,
.woocommerce-tabs .panel #review_form_wrapper #review_form form .comment-form-author label,
.woocommerce-tabs .panel #review_form_wrapper #review_form form .comment-form-email label {
    font-size: 16px;
    font-weight: 500;
    line-height: 20.16px;
    text-align: left;
    margin-bottom: 20px;
    color: #0A1121;
}

.woocommerce-tabs .panel #review_form_wrapper #review_form form .comment-form-rating .stars a {
    color: #D9D9D9;
    font-size: 22px;
}

.woocommerce-tabs .panel #review_form_wrapper #review_form form .comment-form-rating .stars a:hover,
.woocommerce-tabs .panel #review_form_wrapper #review_form form .comment-form-rating .stars a:hover::before,
.woocommerce-tabs .panel #review_form_wrapper #review_form form .comment-form-rating .stars a.active,
.woocommerce-tabs .panel #review_form_wrapper #review_form form .comment-form-rating .stars a.active::before,
.woocommerce-tabs .panel #review_form_wrapper #review_form form .comment-form-rating .stars.selected a,
.woocommerce-tabs .panel #review_form_wrapper #review_form form .comment-form-rating .stars.selected a:hover,
.woocommerce-tabs .panel #review_form_wrapper #review_form form .comment-form-rating .stars.selected a.active,
.woocommerce-tabs .panel #review_form_wrapper #review_form form .comment-form-rating .stars.selected a.active::before {
    color: #18a6e1;
}

.woocommerce-tabs .panel #review_form_wrapper #review_form form .comment-form-comment {
    width: 100%;
    display: block;
    max-width: 100%;
    margin-bottom: 40px;
}

.woocommerce-tabs .panel #review_form_wrapper #review_form form .comment-form-comment textarea {
    background-color: #fff;
    border-radius: 10px;
    border: 0;
    min-height: 140px;
    outline: none;
}

.woocommerce-tabs .panel #review_form_wrapper #review_form form .comment-form-author,
.woocommerce-tabs .panel #review_form_wrapper #review_form form .comment-form-email {
    margin-bottom: 40px;
    padding: 0 15px;
    width: 100%;
    max-width: 50%;
}

.woocommerce-tabs .panel #review_form_wrapper #review_form form .comment-form-author {
    padding-left: 0;
}

.woocommerce-tabs .panel #review_form_wrapper #review_form form .comment-form-email {
    padding-right: 0;
}

.woocommerce-tabs .panel #review_form_wrapper #review_form form .comment-form-author input,
.woocommerce-tabs .panel #review_form_wrapper #review_form form .comment-form-email input {
    height: 50px;
    border-radius: 10px;
    border: 0 !important;
    outline: none;
}

.woocommerce-tabs .panel #review_form_wrapper #review_form form .form-submit {
    margin: 0;
}

.woocommerce-tabs .panel #review_form_wrapper #review_form form .form-submit #submit {
    background: #0296E0;
    border-radius: 10px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    color: #fff;
    text-transform: capitalize;
    padding: 10px 35px;
}

.woocommerce-tabs .panel .table-wrapper {
    margin: 40px 0;
    background: #FFFFFF;
    border: 1px solid #D5D9DB;
    border-radius: 15px;
}

.woocommerce-tabs .panel .table-wrapper table {
    margin: 0 !important;
    border: 0 !important;
}

.woocommerce-tabs .panel table tbody tr th {
    border: 0 !important;
    border-bottom: 1px solid #D5D9DB !important;
    background-color: #fff !important;
    padding: 20px 10px 20px 30px;
    font-size: 16px;
    font-weight: 600;
    line-height: 20.16px;
    text-align: left;
    color: #0A1121;
    min-width: 300px;
}

.woocommerce-tabs .panel table tbody tr:first-child th {
    border-top-left-radius: 15px;
    padding-top: 30px;
}

.woocommerce-tabs .panel table tbody tr:last-child th {
    border-bottom: 0 !important;
    border-bottom-left-radius: 15px;
    padding-bottom: 30px;
}

.woocommerce-tabs .panel table tbody tr td {
    border: 0 !important;
    border-bottom: 1px solid #D5D9DB !important;
    background-color: #fff !important;
    padding: 20px 30px 20px 10px;
    font-size: 16px;
    font-weight: 500;
    line-height: 20.16px;
    text-align: left;
    color: #0A1121;
}

.woocommerce-tabs .panel table tbody tr:first-child td {
    border-top-right-radius: 15px;
    padding-top: 30px;
}

.woocommerce-tabs .panel table tbody tr:last-child td {
    border-bottom: 0 !important;
    border-bottom-right-radius: 15px;
    padding-bottom: 30px;
}

.woocommerce-tabs .panel table tbody tr.woocommerce-product-attributes-item--attribute_pa_product-type {
    display: none;
}

.single-product .product .onsale {
    display: none;
}

.single-product .product .images {
    margin-bottom: 60px !important;
    width: 55% !important;
}

.single-product .product .images .wpgis-slider-for {
    border: 1px solid #D5D9DB;
    border-radius: 20px;
    margin-left: 40px;
    width: 80%;
}

.single-product .product .images .wpgis-slider-for .slick-slide,
.single-product .product .images .wpgis-slider-for .slick-slide .zoom img {
    height: 100%;
}

.single-product .product .images .wpgis-slider-nav {
    margin-top: -20px;
}

.single-product .product .images .wpgis-slider-nav {
    padding-bottom: 80px;
}

.single-product .product .images .wpgis-slider-nav .slick-list {
    height: 400px !important;
}

.single-product .product .images .wpgis-slider-nav .slick-slide {
    padding: 15px 10 !important;
}

.single-product .product .images .wpgis-slider-nav .slick-slide li {
    margin: 0;
}

.single-product .product .images .wpgis-slider-nav .slick-slide {
    padding: 15px 10 !important;
}

.single-product .product .images .wpgis-slider-nav .slick-slide li {
    width: 100px !important;
    height: 100px !important;
    border: 1px solid #D5D9DB !important;
    border-radius: 15px !important;
    margin: 15px 0;
}

.single-product .product .images .wpgis-slider-nav .slick-slide li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.single-product .product .entry-summary {
    margin-bottom: 60px !important;
    width: 40% !important;
}

.single-product .product .entry-summary .title_wishlist {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    width: 100%;
}

.single-product .product .entry-summary .title_wishlist h1 {
    font-size: 40px;
    font-weight: 600;
    line-height: 50.4px;
    text-align: left;
    color: #000;
}

.single-product .product .entry-summary .price {
    display: none;
}

.single-product .product .entry-summary .woocommerce-product-details__short-description p {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    color: #828387;
    margin: 40px 0 0 0;
    padding: 0 0 40px 0;
    border-bottom: 1px dashed #D5D9DB;
}

.single-product .product .entry-summary .title_wishlist .tinv-wraper {
    right: 20px;
    left: unset;
    top: 20px;
}

.single-product .product .entry-summary .title_wishlist .tinv-wraper .tinvwl_add_to_wishlist_button {
    width: 40px;
    height: 40px;
    background-color: #EBF8FF;
    border-radius: 30px;
}

.single-product .product .entry-summary .title_wishlist .tinv-wraper .tinvwl_add_to_wishlist_button::before {
    color: #0A1121;
}

.single-product .product .entry-summary .title_wishlist .tinv-wraper .tinvwl-product-in-list {
    background-color: #0296E0;
}

.single-product .product .entry-summary .title_wishlist .tinv-wraper .tinvwl-product-in-list::before {
    color: #fff;
}

.single-product .product .entry-summary .woocommerce-product-rating {
    margin: 0;
}

.single-product .product .entry-summary .woocommerce-product-rating .star-rating {
    font-size: 22px !important;
    color: #FD7924;
    margin: auto !important;
    font-family: 'star' !important;
}

.single-product .product .entry-summary .woocommerce-product-rating .woocommerce-review-link {
    display: none !important;
}

.single-product .product .entry-summary .cart {
    padding: 40px 0;
    margin-bottom: 40px;
    border-bottom: 1px dashed #D5D9DB;
    display: flex;
    flex-wrap: wrap;
}

.single-product .product .entry-summary .cart .tinv-wraper {
    display: none;
}

.single-product .product .entry-summary .cart .single_share_wrapper,
.single-product .product .entry-summary .cart .button {
    flex: 0 0 47%;
}

.single-product .product .entry-summary .cart .single_share_wrapper button {
    width: 100% !important;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    margin-left: 30px;
    border: 1px solid #0296E0;
    background-color: transparent;
    font-size: 16px;
    font-weight: 700;
    line-height: 20.16px;
    text-align: center;
    color: #0296E0;
}

.single-product .product .entry-summary .cart .single_share_wrapper button:hover,
.single-product .product .entry-summary .cart .single_share_wrapper button:focus {
    box-shadow: none;
}

.single-product .product .entry-summary .cart .quantity {
    display: flex;
    align-items: center;
    flex: 100%;
    margin: 0;
    margin-bottom: 20px;
}

.single-product .product .entry-summary .cart .quantity button {
    width: 30px !important;
    height: 30px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7.5px;
    padding: 0;
    font-size: 0;
    background-size: 14px;
    background-position: center;
    background-repeat: no-repeat;
    outline: none;
}

.single-product .product .entry-summary .cart .quantity .minus {
    background-color: #F5F5F7;
    background-image: url(data:image/svg+xml,\ %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%222%22%20viewBox%3D%220%200%2014%202%22%20fill%3D%22none%22%3E%0A%3Cpath%20d%3D%22M13%201H7H1%22%20stroke%3D%22%23182A3D%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E);
}

.single-product .product .entry-summary .cart .quantity .plus {
    background-color: #0296E0;
    background-image: url(data:image/svg+xml,\ %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%3E%0A%3Cpath%20d%3D%22M8%201.5V8M8%208V14.5M8%208H14.5M8%208H1.5%22%20stroke%3D%22white%22%20stroke-width%3D%221.625%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E);
}

.single-product .product .entry-summary .cart .quantity input {
    padding: 0;
    width: 3em;
    padding: 0 14px;
    border: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 22.68px;
    text-align: center;
    color: #182A3D;
    outline: none;
    -moz-appearance: textfield;
}

.single-product .product .entry-summary .cart .quantity input::-webkit-outer-spin-button,
.single-product .product .entry-summary .cart .quantity input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.single-product .product .entry-summary .cart .button {
    background: #0296E0;
    height: 50px;
    font-size: 16px;
    font-weight: 700;
    line-height: 20.16px;
    text-align: center;
    color: #fff;
    text-transform: capitalize;
    border-radius: 10px;
}

.single-product .product .entry-summary .cart .variations {
    margin: 0 0 40px 0 !important;
}

.single-product .product .entry-summary .cart .variations .label {
    padding: 0;
    vertical-align: middle !important;
}

.single-product .product .entry-summary .cart .variations .label label {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 22.68px;
    color: #000;
}

.single-product .product .entry-summary .cart .variations .value {
    padding: 0;
}

.single-product .product .entry-summary .cart .variations .value select {
    border: 1px solid #D5D9DB;
    background-color: #fff;
    padding: 16px 35px 16px 18px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    line-height: 17.64px;
    text-align: left;
    color: #000;
    -webkit-appearance: none;
    background-image: url(data:image/svg+xml,\%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210%22%20height%3D%226%22%20viewBox%3D%220%200%2010%206%22%20fill%3D%22none%22%3E%0A%20%20%3Cpath%20d%3D%22M1%201L5%205L9%201%22%20stroke%3D%22%230A1121%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: 94%;
    background-size: 12px;
    outline: none !important;
    height: 50px;
}

.single-product .product .entry-summary .cart .variations .value .reset_variations {
    display: none !important;
}

.single-product .product .entry-summary .cart .single_variation_wrap {
    width: 100%;
}

.single-product .product .entry-summary .cart .single_variation_wrap .woocommerce-variation-add-to-cart {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.single-product .product .entry-summary .product_meta .posted_in {
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    text-align: left;
    color: #0A1121;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.single-product .product .entry-summary .product_meta .posted_in span {
    border: 1px solid #E4E7EC;
    background: #F6F7F9;
    border-radius: 8px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    padding: 13px 16px;
    margin-left: 50px;
    margin-top: 2px;
}

.single-product .product .entry-summary .product_meta .posted_in a {
    font-size: 14px;
    font-weight: 500;
    line-height: 17.64px;
    text-align: left;
    color: #000;
    padding-left: 10px;
}

.single-product .product .entry-summary .product_meta .posted_in a:first-child {
    padding-left: 0;
}

.custom-page-checkout .comnn-h2 {
    display: none;
}

.checkout-row {
    margin-bottom: 120px;
    margin-left: -40px !important;
    margin-right: -40px !important;
}

.checkout-row .commn-col {
    padding: 0 40px;
}

.woocommerce_checkout_wrap h3,
.order_review_container h3 {
    font-family: 'Sansita', sans-serif !important;
    font-size: 30px;
    font-weight: 400;
    line-height: 34.95px;
    text-align: left;
    color: #0A1121;
    margin-bottom: 30px;
}

.woocommerce_checkout_wrap .form-row {
    float: none !important;
    width: 100% !important;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px !important;
    margin: 0 0 20px 0 !important;
}

.woocommerce_checkout_wrap .woocommerce-billing-fields__field-wrapper,
.woocommerce_checkout_wrap .woocommerce-shipping-fields__field-wrapper,
.woocommerce_checkout_wrap .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.woocommerce_checkout_wrap .form-row label {
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    line-height: 1 !important;
    text-align: left;
    color: #000;
    margin-bottom: 14px;
}

.woocommerce_checkout_wrap .form-row .woocommerce-input-wrapper {
    width: 100%;
    display: flex;
    margin-top: auto;
    height: 50px;
}

.woocommerce_checkout_wrap .form-row .woocommerce-input-wrapper input,
.woocommerce_checkout_wrap .form-row .woocommerce-input-wrapper textarea {
    border: 1px solid #DADEE3;
    border-radius: 10px;
    padding: 16px 15px;
    height: 50px;
    font-size: 15px;
    font-weight: 400;
    line-height: 18.9px;
    text-align: left;
    color: #000;
}

.woocommerce_checkout_wrap .form-row .woocommerce-input-wrapper textarea {
    min-height: 150px;
    height: 100%;
}

.woocommerce_checkout_wrap .form-row .woocommerce-input-wrapper input::placeholder,
.woocommerce_checkout_wrap .form-row .woocommerce-input-wrapper textarea::placeholder {
    font-size: 15px;
    font-weight: 400;
    line-height: 18.9px;
    text-align: left;
    color: #828387;
}

.woocommerce_checkout_wrap #billing_city_field,
.woocommerce_checkout_wrap #billing_state_field,
.woocommerce_checkout_wrap #billing_postcode_field,
.woocommerce_checkout_wrap #shipping_city_field,
.woocommerce_checkout_wrap #shipping_state_field,
.woocommerce_checkout_wrap #shipping_postcode_field {
    flex: 0 0 33.33%;
    max-width: 33.33%;
}

.woocommerce_checkout_wrap .woocommerce-additional-fields .form-row {
    flex: 100% !important;
    max-width: 100% !important;
    width: 100% !important;
}

.woocommerce_checkout_wrap .form-row .select2.select2-container .selection .select2-selection--single {
    height: 50px;
    border-radius: 10px;
}

#billing_address_2_field span,
#shipping_address_2_field span {
    height: unset !important;
}

.woocommerce_checkout_wrap #ship-to-different-address {
    margin-bottom: 20px;
}

.woocommerce_checkout_wrap #ship-to-different-address label {
    margin: 0;
    display: flex;
    align-items: center;
}

.woocommerce_checkout_wrap #ship-to-different-address label input {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    margin-right: 15px;
    margin-top: -5px;
}

.woocommerce_checkout_wrap #ship-to-different-address label span {
    font-size: 15px;
    font-weight: 500;
    line-height: 20.16px;
    text-align: left;
    color: #000;
    letter-spacing: 0;
}

.woocommerce_checkout_wrap #ship-to-different-address label input::before {
    width: 20px;
    height: 20px;
    margin: -1rem 0 0 -0.1rem;
}

.order_review_container .order-review_table_commn {
    border: 1px solid #D5D9DB;
    border-radius: 20px;
}

.order_review_container .order-review_table_commn table {
    margin: 0;
    border: 0;
}

.order_review_container .order-review_table_commn table thead tr th {
    border: 0;
    padding: 20px 15px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
    color: #000;
}

.order_review_container .order-review_table_commn table tbody tr td {
    padding: 20px 15px;
    border: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
    color: #000;
}

.order_review_container .order-review_table_commn table tbody tr:first-child td {
    border-top: 1px solid #D5D9DB;
}

.order_review_container .order-review_table_commn table tbody tr td .product-quantity {
    color: #828387;
}

.order_review_container .order-review_table_commn table thead tr th:last-child,
.order_review_container .order-review_table_commn table tbody tr td:last-child,
.order_review_container .order-review_table_commn table tfoot tr td:last-child {
    text-align: right;
    padding-right: 30px;
}

.order_review_container .order-review_table_commn table thead tr th:first-child,
.order_review_container .order-review_table_commn table tbody tr td:first-child,
.order_review_container .order-review_table_commn table tfoot tr th:first-child {
    text-align: left;
    padding-left: 30px;
}

.order_review_container .order-review_table_commn table tfoot tr th,
.order_review_container .order-review_table_commn table tfoot tr td {
    border: 0;
    padding: 10px 15px;
}

.order_review_container .order-review_table_commn table tfoot tr:first-child th,
.order_review_container .order-review_table_commn table tfoot tr:first-child td {
    padding-top: 20px;
    border-top: 1px solid #D5D9DB;
}

.order_review_container .order-review_table_commn table tfoot tr th {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #000000;
}

.order_review_container .order-review_table_commn table tfoot tr td,
.order_review_container .order-review_table_commn table tfoot tr td span bdi,
.order_review_container .order-review_table_commn table tfoot tr td label,
.order_review_container .order-review_table_commn table tfoot tr td li {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    color: #000000;
    margin: 0 !important;
}

.order_review_container .order-review_table_commn table tfoot tr.tax-rate th,
.order_review_container .order-review_table_commn table tfoot tr.tax-rate td {
    padding-bottom: 20px;
}

.order_review_container .order-review_table_commn table tfoot .order-total th,
.order_review_container .order-review_table_commn table tfoot .order-total td {
    background-color: #EBF8FF;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.order_review_container .order-review_table_commn table tfoot .order-total td span bdi {
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    color: #18a6e1;
}

.order_review_container .order-review_table_commn .woocommerce-checkout-payment {
    background-color: transparent !important;
    border-radius: 0 !important;
    padding: 20px 30px;
}

.order_review_container .order-review_table_commn .woocommerce-checkout-payment .woocommerce-checkout-payment-area h3 {
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: 400;
    color: #000;
}

.order_review_container .order-review_table_commn .woocommerce-checkout-payment .woocommerce-checkout-payment-area .wc_payment_methods {
    padding: 0 !important;
    border: 0 !important;
}

.order_review_container .order-review_table_commn .woocommerce-checkout-payment .woocommerce-checkout-payment-area .wc_payment_methods .wc_payment_method {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 0 20px 0 !important;
}

.order_review_container .order-review_table_commn .woocommerce-checkout-payment .woocommerce-checkout-payment-area .wc_payment_methods .wc_payment_method input {
    width: 20px;
    height: 20px;
}

.order_review_container .order-review_table_commn .woocommerce-checkout-payment .woocommerce-checkout-payment-area .wc_payment_methods .wc_payment_method label {
    margin: 0 !important;
    line-height: 1;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    color: #000;
}

.order_review_container .order-review_table_commn .woocommerce-checkout-payment .woocommerce-checkout-payment-area .wc_payment_methods .wc_payment_method .payment_box {
    background-color: #EBF8FF !important;
    margin-bottom: 0 !important;
}

.order_review_container .order-review_table_commn .woocommerce-checkout-payment .woocommerce-checkout-payment-area .wc_payment_methods .wc_payment_method .payment_box::before {
    border-bottom-color: #EBF8FF !important;
}

.order_review_container .order-review_table_commn .woocommerce-checkout-payment .woocommerce-checkout-payment-area .wc_payment_methods .wc_payment_method .payment_box p {
    font-size: 14px;
    font-weight: 400;
    color: #000;
}

.order_review_container .order-review_table_commn .woocommerce-checkout-payment .woocommerce-checkout-payment-area .place-order {
    padding: 0 !important;
}

.order_review_container .order-review_table_commn .woocommerce-checkout-payment .woocommerce-checkout-payment-area .place-order p {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    text-align: left;
    color: #000;
}

.order_review_container .order-review_table_commn .woocommerce-checkout-payment .order-btn-wrapper .payment_btn_wrapper button {
    float: none !important;
    background-color: #0296E0;
    height: 50px;
    width: 100%;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 700;
    line-height: 20.16px;
    text-align: center;
    color: #fff;
    border-radius: 10px;
    margin: 30px 0 0 0;
    outline: none;
}

.woocommerce-page .entry-content>.woocommerce,
.single-product main {
    margin: 40px 0 120px 0 !important;
}

.woocommerce-page .entry-content .woocommerce .return-to-shop {
    margin: 0;
}

.woocommerce-page .entry-content .woocommerce .return-to-shop .wc-backward,
.custom-page-wishlist .return-to-shop .wc-backward {
    background: #0296E0;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    padding: 12px 25px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 700;
    line-height: 20.16px;
    text-align: center;
    color: #fff;
    text-transform: capitalize;
}

.wpcf7-form .form_wrap .form-field p {
    margin-bottom: 30px;
}

.wpcf7-form .form_wrap .form-field p .wpcf7-not-valid-tip {
    color: red !important;
    font-size: 14px;
    font-weight: 400;
    margin-top: 5px;
}

.wpcf7-form .form_wrap .form-field:last-child p {
    margin-bottom: 0;
}

form label {
    font-size: 15px;
    color: black;
    font-weight: 500;
    margin-bottom: 10px;
}

.wpcf7-form .form_wrap .form-field p span input,
.wpcf7-form .form_wrap .form-field p span textarea {
    border: 1px solid #D5D9DB;
    border-radius: 6px;
    height: 50px;
    padding: 18px 12px;
    outline: none;
    font-size: 15px;
    font-weight: 400;
    line-height: 18.9px;
    color: #000;
}

.wpcf7-form .form_wrap .form-field p span input::placeholder,
.wpcf7-form .form_wrap .form-field p span textarea::placeholder {
    font-size: 15px;
    font-weight: 400;
    line-height: 18.9px;
    color: #828387;
}

.wpcf7-form .form_wrap .form-field p span textarea {
    height: 150px;
}

.wpcf7-form .form_wrap .form-field p .wpcf7-submit {
    background: #18a6e1;
    border-radius: 6px;
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 700;
    line-height: 20.16px;
    text-align: center;
    outline: none;
    text-decoration: none;
    text-transform: capitalize;
}

.woof_star_font {
    font-size: 16px;
    font-family: 'star' !important;
    color: #18a6e1;
}

.woocommerce-order .woocommerce-notice-success-wrapper {
    text-align: center;
    margin-bottom: 80px;
}

.woocommerce-order .woocommerce-notice-success-wrapper .img-wrapper svg {
    margin: 0 auto;
}

.woocommerce-order .woocommerce-notice-success-wrapper .img-wrapper {
    margin-bottom: 25px;
}

.woocommerce-order .woocommerce-notice-success-wrapper span {
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    text-align: center;
    color: #000;
    margin-bottom: 30px;
    display: block;
    font-family: 'Sansita', sans-serif !important;
}

.woocommerce-order .woocommerce-notice-success-wrapper p {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 22.68px;
    color: #828387;
}

.woocommerce-order-overview-wrapper .order_details {
    margin: 0 !important;
    padding-bottom: 80px;
    border-bottom: 1px solid #DADEE3;
    display: flex;
    justify-content: space-between;
}


.woocommerce-order-overview-wrapper .order_details::before,
.woocommerce-order-overview-wrapper .order_details::after {
    display: none !important;
}

.woocommerce-order-overview-wrapper .order_details li {
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
}

.woocommerce-order-overview-wrapper .order_details li .woocommerce-order-single-wrap .content p {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 20px;
    text-transform: capitalize;
    color: #000;
}

.woocommerce-order-overview-wrapper .order_details li .woocommerce-order-single-wrap .content span,
.woocommerce-order-overview-wrapper .order_details li .woocommerce-order-single-wrap .content span strong {
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 20px !important;
    color: #000;
}

.order_details_and_biling_information_wrap section {
    padding: 0;
}

.order_details_and_biling_information_wrap .woocommerce-customer-details {
    margin-bottom: 0 !important;
}

.order_details_and_biling_information_wrap .woocommerce-customer-details .addresses .woocommerce-column {
    width: 100% !important;
    float: none !important;
    max-width: 100% !important;
    border: 1px solid #DADEE3;
    box-shadow: 0px 1px 2px 0px #1018280D;
    border-radius: 20px;
    padding: 30px;
    margin: 0 0 30px 0;
}

.order_details_and_biling_information_wrap .woocommerce-customer-details .addresses .woocommerce-column:last-child {
    margin-bottom: 0 !important;
}

.order_details_and_biling_information_wrap .woocommerce-customer-details .addresses .woocommerce-column h2 {
    font-family: 'Sansita', sans-serif !important;
    font-size: 18px;
    font-weight: 400;
    line-height: 22.68px;
    text-align: left;
    margin-bottom: 30px;
    color: #000;
}

.order_details_and_biling_information_wrap .woocommerce-customer-details .addresses .woocommerce-column address {
    border: 0 !important;
    padding: 0 !important;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #000000;
    word-spacing: 5px;
}

.order_details_and_biling_information_wrap .woocommerce-customer-details .addresses .woocommerce-column address br {
    display: none;
}

.order_details_and_biling_information_wrap .woocommerce-customer-details .addresses .woocommerce-column address .woocommerce-customer-details--phone {
    margin-top: 10px;
}

.order_details_and_biling_information_wrap {
    margin-top: 70px;
}

.order_details_and_biling_information_wrap .woocommerce-order-details__title {
    font-family: 'Sansita', sans-serif !important;
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    margin-bottom: 30px;
    color: #000;
}

.order_details_and_biling_information_wrap .woocommerce-order-details {
    margin: 0;
}

.order_details_and_biling_information_wrap .woocommerce-order-details .woocommerce_comnn_table-wrapper table {
    border: 0 !important;
}

.order_details_and_biling_information_wrap .woocommerce-order-details .woocommerce_comnn_table-wrapper table thead tr th {
    display: none;
    border: 0;
}

.order_details_and_biling_information_wrap .woocommerce-order-details .woocommerce_comnn_table-wrapper table tbody tr td {
    border: 0;
    border-bottom: 1px solid #DADEE3 !important;
    padding: 30px 20px !important;
}

.order_details_and_biling_information_wrap .woocommerce-order-details .woocommerce_comnn_table-wrapper table tr td,
.order_details_and_biling_information_wrap .woocommerce-order-details .woocommerce_comnn_table-wrapper table tr th {
    white-space: nowrap;
}

.order_details_and_biling_information_wrap .woocommerce-order-details .woocommerce_comnn_table-wrapper table tbody tr td .wc-item-meta {
    margin: 10px 0 0 0;
}

.order_details_and_biling_information_wrap .woocommerce-order-details .woocommerce_comnn_table-wrapper table tbody tr td .wc-item-meta li {
    margin: 0 0 10px 0;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    line-height: 20px;
}

.order_details_and_biling_information_wrap .woocommerce-order-details .woocommerce_comnn_table-wrapper table tbody tr td .wc-item-meta li:last-child {
    margin-bottom: 0;
}

.order_details_and_biling_information_wrap .woocommerce-order-details .woocommerce_comnn_table-wrapper table tbody tr td .name_image_wrapper {
    display: flex;
    align-items: center;
}

.order_details_and_biling_information_wrap .woocommerce-order-details .woocommerce_comnn_table-wrapper table tbody tr td .name_image_wrapper img {
    width: 80px;
    height: 80px;
    border: 1px solid #D9D9D9;
    border-radius: 10px;
    padding: 9px;
    margin-right: 20px;
}

.order_details_and_biling_information_wrap .woocommerce-order-details .woocommerce_comnn_table-wrapper table tbody tr td a {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
    color: #000;
    width: 300px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.custom-page-checkout .order_details_and_biling_information_wrap .woocommerce-order-details .woocommerce_comnn_table-wrapper table tbody tr td a {
    width: 270px;
}

.order_details_and_biling_information_wrap .woocommerce-order-details .woocommerce_comnn_table-wrapper table tbody tr td.product_quantity {
    font-size: 16px;
    font-weight: 500;
    line-height: 20.16px;
    color: #000;
}

.order_details_and_biling_information_wrap .woocommerce-order-details .woocommerce_comnn_table-wrapper table tbody tr td.product_quantity .product-quantity {
    font-weight: 500;
    color: #828387;
}

.order_details_and_biling_information_wrap .woocommerce-order-details .woocommerce_comnn_table-wrapper table tbody tr td.product-total bdi {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    line-height: 20px;
}

.order_details_and_biling_information_wrap .woocommerce-order-details .woocommerce_comnn_table-wrapper table tbody tr:first-child td {
    padding-top: 30px !important;
}

.order_details_and_biling_information_wrap .woocommerce-order-details .woocommerce_comnn_table-wrapper table tbody tr:last-child td {
    padding-bottom: 30px !important;
}

.order_details_and_biling_information_wrap .woocommerce-order-details .woocommerce_comnn_table-wrapper table tr td:first-child,
.order_details_and_biling_information_wrap .woocommerce-order-details .woocommerce_comnn_table-wrapper table tr th:first-child {
    padding-left: 30px !important;
}

.order_details_and_biling_information_wrap .woocommerce-order-details .woocommerce_comnn_table-wrapper table tr td:last-child {
    padding-right: 30px !important;
    text-align: right;
}

.order_details_and_biling_information_wrap .woocommerce-order-details .woocommerce_comnn_table-wrapper table tfoot tr:last-child th,
.order_details_and_biling_information_wrap .woocommerce-order-details .woocommerce_comnn_table-wrapper table tfoot tr:last-child td {
    border: 0 !important;
}

.order_details_and_biling_information_wrap .woocommerce-order-details .woocommerce_comnn_table-wrapper table tfoot tr th,
.order_details_and_biling_information_wrap .woocommerce-order-details .woocommerce_comnn_table-wrapper table tfoot tr td {
    padding: 13px 15px;
    border: 0;
}

.order_details_and_biling_information_wrap .woocommerce-order-details .woocommerce_comnn_table-wrapper table tfoot tr:first-child th,
.order_details_and_biling_information_wrap .woocommerce-order-details .woocommerce_comnn_table-wrapper table tfoot tr:first-child td {
    padding-top: 24px;
}

.order_details_and_biling_information_wrap .woocommerce-order-details .woocommerce_comnn_table-wrapper table tfoot tr th {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #000;
}

.order_details_and_biling_information_wrap .woocommerce-order-details .woocommerce_comnn_table-wrapper table tfoot tr td {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    color: #000;
}

.order_details_and_biling_information_wrap .woocommerce-order-details .woocommerce_comnn_table-wrapper table tfoot tr:nth-child(4) td,
.order_details_and_biling_information_wrap .woocommerce-order-details .woocommerce_comnn_table-wrapper table tfoot tr:nth-child(4) th {
    padding-bottom: 24px;
}

.order_details_and_biling_information_wrap .woocommerce-order-details .woocommerce_comnn_table-wrapper table tfoot tr:last-child td,
.order_details_and_biling_information_wrap .woocommerce-order-details .woocommerce_comnn_table-wrapper table tfoot tr:last-child th {
    padding: 30px 15px;
    border-top: 1px solid #EBECEA !important;
}

.order_details_and_biling_information_wrap .woocommerce-order-details .woocommerce_comnn_table-wrapper table tfoot tr:last-child th {
    font-size: 18px;
    font-weight: 500;
    color: #000;
}

.order_details_and_biling_information_wrap .woocommerce-order-details .woocommerce_comnn_table-wrapper table tfoot tr:last-child td {
    font-size: 18px;
    font-weight: 600;
    color: #18a6e1;
}

.woocommerce .woocommerce-MyAccount-navigation ul {
    margin: 0;
    list-style-type: none;
}

.woocommerce .woocommerce-MyAccount-navigation ul li {
    margin: 0 0 20px 0;
}

.woocommerce .woocommerce-MyAccount-content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 25.2px;
    color: #0A1121;
}

.woocommerce .woocommerce-MyAccount-content p a {
    color: #18a6e1;
}

.woocommerce .woocommerce-MyAccount-content table {
    margin: 0;
    border: 1px solid #DADEE3;
    border-radius: 0;
}

.woocommerce .woocommerce-MyAccount-content table tr td,
.woocommerce .woocommerce-MyAccount-content table tr th {
    border: 0;
    border-bottom: 1px solid #DADEE3;
    padding: 15px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: #000;
}

.woocommerce .woocommerce-MyAccount-content table tr td a {
    font-size: 16px;
    font-weight: 500;
    line-height: 20.16px;
    color: #000;
}

.woocommerce .woocommerce-MyAccount-content table tr th {
    font-weight: 700;
}

.woocommerce .woocommerce-MyAccount-content table tr:last-child td {
    border-bottom: 0;
}

.woocommerce .woocommerce-MyAccount-content table tr td .view {
    background: #0296E0;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 700;
    line-height: 20.16px;
    text-align: center;
    color: #fff;
    text-transform: capitalize;
}

.woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}

.woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address {
    float: none !important;
    width: 100% !important;
    max-width: 50%;
    flex: 0 0 50%;
}

.woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title.title {
    margin-bottom: 20px;
}

.woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title.title h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 22.68px;
    color: #0A1121;
}

.woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title.title .edit {
    font-size: 18px;
    font-weight: 600;
    line-height: 22.68px;
    color: #18a6e1;
}

.woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address address {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: #000;
}

.woocommerce .woocommerce-MyAccount-content .edit-account p {
    margin-bottom: 30px;
    padding: 0;
}

.woocommerce .woocommerce-MyAccount-content .edit-account p label {
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    line-height: 20.16px;
    margin-bottom: 14px;
    color: #0C0C20;
}

.woocommerce .woocommerce-MyAccount-content .edit-account p input,
.woocommerce form .password-input input,
.woocommerce-page form .password-input input {
    width: 100%;
    border: 1px solid #D5D9DB;
    border-radius: 6px;
    height: 47px;
    padding: 18px 12px;
    outline: none;
    font-size: 15px;
    font-weight: 400;
    line-height: 18.9px;
    color: #000;
}

.woocommerce .woocommerce-MyAccount-content .edit-account p span em {
    font-size: 14px;
    color: #000;
}

.woocommerce .woocommerce-MyAccount-content .edit-account fieldset legend {
    font-family: Plus Jakarta Sans;
    font-size: 24px;
    font-weight: 600;
    line-height: 35px;
    color: #000;
    margin-bottom: 30px;
}

.woocommerce .woocommerce-MyAccount-content .edit-account fieldset p span.password-input,
.woocommerce form .password-input,
.woocommerce-page form .password-input {
    width: 100%;
}

.woocommerce .woocommerce-MyAccount-content .edit-account .woocommerce-Button {
    background: #18a6e1;
    width: fit-content;
    border-radius: 6px;
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 700;
    line-height: 20.16px;
    text-align: center;
    outline: none;
    text-decoration: none;
    text-transform: capitalize;
    color: #fff;
}

.custom-page-my-account.woocommerce-edit-address {
    overflow-x: hidden;
}

.woocommerce .woocommerce-MyAccount-content .woocommerce_checkout_wrap .woocommerce-address-fields .woocommerce-address-fields__field-wrapper {
    margin: 0 -15px;
    display: flex;
    flex-wrap: wrap;
}

.woocommerce .woocommerce-MyAccount-content .woocommerce_checkout_wrap .woocommerce-address-fields .button {
    background: #18a6e1;
    width: fit-content;
    border-radius: 6px;
    padding: 15px 35px;
    font-size: 16px;
    font-weight: 700;
    line-height: 20.16px;
    text-align: center;
    outline: none;
    text-decoration: none;
    text-transform: capitalize;
    color: #fff;
}

.woocommerce .woocommerce-MyAccount-content .woocommerce_checkout_wrap h3,
.tinv-wishlist h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 37.8px;
    text-align: left;
    color: #0A1121;
    margin-bottom: 30px;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 20%;
}

.woocommerce-account .woocommerce-MyAccount-content {
    width: 78%;
}

.content-my-wishlist .woocommerce form,
.custom-page-wishlist .tinv-wishlist form {
    border: 1px solid #DADEE3;
    border-radius: 20px;
}

.content-my-wishlist form table,
.custom-page-wishlist .tinv-wishlist form table {
    border: 0 !important;
    margin: 0 !important;
}

.custom-page-wishlist .tinv-wishlist form table thead tr th,
.custom-page-wishlist .tinv-wishlist form table tbody tr td,
.custom-page-wishlist .tinv-wishlist form table tfoot tr td {
    border: 0 !important;
    padding: 15px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: #000;
}

.custom-page-wishlist .tinv-wishlist form table tbody tr td a {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: #000;
}

.content-my-wishlist form table thead tr th,
.content-my-wishlist form table tbody tr td,
.custom-page-wishlist .tinv-wishlist form table thead tr th,
.custom-page-wishlist .tinv-wishlist form table tbody tr td {
    border-bottom: 1px solid #DADEE3 !important;
    white-space: nowrap;
}

.content-my-wishlist form table tr td .button,
.custom-page-wishlist .tinv-wishlist form table tr td .button {
    white-space: nowrap;
    background-color: #18a6e1 !important;
    font-size: 16px;
    font-weight: 700;
    line-height: 20.16px;
    text-align: center;
    text-transform: capitalize;
    color: #fff;
    height: 50px;
    border-radius: 10px;
    outline: none;
}

.content-my-wishlist form table tbody tr td.product-action .button,
.custom-page-wishlist .tinv-wishlist form table tr td.product-action .button {
    background-color: #0296E0 !important;
}

.content-my-wishlist form table tr td .button:hover,
.custom-page-wishlist .tinv-wishlist form table tr td .button:hover {
    color: #fff !important;
}

.content-my-wishlist form table tr td .tinvwl-to-left .tinvwl-input-group,
.custom-page-wishlist .tinv-wishlist form table tr td .tinvwl-to-left .tinvwl-input-group {
    display: flex;
    align-items: center;
}

.content-my-wishlist form table tr td .tinvwl-to-left .tinvwl-input-group select,
.custom-page-wishlist .tinv-wishlist form table tr td .tinvwl-to-left .tinvwl-input-group select {
    border: 1px solid #D5D9DB;
    background-color: #fff;
    padding: 12px 35px 12px 20px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    line-height: 17.64px;
    color: #0A1121;
    -webkit-appearance: none;
    background-image: url(data:image/svg+xml,\%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210%22%20height%3D%226%22%20viewBox%3D%220%200%2010%206%22%20fill%3D%22none%22%3E%0A%20%20%3Cpath%20d%3D%22M1%201L5%205L9%201%22%20stroke%3D%22%230A1121%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: 94%;
    background-size: 12px;
    height: 50px;
}

.content-my-wishlist .social-buttons,
.custom-page-wishlist .social-buttons {
    margin-top: 20px;
}

.content-my-wishlist .social-buttons span,
.custom-page-wishlist .social-buttons span {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    text-transform: capitalize;
}

.content-my-wishlist .social-buttons ul li a,
.custom-page-wishlist .social-buttons ul li a {
    color: #0296E0;
}

.woocommerce-view-order .woocommerce .woocommerce-MyAccount-content>div {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
}

.woocommerce-view-order .woocommerce .woocommerce-MyAccount-content>p {
    font-size: 20px;
    margin-bottom: 30px;
}

.woocommerce-view-order .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details__title {
    font-size: 24px;
    margin-bottom: 30px;
    color: #000;
    font-weight: 600;
}

.woocommerce-view-order .woocommerce .woocommerce-MyAccount-content section {
    padding: 0;
}

.woocommerce-view-order .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce_comnn_table-wrapper table thead tr th {
    display: none;
}

.woocommerce-view-order .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce_comnn_table-wrapper table tbody tr td {
    border-bottom: 1px solid #D5D9DB;
}

.woocommerce-view-order .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce_comnn_table-wrapper table tbody tr td .name_image_wrapper {
    display: flex;
    align-items: center;
}

.woocommerce-view-order .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce_comnn_table-wrapper table tbody tr td .name_image_wrapper img {
    width: 80px;
    height: 80px;
    padding: 9px;
    border: 1px solid #D5D9DB;
    border-radius: 10px;
    margin-right: 20px;
}

.woocommerce-view-order .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce_comnn_table-wrapper table tfoot tr th {
    padding-left: 30px;
}

.woocommerce-view-order .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce_comnn_table-wrapper table tfoot tr td {
    padding-right: 30px;
}

.woocommerce-view-order .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce_comnn_table-wrapper table tfoot tr:last-child th {
    border-bottom: 0;
}

.woocommerce-view-order .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce_comnn_table-wrapper table tbody tr td:last-child,
.woocommerce-view-order .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce_comnn_table-wrapper table tfoot tr td {
    text-align: right;
}

.woocommerce-view-order .woocommerce .woocommerce-MyAccount-content .woocommerce-customer-details .addresses {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.woocommerce-view-order .woocommerce .woocommerce-MyAccount-content .woocommerce-customer-details .addresses .woocommerce-column {
    flex: 0 0 48%;
    max-width: 48%;
    width: 100%;
    float: none !important;
    border: 1px solid #DADEE3;
    box-shadow: 0px 1px 2px 0px #1018280D;
    border-radius: 20px;
    padding: 30px;
}

.woocommerce-view-order .woocommerce .woocommerce-MyAccount-content .woocommerce-customer-details .addresses::before,
.woocommerce-view-order .woocommerce .woocommerce-MyAccount-content .woocommerce-customer-details .addresses::after {
    display: none;
}

.woocommerce-view-order .woocommerce .woocommerce-MyAccount-content .woocommerce-customer-details .addresses .woocommerce-column .woocommerce-column__title {
    font-size: 18px;
    font-weight: 600;
    line-height: 22.68px;
    text-align: left;
    margin-bottom: 30px;
    color: #0A1121;
}

.woocommerce-view-order .woocommerce .woocommerce-MyAccount-content .woocommerce-customer-details .addresses .woocommerce-column address {
    border: 0 !important;
    padding: 0 !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #000000;
    word-spacing: 5px;
}

.woocommerce-view-order .woocommerce .woocommerce-MyAccount-content .woocommerce-customer-details .addresses .woocommerce-column address br {
    display: none !important;
}

.tinv-wishlist .tinvwl_added_to_wishlist .tinv-modal-inner {
    border-radius: 20px;
    background: #FFF;
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.05), -2px -2px 4px 0px rgba(0, 0, 0, 0.05);
    padding: 40px 60px !important;
    text-align: center;
}

.tinv-wishlist .tinvwl_added_to_wishlist .tinv-modal-inner>i {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    border-radius: 80px;
    background-color: #F3F6F0;
    margin-bottom: 25px;
}

.tinv-wishlist .tinvwl_added_to_wishlist .tinv-modal-inner>i::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0296E0;
    font-size: 40px;
}

.tinv-wishlist .tinvwl_added_to_wishlist .tinv-modal-inner .tinv-txt {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0px;
    text-align: center;
    margin-bottom: 30px;
    color: #182A3D;
}

.tinv-wishlist .tinvwl_added_to_wishlist .tinv-modal-inner .tinvwl-buttons-group {
    margin: 0 !important;
}

.tinv-wishlist .tinvwl_added_to_wishlist .tinv-modal-inner .tinvwl-buttons-group button {
    width: 100% !important;
    background-color: #0296E0;
    border-radius: 8px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    color: #182A3D;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0em;
    padding: 10px;
    outline: none !important;
    text-decoration: none !important;
    color: #fff;
}

.tinv-wishlist .tinvwl_added_to_wishlist .tinv-modal-inner .tinvwl-buttons-group button i::before {
    top: 0;
}

#shareSoialModel .modal-content {
    border-radius: 20px;
    background: #FFF;
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.05), -2px -2px 4px 0px rgba(0, 0, 0, 0.05);
    padding: 40px 60px !important;
    text-align: center;
}

#shareSoialModel .modal-content .modal-header {
    padding: 0;
    border-bottom: 0 !important;
}

#shareSoialModel .modal-content .modal-header .close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 30px;
    padding: 0;
    width: 30px;
    height: 30px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    opacity: 1 !important;
    outline: none;
}

#shareSoialModel .modal-content .modal-header .close span {
    line-height: 1;
}

#shareSoialModel .modal-content .modal-body .heateor_sss_sharing_container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.product .images .woocommerce-product-gallery__image .zoom a {
    outline: none !important;
    background-image: url(data:image/svg+xml,\ %3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M14%2010L21%203M21%203H15M21%203V9M10%2014L3%2021M3%2021H9M3%2021L3%2015%22%20stroke%3D%22black%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E);
    background-size: 22px;
    background-position: center;
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    border: 0 !important;
}

.product .images .woocommerce-product-gallery__image .zoom a::before {
    display: none;
}

.single-post-page .image_wrapper {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 360px;
    padding: 0;
    display: flex;
    align-items: center;
}

.single-post-page .image_wrapper::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #00000080;
    margin: 0 auto;
}

.single-post-page .image_wrapper h1 {
    margin: 0;
    font-size: 40px;
    font-weight: 700;
    line-height: 70.56px;
    text-align: center;
    color: #fff;
}

.single-post-page .main-content-area-wrap {
    margin: 120px 0;
}

.single-post-page .left_right_section .left_wrapper .content {
    margin-bottom: 40px;
    font-size: 18px;
    font-weight: 400;
    line-height: 40px;
    text-align: left;
    color: #828387;
}

.single-post-page .left_right_section .left_wrapper .date-author .date_author_list {
    list-style-type: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 -15px 40px;
}

.single-post-page .left_right_section .left_wrapper .date-author .date_author_list li {
    margin: 0;
    padding: 0 15px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 16px;
    font-weight: 500;
    line-height: 15px;
    text-align: center;
    color: #000;
}

.single-post-page .left_right_section .left_wrapper .date-author .date_author_list li svg {
    margin-right: 10px;
}

.single-post-page .left_right_section .left_wrapper .date-author .post_social_share p {
    font-size: 18px;
    font-weight: 600;
    line-height: 22.68px;
    text-align: left;
    margin-bottom: 20px;
}

.single-post-page .left_right_section .right_wrapper .single_post_search,
.single-post-page .left_right_section .right_wrapper .single_post_categories,
.single-post-page .left_right_section .right_wrapper .related_post_wrapper {
    padding: 30px;
    margin-bottom: 40px;
    background-color: #F0FAFF;
    box-shadow: 0px 1px 2px 0px #1018280D;
    border-radius: 20px;
}

.single-post-page .left_right_section .right_wrapper .single_post_search form .form-group {
    margin: 0;
    display: flex;
    align-items: center;
}

.single-post-page .left_right_section .right_wrapper .single_post_search form .form-group input {
    border: 1px solid #D5D9DB;
    border-radius: 6px 0 0 6px;
    height: 50px;
    padding: 18px 12px;
    outline: none;
    font-size: 15px;
    font-weight: 400;
    line-height: 18.9px;
    color: #000;
}

.single-post-page .left_right_section .right_wrapper .single_post_search form .form-group input::placeholder {
    font-size: 15px;
    font-weight: 400;
    line-height: 18.9px;
    color: #828387;
}

.single-post-page .left_right_section .right_wrapper .single_post_search form .form-group button {
    background: #18a6e1;
    width: fit-content;
    border-radius: 0 6px 6px 0;
    padding: 15px;
    font-size: 16px;
    font-weight: 700;
    line-height: 20.16px;
    text-align: center;
    outline: none;
    text-decoration: none;
    text-transform: capitalize;
    height: 50px;
}

.single-post-page .left_right_section .right_wrapper .single_post_search form .form-group button svg path {
    stroke: #fff;
}

.single-post-page .left_right_section .right_wrapper .single_post_categories h4,
.single-post-page .left_right_section .right_wrapper .related_post_wrapper h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 22.68px;
    text-align: left;
    margin-bottom: 20px;
}

.single-post-page .left_right_section .right_wrapper .single_post_categories .cat_list ul {
    margin: 0;
    display: flex;
    flex-direction: column;
    list-style-type: none;
}

.single-post-page .left_right_section .right_wrapper .single_post_categories .cat_list ul li {
    margin: 0 0 10px 0;
    padding-left: 20px;
    position: relative;
}

.single-post-page .left_right_section .right_wrapper .single_post_categories .cat_list ul li::before {
    position: absolute;
    content: "";
    background-image: url(data:image/svg+xml,\%3Csvg%20width%3D%2246%22%20height%3D%2246%22%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%3Cpath%20d%3D%22m9%2018%206-6-6-6%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 14px;
    height: 14px;
    left: 0;
    top: 0;
}

.single-post-page .left_right_section .right_wrapper .single_post_categories .cat_list ul li:last-child {
    margin: 0;
}

.single-post-page .left_right_section .right_wrapper .single_post_categories .cat_list ul li a {
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    text-align: left;
    color: #000;
}

.single-post-page .left_right_section .right_wrapper .related_post_wrapper {
    margin-bottom: 0;
}

.single-post-page .left_right_section .right_wrapper .related_post_wrapper ul {
    margin: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    list-style-type: none;
}

.single-post-page .left_right_section .right_wrapper .related_post_wrapper ul .post_listing {
    display: flex;
    margin-bottom: 20px;
    width: 100%;
}

.single-post-page .left_right_section .right_wrapper .related_post_wrapper ul .post_listing:last-child {
    margin: 0;
}

.single-post-page .left_right_section .right_wrapper .related_post_wrapper ul .post_listing .image_wrapper {
    margin: 0;
    height: 80px !important;
    width: 80px !important;
    flex-shrink: 0;
    margin-right: 16px;
}

.single-post-page .left_right_section .right_wrapper .related_post_wrapper ul .post_listing .image_wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.single-post-page .left_right_section .right_wrapper .related_post_wrapper ul .post_listing .date_title .post_title {
    margin-top: -5px;
    margin-bottom: 10px;
}

.single-post-page .left_right_section .right_wrapper .related_post_wrapper ul .post_listing .date_title .post_title a {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #000;
}

.single-post-page .left_right_section .right_wrapper .related_post_wrapper ul .post_listing .date_title .post_date {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    text-align: left;
    color: #000;
}

.single-post-page .left_right_section .right_wrapper .related_post_wrapper ul .post_listing .date_title .post_date .post_date_icon {
    margin-right: 6px;
    width: 16px;
    height: 16px;
    background-image: url(data:image/svg+xml,\%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2214%22%20viewBox%3D%220%200%2015%2014%22%20fill%3D%22none%22%3E%0A%3Cpath%20d%3D%22M5.00002%201.16675V2.91675%22%20stroke%3D%22%23000%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath%20d%3D%22M9.66667%201.16675V2.91675%22%20stroke%3D%22%23000%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath%20d%3D%22M2.37502%205.30249H12.2917%22%20stroke%3D%22%23000%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath%20d%3D%22M12.5833%204.95841V9.91675C12.5833%2011.6667%2011.7083%2012.8334%209.66668%2012.8334H5.00001C2.95834%2012.8334%202.08334%2011.6667%202.08334%209.91675V4.95841C2.08334%203.20841%202.95834%202.04175%205.00001%202.04175H9.66668C11.7083%202.04175%2012.5833%203.20841%2012.5833%204.95841Z%22%20stroke%3D%22%23000%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    border-color: red !important;
    font-size: 14px;
    font-weight: 400;
    padding: 10px;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #18a6e1 !important;
    font-size: 14px;
    font-weight: 400;
    padding: 10px;
}

#homepagePopupModel .modal-content {
    background-color: #FFFFFF;
    overflow: hidden;
}

#homepagePopupModel .modal-content .modal-header {
    border: 0;
    padding: 40px;
    align-items: center;
}

#homepagePopupModel .modal-content .modal-header h3 {
    margin: 0;
    font-size: 40px;
    font-weight: 700;
    line-height: 50.4px;
    text-align: center;
}

#homepagePopupModel .modal-dialog {
    max-width: 500px;
}

#homepagePopupModel .modal-content .modal-header .close {
    padding: 0;
    width: 30px;
    height: 30px;
    opacity: 1;
    margin: 0;
    outline: none;
}

#homepagePopupModel .modal-content .modal-header .close span {
    font-size: 0;
    line-height: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(data:image/svg+xml,\ %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%2030%2030%22%20fill%3D%22none%22%3E%0A%3Cpath%20d%3D%22M15%2027.5C21.875%2027.5%2027.5%2021.875%2027.5%2015C27.5%208.125%2021.875%202.5%2015%202.5C8.125%202.5%202.5%208.125%202.5%2015C2.5%2021.875%208.125%2027.5%2015%2027.5Z%22%20stroke%3D%22%230A1121%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath%20d%3D%22M11.4609%2018.5359L18.5359%2011.4609%22%20stroke%3D%22%230A1121%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath%20d%3D%22M18.5359%2018.5359L11.4609%2011.4609%22%20stroke%3D%22%230A1121%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

#homepagePopupModel .modal-content .modal-body {
    padding: 0;
    position: relative;
}

#homepagePopupModel .modal-content .modal-body img {
    width: 500px;
    height: 890px;
}

#homepagePopupModel .modal-content .modal-body a {
    width: 170px;
    height: 40px;
    position: absolute;
    bottom: 83px;
    right: 50px;
}

#homepagePopupModel .modal-content .modal-body p {
    font-size: 16px;
    font-weight: 400;
    line-height: 35px;
    text-align: left;
    margin-bottom: 40px;
}

#homepagePopupModel .modal-content .modal-body .widget_epicwin_widget form {
    display: flex;
    align-items: flex-start;
    position: relative;
}

#homepagePopupModel .modal-content .modal-body .widget_epicwin_widget form .loader_wrap img {
    position: absolute;
    top: 0;
    right: 170px;
    bottom: 0;
    margin: auto;
}

#homepagePopupModel .modal-content .modal-body .widget_epicwin_widget form input {
    margin: 0 !important;
    float: none !important;
    width: 100%;
    background: #FFFFFF;
    border-radius: 10px;
    border: 1px solid #DADEE3;
    font-size: 17px;
    font-weight: 500;
    line-height: 21.42px;
    text-align: left;
    color: #0A1121;
    outline: none;
    height: 60px;
    margin-right: 15px !important;
}

#homepagePopupModel .modal-content .modal-body .widget_epicwin_widget form input::placeholder {
    font-size: 17px;
    font-weight: 500;
    line-height: 21.42px;
    text-align: left;
    color: #0A1121;
}

#homepagePopupModel .modal-content .modal-body .widget_epicwin_widget form input#sidebar_button {
    margin: 0 !important;
    background: #18a6e1;
    font-size: 17px;
    font-weight: 700;
    line-height: 21.42px;
    text-align: center;
    color: #FFFFFF;
    text-transform: capitalize;
    padding: 10px 27px !important;
    text-decoration: none !important;
    border: 0 !important;
}

#homepagePopupModel .modal-content .modal-body .widget_epicwin_widget .error {
    margin-bottom: 0 !important;
    color: red !important;
    margin-top: 10px;
}

#homepagePopupModel .modal-content .modal-body .epic_results .success {
    margin: 20px 0 0 0;
    width: 100%;
    text-align: center;
    background-color: transparent;
    color: #000;
    border: 1px solid #18a6e1;
}

#homepagePopupModel .modal-content .modal-footer {
    background: #F0FAFF;
    padding: 35px;
    border: 0;
    justify-content: center;
}

#homepagePopupModel .modal-content .modal-footer span svg {
    flex-shrink: 0;
    margin-right: 12px;
}

#homepagePopupModel .modal-content .modal-footer span {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.16px;
    text-align: left;
    color: #0A1121;
}

#homepagePopupModel .modal-content .modal-footer span a {
    font-weight: 600;
    color: #0296E0;
}

.lost_reset_password p {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 30px;
    color: #000;
    font-weight: 400;
}

.lost_reset_password .woocommerce-form-row {
    padding: 0 !important;
    margin-bottom: 30px !important;
}

.lost_reset_password .woocommerce-form-row label {
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    line-height: 20.16px !important;
    margin-bottom: 14px;
    color: #0C0C20;
}

.lost_reset_password .woocommerce-form-row input {
    width: 100%;
    border: 1px solid #D5D9DB;
    border-radius: 6px;
    height: 47px;
    padding: 18px 12px;
    outline: none;
    font-size: 15px;
    font-weight: 400;
    line-height: 18.9px;
    color: #000;
}

.lost_reset_password .woocommerce-form-row button {
    background: #18a6e1;
    width: fit-content;
    border-radius: 6px;
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 700;
    line-height: 20.16px;
    text-align: center;
    outline: none;
    text-decoration: none;
    text-transform: capitalize;
    color: #fff;
}

.lost_reset_password .woocommerce-form-row button:hover {
    background: #18a6e1;
    color: #fff;
}

.search_massage {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    color: #000;
}

.address_icon_and_content_wrap {
    display: flex;
    margin: 0 0 20px 0;
    padding: 0 !important;
    align-items: center;
}

.address_icon_and_content_wrap::before {
    display: none;
}

.address_icon_and_content_wrap .icon {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #EFF7FA;
    border-radius: 8px;
    margin-right: 16px;
}

.note_text {
    min-width: 380px;
    text-wrap: balance;
}

.woocommerce-product-details__short-description~.tinv-wraper {
    display: none;
}

#wpgis-gallery .slick-arrow {
    bottom: 0;
    top: unset;
    background-color: #000 !important;
    z-index: 999;
    opacity: 1 !important;
    left: 30px;
    right: 0;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transform: rotate(90deg);
    text-decoration: none;
    outline: none !important;
}

#wpgis-gallery .slick-arrow::before {
    color: #fff !important;
}

#wpgis-gallery .slick-prev.slick-arrow {
    bottom: 50px;
}

.elementor-widget-icon-box .elementor-icon-box-content .elementor-icon-box-description a {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    text-transform: none;
    font-style: normal;
    line-height: 24px;
}

.h-fit-content {
    height: fit-content;
}

.text-primary-link {
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    color: #18a6e1;
}

.text-primary-link:hover {
    color: #18a6e1;
}

.text-primary-link svg {
    margin-left: 12px;
}

.text-prim {
    color: #FF7404 !important;
}

.text-second {
    color: #0196E6 !important;
}

.mb-40 {
    margin: 0 0 40px 0;
}

/* landing page  design start*/
.single-banner-slider {
    min-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px 0;
}

.single-banner-slider .content-wrapper h2 {
    font-family: 'Sansita', sans-serif !important;
    font-size: 36px;
    font-weight: 400;
    line-height: 50px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-shadow: -1px 12px 26px #000000FA, -5px 46px 46px #000000D9, -11px 104px 63px #00000080, -20px 185px 74px #00000026, -31px 289px 81px #00000005;
    margin-bottom: 10px;
    letter-spacing: 1px;
    flex-wrap: wrap;
}

.single-banner-slider .content-wrapper h2 svg {
    width: 40px;
    height: 40px;
}

.single-banner-slider .content-wrapper p {
    font-family: 'Sansita', sans-serif !important;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px !important;
    text-align: center;
    color: #fff;
    text-shadow: -1px 12px 26px #000000FA, -5px 46px 46px #000000D9, -11px 104px 63px #00000080, -20px 185px 74px #00000026, -31px 289px 81px #00000005;
    margin-bottom: 30px;
    letter-spacing: 1px;
}

.btn-primary-cust {
    background: #90C74C;
    min-width: 185px;
    padding: 15px 40px 15px 40px;
    border-radius: 60px;
    font-size: 16px;
    font-weight: 800;
    line-height: 20.16px;
    text-align: center;
    color: #fff;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
}

.btn-primary-cust:hover {
    color: #fff;
}

.home .elementor p {
    line-height: revert;
}

.elementor-image-carousel-wrapper .swiper-slide {
    width: fit-content !important;
}

.custom-slick-slider {
    position: relative;
}

.custom-slick-slider .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 20px;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    list-style-type: none;
    gap: 10px;
}

.custom-slick-slider .slick-dots li {
    margin: 0;
}

.custom-slick-slider .slick-dots li button {
    position: relative;
    font-size: 0;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: transparent;
    border: 1px solid transparent;
    outline: none;
}

.custom-slick-slider .slick-dots li.slick-active button {
    border-color: #fff;
}

.custom-slick-slider .slick-dots li button::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 10px;
    height: 10px;
    background-color: #0196E6;
    border-radius: 100%;
}

.custom-slick-slider .slick-track {
  display: flex !important;
}

.custom-slick-slider .slick-slide {
  height: auto !important;
}
.custom-slick-slider .slick-slide > div ,.custom-slick-slider .slick-slide > div .slide-item{
    height: 100%;
}
.woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews{display: none;}

/* landing page design end */
.single-product .product .entry-summary .product-category a {
    background: #F6F6F9;
    border: 1px solid #0196E6;
    padding: 10px 16px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    line-height: 16.38px;
    text-align: left;
    color: #18a6e1;
    margin-bottom: 40px;
    display: inline-block;
}

.single-product .product .entry-summary .title_wishlist {
    margin-bottom: 30px;
}

.single-product .product .entry-summary .pro_price {
    text-align: left;
    font-size: 17px !important;
    font-weight: 500 !important;
    line-height: 21.42px !important;
    margin-bottom: 30px !important;
}

.single-product .product .entry-summary .woocommerce-product-details__short-description p {
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 30px !important;
    text-align: left !important;
    color: #828387 !important;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 0 30px !important;
}

.single-product .product .woocommerce-tabs .panel {
    margin-bottom: 100px !important;
}

.single-product .product .woocommerce-tabs .panel h2 {
    font-size: 20px !important;
    font-weight: 600 !important;
    line-height: 25.2px !important;
    text-align: left !important;
    margin-bottom: 18px;
    color: #18a6e1 !important;
    letter-spacing: 0 !important;
}

.single-product .product .woocommerce-tabs .panel p {
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 34px !important;
    color: #828387;
    margin-bottom: 20px;
}

.single-product .product .woocommerce-tabs .panel table {
    margin-top: 60px;
    margin-bottom: 0 !important;
    border-color: #D4DDE2 !important;
}

.single-product .product .woocommerce-tabs .panel table tr th,
.single-product .product .woocommerce-tabs .panel table tr td {
    border-bottom-color: #D4DDE2 !important;
    padding: 32px 10px !important;
    white-space: nowrap;
}

.single-product .product .woocommerce-tabs .panel table tr th {
    padding-left: 40px !important;
    font-size: 18px;
    font-weight: 600;
    line-height: 22.68px;
    text-align: left;
    color: #000;
}

.single-product .product .woocommerce-tabs .panel table tr td {
    padding-right: 40px !important;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    text-align: right;
    color: #18a6e1;
}

.custom-content-after-tabs .form-content {
    background: #F5F5F5;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
}

.custom-content-after-tabs .form-content form {
    padding: 0;
}


.custom-content-after-tabs .form-container h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 50.4px;
    color: #000;
    margin-bottom: 30px;
}

.custom-content-after-tabs .form-content div .form-group {
    margin-bottom: 30px;
}

.custom-content-after-tabs .form-content .row div:last-child .form-group {
    margin-bottom: 0;
}

.custom-content-after-tabs .form-content .form-group input,
.custom-content-after-tabs .form-content .form-group textarea {
    background: #FFFFFF;
    border-radius: 8px;
    border: 0;
    padding: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    outline: none;
    letter-spacing: 0;
}

.custom-content-after-tabs .form-content .form-group input::placeholder,
.custom-content-after-tabs .form-content .form-group textarea::placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #828387;
    letter-spacing: 0;
}

.custom-content-after-tabs .form-content .form-group input[type="submit"] {
    background: #18a6e1;
    padding: 16px;
    min-width: 250px;
    font-size: 16px;
    font-weight: 700;
    line-height: 20.16px;
    text-align: center;
    color: #fff;
    text-transform: capitalize;
    text-decoration: none;
}

#inquiryModal .modal-content .modal-header {
    padding: 20px;
}

#inquiryModal .modal-content .modal-header h5 {
    margin: 0;
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
}

#inquiryModal .modal-content .modal-header .close {
    margin: 0;
    padding: 0;
    font-size: 34px;
    font-weight: 400;
    line-height: 1 !important;
    opacity: 1 !important;
    height: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -4px;
    outline: none;
}

#inquiryModal .modal-content .modal-body {
    padding: 20px;
}

#inquiryModal .modal-content .modal-body .form-content .form-group {
    margin-bottom: 20px;
}

#inquiryModal .modal-content .modal-body .form-content .row div:last-child .form-group {
    margin-bottom: 0;
}

#inquiryModal .modal-content .modal-body .form-content .form-group input,
#inquiryModal .modal-content .modal-body .form-content .form-group textarea {
    background: #FFFFFF;
    border-radius: 8px;
    border: 1px solid #ddd;
    padding: 15px;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    outline: none;
    letter-spacing: 0;
}

#inquiryModal .modal-content .modal-body .form-content .form-group input::placeholder,
#inquiryModal .modal-content .modal-body .form-content .form-group textarea::placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #828387;
    letter-spacing: 0;
}

#inquiryModal .modal-content .modal-body .form-content .form-group input[type="submit"] {
    background: #18a6e1;
    padding: 16px;
    min-width: 250px;
    font-size: 16px;
    font-weight: 700;
    line-height: 20.16px;
    text-align: center;
    color: #fff;
    text-transform: capitalize;
    text-decoration: none;
}

.custom-logo-cols{display: flex;align-items: center;justify-content: center;}
.custom-logo-cols .site-logo img{max-height: 70px;}


.custom-slick-slider .slick-arrow{position: absolute; top: 50%; transform: translateY(-50%);z-index: 3;    border: 1px solid #18a6e1; border-radius: 40px; background: transparent; color: #18a6e1; font-size: 15px; padding: 7px 13px;transition: 0.3s ease;}
.custom-slick-slider .slick-arrow:hover{background: #18a6e1;color: #fff;text-decoration: none;}
.custom-slick-slider .slick-arrow:focus{outline: 0;}
.custom-slick-slider .slick-arrow.slick-prev{left: 20px;}
.custom-slick-slider .slick-arrow.slick-next{right: 20px;}



@media (max-width: 1599px) {
    .home_featured_wrapper_one .home_featured_one .home_featured_product .box-wraper .img-wraper {
        padding: 20px !important;
    }
    .my_cart_wrapper .woocommerce-cart-wrapper {
        flex: 100%;
        max-width: 100%;
        margin-bottom: 50px;
    }

    .my_cart_wrapper .cart-collateral-wrapper {
        flex: 0 0 45%;
        max-width: 45%;
    }

    .single-product .product .images .wpgis-slider-nav .slick-slide li {
        width: 100px !important;
        height: 100px !important;
    }

    .single-product .product .images .wpgis-slider-nav .slick-list {
        height: 400px !important;
    }

    .single-product .product .images .wpgis-slider-for {
        width: 80%;
        margin-left: 20px;
    }

    .content-my-wishlist .woocommerce form,
    .custom-page-wishlist .tinv-wishlist form {
        overflow-x: scroll;
    }
}

@media (max-width: 1199px) {
    .home_featured_wrapper_one .home_featured_one .home_featured_product {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }

    .shop-row {
        margin: 0 -15px 100px !important;
    }

    .checkout-row {
        margin-bottom: 100px;
    }

    .shop-row .shop-sidebar-wrapper,
    .shop-row .shop-product-wrapper {
        padding: 0 15px !important;
    }

    .shop-product-wrapper .products .product {
        max-width: 50%;
        flex: 0 0 50%;
    }

    .related.ps_products .products .product {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }

    .single-product .product .entry-summary .woocommerce-product-details__short-description p {
        margin-top: 30px;
        padding-bottom: 30px;
    }

    .single-product .product .entry-summary .cart {
        padding: 30px 0;
        margin-bottom: 30px;
    }

    .single-product .product .entry-summary .title_wishlist h1,
    .related.ps_products h2 {
        font-size: 36px;
    }

    .single-product .product .images .wpgis-slider-for {
        width: 75%;
    }

    .single-product .product .images .wpgis-slider-for .slick-slide,
    .single-product .product .images .wpgis-slider-for .slick-slide .zoom img {
        height: 400px;
    }
}

@media (max-width: 1024px) {

    .related.ps_products,
    .post-category-page {
        margin: 100px 0;
    }

    .woocommerce-page .entry-content>.woocommerce,
    .single-product main {
        margin: 40px 0 100px 0 !important;
    }

    .single-product .product .images,
    .single-product .product .entry-summary {
        margin-bottom: 100px !important;
    }

    .content-my-wishlist form table tr td .tinvwl-to-left .tinvwl-input-group select,
    .custom-page-wishlist .tinv-wishlist form table tr td .tinvwl-to-left .tinvwl-input-group select {
        max-width: 300px;
    }

    .single-post-page .main-content-area-wrap {
        margin: 100px 0;
    }
}

@media (max-width: 999px) {
    .header-wrapper .row-custom-header {
        flex-direction: column-reverse;
    }

    .header-wrapper .row-custom-header .custom-logo-cols,
    .header-wrapper .row-custom-header .min-header-height {
        flex: 100%;
        max-width: 100%;
        width: 100%;
        margin: 0 !important;
        justify-content: space-between;
    }

    .header-wrapper .row-custom-header .min-header-height .row {
        min-height: unset;
    }

    .top-header-bar-wrapper {
        padding: 10px 0;
    }

    .header-wrapper .header-titles .site-logo {
        margin: 0;
    }

    .header-wrapper .header-titles .site-logo a {
        padding: 10px;
        margin: 0;
        position: relative;
        width: 200px;
        border-radius: 10px;
    }

    .header-wrapper {
        background-image: linear-gradient(to bottom, #fff 0%, #fff 35%, #18a6e1 35%, #18a6e1 100%) !important;
    }

    .header-wrapper .toggle-inner {
        padding: 0;
        width: 100%;
        height: 100%;
        align-items: center;
    }

    .header-wrapper .toggle-inner .toggle-icon {
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .header-wrapper .toggle-inner .toggle-icon svg {
        width: 100%;
        height: 100%;
    }

    .header-wrapper .nav-toggle {
        outline: none;
    }

    .menu-modal {
        z-index: 999;
    }

    .menu-modal .menu-top button {
        outline: none;
    }

    .menu-modal .menu-top button .toggle-text {
        display: none;
    }

    .menu-modal .menu-top .mobile-menu .modal-menu li {
        border-color: #DADEE3 !important;
    }

    .menu-modal .menu-top .mobile-menu .modal-menu li a {
        font-size: 20px;
        text-decoration: none !important;
        font-weight: 400;
        line-height: normal;
        color: #46494F;
    }

    .menu-modal .menu-top button .svg-icon {
        height: 3rem;
        width: 3rem;
    }
}

@media (max-width: 991px) {
    .header-wrapper .mb-40 {
        margin-bottom: 0;
    }

    .product_categories_wrapper {
        justify-content: center;
        flex-wrap: wrap;
        margin: -20px -15px !important;
    }

    .product_categories_wrapper .cat_img {
        flex: 0 0 33.33%;
        max-width: 33.33%;
        padding: 20px 15px;
    }

    .home_featured_wrapper_one .home_featured_one .home_featured_product {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .home_blog_list_wrapper .row {
        margin: -25px -15px;
    }

    .home_blog_list_wrapper .home_single_blog_list_wrapper {
        flex: 0 0 50%;
        max-width: 50%;
        padding: 25px 15px;
    }

    .my_cart_wrapper .cart-collateral-wrapper {
        flex: 0 0 70%;
        max-width: 70%;
    }

    .woocommerce_comnn_table-wrapper table tbody tr td .coupon {
        width: 60%;
    }

    .shop-product-wrapper .products .product {
        max-width: 100%;
        flex: 100%;
    }

    .shop-product-wrapper .woocommerce-ordering {
        float: none;
        width: 100%;
    }

    .shop-product-wrapper .woocommerce-ordering select {
        margin-top: 20px;
        width: 100%;
    }

    .related.ps_products .products .product {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .single-product .product .images {
        margin-bottom: 40px !important;
    }

    .single-product .product .images,
    .single-product .product .entry-summary {
        width: 100% !important;
    }

    .single-product .product .images .wpgis-slider-for .slick-slide,
    .single-product .product .images .wpgis-slider-for .slick-slide .zoom img {
        height: 500px;
    }

    .woocommerce_checkout_wrap {
        margin-bottom: 60px;
    }

    .woocommerce-order .woocommerce-notice-success-wrapper .img-wrapper svg {
        width: 100px;
        height: 100px;
    }

    .woocommerce-order .woocommerce-notice-success-wrapper span {
        font-size: 36px;
        line-height: 1;
    }

    .woocommerce-order .woocommerce-notice-success-wrapper p {
        font-size: 16px;
    }

    .woocommerce-order .woocommerce-notice-success-wrapper {
        margin-bottom: 60px;
    }

    .woocommerce-order-overview-wrapper .order_details li .woocommerce-order-single-wrap .content p,
    .woocommerce-order-overview-wrapper .order_details li .woocommerce-order-single-wrap .content span,
    .woocommerce-order-overview-wrapper .order_details li .woocommerce-order-single-wrap .content span strong {
        font-size: 14px;
    }

    .woocommerce-order-overview-wrapper .order_details {
        padding-bottom: 60px;
    }

    .order_details_and_biling_information_wrap {
        margin-top: 60px;
    }

    .order_details_and_biling_information_wrap .woocommerce-order-details {
        margin-bottom: 40px;
    }

    .woocommerce_checkout_wrap .form-row .woocommerce-input-wrapper textarea {
        min-height: 100px;
    }
}

@media (max-width: 768px) {
    .woocommerce_comnn_table-wrapper table tbody tr td .coupon {
        width: 100%;
        padding-bottom: 0;
        margin-bottom: 15px;
    }

    .woocommerce_comnn_table-wrapper table tbody tr td.product-name::before {
        display: none;
    }

    .woocommerce_comnn_table-wrapper table tbody tr th,
    .woocommerce_comnn_table-wrapper table tbody tr td {
        padding: 15px !important;
    }

    .woocommerce_comnn_table-wrapper table tbody tr th,
    .woocommerce_comnn_table-wrapper table tbody tr td:first-child {
        padding-left: 15px !important;
    }

    .woocommerce_comnn_table-wrapper table tbody tr th,
    .woocommerce_comnn_table-wrapper table tbody tr td:last-child {
        padding-right: 15px !important;
    }

    .woocommerce table.shop_table td .product-name-img-wrap a img {
        width: 80px;
        height: 80px;
    }

    .woocommerce table.shop_table td .product-name-img-wrap a {
        font-size: 18px;
    }

    .woocommerce table.shop_table td.product-quantity .quantity {
        justify-content: flex-end;
    }

    .woocommerce_comnn_table-wrapper table tbody tr .product-remove {
        position: relative;
    }

    .woocommerce_comnn_table-wrapper table tbody tr .product-remove::after {
        position: absolute;
        content: "Action:";
        font-weight: 700;
        width: fit-content;
        text-align: left;
        left: 15px;
        top: 0;
        bottom: 0;
        margin: auto;
        height: fit-content;
    }

    .woocommerce_comnn_table-wrapper table tbody tr .product-remove .remove {
        margin-right: 0 !important;
        margin-left: auto !important;
    }

    .my_cart_wrapper .cart-collateral-wrapper .cart-collaterals .cart_totals table tr td {
        padding: 15px !important;
    }

    .my_cart_wrapper .cart-collateral-wrapper .cart-collaterals .cart_totals .wc-proceed-to-checkout {
        padding: 20px 15px 15px;
    }

    .my_cart_wrapper .cart-collateral-wrapper .cart-collaterals .cart_totals table tr td .woocommerce-shipping-calculator .shipping-calculator-button {
        margin: 20px 0 0 0;
    }

    .woocommerce table.shop_table td .product-name-img-wrap {
        justify-content: space-between;
    }

    .woocommerce table.shop_table td .product-name-img-wrap .product_name_category .product_cat_name {
        margin-top: 15px;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation {
        width: 100%;
        margin-bottom: 50px;
    }

    .woocommerce-account .woocommerce-MyAccount-content {
        width: 100%;
    }

    .content-my-wishlist form table tr td .tinvwl-to-left .tinvwl-input-group,
    .custom-page-wishlist .tinv-wishlist form table tr td .tinvwl-to-left .tinvwl-input-group {
        flex-wrap: wrap;
    }

    .content-my-wishlist form table tr td .tinvwl-to-left .tinvwl-input-group select,
    .custom-page-wishlist .tinv-wishlist form table tr td .tinvwl-to-left .tinvwl-input-group select {
        max-width: 100%;
        width: 100%;
    }

    .content-my-wishlist form table tr td .tinvwl-to-left .tinvwl-input-group span,
    .custom-page-wishlist .tinv-wishlist form table tr td .tinvwl-to-left .tinvwl-input-group span {
        padding: 0 !important;
        width: 100% !important;
        margin-top: 10px;
    }

    .content-my-wishlist form table tr td .tinvwl-to-left .tinvwl-input-group span .button,
    .custom-page-wishlist .tinv-wishlist form table tr td .tinvwl-to-left .tinvwl-input-group span .button {
        width: 100%;
    }

    .woocommerce-view-order .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce_comnn_table-wrapper table tfoot tr th {
        padding-left: 15px;
    }

    .woocommerce-view-order .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce_comnn_table-wrapper table tfoot tr td {
        padding-right: 15px;
    }

    .woocommerce-view-order .woocommerce .woocommerce-MyAccount-content .woocommerce-customer-details .addresses .woocommerce-column {
        max-width: 100% !important;
        flex: 100% !important;
        margin-bottom: 2em;
        padding: 15px;
    }

    .woocommerce-view-order .woocommerce .woocommerce-MyAccount-content .woocommerce-customer-details .addresses .woocommerce-column:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .shop-row {
        margin-bottom: 60px !important;
    }

    .checkout-row {
        margin-bottom: 60px;
    }

    .shop-row .shop-product-wrapper {
        border: 0 !important;
    }

    .header-wrapper {
        padding: 0 0 25px;
    }

    .footer-nav-widgets-wrapper {
        padding: 50px 0 40px 0;
    }

    .product_categories_wrapper .cat_img {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .home_featured_wrapper_one .home_featured_one .home_featured_product {
        flex: 100%;
        max-width: 100%;
    }

    .home_featured_wrapper_one {
        margin: 40px 0 0 0;
    }

    .home_testimonial_posts {
        padding: 0 0 50px 0;
    }

    .home_blog_list_wrapper .home_single_blog_list_wrapper {
        flex: 100%;
        max-width: 100%;
    }

    .home_testimonial_posts .testimonials_listing .image_title_rating_wrapper {
        flex-wrap: wrap;
    }

    .home_testimonial_posts .testimonials_listing .image_title_rating_wrapper .rating_wrapper {
        margin-left: 0;
        width: 100%;
        margin-top: 15px;
    }

    .related.ps_products,
    .post-category-page {
        margin: 60px 0;
    }

    .related.ps_products .products .product {
        flex: 100%;
        max-width: 100%;
    }

    .related.ps_products h2 {
        font-size: 36px;
        margin: 0 0 40px 0;
    }

    .woocommerce-page .entry-content>.woocommerce,
    .single-product main {
        margin: 40px 0 60px 0 !important;
    }

    .shop-sidebar-wrapper .woof .woof_redraw_zone {
        margin-bottom: 30px;
    }

    .shop-sidebar-wrapper .woof .woof_redraw_zone .woof_container .chosen-container {
        width: 100% !important;
    }

    .woocommerce-tabs .panel #review_form_wrapper {
        padding: 30px 20px;
        margin-top: 30px;
    }

    .woocommerce-tabs .tabs li a {
        font-size: 16px;
    }

    .woocommerce-tabs .tabs li {
        padding: 0 15px !important;
    }

    .woocommerce-tabs .tabs {
        white-space: nowrap;
        overflow-x: scroll !important;
        margin: 0 0 40px 0 !important;
    }

    .woocommerce-tabs .panel h2 {
        font-size: 22px;
    }

    .woocommerce-tabs .panel .commentlist li .comment_container .comment-text .meta {
        font-size: 16px !important;
    }

    .woocommerce-tabs .panel .commentlist li .comment_container .comment-text .description p {
        font-size: 14px !important;
    }

    .woocommerce_checkout_wrap .form-row {
        flex: 100% !important;
        max-width: 100% !important;
    }

    .single-product .product .entry-summary .cart .single_share_wrapper,
    .single-product .product .entry-summary .cart .button {
        flex: 0 0 45%;
    }

    .woocommerce-tabs .panel #review_form_wrapper #review_form form .comment-form-author,
    .woocommerce-tabs .panel #review_form_wrapper #review_form form .comment-form-email {
        max-width: 100%;
        padding: 0;
        margin-bottom: 30px;
    }

    .woocommerce-order-overview-wrapper .order_details li {
        width: 100%;
        padding-bottom: 20px !important;
        margin-bottom: 20px !important;
        border-bottom: 1px solid #DADEE3 !important;
    }

    .woocommerce-order-overview-wrapper .order_details {
        flex-wrap: wrap;
        border-bottom: 0 !important;
        padding: 0 !important;
    }

    .woocommerce .woocommerce-MyAccount-content p {
        width: 100% !important;
    }

    .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address {
        flex: 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
    }

    .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address.u-column1 {
        margin-bottom: 50px;
    }

    .woocommerce .woocommerce-MyAccount-content .stock.in-stock {
        width: fit-content !important;
    }

    .single-post-page .main-content-area-wrap {
        margin: 60px 0;
    }

    .policy-links-wrapper {
        margin-bottom: 30px !important;
        justify-content: center;
    }

    .single-post-page .image_wrapper h1 {
        font-size: 36px;
        line-height: 46px;
    }

    .main-content-area-wrap .right_wrapper {
        margin-top: 50px;
    }

    .custom-content-after-tabs .form-content {
        padding: 20px;
    }

    .single-product .product .woocommerce-tabs .panel table tr th {
        font-size: 16px;
        padding: 10px 20px !important;
    }

    .single-product .product .woocommerce-tabs .panel table tr td {
        font-size: 14px;
        padding: 15px 20px !important;
    }
}

@media (max-width: 567px) {
    #homepagePopupModel .modal-dialog {
        max-width: 90%;
        margin: 1.75rem auto;
    }

    #homepagePopupModel .modal-content .modal-body img {
        width: 100%;
        height: 100%;
    }

    #homepagePopupModel .modal-content .modal-body a {
        bottom: 72px;
        right: 38px;
    }
}

@media (max-width: 766px) {
    .single-product .product .images .wpgis-slider-for {
        width: 100%;
        margin: 0 !important;
    }

    .single-product .product .images .wpgis-slider-nav {
        width: 100%;
        margin: 0 !important;
        height: fit-content !important;
        padding-bottom: 40px;
    }

    .single-product .product .images .wpgis-slider-nav .slick-list {
        height: 100% !important;
    }

    .single-product .product .images .wpgis-slider-for .slick-slide,
    .single-product .product .images .wpgis-slider-for .slick-slide .zoom img {
        height: 400px;
    }

    #wpgis-gallery .slick-arrow {
        transform: none !important;
        bottom: 0 !important;
        left: 0;
        right: 100px;
        margin: auto;
    }

    #wpgis-gallery .slick-arrow.slick-next {
        left: 100px;
    }
}

@media (max-width: 575px) {
    .header-wrapper .woo-tabmenus-wrapper .myaccount_header_menus {
        justify-content: center;
    }

    .header-wrapper .woo-tabmenus-wrapper .myaccount_header_menus .iteam a svg {
        width: 30px;
        height: 30px;
    }

    .product_categories_wrapper .cat_img {
        flex: 100%;
        max-width: 100%;
    }

    .my_cart_wrapper .cart-collateral-wrapper {
        flex: 100%;
        max-width: 100%;
    }

    .woocommerce-breadcrumb a,
    .woocommerce-breadcrumb span {
        font-size: 15px;
    }
}

@media (max-width: 400px) {
    .woocommerce_comnn_table-wrapper table tbody tr td .coupon button {
        font-size: 13px;
    }

    .woocommerce-tabs .star-rating {
        width: 100%;
    }

    .single-product .product .entry-summary .title_wishlist h1,
    .related.ps_products h2 {
        font-size: 32px;
        line-height: 42px;
    }

    .order_review_container .order-review_table_commn table thead tr th:last-child,
    .order_review_container .order-review_table_commn table tbody tr td:last-child,
    .order_review_container .order-review_table_commn table tfoot tr td:last-child {
        padding-right: 20px;
    }

    .order_review_container .order-review_table_commn table thead tr th:first-child,
    .order_review_container .order-review_table_commn table tbody tr td:first-child,
    .order_review_container .order-review_table_commn table tfoot tr th:first-child {
        padding-left: 20px;
    }

    .order_review_container .order-review_table_commn table thead tr th {
        padding: 20px 15px;
    }

    .order_review_container .order-review_table_commn table tbody tr:last-child td,
    .order_review_container .order-review_table_commn table tfoot tr.shipping th,
    .order_review_container .order-review_table_commn table tfoot tr.shipping td {
        padding-bottom: 20px;
    }

    .order_review_container .order-review_table_commn table tbody tr:first-child td,
    .order_review_container .order-review_table_commn table tfoot tr:first-child th,
    .order_review_container .order-review_table_commn table tfoot tr:first-child td {
        padding-top: 20px;
    }

    .order_review_container .order-review_table_commn .woocommerce-checkout-payment {
        padding: 20px;
    }

    .header-wrapper .row-custom-header .min-header-height .row {
        justify-content: center !important;
    }

    .header-wrapper .row-custom-header .min-header-height .row .contact-info-wrapper {
        flex-direction: column;
    }

    .header-wrapper {
        background-image: linear-gradient(to bottom, #fff 0%, #fff 49%, #18a6e1 49%, #18a6e1 100%) !important;
    }
}

@media (max-width: 479px) {
    .elementor-25 .elementor-element.elementor-element-fd02b90 .gallery-item {
        padding-right: 0;
    }

    .elementor-25 .elementor-element.elementor-element-fd02b90 .gallery {
        margin: 0 !important;
        width: 100% !important;
    }
}

.e-con-inner .e-con-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.container,
.e-con-inner {
    width: 100%;
    padding-right: 15px !important;
    padding-left: 15px !important;
    margin-right: auto;
    margin-left: auto;
}


@media (min-width: 576px) {

    .container,
    .e-con-inner {
        max-width: 540px !important;
    }
}

@media (min-width: 768px) {

    .container,
    .e-con-inner {
        max-width: 720px !important;
    }

    .single-banner-slider .content-wrapper h2 {
        font-size: 50px;
        line-height: 70px;
    }

    .single-banner-slider .content-wrapper p {
        font-size: 24px;
    }
}

@media (min-width: 992px) {

    .container,
    .e-con-inner {
        max-width: 960px !important;
    }

    .single-banner-slider {
        min-height: 700px;
    }

    .single-banner-slider .content-wrapper h2 {
        font-size: 60px;
    }
}

@media (min-width: 1200px) {

    .container,
    .e-con-inner {
        max-width: 1140px !important;
    }

    .single-banner-slider .content-wrapper h2 {
        font-size: 80px;
        line-height: 100px;
        margin-bottom: 0;
    }

    .single-banner-slider .content-wrapper h2 svg {
        width: 60px;
        height: 60px;
    }

    .single-banner-slider .content-wrapper p {
        font-size: 30px;
        line-height: 34px !important;
    }
}

@media (min-width: 1280px) {

    .container,
    .e-con-inner {
        max-width: 1200px !important;
    }
}

@media (min-width: 1400px) {

    .container,
    .e-con-inner {
        max-width: 1300px !important;
    }
}

@media (min-width: 1600px) {

    .container,
    .e-con-inner {
        max-width: 1440px !important;
    }

    .single-banner-slider {
        min-height: 800px;
    }

    .single-banner-slider .content-wrapper h2 {
        font-size: 120px;
        line-height: 139px;
    }

    .single-banner-slider .content-wrapper h2 svg {
        width: 85px;
        height: 85px;
    }
}

@media (max-width: 1800px) {
    .bg-position-set {
        background-position-x: 800px !important;
    }
}

@media (max-width: 1400px) {
    .bg-position-set {
        background-position-x: 600px !important;
    }
}

@media (max-width: 991px) {
    .bg-position-set {
        background-position-x: 550px !important;
    }
}

@media (max-width: 880px) {
    .bg-position-set {
        background-position-x: 450px !important;
    }
}

@media (max-width: 767px) {
    .bg-position-set {
        background-position-x: 1000px !important;
    }
}



@media (max-width: 400px) {
    .single-banner-slider .content-wrapper h2 {
        font-size: 32px;
    }

    .single-banner-slider .content-wrapper h2 svg {
        width: 28px;
        height: 28px;
    }
}


.woocommerce-account #site-content>.container {
    max-width: 100% !important;
    padding: 0 !important;
    width: 100% !important;
    margin: 0 !important;
}

.woocommerce-account #site-content>.container .woocommerce {
    margin: 0 !important;
    margin-bottom: 100px !important;
}

.my-account-page-banner-wrapper {
    position: relative;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px;
}

.my-account-page-banner-wrapper img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.my-account-page-banner-wrapper .content-wrapper h1 {
    font-family: 'Sansita', sans-serif !important;
    font-size: 40px;
    font-weight: 400;
    line-height: 46.6px;
    text-align: center;
    position: relative;
    color: #fff;
}

.woocommerce-MyAccount-navigation {
    padding-right: 70px;
}

.woocommerce-MyAccount-navigation ul {
    margin: 0;
    background: #F6FBEF;
    border-radius: 20px;
    padding: 18px 10px;
}

.woocommerce-MyAccount-navigation ul li {
    position: relative;
    padding: 10px 10px 10px 54px;
    line-height: 1;
    border-radius: 10px;
}

.woocommerce-MyAccount-navigation ul li::before {
    position: absolute;
    content: "";
    top: 0;
    left: 20px;
    bottom: 0;
    margin: auto;
    width: 22px;
    height: 22px;
    background-color: #787888;
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard::before {
    -webkit-mask-image: url(../img/dash.svg);
    mask-image: url(../img/dash.svg);
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account::before {
    -webkit-mask-image: url(../img/account-details.svg);
    mask-image: url(../img/account-details.svg);
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders::before {
    -webkit-mask-image: url(../img/my_order.svg);
    mask-image: url(../img/my_order.svg);
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address::before {
    -webkit-mask-image: url(../img/address.svg);
    mask-image: url(../img/address.svg);
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--my-wishlist::before {
    -webkit-mask-image: url(../img/wislist.svg);
    mask-image: url(../img/wislist.svg);
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--change-password::before {
    -webkit-mask-image: url(../img/changepas.svg);
    mask-image: url(../img/changepas.svg);
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout::before {
    -webkit-mask-image: url(../img/logout.svg);
    mask-image: url(../img/logout.svg);
}

.woocommerce-MyAccount-navigation ul li.is-active::before {
    background-color: #fff;
}

.woocommerce-MyAccount-navigation ul li:last-child {
    margin-bottom: 0;
}

.woocommerce-MyAccount-navigation ul li a,
.woocommerce-MyAccount-navigation ul li button {
    font-size: 16px;
    font-weight: 500;
    line-height: 20.16px;
    text-align: left;
    color: #828387;
}

.woocommerce-MyAccount-navigation ul li button:focus {
    text-decoration: none !important;
}

.woocommerce-MyAccount-navigation ul li.is-active {
    background-color: #18a6e1;
}

.woocommerce-MyAccount-navigation ul li.is-active a {
    color: #fff;
}

.woocommerce_comnn_table-wrapper .woocommerce-cart-form__contents tr th {
    border-bottom: 0 !important;
    font-size: 14px;
    font-weight: 500;
    line-height: 17.64px;
    text-align: left;
    background-color: #EFF7FA;
    color: #828387;
    text-transform: uppercase;
}

.woocommerce_comnn_table-wrapper .woocommerce-cart-form__contents tr th:first-child {
    border-top-left-radius: 20px;
}

.woocommerce_comnn_table-wrapper .woocommerce-cart-form__contents tr th:last-child {
    border-top-right-radius: 20px;
}

.woocommerce_comnn_table-wrapper .woocommerce-cart-form__contents tbody tr td {
    border-top: 0 !important;
}

.elementor-heading-title span {
    color: #18a6e1;
}

p {
    line-height: unset;
}

.woocommerce-page #site-header {
    margin-bottom: 80px;
}

.enquiry-button {
    width: 100%;
    background-color: #18a6e1 !important;
    padding: 19px 16px !important;
    border-radius: 10px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    color: #fff !important;
    text-transform: capitalize !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.pro_price {
    font-size: 20px !important;
    font-weight: 600 !important;
    color: #000 !important;
    line-height: 1 !important;
    text-align: center;
    display: none;
}

.icheckbox_square-blue,
.iradio_square-blue {
    background-image: url(https://wp-sukoon.thatsmytask.com/jmb/wp-content/uploads/2024/08/Frame_1.png) !important;
}

@media (min-width: 1200px) {
    .header-wrapper .header-navigation-wrapper .primary-menu-wrapper .primary-menu .menu-item {
        padding: 0 25px;
    }
}

.wqoecf-pop-up-box {
    max-width: 600px;
    width: 100%;
}

.wqoecf-pop-up-box div.wpcf7 {
    width: 100%;
    padding: 0;
}

.wqoecf-pop-up-box div.wpcf7 form {
    padding: 30px !important;
}

.wpcf7 form {
    padding: 0 !important;
    max-height: 100%;
}

@media (max-width: 767px) {
    .wpcf7 form {
        height: 100%;
        max-height: unset;
    }
}

.wpcf7-spinner {
    position: absolute;
}

.single-product .custom-content-after-tabs {
    float: left;
    width: 100%;
}

.single-product .related.ps_products {
    width: 100%;
    float: left;
}

.single-product  .footer-nav-widgets-wrapper, .single-product footer {
    float: left;
    width: 100%;
}

.single .main-content-area-wrap .left_wrapper .content h2, .single .main-content-area-wrap .left_wrapper .content h3 {
    margin: 20px 0 20px 0;
}

.single .main-content-area-wrap .left_wrapper .content img {
    margin-bottom: 20px;
}

.homepage_blog_section .row {
    margin: -15px;
}

.homepage_blog_section .row .col-12 {
    padding: 15px;
}

.homepage_blog_section .blog_item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
    border-radius: 12px;
    border: 1px solid #D4DDE2;
    padding: 16px;
    background-color: #fff;
}

.homepage_blog_section .blog_item .blog_image {
    margin-bottom: 15px;
}

.homepage_blog_section .blog_item .blog_image img {
    height: 200px;
    object-fit: cover;
    border-radius: 6px;
}

.homepage_blog_section .blog_item .blog_content .blog_date {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    font-weight: 500;
    color: #828387;
    margin: 0 0 15px 0;
}

.homepage_blog_section .blog_item .blog_content .blog_title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 0 15px 0;
}

.homepage_blog_section .blog_item .blog_content .blog_title a {
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    color: #000;
}

.homepage_blog_section .blog_item .blog_content .blog_excerpt {
    font-size: 16px;
    color: #555;
    font-weight: 400;
    margin-bottom: 15px;
}

.homepage_blog_section .blog_item .blog_content .read_more {
    font-size: 16px;
    color: #18a6e1;
    font-weight: 600;
}

.what-chat-button {
    display: flex;
    align-items: center;
    background-color: #fff;
    position: fixed;
    right: 20px;
    bottom: 30px;
    border-radius: 30px;
    gap: 5px;
    padding: 5px 10px 5px 5px;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 50%);
    z-index: 999;
}

.what-chat-button:hover {
    color: #000;
}

.what-chat-button svg {
    width: 40px;
    height: 40px;
}

div#homepagePopupModel .modal-content {
    padding: 64px 80px;
    border-radius: 20px;
}

div#homepagePopupModel .modal-content .modal-body {
    padding: 0 !important;
}

div#homepagePopupModel .modal-content .modal-body a {
    position: relative;
    width: fit-content;
    height: 50px;
    bottom: unset;
    right: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    background-color: transparent;
    border-color: #18a6e1;
    border-radius: 30px;
    color: #18a6e1;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 25px;
}

div#homepagePopupModel .modal-content .modal-body h4 {
    color: #18a6e1;
    font-family: "Playfair Display", Sans-serif;
    font-size: 42px;
    font-weight: 700;
    line-height: 55px;
    margin: 0 0 10px 0 !important;
}

div#homepagePopupModel .modal-content .modal-body  p {
    text-align: center;
    color: #000000;
    font-family: "Plus Jakarta Sans", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    margin: 0 0 20px 0 !important;
}

.custom-slick-slider .slide-item .custom-slide-image{position: absolute;
top: 0;left: 0;width: 100%;height: 100%;z-index: 1;}
.custom-slick-slider .slide-item .custom-slide-image img{height: 100%;width: 100%;object-fit: cover;}
.custom-slick-slider .slide-item-indiv{display: flex;align-items: center;justify-content: center;text-align: center;padding: 15px;min-height: calc(100vh - 140px);position: relative;height: 100%;}
.custom-slick-slider .slide-item-indiv::before{position: absolute;top: 0;left: 0;height: 100%;width:100%;background: #000000FA;z-index: 2;content: '';opacity: 0.5;}

.custom-slick-slider .custom-slide-content-div{text-align: center;position: relative;z-index: 3;width: 70%;}
.custom-slick-slider .custom-slide-content-div .custom-slide-title{color: #FFFFFF; font-family: "Playfair Display", Sans-serif; font-size: 40px; font-weight: 700; text-transform: uppercase; font-style: normal;margin: 0px 0px 30px 0px;}
.custom-slick-slider .custom-slide-content-div .custom-slide-desc{ color: #FFFFFF; font-family: "Plus Jakarta Sans", Sans-serif; font-size: 18px; font-weight: 500; font-style: normal; line-height: 28px;margin-bottom:40px;}

.custom-slick-slider .custom-slide-content-div .custom-slide-btn{ font-family: "Plus Jakarta Sans", Sans-serif; font-size: 18px; font-weight: 700; text-transform: uppercase; font-style: normal; line-height: 22px; fill: #18A6E1; color: #18A6E1; background-color: #FFFFFF; border-radius: 10px 10px 10px 10px; padding: 20px 30px 20px 30px;margin: 0 auto;display: flex;width: fit-content;}
.menu-mdiv{height: 90px;}

.category-slider-row{row-gap: 20px;}
.category-item{position: relative;height: 300px; overflow: hidden;display: flex;align-items: flex-end;justify-content: center;border-radius: 15px;background: #fff;box-shadow: 0 1px 2px 0 rgb(0 0 0 / .05); border: 1px solid rgb(226, 232, 240) !important;}

.category-img-div{position: absolute;top: 0; left: 0;height: 100%;width: 100%;object-fit: cover;}
.category-img-div img{height: 100%;width: 100%;object-fit: cover;}
.category-title-div{position: relative;z-index: 3;background: rgba(24, 165, 225, 0.5); padding: 10px;width: 100%;display: flex;align-items: center;justify-content: center;transition: 0.3s ease;min-height: 60px;}
.category-title{color: #fff; font-family: "Plus Jakarta Sans", sans-serif; font-size: 20px; font-weight: 700; text-transform: capitalize; font-style: normal;text-align: center;margin-block: 0;}
.category-item:hover .category-title-div{min-height: 300px;}

.header-btn{padding: 15px 25px; font-size: 16px;line-height: 20px; font-family:"Plus Jakarta Sans", sans-serif; font-weight: 500; background: #fff; border-radius: 10px; color: #18A6E1; min-width: fit-content;margin-left: 0; display: flex;align-items: center;justify-content: center;}
.wpcf7-form .form_wrap .form-field p{text-align: start;}

.home.page-template .elementor-tab-title{display: flex; align-items: center;flex-direction: row-reverse; justify-content: space-between;}



@media (max-width: 991px) {
    .custom-slick-slider .custom-slide-content-div{width: 100%;}
    .custom-slick-slider .custom-slide-content-div .custom-slide-title {font-size: 36px;}
}
@media (max-width: 767px) {
    div#homepagePopupModel .modal-content {
        padding: 50px 20px;
    }
    .custom-slick-slider .slide-item-indiv{min-height: calc(100vh - 220px);height: 100%;}
    .custom-slick-slider .custom-slide-content-div .custom-slide-title {font-size: 34px;}
    .header-wrapper .header-titles, .header-wrapper .header-titles .site-logo,.header-wrapper .header-titles img, .header-wrapper .header-titles .site-logo img{height: 60px;}
    .header-wrapper .header-titles a, .header-wrapper .header-titles .site-logo a{padding: 0;}
    .header-wrapper .toggle-inner{height: 60px;}
    .header-wrapper {
        background-image: linear-gradient(to bottom, #fff 0%, #fff 47%, #18a6e1 35%, #18a6e1 100%) !important;
        padding-bottom: 0;
    }
}
@media (max-width: 575px) {
    .category-title{font-size: 18px;}
    .custom-slick-slider .slide-item-indiv{padding-block: 50px;}
    .custom-slick-slider .custom-slide-content-div .custom-slide-title {font-size: 28px;}

}

@media (max-width: 400px) {
    .header-wrapper{background-image: linear-gradient(to bottom, #fff 0%, #fff 57%, #18a6e1 35%, #18a6e1 100%) !important;}
}