#sticky-header.elementor-element.hfe-sticky{
    position: fixed;
    left:0;
    width:100%;
    top: 0;
	animation:slide-down 0.8s;
}
.admin-bar #sticky-header.elementor-element.hfe-sticky{
    top: 32px;
}
@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    } 
    100% {
        opacity: 0.9;
        transform: translateY(0);
    } 
}

@media( max-width: 767px ){

	#sticky-header.elementor-element.hfe-sticky{
		top: 0;
	}
}


footer {
	color:#888;
}
footer ul {
	margin: 0;
    list-style: none;
}
footer .nav-vertical-navigation ul.menu > li {
    padding: 0 0;
}
ul.products li.product h3, ul.products li.product .woocommerce-loop-product__title {
	display:block;
}

.product-transition {
    border-radius: 15px;
    box-shadow: 4px 4px 11px #a9a9a9;
}




.single-product .entry-summary-top {
    display: none;
}
.entry-summary .razox-single-product-extra-description {
    padding: 0 0 30px;
    border-bottom: 0;
}
.features-product {
    display: grid;
    grid-template-columns: auto auto auto;
    text-align: center;
    margin-top: 10px;
    gap: 5px;
    font-size: 13px;
    max-width: 100%;
}
.product_list_widget .features-product,
.woocommerce .products .features-product {
    display: none !important;
}
/*
.features-product div {
    border: 1px;
    border-style: dashed;
    padding: 3px 5px;
}*/
.features-product div {
    border: 1px dashed; 
    border-style: dashed; 
    padding: 3px 5px;
    position: relative;
}
.button-wrap {
    max-width: 100%;
    margin: 0 auto;
    padding-top: 5px;
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
}
.button-wrap a {
    position: relative;
    width: 100%;
    background-color: #000000;
    text-align: center;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.button-wrap a:hover {
    border-radius: 0;
}
.button-wrap a img{
    background-color: black;
    border-radius: 0;
    overflow: hidden;
    height: 35px;
    width: auto;
}


/*border image*/

.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail
{
    border-radius: 13px 8px !important;
}
.woocommerce-product-gallery__wrapper{
      border-radius: 29px !important;
}

/*end border image*/