.product-miniature{
    background:white;
}

.product-description{
    padding-inline:15px;
}

#header {
    transition: background 0.6s ease;
    background-color: rgba(255,255,255,0.3);
}

#header:hover {
    background-color: rgba(255,255,255,0.7);
    transition: background 0.6s ease;
}

#header .header-sticky.sticky #logo-header-1 {
    display: none !important;
}

#header .header-sticky.sticky {
    background: rgba(255, 255, 255, 0.92) !important;
    box-shadow: 0 2px 20px rgba(0,0,0,.08);
    padding:0;
}

#container-sticky-1 .elementor-row{
	width:80vw;
    display:flex;
    justify-content: space-between;
	margin:0 auto;
}

#signin-sticky{
	display:none;
}

.pk-aside-body.products.grid-container.js-tab-signin.prodnum, .pk-aside-body.products.grid-container.js-tab-register.prodnum{
	display: grid !important;
    grid-template-columns: 1fr !important;
}

#header .header-sticky.sticky #signin-sticky{
	display:block;
}

#header .header-sticky.sticky #signin-sticky:hover{
	text-decoration: underline;
}


#header .header-sticky.sticky #container-sticky-1 .elementor-row{
	width:100vw;
    display:flex;
    justify-content: space-between;
}

#left-sticky-menu-1{
    width:100%;
    display:flex;
    flex-direction:row;
    align-items:center;
    gap:10px;
    margin-top:5px;
}

#right-sticky-menu-1{
	width:250px;
}

#right-sticky-menu-1 .elementor-widget-wrap{	
	display:flex;
	gap:25px;
	justify-content: end;
	border:0px solid red;
}


#header #logo-sticky-header-1{
    display:none;
}

#header .header-sticky.sticky #logo-sticky-header-1{
    width:fit-content;
    display: flex !important;
    align-items: center;
    margin-top:20px;
    margin-right:20px;
}

#menu-sticky-1{
    width:fit-content;
    border:0px solid purple;
}

#main-content {
    background: linear-gradient(
        to bottom,
        rgba(249, 249, 246,0) 0,
        rgba(249, 249, 246,0.5) 100px,
        rgba(249, 249, 246,1) 200px
    );
}

body#category {
    background-image: url('https://jewelryencant.com/themes/alysumchild/assets/images/Encantos14.jpg');
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: rgba(255,255,255,0.1);
    background-blend-mode: lighten;
}

body#category #main-content{
    padding-top:50px !important;
}

.breadcrumb{
    display:none;
}

.btn, select.form-control-select {
    border-radius:20px;
}

.product-prices{
    flex-direction:row;
}

.qty{
    display: none;
}

.btn-up, .btn-down{
    display:none;
}

.add-to-cart{
    width:100%;
    margin: 0 auto;
}

.product-information{
    width:100%;
    border:0px solid red;
}

.product-variants{
	width:85%;
	margin:0 auto;
}

.product-variants-item select.form-control-select, .modal-dialog .product-variants-item select.form-control-select {
	width:100%;
}

.product-add-to-cart{
    width: 85%;
    display: block;
    box-sizing: border-box;
	margin: 0 auto;
	border:0px solid red;
}

.modal-dialog .product-add-to-cart .control-label{
	display:none;
}

.modal-dialog .product-variants-item{
	border:0px solid red;
}

.product-quantity {
    display: flex;
}

.product-quantity .add {
    flex: 1;
    width: 85%;
	margin: 0 auto;
}

#product-availability{
	margin-top:15px;
}