/*
Theme Name: Utara - Bhutan Herbal Essence
Theme URI:
Author: Biren
Author URI: https://abit.bt/
Description: Bhutan Herbal Essence is an e commerce platform dealing with handmade products like essential oils, butter soaps and organic lotions.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:  Bhutan Ecommerce store
Text Domain:
*/
* {
    padding: 0;
}

p {
    font-size: 17px !important;
    color: #787878 !important;
}

@media (max-width: 768px) {
    p {
        font-size: 15px !important;
    }
}

span p {
    color: #F4F4F4 !important;
    font-size: 15px !important;
}

html {
    scroll-padding-top: 30px !important;
}

@media (min-width: 992px) {
    html {
        scroll-padding-top: 140px !important;
    }
}

body {
    font-family: 'Poppins', sans-serif;
}

img.small-image {
    transition: ease all 1000ms;
}

img.small-image:hover {
    transition: all ease 1000ms;
    transform: scale(1.07)
}

img.cat-image {
    transition: ease all 1000ms;
}

img.cat-image:hover {
    transition: ease all 1000ms;
/*     filter: grayscale(100%); */
}

.owl-carousel.owl-2 .owl-nav .owl-prev {
    font-size: 200%;
    color: green;
}

.owl-carousel.owl-2 .owl-nav .owl-next {
    font-size: 200%;
    color: green;
}

.owl-carousel.owl-2 .owl-stage {
    transition-timing-function: linear !important;
}

.banner {
    min-height: 60vh;
    padding-top: 100px;
    padding-bottom: 100px;
}

.hero-section {
    padding-bottom: 110px;
    padding-top: 40px;
}

.sec-padding {
    padding-top: 90px;
    padding-bottom: 90px;
}

.sec-padding.p-category {
    padding-top: 42px;
    padding-bottom: 42px;
}

.featured {
    width: 90%;
    height: auto;
    background-color: rgb(0 0 0 / 0%);
    outline: solid 1.2px white;
    border-radius: 15px;
    -webkit-border-radius: 15px;

}

/*typography start*/
.hero-section h1,
.banner h1 {
    color: #fff;
    font-weight: 400;
    font-size: 50px;
}

.hero-section p {
    color: #e0e0e0;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0.5px;
}

.hero-section p span {
    font-weight: 300;
    font-size: 14px;
}

.featured h3 {
    color: #96ac84;
    color: #fff;
    font-weight: 400;
    /*font-size: clamp(15px, 12vw + 1rem, 30px);*/
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 8px;
    line-height: 1.2;
}

.featured p {
    font-weight: 300;
    font-size: 14px;
    color: #484848;
    color: #e6e6e6;
    margin-bottom: 0px;
    line-height: 1.5;
}

.story h2 {
    color: #484848;
    font-weight: 400;
    font-size: 40px;
    margin-bottom: 30px;
}

.story p {
    font-weight: 300;
    font-size: 18px;
    color: #484848;
    line-height: 2;
    text-align: center;
}

.paragraph {
    font-weight: 300;
    font-size: 15px;
    color: #484848;
    line-height: 2;
}

.p-display h2 {
    color: #484848;
    font-weight: 400;
    font-size: 40px;
    text-align: center;
}

.p-display p {
    font-weight: 400;
    font-size: 18px;
    color: #484848;
}

.p-category h3 {
    color: #484848;
    font-weight: 400;
    font-size: 32px;
}

.p-category p {
    font-weight: 300;
    font-size: 18px;
    color: #484848;
    line-height: 1.7;
}

.form-title {
    color: #61838f;
    font-weight: 300;
    margin-bottom: 40px;
}

.about h1,
.about h2,
.about h4,
.about h5,
.about h6 {
    font-size: 38px;
    color: #61838f;
    margin-bottom: 50px;
}

.about p {
    font-weight: 300;
    font-size: 17px;
    color: #484848;
    line-height: 2;
}

.about li {

    color: #787878;
    font-size: 15px;
    line-height: 2;
    font-weight: 300;


}

.contact-details h2 {
    color: #b5b5b5;
    font-weight: 300;
    margin-bottom: 40px;
}

.contact-details p,
.contact-details a {
    color: #787878;
    text-decoration: none;
}

.contact-details a:hover {
    text-decoration: underline;
    color: #61838f;
}

.contact-details i {
    color: #61838f;
    margin-right: 10;
}

/*typography end*/
/*NAVBAR START*/
/*#navbarlight {
display: none;
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 2000;
color: #fff;
transition: all 800ms ease;
}*/
#navbarlight {
    display: none;
    color: #fff;
    position: fixed;
    z-index: 4000;
    top: 0;
    left: 0;
    right: 0;
}

/*#navbarlight.hide {
top: -1001px;
transition: all 800ms ease;
}*/
.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-light .social-icons-top i {
    color: #fff;
    font-size: 25px;
    margin: 0 8px;
}

.navbar-dark .social-icons-top i {
    color: #fff;
    font-size: 25px;
    margin: 0 8px;
}

.navbar-dark .social-icons-top i:hover {
    color: #c1e0ea;
}

.logo-div {
    margin-left: 15px;
    width: 100px;
    height: 90px;
    background-image: url(assets/images/logo.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.navbar-dark .nav-item {
    position: relative;
}

.navbar-dark .nav-item::after {
    content: "";
    position: absolute;
    left: 10px;
    right: 10px;
    height: 2px;
    background-color: #fff;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 200ms ease-in;
    z-index: 2000;
}

.navbar-dark .nav-item:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

.nav-item {
    margin-left: 15px;
    margin-right: 15px;
}

.nav-link {
    font-weight: 400;
}

.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .show>.nav-link {
    color: #e0e0e0;
    font-size: 16px;
}

.navbar-dark .navbar-nav .nav-link {
    color: #e0e0e0;
    font-size: 16px;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: #fff;
}

/*navbar on scroll - navbar-light*/
.navbar-light {
    box-shadow: 0 3px 1rem rgba(0, 0, 0, .1);
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
    color: #a5a5a5;
    font-size: 16px;
}

.navbar-light .navbar-nav .nav-link {
    color: #a5a5a5;
    font-size: 16px;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #61838f;
}

.navbar-light .nav-item {
    position: relative;
}

.navbar-light .nav-item::after {
    content: "";
    position: absolute;
    left: 10px;
    right: 10px;
    height: 2px;
    background-color: #61838f;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 200ms ease-in;
    z-index: 2000;
}

.navbar-light .nav-item:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

.navbar-light .social-icons-top i {
    color: #61838f;
    font-size: 25px;
    margin: 0 8px;
}

.navbar-light .social-icons-top i:hover {
    color: #82aab7;
}

/*navbar on scroll end*/
/*NAVBAR END*/
/*buttons*/
.btn-check:focus+.btn,
.btn:focus {
    outline: 0;
    box-shadow: none;
}

.btn:active,
.btn:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.my-btn {
    padding: 10px 28px;
    background-image: linear-gradient(rgba(85, 116, 124, 0),
        rgba(112, 148, 87, 0));
    background-position: center;
    background-size: cover;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #ffff;
    position: relative;
    z-index: 1;
    border-radius: 0px;
    font-weight: 300;
    font-size: 13px;
    border: 1px #fafafa solid;
    border-radius: 8px;
}

.btn2.my-btn {
    padding: 10px 28px;
    background-color: #61838f;
    background-color: #5d807b;
    background-position: center;
    background-size: cover;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #ffff;
    position: relative;
    z-index: 1;
    border-radius: 0px;
    font-weight: 300;
    font-size: 13px;
    border-radius: 8px;
}

.my-btn::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.1);
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 300ms ease-in;
    z-index: -1;
}

.my-btn:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

.my-btn:hover {
    background-image: linear-gradient(rgba(226, 253, 250, 1),
        rgba(173, 204, 200, 1));
    /*url(assets/images/button-bg.jpg);*/
    color: #61838f;
    font-weight: 400;
}

/*buttons end*/
/*footer start*/
.footer-padding {
    padding-top: 80px;
    padding-bottom: 40px;
}

.thefooter {
    /*background-color: #61838f;*/
    color: #fafafa;
    font-weight: 300;
    font-size: 14px;
}

.thefooter h4 {
    font-weight: 400;
    color: #d6d6d6;
    margin-bottom: 30px;
}

.divider {
    /* line in footer */
    width: 100%;
    background-color: #9a9a9a;
    height: 0.5px;
    margin-top: 55px;
    margin-bottom: 50px;
}

.thefooter a {
    text-decoration: none;
    color: #fff;
    margin-top: 12px;
}

.thefooter a:hover {
    color: #c1e0ea;
    text-decoration: underline;
}

.thefooter i {
    font-size: 18px;
    margin-right: 10px;
}

.social i {
    font-size: 24px;
    margin-right: 10px;
    color: #fff;
}

.social i:hover {
    color: #c1e0ea;
}

.copyright a,
.copyright span {
    font-weight: 400;
    margin: 0 3px;
}

.copyright a:hover {
    color: #69c1f5;
}

/*footer end*/
/*scrollbar start*/
/* width */
::-webkit-scrollbar {
    width: 13px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #b3b3b3;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #4c6771;
}

/*scrollbar end*/
/*back-to-top*/
#back-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    cursor: pointer;
    z-index: 8000;
    display: none;
    display: none;
}

#back-top a {
    background: #7ea55a;
    display: block;
    text-align: center;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    padding: 8px;
    transition: all 300ms linear 0s;
}

#back-top a i {
    font-size: 30px;
    color: #fff;
}

#back-top a:hover {
    box-shadow: 0 8px 12px #dddddd;
    background: #95bd71;
}

/*back-to-top end*/
/*contact form colorlib*/
.form-control {
    border: none;
    border-bottom: 2px solid #ccc;
    padding-left: 0;
    padding-right: 0;
    border-radius: 0;
    background: none;
}

.form-control:active,
.form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #61838f;
}

.form-control {
    height: 45px;
}

.submit-btn {
    background: transparent;
    color: #61838f;
    padding: 8px 24px;
    font-size: 14px;
    height: 45px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    border: none;
    border-radius: 0;
    border: 2px solid #61838f;
    transition: ease 300ms all;
}

.submit-btn:hover {
    background: #61838f;
    /*url(assets/images/button-bg.jpg);*/
    color: #fff;
    font-weight: 400;
    border: none;
    border: 2px solid #fff;
}

.contact-wrap .col-form-label {
    font-size: 14px;
    color: #b3b3b3;
    margin: 0 0 10px 0;
    display: inline-block;
    padding: 0;
}

/*contact form end*/
/*woo commerce*/
.woocommerce .woocommerce-result-count {
    display: none;
}

.wocom h1 {
    color: #fff;
    margin-bottom: 50px;
}

/*ul.products li.product,
.woocommerce-page ul.products li.product {
border: 1px solid #e1e1e1;
}*/
.woocommerce ul.products {
    text-align: center !important;
}

.wocom mark {
    background-color: transparent !important;
    color: #fff !important;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
    padding: .5em 0;
    margin: 0;
    font-size: 1em;
    color: #fff;
    margin-bottom: 15px !important;
    text-align: center !important;
}

.price .woocommerce-Price-amount {
    color: #fbe084 !important;
    font-size: 19px;
}

td.product-price .woocommerce-Price-amount {
    color: #56a6c3 !important;
    font-size: 15px !important;
}

td.product-subtotal .woocommerce-Price-amount,
td.product-total .woocommerce-Price-amount {
    color: #56a6c3 !important;
    font-size: 15px !important;
}

td.product-name a {
    text-decoration: none;
}

.cart-subtotal .woocommerce-Price-amount {
    color: #56a6c3 !important;
    font-size: 16px !important;
}

.order-total .woocommerce-Price-amount {
    color: #56a6c3 !important;
    font-size: 16px !important;
}

.woocommerce ul.products li.product .price {
    text-align: center !important;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
    font-size: 18px !important;
    color: #e5e5e5 !important;
}

.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
    float: none !important;
    margin-bottom: 50px !important;
}

#respond input#submit,
a.button,
button.button,
input.button {
    background-color: #6fa8bb !important;
    color: #fff !important;
    font-weight: 400;
    font-weight: 300 !important;
    border-radius: 50px !important;
    padding: .618em 1.5em !important;
    margin-bottom: 20px !important;
    transition: background-color ease 300ms;
}

#respond input#submit:hover,
a.button:hover,
button.button:hover,
input.button:hover {
    background-color: #4c7989 !important;
}

.posted_in {
    color: #cdf9cd;
}

.posted_in a {
    text-decoration: none;
    color: #cdf9cd;
}

.posted_in a:hover {
    text-decoration: underline;
}

.woocommerce div.product form.cart div.quantity {
    float: none !important;
    margin-bottom: 20px !important;
}

.woocommerce a.added_to_cart {
    text-decoration: none !important;
    color: #cdf9cd !important;
    display: block !important;
    margin-bottom: 20px;
}

h1.page-title {
    text-align: center;
}

.woocommerce-product-details__short-description p,
.woocommerce-product-details__short-description li {
    color: #fff !important;
    font-weight: 200 !important;
    font-size: 14px !important;
    letter-spacing: 1px !important;
    line-height: 1.6 !important;
}

.term-description p {
    color: #fff !important;
    font-weight: 300 !important;
    font-size: 16px !important;
    letter-spacing: 1px !important;
    line-height: 1.6 !important;
    margin-bottom: 50px !important;
}

h1.product_title.entry-title {
    font-size: 30px !important;
}

.related.products h2 {
    color: #fff !important;
    text-align: left !important;
    font-size: 25px !important;
    margin-bottom: 40px !important;
}

section.related.products {
    display: none;
}

/* The table containing the list of products and our custom elements */
.woocommerce-cart .woocommerce-cart-form {
    flex: 1 0 70%;
    /* 100% at small screens; 70% on larger screens */
    margin-right: 30px;
}

/* The element that contains the cart totals */
.woocommerce-cart .cart-collaterals {
    flex: 1 0 30%;
    /* 100% at small screens; 30% on larger screens */
    margin-left: 30px;
}

/* Some minor tweak to make sure the cart totals fill the space */
.woocommerce-cart .cart-collaterals .cart_totals {
    width: 100%;
    padding: 0 20px 70px;
}

.product-category img,
.product img {
    border-radius: 50%;
}

.product-category img:hover,
.product img:hover {
    filter: grayscale(100%);
}

.woocommerce .loader::before {
    display: none !important;
}

.woocommerce-thankyou-order-received {
    font-size: 25px !important;
    color: #18d518 !important;
    font-weight: 500 !important;
}

.woocommerce-order-details h2,
.woocommerce-customer-details h2 {
    font-size: 22px !important;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
    padding: 60px !important;
}

/*MEDIA QUERIES*/
@media (max-width: 992px) {
    .thefooter h4 {
        font-weight: 400;
        color: #d6d6d6;
        font-size: 20px;
    }

    .thefooter a,
    .thefooter p {
        font-size: 13px;
    }

    .contact-details h2 {
        margin-top: 80px;
    }
}

/*mid-screen*/
@media (max-width: 1200px) {

    .navbar-dark .navbar-nav .nav-link.active,
    .navbar-dark .navbar-nav .show>.nav-link {
        text-align: center;
    }

    .navbar-dark .navbar-nav .nav-link {
        text-align: center;
    }

    .cat-image {
        width: 90%;
    }

    .hero-section img {
        width: 90%;
        height: auto;
    }

    #navbarlight {
        display: none;
        color: #fff;
        position: fixed;
        z-index: -1000;
        top: -1000;
        left: 0;
        right: 0;
    }

    .navbar-dark .navbar-nav .nav-item {
        width: 110px;
        margin: auto;
    }

    .navbar-light .navbar-nav .nav-item {
        width: 100px;
        margin: auto;
    }

    .navbar-dark .navbar-nav .nav-link {
        font-size: 16px;
    }
}

@media (max-width: 1024px) {
    .hero-section p {
        font-size: 14px;
    }

    .sec-padding {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .sec-padding.p-category {
        padding-top: 22px;
        padding-bottom: 22px;
    }

    .hero-section h1 {
        font-size: 38;
    }

    .hero-section {
        padding-bottom: 70px;
        padding-top: 70px;
    }

    .story h2,
    .product h2 {
        font-size: 32px;
    }

    .p-display p,
    .p-display h2 {
        display: none;
    }

    .p-category h3 {
        color: #484848;
        font-weight: 400;
        font-size: 30px;
    }
}

@media (min-width: 768px) {
    .cat-image {
        transform: scale(0.9);
    }
}

/*small-screen*/
@media (max-width: 768px) {
    .sec-padding.p-category {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .hero-section img {
        width: 85%;
        height: auto;
    }

    .cat-image {
        width: 80%;
    }

    .hero-section {
        padding-bottom: 50px;
        padding-top: 25px;
    }

    .banner {
        min-height: 35vh;
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .banner h1 {
        color: #fff;
        font-weight: 400;
        font-size: 38px;
    }

    .about h1,
    .about h2,
    .about h4,
    .about h5,
    .about h6 {
        font-size: 35px;
        color: #61838f;
        margin-bottom: 30px;
    }

    .about p {
        font-weight: 300;
        font-size: 14px;
        color: #484848;
        line-height: 2;
    }

    .hero-section h1 {
        margin-top: 20px;
    }

    .my-btn {
        padding: 10px 24px;
        background-image: linear-gradient(rgba(85, 116, 124, 0),
            rgba(112, 148, 87, 0));
        background-position: center;
        background-size: cover;
        text-transform: uppercase;
        letter-spacing: 2px;
        color: #ffff;
        position: relative;
        z-index: 1;
        border-radius: 0px;
        font-weight: 300;
        font-size: 11px;
        border: 1px #fafafa solid;
    }

    .btn2.my-btn {
        padding: 10px 24px;
        background-color: #61838f;
        background-color: #5d807b;
        background-position: center;
        background-size: cover;
        text-transform: uppercase;
        letter-spacing: 2px;
        color: #ffff;
        position: relative;
        z-index: 1;
        border-radius: 0px;
        font-weight: 300;
        font-size: 11px;
    }

    .thefooter h4 {
        margin-bottom: 15px;
        margin-top: 30px;
    }

    .footer-padding {
        padding-top: 40px;
        padding-bottom: 20px;
    }
}

/*loading screen / loader*/
.loader {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 5000;
}

.loaderLogo {
    opacity: 0;
    transform: scale(0.9);
}

.loaderMessage {

    opacity: 0;
}

.scroll-down {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
}

.scroll-down i {
    color: #658691 !important;
    font-size: 20px;
}



.spinner-border {
    color: #c1c1c1;
    border: 0.1em solid currentColor;
    border-right-color: transparent;
}

.tabSystem {
    flex-direction: column;
}

.tabSystem .nav-link {
    color: #2794bb;
    border-left: solid transparent 4px;
    font-size: 18px;
}

.tabSystem .nav-link.active {
    color: #7ea55a;
    border-left: solid 4px #7ea55a;
    font-size: 18px;
}

/*product items cards*/
.snip1567 {
    background-color: #000000;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    color: #ffffff;
    display: inline-block;
    font-size: 15px;
    line-height: 1.6em;
    overflow: hidden;
    position: relative;
    text-align: left;
    width: 100%;
}

.snip1567 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.snip1567 img {
    max-width: 100%;
    position: relative;
    vertical-align: top;
}

.snip1567 figcaption {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.snip1567 h3 {
    background-color: rgba(97, 129, 140, 0.75);
    top: 0;
    letter-spacing: -0.4px;
    margin: 0;
    padding: 25px 20px;
    position: absolute;
    width: 100%;
    font-size: 18px;
    letter-spacing: 1px;
}

@media (min-width:1200px) {
    .snip1567 h3 {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        background-color: rgba(97, 129, 140, 0.75);
        top: 0;
        letter-spacing: -0.4px;
        margin: 0;
        padding: 25px 20px;
        position: absolute;
        width: 100%;
        font-size: 18px;
        letter-spacing: 1px;
    }
}

.snip1567 p {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 0px 20px;
    opacity: 0;
    text-align: right;
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
    font-size: 15px;
    letter-spacing: 0.6px;
    color: #e7e7e7;
}

.snip1567 i {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 54px;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

.snip1567 .hover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    font-size: 65px;
    justify-content: center;
    opacity: 0;
}

.snip1567 a {
    left: 0;
    bottom: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.snip1567:hover .hover,
.snip1567.hover .hover {
    opacity: 1;
}

.snip1567:hover p,
.snip1567.hover p {
    opacity: 1;
}

.snip1567:hover h3,
.snip1567.hover h3 {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}

.snip1567:hover i,
.snip1567.hover i {
    -webkit-transform: translate(-50%, -50%) scale(0.1);
    transform: translate(-50%, -50%) scale(0.1);
    opacity: 0;
}

/*store partner logos*/
.card.partner-logo {
    background-color: #63818c;
    transition: 350ms ease;
    border-radius: 50%;
}

.card.partner-logo:hover {
    background-color: #deeaee;
}

.card.partner-logo img {
    transition: ease 350ms;
    /*border-radius: 50%;*/
}

.card.partner-logo:hover img {
    transform: scale(0.95);
}

/*staff profie cards*/
figure.snip1093 {
    position: relative;
    overflow: hidden;
    background: rgba(97, 129, 140, 0.2);
    text-align: center;
    box-shadow: 0 0 5px rgba(97, 129, 140, 0.4);
    margin: 0 0 0 !important;
}

@media (min-width: 992px) {
    figure.snip1093 {
        border-radius: 50%;
    }
}

figure.snip1093 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

figure.snip1093 img {
    max-width: 100%;
    position: relative;
    top: 0;
    border-radius: 50%;
}

figure.snip1093 h2 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    bottom: 12px;
    opacity: 0;
    margin: 0;
    z-index: 1;
    font-weight: 400;
    font-size: 16px;
}

figure.snip1093:hover img,
figure.snip1093.hover img {
    transform: scale(1.1);
}

figure.snip1093:hover h2,
figure.snip1093.hover h2 {
    opacity: 1;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.productPageBreadcrumb a {
    text-decoration: none;
}

.productPageBreadcrumb a:hover {
    text-decoration: underline;
}

#aboutus p {
    font-weight: 300;
    font-size: 18px;
    color: #484848;
    line-height: 2;
    text-align: center;
}

.teamProfiles .modal-content {
    background: rgba(97, 131, 143, 0.85) !important;
    border-color: transparent !important;
}

.teamProfiles .modal-content h4 {
    color: #fff !important;
}

.teamProfiles .modal-content p {
    color: #fff !important;
    margin-top: 20px;
    font-size: 17px !important;
}

@media (min-width: 992px) {
    .bannerGalleryImage {
        width: 75% !important;
        margin-inline: auto !important;
    }
}

.aboutus-para {
    font-weight: 300;
    font-size: 18px;
    color: #484848;
    line-height: 2;
    text-align: center;
}

.mv-points {
    font-size: 14px !important;
}

.dropdown-menu[data-bs-popper] {
    margin-top: -2px !important;
    z-index: 1000 !important;
}

.dropdown-item {

    color: #7C7E7F !important;
    font-size: 16px !important;

}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #fff !important;
    background-color: #63818c !important;
}

.dropdown-menu {

    border: 0px solid rgba(0, 0, 0, .15) !important;

}