body {
font-family: 'Open Sans', sans-serif;
font-weight: 400;
color: #666;
font-size: 12px;
line-height: 20px;
width: 100%;
background-image: url("
Warning: Use of undefined constant BACKGROUND_IMAGE - assumed 'BACKGROUND_IMAGE' (this will throw an Error in a future version of PHP) in /home/hohabiug/public_html/oc2/catalog/view/theme/default/stylesheet/stylesheet.php on line 12
BACKGROUND_IMAGE");
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center;
background-size: cover;
// min-height: 100vh;
}
#LoginBox {
border-style: solid;
border-width: 1px;
border-color: #c3c3c3;
box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1), 0 3px 10px 0 rgba(0, 0, 0, 0.1);
background-image: linear-gradient(#ffffff , #e9e9e9);
border-left: 6px solid #6699fe;
}
.CategoryNameDescriptionBox {
padding: 15px;
border: 1px solid #000000;
margin-bottom: 15px;
text-align: center;
background: rgba(255, 255, 255, 0.7);
}
.CategoryName {
margin-top: 5px;
font-weight: bold;
color: #000000;;
font-size: 24px;
}
.CategoryDescription {
font-weight: bold;
color: red;
font-size: 14px;
text-shadow: 0 0 10px #ffffff, 0 0 20px #ffffff;
}
.SubCategoryNameBox {
padding: 15px;
border: 1px solid #000000;
margin-bottom: 15px;
text-align: center;
background: rgba(204, 204, 204, 0.7);
}
.SubCategoryName {
margin-top: 5px;
font-weight: bold;
color: #000000;;
font-size: 24px;
}
.ProductBox {
//background-color: #F5F5F5;
padding: 10px;
border: 1px solid #000000;
margin-bottom: 20px;
cursor: pointer;
background: rgba(255, 255, 255, 0.8);
}
.ProductName {
font-weight: bold;
color: #000000;;
font-size: 16px;
}
.ProductPrice {
font-weight: bold;
color: #000000;;
font-size: 16px;
}
.ProductDescription {
font-weight: bold;
color: #000000;;
font-size: 12px;
color: #626262;
}
#Store-Name-Top-Left {
position: relative;
font-size: 40px;
margin-top: 0;
font-family: 'Pattaya', helvetica, arial;
line-height: 1.2;
color: #252525;
-webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,1)), color-stop(50%, rgba(0,0,0,.5)), to(rgba(0,0,0,1)));
text-shadow:
0 0 8px #ffffff,
0 0 8px #ffffff,
0 0 8px #ffffff;
padding: 8px 12px;
-webkit-text-stroke: 1px white;
}
.breadcrumb {
background: rgba(255, 255, 255, 0.8);
}
#cart > .btn {
font-size: 12px;
line-height: 18px;
color: #FFF;
border:1px solid #df0909; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-size:12px;font-family:arial, helvetica, sans-serif; padding: 10px 10px 10px 10px; text-decoration:none; display:inline-block;text-shadow: -1px -1px 0 rgba(0,0,0,0.3);font-weight:bold; color: #FFFFFF;
background-color: #f62b2b; background-image: -webkit-gradient(linear, left top, left bottom, from(#f62b2b), to(#d20202));
background-image: -webkit-linear-gradient(top, #f62b2b, #d20202);
background-image: -moz-linear-gradient(top, #f62b2b, #d20202);
background-image: -ms-linear-gradient(top, #f62b2b, #d20202);
background-image: -o-linear-gradient(top, #f62b2b, #d20202);
background-image: linear-gradient(to bottom, #f62b2b, #d20202);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f62b2b, endColorstr=#d20202);
}
.Home-Box-Body {
color: black;
height: 200px;
background-image: linear-gradient(#FFFFFF, #EAEAEA);
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
border-style: solid;
border-color: #0099FF;
border-width: 1px;
background: rgba(255, 255, 255, 0.8);
margin-bottom: 15px;
}
.Home-Box-Header {
background-image: linear-gradient(to bottom right, #33CCFF, #006699);
padding-top: 15px;
padding-bottom: 15px;
padding-right: 15px;
padding-left: 15px;
color: white;
font-size: 16px;
font-weight: bold;
opacity: 0.8;
}
.Home-Box-Content {
padding-top: 15px;
padding-right: 15px;
padding-bottom: 15px;
padding-left: 15px;
}
.table-bordered-with-boarder > tbody > tr > td,
.table-bordered-with-boarder > tbody > tr > th,
.table-bordered-with-boarder > tfoot > tr > td,
.table-bordered-with-boarder > tfoot > tr > th,
.table-bordered-with-boarder > thead > tr > td,
.table-bordered-with-boarder > thead > tr > th {
border: 1px solid #666666;
}
.table-bordered-with-boarder > thead > tr:first-child > th,
.table-bordered-with-boarder > thead > tr:first-child > td {
border-top: 1px solid #666666 !important;
}
.Top-Menu li a {
font-size: 14px;
}
#cart {
box-shadow: 0 0 10px #ffffff;
border: 1px solid white;
}
.breadcrumb a {
color: #cccccc;
}
.breadcrumb {
background-color: #2c3e50; /* Dark blue-gray */
color: white; /* Text color */
}
.alert-success { display: none !important; }
.WhiteBox {
font-weight: bold;
padding: 15px;
background: rgba(255, 255, 255, 0.8);
}
.HiddenElement {
display:none;
}