#product .tab-pane img{
    max-width: fit-content;
}

.menu__level-1-a{
	padding: 0 10px 0 12px;
}
.menu__level-1-li.new-items {
    background-color: rgba(0,0,0,0.03);
}
@media(min-width:575px){
	.uni-slideshow_v2__description.text-over-image {
		right: auto;
		left: 20px;
	}
	.uni-slideshow_v2__description .uni-slideshow_v2__btns {
		text-align: left;
		padding: 0;
		margin: 0;
	}
	
	.uni-slideshow_v2__item.text-over-image::before {
		content: '';
		position: absolute;
		background-color: #fff;
		width: calc(50% + 70px);
		height: 100%;
		left: -50px;
		top: 0;
		z-index: 0;
		transform: skewX(-10deg);
		opacity: 0.9;
		background: linear-gradient(89deg, white 80%, rgb(255 255 255 / 0%));
	}
}

@media (max-width: 575px){
	.uni-slideshow_v2__text {
		display: block;
		text-align: center;
	}
}
.category-wall__item.type2 {
    padding: 0;
}
.category-wall__image.type2 {
    flex: 0 0 100%;
    padding: 0 0 40px 0;
    position: relative;
}
.category-wall__image.type2::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 60px;
    bottom: 0;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 70%, rgba(0,39,255,0) 100%);
}

.category-wall__ul.type2 {
    position: absolute;
    padding: 7px 10px 7px 10px;
    left: 0;
    max-width: 80%;
    bottom: 5px;
    background-color: #00872c;
    
	transition-duration: 0.2s;
	
	
}
.category-wall__item.type2 img {
    transition-duration: 1s;
    transform-origin: top right;
}

.category-wall__item.type2:hover img{
	transform: scale(1.2);
	
}
.category-wall__ul.type2 a {
    color: #fff;
    font-weight: normal;
}

.article_description img {
    max-width: 100%;
    width: max-content;
	transform-
}

.option input:checked + .option__name {
    color: #fff;
}

.product-page-tabs {
    flex-wrap: wrap;
}

#rotation {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
	position: relative;
}
#rotation::after {
    content: '';
    position: absolute;
    background-image: url('../image/anim-swipe.gif');
    width: 70px;
    height: 30px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.5;
    right: 0;
    bottom: 0;
}
#rotation img{
	max-width: 100% !important;
}

h4.panel-title a {
    text-decoration: none;
}


label.option__item[data-option-color] img {
   
}


.pseudo-image-option {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    /* z-index: 1; */
    align-items: center;
    justify-content: center;
}

label.option__item input:checked+.pseudo-image-option::before {
    content: '';
    position: relative;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%2300872c' class='bi bi-check-circle' viewBox='0 0 16 16'%3E%3Cpath d='M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z'/%3E%3Cpath d='M10.97 4.97a.235.235 0 0 0-.02.022L7.477 9.417 5.384 7.323a.75.75 0 0 0-1.06 1.06L6.97 11.03a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 0 0-1.071-1.05z'/%3E%3C/svg%3E");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 28px;
    height: 28px;
    display: block;
}


img.full-image-option {
    display: block;
    width: 100%;
    max-width: 550px;
	cursor: zoom-in;
}


.full-image-option-background {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.7);
    z-index: 9;
}

img.full-image-option.full {
    position: fixed;
    z-index: 10;
    cursor: zoom-out;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    /* width: 100vw; */
    max-width: calc(100vw - 30px);
}
.btn-marg-b{
	margin-bottom: 5px;
}
.btn-marg-b+.product-thumb__cart .add_to_cart{
	width: 100%;
}