/*
Theme Name: Steelthemes Nest Child
Theme URI: http://steelthemes.com
Template: steelthemes-nest
Author: Steelthemes
Author URI: http://steelthemes.com/steelthemes
Description: Nest is a Ecommerce wordpress Theme.
Tags: black,brown,orange,tan,white,yellow,light,one-column,two-columns,right-sidebar,flexible-width,custom-header,custom-menu,editor-style,featured-images,microformats,post-formats,rtl-language-support,sticky-post,translation-ready
Version: 1.8.1746604601
Updated: 2025-05-07 13:26:41
Text Domain: myanimal

*/

:root {
    --font-heading : "Nunito", Sans-serif;
    --font-text : "Nunito", Sans-serif;
    --myanimal-grey-color : #f6f6f6;
}

body { overflow-x: hidden; }

.myanimal-section-padding,
.myanimal-section-padding-top {
    padding-top: 40px;
}
.myanimal-section-padding,
.myanimal-section-padding-bottom {
    padding-bottom: 40px;
}
.cursor-pointer { cursor: pointer; }
.myanimal-loading { position: relative; opacity: 0.5; cursor: wait !important; overflow: hidden; }
.myanimal-loading:before { content: ''; position: absolute; top: 50%; transform: translateY(-50%); left: -100%; width: 80px; height: 2px; background-color: #7d7d7d; animation: myanimal-drawLine 1.5s ease infinite; } 

tr:nth-child(2) td { border-top: 0; }

.opacity-01 {opacity: 0.1;}
.opacity-02 {opacity: 0.2;}
.opacity-03 {opacity: 0.3;}
.opacity-04 {opacity: 0.4;}
.opacity-05 {opacity: 0.5;}
.opacity-06 {opacity: 0.6;}
.opacity-07 {opacity: 0.7;}
.opacity-08 {opacity: 0.8;}
.opacity-09 {opacity: 0.9;}
.opacity-10 {opacity: 1;}

.myanimal-loading-dots { display: flex; gap: 6px; align-items: center; justify-content: center; padding: 15px; }
.myanimal-loading-dots span { width: 8px; height: 8px; background-color: var(--color-brand); border-radius: 50%; animation: myanimal-loading-dots 1s infinite ease-in-out; padding: 0 !important; }
.myanimal-loading-dots span:nth-child(2) { animation-delay: 0.2s; }
.myanimal-loading-dots span:nth-child(3) { animation-delay: 0.4s; }

.myanimal-tooltip-icon { border-radius: 50%; width: 15px; height: 15px; display: inline-flex; font-size: 11px; justify-content: center; align-items: center; background-color: #7b7b7b; color: #fff; position: relative; top: -5px; left: 5px; }
.tooltip.bs-tooltip-auto .tooltip-inner,
.tooltip.bs-tooltip-top .tooltip-inner,
.tooltip.bs-tooltip-bottom .tooltip-inner,
.tooltip.bs-tooltip-start .tooltip-inner,
.tooltip.bs-tooltip-end .tooltip-inner {
    font-size: 12px !important;
}

.myanimal-input-error,
.myanimal-form-error { font-size: 12px; line-height: 16px; }

.mega-menu-overlay{ content: ''; background: rgba(0, 0, 0, 0.5); position: fixed; inset: 98px 0 0 0; z-index: 4; display: none; }
.mega-menu-overlay.active{ display: block; }
.admin-bar .mega-menu-overlay { top: 130px; }

/* Animation KeyFrames */
@keyframes myanimal-pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.3); }
    100% { transform: scale(1); }
}
@keyframes myanimal-drawLine {
    0% { left: -100%; }
    50% { left: 0%; }
    100% { left: 100%; }
}
@keyframes myanimal-loading-dots {
  0%, 80%, 100% {
    transform: scale(0.6);
    opacity: 0.5;
  }
  40% {
    transform: scale(1);
    opacity: 1;
  }
}

.myanimal-wishlist-btn { cursor: pointer; background-color: #fff; border: 1px solid var(--border-colors); color: var(--color-heading); border-radius: 5px; display: inline-block; font-size: 14px; font-weight: 600; transition: all 300ms linear; padding: 7px 10px; text-align: center; transition: all 300ms linear; }
.myanimal-wishlistbtn-wrap.text { display: inline-block; position: relative; top: -2px; }
.myanimal-wishlist-btn.added {}
.myanimal-wishlist-btn .wishlist-icon{ stroke: #e74c3c; }
.myanimal-wishlistbtn-wrap.text .wishlist-icon { margin-right: 8px; }
.myanimal-wishlist-btn.added .wishlist-icon { transform: scale(1.1); fill: #e74c3c; transition: all 300ms linear; }
.myanimal-wishlist-btn .wishlist-text{}
.myanimal-wishlist-btn.loading .wishlist-icon { animation: myanimal-pulse 1s infinite; opacity: 0.6; }
.myanimal-wishlist-btn:hover { border-color: #8e8e8e; }

@media (max-width: 550px) {
    .myanimal-wishlistbtn-wrap.text { top: -1px; }
    .myanimal-wishlist-btn { padding: 6px 10px; width: 100%; }
}

.myanimal-btn { font-weight: 500; min-height: auto; font-size: 14px; line-height: 20px; border-radius: 30px; letter-spacing: 0; min-width: 100px; text-align: center; padding: 10px 20px; cursor: pointer;  }
.myanimal-btn:hover { background-color: var(--color-brand-dark) !important; color: #000; }
.myanimal-btn-outline { font-weight: 600; min-height: auto; font-size: 14px; line-height: 20px; border-radius: 30px; letter-spacing: 0; min-width: 100px; text-align: center; padding: 8px 20px; cursor: pointer; background-color: transparent !important; border: 2px solid var(--color-brand) !important; color: var(--color-brand) !important; transition: all 300ms linear;  }
.myanimal-btn-outline:hover { background-color: var(--color-brand-dark) !important; color: #000 !important; border-color: var(--color-brand-dark) !important; }

.myanimal-form-control { display: block; width: 100%; padding: 10px 15px !important; font-size: 1rem; font-weight: 400; line-height: 1.5; color: inherit; background-color: #fff ; background-clip: padding-box; border: 1px solid #ced4da; -webkit-appearance: none; -moz-appearance: none; appearance: none; border-radius: 5px; transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; height: auto !important; }
.myanimal-input-group { display: flex; align-items: center; }
.myanimal-input-group .myanimal-input-group-text { height: 100%; box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; background: #f6f6f6; padding: 10px 10px; border-radius: 5px 0 0 5px; border: 1px solid var(--border-colors); border-width: 1px 0 1px 1px; line-height: 24px; height: 45px; }
.myanimal-input-group .myanimal-form-control { border-radius: 0 5px 5px 0; box-shadow: rgba(99, 99, 99, 0.2) 4px 2px 8px 0px !important; border-width: 1px 1px 1px 0 !important; height: 45px !important; }
select.myanimal-form-control { padding-right: 30px !important; }
.myanimal-form-control[readonly] { opacity: 0.5; cursor: no-drop; }
.myanimal-form-control::file-selector-button,
.myanimal-form-control::-webkit-file-upload-button{ font-weight: 600; color: currentColor; padding: 5px; border: 1px solid #ccc; border-radius: 3px; font-size: 14px; }
.myanimal-form-checkbox[type="checkbox"] { font-size: 14px; }
.ma-checkbox-container{display:inline-block; position:relative; padding-left:35px; margin-bottom:0px; cursor:pointer; -webkit-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none}
.ma-checkbox-container input{ position:absolute; opacity:0; cursor:pointer; height:0; width:0}
.ma-checkbox-checkmark {position:absolute; top:0; left:0; height:20px; width:20px; background-color:#eee; border-radius: 4px; border: 1px solid var(--color-brand);}
.ma-checkbox-container:hover input ~ .ma-checkbox-checkmark {background-color:#ccc}
.ma-checkbox-container input:checked ~ .ma-checkbox-checkmark {background-color:var(--color-brand)}
.ma-checkbox-checkmark:after{content:""; position:absolute; display:none}
.ma-checkbox-container input:checked ~ .ma-checkbox-checkmark:after { display:block }
.ma-checkbox-container .ma-checkbox-checkmark:after {left: 7px; top: 2px; width: 6px; height: 12px;border:solid #fff; border-width:0 3px 3px 0; -webkit-transform:rotate(45deg); -ms-transform:rotate(45deg); transform:rotate(45deg); }

.myanimal-select2-wrap .select2-container .select2-selection--single .select2-selection__rendered { line-height: 41px !important; }
.myanimal-select2-wrap .select2-container--default .select2-selection--single { height: auto !important; border-radius: 5px; }
.myanimal-select2-wrap .select2-container--default .select2-selection--single .select2-selection__arrow { top: 8px !important; }

.myanimal-label { font-weight: 600; font-size: 14px; }
.myanimal-label a { font-weight: initial; }

.myanimal-file-container { width: 100%; position: relative; margin-bottom: 15px; }
.myanimal-file-container .myanimal-file-upload { width: 100%; }
.myanimal-file-container .myanimal-upload-inner { width: 100%; background-color: #f8f8f8; padding: 5px 15px; border-radius: 10px; border: 1px dashed #606060; text-align: center; cursor: pointer; }
.myanimal-file-container .myanimal-upload-inner p,
.myanimal-file-container .myanimal-upload-inner span,
.myanimal-file-container .myanimal-upload-inner .browse-btn { font-size: 13px; line-height: 30px; color: #2b2b2b; margin-bottom: 0; display: block; }
.myanimal-file-container .myanimal-upload-inner .browse-btn { width: max-content; padding: 0 10px; margin: 5px auto 10px auto; border: 1px solid #606060; border-radius: 8px; }
.myanimal-file-container .deleteBtn { cursor: pointer; padding: 5px 10px; background-color: #dc3545; color: #fff; width: fit-content; border-radius: 4px; }
.myanimal-file-container table.table-bordered > :not(caption) > * > * { border-width: 1px; } 

.or-divider {position: relative;}
.or-divider:before{ content: ''; position: absolute; background-color: rgba(0, 0, 0, 0.5); top: 50%; left: 10px; right: 10px; transform: translateY(-50%); height: 1px; }
.or-divider .text { position: relative; z-index: 2; background-color: #f4f4f4; padding: 0 10px; font-weight: 600; }

.myanimal-cardbox { box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; padding: 20px; border-radius: 8px; margin-bottom: 25px; position: relative; }
.myanimal-cardbox .--heading { font-size: 20px; font-weight: 600; color: var(--e-global-color-f6fc8d0); }
.myanimal-cardbox .or-divider .text { background-color: #fff; }

.myanimal-modal .modal-content { background-color: #f4f4f4; }
.myanimal-modal .select2-container--default .select2-selection--single { height: auto !important; padding: 10px 15px; min-height: 45px; border-radius: 5px; }
.myanimal-modal .select2-container .select2-selection--single .select2-selection__rendered { line-height: 20px !important; }
.myanimal-modal .select2-container { width: 100% !important; }
.myanimal-modal .select2-container--default .select2-selection--single .select2-selection__arrow { top: 10px !important; }
.myanimal-modal .select2-dropdown .select2-search--dropdown .select2-search__field { padding-left: 10px; }
.myanimal-modal .select2-container--default .select2-selection--single .select2-selection__clear { right: 20px; font-size: 16px; top: 2px; }
.myanimal-modal .myanimal-form-control { background-color: #fff !important; }

@media (max-width: 575px) {
    .myanimal-cardbox .--heading { font-size: 18px; text-align: center; }
}
@media (max-width: 550px) {
  .modal-body { padding: 1rem !important; }
}
@media (max-width: 450px) {
    .myanimal-modal .select2-container .select2-selection--single .select2-selection__rendered { line-height: 40px !important; }
}

/* Header */
body .header_area {position: sticky; z-index: 110; top: 0px;  }
body .header_area header { box-shadow: 0 4px 4px 0 #A1A1A140; }
body div.page_wapper {overflow: visible;}
.myanimal-header { background-color: #fff; }
.myanimal-header-inner { display: flex; align-items: center; padding: 7px 15px; margin: 0 auto; max-width: var(--content-width); }
.myanimal-header .header-item { padding: 0 10px; position: relative; }
.myanimal-header .myanimal-header-left { display: flex; align-items: center; gap: 10px; }
.myanimal-header .myanimal-header-center { width: 100%; max-width: 450px; margin: auto; position: relative; z-index: 3; }
.myanimal-header .myanimal-header-right { width: auto; display: flex; align-items: center; margin-left: auto; max-width: 240px; }

.myanimal-header .myanimal-logo { margin-left: -10px; }
.myanimal-header .header-item + .header-item:before { position: absolute; display: block; content: ''; width: 0.6px; height: 30px; background-color: #D1CFCF; top: 50%; transform: translateY(-50%); left: 0;}
.myanimal-header .header-item svg { transition: fill 0.3s ease; }
.myanimal-header .header-item:hover svg { transform: scale(1.07); }
.myanimal-header .myanimal-location-card {display: flex; align-items: center; cursor: pointer; column-gap: 5px;font-size: 11px; line-height: 16px; color: var( --e-global-color-f6fc8d0 ); text-align: left;}
.myanimal-header .myanimal-location-card span {display: block;}
.myanimal-header .myanimal-location-card .update-location{font-weight: 600;font-size: 13px;}
.myanimal-header .myanimal-location-dropdown {display: none;}
.myanimal-header .myanimal-location-dropdown-card .close-location { position: absolute; right: 10px; top: 10px; font-size: 24px; cursor: pointer; }

.myanimal-header .myanimal-searchbar .dgwt-wcas-search-form .dgwt-wcas-sf-wrapp input[type="search"]{ background-color: #f3f4f6 !important; border-radius: 8px; }
.myanimal-header .myanimal-searchbar .dgwt-wcas-preloader { right: 40px !important; }
.myanimal-header .dgwt-wcas-search-form .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit .dgwt-wcas-ico-magnifier path {fill: currentColor !important;}
.myanimal-header .dgwt-wcas-search-form .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit { background: transparent !important; color: var(--e-global-color-45d9fcf) !important; }

.myanimal-header .myanimal-account { width: 100%; max-width: 120px; }
.myanimal-header .myanimal-account-card {display: flex; align-items: center; cursor: pointer; justify-content: center; text-align: left; font-size: 11px; line-height: 16px; color: var( --e-global-color-f6fc8d0 );}
.myanimal-header .myanimal-account-card .user-icon {margin-right: 5px;}
.myanimal-header .myanimal-account-card .user-text span {display: block; }
.myanimal-header .myanimal-account-card .user-text span.user-name {font-weight: 600; font-size: 13px; width: auto; max-width: 70px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap;}

.myanimal-header .myanimal-cart { width: 70px; text-align: right; }
.myanimal-header .myanimal-mini-cart {position: relative;}
.myanimal-header .myanimal-mini-cart-icon {position: relative; width: 25px; display: block; margin-left: auto;}
.myanimal-header .myanimal-mini-cart-icon .product-count{ background-color: var(--color-brand); color: #fff; position: absolute; right: -11px; top: -5px;height: 18px;width: 18px;border-radius: 100%;font-weight: 500;font-size: 11px;text-align: center;line-height: 18px; }
.myanimal-header .myanimal-cart-dropdown-wrap {position: absolute; right: 0; top: calc(100% + 20px); z-index: 9; width: 390px; background-color: #fff; box-shadow: 5px 5px 15px rgba(0,0,0,0.05);  padding: 10px 15px; opacity: 0; visibility: hidden; transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1); border-radius: 10px;border: 1px solid #ececec;text-align: left;}
.myanimal-header .myanimal-cart-dropdown-wrap ul.woocommerce-mini-cart { max-height: 250px; overflow-y: auto; }
.myanimal-header .myanimal-mini-cart:hover .myanimal-cart-dropdown-wrap { opacity: 1; visibility: visible; top: calc(100% + 10px); }

.myanimal-header .myanimal-wishlist-item { position: relative; margin-right: 15px; }
.myanimal-header .myanimal-wishlist-item a { display: block; color: var(--e-global-color-45d9fcf) !important; }
.myanimal-header .myanimal-wishlist-item .wishlist-count{ background-color: var(--color-brand); color: #fff; position: absolute; right: -11px; top: -5px; height: 18px; width: 18px; border-radius: 100%; font-weight: 500; font-size: 11px; text-align: center; line-height: 18px; }

.myanimal-location-dropdown-overlay {background-color: rgb(0, 0, 0); inset: 0px; position: fixed; z-index: 102; opacity: 0.5;}
.myanimal-location-dropdown-content { position: absolute; top: 65px; left: 0px; z-index: 103; }
.myanimal-header .myanimal-location-dropdown-card { background-color: rgb(244, 246, 252); box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 4px 0px; color: inherit;width: 500px; position: relative; padding: 20px; }
.myanimal-header .separator-text { width: 28px; height: 28px; border: solid 1px #ccc; background-color: #f9f9f9; border-radius: 50%; display: flex; justify-content: center; align-items: center; margin: 0 15px; position: relative; font-size: 11px; } 
.myanimal-header .separator-text:before,
.myanimal-header .separator-text:after { content: ''; position: absolute; top: 50%; border-bottom: 1px solid #ccc; width: 8px; margin: 0 7px; }
.myanimal-header .separator-text:before {left: -17px;}
.myanimal-header .separator-text:after {right: -17px;}
.myanimal-header .location-btn { padding: 8px 18px; cursor: pointer; border: 0; border-radius: 4px; font-size: 12px; text-transform: none; line-height: 1.8; background-color: #0c831f; color: #fff; }
.myanimal-header .location-input-wrap { width: 100%; max-width: 250px; }
.myanimal-header .location-input { height: auto; padding: 10px; border-radius: 12px; background-color: rgb(255, 255, 255); border: 1px solid rgb(204, 204, 204) !important; color: rgb(51, 51, 51); font-size: 14px; width: 100%; }
.myanimal-location-selector { display: flex; align-items: center; margin-top: 15px; }
.myanimal-location-selector .location-or { max-width: 100px; }
.myanimal-mobile-location { display: none; }

.myanimal-account-dropdown {position: absolute; right: 0; top: calc(100% + 20px); z-index: 9; width: 200px; box-shadow: 5px 5px 15px rgba(0,0,0,0.05); opacity: 0; visibility: hidden; transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1); text-align: left; border-radius: 12px; }
.myanimal-account-dropdown ul { list-style: none; width: 100%; background: #fff; margin: 0; padding: 7px 0; border: 1px solid rgba(35,35,35,0.1);border-top: 0;border-radius: 12px; }
.myanimal-account-dropdown ul li a {padding: 10px 0;line-height: 20px;;margin: 0 20px;font-size: 14px;text-decoration: none;color: var(--e-global-color-f6fc8d0);font-weight: 600; display: flex; align-items: center; column-gap: 3px; }
.myanimal-account-dropdown ul li + li a { border-top: 1px solid rgba(35,35,35,.1) }
.myanimal-account-inner:hover .myanimal-account-dropdown{ opacity: 1; visibility: visible; top: calc(100% + 20px); }
.myanimal-extra-padding{ padding-bottom: 18px; margin-bottom: -18px; }
.myanimal-mobile-humburger,
.myanimal-mobile-search-icon,
.myanimal-search-close,
.myanimal-mobile-menu-close { display: none; }

#myanimal-location-suggestion {max-height: 360px;overflow-y: auto;display: none;background-color: #fff;z-index: 3;position: relative;}
#myanimal-location-suggestion li { border-bottom: 1px solid rgb(242, 242, 242); padding: 16px; position: relative; text-align: left; cursor: pointer; display: flex; color: var(--e-global-color-f6fc8d0); align-items: center; gap: 10px; }
#myanimal-location-suggestion li svg {min-width: 18px;}
#myanimal-geo-notification-msg {position: relative; z-index: 3;}
#myanimal-geo-notification-msg span { display: block; padding: 1rem; font-size: 12px; line-height: 16px; }

.myanimal-header-bottom {background-color: var(--e-global-color-45d9fcf); color: #ffffff; }
.myanimal-header-bottom-inner { padding: 0px 15px; margin: 0 auto; max-width: var(--content-width); display: flex; justify-content: space-between; align-items: center; }
.myanimal-header-navigation nav > ul{ display: flex; gap: 55px; justify-content: center; align-items: center; }
.myanimal-header-navigation nav > ul > li > a { color: #fff !important; font-size: 14px; font-weight: 600; padding: 10px 0; line-height: 18px; }
.myanimal-header-navigation > nav > ul > li.current_page_item.active > a,
.myanimal-header-navigation nav > ul > li > a:hover,
.myanimal-header-navigation nav > ul > li > a:focus{ color: #fff; }

.myanimal-header-navigation.main-menu > nav > ul > li.mega_menu .sub-menu { max-width: calc(var(--content-width) - 15px); left: 50%; transform: translateX(-50%); }

.myanimal-category-title { cursor: pointer; padding: 10px 0; }
.myanimal-category-title span { margin-right: 5px; font-weight: 600; text-transform: uppercase; font-size: 13px; }
.myanimal-category-title span:last-child { margin-left: 35px; }
.myanimal-category-title span:last-child svg { transition: all 300ms linear; }
.myanimal-category-title.active span:last-child svg { transform: rotate(-180deg); }
.myanimal-category-dropdown { display: none; position: absolute; z-index: 3; top: 100%; border-radius: 0 0 1rem 1rem; box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px; }
.myanimal-category-dropdown ul { list-style: none; width: 250px; background: #fff; margin: 0; padding: 7px 0; border: 1px solid rgba(35,35,35,0.1);border-top: 0;border-radius: 0 0 1rem 1rem; }
.myanimal-category-dropdown ul li a {padding: 10px 0;line-height: 20px;margin: 0 20px;font-size: 14px;text-decoration: none;display: block;color: var(--e-global-color-f6fc8d0);font-weight: 600;}
.myanimal-category-dropdown ul li + li a { border-top: 1px solid rgba(35,35,35,.1) }
.myanimal-social .myanimal-social-link-wrap ul li a{ width: 24px; height: 24px; background-color: transparent; }
.myanimal-social .myanimal-social-link-wrap ul li a path {fill: #fff !important;}

/* Header-Mega-Menu */
.myanimal_megamenuwrapper_section .nav-links {display:inline-flex;margin-bottom:0;padding-left:0}
.myanimal_megamenuwrapper_section .nav-links li {list-style:none}
.myanimal_megamenuwrapper_section .nav-links li a {color:#f2f2f2;text-decoration:none;font-weight:700;padding:9px 15px;border-radius:5px;transition:all .3s ease}
.myanimal_megamenuwrapper_section .nav-links .mobile-item {display:none}
.myanimal_megamenuwrapper_section .nav-links ul {padding-left:0}
.myanimal_megamenuwrapper_section .nav-links .drop-menu {position:absolute;background:#242526;width:180px;line-height:45px;top:85px;opacity:0;visibility:hidden;box-shadow:0 6px 10px #00000026}
.myanimal_megamenuwrapper_section .nav-links li:hover .drop-menu,
.nav-links li:hover .mega-box {transition:all .3s ease;top:70px;opacity:1;visibility:visible}
.myanimal_megamenuwrapper_section .drop-menu li a {width:100%;display:block;padding:0 0 0 15px;font-weight:400;border-radius:0}
.myanimal_megamenuwrapper_section .mega-box {position:absolute;left:0;width:100%;padding:0 30px;top:85px;opacity:0;visibility:hidden}
.myanimal_megamenuwrapper_section .mega-box .content {background:#fff;padding:25px 20px;display:flex;width:100%;justify-content:space-between;box-shadow:0 6px 10px #00000026; position: relative;
    top: 43px; border-bottom-left-radius: 15px; border-bottom-right-radius: 15px;}
.myanimal_megamenuwrapper_section .mega-box .content .row {width:calc(25% - 30px);line-height:45px;display:block}
.myanimal_megamenuwrapper_section .content .row img {width:100%;height:100%;object-fit:cover; border-radius: 20px;}
.myanimal_megamenuwrapper_section .content .row .hdivcat {color:#000;font-size:28px;font-weight:700;margin-left:25px}
.myanimal_megamenuwrapper_section .content .row .mega-links {margin-left:0;border-left:1px solid #00000026; height:200px}
.myanimal_megamenuwrapper_section .row .mega-links li {padding:0 20px}
.myanimal_megamenuwrapper_section .row .mega-links li a {padding:0 20px;color:#000;font-size:16px;display:block; font-weight: 500;line-height: 35px;}
.myanimal_megamenuwrapper_section .row .mega-links li a:hover {font-weight: 700 !important;}
.myanimal_megamenuwrapper_section .btn {color:#fff;font-size:20px;cursor:pointer;display:none}
.myanimal_megamenuwrapper_section .btn.close-btn {position:absolute;right:30px;top:10px}
nav.myanimal-megamnu input {display: none !important;}
.noleftborder{border-left: 0px !important;}

.myanimal-header .header-nav  ul#menu-primary-menu li.menu-item-has-children .sub-menu{ border-radius: 0px; border-color: #4a6bdf; border-width: 4px 0 0 0; min-width: 180px; padding: 0px 0px; }
.myanimal-header .header-nav  ul#menu-primary-menu li.menu-item-has-children .sub-menu li.menu-item-has-children { border-bottom: 1px solid rgba(35, 35, 35, 0.1); padding: 12px 0px !important; margin-bottom: 0px; }
.myanimal-header .header-nav  ul#menu-primary-menu li.menu-item.menu-item-has-children .sub-menu li.menu-item-has-children i.fi-rs-angle-down { display: inline-block; transform: rotate(-90deg); transition: transform 0.3s ease; }
.myanimal-header .header-nav  ul#menu-primary-menu li.menu-item.menu-item-has-children .sub-menu .menu-item-has-children:hover { background-color: #f7f7f7;padding-top: 12px !important; }
.myanimal-header .header-nav ul#menu-primary-menu ul.sub-menu ul.sub-menu { top: 1px; max-height: 350px; overflow-y: auto; }
.myanimal-header .header-nav ul#menu-primary-menu li.menu-item.menu-item-has-children ul.sub-menu ul.sub-menu {min-width: 220px}
.myanimal-header .header-nav ul#menu-primary-menu ul.sub-menu ul.sub-menu li{ border-bottom: 1px solid rgba(35, 35, 35, 0.1); padding: 15px 0px 12px; margin-bottom: 0px;}
.myanimal-header .header-nav ul#menu-primary-menu ul.sub-menu ul.sub-menu li:hover{ background-color: #f7f7f7; }
.myanimal-header .header-nav ul#menu-primary-menu ul.sub-menu ul.sub-menu li i.fi-rs-angle-down{display: none !important}
.myanimal-header .main-menu > nav > ul > li ul.sub-menu > li > a { color: #333; font-weight: 600; }


@media (max-width: 1024px) {
    .myanimal-header .myanimal-header-center { max-width: 350px; }
    .myanimal-header .myanimal-header-center .dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon .dgwt-wcas-search-form { min-width: auto; }
}
@media ( max-width: 992px ) {
    .myanimal-header-inner {flex-wrap: wrap;}
    .myanimal-header .myanimal-header-center {order: 3; max-width: 100%; padding: 0; margin-top: 15px;}
}

 /* Header-Mega-Menu-Mobile-Responsive */   
@media screen and (max-width: 970px) {
    .myanimal_megamenuwrapper_section .btn {display:block; background-color: transparent !important;font-size: 14px; font-weight: 600;padding: 9px 0px 6px 0px;font-size: 16px;}
    .myanimal_megamenuwrapper_section .nav-links {position:fixed;height:100vh;width:100%;max-width:350px;top:0;left:-100%;
     background:#002842;display:block;padding:50px 10px;line-height:50px;overflow-y:auto;box-shadow:0 15px 15px #0000002e;transition:all .3s ease; z-index: 11;}
    ::-webkit-scrollbar {width:10px}
    ::-webkit-scrollbar-track {background:#242526}
    ::-webkit-scrollbar-thumb {background:#3A3B3C}
    .myanimal_megamenuwrapper_section #menu-btn:checked ~ .nav-links {left:0}
    .myanimal_megamenuwrapper_section #menu-btn:checked ~ .btn.menu-btn {display:none}
    .myanimal_megamenuwrapper_section #close-btn:checked ~ .btn.menu-btn {display:block; }
    .myanimal_megamenuwrapper_section .nav-links li {margin:15px 10px}
    .myanimal_megamenuwrapper_section .nav-links li a {padding: 0 0px !important; display:block;font-size:20px;        border-bottom: 1px solid #000;border-radius: 0px;}
    .myanimal_megamenuwrapper_section .nav-links .drop-menu {position:static;opacity:1;top:65px;visibility:visible;padding-left:20px;width:100%;max-height:0;overflow:hidden;box-shadow:none;transition:all .3s ease}
    .myanimal_megamenuwrapper_section #showDrop:checked ~ .drop-menu,#showMega:checked ~ .mega-box {max-height:100%}
    .myanimal_megamenuwrapper_section .nav-links .desktop-item {display:none}
    .myanimal_megamenuwrapper_section .nav-links .mobile-item {display:block;color:#f2f2f2;font-size:20px;font-weight:500;padding-left:20px;cursor:pointer;border-radius:5px;transition:all .3s ease}
    .myanimal_megamenuwrapper_section .nav-links .mobile-item:hover {background:#204A25}
    .myanimal_megamenuwrapper_section .drop-menu li {margin:0}
    .myanimal_megamenuwrapper_section .drop-menu li a {border-radius:5px;font-size:18px}
    .myanimal_megamenuwrapper_section .mega-box {position:static;top:65px;opacity:1;visibility:visible;padding:0 0px;max-height:100%;overflow:hidden;transition:all .3s ease}
    .myanimal_megamenuwrapper_section .mega-box .content {box-shadow:none;flex-direction:column;padding:20px 20px 0; top: 0px;border-top-left-radius: 15px;border-top-right-radius: 15px;}
    .myanimal_megamenuwrapper_section .mega-box .content .row {width:100%;margin-bottom:15px;border-top:1px solid #ffffff14}
    .myanimal_megamenuwrapper_section .mega-box .content .row:nth-child(1),
    .mega-box .content .row:nth-child(2) {border-top:0}
    .myanimal_megamenuwrapper_section .content .row .mega-links {border-left:0;padding-left:15px; height: auto}
    .myanimal_megamenuwrapper_section .row .mega-links li {margin:0; padding:0}
    .myanimal_megamenuwrapper_section .content .row .hdivcat {font-size:24px;margin-left: 0px;}
    .myanimal_megamenuwrapper_section #menu-btn:checked ~ .nav-links li span.icon{display:none}
    .myanimal_megamenuwrapper_section #menu-btn:checked ~ .nav-links li span.icon-myarrow{display:none}
    .myanimal_megamenuwrapper_section .content .row img{display:none}
}

@media (max-width: 768px) {
    .myanimal-header .myanimal-location-dropdown-card { width: auto; min-width: 280px; }
    .myanimal-location-selector {flex-direction: column; gap: 10px;}
    #myanimal-location-suggestion li { font-size: 11px; line-height: 16px; }
    .myanimal-location-dropdown-content { position: fixed; left: 50%; transform: translateX(-50%); }
    .myanimal-location-selector .location-or { display: none; }

    .myanimal-header .myanimal-account-card .user-text,
    .myanimal-header .myanimal-location-card .location-text {display: none;}
    .myanimal-header .myanimal-header-left {width: 100%; max-width: calc(100% - 120px); justify-content: space-between;}
    .myanimal-header .myanimal-logo { max-width: 150px; margin-right: auto }
    .myanimal-header .myanimal-header-right { max-width: 130px; }
    .myanimal-header .myanimal-cart { width: auto; }
    .myanimal-header .myanimal-wishlist-item { margin-right: 0; }
    .myanimal-header .myanimal-account { max-width: 25px; padding: 0; }
    .myanimal-header .header-item + .header-item::before {display: none;}

    .myanimal-header .myanimal-searchbar { display: none; position: fixed; inset: 0; background-color: #fff; padding: 20px; margin-top: 0; z-index: 4; }
    .myanimal-header .myanimal-searchbar .myanimal-searchbar-inner .dgwt-wcas-search-wrapp{ max-width: calc( 100% - 60px )!important; }
    .myanimal-mobile-search-icon { display: block; cursor: pointer; }
    .myanimal-search-close { display: inline-flex;cursor: pointer;width: 50px;text-align: center;justify-content: center;align-items: center;border: 1px solid var(--e-global-color-f6fc8d0); top: 20px; height: 46px;font-size: 30px;position: absolute;right: 20px;border-radius: 5px; color: var(--e-global-color-f6fc8d0); }
    .myanimal-mobile-humburger { display: block; padding: 10px; margin-left: -10px; max-width: 50px; cursor: pointer; }
    .myanimal-header-navigation { position: fixed; top: 56px; background: #fff; bottom: 0; left: -150%; width: 100%; max-width: 70%; box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; z-index: 3; transition: all 350ms linear; padding: 10px 20px; }
    .myanimal-header-navigation.active { left: 0; }
    .myanimal-header-navigation nav > ul { flex-direction: column; gap: 10px; align-items: start; }
    .myanimal-header-navigation nav > ul > li > a { color: #000 !important; padding: 5px 0; }
    .myanimal-mobile-menu-close { display: flex; align-items: center; justify-content: center; position: absolute; top: -60px; left: 0; cursor: pointer; background: #fff; width: 50px; height: 60px; color: #000; }
    .myanimal-category-title span.icon { display: none; }
	.myanimal-sellerbanner .leftside img {width: 100% !important;margin: 0 auto;}
}

@media (max-width: 575px) {
    .myanimal-header .myanimal-social,
    .myanimal-header .myanimal-category-list,
    .myanimal-header .myanimal-location-card{ display: none; }
    .myanimal-header .myanimal-cart-dropdown-wrap { width: auto; min-width: 260px; } 
    .myanimal-header .contnet_cart_box .woocommerce-mini-cart__buttons { flex-direction: column; gap: 5px; }
    .myanimal-header .contnet_cart_box .woocommerce-mini-cart__buttons a{ text-align: center; line-height: 19px !important; font-weight: 500; }
    .myanimal-mobile-location { display: flex; align-items: center; padding: 8px 0; color: #fff; gap: 8px; font-size: 14px; cursor: pointer; font-weight: 500; }
    .myanimal-header .myanimal-location.header-item { padding: 0; }
}

/* Footer */
.footer_area .myanimal-menu-container li + li { margin-top: 6px; }
.footer_area .myanimal-menu-container a,
.footer_area .myanimal-menu-container a:hover{ color: var( --e-global-color-9cd5918 ); font-size: 13px; line-height: 16px; }
.myanimal-social-link-wrap ul{ list-style: none; margin: 0; padding: 0; display: flex; gap: 5px; }
.myanimal-social-link-wrap ul li a { border-radius: 6px; display: inline-flex; justify-content: center; align-items: center; width: 36px; height: 36px; padding: 5px; background-color: #fff; }
.footer-icon-box .elementor-icon-box-description { cursor: pointer; }

/* Wishlist */
.myanimal-wishlist-items .myanimal-cardbox { position: relative; padding-bottom: 40px; margin-bottom: auto; }
.myanimal-wishlist-items .myanimal-cardbox .product-image { margin: 0 auto 20px auto; }
.myanimal-wishlist-items .myanimal-cardbox .product-image img { margin: auto; }
.myanimal-wishlist-items .myanimal-cardbox .product-name,
.myanimal-wishlist-items .myanimal-cardbox .product-name a { font-size: 14px; font-weight: 600; color: var(--e-global-color-f6fc8d0); display: block; padding-bottom: 10px; }
.myanimal-wishlist-items .product-movecart { text-align: center; border-top: 1px solid var(--border-color); padding: 10px; position: absolute; bottom: 0; left: 0; right: 0; cursor: pointer; font-weight: 600; color: var(--color-brand); text-transform: uppercase; font-size: 12px; }
.myanimal-wishlist-items .product-movecart.processing {cursor: no-drop; opacity: 0.5; overflow: hidden; }
.myanimal-wishlist-items .product-movecart.processing:before { content: ''; position: absolute; top: 20px; left: -100%; width: 80px; height: 2px; background-color: #7d7d7d; animation: myanimal-drawLine 1.5s ease infinite; }
.myanimal-wishlist-items .product-remove { position: absolute; top: -15px; right: -15px; cursor: pointer; display: flex; width: 30px; height: 30px; border-radius: 50%; align-items:center; justify-content: center; box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; background-color: #fff; color: #dc3545; }
.myanimal-wishlist-items .product-remove.processing svg { animation: myanimal-pulse 1s infinite; opacity: 0.6; }
.myanimal-wishlist-col { margin-bottom: 30px; }

/* Auth */
.myanimal-auth-form-wrap { width: 100%; max-width: 480px; margin-left: auto; margin-right: auto; } 
.myanimal-auth { display: none; padding-bottom: 10px; }
.myanimal-auth label { font-weight: 600; }
.myanimal-auth .myanimal-form-error { padding-top: 8px; }
.myanimal-auth .edit-auth-screen { font-size: 14px; color: rgba(0, 0, 0, 0.7); text-align: center; line-height: 24px; }
.myanimal-auth .edit-auth-screen span { color: #000; font-weight: 600; letter-spacing: 0.5px; font-size: 16px; }
.myanimal-auth .edit-auth-screen span.icon { cursor: pointer; }
.auth-resend-otp { cursor: pointer; font-weight: 600; }
.auth-resend-otp.clicked { cursor: auto; font-weight: 500; opacity: 0.5; }
.myanimal-auth-form-wrap .myanimal-form-policy { font-size: 12px; line-height: 16px; margin-bottom: 15px; }
.myanimal-auth-form-wrap .myanimal-form-policy a { text-decoration: underline !important; }
.myanimal-auth-modal { max-width: 350px; }

/* Home */
.home-product-tab .s_tabs_content{padding-top: 60px;}
.home-product-tab .nav-tabs.links .nav-link {background: #f6f7fa;color: #2e3031;padding: 8px 2rem !important;border-radius: 21px;font-size: 12px;text-transform: uppercase;}
.home-product-tab .nav-tabs.links .nav-link:hover, 
.home-product-tab .nav-tabs.links .nav-link.active { background-color: var(--e-global-color-45d9fcf); color: #fff; }
body.home .owl-carousel .owl-nav { width: auto; }
@media (max-width: 1024px) {
	.home-product-tab .s_tabs_content { padding-top: 20px; }
}

/* Woocommerce */

.qty[type="number"]::-webkit-outer-spin-button,
.qty[type="number"]::-webkit-inner-spin-button { -webkit-appearance: none !important; margin: 0 !important; }
.qty[type="number"] { -moz-appearance: textfield !important; }
.qty[type="number"]::-ms-clear { display: none !important; }

.woocommerce button.button { min-height: auto; }
.woocommerce-ordering { position: relative; }
.myanimal-hero-section { text-align: center; background-color: var(--myanimal-grey-color); padding: 40px 0; }
.woocommerce-error { line-height: 20px; color: #b81c23; }
.woocommerce-error a { color: #b81c23; }
#terms_description { color: #b81c23; }
.woocommerce-error li + li { margin-top: 8px; }
.woocommerce-ordering .select2-container.select2-container--open .select2-dropdown--below { left: auto; right: 0; font-size: 12px; }
.woocommerce-ordering .select2-dropdown .select2-search--dropdown .select2-search__field { height: 30px; padding-left: 10px; }
.woocommerce-ordering .select2-dropdown { padding: 10px; min-width: 160px; margin-bottom: 8px; }

.ma-coupon-label { text-transform: uppercase; }
.inc-tax { font-style: italic; font-size: 11px; display: block; margin-top: -5px; }
.myanimal-view-coupon { font-size: 12px; cursor: pointer; }
.myanimal-view-coupon-wrap { padding-left: 15px; }
.checkout_coupon + .myanimal-view-coupon-wrap { margin-top: -17px; }

/* Woocommerce MyAccount */
body.woocommerce-view-order h2{ font-size: 20px; }

/* PDP Page */
body.woocommerce div.product div.images .flex-control-thumbs { display: flex; overflow-x: auto !important; -ms-overflow-style: none; scrollbar-width: none; }
body.woocommerce div.product div.images .flex-control-thumbs::-webkit-scrollbar {display: none;}
body.woocommerce div.product div.images .flex-control-thumbs li { min-width: 100px; }
.single-product.woocommerce form.cart div.quantity { display: none; }
.single-product .buynow-btn { margin: 0 10px; font-size: 14px; font-weight: 500; padding: 9px 20px; line-height: 20px; border-radius: 4px;color: #fff;background-color: var(--color-brand); cursor: pointer; transition: all 300ms linear 0s; display: inline-block; text-align: center; }
.single-product .buynow-btn:hover { background-color: var(--color-brand-2); color: #000; }
.single-product .wcfm_appointment_title, 
.single-product .wcfm_auctions_title, 
.single-product .wcfm_booking_title, 
.single-product .wcfm_coupon_title, 
.single-product .wcfm_dashboard_item_title, 
.single-product .wcfm_listing_title, 
.single-product .wcfm_order_title, 
.single-product .wcfm_product_title {
    color: var(--color-brand);
}
.single-product .woocommerce-tabs .entry-content{ color: #333; font-size: 14px; }
.single-product .woocommerce-tabs h3 { font-size: 18px; margin-bottom: 10px; }
.single-product .woocommerce-tabs ul { list-style: disc; margin-left: 25px; }
.single-product .woocommerce-tabs .entry-content li { line-height: 18px; }
.single-product .woocommerce-tabs .entry-content li + li { margin-top: 8px; }
.single-product .woocommerce-tabs ul + h3,
.single-product .woocommerce-tabs p + h3 { margin-top: 20px; }
.single-product .woocommerce-tabs ul + p,
.single-product .woocommerce-tabs ol + p { margin-top: 20px; }
.single-product .woocommerce-tabs p,
.single-product .woocommerce-tabs ol,
.single-product .woocommerce-tabs ul { color: inherit; font-size: inherit; }

.single-product .myanimal-soldby { margin-top: -10px; }

.myanimal-delivery-notice { color: #6B7280; margin-bottom: 20px; font-size: 14px; line-height: 16px; }
.myanimal-delivery-notice ul li{ display: flex; gap: 8px; color: inherit; align-items: center; }
.myanimal-delivery-notice ul li + li { margin-top: 5px; }
.myanimal-delivery-notice ul li.--seller-data > span { display: flex; align-items: center; gap: 8px; }
.myanimal-product-offers-content { display: flex; justify-content: space-between; gap: 8px; border: 1px solid #C1C1C1; border-radius: 8px; color: #333; padding: 7px 10px; font-size: 14px; margin-bottom: 15px; font-weight: 600; align-items:center; max-width: 400px; }
.myanimal-product-offers-content .--content { display: flex; align-items: center; gap: 8px; }
.myanimal-product-offers-content .--action { color: var(--color-brand); cursor: pointer; font-size: 13px; display: flex; align-items: center; }
.myanimal-product-offer-list { position: fixed; z-index: 1000; height: 100%; width: 100%; top: 0; left: 0; background: #000000B2; display: none; }
.myanimal-product-offer-list.active { display: flex; }
.myanimal-product-offer-list-inner { max-width: 400px; width: 100%; height: 100%; margin-left: auto; }
.myanimal-product-offer-list-div { background: #fff; width: 100%; height: 100%; }
.myanimal-product-offer-list-header { padding: 34px 24px 20px; box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px; display: flex; flex-direction: column; gap: 24px; color: #000; }
.myanimal-product-offer-list-header .--heading { font-size: 24px; font-weight: 700; display: block; text-align: center; }
.myanimal-product-offer-list-content { padding: 24px; max-height: 70%; overflow-y: scroll; scrollbar-width: none; }
.myanimal-product-offer-list-content .--coupon-item { border: 1px solid #00000026; border-radius: 10px; padding: 10px 12px; display: flex; flex-direction: column; gap: 8px; font-size: 12px; }
.myanimal-product-offer-list-content .--coupon-item + .--coupon-item { margin-top: 16px; }
.myanimal-product-offer-list-content .--coupon-item .--coupon-info { display: flex; justify-content: space-between; align-items: center; font-size: 14px; }
.myanimal-product-offer-list-content .--coupon-item .--coupon-code { border: 1px dashed #A1A1A1; border-radius: 4px; background: rgb(245, 245, 245); padding: 5px 5px 3px 5px; font-size: 12px; }
.myanimal-product-offer-list-content .--coupon-item .--coupon-name { font-weight: 700; color: #111; }
.myanimal-product-offer-list-content .--coupon-item .--coupon-value {  font-weight: 600; color: var(--color-brand); }
.myanimal-product-offer-list-content .--coupon-item .--coupon-desc { font-size: 12px; color: rgba(0, 0, 0, 0.41); line-height: 16px; }
.myanimal-product-offer-list-content .--coupon-item .--coupon-apply { text-align: right; }
.myanimal-product-offer-list-content .--coupon-item .--coupon-apply span { background: var(--color-brand); color: #fff; padding: 4px 10px; font-size: 12px; border-radius: 5px; cursor: pointer; }
.myanimal-product-offer-list-content .--coupon-applied {background: #204A2514; border-color: var(--color-brand);}
.myanimal-product-offer-list-content .--coupon-applied .--coupon-apply span { background: transparent; color: var(--color-brand); cursor: auto; }
.myanimal-product-offer-list-content .--coupon-disabled .--coupon-apply span{ cursor: no-drop; background: #c0c1c1; color: #000; }
.myanimal-product-offer-list-content .--coupon-item .--coupon-term-text { font-size: 11px; color: rgba(0, 0, 0, 0.41); }
.myanimal-product-offer-list-content .--coupon-disabled { }
.myanimal-product-offer-list-content .--coupon-disabled .--coupon-code { color: #a1a1a1; }
.myanimal-product-offer-list-content .--coupon-warning { color: #e75656; font-weight: 600; }
.myanimal-product-offer-list-content .--coupon-copy { cursor: pointer; position: relative; top: -5px; }
.myanimal-product-offer-list-header .--close-offer svg { cursor: pointer; }

.myanimal-product-delivery { margin-bottom: 15px; display: flex; flex-direction: column; gap: 10px; font-size: 12px; color: rgba(0, 0, 0, 0.4); }
.myanimal-product-delivery .--delivery-datetime{ display: flex; gap: 8px; font-size: 13px; align-items: center; color: #333; }
.myanimal-product-delivery .--delivery-datetime #delivery-datetime { font-size: 14px; font-weight: 700; }
.myanimal-product-delivery .--delivery-location{ border-bottom: 1px solid #000; display: inline-flex; align-items: center; gap: 8px; max-width: fit-content; color: #333; }
.myanimal-product-delivery .--delivery-location .--icon { cursor: pointer; }

.myanimal-other-seller-toggle { display: block; cursor: pointer; margin-left: 20px; border-bottom: 1px solid #C1C1C1; padding: 3px 0px; }
.myanimal-other-seller-data { display: none; border: 1px solid #C1C1C1; border-radius: 8px; overflow: hidden; margin-bottom: 30px; }
.woocommerce .myanimal-other-seller-data table.myanimal-other-seller-table { margin: 0; }
.woocommerce .myanimal-other-seller-data table.myanimal-other-seller-table td,
.woocommerce .myanimal-other-seller-data table.myanimal-other-seller-table th { padding: 8px 12px; font-size: 14px; }
.woocommerce .myanimal-other-seller-data table.myanimal-other-seller-table td a.button { padding: 3px 9px; }

.woocommerce .myanimal-other-seller-data table.myanimal-other-seller-table .sale-price { font-size: 14px; color: #000; }
.woocommerce .myanimal-other-seller-data table.myanimal-other-seller-table .mrp-price { font-size: 12px; color: #000; opacity: 0.6; font-weight: 600; }
.woocommerce .myanimal-other-seller-data table.myanimal-other-seller-table .mrp-price del { opacity: 1; }
.woocommerce .myanimal-other-seller-data table.myanimal-other-seller-table .discount { color: #007600; font-size: 14px; }
.woocommerce .myanimal-other-seller-data table.myanimal-other-seller-table td[data-title="Price"] { font-size: 14px; color: #000; }

.woocommerce div.product p.price .sale-price,
.ma-sale-price{ font-size: 20px; font-weight: 700; color: #000; }
.woocommerce div.product p.price .mrp-price,
.ma-regular-price { font-size: 14px; color: #000; opacity: 0.6; font-weight: 600; }
.woocommerce div.product p.price .mrp-price del,
.ma-regular-price del{ opacity: 1; }
.woocommerce div.product p.price .discount,
.ma-amount-saved,
.ma-amount-saved bdi{ font-weight: 700; color: #007600; font-size: 14px; }

.myanimal-product-details { border: 1px solid #c1c1c1; border-radius: 8px; padding: 10px; }
.myanimal-product-details-header { display: flex; gap: 10px; align-items: center; }
.myanimal-product-details-header .--text { font-size: 14px; font-weight: 700; }
.myanimal-product-details-content { margin-top: 20px; font-size: 12px; border-top: 1px solid #c1c1c1; }
.myanimal-product-details-list { display: flex; gap: 8px; padding: 8px 0; } 
.myanimal-product-details-list .--left { min-width: 100px; }
.myanimal-product-details-list + .myanimal-product-details-list { border-top: 1px solid #c1c1c1; }
.myanimal-hidden-product-detail { display: none; }
.myanimal-toggle-product-details-btn { cursor: pointer; display: flex; gap: 5px; align-items: center; }
.myanimal-product-details-list.--toggle { align-items: center; line-height: 14px; }
.myanimal-product-details-list.--toggle .--icon { transition: all 300ms linear; }
.myanimal-product-details-list.--toggle .--icon.active { transform: rotate(-180deg); }

@media (max-width: 768px) {
    .woocommerce .myanimal-other-seller-data table.myanimal-other-seller-table tr { padding: 5px 0 7px 0; margin-bottom: 0; }
    .woocommerce .myanimal-other-seller-data table.myanimal-other-seller-table tr + tr { border-top: 1px solid #c1c1c1; }
    .woocommerce .myanimal-other-seller-data table.myanimal-other-seller-table td:before { display: inline-block; margin-bottom: 0; margin-right: 10px; }
}

@media (max-width: 550px) {
    .single-product .buynow-btn { margin: 0; width: 100%; padding: 7px 20px; }
    .single-product.woocommerce div.product form.cart { display: flex; flex-direction: column; gap: 10px; }
    .myanimal-product-offer-list { align-items: end; }
    .myanimal-product-offer-list-inner { height: 60%; max-width: 100%; }
    .myanimal-product-offer-list-header .--close-offer { color: #fff; position: absolute; top: calc(40% - 50px); right: 20px; }
    .myanimal-product-offer-list-header .--close-offer svg { border: 1px solid #fff; border-radius: 50%; padding: 5px; }
    .myanimal-delivery-notice ul li.--seller-data { flex-direction: column; align-items: start; }
    .myanimal-other-seller-toggle { margin-left: 28px; margin-top: -5px; }
}

/* PLP Page */

.myanimal-no-products-found #primary.col-lg-9 { width: 100%; }
.products_box_outer .fibofilters-applied-filters-container{ display: none; }

.myanimal-applied-filters .fibofilters-applied-filters { font-size: 12px; }
.myanimal-applied-filters .fibofilters-applied-filters .fibofilters-applied-filter { color: #777; box-shadow: inset 0 0 0 1px #777; }
.fibofilters-item--checkbox .fibofilters-item__interactive { font-size: 13px; }
body.archive .sidebar-widget .widget_box li { padding-bottom: 0; margin-bottom: 5px; }
.fibofilters-item--checkbox .fibofilters-item__control { width: 18px; min-width: 18px; height: 18px; }
.fibofilters-item.fibofilters-selected > .fibofilters-item__interactive > .fibofilters-item__control { box-shadow: inset 0 0 0 4px var(--color-brand); background: var(--color-brand); }
.fibofilters-item.fibofilters-selected > .fibofilters-collapser-container > .fibofilters-item__interactive > .fibofilters-item__control {background: var(--color-brand); box-shadow: 0 0 0 0; }
.fibofilters-item__interactive { font-size: 13px; }
.fibofilters-slider-histogram { display: none; }
.fibofilters-range__label-wrapper { font-size:12px; }
.fibofilters-range__handle,
.fibofilters-range__handle:hover{ border: 2px solid var(--color-brand) !important; }
.fibofilters-range__handle { width: 17px; height: 17px; }
.fibofilters-range__handle:before {box-shadow: 0 0 0 6px var(--color-brand) !important; }
.fibofilters-range__handle::before { height: 15px; width: 15px; }
.fibofilters-range__segment--active { background: var(--color-brand); height: 2px; }
.fibofilters-range__track::before { left: -5px; right: -5px; background: #ccc; }

.product-cart-wrap .product-content-wrap h2 { font-size: 14px; }
.product-cart-wrap .product-content-wrap .product-price span, 
.product-cart-wrap .product-content-wrap .product-price .price { font-size: 14px; }

.woocommerce li.product .myanimal-wishlistbtn-wrap { position: absolute; z-index: 11; right: 22px; top: 5px; }
.woocommerce li.product .myanimal-wishlistbtn-wrap .myanimal-wishlist-btn { border: 0; background-color: transparent; padding: 0; opacity: 0.5; transition: all 300ms linear; }
.woocommerce li.product .myanimal-wishlistbtn-wrap .myanimal-wishlist-btn.added { opacity: 1; }
.woocommerce li.product:hover .myanimal-wishlist-btn { opacity: 0.9; }

@media (max-width: 992px) {
    .fibofilters-mobile-filters-container { width: auto; }
    .fibofilters-mobile-filters-container .fibofilters-mobile-filters { padding-bottom: 0; }
    .fibofilters-mobile-filters-container .fibofilters-filter-button { margin-bottom: 0; font-size: var(--font-sm); color: var(--color-heading); text-shadow: 0 0; box-shadow: inset 0 0 0 0px; border: 1px solid var(--border-colors); font-weight: 600; }
    .fibofilters-filter-button:hover::before { background-color: transparent; }
    
    .woocommerce-products-header .in_right { flex-wrap: wrap; }
    .woocommerce-products-header .in_right .woocommerce-result-count { order: 3; width: 100%; font-size: 12px; }
    .woocommerce-products-header .in_right .woocommerce-ordering { order: 2; }
    .woocommerce-products-header .in_right .fibofilters-mobile-filters-container { order: 1; }
    
    .shop_siderbar { display: none !important; }
}

@media (min-width: 768px) {
  .fibofilters-block__headline .fibofilters-block__headline-box-inner { font-size: 18px; line-height: 1.33em; }
}

/* Social Share */
.myanimal-social-share-buttons { display: flex; flex-wrap: wrap; flex-direction: row; gap: 10px; }
.myanimal-social-share-buttons a { width: 32px; height: 32px; text-decoration: none !important; display: inline-flex; justify-content: center; align-items: center; border: 1px solid #ececec; padding: 7px; border-radius: 50%; }
.myanimal-social-share-buttons a svg { width: auto; max-width: 18px; }
.myanimal-social-share-buttons .facebook{ color: #1877f2; }
.myanimal-social-share-buttons .twitter{ color: #000; }
.myanimal-social-share-buttons .whatsapp{ color: #25d366; }
.myanimal-social-share-buttons .linkedin{ color: #0a66c2; }
.myanimal-social-share-buttons .pinterest{ color: #e60023; }

/* Common Stying */
.myanimal-iconbox { display: flex; flex-direction: column; gap: 20px; text-align: center; padding: 40px 20px; }
.myanimal-iconbox .--icon { text-align: center; margin-left: auto; margin-right: auto; max-width: 100px; color: var(--color-brand); }
.myanimal-iconbox .--heading { font-size: 20px; font-weight: 600; color: var(--e-global-color-f6fc8d0); text-align: center; }

/* our-flagship-product-news-store-section-home-page-Abdul */
.our-flagship-products-section .card-myanimal{background-color: #e5eeff;border-radius: 15px;padding: 20px;}
.our-latest-news-section h4 {padding-bottom: 10px}
.our-latest-news-section p{padding-bottom: 10px}
.our-latest-news-section .blogBtn {padding-bottom: 10px}
.our-services-store-section h2{padding-bottom: 15px;}
.our-services-store-section h3{font-weight: 500;padding-bottom: 15px;}
.our-services-store-section a.custom-button{display:inline-block;padding:14px 35px;background-color:#ffd100;color:var(--e-global-color-f6fc8d0);text-decoration:none;border-radius:8px;font-weight:700;font-size:20px}

.never-seen-offer-section .offer-box img {padding: 10px; }
.never-seen-offer-section .offer-box h5 {margin-top: -24px;padding-bottom: 20px; }

.myanimal-testimonial-carousel .testimonial-carousel .item{background:#e5eeff;padding:20px;margin:10px;border-radius:10px;text-align:center}
.myanimal-testimonial-carousel .testimonial-carousel p{font-weight:600;font-size:18px;font-style:italic;text-align:left;line-height:28px}
.myanimal-testimonial-carousel .testimonial-carousel strong{display:block;margin-top:10px;color:#333;font-size:20px;text-align:left}
.myanimal-testimonial-carousel .owl-carousel .owl-item img{width:auto;margin-bottom:20px;filter:brightness(0.5)}

.buy-now-button{background-color:#f60!important;color:#fff!important;border-radius:4px;padding:10px 20px;text-transform:uppercase;font-weight:700;text-align:center;display:inline-block;margin-top:10px}

.about-welcome-section h2 {padding-bottom: 15px;}
.about-btn a.custom-button{display:inline-block;padding:14px 35px;background-color:#ffd100;color:var(--e-global-color-f6fc8d0);text-decoration:none;border-radius:8px;font-weight:700;font-size:20px}

.our-satisfied-clients-section .clients-box {background-color:#e5eeff;border-radius: 20px;padding: 15px;}
.clients-box figure.elementor-image-box-img{background-color: #fff;border-radius: 50%; margin-bottom: 8px !important;}   
.our-satisfied-clients-section .clients-box img{width: 100%; padding: 10px}
.our-satisfied-clients-section .clients-box p{font-size: 16px; padding-top:5px}
.our-team-section .team-box {border: 1px solid #e6e6e6;padding: 20px;border-radius: 15px;}
.our-team-section .team-box h3 {font-size: 25px;}
.pets-everything-section .e-con-inner{align-items: center !important;}
.pets-everything-section .pets-right-box{padding-left: 30px}
.pets-everything-section .pets-right-box h2{padding-bottom: 20px}
.pet-care-section .e-con-inner{align-items: center !important;}
.pet-care-section .left-box h2{padding-bottom: 20px}
.popular-brand-carousal-section {background-color: #e5eeff;}
.popular-brand-carousal-section h2 {padding-top: 30px}
.popular-brand-carousal-section .elementor-widget-image-carousel .swiper-slide img{margin: 0 auto; padding: 20px; height: 172px;
border-radius:20px; background-color: #fff }
.popular-brand-carousal-section .elementor-swiper-button-prev{color: #000 !important}
.popular-brand-carousal-section .elementor-swiper-button-next{color: #000 !important}
.popular-brand-carousal-section .e-eicon-chevron-left{color: #000 !important}
.our-customer-support-section .fs-box{border: 1px solid #e6e6e6;padding: 20px;border-radius: 20px;}
.our-customer-support-section .fs-box img {width: 90%; background-color: #e5eeff; padding: 10px; border-radius: 20px;margin: 0 auto;}
.our-customer-support-section .elementor-2918 .elementor-element.elementor-element-3bf95cf.elementor-position-top .elementor-image-box-img{margin-bottom:10px}
.our-customer-support-section .fs-box h3{font-size: 24px;padding-bottom: 10px;}
.our-mission-vision h3{padding-bottom: 10px;padding-top: 7px;}
.pets-everything-section p strong{font-size: 16px;font-weight: 900;}
.myanimalbgiconclr span.elementor-icon {background-color: #e7ffe5 !important}
.myanimalbgiconclr span.elementor-icon:hover {background-color: #ffd100 !important}



/* Shop_By_Category */
.myanimal-shopbycate-section .shopcategory-thumb{position:relative}
.myanimal-shopbycate-section .shopcategory-thumb img{display:block;width:auto;margin:0 auto}
.myanimal-shopbycate-section .shopcategory-thumb a{text-decoration:none;color:#333}
.myanimal-shopbycate-section .shopcategory-thumb .sbccontent h5{font-size:20px;line-height:28px;font-weight:700;margin-top:8px;margin-bottom:0;text-align:center}

/* Bug Issue CSS */

body .product-type-simple .product-cart-wrap.style_one .product-card-bottom .add-cart a i{bottom: 3px;left: 10px;
    width: 18px;height: 18px;
    background-image: url('data:image/svg+xml,%3Csvg width="20" height="20" viewBox="0 0 19 19" fill="" xmlns="http://www.w3.org/2000/svg"%3E%3Cg clip-path="url(%23a)"%3E%3Cpath d="M9.709 1.577a3.1 3.1 0 0 0-1.587.428 3.2 3.2 0 0 0-1.159 1.159 3.1 3.1 0 0 0-.427 1.586H4.92q0-1.292.636-2.384.637-1.093 1.73-1.73A4.65 4.65 0 0 1 9.67 0q1.292 0 2.384.637 1.093.636 1.73 1.729.636 1.092.636 2.384h3.116q.684 0 1.159.484.474.486.475 1.188 0 .151-.02.285l-1.766 10.222a2.44 2.44 0 0 1-.836 1.482 2.35 2.35 0 0 1-1.577.589H4.37a2.35 2.35 0 0 1-1.577-.589 2.44 2.44 0 0 1-.836-1.482L.19 6.726a1.66 1.66 0 0 1 .275-1.254 1.62 1.62 0 0 1 1.055-.703q.133-.02.285-.019h11.077a3.1 3.1 0 0 0-.428-1.586 3.2 3.2 0 0 0-1.159-1.16 3.1 3.1 0 0 0-1.586-.427m7.828 4.75H1.805q-.02 0-.057.076v.038l1.767 10.222a.96.96 0 0 0 .266.513.75.75 0 0 0 .494.228l.095.019h10.602q.285 0 .522-.18a.85.85 0 0 0 .314-.485l1.786-10.336q0-.075-.038-.076z" fill="var(--e-global-color-45d9fcf)"%3E%3C/path%3E%3C/g%3E%3Cdefs%3E%3CclipPath id="a"%3E%3Cpath fill="%23fff" d="M0 19h19V0H0z"%3E%3C/path%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.fi-rs-shopping-cart:before{display:none !important;}
.myinstgrm-ovflycrd{overflow: hidden;border-radius: 20px;}
.myanimal-textareaseo-section{padding-bottom: 40px}
.myanimal-textareaseo-section h3{font-size: 16px;font-weight: 700;margin-top: 15px;margin-bottom: 10px;color: #888; }
.myanimal-textareaseo-section p{margin-bottom: 10px;font-size: 14px;line-height: 18px;color: #888;text-align: justify;}
.myanimal-textareaseo-section ol{list-style-type: auto;padding-left: 25px;color: #888;}
.myanimal-textareaseo-section li{margin-bottom:5px}
.myanimal-textareaseo-section li b, .myanimal-textareaseo-section li strong {font-size: 15px;font-weight: 700;color: #888}
.myanimal-payment-method h6{font-size: 18px;line-height: 24px;font-weight: 500;color: #111827;}
.myanimal-payment-image{position: absolute;}
.fibofilters-block__content-inner .fibofilters-items-search__controls--close-show{display:none}
.slick-track{width: 100% !important;display: flex !important;}
section.woocommerce-order-details.myanimal-cardbox p.order-again{display:none}
.myanimal-nwcategory-description {margin-top: 20px;}
.myanimal-nwcategory-description h1{font-size: 20px !important;line-height: 28px !important;font-weight: 700 !important;
margin-bottom: 12px;}
.myanimal-nwcategory-description h2,h3{font-size: 18px !important;line-height: 26px !important;font-weight: 700 !important;
margin-bottom: 10px;}
.myanimal-nwcategory-description ul.mycdul{padding-left: 16px;margin-bottom: 12px;}
.myanimal-nwcategory-description ul.mycdul li{list-style: disc;font-weight: 400; padding-bottom:5px;color: #7e7e7e;}
.myanimal-nwcategory-description strong, .fw-600 {font-weight: 700;}
.myanimal-product-wrapper .myanimal-product-list .product-img-action-wrap span.badge_type_one.onsale.instock{
	display:none}

.product-cart-wrap .product-content-wrap .position-relative.mt-10 a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart{display: inline-block !important;border: 1px solid transparent !important;font-size: 14px;font-weight: 500;padding: 8px 18px;line-height: 20px;border-radius: 30px !important;color: #fff !important;border: 1px solid transparent;background-color: var(--color-brand);cursor: pointer !important;transition: all 300ms linear 0s;}
.product-cart-wrap .product-content-wrap .position-relative.mt-10 a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover{background-color: #FFBB35;color: var(--e-global-color-text) !important;}
.products_box_outer.product_arch_style_four.clearfix .my-posts-container{width: 100% !important;}





/*.instagradient-text h2 {background: linear-gradient(45deg,#fdf497 0%,#fd5949 25%,#d6249f 50%,#285AEB 100%); -webkit-background-clip: text;-webkit-text-fill-color: transparent;}*/
