Files
2025-05-20 12:36:47 +02:00

1677 lines
30 KiB
CSS

@font-face{
font-family: orifont;
src: url(https://furatalog.xyz/assets/fonts/LEVIBRUSH.TTF);
}
@font-face{
font-family: rubik;
src: url(https://furatalog.xyz/assets/fonts/Rubik-VariableFont_wght.ttf);
}
:root {
--dynamic-grid: min(100%, calc((31.25rem - 100%) * 1000));
}
html {
scroll-behavior: smooth;
height: 100%;
background-color: #121212 !important;
}
body {
font-family: rubik;
margin: 0;
background-color: #121212 !important;
font-size: 28px;
overflow-x: hidden;
overflow-y: visible;
width: 100%;
height: min-content;
min-height: 100%;
margin-right: -50%;
z-index: -999;
overflow-wrap: anywhere;
}
icon {
font-family: 'Material Icons';
text-shadow: 0px 0px 7px #000000;
}
::-webkit-scrollbar {
width: 0px;
height: 0px;
}
::-webkit-scrollbar-track {
background: transparent;
}
::-webkit-scrollbar-thumb {
background: #1e1e1e;
}
::-webkit-scrollbar-thumb:hover {
background: gray;
}
.content {
padding: 16px;
}
.header {
padding: 30px;
text-align: center;
font-family: orifont;
}
.header h2 {
color: white;
}
.header p {
color:gray;
}
#navbar {
white-space: nowrap;
max-height: 46.7;
background-color: #1e1e1e;
border-radius: 10px;
margin-left: calc(10% + 5px);
margin-right: calc(10% + 5px);
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
position: sticky;
z-index: 99;
transition: 0.1s;
}
#navbar.ontop {
z-index: 999;
}
#navbar a {
display: inline-block;
color: grey;
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-size: 17px;
}
#navbar a:hover {
color: white;
}
#navbar a.active {
color: white;
}
#navbar::-webkit-scrollbar-thumb:hover {
background: transparent;
}
#navbar .nav-spacer {
padding: 14px 3px;
cursor: default;
}
#navbar .nav-spacer:hover {
color: grey;
}
.activeA {
color: white !important;
}
.column {
float: left;
margin: 5px;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
border-radius: 10px;
padding: 10px;
min-height: 300px;
height: fit-content;
background-color: #1e1e1e;
display: grid;
cursor: pointer;
transition-property: all;
grid-template-rows: auto 1fr auto;
position: relative;
transition: 0.3s;
z-index: 80;
}
.column a {
color:white;
z-index: 1;
}
.column p {
color:gray;
}
.column:hover {
transition: 0.2s;
box-shadow: 0 8px 16px 0 rgba(0,0,0,0.7);
}
.mobileFilter {
height: 1px;
padding: 0px !important;
margin: 0px 40px 0px 40px;
background-color: rgb(110, 110, 110);
}
.barFilterL {
height: 1px;
padding: 0px !important;
margin: 0px 0px 0px 40px;
background-color: rgb(110, 110, 110);
}
.barFilterR {
height: 1px;
padding: 0px !important;
margin: 0px 40px 0px 0px;
background-color: rgb(110, 110, 110);
}
.row {
width: 90%;
min-width: 800px;
padding: 5px;
--min-grid-absolute-size: 12rem;
--max-grid-relative-size: 20%;
display: grid;
grid-template-columns: repeat(auto-fill,minmax(max(min(var(--min-grid-absolute-size),100%),var(--max-grid-relative-size) - 1rem),1fr));
gap: 1rem;
z-index: -100;
min-height: 60%;
}
.row:after {
content: "";
display: table;
clear: both;
}
.card img {
width: 100%;
display: grid;
}
.imagecontainer {
width: 100%;
aspect-ratio: 1/1;
overflow: hidden;
align-items: center;
justify-content: center;
border-radius: 10px;
}
.imagecontainer::before {
content: "";
position: absolute;
top: 0px;
left: 0px;
height: 100%;
width: 100%;
}
.imagecontainer img {
object-fit: cover;
height: 100%;
width: 100%;
}
.container {
padding: 2px 16px;
border-radius: 5px !important;
height: fit-content;
position: relative;
display: grid;
}
.footer {
background-color: black;
height: 200px;
width: 100%;
box-shadow: 0px 10px 10px #121212 inset;
}
div.pagenav {
transform: translateX(-50%);
margin-left: 50%;
width: max-content;
padding-top: 40px;
}
.pagenav a {
text-decoration: none;
display: inline-flex;
padding: 4px;
width: 39px;
height: 32px;
min-width: 45px;
min-height: 45px;
text-align: center;
margin-left: 5px;
justify-content: center;
align-items: center;
}
.pagenav a:hover {
color: White;
}
.previous {
background-color: #1e1e1e;
color: gray;
box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}
.next {
background-color: #04AA6D;
color: white;
}
.round {
border-radius: 50%;
}
.addform {
width: 80%;
margin-left: 10%;
}
.addform form input, .addform form button {
border: 0;
border-radius: 5px;
padding: 3px;
width: calc(100% - 350px);
font-size: 20px;
margin-bottom: 10px;
box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
background-color: #1e1e1e;
color: gray;
}
.price1 {
width: calc(100% - 407.5px) !important;
}
.price2 {
padding-left: 5.5px !important;
width: 50px !important;
}
.addform form img {
border: 0;
border-radius: 5px;
width: 300px;
float: right;
}
.notify {
position: absolute;
bottom: 15px;
right: 15px;
background-color: rgba(128, 0, 0, 0.4);
color: red;
border-color: rgb(200, 0, 0);
border-width: 1px;
border-radius: 10px;
border-style: solid;
font-size: 15px;
padding: 5px;
}
.notify p {
padding: 1px;
margin: 0px;
}
.notify-good {
background-color: rgba(0, 128, 0, 0.4) !important;
color: green !important;
border-color: rgb(0, 200, 0) !important;
}
.check {
width: 20px !important;
height: 20px;
color: gray;
background-color: #1e1e1e !important;
}
.checkA {
color: grey;
}
.searchfield {
transition: 0.4s;
width: fit-content;
margin: 0px;
position: absolute;
top: 0px;
}
.searchfield .btn {
width: 0px;
height: 0px;
padding: 0px;
border: 0px;
display: block;
}
.searchfield input {
height: 46.6px;
right: 0;
position: absolute;
background-color: transparent;
border: none;
border-radius: 10px;
color: white;
font-size: 16px;
padding: 14px 16px;
}
.searchtxt {
position: absolute;
}
.searchtxt:hover {
color: gray !important;
cursor: default;
}
.searchfield input::-webkit-input-placeholder {
text-align: right;
color: gray;
font-size: 16px;
padding: 14px 16px;
}
.searchfield input:-moz-placeholder {
text-align: right;
color: gray;
font-size: 16px;
padding: 14px 16px;
}
textarea:focus, input:focus{
outline: none;
}
header {
padding: 5px;
padding-top: 10px;
display: grid;
grid-template-rows: 2fr 0fr 1fr !important;
gap: 0.5rem;
border-bottom: solid 0.0625rem rgb(var(--color)/var(--border-alpha));
}
header a {
font-size: large;
color:white;
font-size: 1rem;
line-height: 1.5;
--line-height: 1.5rem;
font-weight: 400;
}
footer {
position: absolute;
right: 15px;
bottom: 15px;
}
footer p {
color:gray;
bottom: 0px;
width: 100%;
display: grid;
}
footer p a {
padding: 0px;
margin: 0px;
text-decoration: none;
color: gray !important;
right: 30px;
float: right;
}
.searchtxt {
transition: 0.4s;
right: 0px;
cursor: text;
padding-left: 50px !important;
padding-right: 50px !important;
}
.floataway {
transition: 0.4s;
right: 190px !important;
}
.toFloataway:focus {
transition: 0.4s;
width: 195px !important;
padding: 14px 16px !important;
}
.toFloataway {
transition: 0.4s;
width: 0px;
padding-left: 0px !important;
padding-right: 0px !important;
}
.no-result {
height: calc(100% - 484.41px);
width: 100%;
display: flex;
justify-content: center;
align-items: center;
color: White;
font-size: clamp(50px, 50%, 100px);
}
.filter {
position: absolute;
top: 0px;
left: 0px;
background-color: #2e2e2e;
z-index: 299;
width: 100%;
height: 0%;
padding: 0px;
overflow-y: hidden;
transition: 0.2s;
}
.filterDisplay {
height: 100%;
transition: 0.2s;
overflow-y: scroll;
}
.filter-inner {
padding-top: 50px;
padding-bottom: 50px;
height: min-content;
width: 100%;
display: grid;
grid-template-columns: auto auto;
}
.filter-inner-acc {
padding-top: 50px;
padding-bottom: 50px;
height: min-content;
width: 100%;
display: grid !important;
grid-template-columns: 1fr 2fr;
min-height: calc(100% - 100px);
}
.filter-inner-acc * {
color: white;
}
.filter-last {
height: 0px;
}
.disableScrollbar {
overflow: hidden;
}
.disableScrollbarMobile {
height: 200%;
max-height: 200%;
}
.filter-container-item {
padding: 20px;
font-size: 30px;
text-align: center;
min-height: calc(100% - 30);
}
.filter-inner h3, .filter-inner-acc h3 {
color: white;
text-shadow: -2px 2px 2.5px darkslategray;
margin-bottom: 10px;
}
.filter-inner a, .filter-inner-acc a {
color: gray;
text-decoration: none;
display: block;
}
.sticky {
top: 0;
/*width: 100%;*/
margin: 0px !important;
border-radius: 0px !important;
}
.sticky2 {
position: fixed !important;
}
.sticky + .content {
padding-top: 60px;
}
.threedots-r {
color:gray;
background-color:transparent;
padding-left:4px !important;
cursor: default;
}
.threedots-l {
color:gray;
background-color:transparent;
padding-left: 4px !important;
cursor: default;
}
.addHeight {
height: 100%;
}
.nsfw-filter {
position: absolute;
border-radius: 10px;
height: -webkit-fill-available;;
width: 100%;
z-index: 97;
backdrop-filter: blur(15px);
cursor: pointer;
padding-top: 50%;
text-align: center;
}
.nsfw-filter::before {
content: "";
position: absolute;
top: 0px;
left: 0px;
height: 100%;
width: 100%;
z-index: 98;
}
.nsfw-filter a.btn {
position: relative;
margin-top: 20px;
padding: 8px 16px;
border-radius: 10px;
background-color: rgba(0, 0, 0, 0.19);
}
.nsfw-filter a.txt {
position: relative;
margin-top: 20px;
}
.nsfw-ask {
/*transform: translateX(-50%);*/
background-color: #1e1e1e;
color: #fff;
text-align: center;
border-radius: 2px;
padding: 16px;
position: fixed;
z-index: 98;
right: 30px;
bottom: 30px;
font-size: 17px;
border-radius: 10px;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.nsfw-ask a {
text-decoration: none;
color: gray
}
.nsfw-ask .nsfwbtn {
text-decoration: none;
color: gray;
padding: 8px 16px;
background-color: #2e2e2e;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
border-radius: 10px;
margin-right: 10px;
}
.nsfw-ask br {
height: 5px;
}
.nsfw-ask .btns {
margin-top: 5px;
padding: 5px;
}
.nsfw-text {
margin-bottom: 10px;
display: inline-block;
}
.discord {
/*transform: translateX(-50%);*/
background-color: #1e1e1e;
color: #fff;
text-align: center;
border-radius: 2px;
padding: 16px;
position: fixed;
z-index: 98;
right: 30px;
bottom: 30px;
font-size: 17px;
border-radius: 10px;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.discord a {
text-decoration: none;
color: gray
}
.discord .nsfwbtn {
text-decoration: none;
color: gray;
padding: 8px 16px;
background-color: #2e2e2e;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
border-radius: 10px;
margin-right: 10px;
}
.discord br {
height: 5px;
}
.discord .btns {
margin-top: 5px;
padding: 5px;
}
.discord-wp {
/*transform: translateX(-50%);*/
background-color: #1e1e1e;
color: #fff;
text-align: center;
border-radius: 2px;
padding: 16px;
position: fixed;
z-index: 98;
right: 30px;
bottom: 140px;
font-size: 17px;
border-radius: 10px;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.discord-wp a {
text-decoration: none;
color: gray
}
.discord-wp .discordbtn {
text-decoration: none;
color: gray;
padding: 8px 16px;
background-color: #2e2e2e;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
border-radius: 10px;
margin-right: 10px;
}
.discord-wp br {
height: 5px;
}
.discord-wp .discord-btns {
margin-top: 5px;
padding: 5px;
}
.discord-text {
margin-bottom: 10px;
display: inline-block;
}
.previewButton {
position: absolute;
right: 10px;
top: 10px;
padding: 4px 8px;
border-radius: 0px 10px 0px 10px;
font-size: 20px;
background-color: rgba(0,0,0,0.3);
text-decoration: none;
}
.likeButton {
position: absolute;
left: 10px;
top: 10px;
padding: 4px 8px;
font-size: 20px;
text-decoration: none;
}
.likeButton:hover {
content: "<icon>favorite</icon>";
}
.deletebutton {
cursor: pointer;
}
#insertData {
position: absolute;
visibility: hidden;
transition: 0.2s;
top: 0px;
left: 0px;
height: 100%;
width: 60%;
z-index: 200;
padding: 5% 20%;
background-color: transparent;
}
#insertWindow {
visibility: hidden;
transition: 0.2s;
height: 80%;
width: 60%;
z-index: 210 !important;
background-color: #1e1e1e;
border-radius: 10px;
overflow: scroll;
padding: 10px;
position: absolute;
top: 10%;
height: 70%;
}
#previewProduct {
position: absolute;
visibility: hidden;
transition: 0.2s;
top: 0px;
left: 0px;
height: 100%;
z-index: 200;
width: 100%;
background-color: transparent;
padding-bottom: 100px;
}
#productPage {
visibility: hidden;
transition: 0.2s;
height: 80%;
width: 60%;
z-index: 210 !important;
background-color: #1e1e1e;
border-radius: 10px;
overflow: scroll;
padding: 10px;
min-width: 1100px;
min-height: 700px;
position: absolute;
transform: translateY(-50%) translateX(-50%);
left: 50%;
top: calc(50% - 20px);
height: 70%;
}
#productImageContainer {
position: absolute;
width: 60%;
height: 50%;
align-items: center;
justify-content: center;
display: flex;
padding: 5px 10px;
border-radius: 10px;
background-color: #0e0e0e;
display: none;
overflow: hidden;
}
#productImageContainer img {
height: 100%;
}
#productImageContainer video {
height: 100%;
z-index: 100;
}
#productImageContainerButtons a.first {
padding-right: calc(50% - 30px);
height: 100%;
display: flex;
align-items: center;
}
#productImageContainerButtons a.second {
padding-left: calc(50% - 30px);
height: 100%;
display: flex;
align-items: center;
}
#productImageContainerButtons {
position: absolute;
width: 60%;
height: 50%;
align-items: center;
justify-content: center;
display: flex;
padding: 5px 10px;
display: none;
}
.backback {
position: absolute;
height: 100%;
width: 100%;
left: 0px;
top: 0px;
z-index: 205;
}
.backgroundYES {
background-color: rgba(0,0,0,0.3) !important;
}
.displayBlock {
display: block;
}
.visibilityVisible {
visibility: visible !important;
}
#productDescription {
position: absolute;
font-size: 20px;
width: 60%;
height: calc(50% - 40px);
left: 10px;
top: calc(50% + 20px);
padding: 5px 10px;
border-radius: 10px;
color: white !important;
text-decoration: none;
}
#productDescription a {
color: white !important;
}
#productMetaData {
position: sticky;
width: 35%;
height: calc(100% - 10px);
right: 0px;
top: 0px;
justify-content: center;
padding: 5px 10px;
border-radius: 10px;
margin-left: calc(65% - 20px);
color: gray !important;
display: none;
}
#productImageContainer a {
text-decoration: none;
}
#creatorSection {
padding: 10px;
display: flex;
align-items: center;
justify-content: space-around;
height: min-content;
}
#creatorImg {
border-radius: 10px;
}
#creatorName {
width: 100%;
text-align: center;
}
#ratingSection {
margin: 20px 5px 5px 5px;
padding: 5px;
display: none;
flex-direction: column;
flex-wrap: nowrap;
font-size: 20px;
position: relative;
}
.pfGlobal {
background-color: gray !important;
height: calc(100% - 4px);
/* margin: 2px; */
border-style: solid;
border-color: gray;
border-width: 1px;
border-radius: 5px;
}
#progressbar {
width: 100%;
margin-left: 5px;
height: 100%;
border-style: solid;
border-color: gray;
border-width: 1px;
border-radius: 5px;
padding: 2px;
padding-right: 4px;
padding-bottom: 0px;
}
.RGlobal {
display: grid;
align-items: center;
height: 30px;
padding: 4px 8px;
justify-content: space-evenly;
grid-template-columns: 0.2fr 0.1fr 1fr;
justify-items: stretch;
}
.RGlobal g {
width: 30px;
min-width: 1em;
margin-left: auto;
font-size: 10;
text-align: right;
}
#purchaseSection {
bottom: 20px;
width: calc(100% - 20px);
padding: 10px;
display: flex;
flex-direction: row;
justify-content: space-between;
flex-wrap: nowrap;
align-items: baseline;
}
#gotoproduct {
padding: 10px 15px;
border-radius: 10px;
text-decoration: none;
background-color: #0e0e0e;
color: white !important;
text-align: center;
visibility: hidden;
}
#purchasePrice {
width: max-content;
text-align: center;
}
#productMetaData a {
color: gray !important;
}
#containsSection {
height: 250px;
overflow-y: scroll;
}
.contentTribute {
font-size: 20px;
border-bottom-style: solid;
border-bottom-width: 1px;
display: flex;
justify-content: space-between;
flex-direction: row;
flex-wrap: nowrap;
}
.contentSum {
text-align: center;
font-size: 20px;
font-weight: 150;
display: block;
width: 100%;
border-bottom: solid 1px white;
}
.species-cat {
display: flex;
flex-direction: column;
align-content: center;
flex-wrap: wrap;
}
.species-cat-item {
width: 50%;
}
.loader {
border: 16px solid #f3f3f3;
border-radius: 50%;
border-top: 16px solid #5a5a5a;
border-right: 16px solid rgb(59, 59, 59);
border-bottom: 16px solid rgb(59, 59, 59);
border-left: 16px solid rgb(59, 59, 59);
width: 60px;
height: 60px;
-webkit-animation: spin 1s linear infinite; /* Safari */
animation: spin 1s linear infinite;
}
.column-main {
float: left;
width: calc(33.33% - 30px);
padding: 10px 15px;
max-height: calc(100% - 272px);
min-height: calc(100% - 272px);
position: relative;
display: flex;
align-items: center;
justify-content: center;
box-shadow: inset 0 45px 20px -20px #121212;
}
.column-main a {
color: white;
display: flex;
justify-content: center;
text-decoration: none;
font-family: orifont;
font-size: xxx-large;
}
.column-main a::before {
content: "";
position: absolute;
top: 0px;
left: 0px;
height: 100%;
width: 100%;
}
.col1 {
background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
url("https://public-files.gumroad.com/ffgjnu1jmnc5oxnxhlqx9aj2huhu");
background-position: center;
background-repeat: no-repeat;
background-size: cover;
transition: 0.2s;
}
.col1:hover {
background-image: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)),
url("https://public-files.gumroad.com/ffgjnu1jmnc5oxnxhlqx9aj2huhu");
}
.col2 {
background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
url("https://public-files.gumroad.com/wk6hdfanyrjwm1nruld9pfnfzg9y");
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.col2:hover {
background-image: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)),
url("https://public-files.gumroad.com/wk6hdfanyrjwm1nruld9pfnfzg9y");
}
.col3 {
background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
url("https://booth.pximg.net/63bb113e-c342-4a1d-9041-17363a0b3811/i/4615547/9639d0fc-d290-4bb3-9418-0840b75c97eb_base_resized.jpg");
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.col3:hover {
background-image: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)),
url("https://booth.pximg.net/63bb113e-c342-4a1d-9041-17363a0b3811/i/4615547/9639d0fc-d290-4bb3-9418-0840b75c97eb_base_resized.jpg");
}
.col4 {
box-shadow: none;
width: calc(100% - 30px) !important;
background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
url("https://public-files.gumroad.com/6s31pw5838bavkhdrgckizymduw7");
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.col4:hover {
background-image: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)),
url("https://public-files.gumroad.com/6s31pw5838bavkhdrgckizymduw7");
}
.row-main:after {
content: "";
display: table;
clear: both;
}
#homebutton {
margin-left: 10px;
}
@media screen and (max-width: 600px) {
.column-main {
width: 100%;
box-shadow: none;
}
}
#productLoading {
position: absolute;
z-index: 500;
display: flex;
height: calc(100% - 20px);
width: calc(100% - 20px);
align-content: center;
flex-wrap: wrap;
justify-content: center;
}
#login-form {
width: 100%;
display: flex;
height: 100%;
flex-direction: column;
justify-content: center;
align-items: center;
}
#uuidInput {
box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 8px 0px, rgba(0, 0, 0, 0.19) 0px 6px 20px 0px;
width: 80%;
border-radius: 10px;
padding: 10px 15px;
border: none;
margin-bottom: 15px;
background-color: #5a5a5a;
color: white;
}
#login-button, #logout-button, #reg-button {
box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 8px 0px, rgba(0, 0, 0, 0.19) 0px 6px 20px 0px;
width: 80%;
border-radius: 10px;
padding: 10px 15px;
border: none;
background-color: #5a5a5a;
cursor: pointer;
color: white;
}
#login-form h2 {
color: white;
}
#login-form form {
width: 100%;
}
.line {
height: 1px;
width: 60%;
background-color: #5a5a5a;
}
#avaliMode {
cursor: pointer;
}
#wishlist {
border: none;
border-collapse: collapse;
height: fit-content;
overflow-y: scroll;
box-sizing: unset;
text-wrap: unset;
max-width: calc(100% - 20px);
white-space: nowrap;
color: white;
}
#wishlist * {
color: white;
}
#login-form a {
font-size: 20px;
}
#wishlist td, #wishlist th {
text-align: left;
padding: 8px;
}
#wishlist tr:nth-child(even) {
background-color: #444444;
}
@-webkit-keyframes spin {
0% { -webkit-transform: rotate(0deg); }
100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
@media only screen and (min-width: 700px) {
.row {
transform: translateX(-50%);
margin-left: 50%;
margin-right: 0px;
}
}
#productDescription img {
max-width: 100%;
}
#purchaseSection2 {
bottom: 20px;
width: calc(100% - 20px);
padding: 10px;
display: flex;
flex-direction: row;
justify-content: space-between;
flex-wrap: nowrap;
align-items: baseline;
display: none;
color: white
}
#gotoproduct2 {
padding: 10px 15px;
border-radius: 10px;
text-decoration: none;
background-color: #0e0e0e;
color: white !important;
text-align: center;
visibility: hidden;
}
#purchasePrice2 {
width: max-content;
text-align: center;
}
#menubutton {
display: none !important;
color: gray;
}
@media screen and (max-width: 800px) {
#navbar a:not(:first-child) {display: none;}
#navbar a.icon {
float: right;
display: block;
}
}
@media screen and (max-width: 800px) {
#navbar.responsive {position: sticky;}
#navbar.responsive a.icon {
position: absolute;
right: 0;
top: 0;
}
#navbar.responsive a {
float: none !important;
display: block;
text-align: left;
}
#navbar a.nav-spacer {
display: none;
}
#navbar {
max-height: unset;
overflow-y: clip;
}
#searchdiv {
float: none !important;
bottom: 0px;
position: absolute;
width: 100%;
top: 237px;
}
.searchtxt {
float: left;
position: static;
padding: 14px 16px !important;
}
#searchfield {
width: 100%;
}
#sinp {
position: static;
width: 100%;
}
#menubutton {
display: block !important;
cursor: pointer;
position: absolute;
top: 0px;
right: 0px;
}
}
@media only screen and (max-width: 1000px) {
#productDescription {
margin-top: 60% !important;
}
}
@media only screen and (max-width: 1120px), only screen and (max-height: 720px) {
#productPage {
transition: 0.2s !important;
height: 100% !important;
width: 100% !important;
border-radius: 0px !important;
min-width: unset;
min-height: unset;
margin-top: 20px;
padding-top: 11px;
padding-right: 0px;
padding-left: 0px;
}
#productDescription {
position: static;
font-size: 20px;
width: calc(100% - 20px);
height: unset;
left: 10px;
top: calc(50% + 20px);
padding: 5px 10px;
border-radius: 10px;
color: white !important;
text-decoration: none;
margin-top: 25%;
}
#productMetaData {
position: static;
width: calc(100% - 20px);
height: 100%;
right: unset;
top: 0px;
justify-content: unset;
border-radius: 0px;
margin-left: 0px;
color: gray !important;
display: none;
height: initial;
margin-bottom: 100px;
}
#productMetaDataContainer {
margin-bottom: 100px;
}
#productImageContainer {
position: absolute;
width: 100%;
height: 25%;
align-items: center;
justify-content: center;
display: flex;
padding: 0px;
border-radius: 10px;
background-color: #0e0e0e;
display: none;
overflow: hidden;
left: 0;
}
#productImageContainerButtons {
position: absolute;
width: 100%;
height: 25%;
align-items: center;
justify-content: center;
display: flex;
padding: 0px;
display: none;
left: 0;
}
#containsSection {
height: initial;
}
#purchaseSection {
display: none;
}
#purchaseSection2 {
height: min-content;
width: calc(100% - 100px);
left: 0px;
margin: 0px 40px 0px 40px;
background-color: #2e2e2e;
border-radius: 10px;
font-size: 20px;
display: flex;
position: sticky;
top: calc(100% - 250px);
z-index: 500;
height: 130px;
}
#purchasePrice2 {
padding: 10px 15px;
border-radius: 10px;
text-decoration: none;
background-color: #0e0e0e;
}
}
@media only screen and (max-width: 1000px) {
icon {
font-size: 50px;
}
.filter-inner-acc {
grid-template-columns: auto;
}
#wishlist {
display: block;
width: 100%;
padding: 10px;
min-height: unset;
}
.row {
width: calc(100% - 10px);
min-width: 0px !important;
max-width: 100% !important;
--min-grid-absolute-size: 12rem;
--max-grid-relative-size: 100%;
grid-template-columns: repeat(auto-fill,minmax(max(min(var(--min-grid-absolute-size),100%),var(--max-grid-relative-size) - 1rem),1fr));
}
#navbar {
width:100%;
border-radius: 0px;
margin-left: 0px;
margin-right: 0px;
}
.column {
width: calc(100% - 40px);
}
body {
width: 100%;
}
div.pagenav {
width: max-content !important;
}
.inner-dropdown {
display: grid;
gap: 0px;
grid-template-columns: auto auto;
border-radius: 10px;
}
.inner-dropdown2 {
background-color: #2e2e2e !important;
}
.no-result {
font-size: 30px;
}
.filter-inner{
grid-template-columns: auto !important;
}
.searchtxt {
transition: 0.4s;
right: 0px;
cursor: text;
}
.floataway {
display: none;
transition: 0.4s;
right: 190px !important;
color: transparent !important;
}
.floataway:hover {
color: transparent !important;
}
.toFloataway:focus {
transition: 0.4s;
width: 130px !important;
padding: 14px 16px !important;
}
.toFloataway {
transition: 0.4s;
width: 0px;
padding-left: 0px !important;
padding-right: 0px !important;
}
.filterDisplay {
height: 100% + 100px;
transition: 0.2s;
overflow-y: scroll;
padding-bottom: 100px;
}
.filter-last {
height: 50px;
}
}