img#logo-img {
    width: 100%;
    height: 100%;
    max-width: 130px;
    object-fit: cover;
}

img#footer-logo-img {
    max-width: 160px;
}

.widget-footer .widget-text {
    text-align: justify;
}

.product-style1 {
    background-color: #fff;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2509803922);
    overflow: hidden;
    min-height: 100%;
    border-radius: 6px;
}
.product-style1:hover .product-img .clipped::after {
    visibility: visible;
    opacity: 1;
}
.product-style1:hover .actions-style1 {
    visibility: visible;
    opacity: 1;
}

.svg-shep1 {
    position: absolute;
    top: -100%;
    left: -100%;
    opacity: 0;
    z-index: -1;
}

.product-img {
    position: relative;
    transition: all 0.5s ease;
    overflow: hidden;
}
.product-img .shape-style1 {
    position: absolute;
    width: 0;
    height: 0;
}
.product-img .clipped {
    width: 100%;
    height: 250px;
    background-size: auto;
    -webkit-clip-path: url(#product-clip-path);
    clip-path: url(#product-clip-path);
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all 0.5s ease;
    background-color: #ecf5fb;
}
.product-img .clipped img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: scale(1) translate(-50%, -50%);
    transition: all 0.5s ease;
}
.product-img .clipped::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(1, 15, 48, 0.6);
    z-index: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease;
}

.actions-style1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    visibility: hidden;
    opacity: 0;
}

.product-body {
    text-align: center;
    padding: 25px 10px 50px 10px;
}

.product-title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 12px;
    text-transform: capitalize;
}

.shop-ordering .orderby {
    background-color: #ecf5fb;
    border-radius: 6px;
}

.product-details-img {
    margin-top: 0;
}
.product-details-img .product-img {
    background-color: #ecf5fb;
    text-align: center;
    border-radius: 10px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}
.slick-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.thumbs-item {
    list-style: none;
    padding: 18px 10px;
    margin: 0 5px;
    text-align: center;
    background-color: #ecf5fb;
    border-radius: 10px;
    border: 1px solid transparent;
}
.thumbs-item:hover {
    border-color: #0F6BAC;
}
.thumbs-item.slick-center {
    border: 1px solid #0F6BAC;
}

.control-thumbs {
    display: flex;
    justify-content: space-between;
    padding: 0;
    /* Medium devices */
}
@media (max-width: 991px) {
    .control-thumbs {
        margin-bottom: 30px;
    }
}
.control-thumbs img {
    width: 77px;
    height: 70px;
    cursor: pointer;
}

.product-img {
    width: 100%;
    height: auto;
    display: block;
}

.shop-details {
    margin-bottom: 45px;
}

.product-about h2 {
    color: #010F30;
    font-weight: 600;
    font-size: 30px;
}

.product-about .product-description {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 30px;
}

.text-title {
    font-size: 24px;
    color: #010f30;
}

.product_meta .product-info {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 5px;
    font-size: 16px;
}
.product_meta .product-info .meta-value {
    font-weight: 600;
    color: #010F30;
}
.product_meta .product-info .category {
    color: #37AFE3;
    font-weight: 600;
}
.product_meta .product-info .tag {
    color: #010f30;
    font-weight: 600;
    transition: all 0.3s ease;
}
.product_meta .product-info .tag:hover {
    color: #0F6BAC;
}
.product_meta span {
    display: block;
    font-weight: 500;
}

.product_meta span.sku_wrapper, .product_meta span.category_wrapper {
    width: 180px;
}

.tab-area {
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}

.product-tab-style1 {
    background-color: #ecf5fb;
    padding: 0 28px;
}
.product-tab-style1 .nav-link {
    padding: 28px 26px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    text-transform: capitalize;
    color: #010F30;
}
.product-tab-style1 .nav-link.active {
    background-color: #fff;
    color: #37AFE3;
}

.tab-content {
    padding: 40px 40px 60px 40px;
}

/* .desc-title {
    font-size: 18px;
} */

div#description .product-inner-list ul {
    padding: 0;
}
.product-inner-list ul li {
    list-style: none;
    margin-bottom: 5px;
    padding-left: 25px;
    position: relative;
}
.product-inner-list ul li i {
    position: absolute;
    left: 0;
    top: 5px;
    color: #37AFE3;
}

/* Large devices */
@media (max-width: 1199px) {
    .product-style1 {
        min-height: 450px;
    }
}
/* Medium devices */
@media (max-width: 991px) {
    .product-style1 {
        min-height: auto;
        margin-bottom: 0px;
    }
    .tab-content {
        padding: 30px 20px 30px 20px;
    }
    /* .product-details-img .product-img {
        min-height: 400px;
    } */
    /* .product-details-img .img {
        padding: 35px;
    } */
    .product-body {
        padding: 25px 10px 25px 10px;
    }
}
/* Small devices */
@media (max-width: 767px) {
    .product-details-img .product-img {
        min-height: 300px;
    }
    .product_meta .product-info .meta-value {
        position: unset;
    }
    .product_meta span {
        margin-right: 20px;
    }
    .shop-details .vs-btn {
        font-size: 12px;
        padding: 17.5px 14px;
    }
}

.gallery .ttm-tabs.ttm-tab-style-01 ul.tabs{
    margin: 0 !important;
}

.gallery .ttm-tabs.ttm-tab-style-01 ul.tabs:before{
    display: none;
}

.our-social .featured-thumbnail img {
    width: 100%;
    height: 100%;
    max-width: 200px;
    object-fit: cover;
    text-align: center;
}

.our-social .featured-imagebox:hover .featured-thumbnail img{
    -moz-transform: unset;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
}

.our-social .featured-imagebox .featured-title{
    padding: 10px;
    border-radius: 5px;
    margin-top: 10px;
}

.our-social .featured-imagebox .featured-title h3{
    margin-bottom: 0;
}

.our-social .featured-imagebox:hover .featured-title {
    transition: .5s;
    background-color: #102d71;
    color: #fff;
}

.our-social .featured-imagebox:hover .featured-title h3{
    color: #fff;
}

.product-section .featured-thumbnail img {
    width: 100%;
    height: 100%;
    min-height: 350px;
    max-height: 350px;
    object-fit: cover;
}

.product-details-img .product-img img{
    width: 100%;
    height: 100%;
    min-height: 420px;
    max-height: 420px;
    object-fit: cover;
}

.portfolio_filter_tab .featured-thumbnail img {
    width: 100%;
    height: 100%;
    min-height: 350px;
    max-height: 350px;
    object-fit: cover;
}

.form-control.is-invalid, .was-validated .form-control:invalid {
    border: 1px solid !important;
    border-color: var(--bs-form-invalid-border-color) !important;
}