/*
Theme Name: Websima
Theme URI: http://websima.com
Author: Websima Creative Agency
Author URI: http://websima.com
Description: Websima Creative Agency
Version: 1
License: GNU General Public License v2 or later
Text Domain: websima
*/



/* --------------------
    Config
-------------------- */

:root {
    --color1: #00377B;
    --color2: #44D1C9;
    --color3: #FD8000;
    --bg_light: #f6fafd;
    --border_light: #d8dbe4;
    --bg_body: #fff;
    --bg_footer: #ffffff;
    --danger: #d53343;
    --bg_danger: #fff5f5;
    --success: #28a745;
    --bg_success: #f4fff3;
    --bg_info: #cce5ff4a;
    --info: #004085cc;
    --main_font: iranyekan;
    --light_font: iranyekan-light;
    --bold_font: iranyekan-med;
    --num_font: iranyekan-num;
    --heading_h1_fontsize: 20px;
}
html, html *,::before, ::after {
    box-sizing: border-box;
}
p {
    margin-top: 0;
}

blockquote, dl, figure, pre {
    margin-bottom: 1.2em;
}
::-moz-selection {
    /* Code for Firefox */
    color: #fff;
    background: var(--color1);
}

::selection {
    color: #fff;
    background: var(--color1);
}
ins {
    text-decoration: none;
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.bg-primary {
    background-color: #007bff !important;
}

.bg-danger {
    background-color: var(--danger) !important;
}

.bg-success {
    background-color: var(--success) !important;
}

.clearfix:after {
    content: '';
    clear: both;
    display: block;
}

.container-full {
    max-width: 100%;
    padding: 0;
    margin: 0;
}

.container-full>.row {
    margin: 0;
}

.sidebar {
    position: relative;
    margin-top: -47px;
}
.sidebar.sidebar-post {
    margin-top: 0;
}
.sidebar.sidebar-shop {
    margin-top: 0;
}

.w-100 {
    width: 100%;
}


#wrapper .no-gutters {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

#wrapper .no-gutters>.col,
#wrapper .no-gutters>[class*="col-"] {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.text-center {
    text-align: center !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
    font-family: var(--bold_font), Arial;
}

input {
    font-family: var(--main_font), Arial;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

img {
    max-width: 100%;
    height: auto;
}

video {
    width: 100%;
}

a {
    transition: 0.4s ease;
    color: var(--color1);
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: var(--color2);
}

.form-control.ltr {
    direction: ltr;
    text-align: left;
}

.inner-pages .site-main {
    padding: 50px 0;
}
.site-bg {
    position: relative;
}
.site-bg::before {
    content: '';
    /*background: radial-gradient(299.12% 151.04% at 25.6% 124.53%, #1C42C9 0%, #00377B 69.39%);*/
    background: var(--color1);
    display: block;
    width: 100%;
    height: 350px;
    position: absolute;
    top: -45px;
    z-index: -1;
}
.swiper_items {
    position: relative;
}
.swiper-btn {
    cursor: pointer;
}
.swiper-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    border-radius: 111px;
    background: rgba(0, 55, 123, 0.10);
    color: var(--color1);
    font-size: 7px;
    cursor: pointer;
    transition: 0.4s ease;
}
.swiper-nav:not(.swiper-button-disabled):hover {
    background: var(--color1) ;
    color: #fff;
}
.swiper-button-lock {
    display: none;
}
.swiper-navigation {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
}
.swiper-navigation .swiper-nav {
    font-size: 11px;
}
.swiper-nav.swiper-nav-next {
    padding: 1px 1px 0 0;
}
.swiper-nav.swiper-nav-prev {
    padding: 1px 0 0 1px;
}
.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    font-size: 12px;
    line-height: 1;
    background: #D8DBE3;
    box-shadow: 0px 19px 42px rgba(216, 219, 227, 0.18);
    border-radius: 12px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #363636;
    transition: 0.4s linear;
    height: auto;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 12px;
    font-family: icomoon;
}

.swiper-button-next::after {
    content: "\e900";
}

.swiper-button-prev::after {
    content: "\e903";
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    background: #F5A61E;
    box-shadow: 0px 19px 42px rgba(245, 166, 30, 0.18);
    color: #fff;
}

.swiper-button-prev {
    left: 0;
}

.swiper-button-next {
    right: 0;
}

.swiper-button-disabled {
    opacity: 0.5 !important;
    cursor: auto !important;
}
.swiper-btn:hover {
    color: #FFF;
}
/* --------------------
   Menu mobile SETTING
-------------------- */
.fix-menu {
    position: fixed;
    bottom: 0;
    background: #fff;
    right: 0;
    left: 0;
    z-index: 100;
    height: 68px;
    box-shadow: 0 -2px 5px #0000000d;
    padding-bottom: 5px;
}

.mobile-footer-items {
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    padding: 0;

}

.mobile-footer-items li {
    flex: 1 1 0%;
    text-align: center;
}

.mobile-footer-items li>* {
    display: flex;
    flex-direction: column;
    position: relative;
    color: #9AA5B1;
    font-size: 12px;
    align-items: center;
    cursor: pointer;
}

.mobile-footer-items li>*:hover i {
    color: var(--color1)
}

.mobile-footer-items .websima-auth-modal-btn {
    background: none;
    border: none;
    padding: 0;
}

.mobile-footer-items .websima-auth-modal-btn i {
    margin-bottom: 8px;
}

.mobile-footer-items i {
    font-size: 22px;
    color: #9aa5b1;
    margin-bottom: 5px;
    position: relative;
}

.mobile-footer-cart .count {
    position: absolute;
    font-size: 10px;
    width: 14px;
    height: 14px;
    background: #57606A;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    top: 8px;
    right: -4px;
}

.mobile-footer-home {
    background: linear-gradient(222.6deg, #F0F0F0 0%, #BFBFBF 40%, #F9CA78 60%, #F5A61E 100%);
    background-size: 400% 400%;
    background-position: 82% 137%;
    border: 6px solid #fff;
    box-shadow: 0px 8px 20px rgba(29, 58, 88, 0.1);
    border-radius: 100%;
    width: 75px;
    height: 75px;
    position: absolute;
    top: -14px;
    justify-content: center;
    align-items: center;
    transition: 0.4s ease;
}

.mobile-footer-home:hover,
.mobile-footer-home.active {
    background-position: 22% 220%;
}

.mobile-footer-shop i {
    display: flex;
    justify-content: center;
}

.mobile-footer-shop i:before {
    opacity: 1;
    visibility: visible;
    transition: 0.4s ease;
}

.mobile-footer-shop:hover i:before {
    opacity: 0;
    visibility: hidden;
}

.mobile-footer-shop i:after {
    content: "\e937";
    color: #f5a61e;
    transition: 0.4s ease;
    opacity: 0;
    visibility: hidden;
    position: absolute;
}

.mobile-footer-shop:hover i:after {
    opacity: 1;
    visibility: visible;
}

.footer-menu-mobile {
    cursor: pointer;
}

.footer-user-meta i {
    display: flex;
    justify-content: center;
}

.footer-user-meta i:before {
    opacity: 1;
    visibility: visible;
    transition: 0.4s ease;
}

.footer-user-meta:hover i:before {
    opacity: 0;
    visibility: hidden;
}

.footer-user-meta i:after {
    content: "\e908";
    color: #f5a61e;
    transition: 0.4s ease;
    opacity: 0;
    visibility: hidden;
    position: absolute;
}

.footer-user-meta:hover i:after {
    opacity: 1;
    visibility: visible;
}




.swiper-free-mode > .swiper-wrapper {
    transition-timing-function: linear;
}
.swiper-pagination {
    position: relative;
    margin-top: 32px;
}
.sw-pagination {
    position: relative;
    right: 50%;
    left: unset !important;
    transform: translateX(50%) !important;
    margin-top: 15px;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next, .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scaleX(.66);
}
.swiper-pagination-bullet {
    width: 8px;
    height: 4px;
    border-radius: 2px;
    background: #ffffff7a;
    opacity: 1;
    transition: 0.4s ease;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--color2);
    width: 21px;
}
.swiper-pagination-bullet:hover {
    background: var(--color2);
}
.second-color.sw-pagination .swiper-pagination-bullet,
.second-color.swiper-pagination .swiper-pagination-bullet {
    background: #44D1C933;
}
.second-color.sw-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.second-color.sw-pagination .swiper-pagination-bullet:hover,
.second-color.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.second-color.swiper-pagination .swiper-pagination-bullet:hover {
    background: var(--color2);
}
    /* --------------------
           GENERAL SETTING
        -------------------- */
.section-title .title-heading {
    font-size: 18px;
    line-height: normal;
    margin-bottom: 16px;
}
.section-title .desc {
    color: #565656;
    font-size: 14px;
    font-family: var(--light_font);
    line-height: 32px;
}
.site-title .title-heading {
    color: #123376;
    font-size: 18px;
    margin-bottom: 15px;
}
.light-title .title-heading {
    color: #00377b;
}
.blue-title .title-heading {
    color: #123376;
}
.light-title .subtitle {
    color: #fff;
    line-height: normal;
}
.light-title .desc {
    color: #fff !important;
}
.subtitle {
    font-size: 16px;
    font-family: var(--light_font);
}
.center-title {
    text-align: center;
}
.inner-page .site-main {
    /*margin-top: 30px;*/
    margin-bottom: 45px;
}

.title-part.inner-title h1 {
    font-size: var(--heading_h1_fontsize);
    color: rgba(54, 54, 54, 0.8);
}

.title-part.inner-title {
    margin-bottom: 32px;
}

.title-site .title-heading {
    font-size: var(--heading_h1_fontsize);
    margin-bottom: 20px;
    line-height: 1.5;
}

.title-between {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
}
.title-between .title-heading {
    margin-bottom: 0;
}

/* --------------------
    Animation Pulse
-------------------- */
@keyframes animateCursor {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
    }

    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(250, 190, 88, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(250, 190, 88, 0);
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
    }

    70% {
        -moz-box-shadow: 0 0 0 10px rgba(250, 190, 88, 0);
        box-shadow: 0 0 0 10px rgba(250, 190, 88, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(250, 190, 88, 0);
        box-shadow: 0 0 0 0 rgba(250, 190, 88, 0)
    }
}

/* --------------------
    Mini card
-------------------- */
.parent_item_cart {

    cursor: pointer;
}

.parent_item_cart .icon-cart {
    color: #384163;
    transition: 0.4s ease;
    font-size: 18px;
}

.parent_item_cart:hover .icon-cart {
    color: var(--color1);
}

.product-quantity .quantity input {
    background: none;
}

.parent_item_cart .sub_part {
    position: absolute;
    top: 100%;
    z-index: 9999;
    background: white;
    border-radius: 4px;
    padding: 10px;
    transition: 0.4s;
    min-height: 80px;
    border: 1px solid #f0f0f0;
}

.woocommerce-mini-cart-item.mini_cart_item {
    display: flex;
    align-items: center;
    position: relative;
    font-size: 13px;
    color: var(--color2);
    flex-wrap: wrap;
    background: #efefef;
    margin-bottom: 10px;
    padding: 10px 10px 10px 20px;
    border-radius: 5px;
}

.woocommerce-mini-cart .mini_cart_item a.remove:hover {
    color: #443b3b;
}

.woocommerce-mini-cart .detail-mini .quantity ins {
    text-decoration: none;
}

ul.cart-attributes li {
    display: block;
}

.woocommerce-mini-cart .mini_cart_item a.remove {
    color: var(--danger);
    font-size: 21px;
    transition: 0.3s;
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    position: absolute;
    padding-left: 0 !important;
    left: 5px !important;
    top: 35px !important;
}

.woocommerce-mini-cart .mini_cart_item a {
    display: flex;
    align-items: center;
}

.woocommerce-mini-cart-item.mini_cart_item img {
    height: auto;
    margin-left: 15px;
    border: 1px solid #eee;
    flex: 0 0 50px;
    max-width: 70px;
    border-radius: 5px;
}

.woocommerce-mini-cart dl.variation {
    display: none;
}

.woocommerce-mini-cart .detail-mini {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;

}
.woocommerce-mini-cart .detail-mini h3 {
    font-size: 13px !important;
    line-height: 1.5;
}
.woocommerce-mini-cart .detail-mini .quantity {
    font-size: 13px !important;
    line-height: 1.5;
    margin-top: 5px;
    display: flex;
    gap: 5px;
}

.woocommerce-mini-cart__total.total strong {
    color: #525252;
    width: 100%;
}

.woocommerce-mini-cart__total.total span {
    font-size: 16px;
    color: var(--color1);
}

.woocommerce-mini-cart__total.total .woocommerce-Price-currencySymbol {
    font-size: 16px;
}

.woocommerce-mini-cart__buttons.buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.woocommerce-mini-cart__buttons.buttons a {
    font-size: 13px;
    min-width: 100px;
    padding: 0px 5px;
}

.woocommerce-mini-cart__total.total {
    margin-bottom: 10px;
    text-align: center;
    font-size: 15px;
    padding-top: 10px;
    display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-family: var(--num_font);
  gap: 4px;
  align-items: baseline;
}

/* --------------------
    Alerts
-------------------- */
#wrapper .cart-empty.woocommerce-info,
.wpcf7-response-output.wpcf7-validation-errors,
.woocommerce-error,
.woocommerce-mini-cart__empty-message,
.stock.out-of-stock {
    background: var(--bg_danger);
    color: var(--danger);
    border-radius: 10px;
    padding: 10px;
    text-align: center;
    font-size: 14px;
    display: block;
    margin: 15px 0;
}
.stock.out-of-stock {
    background: #d53343d6;
    color: #fff;
}
.comment-awaiting-moderation.waiting_pm {
    background: #d53343d6;
    color: #fff;
    border-radius: 0 0 20px 20px;
    padding: 10px;
    text-align: center;
    font-size: 15px;
    display: block;

}
.woocommerce-error li {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}
.woocommerce-message,
.woocommerce-success,
.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    color: var(--success);
    text-align: center;
    padding: 10px;
    margin: 15px 0;
    background: var(--bg_success);
    border-radius: 10px;
    line-height: 28px;
}
.woocommerce-error .button {
    order: 2;
}
.woocommerce-info:not(.woocommerce-message) a:hover {
    color: var(--color1);
}

.woocommerce-info:not(.woocommerce-message) {
    margin-bottom: 10px;
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    border: 1px solid var(--color1);
    color: var(--color1);
}


/* --------------------
    Menu Mobile
-------------------- */
#mask {
    position: fixed;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
}

.mobile-menu-wrap {
    display: flex;
    align-items: center;
}

#menumobile {
    position: fixed;
    top: 0;
    bottom: 0;
    right: -320px;
    width: 300px;
    background: #fff;
    font-family: var(--bold_font);
    z-index: 99991;
    transition: all 0.5s;
    box-sizing: border-box;
    overflow: hidden;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .3) !important;
    overflow-y: auto;
}

#menumobile img {
    /*! filter: brightness(0)invert(1); */
    max-width: 130px;
}

#nomenumobile {
    cursor: pointer;
    transition: all 0.5s;
    text-align: center;
    border-radius: 3px;
    display: inline-flex;
    color: var(--danger);
    font-size: 32px;
    align-items: center;
    justify-content: center;
    line-height: 1;
    font-weight: bold;
    transform: translateY(-6px);
}

#nomenumobile i:before {
    content: '\00D7';
    font-weight: bold;
}

#nomenumobile:hover {
    color: #363636;
}

.mobile-cta {
    display: flex;
    justify-content: center;
    background: var(--color1);
    padding: 5px;
    margin-bottom: 10px;
}

.mobile-cta .cta-header:hover {
    color: #fff;
}

.tel-mm a {
    background: var(--bg_footer);
    color: #fff;
    padding: 10px 15px;
    display: block;
    text-align: center;
}

.tel-mm a:before {
    content: '';
    width: 6px;
    height: 6px;
    margin-left: 10px;
    background: var(--color2);
    display: inline-block;
    border-radius: 100%;
    animation: pulse 2s infinite;
    position: relative;
    top: -1px;
}


.come-menumobile {
    right: 0 !important;
}


.title-mm {
    background: #fff;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#menumobile .socials {
    justify-content: center;
    margin-bottom: 20px;
    background: var(--color1);
    padding: 14px 10px;
}
.title-mm img {
    user-select: none;
}

.btn-mm {
    padding: 0 20px;
    margin-top: 20px;
}

.btn-mm a {
    display: flex;
}

.title-sub-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    flex-flow: row-reverse;
}


.title-sub-head strong {
    font-family: var(--bold_font);
}

.main-mm {
    padding: 5px 0;
}

.main-mm ul li {
    position: relative;
}

.main-mm ul li a {
    color: #363636;
    display: block;
    padding: 8px 10px;
    width: 80%;
    font-family: var(--main_font);
}
.main-mm > ul > li > a {
    font-weight: 600;
}
.main-mm ul li a:hover {
    color: var(--color2);
}
.main-mm > ul > li > .sub-menu > li > a {
    font-family: var(--bold_font);
    font-size: 13px;
}
.main-mm ul li > .sub-menu {
    position: unset;
    border-radius: 0;
    background-color: #f0f0f0;
    padding: 0 10px 0 10px;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    width: 100%;
    display: none;
    position: relative;
}
.main-mm ul.sub-menu li > .sub-menu a {
    color: #606060;
    padding: 8px 16px;
}
.main-mm ul.sub-menu li > .sub-menu::before {
    content: '';
    width: 1px;
    height: calc(100% - 30px);
    border-right: 1px dashed #b7b6b6;
    position: absolute;
    right: 10px;
    top: 15px;
}
.main-mm ul li > .sub-menu a {
    font-size: 12px;
}
.main-mm ul li.active > a {
    color: var(--color2);
}

.childer:before {
    content: "\e912";
    font-family: icomoon;
    display: inline-block;
    line-height: 1;
    transition: 0.3s ease;
}

.childer {
    position: absolute;
    left: 11px;
    cursor: pointer;
    color: #363636;
    transition: 0.3s ease;
    line-height: 1;
    top: 11px;
    font-size: 7px;
    width: 20px;
    height: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.childer.active:before {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    color: var(--color2);

}

#menumobile .sub-menu>li.menu-item-has-children>a::after {
    content: none;
}

.main-mm ul li a:hover .childer {
    color: var(--color2);
}

.come-submenu {
    right: 0 !important;
}



/* --------------------
    Button
-------------------- */
#sidebar button[type="submit"],
#cancel-comment-reply-link,
.button {
    user-select: none;
    height: 40px;
    font-size: 13px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    background: transparent;
    color: #fff;
    font-family: inherit;
    border-radius: 5px;
    z-index: 1;
    position: relative;
    transition: 0.3s;
    border: none;
    min-width: 150px;
    gap: 15px;
    box-sizing: border-box;
}

#sidebar button[type="submit"]:hover,
#cancel-comment-reply-link:hover,
.button:hover {
    color: var(--color1);
}

#sidebar button[type="submit"]:after,
#cancel-comment-reply-link:after,
.button:after {
    content: '';
    position: absolute;
    background: var(--color2);
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 4px;
    clip-path: polygon(0 0,100% 0,100% 100%,16.00px 100%,0 calc(100% - 16.00px));
    z-index: -1;
}


#sidebar button[type="submit"]:before,
#cancel-comment-reply-link:before,
.button:before {
    content: '';
    position: absolute;
    background: #C9F1F0;
    bottom: -6px;
    left: -6px;
    height: 100%;
    width: 100%;
    border-radius: 4px;
    clip-path: polygon(0 0,100% 0,100% 100%,16.00px 100%,0 calc(100% - 16.00px));
    z-index: -1;
    transition: 0.4s ease;
    pointer-events: none;
}
.button:hover::before {
    left: 0;
    bottom: 0;
}
.button i {
    font-size: 11px;
}
.button.button2 {
    color: var(--color2);
}
.button.button2:before {
    background: #44D1C94D;
}
.button.button2:after {
    background: #F2F2F2;
}
.button.button2:hover  {
    color: var(--color1);
}
.btn {
    display: inline-flex;
    align-items: center;
    color: var(--color1);
    gap: 15px;
    font-size: 16px;
    transition: 0.4s ease;
}
.btn:hover {
    color: var(--color2);
}
.button-simple {
    border-radius: 4px;
    background: var(--color1);
    color: #fff;
    min-width: 147px;
    font-family: inherit;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    line-height: 38px;
    padding: 6px 12px;
    border: 1px solid var(--color1);
    transition: 0.4s ease;
}
.button-simple i {
    font-size: 24px;
}
.button-simple:hover {
    background: transparent;
    color: var(--color1);
}
.header-phone.button-simple {
  height: 34px;
  min-width: unset;
}
.header-phone.button-simple i {
  font-size: 16px;
}
/* --------------------
    New button style
-------------------- */
.button-hover {
    min-width: 120px;
    height: 45px;
    color: #fff;
    border: 2px solid var(--color1);
    background: var(--color1);
    font-size: 14px;
    font-family: var(--bold_font);
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: 0.5s;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    text-transform: capitalize;
}

.button-hover:before,
.button-hover:after,
.button-hover i {
    position: absolute;
    width: 34%;
    height: 100%;
    background-color: #fff;
    transform: translateY(150%);
    border-radius: 50%;
    left: calc((var(--n) - 1) * 33%);
    transition: 0.5s;
    transition-delay: calc((var(--n) - 1) * 0.1s);
    z-index: -1;
}

.button-hover:before,
.button-hover:after {
    content: '';
}

.button-hover:hover {
    color: var(--color1);
}

.button-hover:hover:before,
.button-hover:hover:after,
.button-hover:hover i {
    transform: translateY(0) scale(2);
}

.button-hover:before {
    --n: 1;
}

.button-hover:after {
    --n: 2;
}

.button-hover i {
    --n: 3;
}

/* --------------------
    default CSS
-------------------- */
.inner-intro {
    position: relative;
    padding-top: 85px;
    overflow: hidden;
    margin-top: -40px;
}
.inner-intro::before {
    content: '';
    height: calc(100% + 90px);
    display: block;
    position: absolute;
    width: 100%;
    background: radial-gradient(299.12% 151.04% at 25.6% 124.53%, #1C42C9 0%, #00377B 69.39%);
    top: -90px;
    z-index: -1;
}
.inner-intro::after {
    content: '';
    background: url("assets/img/bg.webp") no-repeat;
    width: 50%;
    height: 465.415px;
    background-size: contain;
    background-position: top left;
    position: absolute;
    top: 20%;
    left: 0;
    z-index: -1;
}
.light-content,
.light-content .title-heading,
.light-content .editor-content p {
    color: #fff;
}
.light-content .editor-content h2,
.light-content .editor-content h3,
.light-content .editor-content h4,
.light-content .editor-content h5,
.light-content .editor-content h6{
	 color: #fff;
}
.site-title .subtitle {
    color: var(--color3);
    font-size: 14px;
    line-height: normal;
    margin-bottom: 12px;
    display: block;
}
.site-title .title-heading span {
    color: var(--color2);
}

.page-title .title-heading {
    font-size: 22px;
    line-height: normal;
    margin-bottom: 16px;
}
.swiper-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: var(--color2);
    font-size: 22px;
    line-height: 1;
    display: inline-flex;
}
.swiper-arrow:not(.swiper-button-disabled) {
    cursor: pointer;
}
.swiper-arrow.swiper-nav-prev {
    right: 0;
}
.swiper-arrow.swiper-nav-next {
    left: 0;
}
.swiper-faq-wrap .swiper-arrow {
    display: none;
}

.swiper-faq:not(.swiper-initialized) .swiper-slide {
  flex-shrink: unset;
  margin-left: 24px;
  width: 175px;
  flex: 0 0 175px;
}
.swiper-faq:not(.swiper-initialized) .swiper-wrapper{
    justify-content:center;
}
/* --------------------
    FAQ CSS
-------------------- */
.inner-intro.faq-intro {
    min-height: 333px;
    padding-bottom: 135px;
}

.faq-page-content {
    margin-top: -130px;
}
.swiper-faq-wrap {
    margin-bottom:10px;
    position: relative;
}
.faq-cat {
    position: relative;
}
.faq-cat a {
    display: flex;
    padding: 8px 10px;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    line-height: normal;
    gap: 8px;
    color: #fff;
    border-radius: 4px;
    background: rgba(56, 115, 189, 0.40);
    transition: 0.4s ease;
    font-family: var(--bold_font)
}
.faq-cat:hover a {
    background: #44D1C982;
}
.faq-cat img {
    max-width: 24px !important;
}

.faq-cat.active a{
    background:var(--color2)
}
.faq-cat.active a:after{
    width: 70%;
}
.faq-content .faqs-question {
    display: flex;
    align-items: baseline;
    width: 100%;
    padding: 12px;
    cursor: pointer;
    color: #565656;
    font-size: 15px;
    gap: 14px;
    line-height: 34px;
    transition: 0.4s ease;
}
.faqs-question::after {
    content: "\e912";
    font-family: icomoon;
    font-size: 6px;
    position: relative;
    line-height: 1;
    color: var(--color1);
    transition: 0.4s ease;
    -webkit-text-fill-color: var(--color1);
    margin-right: auto;
}
.faqs-item.active .faqs-question::after {
    transform: rotate(180deg);
    color: var(--color3);
    -webkit-text-fill-color: var(--color3);
}
.faq-content .faqs-item {

    border-radius: 12px;
    background: #FFF;
    box-shadow: 0px 0px 22px 0px rgba(0, 55, 123, 0.06);
    overflow: hidden;
    margin-bottom: 18px;
    transition: 0.4s ease;
}
.faq-content .faqs-item.active {
    border-color: var(--color1);
}

.faqs-question i {
    margin-right: auto;
    color: #444;
    display: inline-block;
    transition: 0.4s ease;
}
.faqs-item.active .faqs-question i {
    transform: rotate(180deg);
    color: var(--color1);
}
.accordion-content{
    display:none;
}
/* .faqs-item .faqs-answer{
	display:none;
} */
.faqs-item .faqs-answer {
    padding: 0 12px 12px 18px;
}
.faqs-item .faqs-answer .editor-content p {
    margin-bottom: 0;
     font-size: 14px;
    
}
.faqs-question .faq-num {
    font-size: 16px;
    width: 34px;
    height: 34px;
    color: #fff;
    display: none;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background: var(--color3);
    position: relative;
    padding-top: 2px;
}
.faqs-question .faq-num:after {
    content: "";
    width: 4.46px;
    height: 7.944px;
    background: #fff;
    filter: blur(5.349999904632568px);
    display: inline-block;
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 10%;
    transform: rotate(-130.817deg);
}
.tab-content > p {
    background: #eec4c4;
    border-radius: 8px;
    text-align: center;
    padding: 10px;
}
.calc-height {
    min-height: 100px;
    padding-bottom: 30px;
}
/* --------------------
        TAB CSS
    -------------------- */

.tab-content {
    display: none;
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s;

}

.tab-content.active {
    display: block;
}

@-webkit-keyframes fadeEffect {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeEffect {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* --------------------
   header
-------------------- */
#header {
    background: #fff;
    position: relative;
    filter: drop-shadow(0px 2px 30px rgba(68, 209, 201, 0.10));
    z-index: 6;
    position: sticky;
    top: 0;
    transition: 0.4s ease;
}
#header.notactive {
    top: -65px;

}
.home #header {

    filter: none;

}
.header-row {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 8px 0 9px;
    flex-direction: row-reverse;
    position: relative;
}
.header-logo {
    margin-right: auto;
}
.header-search {
    flex: 0 0 22%;
    position: relative;
}
.header-search .search-results-box {
    max-height: 525px;
    overflow: auto;
}
.header-search .search-results-box {
    max-height: 525px;
    overflow: auto;
    -webkit-overflow-scrolling: auto;
    scrollbar-color: var(--color1) #C2D2E4;
    scrollbar-width: thin !important;
}
@media (min-width:1200px) {
    /*.search-box-inner {*/
    /*    display: flex;*/
    /*    gap: 10px;*/
    /*    flex-wrap: wrap;*/
    /*    align-items: flex-start;*/
    /*} */
}
.header-end {
    display: none;
}
.menu-wrap {
    display: none;

}
.user-login {
    min-width: 32px;
    border: none;
    border-radius: 4px;
    background: #E9F3F2;
    padding: 6px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 7px;
    font-size: 13px;
    color: var(--color1);
    margin-top: 2px;
}
.user-login > i {
    font-size: 20px;
}
.head_item_cart {
    border-radius: 4px;
    background: #E9F3F2;
    padding: 4px 9px;
    font-size: 13px;
    color: var(--color1);
    display: flex;
    align-items: center;
    gap: 7px;
    white-space: nowrap;
}
.head_item_cart > i {
    font-size: 24px;
}
.nav-access {
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 10px 0;
    flex: 100%;
}
.header-brand {
    transition: 0.4s ease;
    display: inline-flex;
    max-width: 100px;
}
.header-brand:hover {
    transform: scale(1.15);
}

.cta-header {
    user-select: none;
    height: 25px;
    font-size: 13px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 2px 7px 2px;
    background: var(--color2);
    color: #fff;
    font-family: inherit;
    border-radius: 4px;
    z-index: 1;
    position: relative;
    transition: 0.4s;
    overflow: hidden;
    min-width: 91px;
    gap: 6px;
    line-height: 1;
    margin-right: auto;
    white-space: nowrap;
}
.cta-header:hover {
    color: var(--color1);
}
.header-nav {
    background: var(--color1);
}
.nav-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.nav-menu {
    display: none;
}
.header-menu {
    display: none;
	margin-bottom:0;
}
.header-menu li a {
    font-size: 13px;
	color: #FF8000;
}









@keyframes ring {
    0% {
        -webkit-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }

    5% {
        -webkit-transform: rotate(15deg) scale(1.2);
        -ms-transform: rotate(15deg) scale(1.2);
        transform: rotate(15deg) scale(1.2);
    }

    10% {
        -webkit-transform: rotate(-18deg) scale(1.2);
        -ms-transform: rotate(-18deg) scale(1.2);
        transform: rotate(-18deg) scale(1.2);
    }

    15% {
        -webkit-transform: rotate(18deg) scale(1.2);
        -ms-transform: rotate(18deg) scale(1.2);
        transform: rotate(18deg) scale(1.2);
    }

    20% {
        -webkit-transform: rotate(-22deg) scale(1.2);
        -ms-transform: rotate(-22deg) scale(1.2);
        transform: rotate(-22deg) scale(1.2);
    }

    25% {
        -webkit-transform: rotate(22deg);
        -ms-transform: rotate(22deg);
        transform: rotate(22deg)
    }

    30% {
        -webkit-transform: rotate(-18deg);
        -ms-transform: rotate(-18deg);
        transform: rotate(-18deg)
    }

    35% {
        -webkit-transform: rotate(18deg);
        -ms-transform: rotate(18deg);
        transform: rotate(18deg)
    }

    40% {
        -webkit-transform: rotate(-12deg);
        -ms-transform: rotate(-12deg);
        transform: rotate(-12deg)
    }

    45% {
        -webkit-transform: rotate(12deg);
        -ms-transform: rotate(12deg);
        transform: rotate(12deg)
    }

    50% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}





.parent_item_cart.item_has_sub .sub_part {
    width: 370px;
}

.item_has_sub {
    position: relative;
}

.sub_part {
    position: absolute;
    width: 100%;
    left: auto;
    left: 0;
    top: 90%;
    opacity: 0;
    background: #fff;
    visibility: hidden;
    transition: 0.3s;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08);
    z-index: 9;
    pointer-events: none;
    transform: translateY(60px) scale(0.9);
    transform-origin: right top;
    padding: 15px;
}

.item_has_sub:hover .sub_part {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    pointer-events: auto;
    transform: translateY(0) scale(1);
}

.woocommerce-mini-cart__empty-message {
    margin: 10px 12px;
}
.woocommerce-mini-cart.cart_list.product_list_widget {
    max-height: 492px;
    overflow: auto;
    -webkit-overflow-scrolling: auto;
    scrollbar-color: var(--color1) #C2D2E4;
    scrollbar-width: thin !important;
}
/* width */
.woocommerce-mini-cart.cart_list.product_list_widget::-webkit-scrollbar {
    height: 4px !important;
    width: 3px !important;
}
/* Track */
.woocommerce-mini-cart.cart_list.product_list_widget::-webkit-scrollbar-track {
    background: #eae8e4 !important;
    height: 4px !important;
}
/* Handle */
.woocommerce-mini-cart.cart_list.product_list_widget::-webkit-scrollbar-thumb {
    background: rgb(123, 123, 123) !important;
    height: 4px !important;
}

/* Handle on hover */
.woocommerce-mini-cart.cart_list.product_list_widget::-webkit-scrollbar-thumb:hover {
    background: var(--color1);
}
.head_item_cart .count {
    position: absolute;
    font-size: 11px;
    width: 16px;
    height: 16px;
    background: var(--color2);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    top: -5px;
    right: -5px;
    font-family: var(--num_font);
}
.woocommerce-Price-amount.amount {
    font-family: var(--num_font);
}
.header-mm {
    display: flex;
    position: relative;
    text-align: center;
    align-items: center;
    font-size: 31px;
    cursor: pointer;
    color: #363636;
    transition: 0.4s ease;
    order: 1;
}

.header-mm:hover {
    color: var(--color1);
}


.navtop-left>.button {
    width: 37px;
    padding: 0 10px;
}


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

    #header {
        padding-top: 0;
    }
}

@media screen and (min-width: 992px) {
    .header-mm {
        display: none;
    }
    .sidebar.sidebar-shop {
        margin-top: 0;
        top: 110px;
    }

    .header-menu {
        display: flex;
        align-items: center;
        gap: clamp(12px,1vw,15px);
    }

    .navtop-left .button {
        width: auto;
        padding: 0 20px;
    }

}
@media screen and (min-width: 1200px) {
    .header-menu li a {
        font-size: 14px;
    }


}

/* --------------------
   Contact Mode
-------------------- */
.contact-map-wrap {
    margin-top: -40px;
    position: relative;
    z-index: 0;
}
.contact-map-wrap::before {
    content: '';
    background: rgba(68, 209, 201, 0.19);
    filter: blur(60px);
    width: 100%;
    height: 100px;
    position: absolute;
    bottom: -38px;
    z-index: 0;
    pointer-events: none;
}
.contact-dir-button {
    text-align: center;
    position: absolute;
    bottom: 112px;
    right: 10%;
}

.contact-content {
    margin-top: -200px;
    position: relative;
    margin-bottom: 100px;
}
.contact-wrap-stroke {
    position: relative;
}
.site-title.contact-title {
    text-align: center;
}
.contact-wrap-stroke:before {
    content: "";
    position: absolute;
    inset: -2px;
    background: var(--color2);
    clip-path: polygon(0 0,calc(100% - 40.00px) 0,100% 40.00px,100% 100%,40.00px 100%,0 calc(100% - 40.00px),0 0,2px  2px ,2px calc(100% - 40.00px - 0.83px),calc(40.00px + 0.83px) calc(100% - 2px),calc(100% - 2px) calc(100% - 2px),calc(100% - 2px) calc(40.00px + 0.83px),calc(100% - 40.00px - 0.83px) 2px,2px 2px);}
.contact-wrap {
    border: 1px solid #FFF;
    background: #FFF;
    padding: 32px 16px;
    position: relative;
    clip-path: polygon(0 0,calc(100% - 40.00px) 0,100% 40.00px,100% 100%,40.00px 100%,0 calc(100% - 40.00px));
}
.contact-content::before {
    content: '';
    width: 51%;
    height: 200px;
    background: rgba(68, 209, 201, 0.52);
    filter: blur(60px);
    position: absolute;
    bottom: 5px;
    z-index: -1;
    right: 0;
    left: 0;
    margin: auto;
    border-radius: 50px;
}
.social-links {
    text-align: center;
    margin-top: 30px;
}
.contact-title h1 {
    color: #313131;
    font-size: 24px;
    line-height: normal;
    margin-bottom: 16px;
    font-family: var(--bold_font);
}
.contact-title .editor-content p {
    color: #666;
    font-size: 16px;
    line-height: 38px;
}

.contact-info i {
    display: flex;
    min-width: 35px;
    height: 35px;
    padding: 8px;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    background: transparent;
    color: #17214C;
    transition: 0.4s ease;
}

.contact-info li:hover i {
    background: #468DF7;
    color: #fff;
}
.contact-info li {
    margin-bottom: 5px;
    line-height: 31px;
    color: #17214C;
}
.contact-info li:last-child {
    margin-bottom: 0;
}
.contact-info li a {
    color: #17214C;
    display: flex;
    align-items: baseline;
    gap: 20px;
}
.contact-info li:hover a {
    color:  #468DF7;
}

.contact-info li i {
    font-size: 15px;
}
.icon-whatsapp {
    font-size: 22px !important;
}
.social-links span {
    color: #6C6F72;
    font-family: var(--bold_font);
    font-size: 14px;
    line-height: normal;
    display: block;
    margin-bottom: 12px;
}
.social-links a {
    display: inline-flex;
    font-size: 19px;
    line-height: 1;
    margin: 0 8px;
    color: var(--color2);
    transition: 0.4s ease;
}
.social-links a:hover {
    color: var(--color1);
}
.cta-wrap {
    filter: drop-shadow(0px 4px 35px rgba(168, 168, 168, 0.14));
}
.cta-box {
    padding: 20px 10px;
    text-align: center;
    background: #fff;
    clip-path: polygon(0 0,100% 0,100% 100%,30.00px 100%,0 calc(100% - 30.00px));
}
.cta-icon {
    display: inline-flex;
    width: 56px;
    height: 56px;
    padding: 12px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    /*background: rgba(7, 124, 208, 0.30);*/
    margin-bottom: 24px;
}
.cta-icon img {
    max-width: 50px;
}
.cta-links {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    margin-bottom: 30px;
}
.cta-links a {
    border-radius: 4px;
    background: #F2F2F2;
    padding: 10px 15px;
    min-width: 140px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #868686;
    font-size: 15px;
}
.cta-links a i {
    color: var(--color2);
}
.cta-links a:hover {
    color: var(--color2);
}
.cta-title {
    color: #123376;
    font-size: 20px;
    line-height: normal;
    margin-bottom: 25px;
}
.cta-socials {
    display: flex;
    justify-content: center;
    gap: 5px 10px;
    flex-wrap: wrap;
}
.cta-socials a:hover {
    filter: drop-shadow(0px 0px 2px #939393) brightness(1.2);
}
.cta-socials img {
    max-width: 43px;
}
#contactaccordion .card {
    margin-bottom: 20px;
    border: 1px solid var(--color1);
    padding: 10px 20px;
    border-radius: 5px;
}

#contact-tab {
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 2px solid #fafafa;
    margin-bottom: 25px;
}

#contact-tab a {
    padding: 15px;
    display: inline-block;
}

#contact-tab .active a {
    color: var(--color2);
}

.acf-form .acf-fields>.acf-field {
    border: none;
}

.websima-contact-form .input-cform {
    line-height: 1;
    padding: 8px 0 20px !important;
    clear: none !important;
    width: 100%;
}

.websima-contact-form textarea {
    min-height: 230px;
}

.input-cform .acf-input,
.input-cform .acf-label,
.text-cform .acf-label,
.text-cform .acf-input {
    line-height: 1;
}

.websima-contact-form .text-cform {
    padding: 8px 0 20px !important;
    width: 100%;
    order: 1;
}

.websima-contact-form .acf-field textarea,
.websima-contact-form .acf-field input[type="text"],
.websima-contact-form .acf-field input[type="email"] {
    padding: 10px 20px;
}

.websima-contact-form #message {
    text-align: center;
    border: 1px solid var(--success);
    padding: 5px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.websima-contact-form .acf-fields {
    display: flex;
    flex-wrap: wrap;
}

.websima-contact-form {
    border-radius: 20px;
    margin: 72px 0 25px;
}

.acf-form-submit {
    margin-top: 5px;
    text-align: center;
}

.acf-form-submit .button-hover {
    min-width: 120px;
}

.websima-map-wrapper {
    background: #fff;
    padding: 15px;
    border-radius: 20px;
    border: 1px solid rgba(54, 54, 54, 0.08);
    box-shadow: 0px 20px 42px -24.3579px rgba(161, 182, 199, 0.24);
    position: relative;
    margin-bottom: 20px;
}


.item-set.vertical.centered.triggers.left {
    display: none;
}

.acf-notice.-error.acf-error-message.-dismiss {
    display: none;
}

.acf-field .acf-notice.-error {
    background: none !important;
    border: none !important;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: -26px;
}

.contact-info-wrap {
    background: #FFFFFF;
    border: 1px solid rgba(54, 54, 54, 0.08);
    box-shadow: 0px 20px 42px -24.3579px rgba(161, 182, 199, 0.24);
    border-radius: 20px;
    padding: 15px 15px 25px;
    text-align: center;
    margin-bottom: 20px;
}

.contact-info {
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 10px;
    grid-auto-flow: dense;
}

.contact-info-wrap .title {
    font-size: 22px;
    color: #363636;
    margin-bottom: 20px;
}

.contact-info-wrap .socials {
    border-top: none;
    padding-top: 0;

}

.contact-info-wrap .socials a {
    background: #D8DBE3;
    border: 1px solid rgba(54, 54, 54, 0.08);
    margin: 0 10px 0 0;
}

.leaflet-popup-pane,
.leaflet-pane {
    z-index: 99 !important;
}

.contact-dir-button {
    text-align: center;
    position: absolute;
    bottom: 68px;
    z-index: 100;
    left: 68px;
}

.contact-dir-button a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 54px;
    min-width: 154px;
    background: #fff;
    border-radius: 10px;
    padding: 12px;
    color: #363636;
    margin-right: 29px;
    font-family: var(--bold_font);
    position: relative;
}

.contact-dir-button .google-map:before {
    content: '';
    width: 30px;
    height: 30px;
    background: url("assets/img/google-map.png");
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    margin-right: 12px;
}

.contact-dir-button .waze:before {
    content: '';
    width: 30px;
    height: 30px;
    background: url("assets/img/waze.png");
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    margin-right: 12px;
}

.contact-dir-button a:hover {
    color: var(--color2);
}
.acf-spinner {
    position: absolute;
    bottom: 15px;
}
@media screen and (min-width: 992px) {

    .websima-contact-form .input-cform {
        width: 49%;
        clear: none !important;
    }

    .websima-contact-form .acf-fields {
        display: block;
    }

    .websima-contact-form .input-cform[data-name="email_cform"] {
        float: left;
    }

    .websima-contact-form .input-cform[data-name="name_cform"] {
        float: right;
    }
}

/* --------------------
   Footer Style
-------------------- */
#footer {
    background: var(--color1);
    padding: 70px 0 0;
    color: #fff;
    position: relative;
    overflow: hidden;
    z-index: 0;
}
#footer:before {
    content: '';
    width: 100%;
    height: 440px;
    background: url("assets/img/bg.webp") repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
}
.footer-menu-wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    margin-bottom: 30px;
}

.wrap-ft-menu li {
    margin-bottom: 13px;
    font-size: 14px;
    line-height: 1.5;
}

.footer-symbols {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.footer-logo {
    display: block;
    margin-bottom: 16px;
   text-align: center;
}

.menu-title {
    font-size: 18px;
    margin-bottom: 10px;
    color: #363636;
    text-transform: capitalize;
}

.footer-title {
    font-size: 18px;
    margin-bottom: 10px;
    color: #fff;
    text-transform: capitalize;
    display: inline-block;
}
.wrap-ft-menu > div {
  margin-top: 15px;
}
.footer-desc {
    color: #fff;
    font-size: 14px;
    margin-bottom: 27px;
    line-height: 36px;
    text-align: center;
}

#footer a {
    color: #ffff;
}

#footer a:hover {
    color: var(--color2);
}
.footer-contact li > span,
.footer-contact li > a {
    display: flex;
    align-items: center;
    margin: 12px 0;
    gap: 10px;
}
.footer-contact li:hover i {
    background: #468DF7;
    color: #fff;
}
.footer-contact li i {
    min-width: 35px;
    height: 35px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    border-radius: 100%;
    transition: 0.4s ease;
}
.footer-end {
    background: #000917;
    margin-top: 15px;
    padding: 22px 0 130px;
}
.footer-info {
    display: grid;
    gap: 15px;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.copy-right {
    color: #FFF;
    text-align: center;
    font-weight: lighter;
}
.copy-right strong {
    font-weight: bold;
}
.websima-logo {
    flex: 1  0 0;
}
.socials {
    display: flex;
    justify-content: flex-end;
    gap: 16px;
}
.mobile-socials {
    display: flex;
    align-items: center;
    justify-content: center;
}
.socials a {
    color: #fff;
    font-size: 19px;
    display: flex;
}
.socials a i {
    transition: 0.4s ease;
}
.socials a:hover {
   color: var(--color2);
}

.socials a:hover i {
    transform: rotateY(360deg);
}
.enamad-wrap {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.enamad-wrap > * {
    display: flex;
    width: 52px;
    height: 52px;
    padding: 4px ;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 16px;
    background: #FFF;
}

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

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

/* --------------------
  Breadcrumb Style
-------------------- */

#breadcrumbs {
    background: transparent;
    padding-top: 12px;
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    color: #FFF;
    font-size: 13px;
    position: relative;z-index: 1;
}
#breadcrumbs .breadcrumb_last {
    color: var(--color2);
}
#breadcrumbs a {
    color: #fff;
}
#breadcrumbs a:hover {
    color: var(--color3);
}
#breadcrumbs a:after {
    content: "";
    height: 12px;
    width: 1px;
    background: #fff;
    position: relative;
    margin: 0 8px;
    transition: 0.4s ease;
    display: inline-block;
    vertical-align: -2px;
}

/* --------------------
 Single Style
-------------------- */
.inner-intro.single-intro {
    position: absolute;
    width: 100%;
    padding-top: 0;
}
.blog-date {
    background: #44D1C9;
    color: #fff;
    font-size: 14px;
    padding: 8px 14px 5px;
    border-radius: 2px;
    margin-bottom: 24px;
    display: none;
}
.inner-blog {
    padding-top: 50px;
}
.blog-meta {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    border-top: 1px solid rgba(255, 255, 255, 0.50);
    padding: 10px 0 15px;
}
.socials-share .icon-share {
    display: flex;
    width: 39px;
    height: 39px;
    justify-content: center;
    align-items: center;
    border-radius: 39px;
    background: var(--color3);
    font-size: 21px;
    color: #fff;

}

.socials-share {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}
.socials-share.mobile-share {
    justify-content: center;
    border-radius: 4px;
    background: #F1F2F3;
    padding: 25px 10px 23px;
    margin-bottom: 24px;
}
.share-icon {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-left: 14px;
}
.socials-share a {
    line-height: 1;
}
.socials-share a i {
    transition: 0.4s ease;
    font-size: 18px;
    display: inline-block;
    color: var(--color2);
}

.socials-share a:hover i {
    transform: rotateY(360deg);
    color: var(--color3);
}
.copy-btn {
    position: relative;
    font-size: 23px;
    color: var(--color2);
    line-height: 1;
    display: flex;
    cursor: pointer;
}
.copy-btn .tooltip-url {
    position: absolute;
    box-shadow: 0 1px 7px rgba(67, 43, 179, 0.1);
    background: #fff;
    padding: 5px 8px;
    border-radius: 11px;
    bottom: 115%;
    min-width: 75px;
    right: 50%;
    transform: translateX(50%);
    opacity: 0;
    visibility: hidden;
    transition: 0.4s ease;
    white-space: nowrap;
    font-size: 16px;
    direction: ltr;
    color: #000;
    text-align: center;
    z-index: 1;
}
.copy-btn .tooltip-url::before {
    content: '';
    display: block;
    position: absolute;
    right: 50%;
    bottom: -8px;
    width: 0;
    height: 0;
    box-sizing: border-box;
    border: 3px solid #000;
    border-top-color: rgb(0, 0, 0);
    border-right-color: rgb(0, 0, 0);
    border-bottom-color: rgb(0, 0, 0);
    border-left-color: rgb(0, 0, 0);
    border-top-color: rgb(0, 0, 0);
    border-right-color: rgb(0, 0, 0);
    border-bottom-color: rgb(0, 0, 0);
    border-left-color: rgb(0, 0, 0);
    border-top-color: rgb(0, 0, 0);
    border-right-color: rgb(0, 0, 0);
    border-bottom-color: rgb(0, 0, 0);
    border-left-color: rgb(0, 0, 0);
    border-color: #0000 #0000 #fff #fff;
    transform-origin: 0 0;
    transform: rotate(-45deg) translateX(50%);
    box-shadow: -1px 1px 3px 0 rgb(106 137 204 / 19%);
    z-index: 0;
}
.tooltip-url.active,
.copy-btn:hover .tooltip-url {
    opacity: 1;
    visibility: visible;
}
.copy-btn .tooltip-url:hover {
    opacity: 0;
    visibility: hidden;
}

.single-content-wrap {
    padding: 20px;
    background: #FFFFFF;
    border: 1px solid rgba(54, 54, 54, 0.08);
    box-shadow: 0px 20px 42px rgba(161, 182, 199, 0.24);
    border-radius: 20px;
    position: relative;
    margin-bottom: 35px;
    overflow: hidden;
}

.single-content-wrap .title-site {
    position: relative;
}

.single-content-wrap .title-site:after {
    content: '';
    height: 1px;
    width: calc(100% + 60px);
    background: rgba(54, 54, 54, 0.08);
    bottom: 0;
    right: -30px;
    left: -30px;
    position: absolute;
}

.single-top .title-site {
    margin-bottom: 24px;
}

.category_post {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.category_post i {
    font-size: 24px;
    color: var(--color3);
    margin-left: 8px;
}
.category_post a {
    color: #FFF;
    font-size: 14px;
    line-height: 54px;
    position: relative;
}

.category_post a:hover {
    color: var(--color3);
}
.category_post a:not(:last-child):after {
    content: '\e90d';
    font-family: icomoon;
    font-size: 10px;
    margin: 0 16px;
    color: var(--color3);

}
.post-info-wrap {
    display: flex;
    flex-direction: column;
}



.help-heading {
    margin-bottom: 20px;
    border-radius: 4px;
    background: #FFF;
    box-shadow: 0px 22px 32px -12px rgba(0, 55, 123, 0.18);
    backdrop-filter: blur(16px);
    overflow: hidden;
}
.help-heading .caticon {

    left: 11px;
    top: 31px;

}
.help-heading > span {
    display: block;
    padding: 9px 10px;
    border-radius: 4px;
    background: #F1F2F3;
    text-align: right;
    color: var(--color1);
    font-size: 14px;
}
.help-heading ul {
  max-height: 340px;
  overflow: auto;
  padding-left: 10px;
    -webkit-overflow-scrolling: auto;
  scrollbar-color: var(--color1) #c2d2e4;
  scrollbar-width: thin !important;
}
/* width */
.help-heading ul::-webkit-scrollbar {
  height: 4px !important;
  width: 3px !important;
}
/* Track */
.help-heading ul::-webkit-scrollbar-track {
  background: #eae8e4 !important;
  width: 4px !important;
}
/* Handle */
.help-heading ul::-webkit-scrollbar-thumb {
  background: rgb(123, 123, 123) !important;
  width: 4px !important;
}

/* Handle on hover */
.help-heading ul::-webkit-scrollbar-thumb:hover {
  background: var(--color1);
}

.widget-side > ul > li {
    font-size: 14px;
}
.widget-side li {
    position: relative;
    color: #565656;
}

.help-heading a {
    padding: 5px 7px;
    color: #6C6F72;
    font-size: 13px;
    display: flex;
    font-family: var(--bold_font);
    align-items: baseline;
    line-height: 1.5;
}
.help-heading a.active,
.help-heading a:hover {
    color: var(--color3);
}

.help-heading li a:before {
content: '\e90d';
  font-family: icomoon;
  font-size: 10px;
  margin-left: 12px;
  color: #D0D0D0;
  transition: 0.4s ease;
  margin-top: 2px;
}
.help-heading li a.active:before,
.help-heading a:hover:before {
    color: var(--color3);
}
.help-heading li:last-child {
    margin-bottom: 0;
    border-bottom: 0;
}

.access-post > a {
    display: block;
    border-radius: 4px;
    border: 1px solid #F1F1F1;
    background: #F1F2F3;
    margin: 12px 0;
    padding: 16px 10px 15px;
    font-size: 14px;
    color: #565656;
    transition: 0.4s ease;
}

.access-post > a:hover {
    color: #fff;
    background: var(--color2);
    box-shadow: 0px 22px 22px -21px rgba(1, 46, 101, 0.37);
}


.thumbnail-post-img {
    text-align: center;
    margin-bottom: 12px;
    border-radius: 24px;
    border: 2px solid #FFF;
    display:table;
    margin-left:auto;
    margin-right:auto;
}

.thumbnail-post-img img {
    border-radius: 20px;
   /* width: 100%;*/
}

.thumbnail-img {
    float: none;
    max-width: 100%;
    margin: 0;
    display: inline-flex;
    overflow: hidden;
    border-radius: 3px;
}

.tags_post a {
    display: inline-flex;
    padding: 5px;
    min-width: 100px;
    justify-content: center;
    align-items: center;
    margin: 5px;
    background: rgba(216, 219, 227, 0.4);
    border-radius: 10px;
    color: rgba(54, 54, 54, 0.64);
    font-family: var(--bold_font);
    font-size: 14px;
    transition: 0.4s ease;
}

.tags_post a:hover {
    background: var(--color1);
    color: #fff;
}

.tags_post {
    background: #FFFFFF;
    border: 1px solid rgba(54, 54, 54, 0.08);
    box-shadow: 0px 20px 42px rgba(161, 182, 199, 0.24);
    border-radius: 20px;
    padding: 20px 32px;
    margin-top: 15px;
    margin-bottom: 30px;

}

.tags_post span {
    color: rgba(54, 54, 54, 0.8);
    font-size: 16px;
    margin-right: 22px;
}

.title-site.faq-title .title-heading {
    margin: 15px 0;
    color: rgba(54, 54, 54, 0.8);
    font-size: 24px;
}

.faq-title {
    text-align: center;
}

#news-related {
    background: #F1F2F3;
    margin: 45px 0;
    padding: 32px 0;
}

.overhead-title {
    font-size: 12px;
}

#pro-related {
    margin: 45px 0 20px;
}

@media screen and (min-width: 768px) {
    .thumbnail-img {
        max-width: 50%;
        float: left;
        margin-right: 30px;
    }
}

/* --------------------
 comment Style
-------------------- */
.comment-notes {
    display: none !important;
}

#reply-title {
    display: none;
}

#comments-single {
    margin: 20px 0;
}
.commentlist  ul.children {
    padding-right: 0;
}
.commentlist > .cat-parent > ul.children {
    padding:0 50px 0 0;
    position: relative;
}

.commentlist ul.children {
    position: relative;
}


.editor-content .commentlist {
    margin-bottom: 0;
}
.commentlist .children li .isreply {
    position: absolute;
    right: -52px;
    top: 35px;
    opacity: 1;
    font-size: 8px;
    width: 36px;
    height: 36px;
    background: #44D1C9;
    filter: drop-shadow(0px 3px 6px rgba(255, 255, 255, 0.14));
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    clip-path: polygon(0 12.00px,12.00px 0,100% 0,100% 100%,0 100%);
    border-radius: 5px;
}

#review_form_wrapper form {
    margin-bottom: 30px;
}

#comments .editor-content {
    background: #FFFFFF;
    padding-top: 18px;
}

.form-submit {
    text-align: center !important;
    margin-bottom: 0 !important;
    flex: 0 0 100%;
    order: 1;
}

.form-submit .button-hover {
    min-width: 161px;
}

#commentform {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.editor-content .comment-notes,
.editor-content .comment-form-mobile {
    flex: 0 0 100%;
    display: flex;
    flex-wrap: wrap;
    font-size: 13px;
}

.editor-content .comment-form-author,
.editor-content .comment-form-email {
    flex: 0 0 100%;
    flex-wrap: wrap;
    display: flex;
    margin-bottom: 15px !important;
}

.editor-content .comment-form .field-ltr {
    text-align: left;
    direction: ltr;
}

.comment-form-comment {
    flex: 0 0 100%;
    margin-bottom: 24px !important;
}

.editor-content label,
.comment-form label {
    margin-bottom: 9px !important;
    position: relative;
    display: inline-block;
    color: rgba(54, 54, 54, 0.8) !important;
    font-family: var(--bold_font);
    padding-left: 10px !important;
}


.comment-awaiting-moderation {
    color: var(--color1);
    text-align: center;
    display: block;
    background: var(--bg_danger);
}

.commentlist .comment_container {
    margin: 32px 0;
    position: relative;
    padding-bottom: 30px;
}

.comment-list .children .comment_container {
    width: 89%;
    margin: 20px 0;
    margin-right: 112px;
}

.head-comment {
    padding-bottom: 18px;
    color: #363636;
    font-size: 17px;

    align-items: center;
    justify-content: space-between;
    line-height: 1.2;
    border-bottom: 2px solid rgba(212, 212, 212, 0.30);
}

.byadmin>div>.head-comment {
    padding-bottom:  16px;
    border-color: var(--color2);
}
.comment-info i {
    color: var(--color2);
    font-size: 24px;
    margin-left: 12px;
    vertical-align: -4px;
}
.comment-info {
    display: flex;
    align-items: center;
    gap: 18px;
    color: var(--color1);
    font-size: 16px;
}
.comment-info .time_comment {
    font-size: 14px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}
.comment-info .icon-logo {
    color: var(--color1);
    font-size: 34px;
}

.editor-content a.comment-reply-link {
    color: var(--color3);
    display: inline-flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 14px;
    transition: 0.3s;
    position: absolute;
    bottom: 6px;
}
.editor-content a.comment-reply-link:after {
    content: "\e914";
    font-family: icomoon;
    font-size: 11px;
    margin-right: 10px;
}
.editor-content a.comment-reply-link:hover {
    color: var(--color2);
}

.comment-reply-link i {
    font-size: 11px;
    font-weight: bold;
    transition: 0.3s;
}

.comment-reply-link:hover i {
    margin-left: -10px;
    padding-right: 10px;
}

.item-comment {
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgb(242, 240, 247);
    padding: 18px;
    position: relative;
}

.text_comment p {
    font-size: 13px;
    padding: 10px 0px;
}

.commentlist #reply-title {
    border-radius: 15px;
    display: flex;
    justify-content: space-between;
    padding: 10px 25px;
    margin-bottom: 20px;
    font-size: 13px;
}

.commentlist .children .comment_container {
    flex: 0 0 90%;
}

.editor-content .commentlist li {
    position: relative;
}

.byadmin>div>.head-comment:before {
    content: '';
    background: url("assets/img/Avatar.png");
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
}

.head-comment>span {
    display: inline-flex;
    align-items: center;
    font-family: var(--bold_font);
}

.comment-custom-field {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
}

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


    #review_form_wrapper form {
        margin-bottom: 68px;
    }

    .head-comment {
        display: flex;
    }
}



/* --------------------
    Search Simple
-------------------- */
.header-search form {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    transition: 0.4s;
    border-radius: 7px;
    border: 1px solid #E6E6E6;
    background: rgba(190, 190, 190, 0.10);
	margin-bottom:0;
}
.mobile-search {
    border: 1px solid #E6E6E6;
    background: rgba(190, 190, 190, 0.10);
    border-radius: 5.333px;
    display: flex;
    width: 32px;
    height: 32px;
    padding: 6px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    font-size: 17px;
}

.header-searchsimple i.icon-search {
    color: #384163;
    opacity: 0.4;
    font-size: 16px;
    margin-right: 7px;
    transform: translateX(15px);
}

.header-search #search-text {
    width: 100%;
    border: none;
    background: transparent;
    color: var(--color1);
    font-size: 14px;
    padding: 8px;
    font-family: inherit;
}

.header-search #search-text::placeholder {
    color: #C6C6C6;
    font-size: 12px;
}

.search-close {
    display: none;
}

.search-close::after {
    display: block;
    content: "\d7";
    width: 13px;
    height: 20px;
    font-size: 23px;
    line-height: 25px;
    color: var(--color1);
    cursor: pointer;
    left: 7px;
    position: absolute;
    top: 6px;
}

.search-loading {
    border: 3px solid #ffffff;
    border-top: 2px solid var(--color1);
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 2s linear infinite;
    display: none;
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.search-results-box {
    position: absolute;
    z-index: 4;
    top: 52px;
    right: 0;
    left: 0;
    border-radius: 10px;
    background: #F2F2F2;
    text-align: center;
    padding: 10px;
    display: none;

}
.search-results-box
.search-detail h3 {
    width: calc(100% - 85px);
    padding-right: 12px;
}

.search-detail {
    display: flex;
    background-color: #fff;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 5px;
    align-items: center;
    height: 75px;

}

.noresults {
    font-size: 13px;
    color: red;
    text-align: center;
    margin: auto;
    padding: 10px 0;
}

.search-image {
    display: block;
    width: 70px;
    border-radius: 5px;
    overflow: hidden;
    max-height: 55px;
    object-fit: contain;
}


.header-search .icon-search {
    margin-right: 7px;
    color: #C6C6C6;
}
.icons-wrapper {
    position: absolute;
    left: 0;
    width: 40px;
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 18px;
    color: var(--color1);
    justify-content: center;
}

.icons-wrapper .icon-close {
    font-size: 12px;
    position: absolute;
    box-sizing: border-box;
    line-height: 1;
    display: none;
    cursor: pointer;
}


.search-loading {
    border: 2px solid #b0aeae;
    border-radius: 50%;
    border-top: 2px solid var(--color1);
    width: 15px;
    height: 15px;
    -webkit-animation: spin 2s linear infinite;
    /* Safari */
    animation: spin 2s linear infinite;
    display: none;
    position: absolute;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.search-title {
    font-size: 18px;
    padding: 5px 0;
    display: block;
    width: 100%;
}
.search-terms a {
    padding: 5px 8px;
    flex: 1 0 0;
    background: #fff;
    white-space: nowrap;
    border: 1px solid #eee;
}
.search-terms {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
.search-pagebox {
    display: grid;
    gap: 0 8px;
    max-height: 500px;
    overflow: auto;
    flex: 1 0 0;
}
.search-box {
    flex: 0 0 49%;
}
.search-box h3{
    color: var(--color1);
    font-size: 18px;
    margin-bottom: 15px;
    background: #F1F2F3;
    text-align: center;
    padding: 9px;
    border-radius: 10px;
    
}
.search--cat-items {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
  }
  .search--cat-item:not(:first-child)::before{
    content: "/";
    display: inline-block;
    color: var(--color3);
    margin: 0 0.5rem;
  }
.search-area{
    margin-top: -28px;
}
.search--head{
    background: radial-gradient(299.12% 151.04% at 25.6% 124.53%, #1C42C9 0%, #00377B 69.39%);
    color: #ffff;
    padding-top: 6rem;
    padding-bottom: 5rem;
    text-align: center;
    margin-top: -40px;
}
.search-area .load-more{
    margin: 0 auto;
    display: flex;
    width: max-content;
    cursor: pointer;
}
.search-area .load-more:hover{
    color: #fff!important;
}
.search-image {
    display: block;
    width: 60px;
    border-radius: 5px;
    overflow: hidden;
    max-height: 60px;
    object-fit: contain;
}
.search-pup-up {
    position: fixed;
    top: 0;
    left: 0;
    background: #000000de;
    width: 100%;
    height: 100%;
    z-index: 99999;
    color: white;
    overflow: hidden;
    overflow-y: visible;
    padding-bottom: 50px;
    display:none;
}

.search-pup-up #search-text {
    all: revert !important;
    width: 100% !important;
    text-align: center !important;
    border: none !important;
    background: none !important;
    color: #fff !important;
    font-size: 14px !important;
    padding: 10px 0 !important;
    font-family: inherit !important;
}
.search-pup-up .search-form:after {
    content: '';
    width: 100%;
    height: 2px;
    background-image: linear-gradient(to right , transparent , var(--color2) , transparent);
    display: block;
}
.search-pup-up .search-results-box {
    background: unset;
    position: relative;
    top: unset;
}
.fd-outer {
    width: 30px;
    margin-top: 10px;
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 30px;
    z-index: 10;
}
.fd-inner {
    width: 30px;
    text-align: center;
}
.fd-inner:before, .fd-inner:after {
    position: absolute;
    content: '';
    height: 2px;
    width: inherit;
    background: white;
    right: 0;
    transition: all .3s ease-in;
}
.fd-inner:after {
    bottom: 48%;
    transform: rotate(-45deg);
}
.fd-inner:before {
    top: 48%;
    transform: rotate(45deg);
}
.fd-outer label {
    font-size: .8em;
    line-height: 3em;
    text-transform: uppercase;
    color: #fff;
    transition: all .3s ease-in;
    opacity: 0;
    cursor: pointer;
}
.fd-outer:hover .fd-inner:before, .fd-outer:hover .fd-inner:after {
    transform: rotate(0);
    background: var(--color1);
}
.fd-outer:hover .fd-inner:before {
    top: 0;
}
.fd-outer:hover .fd-inner:after {
    bottom: 0;
}
.fd-outer:hover label {
    opacity: 1;
}
.search-pup-up .search-form {
    transform: scale(0);
    opacity: 0;
    transition-duration: .6s;
    transition-delay: .5s;
}

.search-pup-up.popup-search-active .search-form {
    transform: scale(1);
    opacity: 1;
}

.search-detail h3 a {
    display: block;
    font-size: 14px;
}


.search-detail h3 {
    width: calc(100% - 70px);
    padding-left: 12px;
    font-size: 13px;
    text-align: right;
}

.search-results-box .button {
    width: 100%;
}

.search-pup-up .icons-wrapper {
    position: absolute;
    top: 0;
    left: 0;
}

.search-pup-up .icons-wrapper i {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.search-pup-up .icons-wrapper .icon-close.search-remove {
    top: 13px;
    left: 6px;
    color: rgb(210, 27, 27);
    transition: 0.4s ease;
    cursor: pointer;
    font-size: 15px;
}
.search-pup-up .icons-wrapper .icon-close.search-remove:hover {
    color: darkred;
}
.search-pup-up .icons-wrapper{
    position: absolute;
    top: 0;
    left: 0;
}
.search-pup-up .icons-wrapper i{
    position: absolute;
    top: 13px;
    left: 5px;
    display: none;
    font-size:28px;
}

/* --------------------
    END Search Popup
-------------------- */
@media screen and (max-width:768px){
    .form-wrap {
        padding-top: 80px;
    }
    .fd-inner {
        width: 25px;
    }
    .fd-outer {
        width: 25px;
        top: 10px;
        right: 20px;
    }
}

@media screen and (min-width:576px) {
    .header-search>span {
        display: block;
    }
}

@media screen and (min-width:992px) {
    .header-search>span {
        font-size: 12px;
    }
}

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



    .header-search>span {
        font-size: inherit;
    }
}

@media screen and (max-width: 576px) {

    .type-product .summary.entry-summary .cart,
    .variations_form .woocommerce-variation-add-to-cart {
        flex-direction: column;
    }

    .quantity {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 425px) {
    .product-meta-top>div {
        width: 100%;
        margin: 5px 0;
        justify-content: space-around;
    }

    .product-meta-right a:first-child:after {
        content: unset;
    }

    .type-product .summary .price ins:before {
        font-size: 16px;
    }
}

/* --------------------
    project
-------------------- */
.project-card-body {
    border-radius: 4px;
    background: #FFF;
    padding: 72px 16px 24px;
    margin-top: -54px;
    border: 1px solid #ececec;
    transition: 0.4s ease;
}
.project-card:hover .project-card-body {
    box-shadow: 0px 0px 32px 0px rgba(199, 199, 199, 0.35);
}
.project-title {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 70px;
}
.project-title img {
    max-width: 70px;
    max-height: 70px;
    width: auto;
}
.project-title .title {
    color: #565656;
    font-family: var(--bold_font);
    font-size: 17px;
    line-height: normal;
}
.project-card-body .desc {
    color: #868686;
    text-align: justify;
    font-size: 15px;
    line-height: 33px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.project-card-image {
    position: relative;
    filter: drop-shadow(0px 4px 12px rgba(119, 119, 119, 0.15));
    display: block;
    padding: 4px;
    margin: 0 8px
}
.project-card-image::before {
    width: 100%;
    height: 100%;
    content: '';
    background: #fff;
    position: absolute;
    display: inline-block;
    right: 0;
    top: 0;
    clip-path: polygon(0 0,100% 0,100% 100%,40.00px 100%,0 calc(100% - 40.00px));
}
.project-card-image img {
    width: 100%;
    clip-path: polygon(0 0,100% 0,100% 100%,40.00px 100%,0 calc(100% - 40.00px));
}
.projects-wrapper {
    margin-top: -85px;
}
.project-filter {
    margin-bottom: 52px;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
    z-index: 1;
  position: relative;
}
.product-item-parent .call-for-price {
    background:  var(--color2);
    color: #fff;
    border-radius: 4px;
    padding: 3px 15px;
    text-align: center;
    font-size: 14px;
    display: block;
    margin: 0;
    line-height: 27px;
    border: 1px solid  var(--color2);
}
.product-item-parent .call-for-price:hover {
    background: transparent;
    color:  var(--color2);
}

.woocommerce-shipping-totals.shipping {
    display: none;
}
/* --------------------
    Product
-------------------- */
.section-product-home.background-in {
    background-color: rgba(216, 219, 227, 0.2);
    padding: 50px 0 27px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    position: relative;
    background-attachment: fixed !important;
}

.section-product-home.background-out {
    padding: 20px 0;
    position: relative;
    overflow: hidden;
}

.float {
    position: absolute;
    font-size: 50px;
    z-index: -1;
    top: 5%;
}

.float2 {
    right: 10%;
    font-size: 60px;
    opacity: 0.5;
    top: unset;
}

.section-product-home.background-out .icon-shape {
    position: absolute;
    bottom: 5%;
    right: 40%;
    color: #B8B8B8;
    opacity: 0.4;
    font-size: 60px;
    z-index: -1;
}

.section-product-home.background-out:before {
    content: "\e916";
    font-family: icomoon;
    position: absolute;
    left: 2%;
    bottom: 26%;
    color: #B8B8B8;
    opacity: 0.24;
    transform: rotate(120deg);
    font-size: 98px;
    z-index: -1;
}

.section-product-home.background-out:after {
    content: "\e916";
    font-family: icomoon;
    position: absolute;
    right: 0;
    bottom: 50%;
    color: #B8B8B8;
    opacity: 0.24;
    z-index: -1;
    font-size: 50px;
}
.product-item {
    background: #FFFFFF;
    border-radius: 12px;
    padding: 10px;
    transition: 0.4s ease;
    overflow: hidden;
    position: relative;
    margin-bottom: 24px;
    border: 1px solid #ececec;
    transition: 0.4s ease;
}
.product-item:hover {
    box-shadow: 0px 10px 25px 0px rgba(197, 197, 197, 0.32);
}
.product-image {
    display: block;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
}
.product-item .title a {
    display: block;
    min-height: 55px;
    padding: 5px 10px;
    line-height: 1.7;
    font-size: 16px;
    font-family: var(--main_font);
    transition: 0.5s linear;
    background-image: linear-gradient(to right, var(--color1), var(--color1) 50%, #565656 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #0000;
    background-size: 202% 100%;
    background-position: 100%;
    text-align: right;
}

.product-item:hover .title a {
    background-position: 0;
}

.product-item .price del,
.product-item .price ins {
    display: block;
}

.price-wrapper {
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
    align-items: center;
    margin-bottom: 15px;
}

.price-wrapper .on-sale {
    width: 38px;
    height: 23px;
    background: var(--color2);
    border-radius: 15px;
    color: #fff;
    font-size: 12px;
    font-family: var(--bold_font);
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-item .price {
    display: inline-flex;
    flex-direction: column;
    position: relative;
    align-items: flex-start;
    justify-content: center;
    /*min-height: 55px;*/
    gap: 7px;

}

.product-item .price del {
    font-size: 14px;
    color: rgba(54, 54, 54, 0.7);
    text-decoration: line-through;
    position: relative;
    line-height: 1;
}

/*.product-item .price del:before {*/
/*    content: '';*/
/*    width: 100%;*/
/*    height: 1px;*/
/*    background: #F82F2F;*/
/*    position: absolute;*/
/*    top: 50%;*/
/*}*/
.price-in-cart{
    font-size: 13px;
    line-height: 1.4;
}
.price.variable-price {
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
}
.product-item .price .woocommerce-Price-currencySymbol {
    font-size: 14px;
}
.product-item .price > .woocommerce-Price-amount > bdi,
.product-item .price ins {
    text-decoration: none;
    transition: 0.3s;
    display: block;
    font-size: 16px;
    color: #565656;
    line-height: 1.5;
}

.product-end {
    display: flex;
    justify-content: center;
    padding: 9px 10px;
    border-top: 1px solid rgba(54, 54, 54, 0.08);
}

.product-link {
    font-size: 17px;
    transition: 0.4s ease;
    line-height: 28px;
    border-radius: 6px;
    border: 1px solid var(--color2);
    display: inline-flex;
    padding: 8px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    color: var(--color2);
}

.product-item:hover .product-link {
    color: var(--color1);
    border-color: var(--color1);
}
.product-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.countdown-wrapper {
    direction: ltr;
    margin-left: auto;
}

.countdown-wrapper span {
    display: inline-block;
    color: rgba(54, 54, 54, 0.7);
    transition: 0.4s ease;
    font-size: 12px;
    font-weight: 600;
    min-width: 20px;
}

.countdown span:last-child {
    color: var(--color2);
}

.countdown span:not(:last-child):after {
    content: ':';
    margin: 0 5px;
    color: var(--color2);
    font-weight: bold;
}

.product-item:hover .countdown-wrapper span {
    color: rgba(54, 54, 54, 1);
}

.product-item:hover .countdown span:last-child {
    color: var(--color2);
}

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

.button-wrapper {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 10px;
}





.post-item-image {
    display: block;
    position: relative;
    transition: 0.4s ease;
    margin-bottom: 18px;
    filter: drop-shadow(1px 2px 4px #00000029);
  padding-top: 2px;
}
.post-item:hover .post-item-image {
    margin-left: 15px;
}
.post-image {
    display: block;
    position: relative;
    clip-path: polygon(0 0,100% 0,100% 100%,40.00px 100%,0 calc(100% - 40.00px));
    border-radius: 6px;
}
.post-item-image img {
    width: 100%;
}
.post-item .card-link {
    width: 65px;
    height: 65px;
    box-sizing: border-box;
    left: 2px;
    bottom: 4px;
    opacity: 0;
}
.post-item:hover .card-link {
    left: -14px;
    bottom: -13px;
    opacity: 1;
}
.post-image::before {
    content: '';
    background: #00275866;
    inset: 0;
    position: absolute;
    z-index: 1;
    clip-path: inset(0 0 100% 100%);
    transition: 0.4s ease;
}
.post-item:hover .post-image::before {
    clip-path: inset(0 0 0 0);
}
.post-item .title {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 20px;
    padding: 0 15px;
    font-family: var(--main_font);
}

.post-item .title a {
    color: #565656;

}

.post-date {
    position: absolute;
    top: 8px;
    right: 8px;
    background: #44D1C9;
    color: #fff;
    font-size: 13px;
    padding: 4px 5px 2px;
    border-radius: 2px;
    z-index: 2;
}
.card-link {
    width: 83px;
    height: 83px;
    background: var(--color2);
    display: inline-flex;
    position: absolute;
    left: -11px;
    bottom: -13px;
    z-index: -2;
    justify-content: end;
    align-items: flex-end;
    padding: 16px 10px;
    font-size: 9px;
    border-radius: 4px;
    color: var(--color1);
    transition: 0.4s ease;
}
.card-link i {
    transform: rotate(45deg);
}
/* --------------------
    blog Css
-------------------- */
.inner-intro.blog-intro {
    position: absolute;
    width: 100%;
    padding-top: 0;
}
.archive-main {
    padding-top: 50px;
}
.more-tax-desc {
    margin-bottom: 35px;
    color: var(--color2);
}
.more-tax-desc:hover {
    color: var(--color3);
}
.items-sub-category {
    margin: 1rem 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.item-sub-category {
    padding: 5px 10px;
    border: 1px solid #a8a8a8;
    margin: 5px 5px;
    display: inline-block;
}

.page-numbers,
.dataTables_paginate {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
}
.dataTables_paginate,
ul.page-numbers {
    margin-bottom: 1rem;
    margin-top: 30px;
}
.dataTables_paginate > span {
    direction: ltr;
}
.page-numbers li,
.paginate_button {
    margin: 0 4px;
}
.paginate_button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.page-numbers li a,
.paginate_button,
.page-numbers li span {
    padding: 5px;
    line-height: 1;
    width: 28px;
    height: 28px;
    border-radius: 4px;
    background: rgba(68, 209, 201, 0.20);
    font-size: 17px;
        font-family: var(--num_font);
    color: #00377B
}

.paginate_button.next,
.paginate_button.previous,
.page-numbers li .next.page-numbers,
.page-numbers li .prev.page-numbers {
    font-size: 22px;
    background: none;
    color: var(--color2);
    cursor: pointer;
}
.paginate_button.next:hover,
.paginate_button.previous:hover,
.page-numbers li .next.page-numbers:hover,
.page-numbers li .prev.page-numbers:hover {

    background: none;
    color: var(--color1);
}
.paginate_button:not(.current) {
    cursor: pointer;
}
.page-numbers li span.current,
.paginate_button.current,
.page-numbers li a:hover {
    color: #fff;
    background: var(--color2);
}

.post-item .title {
    min-height: 41px;
    line-height: 1.5;
}

#more-tax-desc {
    padding: 20px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #EAEAEA;
}
.archive-content,
.archive-faq,
.archive-related {
    margin: 45px 0 50px;
}
.post-item-wrap .post-item-image {
    margin-left: 0;
}
.post-item-wrap {
    margin-bottom: 17px;
}
/* sidebar && shop_sidebar*/
.widget-side {
    background: #FFF;
    /*box-shadow: 0px 22px 32px -12px rgba(0, 55, 123, 0.18);*/
    border: 1px solid #ececec;
    backdrop-filter: blur(16px);
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    padding: 12px;
    overflow: hidden;
}
.widget_categories .widget-title:before {
    content: "\e923";
    font-family: icomoon;
    color: var(--color2);
    font-size: 32px;
    margin-left: 12px;
}

.widget-title {
    transition: .4s;
    border-radius: 4px;
    background: #F1F2F3;
    padding: 14px 20px;

    text-transform: capitalize;
    color: #00377B;
    text-align: right;
    display: flex;
    align-items: center;
    position: relative;
}
.widget-title h4,
.widget-title .title {
    font-size: 16px !important;
    line-height: 24px;
}
#sidebar .widget-side li.current-cat > a,
#sidebar .widget-side li.current-cat-ancestor>a {
    color: var(--color3);
}

#sidebar .widget-side li.current-cat >a::before {
   color: var(--color3);
}
.widget-side > ul {
    padding-top: 12px;
}
.widget-side > ul > li {
    font-size: 14px;
}
.widget-side li {
    position: relative;
    color: #565656;
}
.widget-side li a:before {
    content: '\e90d';
    font-family: icomoon;
    font-size: 12px;
    margin-left: 18px;
    color: #D0D0D0;
    transition: 0.4s ease;
}
.cat-parent {
    position: relative;
}

.cat-item a {
    color: rgba(54, 54, 54, 0.8);
    transition: 0.4s ease;
}

.cat-item:hover > a {
    color: var(--color3);
}
.cat-item:hover > a:before {
    color: var(--color3);
}

.children .cat-item {
    font-size: 15px;
    border: none;
    color: rgba(56, 65, 99, 0.8);
    text-align: right;
}

.widget > ul > .cat-item > a {

    display: flex;
    align-items: center;
    padding: 5px 0 5px 15px;
}

.caticon {
    cursor: pointer;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 10px;
    top: 22px;
    font-size: 8px;
    transition: 0.4s;
}

.caticon:before {
    content: '\e912';
    font-family: icomoon;
    display: inline-block;
    z-index: 0;
    transition: 0.4s;
    color: var(--color1);
}

.cat-item:hover>.caticon:before {
   color: var(--color2);
}

.caticon.active:before {
    color: var(--color2);
}
.caticon.active {
    transform: rotate(-180deg);

}

.children .caticon {
    top: 5px;
}

.children .cat-item>a {
    display: block;
    padding: 5px 0;
    transition: 0.4s ease;
}

.children {
    padding: 0 33px 20px 0;
}

.children .cat-item > a:before {
    display: inline-block;
    transition: 0.4s ease;
}



#sidebar {
    z-index: 1;
}

#sidebar input[type="search"] {
    border: 1px solid #a3a3a3;
    padding: 10px 20px;
    border-radius: 15px;
    height: 40px;
    display: block;
    box-sizing: border-box;
    font-family: inherit;
    width: 100%;
    transition: 0.3s;
    margin-bottom: 10px;
    font-size: 14px;

}

.widget-side form {
    text-align: center;
    /* padding: 0 20px 20px; */
    /* - */
    padding: 0 30px 20px;
}

#sidebar .select2-container--default .select2-selection--single {
    border: 1px solid #fafafa;
    background: #fafafa;
    padding: 10px 20px;
    border-radius: 15px;
    height: 50px;
    display: block;
    box-sizing: border-box;
    font-family: inherit;
    width: 100%;
    transition: 0.3s;
    margin-bottom: 20px;
    font-size: 14px;

}

#sidebar .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 11px;
    left: 11px !important;
    width: 20px;
}

.price_slider_wrapper {
    position: relative;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    border-radius: 1em;
    background-color: #D4D4D4;
    border: 0;
    position: relative;
    height: 2px;
    /* margin: 65px 0 60px; */

    /* - */
    margin: 37px 9px 70px 5px;
    direction: rtl;

}

.price_slider_wrapper .ui-slider .ui-slider-handle {
    z-index: 2;
    width: 14px;
    height: 14px;
    cursor: ew-resize;
    outline: 0;
    top: -6px;
    margin-left: -5px;
    background: var(--color1);
    border-radius: 100%;
    position: absolute;
    /* transition: all 0.3s; */
    border: 2px solid var(--color2);
    /*left: unset !important;*/
}


.price_slider_wrapper .ui-slider .ui-slider-handle:hover {
    background: var(--color2);
}

.price_slider_wrapper .ui-slider .ui-slider-handle:hover:after {
    background: var(--color2);
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    border-radius: 1em
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
    background: var(--color1);
}

.woocommerce .widget_price_filter .ui-slider {
    position: relative;

    margin-right: .5em;
    margin-left: .5em
}

.woocommerce .widget_price_filter .price_slider_amount {
    text-align: left;
    line-height: 2.4;
    font-size: .8751em
}

.price_slider_wrapper .price_slider_amount {
    position: relative;
    margin-top: 52px;
    margin-bottom: 10px;
    line-height: 2.4;
    text-align: center !important;
}

.woocommerce .widget_price_filter .ui-slider-horizontal {
    height: 1px;
    background-color: var(--color1)
}

.price_label {
    font-size: 0;
}

.price_label .from,
.price_label .to {
    position: absolute;
    font-family: var(--num_font);
    color: #74706a;
    /* font-size: 13px; */
    /* - */
    font-size: 14px;
    top: -58px;
}

.price_label .from {
    /* left: -5px;
    top: -108px; */
    /* - */
    left: 0;

}

.price_label .to {
    /* right: -7px;
    top: -53px; */
    /* - */
    right: 0;

}

#woocommerce_layered_nav-21 .widget-title::before,
#woocommerce_price_filter-16 .widget-title::before,
.woocommerce-widget-layered-nav .widget-title::before{
    font-family: icomoon;
    color: var(--color2);
    font-size: 32px;
    margin-left: 12px;
    line-height: 1;
}
.widget-side.table-access .widget-title::before {
    content: "\e923";
    font-family: 'icomoon';
    color: var(--color2);
    font-size: 32px;
    margin-left: 12px;
    line-height: 1;
}
.widget-side.table-access li a::before {
    content: none;
}
.widget-side.table-access > ul > li {
    padding: 8px 0;
    font-size: 14px;
}
.widget-side.table-access > ul > li a {
 color: #565656;
    transition: 0.4s ease;
}
.child-table-access img {
    max-width: 69px;
    margin-left: 11px;
}
.widget-side.table-access > ul > li a:hover {
 color: var(--color3);
}
#woocommerce_layered_nav-21 .widget-title::before {
    content: "\e923";
}
#woocommerce_price_filter-16 .widget-title::before {
    content: "\e949";
}
.woocommerce-widget-layered-nav .widget-title::before {
    content: "\e945";
}
.widget_layered_nav_filters li.chosen a:hover {
    color: var(--danger) !important;
}
.sku-number {
    font-family: var(--main_font);
}
li.woocommerce-widget-layered-nav-list__item a {
    display: flex;
    align-items: center;
}

li.woocommerce-widget-layered-nav-list__item a:before {
    content: '';
    display: inline-block;
    position: relative;
    width: 10px;
    height: 10px;
    background: #fff;
    border: 2px solid #ececec;
    top: 1px;
    margin-left: 9px;
    transition: 0.3s;
}

li.woocommerce-widget-layered-nav-list__item.chosen a,
li.woocommerce-widget-layered-nav-list__item a:hover {
    color: var(--color1);
}

li.woocommerce-widget-layered-nav-list__item a:hover:before,
li.woocommerce-widget-layered-nav-list__item.chosen a:before {
    border-color: var(--color1);
    background: var(--color2)
}

.widget_layered_nav_filters li.chosen a::before {
    content: "\00D7";
    font-family: 'icomoon';
    font-size: 25px;
    margin-right: 8px;
    color: var(--danger);
    font-weight: bold;
    display: inline-block;
    vertical-align: text-bottom;
    line-height: 25px;
}
#sidebar-shop {
    position: fixed;
    right: -100%;
    top: 0;
    bottom: 0;
    transition: all 0.5s;
    transition: all 0.5s;
    background: #fff;
    overflow-y: auto;
    padding-bottom: 30px;
}
/*.sidebar-btn {*/
/*    bottom: 30px;*/
/*    display: block;*/
/*    text-align: center;*/
/*    padding: 15px 8px;*/
/*    margin: 20px auto;*/
/*    cursor: pointer;*/
/*    position: fixed;*/
/*    z-index: 3;*/
/*    right: 0;*/
/*    background: var(--color1);*/
/*    color: #fff;*/
/*    writing-mode: tb-rl;*/
/*    border-radius: 10px 0 0 10px;*/
/*    font-size: 14px;*/
/*}*/
#sidebar-shop.active{
    right: 0;
    box-shadow: -5px 0px 10px #0000003d;
    z-index: 999999;
}
#sidebar-shop .sidebar-close {
    display: block;
    width: 20px;
    height: 20px;
    position: relative;
    background: var(--danger);
    text-align: center;
    margin: 10px auto 10px 0;
    color: #fff;
    font-size: 13px;
    cursor:pointer;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3px 0 5px;
}
#sidebar-shop .sidebar-close i:after {
    color: #fff;
    font-size: 24px;

}
/*.sidebar-btn {*/
/*    border: 125px;*/
/*    background: var(--color1);*/
/*    position: fixed;*/
/*    left: 25px;*/
/*    bottom: 90px;*/
/*    width: 64px;*/
/*    height: 64px;*/
/*    border-radius: 50%;*/
/*    z-index: 12;*/
/*    background-color: var(--color1);*/
/*    color: #fff;*/
/*    font-family: var(--bold_font);*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    flex-direction: column;*/
/*    cursor: pointer;*/
/*    font-size: 33px;*/
/*    line-height: 1;*/
/*}*/
.sidebar-btn i {
    font-size: 20px;
    vertical-align: -5px;
}
.sidebar-btn {
    color: #fff;
    padding: 10px 0;
    cursor: pointer;
}
@media screen and (min-width: 768px) {



    .widget > ul > .cat-item > a {
        padding: 13px 0 13px 20px;
    }



}

@media screen and (min-width: 992px) {
    #sidebar-shop {
        position: unset;
        right: auto;
        overflow-y: unset;
        background: transparent;
        box-shadow: none;
    }

    #sidebar-shop .sidebar-close {
        display: none;
    }



}




/* --------------------
    Modal bootstrap Css
-------------------- */
.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
    background-color: rgb(0 0 0 / 50%);
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, 20px);
    transform: translate(0, 20px);

}

.modal.show .modal-dialog {
    -webkit-transform: translate(0, 40px);
    transform: translate(0, 40px);
}

.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (0.5rem * 2));
}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-clip: padding-box;
    border-radius: 0.3rem;
    outline: 0;
    color: #000;
    overflow: hidden;
    background: #fff;
}

.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}

.modal-header .close:hover {
    transform: rotate(360deg);
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 16px;
    color: var(--color1);
}

.modal .alert {
    border-radius: 0 0 0.3rem 0.3rem !important;
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 30px 20px 25px;
    text-align: center;
    text-transform: capitalize;
}

.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef;
}

.modal-footer> :not(:first-child) {
    margin-left: 0.25rem;
}

.modal-footer> :not(:last-child) {
    margin-right: 0.25rem;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

.modal-header .close {
    padding: 0.5rem 1rem;
    margin: -1rem auto -1rem -1rem;
    background: #0000;
    border: none;
    color: var(--danger);
    font-size: 29px;
    transition: 0.4s ease;
    line-height: 1;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }

    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2));
    }

    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 768px) {
    .modal-dialog {
        max-width: 550px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        max-width: 800px;
    }
}

/* feature style */
.section-feature {
    background: rgba(216, 219, 227, 0.36);
    padding-top: 97px;
}

.feature-carousel.off {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-feature {
    width: 100% !important;
    top: -58px !important;
    display: flex;
    justify-content: space-between;
    position: absolute;
    right: 0;
    height: 34px;
    align-items: center;
}

.nav-feature>div {
    height: 100%;
    width: 34px !important;
    top: unset;
}



.page-template-template-about .inner-page .site-main {
    margin-bottom: 25px;
}


/* --------------------

-------------------- */
#woocommerce_layered_nav_filters-2 ul {
    padding: 18px 30px;
}

#woocommerce_layered_nav-2 li {
    flex-basis: 25%;
}

#woocommerce_layered_nav-2 ul {
    display: flex !important;
    flex-wrap: wrap;
    padding: 20px 10px;
}

.widget-color::before {
    content: unset !important;
}

.widget-color:hover {
    outline: 2px solid var(--color1);
    outline-offset: 3px;
}

.widget-color {
    transition: 400ms;
    flex-basis: 25%;
    width: 26px;
    height: 26px;
    border-radius: 26px;
    margin: 15px auto !important;
}

.woocommerce-ordering {
    border: 1px solid rgba(54, 54, 54, 0.08);
    box-shadow: 0px 20px 42px -24.3579px rgba(161, 182, 199, 0.24);
    border-radius: 20px;
    display: flex;
    background-color: #fff;
    padding: 20px;
    border-radius: 20px;
    margin-top: 15px;
    justify-content: space-between;
    margin-bottom: 10px;
    flex-direction: column-reverse;
    align-items: center;
}

.mh-orderby-wrap {
    position: relative;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mh-orderby-wrap .caticon {
    right: 15px;
    top: 17px;
}

.mh-orderby-wrap .caticon:before {
    border-color: #363636;
    padding: 3px;
}

.mh-orderby-wrap option {
    background-color: #fff !important;
    height: 50px !important;
    display: block;
    padding: 30px;
}

.btn-switch,
.orderby {
    height: 57px;
    position: relative;
    min-width: 152px;
    max-width: 225px;
    width: 225px;
    background: #D8DBE3;
    border-radius: 10px;
    padding: 0 22px;
    font-size: 15px;
    font-family: var(--bold_font);
    color: rgba(54, 54, 54, .8);
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.btn-switch input {
    display: none;
}

.btn-slider.btn-round {
    width: 25px;
    border-radius: 4px;
    background-color: #fff;
    height: 25px;
    border: 2px solid #fff;
}

.btn-switch input:checked~.btn-slider.btn-round {
    background-color: var(--color1);
}

.btn-switch i:last-of-type {
    display: none;
}

.btn-switch input:checked~i:first-of-type {
    display: none;
}

.btn-switch input:checked~i:last-of-type {
    display: block;
}

.orderby {
    -webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    margin-top: 10px;
}

.single-discount {
    width: 54px;
    height: 28px;
    font-size: 15px;
    background: var(--color2);
    border-radius: 15px;
    color: #fff;
    font-size: 15px;
    font-family: var(--bold_font);
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 2;
    right: 22px;
    bottom: 20px;
}

.call-price {
    background-color: rgba(22, 105, 123, 0.7) !important;
}

.out-stock {
    background-color: #d53343d6 !important;

}

.out-stock,
.call-price {
    display: inline-block;
    padding: 5px 10px;
    font-size: 12px;
    font-family: 'Quicksand-Bold';
    color: #fff;
    text-transform: capitalize;
    border-radius: 5px;
    margin: 15px 10px;
    transform: translateY(0);
}


#more-tax-desc p {
    margin-bottom: 0 !important;
}

.price_slider_wrapper .price_slider_amount>button {
    max-width: 100%;
    width: 100%;
    font-size: 14px !important;
}


.cat-design-two [class^="col-"] {
    flex: 0 0 100%;
    max-width: 100%;
}

.cat-design-two {
    display: flex;
    width: 100%;
}


.archive .widget_layered_nav ul {
    margin: 10px 0 0;
    max-height: 350px;
    overflow: auto;
    -webkit-overflow-scrolling: auto;
    scrollbar-color: var(--color1) #c2d2e4;
    scrollbar-width: thin !important;
}
/* width */
.archive .widget_layered_nav ul::-webkit-scrollbar {
    width: 4px !important;
    height: 3px !important;
}
/* Track */
.archive .widget_layered_nav ul::-webkit-scrollbar-track {
    background: #eae8e4 !important;
    width: 4px !important;
}
/* Handle */
.archive .widget_layered_nav ul::-webkit-scrollbar-thumb {
    background: rgb(123, 123, 123) !important;
    width: 4px !important;
}

/* Handle on hover */
.editor-content.main-content table::-webkit-scrollbar-thumb:hover {
    background: var(--color1);
}


.archive .widget_layered_nav li a {
    color: rgba(54, 54, 54, 0.8);
    margin: 5px 0;
    padding: 5px 0;
}

.archive .widget_layered_nav li a:hover {
    color: var(--color1);
}

.archive .widget_layered_nav li:not(:last-of-type) {
    border-bottom: none !important;
}

.archive li.woocommerce-widget-layered-nav-list__item a:before {
    border-radius: 2px;
    border: 1px solid rgba(0, 55, 123, 0.42);
    background: #FFF;
    width: 16px;
    height: 16px;
    top: 0;
    margin-left: 8px;
    transition: background 400ms;
}

.archive li.woocommerce-widget-layered-nav-list__item a:hover:before {
    background: var(--color1);
    border-color: var(--color1);
}
.woocommerce-widget-layered-nav-list__item.wc-layered-nav-term.chosen a::before {
    background: var(--color1);
    border-color: var(--color1);
}
.section-ages {
    background-color: #fff;
}

.error-wrap p {
    font-size: 14px;
    color: #fff;
    margin-bottom: 15px;
    max-width: 500px;
    text-align: center;
    margin: auto;
}
.error-wrap p.error-text {
    font-size: 24px;
    margin-bottom: 16px;
}
.error-wrap h1 {
    margin-top: 25px;
    font-size: 24px;
    color: #363636;
    margin-bottom: 0;
}

.error-404-btn {
    font-size: 13px;
    height: 40px;
}

.error_wrapper {
    align-items: center;
}

.error_wrapper {
    flex-direction: column-reverse;
    text-align: center;
}

.route-bar {
    position: relative;
    margin: 0 0 30px 0;
    user-select: none;
}

.route-bar:before {
    content: "";
    position: absolute;
    top: 30px;
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: #363636CC;
}

.route-bar .step-box .wrapper {
    text-align: center;
}


.route-bar .step-box .title a:hover {
    color: var(--color1);
}

.route-bar .step-box .title,
.route-bar .step-box .title a {
    margin: 0;
    color: #363636;
}

.route-bar .step-box .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border: 1px solid #363636CC;
    border-radius: 50%;
    margin: 0 auto 5px auto;
    background: #fff;
}

.route-bar .step-box .icon-svg {
    display: inline-block;
    width: 28px;
    height: 28px;
    margin: 0;
    border-radius: 0 !important;
}

.woocommerce-cart .route-bar .first-step .icon,
.woocommerce-checkout .route-bar .first-step .icon,
.woocommerce-checkout .route-bar .second-step .icon,
.woocommerce-order-pay .route-bar .first-step .icon,
.woocommerce-order-pay .route-bar .second-step .icon,
.woocommerce-order-pay .route-bar .third-step .icon,
.woocommerce-order-received .route-bar .first-step .icon,
.woocommerce-order-received .route-bar .second-step .icon,
.woocommerce-order-received .route-bar .third-step .icon,
.woocommerce-order-received .route-bar .fourth-step .icon {
    background-color: var(--color1);
}

.woocommerce-cart .route-bar .first-step .icon-svg,
.woocommerce-checkout .route-bar .first-step .icon-svg,
.woocommerce-checkout .route-bar .second-step .icon-svg,
.woocommerce-order-pay .route-bar .first-step .icon-svg,
.woocommerce-order-pay .route-bar .second-step .icon-svg,
.woocommerce-order-pay .route-bar .third-step .icon-svg,
.woocommerce-order-received .route-bar .first-step .icon-svg,
.woocommerce-order-received .route-bar .second-step .icon-svg,
.woocommerce-order-received .route-bar .third-step .icon-svg,
.woocommerce-order-received .route-bar .fourth-step .icon-svg {
    filter: brightness(0) invert(1);
}
.product-list-table {
    width: 100%;
}
.inner-intro.general-intro {
    padding-bottom: 40px;
    margin-bottom: 40px;
}
/* --------------------
    Responsive Mode
-------------------- */
.fixed-menu {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    background: #FFF;
    box-shadow: 0 -2px 22px 0px rgba(169, 169, 169, 0.25);
    padding: 8px 0 9px;
    z-index: 10;
    max-width: 100%;
}
.fixed-menu-wrap li {
    flex: 1 0 0;
    display: flex;
    justify-content: center;
}
.fixed-menu-wrap {
    display: flex;
    margin-bottom: 0;
}
.fix-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    color: var(--color1);
    background: none;
    border: none;
    height: 100%;
    justify-content: center;
    font-family: inherit;
    white-space: nowrap;
    position: relative;
}
.middle-icon {
    position: relative;
    width: 78px;
    height: 78px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    z-index: 0;
    margin-top: -52px;
}
.middle-icon::before {
    content: '\e90d';
    font-family: icomoon;
    color: var(--color3);
    position: absolute;
    font-size: 68px;
    line-height: 1;
    z-index: -1;
}

.middle-icon::after {
    content: '\e90d';
    font-family: icomoon;
    color: #fff;
    position: absolute;
    font-size: 80px;
    line-height: 1;
    z-index: -2;
    text-shadow: 0 0px 6px #00000030;
}
.fix-item.middle-item i {
    color: #fff;
    font-size: 32px;
}
.fix-item .icon-whatsapp {
    font-size: 33px !important;
}
.fix-item .count {
    position: absolute;
    font-size: 11px;
    width: 16px;
    height: 16px;
    background: var(--color3);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    top: -5px;
    right: 11px;
    font-family: var(--num_font);
}
.fix-item i {
    font-size: 30px;
}
.fix-item:hover {
    color: var(--color2);
}
.title-site-center {
    text-align: center
}
.error-page {
    position: relative;
    z-index: 1;
    color: #fff;
}
.mobile-item {
    border: none;
    background: var(--color1);
    border-radius: 5.333px;
    display: flex;
    width: 32px;
    height: 32px;
    padding: 6px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    font-size: 17px;
    color: #fff;
}
.wishlist-remove .wishlist-item.wished {
    cursor: pointer;
    width: 26px;
    height: 26px;
    line-height: 28px;
    z-index: 3;
    font-size: 26px;
    overflow: hidden;
    border-radius: 7px;
    text-align: center;
    display: block;
    border: 1px solid var(--danger);
    background: var(--danger);
    color: #fff;
}
.wishlist-remove .wishlist-item.wished:hover {
    color: var(--danger);
    background: #fff;
}

.af-form.acf-form {
    background: #f2f2f2;
    border-radius: 10px;
}
.header-nav.filter-nav {
    position: sticky;
    top: 64px;
    z-index: 5;
    margin-bottom: 30px;
    margin-top: -48px;
}

div#products-compare {
    padding: 0 15px;
}

.range-price {
    display: flex;
    align-items: center;
    gap: 5px;
    color: var(--color1);
}
.product-list-table {
    overflow: hidden;
    max-width: 100% !important;
}
.main-part {
    overflow: hidden;
    max-width: 100%;
}
.single-product .wc-block-components-notice-banner > .wc-block-components-notice-banner__content {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center !important;
}
.wc-block-components-notice-banner {
    align-items: center !important;
}
.woocommerce-notices-wrapper .wc-block-components-notice-banner > .wc-block-components-notice-banner__content .wc-forward {
    text-decoration: none !important;
    color: #fff  !important;
    opacity: 1 !important;
    min-width: 190px;
}
.scroll-label {
    text-align: center;
    color: var(--color3);
}
.about-main-content .row {
    min-width: 100%;
}
.mejs-controls {
    z-index: 1 !important;
}