.mwdatetime span {
font-size: 16px;
}
.mwdatetime span.dash {
padding: 0 4px;
}
.mwdatetime span.dot {
width: 8px;
height: 8px;
background-color: red;
border-radius: 100%;
margin: 0 6px;
}.popup-search2-element .toggle-search-btn {
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
gap: 7px;
transition: ease .12s;
}
.popup-search2-element .toggle-search-btn svg {
width: 24px;
height: 24px;
}
.popup-search2-element .popup-search-container {
display: none;
position: fixed;
top: 0;
right: 0;
width: 100%;
height: 100%;
z-index: 999999999999999;
}
.popup-search2-element .popup-search-wrap {
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
background-color: #0009;
}
.popup-search2-element .popup-search-overlay {
position: absolute;
top: 0;
right: 0;
z-index: 1;
width: 100%;
height: 100%;
}
.popup-search2-element .popup-search-content {
position: relative;
z-index: 10;
width: 900px;
background-color: #fff;
border-radius: 10px;
box-shadow: 0 25px 35px #00000042;
}
.popup-search2-element .search-field-wrap {
display: flex;
}
.popup-search2-element .is-close-btn {
width: 80px;
display: flex;
align-items: center;
justify-content: center;
}
.popup-search2-element .is-close-btn svg {
width: 40px;
height: 40px;
cursor: pointer;
}
.popup-search2-element .is-close-btn svg path {
stroke: #c1c1c1;
stroke-width: 1px;
}
.popup-search2-element .is-search-field {
width: calc(100% - 80px);
}
.popup-search2-element .is-search-field form {
display: flex;
width: 100%;
}
.popup-search2-element .categories-selector {
width: 200px;
}
.popup-search2-element .is-search-field input {
width: 100%;
border: none;
box-shadow: none;
padding: 15px 25px;
border-left: 1px solid #e5e5e5;
border-radius: 0;
font-size: 20px;
color: #727272;
background-color: transparent;
}
.popup-search2-element .is-search-field.with-cat input {
width: calc(100% - 200px);
border-right: 1px solid #e5e5e5;
}
.popup-search2-element.is-element-ltr .is-search-field:not(.with-cat) input {
border-left: none;
border-right: 1px solid #e5e5e5;
}
.popup-search2-element .is-search-field .ah-selected-item-wrap {
border-radius: 0;
background-color: transparent;
color: #7e7e7e;
}
.popup-search2-element .search-field-wrap .is-search-field input,
.popup-search2-element .is-search-field .ah-selected-item-wrap,
.popup-search2-element .is-close-btn {
height: 70px;
}
.popup-search2-element .popup-search-result-wrap {
position: relative;
width: 100%;
height: 350px;
display: none;
border-top: 1px solid #e5e5e5;
overflow: auto;
}
.popup-search2-element .is-search-loader {
position: absolute;
top: 0;
right: 0;
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
}
.popup-search2-element .is-search-loader svg stop {
stop-color: #a5a5a5;
}
html:is(.ahura-dark-theme, .ahura-black-theme) .popup-search2-element .is-search-loader svg stop {
stop-color: #fff;
}
.popup-search2-element .is-search-loader svg {
width: 90px;
height: 80px;
}
.popup-search2-element .popup-search-result {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 10px;
padding: 20px;
}
.popup-search2-element .search-item a {
display: flex;
align-items: center;
gap: 10px;
border: 1px solid #f0f0f0;
border-radius: 10px;
padding: 7px;
transition: ease .1s;
}
.popup-search2-element .search-item a:hover {
box-shadow: 0 5px 15px #00000014;
}
.popup-search2-element .search-item .item-cover {
display: flex;
width: 80px;
}
.popup-search2-element .search-item .item-cover img {
min-width: 80px;
width: 80px;
height: 80px;
border-radius: 10px;
object-fit: cover;
}
.popup-search2-element .item-title {
font-size: 17px;
color: #333;
}
.popup-search2-element .item-price {
color: #7e7e7e;
margin-top: 7px;
font-size: 15px;
}
.popup-search2-element .item-price del {
opacity: .5;
}
html:is(.ahura-dark-theme, .ahura-black-theme) .popup-search2-element .popup-search-content {
background-color: #1b1c3a;
}
html:is(.ahura-dark-theme, .ahura-black-theme) .popup-search2-element .is-search-field .ah-selected-item-wrap,
html:is(.ahura-dark-theme, .ahura-black-theme) .popup-search2-element .item-title {
color: #fff;
}
html:is(.ahura-dark-theme, .ahura-black-theme) .popup-search2-element .is-search-field form input[name=param] {
color: #fff;
border-color: #ffffff21;
}
html:is(.ahura-dark-theme, .ahura-black-theme) .popup-search2-element .popup-search-result-wrap,
html:is(.ahura-dark-theme, .ahura-black-theme) .popup-search2-element .search-item a {
border-color: #ffffff21;
}
@media screen and (max-width: 767px) {
.popup-search2-element .popup-search-result {
grid-template-columns: repeat(1, 1fr);
}
.popup-search2-element .popup-search-wrap {
align-items: normal;
}
.popup-search2-element .popup-search-content {
border-radius: 0;
}
.popup-search2-element .popup-search-wrap .search-field-wrap {
border-bottom: 1px solid #e5e5e5;
}
.popup-search2-element .popup-search-wrap.search-with-cat .search-field-wrap {
height: 111px;
}
html:is(.ahura-dark-theme, .ahura-black-theme) .popup-search2-element .search-field-wrap {
border-color: #ffffff21;
}
.popup-search2-element .popup-search-result-wrap {
border: none;
}
.popup-search2-element .popup-search-wrap.search-with-cat .popup-search-result-wrap {
height: calc(100% - 111px);
}
.popup-search2-element .is-search-field form {
display: block;
width: 100%;
}
.popup-search2-element .search-field-wrap .is-search-field input {
width: 100%;
border: none;
}
.popup-search2-element .search-field-wrap .is-search-field input,
.popup-search2-element .is-search-field .ah-selected-item-wrap,
.popup-search2-element .is-close-btn {
height: 55px;
}
}.menu2-element .menu2-wrapper {
position: relative;
display: inline-block;
width: 100%;
}
.menu2-element:not(.hide-underline) .menu-items-indicator {
position: absolute;
left: 0;
bottom: 0;
display: inline-block;
width: 0;
height: 2px;
background-color: #e72828;
transition: ease .2s;
}
.menu2-element .menu2-wrapper ul li ul:not([class*=elementor]) {
top: 100%;
border-radius: 16px 0 16px 16px;
border: 1px solid #f0f0f0;
transition: ease .2s;
transform: translateY(20px);
}
.menu2-element .menu2-wrapper ul li .sub-menu.ah-elementor-submenu-wrapper {
border-radius: initial;
border: initial;
background-color: initial;
box-shadow: initial;
padding: 0;
margin: 0;
}
.menu2-element .menu2-wrapper ul li {
position: relative;
border: none;
}
.menu2-element .menu2-wrapper ul li:hover ul,
.menu2-element .menu2-wrapper ul li:hover .sub-menu.ah-elementor-submenu-wrapper {
transform: translateY(0);
}
.menu2-element .menu2-wrapper li:not(.elementor.menu-item) a:hover,
.menu2-element .menu2-wrapper li.current-menu-item:not(.elementor.menu-item) > a {
color: #e72828;
}
.menu2-element .menu2-wrapper li:not(.elementor-submenu):not(.elementor) img,
.menu2-element .menu2-wrapper li:not([class*="elementor"]) svg {
width: 20px;
height: 20px;
vertical-align: middle;
margin-left: 7px;
}
.menu2-element .menu2-wrapper ul li li.simple ul {
top: 0;
}
.menu2-element .menu2-side-wrapper {
display: none;
}
.menu2-element .menu2-side-button {
width: 40px;
height: 40px;
padding: 8px;
text-align: center;
position: relative;
cursor: pointer;
transition: ease .3s;
border: 1px solid #dddddd;
color: #000;
background-color: #fff;
display: flex;
align-items: center;
justify-content: center;
font-size: 19px;
}
.menu2-element .menu2-side-button img,
.menu2-element .menu2-side-button svg {
max-width: 100%;
max-height: 100%;
}
.menu2-element .menu2-side-overlay {
margin: 0;
top: 0;
right: 0;
position: absolute;
display: block;
width: 100%;
height: 100%;
background-color: rgb(14 34 90 / 43%);
}
.menu2-element .menu2-side-container {
display: block;
opacity: 0;
pointer-events: none;
user-select: none;
position: fixed;
top: 0;
right: 0;
width: 100%;
height: 100vh;
z-index: 999999999;
transition: ease .3s;
}
.menu2-element .menu2-side-content {
position: absolute;
top: 0;
right: -100%;
transition: ease .3s;
width: 300px;
height: 100vh;
z-index: 99999;
background-color: #fff;
overflow: hidden;
overflow-y: auto;
}
.menu2-element .menu2-close-btn {
position: absolute;
top: 15px;
left: 15px;
width: 35px;
height: 35px;
background-color: #f5f5f5;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
z-index: 100000;
transition: ease .3s;
font-size: 20px;
color: #666;
padding: 0;
margin: 0;
}
.menu2-element .menu2-close-btn:hover {
background-color: #e0e0e0;
color: #333;
transform: scale(1.1);
}
.menu2-element .menu2-close-btn span {
line-height: 1;
font-weight: bold;
}
.menu2-element .menu2-side-content ul li {
width: 100%;
}
.menu2-element .menu2-side-content ul ul:not([class*=elementor]) {
display: none;
position: unset;
width: 100%;
border: none;
margin: 0;
padding: 0;
height: auto;
}
.menu2-element .menu2-side-content ul li.elementor-submenu ul {
display: block;
}
.menu2-element.top-icon ul li ul.sub-menu:before {
content: "";
width: 10px;
height: 10px;
background: #673AB6;
transform: rotate(45deg);
position: absolute;
top: -5px;
right: 60px;
}
.menu2-element.top-icon ul li ul.sub-menu:before {
display: none;
}
.menu2-element .menu2-side-content ul li {
position: relative;
}
.menu2-element .menu2-wrapper ul li a {
padding: 6px;
line-height: 1.7;
}
.menu2-element .menu2-side-content ul li.is-toggled > a,
.menu2-element .menu2-side-content ul li.is-toggled > span {
color: #e72828;
}
.menu2-element .menu2-side-content ul li a {
width: 100%;
display: inline-block;
padding: 12px;
line-height: 1.7;
margin: 0;
font-size: 14px;
transition: ease .3s;
}
.menu2-element .menu2-side-content ul li.elementor.menu-item a {
width: initial;
}
.menu2-element .menu2-side-content ul li #mega_menu_plus {
transition: ease .3s;
top: 3px;
}
.menu2-element .menu2-side-content ul li.is-toggled > #mega_menu_plus {
transform: rotate(180deg);
}
.menu2-element .menu2-side-content ul li #mega_menu_plus:before {
content: none;
}
.menu2-element .menu2-side-content ul ul li #mega_menu_plus {
margin-top: 2px;
}
.menu2-element .menu2-side-content ul ul.sub-menu,
.menu2-element .menu2-side-content ul .sub-menu.ah-elementor-submenu-wrapper{
display: none;
background: none;
background-size: 0;
background-color: #f0f0f0;
}
.menu2-element .menu2-wrapper ul li li a {
padding: 9px 15px;
}
.menu2-element .menu2-side-content ul ul.mega_menu_show_ul,
.menu2-element .menu2-side-content ul .sub-menu.ah-elementor-submenu-wrapper.mega_menu_show_ul {
display: block;
}
.menu2-element .menu2-side-content ul ul.sub-menu li a {
border-bottom: 1px solid #0000000d;
}
.menu2-element .menu2-side-container.menu2-side-show {
user-select: auto;
opacity: 1;
pointer-events: all;
}
.menu2-element .menu2-side-container.menu2-side-show .menu2-side-content {
right: 0;
}
.menu2-element .menu2-side-head {
padding: 20px 12px;
border-bottom: 1px solid #00000017;
display: flex;
align-items: center;
}
.menu2-element .menu2-side-head a {
display: flex;
align-items: center;
width: 100%;
}
.menu2-element .menu2-side-head img {
max-width: 100px;
object-fit: contain;
}
@media screen and (max-width: 1024px) {
.menu2-element .menu2-wrapper {
display: none;
}
.menu2-element .menu2-side-wrapper {
display: block;
}
}
@media screen and (max-width: 767px) {
.menu2-element .menu2-side-content ul.menu .sub-menu.ah-elementor-submenu-wrapper.mega_menu_show_ul {
display: block;
}
}