.catalog-category-view #maincontent,
.catalogsearch-result-index #maincontent {
    margin: 0;
}

#product_addtocart_form .text-gray-500 {
    text-align: left;
    padding: 0 5px;
}

#product_addtocart_form .text-gray-500:nth-child(1) {
    width: 20%;
}

#product_addtocart_form .text-gray-500:nth-child(2) {
    width: 20%;
}

#product_addtocart_form .text-gray-500:nth-child(3) {
    width: 25%;
}

#product_addtocart_form .text-gray-500:nth-child(4) {
    width: 15%;
    text-align: center;
}

#product_addtocart_form .text-gray-500:nth-child(5) {
    width: 20%;
}

#product_addtocart_form .flex.flex-wrap div:nth-child(1),
#product_addtocart_form .flex.flex-wrap div:nth-child(2),
#product_addtocart_form .flex.flex-wrap label,
#product_addtocart_form .flex.flex-wrap div:nth-child(4),
#product_addtocart_form .flex.flex-wrap div:nth-child(5) {
    padding: 0 5px;
}

#product_addtocart_form .flex.flex-wrap > div:nth-child(1) {
    width: 20%;
}

#product_addtocart_form .flex.flex-wrap div:nth-child(2) {
    width: 20%;
}

#product_addtocart_form .flex.flex-wrap label {
    width: 25%;
}

#product_addtocart_form .flex.flex-wrap div:nth-child(4) {
    width: 15%;
    text-align: center;
}

#product_addtocart_form .flex.flex-wrap div:nth-child(5) {
    width: 20%;
}

.product-image-container img {
    width: auto;
    max-width: 100%;
}

.customer-account-index section#messages .w-full .messages div:nth-child(3) {
	display:none;
}

.headersearch .custom-se .form.minisearch input{ height:35px; border-color: #1f2b4a; }
.headersearch .custom-se .form.minisearch button { 
    right: 0;
    top: 0px;
    background-color: #13958d;
    width: 62px;
    height: 84%;
    padding-left: 20px;
}
.headersearch .custom-se{
    padding: 0 0 6px 0 !important;
}
.headersearch .custom-se .form.minisearch button .fill-rrdblue { fill: #ffffff; }
.headersearch h1 { margin-top: 6px; margin-bottom: 10px; font-family:Montserrat; font-weight: 700; }
#header.border-container-lighter {
    border-color: #1F2B4A !important;
}

.cmsp2-text-white {
--tw-text-opacity: 1;
color: rgb(255 255 255 / var(--tw-text-opacity))
}
.cmsp2-text-xl {
font-size: 1.25rem;
line-height: 1.75rem
}
.cmsp2-sm\:text-\[2\.5rem\] {
font-size: 2.5rem
}
.cmsp2-lg\:text-\[2\.5rem\] {
font-size: 2.5rem
}
.cmsp2-sm\:leading-\[2\.6rem\] {
line-height: 2.6rem
}
.cmsp2-md\:text-\[32px\] {
font-size: 32px
}
.cmsp2-font-extrabold {
font-weight: 800
}
.sticky-header #submegamenu_4, .sticky-header #submegamenu_5, .sticky-header #submegamenu_6 { display:none; }
.headersearch {
    /*margin-left: -80px;*/
	margin-left: 30px;
   }

	
nav.breadcrumbs { width:100%; --tw-shadow: none; }

.catalog-category-view .category-image {
	width: 100%;
    /*height: 14rem;*/
    background-position: bottom;
    background-size: cover;
	padding-top:5rem;
	overflow:hidden;
}
.catalog-category-view .category-description { padding:2rem 0; }
.catalog-category-view .category-description h1 { font-size: 48px; }
.catalog-category-view.category-healthcare .category-image {
	background-position: center;
}
.catalog-category-view.category-veterinary .category-image {
	background-position: top;
}
.catalog-category-view.category-custom-labels .category-image {
	background-position: top;
}
.propwarning { border: 1px solid #000;  padding: 12px; font-size:10px;  border-radius: 10px; text-align: justify; line-height:1.7; color:black; }
.propwarning svg { height: 30px; width:70px; margin-right:10px; display: inline; }
.propwarning span { font-weight:bold; }
/* today */
.longtitle {
    border: 1px solid;
    padding: 1.5rem;
}

div.printerwrapper a {
    display: flex;
    height: 200px;
    /*width: 224px;*/
    border: 2px Solid rgba(204, 204, 204, 1);
    color: #fff;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    margin: 0px auto;
    background-size: 100%;
}

div.printerwrapper a.zebrabg { background-image: url('/media/wysiwyg/templates4-8/product-vet-continuous-receipt-paper-rolls.jpg'); background-repeat: no-repeat; }

div.printerwrapper a.dymobg { background-image: url('/media/wysiwyg/templates4-8/product-vet-continuous-receipt-paper-rolls.jpg'); background-repeat: no-repeat; }

div.printerwrapper a.otherbg { background-image: url('/media/wysiwyg/templates4-8/product-vet-continuous-receipt-paper-rolls.jpg'); background-repeat: no-repeat; }

div.printerwrapper a .bg {
    background-color: #002449;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    transition: all .5s ease-in-out;
}

div.printerwrapper a:hover .bg {
    opacity: 0;
}


.bg-rrdblue-opacity-95 {
	--tw-bgcat-opacity: 0.95;
	background-color: rgb(31 43 74 / var(--tw-bgcat-opacity));
}

/* Animation */

 @keyframes fadeInUp {
            0% {
                opacity: 0;
                transform: translateY(100px);
            }
    
            100% {
                opacity: 1;
                transform: translateY(0px);
            }
        }

@-webkit-keyframes fadeInUp {
            0% {
                opacity: 0;
                transform: translateY(100px);
            }
    
            100% {
                opacity: 1;
                transform: translateY(0px);
            }
        }
    

.animated {
    -webkit-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
			
}

.animatedFadeInUp {
    opacity: 0
}

.fadeInUp {
		-webkit-animation-name: fadeInUp;
		animation-name: fadeInUp;
     }
	 
	 .stickypost { 
    display: flex;
    align-items: flex-start;
    max-width: 500px;
    width: 100%;
    position: fixed;
    right: 0;
    padding: 15px;
    top: calc(100vh - 187px);
    margin-left: auto;
    z-index: 1;
    transition: all 0.2s linear;
}

.stickypostcheckout { 
    display: flex;
    align-items: flex-start;
    position: sticky;
    right: 0;
    padding: 15px;
    margin-top: 10px;
    transition: all 0.2s linear;
    --tw-bg-opacity: 1;
    background-color: rgb(31 43 74 / var(--tw-bg-opacity));
    
}
.sticky-fixed {
	position:fixed;
	top:0;
	width:100%;
}
		
@media only screen and (max-width: 768px) {
	.stickypost {
		top: 120px;
	}
	.w-full .submit {
		width: 100%;
		margin-bottom:10px;

	}
	.widthcustomlbl .child1, .widthcustomlbl .child2  {
		display:block;
		width:100%;
	}
	.widthcustomlbl .mobilewrap {
		white-space: normal;
	}
	.page-main {
		margin-top: 6rem;
	}
}

@media (max-width: 760px) {
	.sticky-header .sticky-logo svg .cls-2 {
		  fill: #002449 !important;
	  }
    #product_addtocart_form .flex.flex-wrap div:nth-child(1),
    #product_addtocart_form .flex.flex-wrap div:nth-child(2),
    #product_addtocart_form .flex.flex-wrap label,
    #product_addtocart_form .flex.flex-wrap div:nth-child(4),
    #product_addtocart_form .flex.flex-wrap div:nth-child(5) {
        width: 100%;
        padding: 5px 0 0 0;
    }

    #product_addtocart_form .flex.flex-wrap div:nth-child(5) button {
        margin-top: 10px;
    }

    #product_addtocart_form .flex.flex-wrap div:nth-child(4) {
        text-align: left;
    }
	/* today */
	.common-div-category.w-full {
		padding-top: 8rem;
	}
	.catalog-category-view .category-description {
		padding: 2rem;
	}	
	

}

@media (min-width: 1024px) {
.cmsp2-lg\:text-\[2\.5rem\] {
font-size: 2.5rem;
}
}
@media (max-width: 1024px) {
    .headersearch {
        margin-left: 90px;
    }
    nav .p-1 {padding: .10rem;}
    
    }