@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;600;700;800&display=swap");
:root {
    --tp-ff-body: 'Roboto', sans-serif;
    --tp-ff-heading: 'Roboto', sans-serif;
    --tp-ff-p: 'Roboto', sans-serif;
    --tp-ff-jost: 'Roboto', sans-serif;
    --tp-ff-roboto: 'Roboto', sans-serif;
    --tp-ff-oregano: 'Oregano', cursive;
    --tp-ff-charm: 'Charm', cursive;
    /* --tp-theme-primary: #0989FF; */
}
.tp-header-contact-content p {
    font-size: 17px;
}
.tp-header-contact-content h5 {
    font-size: 18px;
    margin-bottom: 6px;
}
.main-menu.menu-style-1 > nav > ul > li > a {
    font-size: 17px;
}
.tp-header-sticky-area .main-menu.menu-style-1 > nav > ul > li > a {
    padding: 12px 0;
}
.tp-footer-desc {
    font-size: 15px;
}
.tp-footer-widget-content ul li a {
    font-size: 15px;
}
.tp-footer-bottom-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
}
.tp-blog-content p {
    font-size: 15px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;

}
.tp-blog-content .tp-blog-title {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}
.tp-blog-grid-content .tp-blog-grid-title{
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}
.tp-blog-grid-content p{
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}
.tp-product-category-thumb a {
    overflow: hidden;
}
.tp-product-category-thumb img{
    width: 180px;
    height: 180px;
    object-fit: cover;
}
.tp-product-content {
    padding: 10px 10px 10px;
    text-align: center;
}
.tp-product-price {
    font-size: 16px;
    margin-bottom: 0px;
    color:red;
}
.tp-product-price.old-price {
    font-size: 14px;
}
.tp-product-gadget-categories .tp-product-gadget-thumb img{
    width: 240px;
}
img, svg {
    max-width: 100%;
}
.border-radius-8px{
    border-radius: 8px;
}
.tp-slider-height-3 {
    min-height: 600px;
    background-size: cover;
}
/* .tp-header-bottom-border {
    box-shadow: 0px 4px 10px rgba(3, 4, 28, 0.1);
} */
.tp-product-details-nav-main-thumb img{
    width: 100%;
}
.tp-product-details-wrapper-style2 .tp-product-details-title {
    line-height: 1.2;
}
.tp-product-details-wrapper > p {
    line-height: 1;
}
.tp-product-details-price.old-price {
    font-size: 20px !important;
    margin-right: 10px;
}
.tp-product-details-price.new-price {
    color: red;
}
p {
    font-size: 15px;
    line-height: 21px;
}
.tp-sidebar-wrapper {
    top: 70px;
}
.tp-blog-grid-content {
    padding: 0 20px 20px;
}
.tp-blog-grid-title {
    font-size: 21px;
}
.img-blog-category{
    height: 260px;
    object-fit: cover;
}
.tp-postbox-details-title {
    font-size: 40px;
}
.tp-sidebar-blog-thumb img {
    width: 120px;
    height: 70px;
    margin-right: 0px;
    border-radius: 5px;
}
.tp-sidebar-blog-thumb {
    margin-right: 15px;
    width: 30%;
    
}
main .tp-sidebar-blog-title {
    font-size: 15px;
}
.tp-sidebar-blog-item-wrapper {
    padding: 20px 20px;
    border-radius: 8px;
}
.tp-sidebar-blog-item:not(:last-child) {
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.tp-sidebar-blog-content{
    width: 70%;
}
.tp-theme-settings-area{
    display: none;
}
.text-truncate {
    white-space: normal;
}
.tp-footer-top {
    padding-bottom: 0px;
    padding-top: 50px;
}
.tp-sidebar-blog-thumb img {
    max-width: 100% !important;
}
main .tp-blog-grid-title {
    font-size: 21px;
}
.breadcrumb__title {
    font-size: 35px;
}
.tp-product-details-desc-wrapper {
    padding-top: 20px;
}
.tp-product-details-bottom {
    padding-bottom: 20px;
}
.tp-category-menu nav ul li img {
    width: 20px;
}
.text-contact-product{
    color:red;
    font-weight: 500;
    font-size: 21px;
}
@media (max-width: 767px) {
    .tp-product-arrival-border {
        padding-left: 0px;
    }
    .tp-product-category-thumb a {
        height: 170px;
        width: 170px;
    }
    main .tp-product-category-title {
        font-size: 16px;
    }
 }

  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-slider-height-3 {
      min-height: 550px;
      background-size: cover;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-slider-height-3 {
      min-height: 550px;
      background-size: cover;
    }
  }
  @media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tp-slider-height-3 {
      min-height: 250px;
      background-size: cover;
    }
  }
  