
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&family=Source+Code+Pro:ital,wght@0,200..900;1,200..900&display=swap');

* {
    font-family: "Outfit";
    font-weight: 400;
}

.navbar-brand {
    font-weight: 500 !important;
}


*::-webkit-scrollbar {
    display: none; /* Safari and Chrome */
}

html, body {
    overflow-x: hidden !important;
    overflow-y: auto;
}

body {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
    background-color: #1a1a1a;
    width: 100%;
    height:100%;
    margin: auto;
    padding: 0;
    color: white;
    font-family: 'Work Sans', sans-serif !important;
    font-size: 1rem;
    text-align: center;
}

#footer {
    bottom: 0;
    left: 1em;
    color: white;
}

a {
    color: white;
    text-decoration: none;
    transition: color 1s
}

p {
    margin-bottom: 0;
}

.exo {
    font-family: 'Exo', sans-serif !important;
}

.montserrat {
    font-family: 'Montserrat', sans-serif !important;
}

.sourcecodepro {
    font-family: 'Source Code Pro', monospace !important;
}

.worksans {
    font-family: 'Work Sans', sans-serif !important;
}

.headertocontent {
    margin-bottom: 4em;
}

.headerbreak {
    margin-bottom: 1em;
}

.customheader {
    padding: 5px !important;
}

.headerimage {
    box-shadow: inset 0 0 0 1000px rgba(0,0,0,.5);
    background-image: url('../../assets/headerimage.jpg');
    height: 75%;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
}

.headerimagehome {
    box-shadow: inset 0 0 0 1000px rgba(0,0,0,.5);
    background-image: url('../../assets/headerimage.jpg');
    height: 100%;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
    border-bottom-color: #141414;
    border-bottom-style: solid;
    border-bottom-width: 3px;
    margin-bottom: 4em;
}

.navbar-nav {
    margin-left: auto;
    margin-right: 0;
}

.customheader {
    z-index: 5 !important;
}

.nav-link {
    color: white !important;
}

.nav-link i {
    margin-top: 0.2em;
}

.navbar-brand {
    color: white !important;
    font-weight: 700;
}

.navbar-toggler {
    color: white;
    border-color: white;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(255,255,255)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.bg-none {
    background-color: transparent !important;
}

table {
    background-color: rgba(41, 41, 41, 0.3);
    line-height: 1;
    width: 100% !important;
    overflow-x: auto;
    overflow-y: auto;
}

.customDiv {
    width: 100%;
    max-height: 25em;
    overflow-y: auto;
}

.customDiv2 {
    width: 100%;
    height: 50em;
    max-height: 50em;
    overflow-y: auto;
}

.customDivNotifications {
    width: 100%;
    max-height: 38em;
    overflow-y: auto;
}

.notiparagraph {
    font-size: 0.8em;
    text-align: start;
    word-wrap: break-word;
}

.notidate {
    font-size: 0.6em;
    text-align: start;
    word-wrap: break-word;
}

.gallery {
    padding: 2em;
}

.gallery img {
    width: 100% !important;
    height: auto !important;
    margin-bottom: 1em;
    margin-left: auto !important;
    margin-right: auto !important;
    border-radius: 0.2em;
    border-width: 2px;
    border-style: solid;
    transition: filter ease-in-out .15s;
}

.gallery img:hover, .gallery img:focus {
    filter: grayscale(50%);
}

.middlecontent {
    margin-top: 6em;
}

.midtitle {
    font-weight: 700;
    font-size: 7em;
}

.midpg {
    margin-top: 0.5em;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3.5em;
}

.midbutton {
    color: white;
    padding: 1em;
    border-radius: 2em;
    font-size: 1.4em;
    font-weight: 700;
    border-style: solid;
    border-width: 2px;
    transition: border-color ease-in-out .2s;
}

.midbutton:hover, .midbutton:focus {
    color: white;
    border-color: white !important;
}

.midarrow {
    margin-top: 3.8em;
    font-size: 4em;
    transition: color ease-in-out .2s;
}

.midarrow:hover, .midarrow:focus {
    color: white !important;
}

.mobile {
    display: none;
    visibility: hidden;
}

.tablet {
    display: none;
    visibility: hidden;
}

.desktop {
    display: block;
    visibility: visible;
}

.footerimage {
    box-shadow: inset 0 0 0 1000px rgba(0,0,0,.4);
    height: auto;
    border-top-color: #141414;
    border-top-style: solid;
    border-top-width: 3px;
    padding-left: 10em;
    padding-right: 10em;
    padding-top: 2em;
    padding-bottom: 2em;
}

.footerheader {
    font-weight: 700;
    font-size: 1.2em;
    margin-bottom: 0.8em;
}

.footeritem, .footeritemone {
    margin-top: 0.4em;
}

.nobullets {
    list-style: none !important;
}

.piciconhome {
    font-size: 2.8em;
    padding: 0.4em;
    border-radius: 0.4em;
    margin-left: auto;
    margin-right: auto;
    width: 2em;
    margin-bottom: 0.2em;
}

.statdata h2 {
    font-weight: 700;
}

.statdata p {
    margin-bottom: 1em;
}

.spacingstats {
    margin-left: 2em;
    margin-right: 2em;
}

.carousel {
    width: 50em;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.btnnostyle {
    margin-top: 0 !important;
    padding: 0 !important;
    background-color: transparent !important;
    border-style: none;
    border-color: transparent;
}

.carticon, .notiicon {
    color: white;
}

.closebutton {
    color: white;
    font-size: 2em;
}

.accordion-button, .accordion-button:hover, .accordion-button:focus, .accordion-button::after {
    color: white !important;
    border-radius: 0 !important;
}

.bg-main {
    background-color: #1a1a1a !important;
}

.homepagelogodisplay {
    width: 100%;
    height: auto;
}

.mtheader-1 {
    margin-top: 16em !important;
}

.mtheader-2 {
    margin-top: 11em !important;
}

.boxshadowlight {
    box-shadow: inset 0 0 0 1000px rgba(0,0,0,.4);
}

.boxshadowlol {
    box-shadow: inset 0 0 0 1000px rgba(0,0,0,.5);
}

.noboxshadow {
    box-shadow: none;
}

.noborders {
    border: none;
}

.reviewbox {
    margin-left: 1em;
    margin-right: 1em;
    margin-bottom: 2em;
    padding: 1em;
    border-radius: 1em;
    border-style: solid;
    border-width: 3px;
    width: 30em;
}

.reviewlogo {
    width: 8em;
    height: auto;
    border-radius: 50%;
    border-style: solid;
    border-width: 3px;
}

.reviewheader {
    margin-top: 0.2em;
    margin-bottom: 0.4em;
    font-weight: 700;
}

.reviewstars {
    margin-top: 0.8em;
}

.nohovereffecta:hover {
    color: white;
}

.btn-outline-theme {
    color: white;
    background-color: transparent;
    border-width: 2px;
    border-style: solid;
    border-radius: 0.4em;
    transition: background-color ease-in-out .2s;
}

.btn-theme:hover {
    color: white;
    box-shadow: inset 0 0 0 1000px rgba(0,0,0,.3);
}

.form-select option {
    background-color: #181818;
    color: white;
}

.reviewbottommargin {
    margin-bottom: 0.5em;
}

.textareareview, .textareareview:focus, .textareareview:hover {
    background-color: transparent;
    color: white;
}

.darkinputcolor, .darkinputcolor:focus, .darkinputcolor:hover {
    background-color: transparent;
    color: white;
}

.paymentbutton {
    width: 100%;
    margin-bottom: 0.6em;
}

.stripepayment {
    background-color: #5433FF;
    color: white;
}

.stripepayment:hover, .stripepayment:focus {
    background-color: #5433FF;
    color: white;
    border-color: white;
}

.paypalpayment {
    background-color: #003087;
    color: white;
}

.paypalpayment:hover, .paypalpayment:focus {
    background-color: #003087;
    color: white;
    border-color: white;
}

.keepshopping:hover, .keepshopping:focus {
    border-color: white;
}

.addproductselectgroup {
    width: 40em;
}



.filterblur {
    filter: blur(3px);
    transition: filter ease-in-out .15s;
}

.filterblurextra {
    filter: blur(5px);
    transition: filter ease-in-out .15s;
}

.filterblur:hover, .filterblur:focus, .filterblurextra:hover, .filterblurextra:focus {
    filter: blur(0px);
}

.productbox {
    padding: 1em;
    border-radius: 0.4em;
    margin-bottom: 1.4em;
}

.productimagelist {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: auto;
    border-radius: 0.2em;
    margin-bottom: 0.6em;
    transition: border-radius ease-in-out .2s;
}

.producttitlelist {
    font-weight: 700;
    font-size: 1.8em;
    margin-bottom: 0.2em;
}

.productpricelist {
    font-size: 1.6em;
}

.productbuttonlist {
    width: 100%;
    margin-bottom: 0.4em;
    border-radius: 0.2em;
}

pre.hljs div {
	position: relative;
	float: right;
	background: #2A2A2A;
	border-radius: 0.2em;
}

pre.hljs div svg {
	-moz-transition: fill 0.25s ease;
	-webkit-transition: fill 0.25s ease;
	-ms-transition: fill 0.25s ease;
	transition: fill 0.25s ease;
	vertical-align: middle;
	height: 1.5em;
  	width: 1.5em;
	fill: rgba(92, 95, 110, 0.884);
	margin: 0.5em;
}

pre.hljs div svg:hover {
	fill: rgba(163, 164, 172, 0.884);
	cursor: pointer;
}

.hljs {
	display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #ebebeb;
	font-family: 'Courier Prime', monospace;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #1F1F1F;
    border: 1px solid #969696;
    border-radius: 4px;
    text-align: start;
}

.hljs-comment,
.hljs-quote {
	color: #998;
	font-style: italic
}

.hljs-keyword,
.hljs-selector-tag,
.hljs-subst {
	color: #c36ec1;
	font-weight: bold
}

.hljs-number,
.hljs-literal,
.hljs-variable,
.hljs-template-variable,
.hljs-tag .hljs-attr {
	color: #cd9663
}

.hljs-string,
.hljs-doctag {
	color: #97c075
}

.hljs-property {
	color: #dc686d
}

.hljs-params {
	color: #dc686d
}

.hljs-title,
.hljs-section,
.hljs-selector-id {
	color: #61a7dc;
	font-weight: bold;
}

.hljs-subst {
	font-weight: normal
}

.hljs-type,
.hljs-class .hljs-title {
	color: #458;
	font-weight: bold
}

.hljs-tag,
.hljs-name,
.hljs-attribute {
	color: #000080;
	font-weight: normal
}

.hljs-regexp,
.hljs-link {
	color: #009926
}

.hljs-symbol,
.hljs-bullet {
	color: #990073
}

.hljs-built_in,
.hljs-builtin-name {
	color: #0086b3
}

.hljs-meta {
	color: rgb(165, 50, 180);
	font-weight: bold
}

.hljs-deletion {
	background: #fdd
}

.hljs-addition {
	background: #dfd
}

.hljs-emphasis {
	font-style: italic
}

.hljs-strong {
	font-weight: bold
}

code {
    font-family: 'Lucida Console', 'Courier New', monospace;
    font-weight: normal;
    text-indent: 0;
    letter-spacing: 0;
    font-size: 0.9em;
    /* margin: 0 0.25em; */
    padding: 0.25em 0.5em;
    background-color: rgba(144,144,144,0.25);
    border-radius: 0.25em;
    color: rgb(243, 243, 243);
}

pre code {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #ebebeb;
    font-family: 'Courier Prime', monospace;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #4b4b4b;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.codeforced {
    font-family: 'Lucida Console', 'Courier New', monospace;
    font-weight: normal;
    text-indent: 0;
    letter-spacing: 0;
    font-size: 0.9em;
    /* margin: 0 0.25em; */
    padding: 0.25em 0.5em;
    background-color: rgba(144,144,144,0.25);
    border-radius: 0.25em;
    color: rgb(243, 243, 243);
}

.searchbox, .searchbox:hover, .searchbox:focus {
    background-color: #111111;
    color: white;
}

.bg-thatdark {
    background-color: #111111 !important;
    color: white;
}

.wowcoolboxlol {
    width: 20em;
    margin-left: auto;
    margin-right: auto;
    border-radius: 0.2em;
}

.footeradvertisement {
    margin-left: auto;
    margin-right: auto;
    height: auto;
    width: 40%;
    border-style: solid;
    border-radius: 0.2em;
    transition: filter ease-in-out .2s;
}

.footeradvertisement:hover, .footeradvertisement:focus {
    filter: brightness(0.95);
}

.productfeat {
    width: 68%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    border-radius: 0.2em;
    border-style: none;
}

.productfeat::after {
    box-shadow: inset 0 0 100px black !important;
}

.productdesc {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    opacity: .9;
}
.productdesc p{
    font-size: 20px
}

.productpagecontainer .convertImage {
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: auto;
}

.productimagecarousel {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.productSlideshowImage {
    display: block;
    width: 100%;
    height: 20em;
}

.productimagecarouselmodal {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: 36em;
}

.productSlideshowImageModal {
    display: block;
    width: 100%;
    height: 36em;
}

.shopitempricemain {
    font-size: 2.6em;
    font-weight: 700;
}

.shopitempaybutton {
    margin-top: 0.4em;
    width: 100%;
}

.shopitempaybuttontop {
    margin-bottom: 1em;
    width: 30%;
    margin-left: 0.4em;
    margin-right: 0.4em;
}

.breadcrumb-item {
    font-weight: 700;
}

.shopitemheader {
    margin-top: 0.2em;
    font-weight: 700;
}

.cookiething {
    position: fixed;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.93);
    padding-left: 2.4em;
    padding-right: 2.4em;
    padding-top: 4em;
    padding-bottom: 4em;
    text-align: center;
    color: white;
    width: 100%;
    opacity: 0;
    display: none;
    visibility: hidden;
}

.cookiething h3 {
    font-weight: 700;
}

.cookieshow {
    opacity: 1;
    display: block;
    visibility: visible;
}

.notificationbuttons {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin-bottom: 5em;
}

.mobilenavbarlogo {
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    bottom: 0;
    margin-bottom: 1em;
    left: 0;
    right: 0;
    max-width: 10em;
}

.navbarlogo {
    width: 4em;
    height: auto;
    margin-right: 1em;
}

.convertPara {
    margin-bottom: 0.6em;
    word-break: break-word;
}

.receiptlogo {
    width: 8em;
    height: auto;
    margin-right: 0;
    margin-left: auto;
}

.receiptbox {
    padding: 4em;
}

.receiptbox {
    padding: 4em;
}

.receiptheader {
    font-size: 3em;
    font-weight: 700;
}

.psiconadmin {
    width: 8em;
    height: auto;
    border-radius: 0.4em;
    margin-bottom: 0.4em;
    margin-top: 1em;
}

.psbuttonadmin {
    width: 100%;
    margin-bottom: 0.4em;
}

.psbuttonadmina {
    width: 70%;
}

.adminnavbutton {
    margin-top: 0.2em;
    margin-bottom: 0.2em;
    max-width: 200px;
    max-height: 150px;
}

.adminnavbutton a {
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px !important;
}
.adminnavbutton p a {
    width: 100%;
}

.censored {
    filter: blur(5px);
    transition: filter ease-in-out .1s;
}

.censored:hover, .censored:focus {
    filter: blur(0px);
}

.migrationProdImage {
    width: 100%;
    height: auto;
    border-radius: 0.2em;
    margin-bottom: 0.6em;
}

.migrationColumnLol {
    margin: 0.4em;
    border-radius: 0.4em;
    padding: 1.5rem !important;
}

form {
    margin-block-end: 0em;
}

table tr:nth-child(odd) {
    background-color: #181818;
}

table tr:nth-child(even) {
    background-color: #111111;
}

.sortingbuttonsshop {
    width: 8em;
    margin-bottom: 0.2em;
    margin-left: 0.2em;
    margin-right: 0.2em;
}

.newlolsticky {
    position: fixed;
    bottom: 0;
    width: 60%;
    left: 0 !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
}

input:required, input:required:hover, input:required:focus {
    background-color: #111111;
    color: white !important;
}

textarea:required, textarea:required:hover, textarea:required:focus {
    background-color: #111111 !important;
    color: white !important;
}

.form-select, .form-select:hover, .form-select:focus {
    background-color: #111111 !important;
    color: white !important;
}

.form-control, .form-control:hover, .form-control:focus {
    background-color: #111111 !important;
    color: white !important;
}

.carttable td, .carttable {
    border-style: none !important;
    padding: 1em;
}

#gallery {
    -moz-column-count:    5;
    -webkit-column-count: 5;
    column-count:         5;
}

.nohoverbuttonchange {
    background-color: transparent !important;;
}

.footerlogoone {
    width: 8em;
    height: auto;
}

.footerdescone {
    width: 60%;
    word-wrap: break-word;
    opacity: 0.9;
}

.footerheaderone {
    font-weight: 700;
    font-size: 1.5em;
    margin-bottom: 0.8em;
    margin-top: 1.8em;
}

.featprodbutton {
    border-radius: 0;
    width: 100%;
    margin-bottom: 0.4em;
}

.revheadhome {
    margin-top: 0.2em;
    font-size: 1.5em !important;
    word-break: break-word;
}

.cartpagefeatprod {
    width: 7em;
    height: auto;
    max-height: 4em;
}

.cartpageitemname {
    font-size: 1.5em;
    margin-left: 1em;
    word-wrap: break-word;
    margin-top: 0.6em;
}

.cartpageremove {
    margin-right: 0.7em;
    word-wrap: break-word;
    margin-top: 0.4em;
}

.cartpageapplydiscountbutton::after {
    content: ' Discount';
}

.cartpagefixedheight {
    width: 100%;
    height: 13em;
    max-height: 50em;
    overflow-y: auto;
    overflow-x: hidden;
}

.homepagereviewblock {
    border-radius: 1em;
    height: 27em;
}

.teampagelogo {
    width: 8em;
    height: auto;
    border-radius: 50%;
    border-width: 2px;
    border-style: solid;
}

.partnerpagelogo {
    width: 14em;
    height: auto;
    border-radius: 50%;
}

.bg-discord {
    background-color: #5865F2 !important;
}

.bd-discord {
    border-color: #5865F2 !important;
}

.socialicon {
    font-size: 1.4em;
    margin-left: 0.2em;
    margin-right: 0.2em;
    opacity: 0.9;
}

.linkeditem {
    padding: 0.4em;
    border-radius: 0.6em;
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
    background-color: #1a1a1a;
    border: solid 2px;
}

.linkeditemimage {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    border-radius: 0.2em;
}

.linkeditemheader {
    font-weight: 700;
    margin-top: 0.6em;
}

.linkeditemprice {
    margin-bottom: 0.5em;
}

.linkeditemcartbutton {
    font-size: 1.5em
}

/* Scrollbar */
/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    /* background: #f1f1f1; */
    background: rgba(255, 0, 0, 0);
    /* background-color: transparent; */
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: rgba(136, 136, 136, 0.075);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: rgba(136, 136, 136, 0.445);
}

::-webkit-scrollbar-corner {
    background: rgba(136, 136, 136, 0.445);
}

@media only screen and (max-width: 1700px) {
    .mobile {
        display: none;
        visibility: hidden;
    }
    .tablet {
        display: block;
        visibility: visible;
    }
    .desktop {
        display: none;
        visibility: hidden;
    }
    .midtitle {
        font-weight: 700;
        font-size: 5em;
        word-wrap: break-word;
    }
    .midpg {
        margin-top: 0.5em;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    .footerheader {
        margin-top: 0.6em;
    }
    .customDivNotifications {
        max-height: 20em;
    }
    .mtheader-1 {
        margin-top: 11em !important;
    }
    .mtheader-2 {
        margin-top: 7em !important;
    }    
}

@media only screen and (max-width: 540px) {
    /* For mobile view */
    .mobile {
        display: block;
        visibility: visible;
    }
    .tablet {
        display: none;
        visibility: hidden;
    }
    .desktop {
        display: none;
        visibility: hidden;
    }
    #gallery {
        -moz-column-count:    2;
        -webkit-column-count: 2;
        column-count:         2;
    }
    .gallery img {
        margin-bottom: 1em; /* to match column gap */
    }
    .middlecontent {
        margin-top: 3em;
    }
    .midtitle {
        font-weight: 700;
        font-size: 3.5em;
        word-wrap: break-word;
    }
    .midpg {
        margin-top: 0.5em;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    .footerimage {
        padding: 0.4em !important;
    }
    .reviewbox {
        width: 20em;
    }
    .addproductselectgroup {
        width: 20em;
    }
    .footerheader {
        margin-top: 0.6em;
    }
    .productdesc {
        width: 100%;
    }
    .productdesc iframe {
        width: 100%;
        height: auto;
    }
    .productSlideshowImage {
        display: block;
        width: 100%;
        height: 11em;
    }
    .productimagecarouselmodal {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        height: 15em;
    }
    .productSlideshowImageModal {
        display: block;
        width: 100%;
        height: 15em;
    }
    .productfeat {
        width: 100%;
    }
    .shopitempaybuttontop {
        width: 100%;
    }
    .customDivNotifications {
        max-height: 20em;
    }
    .mobilenavbarlogo {
        width: 10em;
        height: auto;
    }
    .cookiething {
        padding-top: 2em;
        padding-bottom: 2em;
        padding-left: 1em;
        padding-right: 1em;
    }
    .receiptbox {
        padding: 2em;
    }
    .receiptbox h3 {
        font-size: 1.2em;
    }
    .receiptbox h4 {
        font-size: 1em;
    }
    .receiptheader {
        font-size: 1.5em;
    }
    .mtheader-1 {
        margin-top: 11em !important;
    }
    .mtheader-2 {
        margin-top: 7em !important;
    }
    .footeritem {
        font-size: 0.7em;
    }
    .footeritemone {
        font-size: 1em;
    }
    .footerdescone {
        width: 100%;
    }
    .iconadminfooterone {
        font-size: 1.2em;
    }
    .footercolumnscentermobile {
        text-align: center !important;
    }
    .cartpageitemname {
        font-size: 1em;
        margin-left: 0.8em;
        margin-top: 0.26em;
    }
    .cartpageremove {
        margin-right: 0.7em;
        margin-top: 0.7em;
    }
    .cartpageapplydiscountbutton::after {
        content: '';
    }
    .footeradvertisement {
        width: 80%;
    }
    .linkeditem {
        padding: 0;
        width: 100% !important;
        margin-left: 0;
        margin-right: 0;
        background-color: transparent;
        border: none 0px transparent;
    }
    .linkeditemheader, .linkeditemprice {
        text-align: center !important;
    }
    .linkeditembutton {
        width: 100%;
    }
    .linkeditemcartbutton {
        font-size: 1em;
    }
    .linkeditemcartbutton::after {
        content: "Add to cart"
    }
}

