Initial Commit N° : 003 - V.4.3.5
This commit is contained in:
@@ -4,7 +4,7 @@ Theme URI: https://elessi.nasatheme.com
|
||||
Author: NasaTheme
|
||||
Author URI: https://nasatheme.com
|
||||
Description: A Premium and Responsive WooCommerce - WordPress Theme, designed for E-Commerce websites
|
||||
Version: 6.3.3
|
||||
Version: 6.3.5
|
||||
Requires PHP: 5.6.0 or Higher
|
||||
License: https://themeforest.net/licenses
|
||||
License URI: https://themeforest.net/licenses
|
||||
@@ -1427,6 +1427,13 @@ table tr:last-child {
|
||||
-webkit-backdrop-filter: blur(4px);
|
||||
cursor: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDMyIDMyIiBoZWlnaHQ9IjMycHgiIGlkPSLQodC70L7QuV8xIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAzMiAzMiIgd2lkdGg9IjMycHgiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxwYXRoIGQ9Ik0xNy40NTksMTYuMDE0bDguMjM5LTguMTk0YzAuMzk1LTAuMzkxLDAuMzk1LTEuMDI0LDAtMS40MTRjLTAuMzk0LTAuMzkxLTEuMDM0LTAuMzkxLTEuNDI4LDAgIGwtOC4yMzIsOC4xODdMNy43Myw2LjI4NGMtMC4zOTQtMC4zOTUtMS4wMzQtMC4zOTUtMS40MjgsMGMtMC4zOTQsMC4zOTYtMC4zOTQsMS4wMzcsMCwxLjQzMmw4LjMwMiw4LjMwM2wtOC4zMzIsOC4yODYgIGMtMC4zOTQsMC4zOTEtMC4zOTQsMS4wMjQsMCwxLjQxNGMwLjM5NCwwLjM5MSwxLjAzNCwwLjM5MSwxLjQyOCwwbDguMzI1LTguMjc5bDguMjc1LDguMjc2YzAuMzk0LDAuMzk1LDEuMDM0LDAuMzk1LDEuNDI4LDAgIGMwLjM5NC0wLjM5NiwwLjM5NC0xLjAzNywwLTEuNDMyTDE3LjQ1OSwxNi4wMTR6IiBmaWxsPSIjZmZmIiBpZD0iQ2xvc2UiLz48Zy8+PGcvPjxnLz48Zy8+PGcvPjxnLz48L3N2Zz4=") 16 16, pointer;
|
||||
}
|
||||
.black-window.vertical-menu-float-bg,
|
||||
.white-window.vertical-menu-float-bg,
|
||||
.transparent-desktop.vertical-menu-float-bg,
|
||||
.transparent-window.vertical-menu-float-bg,
|
||||
.transparent-mobile.vertical-menu-float-bg {
|
||||
z-index: 399;
|
||||
}
|
||||
|
||||
#nasa-confetti-popup,
|
||||
#nasa-confetti,
|
||||
@@ -1739,6 +1746,426 @@ body > #nasa-confetti {
|
||||
position: fixed;
|
||||
}
|
||||
|
||||
.nasa-vertical-menu-float-mobile-toggle {
|
||||
position: fixed;
|
||||
top: 50%;
|
||||
left: 0;
|
||||
width: 45px;
|
||||
height: 45px;
|
||||
-webkit-transform: translateY(-50%);
|
||||
-moz-transform: translateY(-50%);
|
||||
-o-transform: translateY(-50%);
|
||||
-ms-transform: translateY(-50%);
|
||||
transform: translateY(-50%);
|
||||
background-color: #fff;
|
||||
-webkit-box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.1);
|
||||
-moz-box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.1);
|
||||
box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.1);
|
||||
display: -webkit-box;
|
||||
display: -moz-box;
|
||||
display: -ms-flexbox;
|
||||
display: -webkit-flex;
|
||||
display: flex;
|
||||
-webkit-box-align: center;
|
||||
-ms-flex-align: center;
|
||||
-webkit-align-items: center;
|
||||
align-items: center;
|
||||
-webkit-box-pack: center;
|
||||
-ms-flex-pack: center;
|
||||
justify-content: center;
|
||||
-webkit-border-radius: 50%;
|
||||
-moz-border-radius: 50%;
|
||||
border-radius: 50%;
|
||||
margin: 0 10px;
|
||||
flex-shrink: 0;
|
||||
z-index: 399;
|
||||
}
|
||||
|
||||
#vertical-menu-float {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
display: -webkit-box;
|
||||
display: -moz-box;
|
||||
display: -ms-flexbox;
|
||||
display: -webkit-flex;
|
||||
display: flex;
|
||||
-webkit-box-orient: vertical;
|
||||
-webkit-box-direction: normal;
|
||||
-ms-flex-direction: column;
|
||||
flex-direction: column;
|
||||
max-width: 50vw;
|
||||
-webkit-transition: all 400ms ease;
|
||||
-moz-transition: all 400ms ease;
|
||||
-o-transition: all 400ms ease;
|
||||
transition: all 400ms ease;
|
||||
background-color: #FFF;
|
||||
}
|
||||
#vertical-menu-float * {
|
||||
list-style: none;
|
||||
}
|
||||
#vertical-menu-float .vertical_float_menu_title {
|
||||
padding: 10px;
|
||||
z-index: 1;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
#vertical-menu-float .vertical_float_menu_title a {
|
||||
gap: 10px;
|
||||
-webkit-border-radius: 5px;
|
||||
-moz-border-radius: 5px;
|
||||
border-radius: 5px;
|
||||
-webkit-box-pack: start;
|
||||
-ms-flex-pack: start;
|
||||
justify-content: start;
|
||||
padding: 0 10px;
|
||||
font-size: 100%;
|
||||
max-height: 50px;
|
||||
height: 40px;
|
||||
letter-spacing: normal;
|
||||
text-transform: none;
|
||||
}
|
||||
#vertical-menu-float .vertical_float_menu_title a svg {
|
||||
flex-shrink: 0;
|
||||
}
|
||||
#vertical-menu-float .vertical_float_menu_title a span {
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
}
|
||||
#vertical-menu-float .vertical-menu-float-container .vertical-menu-float-wrapper {
|
||||
padding-bottom: 30px;
|
||||
counter-reset: section_item;
|
||||
}
|
||||
#vertical-menu-float .vertical-menu-float-container .vertical-menu-float-wrapper > li {
|
||||
padding: 5px 10px;
|
||||
counter-increment: section_item;
|
||||
}
|
||||
#vertical-menu-float .vertical-menu-float-container .vertical-menu-float-wrapper > li > .nasa-title-menu {
|
||||
gap: 10px;
|
||||
height: 45px;
|
||||
padding-left: 10px;
|
||||
display: -webkit-box;
|
||||
display: -moz-box;
|
||||
display: -ms-flexbox;
|
||||
display: -webkit-flex;
|
||||
display: flex;
|
||||
-webkit-box-align: center;
|
||||
-ms-flex-align: center;
|
||||
-webkit-align-items: center;
|
||||
align-items: center;
|
||||
white-space: nowrap;
|
||||
max-width: 100%;
|
||||
overflow: hidden;
|
||||
-webkit-border-radius: 5px;
|
||||
-moz-border-radius: 5px;
|
||||
border-radius: 5px;
|
||||
}
|
||||
#vertical-menu-float .vertical-menu-float-container .vertical-menu-float-wrapper > li > .nasa-title-menu i,
|
||||
#vertical-menu-float .vertical-menu-float-container .vertical-menu-float-wrapper > li > .nasa-title-menu svg {
|
||||
margin: 0;
|
||||
height: 20px;
|
||||
width: 20px;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
#vertical-menu-float .vertical-menu-float-container .vertical-menu-float-wrapper > li > .nasa-title-menu:not(:has(i, svg:not(.nasa-open-child, .nasa-has-items-child)))::before {
|
||||
content: counter(section_item,upper-roman);
|
||||
position: relative;
|
||||
min-width: 20px;
|
||||
font-weight: bold;
|
||||
flex-shrink: 0;
|
||||
text-align: center;
|
||||
}
|
||||
#vertical-menu-float .vertical-menu-float-container .vertical-menu-float-wrapper > li > .nasa-title-menu .nasa-has-items-child {
|
||||
margin-left: auto;
|
||||
}
|
||||
#vertical-menu-float .vertical-menu-float-container .vertical-menu-float-wrapper > li > .nav-dropdown {
|
||||
width: 100%;
|
||||
text-align: start;
|
||||
margin: 0;
|
||||
}
|
||||
#vertical-menu-float .vertical-menu-float-container .vertical-menu-float-wrapper > li > .nav-dropdown > ul {
|
||||
border: none;
|
||||
padding: 15px 0;
|
||||
}
|
||||
#vertical-menu-float .vertical-menu-float-container .vertical-menu-float-wrapper > li > .nav-dropdown ul.sub-menu {
|
||||
margin: 0;
|
||||
height: auto;
|
||||
display: -webkit-box;
|
||||
display: -moz-box;
|
||||
display: -ms-flexbox;
|
||||
display: -webkit-flex;
|
||||
display: flex;
|
||||
-webkit-box-orient: vertical;
|
||||
-webkit-box-direction: normal;
|
||||
-ms-flex-direction: column;
|
||||
flex-direction: column;
|
||||
}
|
||||
#vertical-menu-float .vertical-menu-float-container .vertical-menu-float-wrapper > li > .nav-dropdown ul.sub-menu li {
|
||||
width: 100%;
|
||||
height: auto;
|
||||
padding: 0;
|
||||
}
|
||||
#vertical-menu-float .vertical-menu-float-container .vertical-menu-float-wrapper > li > .nav-dropdown ul.sub-menu li > .nasa-title-menu {
|
||||
padding: 5px 0 5px 30px;
|
||||
width: 100%;
|
||||
display: block;
|
||||
}
|
||||
#vertical-menu-float .vertical-menu-float-container .vertical-menu-float-wrapper > li > .nav-dropdown ul.sub-menu li > .nasa-title-menu .nasa-has-items-child {
|
||||
display: none;
|
||||
}
|
||||
#vertical-menu-float .vertical-menu-float-container .vertical-menu-float-wrapper > li > .nav-dropdown ul.sub-menu li > .nasa-title-menu:hover {
|
||||
padding-left: 35px;
|
||||
}
|
||||
#vertical-menu-float .vertical-menu-float-container .vertical-menu-float-wrapper > li > .nav-dropdown ul.sub-menu li > .nasa-img-menu .nasa-mega-img {
|
||||
width: 100%;
|
||||
}
|
||||
#vertical-menu-float .vertical-menu-float-container .vertical-menu-float-wrapper > li > .nav-dropdown ul.sub-menu li .sub-menu {
|
||||
margin: 0;
|
||||
}
|
||||
#vertical-menu-float .vertical-menu-float-container .vertical-menu-float-wrapper > li > .nav-dropdown ul.sub-menu li.menu-item-has-children > .nasa-title-menu {
|
||||
font-size: 115%;
|
||||
padding: 10px 0 10px 30px;
|
||||
}
|
||||
#vertical-menu-float .vertical-menu-float-container .vertical-menu-float-wrapper > li > .nav-dropdown ul.sub-menu li.menu-item-has-children:not(:first-child) {
|
||||
padding-top: 25px;
|
||||
position: relative;
|
||||
}
|
||||
#vertical-menu-float .vertical-menu-float-container .vertical-menu-float-wrapper > li > .nav-dropdown ul.sub-menu li.menu-item-has-children:not(:first-child)::before {
|
||||
content: '';
|
||||
width: calc(100% - 40px);
|
||||
height: 1px;
|
||||
background-color: #ececec;
|
||||
display: block;
|
||||
position: absolute;
|
||||
top: 10px;
|
||||
left: 20px;
|
||||
}
|
||||
#vertical-menu-float .vertical-menu-float-container .vertical-menu-float-wrapper > li > .nav-dropdown ul.sub-menu li:has(> .nasa-img-menu) {
|
||||
position: relative !important;
|
||||
padding-top: 25px !important;
|
||||
overflow: hidden;
|
||||
flex-shrink: 0;
|
||||
height: auto;
|
||||
}
|
||||
#vertical-menu-float .vertical-menu-float-container .vertical-menu-float-wrapper > li > .nav-dropdown ul.sub-menu li:has(> .nasa-img-menu)::before {
|
||||
content: '';
|
||||
width: calc(100% - 40px);
|
||||
height: 1px;
|
||||
background-color: #ececec;
|
||||
display: block;
|
||||
position: absolute;
|
||||
top: 10px;
|
||||
left: 20px;
|
||||
}
|
||||
#vertical-menu-float .vertical-menu-float-container .vertical-menu-float-wrapper > li > .nav-dropdown ul.sub-menu li:has(> .nasa-img-menu) a,
|
||||
#vertical-menu-float .vertical-menu-float-container .vertical-menu-float-wrapper > li > .nav-dropdown ul.sub-menu li:has(> .nasa-img-menu) img {
|
||||
height: auto;
|
||||
position: relative !important;
|
||||
}
|
||||
#vertical-menu-float .vertical-menu-float-container .vertical-menu-float-wrapper > li:hover > a {
|
||||
background-color: #ececec;
|
||||
color: inherit;
|
||||
font-weight: 500;
|
||||
}
|
||||
#vertical-menu-float.nasa-active::after, #vertical-menu-float:hover::after {
|
||||
opacity: 1;
|
||||
visibility: visible;
|
||||
}
|
||||
#vertical-menu-float.nasa-active .vertical_float_menu_title a span, #vertical-menu-float:hover .vertical_float_menu_title a span {
|
||||
opacity: 1;
|
||||
visibility: visible;
|
||||
}
|
||||
#vertical-menu-float.nasa-active .vertical-menu-float-container .vertical-menu-float-wrapper > li > .nasa-title-menu .nasa-has-items-child, #vertical-menu-float:hover .vertical-menu-float-container .vertical-menu-float-wrapper > li > .nasa-title-menu .nasa-has-items-child {
|
||||
visibility: visible;
|
||||
}
|
||||
#vertical-menu-float.nav-dropdown-delay-0 .vertical-menu-float-container .vertical-menu-float-wrapper > li > .nav-dropdown {
|
||||
transition-delay: 0ms;
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 768px) {
|
||||
body:has(#vertical-menu-float) {
|
||||
margin-left: 60px;
|
||||
}
|
||||
body:has(#vertical-menu-float).nasa-rtl {
|
||||
margin-right: 60px;
|
||||
margin-left: 0;
|
||||
}
|
||||
body:has(#vertical-menu-float) .nasa-megamenu.fullwidth > .nav-dropdown {
|
||||
width: calc(99vw - 60px);
|
||||
}
|
||||
body.admin-bar #vertical-menu-float {
|
||||
top: 32px;
|
||||
}
|
||||
|
||||
.nasa-vertical-menu-float-mobile-toggle {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#vertical-menu-float {
|
||||
width: 60px;
|
||||
z-index: 400;
|
||||
-webkit-box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.1);
|
||||
-moz-box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.1);
|
||||
box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.1);
|
||||
}
|
||||
#vertical-menu-float .vertical-menu-float-container .vertical-menu-float-wrapper > li > .nav-dropdown {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
left: 100%;
|
||||
z-index: -1;
|
||||
opacity: 0;
|
||||
visibility: hidden;
|
||||
min-width: 280px;
|
||||
-webkit-transition: all 200ms ease-in-out;
|
||||
-moz-transition: all 200ms ease-in-out;
|
||||
-o-transition: all 200ms ease-in-out;
|
||||
transition: all 200ms ease-in-out;
|
||||
-webkit-transform: translateX(20px);
|
||||
-moz-transform: translateX(20px);
|
||||
-o-transform: translateX(20px);
|
||||
-ms-transform: translateX(20px);
|
||||
transform: translateX(20px);
|
||||
margin: 0;
|
||||
transition-delay: 500ms;
|
||||
overflow-y: auto;
|
||||
overflow-x: visible;
|
||||
-ms-overflow-style: none;
|
||||
scrollbar-width: none;
|
||||
border: 1px solid #ececec;
|
||||
}
|
||||
#vertical-menu-float .vertical-menu-float-container .vertical-menu-float-wrapper > li > .nav-dropdown:-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
#vertical-menu-float .vertical-menu-float-container .vertical-menu-float-wrapper > li:hover > .nav-dropdown {
|
||||
opacity: 1;
|
||||
visibility: visible;
|
||||
-webkit-transform: translateX(0);
|
||||
-moz-transform: translateX(0);
|
||||
-o-transform: translateX(0);
|
||||
-ms-transform: translateX(0);
|
||||
transform: translateX(0);
|
||||
}
|
||||
#vertical-menu-float.nasa-active, #vertical-menu-float:hover {
|
||||
width: 280px;
|
||||
}
|
||||
}
|
||||
@media only screen and (max-width: 767px) {
|
||||
body.admin-bar #vertical-menu-float {
|
||||
top: 46px;
|
||||
}
|
||||
body .black-window.vertical-menu-float-bg {
|
||||
z-index: 400;
|
||||
}
|
||||
body.nasa-mobile-app #vertical-menu-float .vertical-menu-float-wrapper > li.menu-item-has-children > .nasa-title-menu:after {
|
||||
content: '';
|
||||
border-top: 1px solid black;
|
||||
border-right: 1px solid black;
|
||||
margin-left: auto;
|
||||
-webkit-transform: rotate(135deg);
|
||||
-moz-transform: rotate(135deg);
|
||||
-o-transform: rotate(135deg);
|
||||
-ms-transform: rotate(135deg);
|
||||
transform: rotate(135deg);
|
||||
-webkit-transition: all 200ms ease;
|
||||
-moz-transition: all 200ms ease;
|
||||
-o-transition: all 200ms ease;
|
||||
transition: all 200ms ease;
|
||||
height: 7px;
|
||||
width: 7px;
|
||||
}
|
||||
body.nasa-mobile-app #vertical-menu-float .vertical-menu-float-wrapper > li.menu-item-has-children.nasa-active > .nasa-title-menu {
|
||||
font-weight: 500;
|
||||
}
|
||||
body.nasa-mobile-app #vertical-menu-float .vertical-menu-float-wrapper > li.menu-item-has-children.nasa-active > .nasa-title-menu:after {
|
||||
-webkit-transform: rotate(-45deg);
|
||||
-moz-transform: rotate(-45deg);
|
||||
-o-transform: rotate(-45deg);
|
||||
-ms-transform: rotate(-45deg);
|
||||
transform: rotate(-45deg);
|
||||
}
|
||||
|
||||
#vertical-menu-float {
|
||||
-webkit-transform: translateX(-100%);
|
||||
-moz-transform: translateX(-100%);
|
||||
-o-transform: translateX(-100%);
|
||||
-ms-transform: translateX(-100%);
|
||||
transform: translateX(-100%);
|
||||
width: 401px;
|
||||
z-index: 9998;
|
||||
max-width: 80vw;
|
||||
}
|
||||
#vertical-menu-float .vertical-menu-float-container {
|
||||
overflow-y: auto;
|
||||
-ms-overflow-style: none;
|
||||
scrollbar-width: none;
|
||||
}
|
||||
#vertical-menu-float .vertical-menu-float-container:-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
#vertical-menu-float .vertical-menu-float-container .vertical-menu-float-wrapper > li > .nav-dropdown {
|
||||
display: none;
|
||||
opacity: 1;
|
||||
visibility: visible;
|
||||
position: relative;
|
||||
-webkit-transition: all 0ms ease;
|
||||
-moz-transition: all 0ms ease;
|
||||
-o-transition: all 0ms ease;
|
||||
transition: all 0ms ease;
|
||||
-webkit-transform: translateY(0);
|
||||
-moz-transform: translateY(0);
|
||||
-o-transform: translateY(0);
|
||||
-ms-transform: translateY(0);
|
||||
transform: translateY(0);
|
||||
}
|
||||
#vertical-menu-float .vertical-menu-float-container .vertical-menu-float-wrapper > li > .nav-dropdown ul.sub-menu {
|
||||
margin: 10px 0;
|
||||
background-color: #ececec;
|
||||
-webkit-border-radius: 5px;
|
||||
-moz-border-radius: 5px;
|
||||
border-radius: 5px;
|
||||
}
|
||||
#vertical-menu-float .vertical-menu-float-container .vertical-menu-float-wrapper > li > .nav-dropdown ul.sub-menu * {
|
||||
background-color: transparent;
|
||||
}
|
||||
#vertical-menu-float .vertical-menu-float-container .vertical-menu-float-wrapper > li > .nav-dropdown ul.sub-menu li.menu-item-has-children:not(:first-child) {
|
||||
padding-top: 10px;
|
||||
}
|
||||
#vertical-menu-float .vertical-menu-float-container .vertical-menu-float-wrapper > li > .nav-dropdown ul.sub-menu li.menu-item-has-children:not(:first-child)::before {
|
||||
display: none;
|
||||
}
|
||||
#vertical-menu-float .vertical-menu-float-container .vertical-menu-float-wrapper > li .nasa-title-menu {
|
||||
padding: 10px;
|
||||
}
|
||||
#vertical-menu-float .vertical-menu-float-container .vertical-menu-float-wrapper > li .nasa-title-menu .nasa-has-items-child {
|
||||
-webkit-transform: rotate(90deg);
|
||||
-moz-transform: rotate(90deg);
|
||||
-o-transform: rotate(90deg);
|
||||
-ms-transform: rotate(90deg);
|
||||
transform: rotate(90deg);
|
||||
}
|
||||
#vertical-menu-float .vertical-menu-float-container .vertical-menu-float-wrapper > li.nasa-active > .nasa-title-menu {
|
||||
background-color: #ececec;
|
||||
}
|
||||
#vertical-menu-float .vertical-menu-float-container .vertical-menu-float-wrapper > li.nasa-active > .nasa-title-menu .nasa-has-items-child {
|
||||
-webkit-transform: rotate(-90deg);
|
||||
-moz-transform: rotate(-90deg);
|
||||
-o-transform: rotate(-90deg);
|
||||
-ms-transform: rotate(-90deg);
|
||||
transform: rotate(-90deg);
|
||||
}
|
||||
#vertical-menu-float.nasa-active {
|
||||
-webkit-transform: translateX(0);
|
||||
-moz-transform: translateX(0);
|
||||
-o-transform: translateX(0);
|
||||
-ms-transform: translateX(0);
|
||||
transform: translateX(0);
|
||||
z-index: 401;
|
||||
}
|
||||
}
|
||||
.woocommerce-account #main-content > .woocommerce {
|
||||
max-width: 1200px;
|
||||
margin: 30px auto;
|
||||
@@ -1931,6 +2358,10 @@ body > #nasa-confetti {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
button.show-password-input {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#nasa_customer_login .form-row,
|
||||
#customer_login .form-row {
|
||||
position: relative;
|
||||
@@ -2021,7 +2452,7 @@ body > #nasa-confetti {
|
||||
|
||||
.nasa-social-login-title {
|
||||
position: relative;
|
||||
margin-top: 25px;
|
||||
margin-top: 20px;
|
||||
text-align: center;
|
||||
}
|
||||
.nasa-social-login-title h5 {
|
||||
@@ -4138,7 +4569,8 @@ tr.price {
|
||||
}
|
||||
|
||||
.nasa-modern-1 .product-item .info,
|
||||
.nasa-modern-2 .product-item .info {
|
||||
.nasa-modern-2 .product-item .info,
|
||||
.nasa-modern-10 .product-item .info {
|
||||
z-index: 5;
|
||||
}
|
||||
|
||||
@@ -5470,11 +5902,11 @@ select:hover {
|
||||
padding: 0;
|
||||
line-height: 1;
|
||||
height: auto;
|
||||
-webkit-transform: translateY(calc(100% - 10px));
|
||||
-moz-transform: translateY(calc(100% - 10px));
|
||||
-o-transform: translateY(calc(100% - 10px));
|
||||
-ms-transform: translateY(calc(100% - 10px));
|
||||
transform: translateY(calc(100% - 10px));
|
||||
-webkit-transform: translateY(calc(100% - 5px));
|
||||
-moz-transform: translateY(calc(100% - 5px));
|
||||
-o-transform: translateY(calc(100% - 5px));
|
||||
-ms-transform: translateY(calc(100% - 5px));
|
||||
transform: translateY(calc(100% - 5px));
|
||||
}
|
||||
.product-info .variations .reset_variations:hover {
|
||||
color: #333;
|
||||
@@ -6540,17 +6972,21 @@ form .select2-container--default .select2-search--dropdown .select2-search__fiel
|
||||
-ms-flex-align: center;
|
||||
-webkit-align-items: center;
|
||||
align-items: center;
|
||||
-webkit-box-pack: center;
|
||||
-ms-flex-pack: center;
|
||||
justify-content: center;
|
||||
-webkit-border-radius: 50px;
|
||||
-moz-border-radius: 50px;
|
||||
border-radius: 50px;
|
||||
height: 30px;
|
||||
width: 70px;
|
||||
font-size: 16px;
|
||||
padding: 0 20px;
|
||||
gap: 5px;
|
||||
margin: 0;
|
||||
}
|
||||
.nasa-bullets-inside.nasa-bullets-counter ul.slick-dots::after {
|
||||
content: "/ " counter(list-counter);
|
||||
font-weight: inherit;
|
||||
}
|
||||
.nasa-bullets-inside.nasa-bullets-counter ul.slick-dots li {
|
||||
counter-increment: list-counter;
|
||||
@@ -6633,7 +7069,7 @@ form .select2-container--default .select2-search--dropdown .select2-search__fiel
|
||||
right: calc(10% + 50px);
|
||||
}
|
||||
.nasa-bullets-inside.nasa-bullets-counter.nasa-bullets-right .nasa-slick-slider .nasa-nav-arrow.slick-prev {
|
||||
right: calc(10% + 135px);
|
||||
right: calc(10% + 140px);
|
||||
left: auto;
|
||||
}
|
||||
.nasa-bullets-inside.nasa-bullets-counter.nasa-bullets-right .nasa-slick-slider .nasa-nav-arrow.slick-next {
|
||||
@@ -6649,7 +7085,7 @@ form .select2-container--default .select2-search--dropdown .select2-search__fiel
|
||||
}
|
||||
.nasa-bullets-inside.nasa-bullets-counter.nasa-bullets-left .nasa-slick-slider .nasa-nav-arrow.slick-next {
|
||||
right: auto;
|
||||
left: calc(10% + 135px);
|
||||
left: calc(10% + 140px);
|
||||
}
|
||||
.nasa-bullets-inside.nasa-bullets-counter.nasa-bullets-center .slick-dots {
|
||||
left: 50%;
|
||||
@@ -6859,7 +7295,7 @@ form .select2-container--default .select2-search--dropdown .select2-search__fiel
|
||||
right: auto;
|
||||
}
|
||||
.nasa-warp-slide-nav-top.nasa-has-product-description .nasa-nav-top > .nasa-nav-arrow {
|
||||
top: -66px;
|
||||
top: -50px;
|
||||
}
|
||||
|
||||
.entry-header .info-wrap > a:last-child > span:after {
|
||||
@@ -10462,7 +10898,7 @@ body .blockOverlay {
|
||||
left: 20px;
|
||||
width: 350px;
|
||||
max-width: 100%;
|
||||
z-index: 399;
|
||||
z-index: 398;
|
||||
height: auto;
|
||||
background-color: #fff;
|
||||
padding: 10px;
|
||||
@@ -10627,6 +11063,18 @@ body .blockOverlay {
|
||||
animation-play-state: paused;
|
||||
}
|
||||
|
||||
body.has-nasa-cart-fixed .ns-sale-notification.nasa-active {
|
||||
-webkit-transform: translateY(-90px);
|
||||
-moz-transform: translateY(-90px);
|
||||
-o-transform: translateY(-90px);
|
||||
-ms-transform: translateY(-90px);
|
||||
transform: translateY(-90px);
|
||||
}
|
||||
|
||||
body:has(#vertical-menu-float) .ns-sale-notification {
|
||||
left: 80px;
|
||||
}
|
||||
|
||||
@-webkit-keyframes ns-count-down {
|
||||
0% {
|
||||
width: 100%;
|
||||
@@ -11324,7 +11772,7 @@ button.slick-arrow {
|
||||
}
|
||||
|
||||
.nasa-sc-carousel-main .nasa-nav-arrow svg {
|
||||
border: 1px solid #eee;
|
||||
border: 1px solid #ECECEC;
|
||||
background-color: #fff;
|
||||
}
|
||||
.nasa-sc-carousel-main .nasa-nav-arrow.slick-prev {
|
||||
@@ -11333,8 +11781,8 @@ button.slick-arrow {
|
||||
.nasa-sc-carousel-main .nasa-nav-arrow.slick-next {
|
||||
right: 15px;
|
||||
}
|
||||
.nasa-sc-carousel-main .nasa-nav-arrow:hover:before {
|
||||
border-color: #999;
|
||||
.nasa-sc-carousel-main .nasa-nav-arrow:hover svg {
|
||||
border-color: #999999;
|
||||
}
|
||||
|
||||
.nasa-nav-top > .nasa-nav-arrow {
|
||||
@@ -11451,10 +11899,12 @@ button.slick-arrow {
|
||||
}
|
||||
|
||||
.nasa-nav-top-list > .nasa-nav-arrow {
|
||||
top: -67px;
|
||||
top: -37px;
|
||||
width: 20px;
|
||||
height: 40px;
|
||||
overflow: hidden;
|
||||
visibility: visible;
|
||||
opacity: 1;
|
||||
-webkit-transform: translate(0, -50%);
|
||||
-moz-transform: translate(0, -50%);
|
||||
-o-transform: translate(0, -50%);
|
||||
@@ -11464,6 +11914,7 @@ button.slick-arrow {
|
||||
.nasa-nav-top-list > .nasa-nav-arrow svg {
|
||||
width: 38px;
|
||||
height: 38px;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
.nasa-nav-top-list > .nasa-nav-arrow.slick-prev {
|
||||
left: auto;
|
||||
@@ -11472,7 +11923,7 @@ button.slick-arrow {
|
||||
|
||||
@media only screen and (max-width: 767px) {
|
||||
.nasa-nav-top-list > .nasa-nav-arrow {
|
||||
top: -43px;
|
||||
top: -36px;
|
||||
}
|
||||
|
||||
.nasa-slick-slider .nasa-nav-arrow.slick-arrow:hover {
|
||||
@@ -11490,13 +11941,6 @@ button.slick-arrow {
|
||||
.main-image-slider .nasa-nav-arrow.slick-prev {
|
||||
left: 15px;
|
||||
}
|
||||
.main-image-slider .nasa-nav-arrow svg {
|
||||
background: #fff;
|
||||
border: 1px solid #eee;
|
||||
}
|
||||
.main-image-slider .nasa-nav-arrow:hover:not(.slick-disabled) svg {
|
||||
border-color: #999;
|
||||
}
|
||||
.main-image-slider .nasa-nav-arrow:hover:not(.slick-disabled):hover, .main-image-slider .nasa-nav-arrow:hover:not(.slick-disabled):focus {
|
||||
color: #333333;
|
||||
}
|
||||
@@ -14142,6 +14586,9 @@ body {
|
||||
min-height: 100%;
|
||||
background-color: transparent;
|
||||
}
|
||||
body * {
|
||||
-webkit-tap-highlight-color: transparent;
|
||||
}
|
||||
body .nasa-only-rtl {
|
||||
display: none;
|
||||
}
|
||||
@@ -16838,6 +17285,7 @@ span.custom-icon-w-text i.checked {
|
||||
}
|
||||
.nasa-custom-animate .infinities-slide p {
|
||||
min-width: 300px;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
.nasa-custom-animate:hover .infinities-slide {
|
||||
animation-play-state: paused;
|
||||
@@ -17265,7 +17713,8 @@ span.custom-icon-w-text i.checked {
|
||||
top: 0;
|
||||
}
|
||||
|
||||
.nasa-modern-2 .product-item .add-to-cart-grid {
|
||||
.nasa-modern-2 .product-item .add-to-cart-grid,
|
||||
.nasa-modern-10 .product-item .add-to-cart-grid {
|
||||
width: 100%;
|
||||
margin-top: 5px;
|
||||
position: static;
|
||||
@@ -17277,15 +17726,18 @@ span.custom-icon-w-text i.checked {
|
||||
-ms-transform: translateY(0);
|
||||
transform: translateY(0);
|
||||
}
|
||||
.nasa-modern-2 .product-item .add-to-cart-grid .add_to_cart_text {
|
||||
.nasa-modern-2 .product-item .add-to-cart-grid .add_to_cart_text,
|
||||
.nasa-modern-10 .product-item .add-to-cart-grid .add_to_cart_text {
|
||||
text-transform: none;
|
||||
letter-spacing: 0;
|
||||
font-size: 14px;
|
||||
}
|
||||
.nasa-modern-2 .product-item .add-to-cart-grid .cart-icon {
|
||||
.nasa-modern-2 .product-item .add-to-cart-grid .cart-icon,
|
||||
.nasa-modern-10 .product-item .add-to-cart-grid .cart-icon {
|
||||
display: none;
|
||||
}
|
||||
.nasa-modern-2 .nasa-product-content-nasa_label-wrap {
|
||||
.nasa-modern-2 .nasa-product-content-nasa_label-wrap,
|
||||
.nasa-modern-10 .nasa-product-content-nasa_label-wrap {
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
@@ -17348,7 +17800,8 @@ span.custom-icon-w-text i.checked {
|
||||
color: transparent;
|
||||
}
|
||||
|
||||
.nasa-products-special-deal-for_time-2 .nasa-modern-2 .product-item .add-to-cart-grid {
|
||||
.nasa-products-special-deal-for_time-2 .nasa-modern-2 .product-item .add-to-cart-grid,
|
||||
.nasa-products-special-deal-for_time-2 .nasa-modern-10 .product-item .add-to-cart-grid {
|
||||
margin-top: 15px;
|
||||
}
|
||||
|
||||
@@ -17358,6 +17811,7 @@ span.custom-icon-w-text i.checked {
|
||||
}
|
||||
|
||||
.crazy-loading .nasa-modern-2 .add-to-cart-grid,
|
||||
.crazy-loading .nasa-modern-10 .add-to-cart-grid,
|
||||
.crazy-loading .nasa-modern-6 .add-to-cart-grid {
|
||||
display: none;
|
||||
}
|
||||
@@ -18095,7 +18549,7 @@ body .wcfmmp-product-geolocate-search-form i.wcfmmmp_locate_icon {
|
||||
margin-top: 1.5em;
|
||||
margin-bottom: 1.2em;
|
||||
border: 1px solid #efefef;
|
||||
padding: 10px 35px;
|
||||
padding: 10px 15px 15px 15px;
|
||||
text-align: center;
|
||||
-webkit-border-radius: 5px;
|
||||
-moz-border-radius: 5px;
|
||||
@@ -18106,6 +18560,18 @@ body .wcfmmp-product-geolocate-search-form i.wcfmmmp_locate_icon {
|
||||
padding: 0 10px;
|
||||
font-size: 15px;
|
||||
text-align: center;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
.ns-svg-pays {
|
||||
gap: 8px;
|
||||
}
|
||||
.ns-svg-pays svg {
|
||||
border: 1px solid rgba(0, 0, 0, 0.07);
|
||||
-webkit-border-radius: 3px;
|
||||
-moz-border-radius: 3px;
|
||||
border-radius: 3px;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
.payment_method_direct-debit fieldset {
|
||||
|
||||
Reference in New Issue
Block a user