/*========================== Header Start ===========================*/

#top-bar .ekit-header-info i::before {
    font-weight: 600;
}
#hfe-site-header-cart .hfe-menu-cart__toggle .elementor-button-icon i:before {
    content: '\f07a';
    font-family: 'FontAwesome';
    font-weight: 500;
}
.hfe-menu-cart--items-indicator-bubble .hfe-menu-cart__toggle .elementor-button-icon[data-counter]:before {
    top: -9px;
    right: -9px;
}
.contact-page-main-container .elementor-widget-elementskit-header-info .ekit-wid-con .ekit-header-info, .contact-page-main-container .elementor-widget-elementskit-header-info .ekit-wid-con .ekit-header-info a {
    display: block;
}

.single-post .sticky-header#header-section::before {
    display: none;
}
.single-post #header-section::before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    background: transparent linear-gradient(0deg, #F6B44100 0%, #FFF 100%) 0% 0% no-repeat padding-box;
}


/*========================== Header End ===========================*/

/*========== Product Search Top Bar CSS Start ============*/

.ekit-wid-con .mfp-wrap.mfp-auto-cursor.my-mfp-slide-bottom.ekit-promo-popup.mfp-ready, 
.ekit-wid-con .mfp-bg.my-mfp-slide-bottom.ekit-promo-popup.mfp-ready{
  display: none !important;
}
.header-seach-sec {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.8);
  display: none;
  z-index: 99999;
}
.header-seach-sec .elementor-widget-shortcode {
  position: absolute;
  left: 50%;
  top: 5%;
  transform: translate(-50%);
  max-width: 900px !important;
  width: 100%;
  height: auto;
  padding: 10px;
  background: unset;
}
.showsearch{
  display: block;
}
.header-product-search a.ekit_navsearch-button{
  pointer-events: none;
}
.header-search-close .elementor-icon {
  position: absolute;
  right: 2%;
  top: 30px;
  cursor: pointer;
}
.header-seach-sec .apsw-search-wrap .apsw-search-btn {
  width: max-content;
  background: #000000;
  color: #FFF;
  border-radius: 6px !important;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  margin-right: 10px;
  padding: 18px 20px;
}
.header-seach-sec .apsw-search-wrap .apsw-search-btn:hover {
  background-color: #FF7F4E;
  color: #000000;
}
.header-product-search .elementor-icon {
  cursor: pointer;
}
.apsw-search-wrap .apsw-category-items {
  font-size: 15px !important;
  font-weight: 600;
}

/*========== Product Search Top Bar CSS End ============*/

/*========================== Footer Start ===========================*/

.footer-newsletter form p {
    display: flex;
    gap: 10px;
}
.footer-col1 .hfe-site-logo-set .hfe-site-logo-container {
    background-color: #4B94FF;
    width: max-content;
    padding: 20px;
    border-radius: 0px 0px 10px 10px;
}
.footer-col2 .hfe-nav-menu__layout-vertical .hfe-nav-menu>li:nth-child(1) a {
    padding-top: 0px !important;
}
#footer-newsletter {
    position: relative;
    height: 180px;
    overflow: visible;
}
#footer-newsletter .footer-newsletter-col1 img {
    position: relative;
    z-index: 2;
}
.footer-copyright {
    color: #FFF;
    font-weight: 600;
}
.footer-copyright:hover {
    color: #FF7F4E;
}
.footer-newsletter form input {
    background-color: #FFF;
    padding: 10px 188px 10px 10px;
    border-radius: 6px;
    align-items: center;
    justify-content: flex-start;
    display: flex;
    width: 100%;
}
.footer-newsletter .newsltr-btn {
    right: 0px;
    top: 0;
    font: 400 17px/30px "Figtree";
    text-align: left;
    background-color: #000000 !important;
    color: #FFF;
    border-radius: 6px;
    position: relative;
    padding: 7px 24px;
    border: unset;
}
.footer-newsletter .newsltr-btn:hover {
    background-color: #FFFFFF !important;
    color: #000000 !important;
}
.footer-newsletter .wpcf7-response-output {
    color: #FFF;
    margin: 1em 0em 0em !important;
    padding: 8px 10px;
    border: 1px solid #FFF !important;
    width: max-content;
    font: 400 16px/22px "Figtree", "Sans-serif";
}
.footer-newsletter .wpcf7-form-control-wrap input {
    border: unset;
}
.footer-newsletter .wpcf7-not-valid-tip {
    display: none;
}


.footer-col2 .hfe-nav-menu ul li a {
    position: relative;
}
.footer-col2 .hfe-nav-menu ul li a::before {
    content: '';
    position: absolute;
    width: 6px;
    height: 2px;
    top: 0;
    bottom: 0;
    left: 0;
    right: auto;
    margin: auto;
    background-color: #FFFFFF;
    opacity: 1;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}
.footer-col2 .hfe-nav-menu ul li:hover a {
    transform: translateX(12px);
    -webkit-transform: translateX(12px);
    transition: 0.6s ease-in-out;
}
.footer-col2 .hfe-nav-menu ul li:hover a::before {
    content: '';
    position: absolute;
    width: 6px;
    height: 2px;
    top: 0;
    bottom: 0;
    left: -12px !important;
}
.footer-col2 .hfe-nav-menu__layout-vertical .hfe-nav-menu>li:nth-child(1) a::before {
    content: '';
    position: absolute;
    width: 6px;
    height: 2px;
    transform: translateY(-5px);
    top: 0;
    bottom: 0;
    left: 0;
    right: auto;
    margin: auto;
    background-color: #FFFFFF;
    opacity: 1;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}

/*========================== Footer End ===========================*/











.category-wrapper.show>.elementor-widget-wrap figure.elementor-image-box-img img {
    filter: brightness(0) invert(1);
}
.header-searchbar .dgwt-wcas-search-input {
    background-color: var(--white) !important;
    font-size: 14px !important;
    line-height: 16px !important;
    color: rgba(0, 0, 0, 1) !important;
    border: 0 !important;
    outline: 0 !important;
    padding-left: 24px !important;
    padding-right: 70px !important;
}
.header-searchbar .dgwt-wcas-sf-wrapp {
    padding: 0;
}
.header-searchbar  button.dgwt-wcas-search-submit {
    background: var(--secondry) !important;
    border-radius: 10px !important;
    right: 3px !important;
    left: auto !important;
    top: 5px !important;
}
.header-searchbar::after {
    content: "";
    width: 2px;
    height: 20px;
    background: rgba(221, 221, 221, 1);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.header-searchbar .dgwt-wcas-preloader.dgwt-wcas-close {
    margin-right: 10px;
}
.middle-header-sec>.elementor-container {
    background-color:var(--white);
    border-radius: 10px;
}
.header-currency span.dd-poFigtree.dd-poFigtree-down {
    right: -7px;
}
.header-currency ul.dd-options small.dd-option-description.dd-desc {
    display: none;
}
.header-currency  .dd-select {
    background: transparent !important;
    border: 0 !important;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    color: var(--black);
}
.header-currency .dd-select small.dd-selected-description {
    display: none;
}
.header-lang select.gt_selector.notranslate {
    border: 0;
    background: transparent;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    max-width: 90px;
    cursor: pointer;
}
.header-lang select.gt_selector.notranslate option{
    cursor: pointer;
}
.header-menu-right-col>.elementor-widget-wrap {
    gap: 69px;
}
.header-cart .elementor-button-icon i.eicon::before {
    content: "\f290" !important;
    font-family: "fontawesome";
}
.category-wrapper.show>.elementor-widget-wrap {
    background: var(--primary);
    border-radius: 10px 10px 0 0;
}
.category-wrapper.show>.elementor-widget-wrap .elementor-image-box-title {
    color: var(--white);
}
.header-top-cat .wlcategorie-content h4 {
    margin: 0;
}
.header-top-cat .wlcategorie-content h4 a {
    color: rgba(0, 0, 0, 1);
}
.header-currency ul.dd-options a.dd-option {
    text-align: center;
}
.header-currency ul.dd-options {
    min-width: 100px;
    left: -30px;
}
.primary-menu-col .ue-nav-menu ul.ue-menu ul.sub-menu {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 10px;
    overflow: hidden;
    width: auto !important;
    min-width: 200px;
}
.primary-menu-col .ue-nav-menu ul.ue-menu ul.sub-menu li:last-child a {
    padding-bottom: 20px;
}
.primary-menu-col .ue-nav-menu ul.ue-menu ul.sub-menu li:first-child a {
    padding-top: 20px;
}
.header-currency .dd-select label.dd-selected-text, .header-currency ul.dd-options a.dd-option label.dd-option-text {
    cursor: poFigtree;
}
.footer-logo img {
    max-width: 270px !important;
}
.loader::before{
    display: none !important;
}

@media (max-width:1399px) {
    .header-menu-right-col>.elementor-widget-wrap {
        gap: 40px;
    }
    .primary-menu-col ul.ue-menu {
        gap: 34px;
    }
    .primary-menu-col {
        width: 69% !important;
    }
    .header-menu-right-col {
        width: 31% !important;
    }
}

@media (max-width:1299px) {
    .middle-heade-col-1 {
        width: 15% !important;
    }
    .middle-heade-col-3 {
        width: 35% !important;
    }
    .primary-menu-col ul.ue-menu {
        gap: 18px !important;
    }
    .header-menu-right-col>.elementor-widget-wrap {
        gap: 35px !important;
    }
}

@media (max-width:1199px) {
    .primary-menu-col ul.ue-menu {
        gap: 10px !important;
    }
    .header-menu-right-col>.elementor-widget-wrap {
        gap: 20px !important;
    }
}

@media (max-width:1099px){
    .middle-heade-col-1 {
        width: 20% !important;
    }
    .middle-heade-col-3 {
        width: 38% !important;
    }
    .middle-heade-col-2{
        width: 42% !important;
    }
    .middle-heade-col-2 section.elementor-inner-section .elementor-column:nth-child(1) {
        width: 44% !important;
    }
    .middle-heade-col-2 section.elementor-inner-section .elementor-column:nth-child(2) {
        width: 56% !important;
    }
    .middle-heade-col-2 section.elementor-inner-section {
        padding-right: 20px;
    }
    .middle-heade-col-2 section.elementor-inner-section .elementor-column:nth-child(1)>.elementor-widget-wrap {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width:1024px){
    .share-icon-col>.elementor-widget-wrap {
        background-color: transparent !important;
    }
    .footer_social_icon .elementor-social-icons-wrapper {
        padding: 10px;
        background-color: #FFD200;
        border-radius: 15px;
    }
}

@media (max-width:1023px){
    .middle-heade-col-1 {
        order: 1;
    }
    .middle-heade-col-2 {
        order: 3;
        width: 100% !important;
    }
    .middle-heade-col-3 {
        order: 2;
        width: 50% !important;
    }
    .middle-header-sec>.elementor-container {
        justify-content: space-between;
    }
    .middle-heade-col-2 section.elementor-inner-section .elementor-column:nth-child(1) {
        width: 30% !important;
    }
    .middle-heade-col-2 section.elementor-inner-section .elementor-column:nth-child(2) {
        width: 70% !important;
    }
    .middle-heade-col-2 section.elementor-inner-section {
        padding-right: 0px;
    }
    .header-searchbar .dgwt-wcas-search-wrapp {
        max-width: 100%;
    }
    .primary-menu-col {
        width: 50% !important;
    }
    .header-menu-right-col {
        width: 50% !important;
    }
     
}

@media (max-width:767px){
    .middle-heade-col-1 {
        width: 50% !important;
    }
    .primary-menu-mobile .ue-nav-menu-mobile-wrapper {
        justify-content: end !important;
    }
    .header-menu-right-col {
        width: 100% !important;
    }
    .header-currency .dd-select a.dd-selected {
        margin-left: -20px;
    }
    .header-searchbar button.dgwt-wcas-search-submit {
        display: none !important;
    }
    .middle-heade-col-2 section.elementor-inner-section .elementor-column:nth-child(1) {
        width: 40% !important;
    }
    .middle-heade-col-2 section.elementor-inner-section .elementor-column:nth-child(2) {
        width: 60% !important;
    }
    .header-searchbar .dgwt-wcas-search-wrapp {
        min-width: 170px;
    }
    .header-searchbar .dgwt-wcas-search-input{
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .footer-menu ul.hfe-nav-menu a.hfe-menu-item {
        justify-content: center;
    }
    
    
}







/*=============== Animation CSS Start =============*/


.ue-menu > li:hover > .sub-menu {
    perspective: 1000px;
}
.ue-menu>.menu-item-has-children:hover>.sub-menu li:nth-child(1) {
    animation: menu-item-has-children 300ms ease-in-out forwards;
    animation-delay: calc(150ms * 1 - 300ms);
}

.ue-menu>.menu-item-has-children:hover>.sub-menu li:nth-child(2) {
    animation: menu-item-has-children 300ms ease-in-out forwards;
    animation-delay: calc(150ms * 2 - 300ms);
}

.ue-menu>.menu-item-has-children:hover>.sub-menu li:nth-child(3) {
    animation: menu-item-has-children 300ms ease-in-out forwards;
    animation-delay: calc(150ms * 3 - 300ms);
}

@keyframes menu-item-has-children {
    0% {
        opacity: 0;
        transform: rotateY(-90deg) translateY(30px);
    }
    100% {
        opacity: 1;
        transform: rotateY(0deg) translateY(0px);
    }
}

.why-choose-col2 .elementor-image-box-img {
    -webkit-transition: transform 0.5s ease-out;
    transition: transform 0.5s ease-out;
    transition-property: transform;
    transition-duration: 0.5s;
    transition-timing-function: ease-out;
    transition-delay: 0s;
}

.why-choose-col2 .elementor-image-box-img:hover {
    transform: translateY(-10px);
}


/* .top-banner-dog {
    position: relative;
    overflow: hidden;
}
.top-banner-dog::after {
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 0;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-40deg);
    transform: skewX(-40deg);
    transition: all 3s ease;
}
.top-banner-dog:hover {
    transition: all 3s ease;
}

.top-banner-dog:hover::after {
    -webkit-animation: shine .71s;
    animation: shine .71s;
    transition: all 3s ease;
} */


/* .ht-category-image {
    position: relative;
    overflow: hidden;
}

.ht-category-image::after {
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 0;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-40deg);
    transform: skewX(-40deg);
    transition: all 3s ease;
}

.ht-category-image:hover {
    transition: all 3s ease;
}

.ht-category-image:hover::after {
    -webkit-animation: shine .71s;
    animation: shine .71s;
    transition: all 3s ease;
} */

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}


/* .product-img {
    position: relative;
    overflow: hidden;
}

.product-img::after {
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 0;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-40deg);
    transform: skewX(-40deg);
    transition: all 3s ease;
}

.product-img:hover {
    transition: all 3s ease;
}

.product-img:hover::after {
    -webkit-animation: shine .71s;
    animation: shine .71s;
    transition: all 3s ease;
} */

/* #team-section .ea-tm-wrapper .ea-tm {
    position: relative;
    overflow: hidden;
}
#team-section .ea-tm-wrapper .ea-tm::after {
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 0;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-40deg);
    transform: skewX(-40deg);
    transition: all 3s ease;
}
#team-section .ea-tm-wrapper .ea-tm:hover {
    transition: all 3s ease;
}
#team-section .ea-tm-wrapper .ea-tm:hover::after {
    -webkit-animation: shine .71s;
    animation: shine .71s;
    transition: all 3s ease;
} */

.blog-section .ea-amox-carousel .ea-item .ea-img-wrap {
    position: relative;
    overflow: hidden;
}
.blog-section .ea-amox-carousel .ea-item .ea-img-wrap::after {
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 0;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-40deg);
    transform: skewX(-40deg);
    transition: all 3s ease;
}
.blog-section .ea-amox-carousel .ea-item .ea-img-wrap:hover {
    transition: all 3s ease;
}
.blog-section .ea-amox-carousel .ea-item .ea-img-wrap:hover::after {
    -webkit-animation: shine .71s;
    animation: shine .71s;
    transition: all 3s ease;
}


/* .elementor-custom-embed-image-overlay {
    position: relative;
    overflow: hidden;
}
.elementor-custom-embed-image-overlay::after {
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 0;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-40deg);
    transform: skewX(-40deg);
    transition: all 3s ease;
}
.elementor-custom-embed-image-overlay:hover {
    transition: all 3s ease;
}
.elementor-custom-embed-image-overlay:hover::after {
    -webkit-animation: shine .71s;
    animation: shine .71s;
    transition: all 3s ease;
} */


#about-sec-content-col2 .elementor-image-box-img img {
    background-color: transparent;
    perspective: 1000px;
    transition: transform 0.6s ease-in-out;
    transform-style: preserve-3d;
}
#about-sec-content-col2 .elementor-image-box-img img:hover {
    transform: rotateY(360deg);
}

.top-banner-shipping-section .elementor-image-box-img img {
    background-color: transparent;
    perspective: 1000px;
    transition: transform 0.6s ease-in-out;
    transform-style: preserve-3d;
}
.top-banner-shipping-section .elementor-image-box-img img:hover {
    transform: rotateY(360deg);
}
   

.elementskit-btn {
    position: relative; 
    transition: all 0.65s;
}
.elementskit-btn:hover {
    transform: translateY(-0.25em);
}
.elementskit-btn:hover::before {
    opacity: 1;
}
.elementskit-btn::before {
    content: "";
    width: 100%;
    height: 1em !important;
    position: absolute;
    left: 0;
    bottom: -1.35em;
    background: radial-gradient(ellipse at center,rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 70%);
    opacity: 0;
    transform: translateY(50px);
}



/*=============== Animation CSS End =============*/








  
  