@charset "UTF-8";

/*----------------------------------------*/
/*  1.1 Theme Default
/*----------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Medula+One&display=swap');
.tp-product-tab-2 .nav-tabs .nav-link .tp-product-tab-tooltip, .tp-tab-line, .tp-swiper-dot .swiper-pagination-bullet, .tp-swiper-dot-border .swiper-pagination-bullet, .tp-swiper-scrollbar, .back-to-top-wrapper, a,
button,
p,
input,
select,
textarea,
li,
.transition-3 {
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.tp-hotspot svg, .tp-pagination ul li a svg, .tp-pagination ul li span svg, .tp-swiper-arrow button svg, .tp-theme-toggle-main span svg {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}

/* transform */
.tp-product-tab-2 .nav-tabs .nav-link:not(:first-child)::after {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

:root {
  /**
  @font family declaration
  */
  --tp-ff-body: "Lato", sans-serif;
  --tp-ff-heading: "Lato", sans-serif;
  --tp-ff-p: "Lato", sans-serif;
  --tp-ff-fontawesome: "Font Awesome 6 Pro";
  /**
  @color declaration
  */
  --tp-common-white: #fff;
  --tp-common-black: #16171a;
  --tp-grey-1: #F5F7FA;
  --tp-text-body: #615F5F;
  --tp-theme-1: #052E62;
  --tp-theme-2: #EE5E21;
  --tp-theme-3: #001C40;

  --tp-border-1: #f0f0f0;

}

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl, article.status-publish .entry-content, .comments-area, .nav-links, .content-area  {
    max-width: 1340px;
  }
}

@media (max-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl, article.status-publish .entry-content, .comments-area, .nav-links, .content-area  {
    max-width: 1140px;
  }
}

.container-fluid {width: 95%; margin: auto;}
.custom-container-1 {
  max-width: 1700px;
}

.custom-container-2 {
  max-width: 1250px;
}

.custom-container-3 {
  max-width: 1530px;
}

.custom-container-4 {
  max-width: 1410px;
}

.custom-container-5 {
  max-width: 1630px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/*---------------------------------
	typography css start 
---------------------------------*/
body {
  font-family: var(--tp-ff-body);
  font-size: 14px;
  font-weight: normal;
  color: var(--tp-text-body);
  line-height: 26px;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--tp-ff-heading);
  color: var(--tp-common-black);
  margin-top: 0px;
  font-weight: 700;
  line-height: 1.1;
  -webkit-transition: color 0.3s 0s ease-out;
  -moz-transition: color 0.3s 0s ease-out;
  -ms-transition: color 0.3s 0s ease-out;
  -o-transition: color 0.3s 0s ease-out;
  transition: color 0.3s 0s ease-out;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

ul {
  margin: 0px;
  padding: 0px;
}
ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
p {
  font-family: var(--tp-ff-body);
  color: var(--tp-text-body);
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 15px;
}

img {
  max-width: 100%;
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
}

a,
button {
  color: inherit;
  outline: none;
  border: none;
  background: transparent;
}

button:hover {
  cursor: pointer;
}

button:focus {
  outline: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.border1 {border-bottom:1px solid #DEDEDE;}


.padding-bottom {padding-bottom:10px;}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
input[type=url],
textarea {
  outline: none;
  background-color: #f5f5f8;
  height: 60px;
  width: 100%;
  line-height: 60px;
  font-size: 16px;
  color: var(--tp-common-black);
  padding-left: 25px;
  padding-right: 25px;
  resize: none;
  border: 1px solid transparent;
}
input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #727272;
}
input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=url]::-moz-placeholder,
textarea::-moz-placeholder { /* Firefox 19+ */
  color: #727272;
}
input[type=text]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=url]:-moz-placeholder,
textarea:-moz-placeholder { /* Firefox 4-18 */
  color: #727272;
}
input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
textarea:-ms-input-placeholder { /* IE 10+  Edge*/
  color: #727272;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=number]::placeholder,
input[type=password]::placeholder,
input[type=url]::placeholder,
textarea::placeholder { /* MODERN BROWSER */
  color: #727272;
}
[dir=rtl] input[type=text],
[dir=rtl] input[type=email],
[dir=rtl] input[type=tel],
[dir=rtl] input[type=number],
[dir=rtl] input[type=password],
[dir=rtl] input[type=url],
[dir=rtl] textarea {
  text-align: right;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=url]:focus,
textarea:focus {
  border-color: var(--tp-theme-1);
}
input[type=text]:focus::placeholder,
input[type=email]:focus::placeholder,
input[type=tel]:focus::placeholder,
input[type=number]:focus::placeholder,
input[type=password]:focus::placeholder,
input[type=url]:focus::placeholder,
textarea:focus::placeholder {
  opacity: 0;
}

textarea {
  line-height: 1.4;
  padding-top: 17px;
  padding-bottom: 17px;
}

input[type=color] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: 0;
  cursor: pointer;
  height: 100%;
  width: 100%;
  padding: 0;
  border-radius: 50%;
}

*::-moz-selection {
  background: var(--tp-common-black);
  color: var(--tp-common-white);
  text-shadow: none;
}

::-moz-selection {
  background: var(--tp-common-black);
  color: var(--tp-common-white);
  text-shadow: none;
}

::selection {
  background: var(--tp-common-black);
  color: var(--tp-common-white);
  text-shadow: none;
}

*::-moz-placeholder {
  color: var(--tp-common-black);
  font-size: 14px;
  opacity: 1;
}

*::placeholder {
  color: var(--tp-common-black);
  font-size: 14px;
  opacity: 1;
}


/* header top */

.header-top {background-color: var(--tp-theme-2); color: var(--tp-common-white); font-size: 12px;}
.header-top a:hover {color:  var(--tp-theme-1);}










/* Navbar Background */
.custom-navbar {
  background-color:  var(--tp-common-white);
}


.navbar {
    background: var(--tp-common-white);
    padding: 15px 0;
}
.navbar-brand img {width: 100px;}
.nav-link {
    color: var(--tp-theme-1);
    font-weight: bold;
    margin: 0 12px;
    font-size:16px;
}
.nav-link:hover {
    color: var(--tp-theme-2);
}
.nav-link.active {
    color: var(--tp-theme-2)!important;
}

.cart-btn {
    background: var(--tp-theme-2);
    color: var(--tp-common-white);
    border-radius: 8px;
    padding: 8px 18px;
    font-weight: bold;
    font-size: 16px;
}
.navbar i.bi-heart {color: var(--tp-theme-2);}
.cart-btn:hover {
    background: var(--tp-theme-2);
    color: var(--tp-common-white);
}

/* Offcanvas Right Menu */
.offcanvas {
    width: 280px;
}

.offcanvas .nav-link {
    margin: 10px 0;
    font-size: 16px;
}
a.wishlist {font-weight: bold;}
a:hover.wishlist {color:var(--tp-theme-2);}


@media (max-width: 768px) {
    .navbar-brand img {
    width: 60px;
     }
    .navbar {padding: 0;}
}




/* hero section */
.hero-slider-section {
    background: #F3F8FF;
    background: linear-gradient(179deg,rgba(243, 248, 255, 1) 0%, rgba(202, 225, 255, 1) 50%);
    padding:60px 0;
    position: relative;


}
.hero-slider-img {
    background-image: url("../images/banner-bg.png");
    background-position: right bottom;
    background-repeat:  no-repeat;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 515px;
    width: 930px;
}
.hero-slider-section .hero-content h1 {
    font-size: 72px;
    font-weight: 700;
    font-family: "Medula One"; 
    font-weight: normal; 
    color:var(--tp-theme-1);
}
.hero-slider-section .hero-content h1 span {
    color: var(--tp-theme-2);
}

.hero-slider-section .hero-content p {
    color: #6c757d;
    font-size:18px;
    margin-top: 15px;
}

.hero-slider-section .btn-shop {
    background: var(--tp-theme-2);
    color: #fff;
    padding: 10px 25px;
    border-radius: 5px;
    margin-top: 20px;
}

.hero-slider-section .btn-shop:hover {
    background: var(--tp-theme-1);
    color: #fff;
}

.hero-slider-section .owl-nav button {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    background: #fff !important;
    border-radius: 50% !important;
    width: 40px;
    height: 40px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}

.hero-slider-section .owl-nav .owl-prev {
    left: -20px;
}

.hero-slider-section .owl-nav .owl-next {
    right: -20px;
}
.hero-slider-section .owl-carousel .owl-item img{
    display: block;
    width: auto!important;
}
.hero-slider-section .owl-nav button.owl-next , .hero-slider .owl-nav button.owl-prev  {
    border:1px solid var(--tp-theme-1)!important;
    color:var(--tp-theme-1)!important;
    background-color: inherit!important;
}
.hero-slider-section .owl-nav span {
    font-size: 36px;
    line-height: 30px;

}
@media (max-width: 768px) {
   .hero-slider .hero-content {
        text-align: center;
        margin-top: 30px;
    }

   .hero-slider .hero-content h1 {
        font-size: 48px;
    }
.woocommerce a.added_to_cart {
    padding: 7px;
    display: inline-block;
    border-radius: 4px;
    margin-right: 5px;
}
.is-mobile table.wc-block-cart-items .wc-block-cart-items__row { display:block!important; padding:10px!important;}
.wc-block-cart-item__image {width:100%!important;}
.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering
 {
    float: left;
}
}





/* category section */
.category-section {
    padding: 60px 0;
}

/* Heading */
.section-title {
    font-weight: 700;
    font-size: 36px;
    text-align: center;
    margin-bottom: 40px;
}

.section-title span {
    color: var(--tp-theme-2);
}

/* Card */
.category-card {
    border-radius: 10px;
    padding: 20px;
    color: #fff;
    position: relative;
    overflow: hidden;
    height: 100%;
    transition: 0.3s ease;
}

.category-card:hover {
    transform: translateY(-5px);
}

/* Left Card Color */
.bg-orange {
    background: var(--tp-theme-2);
}

/* Right Card Color */
.bg-navy {
    background: var(--tp-theme-1);
}



/* Text */
.category-section .category-card h4 {
    font-weight: 700;
    margin-bottom: 15px;
    color: var(--tp-common-white);
}
.category-section h2, .services h2 {font-family: "Medula One"; font-weight: normal; font-size:48px; color: var(--tp-theme-1);}
.category-section h2 span, .services h2 span {color: var(--tp-theme-2);}
.category-card p {
color: var(--tp-common-white);
}

/* Button */
.category-section .btn-shop {
    background: #fff;
    color: var(--tp-theme-2);
    font-weight: 600;
    padding: 8px 18px;
    border-radius: 6px;
    border: none;
    margin-top: 15px;
}

.category-section .bg-navy .btn-shop {
    color: var(--tp-theme-1);
}

.category-section .btn-shop:hover {
    background: #000;
    color: #fff;
}

/* Responsive */
@media (max-width:1400px) {
.category-section .category-card img {
max-width: 100%;
}
}


@media (max-width: 767px) {
    .category-section .category-card img {
        position: relative;
        display: block;
        margin: 20px auto 0;
        max-width: 90%;
    }
    
    .category-section .category-card p {
        max-width: 100%;
    }
    .category-card {
    padding: 0 20px 50px 20px;
    }
   
}

.sub-category {margin-bottom: 100px;}
.sub-category .category-card {
    border-radius: 12px;
    padding: 20px;
    height: 100%;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.sub-category .category-card h4 {
    font-weight: 600;
    color: #1f2d3d;

}

.sub-category .shop-btn {
    background:  var(--tp-theme-2);
    color: #fff;
    border: none;
    padding: 8px 18px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    transition: 0.3s ease;
}
.right-align {
    width: 40%;
    text-align: left;
}
.sub-category .shop-btn:hover {
    background:  var(--tp-theme-2);
}

.sub-category .category-img {
    max-width: 100%;
    height: auto;
}

/* Background Colors */
.sub-category .bg-eiffel { background: #f3ecdf; }
.sub-category .bg-cars { background: #d9e6f2; }
.sub-category .bg-machinery { background: #f4ded6; }

.sub-category .bg-cars h4, .sub-category .bg-machinery h4 {margin-bottom: 60px;}

@media (max-width: 991px) {
    .sub-category .img-left,
    .sub-category .img-right {
        position: relative;
        transform: none;
        left: auto;
        right: auto;
        bottom: auto;
        margin-top: 20px;
    }
}
@media (max-width: 776px) {
 .sub-category .bg-cars h4, .sub-category .bg-machinery h4 {
    margin-bottom: 0;
}
.sub-category .shop-btn {padding: 8px 10px;}
.contact-form {padding:10px;}
}


/* Services start */
.services {background-color: #E6EFFB; padding: 100px 0;}



.services .section-title span {
    color: #ff5722;
}
.services .product-card {text-align: center;}
.services .product-card .image-block{
background: #fff;
    border-radius: 10px;
    text-align: center;
    transition: 0.3s;
    padding: 10px 10px 0 10px;
    margin-bottom: 0;
    height: 300px;
}

.services .product-card .image-block:hover {
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.services .product-card img {
    object-fit: contain;
    margin-bottom: 15px;
    height: 250px;
}

.services .product-title {
    font-size: 16px;
    font-weight: 600;
    min-height: 40px;
    color:var(--tp-theme-1);
}

.services .price {
    color: var(--tp-theme-2);
    font-weight: 700;
    margin-top: 5px;
}

.services .view-btn {
    background: var(--tp-theme-1);
    color: #fff;
    padding: 10px 25px;
    border-radius: 6px;
    text-decoration: none;
    display: inline-block;
    margin-top: 25px;
}

.services .view-btn:hover {
    background: var(--tp-theme-2);
    color: #fff;
}

.services .owl-nav button {
    position: absolute;
    top: 35%;
    transform: translateY(-50%);
    background: #fff !important;
    width: 40px;
    height: 40px;
    border-radius: 50% !important;
    box-shadow: 0 5px 15px rgba(0,0,0,0.15);
}

.services .owl-nav .owl-prev {
    left: -60px;
    
}

.services .owl-nav .owl-next {
    right: -60px;
}
.services .owl-nav button.owl-next , .services .owl-nav button.owl-prev  {
    border: 2px solid var(--tp-theme-1)!important;
    color:var(--tp-theme-1)!important;
    background-color: inherit!important;
}

.services .owl-nav span {
    font-size: 36px;
    line-height: 30px;

}

.services .card-hover {
    position: relative;
    overflow: hidden;
    border: none;
    transition: 0.4s ease;
    background: inherit;
}
.services .card-hover img {
    transition: 0.4s ease;
}

.services .card-hover:hover img {
    transform: scale(1.1);
}

.services .icon-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    opacity: 0;
    transition: 0.4s ease;
}

.services .card-hover:hover .icon-overlay {
    opacity: 1;
}

.services .icon-overlay a {
    width: 45px;
    height: 45px;
    background:var(--tp-theme-1);
    color: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transition: 0.3s ease;
    text-decoration: none;
    color:#fff;
}

.services .icon-overlay a:hover {
    background: var(--tp-theme-2);
    color: #fff;
}

@media (max-width: 776px) {
.services,.category-section {
    padding: 40px 0;
}
.sub-category {
    margin-bottom:60px;
}
.category-section h2, .services h2 {
    font-size: 38px;
}
}



/* footer start */
.footer-section {
  background-color:  var(--tp-theme-1);
  color: #ffffff;
  padding: 60px 0 0;
}

.footer-logo {
  max-width: 160px;
}

.footer-title {
  font-size:24px;
  font-weight: 600;
  margin-bottom: 20px;
  position: relative;
  font-family: "Medula One";
  color: #ffffff;
  font-weight: 500;
}

.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom:5px;
  border-bottom: 1px solid #375881;
  padding-bottom:5px;
}

.footer-links a {
  text-decoration: none;
  color: #d6e4f0;
  font-size: 14px;
  transition: 0.3s;
}

.footer-links a:hover {
  color: #ffffff;
  padding-left: 5px;
}

.footer-text {
  font-size: 14px;
  color: #d6e4f0;
  line-height: 1.6;
}

.footer-bottom {
  background-color:  var(--tp-theme-3);
  padding: 15px 0;
  margin-top: 40px;
  font-size: 13px;
}
.footer-bottom p {color: #8F9BAB;}
.footer-bottom a {text-decoration: underline;}
.brand-name {
  color: #8F9BAB;
  font-weight: 500;
}

/* hero section */

.about-hero{
    background:#e9eff6;
    padding:20px 0;
}

.about-hero h1, .section-title h2, .contact-form h4{
    font-family: "Medula One";
    font-weight: normal!important;
    font-size: 60px;
    color: var(--tp-theme-1);
}

.section-title h2, .contact-form h4 {font-size:48px;}

.about-hero span, .section-title h2 span, .contact-form h4 span {
    color:#f15a24;
}

.btn-theme{
    background:#f15a24;
    color:white;
    border:none;
}

.btn-theme:hover{
    background:#d94e1f;
}

/* about section */

.section-title{
    text-align:center;
    margin-bottom:50px;
}

.section-title h2{
    color:#123a63;
    font-weight:700;
}

.section-title span{
    color:#f15a24;
}

/* feature */

.feature-box{
    padding:30px;
    border-radius:8px;
    background:#f7f7f7;
    text-align:center;
    transition:.3s;
}

.feature-box:hover{
    transform:translateY(-5px);
}

/* team */

.team-card img{
    border-radius:8px;
}


/* Header Banner */

.contact-banner{
    background:#0d3b66;
    color:white;
    padding:70px 0;
    text-align:center;
}

.contact-banner h1{
    font-weight:700;
}

.contact-banner span{
    color:#ff6b00;
}

/* Contact Cards */

.contact-card{
    border:none;
    border-radius:10px;
    text-align:center;
    padding:25px;
    transition:0.3s;
}

.contact-card:hover{
    transform:translateY(-5px);
    box-shadow:0 8px 25px rgba(0,0,0,0.1);
}

.icon-circle{
    width:60px;
    height:60px;
    background:#ff6b00;
    color:white;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:24px;
    margin:auto;
    margin-bottom:15px;
}

/* Form */

.contact-form{
    background:white;
    padding:40px;
    border-radius:10px;
    box-shadow:0 10px 30px rgba(0,0,0,0.05);
}

.btn-theme{
    background:#ff6b00;
    color:white;
    border:none;
}

.btn-theme:hover{
    background:#e55f00;
}




article.status-publish .entry-content, header.entry-header h1, .comments-area, .nav-links, .content-area {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-right: auto;
  margin-left: auto;
}

 
article.status-publish header.entry-header, .top-section {background-color: #e9eff6; padding: 50px; margin-bottom:50px;}

article.status-publish header.entry-header h1, .related h2, .comment-reply-title, .top-section h2 {
  font-family: "Medula One";
  font-weight: normal !important;
  font-size: 60px;
  color: var(--tp-theme-1);
}

.orderby {border:none; padding: 10px; background-color: #eee;}
.woocommerce .woocommerce-result-count {
  color: #f15a24;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  background-color: #fff;
  border: 1px solid #eee;
  padding: 10px;
}
.woocommerce ul.products li.product img, .woocommerce-page ul.products li.product img {padding: 20px; margin: auto!important; height: 300px !important;}
h2.woocommerce-loop-product__title { font-size: 18px!important;}

.woocommerce-Price-amount {color: #f15a24!important; font-size: 18px!important; font-weight: bold;}
.woocommerce ul.products li.product .button {background-color: var(--tp-theme-1); margin-right: 10px; color:#fff;}
.ti-wishlist-btn i {color:#f15a24!important;}
.woocommerce-product-gallery__image {
  border: 1px solid #eee;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.single_add_to_cart_button {background: var(--tp-theme-1)!important; height: 50px;}

.summary .product_meta .sku_wrapper {color:var(--tp-theme-1)!important; font-weight: bold; margin-right: 20px;}
.summary .product_meta .sku_wrapper span {color:#f15a24!important;}
.summary .posted_in {color:var(--tp-theme-1)!important; font-weight: bold; margin-right: 20px;}
.summary .posted_in a {color:#f15a24!important;}
#tab-description, .woocommerce-Reviews {background-color: #eee; padding: 40px;}
#tab-description h2, .woocommerce #reviews #comments h2, .comment-reply-title {font-family: "Lato"; font-size: 18px; font-weight:bolder!important; margin-bottom: 20px; color:#f15a24!important; padding-bottom: 10px; border-bottom: 1px solid #ccc; display: block;}
.woocommerce div.product .woocommerce-tabs ul.tabs {margin-bottom: 0!important;}
h2.woocommerce-loop-product__title {font-family: "Lato", sans-serif;}

.post-navigation .nav-links {
  display: flex;
  justify-content: space-between;
}

.post-navigation .nav-previous a, .post-navigation .nav-next a { display: flex;}
.post-navigation .nav-next .meta-nav {order:2;}
.form-submit .submit, .wc-block-components-button, .xoo-el-login-btn, .xoo-el-register-btn {background-color:#f15a24!important; border:none; color:#fff!important; padding: 10px; border-radius: 6px;}
.wc-block-components-button:hover {color:#fff;}
.nav-previous .meta-nav{font-weight: bold; margin-right: 20px; color:var(--tp-theme-1)!important;}
.nav-next .meta-nav{font-weight: bold; margin-left: 20px; color:var(--tp-theme-1)!important;}
.wc-block-components-address-form input, .wc-block-components-address-form select {background-color: #eee!important; border: none!important;}
.price, .wc-block-formatted-money-amount, .wc-block-formatted-money-amount {color:#f15a24!important; font-size: 20px; font-weight: bold;}
.wc-block-components-checkout-return-to-cart-button {color:var(--tp-theme-1)!important; font-weight: bold;}
.xoo-el-form-container ul.xoo-el-tabs li.xoo-el-active {
  background-color: var(--tp-theme-1)!important;
  color: #ffffff;
}
 .xoo-el-login-btn, .xoo-el-register-btn {margin-bottom:60px!important;}
 .entry-content form {background-color: #fff;
  padding: 30px;
  margin-bottom: 60px;
  border: 1px solid #eee;}
 .entry-content .btn-success {background-color: var(--tp-theme-1)!important; color:#fff; border:none;}
  .entry-content .btn-danger {background-color:#f15a24!important; color:#fff; border:none;}
  form.woocommerce-ordering, form.cart, form.xoo-el-action-form  {border: none; padding: 0; margin: 0;}


  .wpf_slider.ui-slider .ui-widget-header {
    background: #f15a24 !important;
}

.shop-filter-sidebar {display: none;}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
  background-color: #fff;
}

.woocommerce div.product .product_title, h2.woocommerce-loop-product__title {color:var(--tp-theme-1)!important;}


 @media (max-width:1600px) {
.woocommerce ul.products li.product img, .woocommerce-page ul.products li.product img {
    height: 230px !important;
    width: 100% !important;
}
.container, .container-lg, .container-md, .container-sm, .container-xl, article.status-publish .entry-content, header.entry-header h1, .comments-area, .nav-links, .content-area {
        width: 95%;
        max-width: 100%;
    }
    article.status-publish header.entry-header, .top-section {
    padding: 50px 0;
}
.top-section .container .container  {width: 100%; max-width: 100%;}
.services .owl-nav .owl-prev {
    left: -40px;
}
.services .owl-nav .owl-next {
    right: -40px;
}
.entry-header {text-align: center;}
 }


 @media (max-width: 991px) {
.woocommerce ul.products li.product img, .woocommerce-page ul.products li.product img {
  height: 280px!important;
}
article.status-publish header.entry-header h1, .related h2, .comment-reply-title {
  font-size: 40px;
  }
article.status-publish header.entry-header {
  padding: 20px;
  margin-bottom: 20px;
}
h2.woocommerce-loop-product__title {
  font-size: 14px !important;
  height: 40px;
}
article.status-publish header.entry-header, .top-section{
        padding: 20px 0;
        margin-bottom: 10px;
    }
article.status-publish header.entry-header h1, .related h2, .comment-reply-title, .top-section h2 {
    font-size: 40px;
}
.sub-category .category-card h4 {
    margin-bottom: 10px !important;
    font: 20px; 
}
}

  @media (max-width: 776px) {
.footer-logo {
    max-width: 100px;
}
#tab-description h2 {
  font-size: 14px;
}
.services .owl-nav button.owl-next, .services .owl-nav button.owl-prev {display: none;}
.category-section .category-card h4 {font-size: 20px;}
.about-hero h1, .section-title h2, .contact-form h4 {
    font-size: 50px;
}
.entry-summary h1.entry-title, .comment-reply-title {font-size: 20px;}
.entry-content form {width: 100%!important; margin-left: 0!important; padding: 10px!important; }
.entry-content .btn-success, .entry-content .btn-danger {
  padding: 2px 5px;
  margin-bottom: 10px;
}

#tab-description, .woocommerce-Reviews {
    background-color: #eee;
    padding: 20px;
}
.entry-content form table td, .entry-content form table th {padding-right: 10px; font-size: 12px;}
.entry-content form table th:first-child {
  width: 80px;
}
  }

@media (max-width:575px) {
.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
width: 100%;
}
.woocommerce ul.products li.product img, .woocommerce-page ul.products li.product img {
        height: auto !important;
  }

}


/*.wpf_items_wrapper.wpf_layout_vertical {*/
/*    display: none;*/
/*}*/
 
/* 07-04-2026 */
.wpf_items_wrapper.wpf_layout_vertical{
  /* background-color: #e9eff6; */
    /* padding: 18px; */
}
.wpf_item input[type=checkbox]{
  border-radius: 4px !important;
}
.wpf_item_name{
  background-color:#053060;
  margin: 0 !important;
  padding: 18px;
  font-size: 16px !important;
  color: #fff;
}
.wpf_items_grouped .wpf_grouped_label::after {
  right: 20px!important;
  top: 20px!important;
}
.wpf_hierachy{
  background-color: #e9eff6;
  padding: 22px 13px !important;
}
.wpf_product_cat_18 label, .wpf_product_cat_19 label {
  font-size: 18px;
  font-weight: 900;
  color: #06325e;
}
.wpf_submenu.wpf_level_2 li>label{
  font-size: 17px;
  color: #06325e;
  font-weight: 600;
}
.wpf_submenu.wpf_level_2 li ul li>label{
  font-size: 15px;
  color: #06325ed6;
  font-weight: 600;
}
.wpf_item{
  padding: 0 !important;
}
.woocommerce .woocommerce-result-count{
     background-color: #e9eff6;
    padding: 6px 14px;
    color: #06325e;
    font-size: 17px;
}
.woocommerce .woocommerce-ordering select{
        background-color: #e9eff6;
    padding: 6px 14px;
    color: #06325e;
    font-size: 17px;
}
.woocommerce ul.products li.product .button {
    background-color: var(--tp-theme-1);
    margin-right: 10px;
    color: #fff;
    padding: 12px 17px;
    font-size: 17px;
}
.ti-wishlist-btn i{
      font-size: 17px;
    color: #fff !important;
    font-weight: 900;
}
.ti-wishlist-btn{
      background-color: #ed5c2c;
    padding: 6px 10px;
    border-radius: 4px;
}
.woocommerce nav.woocommerce-pagination ul{
    background-color: #053060;
    color: #fff;
    padding: 3px;
}
.woocommerce-product-details__short-description{
  background-color: #e9eff6;
    padding: 16px;
    margin-bottom: 17px;
}
.product_meta{
  background-color: #e9eff6;
  margin-top: 20px;
  padding: 15px;
}
.woocommerce .quantity .qty{
  margin-right: 12px;
}
.product-detail-form .ti-wishlist-btn{
    display: none;
}
.product-detail-form .cart .ti-wishlist-btn{
  display: block;
}
.product-detail-form .cart{
  display: flex;
}
.product-detail-form .cart .wishlist-right-side{
  margin-left: 15px;
}
.product-detail-form .cart .ti-wishlist-btn {
    background-color: #ed5c2c;
    padding: 6px 15px;
    border-radius: 4px;
}
.product-detail-form .cart .ti-wishlist-btn i{
  font-size: 20px;
}
.woocommerce-breadcrumb {
  /* display: inline-block; */
  background-color: #e9eff6;
  padding: 13px 22px !important;
  font-size: 17px !important;
  color:#ed5c2c !important;
}
.woocommerce-breadcrumb a{
  color: #053060 !important;
}
.product-card .ti-wishlist-btn {
  background-color:unset;
}
.woocommerce-message {
    border-top-color: #ed5c2c;
    background-color: #e9eff6
}
.woocommerce-message::before {
    content: "\e015";
    color: #053060;
}
.woocommerce-message a{
  background-color: #053060 !important;
    color: #fff !important;
}
.woocommerce-message {
    border-top-color: #ed5c2c;
    font-size: 17px;
}
.woocommerce-message:focus-visible{
  border: unset;
}
.wc-block-cart-items__row{
  background-color: #e9eff6;
}
.wc-block-cart-items.wp-block-woocommerce-cart-line-items-block{
      background-color: #f0582e !important;
}
.wc-block-cart-items.wp-block-woocommerce-cart-line-items-block thead tr th{
  padding: 15px;
  color: #fff;
}
.wc-block-cart .wp-block-woocommerce-cart-order-summary-block {
  background-color: #e9eff6;
  padding: 23px;
}
.wc-block-components-button__text{
  font-size: 20px;
}
.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input{
      height: 36px;
}
.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button{
      font-size: 1.9em;
}
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity{
  flex-direction: row;
  align-items: center;
}
.wc-block-components-quantity-selector{
 margin-bottom: 0 !important;
}
.wc-block-cart-item__remove-link{
  background-color: #f0582e !important;
  padding: 10px 20px !important;
  border-radius: 5px !important;
  font-size: 18px !important;
  color: #fff !important;
  text-decoration: none !important;
  margin-left: 12px !important;
}

.wpf_item_count{
      background: #ed5c2c !important;
      color: #fff !important;
}

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
  height: 36px!important;
  width: 100%!important;
}
.wc-block-cart-item__remove-link svg {margin-top: -12px;}
.edit-post-visual-editor .wc-block-checkout__shipping-method-option.wc-block-checkout__shipping-method-option--selected, .wc-block-checkout__shipping-method-option.wc-block-checkout__shipping-method-option--selected
 {
    background: #f15a24;
    border: 2px solid #f15a24;
    color: #fff;
}

.entry-content .woocommerce {
  display: flex;
  margin-bottom: 50px;
}

nav.woocommerce-MyAccount-navigation {
  width: 25%;
  margin-right: 5%;
  background: var(--tp-theme-2);
  padding:20px;
}

nav.woocommerce-MyAccount-navigation li {padding-bottom: 10px; margin-bottom: 10px; border-bottom:1px solid #FE7B43;}
nav.woocommerce-MyAccount-navigation li a {color: #fff;}
.woocommerce-MyAccount-content {width: 70%;}

.woocommerce form .form-row .input-text, .woocommerce form .form-row select {
  background-color: #eee;
  border: 1px solid #eee;
}

  legend, .woocommerce-Address-title h2 {
    font-size: 2.5rem;
    font-family: "Medula One";
    font-weight: normal !important;
    color: var(--tp-theme-1);
    margin-top: 40px;
  }
  .woocommerce-Address-title h2 {margin-top: 0;}
  .woocommerce-Button, .wc-forward {background: var(--tp-theme-1)!important; color:#fff!important;}

  .woocommerce-Address {background-color: #eee; padding: 20px;}
  .woocommerce-Address a {color:#f15a24;}