/* step 2 css */
#step2{
    padding: 20px;
    flex: 1;
}
#step2 .picker-list-container{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 20px
}
#step2 .container-background{
    aspect-ratio: 3/2;
    cursor: pointer;
}
#step2 .container-background img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.select-background .image.smooth.pointer {
   width: 100%;
   height: 100%;
}
/* end step 2 css */
.artsy-page-wrap{
    min-height: unset;
}
@media (hover: hover) {
    a:hover{
        color: unset;
    }
}

/* move slekaton */
.disable-selection, .disable-selection * { 
  user-select: none ; 
  -webkit-user-select: none ; 
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
.container {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box
}
@media (min-width:400px) {
	.container {
		width: 85%;
		padding: 0
	}
}

.sharePopup__formCopy{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
}

.sharePopup__formCopy #coppyButton{
    padding: 1px 44px;
    height: 33px;
    line-height: 32px;
}

.time-exp{
    display: flex;
    gap: 10px;
    align-items: start;
    justify-content: start;
    margin-top: 10px;
    flex-direction: column;
}

.exp-share{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.exp-share .btn-share{
    color: #000000;
    text-decoration: none;
    border: 1px solid;
    padding: 2px 25px;
}

#exp-custom{
    display: none;
}

.u-full-width {
	width: 100%;
	box-sizing: border-box
}

.u-max-full-width {
	max-width: 100%;
	box-sizing: border-box
}

.u-pull-right {
	float: right
}

.u-pull-left {
	float: left
}
/* .row:after,
.u-cf {
	content: "";
	display: table;
	clear: both
} */
div{
	box-sizing: border-box;
}
.button{
	cursor: pointer;
}
img{
	max-width: 100%;
}
/* end  */
body,html{
    height:100%;
    font-size:16px
}
body.gw-modal-open {
    overflow: hidden !important;
}
#brim-main{
    height:100%
}
#app,.appContainer{
    height:100%;
    width:100%;
}
.page{
    height:100%;
    transform:translateZ(0)
}
.header {
    height: 100px;
    display: none;
    padding: 0 15px;
}
.appContainer  .header.active {
    display: block;
}
.header ,
.rightSection{
    position:relative;
}
.header .row{
    height: 100%;
}
.header .row > *, .header .row > * > *, .header .row > * > * > * {
    height: 100%;
}
.header .rightMenu{
    background:#fff;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: end;
}

.header .top-menu-btn.cart .menu-count{
    position: absolute;
    top: 3px;
    right: 9px;
}

.header .top-menu-btn.cart{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

.header .rightMenu .wrapper-btns-mobile{
    flex: 1;
    flex-direction: row;
    justify-content: end;
    padding-bottom: 0;
}

.header .rightMenu .wrapper-btns-mobile button {
    margin: auto 0;
    width: auto;
}

.header .rightMenu .wrapper-btns-mobile{
    flex: 1;
    flex-direction: row;
    justify-content: end;
    padding-bottom: 0;
}

.header .rightMenu .wrapper-btns-mobile .artsy-menu-cart-count {
    padding: 0 3px;
    font-size: 9px;
    height: 17px;
    top: 4px;
    left: 25px;
    position: absolute;
}

.rightMenu .hasDataAction{
    display: flex;
    flex-direction: row-reverse;
    gap: 10px;
}

#menumobilecontent .rightMenu .hasDataAction{
    flex-direction: column;
}

.header .rightMenu .cartContainer{
    line-height:49px;
    margin-right:15px;
    position:relative;
    cursor:pointer
}
.header .rightMenu .cartContainer .cart-icon:after{
    font-family:icomoon!important;
    content:"\E900";
    font-size:18px;
    font-style:normal
}
.header .rightMenu .cartContainer .qty{
    position:absolute;
    font-size:11px;
    top:-12px;
    right:-9px;
    font-weight:500
}
.leftSection{
    height:100%;
    width: 32%;
    position:relative;
    z-index:2;
    background:#fff;
}

/*.pictureWallList{
    height:100%
}
    */
.pictureWallList #wallSliderElement{
    height:100%;
    overflow:auto;
    padding-bottom:100px
}

.pictureWallList .item{
    width:100%;
    text-align:center;
}
.pictureWallList .item:first-of-type{
    padding-top:0
}
.pictureWallList .image{
    width:100%
}
.pictureWallList .name{
    text-align:center;
    font-size:12px;
    font-family:Raleway;
    text-transform:uppercase;
    font-weight:500
}
.pictureWallList .slick-slide img{
    display:inline-block;
    height: auto;
    width: 100%;
}

.slick-next:before, .slick-prev:before{
    display: none;
}

.slick-next, .slick-prev{
    margin-top: 0;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

span.textphoto {
    font-family: OpenSans;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: 0.7px;
    color: #000000;
}
/* i.fa.fa-shopping-basket{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
} */
i.fa.fa-trash-o {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 47px;
    height: 47px;
    font-size:24px;
}
#zoomElement {
    position: relative;
}
#draggableContainer {
    position: absolute;
}
#draggableContainer  .item-frameset {
    position: absolute;
    background-color: #d1d1d1;
    justify-content: center;
    display: flex;
    align-items: center;
}

/* Old step1 hero styles removed - see step1.css */
.breadcrumbs {
    position: absolute;
    z-index: 100;
}

.uploadBgPosition{
    display: flex;
    align-items: center;
    justify-content: center;
}
#hs-rsp-image-wrap{
    position: relative;
    top: unset;
    left: unset !important;
    transform: unset;
}
/* iphone 5 */
/* Old device-specific step1 media queries removed - see step1.css */

.image.smooth.pointer img{
    max-width: 100%;
    width: 100%;
}
.page {
    margin-top: 30px;
}
i.fa.fa-long-arrow-left {
    margin-right: 12px;
}
i.fa.fa-long-arrow-right {
    margin-left: 12px;
}
img.active {
    border: solid 3px #008205;
}
.select-wall {
    float: right;
    width: 40px;
    height: 40px;
    background-color: #008205;
    border-radius: 20px;
    right: -15px;
    top: -10px;
    position: absolute;
    z-index: 1;

    visibility: visible;
    display: flex;
    align-items: center;
    justify-content: center;
}
.select-item-frame {
    float: right;
    width: 30px;
    height: 30px;
    background-color: #008205;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    align-content: center;
}
i.fa.fa-check {
    color: #fff;
    font-size: 18px;
    padding: 6px;
}
.full-border {
    border: dashed #979797;
    text-align: center;
}
img.upload-image {
    min-height: 77px;
    padding: 50px;
}
.upload-text p {
    margin-bottom: 0;
}
.rightSection.select-photo-wall {
    height: auto !important;
}
div.main-part{
    height: auto;
}
.flex-container {
    display: flex;
    flex-direction: column;
}
.flex-container > div {
    width: 256px;
    margin: 25px 0 10px;
    text-align: center;
    line-height: 20px;
    font-size: 16px;
}
.button.prev-step {
    background: #000000;
    color: #ffffff;
    border-radius: 20px;
}
.button.next-step,
.button.add-to-cart {
    float: right;
    opacity: 0.4;
    background-color: #d1d1d1;
    color: #000000;
    border-radius: 20px;
}
.button.button-footer {
    padding: 0 30px;
    display: flex;
    height: 38px;
    align-items: center;
}
.button.next-step.enable-next {
    float: right;
    background: #000000;
    color: #ffffff;
    opacity: 1;
}
.button.add-to-cart.enabled {
    float: right;
    background-color: #000000;
    font-family: 'Open Sans';
    font-size: 12px;
    letter-spacing: 0.7px;
    color: #ffffff;
    opacity: 1;
}
.product-item.product{
    touch-action: pan-y;
}

.home .page{
    position: relative;
    display: flex;
    flex-direction: column;
    margin-top: 0;
}
#app.step2 .home .page, #app.step3 .home .page, #app.step4 .home .page{
    min-height: 100dvh;
}
.main-part{
    display: block;
}
#app.step2 .main-part, #app.step3 .main-part, #app.step4 .main-part{
    flex: 1;
    display: flex;
    align-items: stretch;
}
.image.image-frameset{
    border: solid 1px #e0e0e0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.column-frameset{
    margin-top: 16px;
}
.button-move-page {
    display: none;
    justify-content: space-between;
    align-items: center;
    padding: 12px;
    position: sticky;
    bottom: 0;
    left: 0px;
    width: 100%;
    color: white;
    z-index: 1000;
    background: rgb(255, 255, 255);
    max-width: none;
}
.button-move-page .wrapper-btns-mobile {
    display: none;
}
#app.step2 .button-move-page.active,#app.step3 .button-move-page.active,#app.step4 .button-move-page.active {
    display: flex;
}
.button-move-page .prev-center{
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    border: unset;
    font-weight: 600;
    color: black;
    text-transform: uppercase;
}
/* //css step 3 */
.rowframe .imgframe img {
height: auto !important;
}
.rowframe .imgframe  {
    text-align: center;
}


.allproduct {
    overflow-x: hidden;
    position: relative;
    height: 100%;
    width: auto;
}
.dropdown-check-list {
    display: grid;

  }
  .dropdown-check-list .anchor {
    position: relative;
    cursor: pointer;
    display: inline-block;
    padding: 5px 50px 5px 10px;
    border: 1px solid #ccc;
  }
  .dropdown-check-list .anchor:after {

    position: absolute;
    content: "";
    border-left: 1px solid #000;
    border-top: 1px solid #000;
    padding: 5px;
    right: 10px;
    top: 20%;
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  .dropdown-check-list .anchor:active:after {
    right: 8px;
    top: 21%;
  }
  .dropdown-check-list ul.items {
    padding: 2px;
    display: none;
    margin: 0;
    border: 1px solid #ccc;
    border-top: none;
  }
  .dropdown-check-list ul.items li {
    list-style: none;
  }
  .dropdown-check-list.visible .anchor {
    color: #0094ff;
  }
  .dropdown-check-list.visible .items {
    display: block;
  }
  .first-child{
      margin-left: 0px;
  }

.container-frameset{
    position: absolute;
	border: none;
}
.rightMenu .item-buttonheader{
    display: flex;
    margin-top: 6px;
}

.fa-checkout{
	font-family: Montserrat;
}
i span{
	font-family: Montserrat;
}

.checkbook {
    display: flex;
    width: 100%;
}
.textphoto{
    margin-top: 8%;
    margin-left: 1%;
    text-transform: uppercase;
}
.arrowss {
    margin-top: 2%;
    margin-left: 1.5%;
    width: 8px;
    height: 8px;
    font-family: "Open Sans";
    font-size: 36px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: .67;
    letter-spacing: 1.8px;
    color: #000;
    content: "";
    position: absolute;
    border: solid #000;
    border-width: 0 1px 1px 0;
    top: 12px;
    /* margin-left: 10px; */
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    /* float: left; */
}
.delete-saved {
    height: 47px;
    margin-top: 7px;
    left: 17px;
    /* margin-left: 20px; */
    /* margin-right: 9px; */
    display: flex;
    align-items: center;

}
.boxrow {
    border: solid 1px #979797;
    height: 48px;
    margin-left: 1%;
}

.woocommerce-loop-product__title,
.artsy-shop-loop-wishlist-button{
    display: none !important;
}
.container-frameset{
    position: absolute;
}
.artsy-shop-loop-price .price .woocommerce-Price-amount.amount,
.priceframe, .priceframe bdi{
    font-family: Open Sans;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 0.43px;
    text-align: center;
    color: #000000;
    /*padding-right: 20px;*/
    font-weight: bold;
}
span.priceframe {
    margin-top: 10px;
    display: block;
    text-align: center;
    display: none;
}
.priceframe del .woocommerce-Price-amount.amount {
    color: darkgray;
}
.priceframe del {
    color: darkgray;
}
.headding{
    font-family: Montserrat;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 500;
}
#step3and4{
    display: flex;
    padding-right: 15px;
    flex: 1;
    width: 100%;
    gap: 15px;
    min-height: 100%;
}
#step3{
    height: 100%;
}
.leftSection .headding{
    padding: 15px 0;
}

#step3and4.not-logged-in{
    height: 100%;
    align-items: center;
    justify-content: center;
}

/*CSS list framset on Step 3  */
.fordesktop{
    overflow-y: scroll;
    overflow-x: hidden;
}
::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 2px;
}

@media (hover: hover) {
    ::-webkit-scrollbar-thumb:hover {
        background: #32a88d;
    }
}

/* .backgroundimg styles removed - see step1.css */
.border-background{
    position: absolute;
    top: 15px;
}
.row.list-frameset{
    display: flex;
    align-items: center;
}
.top-menu-btn {
    display: inline-block;
    float: right;
    margin-left: 0px !important;
	margin-top: auto;
	margin-bottom: auto;
}

#expire-savedWalls{
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: flex-end;
}

#gallery-wall-comment-mobile {
    padding: 0 15px;
    display: flex;
    width: 100%;
    gap: 20px;
    align-items: center;
    margin-top: 20px;
}

.top-menu-info{
	display: flex;
    align-items: center;
}
#expireMessage.warning {
    color: red;
    animation: blink 2s infinite;
}

@keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 0.3; }
    100% { opacity: 1; }
}
.savedWallDropdown {
    border: 1px solid gray;
    /* margin-top: 31px;
    margin-bottom: 31px; */
    /* margin-top: 25px; */
    /* margin-bottom: 17px; */
    height: 46px;
    line-height: 48px;
    /* margin-right: 2%; */
    /* padding-left: 20px; */
}
.savedWalls {
    margin-top: 2px;
}
.savedWallDropdown .sod_select{
	padding-left: 20px;
}
.savedWallDropdown .sod_select.open:before {
    width: 10px;
    height: 10px;
    font-family: "Open Sans";
    font-size: 36px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: .67;
    letter-spacing: 1.8px;
    color: #000;
    content: "";
    position: absolute;
    border: solid #000;
    border-width: 1px 0 0 1px;
    top: 18px;
    right: 23px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.savedWallDropdown .sod_select:before {
    width: 10px;
    height: 10px;
    font-family: "Open Sans";
    font-size: 36px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: .67;
    letter-spacing: 1.8px;
    color: #000;
    content: "";
    position: absolute;
    border: solid #000;
    border-width: 0 1px 1px 0;
    top: 12px;
    right: 23px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.savedWallDropdown .sod_select .sod_label {
    text-align:center;
    margin-top: 4px;
    font-family: Montserrat;
}

.savedWallDropdown .sod_select .sod_list_wrapper {
    left:-2px;
    z-index: 100;
}
.savedWallDropdown .sod_select .sod_list {
    z-index: 100;
}
li.product-frame{
    width: 50%;
    list-style: none;
    margin: 0 auto;
}
.artsy-products.products-frame{
    padding-left: 0;
}
.product-frame img {
    display: inline-block;
    height: auto;
    width: 100%;
}
.rightSection.u-pull-right {
    padding-top: 20px;
    flex: 1;
    display: flex;
    overflow-y: auto;
    scrollbar-gutter: stable;
    overflow-x: hidden;
}
.blockUI.blockOverlay:after{
	display: block;
	content: " ";
	position: absolute;
	top: 50%;
	right: 50%;
	width: 12px;
	height: 12px;
	margin: -6px -6px 0 0;
	opacity: 1;
	background: #dc9814;
	-webkit-animation-fill-mode: both; animation-fill-mode: both;
	-webkit-animation: dotFade 0.8s infinite; animation: dotFade 0.8s infinite;
	-webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%;
}
.allproduct .spinner-border {
    width: 25px;
    height: 25px;
    border: 3px solid #000;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spinner-border .35s linear infinite;
    margin-left: 50%;
}
footer{
    margin-top: 0;
}
@keyframes spinner-border {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
header.inactive,footer.inactive{
    display: none;
}

.minicart .artsy-cart-panel-summarys {
    position: sticky;
    width: 100%;
    bottom: 0;
    right: 0;
    background: white;
    padding-bottom: 10px;
}

/* //dialog */

.labelname{
    /* position: absolute; */
    /* margin-top: unset !important; */
    display: inline-block !important;
    text-align: center;
    /* margin-top: 18px; */
    font-family: Open Sans;
    font-size: 18px;
    font-weight: 600;
}
.label-name{
    /* position: absolute; */
    margin-top: 18px;
    font-family: Open sans;
    font-size: 17px !important;
    margin-left: 27px !important;
    font-weight: 700;
}
#hs-rsp-div .warning {
    margin-top: 8px;
    font-family: Josefin Sans;
}
#wallName{
    margin-top: 16px;
    height: 31px;
}
.selected-product{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}
/* customize css slectod */
#step4 {
    padding: 0 15px;
}
#step4 .selected-product span.sod_select {
    border: 1px solid gray;
    margin-left: 0;
    margin-right: 0;
}
#step4 .selected-product #listsortby .sod_list_wrapper{
    width: 100%;
    height: 85px;
    z-index: 100;
}

#step4 .selected-product #listcategory .sod_list_wrapper{
    width: 100%;
    height: 45px;
    z-index: 100;
}

#step4 .selected-product .sod_select.above .sod_list_wrapper{
    bottom: unset;
}
#step4 .selected-product .sod_select .sod_label {
    text-align: left;
    margin-left: 10px;
    font-family: Montserrat;
    max-width: 70%;
}
#step4 .select-product-mobile .button-select .col-md-6, #step4 .pickerListContainer .pictureWallList .dropdown-check-list.col-md-6 {
    padding: 0;
}
/* end custom selectod */
.button-dialog-warning {
    margin-left: 38%;
    margin-top: 35px;
}

/* #Block grid
-------------------------------------------------------------------- */

[class*="block-grid-"] .flickity-slider > li,
[class*="block-grid-"] > li {
	display: block;
	float: left;
	height: auto;
	padding: 0 2px 10px;
}

/* Extra small */
.xsmall-block-grid-1 .flickity-slider > li,
.xsmall-block-grid-1 > li { width: 100%; }
.xsmall-block-grid-1 > li:nth-of-type(1n) { clear: none; }
.xsmall-block-grid-1 > li:nth-of-type(1n+1) { clear: both; }

.xsmall-block-grid-2 .flickity-slider > li,
.xsmall-block-grid-2 > li { width: 45%; }
.xsmall-block-grid-2 > li:nth-of-type(1n) { clear: none; }
.xsmall-block-grid-2 > li:nth-of-type(2n+1) { clear: both; }

.xsmall-block-grid-3 .flickity-slider > li,
.xsmall-block-grid-3 > li { width: 33.33333%; }
.xsmall-block-grid-3 > li:nth-of-type(1n) { clear: none; }
.xsmall-block-grid-3 > li:nth-of-type(3n+1) { clear: both; }

.xsmall-block-grid-4 .flickity-slider > li,
.xsmall-block-grid-4 > li { width: 25%; }
.xsmall-block-grid-4 > li:nth-of-type(1n) { clear: none; }
.xsmall-block-grid-4 > li:nth-of-type(4n+1) { clear: both; }

.xsmall-block-grid-5 .flickity-slider > li,
.xsmall-block-grid-5 > li { width: 20%; }
.xsmall-block-grid-5 > li:nth-of-type(1n) { clear: none; }
.xsmall-block-grid-5 > li:nth-of-type(5n+1) { clear: both; }

.xsmall-block-grid-6 .flickity-slider > li,
.xsmall-block-grid-6 > li { width: 16.66667%; }
.xsmall-block-grid-6 > li:nth-of-type(1n) { clear: none; }
.xsmall-block-grid-6 > li:nth-of-type(6n+1) { clear: both; }

.xsmall-block-grid-7 > li { width: 14.28571%; }
.xsmall-block-grid-7 > li:nth-of-type(1n) { clear: none; }
.xsmall-block-grid-7 > li:nth-of-type(7n+1) { clear: both; }

.xsmall-block-grid-8 > li { width: 12.5%; }
.xsmall-block-grid-8 > li:nth-of-type(1n) { clear: none; }
.xsmall-block-grid-8 > li:nth-of-type(8n+1) { clear: both; }

.xsmall-block-grid-9 > li { width: 11.11111%; }
.xsmall-block-grid-9 > li:nth-of-type(1n) { clear: none; }
.xsmall-block-grid-9 > li:nth-of-type(9n+1) { clear: both; }

.xsmall-block-grid-10 > li { width: 10%; }
.xsmall-block-grid-10 > li:nth-of-type(1n) { clear: none; }
.xsmall-block-grid-10 > li:nth-of-type(10n+1) { clear: both; }

.xsmall-block-grid-11 > li { width: 9.09091%; }
.xsmall-block-grid-11 > li:nth-of-type(1n) { clear: none; }
.xsmall-block-grid-11 > li:nth-of-type(11n+1) { clear: both; }

.xsmall-block-grid-12 > li { width: 8.33333%; }
.xsmall-block-grid-12 > li:nth-of-type(1n) { clear: none; }
.xsmall-block-grid-12 > li:nth-of-type(12n+1) { clear: both; }

/* menu button mobile */
/* menu button mobile */
.wrapper-btns-mobile {
    display: flex;
    flex-direction: column;
    gap: 12px;
    background: transparent;
    padding-bottom: 10px;
}

.wrapper-btns-mobile button {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    padding: 14px;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 600;
    font-family: 'Inter', 'Montserrat', sans-serif;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(0, 0, 0, 0.08);
    background: #ffffff;
    color: #1a1a1a;
    cursor: pointer;
    text-transform: none;
    width: 100%;
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
}

.wrapper-btns-mobile button i {
    font-size: 16px;
    width: 16px;
    text-align: center;
    color: #4b5563;
    transition: transform 0.2s ease;
}

@media (hover: hover) {
    .wrapper-btns-mobile button:hover {
        background: #fafafa;
        border-color: rgba(0, 0, 0, 0.15);
        transform: translateY(-1px);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    }
}

@media (hover: hover) {
    .wrapper-btns-mobile button:hover i {
        transform: scale(1.1);
    }
}

.wrapper-btns-mobile button:active {
    transform: translateY(1px);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

.wrapper-btns-mobile button.btn-delete-gallery {
    color: #dc2626;
    border-color: rgba(220, 38, 38, 0.1);
}

.wrapper-btns-mobile button.btn-delete-gallery i {
    color: #dc2626;
}

@media (hover: hover) {
    .wrapper-btns-mobile button.btn-delete-gallery:hover {
        background: #fef2f2;
        border-color: rgba(220, 38, 38, 0.2);
    }
}

/* Primary Action: Payment */
.wrapper-btns-mobile .btn-payment {
    background: #111827;
    color: #ffffff;
    border-color: #111827;
    justify-content: space-between; /* Arrow at the end */
}

.wrapper-btns-mobile .btn-payment i {
    color: #ffffff;
    margin-left: auto;
}

@media (hover: hover) {
    .wrapper-btns-mobile .btn-payment:hover {
        background: #000000;
        color: #ffffff;
        border-color: #000000;
    }
}

.wrapper-btns-mobile .btn-payment.disabled,
.wrapper-btns-mobile .btn-payment:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    background: #9ca3af;
    border-color: #9ca3af;
}

/* Cart Badge Styling */
.wrapper-btns-mobile .btn-shopping-basket {
    position: relative;
}

.wrapper-btns-mobile .artsy-menu-cart-count {
    background: #ef4444;
    color: #ffffff;
    font-size: 10px;
    min-width: 20px;
    height: 20px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 6px;
    margin-left: auto; /* Push to the right */
    font-weight: 700;
    box-shadow: 0 2px 4px rgba(239, 68, 68, 0.3);
}

/* Edit Mode Button */
.wrapper-btns-mobile .btn-edit-mode {
    border-style: dashed;
    background: rgba(0, 0, 0, 0.02);
}

@media (hover: hover) {
    .wrapper-btns-mobile .btn-edit-mode:hover {
        background: rgba(0, 0, 0, 0.05);
    }
}

/* Icon Colors */
.wrapper-btns-mobile .btn-share-gallery i { color: #6366f1; }
.wrapper-btns-mobile .btn-save i { color: #10b981; }
.wrapper-btns-mobile .btn-shopping-basket i { color: #f59e0b; }
.wrapper-btns-mobile .btn-edit-mode i { color: #8b5cf6; }

/* Comment Button Styling */
.wrapper-btns-mobile button.comment-product i { 
    color: #3b82f6; /* Modern Blue */
}

.wrapper-btns-mobile button.comment-product .private-comment-button {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    box-shadow: none !important;
    margin: 0 !important;
}

/* Left Sidebar Menu Styles */
.left-sidebar-menu {
  width: 100%;
  height: 100%;
  background: #fff;
  /* border-right: 1px solid #ccc; */
  display: flex;
  flex-direction: column;
  padding: 0 10px;
  /* transition: all 0.3s; */
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  height: 100%;
}

.left-sidebar-menu .btn-custom-primary {
  background: #000;
  color: #fff;
  border: none;
  padding: 10px 15px;
  border-radius: 5px;
  cursor: pointer;
  width: 100%;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.left-sidebar-menu .sidebar-content {
  flex: 1;
  overflow-y: auto;
  border-radius: 4px;
  position: relative;
}

.left-sidebar-menu .empty-msg {
  text-align: center;
  color: #999;
  font-size: 13px;
  margin-top: 20px;
  display: block;
}

.sidebar-images-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px;
}

.sidebar-image-item {
  width: 100%;
  position: relative;
  cursor: grab;
  border-radius: 4px;
  background: #f9f9f9;
  /* MOBILE SCROLL FIX: allow vertical scrolling while letting interact.js handle dragging via hold */
  touch-action: pan-y;
  user-select: none;
  -webkit-user-select: none;
}

.sidebar-image-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none; /* prevent default drag of img element to allow jquery ui drag */
}

.sidebar-image-item:active {
  cursor: grabbing;
}

/* Dragging Helper Style */
.ui-draggable-dragging {
  z-index: 9999;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  border: 2px solid #0073aa;
}

/* Updated Layout for 3 Columns */
.full-view {
  display: flex;
  /* height: calc(100% - 88px); */
  gap: 0; /* Remove default gap to control spacing manually */
  padding: 0; /* Full width */
  border-top: 1px solid #ccc;
  position: relative;
}
/* Hide empty msg when content exists */
.sidebar-header{
  padding-bottom: 10px;
}
#sidebar-images-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
  overflow-y: auto;
}
.sidebar-image-item {
  margin-bottom: 0;
}
.sidebar-image-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
  border-radius: 4px;
  border: 1px solid #ddd;
}
.sidebar-content.has-images .empty-msg {
  display: none;
}

/* Sidebar Actions Buttons */
.sidebar-actions {
  padding: 15px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-top: 1px solid #eee;
}

.btn-sidebar-action {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px;
  background-color: #000;
  color: #fff;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
  transition: all 0.2s;
}

.btn-sidebar-action:disabled,
#sidebar-add-text-btn:disabled {
  background-color: #ccc;
  cursor: not-allowed;
  opacity: 0.7;
}

.btn-sidebar-action i {
  font-size: 16px;
}

@media (hover: hover) {
  .left-sidebar-menu .btn-custom-primary:hover {
    background: #333;
  }
}

  @media (hover: hover) {
  .btn-sidebar-action:hover:not(:disabled) {
    background-color: #333;
    transform: translateY(-1px);
  }
}

  /* Image Viewer Popup */
#image-viewer-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
}

#image-viewer-popup .viewer-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  backdrop-filter: blur(5px);
}

#image-viewer-popup .viewer-content {
  position: relative;
  width: 90%;
  height: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

#image-viewer-popup .viewer-image-container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

#image-viewer-popup #viewer-image {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transition: transform 0.3s ease;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  display: none;
}

#image-viewer-popup .close-viewer {
  position: absolute;
  top: -20px;
  right: -20px;
  color: white;
  font-size: 30px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  background: rgb(14 14 14 / 22%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

#image-viewer-popup .viewer-navigation button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgb(14 14 14 / 22%);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

#image-viewer-popup #viewer-prev {
  left: 20px;
}
#image-viewer-popup #viewer-next {
  right: 20px;
}

#image-viewer-popup .viewer-actions {
  position: absolute;
  bottom: 20px;
  display: flex;
  gap: 20px;
  align-items: center;
  z-index: 1;
}

#image-viewer-popup .rotate-actions {
  display: flex;
  gap: 10px;
  background: rgb(14 14 14 / 22%);
  padding: 5px 15px;
  border-radius: 100px;
}

#image-viewer-popup .viewer-actions button {
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

#image-viewer-popup .viewer-actions button:hover {
  background: rgba(0, 0, 0, 0.8);
  border-color: white;
}

#image-viewer-popup #viewer-loading {
  position: absolute;
  font-size: 40px;
  color: white;
}

/* Sidebar Zoom Icon */
.sidebar-image-item .zoom-icon {
  position: absolute;
  bottom: 5px;
  right: 5px;
  width: 28px;
  height: 28px;
  background: rgba(255, 255, 255, 0.8);
  color: #333;
  border-radius: 50%;
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 15;
  transition: all 0.2s;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

  @media (hover: hover) {
    .sidebar-image-item:hover .zoom-icon
    {
      display: flex;
    }

    #image-viewer-popup .close-viewer:hover {
        background: rgba(255, 255, 255, 0.2);
        transform: rotate(90deg);
    }

    #image-viewer-popup .viewer-navigation button:hover {
        background: rgba(255, 255, 255, 0.3);
    }

    #image-viewer-popup .viewer-actions button:hover {
        transform: scale(1.2);
    }
  }

  @media (hover: hover) {
    .sidebar-image-item .zoom-icon:hover {
      background: #fff;
      transform: scale(1.1);
      color: #000;
    }
  }

  .group-btn-select-photos {
  display: flex;
  gap: 10px;
  justify-content: stretch;
}

.group-btn-select-photos button {
  flex: 1;
}

.btn-clear-all {
  background-color: #ff4d4d;
  color: white;
  border: none;
  padding: 10px 13px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 12px;
  width: 100%;
  transition: background 0.3s;
}

.sidebar-image-item .delete-image-btn {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 20;
  background: rgba(255, 255, 255, 0.8);
  color: #ff4d4d;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  cursor: pointer;
  transition: all 0.2s;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.expired-timer {
    position: relative;
    display: none;
    align-items: center;
    justify-content: center;
}

.expire-icon {
    font-size: 25px !important;
    color: #dc9814;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 5px;
    border-radius: 50%;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (hover: hover) {
    .expire-icon:hover {
        color: #007bff;
        background: rgba(0, 123, 255, 0.1);
        transform: scale(1.1);
    }
}

.expireMessage.warning {
    color: #ff4d4d !important;
}

.expire-icon.warning {
    color: #ff4d4d;
    animation: pulse-red 2s infinite;
}

@keyframes pulse-red {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(255, 77, 77, 0.4);
    }
    70% {
        transform: scale(1.1);
        box-shadow: 0 0 0 10px rgba(255, 77, 77, 0);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(255, 77, 77, 0);
    }
}

.expire-tooltip {
    position: absolute;
    top: 68px;
    right: 0;
    background: #222;
    color: #fff;
    padding: 10px 15px;
    border-radius: 8px;
    font-size: 13px;
    white-space: nowrap;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
}

.expire-tooltip.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.tooltip-arrow {
    position: absolute;
    top: -5px;
    right: 10px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #222;
}

body.mode-view .button-move-page.active{
    display: none !important;
}
body.mode-view .button-move-page .prev-center{
    display: none !important;
}
body.mode-view .button-move-page .button-footer{
    display: none !important;
}



/* Small */
@media (min-width: 400px) {
    .small-block-grid-1 .flickity-slider > li,
    .small-block-grid-1 > li { width: 100%; }
    .small-block-grid-1 > li:nth-of-type(1n) { clear: none; }
    .small-block-grid-1 > li:nth-of-type(1n+1) { clear: both; }

    .small-block-grid-2 .flickity-slider > li,
    .small-block-grid-2 > li { width: 46%; }
    .small-block-grid-2 > li:nth-of-type(1n) { clear: none; }
    .small-block-grid-2 > li:nth-of-type(2n+1) { clear: both; }

    .small-block-grid-3 .flickity-slider > li,
    .small-block-grid-3 > li { width: 33.33333%; }
    .small-block-grid-3 > li:nth-of-type(1n) { clear: none; }
    .small-block-grid-3 > li:nth-of-type(3n+1) { clear: both; }

    .small-block-grid-4 .flickity-slider > li,
    .small-block-grid-4 > li { width: 25%; }
    .small-block-grid-4 > li:nth-of-type(1n) { clear: none; }
    .small-block-grid-4 > li:nth-of-type(4n+1) { clear: both; }

    .small-block-grid-5 .flickity-slider > li,
    .small-block-grid-5 > li { width: 20%; }
    .small-block-grid-5 > li:nth-of-type(1n) { clear: none; }
    .small-block-grid-5 > li:nth-of-type(5n+1) { clear: both; }

    .small-block-grid-6 .flickity-slider > li,
    .small-block-grid-6 > li { width: 16.66667%; }
    .small-block-grid-6 > li:nth-of-type(1n) { clear: none; }
    .small-block-grid-6 > li:nth-of-type(6n+1) { clear: both; }

    .small-block-grid-7 > li { width: 14.28571%; }
    .small-block-grid-7 > li:nth-of-type(1n) { clear: none; }
    .small-block-grid-7 > li:nth-of-type(7n+1) { clear: both; }

    .small-block-grid-8 > li { width: 12.5%; }
    .small-block-grid-8 > li:nth-of-type(1n) { clear: none; }
    .small-block-grid-8 > li:nth-of-type(8n+1) { clear: both; }

    .small-block-grid-9 > li { width: 11.11111%; }
    .small-block-grid-9 > li:nth-of-type(1n) { clear: none; }
    .small-block-grid-9 > li:nth-of-type(9n+1) { clear: both; }

    .small-block-grid-10 > li { width: 10%; }
    .small-block-grid-10 > li:nth-of-type(1n) { clear: none; }
    .small-block-grid-10 > li:nth-of-type(10n+1) { clear: both; }

    .small-block-grid-11 > li { width: 9.09091%; }
    .small-block-grid-11 > li:nth-of-type(1n) { clear: none; }
    .small-block-grid-11 > li:nth-of-type(11n+1) { clear: both; }

    .small-block-grid-12 > li { width: 8.33333%; }
    .small-block-grid-12 > li:nth-of-type(1n) { clear: none; }
    .small-block-grid-12 > li:nth-of-type(12n+1) { clear: both; }
}

/* Medium */
@media (min-width: 750px) {
	[class*="block-grid-"] {
		margin: 0 -10px;
	}
    [class*="block-grid-"] .flickity-slider > li,
	[class*="block-grid-"] > li {
		padding: 0 3px 20px;
	}

    .medium-block-grid-1 .flickity-slider > li,
	.medium-block-grid-1 > li { width: 100%; }
	.medium-block-grid-1 > li:nth-of-type(1n) { clear: none; }
	.medium-block-grid-1 > li:nth-of-type(1n+1) { clear: both; }

    .medium-block-grid-2 .flickity-slider > li,
	.medium-block-grid-2 > li { width: 50%; }
	.medium-block-grid-2 > li:nth-of-type(1n) { clear: none; }
	.medium-block-grid-2 > li:nth-of-type(2n+1) { clear: both; }

    .medium-block-grid-3 .flickity-slider > li,
	.medium-block-grid-3 > li { width: 29%; }
	.medium-block-grid-3 > li:nth-of-type(1n) { clear: none; }
	.medium-block-grid-3 > li:nth-of-type(3n+1) { clear: both; }

    .medium-block-grid-4 .flickity-slider > li,
	.medium-block-grid-4 > li { width: 25%; }
	.medium-block-grid-4 > li:nth-of-type(1n) { clear: none; }
	.medium-block-grid-4 > li:nth-of-type(4n+1) { clear: both; }

    .medium-block-grid-5 .flickity-slider > li,
	.medium-block-grid-5 > li { width: 20%; }
	.medium-block-grid-5 > li:nth-of-type(1n) { clear: none; }
	.medium-block-grid-5 > li:nth-of-type(5n+1) { clear: both; }

    .medium-block-grid-6 .flickity-slider > li,
	.medium-block-grid-6 > li { width: 16.66667%; }
	.medium-block-grid-6 > li:nth-of-type(1n) { clear: none; }
	.medium-block-grid-6 > li:nth-of-type(6n+1) { clear: both; }

	.medium-block-grid-7 > li { width: 14.28571%; }
	.medium-block-grid-7 > li:nth-of-type(1n) { clear: none; }
	.medium-block-grid-7 > li:nth-of-type(7n+1) { clear: both; }

	.medium-block-grid-8 > li { width: 12.5%; }
	.medium-block-grid-8 > li:nth-of-type(1n) { clear: none; }
	.medium-block-grid-8 > li:nth-of-type(8n+1) { clear: both; }

	.medium-block-grid-9 > li { width: 11.11111%; }
	.medium-block-grid-9 > li:nth-of-type(1n) { clear: none; }
	.medium-block-grid-9 > li:nth-of-type(9n+1) { clear: both; }

	.medium-block-grid-10 > li { width: 10%; }
	.medium-block-grid-10 > li:nth-of-type(1n) { clear: none; }
	.medium-block-grid-10 > li:nth-of-type(10n+1) { clear: both; }

	.medium-block-grid-11 > li { width: 9.09091%; }
	.medium-block-grid-11 > li:nth-of-type(1n) { clear: none; }
	.medium-block-grid-11 > li:nth-of-type(11n+1) { clear: both; }

	.medium-block-grid-12 > li { width: 8.33333%; }
	.medium-block-grid-12 > li:nth-of-type(1n) { clear: none; }
	.medium-block-grid-12 > li:nth-of-type(12n+1) { clear: both; }
}

/* Large */
@media (min-width: 1020px) {
	[class*="block-grid-"] {
		margin: 0 -12px;
	}
    [class*="block-grid-"] .flickity-slider > li,
    [class*="block-grid-"] > li {
		padding: 0 5px 24px;
	}

	.large-block-grid-1 > li { width: 100%; }
	.large-block-grid-1 > li:nth-of-type(1n) { clear: none; }
	.large-block-grid-1 > li:nth-of-type(1n+1) { clear: both; }

    .large-block-grid-2 .flickity-slider > li,
	.large-block-grid-2 > li { width: 48%; }
	.large-block-grid-2 > li:nth-of-type(1n) { clear: none; }
	.large-block-grid-2 > li:nth-of-type(2n+1) { clear: both; }

    .large-block-grid-3 .flickity-slider > li,
	.large-block-grid-3 > li { width: 30.33333%; }
	.large-block-grid-3 > li:nth-of-type(1n) { clear: none; }
	.large-block-grid-3 > li:nth-of-type(3n+1) { clear: both; }

    .large-block-grid-4 .flickity-slider > li,
	.large-block-grid-4 > li { width: 25%; }
	.large-block-grid-4 > li:nth-of-type(1n) { clear: none; }
	.large-block-grid-4 > li:nth-of-type(4n+1) { clear: both; }

    .large-block-grid-5 .flickity-slider > li,
	.large-block-grid-5 > li { width: 20%; }
	.large-block-grid-5 > li:nth-of-type(1n) { clear: none; }
	.large-block-grid-5 > li:nth-of-type(5n+1) { clear: both; }

    .large-block-grid-6 .flickity-slider > li,
	.large-block-grid-6 > li { width: 16.66667%; }
	.large-block-grid-6 > li:nth-of-type(1n) { clear: none; }
	.large-block-grid-6 > li:nth-of-type(6n+1) { clear: both; }

	.large-block-grid-7 > li { width: 14.28571%; }
	.large-block-grid-7 > li:nth-of-type(1n) { clear: none; }
	.large-block-grid-7 > li:nth-of-type(7n+1) { clear: both; }

	.large-block-grid-8 > li { width: 12.5%; }
	.large-block-grid-8 > li:nth-of-type(1n) { clear: none; }
	.large-block-grid-8 > li:nth-of-type(8n+1) { clear: both; }

	.large-block-grid-9 > li { width: 11.11111%; }
	.large-block-grid-9 > li:nth-of-type(1n) { clear: none; }
	.large-block-grid-9 > li:nth-of-type(9n+1) { clear: both; }

	.large-block-grid-10 > li { width: 10%; }
	.large-block-grid-10 > li:nth-of-type(1n) { clear: none; }
	.large-block-grid-10 > li:nth-of-type(10n+1) { clear: both; }

	.large-block-grid-11 > li { width: 9.09091%; }
	.large-block-grid-11 > li:nth-of-type(1n) { clear: none; }
	.large-block-grid-11 > li:nth-of-type(11n+1) { clear: both; }

	.large-block-grid-12 > li { width: 8.33333%; }
	.large-block-grid-12 > li:nth-of-type(1n) { clear: none; }
	.large-block-grid-12 > li:nth-of-type(12n+1) { clear: both; }
}

#deleteBtn{
    margin-top: 65px;
}
.label-delete{
    position: absolute;
    margin-top: 18px;
    font-family: Josefin Sans;
    font-size: 17px;
    font-weight: 700;
    text-align: center;
}
.delete-saved a{
    text-decoration: none !important;
    border: solid 1px #979797;
    height: 47px;
}

.upload-image-background{
    display: inline-block;
    position: relative;
    font-size: 16px;
    line-height: 1.1;
    min-width: 140px;
    padding: 17px 36px 16px;
    cursor: pointer;
    text-align: center;
    margin-top: 6%;
}

#btn-upload-bg {
    color: #fff;
    background: #000;
    font-size: 16px;
    margin-top: 20px;
    margin-left: 25%;
}

#uploadMessageId.error {
    color: red;
    font-size: 16px;
    position: relative;
}
#uploadMessageId.success {
    color: green;
    font-size: 16px;
    position: relative;
}
/* mini cart privew  */
.minicart{
    position: fixed;
    z-index: 1001;
    width: 320px;
    height: 100dvh;
    background-color: #fff;
    right: 0;
    top: 0;
    overflow-y: auto;
    padding: 0 10px;
}
.minicart .size{
	line-height: normal;
	font-size: 14px;
}
.minicart .material .value{
    flex: 1;
}
.minicart .quantity-price{
	display: flex;
	justify-content: space-between;
}
.minicart .material{
	display: flex;
    align-items: center;
    gap: 15px;
	font-size: 14px;
}

.material .sod_select{
	line-height: 32px;
	padding-right: 40px;
}
.material .sod_select:before{
	line-height: 32px;
	width: 8px;
	height: 8px;
	font-family: "Open Sans";
	font-size: 18px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: 1.8px;
	color: #000;
	content: "";
	position: absolute;
	border: solid #000;
	border-width: 0 1px 1px 0;
	top: 10px;
	right: 23px;
	transform: rotateZ(45deg);
}
.minicart .empty{
    display: none !important;
}
.minicart .relatedproduct{
    display: none !important;
}
.minicart .minicart-walll .artsy-font.artsy-font-close2, .minicart .minicart-walll .remove-product-cart{
    position: static;
    width: 100%;
    height: auto;
    display: none;
}
.minicart .minicart-walll .artsy-font-close2:before{
    color: gray;
}
.minicart .product_list_widget > li {
    padding: 5px 0 0 0px;
    display: flex;
}
.minicart .cart-close-btn {
    top: unset;
    font-size: 25px;
}
.minicart .artsy-cart-panel-item-price{
    /* position: absolute; */
    z-index: 0;
    right: 0;
    margin-right: 21px;
}
.minicart ul .artsy-cart-panel-item-price{
    margin-top: -33px;
}
.minicart  li a {
    color: #000000;
    text-decoration: none;
    font-family: Open sans;
    font-weight: 600;
    line-height: normal;
}
.minicart .artsy-cart-items-heading .heading-text{
    text-align: center;
    font-size: 19px;
}
.minicart .remove_from_cart_button {
    position: absolute;
    top: 0px;
    right: 10px;
    z-index: 100;
    display: block;
    font-size: 16px;
    line-height: 24px;
    width: 20px;
    height: 20px;
    text-align: right;
    padding: 0px;
}
.minicart-walll .itemcart:not(:first-child) {
    margin-top: 20px;
    display: flex;
    gap: 10px;
    align-items: center;
}
.itemcart--info {
   flex: 1;
   font-size: 14px;
}
.itemcart--info .title a{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-word;
}
.itemcart--info .woocommerce-Price-amount bdi{
    font-size: 12px;
}
.minicart .minicart-walll li {
    list-style: none;
    position: relative;
}
.priceminicart{
    float: right;
}
.minicart-walll del{
    color: #a5a5a5;
}
.minicart .artsy-cart-panel-summary-subtotal {
    float: right;
    font-size: 16px;
    font-family: Open sans;
}
.minicart .buttons {
    display: inline-block;
    font-size: 16px;
    line-height: 32px;
    color: #fff;
    padding: 9px 15px 10px;
    border: 0 none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-align: center;
    opacity: 1;
    -webkit-transition: opacity .2s ease;
    -moz-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease;
    background-color: #282828;
    width: 100%;
}
.minicart-walll {
    position: relative;
}

::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
    /* width: 0px; */
    /* opacity: 0;
    background: transparent; */
}

.minicart::-webkit-scrollbar {
    display: none;
  }
  .minicart .product_list_widget{
    margin-left: -21px;
  }

.minicart .artsy-cart-panel-summary-inner {
    border-top: 1px solid gray;
    padding: 0;
    overflow: unset;
}
.artsy-cart-panel-summary-inner p {
    margin-top: 10px;
}
.minicart .checkout.wc-forward{
    display: block;
    text-decoration: none;
    color: white;
    font-size: 17px;
    font-family: Open sans;
}
.minicart .minicart-walll .itemcart{
    display: flex;
}
.minicart .minicart-walll .itemcart .quanity {
    font-size: 14px;
    font-family: Open sans;
    line-height: normal;
}
.minicart .itemcart  .artsy-cart-panel-item-price{
    font-size: 14px;
    /* margin-top: 2%; */
    /* position: absolute; */
    z-index: 0;
    top: 20px;
    right: 0;
    margin-right: 0px;
}
.itemcart--itemImg{
    display: flex;
    align-items: center;
    width: 75px;
    flex-shrink: 0;
}

.minicart .minicart-walll .artsy-font-minus:before {
    content: "Quantity: ";
    font-size: 14px;
    font-size: 15px;
    font-family: sans-serif;
}
.minicart .minicart-walll .artsy-quantity-wrap .quantity .artsy-qty-plus.artsy-font-plus{
    display: none;

}
.minicart .minicart-walll .artsy-quantity-wrap .qty {
    height: 44px;
    margin-left: 14%;
}
#menumobilecontent{
    display: none;
}
.breadcrumbs .logo img {
    height: 100%;
    padding: 18px 0 18px;
}
.formobile{
    overflow-y: auto;
    min-height: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    padding: 0 15px;
}

#menumobilecontent .imgback {
    position: sticky;
    float: right;
    top: 0;
    right: 0;
    background: white;
    padding: 10px 0;
    z-index: 2;
}
.minicart .artsy-cart-items-heading .heading-line {
    width: 53%;
}
.minicart .artsy-cart-panel-summarys p {
    margin-bottom: 0px;
}
.minicart .artsy-cart-panel-summarys p.deactive {
    pointer-events: none;
    position: relative;
    background: #ccc;
}
.minicart .artsy-cart-panel-summarys p.deactive a {
    color: #666;
    cursor: auto;
}
.minicart .artsy-cart-panel-summarys p.deactive .badge-coming, .btn-payment-wrapper .badge-coming {
    position: absolute;
    top: -8px;
    right: -3px;
    background: #0056b3;
    color: #fff;
    font-size: 13px;
    padding: 3px 8px;
    border-radius: 15px;
    font-weight: 600;
    white-space: nowrap;
    opacity: 1;
}
img.iconshare {width: 40px;height: 40px;}
#share {
    height: 33px;
 }
.pickerListContainer .container-background, .picker-list-container .container-background {
    position: relative;
}
.grecaptcha-badge {
    visibility: hidden;
}
 #hs-rsp-div .iconshare {
    margin-top: 8px;
    margin-bottom: 8px;
 }

.select-product-mobile .button-select{
    width: 100%;
    gap: 10px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

/* Floating Add to Cart Button */
button.add-to-cart {
    display: none;
    position: fixed;
    right: 25px;
    bottom: 25px;
    z-index: 1000;
    padding: 14px 28px;
    background: #121212;
    color: #ffffff;
    border-radius: 100px;
    border: none;
    box-shadow: 0 8px 30px rgba(0,0,0,0.25);
    align-items: center;
    gap: 12px;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    letter-spacing: 0.5px;
}

@media (hover: hover) {
    button.add-to-cart:hover {
        background: #000000;
        transform: translateY(-3px) scale(1.02);
        box-shadow: 0 12px 40px rgba(0,0,0,0.3);
    }
}

button.add-to-cart i {
    font-size: 18px;
}

@media (min-width: 1280px) and (max-width: 1500px){
    .artsy-cart-items-heading .heading-text {
        width: 48%;
    }
    .minicart .artsy-cart-items-heading .heading-line {
        width: 39%;
    }
}
#step4 .sod_select {
    /* width: 80%; */
    padding: 0;
}

@media (max-width: 1280px){
    .minicart .artsy-cart-panel-product-title {
        font-size: 13px;
    }
    .minicart .artsy-cart-panel-product-title dl{
        display: none;
    }
    .minicart .minicart-walll .artsy-font-minus:before {
        font-size: 12px;
    }

    /* .artsy-cart-panel-item-price {
        font-size: 13px !important;
        margin-top: 11% !important;
    } */
    .minicart .artsy-cart-panel-item-price span.woocommerce-Price-amount.amount {
        font-size: 12px;
    }
    .minicart .minicart-walll .artsy-quantity-wrap .qty {
        font-size: 12px;
    }
    .minicart .artsy-cart-panel-product-title {
        padding-right: 5px;
    }
    .minicart .minicart-walll .artsy-quantity-wrap .qty {
        margin-left: 10%;
    }
    .minicart ul .artsy-cart-panel-item-price {
        margin-top: -32px;
    }
    /* Old step1 mobile styles removed - see step1.css */
    /* Old step1 mobile .backgrounfd/.backgroundimg styles removed */
    /* Old .containercontent.desktop / .container-content.mobile styles removed - see step1.css */
    .logo-image {
        margin-left: 10%;
    }
    .content-mobile {
        margin-left: 10%;
        position: relative;
        z-index: 1000;
    }
    /* Old step1 textbackground mobile styles removed */
    .top-menu-btn {
        display: inline-block;
        float: left;
    }
    .top-menu-btn.savedWallDropdown {
        width: 85%;
        height: 49px;
        background: #ffffff;
    }
    /* Old buttonbackground .buttontext responsive removed */
    .savedWallDropdown .sod_select:before {
        top: 18px;
        right: 18px;
    }
    .savedWallDropdown .sod_select .sod_label {
        text-align: center;
        font-family: Montserrat;
        border-right: solid 1px #979797;
        height: 49px;
        line-height: 3.5;
        margin-top: 0;
    }
    .savedWallDropdown {
        margin-top: auto;
    }

    @media (hover: hover) {
        .slick-slider:hover .slick-prev, .slick-slider:hover .slick-next {
            opacity: 1;
        }
    }

    @media (hover: hover) {
        #step2 .slick-next,  #step2 .slick-slider:hover .slick-next{
            right: 16%;
        }
    }
    @media (hover: hover) {
        #step2 .slick-prev, #step2 .slick-slider:hover .slick-prev {
            left: 16%;
        }
    }
    .slick-prev.slick-disabled, .slick-next.slick-disabled {
        opacity: 0.3;
        cursor: default;
    }
    @media (hover: hover) {
        .slick-slider:hover .slick-prev.slick-disabled, .slick-slider:hover .slick-next.slick-disabled {
            opacity: 0;
            cursor: default;
        }
    }
    .slick-prev i, .slick-next i {
        font-size: 30px;
        color: #000000;
    }
    .appContainer .slick-prev img, .appContainer .slick-next img {
        background: rgba(128, 128, 128, 0.7);
        border-radius: 15px;
        padding: 4px;
    }
    #step3{
        height: 100%;
    }
    #buttonStep {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 16px;
        border: unset;
    }
    /* Old #startBuildMobile img styles removed */
    .button.prev-step img {
        max-width: 17px;
        position: relative;
        top: 3px;
        margin-right: 5px;
    }
    .button.next-step img {
        max-width: 17px;
        position: relative;
        top: 3px;
        margin-left: 5px;
    }
    /* li.frame.product-frame {
        width: 65%;
    } */
    /* ul.artsy-products.products-frame {
        margin-left: 7%;
    } */
    .selected-product {
        margin-top: 15px;
    }
    #step4 .slick-next, #step4 .slick-slider:hover .slick-next{
        display: flex;
        align-items: center;
        justify-content: center;
        right: -2%;
    }
    /* #step4 .slick-prev, #step4 .slick-slider:hover .slick-prev {
        display: flex;
        align-items: center;
        justify-content: center;
        left: -8%;
    } */
    .row.rowframe {
        margin-top: 20%;
    }
    #step4 .sod_select {
        width: 100%;
        float: left;
        line-height: 35px;
    }
    #step4 .selected-product span.sod_select {
        margin-right: 0;
        margin-left: 0;
    }
    #step4 .selected-product .sod_select .sod_label {
        font-size: 10px;
    }
    #step4 .sod_select:before {
        line-height: 35px;
        height: 35px;
    }
    .image-backround {
        margin-top: 15px;
    }
    .leftSection{
        width: 36%;
    }
    .picker-list-container .slick-slide > div{
        display: contents;
    }
    .selected-product {
        width: 100%;
    }
    .inner-text{
        margin-top: 0;
        font-size: 1vw;
    }
    #listcategory {
        padding-left: 2%;
    }
    .select-item-frame-Mobile {
        width: 25px;
        height: 25px;
        background-color: #008205;
        border-radius: 50%;
        position: absolute;
        z-index: 1;
        top: 1px;
        left: 1px;
    }
    i.fa.fa-check-Mobile {
        color: #fff;
        font-size: 11px;
        padding: 7px;
    }
    .rightMenu .cart-close-btn {
        font-size: 20px;
    }
    /* CSS imgFramset on Step 3 */
    .imgFramesetStep3{
        object-fit: contain;
        width: auto !important;
    }
    /* ------------------------- */
    .artsy-cart-panel-item-thumbnail {
        width: 60px;
        display: flex;
        align-items: center;
    }
    .popupSaveMobileContent{
        margin-top: unset !important;
        left: unset !important;
        right: unset !important;
        display: flex;
        justify-content: center;
    }
    .popupSaveMobileContent div{
        margin-left: unset !important;
        /* margin: 0 auto; */
    }
    .popupSaveMobile{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .labelname{
        display: block !important;
        height: 15px;
    }
    .popupSaveMobile div:nth-child(1){
        margin-top: unset !important;
    }
    .saveWallDialog__form{
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
    }
    .saveWallDialog__form--input {
        margin-top: unset !important;
        /* height: 32px; */
    }
    .popupPosition{
        display: flex;
        align-items: center;
    }
    .emptyFrameset{
        display: flex;
        align-items: center;
    }
    .saveWallDialog__form input {
        width: 90%;
    }
    .saveWallDialog__form div {
        width: 35%;
    }
    .uploadBgPosition div:nth-child(1) {
        margin-top: unset !important;
    }
    .container-popup {
        display: flex;
        flex-direction: column;
    }
    #btn-upload-bg {
        color: #fff;
        background: #000;
        font-size: 14px;
        height: 32px;
        line-height: 32px;
        margin-top: 6px;
        align-self: center;
        margin-top: unset;
        margin-left: unset;
    }

    /*logo mobile*/
    .logo-image .logo-mobile{
        display: flex;
        position: relative;
        z-index: 1000;
    }
    .logo-image .logo-mobile a{
        height: 100%;
        padding: 20px;
        background-color: white;
        border-radius: 20px;
        opacity: 0.75;
    }
}
@media (min-width: 1024px){
    /* Old .containercontent.desktop/.container-content.mobile visibility removed */

    #menumobilecontent .hasDataAction{
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        gap: 0px;
    }
}

/* #startBuildId img styles removed - see step1.css */
 /* check phone  */
.rotateDeviceOverlay{
	display:none;
	position:fixed;
	top:0;
	bottom: 0;
	background-color:rgba(0,0,0,1);
	width:100%;
	height:100%;
	color: white;
    overflow-y: auto;
	z-index: 999999;
}

.rotateDeviceOverlay .close-rotate-overlay {
  color: white;
  font-size: 23px;
  cursor: pointer;
  width: 35px;
  height: 35px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  z-index: 1000000;
}

@media (hover: hover) {
  .rotateDeviceOverlay .close-rotate-overlay:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: rotate(90deg);
  }
}
.rotateDeviceOverlay .iconContainer{
  padding: 0 1.25rem;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.rotateDeviceOverlay .iconContainer p{
	display:inline-block;
	width:100%;
	text-align:center;
	margin:0;
	font-size:20px;
}
.rotateDeviceOverlay .phone{
	position:relative;
	width:0;
	height:0;
	border:0 solid #000;
	background:#a9a9a9;
	border-radius:10px;
	box-sizing:border-box;
    display: flex;
    align-items: center;
    justify-content: center
}

.header-rotate-overlay{
  position: absolute;
  right: 0;
  z-index: 999999;
  background-color: rgba(0, 0, 0, 1);
  padding: 1.25rem 1.25rem 0 1.25rem;
  display: flex;
  justify-content: flex-end;
}

/* Zalo Photobook Instructions */
.zalo-instruction-photobook {
  display: none;
}

body.is-zalo .iconContainer.rotate-normal p{
  display: none;
}

body.is-zalo .rotateDeviceOverlay .zalo-instruction-photobook {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 1.25rem;
}

body.is-zalo .zalo-instruction-photobook p:first-child {
  margin-top: 0;
  margin-bottom: 0;
}

body.is-zalo .zalo-instruction-photobook p {
  color: #fff;
  margin-bottom: 15px;
  text-align: center;
  line-height: 1.4;
}

body.is-zalo .rotateDeviceOverlay .iconContainer{
  flex: unset;
}

.zalo-instruction-photobook img{
  max-width: 290px; 
  border-radius: 8px; 
  box-shadow: 0 4px 12px rgba(0,0,0,0.5);
}
/* KEYFRAMES
------------------------------------------- */
/* Animate width + height */
@keyframes sizeIncrease {
0%   { width: 0; height:10px;
}
50%  { width: 100px; height: 10px;
}
100% { width: 100px; height:160px;
}
}
/* Add borders */
@keyframes borderIncrease {
100% { border-width:20px 10px;
}
}
/* fade-in  */
@keyframes fadeIn {
0% {  opacity:0;
}
100% { color: white; opacity:1;
}
}
/* Rotate device */
@keyframes rotateRight {
100% { transform: rotate(90deg);
}
}
#loading {
    -webkit-animation: rotation 2s infinite linear;
    width:50px;
    height:50px;
}

@keyframes rotation {
    from {
            -webkit-transform: rotate(0deg);
    }
    to {
            -webkit-transform: rotate(180deg);
    }
}


/* Unified Upload Modal Design Section */
.gw-custom-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100dvh;
    z-index: 1000000;
    display: none; /* managed by JS */
    align-items: center;
    justify-content: center;
}

.gw-custom-modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(5px);
}
.gw-upload-container {
    position: relative;
    width: 90%;
    max-width: 500px;
    max-height: 90dvh;
    background: #fff;
    border-radius: 12px;
    z-index: 1000001;
    display: flex;
    flex-direction: column;
    box-shadow: 0 30px 60px rgba(0,0,0,0.25);
    overflow: hidden;
}

.gw-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 30px;
    border-bottom: 1px solid #eee;
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 10;
    gap: 10px;
}

.gw-titlebg {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 18px !important;
    font-weight: 900 !important;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
}

.gw-modal-close {
    font-size: 28px;
    font-weight: bold;
    color: #999;
    cursor: pointer;
    line-height: 1;
    transition: color 0.3s ease;
}

@media (hover: hover) {
    .gw-modal-close:hover {
        color: #000;
    }
}

.gw-modal-body {
    padding: 30px;
    overflow-y: auto;
}

.gw-input-background {
    display: flex !important;
    flex-direction: column !important;
    gap: 24px !important;
    margin-bottom: 30px !important;
}

.gw-input-background .gw-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.gw-label-input {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    color: #777 !important;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.gw-content-input input {
    width: 100% !important;
    padding: 14px 18px !important;
    border: 1.5px solid #eee !important;
    border-radius: 4px !important;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 14px !important;
    color: #000 !important;
    background: #fdfdfd !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.gw-content-input input:focus {
    border-color: #000 !important;
    background: #fff !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.06) !important;
    outline: none !important;
}

#gwUploadImage {
    margin: 10px 0 30px 0 !important;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px !important;
    color: #999;
    padding: 10px;
    border: 1px dashed #ddd;
    border-radius: 4px;
    width: 100%;
}

.gw-buttondialog {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    height: 54px !important;
    background: #000 !important;
    color: #fff !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 2.5px !important;
    border: none !important;
    border-radius: 4px !important;
    cursor: pointer;
    transition: all 0.3s ease !important;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1) !important;
    margin-top: 10px !important;
}

@media (hover: hover) {
    .gw-buttondialog:hover {
        background: #333 !important;
        transform: translateY(-2px);
        box-shadow: 0 15px 30px rgba(0,0,0,0.15) !important;
    }
}

#gwUploadMessageId {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    padding: 0;
    margin-bottom: 0;
    border-radius: 6px;
    line-height: 1.5;
    transition: all 0.3s ease;
    position: relative;

}

#gwUploadMessageId:not(:empty) {
    display: block;
    padding: 12px 16px;
    margin-bottom: 20px;
    background: #fff5f5;
    color: #c53030;
    border: 1px solid #feb2b2;
}


#step1 .textcontent b {
    background: linear-gradient(to bottom,rgba(0,0,0,0) 93%,white 80%);
}

#step3 .framesetList{
    height: 100%;
}
#step3 .framesetList  .formobile li {
list-style: none;
display: flex;
justify-content: center;
}


/*style menu mobile*/

  #menumobilecontent .savedWallDropdown .sod_select:before {
    top: 10px;
    right: 18px;
    color: black;
    border: solid black;
    border-width: 0 1px 1px 0;}
  #menumobilecontent {
    position: fixed;
    z-index: 1000;
    width: 250px;
    height: 100dvh;
    overflow-y: auto;
    z-index: 1001;
    /* opacity: 0.9; */
    background-color: #ffffff;
    right: 0;
    top: 0;
    box-shadow: -8px 0 24px rgba(0, 0, 0, 0.12);
  }

 #menumobilecontent .rightMenu{
	display: flex;
	flex-direction: column;
	padding: 0 15px;
    overflow-y: auto;
    max-height: 100dvh;
}

 #menumobilecontent .top-menu-btn.savedWallDropdown {
    width: 82%;
    background: #ffffff;
    height: 40px;
    margin-bottom: 0px;
    opacity: 0.8;
    background-color: white;
  }
  #menumobilecontent .savedWallDropdown .sod_select .sod_label {
    height: 39px;
    font-size: 14px;
    color: black;
    line-height: 2.5;

   }
.hs-rsp-popup{
    font-size: 16px;
}
.top-menu-btn .cart{
    height: 48px;
    border: solid 1px #979797;
}



/* save dialog  */
.saveModal,
.cmwidth,
.cmHeight {
    display: none;
}

body {
    overflow-x: hidden; /* Hide horizontal scrollbar */
  }

.artsy-shop-loop-thumbnail-link {
    vertical-align: middle;
    display: inline-block;
    position: relative;
    width: 100%;
    /* height: 100%; */
    aspect-ratio: 5 / 7;
    align-content: center;
    background: #ebebeb;
}
.artsy-shop-loop-thumbnail-link .like-count{
    
position: absolute;
    
right: 5px;
    
top: 10px;
    
font-size: 12px;
    
background-color: #FFFFFF;
    
color: #000000;
    
border-radius: 100px;
    
padding: 4px 8px;
    
border: 1px solid #ccc;
    
line-height: 12px;
}
.artsy-shop-loop-thumbnail-link .attachment-woocommerce_thumbnail {
    width: 100%;
    height: auto;
    display: block;
}
.clear {
    clear: both;
}
.artsy-shop-loop-details {
    position: relative;
    overflow: hidden;
    margin-top: 14px;
    padding-bottom: 12px;
    padding-left: 5%;
}
.onsale {
    display: block;
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 1;
    line-height: 1;
    color: #373737;
    padding: 4px 8px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    background: #fff;
}
#step3and4 .artsy-shop-loop-details ins {
    text-decoration: none;
}
.products .price del {
    color: darkgray;
}

.artsy-shop-loop-after-title .artsy-shop-loop-price{
	    font-family: Open Sans;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 0.43px;
    color: #000000;
    font-weight: bold;
}
.artsy-shop-loop-price .price del .woocommerce-Price-amount.amount {
    color: darkgray;
    /*margin-left: -19px;*/
}
.mini_cart_item .artsy-cart-panel-item-details {
    width: 100%;
    padding-left: 20px;
}
.artsy-quantity-wrap label {
    display: none;
}
.artsy-quantity-wrap .qty {
    display: inline-block;
    line-height: 42px;
    width: 26px;
    height: 42px;
    vertical-align: top;
    padding: 0;
    border: 0 none;
    text-align: center;
    background: none;
}

.artsy-quantity-wrap .quantity .artsy-qty-minus.artsy-font-minus {
    color: #000000;
    right: -3px;
    position: relative;
    display: inline-block;
    font-size: 12px;
    line-height: 42px;
    font-weight: normal;
    width: 23px;
    height: 42px;
    text-align: center;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.artsy-widget-panel-header-inner {
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
    padding-top: 10px;
}
.artsy-cart-panel-title {
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.2px;
    color: #000000;
    text-transform: uppercase;
}
.minicart-walll .variations {
    display: none;
}
ins {
    text-decoration: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
.product_list_widget > li {
    position: relative;
    min-height: 77px;
    overflow: hidden;
    margin-bottom: 15px;
    padding: 5px 0 0 75px;
}
.artsy-cart-panel-summary-inner .buttons{
    padding: 10px 0;
}
.allproduct [class*=block-grid-] {
    display: block;
    margin: 15px 0;
    padding: 0;
}
.minicart-walll dl.variation .variation-Size {
    display: none;
}

.incorrect-code-content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 30px;
       
}

.incorrect-code-content .return-home-content{
    display: flex;
    align-items: center;
    justify-content: center;

    
}
.incorrect-code-content .return-home-content .return-home{
    padding: 10px 25px;
    border-radius: 100px;
    background-color: #121212;
    color: #FFFFFF;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    cursor: pointer;
}
.default-img-share {

    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 30px;
    padding-top: 100px;

    
}
.default-img-share .info-user img {
    width: 100%;
    height: auto;
}
.default-img-share h3 {
    font-family: "Open Sans", sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 44px;
    text-align: center;

}
.remove-wall {
    align-items: center;
    background: rgba(0, 0, 0, .6);
    border-radius: 50%;
    display: flex;
    height: 40px;
    justify-content: center;
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 40px;
    color: #FFF;
    opacity: 0.5;
    transition: opacity .3s ease-in-out;
    cursor: pointer;
}
@media (hover: hover) {
    .remove-wall:hover {
        opacity: 1;
    }
}
.select-product-mobile{
    display: none;
}
.gw-display-name{
   font-weight: bold;
    font-size: 16px;
    max-width: 162px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    white-space: normal;
    -webkit-box-orient: vertical;
    word-break: break-word;
    line-height: 20px;
}
@media screen and (max-width: 1300px) {
    .minicart .itemcart .artsy-cart-panel-item-price {
        margin-top: 10%;
        padding-right: 0;
        font-size: 11px;
        width: 50%;
        text-align: center;
    }
}
@media screen and (min-width: 1280px){
        .saveModal,
    .cmwidth,
    .cmHeight {
        position: absolute;
        z-index: 100000;
        width: 100%;
        right: 0;
    }
  .saveModal input,
  .cmwidth input,
  .cmHeight input{
    width: 90%;
    border: none;
    text-align: center;
  }
  #closeInput,
  #closeInputCmwidth,
  #closeInputcmHight{
      background-color: white;
      width: 10%;
  }
  #closeInput img,
  #closeInputCmwidth img,
  #closeInputcmHight img{
      margin-left: 23%;
      margin-top: 4px;
  }
.saveModal input:focus, .saveModal textarea:focus, .saveModal select:focus{
    outline: none;
}
.cmwidth input:focus, .cmwidth textarea:focus, .cmwidth select:focus{
    outline: none;
}
.cmHeight input:focus, .cmHeight textarea:focus, .cmHeight select:focus{
    outline: none;
}
img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail.removeframe {
    display: inline-block;
}

#uploadImage {
    font-size: 14px;
}
    @media (hover: hover) {
        ul:hover.slick-slider .slick-prev {
            margin-left: -25px;
        }
    }
}
@media (max-width: 1200px) {
    .minicart .woocommerce-mini-cart__total strong {
        font-size: 14px;
    }
i.fa.fa-trash-o {
    height: unset;
    font-size: 21px;
    width: 100%;
    font-size: 21px;
    text-align: left;
    display: block;
    margin-left: 10%;
}
.deletewall {
    color: black;
    font-size: 15px;
    margin-left: 8%;
    text-transform: uppercase;
}
.rightSection.u-pull-right #draggableContainer .inner {
    font-size: 14px;
}
#menumobilecontent .imgback .cart-close-btn{
    color:black;
}
#menumobilecontent .button {
 border: unset;
}
    #step3 .framesetList .formobile  .slick-prev img {
        width: 20px;
    }
    #step3 .framesetList .formobile .slick-next img {
       width: 20px;
    }
    #step3 .framesetList .formobile .fa-long-arrow-right:before {
        color: black;
    }
    #step3 .framesetList .formobile .fa-long-arrow-left:before {
        color: black;
    }

 /* cart priview */
.minicart .artsy-cart-panel-title{
    font-size: 14px;
}
.minicart .artsy-cart-items-heading .heading-text {
    font-size: 14px;
    width: 46%;
}
.minicart .artsy-cart-items-heading .heading-line {
    width: 30%;
}
.minicart .title {
    font-size: 14px;
}
.minicart .col-xs-9{
    padding-right: unset;
}
.minicart .buttons {
    line-height: 10px;
}
#menumobilecontent .top-menu-btn.savedWallDropdown {
    margin-top: 20px;
    margin-left: 9%;
}
    #menumobilecontent .sod_select {
        width: 105%;
        padding-right: 44px;
    }
    .delete-saved {
        height: 50px;
        padding-top: 25px;
        margin-left: 0;
    }
    .top-menu-btn.text-centerblack {
        justify-content: center;
        display: flex;
        margin-left: 0 !important;
    }
}
@media screen and (max-width:1024px){
    .pictureWallList .item{
        padding:15px
    }
}
@media screen and (max-width: 991px) {
    #app.step2 .main-part, #app.step3 .main-part, #app.step4 .main-part{
        padding-top: 10px;
    }
    body.showMenuMb{
        overflow: hidden;
    }
    body.showMenuMb #menumobilecontent{
        display: block;
    }
    body.showMenuMb{
        overflow: hidden !important;
    }
    .button-move-page .button-footer span{
        display: none;
    }
    .button-move-page .prev-center{
        font-size: 12px;
        flex: unset;
    }
    .button-move-page {
        background: #1c1311;
        align-items: center;
        justify-content: space-between;
        padding: 8px 15px;
        position: sticky;
        bottom: 0;
        z-index: 1000;
    }
    .button.prev-step, .button.next-step {
        width: 36px;
        height: 36px;
        min-width: 36px;
        border-radius: 50%;
        background: #fff;
        color: #000;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        border: 2px solid #1c1311;
        box-shadow: 0 0 0 1px #fff;
        text-decoration: none;
        opacity: 1;
    }
    .button.prev-step {
        order: 1;
    }
    .button.prev-step i, .button.next-step i {
        font-size: 16px;
        margin: 0;
    }
    .button-move-page .prev-center {
        order: 2;
        color: #fff;
        font-size: 10px;
        font-weight: 700;
        text-transform: uppercase;
        margin-left: 10px;
        text-align: left;
    }
    .button-move-page .wrapper-btns-mobile {
        order: 3;
        display: flex;
        gap: 8px;
    }
    .button-move-page .wrapper-btns-mobile .btn-save,
    .button-move-page .wrapper-btns-mobile .btn-edit-mode,
    .button-move-page .wrapper-btns-mobile .mobileiconmenu {
        width: 30px;
        height: 30px;
        background: #fff;
        border: none;
        border-radius: 4px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        margin: 0;
    }
    .button-move-page .wrapper-btns-mobile .mobileiconmenu,
    .button-move-page .wrapper-btns-mobile .btn-back {
        width: auto;
        padding: 0 10px;
        gap: 5px;
    }
    .button-move-page .wrapper-btns-mobile .btn-save i {
        color: #4CAF50;
        font-size: 16px;
    }
    .button-move-page .wrapper-btns-mobile .mobileiconmenu i {
        color: #000;
        font-size: 16px;
        pointer-events: none;
    }
    .button-move-page .wrapper-btns-mobile .mobileiconmenu span,
    .button-move-page .wrapper-btns-mobile .btn-back span {
        color: #000;
        font-size: 12px;
        font-weight: 700;
        text-transform: uppercase;
        pointer-events: none;
    }
    .button.next-step {
        order: 4;
        opacity: 0.4;
        float: none;
    }
    .button.next-step.enable-next {
        opacity: 1;
        float: none;
    }
    .button-footer span {
        display: none;
    }
    #step2 .picker-list-container{
        grid-template-columns: repeat(3,1fr);
    }
    .boxrow {
        border: solid 1px #979797;
        height: 48px;
        margin-left: 1em;
    }
    .textphoto {
        margin-top: 17px;
        margin-left: 5px;
        font-size: 13px;
    }
    .appContainer .header.active {
        display: none;
    }
    .selected-product .sod_select {
        padding-right: 34px;
    }


    .button.button-footer.add-to-cart {
        order: 3;
    }

    .step3and4 {
        gap:0;
    }
    .button-select .button{
        padding: 7px 0;
        text-transform: none;
        font-size: 12px;
    }
    #step3and4{
        gap: 0;
    }
    .select-product-mobile{
        margin-bottom: 10;
    }
    .gw-display-name{
        max-width: unset;
    }
    .expired-timer {
        justify-content: start;
    }
    button.add-to-cart {
        right: 67px;
        bottom: 50px;
        padding: 10px 15px;
        font-size: 12px;
    }
    .main-part{
        flex: 1;
        order: 2;
        display: flex;
    }
    body.mode-view #app.step2 .button-move-page.active,#app.step3 .button-move-page.active,#app.step4 .button-move-page.active{
        display: flex !important;
    }
    .button-move-page{
        justify-content: start;
        flex-wrap: wrap;
        top: 0;
        bottom: unset;
        gap: 10px;
    }
    .button-move-page .wrapper-btns-mobile{
        display: flex;
        padding-bottom: 0;
        flex-direction: row;
        justify-content: end;
        flex: 1;
    }
    .button-move-page .wrapper-btns-mobile button{
        padding: 5px;
        border-radius: 5px;
        width: auto;
    }
}
@media screen and (max-width: 900px) {
    #sidebar-images-list {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media screen and (max-height: 900px) {
    .select-product-mobile .button{
        display: flex;
        align-items: center;
        justify-content: center;
        height: 38px;
    }
    #step4.is-select-product .select-product, #step4.is-select-frame .select-frame {
        color: #ffffff;
        background: #000000;
    }
    #step4.is-select-product .select-frame, #step4.is-select-frame .select-product {
        color: #000000;
        background: #f5f5f7;
    }
    .selected-product{
        display: none;
    }
    .rowframe{
        display: none;
    }
    .allproduct{
        display: none;
    }
    .headding{
        display: none;
    }
    .select-product-mobile{
        display: flex;
        justify-content: center;
        margin-bottom: 20px;
        width: 100%;
    }
    .artsy-products.products-frame{
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
        overflow-y: auto;
        padding: 0 5px;
    }
    li.product-frame{
        width: 100%;
    }
    #step4.is-select-product .allproduct{
        display: block;
    }
    #step4.is-select-frame .rowframe{
        display: block;
    }
    .artsy-products.products-frame > div{
        padding: 3px 10px;
    }
}
@media screen and (max-height: 900px) and (max-width: 991px) {
    .artsy-products.products-frame{
        gap: 20px;
    }
}
@media screen and (max-height: 900px) and (max-width: 768px) {
    .artsy-products.products-frame{
        grid-template-columns: repeat(2, 1fr);
    }
}
@media screen and (max-width:812px){
    .pictureWallList #wallSliderElement{
        padding-bottom:40px
    }
    .pictureWallList .item{
        padding:7px
    }
}
@media screen and (min-width: 778px) {
    .col-sm-3 {
        width: 24%;
        display: inline-block;
    }
    .col-sm-6 {
        width: 50%;
        display: inline-block;
    }
}
@media (min-width: 550px) and (max-width: 737px) {
    #menumobilecontent {
        width: 36%;
    }
    #menumobilecontent .top-menu-btn.savedWallDropdown {
        width: 82%;
    }

    #menumobilecontent .button.fa.fa-checkout {
        width: 100%;
    }

    #wallName {
        margin-top: 20px;
        height: 32px;
        width: 50%;
    }
    .minicart .minicart-walll .itemcart .quanity {
        margin-top: 10%;
        /* position: absolute; */
        font-size: 12px;
    }
    .minicart .itemcart .artsy-cart-panel-item-price {
        margin-top: 10%;
    }
    #hs-rsp-div {
        /* margin-left: -22px; */
        /* margin-left: 7px; */
    }
    #share {
        width: 50%;
    }
    .emptyFramesetPopupContent{
        margin: auto !important;
    }
}
@media (min-width: 569px) and (max-width: 670px) {

    .minicart .minicart-walll .itemcart .quanity {
        margin-top: 10%;
        font-size: 12px;
    }
    .minicart .title {
        font-size: 13px;
    }
    .minicart .artsy-cart-items-heading .heading-text {
        width: 51%;
    }
}
@media screen and (max-width: 600px) {
    .button.prev-step{
        order: 2;
    }
    .prev-center{
        order: 1 !important;
        width: 100%;
    }
    .button-move-page{
        flex-wrap: wrap;
    }
    #buttonStep,.button.prev-step,.button.next-step{
        font-size: 12px;
    }
}
@media screen and (max-width: 576px) {
    #step2 .picker-list-container{
        grid-template-columns: repeat(2,1fr);
    }
}
@media screen and (max-width: 568px) {
    .popupSaveMobileContent{
        padding-bottom: 30px !important;
    }

    #buttonStep {
        font-size: 14px;
    }
    #wallName {
        width: 50%;
    }
    .minicart .title {
        font-size: 12px;
    }
    #share {
        width: 53%;
    }
    .minicart .minicart-walll .itemcart .quanity {
        font-size: 13px;
        margin-left: -7%;
    }
    .sharePopup__formCopy{
        display: flex;
    }
    .buttonCoppyMobile{
        padding: 0 20px;
    }
    .artsy-cart-panel-item-price del .woocommerce-Price-amount.amount {
        font-size: 10px !important;
    }
    .emptyFramesetPopupContent{
        margin-left: -25px !important;
    }
}

@media screen and (max-height: 490px) and (max-width: 991px) {
    .artsy-page-wrap{
        min-height: unset;
    }
    .rightSection.u-pull-right {
        align-items: start;
    }
    .button-move-page{
        order: 1;
    }
    button.add-to-cart{
        bottom: 15px;
    }
    .select-product-mobile{
        margin-bottom: 10px;
    }
} 

@media screen and (max-width: 490px) {
    .has-rotateDeviceOverlay .rotateDeviceOverlay{
        display: flex;
        flex-direction: column;
        justify-content: start;
    }
    .rotateDeviceOverlay .phone{
        animation:
            sizeIncrease .5s forwards ease,
            borderIncrease .5s .5s forwards ease,
            rotateRight .7s 1s forwards ease;
    }

    .rotateDeviceOverlay .iconContainer p{
        animation: fadeIn .5s 1.3s forwards ease;
    }
}
/* View Mode overrides */
body.mode-view .leftSection { display: none !important; }
body.mode-view .rightSection { width: 100% !important; max-width: 100% !important; flex: 0 0 100% !important; }
body.mode-view .main-part { padding-top: 0 !important; }
body.mode-view #step3and4 {
    padding-right: 0;
    padding-top: 0;
}
body.mode-view .select-item-frame{
    display: none !important;
}
body.mode-view header{
    display: none !important;
}
body.mode-view footer{
    display: none !important;
}
body.mode-view .rightSection{
    padding-top: 0 !important;
}
body:not(.mode-view) button.add-to-cart.enabled {
    display: none !important;
}
body button.add-to-cart {
    display: none !important;
}
body.mode-view button.add-to-cart.enabled {
    display: flex !important;
}

/* Modern Tab Switcher Styles */
.button-select {
    display: inline-flex;
    background: #f5f5f7;
    padding: 4px;
    border-radius: 12px;
    gap: 4px;
    border: 1px solid #e5e5e7;
    width: calc(100% - 30px);
}

.button-select .button {
    flex: 1;
    padding: 10px 16px;
    border-radius: 9px;
    font-size: 14px;
    font-weight: 600;
    color: #86868b;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    user-select: none;
    text-align: center;
    background: transparent;
    border: none;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto; /* Reset any fixed height */
}

#step4.is-select-frame #selectFrame,
#step4.is-select-product #selectProduct {
    background: #ffffff !important;
    color: #1d1d1f !important;
    box-shadow: 0 2px 5px rgba(0,0,0,0.08), 0 3px 10px rgba(0,0,0,0.02) !important;
}

@media (hover: hover) {
    #step4.is-select-frame #selectProduct:hover,
    #step4.is-select-product #selectFrame:hover {
        background: rgba(0,0,0,0.05);
    }
}

/* Fix for the "light color" mentioned by user (likely focus outline) */
.button-select .button:focus {
    outline: none;
}
