@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700;800&family=Play:wght@400;700&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: #0f168b !important;
    --tp-theme-second: #55a6ff !important;

    --tp-orange-1: #dd1818;
    --tp-pink-3: #FF296A;
}
img, svg {
    vertical-align: middle;
    max-width: 100%;
}
.tp-brand-item img {
    width: 100%;
    opacity: 1;
}
.heading-divider {
    display: inline-block;
    position: relative;
    border-bottom: 3px solid #ffa500;
    width: 90px;
    height: 2px;
    margin-bottom: 10px;
}
.tp-brand-area {
    background-image: linear-gradient(to right, rgb(15, 22, 139), rgb(82, 166, 255));
}
.tp-brand-item {
    border-radius: 10px;
}

.tp-product-gadget-categories {
    border: 3px solid #e9c107;
    border-radius: 8px;
    padding: 37px 40px;
}
.tp-header-main {
    padding-top: 10px;
    padding-bottom: 10px;
}
.tp-category-menu nav ul li {
    padding: 0 20px;
}
.tp-product-category-title {
    font-size: 18px;
    font-family: 'play';
    font-weight: 600;
}
.tp-product-content {
    text-align: center;
}
.tp-product-price {
    color:red;
    font-size: 18px;
    font-family: 'play';
    font-weight: 600;
}
.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;
}
.tp-product-category-thumb{
    padding-top: 10px;
}
.tp-product-category-thumb a {
    overflow: hidden;
    display: inline-block;
    box-shadow: 0 0 15px 2px #036fe259;
}
.tp-product-category-thumb img{
    width: 180px;
    height: 180px;
    object-fit: cover;
}
.tp-product-content {
    padding: 15px 15px 15px;
}
.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%;
    
}
.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;
}
.tp-postbox-details-content p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 10px;
}
.tp-header-main-right{
    display: flex;
}
.clamp-2 {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}
.clamp-3 {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}
.img-banner img{
    border-radius: 10px;
}
.tp-category-slider-arrow button.tp-ads-slider-button-next{
    left: auto;
    right: 0;
    transform: translate(50%, -50%);
    
}
.section-product-tab .section-cate-product{
    border-radius: 0px 0px 15px 15px;
}
.tp-link-btn-readmore{
    color: #2a83e9;
    font-size: 15px;
    font-weight: 500;
}
.main-menu>nav>ul>li{
    margin-inline-end: 0px;
}
.main-menu.menu-style-3.menu-style-4>nav>ul>li>a{
    font-weight: 600;

}
.main-menu.menu-style-3>nav>ul>li>a{
    padding: 17px 10px;
}
.main-menu.menu-style-3.menu-style-4>nav>ul>li:hover{
    background: #0157a8;
}
.main-menu.menu-style-3.menu-style-4>nav>ul>li:hover a{
    color: white !important;
}
.main-menu>nav>ul>li>.tp-submenu li>.tp-submenu {
    background-color: var(--tp-common-white);
    display: block;
    left: 110%;
    min-width: 200px;
    opacity: 0;
    padding-bottom: 10px;
    padding-top: 10px;
    position: absolute;
    top: 0;
    transition: all .3sease-out 0s;
}
.main-menu>nav>ul>li>.tp-submenu li>.tp-submenu {
    left: 100%;
    /* visibility: hidden */
}
.main-menu>nav>ul>li>.tp-submenu li>.tp-submenu li {
    list-style: none;
    padding: 0 20px;
    width: 250px;
    position: relative;
}
.main-menu>nav>ul>li>.tp-submenu li:hover>.tp-submenu {
    left: 100%;
    opacity: 1;
    visibility: visible
}
/* .main-menu>nav>ul>li>.tp-submenu li a:hover{
    color: var(--tp-theme-primary) !important;
} */
.main-menu>nav>ul>li>.tp-submenu li.has-dropdown>a:after {
    color: var(--tp-common-black);
    content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M6 9l6 6l6 -6" /></svg>');
    display: inline-block;
    margin-inline-start:5px;position: absolute;
    right: 0;
    transform: translateY(0) rotate(-90deg)
}
.tp-slider-active-3 .swiper-wrapper .tp-slider-item-3 .include-bg{
    width: 100%; transition: 3s linear; transform: scale(1.08);
 }
 .tp-slider-active-3 .swiper-wrapper .tp-slider-item-3.swiper-slide-active .include-bg{
    transform: scale(1);
}
.product-category{
 position: absolute;
  bottom: 0;
  left: 13.8%;
  width: 73.2%;
  z-index: 9;
  font-size: 0;
}
.tp-title-categrory-product h3{
 text-transform: uppercase;
  font-size: 18px;
  color: #e60012;
  line-height: 1.3;
}
.tp-featured-item-3.box-category{
 padding: 20px 40px 20px;
 background: #fffffff4;
 border: 1px solid #bbb;
}
.tp-featured-item-3.box-category:hover{
 transition: 0.5s linear;
 -moz-transform:translateY(-20px);  
 -webkit-transform:translateY(-20px); 
 -o-transform:translateY(-20px); 
 -ms-transform:translateY(-20px); 
 transform:translateY(-20px);
}

.icon-box.s3 {
 padding: 25px 10px;
 margin-bottom: 10px;
 position: relative;
 border-radius: 15px;
 -webkit-border-radius: 15px;
 -moz-border-radius: 15px;
 box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
 -webkit-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
 -moz-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
 background: linear-gradient(to left, #47c9e3, #0157a8);
 -webkit-transition: all 350ms cubic-bezier(0.37, 0, 0.63, 1);
 transition: all 350ms cubic-bezier(0.37, 0, 0.63, 1);
  
}
.icon-box.s3:hover{
-webkit-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0);
}

.icon-box.s3 .icon-main {
 background: #ffffff;
  width: 100px;
  height: 100px;
  line-height: 70px;
  text-align: center;
  color: #fff;
  display: inline-block;
  margin-bottom: 25px;
  transition: all 0.5sease;
  -webkit-transition: all 0.5sease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.icon-box.s3 .icon-main img{
 max-width: 90px;
 margin-top: 5px;
}
.icon-box.s3 .content-box .title-featured{
 font-size: 18px;
 color: white;
 font-weight: 600;
}
.icon-box.s3 .content-box .content-featured {
 color: white;
}
/* .tp-product-arrival-arrow{
    top: 50%;
} */
.tp-swiper-arrow button.tp-arrival-slider-button-next{
    right: 0px;
}
.tp-product-arrival-arrow.tp-swiper-arrow button{
 position: absolute;
 top: 50%;
 transform: translate(0%, -50%);
 width: 40px;
 height: 40px;
 line-height: 40px;
 text-align: center;
 background: #e18928;
 box-shadow: 0px 2px 3px rgba(1, 15, 28, 0.14);
 z-index: 1;
 color: white;
}
.tp-swiper-arrow button.tp-arrival-slider-button-prev, .tp-swiper-arrow button.tp-arrival-slider-button-next{
 background: #e60012;
}
.tp-swiper-arrow button.tp-arrival-slider-button-prev{
left: 0px;
}
/* .tp-swiper-arrow button.tp-arrival-slider-button-next{
right: 0px;
} */
.tp-product-arrival-slider{
    position: relative;
}
.mt-10px{
    margin-top: 10px;
}
.mt-15px{
    margin-top: 15px;
}
.mt-20px{
    margin-top: 20px;
}
.mt-25px{
    margin-top: 25px;
}
.mt-30px{
    margin-top: 30px;
}

.mb-10px{
    margin-bottom: 10px;
}
.mb-15px{
    margin-bottom: 15px;
}
.mb-20px{
    margin-bottom: 20px;
}
.mb-25px{
    margin-bottom: 25px;
}
.mb-30px{
    margin-bottom: 30px;
}

.pt-10px{
    padding-top: 10px;
}
.pt-15px{
    padding-top: 15px;
}
.pt-20px{
    padding-top: 20px;
}
.pt-25px{
    padding-top: 25px;
}
.pt-30px{
    padding-top: 30px;
}

.pb-10px{
    padding-bottom: 10px;
}
.pb-15px{
    padding-bottom: 15px;
}
.pb-20px{
    padding-bottom: 20px;
}
.pb-25px{
    padding-bottom: 25px;
}
.pb-30px{
    padding-bottom: 30px;
}
.twm-blog-post-wrap-right {
    margin-left: 30px;
}
    .twm-blog-post-wrap-right .twm-blog-post-1-outer {
      margin-top: 0
   }

.twm-blog-post-1-outer-wrap {
    padding-top: 20px
}

.twm-blog-post-1-outer-wrap .owl-carousel .owl-stage-outer {
    padding: 0
}

.twm-blog-post-1-outer-wrap .owl-carousel .twm-blog-post-1-outer {
    border: 1px solid #f7f7f7;
    /* box-shadow: none; */
    margin-left: 10px
}

.twm-blog-post-1-outer {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 25px rgba(180, 205, 237, .7);
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 13px 20px;
}

.twm-blog-post-1-outer.shadow-none {
    box-shadow: none
}

.twm-blog-post-1-outer .wt-post-media {
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(56,152,226,.3);
    margin-bottom: 50px;
    margin-top: -40px;
    overflow: hidden
}

.twm-blog-post-1-outer .wt-post-media img {
    width: 100%
}

.twm-blog-post-1-outer .wt-post-info {
    position: relative;
    z-index: 1
}

.twm-blog-post-1-outer .wt-post-info .wt-post-meta {
    margin-bottom: 15px;
    position: relative
}

.twm-blog-post-1-outer .wt-post-info .wt-post-meta ul {
    list-style: none;
    margin-bottom: 0
}

.twm-blog-post-1-outer .wt-post-info .wt-post-meta ul li {
    display: inline-block;
    position: relative;
    z-index: 1
}

.twm-blog-post-1-outer .wt-post-info .wt-post-meta ul li.post-date {
    background-color: #7a98bf;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    color: #fff;
    font-size: 14px;
    line-height: 28px;
    margin-right: 10px;
    padding: 5px 15px 5px 0;
    position: relative;
    z-index: 1
}

.twm-blog-post-1-outer .wt-post-info .wt-post-meta ul li.post-date:after {
    background-color: #7a98bf;
    bottom: 0;
    content: "";
    left: -30px;
    position: absolute;
    top: 0;
    width: 30px;
    z-index: -1
}

.twm-blog-post-1-outer .wt-post-info .wt-post-meta ul li.post-date:before {
    border-left: 9px solid transparent;
    border-right: 0 solid transparent;
    border-top: 8px solid #6881a2;
    bottom: -8px;
    content: "";
    height: 0;
    left: -29px;
    position: absolute;
    width: 0;
    z-index: -1
}

.twm-blog-post-1-outer .wt-post-info .wt-post-meta ul li.post-author {
    color: #17171d;
    font-weight: 600
}

.twm-blog-post-1-outer .wt-post-info .wt-post-meta ul li.post-author a {
    color: var(--primary-color);
    display: inline-block
}

.twm-blog-post-1-outer .wt-post-info .wt-post-title .post-title {
    margin-bottom: 10px;
    font-size: 22px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}

.twm-blog-post-1-outer .wt-post-info .wt-post-text p {
    font-size: 15px;
    margin-bottom: 5px
}
         .twm-blog-post-2-outer {
    position: relative
}

.twm-blog-post-2-outer .wt-post-media {
    border-radius: 10px;
    overflow: hidden
}

.twm-blog-post-2-outer .wt-post-media img {
    width: 100%
}

.twm-blog-post-2-outer .wt-post-info {
    background-color: #1967d2;
    border-radius: 10px;
    margin: -70px 10px 0;
    padding: 25px 30px;
    position: relative
}

.twm-blog-post-2-outer .wt-post-info .wt-post-meta {
    margin-bottom: 20px;
    position: relative
}

.twm-blog-post-2-outer .wt-post-info .wt-post-meta ul {
    list-style: none;
    margin-bottom: 0
}

.twm-blog-post-2-outer .wt-post-info .wt-post-meta ul li {
    display: inline-block;
    position: relative;
    z-index: 1
}

.twm-blog-post-2-outer .wt-post-info .wt-post-meta ul li.post-date {
    background-color: #171d28;
    border-radius: 10px;
    color: #fff;
    font-size: 14px;
    left: 0;
    line-height: 28px;
    padding: 5px 30px;
    position: absolute;
    top: -48px;
    z-index: 1
}

.twm-blog-post-2-outer .wt-post-info .wt-post-title .post-title {
    margin-bottom: 15px
}

.twm-blog-post-2-outer .wt-post-info .wt-post-title .post-title a {
    color: #fff
}

.twm-blog-post-2-outer .wt-post-info .site-button-link.site-text-secondry {
    color: #f9fcff
}

.twm-blog-list-style {
    display: flex;
    margin-bottom: 60px;
    position: relative
}
.site-button-link {
    color: #1967d2;
    font-size: 14px;
    font-weight: 500;
    overflow: hidden;
    position: relative;
    transition: all .5sease;
    z-index: 1;
}
.tp-product-gadget-categories-list {
    margin-bottom: 0px;
}
.tp-product-gadget-categories-title {
    margin-bottom: 10px;
}
.tp-section-title {
    font-size: 27px;
}
.tp-banner-height {
    min-height: 225px;
}
.tp-footer-widget-title {
    font-weight: 700;
    font-size: 22px;
    color: var(--tp-common-black);
    margin-bottom: 5px;
    text-transform: capitalize;
    font-family: play;

}
.heading-divider {
    display: inline-block;
    position: relative;
    border-bottom: 3px solid #ffa500;
    width: 90px;
    height: 2px;
    margin-bottom: 10px;
    
}
.tp-brand-item img{
    opacity: 1;
}
.breadcrumb__title {
    font-size: 34px;
    margin-bottom: 10px;
    color: black;
    font-family: 'play';
    font-weight: 600;
}
.tp-blog-grid-title{
    font-family: 'play';
    font-weight: 600;
}
.tp-postbox-details-title{
    font-family: 'play';
    font-weight: 600;
}
.tp-sidebar-blog-title{
    font-family: 'play';
    font-weight: 600;
}
.tp-about-content p {
    margin-bottom: 10px;
}
/* custom 2 */
.tp-header-search-2 button {
    font-size: 24px;
    inset-inline-end: 0px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: var(--tp-theme-primary);
    height: 46px;
    width: 45px;
    color: white;
}
.tp-header-contact-content{
    color: black;
}
.tp-header-bottom{
    /* background-color: var(--tp-theme-primary) !important; */
    background-image: linear-gradient(to right, rgb(15, 22, 139), rgb(82, 166, 255));
}
.tp-category-menu-btn {
    background-color: rgb(187 156 13);
    font-family: play;
    font-weight: 600;
    font-size: 16px;
}
.main-menu.menu-style-1 > nav > ul > li > a {
    color: white;
    font-family: 'Play';
    font-weight: 600;
    font-size: 18px;
}
.main-menu.menu-style-1>nav>ul>li:hover>a{
    color: black;
}
.tp-header-sticky-area.header-sticky-2{
    background-image: linear-gradient(to left, #e18928, rgb(233, 193, 7))
}
.main-menu > nav > ul > li.has-dropdown > a::after{
    color: white;
}
.tp-slider-thumb-3{
    max-height: 600px;
}
.tp-slider-height-3 {
    min-height: 600px;
}
/* custom new */
.tp-product-arrival-border::after{
    display: none;
}

.tp-section-title svg{
    display: none;
}
.tp-product-content {
    padding: 10px 10px 5px;
    /* height: 62px; */
}
main .tp-product-title {
    font-size: 18px;
    margin-bottom: 4px;
    font-family: 'Play';
    font-weight: 600;
}
.heading-divider:after {
    content: '';
    position: absolute;
    left: 0;
    top: -1px;
    height: 6px;
    width: 15px;
    border-radius: 0;
    background-color: white;
    -webkit-animation: heading-move 5s infinite linear;
    animation: heading-move 5s infinite linear;
}
@-webkit-keyframes heading-move {
    0% {
        transform: translateX(-1px)
    }

    50% {
        transform: translateX(75px)
    }

    100% {
        transform: translateX(-1px)
    }
}

@keyframes heading-move {
    0% {
        transform: translateX(-1px)
    }

    50% {
        transform: translateX(75px)
    }

    100% {
        transform: translateX(-1px)
    }
}
.tp-section-title {
    font-size: 22px;
    line-height: 27px;
    color: white;
    clip-path: polygon(0 0, 80% 0, 100% 100%, 0% 100%);
    background: rgb(233, 193, 7);
    padding: 10px;
    margin-bottom: 0px;
    text-shadow: 2px 1px 1px #ff0000;
    text-transform: capitalize;
    font-family: play;
}
.tp-product-arrival-border{
    background-color: transparent;
    position: static;
}
.tp-btn-2{
    background: transparent;
    padding: 9px 20px 10px;
}
.bg-title-product{
    background: linear-gradient(to left, #f27f00, rgb(233, 193, 7));
    margin-left: 0px;
    margin-right: 0px;
    box-shadow: 0px 4px 10px rgba(1, 15, 28, 0.14);
}
.tp-swiper-arrow button {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 20px;
    text-align: center;
    background-color: transparent;
    border: 1px solid white;
    margin-bottom: 5px;
    color: white;
}
.tp-sidebar-widget-title{
    background: linear-gradient(to right, #0f168b, #52a6ff);
    padding: 10px;
    color: white;
    box-shadow: 0px 4px 10px rgba(1, 15, 28, 0.14);
    font-size: 18px;
    text-transform: uppercase;
    text-shadow: 2px 1px 1px #ff0000;
    font-weight: 600;
    font-family: play;
    
}
.title-sidebar{
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: flex;
    /* width: 100%; */
}
.line-center {
    background: #E0E2E3;
    border-radius: 8px;
    height: 4px;
    margin-right: 10px;
    width: 24px;
}
.tp-sidebar-about {
    padding: 20px 20px 20px;
    text-align: center;
    border: 1px solid #E0E2E3;
    border-radius: 8px;
    box-shadow: 0px 4px 10px rgba(1, 15, 28, 0.14);
    font-family: play;
}
.tp-btn {
    display: inline-block;
    font-family: var(--tp-ff-jost);
    font-weight: 400;
    font-size: 15px;
    padding: 4px 15px;
    color: var(--tp-common-white);
    border: 1px solid #f27f00;
    border-radius: 20px;
    font-family: play;
}
.tp-link-btn{
    padding: 9px 20px 10px !important;
}

.tp-sidebar-about-title {
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Play';
}
.tp-sidebar-about-content p {
    font-size: 15px;
    line-height: 1.4;
    text-align: justify;
}
@keyframes pulsee{ 
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.15);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
.tp-header-main-right{
    /* background: #e9c107; */
    background-image: linear-gradient(to right, #e7963d, rgb(254 217 49));
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(1, 15, 28, 0.14);
    justify-content: center !important;
    -webkit-animation-name: pulsee;
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}
.tp-header-contact-icon svg{
    color: white;
}
.tp-header-contact-content h5{
    color:black;
    font-family: play;
    font-weight: 600;
}
.tp-sidebar-blog-item-wrapper{
    box-shadow: 0px 4px 10px rgba(1, 15, 28, 0.14);
}
.text-support p{
    margin-bottom: 5px;
}
.tp-brand-item{
    /* margin-right: 10px; */
    border-radius: 10px;
}
.tp-feature-title{
    margin-bottom: 5px;
    font-size: 18px;
    text-transform: capitalize;
    font-family: play;
}
.tp-header-contact-content p{
    font-family: play;
    font-weight: 600;
}
.tp-category-slider-arrow button {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: var(--tp-theme-primary);
    box-shadow: 0px 2px 3px rgba(1, 15, 28, 0.14);
    z-index: 1;
    color: white;
}
.tp-category-slider-arrow button.tp-category-slider-button-next {
    left: auto;
    right: 0;
    -webkit-transform: translate(50%, -50%);
    -moz-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    -o-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}
.tp-product-details-thumb-style2 .nav-tabs .nav-link{
    padding: 5px;
}
.tp-product-details-thumb-style2 .nav-tabs .nav-link:not(:last-child) {
    margin-right: -2px;
}
.text-contact p {
    color: white;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Play';
}
.tp-section-title-6 {
    font-size: 32px;
    font-weight: 600;
    position: relative;
    z-index: 1;
    font-family: 'Play';
}
.border-radius-10px{
    border-radius: 10px;
}
.back-to-top-btn{
    background: linear-gradient(to right, #f27f00, rgb(233, 193, 7));
}

.mask_img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .4);
    opacity: 0;
}
.mask_img i {
    color: #fff;
    font-style: normal;
    text-transform: uppercase;
    font-size: 10px;
    width: 100px;
    height: 24px;
    line-height: 24px;
    margin: auto;
    text-align: center;
    border: 1px solid #fff;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition-duration: 250ms;
    transition-timing-function: ease-out;
}
a:hover .mask_img {
    opacity: 1;
}
.tp-product-details-tab-nav .nav-tabs {
    padding-bottom: 8px;
    border-bottom: 1px solid #acb1b4;
}
.tp-product-details-tab-nav .nav-tabs .nav-link.active, .tp-product-details-tab-nav .nav-tabs .nav-link:hover {
    color: #e18928;
}
.tp-product-details-tab-nav .nav-tabs .nav-link {
    font-size: 23px;
    font-weight: 600;
    font-family: 'Play';
}
.tp-product-details-tab-line {
    height: 3px;
    bottom: -2px;
    background-color: rgb(233, 193, 7);
}
tbody, td, tfoot, th, thead, tr {
    border-color: inherit;
    border-style: solid;
    border-width: 1px;
    padding: 4px;
}
.tp-section-title-2 {
    font-weight: 600;
    font-size: 40px;
    /* font-family: 'Play';
    background-image: linear-gradient(to left, #e18928, rgb(233, 193, 7));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
}
.alt-font{
    font-family: 'Play';
}
.alt-gradient-color{
    background-image: linear-gradient(to right, #0f168b, #52a6ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.tp-testimonial-rating-3 span{
    color: #ebd20f;
}
.tp-testimonial-content-3 p {
    font-size: 16px;
    line-height: 1.3;
}
.tp-testimonial-item-3 {
    padding: 30px 60px 30px 40px;
    border-radius: 8px;
}

.tp-product-details-add-to-cart-btn {
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(1, 15, 28, 0.14);
    font-family: 'Play';
    font-weight: 600;
    font-size: 20px;
    background-image: linear-gradient(to right, #f27f00, rgb(233, 193, 7));
    -webkit-animation-name: pulsee;
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    width: 60%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.tp-product-details-wrapper-style2{
    margin-left: 30px;
}
.tp-product-details-wrapper-style2 .tp-product-details-title{
    font-size: 32px;
}
.fw-400{
    font-weight: 400;
}
.fw-500{
    font-weight: 500;
}
.fw-600{
    font-weight: 600;
}
.mb-0px{
    margin-bottom: 0px !important;
}
.intro-product-detail p{
    margin-bottom: 10px;
}
.main-menu > nav > ul > li > .tp-submenu{
    min-width: 250px;
}
.main-menu.menu-style-2 > nav > ul > li > a{
    font-weight: 600;
}
.main-menu.menu-style-2 > nav > ul > li:hover > a{
    color: white;
}
.main-menu > nav > ul > li.has-dropdown > a:hover::after{
    color: white;
}
.main-menu > nav > ul > li > a{
    font-size: 17px;
}
.tp-product-category-thumb a{
    background-color: white;
    background-image: none;
}
.tp-swiper-arrow button.tp-arrival-slider-button-prev, .tp-swiper-arrow button.tp-arrival-slider-button-next {
    background: var(--tp-theme-primary);
}
.twm-blog-post-2-outer .wt-post-info{
    background: #015db1;
}
.twm-blog-post-1-outer .wt-post-info .wt-post-meta ul li.post-date{
    background: var(--tp-theme-second);
}
.twm-blog-post-1-outer .wt-post-info .wt-post-meta ul li.post-date:before{
    border-top: 8px solid var(--tp-theme-second);
}
.twm-blog-post-1-outer .wt-post-info .wt-post-meta ul li.post-date:after{
    background: var(--tp-theme-second);
}
.tp-footer-widget-content ul li a {
    padding-left: 0px;
}
.tp-testimonial-user-3-title {
    font-size: 16px !important;
}

.tp-product-categories-slider-arrow button {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: var(--tp-theme-primary);
    box-shadow: 0px 2px 3px rgba(1, 15, 28, 0.14);
    z-index: 1;
    color: white;
}
.tp-product-categories-slider-arrow button.tp-product-categories-slider-button-next {
    left: auto;
    right: 0;
    -webkit-transform: translate(50%, -50%);
    -moz-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    -o-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}
.tp-footer-area {
    background-color: transparent;
}
.fs-17{
    font-size: 17px;
}
.footer-col-1 {
    padding-right: 50px;
}
main .tp-feature-title {
    font-size: 18px;
}
.main-menu.menu-style-3.menu-style-4>nav>ul>li .tp-submenu li a, .main-menu.menu-style-3.menu-style-4>nav>ul>li .tp-submenu li.has-dropdown>a:after {
    color: var(--tp-common-black) !important;
}
.ps-block__header .h1{
    font-family: 'play';
    font-weight: 600;
}
.text-truncate {
    white-space: normal;
}

main .tp-blog-grid-title {
    font-size: 23px;
}
.tp-footer-widget {
    margin-bottom: 40px;
}
.tp-footer-top {
    padding-bottom: 0px;
}
#carouselExampleControls .carousel-inner .carousel-item img{
    width: 100%; 
    transition: 5s linear; 
    transform: scale(1.08);
}
#carouselExampleControls .carousel-inner .carousel-item.active img{
    transform: scale(1);
}
#carouselExampleControls .carousel-inner .carousel-item .img-slider-home{
height: 500px;
object-fit: cover;
}
.logo {
    margin: 0px 0;
}
.tp-blog-grid-content .tp-blog-grid-btn a, .tp-blog-grid-content .tp-blog-grid-title a {
    color: black;
}
.tp-postbox-details-main-wrapper {
    padding-right: 30px;
}
.tp-product-badge span{
    padding: 4px 8px 4px;
}
.tp-blog-grid-content p {
    font-size: 15px;
    margin-bottom: 10px;
}
.tp-link-btn-3 {
    font-size: 15px;
}
.contact-form-group label.form-label{
    font-weight: 600;
    color: black;
    font-family: 'Play';
    font-size: 18px;
}
input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], textarea{
    height: 45px;
    line-height: 45px;
    border-radius: 5px;
}
.bb-product-gallery-images .slick-slide img{
    height: 400px;
    object-fit: contain;
}
.tp-product-details-description span{
    color: black;
}
.tp-product-item .m-img img{
    height: 225px;
    object-fit: contain;
}


.tp-postbox-related-title {
    font-size: 34px !important;
    font-family: 'Play';
}





/* Theme default*/
.tp-postbox-details-category{
    display: none;
}

.tp-blog-grid-meta{
    display: none;
}
.tp-shop-top-filter{
    display: none;
}
.tp-shop-top-select.sort-by{
    display: none;
}
.tp-blog-grid-top{
    display: none !important;
}
.number-items-available{
    display: none;
}
.tp-product-details-action-sm{
    display: none;
}
.tp-product-details-social{
    display: none;
}
.tp-product-details-sticky-actions{
    display: none;
}
span.product-sale{
    display: none;
}
#productTab .nav-item #list-tab{
    display: none;
}


@media (max-width: 767px) {
    .tp-product-arrival-border {
        padding-left: 0px;
    }
    .tp-product-categories-slider-arrow button{
        left: 23px;
    }
    .tp-product-categories-slider-arrow button.tp-product-categories-slider-button-next{
        right: 22px;
    }
    #carouselExampleControls .carousel-inner .carousel-item .img-slider-home{
        height: 190px;
    }
    .tp-footer-area {
        margin-bottom: 0px;
    }
        .tp-about-content {
        margin-bottom: 30px;
    }
        .tp-about-wrapper {
        margin-top: 20px;
    }
    main .tp-section-title-2 {
        font-size: 36px;
    }
    .twm-blog-post-wrap-right {
        margin-left: 0px;
    }
    .twm-blog-post-2-outer{
        margin-bottom: 20px;
    }
    .breadcrumb__title {
        font-size: 26px;
    }
    .ps-block__header .h1 {
        font-size: 27px;
    }
    .tp-product-item .m-img img{
        height: 190px;
        width: 100%;
    }
 }
 @media (max-width: 991px) {
    .tp-header-main-right{
        display: none;
    }
    
 }

  @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;
    }
  }

@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-footer-copyright {
        text-align: center;
    }
    .tp-footer-payment{
        text-align: center;
    }
    .tp-footer-copyright {
        margin-bottom: 0px;
    }
    .tp-about-content p br {
        display: block;
    }
}