@media only screen and (min-width: 1200px) {
    .header__menu--link {
        font-size: 2rem;
        padding: 0 1.2rem;
    }
}

@media only screen and (max-width: 767px) {
  .checkout__sidebar {
    margin-top: 0rem;
    margin-bottom: 3rem;
  }
}

.main__header,
.main__header.sticky {
    background-image: url(./tunnel2.jpg);
    background-color: #000;
    background-position: 50% 75%;
    background-size: cover;
}

.footer__bg5 {
    background: #000000;
    background-image: url(./tunnel.jpg);
    background-size: cover;
    background-position: 50% 100%;
}
a.footer__widget--menu__text{
    color: white!important;
}
a.footer__widget--menu__text:hover{
    color: #ed3737!important;
}
.footer__color--style .footer__widget--title{
    color: white;
}
.home-logo-container {
    top: 0;
    position: absolute;
    background-color: #00000036;
}


.home-logo-container img {
    max-width: 60vw;
}
.homepage-banner-text {
    background-color: #21252970 !important
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .home-logo-container img {
        max-width: 100%;
    }
    .categories__shop--card {
        width: 33.3%;
    }
}

.categories__card{
    background: #b8b8b8;
}
.categories__card:hover{
    background: var(--secondary-color);
}

.order_box_price .payment_list .payment_list_item .payment_options form .total, .border-bottom{
    border-top: 0px;
}
.col-split-2{
    column-count: 2;
}
a.header__sub--menu__link{
    color: black;
}
a.header__sub--menu__link:hover{
    color: #ed3737;
}
.header__menu--link{
    /*color: black;*/
    color: #ffffff;
}
.header__account--btn{
    /*color:black;*/
    color: #ffffff;
}
.widget__categories--menu__img{
    height: 3rem;
    background-size: cover;
}
.widget__categories--menu__img.brand{
    height: 3rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.brand-home{
    filter: invert(1);
}
.categories__shop--card__link.brand-category{
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    align-items: center;
}
.inner-page-header {
    background-attachment: fixed;
    background-position: 50% 50%;
    background-size: cover;
    background-blend-mode: darken;
}
.creat_account input {
    visibility: visible;
}
.icon-bigger {
    font-size: 3.5rem;
}

@media only screen and (min-width: 992px) {
    h3.product__card--title{
        font-size: 1.4rem;
        line-height: 1;
    }
    .product__card--thumbnail .text-grey{
        font-size: 1.3rem;
    }
}

.product__card { border: none; }
.product__card--thumbnail { padding: 0px; }
@media only screen and (min-width: 1200px) {
    .product__card--thumbnail {
        /*padding: 2rem 2rem;*/
        padding-bottom: 1rem;
    }
}
.product__card--content p{
    font-size: 1.2rem;
    line-height: 1.2;
}
.current__price{
    font-weight: 800;
    font-size: 2.7rem;
    line-height: normal;
}
.cart__note--textarea.border-radius-5{
    min-height: 200px !important;
}
.cart__content{
    max-width: 300px !important;
}
.product__description{
    max-width: 400px !important;
}
.product__thumbnail{
    min-width: 12rem !important;
}
span.item-number{
    float: left;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  padding: 4px 14px 4px 15px;
  position: relative;
    margin-top: -280px;
    background-color: #ec3737;
}
.categories__shop--card.engines{
    /*border: 1px solid #E5E5E5;*/
    border: none;
}
a.available-btn{
background-color: #ec3737;
color: white!important;
padding: 10px 15px;
}


@media only screen and (max-width: 991px) {
    .offcanvas__stikcy--toolbar {
        margin-bottom: 47px;
    }
}

div.sold-label-large,
div.sold-label {
    position: absolute;
    z-index: 10;
    background-color: #ff0000;
    padding: 5px;
    color: #fff;
    font-weight: bolder;
}

div.sold-label-large {
    right: 0px;
    font-size: 3em;
    padding: .5em;
}

.product-img-sold {
    filter: brightness(0.5);
}

.selected-brand{
    color: var(--secondary-color);
}

button.part_finder_button {
    width: 200px;
    height: 60px;
}

.product__card--content{
    min-height: 150px;
}

.secondary__btn {
  background: var(--primary-color);
}

.secondary__btn:hover {
  background: var(--secondary-color);
}

.product__details--info__price .current__price {
  font-size: 5rem;
  line-height: normal;
}

button.part_finder_button:disabled {
  opacity: 0.5;
}

button.part_finder_button:disabled:hover {
  background: var(--secondary-color);
  cursor: not-allowed;
}

@media only screen and (min-width: 992px) {
  .product__details--info__price .current__price {
    font-size: 5rem;
  }
}

.text-red { color: var(--secondary-color) }
.text-green { color: #00ff00; }
.product__sold.step1::after { width: 25%; }
.product__sold.step2::after { width: 50%; }
.product__sold.step3::after { width: 75%; }
.product__sold.step4::after { width: 100%; }


/* error for buy now form */
#termsAndConditions-1-error, #termsAndConditions-2-error, #termsAndConditions-3-error,
#termsAndConditions-4-error, #termsAndConditions-5-error, #termsAndConditions-6-error,
#termsAndConditions-7-error, #termsAndConditions-8-error, #termsAndConditions-9-error,
#termsAndConditions-10-error {
    position: absolute;
    margin-top: 4px;
    right: 40px;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    #termsAndConditions-1-error, #termsAndConditions-2-error, #termsAndConditions-3-error,
    #termsAndConditions-4-error, #termsAndConditions-5-error, #termsAndConditions-6-error,
    #termsAndConditions-7-error, #termsAndConditions-8-error, #termsAndConditions-9-error,
    #termsAndConditions-10-error {
        margin-left: 610px;
        right: initial;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    #termsAndConditions-1-error, #termsAndConditions-2-error, #termsAndConditions-3-error,
    #termsAndConditions-4-error, #termsAndConditions-5-error, #termsAndConditions-6-error,
    #termsAndConditions-7-error, #termsAndConditions-8-error, #termsAndConditions-9-error,
    #termsAndConditions-10-error {
        margin-left: 285px;
        right: initial;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    #termsAndConditions-1-error, #termsAndConditions-2-error, #termsAndConditions-3-error,
    #termsAndConditions-4-error, #termsAndConditions-5-error, #termsAndConditions-6-error,
    #termsAndConditions-7-error, #termsAndConditions-8-error, #termsAndConditions-9-error,
    #termsAndConditions-10-error {
        margin-left: 465px;
        right: initial;
    }
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    #termsAndConditions-1-error, #termsAndConditions-2-error, #termsAndConditions-3-error,
    #termsAndConditions-4-error, #termsAndConditions-5-error, #termsAndConditions-6-error,
    #termsAndConditions-7-error, #termsAndConditions-8-error, #termsAndConditions-9-error,
    #termsAndConditions-10-error {
        margin-left: 590px;
        right: initial;
    }
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
    #termsAndConditions-1-error, #termsAndConditions-2-error, #termsAndConditions-3-error,
    #termsAndConditions-4-error, #termsAndConditions-5-error, #termsAndConditions-6-error,
    #termsAndConditions-7-error, #termsAndConditions-8-error, #termsAndConditions-9-error,
    #termsAndConditions-10-error {
        margin-left: 610px;
        right: initial;
    }
}

/* helper class */
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .w-md-50 { width: 50%; }
}