@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@100;200;300;400;500;600;700;800;900&display=swap');

body{
	margin: 0;
	padding: 0;
    font-size: 16px;
    font-family: 'Kanit', sans-serif !important;
    color: #231F20;
    line-height: normal;
    font-weight: 300;
}
.pdt-75{
    padding-top: 75px;
}
.pdb-75{
    padding-bottom: 75px;
}
.pdtb-75{
    padding: 75px 0px;
}
.mrt-75{
    margin-top: 75px;
}
.mrb-75{
    margin-bottom: 75px;
}
.mr-5px{
	margin-right:5px;
}

.top-header {
    background: #143E59;
    padding: 5px 0px;
	overflow: hidden;
}

.form-section .col-12 {
    padding: 0px 0px;
}
.wrapper-content {
    background: #EB600A;
    padding: 8px 0px 8px 20px;
}
.login-heading {
    padding-right: 20px;
}

/**page-1-strat-css**/
.registration-heading {
    padding-left: 20px;
}
.wrapper-content h1 {
    font-size: 25px;
    font-weight: bold; 
	text-transform: uppercase;
    line-height: 44px;
    margin: 0;
    color: #143E59;
}
.wrapper-content-banner {
        padding: 60px 0px;
        min-height:88vh;
}
.wrapper-content-banner-checkout {
        padding: 25px 0px 60px;
        min-height:88vh;
}
.wrapper-content-banner-checkout .checkout-page-heading {
    padding-bottom: 0px;
}

.background-color {
    background: #E2DEDE;
   
}
.background-color.productnew-sections{
    background: #E2DEDE;
    padding: 0px 20px;
}
.porter-logo img {
    max-width: 100%;
    width: 170px;
}
.login-btn {
    background: #EB600A;
    border: 0;
    padding: 10px 40px;
    border-radius: 35px;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
	    text-transform: uppercase;
    font-family: 'Kanit', sans-serif;
}
.previous{
	background: #1465A4;
}
.login-button {
    padding-top: 12px;
}
.registration {
    padding: 50px 25px 10px 25px;
}
.form-section label {
    font-size: 16px;
    line-height: 24px;
 	font-family: 'Kanit', sans-serif;
    color: #231F20;
    line-height: normal;
    font-weight: 300 !important;
    letter-spacing: 0.8px;
}
.registration-heading p {
    letter-spacing: 0.8px;
}
.form-section input {
    border: 1px solid #707070;
    box-shadow: none;
    height: 48px;
	font-size: 15px;
    border-radius: 0;
}
.form-section select {
       border: 1px solid #707070;
    box-shadow: none;
    height: 48px;
	font-size: 15px;
    border-radius: 0;
}
.form-section input:focus, .form-section select:focus{
    box-shadow: none;
    border: 1px solid #707070;
}
.form-section a {
    font-size: 16px;
    line-height: 26px;
    color: #1465A4;
    text-decoration: underline;
}
.checklabel{
	height: auto !important;
}

.registration-heading h2 {
    font-size: 24px !important;
    color: #000000;
    font-weight: 700;
    line-height: 34px !important;
    margin-bottom: 10px;
}
.section-register .col-md-6 {
    padding: 0px 5px;
}

.main-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.porter-footer {
    background: #143E59;
    padding: 20px 0px;
}
.footer-contant p {
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    margin: 0;
}
.payment img {
    max-width: 100%;
}
.footer-logo img {
    max-width: 100%;
}
.porter-logo img {
    max-width: 100%;
}

.header-mid-inner i {
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    padding-left: 20px;
}
.header-mid-inner {
    display: inline-flex;
    align-items: center;
}
.cart-contant::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 26px;
    background: #fff;
    left: 10px;
}
.cart-contant {
    position: relative;
}
.cart-contents {
    position: absolute;
    background: #EB600A;
    color: #fff;
    height: 16px;
    min-height: 0 !important;
    width: 16px;
    text-align: center;
    top: -7px;
    left: 25px;
    border-radius: 100%;
    font-size: 11px;
    line-height: 17px !important;
}
.header-mid-inner p {
    padding-left: 9px;
    font-size: 16px;
    color: #fff;
    line-height: 26px;
}
.login-heading::after {
    content: '';
    position: absolute;
    background: #707070;
    height: 100%;
    width: 2px;
    top: 0;
    right: -15px;
}
.login-heading{
    position: relative;
}
/**page-1-end-css**/


/**page-2-strat-css**/

.block-title p {
    font-size: 16px;
    line-height: 24px;
    color: #000;
}
.remember #checkbox {
    margin-right: 10px;
} 
/**page-2-end-css**/

/**page-2-strat-css**/
.search-product input {
    width: 100%;
    border: 2px solid #d1d1d1;
    border-radius: 40px;
    height: 40px;
    padding: 0 36px 0 20px;
    border: none;
    outline: none;
}
.search-product {
    width: 50%;
    position: relative;
    margin-right: auto;
    padding-left: 35px;
}
.search-product button {
    position: absolute;
    right: 1px;
    width: 35px;
    background: #1465A4 !important;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    height: 40px;
    border: none;
    color: #fff;
    top: 0px;
}
.pages-link a  {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 26px;
    color: #000;
    text-decoration: none;
}
.pages-link span {
    padding-right: 10px;
    padding-left: 10px;
}
.footer-logo img {
    max-width: 100%;
    width: 250px;
}
/**page-2-end-css**/

.tabs-nav li {
    padding-right: 50px;
}
.tabs-nav {
    display: inline-flex;
    list-style: none;
    padding-left: 12px;
}
.tabs-section  .nav-item a::after {
    width: 10px;
    height: 10px;
    position: absolute;
    top: 18px;
    left: 5px;
    content: "";
    border-radius: 100%;
    background: #1465A4;
}
 .tabs-section .nav-item a::before {
    width: 22px;
    height: 22px;
    position: absolute;
    top: 12px;
    left: 0px;
    content: "";
    background: #1465A4;
    aspect-ratio: 1;
    clip-path: polygon(93.04% 75.45%,49.48% 100.00%,6.44%
     74.55%,6.96% 24.55%,50.52% 0.00%,93.56% 25.45%,93.04%
      75.45%,calc(93.56% - 17.42px) calc(25.45% - -9.82px),
      calc(50.52% - 0.21px) calc(0.00% - -20px),calc(6.96% - -17.21px)
       calc(24.55% - -10.18px),calc(6.44% - -17.42px)
        calc(74.55% - 9.82px),calc(49.48% - -0.21px)
         calc(100.00% - 20px),calc(93.04% - 17.21px)
          calc(75.45% - 10.18px),calc(93.56% - 17.42px)
           calc(25.45% - -9.82px));
}

.shapes img {
    width: 100%;
    cursor:pointer;
}
.shapes::after {
    width: 90px;
    height: 90px;
    position: absolute;
    top: -15px;
    left: -15px;
    content: "";
    background: #1465A4;
    aspect-ratio: 1;
    clip-path: polygon(93.04% 75.45%,49.48% 100.00%,6.44% 74.55%,6.96%
     24.55%,50.52% 0.00%,93.56% 25.45%,93.04% 75.45%,calc(93.56% - 17.42px)
      calc(25.45% - -9.82px),calc(50.52% - 0.21px) calc(0.00% - -20px)
      ,calc(6.96% - -17.21px) calc(24.55% - -10.18px),calc(6.44% - -17.42px)
      calc(74.55% - 9.82px),calc(49.48% - -0.21px) calc(100.00% - 20px)
      ,calc(93.04% - 17.21px) calc(75.45% - 10.18px),calc(93.56% - 17.42px)
       calc(25.45% - -9.82px));
}
.images-bogls-contant {
    width: 60px;
    height: 60px;
    aspect-ratio: 1;
    clip-path: polygon(93.04% 75.45%,49.48% 100.00%,6.44% 74.55%,6.96% 24.55%,50.52% 0.00%,93.56% 25.45%);
    position: relative;
    overflow: hidden;
    text-align: center;
    line-height: 52px;
    margin: 0 auto;
}
.tabs-section li.nav-item {
    position: relative;
    padding: 0px 16px;
}
.main-tabs-section {
    display: grid;
    grid-template-columns: repeat(13, 1fr);
    gap: 2px 1px;
    margin-top: 15px;
}
.fasteners-contant {
    text-align: center;
    margin-top: 16px;
}
.fasteners-contant p {
    font-size: 15px;
    line-height: 18px;
    color: #143E59;
    font-weight: 400;
    margin-bottom: 5px;
}

.main-section-tabs {
    padding: 5px 0px 20px;
}
.accordion-section-contant h6 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    color: #000000;
}
.tab-content {
    padding-top:10px;
}
.tabs-section, .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    
    border-color: none !important;
    outline: none;
}
.tabs-section, .nav-tabs .nav-link:focus{
    border: none !important;
    outline: none !important;
}
.tabs-section h6 {
    font-size: 24px;
    line-height: 32px;
    color: #000000;
font-weight: 700;
}
 .nav-link.active {
    border-bottom: 1px solid #000 !important;
    background: none;
    border: none !important;
    outline: none !important;
}
 
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover{
    border-color: transparent; 
}
.accordion-title {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.accordion-heading h6 {
    font-size: 20px;
    color: #000;
    line-height: 30px;
    font-weight: 700;
}
.header-card {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.btn btn-link .fa-add:before, .fa-plus:before {
    content: "\f04b";
}
.btn.focus, .btn:focus {
    outline: none; 
    box-shadow: none; 
}
.nav-item.por-type a::after{
background: #EB600A;
}
.nav-item.por-type a::before{
background: #EB600A;
}

.accordion-section {
    display: flex;
    justify-content: space-around;
}
.title {
    display: flex;
    justify-content: space-around;
    position: relative;
}

.title::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0px;
    width: 20px;
    background-image: url(../images/icon-right.png);
    height: 20px;
    background-repeat: no-repeat;
}
.title-contant p {
    margin: 0;
    font-size: 14px;
    
    color: #000000;
}
.color {
    background: #D0E2F1;
}
.card .card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: none !important; 
     border-bottom: 1px solid rgba(0,0,0,.125);
}
.card-body {
    background: #fff;
}
.card {
   border:none; 
    border-radius: 0px !important;
}
.card .card-header {
    border-bottom: 0px;
}
.block-title p{
	letter-spacing: 0;
}
/*
.wrapper-content h1, .products_title {
    font-size: 25px;
    font-weight: bold;
    line-height: 40px;
    margin: 0;
    color: #EB600A;

}
*/
.products_title {
    font-size: 25px;
    font-weight: bold;
    line-height: 40px;
    margin: 0;
    color: #EB600A;

}

/*
.search-product {
    width: 100%;
    position: relative;
    margin-right: auto;   
    display: flex;
    align-items: center;
    justify-content: space-around;
}
*/
.search-product {
    width: 100%;
    position: relative;
    margin-right: auto;
    /* padding-left: 35px; */
    display: flex;
    align-items: center;
    justify-content: start;    
}

.newsearch {
    position: relative;
    padding: 1px 25px;
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
    text-transform: uppercase;
    color: #143E59;
    text-decoration: none;
}
.newsearch:before {
    position: absolute;
    content: "";
    background: #fff;
    width: 1px;
    height: 85%;
    border-top: 0;
    top: 5px;
    right: 0;
}
.newsearch:after {
    position: absolute;
    content: "";
    background: #fff;
    width: 1px;
    height: 85%;
    border-top: 0;
    left: 0;
    top: 3px;
}
.newsearch:hover {
    color: #fff;
    background: #1465a4;
    text-decoration: none;
}
.newsearch:hover:after, .newsearch:hover:before {
    background: #1465a4;
}
.search-product input {
    width: 100%;
    border: 2px solid #d1d1d1;
    border-radius: 40px;
    height: 32px;
    padding: 0 36px 0 20px;
    border: none;
    outline: none;
}
.search-product .searchform {
    position: relative;
    width: 50%;
    margin-left: 25px;
}.tabs-section h6 {
    font-size: 15px;
    line-height: 26px;
    color: #000000;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
}
.product-table .table td {
    font-weight: normal;
    font-size: 14px !important;
    padding: 7px 0.7em 4px 0.7rem;
    line-height: 22px;
}

.product-table  .table thead th {
    vertical-align: bottom;
    border-bottom: none;
    border-top: none;
}
.table td, .table th {
    text-transform: uppercase !important;
}
.pages-link .pagination {
    justify-content: right;
    margin-bottom: 0;
    align-items: center;
}
.pagination select {
    word-wrap: normal;
    width: 60px;
    height: 35px;
    padding: 0px 5px;
    border: 1px solid #dee2e6;
    margin-left: 5px;
    background: #fff;
    cursor: pointer;
}
.pagination li {
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
}
.cattabs_open {
    line-height: 14px;
    padding: 5px 10px;
    border: 1px solid #ccc;
    margin-right: 10px;
    border-radius: 30px;
    height: 27px;
    margin-top: 11px;
    position: relative;
}
.tabs-section li:first-child:after {
    position: absolute;
    content: "";
    width: 1px;
    background: #dee2e6;
    height: 80%;
    right: 15px;
    top: 4px;
}
.cattabs_open a, .filtertab_open a {
    color: #000 !important;;
    font-size: 15px;
    text-align: center;
	text-decoration: none;
}
.tabs-section li:last-child:after{
    content: none;
}
.tabs-section .nav-tabs .nav-link.active{
  border-bottom: 3px solid #EB600A !important;
}
.cattabs_open a span, .filtertab_open a span {
    color: #F00;
	text-decoration: none;
}
.strip-bg {
    background: #D0E2F1 !important;
}
ul li.filtertab_open:hover, ul li.cattabs_open:hover, ul li.cattabs_open:hover ~ li {
    background: rgb(204 0 51 / 10%) !important;
}
ul li.filtertab_open:hover::after, ul li.cattabs_open:hover::after, ul li.cattabs_open:hover ~ li::after {
    content: "";
    width: 90%;
    height: 0.5px;
    position: absolute;
    top: 12px;
    left: 5px;
    background: #494747;
}
.account-box {
   display: flex;
    list-style: none;
    margin: 0;
    background: #BCC1C6;
    padding: 0px;
	    overflow-x: scroll;
    overflow-y: hidden;
    position: relative;
}
.account-box .nav-tabs .nav-link {
    display: block;
    padding: .5rem 1rem;
    background: #BCC1C6;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}
.account-box .nav-tabs .nav-link.active {
    color: #fff;
    background: #143E59;
    border-top: none !important;
    border-bottom: none !important;
    border-radius: 0 !important;
    border: none !important;
    height: 100%;
}
.account-box li a {
    text-decoration: none;
    color: #fff;
}
#cartsection .account-box li {
    font-size: 15px;
    line-height: 22px;
}
.account-box li {
    background: #BCC1C6;
    border-left: 1px solid #fff;   
    padding: .5rem 1rem;  
    color:#FFF;
   }
.react-tabs__tab--selected
{
	color: #fff !important;
    background: #143E59 !important;
    border-top: none !important;    
    border-radius: 0 !important;
    height: 100%;
    border-bottom: none !important;
}
.cartsectionheader {
    padding: 0rem 1rem !important;
    font-size: 25px !important;
    color: #EB600A !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    line-height: 38px !important;
    background: #BCC1C6 !important;
    outline:none;
    cursor:pointer
}
.react-tabs__tab {  
    display: block;
    padding: .5rem 1rem;
    background: #BCC1C6;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    bottom:0  !important;
    border-bottom: none !important;
    border-top: none !important;
}
react-tabs__tab-panel
{
	padding-top:10px;
}
.company-name {
    margin: 10px 0px 0px;
}
.company-name h2 {
    font-size: 16px;
    line-height: 24px;
    padding: 0 10px;
    color: #000000;
    font-weight: normal;
    margin: 0;
}
.cart-inner-block {
    margin-bottom: 50px;
    background: #FFFFFF;
}
div#cartsection .container {
    margin-top: -60px;
}
.product-table .table {
    margin-bottom: 0;
}
.quntity-box {
    display: flex;
    justify-content: center;
}
.quntity-box .value-button {
    cursor: pointer;
    border: 1px solid #CCC;
    width: 25px;
    height: 25px;
    text-align: center;
}
.quntity-box input.proquantity {
    width: 58px;
    background: none;
    border: none;
    text-align: center;
    outline: none;
    padding: 0;
    font-size: 14px;
    color: #000;
    padding: 0;
    height: auto;
}
#cartsection .arrowicon {
    width: 12px;
    cursor: pointer;
}
#cartsection tr.main-sec-table td img.arrowicon-down {
    transform: rotate(90deg)!important;
    transition: transform 0.3s ease;
}
#cartsection tr.main-sec-table td img.arrowicon {
    transform: rotate(0deg);
    transition: transform 0.3s ease;
}
.cancel-box {
    display: block;
    padding-left: 0px !important;
    font-size: 16px;
    height: 25px;
    width: 25px;
    line-height: 25px !important;
    text-align: center;
    background: #F51515;
    line-height: 1;
    border-radius: 100%;
    color: #fff !important;
    text-decoration: none;
    font-weight: 300;
    border: 0;
    cursor:pointer;
}
.main-sec-table span {
    padding-left:5px;
    font-size: 15px !important;
    line-height: 24px;
    color: #000000;
}
.account-box div.scroll-icon span.showhidecart {
    display: none;
}
.account-box div.scroll-icon img {
    margin-left: 5px;
}
.scroll-icon.collapsed img {
    transform: rotate(0deg);
    transition: transform 0.5s ease;
}
.account-box div.scroll-icon {
    padding: 0.4em 1em;
}
.scroll-icon img {
    transform: rotate(90deg);
    transition: transform 0.5s ease;
}
.strip-bg {
    background: #D0E2F1 !important;
}
.hiddenRow {
    padding: 0 !important;
}
.tabs-btn li {
    background: rgba(20, 62, 89, 0.18);
    border-left: 1px solid #fff;
    color: #fff;
}
.sec-botm {
    padding: 30px;
    background: #fff;
    border: 1px solid #EB600A;
    margin-bottom: 10px;
}
.tabs-btn ul li a {
    color: #fff;
    text-decoration: none;
}
.tabs-btn .nav-link.active {
    background: #143E59 !important;
    border-bottom: 1px solid #000 !important;
    outline: none !important;
    color: #fff;
    border-radius: 0;
}
.maintable {
    display: table;
    max-width: 350px;
    width: 100%;
    text-transform: initial;
}
.tablehead {
    background: #143E59;
    color: #FFF;
}
.tablerow {
    display: table-row;
}
.tablehead, .tabledata {
    display: table-cell;
}
.tablehead p, .tabledata p {
    margin-bottom: 0;
    padding: 5px 10px;
}
.product-document  .tab-content {
    padding-top: 36px !important;
}
.tabs-btn .nav-tabs {
    border-bottom: 0px;
}
.backorder {
    color: #EB600A;
}
.insotck {
    color: #6aa84f;
}
.brass span {
    font-size: 16px;
    color: #00000066;
    line-height: 24px;
    text-transform: capitalize;
}
.brass p {
    font-size: 16px;
    line-height: 26px;
    color: #000;
    font-weight: 400;
    text-transform: capitalize;
}
.product-code span, .ription span, .price span {
    color: #00000066 !important;
    text-transform: capitalize;
}
.product-code p, .price p {
    font-size: 16px;
    line-height: 26px;
    color: #000000;
    font-weight: 400;
}
.downloadlist {
    padding: 0px 0px 0 15px;
}
ul.packagelist li, ul.downloadlist li {
    position: relative;
    padding-left: 12px;
    margin-bottom: 5px;
}
.downloadlist li a, .packagelist li a {
    color: #212529;
	text-decoration: none !important;
}
.downloadlist, .packagelist {
    padding: 0px;
    list-style: none;
    line-height: 26px;
    font-size: 16px;
}
ul.downloadlist li::after {
    position: absolute;
    content: '';
    top: 0;
    display: block;
    left: -15px;
    color: #143E59;
    font-size: 28px;
    background-image: url('../images/pdf.png');
    width: 25px;
    height: 25px;
    background-size: contain;
    background-repeat: no-repeat;
}
.downloadlist li, .packagelist li {
    text-transform: capitalize;
}
ul.packagelist li, ul.downloadlist li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 5px;
}
ul.packagelist li::after {
    position: absolute;
    content: '';
    top: 10px;
    display: block;
    left: 0px;
    color: #143E59;
    width: 8px;
    height: 8px;
    background: #143E59;
    border-radius: 50%;
}
.cartsectionheader a.nav-link {
    font-size: 25px;
    color: #EB600A;
    font-weight: bold;
    text-transform: uppercase;
}
#cartsection .delivery-method {
    padding: 10px 15px;
}
.delivery-method {
    padding: 15px 15px;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
}
.deliver-block h4, .deliver-section h4, .order-summery h4 {
    font-size: 22px;
    line-height: 30px;
    color: #000000;
    font-weight: 700;
    text-transform: uppercase;
}
#cartsection .deliver-block h4, #cartsection .deliver-section h4, #cartsection .order-summery h4 {
    font-size: 18px;
    line-height: 30px;
}
#cartsection .deliver-block .form-check-label, #cartsection .deliver-section .form-check-label {
    font-size: 15px;
    line-height: 24px;
}
.deliver-detail {
    display: flex;
}
.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}
.order-summery ul {
    padding: 0;
    list-style: none;
    margin-bottom: 0;
}
#cartsection .order-summery ul li {
    font-size: 15px;
    line-height: 26px;
}
.order-summery ul li {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    line-height: 26px;
    color: #000000;
    font-weight: 400;
}
.order-confirmsection a {
    width: 70%;
}
.ordernow, .ordernowsquare {
    background: #EB600A;
    color: #fff !important;
    padding: 10px 30px;
    border-radius: 27px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    display: inline-block;
    text-decoration: none;
    text-decoration: none !important;
}
.ordercancel {
    background: #8D8989;
    color: #fff !important;
    padding: 10px 30px;
    border-radius: 27px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    display: inline-block;
    text-decoration: none;
    text-decoration: none !important;
}
.order-confirmsection {
    text-align: right;
    margin: 15px 0px;
}
.pickup {
    min-width: 40%;
}
.darkorange{
	background-color: rgba(235, 96, 10, 0);
}
.lightorange{
	background-color: rgba(235, 96, 10, 0.38);
}
#myTab a.active {
    background: #EB600A !important;
    border-radius: 0 !important;
	border-bottom: none !important;
}
.tab-block {
    background: #143E59 !important;
}
.tabbable .nav-link {
    display: block;
    padding: 6px 10px;
    margin-bottom: 0;
    border-radius: 0;
    font-size: 16px;
    text-transform: uppercase;
}
.tabbable .nav-tabs .nav-link {
    border: none;
}
.disabletab_filter {
    background: #d3d3d3 !important;
    cursor: not-allowed;
    color: #aeaaaa !important;
}
.product-table tbody tr:nth-of-type(odd) {
    background-color: rgba(255,255,255,1);
}
tr.main-sec-table:hover {
    background: #e2dede !important;
}
.delicer-address p {
    font-size: 16px;
    line-height: 26px;
    color: #000000;
    font-weight: 400;
}
.deliver-block .form-check-label, .deliver-section .form-check-label {
    font-size: 16px;
    line-height: 26px;
    color: #000000;
    font-weight: 400;
}
.eye {
    position: absolute;
    cursor: pointer;
    bottom: 15px;
    right: 15px;
    font-size: 14px;
}

.suburbList {
    z-index: 99999;
    list-style: none;
    background: #143E59;
    padding: 10px 15px 10px 10px;
    border-radius: 5px;
    max-width: 95%;
    margin-left: 10px;
    position: absolute;
}
.suburbList ul li {
    color: #fff;
    line-height: 22px;
}
.suburbList li {
    color: #fff !important;
    cursor: pointer;
    line-height: 27px;
    border-bottom: .5px solid;
}

.logout{
    text-align: right;
}
.logout a{
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}
.clearsearch {
    color: #1465A4;
    position: absolute;
    right: 15px;
    top: 3px;   
    font-weight: bold;
    text-decoration: none;
}
#filtersTab {
    padding: 0px;
}
.tabbable .react-tabs__tab
{
	background: #143E59;
}
.tabbable .react-tabs__tab--selected
{
	background: #EB600A !important;
}
.disabletab_filter {
    background: #d3d3d3 !important;
    cursor: not-allowed;
    color: #aeaaaa !important;
}
.filtertab_open {
    line-height: 14px;
    padding: 5px 10px;
    border: 1px solid #ccc;
    margin-right: 5px;
    border-radius: 30px;
    height: 27px;
    margin-top: 5px;
    position: relative;
    margin-left: 5px;
}
.filtertab_open a {
    color: #000;
    font-size: 15px;
    text-align: center;
}
.react-tabs__tab--disabled
{
    background: #d3d3d3 !important;
    cursor: not-allowed;
    color: #aeaaaa !important;
}
.logoutbtn {
    color: #FFF;
}
.logoutbtn:hover {
    color: #FFF;
    text-decoration: none;
}
.cr-ptr
{
	cursor:pointer;
}
.mx-ht-200 {
    max-height: 200px;
    max-width: 290px;
}
tr.main-sec-table.deletedrecord {
    background-color: rgb(239 188 188) !important;
}
.carticon
{	
    position: absolute;
    right: 0;
}
.icon-down {
    transform: rotate(90deg)!important;
    transition: transform 0.3s ease;
}
.icon {
    transform: rotate(0deg);
    transition: transform 0.3s ease;
}

.dorshipaddress .modal-header {
    background: #EB600A;
}
.dorshipaddress .modal-title{
	color: #143E59;
	font-size: 20px;
	    font-weight: 700;
}
.dorshipaddress .close{
	opacity: 1;
	padding: 10px 1rem;
}
.dorshipaddress .close span {
    font-size: 33px;
    font-weight: 300;
    color: #143E59;
    box-shadow: none;
    text-shadow: none;
}
.dorshipaddress .nav-tabs {
    border-bottom: none;
}
.dorshipaddress .nav-tabs .nav-link {
    display: block;
    padding: 10px 15px;
    background: #BCC1C6;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border: none;
   
}
.dorshipaddress .nav-tabs .nav-link {
	 color: #FFFFFF;
	margin-bottom: 0;
}
.dorshipaddress  .nav-tabs .nav-link.active {
    color: #fff;
    background: #143E59;
    border-top: none !important;
    border-bottom: none !important;
    border-radius: 0 !important;
    border: none !important;
    height: 100%;
}

.dorshipaddress .nav-tabs .nav-item{
	border-right: 1px solid #fff;
}
@media (min-width: 767px){
#dorshipaddress .modal-dialog {
    max-width: 750px;
    margin: 1.75rem auto;
}
}
.address-block {
    border: 1px solid #707070;
    padding: 10px 10px;
    margin-bottom: 15px;
    position: relative;
}
.linkswrapper {
    text-align: right;
    position: absolute;
    right: 5px;
    top: 6px;
}
.address-item a {
    margin: 0;
    text-decoration: none;
    font-size: 13px;
    line-height: 30px;
    color: #FFFFFF;
    background: #EB600A;
    /* padding: 10px 20px; */
    border-radius: 40px;
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    margin-bottom: 15px;
    margin-left:2px;
}
.address {
    cursor: pointer;
    width: 80%;
}
.address-item p {
    font-size: 18px;
    line-height: 28px;
    color: #000000;
    margin: 0;
}
.address-block:hover {
    background: #143E59 !important;
}
.address-block:hover .address p {
    color: #FFF;
}
.react-tabs__tab-list {
    border-bottom: none !important;
    margin: 0 0 10px;
    padding: 0;
}
.dorshipaddress .react-tabs__tab {
    border-right: 1px solid #fff;
}
.dorshipaddress .modal-body {
   padding:0px !important;
}
.dorshipaddress .react-tabs__tab-panel {
   padding:1rem;
}
.default_address {
    background: #f2f1f1 !important;
}
.dorshipaddress .modal-content
{
	min-height:400px;
}
.product-table table th {
    font-size: 15px;
    padding: 4px 15px;
}
#orderItemModalBox .modal-dialog {
    max-width: 1048px;
    width: 95%;
}
#orderItemModalBox .modal-content {
    border: 0;
    border-radius: 0;
}
#orderItemModalBox .modal-header {
    background: #EB600A;
    padding: 10px 18px;
    border-radius: 0;
}
#orderItemModalBox .modal-header h5 {
    font-size: 20px;
    line-height: 30px;
    color: #143E59;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
}
#orderItemModalBox .close {
    float: right;
    font-size: 40px !important;
    font-weight: 200;
    line-height: 1;
    color: #143E59;
    padding: 10px 1rem;
    text-shadow: none;
    opacity: 1;
}
#orderitemdata td {
    font-weight: 400;
    font-size: 16px;
}
#orderitems td {
    font-weight: 400;
    font-size: 16px;
}


.outofsotck, .outofstock {
    color: #F90000;
}
#orderitemdata td h4 {
    font-size: 20px;
    line-height: 30px;
    color: #000000;
    font-weight: 700;
    text-transform: uppercase;
}
#orderItemModalBox .modal-footer {
    padding: 0 16px 16px;
    border-top: 0;
}
#orderItemModalBox .modal-footer a {
    background: #EB600A;
    color: #fff !important;
    padding: 10px 30px;
    border-radius: 27px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    text-decoration: none !important;
}
.table td, .table th {
    text-transform: uppercase !important;
}
.totaprize, .totablock {
    text-align: right;
}
.ReactModal__Overlay--after-open
{
	background-color: rgba(40, 40, 40, 0.75)!important;
}
.pdd-r27
{
	padding-right:27px;
}
.showhcollepse{
	color: #143E59;
}
@media (min-width: 576px){
	#orderPoModalBox .modal-dialog {
		max-width: 480px;
	}
}
#orderPoModalBox .modal-header {
    background: #EB600A;
    padding: 10px 18px;
    border-radius: 0;
    border-bottom: none;
    align-items: center;
}
#orderPoModalBox .modal-header h5 {
    font-size: 20px;
    line-height: 30px;
    color: #143E59;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
}
#orderPoModalBox .close {
    float: right;
    font-size: 36px;
    font-weight: 300;
    text-shadow: none;
    opacity: 1;
    margin: 0;
    padding: 0;
}
#orderPoModalBox .ponumber label {
    letter-spacing: 0.8px;
}
.modal-body {
    padding: 20px 20px;
}
#orderPoModalBox .ponumber input {
    height: 40px;
    color: #495057 !important;
    font-weight: 400 !important;
    border: 1px solid #707070;
    width: 100%;
    padding: 5px 15px;
}
#orderPoModalBox .modal-footer {
    border-top: none;
    justify-content: space-between;
    padding: 0px 15px 25px;
    /* padding: 0; */
}
#orderPoModalBox  .modal-footer a.btn.btn-primary {
    background: #1465A4;
    color: #fff !important;
    padding: 8px 25px;
    border-radius: 27px;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    display: inline-block;
    text-decoration: none;
    border: none;
}
#orderPoModalBox  .modal-footer a.btn.gotonowsquare.btn-primary {
    background: #EB600A !important;
    color: #fff !important;
    padding: 8px 25px;
    border-radius: 27px;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    display: inline-block;
    text-decoration: none;
    border: none;
}
.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #143E59;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #143E59;
    border-color: #143E59;
}
.page-link:hover {
    z-index: 2;
    color: #EB600A;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}
.page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: none !important;
}
.footer-links
{
	color:#FFF;
}
.footer-links:hover {
    color: #FFF;
    text-decoration:none;
    
}
a {
    color: #1465A4;
    text-decoration: none;
    background-color: transparent;
}
a:hover {
    color: #1465A4;
    text-decoration: none;  
}
.pickup .form-check-label,.pickup .form-check-input{
cursor:pointer;	
}
.disabled {
  pointer-events: none;
  opacity: 0.5; 
  cursor: not-allowed; 
}
.selected-price
{
	background-color: rgba(235, 96, 10, 0.38);
}
.instock {
    color: #4bae4f;
/*
    color: #6aa84f;
*/
}
.outofsotck, .outofstock {
    color: #F90000;
}
#quotedeletedata {
    font-size: 18px;
    line-height: 30px;
    color: #000;
    text-align:center;
}
#orderitemdata {
    height: 500px;
    overflow-y: scroll;
}
.checkout-order {
    margin-top: 0;
    background: #EB600A;
    padding: 8px 0px 8px 20px;
}
.woocommerce-info {
    padding: 1em 2em 1em 2em;
    margin: 0 0 2em;
    position: relative;
    background-color: #f6f5f8;
    color: #515151;
    border-top: 3px solid #eb600a;
    list-style: none outside;
    width: auto;
    word-wrap: break-word;
}

.checkout-order h2#order_review_heading {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 0;
    color: #143E59;
    text-transform: uppercase;
    font-weight:700
}
.woocommerce table.shop_table {
    background: #fff;
    width: 100%;
}
.shop_table
{
	width: 100%;	 
    border: 1px solid rgba(0,0,0,.1);
    margin: 0 -1px 24px 0;
    text-align: left;   
    border-collapse: separate;
    border-radius: 5px;
}
.shop_table td{
    font-weight: normal;
    font-size: 16px;
    border-top: 1px solid rgba(0, 0, 0, .1);
    padding: 9px 12px;
    line-height: 1.5em;
}

tr.cart-subtotal {
    text-align: right;
}
.shop_table .product-name
{
	text-align:left
}
.shop_table .product-total
{
text-align:right	
}
.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
    font-weight: 700;
    border-top: 1px solid rgba(0,0,0,.1);
}

#card-container {
    background-color: #ffe1cf !important;
    color: #231F20 !important;
    padding: 40px 10px 10px 10px;
}
#pay-button {
    background: #EB600A;
    border: 0;
    padding: 10px 40px;
    border-radius: 35px;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    margin-bottom: 0px !important;
    font-family: 'Kanit', sans-serif;
    font-weight: 400 !important;
    text-transform: uppercase;
}

#pay-button-cancel {
    background: #143E59;
    border: 0;
    padding: 10px 40px;
    border-radius: 35px;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    margin-bottom: 0px !important;
    font-family: 'Kanit', sans-serif;
    font-weight: 400 !important;
    text-transform: uppercase;
}
.coupon-section
{	
/*
    border: 1px solid #cfc8d8;
    padding: 20px;
*/
    margin: 2em 0;
    text-align: left;
    border-radius: 5px;

}
.input-text {
    height: 48px;
    color: #495057 !important;
    font-weight: 400 !important;
}
.coupon-button.button {
    background: #EB600A;
    padding: 10px 25px;
    border-radius: 25px;
    color: #FFF;
    font-weight: normal;
    border:none;
}
.checkout-page
{
	padding-top:0px;
}
.checkout-page-heading
{
	padding-bottom:15px;
}
.mt-20{
	margin-top:20%
}
.bglight-green {
    background: #C0FCD0 !important;
}
.prizecollection tr:hover {
    background: #e2dede !important;
}
.prizecollection p{
	 margin-bottom: 5px;
    margin-top: 5px;
} 


/* invoice CSS */

/* Basic Table Styling */
#orderInvoiceBox table {
	border-collapse: collapse;
	border-spacing: 0;
	page-break-inside: always;
	border: 0;
	margin: 0;
	padding: 0;
}

#orderInvoiceBox th,#orderInvoiceBox  td {
	vertical-align: top;
	text-align: left;
}

#orderInvoiceBox table.container {
	width:100%;
	border: 0;
}

#orderInvoiceBox tr.no-borders,
#orderInvoiceBox td.no-borders {
	border: 0 !important;
	border-top: 0 !important;
	border-bottom: 0 !important;
	padding: 0 !important;
	width: auto;
}

#orderInvoiceBox div.bottom-spacer {
	clear: both;
	height: 8mm;
}

/* Header */
#orderInvoiceBox table.head {
	margin-bottom: 10mm;
}

#orderInvoiceBox td.header img {
	max-height: 3cm; /* may be overridden by the settings */
	width: auto;
}

#orderInvoiceBox td.header {
	font-size: 16pt;
	font-weight: 700;
}

#orderInvoiceBox td.shop-info {
	width: 40%;
}
#orderInvoiceBox .document-type-label {
	text-transform: uppercase;
}

/* Recipient addresses & order data */
#orderInvoiceBox table.order-data-addresses {
	width: 100%;
	margin-bottom: 10mm;
}

#orderInvoiceBox table.order-data-addresses td.address,
#orderInvoiceBox table.order-data-addresses td.order-data {
	overflow-wrap: anywhere;
}

#orderInvoiceBox td.order-data {
	width: 40%;
}

#orderInvoiceBox td.order-data table {
	width: 100%;
}

#orderInvoiceBox td.order-data table th {
	font-weight: normal;
	padding-right: 2mm;
	width: 50%;
	overflow-wrap: break-word;
}

#orderInvoiceBox .invoice .shipping-address {
	width: 30%;
}

#orderInvoiceBox .packing-slip .billing-address {
	width: 30%;
}

/* Order details */
#orderInvoiceBox table.order-details {
	width:100%;
	margin-bottom: 8mm;
	page-break-before: avoid;
}

#orderInvoiceBox .quantity,
#orderInvoiceBox .price {
	width: 20%;
}

#orderInvoiceBox .order-details tr {
	page-break-inside: always;
	page-break-after: auto;
}

#orderInvoiceBox .order-details td,
#orderInvoiceBox .order-details th {
	border-bottom: 1px #ccc solid;
	border-top: 1px #ccc solid;
	padding: 0.375em;
}

#orderInvoiceBox .order-details th {
	font-weight: bold;
	text-align: left;
}

#orderInvoiceBox .order-details thead th {
	color: white;
	background-color: black;
	border-color: black;
}

/* product bundles compatibility */
#orderInvoiceBox .order-details tr.bundled-item td.product {
	padding-left: 5mm;
}

#orderInvoiceBox .order-details tr.product-bundle td,
#orderInvoiceBox .order-details tr.bundled-item td {
	border: 0;
}

#orderInvoiceBox .order-details tr.bundled-item.hidden {
	display: none;
}

/* item meta formatting for WC2.6 and older */
#orderInvoiceBox dl {
	margin: 4px 0;
}

#orderInvoiceBox dt,#orderInvoiceBox  dd,#orderInvoiceBox  dd p {
	display: inline;
	font-size: 7pt;
	line-height: 7pt;
}

#orderInvoiceBox dd {
	margin-left: 5px;
}

#orderInvoiceBox dd:after {
	content: "\A";
	white-space: pre;
}
/* item-meta formatting for WC3.0+ */
#orderInvoiceBox .wc-item-meta {
	margin: 4px 0;
	font-size: 7pt;
	line-height: 7pt;
	overflow-wrap: anywhere;
}
#orderInvoiceBox .wc-item-meta p {
	display: inline;
}
#orderInvoiceBox .wc-item-meta li {
	margin: 0;
	margin-left: 5px;
}

/* Notes & Totals */
#orderInvoiceBox .document-notes,
#orderInvoiceBox .customer-notes {
	margin-top: 5mm;
	overflow-wrap: anywhere;
}

#orderInvoiceBox table.totals {
	width: 100%;
	margin-top: 5mm;
	table-layout: fixed;
}

#orderInvoiceBox table.totals th,
#orderInvoiceBox table.totals td {
	border: 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#orderInvoiceBox table.totals th.description,
#orderInvoiceBox table.totals td.price {
	width: 50%;
}

#orderInvoiceBox table.totals tr.order_total td,
#orderInvoiceBox table.totals tr.order_total th {
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	font-weight: bold;
}

#orderInvoiceBox table.totals tr.payment_method {
	display: none;
}
#orderInvoiceBox {
    width: 900px;
    margin: 0 auto;
    border: 1px solid;
    padding: 15px;
}
.deletedrecord1 {
    background-color: rgb(239 188 188) !important;
}   
.validationBoxStyle{
	background-color: #f9f9f9;
	border: 1px solid #ccc;
	padding: 10px;
	border-radius: 5px;
	width: 415px;
	margin-top: 10px;	
	position: absolute;
    z-index: 999;
}
.invoice{
	font-size:20px;
}
.invoice img{
	max-width:28px;
}
.v-align-middle
{
	vertical-align: middle;
}
.order-grid{
    border-bottom: 2px solid #143E59;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.order-heading th {
    padding: 4px 15px 10px 0.7rem !important;
    line-height: 30px;
}
.reorder{
	background: #1465A4 !important;
    color: #fff !important;
    padding: 8px 25px;
    border-radius: 27px;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    display: inline-block;
    text-decoration: none;
    border: none;
}
.create_template {
    color: #143E59;
    margin-right: 5px;
    font-weight: 500;
    cursor: pointer;
    text-transform: uppercase;
    text-decoration: underline;
}
.create_template:hover{
color:#143E59;
text-decoration: underline;
}
	
@media (min-width: 576px){
	#orderTemplateModalBox .modal-dialog {
		max-width: 550px;
	}
	#FreeTairModalBox .modal-dialog {
		max-width: 550px;
	}
}
@media (max-width: 576px){
	#orderTemplateModalBox p {
		line-height: 24px!important;
	}
	#orderTemplateModalBox .ponumber {   
		flex-direction: column;
	}
	#orderTemplateModalBox .ponumber input {    
		width: 100% !important;   
	}
	#FreeTairModalBox p {
		line-height: 24px!important;
	}
	#FreeTairModalBox .ponumber {   
		flex-direction: column;
	}
	#FreeTairModalBox .ponumber input {    
		width: 100% !important;   
	}
	
	.orderTempletes {
		right: -20px!important;  
	}
}

@media (max-width: 767px){
	.orderTempletes {
    top: 40px!important;  
	}
}

@media (max-width: 1399px){
	.ordernow, .ordernowsquare {   
		font-size: 16px !important; 
	}
	.ordercancel {    
		font-size: 16px !important; 
	}
}

#orderTemplateModalBox .modal-content {
    background: #143E59;
    padding: 10px 18px;
    border-radius: 40px;
    border-bottom: none;
    align-items: center;
}
#orderTemplateModalBox p {
    color: #EB600A;
    font-weight: 500;
    font-size:20px;
    margin-bottom: 5px;
}
#orderTemplateModalBox .modal-header h5 {
    font-size: 20px;
    line-height: 30px;
    color: #143E59;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
}
#orderTemplateModalBox .close {
    float: right;
    font-size: 36px;
    font-weight: 300;
    text-shadow: none;
    opacity: 1;
    margin: 0;
    padding: 0;
}
#orderTemplateModalBox .ponumber label {
    letter-spacing: 0.8px;
    color:#FFF;
    font-weight: 500;
    
}
#orderTemplateModalBox .ponumber {
    display:flex;
    justify-content: space-between;
    align-items:center;
}
#orderTemplateModalBox .modal-body {
    padding: 25px 20px 0px 20px;
    width: 100%;
    text-align: center;
}
#orderTemplateModalBox .ponumber input {
    height: 40px;
    color: #495057 !important;
    font-weight: 400 !important;
    border: 1px solid #707070;
    width: 70%;
    padding: 5px 15px;
    border-radius: 25px;
}
#orderTemplateModalBox .modal-footer {
    border-top: none;
    width: 100%;
    text-align: right;
    padding-bottom: 20px;
    
}

#orderTemplateModalBox  .modal-footer a.btn.btn-primary {
    background: #008000;
    color: #fff !important;
    padding: 8px 25px;
    border-radius: 27px;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    display: inline-block;
    text-decoration: none;
    border: none;
}
	
#orderTemplateModalBox  .cancel {
    color: #fff;
    margin-right: 5px;
    text-decoration: underline;
    font-size: 14px;
}






#FreeTairModalBox .modal-content {
    background: #143E59;
    padding: 10px 18px;
    border-radius: 40px;
    border-bottom: none;
    align-items: center;
}
#FreeTairModalBox p {
    color: #FFF;
    font-weight: 500;
    font-size:20px;
    margin-bottom: 5px;
}
#FreeTairModalBox .modal-header h5 {
    font-size: 20px;
    line-height: 30px;
    color: #143E59;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
}
#FreeTairModalBox .close {
    float: right;
    font-size: 36px;
    font-weight: 300;
    text-shadow: none;
    opacity: 1;
    margin: 0;
    padding: 0;
}
#FreeTairModalBox .ponumber label {
    letter-spacing: 0.8px;
    color:#FFF;
    font-weight: 500;
    
}
#FreeTairModalBox .ponumber {
    display:flex;
    justify-content: space-between;
    align-items:center;
}
#FreeTairModalBox .modal-body {
    padding: 25px 20px 0px 20px;
    width: 100%;
    text-align: center;
}
#FreeTairModalBox .ponumber input {
    height: 40px;
    color: #495057 !important;
    font-weight: 400 !important;
    border: 1px solid #707070;
    width: 70%;
    padding: 5px 15px;
    border-radius: 25px;
}
#FreeTairModalBox .modal-footer {
    border-top: none;
    width: 100%;
    text-align: right;
    padding-bottom: 20px;
    
}

#FreeTairModalBox  .modal-footer a.btn.btn-primary {
    background: #EB600A;
    color: #fff !important;
    padding: 8px 25px;
    border-radius: 27px;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    display: inline-block;
    text-decoration: none;
    border: none;
}
	
#FreeTairModalBox  .cancel {
    color: #fff;
    margin-right: 5px;
    text-decoration: underline;
    font-size: 14px;
}







.orderTempletes img{
max-width:20px;
}
.orderTempletes .fa-cart-plus{
 color: #EB600A;
}
.orderTempletes::before {
    content:'';
    width:1px;
    height:100%;
    top:0;
    left:0px;
    position:absolute;
    background-color: #fff;
}

.orderTempletes {
    position: absolute;
    top: 0px;
    right: 0px;    
    font-weight: 400;
    text-transform: uppercase;
    color: #143E59;
    height: 100%;
    padding: .5rem 1rem;
    cursor:pointer;
}
.usetemplete
{
    color: #143E59 !important;
    text-transform: none;  
    text-decoration: underline;
    border: none;
	
}
.usetemplete:hover{
 color: #143E59;	
  text-decoration: underline;
}
.userTempeletsList{
	font-weight:400;
}
.templatelistmodel .modal-dialog {
    max-width: 600px !important;   
}
.templatelistmodel .modal-body {
    padding: 20px 20px 0px !important;
}
.templatelistmodel .modal-footer {
    padding: 0 30px 16px !important;
    border-top: 0;
}
.templatelistmodel .table {   
    margin-bottom: .3rem !important;
}
.w400{
	width:500px;
}

.deletetemplete {   
    padding-left: 0px !important;
    font-size: 16px;
    height: 25px;
    width: 25px;
    line-height: 25px !important;
    text-align: center;    
    line-height: 1;
    border-radius: 100%;
    color: #F51515 !important;
    text-decoration: none;
    font-weight: 300;
    border: 0;
    cursor: pointer;
}
.error{
	color:#F00!important;
}


.newproducts {
    position: relative;
    padding: 1px 25px;
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
    text-transform: uppercase;
    color: #143E59;
    text-decoration: none;
}

.newproducts:before {
    position: absolute;
    content: "";
    background: #fff;
    width: 1px;
    height: 85%;
    border-top: 0;
    top: 5px;
    right: 0;
}
/*
.newproducts:after {
    position: absolute;
    content: "";
    background: #fff;
    width: 1px;
    height: 85%;
    border-top: 0;
    left: 0;
    top: 3px;

}*/
.newproducts:hover {
    color: #fff;
    background: #1465a4;
    text-decoration: none;
}
.newproducts:hover:after, .newproducts:hover:before {
    background: #1465a4;
}
.mrg-auto{
	margin:auto
}
	
.orderTempletesnew {
    /* position: absolute; */
    /* top: 0px; */
    /* right: 0px; */
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    /* height: 100%; */
    /* padding: 0 15px; */
     cursor: pointer;
	    font-size: 15px;
}
.orderTempletesnew .fa-cart-plus
{
color: #EB600A;
}

.value-button {
  cursor: pointer;
  -webkit-user-select: none; /* For Safari */
  -moz-user-select: none;    /* For Firefox */
  -ms-user-select: none;     /* For Internet Explorer/Edge */
  user-select: none;         /* Standard syntax */
}

.value-button:focus {
  outline: none;   /* Remove focus outline */
  box-shadow: none; /* Remove any box shadow */
}

.quntity-box {
  -webkit-user-select: none; /* For Safari */
  -moz-user-select: none;    /* For Firefox */
  -ms-user-select: none;     /* For Internet Explorer/Edge */
  user-select: none;         /* Standard syntax */
}

.quntity-box:focus {
  outline: none;   /* Remove focus outline */
  box-shadow: none; /* Remove any box shadow */
}

.orderTempletesnew .fa-arrow-up-from-bracket {
    color: #EB600A;
}
#ImportExcelmodel .modal-dialog{
	max-width:940px;
}
.upload-container {
    width: 100%;
    padding: 0px 40px 40px;
    /* background: #fff; */
    border: 1px solid #dee2e6 !important;
    border-radius: 0px;
    text-align: center;
    box-shadow: none;
	x-shadow: none;
}

.upload-container h2 {
  margin: 10px 0;
  color: #EB600A;
  font-size: 18px;
}

.upload-container p {
  font-size: 14px;
  color: #777;
}

.upload-container input[type="file"] {
  display: none;
}

.upload-container label {
/*
  display: inline-block;
  padding: 10px 20px;
  color: #fff;
  background-color: #143E59;
 
  border: none;
  border-radius: 5px;
*/
  cursor: pointer;
/*
  margin: 10px 0;
  font-size: 14px;
  transition: background 0.3s ease;
*/
}

.upload-container label1:hover {
   background-color: #EB600A;
}

.drag-area {
    /* border: 1px solid #e5e5e5; */
    /* padding: 50px 20px; */
    margin-top: 15px;
    border-radius: 0px;
    color: #777;
    z-index:99999;
    /* background-color: #f9f9f9; */
     height: 120px;
}

.drag-area.active {
  border-color: #EB600A;
  background-color: #e8e8ff;
}

.file-name {
  margin-top: 10px;
  font-size: 14px;
  color: #333;
}

.uploadIcon .fa-arrow-up-from-bracket{
	color:#EB600A;
	font-size:30px;
}
.upload-foot {
/*
    position: absolute;
    right: 35px;
*/
    color: #777;
    padding-top: 10px;
    font-size: 16px;
}
.upload-foot:hover{
color: #777;	
}
.upload-foot .fa-file-csv {
    color: #EB600A;
    padding-right: 2px;
}
.upload-btn-sction-button{
	display: inline-block;
  padding: 10px 20px;
  color: #fff;
  background-color: #EB600A;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin: 10px 0;
  font-size: 14px;
  transition: background 0.3s ease;
}

.porter-logo-new{
text-align:left !important;
}
.reg-step-input-label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
	letter-spacing: 0;
}
.reg-step-input-label input {
    margin-top: 5px;
}
.templatelistmodel .modal-body {
    padding: 20px 20px 0px !important;
    height: 300px;
    overflow-y: scroll;
}

#ImportExcelmodel .modal-header {
   
    padding: 1rem 1rem 0;
    border-bottom: none;

}
#ImportExcelmodel .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
    font-weight: 400;
}

#ImportExcelmodel .modal-body {
    padding: 10px 60px 40px;
    /* align-self: center; */
}

#ImportExcelmodel .modal-header .close {
    position: absolute;
    top: -12px;
    right: -12px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 0px !important;
    font-size: 30px;
    height: 30px;
    width: 30px;
    line-height: 30px !important;
    text-align: center;
    background: #F51515;
    line-height: 1;
    border-radius: 100%;
    color: #fff !important;
    text-decoration: none;
    font-weight: 300;
    border: 0;
    cursor: pointer;
    opacity: 1;
    padding: 0 !important;
    text-shadow: none !important;
        margin: 0;
}


#ImportExcelmodel .modal-header .close span {
    top: -2px;
    position: absolute;
}

#ImportExcelmodel .modal-title {
    font-weight: 400;
    padding-bottom: 8px;
}
.upload-btn-sction-cancel {
    display: inline-block;
    padding: 10px 30px;
    color: #777;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    cursor: pointer;
    margin: 10px 0;
    font-size: 14px;
    transition: background 0.3s ease;
}


.qr-process-container {
    position: absolute;
    min-height: 88vh;
    top: 40%;
	left: 50%;
	right: auto;
	bottom: auto;
	margin-right: -50%;
	transform: translate(-50%, -20%);
}

.qr-process-container .msg{
font-size:25px;
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin-bottom: 0;
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    overflow: hidden;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}
.custom-file-input:lang(en)~.custom-file-label::after {
    content: "Choose File" !important;
}
.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + .75rem);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #8a8585 !important;
    content: "Choose File" !important;
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0;
}

.generate_pdf_quote {
    color: #143E59;
    margin-right: 5px;
    font-weight: 500;
    cursor: pointer;
    text-transform: uppercase;
    text-decoration: underline;
     display: inline-block;
    margin-top: 10px;
    cursor:pointer;
}
.generate_pdf_quote:hover{
color:#143E59;
text-decoration: underline;
}

.joyride-div h3{
font-size:23px;
}

.joyride-div p{
margin-bottom:10px;
font-size:16px;
text-align:left;
}

.joyride-div ol{
padding-left:15px;
font-size:16px;
text-align:left;
}
.header-help .fa-solid {
    color: #EB600A;
}
.header-links{
text-align:right;
}
.header-links span{
padding-left:15px;
}

.joyride-div .fa-solid, .joyride-div .fa-regular {
    color: #EB600A;
}
.joyride-div .fa-span {
    margin-right: 2px;
    font-size: 16px;
    min-width: 16px;
    display: inline-block;
}
/* Target the spotlight for the specific step (step 3) */
.react-joyride__spotlightsdf {
  /* Custom styles for the spotlight in step 3 */
  background-color: rgba(255, 0, 0, 0.5); /* Red spotlight */
  height: 100% !important; /* Adjust the height */
/*
  border-radius: 50% !important; /* Circular spotlight */

}
/**3-20--2025**/
span.header-help {
  box-shadow: 5px 3px 14px rgb(235 96 10), -5px 0px 10px rgb(235 96 10);
    border-radius: 50px;
    padding: 1px 10px !important;
	position: relative;
	 -webkit-animation: ripple 2s linear infinite;
    animation: ripple 2s linear infinite;
	 
}
.login-modal .modal-header .close {
    padding: 0 15px;
    margin: 0 !important;
    font-size: 40px;
    /* padding-right: 12px; */
    position: absolute;
    right: 0;
    top: 0;
}
.login-modal .close {
    color: #143E59 !important;
    text-shadow: none;
    opacity: 1 !important;
}

.header-links span:first-child{
	padding-left: 0;
}
@-webkit-keyframes ripple {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(234, 96, 10, 0.4), 0 0 0 3px rgba(234, 96, 10, 0.3), 0 0 0 8px rgba(234, 96, 10, 0.3), 0 0 0 10px rgba(234, 96, 10, 0.3);
            box-shadow: 0 0 0 0 rgba(234, 96, 10, 0.4), 0 0 0 3px rgba(234, 96, 10, 0.3), 0 0 0 8px rgba(234, 96, 10, 0.3), 0 0 0 10px rgba(234, 96, 10, 0.3);
  }
  100% {
    -webkit-box-shadow: 0 0 0 10px rgba(234, 96, 10, 0.1), 0 0 0 13px rgba(234, 96, 10, 0.2), 0 0 0 15px rgba(234, 96, 10, 0.3), 0 0 0 20px rgba(234, 96, 10, 0);
            box-shadow: 0 0 0 10px rgba(234, 96, 10, 0.1), 0 0 0 13px rgba(234, 96, 10, 0.2), 0 0 0 15px rgba(234, 96, 10, 0.3), 0 0 0 20px rgba(234, 96, 10, 0);
  }
}



/**3-20--2025**/

/**5-20-2025**/

.webcatalog-page a {
    color: #EB600A;
}
.webcatalog-page .innerpoint-banner {
    background: #143E59;

}

.webcatalog-page .header-menu .nav-item .nav-link {
    color: #fff;
    font-weight: 300;
    font-size: 18px;
    margin: 0 5px;
    padding: 10px 15px;
}
.webcatalog-page .header-menu .nav-item .nav-link:hover{
    color: #fff;

}
.webcatalog-page  .header {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    transition: .2s all ease;
    /* background: #fff; */
    z-index: 999;
    /* padding: 2px 0px; */
}
.webcatalog-page .logo {
    top: 15px;
    margin: 15px 0; 
}

.webcatalog-page .navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem;
}
.webcatalog-page .navbar-brand {
    margin: 0;
    padding: 0;
}
.webcatalog-page .navbar-brand img {
    max-width: 100%;
}
/* .header-menu {
    /* padding: 25px 0px 10px; */
/* } */ */
.webcatalog-page .header-menu .navbar {
    padding: 0;
}
.webcatalog-page .header-menu .navbar-collapse {
    justify-content: right;
}
.webcatalog-page .active {
    color: #EB600A;
}
.webcatalog-page .navbar-light .navbar-nav .active a {
    color: #143E59;
}
.webcatalog-page ul.dropdown-menu li a {
    color: #fff !important;
}
.webcatalog-page .dropdown-item {
    padding: 5px 25px;
}
.webcatalog-page a.dropdown-toggle.topnavcaret {
    width: 20px;
    display: inline-block;
    padding: 0px;
    position: absolute;
    color: #fff;
    right: -8px;
    top: 10px;
    outline: none;
}
.webcatalog-page header  .dropdown ul {
    padding: 0;
    list-style: none;
}
.webcatalog-page header .dropdown-menu {
    padding: 0;
    border-radius: 0;
    border: none;
    opacity: 0.9 !important;
    background: #1465A4;
    width: auto;
    margin: 0;
	left: auto;
    right: 0;
}
.webcatalog-page ul.dropdown-menu {
    grid-template-rows: repeat(6, 1fr);
    gap: 0px 50px;
    grid-auto-flow: column;
}
.webcatalog-page .contact a {
    padding: 8px 25px !important;
    background: #EB600A !important;
    color: #fff !important;
    margin-left: 15px !important;
    border-radius: 50px !important;
    text-decoration: none !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 28px !important;
    transition: all 0.5s ease !important;
    text-transform: uppercase;
}
.webcatalog-page .search-product {
    width: 50%;
    position: relative;
    margin-left: auto;
    /* margin-right: auto; */
    padding-left: 75px;
}
.webcatalog-page .search-product input {
    width: 100%;
    border: 2px solid #d1d1d1;
    border-radius: 40px;
    height: 40px;
    padding: 0 36px 0 20px;
}
.webcatalog-page .search-product button {
    position: absolute;
    right: 1px;
    width: 59px;
    background: #1465A4 !important;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    height: 40px;
    border: none;
    color: #fff;
    top: 0px;
}
.webcatalog-page .fasteners-banner {
    background-image: url(../images/Category-banner.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 75px 0px;
    position: relative;
}
.webcatalog-page .over-lay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    mix-blend-mode: multiply;
    background: #143E59;
}
.webcatalog-page .fasteners-contant-block {
    position: relative;
    text-align: center;
}
.webcatalog-page .fasteners-contant-block h2 {
    font-size:60px;
    color: #EB600A;
    line-height: 70px;
    font-weight: 700;
}
.webcatalog-page .breadcrumb {
    margin-bottom: 1rem;
    padding: 10px 0px 0px;
    border-radius: 0 !important;
    margin: 0;
    justify-content: center;
    background: none !important;
}
.webcatalog-page .breadcrumb a {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 300;
}
.webcatalog-page .breadcrumb .active {
    color: #1465A4;
    font-size: 16px;
    font-weight: 300;
}
.webcatalog-page .footer-bordre-line {
    background: #E5E5E5;
    position: relative;
    margin-top: 50px;
    margin-bottom: 25px;
}
.webcatalog-page .footer-block-copyright {
    position: relative;
    /* display: flex; */
    justify-content: space-between;
    align-items: center;
}
.webcatalog-page footer.section-footer {
    background-image: url(../images/images.png);
    position: relative;
    background-position: center;
    mix-blend-mode: multiply;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 90px 0px 20px;
}
.webcatalog-page .footer-line hr {
    background: #E5E5E5;
    position: relative;
    margin-top: 50px;
    margin-bottom: 50px;
}
.webcatalog-page .about-us {
    max-width: 80%;
}
.webcatalog-page .about-us h6 {
    color: #EB600A;
    font-size: 23px;
    line-height: 31px;
    font-weight: 600;
}
.webcatalog-page .about-us p {
    color: #fff;
    font-size: 18px;
    line-height: 25px;
    font-weight: 200;
}
.webcatalog-page .account h6 {
    color: #EB600A;
    font-size: 23px;
    line-height: 31px;
    font-weight: 600;
}
.webcatalog-page .account ul {
    padding: 0;
    list-style: none;
    margin: 0;
}
.webcatalog-page .account ul li {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 15px;
    font-weight: 200;
}
.webcatalog-page .account ul li a {
    color: #fff;
    text-decoration: none;
}
.webcatalog-page .copyright p {
    font-size: 16px;
    line-height: 22px;
    color: #fff;
}
.webcatalog-page .copyright p a {
    color: #fff;
}
.webcatalog-page .footer-block-copyright .visa-post {
    text-align: right;
}
.webcatalog-page .visa-post img {
    max-width: 100%;
}

.close {
    font-weight: 400;
 
}
#login-modal .modal-body {
    padding: 0px 20px 20px;
}
#login-modal .modal-title {
    font-size: 28px;
    color: #143E59;
    font-weight: 700;
    line-height: 34px !important;
}
#login-modal .modal-header {
    padding: 20px 35px 10px;
}
#login-modal .modal-content {

     border: none !important;
 
}

#login-modal {
    background: 0% 0% / cover rgb(0 0 0 / 61%) !important;
    
}


@media screen and (min-width: 992px) {
.webcatalog-page .search-product {
        width: auto;
        padding-left: 30px;
/*        width: 321px;*/
    }
    .webcatalog-page .dropdown-toggle::after {
    content: none !important;
    
}
   .webcatalog-page .menusectionmain {
/*
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
*/
        /* margin-bottom: 40px; */
    }
    .webcatalog-page .menusectionmain .logo-header {
/*    width: 20%;*/
}
.webcatalog-page .header-menu {
    /* min-width: 80%; */
    display: flex;
}
}

@media (min-width: 1300px) and (max-width: 1500px) {
    .webcatalog-page .fasteners-banner {
        padding: 100px 0px;
    }
	.webcatalog-page header .dropdown-menu {
    left: auto;
    right: 0;
}
}

.webcatalog-page .about-contant-block h2 {
    color: #143E59;
    font-size: 32px;
    line-height: 40px;
    font-weight: 600;
}

.webcatalog-page .middle-about p {
    color: #1465A4;
    padding-left: 20px;
    border-left: 6px solid #EB600A;
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
}

.webcatalog-page .background-blog.pdtb-75 {
    background-image: url(../images/images.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.webcatalog-page .over-lay-blog {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #EB600A;
    mix-blend-mode: multiply;
}

.webcatalog-page .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.webcatalog-page .align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.webcatalog-page .search-product {
/*    width: 100%;*/
    position: relative;
    margin-right: auto;
/*
    padding-left: 15px !important;
    display: flex;
    align-items: center;
    justify-content: start;
*/
}

.webcatalog-page .newsearch {
    position: relative;
    padding: 1px 25px !important;
    font-size: 16px !important;
    font-weight: bold;
    line-height: 40px !important;
    text-transform: uppercase;
    color: #143E59;
    text-decoration: none;
}
.webcatalog-page .newproducts {
    position: relative;
    padding: 1px 25px;
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
    text-transform: uppercase;
    color: #143E59;
    text-decoration: none;
}

 .webcatalog-page .arrowicon {
    width: 12px;
    cursor: pointer;
}

.webcatalog-page tr.main-sec-table td img.arrowicon-down {
    transform: rotate(90deg) !important;
    transition: transform 0.3s ease;
}

.webcatalog-page tr.main-sec-table td img.arrowicon {
    transform: rotate(0deg);
    transition: transform 0.3s ease;
}

.webcatalog-page .search-product form{
	position: relative;
}
.webcatalog-page .contact a {
    padding: 8px 25px !important;
    background: #EB600A !important;
    color: #fff !important;
    margin-left: 15px !important;
    border-radius: 50px !important;
    text-decoration: none !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 28px !important;
    transition: all 0.5s ease !important;
    text-transform: uppercase;
}
.webcatalog-page .dropdown-item:focus, .webcatalog-page .dropdown-item:hover {
    background-color: #000000;
}

.webcatalog-page .header-menu .navbar {
    padding: 0;
}
.webcatalog-page .middle-about p{
	color: #000;
}

.webcatalog-page .cta-contant h2 {
    font-size: 43px;
    line-height: 50px;
    color: #143E59;
    font-weight: 700;
}
.cta-list {
	display: grid;
	gap:25px;
    grid-template-columns: repeat(2, 1fr);
}
.categories-content img{
	max-width: 100%;
}
.cta-item {
    display: flex;
    gap: 18px;
	align-items: center;
}
.cta-item-icon {
    min-width: 60px;
    background: #e5e5e5;
    height: 60px;
    line-height: 55px;
    text-align: center;
    border-radius: 100%;
    display: block;
    font-size: 24px;
    color: #143e59;
}
.cta-item-content h3 {
    color: #143e59;
    font-weight: 600;
    font-size: 23px;
    line-height: 26px;
	margin-bottom: 0;
}
.cta-contant p {
    font-size: 20px;
    color: #EB600A;
    line-height: 28px;
    font-weight: 400;
}
.webcatalog-page .main-section-tabs {
    padding: 5px 0px 0px;
}
.webcatalog-page .pagination {
    margin-bottom: 0;
    margin-top: 6px;
}
.webcatalog-page .pagination a {
     color: #143e59;
	    box-shadow: none !important;
}
.webcatalog-page .page-link:focus {
   box-shadow: none !important;
}
.webcatalog-page .pagination a:focus {
   box-shadow: none !important;
}
.webcatalog-page .page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #143e59;
    border-color: #143e59;
}
.webcatalog-page .cta-contant button{
    font-size: 18px;
    color: #fff;
    background: #EB600A;
    font-weight: 600;
    font-weight: 600;
    line-height: 28px;
    padding: 8px 30px;
    border-radius: 50px;
    display: inline-block;
    text-decoration: none;
	border-color: #EB600A;
	text-transform: uppercase;
    transition: all 0.5s ease;
    margin-top: 10px;
}

.webcatalog-page .cta-contant button:hover, .webcatalog-page .cta-contant button:active, .webcatalog-page .cta-contant button:focus{
		border-color: #EB600A;
	background-color: #EB600A;
	box-shadow: none !important;
}

.cta-item-content p{
	margin-bottom: 0;
}
.page-link:focus {
     box-shadow: none !important;
}
.pre-cta-section {
    background: #f3f3f3;
}
.pdb-30{
	padding-bottom: 30px;
}
img.arrowicon-down {
    transform: rotate(90deg)!important;
    transition: transform 0.3s ease;
}
img.arrowicon {
    transform: rotate(0deg);
    transition: transform 0.3s ease;
}


/***5-23-2025**/
.header-menu{
	    background: #143E59;
    padding: 5px 0px;
}
.navbar-brand img{
	max-width: 100%;
}

.header-menu .navbar .nav-link {
      color: #fff;
    font-weight: 500;
    font-size: 18px;
    margin: 0 5px;
    padding: 10px 15px;
}
.header-item img{
	max-width: 100%;
}
.register-section {
    display: flex;
    flex-wrap: wrap;
    column-gap: 24px;
    row-gap: 24px;
    width: calc(98% + 0px);
    justify-content: space-between;
    align-items: center;
}
.register-section .header-item{
    width: calc(33% - 24px);
    flex-basis: calc(33% - 24px);
}
.searchform input[type=text] {
    padding: 10px 25px 10px 10px;
  font-size: 17px;
  border: 1px solid grey;
  float: left;
  width: 90%;
  background: #f1f1f1;
	 height: 44px;
}
.searchform button:hover {
  background: #0b7dda;
}

.searchform input {
    width: 100%;
    border: 2px solid #d1d1d1;
    border-radius: 50px 0px 0px 50px;
    padding: 0 36px 0 20px;
	
}
.searchform{
	position: relative;
}
.searchform button {
    position: absolute;
    right: 1px;
    width: 59px;
    background: #1465A4 !important;
    border-bottom-right-radius: 50px;
    border-top-right-radius: 50px;
    height: 44px;
	  font-size: 17px;
    border: none;
    color: #fff;
    top: 0px;
}

.header-bottom {
    background: #f4f4f4;
    padding: 12px 0px;
}
.registerbtn{
    padding: 8px 25px !important;
    background: #EB600A !important;
    color: #fff !important;
 
    border-radius: 50px !important;
    text-decoration: none !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 28px !important;
    transition: all 0.5s ease !important;
    text-transform: uppercase;
		display: inline-block;
	width: 100%;
	text-align: center;
}
.loginbtn{
	    padding: 8px 25px !important;
    background: #1465A4 !important;
    color: #fff !important;
    border-radius: 50px !important;
    text-decoration: none !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 28px !important;
    transition: all 0.5s ease !important;
    text-transform: uppercase;
	display: inline-block;
	width: 100%;
	text-align: center;
}
.toplogin-section {
    display: flex;
    gap: 15px;
}
.free-pop-footer{
    justify-content: center !important;    
}
.dropdown, .dropleft, .dropright, .dropup {
    position: relative;
}


@media(min-width: 320px) and (max-width:568px){	
.register-section .header-item {
    width: calc(100% - 24px);
    flex-basis: calc(100% - 24px);
    text-align: center;
}
.register-section {
    column-gap: 10px;
    row-gap: 10px;
    width: calc(100% + 0px);

}
	.header-item img{
		width: 275px;
	}
		.navbar-toggler i{
		color: #fff;
	}
	.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: #eb600a;
    border: 1px solid transparent;
    border-radius: .25rem;
    color: #fff;
}
.login-page .cta-list {
    gap: 15px;
	margin-top: 0 !important;
    grid-template-columns: repeat(1, 1fr) !important;
}
		.reg-left-content h2 {
   
    font: normal normal bold 36px/45px Kanit !important;
}
	.login-page .fasteners-banner p {
    font-size: 18px !important;
}
}

@media(min-width: 568px) and (max-width:767px){	
.register-section .header-item {
    width: calc(50% - 15px);
    flex-basis: calc(50% - 15px);
}
		.login-page .fasteners-banner p {
    font-size: 18px !important;
}
	.register-section {
    width: calc(100% + 15px);
    justify-content: center;
    align-items: center;
		    column-gap: 10px;
		    row-gap: 10px;
}
	.loginbtn {
    padding: 8px 12px !important;
    font-size: 13px !important;
}
	.toplogin-section {
    gap: 10px;
}
.registerbtn {
    padding: 8px 12px !important;
    font-size: 13px !important;
}
		.navbar-toggler i{
		color: #fff;
	}
	.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: #eb600a;
    border: 1px solid transparent;
    border-radius: .25rem;
    color: #fff;
}
.login-page .cta-list {
    gap: 15px;
	margin-top: 0 !important;
    grid-template-columns: repeat(2, 1fr) !important;
}
	.reg-left-content h2 {
   
    font: normal normal bold 36px/45px Kanit !important;
}
}
@media(min-width: 768px) and (max-width:991px){	
.reg-left-content h2 {
    font: normal normal bold 36px/45px Kanit !important;
}
.login-page .fasteners-banner p {
    font-size: 18px !important;
}
.login-page .cta-list {
    gap: 15px;
	margin-top: 0 !important;
    grid-template-columns: repeat(2, 1fr) !important;
}
.loginbtn {
    padding: 8px 15px !important;
    font-size: 12px !important;
}
.registerbtn {
    padding: 8px 15px !important;
    font-size: 12px !important;
}
.register-section {
    width: calc(100% + 15px);
    row-gap: 10px;
    justify-content: center;
}
	.register-section .header-item {
    width: calc(50% - 15px);
    flex-basis: calc(50% - 15px);
}
	.navbar-toggler i{
		color: #fff;
	}
	.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: #eb600a;
    border: 1px solid transparent;
    border-radius: .25rem;
    color: #fff;
}
}
@media (min-width: 320px) and (max-width: 991px) {
    footer.section-footer {
        padding: 50px 0px 20px !important;
    }
    .reg-left-content {
    padding-right: 0 !important;
}
}
@media(min-width: 992px) and (max-width:1199px){	
.loginbtn {
    font-size: 14px !important;
	padding: 8px 15px !important;
}
.registerbtn {
    font-size: 14px !important;
	padding: 8px 15px !important;

}
.reg-left-content h2 {
    font: normal normal bold 28px/50px Kanit !important;
}
}

@media(min-width: 1200px) and (max-width:1399px){	
.reg-left-content h2 {
    font: normal normal bold 35px/50px Kanit !important;
}
}

.free-pop-footer a{
    color:#EB600A !important
}
/***5-23-2025**/





.login-page .inner-reg-section {
    background-image: url(../images/shapes1.png);
    background-size: cover;
    background-position: center;
}


.login-page .header-bottom{
    background-image: url(../images/MaskGroup5.png);
    background-size: cover;
    background-position: center;
}


.login-page .middle-about p {
    color: #000;
    padding-left: 0px !important;
    border-left: none !important;
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
}
.login-page .fasteners-banner {
    background: #143E59;
}
.login-page .fasteners-banner p {
    color: #fff;
    font-size: 24px;
}

.reg-left-content h2{
letter-spacing: 0px;
color: #143E59;
font: normal normal bold 41px/50px Kanit;
}

.reg-left-content .color-blue{
color: #143E59 !important;
font: normal normal 600 26px/30px Kanit !important;
}

.reg-left-content .color-orrange{
color: #EB600A !important;
font: normal normal 600 26px/30px Kanit !important;
}

.login-page .registration-heading h2 {
    color:#143E59;
    font-size: 36px !important;
}
.login-page .registration-heading p {
    letter-spacing: 0.8px;
    font-size: 18px;
}

.login-page .registration-content{
background: #F7F7F7 0% 0% no-repeat padding-box;
border-radius: 20px;
opacity: 1;
}

.login-page .registration-content .registration {
    padding: 40px 25px 40px 25px;
}

.login-page .registration-content .form-control {
border: 1px solid #D5D5D5;
border-radius: 10px;
background: #FFFFFF 0% 0% no-repeat padding-box;
height: 55px;
}

.form-control.is-invalid, .was-validated .form-control:invalid {
    border-color: #dc3545 !important;
    padding-right: calc(1.5em + .75rem)!important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.login-page .registration-content .login-btn {
    background: #EB600A;
    border: 0;
    padding: 10px 40px;
    border-radius: 50px;
    font-size: 18px;
    line-height: 28px;
	font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Kanit', sans-serif;
}

.login-page .pre-cta-section {
    background: transparent;
}

.login-page .cta-list {
    display: grid;
    gap: 25px;
    grid-template-columns: repeat(4, 1fr);
}


.login-page .cta-list img {
    width: 37px;
 }


.login-modal .login-btn {
   background: #EB600A;
    border: 0;
    padding: 10px 40px;
    border-radius: 50px;
    font-size: 18px;
    line-height: 28px;
	font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Kanit', sans-serif;
}

.login-modal .form-control {
border: 1px solid #D5D5D5;
border-radius: 10px;
background: #FFFFFF 0% 0% no-repeat padding-box;
height: 55px;
}
.login-modal .modal-dialog{
    background: #F7F7F7 0% 0% no-repeat padding-box;
    border-radius: 20px;
}

.login-modal .form-control.is-invalid, .login-modal .was-validated .form-control:invalid {
    border-color: #dc3545 !important;
}

.login-modal .modal-header {
    border: none;
}

.login-modal .modal-header .close {
    padding: 0 15px;
    margin: -1rem -1rem -1rem auto;
    font-size: 40px;
    /* padding-right: 12px; */
}
.middle-about p.color-blue{
	margin-bottom: 10px;
}

.footer-block-copyright {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.copyright p {
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    margin-bottom: 0;
}

.text-bold {
    font-weight: 500 !important;
}
.reg-left-content{
    padding-right: 35px;
}