﻿body {
    margin: 0;
    overflow-x: hidden;
    font-family: Montserrat, sans-serif;
    font-size: 1.4rem;
    line-height: 1.6;
    color: #666;
    background: #fff;
}

.header {
    font-family: Montserrat, sans-serif;
    background: #fff;
    color: #333;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    line-height: 1.2;
    color: #333;
    letter-spacing: 0;
}

.product {
    position: relative;
    font-family: Montserrat, sans-serif;
    font-size: 1rem;
    color: #020101;
    -webkit-transition: opacity 0.3s, -webkit-box-shadow 0.3s;
    transition: opacity 0.3s, -webkit-box-shadow 0.3s;
    transition: box-shadow 0.3s, opacity 0.3s;
    transition: box-shadow 0.3s, opacity 0.3s, -webkit-box-shadow 0.3s;
}

.footer {
    font-family: Montserrat, sans-serif;
    font-size: 1.3rem;
    background: #f8f8f8;
}

.header-search input.form-control {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 40px;
    padding: 0.9rem;
    border: 2px solid #336699;
    border-right: 0;
    font-size: 1.2rem;
    letter-spacing: 0;
    font-family: Montserrat, sans-serif;
}

.menu .submenu {
    padding: 2rem 0;
    background: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    color: #666666;
}

.input-wrapper input {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 40px;
    font-size: 1.4rem;
    font-family: Montserrat, sans-serif;
    border-width: 1px 0 1px 1px;
}

.brand-wrapper {
     border: none !important; 
}

.brand-col:first-child::before {
    position: absolute;
    content: "";
    width: 0px !important;
    height: 100%;
    left: 0;
    background-color: #eee;
}

.footer-top {
    padding: 4.8rem 0 0.8rem;
    border-bottom: 1px solid #eee;
}

.post-meta {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #999999;
    font-size: 1.4rem;
    font-weight: 600;
    font-family: Montserrat, sans-serif;
    line-height: 1.7;
    margin-bottom: 0.3rem;
}

.post .btn {
    font-weight: 400;
    text-transform: none;
}

.post-title {
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 1.4;
    letter-spacing: -0.025em;
    margin-bottom: 1.3rem;
}

.testimonial {
    font-family: Montserrat, sans-serif;
    padding: 0 3rem 1rem;
}

.clearfix::after {
    content: "";
    display: table;
    clear: both;
}
.category-classic .category-content {
    left: 0;
    right: 0;
    bottom: -0.5rem;
    overflow: hidden;
    text-align: center;
}

.category-ellipse:hover .category-media {
    border-width: 8px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.category-ellipse .category-media {
    border-radius: 50%;
    overflow: hidden;
    border: none !important;
    -webkit-transition: border-width 0.1s, -webkit-box-shadow 0.1s;
    transition: border-width 0.1s, -webkit-box-shadow 0.1s;
    transition: box-shadow 0.1s, border-width 0.1s;
    transition: box-shadow 0.1s, border-width 0.1s, -webkit-box-shadow 0.1s;
}
.slider-new {
    min-height:520px;
    object-fit:initial !important;
}

/* typical phone screen resolution */
@media only screen and (max-width : 667px) {
    .slider-new {
        min-height: 520px;
        object-fit: cover !important;
    }
}
/* landscape orientation */
@media only screen and (min-width : 375px) and (max-width : 667px) and (orientation : landscape) {
}
/* portrait orientation */
@media only screen and (min-width : 375px) and (max-width : 667px) and (orientation : portrait) {
}

.p-0 {
    padding: 0 !important;
}
.product-img {
    max-width: 250px;
    overflow: hidden;
}

.pagination .prev, .pagination .next {
    height: 4rem;
    min-width: 3rem;
    padding: 1.2rem;
    line-height: 1;
    text-align: center;
    letter-spacing: 0;
}

.icon-box-side .icon-box-content p {
    line-height: 1.5;
}

.footer-top .widget-title {
    padding: 0 0 0.6rem 0;
    margin-bottom: 2rem;
    font-family: inherit;
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.5;
    text-transform: uppercase;
    color: #333;
    border: none;
    cursor: text;
}

.header-top {
    background: #f5f6f8;
    font-size: 1.3rem;
    letter-spacing: -0.027em;
    text-transform: capitalize;
}

.toolbox select {
    max-width: none;
    width: 21.4rem;
    padding: 0.75em 2.7rem 0.75em 1.4rem;
    border-radius: 0.3rem;
    cursor: pointer;
    border: 1px solid #d7d7d7;
}

.header-search.hs-expanded input.form-control {
    color: #666;
    border-right: none;
    border-left: 2px solid #336699;
}

.order-summary .payment-methods {
    padding-top: 2.5rem;
     border-bottom: none; 
}

.image-container {
    width: 100%;
    height: 300px;
}

.image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

