.indicator-box{
	position: relative;
	z-index: 99999;
}
.kebab-body{
	border-radius: 8px;
	background: #FFF;
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.30), 0px 2px 6px 2px rgba(0, 0, 0, 0.15);
	padding: 10px;
    position: absolute;
    top: 20px;
    right: 2px;
	width: 200px;
    z-index: 9;
}
.kebab-list{
	font-size: 16px;
	padding: 10px;
	cursor: pointer;
}

.delete-color{
	color: rgba(200, 33, 39, 1)
}
/* bookmark Modal */
.bookmark-back-drop{
	position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
	cursor: pointer;
}

.wishlist-color-text-error{
	color: rgba(235, 87, 87, 1) !important;
}

.wishlist-color-input-error{
	border: 2px solid rgba(235, 87, 87, 1) !important;
}

.bookmark-box-wrapper{
	position: fixed;
	bottom: -6px;
	left: 0px;
	width: 100%;
	z-index: 1001;
}

.wishlist-input-control{
	border: 2px solid rgba(51, 51, 51, 0.75);
	border-radius: 4px;
	height: 40px;
}

.wishlist-create-collection-btn{
	background-color: rgba(200, 33, 39, 1);
	width: 100%;
	color: white;
	font-weight: bold;
	padding: 8px 16px 8px 16px;
	border-radius: 4px;
	cursor: pointer;
	transition: background-color 0.3s ease;
}

.wishlist-create-collection-btn[disabled] {
    background-color: rgba(200, 33, 39, 0.5);
    cursor: not-allowed;
  }

.bookmark-box-drop{
	border-radius: 10px;
	background-color: white;
	margin: auto;
	max-width: 650px;
	height: auto;
	font-family: source sans pro,sans-serif;
	z-index: 9999999;
    position: relative;
}

#collectionList{
	max-height: 124px;
	overflow: auto;
}
.collection-list-padding{
	padding-right: 8px;
}


#collectionList::-webkit-scrollbar {
    width: 10px;
}

#collectionList::-webkit-scrollbar-track {
background-color: #f1f1f1;
}

#collectionList::-webkit-scrollbar-thumb {
background-color: #888;
border-radius: 6px;
}

#collectionList::-webkit-scrollbar-thumb:hover {
background-color: #555;
}



#wishlist-bookmark-icon-active{
	background-color: #F4D3D4;
    border-radius: 8px;
}

.shop-item .tw-bg-transparent{
	background-color: transparent !important;
}
/* Styles for the modal */

.product-modal-wrapper {
	display: none;
	position: fixed;
	z-index: 999;
	padding-top: 100px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.4);
  }

  .product-modal-dialog{
	width: 100%;
	height: 100%;
	overflow: auto;
  }

.product-modal {
	display: none;
	position: fixed;
	z-index: 9999;
	padding-top: 100px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
  }

  .product-modal-content {
	background-color: #fefefe;
	margin: auto;
	border: 1px solid #888;
	width: 90%;
	max-width: 800px;
	border-radius: 5px;
	position: relative;
  }

  .product-close {
	color: #aaa;
	position: absolute;
	font-size: 28px;
	font-weight: bold;
	cursor: pointer;
	top: 10px;
	right: 15px;
  }

  .product-close:hover,
  .product-close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
  }

  .product-content{
	height: 355px;
	overflow: hidden;
	background-color: white;
  }

  .product-content-opacity{
    height: 102px;
    width: 100%;
    background: linear-gradient(to top, rgba(255, 255, 255, 1), rgba(255, 255, 255, .1));
    position: relative;
    margin-top: -96px;
  }

  /* Styles for the modal END */

  .bookmark-view-full-button {
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    border-radius: 0.375rem;
    border: 1px solid #C82127;
    background-color: #C82127;
    padding: 0.5rem 1rem;
    font-weight: 600;
    color: #ffffff;
    transition-duration: 100ms;
    cursor: pointer;
}

.bookmark-view-full-button:disabled {
    opacity: 0.4 !important;
}

.bookmark-view-full-button:hover {
	color: #ffffff;
}

.product-modal-border-right{
	border-right: 2px solid #E0E0E0;
}


  .bookmark-buy-button {
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    border-radius: 0.375rem;
    border: 1px solid #828282;
    background-color: #FFFFFF;
    padding: 0.5rem 1rem;
    font-weight: 600;
    color: #828282;
    transition-duration: 100ms;
    cursor: pointer;
}

.bookmark-buy-button:disabled {
    opacity: 0.4 !important;
}

.bookmark-buy-button:hover {
	color: #828282;
}



.bookmark-buy-button:active {
    transform: scale(0.9);
}

.article-wishlist-page-button-active{
	border: 0px !important;
	background-color: #F4D3D4 !important;
	border-radius: 8px !important;
}

.article-wishlist-page-button-active #wishlist-bookmark-icon-active{
	background-color: transparent !important;
}



.article-wishlist-page-button {
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    border-radius: 0.375rem;
    border: 1px solid #C82127;
    background-color: #FFFFFF;
    padding: 0.5rem 1rem;
    font-weight: 600;
    color: #C82127;
    transition-duration: 100ms;
    cursor: pointer;
}

.article-wishlist-page-button:disabled {
    opacity: 0.4 !important;
}

/* .wishlist-button:hover, */
.article-wishlist-page-button:active,
.ok-Btn-modal:active {
    transform: scale(0.9);
}

.article-wishlist-page-button svg {
    fill: #C82127;
    width: 1.375rem;
    height: 1.375rem;
    margin-right: -0.5rem;
}

.wishlist-article-title-container {
    display: flex;
    justify-content: space-between;
}

.wishlist-view-all-button {
    color: #C82127;
    background: white;
    border: 0px;
    font-weight: 600;
    margin-left: 1.5rem;
}

/* Wishlist nav button */
nav .c-nav__btn.wishlist-nav-button {
	margin-right: 9px;
    padding-right: 10px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end
}
.collection-list-create-padding{
	padding-right: 8px;
}

@media only screen and (min-width: 750px) {
    nav .c-nav__btn.wishlist-nav-button {
        min-width: 5px !important
    }
	.collection-list-create-padding{
		padding-right: 18px !important;
	}
}



nav .c-nav__btn.wishlist-nav-button .c-wish {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    max-width: unset
}


@media (max-width: 767px) {
    nav .c-nav__btn.wishlist-nav-button .c-wish {
        margin-right: 0
    }
	.wishlist-article-title-container {
		display: inline;
		justify-content: space-between;
	}

	.wishlist-add-box .static-ad,
	.add-box .static-ad {
		width:  fit-content;
		margin-left: auto;
		margin-right: auto;
	}

	
}

nav .c-nav__btn.wishlist-nav-button {
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    min-width: unset !important
}

nav .c-nav__btn.wishlist-nav-button .c-wish {
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    border: 1px solid transparent;
    background: transparent;
    height: unset;
    min-width: unset
}


nav .c-nav__btn.wishlist-nav-button .c-wish .b-icon {
    margin: auto;
    margin-top: 0px;
    fill: none;
    width: 13px;
}

nav .c-nav__btn.wishlist-nav-button .c-wish .b-icon.is-xs {

    height: 24px
}

nav .c-nav__btn.wishlist-nav-button .c-wish .c-wish__lbl {
    font-weight: 500;
    color: #4F4F4F;
    font-weight: 500;
    font-size: 10px;
    text-transform: initial;
    font-family: "Source Sans Pro", sans-serif !important;
    line-height: 1.3em !important;
	display: none
}


@media (max-width: 639px) {
	.product-modal-border-right{
		border-bottom: 2px solid #E0E0E0;
	}
	.product-modal{
		padding-top: 0px;
	}
	.product-modal-content{
		width: 100%;
	}
	.product-modal-img{
		margin-top: 60px;
	}
	
}





/* Shoppable link */
@supports (-webkit-backdrop-filter:blur()) {
	.sh-modal {
		background-color: rgba(255, 255, 255, 0.5);
		-webkit-backdrop-filter: blur(20px) saturate(80%)
	}

	.shop-sld {
		background-color: rgba(255, 255, 255, 0.5);
		-webkit-backdrop-filter: blur(20px) saturate(80%)
	}

	.sh-sticky {
		background-color: rgba(255, 255, 255, 0.5);
		-webkit-backdrop-filter: blur(20px) saturate(80%)
	}

}

.sh-slide2 {
	transform: translateY(70%) !important;
	-webkit-transform: translateY(70%) !important
}

.sh-slide2 .shop-sld__btn svg {
	transform: rotate(180deg) !important;
	-webkit-transform: translateY(180deg) !important
}

.sh-slide2 .shop-sld__btn .shcard__body:after {
	content: 'SHOW'
}

.shop-item {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important
}

.shop-sld .sld-grp .shop-item .shcard .sh-ttl a {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important;
	font-size: .875rem;
	line-height: 1.3em
}

.sh-btn--min, .sh-btn a {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important;
	font-size: .625rem;
	line-height: 1.4em
}

.sh-prc, .sh-prc a {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important;
	font-size: .75rem;
	line-height: 1.4em
}

.shop--2 .sh-ttl a, .shop--3 .shop-items .sh-ttl a, .shop--3 .sh-ttl a, .shop--even .sh-ttl a, .shop--odd .sh-ttl a {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important;
	font-size: .875rem;
	line-height: 1.3em
}

.lbl-sh, .sh-ttl a, .shop--3 .shop-hero .sh-ttl a {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important;
	font-size: 1rem;
	line-height: 1.3em
}

.lbl-sh, .sh-btn--min, .sh-btn a {
	font-weight: 700
}

b, strong {
	font-weight: bold
}

em {
	font-style: italic
}

.sh-btn--min, .sh-btn a {
	text-transform: uppercase
}

.sh-ttl a, .sh-prc a, .sh-prc a:hover, .sh-prc a:link, .sh-prc a:visited, .sh-btn a {
	text-decoration: none
}

.shop-sld__btn {
	position: absolute
}

.shop-sld {
	position: fixed
}

.shop, .shop-sld .sld-grp {
	position: relative
}

.sticky {
	position: sticky;
	position: -webkit-sticky
}

.sticky {
	top: 75px
}

.sh-btn--min, .sh-ttl a, .sh-pg ul li a, .shcard__fig img {
	display: block
}

.shop--1 .shop-item:not(:first-child), .shop--all .sh-btn {
	display: none
}

.shcard__fig, .shop-sld .sld-vwp {
	overflow: hidden
}

.sh-disabled {
	opacity: .3
}

.sh-none {
	display: none !important
}

.pointer-auto {
	pointer-events: auto
}

.sh-btn--min:hover, .sh-btn--arrow:hover, .shop-sld .lbl-sh:hover {
	cursor: pointer
}

.pointer-none {
	pointer-events: none
}

.sh-btn--arrow, .shcard__fig a, .shop-cta--2, .shop-sld__arrow {
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex
}

.shop-cta--1, .shop--1 .shop-cta, .shop--1f .shcard, .shop--2 .shop-cta, .shop--3 .shop-hero .shcard, .shop--3 .shop-items, .shop--3 .shop-cta, .shop--even .shop-cta, .shop--odd .shcard {
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	flex-direction: column
}

.sh-btn--min .shcard, .shcard, .shop-cta, .shop--1f .shop-cta, .shop--2 .shop-cnt, .shop--2 .shcard, .shop--3 .shop-cnt, .shop--3 .shop-hero .shop-cta, .shop--3 .shop-items .shcard, .shop--3 .shcard, .shop--even .shop-cnt, .shop--even .shcard, .shop--odd .shop-cnt, .shop--odd .shop-cta, .shop-sld__cnt, .shop-sld .sld-grp {
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	flex-direction: row
}

.sh-btn--arrow, .shop-cta--2, .shop-sld__arrow {
	align-items: center
}

.sh-btn--arrow, .shcard__fig a, .shop-sld__arrow {
	justify-content: center
}

.shop-cta--1 {
	justify-content: flex-start
}

.shop-cta, .shop--3 .shop-items, .shop-sld .sld-grp {
	justify-content: space-between
}

.shop--even .shop-cnt, .shop--odd .shop-cnt {
	flex-wrap: wrap
}

.sh-btn a, .sh-pg ul {
	text-align: center
}

.shop-sld .sld-vwp {
	margin: 0 auto
}

.shop, .shop-sld {
	width: 100%
}

.shop, .shop-cnt, .shop-sld, .shop-sld .sld-grp, .shop-sld .sld-grp .shop-item {
	box-sizing: border-box
}

.lbl-sh {
	color: #191919;
	margin: 0px 0px 15px 0px
}

.sh-btn--min {
	margin: 15px auto 15px auto !important;
	border-radius: 5px;
	padding: 2px 5px;
	background-color: #fff;
	border: 1px solid #999;
	color: #666;
	-webkit-appearance: none;
	min-width: 60px
}

.sh-btn--min:hover {
	background-color: #e5e5e5;
	border: 1px solid #666;
	color: #666
}

.sh-btn--min:hover .shcard__fig {
	background-color: #e5e5e5 !important
}

.sh-btn--min:hover svg {
	fill: #666
}

.sh-btn--min .shcard__fig {
	max-height: 10px;
	max-width: 10px;
	min-height: 10px;
	min-width: 10px;
	background-color: #fff !important;
	margin-right: 5px;
	fill: #666
}

.sh-btn--min .shcard__fig svg {
	transition: transform 0.44s cubic-bezier(0.17, 0.67, 0.44, 1.01);
	-webkit-transition: transform 0.44s cubic-bezier(0.17, 0.67, 0.44, 1.01);
	-webkit-transition-delay: .22s;
	transition-delay: .22s;
	height: 8px;
	width: 10px
}

.sh-btn--arrow {
	-webkit-appearance: none;
	background-color: #4c4c4c;
	height: 30px;
	width: 30px;
	border-radius: 50%;
	border: none;
	margin-top: 0px !important
}

.sh-btn--arrow:hover {
	background-color: #000
}

.sh-btn--arrow svg {
	fill: #fff;
	width: 13px;
	height: 13px
}

.sh-ttl {
	margin-top: 2px;
	margin-bottom: 5px
}

.sh-ttl a {
	font-weight: bold;
	color: #333 !important
}

.sh-ttl a:hover {
	color: #000 !important
}

.sh-prc {
	color: #666 !important;
	font-weight: 700
}

.sh-prc a {
	color: #666 !important;
	font-weight: 700
}

.sh-prc a:hover, .sh-prc a:link, .sh-prc a:visited {
	color: #666 !important
}

.sh-prc--org {
	font-weight: 400;
	text-decoration: line-through;
	color: #b2b2b2 !important
}

.sh-btn {
	margin-top: 8px;
	margin-left: -3px
}

.sh-btn a {
	color: #fff !important;
	background-color: #30a311;
	border: 1px solid #37961e;
	border-radius: 50px;
	max-width: 78px;
	padding: 1px 8px
}

.sh-btn a:hover {
	background-color: #37b814
}

.sh-pg ul {
	padding: 0px;
	margin: 0px
}

.sh-pg ul li {
	display: inline-block;
	list-style: none;
	list-style-type: disc;
	margin-right: 4px
}

.sh-pg ul li a {
	background-color: #b2b2b2;
	height: 7px;
	width: 7px;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px
}

.sh-pg ul li:last-child {
	margin-right: 0px
}

.sh-pg--atv {
	background-color: #333 !important
}

.shcard__fig {
	min-width: 117px;
	min-height: 117px;
	background-color: #fff;
	border: none;
	margin: 0px
}

.shcard__fig a {
	height: 100%;
	width: 100%
}

.shcard__fig a img {
	height: 100% !important
}

.shcard__fig img {
	height: 100%;
	width: auto;
	margin: 0
}

.shcard__fig:hover {
	opacity: .9
}

.wgt-sh {
	margin: 25px 0px
}

.wgt-sh em {
	font-style: normal !important
}

.wgt-sh-sum {
	margin: 25px 0px
}

.shop {
	padding-bottom: 15px;
	-webkit-overflow-scrolling: touch
}

.shop--1 .shcard__fig {
	max-height: 117px;
	max-width: 117px;
	margin-right: 20px
}

.shop--1f .shcard__fig {
	max-height: none;
	max-width: 100%;
	margin-bottom: 10px
}

.shop--1f .shcard__fig img {
	height: 100%;
	width: 100%;
	max-width: none !important
}

.shop--1f .shcard__body {
	padding-left: 5px
}

.shop--2 .shop-item {
	min-width: 170px;
	margin-right: 20px;
	max-width: 50%;
	width: 50%
}

.shop--2 .shop-item:last-child {
	margin: 0px
}

.shop--2 .shcard__fig {
	min-width: 155px;
	min-height: 155px;
	max-width: 155px;
	max-height: 155px;
	margin: 0px 15px 0px 0px
}

.shop--2 .shcard__fig img {
	min-height: 155px;
	max-height: 155px;
	max-width: none !important
}

.shop--2 .shcard__body {
	padding: 0px 8px
}

.shop--2 .sh-btn {
	margin: 8px 0px 0px -3px
}

.shop--2 .sh-ttl {
	margin-bottom: 8px
}

.shop--3 {
	margin: 25px 0px
}

.shop--3 .shop-hero {
	min-width: 265px;
	max-width: 265px;
	margin-right: 20px
}

.shop--3 .shop-hero .shcard__fig {
	min-width: 265px;
	min-height: 265px;
	max-width: 265px;
	max-height: 265px;
	margin-bottom: 8px
}

.shop--3 .shop-hero .shcard__fig img {
	max-height: 265px;
	min-height: 265px;
	max-width: none !important
}

.shop--3 .shop-hero .shcard__body {
	padding-left: 10px
}

.shop--3 .shop-hero .shop-cta {
	margin-right: 10px
}

.shop--3 .shop-items .shcard__fig {
	min-width: 155px;
	min-height: 155px;
	max-width: 155px;
	max-height: 155px
}

.shop--3 .shop-items .shcard__fig img {
	max-height: 155px;
	min-height: 155px;
	max-width: none !important
}

.shop--3 .shop-item {
	min-width: 170px;
	margin-right: 20px
}

.shop--3 .shop-item:last-child {
	margin: 0px
}

.shop--3 .shcard__fig {
	min-width: 155px;
	min-height: 155px;
	max-width: 155px;
	max-height: 155px;
	margin: 0px 15px 0px 0px
}

.shop--3 .shcard__fig img {
	max-height: 155px;
	min-height: 155px;
	max-width: none !important
}

.shop--3 .shcard__body {
	padding: 0px 8px
}

.shop--3 .sh-btn {
	margin: 8px 0px 0px -3px
}

.shop--3 .sh-ttl {
	margin-bottom: 8px
}

.shop {
	padding-bottom: 0px
}

.shop--even {
	margin: 25px 0px 5px 0px
}

.shop--even .shop-item {
	min-width: 295px;
	max-width: 295px;
	margin-right: 20px;
	margin-bottom: 20px
}

.shop--even .shop-item:last-child {
	margin: 0px
}

.shop--even .shcard__fig {
	min-width: 155px;
	min-height: 155px;
	max-width: 155px;
	max-height: 155px;
	margin: 0px 15px 0px 0px
}

.shop--even .shcard__fig img {
	max-height: 155px;
	min-height: 155px;
	max-width: none !important
}

.shop--even .shcard__body {
	padding: 0px 8px
}

.shop--even .sh-btn {
	margin: 8px 0px 0px -3px
}

.shop--even .sh-ttl {
	margin-bottom: 8px
}

.shop {
	padding-bottom: 0px
}

.shop--odd .shop-item {
	min-width: 200px;
	max-width: 200px;
	margin-right: 13px;
	margin-bottom: 20px
}

.shop--odd .shop-item:last-child {
	margin: 0px
}

.shop--odd .shcard__fig {
	min-width: 200px;
	min-height: 200px;
	max-width: 200px;
	max-height: 200px;
	margin: 0px 0px 8px 0px
}

.shop--odd .shcard__fig img {
	max-height: 200px;
	min-height: 200px;
	max-width: none !important
}

.shop--odd .shcard__body {
	padding: 0px 8px
}

.shop--odd .sh-btn {
	margin: 0px 3px 0px 0px
}

.shop--odd .sh-ttl {
	margin-bottom: 8px
}

.shop--all .sh-ttl {
	margin-bottom: 8px
}

.shop--all .sh-ttl a:link, .shop--all .sh-ttl a:visited {
	color: #ff5715 !important
}

.shop--all .sh-ttl a:hover {
	color: #ff4800 !important
}

.shop-sld {
	background-color: #fff;
	padding: 10px;
	bottom: 0;
	z-index: 1000;
	border-top: 1px solid #ccc;
	height: 145px;
	transition: transform 0.33s cubic-bezier(0.17, 0.67, 0.44, 1.01), background-color 0.22s cubic-bezier(0.17, 0.67, 0.44, 1.01);
	-webkit-transition: transform 0.33s cubic-bezier(0.17, 0.67, 0.44, 1.01), background-color 0.22s cubic-bezier(0.17, 0.67, 0.44, 1.01)
}

.shop-sld__btn {
	top: -4px;
	right: 10px
}

.shop-sld__btn .shcard__body:after {
	content: 'HIDE'
}

.shop-sld__arrow {
	width: 60px
}

.shop-sld .lbl-sh {
	margin-left: 10px;
	color: #000;
	transition: color 0.33s cubic-bezier(0.17, 0.67, 0.44, 1.01);
	-webkit-transition: color 0.33s cubic-bezier(0.17, 0.67, 0.44, 1.01)
}

.shop-sld .sld-vwp {
	width: 95%;
	max-height: 82px
}

.shop-sld .sld-grp {
	transition: transform 0.33s cubic-bezier(0.17, 0.67, 0.44, 1.01)
}

.shop-sld .sld-grp .shop-item {
	min-width: 25%;
	max-width: 25%;
	padding: 0px 10px
}

.shop-sld .sld-grp .shop-item .shcard__fig {
	max-height: 82px;
	min-height: 82px;
	max-width: 82px;
	min-width: 82px;
	margin-right: 10px
}

.shop-sld .sld-grp .shop-item .shcard__fig img {
	max-height: 82px;
	min-height: 82px;
	max-width: none !important
}

.shop-sld .sld-grp .shop-item .shcard .sh-ttl a:link, .shop-sld .sld-grp .shop-item .shcard .sh-ttl a:visited {
	color: #ff5715 !important
}

.shop-sld .sld-grp .shop-item .shcard .sh-ttl a:hover {
	color: #ff4800 !important
}

.shop-sld.sh-slide2 {
	background-color: rgba(255, 255, 255, 0.9)
}

.shop-sld.sh-slide2 .lbl-sh {
	color: #ff5715
}

@supports (-webkit-backdrop-filter:blur()) {
	.shop-sld.sh-slide2 {
		background-color: rgba(255, 255, 255, 0.6);
		-webkit-backdrop-filter: blur(30px)
	}

}
