/* --------------------------Top Bar---------------------------- */

#site_top {
    background: var(--green);
}

#site_top .theme-para {
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

#header {
    padding: 14px 0;
   box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background: #fff;
}

#site_top i.fa-solid.fa-tag {
    font-size: 23px;
    transform: rotate(90deg);
}

/* --------------------------Header---------------------------- */

.head-togle {
    text-align: end;
    align-items: center;
    display: flex;
    /* justify-content: end; */
    padding: 0;
}

#sidebar1,
.mobile-menu,
.sub-menu {
    display: none;
}

#header_widgets .header_title {
    margin: 0;
    padding: 0;
    color: #fff;
    position: relative;
}

.header_title::after {
    content: "";
    position: absolute;
    border-bottom: 1px solid #fff;
    top: 0;
    /* left: 0; */
    right: 0;
    bottom: 0;
    width: 3px;
}

.menubar {
    -webkit-transition: all 0.5s ease;
    -moz-transition: position 10s;
    -ms-transition: position 10s;
    -o-transition: position 10s;
    transition: all 0.5s ease;
}

.scrolled {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999999;
    background-color: #F82938;
    padding: 0px 10px;
    height: 75px;
}

.scrolled .innermenubox {
    /* float: right !important; */
}

/*----------------Menu bar-----------*/

@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }
    100% {
        transform: translateY(0px);
    }
}

ul.list_nav {
    margin: 0 auto;
    text-align: center;
    display: block;
}

.main-navigation li {
    position: relative;
    padding: 12px 9px;
    display: inline-block;
    cursor: pointer;
}

.main-navigation a {
    display: block;
    text-decoration: none;
    font-size: 16px;
    line-height: 15px;
    font-family: var(--font-one);
    letter-spacing: 0px;
    color: var(--orange) !important;
    position: relative;
    font-weight: 700;
    transition: all 0.5s ease 0s;
}

#menu-primary-menu {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.main-navigation .current-menu-item::before {
    content: "";
    background: #EB7D01;
    clip-path: polygon(5.365% 29.099%, 0% 100%, 100% 100%, 94.635% 29.099%, 94.635% 29.099%, 94.197% 23.755%, 93.732% 18.916%, 93.242% 14.595%, 92.73% 10.805%, 92.198% 7.561%, 91.648% 4.875%, 91.084% 2.763%, 90.507% 1.237%, 89.92% 0.312%, 89.327% 0%, 10.673% 0%, 10.673% 0%, 10.08% 0.312%, 9.493% 1.237%, 8.916% 2.763%, 8.352% 4.875%, 7.802% 7.561%, 7.27% 10.805%, 6.758% 14.595%, 6.268% 18.916%, 5.803% 23.755%, 5.365% 29.099%);
    height: 7px;
    width: 95%;
    position: absolute;
    top: unset;
    bottom: -12px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.sub-menu .current-menu-item::before {
    content: unset;
}

.main-navigation .current-menu-item a {
    color: var(--green) !important;
}

.main-navigation .sub-menu .current-menu-item a:after {
    display: none;
}

.primary_nav>li:hover>.sub-menu {
    display: block;
    position: absolute;
    gap: 25px;
    left: 26px;
    top: 80%;
    opacity: 0;
    pointer-events: none;
    z-index: 25;
    white-space: nowrap;
    min-width: 210px;
    transition: all .5s ease-in-out;
}

#sidebar1,
.mobile-menu,
.sub-menu {
    display: none;
}

.primary_nav>li:hover>.sub-menu {
    opacity: 1;
    pointer-events: all;
}

.primary_nav>li>ul {
    background: var(--color-white);
    z-index: 2;
    box-shadow: 0 3px 6px #00000029;
    background: #fff;
}

.primary_nav>li:hover>ul ul {
    display: block;
}

.primary_nav>li>ul>.menu-column-title>a {
    font: normal normal 600 18px/22px Montserrat;
    margin-block: 15px;
    display: inline-block;
}

.primary_nav>li>ul>li a {
    font: 600 14px/20px Montserrat;
    letter-spacing: 0px;
    color: #fff;
}

.side-navigation ul li.current_page_item {
    border: 2px solid #fff;
    border-radius: 50px;
    background: #566e89;
    padding: 4px 26px;
    margin: 20px;
}

/* .main-navigation ul ul ul {
  left:93%;
  top: 0;
} */

.main-navigation ul ul li,
.menubar.scrolled .main-navigation ul ul li {
    float: none;
    display: block;
    text-align: left
}

.main-navigation ul ul li:last-child {
    border-bottom: 0;
}

.sub-menu .current-menu-item a,
#sidebar1 .main-navigation .current_page_item>a {
    background: unset;
    border: unset;
    color: #000;
}

#menu-primary-menu>.menu-item-has-children::before {
    content: "\f078";
    font-family: 'font awesome 5 free';
    font-weight: 800;
    position: absolute;
    right: 6px;
    bottom: 0;
    top: 12px;
    font-size: 10px;
    color: var(--orange);
}

.sub-menu li {
    padding: 15px 10px 15px 20px;
}

#header .sub-menu {
    animation: growDown 300ms ease-in-out forwards;
    text-align: left;
    transition: all 0.0s;
    animation: fadeInUp .5s ease-in-out;
    border-radius: 6px;
}

.main-navigation .current-menu-item a:after {
    content: '';
    position: absolute;
    top: calc(50% - 6px);
    height: 12px;
    width: 10px;
    left: -15px;
    opacity: 1;
    clip-path: polygon(50% 0%, 75% 12.328%, 99.772% 25%, 100% 50%, 99.772% 75%, 75% 87.672%, 50% 100%, 25% 87.672%, 0.228% 75%, 0% 50%, 0.228% 25%, 25% 12.328%, 50% 0%);
    background: var(--yellow);
}

.primary_nav>li>ul>li a:hover:after {
    background-color: #fff;
}

.primary_nav>li>ul>li a:hover {
    padding-left: 5px;
}

.sub-menu .menu-item a::before {
    background: unset;
    height: unset;
}

.topbar-cart-content {
    justify-content: end;
    gap: 15px;
}

.topbar-cart-content .count {
    color: var(--green);
    position: relative;
    top: 3px;
    font-size: 14px;
    font-weight: 600;
}

.topbar-cart-content i {
    color: #FF6208;
    font-size: 16px;
}

:focus-visible {
    outline: unset;
}

.serach-page input.search-field {
    padding: 10px
}

button.search-submit {
    border: 0;
    background-color: transparent
}

.search-input {
    border-radius: 4px;
    opacity: 1;
    padding: 13px 27px 13px 12px;
    background-color: #fff;
    border: 1px solid #FF6208;
    width: 100%;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    line-height: 15.4px;
    box-shadow: 0px 4px 4px 0px #00000040;
}

.search-main-box [type=submit] {
    position: absolute;
    right: 5px;
    background: transparent;
    border: none;
    top: 13px;
}

.search_form ::placeholder {
    color: #000;
}

.search_form form button::before {
    content: '\f002';
    font-family: "font awesome 6 free";
    font-weight: 900;
    font-size: 20px;
    color: #fff;
}

/*---------------- Footer Section ----------------------*/

/* #footer{
  position: relative;
}
#footer::after{
  content: '';
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  background-color: var(--yellow);
  clip-path: polygon( 0% 0%,83.044% 8.061%,83.044% 8.061%,86.96% 8.6%,90.437% 9.392%,93.434% 10.404%,95.912% 11.6%,97.83% 12.944%,99.147% 14.402%,99.822% 15.937%,99.815% 17.517%,99.085% 19.104%,97.593% 20.664%,0% 100%,0% 0% );
} */

.widget-title,
.payment-wrap h4 {
    font-family: Quicksand;
    font-size: 18px;
    font-weight: 700;
    line-height: 25.92px;
    color: var(--white);
}

.payment-wrap h4 {
    color: var(--white);
}

.footer-top {
    padding-bottom: 50px;
}

.footer-top-col h3 {
    font-size: 20px;
    font-weight: bold;
}

.outer-footer {
    background-size: 100% 100%;
}

/* .footer-cols{
  padding: 2% 0;
} */

.top-social-icon .topbar-number-text,
.top-social-icon .topbar-email-text {
    z-index: 1;
}

/* .outer-footer  svg{
  position: absolute;
  bottom: 0;
  width: 100%;
  bottom: 0;
  z-index: -1;
} */

.footer-cols>.row {
    padding: 5% 0 10% 0;
}

.copyright-outer .term-info {
    font-family: Inter;
    font-size: 16px;
    font-weight: 300;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
}

#footer {
    text-align: center;
    background-size: 100% 100% !important;
    color: #fff;
    text-align: left;
    padding: 70px 0 0;
}

.footer_hide {
    display: none;
}

.footer-top-col {
    border-left: solid 5px var(--orange);
    padding-left: 15px;
}

#footer ul {
    margin: 0;
}

#footer ul li {
    list-style: none;
    margin: 0 0 5px 0;
    padding: 5px;
}

#footer ul li a {
    color: #fff;
    font: 400 17px / 25px var(--font-one);
}

#footer ul li a:hover,
.widget_wpb_widget a:hover {
    color: #FF6208;
}

#footer .footer-col-one p {
    margin: 20px 0;
    font: 400 14px / 30px var(--font-one);
}

.copyright p {
    font: 600 14px / 30px var(--font-one);
    margin-bottom: 0;
    color: #fff;
}

.copyright .container {
    clip-path: polygon(3.589% 21.394%, 0% 100%, 100% 100%, 96.411% 21.394%, 96.411% 21.394%, 96.217% 17.465%, 96.011% 13.907%, 95.794% 10.729%, 95.567% 7.943%, 95.331% 5.558%, 95.087% 3.584%, 94.837% 2.031%, 94.582% 0.909%, 94.322% 0.229%, 94.059% 0%, 5.942% 0%, 5.942% 0%, 5.678% 0.229%, 5.418% 0.909%, 5.163% 2.031%, 4.913% 3.584%, 4.669% 5.558%, 4.434% 7.943%, 4.206% 10.729%, 3.989% 13.907%, 3.783% 17.465%, 3.589% 21.394%);
    background: var(--yellow);
    padding: 15px 0;
}

.copyright a {
    color: #fff
}

.copyright a:hover {
    color: var(--green);
}

.widget_recent_entries img {
    width: 100px;
}

#footer .footer-col-one {
    padding-right: 5%;
    position: relative;
}

#footer h3 {
    font: 600 20px / 20px var(--font-one);
    letter-spacing: 0px;
    color: #FFFFFF;
    margin-bottom: 38px;
}

#footer .footer-col-one .textwidget {
    font: 400 16px/25px var(--font-one);
}

.about_me h6,
#footer .social_widget .widget-title {
    font: 600 17px / 29px var(--font-one);
    color: #FFFFFF;
}

.widget_wpb_widget a {
    font: 400 17px / 25px var(--font-one);
    letter-spacing: 0px;
    color: #fff;
}

#footer .social_widget .widget_wpb_social_widget {
    display: flex;
}

#footer .social_widget .widget-title {
    width: 33.33333333%;
    position: relative;
}

#footer .custom-social-icons {
    width: 66.66666667%;
}

/*-----------------Header Cart----------------*/

#cart {
    box-shadow: 0 3px 6px #00000029;
    background: #fff;
    width: 330px;
    right: 0px;
    top: 29px;
    margin: 0px auto;
    text-align: left;
    padding: 20px;
    position: absolute;
    z-index: 999999;
    display: none;
    animation: growDown 300ms ease-in-out forwards;
    transform-origin: top center;
    box-shadow: 0 0 4px #19213f7d;
    border: 1px solid var(--orange);
}

@keyframes growDown {
    0% {
        transform: scaleY(0)
    }
    80% {
        transform: scaleY(1.1)
    }
    100% {
        transform: scaleY(1)
    }
}

.cart_box:hover #cart {
    display: block;
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
}

#cart .woocommerce a.button {
    background: var(--orange);
    ;
    padding: 10px 20px !important;
    font-size: 12px;
    color: white;
    font: normal normal 600 14px / 14px var(--font-one);
}

.order-track-hover button.button.wp-element-button {
    padding: 10px 20px;
}

#cart .woocommerce a.button:hover,
.order-track-hover button.button.wp-element-button:hover {
    background: transparent;
    border: 1px solid var(--orange);
    color: var(--orange) !important;
}

.mini_cart_item img {
    background: #FEF4D8;
    padding: 5px;
    border-radius: 10px;
}

#cart .widget_shopping_cart_content p {
    margin: 0;
}

/* #cart .woocommerce-mini-cart__total strong,#cart .woocommerce-mini-cart__total span {
  color: #ffffff;
  font-weight: 600;
} */

#header .woocommerce form .form-row,
#header .woocommerce form .form-row {
    width: 100%;
}

#cart .woocommerce-mini-cart__total {
    padding-left: 27px;
}

#cart .woocommerce .widget_shopping_cart .total,
#cart .woocommerce.widget_shopping_cart .total {
    border-top: 1px solid #eee;
    padding: 10px 0;
}

.woocommerce .widget_shopping_cart .cart_list li,
.woocommerce.widget_shopping_cart .cart_list li {
    padding-left: 0;
}

.woocommerce .widget_shopping_cart .cart_list li a.remove,
.woocommerce.widget_shopping_cart .cart_list li a.remove {
    right: 0;
    left: unset;
    top: -2px;
    font-size: 16px !important;
    padding: 0px;
}

#header .mini_cart_item a {
    font: normal normal 600 14px / 16px var(--font-one);
    letter-spacing: 0px;
    color: #000000;
}

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
    float: left !important;
    margin-right: 24px;
    width: 20%;
    object-fit: cover;
    margin-bottom: 10px;
}

.woocommerce a.remove {
    background: #FF6208;
    color: white !important;
}

.alert.alert-minimalist {
    background-color: rgb(255, 255, 238);
    border-color: #FF6208;
    border-radius: 3px;
    color: rgb(149, 149, 149);
    box-shadow: 0px 0px 5px rgb(51 51 51 / 30%);
    padding: 10px;
    z-index: 9999999 !important;
    height: auto;
    width: 18% !important;
    background: #fff;
    padding: 10px 23px;
    box-shadow: rgb(0 0 0 / 16%) 0 1px 4px;
}

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

.alert.alert-minimalist img {
    width: 50px;
}

.prod-title {
    font: 600 16px / 25px var(--font-one);
    color: #000000;
}

.prod-messg {
    font: 500 14px / 24px var(--font-one);
    color: #000000;
}

.pull-left {
    float: none;
}

.footer-contact .media-body a {
    color: var(--lightgrey11);
}

.custom-social-icons {
    display: flex;
    gap: 10px;
}

.footer-col-four .widget-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 30.12px;
    color: #fff;
}

.custom-social-icons a {
    background: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 3px;
}

.custom-social-icons a i {
    color: #000;
    font-size: 18px;
    line-height: 25px
}

#footer .custom_instagram i {
    color: transparent;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    background-clip: text;
    -webkit-background-clip: text;
}

#footer .custom_facebook i {
    color: #3D6AD6
}

#footer .custom_pinterest i {
    color: #D32F2F
}

.custom-social-icons a span {
    display: none;
}

.search-icon i {
    cursor: pointer;
}

.outer-footer {
    position: relative;
}

.footer-spider-img {
    position: absolute;
    right: 0;
    top: 0;
    height: 220px;
}

.news-form-main {
    position: relative;
    top: 10px;
    width: 90%;
    margin: 0 auto;
}

.footer-col-four .textwidget p:nth-child(2) {
    clip-path: polygon(85.154% 0%, 15.201% 0%, 15.201% 0%, 14.454% 0.114%, 13.724% 0.452%, 13.016% 1.004%, 12.335% 1.761%, 11.687% 2.714%, 11.078% 3.855%, 10.511% 5.175%, 9.994% 6.665%, 9.531% 8.316%, 9.127% 10.12%, 0.218% 55%, 7.538% 85.785%, 7.538% 85.785%, 8.213% 88.344%, 8.965% 90.678%, 9.787% 92.777%, 10.673% 94.63%, 11.614% 96.227%, 12.605% 97.557%, 13.639% 98.61%, 14.708% 99.375%, 15.805% 99.842%, 16.924% 100%, 83.076% 100%, 83.076% 100%, 84.195% 99.842%, 85.293% 99.375%, 86.361% 98.61%, 87.395% 97.557%, 88.386% 96.227%, 89.328% 94.63%, 90.213% 92.777%, 91.035% 90.678%, 91.787% 88.344%, 92.462% 85.785%, 99.782% 55%, 91.287% 10.423%, 91.287% 10.423%, 90.887% 8.57%, 90.425% 6.872%, 89.906% 5.338%, 89.336% 3.978%, 88.72% 2.802%, 88.065% 1.818%, 87.375% 1.037%, 86.656% 0.467%, 85.914% 0.118%, 85.154% 0%);
    height: 70px;
    width: 245px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Quicksand;
    font-size: 14px;
    font-weight: 800;
    line-height: 20.16px;
    margin-bottom: 0;
    position: relative;
    bottom: -65px;
    background: var(--orange);
    left: 0;
    right: 0;
    text-align: center;
}

.footer-col-four .wpcf7 form .wpcf7-response-output {
    position: absolute;
    margin: 10px 0;
    bottom: 90px;
    font-size: 14px;
    width: 270px;
    left: 0;
    right: 0;
    margin: 0 auto !important;
    color: var(--green);
}

/* newsletter */

.footer-col-four input[type="submit"] {
    font-family: 'FontAwesome';
    right: 10px;
    top: 15px;
    font-size: 20px;
    color: var(--green);
    position: absolute;
    background: transparent;
    border: none;
}

.footer-col-four input[type="email"] {
    border: none;
    padding: 16px;
}

/* .wpcf7-not-valid-tip{
  color: #fff;
} */

.wpcf7 form .wpcf7-response-output {
    margin: 1em 0.5em 1em;
}

#newsletter .wpcf7 form .wpcf7-response-output {
    color: #fff;
}

.footer-col-four .wpcf7 form.invalid .wpcf7-response-output,
.footer-col-four .wpcf7 form.failed .wpcf7-response-output {
    bottom: 72px;
    font-size: 13px;
}

.payment-wrap {
    display: flex;
    gap: 10px;
    margin-left: auto;
    align-items: center;
    position: relative;
    top: 20px;
}

.footer-payment-img {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.payment-wrap h5 {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 600;
    line-height: 19.8px;
    color: #fff;
}

.footer-payment-images {
    width: 39px;
    height: 27px;
}