@charset "UTF-8";
@font-face {
	font-family: 'Glyphicons Halflings';
	src: url(../font/glyphicons-halflings-regular.eot?76tjxy);
	src: url(../font/glyphicons-halflings-regular.eot?76tjxy#iefix) format("embedded-opentype"), url(../font/glyphicons-halflings-regular.ttf?76tjxy) format("truetype"), url(../font/glyphicons-halflings-regular.woff?76tjxy) format("woff"), url(../font/glyphicons-halflings-regular.svg?76tjxy) format("svg");
	font-weight: 400;
	font-style: normal
}
.logback{
	background:url(../images/zxback.jpg);	
	padding: 3%;
	background-size: cover;
	position: relative;
}
.logback:before{
	background-color: rgba(249, 249, 249, 0.8);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
}
.logform{
	background: #fff;
	padding: 2%;
	border-radius: 4px;
}
.combutton{
	background: #494949 !important;
    padding: 10px 25px;
    border-radius: 4px;
    font-weight: 600;
    margin-top: 15px;
    color: #fff;
}
.combutton:hover, .combutton:focus{
    background: #1981b7 !important;
}
.logtitle{
	margin-top: 10px !important;

}
.margbtm{
	margin-bottom: 15px !important;
}
.otrmrgtp{
	margin-top: 20px !important;
}
.chckbox{
	float: left;
    width: 15px;
    margin-right: 10px !important;
    margin-top: 0 !important;
}
.jonnews{
	vertical-align: -webkit-baseline-middle;
}
.heightfix {
    min-height: 55px;
    position: relative;
}
.btminput {
    position: absolute;
    bottom: 0;
}
#breadcrumb {
    background-color: #1981b7;
    padding: 25px 0;
    line-height: 1;
    color: #fff;
}
#breadcrumb ul li {
    float: left;
    padding-right: 15px;
    position: relative;
}
#breadcrumb ul li:after{
	content: "\f105";
    font-family: fontawesome;
    position: absolute;
    right: 4px;
    top: 0;
}
#breadcrumb ul li a{
	color: #fff !important;
}
.logoimg{
	margin: 0 auto;
}
.sidebar .menu-bar .head{
	color: #0082B3;
}
.mbottom{
	margin-bottom: 35px;
}

.box_general {
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    padding: 15px 30px 0 30px;
    margin-bottom: 30px;
}
.padding_bottom {
    padding-bottom: 20px;
}
.header_box.version_2 {
    border-bottom: 1px solid #ededed;
    margin: 0 -30px;
    padding: 0 30px 10px 30px;
    margin-bottom: 15px;
}
.card .card-header {
    background-color: #fff;
    border-bottom: 1px solid #e1e8ed;
    padding: 20px;
}
.addaddress{
	background: #494949;
    padding: 10px 25px;
    border-radius: 4px;
    font-weight: 600;
    margin-top: -10px;
    color: #fff;
}
.addaddress:hover{
	background-color: #1981b7;
	color: #fff;
}
.adddetail{
	padding: 15px !important;
}
.categ img{
    width: 100%;
    height: 100%;
    object-fit: fill;
}
.hovimg{
    height: 190px;
    overflow: hidden;
    position: relative;
}
.categ img:hover{
        -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transform: scale(1.1);
}
.hovimg .catename{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items:center;
    opacity: 0;
    visibility: hidden;
    background:rgba(0,0,0,0.5);
    color: #ffffff;
}
.hovimg .catename p{
    color: #ffffff;
    font-weight: 600;
}
.hovimg:hover .catename{
    opacity:1;
    visibility: visible;
    transition:all 0.5s linear;
}
.catename {
    padding: 10px;
}
.catename p{
    color: #6a6a6a;
    font-weight: 500;    
}
.catename p:hover{
    color: #fff;
}
.dasmain{
    display: flex;
        background-image: url(../images/dashback.gif);
    padding: 20% 0;
    background-size: 100% 100%;
}
.dashlink {
    margin-bottom: 25px;
    padding: 15px 30px;
        min-height: 90px;
}
.dashlink a{
    color: #fff;
    display: block;
    padding: 2px 10px;
    font-size: 18px;
    font-weight: 500;
}
.dashlink i{
    color: #fff;
    font-size: 60px;
    vertical-align: text-top;
}
.productmain{
    margin-bottom: 20px;
    float: left;
    border: 1px solid #e3e3e3;
    padding: 10px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.productmain .imghover{
    width: 100%;
    overflow: hidden;
    height: 260px;
    object-fit: cover;
    border-radius: 3px;
}
.productmain .imghover img{
    width: 100%;
    transition: all 1s ease;
    height: 100%;
}
.productmain .imghover img:hover{
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    transition: all 2s ease;
}
.addcart {
    background: #0082B3;
    color: #fff;
    text-transform: capitalize;
    padding: 8px 15px;
    border:2px solid #0082B3;
    font-weight: 600;
    border-radius: 3px;
    float: left;
}
.addcart:hover{
    color: #0082B3;
    background: transparent !important;
    border-color: #0082B3;
}
.productdetailhover p {
    padding: 5px 0;
    margin-bottom: 0;
}
.productdetailhover {
    padding: 10px 5px;
}
.productname a{
    color: #333333;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
        display: block;
    word-break: break-all;
}
.productname a:hover{
    color: #0082B3;
}
.productdetailhover .price{
    margin-bottom: 10px;
    color: #0082B3;
    font-weight: 600;
    font-size: 16px;
}
.productname{
    height: 30px;
    overflow: hidden;
}
.error {
    color: #f00;
}
.contact-us h3{
    margin-top: 15px;
}
.footertextsec {
    color: #fff;
    text-align: center;
    background: #595858;
    padding: 10px;
    margin-bottom: 30px;
    border-top: 5px solid #cac9c9;
    border-radius: 3px;
    font-family: 'Raleway', sans-serif;
}
.footertextsec p{
    margin-bottom: 7px;
}
footer .footer-outer-1 .company-info p{
    color: #bfbcbc;
}
footer .footer-outer-1 .foot-menu .list-links ul li a{
    color: #bfbcbc;
}
footer .footer-outer-1 .product-tags .tags-outer .tags-list li a{
    color: #bfbcbc;
}
footer .footer-v1, footer .footer-v2, footer .footer-v3{
    padding-top: 40px;
}
.footertextsec p a {
    font-weight: 600;
    color: #333;
    padding-right: 10px;
}
.footertextsec p a:before {
    content: "\f0da";
    font-size: 15px;
    color: #333;
    margin-right: 6px;
    font-family: 'FontAwesome';
}
.footertextsec p a:hover{
    color: #1981B7;
    transition: all 300ms ease-in-out;
    text-decoration: underline;
}
.footertextsec p a:hover:before{
    color: #1981B7;
    text-decoration: none;
}
strong.rating {
    font-family: 'Montserrat', sans-serif;
}
.adminbold{
    font-weight: bold;
}
.admincolor{
    color: rgb(0, 0, 205); 
    font-weight: bold;
}
.tablecoleps{
    border-collapse: collapse;
    border:1px solid #ececec;
}
.backcolor{
    background: #dcdcdc;
}
.fontsizeweight{
    font-size: 8pt; 
    font-weight: bold;
}
.tablecoleps td {
    border-right: 1px solid #ececec;
    padding: 5px 10px;
    border-bottom: 1px solid #ececec;
}
.returnfontweight{
    font-size: 10pt; 
    font-weight: bold;
}
.imgsize {
    text-align: center;
}
.imgsize img{
    /*width: 300px;*/
    margin: 0 auto 15px;
}
.fth3 {
    background-color: #eee;
    color: #1981b7;
    font-size: 10px;
    font-weight: 500;
}
.ftable {
    border-collapse: collapse;
    border: 2px solid #D7D7D7;
    border-color: #d7d7d7;
    padding: 5px 5px 5px 5px;
    /*margin: 0 auto 20px;*/
    text-align: center;
}
.funits {
    font-weight: 600;
    padding: 6px;
}
.ac {
    padding: 2px;
}
.white-space-nowrap
{
    white-space:nowrap;
}
.fth1 {
    background-color: #eee;
    color: #1981b7;
    font-size: 10px;
    font-weight: 500;
}
a.prod {
    border: 1px solid #dddddd;
    padding: 1px 5px;
    font-size: 20px;
    display: inline-block;
    width: 30px;
    text-align: center;
    margin-right:5px;
}
.border-btn {
    border: 1px solid #ddd;
    padding: 3px 6px;
    margin-right:10px;
}
.fth1 table td.ar {
    width: 30%;
    text-align: left;
    padding-left: 10px;
    padding-bottom: 7px;
}
select.txtfielddropdown {
    width: 86%;
}
.fth1 td.al input[type="submit"] {
    background: #1981B7;
    border: 1px solid #1981B7;
    color: #fff;
    padding: 6px 14px;
    margin-bottom: 10px;
    margin-top: 5px;
}
.searchtb h1{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 180%;
    font-weight: bold;
    margin: 0px 0px 15px 0px;
    color: #0082B3;
    text-align: center;
    text-transform: capitalize;
}
.flangtable {
    width: 100%;
    max-width: 100%;
}
.flangtable table {
    width: 100%;
   
}
.mainsearch{
    border: 2px solid #e3e3e3;
    margin: 0 auto 20px;
    padding: 0;
    background: #F5F5F5;
    border-radius: 4px;
}
#filter_box {
    padding-top: 15px;
}
.serchbtn{
    background: #1981B7;
    border: 1px solid #1981B7;
    color: #fff;
    padding: 6px 14px;
    margin-bottom: 10px;
    margin-top: 5px;
    border-radius: 4px;
}
.searchpart label{
    width: 21%;
    display: block;
    color: #0082B3;
    font-weight: 500;
    float: left;
    padding: 5px 0;
}
.searchpart select{
    width: 80%;
    float: left;
    color: #0082B3;
    font-weight: 500;
    padding: 5px 10px;
}
.mainsearch h1{
    color: #0082B3;
    font-size: 22px;
    font-weight: 700;
    border-bottom: 2px solid #ece8e8;
    padding-bottom: 10px;
    margin-bottom: 0;
    font-family: 'Montserrat', sans-serif;
    margin-top: 10px;
}
.mainsearch h1 a.filter_box {
    display: block;
}
.mainsearch h1 a.filter_box i {
    float: right;
    padding-right: 10px;
    font-size: 30px;
}
.shopsearchtitle {
    color: #175D7F;
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
    text-align: center;
    margin-top: 0;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 5px;
}
.searchpro-sectins {
    border: 1px solid #ccc;
    margin-top: 20px;
    padding: 15px 10px;
    background: #F9F9F9;
    border-bottom: 2px solid #ccc;
}
.resultspage-sectins {
    border: 1px solid #ccc;
    padding: 15px 10px;
    background: #F9F9F9;
    border-top: 2px solid #ccc;
}
.proleftsection label{
    font-weight: normal;
    width: 41%;
    display: block;
    float: left;
    padding: 7px 0;
    font-size: 12px;
}
.proleftsection .srchtext {
    padding: 5px 10px;
    width: 56%;
    margin-left: 10px;
    margin-bottom: 10px;
}
.resultsectn{
    margin-bottom: 15px;
}
.resultsectn label {
    padding-right: 10px;
    font-size: 14px;
    width: 34%;
}
.resultsectn .resultselect {
    width: 64%;
    padding: 5px 10px;
    height: 36px;
    vertical-align: text-bottom;
}
.pricefil label {
    padding-right: 10px;
    font-size: 14px;
    width: 34%;
}
.pricefil .pricetext {
    padding: 5px 10px;
    width: 64%;
}
.serchbuttn{
    margin-top: 15px;
    text-align: right;
    padding: 10px 30px;
}
.serchbuttn .submitbtn {
    background: #1981B7;
    border: 1px solid #1981B7;
    color: #fff;
    padding: 6px 14px;
}
.profields span {
    vertical-align: super;
}
.profields .profieldscheck {
    width: 18px;
    height: 18px;
    margin-right: 15px;
}
.proleftsection {
    padding-top: 20px;
}

.add-cart-button {
    position: relative;
    border: 2px solid #0082B3;
    border-radius: 4px;
    color: #fff;
    padding-right: 0 !important;
}
.bg-blue{
    background-color:#0082B3;
}
.p-0{
    padding:0;
}
.m-0{
    margin:0;
}
.butt{
    margin-bottom:15px;
}
.butt .combutton{
    padding: 8px 25px;
}
.mt-2 {
    margin-top: 2rem;
}
.pop .close {
    float: right;
    font-size: 39px;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 1;
}
.pop h2{
    color:#ffffff;
}
/*.add-cart-button i {
       position: relative;
    right: 23px;
    width: 0;
        z-index: 1;
}*/
/*.add-cart-button:hover{
    background: transparent;
    color: #0082B3;
}*/
.productadd:hover {
    color: #fff !important;
}
.productadd {
    background: #258A00;
    color: #fff;
    font-weight: 600;
    padding: 10px 15px !important;
    padding-right: 30px !important;
    border-radius: 4px;
}
.outofstock {
    background: #FF6A00;
    color: #fff;
    font-weight: 600;
    padding: 10px 15px !important;
    padding-right: 30px !important;
    border-radius: 4px;
}
.category-product .products{
    border: 1px solid #e3e3e3 !important;
    padding: 10px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    display: inline-block;
    width:100%;
}
.product_info .product-image {
    position: relative;
    height: 240px;
    width: auto;
    text-align: center;
    object-fit: cover;
}
.product_info .product-image a {
    display: block;
    height: 240px;
    position: absolute;
    text-align: center;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
}
.product_info .product-image a .image {
    height: 100%;
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    object-fit: cover;
    text-align: center;
}
.product_info .product-image a .image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.product_info .product-info .name a {
    color: #494949 !important;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    display: block;
    word-break: break-all;
    height: 62px;
    overflow: hidden;
    word-spacing: 3px;
    line-height: 20px;
}
.category-product span strong.rating {
    padding-left: 15px;
    color: #494949;
}
.category-product {
    padding: 6px 0 10px;
}
.category-product .products.grid-v2 .product-info .product-price del{
        color: #636161;
}
.tagheight{
    border: 1px solid #ececec;
    border-radius: 4px;
    padding: 10px 5px;
    margin-bottom: 20px;
}
.sidebar .menu-bar nav > .nav > li > a{
    padding: 0 0 8px 0;
}
.sidebar .menu-bar nav > .nav > li{
    padding: 10px 20px 0 20px;
}
.mb-3{
    margin-bottom: 15px;
}
.add-to-cart {
    position: relative;
    background: #0082B3;
    border: 2px solid #0082B3;
    border-radius: 4px;
    color: #fff;
    padding-right: 0 !important;
}
.add-to-cart .productadd {
    background: transparent;
    color: #fff;
    font-weight: 600;
    padding: 10px 15px !important;
}
/*.add-to-cart i {
    position: relative;
    right: 23px;
    width: 0;
    z-index: 1;
    padding: 0 !important;
}*/
.add-to-cart:hover{
    background: transparent;
    color: #0082B3;
}
.details-page .details-product-price ins {
    color: #1981B7;
}
.controls-product-item{
    margin-bottom: 15px;
}
.custom-select{
    text-align: left !important;
}
.pagination .active > a, .pagination .active > span, .pagination .active > a:hover, .pagination .active > span:hover, .pagination .active > a:focus, .pagination .active > span:focus {
    background-color: #1981b7;
    border: 1px solid #1981b7;
}
.sidebar .hand-tool-tag .tag-list a{
    width: 31%;
        text-align: center;
}
.checkoutbutn{
    background-color: #0082B3 !important;
    color: #fff;
    border: 2px solid #0082B3;
    border-radius: 4px;
}
.checkoutbutn:hover{
    background-color: transparent !important;
    color: #0082B3 !important;
    border-color: #0082B3;
}
.checkout-page-button {
    background: #0082B3;
    border: 2px solid #0082B3;
    border-radius: 4px;
    color: #fff;
    font-weight: 600;
}
.checkout-page-button:hover{
    background: transparent !important;
    color: #0082B3;
    border: 2px solid #0082B3;
}
.contact-us .details i{
    color: #0082B3;
    width: 30px;
    display: inline-block;
}
.contact-us .details span, .contact-us .details a{
    width: calc(100% - 40px);
    display: inline-block;
    vertical-align: top;
}
.shopping-cart-btn .btn {
    background: #0082B3;
    color: #fff !important;
    border: 2px solid #0082B3;
    border-radius: 4px;
}
.shopping-cart-btn .btn:hover{
    background: transparent !important;
    border: 2px solid #0082B3;
    color: #0082B3 !important;
}
.searchimg{
    height: 280px;
    width: auto;
}
.secondimgdetail{
    padding: 10px 0 0;
    text-align: center;
    /*margin-top: 20px;*/
}
/*.secondimgdetail img {
    width: 100%;
}*/
.secondimgdetail .product-name h3 {
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding: 10px;
}

.header-v5 .middle .option-search-bar .category-menu .btn{
    border-right: 1px solid  #e4e4e4 !important;
}

.cartbtn i {
    position: relative;
    right: 24px;
    color: #fff;
}
.cartbtn {
    position: relative;
    color: #fff !important;
        display: inline;
}


.outer-bottom-small{
    margin-bottom: 30px;
}
.details-page .product-info-panel .nav-tabs li.active a {
    border: 1px solid #0082b3;
    background-color: #0082b3;
}
.details-page .product-info-panel .nav-tabs li.active a:hover, .details-page .product-info-panel .nav-tabs li a:hover{
    border: 1px solid #0082b3;
    background-color: #0082b3;
}
.product-info-panel{
    margin-bottom: 15px;
}
.bearingsearch{
    background: #f9f9f9;
    border: 2px solid #ece8e8;
    padding:0 5px;
    margin-bottom: 10px;
    border-radius: 4px;
    width: 100%;
}
.bearingsearch h2 {
    margin-top: 10px;
    color: #0082B3;
    font-size: 22px;
    font-weight: 700;
    border-bottom: 2px solid #ece8e8;
    padding-bottom: 10px;
    margin-bottom: 0;
    font-family: 'Montserrat', sans-serif;
}
.bearingpadding{
    padding: 10px 15px;
}
.blabel{
    width: 13%;
    color: #0082B3;
}
.beartext{
    padding: 5px 10px;
    width: 57%;
    margin-left: 10px;
    margin-bottom: 10px;
}
.bearleftpart {
    width: 50%;
    padding-left: 10px;
    float: left;
}
.bearrightpart {
    width: 50%;
    float: left;
    padding-left: 10px;
}
.bearingsearch h4{
    color: #0082B3;
    font-weight: 600;
}
.bearrightpart p{
    color: #0082B3;
    font-weight: 600;
}
.bearleftpart label {
    width: 33%;
    color: #0082b3;
}
.bearleftpart input[type="text"] {
    padding: 5px 10px;
    margin-bottom: 10px;
    width: 60%;
}
.bearsearchright {
    background: #fff;
    height: auto;
    padding: 5% 10px;
    margin-top: 20px;
    display: flex;
}
.bearsearchright img{
    width: 100%;
}
.bearingselect select{
    padding: 7px 10px;
    margin-bottom: 10px;
    width: 40%;
    margin-right: 10px;
}
.bearingsec select{
    padding: 7px 10px;
    margin-bottom: 10px;
    width: 95%;
}
.searchsection {
    text-align: center;
    padding: 10px 0;
}
.searchsection .searchb {
    background: #0082b3;
    border: 0;
    color: #fff;
    padding: 6px 15px;
    margin-right: 10px;
}
.needhelp {
    color: #0082B3;
    font-weight: 600;
    padding: 4px 10px;
}
.bearbottom p {
    margin-bottom: 0;
    color: #0082B3;
    font-weight: 500;
}
.bearbottom {
    padding: 10px 0;
}
.beardiscrip{
    color: #660099;
    font-size: 16px;
    font-weight: 600;
}
.bearingselect input[type="radio"]{
    margin-left: 10px;
}
footer .footer-outer-1 .product-tags .tags-outer .tags-list li{
    width: 32%;
    text-align: center;
}
footer .footer-outer-1 .product-tags .tags-outer .tags-list li a{
    display: block;
}
.blue-color{
    color: #0082b3;
}
.bilpadding{
    padding-bottom: 10px;
    padding-top: 10px;
    margin-top: 10px;
}
.bilpadding span {
    display: block;
    font-family: 'Montserrat', sans-serif;
    padding-top: 3px;
    padding-left: 5px;
}
.fontfamily-mon{
    font-family: 'Montserrat', sans-serif;
}
.totlprice{
    font-size: 20px;
}
.productadd:hover {
    background: #307118;
}
.category-product .products .product .product-info .name{
    max-height: 52px;
    overflow: hidden;
    height: 52px;
}
.category-product .products .product .product-info .name.nameheight{
        max-height: 60px;
    height: 60px;
}
.logpadding{
    padding: 0 20px;
    background: #0082B3 !important;
    color: #fff !important;
    border: 2px solid #0082B3;
    border-radius: 4px;
    font-weight: 600;
        margin-top: 20px;
}
.logpadding:hover{
    background: transparent !important;
    color: #0082B3 !important;
    border-color: #0082B3;
}
.thankbg hr{
    background: #0082B3;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus{
    background-color:#1981B7;
    border:1px solid #1981B7;
}
.header-v5 .navbar .header-nav .navbar-default .navbar-collapse .navbar-nav > li.active > a:hover{
    background-color:#1981B7 !important;
}
.blucolor{
    color: #1981b7;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 500; 
}
.details-page .details-product-price{
        padding: 7px 0;
        display: flex;
}
.product-name {
    padding-top: 10px;
    padding-bottom: 15px;
}
.descript-price {
    font-size: 18px;
    padding-top: 0;
    padding-bottom: 5px;
}
.details-product-price:first-child {
    padding-top: 0;
}
.margin-top{
    margin-top: 20px;
}
.details-page .product-name h3{
    font-size: 24px;
}
.product-name h4 span {
    color: #333;
}
.next, .last, .first, .prev{
    background-color: transparent;
    border-color: #0082B3;
    font-size: 24px;
    padding: 3px 7px 7px !important;
    line-height: 20px;
    color: #0082B3;
}
.first, .prev{
    margin-left: 0;
    border-right: 0;
}
.next:hover, .last:hover{
    background-color: #0082b3;
    border-color: #0082b3;
}
.toler{
    font-weight: 600;
}
.searchpart {
    display: flex;
    margin-bottom: 15px;
}
.pading-0{
    padding: 0;
}
.tellafrin{
    display: inline-block;
    text-decoration: underline;
}
.tellafrin:hover{
    font-weight: 600;
    text-decoration: underline;
}
.telfrndcolor{
    color: #0082b3 !important;
}
.category {
    display: flex;
}
.foot-describe .descrip-detail {
    clear: both;
    text-align: left;
    border-bottom: 1px solid #252525;
    padding-bottom: 10px;
}
.foot-describe {
    padding-left: 15px;
    padding-bottom: 15px;
}
.details-product-price .detail-bold {
    width: 160px;
    display: inline-table;
}
.produfont-size{
    font-size: 18px;
    font-weight: 600;
    color: #333;
}
.flangshiping {
    display: flex;
    margin-bottom: 15px;
    margin-top: 10px;
}
.flangshiping p {
        padding-left: 20px;
    display: block;
    margin-bottom: 5px;
}
.cirtifilink{
    padding-left:40px;
}
.flangcirt {
    width: 80%;
    display: block;
    float: left;
}
.flangshiping a:first-child{
    float: left;
}
.flangcirt a {
    padding-left: 30px;
}


/*=================================== bearing information =====================*/

.text-capitalize{
    text-transform: capitalize;
}
.pl-4{
    padding-left: 35px;
}
.mb-1{
    margin-bottom: 15px;
}
.mt-0{
    margin-top: 0;
}
.mt-1{
 margin-top: 10px;
}
.d-flex{
    display: flex;
}
.informlist ul li {
    position: relative;
    padding-left: 15px;
}
.informlist ul li:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    background: #0082b3;
    border-radius: 50%;
    left: 0;
    top: 6px;
}
.pt-2{
    padding-top: 15px;
}
.mb-2{
    margin-bottom: 20px;
}
/*=================================== / bearing information ===================*/
/*=================================== product detail ========================*/

.flanglist:before {
    content: "\f0da";
    font-family: fontawesome;
    padding-right: 10px;
}
.flanglist {
    position: relative;
}
.page-numeric {
    display: inline-block;
    padding: 5px 10px;
    background: transparent;
    color: #0082B3;
    vertical-align: middle;
    border: 1px solid #0082B3;
    border-right: 0;
    font-size: 14px;
}
.current{
    border: 1px solid #0082B3;
    padding: 5px 10px;
    vertical-align: middle;
    display: inline-block;
    background: #0082B3;
    color: #fff;
    font-size: 14px;
}
.fontsize0{
    font-size: 0;
}

/*=================================== / product detail ======================*/
/*=================================== html pages ===========================*/

.staticpage ul li:before {
    content: "\f0da";
    color: #0082b3;
    font-family: fontawesome;
    padding-right: 5px;
}
.staticpage ul li {
    width: 50%;
    display: -webkit-inline-box;
    padding-bottom: 10px;
}
.staticpage h1, .staticpage h2{
    color: #0082b3;
}
.staticpage hr{
    background-color: #0082b3; 
}
.staticpage a {
    color: #0082b3;
    padding-left: 5px;
    padding-right: 20px;
    position: relative;
    display: inline-block;
}
.staticpage a:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-bottom: 5px solid #0082b3;
    border-right: 5px solid transparent;
    position: absolute;
    right: 0px;
    transform: rotate(90deg);
    top: 7px;
}
.staticpage a:hover{
    text-decoration: underline;
    color: #333;
}
.bearinghtml li:first-child:before {
    display: none;
}
.bearinghtml li a:after{
    display: none;
}
.staticpage li a:after{
    display: none;
}
.staticpage {
    margin-bottom: 15px;
}
.staticpage table ul li{
    width: auto;
    display: block;
}
.staticpage table a:after{
    display: none;
}
a.backbutton {
    padding-left: 25px;
    font-weight: 600;
}
a.backbutton:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #0082b3;
    border-right: 10px solid transparent;
    position: absolute;
    left: 0px;
    transform: rotate(-450deg);
    top: 6px;
}
a.backbutton:after{
    display: none;
}

/*=================================== /html pages ==========================*/

/*================================ order ===============================*/

.orderdetail{
    padding: 10px 20px !important;
}
.orderdetail .mtdate{
    font-size: 20px;
}
.dashnav {
    margin-bottom: 0;
}

/*================================ /order ===============================*/

/*================================cart ===============================*/
td.total-weight, td.weightt {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    color: #333;
}
span.product-size span, span.product-color span {
    padding-left: 6px;
    font-size: 14px;
}
span.product-size, span.product-color {
    font-family: 'Montserrat', sans-serif;
}
.procced{
    background: #0082B3 !important;
    color: #fff !important;
    border: 2px solid #0082B3;
    border-radius: 4px;
    padding: 11px 20px !important;
    font-weight: 600;
}
.procced:hover{
    background: transparent !important;
    color: #0082B3 !important;
        border-color: #0082B3;
}
.weightlab{
    font-size: 12px;
}
.product-name a.name {
    font-weight: 600;
}
.detailcart .logininput:after{
    top: 9px;
}
.dashnav ul.nav li a:hover {
    color: #333;
}

/*================================/ cart =============================*/

/*================================ checkout ===============================*/

.checkout .panel-collapse .panel-body{
    padding-left: 15px;
    padding-right: 15px;
}
.checkout .panel-heading .panel-title a .step{
        background-color: #1981b7;
}
.formheight {
    height: 75px;
}
.place-notes .formheight{
    height: 50px;
}
.place-notes {
    display: flex;
    align-items: baseline;
}
.checkout .panel-collapse .panel-body .radio label{
        vertical-align: sub;
}
.checkbox label a {
    color: #494949;
    font-weight: 600;
    font-size: 15px !important;
}
.checkbox label a:hover{
    color: #0082B3 !important;
    text-decoration: underline;
}
.shipping_method {
    display: flow-root;
    margin: 10px 0;
}
.shipping_method .nametag {
    width: 90%;
    float: right;
    font-weight: 700;
    font-size: 14px;
}
.shipping_method .shippradio {
    width: 5%;
    float: left;
}
.nametag span {
    font-weight: 500;
    padding-left: 10px;
    font-size: 14px;
}
.shipping_method .error {
    font-size: 16px;
    margin-bottom: 10px;
}
.paypalbtn{
    background: url(../images/pay-with-paypal.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 38px;
    padding: 0 50px;
    background-color: transparent;
    width: 150px;
}
.paypalbtn:hover {
    box-shadow: 0 10px 15px rgba(0,0,0,0.2);
    background-color: transparent;
}
.creditcard{
    background: url(../images/pay-with-card.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 38px;
    padding: 0 50px;
    background-color: transparent;
    width: 150px;
}
.creditcard:hover {
    box-shadow: 0 10px 15px rgba(0,0,0,0.2);
    background-color: transparent;
}
.ml-0{
    margin-left: 0;
}
.mr-0{
    margin-right: 0;
}
.pl-0{
    padding-left: 0;
}
.pr-0{
    padding-right: 0;
}
.credit-card{
    background: #fff;
    box-shadow: 0 10px 16px rgba(0,0,0,0.2);
    padding: 15px 10px;
    margin-left: 10px;
    border: 1px solid #ccc;
}
.card-img {
    display: inline;
}
.card-img img{
    height: 45px;
}


/*================================/ checkout =============================*/

/*================================my profile ===============================*/

.dashnav ul.nav li a i {
    float: right;
    font-size: 18px;
}
.dashleft_sec{
        -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
        padding: 20px 10px;
        margin-bottom: 20px;
}
.dashnav ul.nav li a {
    border-bottom: 1px solid #eee;
    padding: 15px;
}
.logdash{
    border-bottom: 0 !important;
}
.header_box h2 i {
    padding-right: 10px;
}
label.mtdate{
    font-size: 30px;
}
.bg-white{
    background: #ffffff;
}
/*================================/ my profile =============================*/

/*================================ Register thank you ======================*/

.mainthank{
    padding: 10% 5%;
}
.thankbg{
    background: transparent;
}
.shippig_right{
    border:1px solid #ededed;
    border-radius: 4px;
    padding: 15px;
    margin-top:10px;
}
.shippig_right p{
    font-size: 16px;
}
/*================================ /Register thank you ======================*/
/*================================== FAQ ====================================*/
#faq {
    margin-bottom: 20px;
}
.box_style_cat {
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #e1e8ed;
    margin-bottom: 15px;
}
ul#cat_nav {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul#cat_nav li {
    border-bottom: 1px solid #e1e8ed;
    border-right: 1px solid #e1e8ed;
    width: 50%;
    display: inline-block;
    float: left;
}
ul#cat_nav li:last-child{
    border-right: 0;
}
ul#cat_nav li a {
    position: relative;
    color: #555555;
    display: block;
    padding: 15px 10px;
}
.card .card-header {
    background-color: #f1f1f1;
    border-bottom: 1px solid #e1e8ed;
    padding: 20px;
}
.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}
.card-header h5 a {
    border: 0;
    display: block;
    color: #0082B3;
}
.card-header h5 a i.indicator {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: normal;
    float: right;
    color: #e74e84;
}
.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
    border: 1px solid #eae7e7;
    border-top: 0;
    border-radius: 4px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.page_search{
    border-radius: 0px;
    padding: 4px;
    margin-right: 0;
    box-shadow: none;
    font-size: 16px;
    border: 1px solid #0082b3;
    width: 30px;
}
.page_go{
    border-radius: 0px;
    margin-left: 0;
    font-size: 14px;
    padding: 6px 8px;
    border: 0;
    background: #0082b3;
    color: #fff;
}
.font0{
    font-size: 0;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}
a.current:hover {
    color: #fff;
}
.w-100{
    width: 100%;
}
.pedng-bottm {
    padding-bottom: 20px;
}
/*================================== /FAQ ====================================*/
.order_listimg {
    width: 100%;
    height: 100px;
    object-fit: contain;
}
.butt .confirm {
    border-color: #0b82b3 !important;
    background: #0b82b3 !important;
}
/*=================================== Media Query ===========================*/
@media (min-width: 992px) and (max-width: 1199px){
    .sidebar .hand-tool-tag .tag-list a{
        width: 47%;
    }
    .hovimg {
    height: 160px;
    overflow: hidden;
}
.header-v5 .shopping-cart{
    padding-left: 0;
}
.header-v5 .top-bar .welcome-msg{
    display: inline-block;
}
}
@media (max-width: 991px) and (min-width: 768px){
    .product-info-panel{
        margin-bottom: 0;
    }
    .flanglist:last-child{
        margin-bottom: 15px;
    }
    .resultspage-sectins{
        margin-bottom: 20px;
    }
    .pricefil .pricetext{
        margin-bottom: 10px;
    }
    #catemenu, #impomenu{
    display: none;
}
.category-product .category-product-inner{
    display: inline-block;
}
.details-page{
    display: -webkit-box;
}
.informlist:last-child {
    margin-bottom: 20px;
}
header .header-v5 .shopping-cart{
    margin-bottom: 0;
    margin-top: 20px;
}
.pading-0{
    padding: 0 15px;
}
}
@media (max-width: 767px){
    .logoimg {
    margin: 0 auto;
    display: inline-block !important;
        max-width: 100%;
}
.searchpart{
    margin-bottom: 0;
}
.beartext{
    padding: 5px 10px;
    width: 67%;
    margin-left: auto;
    margin-bottom: 10px;
    border: 1px solid #cecece;
}
#catemenu, #impomenu{
    display: none;
}
.custom-row{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.category{
    margin-bottom: 10px;
}
.catename {
    padding: 5px 0;
}
.bearingsearch h2{
    font-size: 16px;
}
.menu-verticle {
    margin-bottom: 10px;
}
.sidebar .menu-bar .head {
    padding: 13px 20px;
}
.items-cart-inner {
    margin-top: 10px;
}
.header-v5 .shopping-cart {
    padding-left: unset;
    float: right;
}
.total-price-basket .cart-icon{
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
}
.total-price-basket .cart-info .label-name {
    font-size: 13px !important;
}
.total-price-basket .cart-info{
    display: contents !important;
}
.custom-select input[type="text"] {
    width: 78%;
}
.procced{
    margin-bottom: 10px;
}
.form-rimbus {
    margin-bottom: 15px;
}
.shop-table.cart {
    border-bottom: 1px solid #ededed;
    margin-bottom: 10px;
}
.marginminus {
    margin: 15px;
}
.addaddress{
    display: inline-block !important;
    float: unset !important;
    margin-top: 2px;
}
.beardiscrip {
    padding: 0 15px;
}
.bearingsearch{
    width: 100%;
    margin-bottom: 10px;
}
.search_box i{
    line-height: 0.7;
}
.filter_box i{
    line-height: 0.7;
}
header .language-currency ul > li {
    padding-right: 10px;
}
header .top-navbar .top-nav > ul > li{
    padding-right: 10px;
    padding-left: 10px;
}
.pricefil {
    margin-bottom: 10px;
}
.shopsearchtitle{
    padding: 0 10px;
    font-size: 20px;
}
label.mtdate {
    font-size: 22px;
    display: block;
    text-align: left;
}
header .logo{
    margin: 15px 0 !important;
}
header .middle{
    margin-top: 15px;
    margin-bottom: 10px;
}
.navbar{
    min-height: auto;
}
.bearleftpart{
    width: 100%;
}
.bearingpadding{
    padding: 0;
}
.blabel{
    width: 30%;
}
.bearleftpart input[type="text"]{
    width: 100%;
    margin-top: 0px;
    border: 1px solid #bbb;
}
.bearleftpart label {
    width: 38%;
}
.bearrightpart{
    width: 100%;
    margin-bottom: 10px;
}
.tab-pane{
    padding-right: 10px;
    padding-left: 10px;
}
.searchpart label{
    width: 100%;
}
.searchpart select{
    width: 100%;
    margin-bottom: 10px;
}
.category-product .products .product-image .image img{
    margin: auto;
}
.hovimg{
    height: auto;
}
.detailcart {
    margin-bottom: 25px;
}
.cart-total{
    padding-right: 0;
    padding-left: 0;
}
.weightt{
    margin-bottom: 0 !important;
}
.total-amount{
    margin-bottom: 0 !important;
}
.cart-total tbody tr{
    float: unset;
}
.cart-total tbody tr td{
    display: inline-block !important;
}
#breadcrumb{
    margin: 0 10px;
}
.bearsearchright{
    text-align: center;
}
.proleftsection .srchtext{
        border:1px solid #bbb;
        width: 97%;
        margin-left: 0;
        
    }
    .searchpro-sectins{
        margin: 15px 15px -2px;
    }
    .resultspage-sectins {
    margin: 0 15px 20px;
}
.staticpage ul li{
    width: 100%;
}
.pedng-bottm{
    padding-bottom: 20px;
}
.pricefil .pricetext{
    border: 1px solid #b3b3b3;
    margin-bottom: 10px;
}
.cate {
    margin-bottom: 16px;
}
}


/*=================================== / Media Query ===========================*/
@media (max-width: 600px){
.category-product {
    padding: 2px 0 7px;
}
.searchpart {
    margin-bottom: 0px;
}
.sidebar {
    margin-bottom: 7px;
}
.bearingsearch {
    margin-bottom: 0px;
}
.category-product .product-item-list-v2 .product-info {
    margin-top: 10px;
}
.flangshiping {
    margin-bottom: 7px;
    margin-top: 0px;
}
.category-product .products {
    margin-bottom: 11px;
}
.controls-product-item {
    margin-bottom: 0px;
}
.details-page {
    margin-top: 0px;
}
.product-name {
    padding-top: 0px;
    padding-bottom: 5px;
}
.details-page .product-name h3 {
    font-size: 22px;
}
.qrcodeimg img{
    height:100px;
}
.col-xs-12.col-sm-6.col-md-5.gallery-holder {
    margin-bottom: 0px;
}
.secondimgdetail {
    padding: 0px 0 0;
}
.otrmrgtp {
    margin-top: 10px !important;
}
}