p
{
    color: #000;
}
.service-card p
{
    font-size: 12px;
    line-height: 20px;
    margin-top: 10px;
}
.hero-wrap.style1 .hero-slide-item .hero-img-wrap .hero-shape-one
{
    
    opacity: 0.9;
}

.page-wrapper .header-wrap .container
{
    width : 98%;
    max-width : 98%;
}

/*.header-wrap.style1:after,
.btn.style1
{
    background-color: var(--bs-green);
}
:root
{
    --bs-green : #e53e5c;
}
*/

.navbar-nav li a::after {
    content: " ";
    padding-left: 1px;
    /* background: #1b7261; */
    padding-right: 1px;
    color: #fff;
    border-right: 2px dotted #1b7261;
    margin-left: 8px;
    margin-right: 8px;
}

.navbar-nav li.lastchild a::after {
    content: " ";
    padding-left: 1px;
    /* background: #1b7261; */
    padding-right: 1px;
    color: #fff;
    border-right: 0px;
    margin-left: 12px;
}


.navbar-nav li:last-child a::after {
    content: " ";
}




.input-container input {
    border: none;
    box-sizing: border-box;
    outline: 0;
    padding: .75rem;
    position: relative;
    width: 100%;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

.promo-wrap .container
{
    max-width : 98%;
}

.promo-card.style1
{
    padding-left: 10px;
    padding-right: 10px;
}
.promo-card p
{
    font-size: 14px;
    line-height: 24px;
}

.header-wrap .navbar .navbar-nav .nav-item a.active 
{
    /*background: #1b7261;
    text-align: center;
    padding-left: 14px;
    color: #fff;*/
    
    
   /* border: 2px solid#1b7261;
    padding-left: 5px;
    padding-right: 5px;
        margin-top: -2px;*/
        
    font-weight: 600;    
    text-decoration: underline;
    font-size: 16px;
}


/*
    .header-wrap .navbar .navbar-nav .nav-item a.active::after
    {
        display: none;
    }
*/
nav .navbar-brand
{
    width : 15%;
    margin : 0;
}

.breadcrumb-wrap
{
    padding: 99px 0 58px;
}

#detailproducts .product-card.style1 .product-img
{
    padding: 0;
}

#detailproducts .product-card.style1 .product-img img
{
    max-width: 100%;
    max-height: 210px;
    min-width: 100%;
    min-height: 210px;
}
#detailproducts .product-card.style1 .product-info
{
    padding-top: 10px;
}
#detailproducts .product-card .product-info .product-price
{
    color: #000;
    margin-bottom: 0;
    min-height: 35px;
    max-height: 35px;
    overflow: hidden;
    font-size: 12px;
    line-height: inherit;
}
#detailproducts .product-card .product-info .product-price span
{
    font-size: 15px;
}
#detailproducts .product-card .product-info h3
{
    font-size: 18px;
    margin: 0 0 8px;
    min-height: 38px;
    max-height: 38px;
    overflow: hidden;
}
#detailproducts .product-card .product-info h3 a
{
    color: #1b7261;
}
#detailproducts .product-card .product-info p.descriptions
{
        font-size: 13px;
    line-height: 19px;
    max-height: 60px;
    min-height: 60px;
    overflow: hidden;
}
#detailproducts .product-card.style1 .product-purchase
{
    text-align: center;
    /* width: 100%; */
    display: block;
}
#detailproducts .product-card.style1 .product-purchase a
{
    
}
#detailproducts .product-card .counternumbrs
{
    margin-bottom: 25px;
}

#detailproducts .product-card .qty-container 
{
    display: flex;
    align-items: center;
    justify-content: center;
}

#detailproducts .product-card .counternumbrs .qtysname
{
    text-align : center;
    font-size: 12px;
    margin-bottom: 3px;
}
#detailproducts .product-card .qty-container .input-qty{
            text-align: center;
            padding: 3px 10px;
            border: 1px solid #d4d4d4;
            max-width: 80px;
            height: auto;
            min-width: 38px;
            width: 36px;
        }
#detailproducts .product-card .qty-container .qty-btn-minus,
#detailproducts .product-card .qty-container .qty-btn-plus{
    border: 1px solid #d4d4d4;
    padding: 4px 13px;
    font-size: 10px;
    height: 31px;
    width: 32px;
    transition: 0.3s;
    background: #1b7261;
    color: #fff;
}

#detailproducts .product-card .qty-container .qty-btn-minus:hover,
#detailproducts .product-card .qty-container .qty-btn-minus:focus,
#detailproducts .product-card .qty-container .qty-btn-minus:active,
#detailproducts .product-card .qty-container .qty-btn-plus:hover,
#detailproducts .product-card .qty-container .qty-btn-plus:focus,
#detailproducts .product-card .qty-container .qty-btn-plus:active
{
    background : #888e6e;
}
#detailproducts .product-card .qty-container .qty-btn-plus{
  margin-left: -1px;
}
#detailproducts .product-card .qty-container .qty-btn-minus{
  margin-right: -1px;
}

 
#detailproducts .product-card .btn-cornered,
#detailproducts .product-card .input-cornered{
  border-radius: 4px;
}
#detailproducts .product-card .btn-rounded{
  border-radius: 50%;
}
#detailproducts .product-card .input-rounded{
  border-radius: 50px;
}


.cartfooters .col-md-6
{
    display: block;
    margin: 10px 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.cartfooters .col-md-6 button.icon-view,
.cartfooters .col-md-6 button.carts-add
{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #1B7261;
    border: none;
    -webkit-box-shadow: 0px 6px 20px rgba(5, 17, 69, 0.08);
    box-shadow: 0px 6px 20px rgba(5, 17, 69, 0.08);
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

.cartfooters .col-md-6 button.icon-view:hover,
.cartfooters .col-md-6 button.icon-view:focus,
.cartfooters .col-md-6 button.icon-view:active,
.cartfooters .col-md-6 button.carts-add:hover,
.cartfooters .col-md-6 button.carts-add:focus,
.cartfooters .col-md-6 button.carts-add:active
{
   background-color: #fff;
}

.cartfooters .col-md-6 button.icon-view i,
.cartfooters .col-md-6 button.carts-add i
{
    transition: 0.6s;
    font-size: 18px;
    line-height: 0.8;
    display: block;
    margin: 0 auto;
    color: #fff;
}

.cartfooters .col-md-6 button.icon-view:hover i,
.cartfooters .col-md-6 button.icon-view:focus i,
.cartfooters .col-md-6 button.icon-view:active i,
.cartfooters .col-md-6 button.carts-add:hover i,
.cartfooters .col-md-6 button.carts-add:focus i,
.cartfooters .col-md-6 button.carts-add:active i
{
    color: #1B7261;
}

.breadcrumb-wrap .container .br-shape-two,
.breadcrumb-wrap .container .br-shape-four
{
    margin-top: 5%;
}
.breadcrumb-wrap .container .br-shape-four
{
    rotate: 30deg;
}
@media only screen and (min-width: 992px)
{
    .header-wrap .navbar .navbar-nav .nav-item a
    {
        font-size: 15px;
        padding: 0;
    }
    .header-wrap .navbar .navbar-nav
    {
        margin-right: 0px;
    }
    .header-wrap .navbar .navbar-nav .nav-item
    {
            margin: 0 3px;
    }
    .ripple-container
    {
        display : none;
    }
}

@media (max-width: 800px)
{
    .hero-wrap.style1 .hero-slide-item .hero-img-wrap .hero-shape-one
    {
        opacity: 0.1;
        margin-top: 34%;
    }
    .hero-wrap.style1 .hero-slide-item .hero-img-wrap .hero-shape-two
    {
        margin-top: 49%;
        margin-right: -15%;
    }
    .hero-wrap.style1 .hero-shape-four
    {
        margin-right: -9%;
        bottom: -2%;
    }
    .navbar-nav li a::after
    {
        display:none;
    }
    .header-wrap .navbar .navbar-nav .nav-item a.active
    {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .breadcrumb-wrap {
        padding: 60px 0 14px;
    }
    
    .header-wrap .header-top .header-top-right .social-profile:before
    {
        display : none;
    }
    .header-wrap .header-top .header-top-right .social-profile
    {
        padding-left : 0;
        margin-left : 0;
    }
    .hero-wrap.style1 .hero-slide-item .hero-content
    {
        z-index:9;
    }
    .header-wrap.style1 .header-bottom nav.navbar 
    {
        margin-left: 20%;
    }
    .header-wrap.style1 .header-bottom nav.navbar a.navbar-brand img
    {
            max-width: inherit;
    }
    footer ul
    {
        text-align : left;
    }
    .breadcrumb-wrap {
        padding: 120px 0 34px;
    }
}