| Server IP : 66.29.146.62 / Your IP : 216.73.216.152 Web Server : LiteSpeed System : Linux premium231.web-hosting.com 4.18.0-553.45.1.lve.el8.x86_64 #1 SMP Wed Mar 26 12:08:09 UTC 2025 x86_64 User : dokkdzvi ( 925) PHP Version : 8.1.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/dokkdzvi/./smarteco-ksa.store/ |
Upload File : |
* {
outline: none;
}
.searchForm {
/* border: 4px solid green; */
width: 45%;
}
body {
overflow: hidden;
background-color: #f6f6f6;
}
.header {
position: fixed;
z-index: 999999999;
width: 100%;
}
.searchForm * {
font-size: 14px;
}
.searchForm select {
border-radius: 20px;
}
.searchForm button {
border-radius: 20px;
}
.menu_items {
position: relative;
}
.menu_items div:nth-of-type(1) {
position: absolute;
}
.primaryColor {
color: white;
background-color: #fcb040;
}
.backImage {
background-repeat: no-repeat;
background-position: center;
background-size: 100%;
}
.mainColor {
color: rgb(72, 72, 72);
}
.primaryColor:hover {
color: white;
background-color: black;
}
.main_menu {
background-color: white;
color: #dda85c;
}
.bottom_menu {
position: fixed;
bottom: 0%;
width: 100%;
}
main {
overflow: hidden;
}
.card {
direction: rtl;
}
.cartBtn {
position: absolute;
left: 0px;
border-top-right-radius: 8px;
border-bottom-right-radius: 8px;
}
.card img {
max-height: 120px;
height: 120px;
width: 130px;
margin: 10px auto;
}
.itemImage {
max-height: 300px;
height: 300px;
width: 300px;
margin: 20px auto;
}
.navImage {
max-height: 80px;
height: 80px;
width: 100px;
margin: 20px auto;
}
.cartImage {
margin: 20px auto;
}
.card:hover {
background: linear-gradient(180deg,
black 10%,
rgb(255, 255, 255) 90%);
}
.card:hover .card-body {
background-color: white;
border-radius: 10px;
}
.card-body p,
.card-body h6 {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.contact {
position: fixed;
bottom: 22px;
right: 10px;
border-radius: 20px;
background-color: white;
box-shadow: 0px 0px 5px #ccc;
color: black;
text-decoration: none;
}
.loaderk {
position: absolute;
top: 0;
width: 100%;
height: 100vh;
background-color: white;
color: black;
z-index: 9999999999999999999;
}
.loaderk i {
font-size: 50px;
}
.contact:hover {
color: rgb(29, 176, 32);
}
.btnMethod:hover {
border: 10px solid red;
}
.product {
border: 1px solid #f6f6f6;
border-radius: 8px;
overflow: hidden;
background-color: white;
box-shadow: 2px 2px 15px #ccc;
padding: 10px 0px;
}
.product:hover {
border: 1px solid black;
}
.product .productName {
color: black;
font-weight: 500;
text-align: center;
}
.product .proudctShop {
position: absolute;
background-color: black;
color: white;
bottom: 10px;
left: 0px;
padding: 3px;
}
.product img {
max-height: 100%;
max-width: 100%;
}