body {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  direction:rtl;
  box-sizing: border-box;
  font-family: 'Heebo', sans-serif;
}
main,
.main {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  height: 100vh;
  /* max-width: 335px; */
  margin: auto;
  position: relative;
}

a {
  text-decoration: none;
  color: #000;;
}

.page {
  padding-top: 49px;
  width:100%;
}
.title {
  font-size: 20px;;
  text-align: center;
}

.header {
  position: fixed;
  top:0;
  width:100%;
  right: 0;
  left: 0;
  border-bottom: 2px solid;
  display: flex;
  justify-content: space-between;
  padding-top: 0;
  z-index: 4;
  background: #fff;
  padding: 0 10px;
  box-sizing: border-box;
}
.hamburger {
  background-image: url(../images/hanburger.svg);
  display: block;
  height: 40px;
  width: 40px;
  /* position: absolute; */
  right: 10px;
  background-size: auto 72%;
  background-repeat: no-repeat;
  background-position: center;
  /* margin-bottom: 10px; */
  padding-top: 9px;
  margin-top: 5px;
  cursor: pointer;
  border: 0;
  background-color: white;
}
.hamburger.active {
  background-image: url(../images/x.svg);
  background-size: 30px;
}
.header .logo {
  padding: 3px;
  margin-top: 3px;
  text-align: center;
  width: 140px;
}
.header .logo img{

}
.header .hamburger {
  float:right;
}



.note-status {
  background-color: #008ce5;
  color: #000;
  border-radius:5px;
  display: inline-block;
}
.note-status6 {
  background-color: #006df4;
  color: #fff;
  padding: 2px 10px 4px;
  font-size: 12px;
}
.note-status3 {
  background-color: rgb(0, 249, 46);
  color: #000;;
}







.top-image {

}
.top-image img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.login-form {
  /* display: flex; */
  /* flex-direction: column; */
  align-items: center;
  padding: 0 20px;
  border-radius: 8px;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}

.login-form input[type="text"] ,
.login-form input[type="password"],
.login-form input[type="text"]::placeholder  ,
.login-form input[type="password"]::placeholder  {
  margin: 9px 0;
  padding: 10px 0;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #000;
  box-sizing: border-box;
  font-size: 15px;
  color: #000;
}


.login-form label {
  margin-top: 10px;
  float: right;
}

.login-button {
  margin-top: 15px;
  padding: 15px 20px;
  background-color: #FFCF01;
  color: black;
  border: none;
  border-radius: 40px;
  cursor: pointer;
  width: 150px;
  font-weight: bold;
  font-size: 16px;
  margin: 20px;
  text-decoration: none;
}
.history-login-button {
  display:block;
  margin: auto;
    margin-top: 20px;
}

.login-button:hover {
  background-color: #000000;
  color: white;
}
.login-button.disabled {
  background-color: #DBDBDB;
  color: #979797;
}

.forgot-password {
  margin-top: 10px;
  color: #000000;
}
.login-contact {
font-size:14px;
font-weight:bold;
}
.back-to-website {
  margin-top: 20px;
  color: #000;
  font-size:14px;
font-weight:bold;
}

.login-title {
padding: 10px 30px;
font-size: 38px;
text-align:center;
margin: 0;
}
.login-text {
text-align:center;
font-size: 18px;
padding:0 20px;
margin: 0;
}
.login-split {
  display: flex;
  flex:1;
  justify-content: space-between;
  font-size: 14px;
}
.login-split label input {
background-color: #000;
}
.logo {
  padding:5px 0;
}
.popup {
  background: #000000c9;
  left: 0;
  right: 0;
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 3;
}
.popup-box {
  
  top: 50%;        
  transform: translate(-50%, -50%);        
  background: #fff;        
  width: 90%;        
  max-width: 295px;        
  left: 50%;        
  /* right: 0; */
      
  position: absolute;        
  padding: 20px;        
  padding-top: 8px;        
  border-radius: 15px;        
  text-align: center;        
  box-sizing: border-box;
}
.popup-title {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  padding-bottom: 20px;
}
.popup-close {

  background-image: url(../images/x.svg);
  display: block;
  height: 25px;
  width: 25px;
  position: absolute;
  right: 10px;
  top: 10px;
}
.popup p {
  text-align: center;
  font-size: 18px;
}
.popup input {
      
  width: 100%;        
  border: 0;        
  border-bottom: 1px solid #000;        
  font-size: 14px;        
  box-sizing: border-box;
}

.popup-email-sent .popup-v {
  background-image: url(../images/v.svg);
  display: block;
  height: 50px;
  /* position: absolute; */
  right: 10px;
  top: 10px;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 10px;
}

.popup-email-sent .popup-title {
margin-bottom:20px;
}
.popup-email-sent a {
color:#000;
font-size:14px;
}
.hidden {
  display: none !important;
}



.home-top-title {
  font-size:30px;
  text-align:center;
  font-weight:bold;
}
  .home-top-p {
  padding:10px 0;
  font-size:16px;
  text-align:center;

}
.home-credit {
  background-color: #000;
  color: #fff;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  width: 80%;
  margin: 20px auto;
}
.home-credit-title {
  font-size: 25px;;
}
.home-credit-table {
  color: #FFCF01;
  padding: 18px 30px;
  text-align: right;
  text-align: center;
}
.home-credit-table > div:before {
  content:"";
  background-image: url(../images/image-icon.svg);
  display: inline-block;
  height: 22px;
  width: 22px;
  top: 5px;;
  position: relative;
  margin-left: 10px;
}
.home-credit-table > div:last-child:before {
  background-image: url(../images/video-icon.svg);
}
.home-credit-table > div > div {
  display: inline-block;
  width: 60px;
}
.home-credit-table span {
  display: inline-block;
  padding:0 10px;
}
.home-bottom {
  padding: 0px 20px;
  text-align: center;
}
.home-bottom-title {
  font-weight: bold;
  padding-bottom: 10px;;
}
.home-bottom .login-button {
  width: 250px;
  display: block;  
}

#content {
  width:100%;
}

.nav-links {
  position: absolute;
  top: 50px;
  right: -100%;
  height: calc(100vh - 54px);
  background-color: #ffffff;
  color: rgb(0, 0, 0);
  list-style: none;
  /* display: flex; */
  flex-direction: column;
  align-items: center;
  padding: 0;
  margin: 0;
  transition: 0.3s;
  width: 70%;
  display: flex;
  justify-content: space-between;
  /* flex-direction: column-reverse; */
  align-items: flex-start;
}
.nav-links ul{
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
.overlay {
  position: fixed;
  top: 50px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 69%);
  display: none;
}

.nav-links.active,
.overlay.active {
  right: 0;
  display: block;
}
.nav-links.active {
  display: flex;
}
.nav-links li a{padding: 20px 20px;display:block;font-weight:bold;color:#000;text-decoration:none;border-bottom: 2px solid;font-size: 20px;display: flex;justify-content: space-between;justify-items: center;box-sizing: border-box;}
.nav-links li a span:first-child{
padding:20px 0;
}
.nav-links li a.active,
.nav-links li a:hover{
background-color: #FFCF01;
}
.menu-profile {
  background-image: url(../images/user.svg);
  width: 40px;
  height: 40px;
  display: inline-block;
  background-size: 100%;
  background-repeat: no-repeat;
}
.menu-cart {
  background-image: url(../images/cart.svg);
  width: 40px;
  height: 40px;
  display: inline-block;
  background-size: 60%;
  background-repeat: no-repeat;
  background-color: #000;
  border-radius: 50%;
  background-position: center;
}
.nav-links .logout {
  background-image: url(../images/logout.svg);
  /* height: 19px; */
  display: inline-block;
  /* background-size: 60%; */
  background-repeat: no-repeat;
  background-position: 20px;
  z-index: 1;
  /* padding: 10px 30px 10px 30px; */
  width: 100%;
}
.history-top {
 background-color: #F6F6F6;
 padding:20px;
 width: 100%;
 box-sizing: border-box;
 text-align: center;
}
.gallery-stick {
  background-color: #F6F6F6;
  padding-bottom:20px;
  width: 100%;;
}
.history-top-title {

  font-weight: bold;
  font-size: 30px;
}
.history-top-split {

  display: flex;
  flex: 1;
  margin: 10px 0;
}
.history-top-split > div {

  flex: 1;
}

.history-top-split-title {

  font-weight: bold;
  padding: 10px;
}
.history-top-split-time {

}
.history-top-split-time strong {
  background: #000;
  color: #ffcf01;
  padding: 5px 5px 4px;
  border-radius: 5px;
  font-size: 15px;
  margin: 0 5px;
  text-align: center;
}
.history-box {
  display: flex;
  padding: 20px;
  justify-content: space-between;
  align-items: center;
}
.history-box-title {
  font-size: 25px;
  font-weight: bold;
  /* flex:1; */
}
.history-box-grey {

/* flex:1; */

  background-color: #F6F6F6;

  border-radius: 8px;

  padding: 10px;

  text-align: center;
}
.history-table {

display: table;

width: 100%;

padding: 0 20px;

box-sizing: border-box;
}
.history-table-tr {

display: table-row;

border-bottom: 1px solid #000;
}
.history-table-tr-td {

display: table-cell;

padding: 10px;

text-align: center;

font-size: 14px;

border-bottom: 1px solid #000;
}
.history-table-tr-td.th {
  
background: #000;
  
color: #fff;
}
.history-table-tr-td button {
  background-color: #FFCF01;
  border-radius: 50%;
  background-image: url(../images/arrow.svg);
  height: 22px;
  background-repeat: no-repeat;
  background-position: center;
  border: 0;
  width: 22px;
}
.footer {
  background-color: #000;
  padding: 40px 40px;
  color: #fff;
}
.footer-box {

border-bottom: 1px solid #ffffff33;

padding: 30px 0;
}
.footer-box-title {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
}
.footer-box-content {

}
.footer-box-content a {
 color:#fff; 
}
.footer-box-content-box {

}
.profile-content {
  padding:20px;
}
.profile-content-title {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;

}
.profile-content-box {

}
.profile-content-box input {

width: 100%;

border: 0;

border-bottom: 1px solid #000;

font-size: 14px;

box-sizing: border-box;

padding: 10px 0;
}

.profile-content-box label {

width:100%;

padding-top: 10px;

display: BLOCK;
}
.gallery-top-subtitle {
  font-weight: bold;
  font-size: 14px;;
  padding-top:10px;
}
.sticky {
  position:sticky;
  background-color: #F6F6F6;
  padding: 10px 20px 20px;
}
.gallery-stick-flex {
  display: flex;
  max-width: 220px;
  justify-content: center;
  margin: auto;
}
.gallery-stick-flex-box {
  flex:1;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gallery-stick-flex-box > div {
  /* flex:1; */
  text-align: center;
}
.gallery-stick-flex-box-num {
background: #000;
  color: #ffcf01;
  padding: 5px 5px 4px;
  border-radius: 5px;
  font-size: 15px;
  margin: 0 5px;
  text-align: center;
}
.cart-button {
  padding: 5px 5px;
  width: 181px;
  margin: 20px auto;
  display: flex;
  margin-bottom: 0;
  align-items: center;
}
.cart-button .icon {
  background-image:url(../images/cart-white.svg);
  background-position: center;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #979797;
  background-size: 23px;
  margin-left: 10px;
  position: relative;
}
.cart-button.disabled .icon span {
  display: none;;
}
.cart-button:not(.disabled) .icon {
background-color:#000;
}
.cart-button .icon span {

background: #FFCF01;

border-radius: 50%;

width: 14px;

height: 14px;

position: absolute;

font-size: 12px;

right: 6px;

top: 6px;

text-align: center;
}
.gallery-filters {
  display: flex;
  padding: 20px;
  width:100%;
}
.gallery-filters div{
  flex:1;
  background-color: #000;
  border-radius: 10px;
  color: #fff;
  padding: 6px 20px 6px;
  margin: 0 3px;
  cursor: pointer;
}

.gallery-box {
  padding: 20px;
}
.gallery-box-toggle {

  background: #F6F6F6;
  border-radius: 10px;
  padding: 10px;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 15px;
}
.gallery-box-item {

  position: relative;
  padding-bottom: 15px;
}
.gallery-box-item-image {
  position: relative;
  cursor: pointer;
  width: 100%;
  border-radius: 10px;
}

.gallery-box-item-image img {
  width:100%;
  border-radius: 10px;;
}
.gallery-box-item-image.video:after{
  display: block;
  content:"";
  position: absolute;
  width: 48px;
  height: 48px;
  background-image: url(../images/play.svg);
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  transform: translate(0, -50%);
  background-color: #fff;
  background-size: 86%;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
}
a.video {
  display: block;
  content:"";
  position: absolute;
  width: 48px;
  height: 48px;
  background-image: url(../images/play.svg);
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  transform: translate(0, -50%);
  background-color: #fff;
  background-size: 86%;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
}
.success-page a.video {
  top:40%;
}
.gallery-box-item-checkbox{

position: absolute;

top: 23px;

padding: 0 49px;

z-index: 1;
}
.gallery-box-item-name {
  
padding: 0px 10px;
}
.gallery-box-item-checkbox input {

}

.checkbox-container {
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 16px;
  user-select: none;
}

.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: transparent;
  border-radius: 50%;
  border: 2px solid #ffcf01;
}

.checkbox-container:hover input ~ .checkmark {
  background-color: #ffcf01;
}

.checkbox-container input:checked ~ .checkmark {
  background-color: #ffcf01;
  border-color: #ffcf01;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

.checkbox-container .checkmark:after {
  left: 8px;
  top: 6px;
  width: 3px;
  height: 7px;
  border: solid black;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
.sticky {
  position: fixed;
  top: 54px;
  z-index: 2;
  width: 100%;
  left: 0;
  right: 0;
  box-sizing: border-box;
}
.popup-gallery-noti .popup-box{
  background-color: #FFCF01;

}

.popup-gallery-noti .login-button {
  background-color: #000;
  color: #fff;
}
.popup-gallery-noti .popup-subtitle {
  padding: 10px;
}
.popup-gallery-images-noti .popup-box {
  width:100%;
  top: 61px;
  left: 0;
  transform: none;
  max-width: none;
  background: transparent;
}
.popup.popup-gallery-images-noti {
background: #000000f2;
}
.popup-images-box-arrow {
  position: absolute;
  left: 50px;
  top: 160px;
  background-image: url(../images/arrow.svg);
  height: 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 11px;
  width: 40px;
  background-color: #FFCF01;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1;;
}

.popup-images-box-arrow.right {
  left:auto;
  right: 50px;
  transform: rotate(180deg);
}
.popup-images-box-nav {
  position: fixed;
  bottom: 0;
  z-index: 8;
  width: 100%;
  left: 0;
  right: 0;
  padding: 10px 0;
}
.popup-images-box-nav span {
  border-radius: 50%;
  width:10px;
  height: 10px;
  background: #ffcf01;
  display: inline-block;
  margin: 0 4px;
  opacity: 0.3;
}
.popup-images-box-nav span.active {
  opacity: 1;
}
/* .popup-images-box .gallery-box-item {
position:absolute;
left: 0;
right: 0;
width: 336px;
margin: auto;
} */
.popup-images-box {
  height: 230px;;
}
.popup-images-box-top {
  display: flex;
  color: #fff;
  justify-content: space-between;
  font-weight: bold;
  font-size: 13px;
  padding: 10px 0;
  position: fixed;
  z-index: 1;
  background: #00000070;
  width: 100%;
}
.popup-images-box-top-date {
  /* flex:1; */
}
.popup-images-box-top-back {
  /* flex:1; */
  text-decoration: underline;
  cursor: pointer;
}
.popup-images-box-bottom {
  display: flex;
  justify-content: space-between;
  color: #fff;
  bottom: 0;
}
.popup-images-box-bottom-name {

}
.popup-images-box-bottom-price {

}
/* .popup-images-box .gallery-box-item {
  display: none;
} */
/* .popup-images-box .gallery-box-item.active {
  display: block;;
} */
.cart-box {display: grid;grid-template-columns: repeat(2, 1fr); /* Two columns with equal width */gap: 10px; /* Gap between grid items */padding-bottom: 20px;}
.cart-box-item {

position: relative;
}
.cart-box-item.video:after {
    display: block;
    content: "";
    position: absolute;
    width: 48px;
    height: 48px;
    background-image: url(../images/play.svg);
    top: 40%;
    left: 0;
    right: 0;
    margin: auto;
    transform: translate(0, -50%);
    background-color: #fff;
    background-size: 90%;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
}

.cart-box-item .delete-icon {
  background-image: url(../images/trash.svg);
  height: 24px;
  width: 25px;
  position: absolute;
  z-index: 1;
  right: 10px;
  top: 10px;
  cursor: pointer;
}

.cart-box-item .image {
  overflow:hidden;
  border-radius:10px;
  height: 117px;
}

.cart-box-item .image img {
  width:100%;
  max-height:100%;
}

.cart-box-item .name {
  font-size: 15px;
  padding: 10px 10px 0;
}
.cart-box-title {
  text-align:center;
  padding:20px 0;
  font-size:20px;
  font-weight:bold;
}
.cart-bottom {
  /* position: fixed; */
  width:100%;
  background: #f6f6f6;
  text-align: center;
  /* right: 0; */
  /* left: 0; */
  /* bottom: -40px; */
  /* max-width: 374px; */
  /* margin: auto; */
  /* transition: all 200ms; */
  /* z-index: 3; */
}

.cart-bottom.open {
  bottom: 0;
}

.cart-bottom-buttons {
  display: flex;
  height:50px;
  padding: 10px;
  width: 100%;
}

.cart-bottom-buttons > *{
  flex:1;
  display:block;
}

.cart-bottom-buttons button,
.cart-bottom-buttons span{
  background-color:#ffcf01;
  border:0;
  border-radius:50px;
  font-weight:bold;
  font-size:16px;
  width: 100%;
}
.cart-bottom-buttons span{
  background:transparent;
  padding:15px;
}
.cart-top-flex {
  display: flex;
  font-size: 14px;
  font-weight: bold;
  margin-top: 20px;
}
.cart-top-flex div {
  flex:1;
  position:relative;
}

.cart-top-flex div span{
  height: 20px;
  width: 20px;
  background-color: #efefef;
  border: 2px solid #7a7a7a;
  display: block;
  margin: auto;
  border-radius: 50%;
  margin-bottom: 10px;
  position:relative;
  z-index:1;
}

.cart-top-flex div span.active {
    background-color: #ffcf01;
  border: 2px solid #000000;
}
.cart-top-flex div:not(.hidden):after {
  position:absolute;
  border:1px dashed #7a7a7a;
  width: 90%;
  top: 11px;
  right: 50%;
  content:"";

}


.cart-top-flex div:not(.hidden):last-of-type:after {
  display:none;
}
.no-after:after {
  display:none;
}
.payment_overview_gift_title {
  text-align: right;
  border-top: 1px solid #b6b6b6;
  padding-top: 6px;
}
.cart-bottom-overview-totals {

background-color: #fff;

font-size: 15px;
}
.cart-bottom-overview { padding: 20px 10px;background: #fff;box-sizing: border-box;}
.open .cart-bottom-overview {
  height: auto;
}
.cart-bottom-overview .coupon {

font-size: 14px;
}

.cart-bottom-open {
  cursor: pointer;
}

.cart-bottom-overview .coupon label{

}

.cart-bottom-overview .coupon input{
  border-radius: 4px;
  padding: 5px;
  border: 2px solid #000;
}

.cart-bottom-overview .coupon button{

background: transparent;

border: 0;

font-weight: bold;

text-decoration: underline;
}

.cart-bottom-overview h3 {
  font-size: 17px;
  text-align: right;
  margin: 10px 0px
}

.cart-bottom-overview-totals .row{
  display: flex;
  justify-content: space-between;
  padding: 7px 0;
}

.cart-bottom-overview-totals .row > div{
}
.cart-bottom-overview-totals .row.seperator{

border-top: 2px solid #b6b6b6;

padding: 0;
}
.cart-bottom-overview-totals .row.totals{
  font-weight:bold;
}

iframe {
  width: 100%;
  border: 0;
  height: 530px;
}

.popup-filter .content div > strong {
   display:block;
  background:#000;
  color:#fff;
  padding:5px;
  border-radius:10px;
  text-align:center;
}
.popup-filter .content > div span {
  display:block;
  margin-bottom:10px;
  margin-top:10px;
  text-align:right;
  padding-right:10px;
  font-size: 14px;;
  cursor: pointer;
}
.popup-filter .content > div span input{
  display:inline;
  width: auto;
  top: 2px;
  position: relative;
}
.popup-sort .content > div {

  padding: 10px 5px;
  cursor: pointer;

}
.cart-box-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* Two columns in each row */
  gap: 16px; /* Adjust the gap between items */
}
.gallery-page-padding {
  padding-top:266px;
}

.sc-carousel__arrow-container:first-child > button{

  /* position: absolute; */

  /* top: 50%; */

  background-image: url(../images/arrow.svg);
  height: 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 11px;
  width: 40px;
  background-color: #FFCF01;
  border-radius: 50%;
  cursor: pointer;
  z-index: 12;
  transform: translateY(-60%);

/* transform:rotate(0deg); */
}
.sc-carousel__arrow-container:last-child > button{
  /* position: absolute; */
  /* top: 50%; */
  background-image: url(../images/arrow.svg);
  height: 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 11px;
  width: 40px;
  background-color: #FFCF01;
  border-radius: 50%;
  cursor: pointer;
  z-index: 12;
  transform: translateY(-50%) rotate(180deg);
}

.sc-carousel__arrow-container i {
  display: none;;
}

.sc-carousel__carousel-container {
  height: 100%;;
}

.lazy-load {
  transition: 500ms all;
}

.popup-images .gallery-box-item {
  margin-top: 50px;
}

@media (min-width:699px) {

  .sc-carousel-dots__container.svelte-1oj5bge {
      bottom: 17px;
      position: relative;
  }

  .sc-carousel__content-container {
      height: 97%;
  }
  .popup-images .gallery-box-item-image {
    height: 100%;;
  }

  .popup-images .gallery-box-item {
      padding-bottom: 35px;
      margin-top: 50px;
  }

  .popup-images .gallery-box-item-image {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .popup-images .gallery-box-item-name {
    padding:10px;
  }

  main,
  .main {
    max-width: none;
  }

  .history-top {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  /* .history-top-title,
  .history-login-button {
    flex:1;
  }
  .history-top-split {
    flex: auto;
    width:100px;
  }
  .history-login-button {
    flex:auto;
    width:100px;
  } */
  .gallery-stick {
      display: flex;
      justify-content: center;
      align-items: center;
  }
  .popup-gallery-images-noti .popup-box {
    top:0;
    height: 100%;;
  }
  .popup-images {
    height: 100%;
  }
  .popup-images-box {
    height: 100%;
  }
  .popup {
    z-index: 4;
  }
  .gallery-box-item-image img {
    width: auto;
    max-width: 100%;
    max-height: 100%;
    height: 100%;
  }
  .gallery-box,
  .cart-box-grid {

    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
    box-sizing: border-box;

  }
  .gallery-conbox {
    display: grid;
    grid-template-columns: 250px 1fr;
    grid-gap: 10px;
    box-sizing: border-box;
  }
  .gallery-conbox-side {
    padding-right:20px;
    margin-top: 20px;
  }
  .gallery-conbox-side .popup {
    background: transparent;
    left: auto;
    right: auto;
    position: relative;
    top: auto;
    bottom: auto;
    z-index: 1;
    display: block !important;
  }
  .gallery-conbox-side .popup .popup-box {
      top: auto;
      transform: none;
      background: #fff;
      width: 100%;
      max-width: none;
      left: auto;
      right: auto;
      position: relative;
      padding: 0;
      padding-top: 0px;
      border-radius: 15px;
      text-align: center;
      box-sizing: border-box;
  }
  .gallery-conbox-side .popup .popup-box .popup-title {
    display: none;
  }
  .gallery-conbox-side .popup .popup-close {
    display: none;
  }
  .filter-button {
    display:none
  }
  .gallery-filters {
    justify-content: flex-end;
    padding-bottom:0;
    box-sizing: border-box;
  }
  .gallery-filters div {
      flex: none;
      width: 150px;
      margin-left:20px;
  }
  body .cart-box-item .image {
      height: 167px;
  }
  .cart-box-title {
      padding: 0px 0 20px;
      text-align: right;
  }
  .cart-top-flex {
      width: 350px;
  }
  .history-top {
    justify-content: space-between;
    align-items: center;
  }
  .gallery-top {
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .home-top {
      background-color: #FFCF01;
      position: absolute;
      top: 0;
      width: 50%;
      left: 0;
      right: -250px;
      margin: auto;
      padding: 10px;
      box-sizing: border-box;
      border-bottom-left-radius: 10px;
      border-bottom-right-radius: 10px;
  }
}