/*============fonts ======*/
@font-face {
    font-family: "Myriad Pro Regular";
    font-style: normal;
    font-weight: normal;
    src: local("Myriad Pro Regular"), url("../fonts/MYRIADPRO-REGULAR.woff") format("woff");
}

@font-face {
    font-family: "Myriad Pro Condensed";
    font-style: normal;
    font-weight: normal;
    src: local("Myriad Pro Condensed"), url("../fonts/MYRIADPRO-COND.woff") format("woff");
}

@font-face {
    font-family: "Myriad Pro Light";
    font-style: normal;
    font-weight: normal;
    src: local("Myriad Pro Light"), url("../fonts/MyriadPro-Light.woff") format("woff");
}

@font-face {
    font-family: "Myriad Pro Semibold";
    font-style: normal;
    font-weight: normal;
    src: local("Myriad Pro Semibold"), url("../fonts/MYRIADPRO-SEMIBOLD.woff") format("woff");
}

@font-face {
    font-family: "Myriad Pro Bold";
    font-style: normal;
    font-weight: normal;
    src: local("Myriad Pro Bold"), url("../fonts/MYRIADPRO-BOLD.woff") format("woff");
}

body {
    font-family: Myriad Pro Regular;
}

html {
    scroll-behavior: smooth;
}

/*===================header area===========*/

/*===============top header css==============*/
.top-head-area {
    background-color: #b80808;
    padding: 8px 0px;
}
.header-left-menu ul {
    padding: 0;
    margin-bottom: 0px;
}
.header-left-menu ul li {
    list-style: none;
    text-align: left;
    display: inline-block;
    padding-right: 20px;
}
.header-left-menu ul li a {
    color: #fff;
    text-decoration: none;
}

.header-right-menu {
    text-align: right;
}
.header-right-menu > ul {
    padding: 0;
    margin-bottom: 0px;
}
.header-right-menu > ul > li {
    list-style: none;
    text-align: left;
    display: inline-block;
    padding-right: 20px;
}
.header-right-menu > ul > li:last-child {
    padding-right: 0px;
}
.header-right-menu > ul > li > a {
    color: #fff;
    text-decoration: none;
}
.header-right-menu ul li a i {
    font-size: 13px;
    margin-right: 7px;
    vertical-align: baseline;
}
.header-right-menu ul li a img {
    margin-right: 7px;
}

.cstm-drop-menu li a {
    color: #000;
    text-decoration: none;
}
.cstm-drop-menu li {
    padding: 5px 0px;
}
.cstm-drop-menu {
    padding: 10px;
    top: 17px !important;
}

.header-right-menu .dropdown-toggle::after {
    border: solid #fff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.header-right-menu .cstm-drop-menu li a i {
    font-size: 15px;
    color: #b80808;
    width: 20px;
}
/*===============end top header css==============*/

/*=========logo and search area=====*/

.logo-search-area {
    padding: 10px 0px;
}
.search-area-part {
    display: flex;
    align-items: center;
    height: 100%;
}

.btn.search-drop {
    background: transparent;
    border: 1px solid #ced4da;
    border-radius: 0px;
    border-right: 0px;
    padding: 10px 10px;
    color: #495057;
}
.input-group {
    align-items: inherit!important;
}
input.form-control.search-control {
    border-right: 0px;
    padding: 11px 10px!important;
}
.btn.search-drop:focus {
    outline: none;
    box-shadow: none;
}

input.form-control.search-control:focus {
    outline: none;
    box-shadow: none;
    border-color: #ced4da;
}
input.form-control.search-control {
    border-right: 0px;
    padding: 11px 15px;
}
.btn.src-btn {
    background: #000;
    border: 1px solid #000;
    border-radius: 0px;
    border-left: 0px;
    color: #fff;
    padding: 11px 10px;
}
.btn.src-btn:focus {
    outline: none;
    box-shadow: none;
}
.search-area-part ul {
    padding: 10px;
}
.search-area-part ul li {
    list-style: none;
    padding: 3px 0px;
}
.search-area-part ul li a {
    text-decoration: none;
    color: #000;
    font-size: 16px;
}

.wishlist-cart-area {
    display: flex;
    align-items: center;
    height: 100%;
    position: relative;
    justify-content: flex-end;
}
.wishlist-cart-area ul {
    padding: 0px;
    margin-bottom: 0px;
}
.wishlist-cart-area > ul > li {
    display: inline-block;
    border: 1px solid #ced4da;
    list-style: none;
    padding: 13px 13px;
    cursor: pointer;
    margin-right: 4px;
}
.wishlist-cart-area ul li:last-child {
    margin-right: 0px;
}
.wishlist-cart-area > ul > li > a {
    color: #495057;
    text-decoration: none;
}
.wishlist-cart-area > ul > li:hover > a {
    color: #b80808;
}

.basket-title {
    display: inline-block;
    padding-left: 5px;
}
.basket-title h3 {
    font-size: 15px;
    margin-bottom: 0px;
    color: #495057;
}
.basket-title h3 span {
    color: #b80808;
}
li.basket-btn a span {
    background: #b80808;
    color: #fff;
    line-height: 20px;
    border-radius: 100px;
    height: 20px;
    display: inline-block;
    width: 20px;
    font-size: 12px;
    text-align: center;
    position: relative;
    top: -12px;
}

.badge {
    background-color: #b80808;
    border-radius: 10px;
    color: white;
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    padding: 3px 7px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.basket-btn:hover .shopping-cart {
    visibility: visible;
    transition: all 0.5s;
}

.free-shipping-bar h5 {
    font-size: 15px;
    text-align: center;
}
.cstm-probar {
    display: flex;
}
.free-shipping-bar .progress {
    width: 100%;
    height: 11px;
    margin: 5px 10px;
}
.cstm-probar span {
    font-size: 14px;
}
.free-shipping-bar {
    margin-bottom: 14px;
}

.shopping-cart-header {
    border-bottom: 1px solid #e8e8e8;
    padding: 15px 25px;
    border-top: 1px dashed #9e9e9e;
}
.progress-bar {
    background-color: #b80808;
}
.shopping-cart-header .shopping-cart-total {
    float: right;
}
.shopping-cart-items {
    padding:6px;
    margin: 0px;
    height: 46vh;
    overflow: auto;
}
.shopping-cart-items::-webkit-scrollbar {
    width: 5px;
}

.shopping-cart-items::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

.shopping-cart-items::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
.shopping-cart-items {
    overflow-y: auto;
    scrollbar-color: #8b8b8b #c2c2c2;
    scrollbar-width: thin;
}
.shopping-cart-items li {
    margin-bottom: 10px;
    list-style: none;
}
.shopping-cart-items img {
    float: left;
    margin-right: 12px;
}
.shopping-cart-items .item-name {
    display: block;
    font-size: 14px;
}
.shopping-cart-items .item-price {
    color: #b80808;
    margin-right: 8px;
}
.shopping-cart-items .item-quantity {
    color: #abb0be;
}
.sidebar-cart-bottom {
    position: absolute;
    width: 100%;
    bottom: 0;
    background: #fff;
    box-shadow: -4px 2px 20px rgb(0 0 0 / 25%);
}

/*.shopping-cart:after {
  bottom: 100%;
  left: 89%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: white;
  border-width: 8px;
  margin-left: -8px;
}*/

.cart-icon {
    color: #515783;
    font-size: 24px;
    margin-right: 7px;
    float: left;
}

.cart-nav-btn .button {
    text-align: center;
    padding: 10px 20px;
    text-decoration: none;
    display: block;
    border-radius: 3px;
    font-size: 16px;
    margin: 15px 0 15px 0;
    text-transform: uppercase;
    color: #000;
    border: 1px solid #b80808;
    background: #b80808;
    color: #fff;
    border-color: #b80808;
    width: 48%;
}
.cart-nav-btn .button:hover {
    background: #fff;
    color: #000;
    border-color: #ced4da;
}
.cart-nav-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 15px 25px;
    background: #f2f4f5;
}

/*=========end logo and search area=====*/

/*===========bike navbar menu=============*/
.bike-nav-area {
    background-color: #b80808;
    padding: 10px 0px;
}

.cstm-bar ul {
    padding: 0;
    margin-bottom: 0px;
}
.cstm-bar ul li {
    list-style: none;
    text-align: left;
    display: inline-block;
    padding-right: 30px;
}
.cstm-bar ul li a {
    color: #fff;
    text-decoration: none;
}
.navbar-dark .navbar-nav.cstm-navbar-nav .nav-link {
    color: #fff;
    padding: 0;
}

.cstm-navbar-nav .dropdown {
    position: relative;
    display: inline-block;
}

.cstm-navbar-nav .dropbtn {
    border: none;
}

.cstm-navbar-nav .dropdown {
    position: relative;
    display: inline-block;
}

.cstm-navbar-nav .dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 160px;
    z-index: 1;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.1);
}

.cstm-navbar-nav .dropdown-content a {
    color: #282c3f;
    padding: 8px 16px;
    text-decoration: none;
    display: block;
    font-size: 15px;
    border-bottom: solid 1px #e2e2e2;
}

.cstm-navbar-nav .dropdown-content a:last-child {
    border-bottom: none;
}

.cstm-navbar-nav .dropdown-content a:hover {
    font-weight: bold;
    color: #b80808;
}

.cstm-navbar-nav .dropdown:hover .dropdown-content {
    display: block;
}
.navbar.nav-cstm {
    padding: 0;
}

.cstm-bar ul li a img {
    width: 35px;
    /*filter: brightness(2);*/
    padding-right: 5px;
}

.dropdown-content.bike-drop {
    /*top: 46px;*/
    -webkit-box-shadow: 0px 7px 8px rgb(0 0 0 / 7%);
    box-shadow: 0px 7px 8px rgb(0 0 0 / 7%);
    border-radius: 0px 0px 5px 5px;
}

.buy-stock ul {
    padding: 0px;
    margin-bottom: 0px;
}

.buy-stock ul li {
    list-style: none;
    display: inline-block;
}
.buy-stock ul li a {
    color: #fff;
    text-decoration: none;
}
.buy-stock ul li img {
    width: 35px;
    padding-right: 5px;
}

/*===========end bike navbar menu=============*/

/*================end header area===========*/

/*===========home slider-area==============*/
.banner-slider-area {
    position: relative;
}
.cstm-crousal-inner .carousel-item img {
    width: 100%;
    height: 750px;
    object-fit: cover;
    position: relative;
}
.cstm-crousal-inner .carousel-item {
    background-image: url(../images/slide-1.jpg);
    background-repeat: no-repeat;
    height: 750px;
    width: 100%;
    background-position: top;
    background-size: cover;
    background-blend-mode: overlay;
    background-color: #b808086b;
}
.cstm-caption {
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: baseline;
    justify-content: center;
}
.cstm-caption h3 {
    color: #fff;
    font-size: 70px;
    font-family: Myriad Pro Bold;
    line-height: 75px;
}
.cstm-caption h3 span {
    font-size: 106px;
}
.cstm-caption p {
    color: #fff;
    font-size: 18px;
    line-height: 35px;
}

/*=========end home slider-area===========*/

/*===========find parts area=========*/
section.find-parts-area {
    padding: 20px 0px;
}
.find-part-inner {
    background-image: url(../images/find-bg.jpg);
   padding: 30px 30px;
    background-position: bottom;
    background-size: cover;
    background-blend-mode: overlay;
    background-color: #202020a6;
    width: 100%;
}

.find-part-inner h3 {
    text-align: center;
    color: #fff;
    padding-bottom: 40px;
    font-family: Myriad Pro Bold;
    font-size: 34px;
}
.search-slt {
    display: block;
    width: 100%;
    font-size: 17px;
    line-height: 1.5;
    color: #55595c;
    background-color: #fff;
    background-image: none;
    border: none;
    height: calc(2.8rem + 2px) !important;
    border-radius: 0;
    background-clip: unset;
    border-radius: 5px;
}
.search-slt:focus {
    outline: none;
    box-shadow: none;
}
.wrn-btn {
    width: 100%;
    font-size: 17px;
    font-weight: 400;
    text-transform: capitalize;
    /*height: calc(2.8rem + 2px) !important;*/
    border-radius: 0;
    background-color: #b80808;
    color: #fff;
    text-transform: uppercase;
    border-radius: 5px;
    /*padding-top:10px;*/
}
.wrn-btn:focus {
    outline: none;
    box-shadow: none;
}

/*=======end find parts area=======*/

/*============all bike category area============*/
.bike-category-box a {
    text-decoration: none;
    display: block;
}
.bike-category-box {
    text-align: center;
    -webkit-box-shadow: 0px 0px 15px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 15px rgb(0 0 0 / 20%);
    padding: 20px 10px;
    border-radius: 10px;
    position: relative;
}
.bike-category-box:before {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    content: "";
    height: 3px;
    width: 50px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
}
.bike-category-box:after {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    content: "";
    height: 50px;
    width: 3px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
}
.bike-category-box:hover:before {
    content: "";
    background: #b80808;
    transform: translateX(150%);
    -webkit-transform: translateX(150%);
    -moz-transform: translateX(150%);
    -ms-transform: translateX(150%);
}
.bike-category-box:hover:after {
    content: "";
    background: #b80808;
    transform: translateY(-150%);
    -webkit-transform: translateY(-150%);
    -moz-transform: translateY(-150%);
    -ms-transform: translateY(-150%);
}

.bike-category-box h4 {
    text-transform: uppercase;
    color: #000;
    font-family: Myriad Pro Bold;
    margin-bottom: 25px;
    font-size: 20px;
    text-shadow: 0px 0px 9px #b3b3b3;
}

.bike-category-box img {
    width: 99px;
}
/*==========end all bike category area==========*/

/*=========welcome about us are=-=========*/

section.welcome-about-area {
    margin: 20px 0px;
    text-align: center;
}
.welcome-about-content h4 {
    font-family: Myriad Pro Bold;
    color: #b80808;
    font-size: 34px;
}
.welcome-about-content h4:after {
    content: "";
    width: 150px;
    height: 2px;
    background-color: #b80808;
    bottom: 0;
    display: block;
    margin: 18px auto;
}
.welcome-about-content p {
    color: #2f2f2f;
    font-size: 17px;
    padding-bottom: 10px;
}
.welcome-abt-btn a {
    background-color: #b80808;
    color: #fff;
    font-size: 17px;
    padding: 8px 20px;
    display: inline-block;
    text-decoration: none;
    border-radius: 5px;
    text-transform: uppercase;
    transition: all 1s;
}
.welcome-abt-btn a:hover {
    background-color: #000;
    color: #fff;
}

/*=========welcome about us are=-=========*/

/*============discount banner============*/
.discount-content-inner {
    background-image: url(../images/slide-1.jpg);
    padding: 60px 50px;
    background-position: center;
    background-size: cover;
    background-blend-mode: overlay;
    background-color: #202020e8;
    width: 100%;
    border-radius: 10px;
}

.discount-content-inner h4 {
    color: #fff;
    text-align: center;
    font-size: 34px;
    margin-bottom: 0px;
}
.discount-content-inner h4 span {
    color: #b80808;
}

/*============end discount banner============*/

/*===================top deal==============*/

.pro-slide-head {
    background-color: #b80808;
    margin-bottom: 0px;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 15px;
    font-size: 20px;
    font-family: Myriad Pro Semibold;
}
section#Product {
    margin: 50px 0px;
}

.product-slide-area .carousel-item > div {
    float: left;
}

.produtslided {
    text-align: center;
    width: 100%;
    float: left;
    border: solid 1px #ccc;
    background-color: #fff;
    padding: 7px 5px;
    /* min-height: 300px; */
}

.produtslided.cstm-pro-slide {
    background: transparent;
    border: none;
}
.produtslided a:hover {
    text-decoration: none;
}
.produtslided img {
    text-align: center;
    margin: 0 auto;
    /*width: unset !important;*/
}
.product-sellers-info {
    padding-top: 10px;
}

.product-sellers-info h6 {
    color: #b80808;
    font-size: 18px;
    text-decoration: none;
    font-family: Myriad Pro Semibold;
}
.produtslided:hover p {
    color: #b80808;
}
.produtslided h6 span {
    text-decoration: line-through;
    color: #313030;
    font-size: 15px;
    padding-left: 8px;
}
.product-sellers-info p {
    font-size: 14px;
    line-height: 18px;
    color: #313030;
    margin-bottom: 7px;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    border: none;
    padding: 0 !important;
    background: #fff !important;
    height: 30px;
    width: 30px;
    line-height: 26px !important;
    color: #000 !important;
}

.owl-next:focus,
.owl-prev:focus {
    outline: none;
}
.owl-next {
    position: absolute;
    right: 15px;
    bottom: unset;
    top: -37px;
}
.owl-prev {
    position: absolute;
    right: 52px;
    bottom: unset;
    top: -37px;
}
.owl-prev span {
    font-size: 30px;
    line-height: 21px;
}
.owl-next span {
    font-size: 30px;
    line-height: 21px;
}
.owl-dots {
    display: none;
}
.owl-nav {
    display: block !important;
}
/* ===============end top deal=============== */

/*=============footer area=============*/

footer.footer_area {
    background: #ebebeb none repeat scroll 0 0;
}
.footer_bottom {
    padding: 40px 0px;
}
.our_help_services {
    border-bottom: 1px solid #b80808;
    padding: 40px 0px;
}

.h_ser_icon {
    min-width: 32px;
}
.h_ser_icon i {
    color: #000;
    font-size: 36px;
}
.h_ser_text {
    padding-left: 30px;
}
.h_ser_text > h3 {
    color: #000;
    font-size: 24px;
    line-height: 1;
    font-family: Myriad Pro Semibold;
}
.h_ser_text > p {
    color: #000;
    line-height: 1;
    margin-bottom: 0;
}

.single_footer .social__icon ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 0px 0 0;
}
.single_footer .social__icon ul li a {
    border: 1px solid;
    border-radius: 3px;
    color: #fff7f4;
    display: block;
    height: 40px;
    line-height: 40px;
    margin-bottom: 0;
    margin-right: 8px;
    text-align: center;
    width: 40px;
}
.single_footer .social__icon ul li {
    list-style: none;
}
.single_footer .social__icon ul li:last-child a {
    margin-right: 0;
}
.single_footer .social__icon ul li a.facebook {
    background: #3b5998;
    border-color: #3b5998;
}
.single_footer .social__icon ul li a.twitter {
    background: #1da1f2;
    border-color: #1da1f2;
}
.single_footer .social__icon ul li a.google-plus {
    background: #dd4e40;
    border-color: #dd4e40;
}
.single_footer .social__icon ul li a.linkedin {
    background: #0274b3;
    border-color: #0274b3;
}
.single_footer .social__icon ul li a:hover {
    border-radius: 50%;
    opacity: 0.7;
    transition: all 0.5s ease;
}
.single_footer.widget_description p {
    color: #010101;
    font-size: 17px;
}
.addresses_inner .single_address > p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.addresses_inner .single_address > p span + span {
    margin-left: 4px;
}

.single_footer.footer_widget_menu li a {
    color: #010101;
    font-size: 17px;
}
.single_footer.footer_widget_menu ul {
    padding: 0;
}
.single_footer.footer_widget_menu li {
    line-height: 1;
    margin-bottom: 19px;
    list-style: none;
}
.single_footer.footer_widget_menu li:last-child {
    margin-bottom: 0;
}
.widget_title > h3,
.sidebar_title > h3 {
    color: #010101;
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 17px;
    position: relative;
    font-family: Myriad Pro bold;
}
.widget_title > h3::before,
.sidebar_title > h3::before {
    background: #b80808;
    bottom: 0;
    content: "";
    height: 2px;
    position: absolute;
    width: 100px;
}
.widget_title {
    margin-bottom: 18px;
}
.single_footer.footer_widget_menu li a:hover {
    color: #b80808;
    text-decoration: none;
}
/*.single_footer.footer_widget_menu {
    margin-left: 70px;
}*/
.single_footer.widget_description {
    padding-right: 15px;
}
.footer-logo {
    margin-bottom: 20px;
}

span.foot-fst-span {
    width: 23px;
}
.copyright {
    background: #0e0c15 none repeat scroll 0 0;
}
.copyright_inner > p {
    color: #ffffff;
    font-weight: 300;
    margin-bottom: 0;
}
.copyright_inner {
    padding: 11px 0;
}
.copyright_payment {
    text-align: right;
    padding-top: 9px;
}

.single_address p span a {
    color: #010101;
    text-decoration: none;
}

/*=================end footer area==============*/

/*===================================parts model page===============================*/

/*================breadcrumb area==============*/
.breadcrumb-area {
    -webkit-box-shadow: 0px 3px 10px -2px rgb(169 169 169 / 72%);
    -moz-box-shadow: 0px 3px 10px -2px rgba(169 169 169 / 72%);
    box-shadow: 0px 3px 10px -2px rgb(169 169 169 / 72%);
    padding: 14px 0px;
    background-color: #f1f1f1;
}
section.parts-table-area {
    padding-top: 10px;
}
.bread-pg-name p {
    font-family: Myriad Pro bold;
    font-size: 16px;
    color: #b80808;
    margin-bottom: 0px;
}
.bread-pg-name p img {
    width: 50px;
    padding-right: 10px;
}

.breadcrumb-nav ul {
    padding: 0;
    text-align: right;
    margin-bottom: 0px;
}

.breadcrumb-nav ul li {
    display: inline-block;
    list-style: none;
}
.breadcrumb-nav ul li a {
    color: #b80808;
    text-decoration: none;
}
.breadcrumb-nav ul li i {
    font-size: 12px;
    padding: 0px 3px;
}

.breadcrumb-nav {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
}
.bread-pg-name {
    display: flex;
    align-items: center;
    height: 100%;
}

.breadcrumb-category {
    display: flex;
    align-items: center;
    justify-content: center;
}
.breadcrumb-category label {
    margin-bottom: 0px;
    padding-right: 10px;
    font-family: Myriad Pro bold;
    font-size: 16px;
    color: #b80808;
}
.breadcrumb-category .form-control {
    width: auto;
}
.breadcrumb-category .form-control:focus {
    outline: none;
    box-shadow: none;
}
.breadcrumb-category .form-control {
    width: auto;
    height: calc(1.75rem + 2px) !important;
    padding: 2px 9px;
}

/*================end breadcrumb area==============*/

/*==============parts table============*/

.parts-tabel-data .panel-heading {
    display: flex;
    justify-content: space-between;
    background: #b80808;
    align-items: center;
    padding: 6px 15px;
}
.parts-tabel-data table {
    margin-bottom: 0px;
}
.parts-tabel-data .panel-heading .panel-title {
    color: #fff;
    font-size: 18px;
    margin-bottom: 0px;
}

.table-filter select.form-control:focus {
    box-shadow: none;
    outline: none;
}
.table-filter select.form-control {
    height: 31px !important;
    padding: 4px 10px;
}
.parts-tabel-data table td a {
    color: #b80808;
    font-size: 16px;
    text-decoration: none;
}
.parts-area-content p {
    padding: 20px 0px;
}
.parts-area-content p {
    color: #2f2f2f;
    font-size: 17px;
    margin-bottom: 0px;
}
.table-filter .form-control.table-search {
    padding: 2px 10px;
    font-size: 15px;
}
.table-filter .form-control.table-search:focus {
    box-shadow: none;
    outline: none;
}
.table-filter {
    display: flex;
    align-items: center;
}
.table-filter span {
    width: 100%;
    color: #fff;
    padding-right: 8px;
}

/*==============end parts table============*/

/*===================================parts model page===============================*/

/*=====================spare-part-category page==============================*/
.all-bike-category.all-spare-cat {
    margin: 20px;
}
.bike-category-box.part-category-box h4 {
    text-transform: capitalize;
    font-size: 19px;
}
.bike-category-box.part-category-box {
    margin-bottom: 30px;
    min-height: 210px;
}
.bike-category-box.part-category-box img {
    width: auto;
}

/*=====================spare-part-category page==============================*/

/*=====================part sub category page==========================*/
section.part-sub-category-area {
    margin-top: 20px;
}
.sub-category-part-list h4 {
    color: #282828;
    font-size: 23px;
    margin-bottom: 20px;
}
.sub-category-part-list ul {
    padding: 0px;
    -webkit-box-shadow: 0px 0px 15px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 15px rgb(0 0 0 / 20%);
    border-radius: 5px;
    padding: 20px 20px 40px;
}
.sub-category-part-list ul li {
    list-style: none;
    border-bottom: 1px solid #b80808;
    padding: 20px 0px;
}

.part-list-inner-content img {
    width: 70px;
    border: solid 1px #000;
    border-radius: 5px;
    height: 55px;
    object-fit: cover;
    margin-right: 20px;
}
.part-list-inner-content {
    display: flex;
    align-items: center;
}
.part-list-inner-content a {
    text-decoration: none;
    display: contents;
}
.part-list-inner-content p {
    margin-bottom: 0px;
    color: #050505;
    font-size: 19px;
    text-transform: uppercase;
}
.close.img-close {
    position: absolute;
    right: 3px;
    border: solid 2px #afa6a6;
    z-index: 9;
    width: 30px;
    height: 30px;
    top: 3px;
    border-radius: 100%;
    opacity: 1;
    background: #000;
    color: #fff;
    font-size: 19px;
    line-height: 23px;
    display: flex;
    justify-content: center;
}
.close.img-close:focus {
    outline: none;
}
.modal-dialog.model-center {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin: 0 auto;
}

/*=====================end part sub category page==========================*/

/*====================product part list ==========================*/
section.product-part-list-area {
    padding: 15px 0px 45px 0px;
}
.part-list-single-img {
    position: relative;
    border: solid 1px #000;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 30px;
    text-align: center;
}

.mouse-over-magnifyr {
    bottom: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.6s ease;
    opacity: 0;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.part-list-single-img:hover .mouse-over-magnifyr {
    opacity: 1;
    background: rgb(0 0 0 / 50%);
}
.mouse-over-magnifyr i {
    font-size: 25px;
    color: #fff;
    transition: all 0.3s ease;
    border: 2px solid #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
}

/*===========cart table============*/
.part-list-product-table .table td {
    padding: 0.75rem;
    vertical-align: middle;
    border-top: 1px solid #dee2e6;
}

.part-list-product-table table thead {
    background: #4c4848;
    color: #fff;
}
.part-list-product-table table thead th {
    font-size: 15px;
    color: #ffffff;
    font-weight: normal;
}
.tab-tr-list a {
    text-decoration: none;
}
.ref-link.pat-head {
    color: #b7090a;
    font-size: 13px;
    font-family: Myriad Pro bold;
}
.ref-link.partNumber {
    color: #b7190a;
    font-size: 12px;
    font-family: Myriad Pro bold;
}
.ships-days {
    font-size: 11px;
}
.shipping-detail-cstm {
    line-height: 15px;
}

.tab-price {
    font-size: 14px;
    vertical-align: middle;
}
.tab-price strike {
    color: #717171;
    padding-right: 8px;
}

.tabQty {
    vertical-align: middle;
}
.tabQty .form-group {
    margin-bottom: 0px;
}
.qty {
    display: inline-block;
}
.qty .count {
    color: #000;
    display: inline-block;
    vertical-align: middle;
    font-size: 17px;
    font-weight: 500;
    line-height: 26px;
    padding: 0 2px;
    min-width: 35px;
    text-align: center;
    width: 35px;
    margin: 0px 4px;
}
.qty .plus,
.qty .minus {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    color: white;
    width: 25px;
    height: 25px;
    text-align: center;
    border-radius: 50%;
    line-height: 26px;
    font-size: 11px;
}
.qty .minus:hover {
    background-color: #b80808 !important;
}
.qty .plus:hover {
    background-color: #b80808 !important;
}

a.btn.btn-default.btn-sm.tab-add-btn {
    margin-left: 11px;
    color: #fff;
    background: #b80808;
    font-size: 11px;
    padding: 6px 10px;
}
.btn.btn-sm.tab-wish-btn {
    border: solid 1px #b80808;
    margin-left: 6px;
}

.btn.btn-sm.tab-wish-btn:hover {
    color: #b80808;
}

/*===================end product part list =======================*/

/*===================product detail page =======================*/
.product-detail-area {
    padding: 15px 0px 45px;
}
.rating .checked {
    color: orange;
}
.single-pro-detail-area {
    padding-left: 25px;
}
.relateive-parts {
    padding-left: 25px;
}

.pro-head-price {
    border-bottom: solid 1px #eeeded;
}
.pro-head-price h3 {
    color: #222222;
    font-family: Myriad Pro bold;
    font-size: 21px;
    margin-bottom: 0px;
}
.rating span {
    font-size: 12px;
}
.rating span:hover {
    color: orange;
}
.pro-head-price h4 {
    color: #b80808;
    font-size: 20px;
    font-family: Myriad Pro bold;
}
.pro-head-price .rating {
    margin: 6px 0px;
}

.pro-oth-inq p {
    margin-bottom: 0px;
    font-size: 16px;
    color: #000;
}
.pro-oth-inq p span {
    font-family: Myriad Pro bold;
}
.pro-oth-inq {
    padding: 10px 0px;
}
.pro-oth-inq h5 {
    color: #b80808;
    font-size: 16px;
    margin: 0px;
    padding: 5px 0px;
    font-family: Myriad Pro bold;
}

.single-pro-qty {
    padding: 10px 0px 20px;
}

.pro-detial-btn-area a {
    background-color: #b80808;
    color: #fff;
    padding: 9px 15px;
    display: inline-block;
    font-size: 14px;
    font-family: Myriad Pro Semibold;
    text-transform: uppercase;
    margin-right: 10px;
    border-radius: 5px;
    text-decoration: none;
    transition: all 1s;
}
.pro-detial-btn-area a:hover {
    background-color: #000;
}
.pro-detial-btn-area a i {
    padding-right: 9px;
}

.related-part-row {
    padding-top: 45px;
}
.relateive-parts h4 {
    color: #222222;
    font-size: 21px;
    font-family: Myriad Pro bold;
    text-transform: capitalize;
    margin-bottom: 14px;
}
.relateive-parts .table thead th {
    text-transform: uppercase;
    font-weight: normal;
    border-bottom: 0px;
}
.relateive-parts .table thead {
    background: #4c4848;
    color: #fff;
}
.relateive-parts .table td a {
    color: #b80808;
    text-decoration: none;
}

/*===================end product detail page =======================*/

/*=======================shopping cart page ========================*/
.bread-pg-name i {
    padding-right: 10px;
}
.shopping-cart-area .part-list-product-table table thead {
    background: #f2f2f2;
    color: #000;
}
.shopping-cart-area .part-list-product-table table thead th {
    font-size: 16px;
    font-family: Myriad Pro bold;
    color: #000000;
    border-bottom: none;
    border-top: 0px;
}
.cart-pro-img img {
    width: 70px;
}
.trash-product a {
    text-decoration: none;
    color: #b80808;
}
.shopping-cart-area {
    padding-bottom: 45px;
}

.cart-part-name {
    font-size: 16px;
    color: #b80808;
    font-family: Myriad Pro Semibold;
    padding: 0px;
    display: inline-block;
}
.cart-part-name:hover {
    color: #b80808;
}
.cart-model-name,
.cart-item-code {
    color: #404040;
    text-decoration: none;
    font-size: 12px;
}
.cart-model-name:hover {
    color: #b80808;
}
.shopping-cart-area .tab-price {
    font-size: 16px;
    font-family: Myriad Pro Semibold;
}

.cart-total-area {
    background: #f2f2f2;
    padding: 20px;
}
.cart-total-area h3 {
    font-size: 18px;
    font-family: Myriad Pro bold;
    color: #000000;
}

.cart-total-area h3:after {
    content: "";
    width: 51px;
    height: 2px;
    background-color: #b80808;
    bottom: 0px;
    display: block;
    margin: 10px 0px;
}

.cart-total-area ul {
    padding: 0;
}
.cart-total-area ul li {
    list-style: none;
    font-size: 16px;
    padding: 10px 0px;
    color: #292929;
    font-family: Myriad Pro Semibold;
    border-bottom: solid 1px #eaeaea;
    text-transform: capitalize;
}
.cart-total-area ul li:last-child {
    border-bottom: none;
}
.cart-total-area ul li span {
    float: right;
    color: #6b6b6b;
}
.cart-total-area ul li.cart-payable {
    font-size: 19px;
}
.cart-total-area ul li.cart-payable span {
    color: #292929;
}

.cart-checkout-btn {
    background-color: #b80808;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    display: block;
    text-align: center;
    font-size: 16px;
    padding: 10px 10px;
    transition: all 1s;
    margin-bottom: 15px;
    font-family: Myriad Pro Semibold;
}
.cart-checkout-btn:hover {
    background-color: #000;
    color: #fff;
    text-decoration: none;
}

.discount-code-btn {
    padding: 15px 0px;
    border-bottom: solid 1px #dedede;
    border-top: solid 1px #dedede;
    display: flex;
}
.discount-code-btn input:focus {
    outline: none;
    box-shadow: none;
}
.discount-code-btn button {
    background-color: #b80808;
    color: #fff;
    border: none;
    margin-left: 10px;
    padding: 0px 15px;
    text-transform: uppercase;
    border-radius: 5px;
    height: 37px;
    line-height: 37px;
    font-size: 15px;
    cursor: pointer;
    transition: all 1s;
}
.discount-code-btn button:hover {
    background-color: #000;
}

.discount-code-btn button:focus {
    outline: none;
}

.paypal-checkout-btn {
    padding: 10px 0px 0px;
}

.paypal-checkout-btn h4 {
    font-size: 18px;
    color: #000;
    font-family: Myriad Pro Semibold;
    margin-bottom: 5px;
}

.paypal-checkout-btn p {
    margin-bottom: 10px;
    color: #000;
    font-size: 15px;
}

.paypal-checkout-btn a {
    width: 100%;
    display: block;
    border: solid 1px #000;
    background: #fff;
    text-align: center;
    padding: 10px 10px 11px;
    transition: all 1s;
}
.paypal-checkout-btn a:hover {
    background-color: #d2cfcf;
}

.paypal-checkout-btn a img {
    width: 80px;
}

/*=====================end shopping cart page ======================*/

/*===================== Wish list page ======================*/
.profile-logout {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.profile-logout ul {
    padding: 0;
    margin-bottom: 0px;
}
.profile-logout ul li {
    list-style: none;
    display: inline-block;
    padding: 0px 10px;
}
.profile-logout ul li a {
    font-family: Myriad Pro bold;
    font-size: 16px;
    color: #b80808;
    text-decoration: none;
}
.cart-checkout-btn.crt-wish-btn {
    margin-bottom: 0px;
}
/*=====================end Wish list page ======================*/

/*=====================checkout page ======================*/

.checkout-account-options {
    padding: 0px 0px 45px;
}

.checkout-account-btn {
    background-color: #f1f1f1;
    padding: 30px 10px;
    text-align: center;
}

.checkout-account-btn h3 {
    font-size: 23px;
    color: #000000;
    margin-bottom: 25px;
    font-family: Myriad Pro bold;
}
.checkout-account-btn ul {
    padding: 0px;
    margin-bottom: 0px;
}

.checkout-account-btn ul li {
    list-style: none;
    display: inline-block;
    padding: 0px 20px;
}
.checkout-account-btn ul li a {
    background: #b80808;
    background-color: #b80808;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    display: block;
    text-align: center;
    font-size: 16px;
    padding: 10px 10px;
    transition: all 1s;
    font-family: Myriad Pro Semibold;
    min-width: 180px;
    text-decoration: none;
}

.checkout-account-btn ul li a:hover {
    background-color: #000;
}

.checkout-all-steps {
    padding: 0px 0px 45px 0px;
}
.checkout-all-steps .steps-box {
    -webkit-box-shadow: 0px 0px 15px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 15px rgb(0 0 0 / 20%);
    border-radius: 5px;
    height: 100%;
}
.steps-box-heading {
    background: #b80808;
    display: flex;
    align-items: center;
    padding: 8px 15px;
    border-radius: 5px 5px 0px 0px;
}
.steps-box-heading h3 {
    margin-bottom: 0px;
    color: #fff;
    font-size: 20px;
    font-family: Myriad Pro Semibold;
}
.steps-box-heading span {
    background: #fff;
    color: #000;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 100%;
    margin-right: 15px;
    font-size: 18px;
    font-family: Myriad Pro Semibold;
}

.customer-information-form {
    padding: 20px 15px 15px;
}

.invoice-select .radio-inline input {
    margin-right: 7px;
}

.floar-rt-check {
    float: right;
}

.customer-information-form .form-group input,
.customer-information-form .form-group select {
    border: solid 1px #0000006e;
    border-radius: 10px;
    color: #000;
    padding: 4px 15px;
    font-size: 16px;
    height: auto !important;
}
.customer-information-form .form-group input:focus,
.customer-information-form .form-group select:focus {
    outline: none;
    box-shadow: none;
}

.customer-information-form .form-group input::placeholder {
    color: #000;
    opacity: 1; /* Firefox */
}

.customer-information-form .form-group input:-ms-input-placeholder {
    color: #000;
}

.customer-information-form .form-group input::-ms-input-placeholder {
    color: #000;
}

.customer-information-form .form-group input::placeholder {
    color: #000;
    opacity: 1; /* Firefox */
}

.customer-information-form .form-group input:-ms-input-placeholder {
    color: #000;
}

.customer-information-form .form-group input::-ms-input-placeholder {
    color: #000;
}

.form-group.shipp-select {
    display: flex;
    justify-content: space-between;
}
.shipping-detail-content p {
    margin-bottom: 7px;
}
.shipping-detail-content {
    margin-bottom: 20px;
}
.payment-method .radio input {
    margin-right: 7px;
}
.payment-method h4 {
    border-bottom: solid 1px #b80808;
    padding-bottom: 6px;
    font-size: 20px;
    font-family: Myriad Pro Semibold;
    margin-bottom: 10px;
}

.cart-total-area.order-overview {
    background: #fff;
    padding: 0px;
}

.order-notes {
    margin-top: 20px;
}
.order-notes h5 {
    font-size: 18px;
    color: #000;
    font-family: Myriad Pro Semibold;
    margin-bottom: 10px;
}
.order-notes textarea {
    width: 100%;
    min-height: 100px;
    padding: 10px;
    border: solid 1px;
}
.order-notes textarea:focus {
    outline: none;
}
.customer-information-form textarea::placeholder {
    color: #000;
    opacity: 1;
}
.customer-invoice-form {
    display: none;
}

/*=====================end checkout page ======================*/

/*=====================Login register page======================*/
.login-sign-up-form {
    -webkit-box-shadow: 0px 0px 15px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 15px rgb(0 0 0 / 20%);
    border-radius: 5px;
    padding: 20px 30px;
}
.login-register-area {
    padding: 45px 0px 45px 0px;
}
.login-sign-up-form h4 {
    font-size: 28px;
    color: #b80808;
    text-align: center;
    font-family: Myriad Pro bold;
    margin-bottom: 30px;
}

.login-sign-btn button {
    background-color: #b80808;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    display: block;
    text-align: center;
    font-size: 18px;
    padding: 8px 8px;
    transition: all 1s;
    margin-bottom: 15px;
    font-family: Myriad Pro Semibold;
    border: none;
    cursor: pointer;
    border-radius: 10px;
}
.login-sign-btn button:focus {
    outline: none;
}
.login-sign-btn button:hover {
    background-color: #000;
}
.login-sign-up-form .form-group input {
    padding: 10px;
    border: solid 1px #b9b9b9;
    border-radius: 10px;
    padding: 8px 15px;
}
.login-sign-up-form .form-group input:focus {
    outline: none;
    box-shadow: none;
}
.not-member-register-btn p {
    text-align: center;
    padding-top: 10px;
    margin-bottom: 10px;
    color: #000;
    font-size: 16px;
}
.not-member-register-btn p a {
    color: #b80808;
}
.forgot-pass {
    text-align: right;
}
.forgot-pass a {
    color: #b80808;
}
.remember-pass label {
    margin-bottom: 0px;
    padding-left: 10px;
}
.remember-pass label a {
    color: #000;
    font-weight: 600;
}

.login-sign-up-form .form-group {
    margin-bottom: 23px;
}
.login-sign-up-form .form-group input::placeholder {
    color: #000;
    opacity: 1; /* Firefox */
}

.login-sign-up-form .form-group input:-ms-input-placeholder {
    color: #000;
}

.login-sign-up-form .form-group input::-ms-input-placeholder {
    color: #000;
}

.login-sign-up-form .form-group.forgot-pass-group {
    margin-bottom: 10px;
}
.forgot-option {
    text-align: center;
    margin: 14px 0px;
    font-size: 16px;
    text-transform: uppercase;
    font-family: Myriad Pro Semibold;
}

/*=====================Login register page ======================*/

/*==========================visitor page=======================*/
.visitor-row {
    justify-content: center;
}
/*==========================end visitor page=======================*/

/*========================content about page=======================*/

.content-pg-head {
    font-family: Myriad Pro Bold;
    color: #b80808;
    font-size: 34px;
    text-align: center;
}
.content-pg-head:after {
    content: "";
    width: 150px;
    height: 2px;
    background-color: #b80808;
    bottom: 0;
    display: block;
    margin: 18px auto;
}
.moto-content-page {
    padding: 12px 0px 45px 0px;
}

.the-company-content p {
    color: #2f2f2f;
    font-size: 17px;
}
.about-inner-img img {
    border-radius: 10px;
    transition: all 0.5s;
}
.about-inner-img {
    margin-top: 25px;
    overflow: hidden;
    border-radius: 10px;
}
.about-inner-img img:hover {
    transform: scale(1.1);
}
.the-company-content h4 {
    font-size: 18px;
    text-decoration: underline;
    color: #b80808;
    margin-bottom: 16px;
}
.the-company-content ul li {
    list-style: decimal;
}

.faq-list a {
    font-size: 18px;
    color: #b80808;
    margin-bottom: 16px;
    display: block;
}
.faq-list {
    margin-bottom: 100px;
}
.the-company-content h5 {
    font-size: 18px;
    text-decoration: underline;
}

.internation-code {
    display: flex;
    justify-content: space-between;
}

.market-code-model thead th {
    border-bottom: solid 1px #000;
}
.market-code-model thead th {
    border-bottom: solid 1px #000;
    border-top: none !important;
}
.market-code-model .table td,
.market-code-model .table th {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    padding-left: 0px;
}

.name-letter-code-tab table thead {
    background: #b80808;
    color: #fff;
}
.name-letter-code-tab .table-responsive {
    width: 50%;
}

/*==========================end content about page=======================*/

/*==========================contact us page=======================*/
.bike-category-box.contact-det-box {
    margin-bottom: 30px;
}
.bike-category-box.contact-det-box img {
    width: 80px;
}
.bike-category-box.contact-det-box p a {
    display: inline-block;
    color: #2f2f2f;
}

.bike-category-box.contact-det-box h4 {
    margin: 19px 0px;
}
.bike-category-box.contact-det-box p {
    font-family: Myriad Pro Bold;
    font-size: 16px;
    color: #2f2f2f;
}

.help-map-area {
    padding: 0px 0px 50px;
}
.cform .form-group textarea {
    width: 100%;
    min-height: 100px;
}
.cform button {
    width: auto;
}
.topic-form .form-group input,
.topic-form .form-group select,
.topic-form .form-group textarea {
    border: solid 1px #8e8e8e;
}

.topic-form .form-group input:focus,
.topic-form .form-group select:focus {
    outline: none;
    box-shadow: none;
}

.topic-form .form-group textarea:focus {
    outline: none;
    box-shadow: none;
}
.topic-form .cform h3 {
    color: #b80808;
    margin-top: 25px;
}
.map-area iframe {
    width: 100%;
}
.map-area {
    display: flex;
    height: 100%;
}

/*==========================end contact us page=======================*/

/*========new update css========*/

.search-drop img {
    padding-left: 5px;
}
.dropdown-menu.on-click-drop {
    width: 100%;
    transform: translate3d(0px, 52px, 0px) !important;
    border-radius: 0px 0px 5px 5px;
    height: 160px;
    min-height: 160px;
    overflow: auto;
}
@media screen and (max-width: 767px) {
    .dropdown-menu.on-click-drop {
        width: 100%;
        transform: translate3d(0px, 42px, 0px) !important;
    }
}

/*========end new update css========*/

/*========================my account pages====================*/

/*================my order===============*/
.my-order-area {
    padding: 45px 0px;
}
.account-left {
    position: sticky;
    top: 20px;
}
.list-inline.account-sidebar {
    box-shadow: 0px 0px 7px #eee;
    border-radius: 5px;
    padding: 10px 0px;
}
.account-sidebar li {
    padding: 2px 25px;
    border-bottom: solid 1px #eee;
    cursor: pointer;
}

.account-sidebar li:last-child {
    border-bottom: 0px;
}
.account-sidebar li:hover {
    background: #b80808;
}
.account-sidebar li:hover a {
    color: #fff;
}
.account-sidebar li.active {
    color: #fff;
    background: #b80808;
}
.account-sidebar li a {
    font-size: 16px;
    line-height: 36px;
    position: relative;
    display: block;
    color: #191919;
    text-decoration: none;
}
.account-sidebar li.active a {
    color: #fff;
}
.account-sidebar li a > i {
    font-size: 20px;
    vertical-align: sub;
    margin: 5px 5px 0 0;
    width: 25px;
}

.order-panel .panel .panel-header {
    display: -webkit-box;
    display: flex;
    padding: 20px 12px;
    background: #f2f4f5;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    border: 1px solid #ebebeb;
    border-radius: 2px 2px 0 0;
}

.order-panel .panel .panel-header h4 {
    font-family: "Myriad Pro Bold";
    font-size: 20px;
    margin-bottom: 0px;
}
.order-panel .panel .panel-body {
    border: 1px solid #ebebeb;
    border-top: none;
    border-radius: 0 0 2px 2px;
}
.my-orders-table {
    margin-bottom: 5px;
}
.my-orders-table tbody td,
.my-orders-table thead th {
    white-space: nowrap;
}
.my-orders-table thead th {
    border-bottom: 1px solid #dee2e6;
    font-weight: normal;
    font-family: "Myriad Pro Semibold";
}
.my-orders-table tbody td:first-child,
.my-orders-table tbody td:nth-child(4) {
    font-family: "Myriad Pro Semibold";
}

.order-panel .table td {
    border-color: #ebebeb;
    vertical-align: middle;
}

.my-orders-table .badge {
    color: white;
    font-size: 14px;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    font-weight: 400;
    min-width: 120px;
    display: inline-block;
    padding: 10px 15px;
    text-align: center;
    border-radius: 20px;
}
.my-orders-table .badge-success {
    color: #1eb48e !important;
    background-color: #edf9f6;
}
.my-orders-table .badge-info {
    color: #247cc6 !important;
    background: #eef5fb;
}

.my-orders-table .btn-view > i {
    margin: 5px 10px 0 0;
}
.my-orders-table .btn-view {
    display: -webkit-inline-box;
    display: inline-flex;
    margin-top: -2px;
    padding: 0;
    letter-spacing: 2px;
    color: #212529;
}
.my-orders-table .btn-view:focus {
    outline: none;
    box-shadow: none;
}
/*================end my order===============*/

/*================ my addresses===============*/
.my-addresses {
    padding: 40px 30px;
}
.address-card-wrap .address-card {
    position: relative;
    -webkit-box-flex: 1;
    flex-grow: 1;
    margin-bottom: 30px;
    padding: 15px 20px 12px;
    border: 1px solid #ebebeb;
    border-radius: 2px;
    cursor: pointer;
}
.address-card-wrap .address-card .address-card-data {
    margin-bottom: 6px;
}
.address-card-wrap .address-card .address-card-data .address-onr {
    font-weight: 500;
    display: block;
    font-family: "Myriad Pro Semibold";
    text-transform: capitalize;
}
.address-card-wrap .address-card .address-card-data span {
    display: block;
}
.address-card-wrap .address-card .address-card-actions {
    display: -webkit-box;
    display: flex;
    margin-left: -8px;
}
.address-card-wrap .address-card .address-card-actions .btn {
    padding: 0 8px;
    background: transparent;
    color: #000;
}
.address-card-wrap .address-card .address-card-actions .btn:focus {
    outline: none;
    box-shadow: none;
}

.ac-btn {
    margin-top: 0;
    font-size: 17px;
    font-weight: 400;
    text-transform: capitalize;
    border-radius: 0;
    background-color: #b80808;
    color: #fff;
    border-radius: 5px;
    transition: all 1s;
}
.ac-btn:hover {
    background-color: #000;
    color: #fff;
}
.ac-btn:focus {
    outline: none;
    box-shadow: none;
}

.my-addresses .address-card-wrap .address-card .address-card-data > span:nth-child(2) {
    margin-top: 5px;
}

.my-addresses .address-card-wrap .address-card .address-card-data > span:not(:first-child) {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #6e6e6e;
}

/*========add new address form===========*/
.my-addresses .add-new-address-form {
    margin-top: -7px;
}
.my-addresses .add-new-address-form .section-title {
    margin-bottom: 25px;
    padding-bottom: 13px;
    border-bottom: 1px solid #e5e5e5;
    font-family: "Myriad Pro Bold";
    font-size: 20px;
    position: relative;
}
.my-addresses .add-new-address-form .section-title:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 50px;
    border-bottom: 2px solid #0068e1;
}
.add-new-address-form .form-group label {
    display: inline-block;
    margin-bottom: 0.5rem;
    font-family: "Myriad Pro Semibold";
    font-size: 16px;
}
.add-new-address-form .form-group label > span {
    margin-left: 4px;
    color: #e23e1d;
}
.add-new-address-form .form-group .form-control {
    font-size: 14px;
    height: 45px !important;
    padding: 10px 15px;
    border-color: #ebebeb;
    border-radius: 2px;
    -webkit-transition: 0.15s ease-in-out;
    transition: 0.15s ease-in-out;
}
.add-new-address-form .form-group .form-control:focus {
    outline: none;
    box-shadow: none;
}
.my-addresses .add-new-address-form .btn-cancel {
    margin-right: 12px;
}

.new-add-form {
    display: none;
}
.alredy-save-add.address-card-wrap .address-card {
    padding: 15px 20px 12px 35px;
}
.alredy-save-add.address-card-wrap input {
    position: absolute;
    left: 10px;
    top: 21px;
}

/*========end add new address form===========*/

/*================end my addresses===============*/

/*================My deshboard===============*/
.panel.account-information .panel-header > a {
    color: #a6a6a6;
    text-decoration: none;
}
.account-information .user-info {
    padding: 23px 30px;
    margin-bottom: 0px;
}
.user-info li {
    display: -webkit-box;
    display: flex;
    line-height: 24px;
    padding: 11px 0;
    color: #6e6e6e;
}
.user-info li > i {
    font-size: 24px;
    margin-right: 8px;
    vertical-align: top;
}

.account-information {
    margin-top: 40px;
}
/*================end My deshboard===============*/

/*================My wishlist===============*/
.my-wishlist .part-list-product-table table thead {
    background: #fff;
    color: #fff;
}
.my-wishlist .part-list-product-table table thead th {
    color: #212529;
    font-family: "Myriad Pro Semibold";
    text-transform: uppercase;
    border-bottom: 1px solid #dee2e6;
}
/*================end My wishlist===============*/

/*==========responsive=======*/
@media screen and (max-width: 767px) {
    .ac-btn {
        font-size: 15px;
    }
    .my-addresses .add-new-address-form .btn-cancel {
        margin-right: 5px;
    }
}
/*==========end responsive=======*/

/*========================end my account pages====================*/

/*=============sidebar cart area==============*/
.sidebar-cart-area {
    position: relative;
}
.sidebar-cart-top {
    background-color: #b80808;
    padding: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sidebar-cart-top h3 {
    color: #fff;
    text-transform: uppercase;
    font-family: Myriad Pro Bold;
    font-size: 20px;
    margin-bottom: 0px;
}
.sidebar-cart-close i {
    color: #fff;
    cursor: pointer;
}
.sidebarmobile {
    height: 100%;
    width: 400px;
    position: fixed;
    top: 0;
    z-index: 999;
    right: -1000px;
    background: rgb(255, 255, 255);
    transition: 0.5s;
    overflow-x: hidden;
    box-shadow: 0 4px 8px -3px #555454;
}
.sidebar-list {
    padding: 0;
    margin: 0px;
    list-style: none;
    position: relative;
}
.nav-item.mob-sabmanu {
    margin-left: 10px;
    font-size: 18px;
}
li.nav-item.mob-sabmanu a {
    color: #282c3f;
    text-transform: uppercase;
    font-size: 14px;
    padding: 8px 10px;
}
.nav-right.visible-xs.ie-menu {
    position: absolute;
    left: 16px;
    top: 17px;
}
.nav-right.visible-xs {
    z-index: 999;
}
.mob-menu-4 {
    display: inline-block;
    cursor: pointer;
    padding-right: 0px;
    background-color: transparent;
    padding-left: 0px;
}
.bar1,
.bar2,
.bar3,
.bar4 {
    width: 28px;
    height: 3px;
    background-color: #333232;
    margin: 5px 0;
    transition: 0.4s;
}
.mob-menu-4.change {
    position: absolute;
    background: transparent;
    right: 0;
    float: left;
    text-align: -webkit-left;
    text-align: -moz-left;
    z-index: 999;
}
.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-48deg) translate(-4px, 5px);
    background-color: #000;
}
.change .bar2 {
    opacity: 0;
}
.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-6px, -8px);
    background-color: #000;
}
.overlay {
    position: fixed;
    inset: 0px;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    z-index: 180;
    transition: all 0.2s ease-in-out 0s;
}
.overlay.active {
    opacity: 1;
    visibility: visible;
}
.sidebar-list .shopping-cart-items span.trash-product {
    position: absolute;
    right: 0;
    top: 10px;
}
.sidebar-list .shopping-cart-items li {
    position: relative;
}
li.cstm-cart-li {
    display: flex;
    align-items: center;
    border-bottom: solid 1px #eee;
    padding-bottom: 10px;
}
.cart-side-left img {
    width: 70px;
    border: solid 1px #000;
    border-radius: 5px;
    height: 65px;
    object-fit: cover;
}

.cart-side-left {
    margin-right: 10px;
    width: 80px;
}

/*===========end sidebar cart area=============*/

/*=========shipping sidebar area============*/

.shipping-edit {
    padding: 15px 25px;
}
.sidebar-cart-top h3 i {
    padding-right: 10px;
    cursor: pointer;
}
.shipping-edit ul {
    padding: 0px;
    margin-bottom: 0px;
}
.shipping-edit ul li {
    list-style: none;
}
.shipping-edit .ship-amt {
    float: right;
}
.shipping-edit .ship-hed i {
    padding-left: 5px;
}
.ship-hed {
    cursor: pointer;
}
.shipping-sidebar-area {
    height: 100%;
    width: 400px;
    position: fixed;
    top: 0;
    z-index: 999;
    right: -1000px;
    background: rgb(255, 255, 255);
    transition: 0.5s;
    overflow-x: hidden;
    box-shadow: 0 4px 8px -3px #555454;
}
.shipping-form-body {
    margin: 25px;
}
.shipping-form-body .form-group .form-control:focus {
    outline: none;
    box-shadow: none;
}
.ship-update-btn button {
    text-align: center;
    padding: 10px 20px;
    text-decoration: none;
    display: block;
    border-radius: 3px;
    font-size: 16px;
    margin: 15px 0 15px 0;
    text-transform: uppercase;
    border: 1px solid #b80808;
    background: #b80808;
    color: #fff;
    border-color: #b80808;
    width: 100%;
    cursor: pointer;
}
.ship-update-btn button:hover {
    background: #fff;
    color: #000;
    border-color: #ced4da;
}

/*=========end shipping sidebar area========*/

/*============invoice page============*/
#invoice {
    padding: 30px 0px;
}
.invoice {
    position: relative;
    background-color: #fff;
    min-height: 680px;
}
.invoice header {
    padding: 10px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.invoice .company-details {
    text-align: right;
}
#printInvoice {
    background-color: #b80808;
    border-color: #b80808;
}
#printInvoice:focus {
    outline: none;
    box-shadow: none;
}
#printInvoice:hover {
    background-color: #000;
    border-color: #b80808;
}
.invoice .company-details .name {
    margin-top: 0;
    margin-bottom: 0;
}
.invoice .company-details .name a {
    color: #b80808;
    text-decoration: none;
}
.invoice .contacts {
    margin-bottom: 20px;
}
.invoice .invoice-to {
    text-align: left;
}
.invoice .invoice-to .to {
    margin-top: 0;
    margin-bottom: 0;
}
.invoice .invoice-details {
    text-align: right;
}
.invoice .invoice-details .invoice-id {
    margin-top: 0;
    color: #b80808;
    font-size: 28px;
}
.invoice-to a {
    text-decoration: none;
    color: #212529;
}
.invoice main {
    padding-bottom: 50px;
}
.invoice main .thanks {
    margin-top: -100px;
    font-size: 2em;
    margin-bottom: 50px;
}
.invoice main .notices {
    padding-left: 6px;
    border-left: 6px solid #b80808;
}
.invoice main .notices .notice {
    font-size: 1.2em;
}
.invoice table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 20px;
}
.invoice table td {
    padding: 10px;
    background: #fff;
    border-bottom: 1px solid #dee2e6;
}
.invoice table th {
    padding: 10px;
    background: #eee;
    border-bottom: 1px solid #fff;
}
.invoice table th {
    font-size: 16px;
    font-family: Myriad Pro bold;
    color: #000000;
    border-top: 0px;
    border-bottom: solid 1px #d6d6d6;
}
.invoice table td h3 {
    margin: 0;
    font-weight: 400;
    color: #3989c6;
    font-size: 1.2em;
}
.invoice table .qty-sec,
.invoice table .total,
.invoice table .unit {
    text-align: right;
    font-size: 1.2em;
}
.invoice .cart-part-name {
    padding: 0px 0px;
}
.invoice table .total {
    color: #000;
}
.invoice table tbody tr:last-child td {
    border: none;
}
.invoice table tfoot td {
    background: 0 0;
    border-bottom: none;
    white-space: nowrap;
    text-align: right;
    padding: 10px 20px;
    font-size: 1.2em;
    border-top: 1px solid #aaa;
}
.invoice table tfoot tr:first-child td {
    border-top: none;
}
.invoice table tfoot tr:last-child td {
    color: #b80808;
    font-size: 1.4em;
    border-top: 1px solid #b80808;
}
.invoice table tfoot tr td:first-child {
    border: none;
}
.invoice footer {
    width: 100%;
    text-align: center;
    color: #777;
    border-top: 1px solid #aaa;
    padding: 8px 0;
}
@media print {
    .invoice {
        font-size: 11px !important;
        overflow: hidden !important;
    }
    .invoice footer {
        position: absolute;
        bottom: 10px;
        page-break-after: always;
    }
    .invoice > div:last-child {
        page-break-before: always;
    }
}
/*============end invoice page============*/

/*=======address popup=======*/
.address-model-popup .modal-header {
    background-color: #b80808;
}

.address-model-popup .close {
    color: #fff;
    opacity: 1;
}

/*=======end address popup=======*/

/*=====paypal submit button=====*/
.paynow .confirmation-box button {
    display: block;
    border: solid 1px #000;
    background: #fff;
    text-align: center;
    padding: 10px 40px 10px;
    transition: all 1s;
    margin: 18px auto;
    cursor: pointer;
}
.paynow .confirmation-box button img {
    width: 80px;
}
/*=====paypal submit button=====*/

/* my css*/
.mytext{
    justify-content: center;
}
/*====== kd css ======*/
table.table.table-striped a.btn-sm:hover {
    color: #fff;
}
.single_footer.widget_description p {
    margin-bottom: 10px;
}