/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Sep 05 2024 | 08:06:48 */

.page-description {
    height: 100vh;
}
img.img-fluid.logimg {
    width: 6%;
    margin-top: 7px;
}

@media(max-width:992px) {
    .woocommerce .page-description {
        right: 1%;
        top: 18%;
        padding: 9% 9%;
        box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    }
    .woocommerce .page-description {
        margin: 11px 0 22px;
    }
    .page-description {
        height: 67vh;
    }
    #logout img {
        width: 9%!important;
        position: relative!important;
        top: 1%;
        left: 10px;
    }
}


@media(min-width:992px){

	img.img-fluid.logimg {
    width: 20%;
    margin-top: 11px;
}
	.woocommerce .page-description {
    margin: -10px 0 22px;
        position: fixed;
        right: 1%;
        top: 18%;
		width:20%!important;
        background-color: #F7F2F2;
        color: #76028B;
        padding: 2% 2%;
        box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    }
	 .logimg {
        width: 19%;
        position: relative;
        left: 10px;
        top: 10px;
    }
}
