/*------------------------------------------------------------*/
/*-----------------------cms styles---------------------------*/

.admin-container {
    min-width: 1024px;
    min-height: 768px;
}

.admin-leftSide {
    z-index: 99998;
    width: 210px;
    position: fixed;
    top: 68px;
    bottom: 0;
    left: 0;
    background-color: #070707;
    color: #babac4;
    box-shadow: 0px 0px 10px 0px rgb(58, 41, 31);
    -o-box-shadow: 0px 0px 10px 0px rgb(58, 41, 31);
    -webkit-box-shadow: 0px 0px 10px 0px rgb(58, 41, 31);
    -moz-box-shadow: 0px 0px 10px 0px rgb(58, 41, 31);
    /*width: 0px;
    opacity: 0;*/
}

.admin-leftSide li {
    transition: background-color 0.4s;
}

.admin-leftSide li:hover {
    background-color: #00688d;
}

.admin-leftSide li a {
    display: block;
    line-height: 20pt;
    text-decoration: none;
    padding: 7px 0px 7px 25px;
    color: #e4f8ff;
}

.admin-leftSide li a:before {
    color: #1dff00;
    padding-right: 15px;
}

.admin-leftSide li a:hover:before {
    color: #ff6200;
}

.admin-leftSide li a:hover {
    
}

.logo {
    margin: 7px 0px 0px 7px;
    float: left;
    display: block;
    width: 55px;
    height: 55px;
    background-image: url(../images/logo.png);
}

.admin-main-header {
    min-width: 700px;
    z-index: 99999;
    position: fixed;
    width: 100%;
    height: 68px;
    background-color: #00688D;
    /*background-image: url(../images/header.png);
    background-repeat: no-repeat;
    background-position: top left;*/
}

.admin-main-header span {
    line-height: 25pt;
    margin: 0px 10px 0px 10px;
    padding: 0px;
    color: #ffffff;
    text-shadow: 2px 2px #070707;
    font-family: Arial;
    font-size: 16pt;
    font-style: italic;
}

.admin-main {

}

.admin-main-content {
    /*border: 2px solid red;*/
    color: #000000;
    z-index: 99997;
    top: 80px;
    position: relative;
    margin: 0px 0px 0px 230px;
    opacity: 1;
}

.admin-notification {
    font-size: 12pt !important;
    float: right;
    margin-top: 15px !important;
}

.admin-notification li {
    display: inline;
    margin-right: 15px;
}

.admin-notification li a:before {
    padding-right: 3px;
}

.admin-notification a {
    color: #ffffff;
    text-decoration: none;
}

.admin-notification a:hover {
    color: #ff6200;
}

.admin-login-main {
    width: 100%;
    height: 100%;
    min-height: 768px;
    max-height: 768px;
    background-image: url(../images/login_bg.jpg);
    background-repeat: no-repeat;
}

.admin-login-panel {
    margin: 0 auto;
    position: relative;
    top: 150px;
    left: 200px;
    float: left;
    vertical-align: middle;
    width: 350px;
    height: 175px;
    /*border: 1px solid red;*/
}

.admin-login-input-container {
    display: block;
    margin: 5px;
}

.admin-footer {
    background-color: #070707;
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.3);
    position: fixed;
    bottom: 0px;
    width: 100%;
    padding: 10px 0px 10px 0px;
    text-align: center;
    border-top: 2px solid #00688D;
    /*outline: 0px solid #070707;*/
}

/*------------------------------------------------------------*/
/*-----------------------website styles-----------------------*/

.inHeader{
    width:1024px;
    height: 80px;
    margin: 0 auto;
    /*border: 1px solid red;*/
}
/*.top-header {
    width: 100%;
    z-index: 99995;
    background-color: #070707;
    height: 80px;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0.5;
    transition: all 0.9s ease-out;
}*/

.scrolled {
    opacity: 1;
}

.brd {
    border: 1px solid red;
}

.lang-bar {
    width: 100px;
    float: right;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.lang-bar a {
    text-decoration: none;
    transition: none;
}

.lang-bar a:hover {
    animation: shake 1s infinite linear;
}

.basket {
    background-image: url(../images/blank.png);
    background-repeat: no-repeat;
    background-position: center 3px;
    width: 30px;
    height: 33px;
    font-size: 12pt;
    float: right;
    margin: 28px 100px 0 15px;
    text-align: center;
    line-height: 0pt;
}

.basket a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fbf8ff;
    text-decoration: none;
}

.profile {
    margin: 15px auto;
    width: 33px;
    height: 33px;
    position: relative;
    direction: rtl;
    line-height: 16pt;
}

.profile0 {
    background-image: url(../images/Logged-out1.png);
    background-repeat: no-repeat;
    background-position: center;
    color: #fbf8ff;
    width: 33px;
    height: 33px;
    display: block;
}

.profile1 {
    background-image: url(../images/Logged-in1.png);
    background-repeat: no-repeat;
    background-position: center;
    color: #fbf8ff;
    width: 33px;
    height: 33px;
    display: block;
}

/* The dropdown container */
.user-profile-dropdown {
    overflow: hidden;
}

/* Dropdown button */
.user-profile-dropdown .dropbtn {
    border: none;
    outline: none;
    /*font-size: 14pt;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit; /* Important for vertical align on mobile phones */
    margin: 0; /* Important for vertical align on mobile phones */
}

/* Add a red background color to navbar links on hover */
.user-profile-dropdown:hover {
    /*background-color: red;*/
    cursor: pointer;
}

/* Dropdown content (hidden by default) */
.user-profile-dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 99997;
    min-width: 150px;
}

/* Links inside the dropdown */
.user-profile-dropdown-content a {
    /*font-size: 10pt;*/
    float: none;
    color: rgb(29, 29, 29);
    padding: 8px 16px;
    text-decoration: none;
    display: block;
    text-align: right;
}

/* Add a grey background color to dropdown links on hover */
.user-profile-dropdown-content a:hover {
    background-color: #ddd;
}

.user-profile-dropdown-content a:nth-child(1) {
    border-bottom: 2px solid #3bff24;
    font-size: 0.7em;
}

/* Show the dropdown menu on hover */
.user-profile-dropdown:hover .user-profile-dropdown-content {
    right: 0;
    display: block;
    -webkit-animation: fadeIn1 1s;
    animation: fadeIn1 0.7s;
}

@-webkit-keyframes profile-fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}
@keyframes profile-fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.index-header-container {
    margin: 0 auto;
    height: 100%;
    text-align: center;
    width: 1170px;
    min-width: 1170px;
    border: 2px solid red;
}

.index-middle-container {
    margin: 0 auto;
    height: 100%;
    text-align: center;
    width: 1024px;
    /*border: 2px solid red;*/
}

.index-content {
    /*border: 3px solid #ff6921;*/
    /*position: absolute;*/
    padding: 50px 0 50px 0;
    width: 100%;
    height: auto;
}

.index-content-brandbar {
    text-align: center;
    margin: 30px 0 30px 0;
}

.index-bluebox-bg {
    background-image: url(../images/pattern.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.index-bluebox-container {
    background-color: rgba(28, 186, 200, 0.70);
    width: 100%;
    height: 550px;
}

.bluebox-services {
    height: 200px;
    width: 310px;
    background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
    margin: 50px 15px 0 15px;
    padding: 10px 15px;
    transition: all 0.4s ease 0s;
    float: left;
    overflow: hidden;
    color: #ffffff;
}

.bluebox-services:hover {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    box-shadow: 0 11px 10px rgba(0, 0, 0, 0.1);
    color: rgba(7, 7, 7, 0.93);
}

.bluebox-service-title {
    line-height: 40pt;
}

.bluebox-service-text {
}

.index-beforeContact-bg {
    background-image: url(../images/beforeContact.jpg);
    background-repeat: no-repeat;
    background-size: 100% 533px;
    height: 533px;
}

.index-contact-bg {
    opacity: 1;
    background-image: url(../images/contact-bg.jpg);
    background-position: 0 -100px;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    height: 600px;
}

.vertical-whitespace85 {
    height: 85px;
}

.index-contact-container {
    /*border: 2px solid blue;*/
    margin: 0 auto;
    padding: 0px 0px 0px 0px;
    width: 700px;
    background-color: rgba(255, 255, 255, 1);
    color: #000000;
}

.index-contact-title {
    line-height: 40pt;
    font-weight: bold;
    color: #555555;
}

.map-wrapper {
    width: 100%;
    height: 500px;
}

footer {
    background-color: #ffffff;
    color: #09121b;
    border-top: 1px solid #FF6D0A;
    font-style: italic;
    width: 100%;
    z-index: 99996;
}


.footer-container {
    margin: auto;
    font-size: small;
}

.fLnk1 a, .fLnk2 a, .fLnk3 a {
    color: #5b6770;
    text-decoration: none;
    margin-right: 3px;
    transition: margin-right 0.5s;
}

.fLnk1 a:hover, .fLnk2 a:hover, .fLnk3 a:hover {
    color: #FF6D0A;
    margin-right: 10px;
}

.footer-container a {
}

.footer-container a:hover {

}

footer .fLnk1 {
    width: 23%;
    float: right;
}

footer .fLnk2 {
    width: 23%;
    float: right;
}

footer .fLnk3 {
    width: 23%;
    float: right;
}

footer .fLnk4 {
    width: 25%;
    float: left;
}

footer .fLnk4 li {
    font-size: 14pt;
    display: inline-block;
}

footer .fLnk4 li a {
    width: 35px;
    height: 34px;
}

footer .fLnk4 li a:hover {
    color: #00b4ff !important;
}


.copyright {
    text-align: left;
    font-size: 10pt;
    width: 100%;
    float: left;
    padding-top: 15px;
    position: relative;
}

.lineStyle1::before {
    content: '';
    width: 66px;
    height: 13px;
    background: url(../images/bxBrkr.jpg);
    position: absolute;
    left: -11px;
    top: -6px;
    z-index: 1;
}

.lineStyle1:after {
    content: '';
    width: 100%;
    height: 1px;
    background: #c8c8c8;
    position: absolute;
    left: 0px;
    top: 0px;
}

.input-container {
    display: block;
    margin: 5px;
}

#about .horizentalLine:after {
    content: '';
    width: 66px;
    height: 13px;
    background: url(../images/bxBrkr.jpg);
    left: 0;
    right: 0;
    bottom: -6px;
    top: auto;
    margin: auto;
    position: absolute;
}

/*---------------------------------------------------------------------*/
.content-page {
    direction: rtl;
}

.itemBox-container {
    /*border: 1px solid red;*/
    text-align: center !important;
    font-size: 10pt;
    min-width: 1024px;
    overflow-x: scroll;
}

.itemBox {
    text-align: center !important;
    margin: 10px 10px 20px 10px;
    border: 1px solid #c7c7c7;
    border-radius: 3px;
    width: 236px;
    height: 350px;
    overflow: hidden;
    position: relative;
    /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
}

.itemBox:hover .add-to-card {
    transition: all 0.5s;
    right: 0;
    opacity: 1;
}

.itemBox img {
    margin: auto;
    width: 100%;
    height: 60%;
}

.itemBox #item-title {
    padding: 5px 10px 0px 10px;
    min-height: 19%;
    max-height: 19%;
    overflow-y: hidden;
    /*border: 1px solid red;*/
}

.itemBox #price {
    font-weight: bold;
    color: #FF6D0A;
}

.itemBox #oldprice {
    font-weight: bold;
    color: #999999;
    text-decoration: line-through;
}

.itemBox-ReadMore {
    position: absolute;
    bottom: 8px;
    left: 0;
    right: 0;
    width: fit-content;
    width: -moz-fit-content;
    margin: auto;
}

#recipe #recipe-content {
    line-height: 22pt;
    text-align: left;
    overflow: auto;
}

#recipe img {
    float: left;
    margin: 0 30px 15px 0;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#recipe ul {
    display: inline-block;
}

#recipe li {
    padding-left: 25px;
    background: url('../images/bullet-yellow.png') no-repeat 3px 10px;
}

.productPanel {
    position: relative;
    width: 250px;
    height: 400px;
    margin: 25px 12px;
    border: 1px solid #babac4;
    text-align: center;
    float: inline-start;
    display: inline-block;
    /*background-color: #dbd7d7;*/
}

.productPanel:hover {
    /*box-shadow: 0px 1px 7px #aaa;*/
}
.productDesc{
    padding: 8px;
    margin: 5px 0px;
   color: #005d9b;
    display: block;
}

.productThumbWrapper {
    margin: 10px auto;
    height: 300px;
    overflow-y: hidden;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.productThumb{
   display: inline-block; 
   width: 230px;
   box-shadow: 0px 0px 3px #000000;
}
.more1 {
    text-decoration: none;
    width: 95px;
    display: block;
    position: absolute;
    bottom: -7px;
    left: 10%;
    margin: auto;
    padding: 4px 8px;
    background-color: #ff6200;
    color: #ffffff;
    border-radius: 2px;
}

.more2 {
    text-decoration: none;
    width: 95px;
    display: block;
    position: absolute;
    bottom: -7px;
    right: 10%;
    margin: auto;
    padding: 4px 8px;
    background-color: #ff6200;
    color: #ffffff;
    border-radius: 2px;
}

.more1:hover {
    background-color: #0ea6ff;
    color: #ffffff;
    cursor: pointer;
}

.more2:hover {
    background-color: #0ea6ff;
    color: #ffffff;
    cursor: pointer;
}

/*------------------------gallery------------------------*/
.gcontainer{
    margin: 0 auto;
}


.gcontainer .gallery a img {
  float: left;
  width: 20%;

  border: 2px solid #fff;
  -webkit-transition: -webkit-transform .15s ease;
  -moz-transition: -moz-transform .15s ease;
  -o-transition: -o-transform .15s ease;
  -ms-transition: -ms-transform .15s ease;
  transition: transform .15s ease;
  position: relative;
}

.gcontainer .gallery a:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  z-index: 5;
}

.gcontainer .clear {
  clear: both;
  float: none;
  width: 100%;
}

/*--------------------------------------------------------*/

.add-to-card {
    vertical-align: middle;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    position: absolute;
    right: -114px;
    top: 20px;
    padding: 7px;
    background-color: #492e5d;
    color: #ffe015;
    border: none;
    cursor: pointer;
    opacity: 0;
    transition: all 0.7s;
}

.add-to-card > span {
    margin-left: 5px;
}
.cartlist {
    width: 100%;
}
.cartlist input {
    width: 75px;
}
.cartlistrow:nth-child(even){
    background: transparent;
}
.cartlistrow:nth-child(odd) {
    background: transparent;
}
.cart-item {
    padding: 15px;
    margin: 5px 0;
    text-align: center;
    border: 1px solid #999999;
}

.content-page-text{
    padding: 15px;
    direction: rtl;
}
.event-list{ font-size: smaller; }

.event-list #ListHead{
    background: rgba(95, 95, 102, 0.48);
}
.event-list li {
    display: inline-block;
}

.event-list li:nth-child(1) {
    width: 30px;
}
.event-list li:nth-child(2) {
    width: 15%;
}
.event-list li:nth-child(3) {
    width: 10%;
}
.event-list li:nth-child(4) {
    width: 20%;
}
.event-list li:nth-child(5) {
    width: 25%;
}
.event-list li:nth-child(6) {
    width: 30%;
}
.event-list li:nth-child(7) {
    width: 33px;
}
.event-list li:nth-child(8) {
    width: 33px;
}
.event-list li:nth-child(9) {
    width: 33px;
}

