
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');


:root{
    --bs-border-color: #bcbdbe;
}

body{
	margin: 0px;
	padding: 0px;
    font-size: 15px !important;
    color: #3a3a3a;
    font-family: "Inter", sans-serif !important;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1400px;
  }
}


.btn {
  border-radius: 10px;
  padding: 7px 25px  !important;
  border: none !important;
  text-transform: uppercase;
  min-width: 100px;
}

.btn-theme {
  background-color: #2457AA !important;
  color: #fff !important;
}

.btn-theme:hover,
.btn-theme:focus,
.btn-theme:active,
:not(.btn-check)+.btn:active{
    background-color: #2457AA;
    color: #fff;
    border: none !important;
    box-shadow: 0px 0px 5px #2457aa;
}

.btn-theme.active{
    background-color: #ffd200 !important;
    color: #333 !important;
}

.btn-theme2{
    background-color: #ffd200 !important;
    color: #333 !important;
}

.btn-theme2:hover,
.btn-theme2:focus,
.btn-theme2:active,
:not(.btn-check)+.btn:active{
    background-color: #ffd200;
    color: #333;
    border: none !important;
    box-shadow: 0px 0px 5px #ccc;
}

button:focus:not(:focus-visible){
  outline: unset !important;
}

.form-label{
/*    text-transform: uppercase;*/
    margin-bottom: 5px;
}

.required{
    color: red;
}

h6{
    color: #2457AA;
    font-weight: 600;
}

 #triangle-right {
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-left: 70px solid #ffd200;
  border-bottom: 50px solid transparent;
}

#carouselExampleIndicators .carousel-item img{
	width: 100%;
	height: 95vh;
	object-fit: cover;
	object-position: center;
}

#carouselExampleIndicators .carousel-item .carousel-caption{
    left: unset;
    right: 5%;
    bottom: 5vh;
}

#carouselExampleIndicators .carousel-item .carousel-caption h1{
    font-weight: 600;
}

.searchbar{
	border-radius: 20px;
}

.searchbar input[type=text]{
    border-radius: 20px 0px 0px 20px;
}

.searchbar button{
    border-radius: 0px 20px 20px 0px !important;
    background-color: #ffd200 !important;
    color: #333 !important;
    margin-top: 0px !important;
    padding: 8px 15px 8px 12px!important;
    min-width: unset !important;
    font-size: 16px !important;
}

.searchbar button i{
    color: #333 !important;
}

#carouselExampleIndicators{
	position: relative;
}

header{
	position: absolute;
	top:0px;
	left: 0;
	right: 0;
  z-index: 1;
}

/*header .top-bar a{
    color: #fff;
    text-decoration: none;
}

header .top-bar a:hover{
    color: #fff;
    text-decoration: underline;
}*/

@media (max-width: 768px) {
    header .top-bar{
        /*text-align: center;*/
        margin-top: 35px;
    }
}

header .tool-search .card{
    background: url(../images/search-bg.png) center center;
    background-position: center;
    background-size: cover;
}

.header-bg{
    background: url(../images/inner-slider.png) center center;
    background-size: cover;
    background-position: top;
    height: 140px;
}

@media (max-width: 768px) {
    .header-bg{
        height: 130px;
    }
}

@media (max-width: 450px) {
    .top-bar img{
        width: auto;
        height: 80px;
    }

    .header-bg{
        height: 180px;
    }
}

[id^="tool-search-content-"] .tab-pane {
  padding: 15px 15px 0px 15px;
}

[id^="stock-data-container-"] {
  padding: 15px 0px 0px;
}

.navbar.navbar-expand-lg{
	background: #2457AA;
}

.navbar.navbar-expand-lg .navbar-nav .nav-item{
	padding: 0px 10px;
	/*border-left: 1px solid #fff;
	border-right: 1px solid #fff;*/
}

.navbar.navbar-expand-lg .navbar-nav .nav-item .nav-link{
	color: #fff;
}

  .navbar.navbar-expand-lg .navbar-nav .nav-item .nav-link:hover {
    color: #FFD200;
  }

.navbar.navbar-expand-lg .navbar-nav .nav-item.login{
	background-color: #FFD200;
}

.navbar.navbar-expand-lg .navbar-nav .nav-item.login .nav-link{
	color: #2457aa;
}

.navbar.navbar-expand-lg .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item{
    font-size: 15px;
    color: #2457aa;
}

.navbar.navbar-expand-lg .navbar-nav .nav-item .nav-link {
    position: relative;
}

.navbar.navbar-expand-lg .navbar-nav .nav-item .nav-link span.cart-count{
    background-color: #FFD200;
    color: #2457aa;
    font-size: 12px;
    border-radius: 50%;
    padding: 0px 3px;
    position: absolute;
    top: 4px;
    left: 18px;
}


h3{
	color: #2457AA;
}


.navbar-nav{
	display: flex;
    justify-content: space-between;
    width: -webkit-fill-available;
}

.navbar.navbar-expand-lg .navbar-toggler{
    color: #fff;
    border: none;
}

.navbar.navbar-expand-lg .navbar-toggler label{
    font-size: 16px;
}

.navbar.navbar-expand-lg .navbar-toggler .navbar-toggler-icon{
    filter: invert(1);
}

@media (max-width: 768px) {
  .navbar.navbar-expand-lg{
    /*background: transparent;*/
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 9999;
  }  
}


#myCarousel {
    margin-top: 50px;
}

@media (max-width: 768px) {
    .carousel-inner .carousel-item>div {
        display: none;
    }

    .carousel-inner .carousel-item>div:first-child {
        display: block;
    }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-start,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}

@media (min-width: 768px) {

    .carousel-inner .carousel-item-right.active,
    .carousel-inner .carousel-item-next,
    .carousel-item-next:not(.carousel-item-start) {
        transform: translateX(25%) !important;
    }

    .carousel-inner .carousel-item-left.active,
    .carousel-item-prev:not(.carousel-item-end),
    .active.carousel-item-start,
    .carousel-item-prev:not(.carousel-item-end) {
        transform: translateX(-25%) !important;
    }

    .carousel-item-next.carousel-item-start,
    .active.carousel-item-end {
        transform: translateX(0) !important;
    }

    .carousel-inner .carousel-item-prev,
    .carousel-item-prev:not(.carousel-item-end) {
        transform: translateX(-25%) !important;
    }

}

@media (max-width: 768px) {
    .carousel-inner .carousel-item div{
        width: 100%;
    }
}

#myCarousel .carousel-item .card{
    border: none;
}

#myCarousel .carousel-item .card-footer{
    text-transform: uppercase;
}

#myCarousel .carousel-control-prev,
#myCarousel .carousel-control-next{
    background-color: #fff;
}

#myCarousel .carousel-control-prev .carousel-control-prev-icon,
#myCarousel .carousel-control-next .carousel-control-next-icon{
    fill: #333;
    filter: brightness(0.5);
}

[id^="tool-search-"] .nav-item {
  width: 50%;
}

[id^="tool-search-"] .nav-item .nav-link{
    width: 100%;
    background-color: #818285;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #818285;
}

[id^="tool-search-"] .nav-item .nav-link.active{
    background-color: #fff;
    color: #333;
}

.tool-search .card{
    background-color: #eee;
    text-transform: uppercase;
}

.tool-search .card .input-group .form-control{
    border-radius: 25px 0px 0px 25px;
}

.tool-search .card .form-control,
.tool-search .card .form-select{
    border-radius: 25px 25px;
}

.tool-search .card .input-group .btn{
    border-radius: 0px 25px 25px 0px;
    border-left: none;
    background-color: #fff;
    border-right: 1px solid #dee2e6;
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    border-left: none;
    z-index: unset;
    padding-right: 5px;
    padding-left: 5px;
    min-width: unset;
    padding-top: unset;
    padding-bottom: unset;
}

.tool-search .card .input-group .btn i{
    padding: 5px;
    border-radius: 50%;
    background-color: #bcbdc0;
    color: #333;
}



.industries h6{
    padding: 10px 15px;
    background-color: #eee;
    font-size: 14px;
}



footer{
    background-color: #9d9fa2;
    color: #fff;
    margin-top: 200px;
}

footer h6{
    color: #fff;
}

footer ul{
    list-style: none;
}

footer ul li{
    margin-left: -30px;
    line-height: 30px;
}

footer ul li a,
footer a{
    color: #fff;
    text-decoration: none;
}

  footer ul li a:hover,
  footer a:hover {
    text-decoration: underline;
    color: #fff;
  }

footer .socail-icons-footer{

}

footer .socail-icons-footer span{
    background-color: #fff;
    color: #9d9fa2;
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
}

footer .socail-icons-footer span i{
    font-size: 20px;
    line-height: 32px;
}

footer .socail-icons-footer a{
    color: #9d9fa2;
    text-decoration: none;
    margin: 0px 0px 0px 10px;
}

.news{
    background-color: #f1f1f2;
}

.sticked {
    position: fixed !important;
    width: 100%;
    top: 0;
    box-shadow: var(--box-shadow);
    z-index: 9998;
    /*animation: sticky 0.4s;*/
}

.about-index{
    position: relative;
}

.about-index #triangle-right{
    position: absolute;
    left: 0px;
    top: 5px;
}


/*.industries-map img     {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width:100%;
}*/

.industries-map img[usemap] {
    border: none;
    height: auto;
    max-width: 100%;
    width: auto;
}  
map{
    position: relative;
}
map area{
    position: absolute;
    z-index: 2;
}

.contact-form .card{
    background-color: #e3e4e5;
    border: none;
}

.contact-form .card textarea{
    min-height: 150px;
    max-height: 150px;
}

.socail-icons span{
    background-color: #2457AA;
    color: #fff;
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 50%;
    line-height: 30px;
}

.socail-icons span i{
    font-size: 26px;
    line-height: 40px;
}

.socail-icons a{
    color: #fff;
    text-decoration: none;
    margin: 0px 15px;
}

.slider-wrapper{
    position: relative;
}

.slider-wrapper .building{
    width: 350px;
    height: auto;
    position: absolute;
    bottom: -50px;
}

.slider-wrapper .building img{
    width: 100%;
    height: auto;
}


.industry-bg .accordion,
.industry-bg .accordion-item,
.industry-bg .accordion-button:not(.collapsed){
    background-color: transparent;
}

.industry-bg .accordion-button{
    padding-left: 30px;
    font-size: 18px;
    color: #2457AA;
    text-transform: uppercase;
    background-color: transparent;
}

.industry-bg .accordion-button::after{
    position: absolute;
    left: 0;
    background-image: url(../images/yellow-arrow.png);
    background-size: contain;
}

.industry-bg .accordion-button:not(.collapsed)::after {
    background-image: url(../images/yellow-arrow.png);
    background-size: contain;
    transform: rotate(-270deg);;
}

.industry-bg{
    background-color: #eff0f0;
}


.products-cat h6{
    text-transform: uppercase;
    color: #333;
    font-weight: 600;
}

.service h3{
    color: #333;
    font-weight: 800;
    position: relative;
}

.service h3::after{
    background-image: url(../images/yellow-arrow.png);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    content: '';
    top:10px;
    left: -20px;
}

.tool-select h2{
    background-color: #2457AA;
    color: #fff;
    font-size: 20px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    margin-right: 10px;
    position: relative;
}

.tool-select h2::after{
    background-image: url(../images/yellow-arrow.png);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    content: '';
    top:10px;
    left: -20px;
}

.tool-select .btn.btn-secondry{
    background-color: #ffd200;
    color: #333;
    padding: 4px 10px;
    font-size: 14px;
}


.tool-select .switch {
  position: relative;
  display: inline-block;
  width: 90px;
  height: 34px;
}

.tool-select .switch input {
  display: none;
}

.tool-select .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #2457aa;
  -webkit-transition: .4s;
  transition: .4s;
}

.tool-select .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.tool-select input:checked + .slider {
  background-color: #ffd200;
}

.tool-select input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

.tool-select input:checked + .slider:before {
  -webkit-transform: translateX(55px);
  -ms-transform: translateX(55px);
  transform: translateX(55px);
}

/*------ ADDED CSS ---------*/
.tool-select .on {
  display: none;
}

.tool-select .on, .tool-select .off {
  color: white;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  font-size: 14px;
  font-family: Verdana, sans-serif;
  user-select:none;
}

.tool-select .on{
    color: #333 !important;
}

.tool-select input:checked + .slider .on {
  display: block;
}

.tool-select input:checked + .slider .off {
  display: none;
}

/*--------- END --------*/

/* Rounded sliders */
.tool-select .slider.round {
  border-radius: 34px;
}

.tool-select .slider.round:before {
  border-radius: 50%;
}

.table-responsive .table thead th{
    background-color: #2457AA !important;
    color: #fff !important;
}


@media (min-width: 574px) {

    .industries-view-mobile{
        display: none;
    }

    .industries-view{
        display: block;
    }

}

@media (max-width: 575px) {

    .industries-view-mobile{
        display: block;
    }

    .industries-view{
        display: none;
    }

}

#carouselExampleAutoplaying .carousel-control-prev .carousel-control-prev-icon, 
#carouselExampleAutoplaying .carousel-control-next .carousel-control-next-icon{
    filter: invert(1);
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
}

.cart-btn-wrapper{
    position: relative;
}

.cart-btn-wrapper .cart-btn{
    font-size: 18px;
    margin-top: 10px;
    display: inline-block;
    color: #FFD200;
    margin-left: 20px;
}

.cart-btn-wrapper .cart-btn span{
    background-color: #2457aa;
    color: #FFD200;
    font-size: 12px;
    border-radius: 50%;
    padding: 0px 3px;
    position: absolute;
    top: 7px;
    right: 50px;
}

.cart-btn-wrapper label{
    color: #fff;
    margin-left: 10px;
    font-size: 15px;
}


.popover{
    min-width: 300px;
    font-family: "Inter", sans-serif;
}

.cart-flyout .prod-img img{
    width: 60px;
    height: 60px;
    border-radius: 4px;
    object-fit: cover;
    object-position: center;
}

.cart-flyout .btn.btn-danger{
    padding: 5px;
    height: 25px;
    line-height: 14px;
    background-color: transparent;
    color: red;
    min-width: unset;
}

.top-nav{
    color: #fff;
    border-bottom: 1px solid #2457aa;
    padding-top: 10px;
    padding-bottom: 10px;
}

.top-nav a{
    color: #fff;
    text-decoration: none;
}

  .top-nav a:hover {
    color: rgba(255,255,255,0.8);
  }

.top-nav ul{
    float: right;
    list-style: none;
    margin-bottom: 0px;
}

.top-nav ul li{
    float: left;
    margin-left: 25px;
}

.top-nav i{
    color: #FFD200;
}

.top-bar .cart-icon-block .btn {
  border-radius: 20px;
  padding: 7px 15px;
  margin-top: 5px;
  border-color: transparent !important;
  font-size: 15px;
  background-color: transparent !important;
  color: #fff !important;
}

.top-bar .btn i{
    color: #FFD200;
}


.top-bar .dropdown-menu .dropdown-item{
    font-size: 15px;
    color: #2457aa;
    font-family: "Inter", sans-serif;
}

.mobile-menu-view{
    display: none;
}

@media (max-width: 992px) {
    .header-mobile{
        display: none;
    }

    .top-bar .dropdown button label,
    .top-bar .cart-btn label{
        display: none;
    }

    .cart-btn-wrapper .cart-btn span{
        right: 10px;
    }
}

@media (max-width: 768px) {
    .top-nav{
        display: none;
    }
    .mobile-menu-view{
        display: block;
    }
}


.quick-order,
.cart-table{
    overflow-x: auto;
}

.quick-order input[type=number],
.cart-table input[type=number]{
    max-width: 100px;
    min-width: 85px;
    float: none;
    margin: 0px auto;
    text-align: center;
}

.quick-order input[type=text]{
    max-width: 150px;
    min-width: 150px;
}

.quick-order table thead th,
.cart-table table thead th{
    vertical-align: middle;
}

.quick-order table tbody td,
.cart-table table tbody td{
    vertical-align: middle;
    /*white-space: nowrap;*/
}

.quick-order table tbody td .btn{
    border-radius: 4px;
    padding: 8px 12px;
    min-width: unset;
}

.sidebar .accordion-body ul{
    list-style: none;
    margin-left: -30px;
}

  .sidebar .accordion-body ul li {
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: baseline;
  }

.sidebar .accordion-body ul li a{
    color: #333;
    text-decoration: none;
    display: block;
    padding: 10px 10px;
}

.sidebar .accordion-body ul li a span.badge{
    width: 10px;
    height: 15px;
    border-radius: 3px;
}

.sidebar .accordion-body ul li a input[type=checkbox]{
    margin-bottom: 0px;
}


.sidebar .accordion-body ul li a:hover{
    font-weight: 700;
    color:  #2457aa;
    /*background-color: #cfe2ff;*/
}

.sidebar .accordion-button:not(.collapsed) {
    background-color: transparent;
    font-weight: 700;
}


.product-list-table table th,
.product-list-table table td{
    text-align: center;
    vertical-align: middle;
}

  .product-list-table table td input[type=number] {
    width: 80px;
    text-align: center;
    float: none;
    margin: 0px auto;
  }

.product-list-table table td button{
    border-radius: 4px;
    padding: 5px;
    min-width: unset;
    padding: 5px 10px;
}

.product-list-table table td{
    white-space: nowrap;
}

.product-list-table table td a{
    color: #2457aa;
}

.product-list-table{
    overflow-x: auto;
}

.my-account .tab-content table thead th, 
.my-account .tab-content table tbody td{
    vertical-align: middle;
}


.my-account .tab-content table tbody td button{
    border-radius: 4px;
    padding: 5px;
    min-width: unset;
    padding: 5px 10px !important;
}

.breadcrumb{
    background-color: #eee !important;
    padding: 10px 10px !important;
}

.breadcrumb li a{
    color: #2457AA;
    text-decoration: none;
}

.pagination li a{
   color: #2457AA; 
}


@media (max-width: 991px) {

    .my-account .nav.flex-column.nav-pills{
        display: flex;
        flex-direction: row !important;
        min-width: 1500px;
    }

    .my-account .nav.flex-column.nav-pills button{
            display: inline-block;
            width: fit-content;
            margin-right: 15px;
    }

    .my-account .tab-nav-btn{
        overflow-x: auto;
    }

    .my-account table thead th, 
    .my-account table tbody td{
        white-space: nowrap;
    }

    .my-account .btn-wrapper .btn, 
    .button-wrapper .btn{
        width: 100%;
        margin-bottom: 10px;
    }

    .row.top-bar{
        position: relative;
    }

    .row.top-bar .cart-icon-block{
        position: absolute;
        top: 10px;
        right: 0;
    }

    .header-bg{
        height: 200px;
    }

    #triangle-right{
        display: none;
    }

    .slider-wrapper .building {
        width: 200px;
        height: auto;
        position: absolute;
        bottom: -50px;
    }
}


.catalogues .card{
    border: none;
    margin-bottom: 15px;
    margin-top: 10px;
}

.catalogues .card .card-footer{
    background-color: transparent;
}

.sidebar-item.recent-post ul li{
    list-style: none;
    display: flex;
    justify-content: left;
    margin-left: -30px;
    color: #fff;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

.sidebar-item.recent-post ul li a{
    text-decoration: none;
}

.sidebar-item.recent-post ul li .thumb{
    display: inline-block;
    margin-right: 15px;
    text-align: center;
}

.sidebar-item.recent-post ul li .thumb .date{
    background-color: #2457AA;
    color: #fff;
    width: 70px;
}

.sidebar-item.recent-post ul li .thumb .date strong{
    font-size: 18px;
    font-weight: 700;
    display: block;
}

.sidebar-item.recent-post ul li .thumb .date span{
    background-color: #ffd200;
    display: block;
    color: #333;
    font-weight: 500;
}

.sidebar-item.recent-post ul li .info a{
    color: #2457AA;
    font-size: 15px;
    font-weight: 500;
}

.accordion-button{
    font-weight: 700;
}


.product__carousel {
  display: block;
  max-width: 700px;
  margin: 1em auto 3em;
}
.product__carousel a {
  display: block;
  margin-bottom: 15px;
}

.product__carousel .gallery-top {
    border: 1px solid #ebebeb;
    border-radius: 3px;
    margin-bottom: 5px;
    max-height: 400px;
}
.product__carousel .gallery-top .swiper-slide {
    position: relative;
    overflow: hidden;
}
.product__carousel .gallery-top .swiper-slide a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.product__carousel .gallery-top .swiper-slide a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.product__carousel .gallery-top .swiper-slide .easyzoom-flyout img {
    min-width: 100%;
    min-height: 100%;
}
.product__carousel .swiper-button-next.swiper-button-white,
.product__carousel .swiper-button-prev.swiper-button-white {
    color: #ff3720;
}
.product__carousel .gallery-thumbs .swiper-slide {
    position: relative;
    transition: border .15s linear;
    border: 1px solid #ebebeb;
    border-radius: 3px;
    cursor: pointer;
    overflow: hidden;
    /*height: calc(100% - 2px);*/
    height: calc(100% - 50%);
}
.product__carousel .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
    border-color: #000;
}
.product__carousel .gallery-thumbs .swiper-slide img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    max-width: 100%;
}

.materials span img{
    max-width: 50px;
    margin-right: 15px;
}

.series-attributes img{
    max-width: 350px;
}

.company-policies .card a{
    display: block;
    color: #2457AA;
    text-decoration: none;
}

.company-policies .card a:hover{
    font-weight: 700;
}

.footer-graphic-wrapper{
    position: relative;
}

.footer-graphic{
    position: absolute;
    left: 0;
    top: -168px;
}

.footer-graphic img{
    max-width: 280px;
    height: auto;
}



@media (max-width: 1024px) {
    footer{
        margin-top: 120px;
    }

    .footer-graphic{
    position: absolute;
        left: 0;
        top: -120px;
    }

    .footer-graphic img{
        max-width: 200px;
        height: auto;
    }
}

@media (max-width: 450px) {
    footer{
        margin-top: unset;
    }

    .footer-graphic{
        display: none;
    }

    .footer-graphic img{
        display: none;
    }
}

.sales-table table th,
.sales-table table td{
    text-align: center;
}

.sales-table table th:nth-child(1),
.sales-table table td:nth-child(1){
    text-align: left;
}

.sales-table table th:nth-child(14),
.sales-table table td:nth-child(14){
    text-align: right;
}


.view-estimates-wrapper table td span{
    display: block;
    color: #2457AA;
}

.category-template-download span a{
    text-decoration: none;
}


@media (max-width: 450px) {
    .btn-wrapper .btn{
        width: 100%;
        margin-left: 0px !important;
        margin-bottom: 10px;
    }
}


.products-cat h6{
    margin-top: 20px;
}

.products-cat img{
    max-width: 200px;
    margin-top: 15px;
}

.products-cat a{
    text-decoration: none;
}

.products-cat div.text-center{
    padding: 15px;
    border: 1px solid #fff;
    margin-bottom: 30px;
}

.products-cat div.text-center:hover{
    border: 1px solid #eee;
    box-shadow: 0px 0px 5px #eee;
    cursor: pointer;
    border-radius: 10px;
    background-color: #fee15d;
}

.fly-over-cart {
  position: absolute;
  top: 20%;
  right: 7%;
  width: 280px;
  z-index: 9999;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
  border-bottom: 1px solid #ddd;
  max-height: 75vh;
  height: auto;
  overflow-y: auto;
}

.gridjs-wrapper,
.gridjs-footer {
  border-radius: 0px !important;
}

.gridjs-table.table {
  border-radius: 0px !important;
}

.gridjs-table.table .gridjs-thead .gridjs-th {
  background-color: #fff;
  color: #000;
  border-color: #ccc;
}

.gridjs-table.table .gridjs-thead .gridjs-th select{
    height: 30px;
    width: auto;
   /* min-width: 120px;*/
    border-radius: 5px;
}

.gridjs-table.table .gridjs-tbody .gridjs-td {
  color: #000;
  border-color: #ccc;
}

.gridjs-table.table .gridjs-tbody .gridjs-td input[type=number]{
    height: 36px;
}

th.gridjs-th .gridjs-th-content {
  overflow: unset !important;
  text-overflow: unset !important;
  /*padding-right: 20px !important;*/
}

.gridjs-th.gridjs-th-sort.gridjs-th-fixed{
    white-space: normal;
}

.product-details-page .materials span img {
  width: 50px;
  height: 50px;
  border: 1px solid #333;
}

.product-details-page .applications span img,
.product-details-page .series-attributes span img {
  box-shadow: 0px 0px 5px #eee;
  margin-right: 8px;
  border: 1px solid #333;
}

.field-validation-error{
    color: red;
}

.card.bg-light{
    border: none;
    box-shadow: 0px 0px 5px #ccc;
}

.card.bg-light .success-sign {
  font-size: 150px;
  color: green;
}

.card.bg-light .result{
    font-size: 26px;
}

.home-news-item img{
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center;
}

.home-news-item a{
    color: #3a3a3a;
    text-decoration: none;
}

#sales-table-container th div{
    white-space:break-spaces;
}

.nop-slider .slider-img {
  height: 90vh;
  max-width: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.admin-header-links {
  background-color: rgba(0,0,0,0.8);
  text-align: center;
  padding: 5px;
  z-index: 999;
  position: fixed;
  /*top: 0;*/
  bottom: 0;
  right: 0;
  left: 0;
}

.admin-header-links a{
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
}

  .admin-header-links a:hover {
    color: #ffd200;
  }

.slider-content {
  position: absolute;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
  right: 5%;
  bottom: 5vh;
  z-index: 99;
}

@media (max-width: 768px) {
  .tool-search {
      font-size: 14px;
  }

  .nop-slider .slider-img{
      height: 100vh;
  }

  .slider-content{
      display: none;
  }
}

@media (max-width: 420px) {
  .tool-search {
    font-size: 12px;
  }

  .nop-slider .slider-img {
    height: 100vh;
  }
}

.searchbar{
    position: relative !important;
}

.search-loader {
  position: absolute;
  right: 65px;
  top: 28px;
  z-index: 9999;
}

.ui-widget-content .ui-state-active {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 2px solid #f7c35f;
  background: #c7dcff;
}

.ui-autocomplete {
  max-height: 345px;
  overflow-y: auto;
  overflow-x: hidden;
  font-size: 14px;
}

  .ui-autocomplete .ui-menu-item a {
    color: #2457AA;
    display: block;
    font-family: "Inter", sans-serif !important;
    padding: 10px;
    font-weight: 500;
    text-decoration: none;
    border-bottom: 2px solid #eee;
  }

    .ui-autocomplete .ui-menu-item a span {
      font-weight: 700;
      display: block;
    }

    .ui-autocomplete .ui-menu-item a small {
      display: block;
      line-height: normal;
    }

    .ui-autocomplete .ui-menu-item a img {
      width: 40px;
      height: 40px;
      object-fit: contain
    }

    .ui-autocomplete .ui-menu-item a small {
      color: #666;
      padding-left: 0;
      font-size: 12px
    }

  .ui-autocomplete::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    border-radius: 10px;
    background-color: #f5f5f5
  }

  .ui-autocomplete::-webkit-scrollbar {
    width: 8px;
    background-color: #f5f5f5
  }

  .ui-autocomplete::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #f7c35f;
  }

.ui-widget.ui-widget-content {
  /*margin-left: -40px !important;*/
}

.ui-autocomplete .ui-menu-item a br {
  display: none;
}

.ui-menu-item.view-all{
    background: #ffd200;
    text-align: center;
    font-weight: 600;
}

  .ui-menu-item.view-all a {
    font-weight: 700;
    color: #333;
  }

  .ui-widget.ui-widget-content {
    margin-right: 5vw;
  }

@media (max-width: 768px) {
  .search-loader {
    position: absolute;
    right: 65px;
    top: 13px;
  }
}


#data-loader {
  position: fixed;
  top: 48vh;
  left: 48vw;
  box-shadow: 0px 0px 5px #ccc;
  border-radius: 50%;
}

  #data-loader img {
    border-radius: 50%;
  }

.cart-table table tr td:nth-child(2){
    width: auto;
    max-width: 450px;
}

.cart-table table tr td:nth-child(2) div div a p{
    word-break: break-all;
}

  .cart-table table tr td:nth-child(2) div div a {
    text-decoration: none;
    color: #2457AA;
  }

  .terms-of-service {
    display: flex;
    align-items: baseline;
    padding: 0px 18px;
    line-height: normal;
  }

.btn-checkout {
  margin: 10px 18px;
}

.terms-of-service #termsofservice {
  margin-right: 5px;
  height: 12px;
}


.offcanvas{
    z-index: 9999 !important;
    max-width: 350px !important;
    width:auto !important;    
}

.offcanvas-body {
  position: relative;
}

.oc-footer {
  position: absolute;
  bottom: 28px;
  left: 15px;
  right: 15px;
}

.offcanvas-body a {
  color: #2457AA;
  text-decoration: none;
  font-weight:600;
}

.ui-dialog-titlebar.ui-corner-all.ui-widget-header {
  background-color: #2457AA;
}

  .ui-dialog-titlebar.ui-corner-all.ui-widget-header .ui-dialog-title {
    color: #fff;
  }



.opc li.tab-section {
  margin-bottom: 10px;
}

  .opc li.tab-section .step-title {
    border-radius: 5px;
  }

.opc .allow .step-title {
  background-color: #2457aa;
  cursor: pointer;
}

.opc .step-title {
  margin: 0 0 1px;
  overflow: hidden;
}

.opc li.tab-section .step-title span.number {
  background: #ffd200;
  color: #333;
  border-radius: 5px 0 0 5px;
  font-weight: 600;
}

.opc .allow .step-title .number, .opc .allow .step-title .title {
  cursor: pointer;
}

.opc .step-title .number {
  width: 42px;
  border-right: 1px solid #fff;
  text-align: center;
}

.opc .step-title .number, .opc .step-title .title {
  float: left;
  min-height: 40px;
  padding: 10px 15px;
  line-height: 20px;
  font-size: 16px;
  font-weight: normal;
}

.opc li.tab-section .step-title .title {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 16px !important;
  text-transform: capitalize;
  margin-top: 0px;
}

.opc .allow .step-title .number, .opc .allow .step-title .title {
  color: #fff;
  cursor: pointer;
}

.opc .step-title .number, .opc .step-title .title {
  float: left;
  min-height: 40px;
  padding: 10px 15px;
  line-height: 20px;
}

.opc .step {
  text-align: left;
  margin: 10px 0;
  padding: 30px 15px;
}

.opc .step-title {
  margin: 0 0 1px;
  overflow: hidden;
  background-color: #f6f6f6;
}

.opc li.tab-section::marker {
  display: none;
  visibility: hidden;
  color: #fff;
}


#checkout-steps .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 38px;
}

#checkout-steps .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
}

#checkout-steps .select2-container .select2-selection--single {
  height: 40px;
}

.payment_option .payment-option-block {
  margin-bottom: 15px;
  box-shadow: 0px 0px 5px #e6e6e6;
  border-radius: 5px;
  padding: 10px 15px;
}

  .payment_option .payment-option-block .custome-radio .form-check-label {
      font-weight: 600;
  }

  .payment_option .payment-option-block .method-description {
    margin-left: 20px;
    color: #948b8b;
  }

.dropdown-item.active, .dropdown-item:active {
  background-color: transparent !important;
}

.ui-dialog-titlebar-close{
    background-color: transparent;
    border: none !important;
}

  .ui-dialog-titlebar-close::before {
    content: 'X';
    color: #fff;
    border: none !important;
  }

.message-error ul{
    padding-left: 0px !important;
    list-style: none;
}

.contact-form .card .card-body{
    padding: 20px;
}

.billing-info-wrap .title,
.shipping-info-wrap .title {
  color: #2457AA;
}

.billing-info-wrap .info-list,
.shipping-info-wrap .info-list{
    list-style: none;
    margin-left: 0px;
    padding-left: 0px;
}

.payment-method-info,
.shipping-method-info{
    margin-top: 20px;
}

.checkout-data a,
.terms-of-service .btn-link {
  color: #2457AA;
  text-decoration: none;
}

  .checkout-data a:hover,
  .terms-of-service .btn-link:hover {
    color: #2457AA;
    text-decoration: underline;
  }

.modal-body #triangle-right{
    display: none;
}

.checkout-page.order-completed-page{
    margin-top: 50px;
}

  .checkout-page.order-completed-page .card .card-body .fas.fa-check-circle {
    font-size: 130px;
    margin-bottom: 20px;
    color: #0fb20f;
  }

.page-body.checkout-data .section.order-completed .title {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 300;
}

.tab-pane .form-group .input-group .btn {
  padding: 0px 5px !important;
  border-right: 1px solid #ced4da !important;
  border-top: 1px solid #ced4da !important;
  border-bottom: 1px solid #ced4da !important;
  border-left: 1px solid #fff !important;
}

.tab-pane .form-group .input-group input[type=text] {
  border-right: 1px solid #fff !important;
}

.offcanvas-items {
  max-height: 75vh;
  overflow-y: auto;
}

.input-group .btn {
  z-index: unset !important;
}

table.gridjs-table {
  table-layout: unset !important;
  font-size: 14px;
}

@media (max-width: 768px) {
  .offcanvas.offcanvas-end {
    margin-top: 40px;
  }

  .offcanvas-items {
    max-height: 70vh;
    overflow-y: auto;
  }
}

.group-product-container .group-product-img img{
    max-height: 500px;
    height: auto;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    object-position: center;
}

.admin-header-links .impersonate{
    color: #fff;
}




.bar-notification-container .bar-notification.success {
  background-color: #2252a0;
  padding: 8px 15px;
  color: #fff;
  text-align: center;
  border-radius: .25rem;
  box-shadow: 0px 0px 5px #767676;
  opacity: 0.9;
}

.bar-notification-container .bar-notification.error {
  background-color: #bd0c0c;
  padding: 8px 15px;
  color: #fff;
  text-align: center;
  border-radius: .25rem;
  box-shadow: 0px 0px 5px #333;
  opacity: 0.9;
}

  .bar-notification-container .bar-notification.success .content,
  .bar-notification-container .bar-notification.error .content {
    margin-bottom: 0px;
    color: #fff;
    padding-right: 30px;
  }

    .bar-notification-container .bar-notification.success .content a,
    .bar-notification-container .bar-notification.error .content a {
      color: #fff;
      font-weight: 900;
    }

  .bar-notification-container .bar-notification.success span.close,
  .bar-notification-container .bar-notification.error span.close {
    position: absolute;
    width: 25px;
    height: 25px;
    right: 10px;
    top: 8px;
  }

    .bar-notification-container .bar-notification.success span.close::before,
    .bar-notification-container .bar-notification.error span.close::before {
      font-family: "Font Awesome 6 Free";
      content: "\f00d";
      display: inline-block;
      padding-right: 3px;
      vertical-align: middle;
      font-weight: 900;
      cursor: pointer;
    }

.bar-notification-container {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 9999;
  bottom: 35px;
  left: 50%;
  transform: translateX(-50%);
}


.ajax-loading-block-window {
  width: 100%;
  height: 100vh;
  background-color: rgba(199, 196, 196, 0.5);
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
}

  .ajax-loading-block-window .ec-ellipsis {
    width: 90px;
    height: 90px;
    position: fixed;
    display: block;
    top: 45vh;
    left: 48vw;
    /*border: 3px solid #ffd200;*/
    border-radius: 50%;
    text-align: center;
  }

    .ajax-loading-block-window .ec-ellipsis::before {
      font-family: "Font Awesome 6 Free";
      content: "\f7d9";
      display: inline-block;
      /*padding-right: 5px;*/
      vertical-align: middle;
      font-weight: 900;
      font-size: 50px;
      color: #2457AA;
      -webkit-animation: spin 4s linear infinite;
      -moz-animation: spin4s linear infinite;
      animation: spin 4s linear infinite;
    }

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


.zoomable__img {
  transform-origin: var(--zoom-pos-x, 0%) var(--zoom-pos-y, 0%);
  transition: transform 0.15s linear;
}

.zoomable--zoomed .zoomable__img {
  cursor: zoom-in;
  transform: scale(var(--zoom, 2));
}

#cart-items-table table thead th:nth-child(2),
#cart-items-table table thead th:nth-child(4),
#cart-items-table table tbody td:nth-child(2),
#cart-items-table table tbody td:nth-child(4){
    text-align: right;
}

#cart-items-table table thead th:nth-child(3),
#cart-items-table table tbody td:nth-child(3){
    text-align: center;
}

.sidebar .accordion {
  font-size: 14px;
}

  .sidebar .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 14px;
    text-transform: uppercase;
  }

.sidebar {
  font-size: 14px;
  margin-bottom: 40px;
}

#clear-filters-btn {
  min-width: unset;
  padding: 6px 12px !important;
}

.product-list-table .table{
    font-size: 14px;
}

.product-list-table .table td a{
    font-size: 13px;
}

@media (min-width: 1200px) {
  .category-page .col-xl-10 {
    width: 75%;
  }

  .category-page .col-xl-2 {
    width: 25%;
  }
}

@media (max-width: 1199px) {
  .category-page .col-xl-10 {
    width: 100%;
  }

  .category-page .col-xl-2 {
    width: 100%;
  }
}


@media print {
  @page {
    margin-top: 0;
    margin-bottom: 0;
  }

  body {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  header,
  .header-menu,
  footer,
  .button-wrapper,
  .breadcrumb,
  .header-bg,
  #triangle-right,
  .admin-header-links {
    display: none;
    opacity: 0;
    visibility: hidden;
  }
}

  .ui-widget-content .ui-state-active,
  .ui-state-active {
    color: #2457AA;
    font-weight: 600;
  }

  @media print {
    header,
    footer,
    #nav {
      display: none !important;
    }

    h3 strong{
        display: none;
    }

    h3::after{
        content: "MA Ford";
    }
  }

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 30px;
  border-radius: 0px;
  border: 1px solid #fff;
  height: 5px;
}

.swiper-horizontal > .swiper-pagination-bullets, 
.swiper-pagination-bullets.swiper-pagination-horizontal, 
.swiper-pagination-custom, 
.swiper-pagination-fraction {
    bottom: 18px !important;
}