* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Space Grotesk', sans-serif;
}

.container-fluid img {
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
    width: 8vh;
    height: 8vh;
    margin-left: 2.5rem;
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.my-float {
    margin-top: 16px;
}

.nav-item {
    margin: 13px;
}

.navbar {
    background-color: #09A3ED;
}

.navbar a {
    color: white;
    /* font-size: 1.1rem; */
}

.dropdown-menu li a{
    position: relative;
    display: flex;
    align-items: center;
    padding: 5px 20px;
    color: rgb(132 132 132);
    font-size: 14px;
    line-height: 1.3;
}
/* .carousel-item img {
    width: 100%;
    height: 93vh;
} */

/* .carousel-caption1 {
    position: absolute;
    right: 15%;
    top: 20rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #8E8E93;
    font-size: 5rem;
    text-align: center;
} */

/* .carousel-caption2 {
    position: absolute;
    right: 15%;
    top: 20rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #8E8E93;
    font-size: 5rem;
    text-align: center;
} */

/* .carousel-caption3 {
    position: absolute;
    bottom: 10rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #8E8E93;
    font-size: 5rem;
    text-align: center;
} */

/* .carousel-caption4 {
    position: absolute;
    right: 15%;
    bottom: 15rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #8E8E93;
    font-size: 5rem;
    text-align: center;
} */

/* .carousel-control-prev{
    color: black;
}  */

.about_img {
    /* min-width: 100%;
    max-height: 280px; */
    border-radius: 1rem;
}
span{
    font-size: 20px;
    font-weight: bold;
}
.btn-outline-info a{
    text-decoration: none;
    color: rgb(13 202 240);
}

.btn-outline-info a:hover{
    color: white;
}

.card-img-overlay {
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-img-overlay a {
    color: white;
    text-decoration: none;
    font-size: 2.5rem;
}

.card_img {
    /* box-shadow: 0px 0px 2px rgba(145, 158, 171, 0.2), 0px 12px 24px -4px rgba(145, 158, 171, 0.12); */
    /* border: 1px solid gray; */
    border-radius: 20px;
    /* opacity: 0.6; */
}

.offers_style {
    background-color: #09A3ED;
}

/* .label-section {
    background-color: #E7E4EB;
} */

.footer-container {
    background-color: rgb(55, 69, 80);
}

.footer-sidebar {
    padding-top: 40px;
    padding-bottom: 10px;
}

[class*="color-scheme-light"] .footer-widget {
    --wd-link-color: rgb(243 216 216 / 60%);
}


.footer-column {
    margin-bottom: 30px;
}

.container-footer img {
    width: 15vh;
    height: 15vh;
}

.widget-title {
    color: white;
    margin-bottom: 20px;
}

.wd-widget ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.widget li {
    margin-bottom: 15px;
}

.widget li a {
    color: rgb(255 255 255 / 60%);
    text-decoration: none;
    transition: all .25s ease;
    cursor: pointer;
}

.widget li a:hover {
    color: #09A3ED;
}

.textwidget p {
    color: rgb(255 255 255 / 60%);
}

.copyrights-wrapper {
    border-top: 1px solid rgb(255 255 255 / 15%);
}


.min-footer {
    display: flex;
    justify-content: center;
    margin-right: -15px;
    margin-left: -15px;
    padding-top: 20px;
    padding-bottom: 20px;
    color: white;
}

/* 
.fa.fa-copyright:before {
    content: "\f173";
} */

.min-footer a {
    color: white;
    text-decoration: none;
    /* transition: all .25s ease; */
    cursor: pointer;
}

.min-footer a:hover {
    color: #09A3ED;
}










/* Surgical links */


.header {
    background-color: #374550;
    margin-bottom: 40px;
}

.wrapper {
    font-size: 4rem;
    padding: 4rem;
}

.widget-heading {
    display: none;
}

.wd-heading {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: flex-end;
    padding: 20px 15px;
    border-bottom: 1px solid rgb(0 0 0 / 11%);
}

.wd-action-btn.wd-style-text {
    font-size: 0;
    line-height: 1;
}


.wd-heading .wd-action-btn {
    flex: 0 0 auto;
    text-transform: uppercase;
}

.wd-action-btn {
    display: inline-flex;
    vertical-align: middle;
    color: rgb(51 51 51);
}


.wd-action-btn.wd-style-text a {
    position: relative;
    font-weight: 600;
    font-size: 14px;
    line-height: 1;

}

.wd-heading .wd-action-btn a {
    height: 25px;
}

.wd-action-btn a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: rgb(51 51 51);
    cursor: pointer;
    text-decoration: none;
    transition: all .25s ease;
    touch-action: manipulation;
}


.wd-action-btn.wd-style-text>a:hover {
    color: rgb(168, 230, 255);
}



.wd-widget1 {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgb(0 0 0 / 11%);
}

.widget-title1 {
    font-weight: 700;
    font-size: 1.2rem;
}

.product-categories {
    padding-right: 20px;
    padding-left: 0;
    margin-bottom: 0;
}


.wd-widget1 li {
    position: relative;
    display: flex;
    /* align-items: center; */
    flex-wrap: wrap;
    margin-bottom: 0;
}

.wd-widget1 li a {
    display: block;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 15px;
    text-decoration: none;
    color: #777777;
}

.wd-widget1 li a:hover {
    color: #09A3ED;
}





.site-content{
    margin-bottom: 40px;
}

.woocommerce-notices-wrapper{
    margin-bottom: 30px;
}
.woocommerce-notices-wrapper:empty {
    display: none;
}

.shop-loop-head{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
    max-width: 100%;
    width: 100%;
}

.wd-shop-tools{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.woocommerce-braedcrumb{
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    color: rgb(51 51 51);
}
.breadcrumb-last{
    font-weight: 600;
}

.wd-sticky-loader{
    position: relative;
    display: none;
    text-align: center;
}
.wd-loader{
    position: absolute;
    top: 55px;
    margin-left: -15px;
}

.wd-loader:after{
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 1px solid rgb(0 0 0 / 12%);
    border-left-color: rgb(36 36 36);
    border-radius: 50%;
    vertical-align: middle;
}


.products-bordered-grid{
    /* align-items: stretch !important; */
    /* border-style: solid;
    border-left-width: 1px; */
    border-color: rgb(0 0 0 / 11%);
    margin: 0 !important;
    
}

.cat-item a.active{
    color: #1cada1;
}

.products[data-source="main_loop"] {
    transition: all .25s ease;
}


.product-grid-items{
    margin-bottom: 0 !important;
    border-style: solid;
    border-bottom-width: 1px;
    border-right-width: 1px;
    border-color: inherit;
    border-top-width: 1px;
    padding: 7px;
}

.product-element-top{
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.product-image-link{
    display: block;
}

.product-image-link img{
    width: 100%;
    border: none;
    max-width: 100%;
    height: auto;
    border: 0;
    vertical-align: middle;
}

.wd-entities-title{
    display: flex;
    justify-content: center;
    /* display: block; */
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 5px;
    font-size: inherit;
}

.wd-entities-title a{
    text-decoration: none;
    color: inherit;
    transition: all .25s ease;
    touch-action: manipulation;

}

.wd-product-cats{
    display: flex;
    justify-content: center;
    font-size: 95%;
    margin-bottom: 5px;
}
.wd-product-cats a{
    display: inline-block;
    color: rgb(165 165 165);
    text-decoration: none;
    transition: all .25s ease;

}









/* responsive css code */
/* // X-Small devices (portrait phones, less than 576px)
// No media query for `xs` since this is the default in Bootstrap

// Small devices (landscape phones, 576px and up)
@media (min-width: 576px) {
    ...
}

// Medium devices (tablets, 768px and up)
@media (min-width: 768px) {
    ...
}

// Large devices (desktops, 992px and up)
@media (min-width: 992px) {
    ...
}

// X-Large devices (large desktops, 1200px and up)
@media (min-width: 1200px) {
    ...
}

// XX-Large devices (larger desktops, 1400px and up)
@media (min-width: 1400px) {
    ...
} */