.site-grid {
    max-width: 1024px;
    margin: 0 auto;
}

.footer{
background: #A71F53;
}

#jsn-master {
    background: #FFF url(https://bijouworld.com/images/bg-body.png) center top;
}

#jsn-mainbody {
    padding: 20px;
    background: #fff;
}

#back-top {
    color: #666;
    z-index: 88;
    padding: 10px 15px;
    display: block;
  text-decoration: auto;
    font-size: 13px;
    background-color: #fff;
    text-transform: uppercase;
    position: fixed;
    right: 3%;
    bottom: 0;
}

body{
font-family: Lobster Two,Georgia,serif;
}

.back-to-top-link{
border-radius: unset;
border: unset;  
}

.#back-top:hover {
  background-color: #A71F53;
}

.sidebar-right.card h3.card-header {
    color: #fff;
    background: #A71F53;
}

.container-header{
background:unset;
}

.container-header .navbar-brand{
background: #fff;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
     margin-left: 15px;
    padding: 10px !important;
      margin-bottom: 10px;
}

/* #jsn-pos-toolbar {
      float: right;
    position: relative;
    top: 50px;
} */
a {
    color: #A71F53;
}
#jsn-pos-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    right: 160px;
    column-gap: 10px;
}

.back-link {
    display: flex;
    align-items: center;
    color: #A71F53;
    font-weight: bold;
    text-decoration: none;
}

.back-icon {
    width: 26px; 
    height: 26px;
    margin-right: 8px;
}

.back-link span {
    color: #A71F53;
    font-size: 12.8px;
    position: relative;
    top: -2px; 
}

.social-icons {
    display: flex;
    gap: 10px;
    margin-top: -20px;

}

.social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    color: white;
    border-radius: 50%;
    text-decoration: none;
}

.social-icon.facebook {
    background-color: #3b5998;
}

.social-icon.twitter {
    background-color: #1da1f2;
}

.social-icon.pinterest {
    background-color: #bd081c;
}

.social-icon i {
    color: #fff;
}

.container-header {
    background: unset;
    display: flex;
    justify-content: space-between;
    text-align: center;
}
header.header.container-header.full-width {
    max-width: 1024px;
    margin: 0 auto;
}



.grid-child {
    width: auto !important;
   margin:0px!important;
  }


div#menu-container {
    display: flex;
    gap: 20px;
    flex-direction: row-reverse;
    margin-top: 90px;
    background: #fff;
    width: 50%;
      box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
}
.container-header .mod-menu>li>a {
    color: #000 !important;
  font-family: Lato, Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 1.2em;
      font-weight: normal;
    text-transform: uppercase;
}
.posRel small {
    display: none;
}
button#popLogin {
    background: none repeat scroll 0 0 #555;
    border: 1px solid #282828;
    border-radius: 2px 2px 2px 2px;
    color: #fff;
    cursor: pointer;
    margin-right: 15px;
    padding: 0px 4px 0px 4px;
    top: 11px;
    font-size: 12px;
    height: auto;
    width: auto;
}

ul.mod-menu.mod-list.nav {
    margin-right: 250px;
}

.metismenu.mod-menu .metismenu-item {
    flex-wrap: wrap;
    align-items: center;
    padding: 0px 0px 15px  !important;
    font-size: 1.2rem;
    line-height: 24px;
    display: flex;
      font-family: Verdana, Geneva, sans-serif;
}

.sidebar-right .metismenu li.parent>ul{
  top: 10px;
}


.pull-right button {
    float: right; 
    margin-left: 10px; 
}

.itemid-314 h1 {
    font-size: 22px;
    color: #A71F53;
    font-weight: 500;
    font-family: Lobster Two, Georgia, serif;
}


.sidebar-left.card h3.card-header {
    background: #000;
    color: #7c7c7c;
    font-size: 18px;
    margin-bottom: 10px;
    text-align: center;
}

.site-grid .eb-gallery-body .eb-gallery-content{
    display: flex;
}

.site-grid .eb-gallery-body .eb-gallery-content img{
    width: 980px !important;
    margin-right: 12px;
    height: auto !important;
}

.footer .grid-child {
    margin: 0 auto !important;
}

@media only screen and (max-width: 600px) {
  #custom-wrapper header.header.container-header.full-width {
    display: block !important;
   }
 #custom-wrapper  div#menu-container{
    width: 100% !important;
   margin-top: 0px !important;
  }

  .site-grid .eb-gallery-body .eb-gallery-content img {
    width: 100% !important;
    margin-right: 0;
   }

  .site-grid .eb-gallery-body .eb-gallery-content {
    flex-direction: column;
   }
}