<style>

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Black.woff2') format('woff2'),
        url('../fonts/Poppins-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.woff2') format('woff2'),
        url('../fonts/Poppins-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Italic.woff2') format('woff2'),
        url('../fonts/Poppins-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.woff2') format('woff2'),
        url('../fonts/Poppins-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ExtraBold.woff2') format('woff2'),
        url('../fonts/Poppins-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ExtraLight.woff2') format('woff2'),
        url('../fonts/Poppins-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Light.woff2') format('woff2'),
        url('../fonts/Poppins-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-LightItalic.woff2') format('woff2'),
        url('../fonts/Poppins-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-MediumItalic.woff2') format('woff2'),
        url('../fonts/Poppins-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('../fonts/Poppins-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ThinItalic.woff2') format('woff2'),
        url('../fonts/Poppi ns-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBoldItalic.woff2') format('woff2'),
        url('../fonts/Poppins-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Thin.woff2') format('woff2'),
        url('../fonts/Poppins-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/Poppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



        body {
            font-family: Arial, sans-serif;
        }
        .section-title {
	    font-weight: 700;
	    font-size: 2.5rem;
	}
	.banner {
             color: white;
       		padding: 7.5rem 0;
            }
            
            @media(min-width:768px){
        	.banner {
        	    background: url('../images/psorokit-desktop-bg.avif') center/cover no-repeat;
        	   
        	}
        }
        @media(max-width:767px){
        .banner {
            	background: url('../images/psorokit-mobile-bg.avif') center/cover no-repeat;
            }
        }
        .category img {
            width: 100px;
            height: 100px;
            object-fit: cover;
        }
        .combo {
            background: #f8f9fa;
            padding: 50px 0;
        }
        .review-box {
            background: #ffffff;
            border-radius: 10px;
            padding: 20px;
            box-shadow: 0 0 10px rgba(0,0,0,0.1);
        }
        footer {
            background: #1f3d2b;
            color: white;
            padding: 40px 0;
        }
        footer a {
            color: #ddd;
            text-decoration: none;
        }
        .navbar-brand img {
            max-height: 45px;
        }
.mobile_sub_header {
    background: #7A6634;
    padding: 8px 16px;
    font-size: 1.3rem;
    font-weight: 600;
    color: #fff;
}


button#checkout_button {
 
    padding-top: 0.65rem;
    padding-bottom: 0.65rem;
}
input.form-control
Specificity: (0,1,1)
 {
    min-height: 40px;
}
.form-control {
    appearance: auto !important;
        -webkit-appearance: auto !important;
    -moz-appearance: auto !important;
}
        .btn {
            border-radius: 2px;
            font-weight: 600;
        }

        .why-prosokit {
	    background-color: #ffffff;
	    box-shadow: 0px 4px 10px 0px #0000001A;
        z-index: 1;
	position: relative;
	}

.why-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.why-icon {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid #D9D9D9;
    /* transition: transform 0.3s ease, box-shadow 0.3s ease; */
}

.why-item:hover .why-icon {
    /* transform: scale(1.05); */
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.why-item p {
    color: #122313;
}

.prosokit-products {
    background-color: #ffffff;
}

.product-row {
    margin-bottom: 5rem;
}

.image-col {
    text-align: center;
}

.product-image {
    max-width: 100%;
    border-radius: 12px;
}

.text-col {
    padding: 20px 40px;
}

.text-col h4 {
        font-size: 2.25rem;
    margin-bottom: 10px;
    color: #122313;
    font-weight: 600;
}
.step {
    display: inline-block;
    font-size: 11.67rem;
    color: #F7E6BC;
    line-height: 1.2;
    letter-spacing: 0;
    font-weight: 300;
}


@media (max-width: 768px) {
    .text-col {
        padding-top: 0px;
    }
    .product-row {
    margin-bottom: 1rem;
}

   .text-col h4 {
	    font-size: 1.5rem;
	}
	.step {
	    font-size: 8rem;
	}


}
.combo-offer {
    background: url('../images/Rectangle-bg.webp') no-repeat center center;
    background-size: cover;
    padding: 3.6rem 0;
    box-shadow: 4px 0px 10px 0px #0000001A;

}

.combo-offer .old-price {
    text-decoration: line-through;
}

.newsletter-footer {
  background: #1f3f34;
}

.newsletter-form {
  max-width: 858px;
}

.newsletter-form .input-group-text {
  border-radius: 30px 0 0 30px;
}

.newsletter-form .submit-btn {
  background: #b89b5e;
  color: #fff;
  border-radius: 0 30px 30px 0;
  padding: 0 20px;
}

.footer-links a {
  color: #ffffffcc;
  text-decoration: none;
  display: block;
  margin-bottom: 8px;
}
.termsCondition a {
    font-size: 0.85rem;
}

.footer-links a:hover {
  color: #fff;
}

.social-links li {
  margin-bottom: 10px;
  cursor: pointer;
}

.social-links .icon-wraper {
  margin-right: 8px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border: 1px solid;
}

.footer-logo {
  max-width: 180px;
}




body {
    font-family: "Poppins", sans-serif;
    color: #122313 !important;
}
@media (min-width: 1400px) {
    .container {
        max-width: 1340px;
    }
}
 

.navbar .middle span {
    font-size: 1.5rem !important;
}

.right-section span:not(.badge) {
    color: #8B6F3D !important;
    font-size: 2.19rem !important;
    }

.right-section a {
    border-radius: 0;
    color: inherit;
    text-decoration: none;
}

.banner-content h1 {
    font-size: 5rem;
}
.banner-content .lead {
    font-size: 1.8rem;
}
/* old-price me-4 */
.banner-content .price {
    font-size: 2.3rem;
}
.banner-content  .old-price {
    text-decoration: line-through;
}

.banner-content .btn.btn-primary {
    background-color: #7A6634;
    border-color: #7A6634;
}

.banner-content .btn.btn-success {
    background-color: #67A100;
 
    border-color: #67A100;
}
.banner-content .btn {
    font-size: 1.48rem;
    font-weight: 600;
       border-radius: 0;
    padding-left: 1.8rem;
    padding-right: 1.8rem;
}




.section-heading h2 {
    color: #123b2d;
    font-size: 2.5rem;
    line-height: 5.6rem;
}
.why-prosokit p {
    font-size: 1.29rem;
}


.why-icon {
    width: 139px;
    height: 139px;
   } 


.combo-offer h2 {
    font-size: 2.5rem;
}
.combo-offer .price {
    font-size: 2.25rem;
}
.combo-offer .old-price {
    font-weight: 400;
}

.combo-offer .new-price {
font-weight: 600;
}

.combo-offer a.btn.btn-warning {
    background-color: #7A6634;
    border-color: #7A6634;
    color: #fff;
}
.combo-offer a.btn.btn-success {
    background-color: #67A100;
    border-color: #67A100;
}
.combo-offer a.btn {
    font-size: 1.48rem;
    font-weight: 600;
    border-radius: 0;
    padding-left: 1.8rem;
    padding-right: 1.8rem;
}

span.step-badge {
    position: absolute;
    bottom: -19px;
    left: 0;
    display: inline-flex;
    background-color: #67A100;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
    clip-path: polygon(0% 0%, 85% 0%, 100% 50%, 85% 100%, 0% 100%);
    min-width: 140px;
    min-height: 40px;
    justify-content: center;
    align-items: center;
} 
.step-card {
    display: flex;
    flex-direction: column;
}

.step-cart-content {
    background: #fff;
    box-shadow: 0px 0px 40px 0px #0000001A;
    text-align: left;
    padding-left: 2rem !important;
    flex: 1;
}
.step-cart-content h5 {
    font-size: 1.5rem;
}

.propertirs p {font-size: 0.89rem;margin-bottom: 0;font-weight: 500;position: relative;}

.propertirs > div:not(:last-child) p:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    background: #fff;
    top: 0px;
    right: -7px;
}

.propertirs {
    margin-bottom: 1.6rem;
}

.product-bg-wraper {
    background-image: url(../images/psorosudha_bg.avif);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
        overflow: hidden;
}

	@media (max-width: 768px)  {
		.product-bg-wraper {
			background-image: url(../images/psorosudha_Mobile_bg.avif);
			background-size: 100% 100%;
			    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
        min-height: 1471px;
		}
		
.prosokit-products .product-row:not(.middle-row) .text-col {
    text-align: left !important;
}

.prosokit-products .product-row.middle-row .text-col {
    text-align: right !important;
            padding-left: 0;
}
   
	}

.step-card.h-100 {
    display: flex;
    flex-direction: column;
}

.product-card {
    box-shadow: 0px 14px 34px 0px #00000014;
}

.product-card h5.fw-bold {
    font-size: 1.5rem;
    font-weight: 600 !important;
}

.product-card .rating {
    font-size: 0.9rem;
    font-weight: 500;
    color: #FFC107;
}

.product-card p.small {
    font-weight: 400;
    color: #515151;
}

.product-card .price strong {
    font-size: 24px;
    font-weight: 700;
}

.product-card .price span {
    font-size: 0.8rem;
    font-weight: 400;
    vertical-align: text-top;
    color: #717171;
}

.product-card .price span:not(.old-price) {
    color: #008540;
}

.product-card  button.btn.btn-cart {
    background: #9B8653;
    width: 100%;
    color: #fff;
    font-weight: 700;
    min-height: 50px;
    border-radius: 0;
}

.product-card .rating span {
    color: #212529;
    font-size: 0.9rem;
    font-weight: 400;
}


section.py-5.site-testimonial {
    background: #F6F6F6;
}

.custom-arrow button {
    height: 45px;
    width: 45px;
    border-radius: 50%;
    background-color: #fff;
    /* border: 2.68px solid #9B8653; */
}

.custom-arrow button.btn.btn-warning.shadow-sm {
    background: #9B8653;
    color: #fff;
    border: 2.68px solid #9B8653;
}

.site-testimonial .carousel-item .card-body p {
    font-weight: 500;
    font-size: 1.4rem;
    color: #3A3C3D;
    line-height: 1.8rem;
    flex: 1;
}

.site-testimonial .carousel-item .card-body h6.fw-bold.mb-0 {
    font-size: 1.5rem;
}

.site-testimonial .carousel-item .card-body small {
    font-size: 0.8rem;
    font-weight: 400;
}

.site-testimonial .carousel-item .card-body {
    display: flex;
    flex-direction: column;
}
.site-testimonial .carousel-item .card {
    padding-bottom: 5px;
}
.site-testimonial .carousel-item .col-md-4 {
    padding-bottom: 5px;
}
.site-testimonial .carousel-item .card-body span.badge {
    box-shadow: 0px 0px 4px 0px #00000040;
    border-radius: 500px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    align-self: flex-start;
    min-width: 135px;
    height: 41px;
}
.custom-arrow button.btn-light svg {
    stroke: #9B8653;
}
.custom-arrow button.btn-warning svg {
    stroke: #fff ;
}


footer.newsletter-footer.text-white h2 {
    font-size: 3.4rem;
}
.sub-footer {
    font-size: 13px;
    border-top: 1px solid #2A614B;
    padding-top: 2rem;
}
.newsletter-footer input.form-control:focus {
    box-shadow: none;
}

.newsletter-footer input.form-control::placeholder {
   font-size: 1.17rem;
   font-weight: 700;
}



.custom-arrow button.btn-light svg {
    stroke: #9B8653;
}
.custom-arrow button.btn-warning svg {
    stroke: #fff ;
}


.newsletter-footer.text-white h2 {
    font-size: 3.4rem;
}

.newsletter-footer input.form-control:focus {
    box-shadow: none;
}

.newsletter-footer input.form-control::placeholder {
   font-size: 1.17rem;font-weight: 700;
}


.newsletter-footer button.btn.submit-btn {
    width: 60px;
    height: 60px;
    border-radius: 50% !important;
}
.newsletter-footer button.btn.submit-btn:hover {
    background-color: #b89b5e;
    opacity: 0.8;
}
.newsletter-form .input-group {
    background: #fff;
    border-radius: 500px;
    padding: 9px;
}
.newsletter-footer button.btn.submit-btn svg {
    stroke: #fff;
}
.newsletter-footer .col-md-3 h6 {
    font-size: 1.4rem;
    margin-bottom: 3.2rem !important;
}
.newsletter {
	margin-bottom: 5rem;
}
form.newsletter-form.mx-auto {
    margin-bottom: 5rem;
}
.newsletter-footer ul li a {
    font-size: 1.28rem;
}

.newsletter-footer .contact-links li {
    display: flex;
}

.newsletter-footer .contact-links li div img {
    margin-right: 12px;
}
.social-links li a svg {
    
    border-radius: 50%;
    height: 20px;
    width: 20px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    align-content: center;
}


.circle-container {
    position: absolute;
    left: 0;
    transform: translate(-100% ,-2rem);
    animation: rotate-circle 10s linear infinite;
    transform-origin: center;
}

@keyframes rotate-circle {
  from {
    transform: translate(-100% ,-2rem) rotate(0deg);
  }
  to {
    transform: translate(-100% ,-2rem) rotate(360deg);
  }
}

form#frmBilling .help-block {
    color: red;
    font-weight: 500;
    font-size: 0.8rem !important;
}


.product-row.active:not(.middle-row) .text-col{
    animation: slideInFromLeft 1s ease-out forwards;
}
.product-row.active:not(.middle-row) .image-col{
    animation: slideInFromRight 1s ease-out forwards;
}
.product-row.active.middle-row .image-col{
    animation: slideInFromLeft 1s ease-out forwards;
}
.product-row.active.middle-row .text-col{
    animation: slideInFromRight 1s ease-out forwards;
}

@keyframes slideInFromLeft {
    /* Start state: off-screen to the left (e.g., -100% or a fixed pixel value) */
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }
    /* End state: back to its original position */
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideInFromRight {
    /* Start state: off-screen to the left (e.g., -100% or a fixed pixel value) */
    0% {
        transform: translateX(100%);
        opacity: 0;
    }
    /* End state: back to its original position */
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}
@media(max-width:991px) {
html {
    font-size: 15px;
}
.circle-container {
	display:none;
}}
@media(max-width:767px) {
html {
	font-size: 14px;
}
.banner-content h1 {
	font-size: 3rem;
}
.banner-content .lead {
    font-size: 1.2rem;
}
.banner-content .btn {
    font-size: 1.2rem;
    padding-left: 1.3rem;
    padding-right: 1.3rem;
}
.banner-content h1 {
    max-width: 22rem;
}
.right-section span:not(.badge) {
    font-size: 1.84rem !important;
    color: #1D321E !important;
}
.banner {
    padding: 3rem 0 21.5rem 0;
}


.product-row:not(.middle-row) .product-image {
    transform: translateX(0);
    max-width: calc(100% + 25%);
}

.combo-offer a.btn {
    font-size: 1.2rem !important;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
}
.cart-form input.form-control {
    min-height: 40px;
}
.combo-offer h2 {
    font-size: 2rem;
}
.combo-offer .price {
    font-size: 1.8rem;
}
.propertirs p {
           padding-left: 10px;
        margin-bottom: 10px;
}
.remove-btn {
    position: absolute;
    right: 0;
    top: 0;
}
.propertirs > div p:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    background: #fff;
    top: 0px;
 }
 .sub-footer .d-md-flex a {
    display: block;
    margin-top: 6px;
}
 .propertirs > div p:after {
    right: auto;
    left: 0;
}
.product-row:not(.middle-row) .text-col > * {
    padding-left: calc(var(--bs-gutter-x) * .5);
}
.product-row.middle-row .text-col > * {
    padding-right: calc(var(--bs-gutter-x) * .5);
}

.product-row {
    padding-top: 8rem;
}

}

@media(max-width:446px) {
.right-section span:not(.badge) {
    font-size: 1.5rem !important;
}
.navbar-brand img {
    max-height: 36px;
}
.newsletter-footer button.btn.submit-btn {
    width: 36px;
    height: 36px;
    padding: 0;
}
}


@media(max-width:385px) {

.right-section span:not(.badge){
    font-size: 1.3rem !important;
}
footer.newsletter-footer.text-white h2 {
    font-size: 2.5rem;
}

}

@media(max-width:368px) {
.combo-offer a.btn {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    font-size: 1.1rem !important;
}
}



    </style>
