/*
Theme Name: Hello Elementor Child
Theme URI: https://example.com/hello-elementor-child
Description: Child theme for Hello Elementor
Author: Your Name
Author URI: https://example.com
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/

/* Add your custom styles below this line */

/********************* Old style from constructo-child theme Start *******************/

#attribute_pa_color_wrapper {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  background: #fff;
  min-width: 185px;
}

.wpcf7-form-control-wrap input[type="text"] {
  border: 1px solid #000;
  border-radius: 0;
  display: inline-block;
  margin-top: 8px;
}

.wpcf7 p {
  color: #000;tab
  font-weight: 500;
}

.faux-select {
  list-style-type: none;
  padding: 0 0;
  background: buttonface;
  color: inherit;
  text-align: left;
  border-bottom: 2px solid #eee;
  cursor: pointer;
  width: 100%;
  display: inline-block;
  position: relative;
  background-color: #fff;
  min-width: 220px;
}

.faux-select .faux-select-li span,
.faux-select .selected-option-label a span {
  padding: 0 9px;
  margin: 0 5px;
}

.faux-select li ul .faux-select-li:not(:first-child) span,
.faux-select li span a span {
  border: 1px solid #eee;
}

.faux-select:before {
  font-family: FontAwesome;
  content: "\f078";
  position: absolute;
  top: 8px;
  right: 1em;
  color: #000000;
}

.faux-select li.selected-option {
  padding: 7.2px 25.2px;
  position: relative;
}

.faux-select li.selected-option .selected-option-label a {
  color: #333;
  font-weight: 500;
}

.faux-select li {
  padding: 0;
  position: relative;
}

/* .faux-select li .options {
    display: block;
    list-style-type: none;
    padding: 0;
    margin: 0.4em 0 0 0;
    background: transparent;
    position: absolute;
    width: 100%;
    max-height: 0px;
    overflow: hidden;
    top: 1.2em;
    transition: all ease 0.25s;
} */

.faux-select li .options {
  display: block;
  list-style-type: none;
  padding: 0;
  margin: 0.4em 0 0 0;
  background: transparent;
  position: absolute;
  width: 100%;
  max-height: 0px;
  overflow: hidden;
  top: 2.5em;
  transition: all ease 0.25s;
}

.faux-select li .options .faux-select-li a {
  color: #333;
}

.faux-select li .options li {
  padding: 0.4em 1.4em;
}

.faux-select li .options li:hover {
  background: #eee;
}

.faux-select li .options li:last-of-type {
  border-bottom: 0;
}

/* .faux-select li .options.open {
    background: buttonface;
    max-height: 1000%;
    border: 1px solid #eee;
    border-top: 1px solid transparent;
    z-index: 2;
    background-color: #ffffff;
    overflow-y: auto;
} */

.faux-select li .options.open {
  background: buttonface;
  max-height: 1000%;
  box-shadow: 0px 3px 12px #b4b4b4;
  border-top: 1px solid transparent;
  z-index: 2;
  background-color: #ffffff;
  overflow-y: auto;
  transition: display .4s ease-in-out;
}

.faux-select li .options .default-selector {
  display: none;
}

.faux-select.open:before {
  content: "\f077";
}
.options span {
  margin-left: 22px;
}
.pa_material ul li a {
  border: 1px solid #eee;
  color: #203e52;
  background-color: #fff;
  opacity: 0.55;
  min-width: 49px;
  height: 49px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  padding: 5px;
}

.pa_cap-style ul li {
  display: inline;
}

.pa_cap-style .att-list li a.active img,
.pa_cap-style .att-list li a img {
  border: 2px solid #ffffff;
  background-color: #fff;
}

.pa_material .att-list li a.active,
.pa_material .att-list li a:hover,
.pa_cap-style .att-list li a.active img,
.pa_cap-style .att-list li a:hover img {
  border: 2px solid #141414;
  background-color: white;
}

#attribute_pa_cap-style_wrapper ul.list-unstyled.att-list li a.active:after {
  background: rgba(0, 0, 0, 1); /* solid black */
}

.faux-select-li a.disabled {
  color: #949494 !important;
}

.att-wrapper .att-list li a.disabled img {
  background-color: #949494 !important;
  border-color: #949494 !important;
}

.pa_material .att-list li a.disabled:hover,
.pa_cap-style .att-list li a.disabled:hover img {
  border: 2px solid #949494 !important;
}

/* Core css from old site*/
.hidden {
  display: none !important;
  visibility: hidden !important;
}

/* 3 steel css from old site*/
#attribute_pa_cap-style_wrapper ul.list-unstyled.att-list li {
  position: relative;
  display: inline-block;
  margin: 0 2px;
}

#attribute_pa_cap-style_wrapper ul.list-unstyled.att-list li a {
  height: 100%;
}

#attribute_pa_cap-style_wrapper ul.list-unstyled.att-list li a:after {
  position: absolute;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  text-align: center;
  font-size: 13px;
  bottom: -11px;
  padding: 5px;
  line-height: 1;
}

#attribute_pa_cap-style_wrapper a.flat:after {
  content: "Flat";
}

#attribute_pa_cap-style_wrapper a.dome:after {
  content: "Dome";
}

#attribute_pa_cap-style_wrapper a.revel:after {
  content: "Revel";
}

#attribute_pa_cap-style_wrapper a.slope:after {
  content: "Slope";
}

/*******************  Old style from constructo-child theme End  *********************/

html {
  margin-top: 0 !important;
}

.page-header {
  display: none;
}

/* Default header */
/* body .header-top {
    position: relative;
    top: 0;
    width: 100%;
    transform: translateY(0);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    will-change: transform;
} */

/* Sticky state */
/* body .header-top.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    transform: translateY(0);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
    z-index: 999;
} */

/* body .header-top.is-sticky {
    transform: translateY(0);
    animation: slideDown 0.4s ease forwards;
} */

/* @keyframes slideDown {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
} */

body .header-top.sticky-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  transition: position 0.3s ease;
}

.header-top {
  transition: all 0.9s ease-in-out;
}

body .header-top.sticky-header + .e-con-inner {
  padding-top: 102px;
}

.header-top i.ekit-menu-icon.icon.icon-menu-button-of-three-horizontal-lines {
  float: right;
}

.header-top .elementskit-submenu-panel .elementskit-submenu-indicator {
  rotate: -90deg;
}

span.cart_count_header {
  padding: 3px 9px;
}

.arrow-btn .elementskit-btn {
  width: 32px;
  height: 32px;
}

body a.a-dark {
  color: #323232;
}

.footer-menus ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.footer-menus a {
  font-size: 20px;
  font-weight: 400;
  font-family: "Jost";
}

.ekit-wid-con .elementskit-accordion .elementskit-card-body p {
  margin-bottom: 5px;
}

.faq-accord .ekit-wid-con ul {
  margin: 15px 0px 0px 20px;
}

.faq-accord .elementskit-card-body a {
  color: #c93156;
}

.faq-accord .elementskit-card-body a:hover {
  color: #fcb900;
}

body .contact-box .elementskit-infobox {
  overflow: visible;
}

.pgc-rev-tags-list-view {
  margin-bottom: 20px;
  column-gap: 15px;
}

body .pgc-rev-tags-list-item-view {
  padding: 8px 20px;
  background-color: transparent !important;
  border: 1px solid #323232;
  border-radius: 0;
  font-size: 18px;
}
body .pgc-rev-tags-list-item-view .pgc-rev-tags-list-item-title {
  color: #323232 !important;
}
body .pgc-rev-tags-list-item-view .pgc-rev-tags-list-item-title:hover {
  color: #fff !important;
}
body .pgc-rev-tags-list-item-view:hover {
  background-color: #fcb900 !important;
  border: 1px solid #fcb900;
}

body .pdf-btn .ekit-btn-wraper .elementskit-btn {
  justify-content: space-between !important;
  text-align: left;
  line-height: 1.2;
}

/************ POST-PAGE/ Blog Page ****************/
.blog_template.boxy-clean ul {
  display: flex;
  gap: 30px;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.blog_template.boxy-clean ul li{
  width : 100% !important;
}

body .e-con-inner .elementor-widget-sidebar{
  display: flex;
  flex-direction: column;
  gap: 30px;
}

body .e-con-inner .elementor-widget-sidebar nav ul{
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-left: 0px;
}

body .e-con-inner .elementor-widget-sidebar nav ul li{
  list-style: none;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}

body .e-con-inner .elementor-widget-sidebar nav ul li:last-child{
  border: none;
}

body .e-con-inner .elementor-widget-sidebar nav ul li a{
  color: #222;
  font-size: 17px;
}
body .e-con-inner .elementor-widget-sidebar nav ul li a:hover{
  color: #fcb900;
}

/* .blog_template.boxy-clean ul li.three_column {
  width: 31.5%;
  background-color: #f5f5f5;
  height: auto !important;
} */
.bdp_blog_template .blog_header h2 a span {
  font-size: 28px;
  line-height: 1;
  font-weight: 500;
  text-transform: capitalize;
}
.blog_template.boxy-clean .bd-more-next-line {
  text-align: left;
}
.bdp_blog_template .post_content {
  color: #323232;
}
/* .blog_template.boxy-clean .blog_wrap {
  padding: 30px;
} */
.blog_template.boxy-clean .post_content {
  color: #323232;
  line-height: 1.7;
}
.bdp_blog_template a.bd-more-tag {
  font-size: 18px;
  padding: 10px 20px;
  border-radius: 0px;
}
.blog_template.boxy-clean .bd-more-next-line {
  margin: 25px 0 15px;
}
.bdp_blog_template a.bd-more-tag {
  background-color: #fcb900 !important;
  color: #000 !important;
}
.bdp_blog_template a.bd-more-tag:hover {
  background-color: #dd3333 !important;
  color: #fff !important;
}
.bd_pagination_box.wl_pagination_box
  .paging-navigation
  ul.page-numbers
  li
  a.page-numbers {
  padding: 3px 12px;
  background-color: #323232;
  color: #fff;
  font-size: 18px !important;
}
.bd_pagination_box.wl_pagination_box
  .paging-navigation
  ul.page-numbers
  li
  a.page-numbers:hover {
  padding: 3px 12px;
  background-color: #fcb900;
  color: #000;
  font-size: 18px !important;
}
.bd_pagination_box.wl_pagination_box
  .paging-navigation
  ul.page-numbers
  li
  span.current {
  padding: 3px 12px;
  background-color: #fcb900;
  color: #000;
  font-size: 18px !important;
}
.bd_pagination_box.wl_pagination_box.boxy-clean {
  margin: 60px 0 0;
}

/* Blog Page */

.blog-section .e-con-inner .elementor-element .widget-search .widget-title{
  font-size: 24px;
  font-family: "Jost", Sans-serif;
  color: #222222;
  font-weight: 600;
}

.blog-section .e-con-inner .elementor-element .widget-search form{
  display: flex;
  align-items: center;
}

.blog-section .e-con-inner .elementor-element .widget-search form label input{
  outline-offset: 0px;
}

.blog-section .e-con-inner .elementor-element .widget-search form input.search-submit{
    font-size: 18px;
    outline: none;
    padding: 7px 30px;
    border: none;
    color: black;
    background-color: #fcb900;
    margin-left: 10px;
    display: inline-block;
}

.blog-section .e-con-inner .elementor-element .widget-search form input.search-submit:hover{
  background-color: black;
  color: #fcb900;
}

.blog_template.boxy-clean ul li{
  background:#eee;
  padding: 30px !important;
}

body.single-post main.post h2{
  margin: 30px 0 10px 0 !important;
}
body.single-post main a{
  color: #000 !important;
}
body.single-post main a:hover{
  color: #fcb900 !important;
}


/* Blog bollards page */
body main h2.entry-title {
  font-size: 28px;
}
body main h2.entry-title a {
  color: #111;
}

body.category-bollards-blog h2.entry-title a {
  font-size: 20px;
}

body.category-bollards-blog main .page-content {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

body.category-bollards-blog main .page-content article {
  width: calc(33.3% - 30px);
  border: 1px solid;
  padding: 20px;
}

body.single-post main h2 {
  font-size: 28px;
  margin: 0;
}

body.postid-27834 main .page-content {
  flex-direction: column;
}

body.postid-27834 main .page-content > li {
  margin-left: 30px;
}

body.single-post .page-header,
body.category .page-header {
  display: block;
}

body.single-post .page-header h1.entry-title,
body.category .page-header h1.entry-title {
  margin-inline: 0;
  color: #111;
  font-size: 48px;
}

/******** CSS For Each Blog Page (blog detail page css) ********/

body.single.single-post main nav.breadcrumb{
    margin-bottom: 50px;
    padding-bottom: 25px;
    border-bottom: 1px solid #ddd;
}

body.single.single-post main nav.breadcrumb a{
  color: #000 !important;
  font-weight: 700;
  transition: color .3s ease-in-out;
}
body.single.single-post main nav.breadcrumb a:hover{
  color: #fcb900 !important;
}

body.single.single-post main .page-header h1.entry-title{
    margin-top: 0px;
}

body.single.single-post main .blog-layout-wrapper{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

body.single.single-post main .blog-layout-wrapper .page-content{
    width: 70%;
}

body.single.single-post main .blog-layout-wrapper .blog-sidebar{
    width: 25%;
}

body.single.single-post main .blog-layout-wrapper .widget-search .widget-title{
  font-size: 24px;
  font-family: "Jost", Sans-serif;
  color: #222222;
  font-weight: 600;
}

body.single.single-post main .blog-layout-wrapper .blog-sidebar{
    display: flex;
    flex-direction: column;
    gap: 30px;
}

body.single.single-post main .blog-layout-wrapper .widget-search form.search-form{
  display: flex;
  align-items: center;
}

body.single.single-post main .blog-layout-wrapper .widget-search form label input{
  outline-offset: 0px;
}

body.single.single-post main .blog-layout-wrapper .widget-search form input.search-submit{
    font-size: 18px;
    outline: none;
    padding: 7px 30px;
    border: none;
    color: black;
    background-color: #fcb900;
    margin-left: 10px;
    display: inline-block;
}
body.single.single-post main .blog-layout-wrapper .widget-search form input.search-submit:hover{
  background-color: black;
  color: #fcb900;
}
body.single.single-post main .blog-layout-wrapper .blog-sidebar .widget-search ul{
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-left: 0px;
}
body.single.single-post main .blog-layout-wrapper .blog-sidebar .widget-search ul li{
    list-style: none;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}
body.single.single-post main .blog-layout-wrapper .blog-sidebar .widget-search ul li:last-child{
    border-bottom: none;
}
body.single.single-post main .blog-layout-wrapper .blog-sidebar .widget-search ul li a{
    color: #222;
    font-size: 17px;
}
body.single.single-post main .blog-layout-wrapper .blog-sidebar .widget-search ul li a:hover{
    color: #fcb900;
}
body.single.single-post main .blog-layout-wrapper .blog-sidebar .widget-search h2{
  margin: 30px 0 10px 0 !important;
}





/******** Search REsult Page css *********/

body.search-results .page-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

body.search-results .page-content article p,
body.search-results .page-content article > a {
  display: none;
}

body.search-results .page-content article {
  border-bottom: 1px solid #000;
}

body .pagination .nav-previous a,
body .pagination .nav-next a {
  color: #000;
}
body .pagination .nav-previous a:hover,
body .pagination .nav-next a:hover {
  color: #fcb900;
}
/************ POST-DETAIL-PAGE  ****************/
.category-bollards-blog {
  max-width: 100% !important;
  padding: 0;
  margin: 0 auto;
}
.category-bollards-blog .page-content > a,
strong {
  color: #323232 !important;
}

/************ PRODUCT-CSS  ****************/
.security-table {
  table-layout: fixed;
  width: 100%;
}

.security-table td {
  overflow: hidden;
}

.security-table td a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}



body:not([class*="elementor-page-"]) .site-main {
  max-width: 1320px !important;
  padding: 100px 0;
}
.woocommerce ul.products {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 35px;
  justify-content: flex-start;
  margin-bottom: 0;
}
.woocommerce ul.products li.product {
  padding: 30px;
  width: 23%;
  border: 1px solid #323232;
  text-align: center;
  margin: 0;
  display: flex;
  flex-direction: column;
}
.woocommerce ul.products::before {
  display: none;
}
.woocommerce ul.products li.product .button {
  margin-top: 10px;
  background: #fcb900;
  color: #000;
  font-weight: 400;
  text-transform: capitalize;
  font-size: 18px;
  border-radius: 0;
  padding: 14px 20px;
}
.woocommerce ul.products li.product .button:hover {
  background: #dd3333;
  color: #fff;
}
.woocommerce .woocommerce-ordering {
  margin: 0 0 50px;
}
.woocommerce-breadcrumb {
  color: #323232 !important;
  font-size: 20px !important;
}
.woocommerce-breadcrumb a {
  color: #323232 !important;
}
.woocommerce-breadcrumb a:hover {
  color: #fcb900 !important;
}
.term-description p {
  color: #323232;
}

/******************* CUSTOM CSS FOR CATEGORY PAGES *********************/

.archive header.woocommerce-products-header {
  margin-bottom: 80px;
}

.archive h1.woocommerce-products-header__title.page-title {
  padding-bottom: 30px;
}

.archive header.woocommerce-products-header h1 {
  border-bottom: 1px solid #000;
  margin: 0;
  line-height: 1;
}

.archive a.btn.btn-md.addtocartbutton {
  background: #323232;
  padding: 10px 40px;
  font-size: 18px;
  font-weight: 400;
  margin-top: auto;
}

.archive ul.products li {
  display: flex;
  flex-direction: column;
}

/* css for set sub category pages */

.archive h2.h2-Subheading {
  font-size: 38px;
}
.archive h3.area-heading {
  font-size: 32px;
}

/**************** CUSTOM CSS FOR PRODUCTS ************************/

body:not([class*="elementor-page-"]) main.site-main {
  max-width: 1320px !important;
  padding: 50px 0 100px 0;
}

.single-product main .upsells h2 {
  font-size: 38px;
}

.single-product main .upsells {
  padding-top: 100px;
}

.single-product .woocommerce-products-header {
  padding-bottom: 30px;
  border-bottom: 1px solid #333333;
}

.single-product main .product form .quantity input.qty {
  border-radius: 0;
  min-height: 50px;
  margin-right: 20px;
}

.single-product
  div.woocommerce-product-gallery.woocommerce-product-gallery--with-images.images {
  padding: 20px;
}

.single-product header h2.woocommerce-products-header__title.page-title {
  margin: 0;
  text-transform: capitalize;
  line-height: 1;
}

body.single-product div.product.post-23565 form.cart,
body.single-product div.product.post-14762 form.cart {
  display: flex;
  align-items: center;
}

body.single-product div.product.post-23565 form.cart div.quantity,
body.single-product div.product.post-14762 form.cart div.quantity {
  margin-right: 25px !important;
}

body
  div.woocommerce-product-gallery.woocommerce-product-gallery--with-images.images {
  width: 45% !important;
  float: left !important;
  border: 1px solid #d0d0d0 !important;
}

body div.woocommerce-product-gallery a.woocommerce-product-gallery__trigger {
  display: none;
}

body.woocommerce div.product {
  padding-top: 100px;
}

body h1.entry-title {
  display: var(--page-title-display);
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 25px;
}

body .woocommerce-product-details__short-description {
  font-size: 18px;
  margin-bottom: 50px;
}

body .woocommerce-product-details__short-description p {
  margin-bottom: 22px;
}
.woocommerce div.product div.summary {
  margin: 0 !important;
}
.woocommerce div.product form.cart {
  margin-bottom: 0 !important;
}

.single_variation_wrap .variations_button a.button.alt,
body .summary .cart .single_add_to_cart_button.button.alt {
  background-color: #dd3333;
  opacity: 1;
  border-radius: 0;
  font-size: 20px;
  font-weight: 500;
  padding: 15px 50px;
}

button.single_add_to_cart_button.button.alt.added.loading:focus::after{
    content: "\e01c";
    margin-left: 10px;
    right: 15px;
}

button.single_add_to_cart_button.button.alt.loading:focus::after{
    content: "\e01c";
    margin-left: 10px;
    right: 15px;
}

button.single_add_to_cart_button.button.alt.added::after{
    content: "";
    margin-left: 0px;
    right: 15px;
}

body .woocommerce-variation-add-to-cart .added_to_cart,body a.added_to_cart.wc-forward {
  color: #ffffff;
  background-color: #000000;
  padding: 10px 50px;
  margin-left: 25px;
  text-transform: capitalize;
}
body .woocommerce-variation-add-to-cart .added_to_cart:hover, body a.added_to_cart.wc-forward:hover {
  color: #fac900;
  background-color: #000000;
}

.single_variation_wrap .variations_button a.button.alt:hover,
body .summary .cart .single_add_to_cart_button.button.alt:hover {
  background-color: #ca0000;
}

.single_variation_wrap .variations_button , body.single-product form.cart{
  display: flex;
  align-items: center;
}

body form.variations_form.cart{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

/* product details */
.woocommerce div.product form.cart .variations {
  margin-bottom: 40px;
}
.single-product .table tr td {
  padding: 12px !important;
}

#attribute_pa_cap-style_wrapper ul.list-unstyled.att-list {
  background-color: #ebebeb;
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 20px 40px 36px 40px;
}

body table tbody tr:hover > td,
table tbody tr:hover > th {
  background-color: hsl(0deg 0% 100% / 10.2%);
}

.single-product table tbody {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.single-product table tbody tr {
  display: flex;
  gap: 20px;
  align-items: center;
}

.single-product table tbody tr td.label {
  width: 25%;
}

.single-product table tbody ul .list-unstyled {
  padding: 0;
}

.woocommerce div.product form.cart .variations td.label {
  padding: 10px !important;
  width: 25%;
}
.woocommerce div.product form.cart .variations td.value {
  width: 75%;
  padding: 0;
}
.single-product table tbody > tr:nth-child(odd) > td,
table tbody > tr > th {
  background-color: #fff !important;
}
div#attribute_pa_cap-style_wrapper {
  padding: 10px 0;
}

.single-product table td.value .faux-select {
  border: 1.5px solid rgb(0, 0, 0);
}
.single-product a.reset_variations_new {
  display: none;
}

body.woocommerce .quantity .qty {
  width: 100px;
  border: 2px solid #666;
}

.single-product .enquiry-form {
  margin-top: 40px;
}
.single-product .enquiry-form h3 {
  margin: 0;
  font-size: 30px;
  line-height: 1;
}
.single-product
  .enquiry-form
  input.wpcf7-form-control.wpcf7-submit.has-spinner {
  color: white;
  padding: 12px 20px;
  background-color: #dd3333;
  opacity: 1;
  border-radius: 0;
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
}
.single-product
  .enquiry-form
  input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
  background-color: #ca0000;
}
.single-product input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required,
textarea.wpcf7-form-control.wpcf7-textarea {
  border-color: #000;
  border-radius: 0px;
}
.single-product
  input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required::placeholder,
textarea.wpcf7-form-control.wpcf7-textarea::placeholder {
  color: #000;
  font-weight: 500;
}
.single-product form.wpcf7-form.init {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
/*  Tabs css*/
.single-product .woocommerce-tabs.wc-tabs-wrapper {
  padding-top: 100px;
}

.woocommerce div.product .woocommerce-tabs .panel {
  margin: 0 !important;
  border: 1px solid #ccc;
  padding: 60px 0;
  border-top: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs.wc-tabs li {
  border-radius: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs.wc-tabs li a {
  font-weight: 600;
  outline: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs.wc-tabs li {
  background: #efefef;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background: #fff;
  border-top: 8px solid black;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
  left: 0;
  border-bottom-right-radius: 0;
  border-width: 0;
  box-shadow: 0;
  content: "";
  border-color: #cfc8d8;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
  left: 0;
  border-bottom-right-radius: 0;
  border-width: 0;
  box-shadow: 0;
  content: "";
  border-color: #cfc8d8;
}

.single-product .product-docs-wrapper .doc-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  gap: 7px;
}

.single-product .product-docs-wrapper .doc-item .doc-icon i {
  font-size: 35px;
}

.single-product .product-docs-wrapper .doc-item .doc-name {
  font-size: 25px;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 0px;
  flex-grow: 1;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  margin: 0px;
}

.single-product .product-docs-wrapper .doc-item .doc-name a {
  color: #333;
}

.single-product .product-docs-wrapper .doc-item .doc-name a:hover {
  color: #ffce29;
}

.single-product .product-docs-wrapper .doc-item .doc-link {
  text-align: end;
  padding: 14px 60px;
  background-color: black;
  margin-top: 20px;
}

.woocommerce-tabs .woocommerce-Tabs-panel .product-docs-wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

/* related products section */

section.related.products {
  padding-top: 100px;
}

section.related.products h2 {
  font-size: 38px;
}

section.related.products ul li a.btn {
  margin-top: 6px;
  display: inline-block;
  background-color: black !important;
}

/************ Archive-Page  ****************/

.archive .term-description {
  padding-bottom: 30px;
  margin-bottom: 50px;
  border-bottom: 1px solid #323232;
}
.archive .woocommerce .woocommerce-ordering select {
  text-transform: capitalize;
}
h1.woocommerce-products-header__title.page-title {
  color: #000;
  line-height: 1;
  margin: 0;
  border-bottom: 1px solid #ccc;
  padding-bottom: 40px;
  font-size: 70px;
}

.archive .product-cat-sec {
  padding: 80px 0px;
  color: #000;
  border-bottom: 1px solid #ccc;
}
.archive p.sub-heading-sep {
  font-weight: 600;
  color: #000;
  font-size: 20px;
}
.archive p.sub-heading-sep::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 60px;
  height: 3px;
  background-color: #dd3333;
  margin-right: 20px;
  margin-bottom: 4px;
}
.archive h3 {
  font-weight: 500;
  font-size: 40px;
  margin-top: 50px;
}
.archive .area-of-use-sec h4 {
  font-size: 24px;
  border-bottom: 1px solid #ccc;
  padding: 0px 0px 20px;
  margin-bottom: 20px;
}
.archive .area-of-use-sec ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.archive .area-of-use-sec .areas-box {
  padding: 30px 25px;
  background: #f5f5f5;
}
.archive .area-of-use-sec .elementor-container {
  gap: 20px;
}
.archive p,
li {
  color: #323232;
}

.archive .security-table {
  background: #f5f5f5;
}
.archive .security-table .dia-head > img {
  padding-right: 10px;
}
.archive .security-table .dia-head {
  text-align: left;
  padding: 30px 30px 0px;
  font-size: 26px;
  font-weight: 500;
  border: 0;
}
.archive table tbody tr > td {
  background-color: #f5f5f5;
  padding: 30px;
  border: 0;
}
.archive a.btn.style-1 {
  background: #fff !important;
  padding: 15px 20px;
  font-size: 20px;
  font-weight: 600;
}
.archive a.btn.style-1:hover {
  background: #ffce29 !important;
}

.archive .related-products {
  padding-top: 80px;
}
.archive .woocommerce ul.products::after {
  clear: both;
  display: none;
}
.areas-box ul li {
  list-style: none;
  position: relative;
  padding-left: 28px;
}
.areas-box ul li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #dd3333;
  font-size: 18px;
  font-weight: 300;
}

.product-cat-sec .elementor-col-33 {
  width: 30%;
}
.product-cat-sec .elementor-col-66 {
  width: 67%;
}
.area-of-use-sec .elementor-col-33 {
  width: 32%;
}
.product-cat-sec .flex-cont {
  justify-content: space-between;
}

.woocommerce nav.woocommerce-pagination ul {
  border: none;
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 40px;
}
.woocommerce nav.woocommerce-pagination ul li a {
  background: #323232;
  color: #fff;
  padding: 10px 15px;
}
.woocommerce nav.woocommerce-pagination ul li a:hover {
  background: #fcb900;
  color: #000;
}
.woocommerce nav.woocommerce-pagination ul li a:focus {
  background: #fcb900;
  color: #000;
}
.woocommerce nav.woocommerce-pagination ul li span.current {
  background: #fcb900;
  color: #000;
  padding: 10px 15px;
}

.single-product a.btn.btn-md.addtocartbutton {
  background: #323232;
  padding: 10px 40px;
  font-size: 18px;
  font-weight: 400;
  display: inline-block;
  margin-top: auto;
}

/************ GIT-FORM ****************/

.git-form .vc_row-flex {
  display: flex;
  column-gap: 20px;
}
.git-form .vc_col-6 {
  width: 50%;
}
.git-form input[type="date"],
.git-form input[type="email"],
.git-form input[type="number"],
.git-form input[type="password"],
.git-form input[type="search"],
.git-form input[type="tel"],
.git-form input[type="text"],
.git-form input[type="url"],
.git-form select,
.git-form textarea {
  border: 1px solid #000000;
  border-radius: 5px;
  padding: 10px 15px;
  width: 100%;
  min-height: 55px;
  font-size: 18px;
}
.git-form .field {
  text-align: center;
}
.git-form .wpcf7-spinner {
  display: none;
}
.git-form .quote-btn [type="submit"] {
  background-color: #fcb900;
  border: none;
  border-radius: 0px;
  color: #000;
  padding: 18px 30px 14px;
  margin-top: 20px;
}
.git-form .quote-btn:hover [type="submit"] {
  background-color: #dd3333;
  color: #fff;
}
.git-form .field.captcha {
  margin: 30px 0px 0px;
}
.post-box
  .ekit-wid-con
  .elementskit-post-card
  .elementskit-entry-header
  .elementskit-border-hr {
  margin: 10px 0px 25px;
}
.site-footer {
  display: none;
}

/* ================================
   SUBCATEGORY GRID (FLEXBOX)
================================ */

.subcategory-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 35px;
  margin-top: 40px;
}

/* .subcategory-tile {
    flex: 0 0 calc(25% - 30px);
    max-width: calc(25% - 30px);
    text-align: center;
    background: #ffffff;
    border: 1px solid #323232;
    padding: 20px 15px 25px;
    text-decoration: none;
    transition: all 0.25s ease;
} */

.subcategory-tile {
  flex: 0 0 calc(25% - 30px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: calc(25% - 30px);
  text-align: center;
  background: #ffffff;
  border: 1px solid #323232;
  padding: 20px 15px 25px;
  text-decoration: none;
  transition: all 0.25s ease;
}

.subcategory-tile img {
  width: 100%;
  max-width: calc(100% - 10px);
  object-fit: contain;
  height: auto;
  max-height: 258px;
  margin-inline: auto;
  margin-block: 15px;
  display: block;
}

.subcategory-tile span {
  display: block;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.3;
  color: #111;
}

/************ Check Out Page Css ***********************/
.woocommerce-checkout .woocommerce .woocommerce-info a {
  color: #c03152;
}
.woocommerce-checkout .woocommerce,
.woocommerce-checkout .woocommerce h3 {
  color: #000;
}

/******************* Cart page css ****************/
.woocommerce-cart-form table tbody td.product-name a {
  color: #040404;
  font-size: 16px;
}

.woocommerce-cart-form table tbody td.product-quantity .quantity .qty {
  padding: 5px;
}

.woocommerce-cart-form table tbody td,
.woocommerce-cart-form table thead tr th {
  border: none;
  font-size: 17px;
  text-transform: uppercase;
}

.woocommerce-cart-form table thead tr th {
  text-align: center;
}

.woocommerce-cart-form table tbody tr {
  border: 1px solid #bbbbbb;
}

.woocommerce-cart-form table thead:first-child tr:first-child th {
  border-block-start: none;
  font-weight: 600;
  color: #000;
}

.woocommerce .woocommerce-cart-form table.shop_table thead {
  border: 2px solid #bbb;
}

.woocommerce .woocommerce-cart-form table.shop_table tbody tr td {
  padding: 15px 25px;
}

.woocommerce
  .woocommerce-cart-form
  table.shop_table
  tbody
  tr
  td.product-thumbnail
  img {
  max-width: 130px;
  width: 120px;
}

.woocommerce .woocommerce-cart-form__cart-item a.remove {
  width: 28px;
  font-size: 28px;
  font-weight: 500;
}
.woocommerce .woocommerce-cart-form__cart-item a.remove:hover {
  background-color: transparent;
  color: #f1da37 !important;
}

.woocommerce-cart-form .table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 1px solid #bbb;
}

.woocommerce-cart .woocommerce .woocommerce-cart-form h2 {
  font-size: 28px;
}

.woocommerce-cart .woocommerce .woocommerce-cart-form {
  display: flex;
  gap: 50px;
}

.woocommerce-cart .woocommerce .woocommerce-cart-form .col-md-9 {
  width: 74.7%;
}

.woocommerce-cart .woocommerce .woocommerce-cart-form .col-md-3 {
  width: 24.9%;
}

.woocommerce-cart .woocommerce .woocommerce-cart-form table.shop_table {
  border: 1px solid #959595;
}

.woocommerce-cart-form table tbody > tr:nth-child(odd) > td {
  background-color: #ffffff;
}

/* +++++++++++++++ Cart Side Bar ++++++++++++ */

.woocommerce-cart-form .cart-sidebar .cart_totals h2 {
  display: none;
}

.woocommerce-cart-form .cart-sidebar .cart_totals table tr th {
  font-weight: 600;
  border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.woocommerce-cart-form .cart-sidebar .cart_totals table tr td {
  padding: 10px;
  text-transform: initial !important;
  background-color: #fff;
  text-align: right;
}

.woocommerce table.shop_table tbody:first-child tr:first-child td {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.woocommerce-cart-form .cart-sidebar .cart_totals tr.shipping td a {
  display: block;
  color: #b93749;
  font-weight: 600;
  font-size: 16px;
  margin-top: 5px;
}

.woocommerce-cart-form .cart-sidebar .cart_totals .wc-proceed-to-checkout {
  padding: 0;
}

.woocommerce-cart-form .cart-sidebar .cart_totals .wc-proceed-to-checkout a {
  display: none;
}

.woocommerce .woocommerce-cart-form .cart_totals table.shop_table tbody tr td {
  padding: 9px 12px;
}

.cart-sidebar .cart_totals .shipping td,
.cart-sidebar .cart_totals .shipping td a,
.cart-sidebar .cart_totals .tax-total td,
.cart-sidebar .cart_totals .tax-total td a {
  font-size: 15px;
  line-height: 1.4;
}

.cart-sidebar .cart_totals .shipping td a:hover {
  color: #fcb900 !important;
}

.cart-sidebar .cart_totals .shipping .shipping-calculator-form {
  margin-block: 20px;
}

.cart-sidebar .cart_totals .shipping .shipping-calculator-form p label {
  font-weight: 500;
}

.cart-sidebar
  .cart_totals
  .shipping
  .shipping-calculator-form
  p
  span.select2-container
  span.select2-selection__rendered {
  text-align: left;
  font-size: 15px;
  min-height: 40px;
  overflow: hidden;
  max-width: 140px;
}

.cart-sidebar
  .cart_totals
  .shipping
  .shipping-calculator-form
  p
  span.select2-container
  span.select2-selection.select2-selection--single {
  border-radius: 0;
}

.cart-sidebar .cart_totals .shipping .shipping-calculator-form p input {
  border-radius: 0;
}

.cart-sidebar
  .cart_totals
  .shipping
  .shipping-calculator-form
  p
  button[type="submit"] {
  background-color: #000000 !important;
  color: #ffffff !important;
  margin-block: 12px;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.cart-sidebar
  .cart_totals
  .shipping
  .shipping-calculator-form
  p
  button[type="submit"]:hover {
  background-color: #fcb900 !important;
  color: #000000 !important;
}

.select2-container--open
  .select2-dropdown
  .select2-results
  ul.select2-results__options
  li {
  font-size: 16px;
}

.select2-container--open
  .select2-dropdown
  .select2-results
  ul.select2-results__options
  li:hover {
  background-color: #fcb900;
  color: #000;
}

.cart_totals th {
  border: none !important;
}

.cart-sidebar {
  background-color: #e7e7e7;
  padding: 25px 18px;
  border-radius: 10px;
}

.cart-sidebar > a.checkout-button {
  padding: 12px 20px;
  font-size: 18px;
  width: 100%;
  font-weight: 500;
  background-color: #000 !important;
  text-align: center;
  text-transform: capitalize;
  margin-top: 15px;
  margin-bottom: 15px;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.cart-sidebar input.btn.btn-md.dark.update-cart:disabled {
  pointer-events: auto !important;
  background-color: #adadad;
}

.cart-sidebar input.btn.btn-md.dark.update-cart:disabled:hover {
  background-color: #b0b0b0;
  cursor: not-allowed !important;
}

.cart-sidebar input.btn.btn-md.dark.update-cart {
  display: block;
  width: 100%;
  padding: 7px 10px;
  font-size: 18px;
  background-color: #707070;
  color: white;
  border: none;
  text-transform: capitalize;
  cursor: pointer;
  margin-bottom: 15px;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.cart-sidebar input.btn.btn-md.dark.update-cart:hover,
.cart-sidebar > a.checkout-button:hover {
  background-color: #fcb900 !important;
  color: #000 !important;
}

.cart-sidebar a.continue-shopping {
  width: 100%;
  text-align: center;
  color: #000;
  display: block;
  font-size: 16px;
  padding: 14px;
  margin-top: 12px;
}

.cart-sidebar a.continue-shopping:hover,
.cart-sidebar input.btn.btn-md.dark.update-cart:hover,
.cart-sidebar > a.checkout-button:hover {
  color: #fcb900;
}

.woocommerce .woocommerce-form-login-toggle .woocommerce-info {
  border-top-color: #ca3052;
}
.woocommerce .woocommerce-form-login-toggle .woocommerce-info::before {
  color: #ca3052;
}

body #payment div.payment_box {
  color: #000 !important;
}

/************************ CheckOUt page css ***********************/

.woocommerce-checkout
  .woocommerce
  form.checkout
  .woocommerce-checkout-payment
  button#place_order {
  background-color: #000;
  font-weight: 500;
  padding: 12px 30px;
}

.woocommerce-checkout
  .woocommerce
  form.checkout
  .woocommerce-checkout-payment
  button#place_order:hover {
  background-color: #fcb900;
  color: #000;
}

.woocommerce-checkout
  .woocommerce
  form.checkout
  a.wc_avatax_validate_address.button {
  padding: 12px 30px;
  font-size: 18px;
  font-weight: 500;
  border-radius: 0px;
  background-color: #474747;
  color: white;
  border: none;
  margin-block: 15px;
  transition: all 0.3s ease-in-out;
}

.woocommerce-checkout
  .woocommerce
  form.checkout
  a.wc_avatax_validate_address.button:hover {
  background-color: #fcb900;
  color: rgb(0, 0, 0);
}

.woocommerce-checkout
  .woocommerce
  form.checkout
  .woocommerce-checkout
  #payment {
  background-color: rgb(255 211 91);
}

.woocommerce-checkout .woocommerce form.checkout label,
.woocommerce-checkout .woocommerce form.checkout input,
.woocommerce-checkout .woocommerce form.checkout p .select2-selection--single {
  font-size: 17px;
}

.woocommerce-checkout .woocommerce form.checkout input {
  border-radius: 0;
}

.woocommerce-checkout .woocommerce form.checkout p .select2-selection--single {
  border-radius: 0;
}

.woocommerce-checkout
  .woocommerce
  .woocommerce-checkout-review-order
  table
  tfoot
  td {
  font-weight: 500;
}

.payment_box #cvv {
  width: 100px !important;
}

.woocommerce-form table .woocommerce-validated select {
  margin-right: 30px !important;
}

.woocommerce-checkout #payment li.wc_payment_method div.payment_box {
  background-color: #edebf1;
}

.woocommerce-checkout #payment li.wc_payment_method div.payment_box::before {
  border: 0em solid #edebf1;
}

/************************ Gravity Form Css ************************/
body
  main.site-main
  .gform_wrapper.gform-theme.gform-theme--foundation
  form
  .gform_body
  input,
body
  main.site-main
  .gform_wrapper.gform-theme.gform-theme--foundation
  form
  .gform_body
  textarea {
  width: 100%;
  height: 50px;
  padding: 10px 15px;
  font-size: 18px;
}

body
  main.site-main
  .gform_wrapper.gform-theme.gform-theme--foundation
  form
  .gform_body
  input:focus,
body
  main.site-main
  .gform_wrapper.gform-theme.gform-theme--foundation
  form
  .gform_body
  textarea:focus {
  outline-color: #fcb900;
}

body
  main.site-main
  .gform_wrapper.gform-theme.gform-theme--foundation
  form
  .gform_footer
  input[type="submit"].gform_button {
  background-color: #fcb900;
  border: none;
  border-radius: 0px;
  color: #000;
  text-align: center;
  font-size: 22px;
  padding: 15px 70px;
  margin-top: 20px;
}

body
  main.site-main
  .gform_wrapper.gform-theme.gform-theme--foundation
  form
  .gform_footer
  input[type="submit"].gform_button:hover {
  background-color: #dd3333;
  color: white;
}

body
  main.site-main
  .gform_wrapper.gform-theme.gform-theme--foundation
  form
  .gform_footer
  input[type="submit"].gform_button:focus {
  outline-color: #000;
}

body
  main.site-main
  .gform_wrapper.gform-theme.gform-theme--foundation
  form
  .gform_body
  .ginput_container
  input::placeholder,
body
  main.site-main
  .gform_wrapper.gform-theme.gform-theme--foundation
  form
  .gform_body
  textarea::placeholder {
  font-size: 18px;
}

body
  main.site-main
  .gform_wrapper.gform-theme.gform-theme--foundation
  form
  .gform_body
  .gfield_label,
body
  main.site-main
  .gform_wrapper.gform-theme.gform-theme--foundation
  form
  .gform_body
  .gfield_required {
  font-size: 18px;
}

body
  main.site-main
  .gform_wrapper.gform-theme.gform-theme--foundation
  form
  .gform-footer {
  justify-content: center;
}

div#gform_wrapper_5 {
  margin-top: 30px;
}

div#gform_confirmation_message_5 {
  margin-top: 20px;
  border: 4px solid #ffce29;
  padding: 10px 20px;
  color: #ffce29;
  text-align: center;
  background-color: #000000;
}

.woocommerce-error li a {
  color: #b81c23;
}

/************************View Cart Sidebar css ***********************/
body #pm_menu .whmc_ft-buttons-con .chekouttxtvalues,
body #pm_menu .whmc_ft-buttons-con .ckhviewcart {
  padding: 8px 12px;
}

body #pm_menu .whmc_ft-buttons-cons .whmckeepshooping {
  color: white;
  background: #1e73be;
  padding: 12px 18px;
  line-height: 1;
  border-radius: 6px;
}

body .whmc-bottom-part .whmc_ft-buttons-con a, body .whmc-bottom-part .whmc_ft-buttons-cons a{
    color: #ffffff !important;
    background-color: #000000 !important;
    text-transform: capitalize;
}

.wmcchevkoutprocess div i:hover, .wmcchevkoutprocess .wmctitel:hover, .wmcchevkoutprocess .wmctitel .amounts span bdi:hover{
  color:#ffce29 !important;
}

body .whmc-bottom-part .whmc_ft-buttons-con a:hover , body .whmc-bottom-part .whmc_ft-buttons-cons a:hover{
    color: #ffce29 !important;
    background-color: #000000 !important;
    text-transform: capitalize;
    opacity: 1 !important;
}

.whmc_ft-buttons-con {
    width: 100%;
    justify-content: space-around;
    text-align: center;
    flex-direction: column !important;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    align-items: flex-start;
}

body #pm_menu .whmc-bottom-part {
  padding: 22px;
}

/************************ Footer *********************/
.footer-box .e-con-inner .elementor-element-09c35e2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-box
  .e-con-inner
  .elementor-element-09c35e2
  .elementor-widget-divider--view-line
  .elementor-divider
  .elementor-divider-separator {
  border: 1px solid #000;
}

/* .footer-box
    .e-con-inner
    .elementor-element-09c35e2
    .elementor-widget-divider--view-line
    .elementor-divider {
    rotate: 90deg;
} */

.divider-rotate-fallback {
  rotate: 90deg;
}

.footer-box .e-con-inner .elementor-element-09c35e2 .elementor-heading-title {
  margin: 0;
}

.footer-box .e-con-inner .elementor-element-09c35e2 .elementor-heading-title a {
  color: #000;
}



/* *********************** Custom Css for Home page ********************** */
.bollard-details-section .ekit-wid-con .elementkit-tab-wraper .elementkit-tab-nav .elementkit-nav-item .elementkit-nav-link.active{
  border-left-color: #000;
}

.bollard-details-section .ekit-wid-con .elementkit-tab-wraper .elementkit-tab-nav .elementkit-nav-item:first-child a {
  border-top-color: #fff;
}

.bollard-details-section .ekit-wid-con .elementkit-tab-wraper .elementkit-tab-nav .elementkit-nav-item:first-child a.active {
  border-top-color: #DBDBDB;
}

.bollard-details-section .ekit-wid-con .elementkit-tab-wraper .elementkit-tab-nav .elementkit-nav-item:last-child a {
  border-bottom-color: #fff;
}

.bollard-details-section .ekit-wid-con .elementkit-tab-wraper .elementkit-tab-nav .elementkit-nav-item:last-child a.active {
  border-bottom-color: #DBDBDB;
}

.bollard-details-section .learn-more-outer{
  margin-top: 25px;
}

.bollard-details-section .learn-more-outer .learn-more-btn{
  display: inline-block;
  color: white;
  background-color: #000;
  padding: 12px 30px;
  box-sizing: border-box;
  transition: color .3s ease-in-out;
}

.bollard-details-section .learn-more-outer .learn-more-btn:hover{
  color: #fcb900;
}

.bollard-details-section .aec-tab img{
  width: 120px;
  margin-bottom: 14px;
}



/* ************************* Css for Achitecture page *************************** */
.architecture-accordion-section .elementor-shortcode .product-cat-by-meta a{
    display: inline-block;
    margin: 10px 10px;
    padding: 10px 20px;
    background-color: #fcb900;
    color: black;
    transition: color .3s ease-in-out;
}
.architecture-accordion-section .elementor-shortcode .product-cat-by-meta a:hover{
    color: white;
}

/******************* SCREEN-1200px *******************/

@media screen and (max-width: 1200px) {
  body:not([class*="elementor-page-"]) .site-main {
    padding: 100px 15px;
  }
  .woocommerce ul.products {
    gap: 30px;
  }
  .product-cat-sec .elementor-col-33 {
    width: 22%;
  }
  .product-cat-sec .elementor-col-66 {
    width: 73%;
  }

  .area-of-use-sec .elementor-col-33 {
    width: 32%;
  }

  .subcategory-tile {
    flex: 0 0 25%;
    max-width: 25%;
  }

  body:not([class*="elementor-page-"]) main.site-main {
    max-width: 1320px !important;
    padding: 50px 15px 50px 15px !important;
  }

  button.single_add_to_cart_button.button.alt.loading:focus::after{
    content: "\e01c";
    margin-left: 0px;
    right: 15px;
  }
  .bollard-details-section .ekit-wid-con .elementkit-tab-wraper .elementkit-tab-nav{
    flex-basis: 100% !important;
  }

}

/******************* SCREEN-1024px *******************/

@media screen and (max-width: 1024px) {
  .header-top .elementskit-submenu-panel .elementskit-submenu-indicator {
    rotate: -0deg;
  }
  span.cart_count_header {
    padding: 2px 7px;
  }
  .elementskit-dropdown > li > a.dropdown-item {
    padding-left: 20px !important;
  }
  .elementskit-dropdown .elementskit-dropdown > li > a.dropdown-item {
    padding-left: 40px !important;
  }
  .elementskit-dropdown
    .elementskit-dropdown
    .elementskit-dropdown
    > li
    > a.dropdown-item {
    padding-left: 60px !important;
  }
  
  /* .blog_template.boxy-clean ul {
    gap: 25px;
  } */
  .blog_template.boxy-clean .blog_wrap {
    padding: 30px 25px;
  }
  .category-bollards-blog {
    padding: 0;
  }

  .woocommerce ul.products {
    gap: 25px;
  }
  .woocommerce ul.products li.product {
    padding: 25px 20px;
  }
  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 18px;
  }

  .product-cat-sec .elementor-col-66 {
    width: 75%;
  }
  .archive h3 {
    font-size: 34px;
  }
  .archive .area-of-use-sec .areas-box {
    padding: 30px 20px;
  }

  .archive .area-of-use-sec h4 {
    font-size: 22px;
  }
  .areas-box ul li {
    font-size: 18px;
  }
  .archive .security-table .dia-head {
    padding: 30px 20px 0px;
    font-size: 22px;
  }
  .archive table tbody tr > td {
    padding: 20px;
  }
  .archive a.btn.style-1 {
    font-size: 18px;
  }
  .area-of-use-sec .elementor-col-33 {
    width: 31.5%;
  }
}

/******************* SCREEN-991px *******************/

@media screen and (max-width: 991px) {
  
  .footer-menus a {
    font-size: 18px;
  }
  .category-bollards-blog {
    padding: 0;
  }
  body:not([class*="elementor-page-"]) .site-main {
    padding: 80px 15px;
  }
  .woocommerce ul.products[class*="columns-"] li.product,
  .woocommerce-page ul.products[class*="columns-"] li.product {
    width: 31%;
    margin: 0;
  }

  .archive h1.woocommerce-products-header__title.page-title {
    font-size: 54px;
  }

  .product-cat-sec .elementor-col-33 {
    width: 18%;
  }
  .product-cat-sec .elementor-col-66 {
    width: 80%;
  }
  .product-cat-sec h2 {
    font-size: 48px;
  }
  .archive .area-of-use-sec .elementor-container {
    gap: 15px;
  }
  .archive h3 {
    font-size: 32px;
  }
  .archive .area-of-use-sec .areas-box {
    padding: 15px;
  }
  .archive .area-of-use-sec h4 {
    font-size: 18px;
  }
  .areas-box ul li {
    padding-left: 20px;
    font-size: 15px;
  }
  .archive .area-of-use-sec .elementor-container {
    gap: 0;
    justify-content: space-between;
  }
  .areas-box ul li::before {
    font-size: 16px;
  }
  .area-of-use-sec .elementor-col-33 {
    width: 32%;
  }
  .archive .security-table .dia-head {
    font-size: 18px;
  }
  .archive a.btn.style-1 {
    font-size: 16px;
    padding: 10px;
  }
  .archive .product-cat-sec {
    padding: 60px 0px;
  }
  .archive .related-products {
    padding-top: 60px;
  }

  .archive p.sub-heading-sep {
    font-size: 18px;
  }

  body:not([class*="elementor-page-"]) main.site-main {
    max-width: 1320px !important;
    padding: 50px 15px 50px 15px !important;
  }

  .subcategory-tile {
    flex: 0 0 calc(33.3% - 20px);
    max-width: 33.3%;
  }

  .subcategory-tile span {
    font-size: 18px;
  }
}

/******************* SCREEN-767px *******************/

@media screen and (max-width: 767px) {

  body main .page-content .ekit-wid-con .elementskit-section-title-wraper h1.ekit-heading--title.elementskit-section-title{
    font-size: 40px;
  }
  body main .page-content .ekit-wid-con .elementskit-section-title-wraper h2.ekit-heading--title.elementskit-section-title{
    font-size: 30px;
  }
  body main .page-content .ekit-wid-con .elementskit-section-title-wraper h3.ekit-heading--title.elementskit-section-title{
    font-size: 25px;
  }
  body main .page-content .fixed_or_stationary .ekit-wid-con .elementskit-section-title-wraper h3.ekit-heading--title.elementskit-section-title{
    font-size: 20px;
  }

  .hero-section .elementor-element img{
    max-height: 400px;
  }


  .bollard-products-section .elementor-element .ekit-wid-con .elementskit-infobox{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .bollard-products-section .elementor-element .ekit-wid-con .elementskit-infobox .box-body{
    text-align: center;
  }

  .footer-menus ul {
    gap: 20px;
  }
  .hero-dual-btn .ekit_double_button {
    display: flex;
    column-gap: 20px;
  }

  .git-form {
    display: flex;
    row-gap: 20px;
    flex-direction: column;
  }
  .git-form .vc_col-6 {
    width: 100%;
  }
  .git-form .vc_row-flex {
    row-gap: 20px;
    flex-direction: column;
  }
  .git-form p {
    margin-bottom: 0;
  }
  .git-form input[type="date"],
  .git-form input[type="email"],
  .git-form input[type="number"],
  .git-form input[type="password"],
  .git-form input[type="search"],
  .git-form input[type="tel"],
  .git-form input[type="text"],
  .git-form input[type="url"],
  .git-form select,
  .git-form textarea {
    padding: 10px 12px;
    min-height: 50px;
  }
  .git-form .field.captcha {
    margin: 10px 0px;
  }
  .git-form .quote-btn [type="submit"] {
    padding: 16px 20px 12px;
    width: 100%;
  }

  .pgc-rev-tags-list-view {
    column-gap: 10px;
  }
  body .pgc-rev-tags-list-item-view {
    padding: 6px 15px 5px;
  }

  .blog_template.boxy-clean .post-meta {
    margin-bottom: 0;
  }
  .bdp_blog_template .blog_header h2 a span {
    font-size: 26px;
  }
  .blog_template.boxy-clean .post_content {
    font-size: 17px;
  }
  .bd_pagination_box.wl_pagination_box.boxy-clean {
    margin: 30px 0 0;
  }
  .category-bollards-blog {
    padding: 0;
  }

  body:not([class*="elementor-page-"]) .site-main {
    padding: 60px 15px 30px !important;
  }
  .woocommerce ul.products {
    gap: 13px;
  }
  .woocommerce ul.products li.product {
    padding: 15px;
  }
  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 16px;
  }
  .woocommerce ul.products li.product .button {
    font-size: 16px;
    padding: 10px 15px;
  }
  .woocommerce .woocommerce-ordering {
    margin: 0 0 30px;
    float: inherit;
  }
  .woocommerce ul.products[class*="columns-"] li.product,
  .woocommerce-page ul.products[class*="columns-"] li.product {
    width: 48%;
  }
  h1.woocommerce-products-header__title.page-title {
    font-size: 34px;
  }
  .archive .term-description {
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
  .woocommerce-breadcrumb {
    font-size: 17px !important;
  }
  .woocommerce nav.woocommerce-pagination ul {
    margin: 25px 0 30px;
  }

  .woocommerce nav.woocommerce-pagination ul li span.current {
    padding: 8px 12px;
  }
  .woocommerce nav.woocommerce-pagination ul li a {
    padding: 8px 12px;
  }

  .archive .product-cat-sec {
    padding: 40px 0px;
  }
  .archive h1.woocommerce-products-header__title.page-title {
    font-size: 40px;
  }

  .product-cat-sec .elementor-col-33 {
    width: 100%;
    text-align: center;
  }
  .product-cat-sec .elementor-col-66 {
    width: 100%;
    padding-top: 40px;
  }
  .archive h2 {
    font-size: 32px;
  }
  .archive p.sub-heading-sep::before {
    width: 45px;
  }
  .archive h3 {
    font-size: 26px;
    margin-top: 40px;
  }
  .archive .area-of-use-sec .elementor-container {
    row-gap: 15px;
  }
  .archive .area-of-use-sec .areas-box {
    padding: 25px 20px;
    text-align: left;
  }
  .archive .area-of-use-sec h4 {
    font-size: 20px;
  }
  .areas-box ul li {
    padding-left: 25px;
    font-size: 18px;
  }
  .archive table tbody tr > td {
    padding: 20px 10px;
  }
  .archive .related-products {
    padding-top: 40px;
  }
  .archive .security-table .dia-head {
    padding: 25px 10px 0px;
  }
  .archive .security-table .dia-head {
    font-size: 16px;
  }
  .archive .security-table .dia-head > img {
    padding-right: 5px;
    max-width: 15px;
  }
  .security-table .btn.style-1 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .archive a.btn.style-1 {
    font-size: 15px;
    padding: 7px;
  }
  .product-cat-sec .flex-cont .elementor-widget-wrap > img {
    max-width: 75%;
  }

  body.woocommerce div.product {
    padding-top: 0px;
  }

  body h1.entry-title {
    font-size: 28px;
  }

  body
    div.woocommerce-product-gallery.woocommerce-product-gallery--with-images.images {
    width: 100% !important;
    float: left !important;
    border: 1px solid #d0d0d0 !important;
  }
  .woocommerce div.product form.cart .variations td.label {
    width: 100%;
    padding: 0 !important;
  }
  .woocommerce div.product form.cart .variations td.value {
    width: 100%;
    padding: 0;
  }
  .single-product table tbody {
    display: flex;
    flex-direction: column;
    gap: 18px;
  }
  .single-product table tbody tr {
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: center;
  }
  .single-product .woocommerce-tabs.wc-tabs-wrapper {
    padding-top: 50px;
  }

  #attribute_pa_cap-style_wrapper ul.list-unstyled.att-list {
    gap: 7px;
    padding: 15px 10px 24px 10px;
  }
  body.woocommerce .quantity .qty {
    padding: 2px;
  }
  .single_variation_wrap .variations_button a.button.alt {
    font-size: 17px;
    padding: 14px 25px;
  }
  div#attribute_pa_cap-style_wrapper {
    padding: 0px;
  }

  .woocommerce-tabs.wc-tabs-wrapper {
    padding-top: 50px;
  }

  section.related.products {
    padding-top: 50px;
  }

  section.related.products h2 {
    font-size: 24px;
  }

  .woocommerce.single-product ul.products li.product a img {
    margin: 0 !important;
  }

  .single-product .product-docs-wrapper .doc-item .doc-name {
    font-size: 17px;
    text-align: center;
  }

  .single-product ul.tabs.wc-tabs {
    overflow-x: scroll !important;
    padding: 0 !important;
  }

  .woocommerce div.product .woocommerce-tabs ul.tabs.wc-tabs li {
    display: table-cell;
    padding: 0 10px;
    min-width: 130px;
    vertical-align: middle;
    text-align: center;
  }

  .woocommerce div.product .woocommerce-tabs ul.tabs.wc-tabs li a {
    font-weight: 500;
    font-size: 15px;
    line-height: 1.3;
    outline: 0;
  }

  .product-docs-wrapper .doc-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #fff;
    border-top: 2px solid black;
  }

  .single-product .enquiry-form h3 {
    font-size: 22px;
  }

  .single-product
    .enquiry-form
    input.wpcf7-form-control.wpcf7-submit.has-spinner {
    padding: 10px 17px;
    background-color: #dd3333;
    font-size: 17px;
    font-weight: 500;
  }

  body .summary .cart .single_add_to_cart_button.button.alt {
    font-size: 17px;
    padding: 13px 25px;
  }

  .product-docs-wrapper .doc-item .doc-icon i {
    font-size: 30px;
  }

  .product-docs-wrapper .doc-item .doc-link {
    text-align: end;
    padding: 13px 55px;
    background-color: black;
    margin-top: 15px;
  }

  .woocommerce div.product .woocommerce-tabs .panel {
    padding: 40px 10px;
  }

  .archive h2.h2-Subheading {
    font-size: 28px;
  }

  .archive h3.area-heading {
    font-size: 28px;
  }

  .archive .woocommerce-products-header {
    padding-bottom: 20px;
    border-bottom: 1px solid #333333;
  }
  .single-product header h2.woocommerce-products-header__title.page-title {
    margin: 0px;
    line-height: 1;
  }
  .single-product header {
    margin-bottom: 50px;
  }
  .single-product a.btn.btn-md.addtocartbutton {
    background: #323232;
    padding: 5px 20px;
    font-size: 15px;
    font-weight: 400;
  }
  .archive ul li a.btn.btn-md.addtocartbutton {
    background: #323232;
    padding: 5px 20px;
    font-size: 15px;
    font-weight: 400;
  }
  .archive ul.products li.product .woocommerce-loop-product__title {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .archive header h1.woocommerce-products-header__title.page-title {
    padding-bottom: 0px;
    border: none;
  }
  .archive header h2.woocommerce-products-header__title.page-title {
    padding-bottom: 0px;
    border: none;
  }
  .archive header.woocommerce-products-header {
    margin-bottom: 50px;
  }
  .archive nav.woocommerce-breadcrumb {
    margin-bottom: 6px;
  }
  .single-product .woocommerce-products-header {
    padding-bottom: 20px;
    border-bottom: 1px solid #333333;
  }

  .subcategory-tile {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .subcategory-tile {
    padding: 18px 12px 20px;
  }

  body.single-product div.product.post-23565 form.cart div.quantity,
  body.single-product div.product.post-14762 form.cart div.quantity {
    margin-right: 20px !important;
  }

  body main .page-content article {
    width: calc(100%);
    border: 1px solid;
    padding: 20px;
  }

  body main h2.entry-title {
    font-size: 22px;
  }

  body.single-post main h2 {
    font-size: 22px;
    margin: 0;
  }

  body.single-post .page-header h1.entry-title,
  body.category .page-header h1.entry-title {
    margin-inline: 0;
    padding: 0;
    font-size: 30px;
  }

  .woocommerce-cart .woocommerce .woocommerce-cart-form {
    display: flex;
    flex-direction: column;
    gap: 0px;
  }

  .woocommerce-cart .woocommerce .woocommerce-cart-form .col-md-9 {
    width: 100%;
  }

  .woocommerce-cart .woocommerce .woocommerce-cart-form .col-md-3 {
    width: 100%;
  }

  .woocommerce .woocommerce-cart-form table.shop_table {
    border: none;
  }

  table tbody td.product-name a {
    color: #040404;
    font-size: 14px;
    width: 60%;
    line-height: 1.5;
    display: inline-block;
  }

  body .woocommerce table.shop_table_responsive tr td::before,
  .woocommerce-page table.shop_table_responsive tr td::before {
    content: attr(data-title) ": ";
    font-weight: 600;
    float: left;
    font-size: 15px;
  }

  .woocommerce-cart-form table tbody tr {
    border: 1px solid #bbbbbb;
    margin-bottom: 40px;
  }

  .woocommerce-cart-form .cart-sidebar .cart_totals table {
    border: 1px solid #959595 !important;
  }

  .woocommerce-cart-form .cart-sidebar .cart_totals table tbody tr {
    border: none;
    margin-bottom: 0px;
  }

  .woocommerce-cart .woocommerce .woocommerce-cart-form table.shop_table {
    border: none;
  }

  .woocommerce-cart-form table tbody td.product-name a {
    font-size: 14px;
  }

  .woocommerce-checkout #payment li.wc_payment_method div.payment_box {
    padding: 0px;
  }

  .single-product main .product form .quantity input.qty {
    border-radius: 0;
    min-height: 43px;
    margin-right: 20px;
  }

  .single-product main .upsells h2 {
    font-size: 24px;
  }

  .single-product main .upsells {
    padding-top: 50px;
  }

  .faux-select li .options.open {
    max-width: 80%;
  }

  body.search-results .page-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  body.search-results .page-content article {
    width: calc(100%);
    border: 1px solid;
    padding: 10px;
  }

  body.search-results h2.entry-title {
    margin: 0;
    font-size: 18px;
  }

  .single_variation_wrap .variations_button,body.single-product form.cart{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 20px;
  }
  
  .single_variation_wrap .variations_button , body.single-product form.cart{
    display: flex;
    justify-content: center;
    align-items: center;
  }

  body .woocommerce-variation-add-to-cart .added_to_cart,body.single-product a.added_to_cart.wc-forward {
    margin-left: 0px;
  }

  body #pm_menu .whmc_ft-buttons-con .chekouttxtvalues {
    margin-bottom: 8px;
  }

  body #pm_menu{
    width: 100%;
  }
  .security-table td a {
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  button.single_add_to_cart_button.button.alt.loading, button.single_add_to_cart_button.button.alt.added.loading{
  padding: 13px 45px 13px 25px !important;
}


  /* Home page Css */


  .bollard-details-section .ekit-wid-con .elementkit-tab-wraper .elementkit-tab-nav .elementkit-nav-item .elementkit-nav-link.active{
    border-top-color: #000;
    border-left-color: #d3d3d3;
  }

  .bollard-details-section .ekit-wid-con .elementkit-tab-wraper .elementkit-tab-nav .elementkit-nav-item:first-child a {
    border-top-color: #d3d3d3;
  }

  .bollard-details-section .ekit-wid-con .elementkit-tab-wraper .elementkit-tab-nav .elementkit-nav-item:first-child a.active {
    border-top-color: #000;
  }

  .bollard-details-section .ekit-wid-con .elementkit-tab-wraper .elementkit-tab-nav .elementkit-nav-item:last-child a {
    border-bottom-color: #d3d3d3;
  }

  .bollard-details-section .ekit-wid-con .elementkit-tab-wraper .elementkit-tab-nav .elementkit-nav-item:last-child a.active {
    border-bottom-color: #DBDBDB;
  }

  .bollard-details-section .e-con-inner .elementor-element .elementkit-tab-wraper .elementkit-tab-content {
    text-align: center;
  }

  .architecture-accordion-section .elementor-shortcode .product-cat-by-meta a {
      display: inline-block;
      margin: 8px 8px;
      padding: 10px 16px;
      background-color: #fcb900;
      color: black;
      font-size: 16px;
      transition: color .3s ease-in-out;
  }

  body.single.single-post main .blog-layout-wrapper{
      flex-direction: column;
      gap: 30px;
    }

    body.single.single-post main .blog-layout-wrapper .page-content{
        width:100%;
    }

    body.single.single-post main .blog-layout-wrapper .blog-sidebar{
        width: 100%;
        padding: 25px;
    }

    body.single.single-post main nav.breadcrumb{
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #ddd;
    }

}
