@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
*{
    margin: 0px;
    padding: 0px;
}

/* Root Varibles  */
:root {
    --primary: #DE0607;
    --black: #000;
    --black-shade: #1E1C1B;
    --white: #fff;
    --grey-bg: #EFEDED;
    --green: #027A48;
    --green-opacity: #ECFDF3;
    --dark-grey: #363636;
    --text-grey: #667085;
    --grey-900: #101828;
    --label: rgba(52, 64, 84, 1);
}
.primary{
    color: var(--primary);
}
.label{
    color: var(--label);
}
.black{
    color: var(--black);
}
.white{
    color: var(--white);
}
.green{
    color: var(--green);
}
.black-shade {
    color: var(--black-shade);
}
.dark-grey{
    color: var(--dark-grey);
}
.text-grey{
    color: var(--text-grey);
}
.grey-900{
    color: var(--grey-900);
}
.plus{
    font-family: "Plus Jakarta Sans", sans-serif;
}
.inter{
    font-family: "Inter", sans-serif;
}
.transit {
    transition: .67s;
}
.rubik{
    font-family: "Rubik", sans-serif;
}

.fs12{
    font-size: 12px;
}
.fs14{
    font-size: 14px;
}
.fs16{
    font-size: 16px;
}
.fs18{
    font-size: 18px;
}
.fs20{
    font-size: 20px;
}
.fs22{
    font-size: 22px;
}
.fs24{
    font-size: 22px;
}
.fs26{
    font-size: 26px;
}
.fs28{
    font-size: 28px;
}
.fs30{
    font-size: 30px;
}
.fs32{
    font-size: 32px;
}
.fs48{
    font-size: 48px;
}
.fs56{
    font-size: 56px;
}
.fs64{
    font-size: 64px;
}
.fw400{
    font-weight: 400;
}
.fw500{
    font-weight: 500;
}
.fw600{
    font-weight: 600;
}
.fw700{
    font-weight: 700;
}
.fw800{
    font-weight: 800;
}
.fw900{
    font-weight: 900;
}
.index{
    z-index: 9;
}
.title {
    width: 54%;
    margin: auto;
}
.title.text-center {
    width: 100%;
}

/* Header Css Start Here  */
.header .ph-number .number a:hover{
    color: var(--black);
}
.header .bottom-header {
    padding: 34px 0px;
    background-color: var(--primary);
}
.header .bottom-header .link a:hover {
    color: var(--black-shade);
}
.header .bottom-header .link {
    margin-right: 32px;
}
.header .bottom-header .link:last-child {
    margin-right: 0px !important;
}
.header-row {
    padding: 16px  0px;
}
.header .cart-header .cart-count{
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: var(--primary);
    position: absolute;
    top: 0;
    right: -10px;
color: white;
}
.header {
    background-color: rgba(204, 214, 223, 0.19);
}
.header .navbar-toggler-icon {
    background-image: url('../img/menu.png');
    background-repeat: no-repeat;
}
.header .navbar-toggler:focus {
    box-shadow: none;
}
.header .navbar-nav .nav-item .nav-link:hover {
    color: var(--primary);
}
.mobile-header {
    display: none;
}

/* Banner Css Start Here  */
.banner .banner-form {
    position: absolute;
    bottom: 0px;
}
.banner-form .nav-item .nav-link {
    background-color: var(--white);
    border-radius: 0px;
    padding: 16px 20px;
}
.banner-form .nav-item .nav-link:hover, .banner-form .nav-item .nav-link.active {
    color: var(--dark-grey);
}
.banner-form form {
    background-color: #fff;
    padding: 24px;
    margin-top: -17px;
}
.banner-form form .Button button {
    padding: 16px 75px;
    background-color: var(--primary);
    border: 1px solid var(--primary);
}
.banner-form form .fields select {
    border: 1px solid #D0D5DD;
    color: #667085;
    padding: 16px;
    background-color: var(--white);
    border-radius: 0px;
}
.banner-form .info-message {
    background-color: #ffffffbd;
    padding: 13px 0px;
}

.dubai-shop .about-shop {
    background-image: url('../img/dubai-shop.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 24px;
    padding: 60px;
    overflow: hidden;
}
.dubai-shop .about-shop::after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #000000d4;
    height: 100%;
    width: 100%;
    display: block;
}
.dubai-shop {
    padding: 60px 0px;
}
.dubai-shop .about-wrapper .num-letter h2{
    font-size: 128px;
    color: #ffffff14;
}
.dubai-shop .about-wrapper .num-letter {
    position: absolute;
    bottom: 0px;
}
.offer .img-offers{
    margin: 10px;
}
.offer .slick-next:before{
    content: '';
    background-image: url(../img/right-slide-bg.png);
    display: block;
    background-size: 20px;
    height: 30px;
    width: 30px;
    background-repeat: no-repeat;
}
.offer .slick-prev:before{
    content: '';
    background-image: url(../img/left-slide-bg.png);
    display: block;
    background-size: 20px;
    height: 30px;
    width: 30px;
    background-repeat: no-repeat;
}
.offer .slick-prev {
    left: auto !important;
    right: 220px !important;
    top: 106% !important;
    z-index: 99;
}
.offer .slick-next {
    left: auto !important;
    right: 180px !important;
    top: 106% !important;
}
.services .service-content .servis-wrapper {
    border-radius: 8px;
    padding: 12px;
}
.services .service-content .servis-wrapper:hover {
    background-color: #EFEDED;
    border-radius: 8px;
    padding: 12px;
}
.services .servis-right {
    background-color: #F9FAFB;
    padding: 30px;
}
.services .servis-right .bg-servis {
    background-image: url('../img/bg-servis.png');
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 6px;
    padding: 30px 12px;
}
.services .servis-right .bg-servis::after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #00000054;
    height: 100%;
    width: 100%;
    display: block;
}
.services .service-content {
    box-shadow: 0px 10px 6px #00000014;
}
.services {
    padding: 90px 0px;
}
.online-tyre .content-tyre.tyre-1 {
    background-image: url('../img/tyre-1.jpg');
}
.online-tyre .content-tyre.tyre-2 {
    background-image: url('../img/tyre-2.jpg');
}
.online-tyre .content-tyre.tyre-3 {
    background-image: url('../img/tyre-3.jpg');
}
.online-tyre .content-tyre.tyre-4 {
    background-image: url('../img/tyre-4.jpg');
}
.online-tyre .content-tyre {
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    padding: 70px 40px;
    min-height: 450px;
}
.online-tyre .content-tyre::after{
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #000000b5;
    height: 100%;
    width: 100%;
    display: block;
}

.brands .brands-logo {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
}
.brands{
    padding: 80px 0px;
}
.products .product-wrapper .product-header .check-compare input {
    height: 16px;
    width: 16px;
    border-radius: 4px;
    border: 1px solid rgba(208, 213, 221, 1);
    background-color: rgba(255, 255, 255, 1);
}
.products .product-wrapper .product-header .check-compare input:focus {
    box-shadow: none;
    border: 1px solid rgba(208, 213, 221, 1);
}
.products .product-wrapper .product-header .check-compare input:checked {
    background-color: var(--primary);
    border: 1px solid var(--primary);
}
.products .product-wrapper .labels-product .tag-product {
    background-color: rgba(236, 253, 243, 1);
    padding: 10px;
}
.products .product-wrapper .details-product{
    color: rgba(54, 54, 54, 1);
}
.products .product-wrapper .qty-product {
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(204, 204, 204, 1);
}
.products .product-wrapper .buttons-product button {
    background-color: var(--primary);
    border: 1px solid var(--primary);
    padding: 10px 40px;
    border-radius: 8px;
color : white;
}
.products .product-wrapper .buttons-product select {
    border: 2px solid rgba(30, 28, 27, 1);
    padding: 6px 10px;
    width: 60px;
    border-radius: 8px;
}
.products .product-wrapper {
    padding: 20px 20px 60px 20px;
    border: 1px solid rgba(204, 204, 204, 1);
    border-radius: 24px;
}
.products .product-wrapper .product-name a h3 {
    min-height: 48px !important;
}
.about-us {
    background-image: url('../img/about-us.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0px;
    margin: 85px 0px;
}
.about-us::after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #000000b5;
    height: 100%;
    width: 100%;
    display: block;
}
.about-us .right-content {
    border-left: 1px solid var(--white);
    padding-left: 10px;
}
.blogs .blog-wrapper {
    box-shadow: 0px 0px 5px rgba(16, 24, 40, 0.03);
    padding: 20px;
}
.home-content {
    padding: 85px 0px;
}
.faq .accordion-button:not(.collapsed) {
    background-color: transparent;
    color: var(--black);
    box-shadow: none;
}
.faq .accordion-body {
    padding-top: 0px;
    padding-left: 70px;
}
.faq .accordion-item {
    border: none;
    padding-bottom: 20px;
}
.faq .sep-faq {
    width: 300px;
    height: 2px;
    background-color: #f3f5f6;
}
.faq .accordion-button{
    padding-left: 70px;
}
.faq .accordion-button::before {
    position: absolute;
    left: 0px;
    font-size: 38px;
    font-weight: 700;
    font-family: "Inter", sans-serif;
    color: rgba(60, 60, 67, 0.5);
}
.faq .accordion-button.button-acc-1::before{
    content: '01';
}
.faq .accordion-button.button-acc-2::before{
    content: '02';
}
.faq .accordion-button.button-acc-3::before{
    content: '03';
}
.faq .accordion-button.button-acc-4::before{
    content: '04';
}
.faq .accordion-button.button-acc-5::before{
	content: '05';
}
.faq .accordion-button.button-acc-6::before{
	content: '06';
}
.faq .accordion-button::after{
    background-image: url('../img/plus-acc.png');
    width: 48px !important;
    height: 48px !important;
    background-size: 48px;
}
.faq .accordion-button:not(.collapsed)::after{
    background-image: url('../img/cross-acc.png');
    transform: none;
}
.faq .accordion-button:focus{
    box-shadow: none;
    border-color: transparent;
}
.review .review-wrapper {
    background-color: rgba(245, 242, 237, 1);
    border-radius: 10px;
    padding: 30px;
    margin: 10px;
    opacity: .3;
}
.review .slick-next:before{
    content: '';
    background-image: url(../img/right-slide.png);
    display: block;
    background-size: 8px;
    height: 30px;
    width: 30px;
    background-repeat: no-repeat;
}
.review .slick-prev:before{
    content: '';
    background-image: url(../img/left-slide.png);
    display: block;
    background-size: 8px;
    height: 30px;
    width: 30px;
    background-repeat: no-repeat;
}
.review .slick-prev {
    left: auto !important;
    right: 220px !important;
    top: 106% !important;
    z-index: 99;
}
.review .slick-next {
    left: auto !important;
    right: 180px !important;
    top: 106% !important;
}
.review {
    padding: 85px 0px;
}
.review .review-wrapper.slick-center {
    opacity: 1;
}
.footer .footer-links .quick-links ul li a:hover {
    color: var(--primary);
}
.footer .footer-links .quick-links ul li a {
    transition: .67s;
}
.footer .footer-links {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}
.footer .newsletter .subs-fields input {
    background-color: var(--white);
    border: 1px solid rgba(208, 213, 221, 1);
    border-radius: 8px;
    font-size: 16px;
    font-weight: 400;
    color: rgba(102, 112, 133, 1);
    padding: 10px 15px;
}
.footer .newsletter .subs-fields button {
    background-color: var(--primary);
    border: 1px solid var(--primary);
    border-radius: 8px;
    padding: 10px 20px;
}
.footer {
    background-color: rgba(0, 0, 0, 0.11);
    padding: 60px 0px;
}
.mob-tyre-slider {
    display: none !important;
}
.logo-more {
    background-color: var(--primary);
    padding: 15px 40px;
    border: 1px solid var(--primary);
    border-radius: 10px;
}
.mob-logo {
    display: none;
}
.level-up .inner-banner .fields input {
    padding: 12px 16px;
    background-color: #fff;
    border: 1px solid rgba(208, 213, 221, 1);
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
}
.level-up .banner-img img {
    object-fit: cover;
    object-position: right;
}
.level-up .checkboxes input{
    height: 20px;
    width: 20px;
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid rgba(208, 213, 221, 1);
    border-radius: 6px;
}
.level-up .checkboxes input:focus{
    box-shadow: none;
}
.level-up .checkboxes input:checked {
    background-color: rgba(249, 245, 255, 1);
    border: 1px solid var(--primary);
}
.form-check-input:checked[type=checkbox]{
    background-image: url('../img/check.png');
    background-size: 10px;
}
.banner-btn {
    background-color: var(--primary);
    border: 1px solid var(--primary);
    padding: 12px 20px;
    border-radius: 8px;
    margin-top: 32px;
}
.level-up {
    padding: 60px 0px;
}
.ls-1{
    letter-spacing: 1px;
}
.protection .protect-wrapper {
    padding: 25px;
    box-shadow: 0px 4px 6px rgba(16, 24, 40, 0.03);
}
.protection {
    padding: 60px 0px;
}
.brown{
    color: rgba(66, 61, 61, 1);
}
.process .process-wrapper.p-1::after{
    content: '';
    position: absolute;
    left: 66%;
    width: 100%;
    top: 24px;
    background-image: url(../img/p-1.png);
    background-size: 70%;
    height: 100%;
    background-repeat: no-repeat;
}
.process .process-wrapper.p-2::after {
    content: '';
    position: absolute;
    left: 66%;
    width: 100%;
    top: 80px;
    background-image: url(../img/p-2.png);
    background-size: 70%;
    height: 100%;
    background-repeat: no-repeat;
}
.cta .cta-content {
    background-image: url('../img/cta-img.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 30px;
    border-radius: 10px;
}
.cta {
    padding: 80px 0px;
}
.process.engine {
    padding-top: 80px;
} 
.car-insurance h5 {
    border-bottom: 1px solid rgba(234, 238, 255, 1);
}
.banner-phone .icon-call {
    background-color: var(--primary);
    padding: 26px;
    border-radius: 5px;
}
.right-bg-form .black-btn{
    display: inline-block;
    border-radius: 50px;
    padding: 15px 50px;
    background-color: var(--black);
    border: 1px solid var(--black);
    color: var(--white);
}
.right-bg-form {
    background-color: rgba(243, 245, 252, 1);
    padding: 50px;
    border-radius: 10px;
}
.quote-btn button {
    background-color: var(--primary);
    border: 1px solid var(--primary);
    padding: 16px 30px;
    border-radius: 50px;
}
.secure-v {
    background-color: rgba(243, 245, 252, 1);
    padding: 100px 0px;
}
.range .range-wrapper .flash {
    padding: 26px;
    background-color: var(--primary);
    border-radius: 5px;
}
.range .range-wrapper {
    padding: 30px;
    background-color: rgba(243, 245, 252, 1);
    border-radius: 10px;
}
.range {
    padding: 100px 0px;
}
.tyr-car.banner .banner-form {
    position: absolute;
    bottom: 0px;
    top: 0px;
    display: flex;
    align-items: center;
}
.filters button {
    padding: 10px 15px;
    border-radius: 8px;
    background-color: var(--primary);
    border: 1px solid var(--primary);
    color: rgba(52, 64, 84, 1);
}
.products {
    padding: 60px 0px;
}
.paging-bottom button.prev, button.next-page.disabled {
    padding: 8px 14px;
    background-color: transparent;
    border: 1px solid rgba(208, 213, 221, 1);
    border-radius: 8px;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
}
.paging-bottom {
    padding-top: 20px;
    margin-top: 30px;
    border-top: 1px solid rgba(228, 231, 236, 1);
}
.pointer {
    cursor: pointer;
}
.size-popup .modal-header{
    background-color: var(--primary);
    padding: 14px 20px;
}
.search-zise input {
    padding: 10px 30px;
    background-color: rgba(252, 252, 252, 1);
    border: 1px solid rgba(222, 227, 231, 1);
    border-radius: 9px;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    font-family: manrope, sans-serif;
    color: var(--black);
}
.search-zise input:focus-visible{
    outline: none;
}
.search-zise .search-con {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 7px;
    display: flex;
    align-items: center;
}
.nav-tabs .nav-link {
    border: none !important;
    color: rgba(59, 60, 63, 1);
}
.nav-tabs .nav-link:hover {
    color: rgba(59, 60, 63, 1);
}
.nav-tabs {
    border-bottom: none;
}
.nav-tabs .nav-link.active {
    color: #495057;
    /* background-color: rgba(246, 246, 246, 1); */
    background-color:#DE0607;
    border-radius: 8px;
}
.checkboxes .btn-check:active+.btn-outline-primary, .checkboxes .btn-check:checked+.btn-outline-primary, .checkboxes .btn-outline-primary.active, .checkboxes .btn-outline-primary.dropdown-toggle.show, .checkboxes .btn-outline-primary:active {
    background-color: var(--primary);
    border: 1px solid var(--black);
    color: var(--black);
}
.checkboxes .btn {
    background-color: var(--primary);
    border: 1px solid var(--primary);
    color: var(--black) !important;
    padding: 12px 25px;
}
.checkboxes .btn:focus {
    box-shadow: none !important;
}

.checkboxes {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 12px;
}
.insurance-choose .coverage .flash-img {
    padding: 35px;
    background-color: var(--black);
    border-radius: 5px;
}
.insurance-choose {
    background-color: var(--primary);
    padding: 100px 0px;
}
.modal-dialog {
   max-width: 525px;
}
.vechile_Model .car-make-btn label {
   display: flex;
    flex-direction: column;
    align-items: center;
justify-content: center;
}
.work-title::before {
    content: '';
    position: absolute;
    width: 40%;
    height: 1px;
    background-color: rgba(208, 219, 255, 1);
    left: -50%;
    top: 50%;
}
.level-up form .checkboxes {
	grid-template-columns: 1fr 1fr;
}
.company_car_model .checkboxes .btn {
    padding: 7px 5px;
}
.company_car_model .modal-dialog {
    max-width: 715px;
}
.work-title {
    width: 50%;
    margin: auto;
}
.process-work .content-process p::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 10px;
    height: 20px;
    width: 20px;
    background-image: url('../img/process-arrow.png');
}
.process-work .content-process h3 {
    color: rgba(208, 219, 255, 1);
}
.process-work {
    padding: 100px 0px;
}
.black-circle-btn {
    padding: 15px 30px;
    background-color: var(--black);
    border: 1px solid var(--black);
    border-radius: 50px;
}
.testi-user {
    border-bottom: 1px solid rgba(234, 238, 255, 1);
    padding-bottom: 25px;
}
.testi .testi-wrapper {
    padding: 40px;
    background-color: #fff;
    border: 1px solid rgba(234, 238, 255, 1);
    border-radius: 10px;
}
.testi {
    padding: 100px 0px;
    background-color: rgba(243, 245, 252, 1);
}
.brands-title {
    width: 40%;
    margin: auto;
}
.fitting-banner .banner-form {
    left: 10%;
}
.t-form input {
    border: 1px solid rgba(208, 213, 221, 1);
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    padding: 15px;
    font-size: 16px;
    font-weight: 400;
    color: rgba(102, 112, 133, 1);
    border-radius: 0px;
}
.t-form button {
    background-color: var(--primary);
    border: 1px solid var(--primary);
    padding: 15px 70px;
    font-size: 16px;
    font-weight: 600;
    color: var(--black);
}
.t-form {
    width: 50%;
}
.list-locate {
    font-size: 16px;
    font-weight: 400;
}
.list-locate li{
    color: rgba(48, 48, 48, 0.8);
}
.location-wrapper button {
    padding: 10px 20px;
    background-color: var(--black);
    border: 1px solid var(--black);
    border-radius: 8px;
}
.location-wrapper {
    box-shadow: 0px 4px 6px rgba(16, 24, 40, 0.03);
    padding: 40px;
}
.fitting-location {
    padding: 80px 0px;
}
.product-details .detail-content .tag-detail{
    background-color: rgba(236, 253, 243, 1);
    padding: 2px 10px;
}
.product-details .label {
    background-color: rgba(227, 227, 227, 0.5);
    padding: 20px 20px;
    border-radius: 8px;
}
.product-details .price-product del {
    color: rgba(0, 0, 0, 0.3);
}
.product-details .price-product h5 {
    color: rgba(0, 0, 0, 0.3);
}
.ship-wrapper h4{
    color: rgba(245, 106, 5, 1);
}
.ship-wrapper {
    padding: 6px 15px;
    border: 1px solid rgba(255, 126, 29, 0.4);
    border-radius: 60px;
}
.tag-product-detalis {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 25px;
}
.qty-input .qty-container button, .qty-input .qty-container input {
    background-color: rgba(240, 240, 240, 1);
    border: 1px solid rgba(240, 240, 240, 1);
    padding: 15px 22px;
}
.qty-input .qty-container input {
    font-size: 16px;
    font-weight: 600;
    color: var(--black);
    text-align: center;
}
.qty-input .qty-container button.qty-btn-minus {
    border-radius: 50px 0px 0px 50px;
}
.qty-input .qty-container button.qty-btn-plus {
    border-radius: 0px 50px 50px 0px;
}
.qty-input .btn-cart button {
    padding: 15px 60px;
    background-color: var(--primary);
    border: 1px solid var(--primary);
    border-radius: 50px;
}
.detail-text p {
    color: rgba(30, 28, 27, 1);
}
.ratring-details {
    padding: 30px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 30px;
}
.product-details {
    padding: 100px 0px;
}
.cart .cart-listing {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    padding: 30px;
}
.cart .cart-listing .cart-wrapper {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 30px;
}
.cart .summery .sumery-details p{
    color: rgba(0, 0, 0, 0.6);
}
.cart .total {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 20px;
    margin-top: 20px;
}
.cart .checkout-btn button{
    background-color: var(--primary);
    border: 1px solid var(--primary);
    padding: 20px 40px;
    border-radius: 20px;
    margin-top: 40px;
}
.cart .summery {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    padding: 20px;
}
/* .cart {
    padding: 100px 0px;
} */
.input-checkout input, .input-checkout select, .input-checkout textarea {
    border: 1px solid rgba(208, 213, 221, 1);
    padding: 10px 15px;
    border-radius: 10px;
    color: rgba(102, 112, 133, 1);
    font-size: 16px;
    font-weight: 400;
}
.input-checkout textarea {
    height: 150px;
    width: 100%;
}
.input-checkout label .astrick {
    color: #FF0000;
}
.order-details .order-sum p{
    color: rgba(0, 0, 0, 0.6);
}
.order-details {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.checkbox-wrapper .form-checks {
    background-color: rgba(227, 227, 227, 0.5);
    padding: 20px;
    border-radius: 10px;
}
.checkbox-wrapper .form-checks label {
    flex: 1;
}
.red {
    color: #ff0000;
}
.modal-location .location-wrapper {
    padding: 20px;
}
.offer-bg {
    padding: 15px;
    background-color: var(--primary);
}
.offer-bg {
    padding: 15px;
    background-color: var(--primary);
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
}
.offer-product {
    padding-top: 70px !important;
}
.product-right {
    border-left: 1px solid rgba(227, 227, 227, 0.5);
}



.select-container {
    position: relative;
    margin: 0 auto;
    width: 400px;
}

.select-container .select {
    position: relative;
    background: var(--primary);
    height: 43px;
    border-radius: 10px;
    width: 103px;
    margin-left: auto;
}

.select-container .select::after {
    position: absolute;
    content: "";
    width: 18px;
    height: 12px;
    top: 44%;
    right: 0px;
    left: 10px;
    background-image: url('../img/filter.png');
    cursor: pointer;
    transition: border-color 0.4s;
}
.banner-form .nav-item .nav-link.active {
  background-color:#DE0607;
color: white;
}
.select-container .select input {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0 15px;
    background: none;
    outline: none;
    border: none;
    font-size: 1.4rem;
    color: white !important;
    cursor: pointer;
    padding-left: 38px;
    font-size: 16px;
    font-weight: 400;
    
}
div.select input#input::placeholder {
    color: #ffffff !important;
    opacity: 1 !important;
}

.select-container .select input::placeholder {
    color: rgba(52, 64, 84, 1);
    font-family: "Inter", sans-serif;
}
.select-container .option-container {
    position: absolute;
    box-shadow: 0px 4px 9px 0px rgba(152, 160, 180, 0.25);
    background-color: #fff;
    display: none;
    transition: 0.4s;
    width: 100%;
    padding: 20px 30px;
    border-radius: 10px;
}
.select-container .option-container h4 {
    color: rgba(152, 160, 180, 1);
}
.select-container .option-container select {
    border: 1px solid rgba(208, 213, 221, 1);
    color: rgba(152, 160, 180, 1);
    font-size: 14px;
    font-weight: 500;
    font-family: "Inter", sans-serif;
}
.select-container .option-container select:focus {
    box-shadow: none;
}
.select-container .option-container .production-check label {
    color: rgba(75, 75, 75, 1);
}
.select-container .option-container input:focus {
    box-shadow: none;
    border: 1px solid rgba(208, 213, 221, 1);
}
.select-container .option-container input {
    border: 1px solid rgba(208, 213, 221, 1);
}

.select-container.active .option-container {
    display: block;
}

.select-container .option-container::-webkit-scrollbar {
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    width: 10px;
}

.select-container .option-container::-webkit-scrollbar-thumb {
    background: #0f0e11;
}

.select-container .option-container .option {
    position: relative;
    padding-left: 15px;
    height: 60px;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    cursor: pointer;
    display: flex;
    align-items: center;
    transition: 0.2s;
}

.select-container .option-container .option.selected {
    background: rgba(0, 0, 0, 0.5);
    pointer-events: none;
}
.select-container .option-container {
   z-index: 999 !important;
}

.select-container .option-container .option:hover {
    background: rgba(0, 0, 0, 0.2);
    padding-left: 20px;
}

.select-container .option-container .option label {
    font-size: 1.1rem;
    color: white;
    cursor: pointer;
}
.rest:hover {
    color: var(--primary);
}
.header .dropdown button {
   background-color: transparent;
border: none;
}


.fixed-header {
  animation: smoothScroll .7s forwards;
    background: var(--whitecolor);
    box-shadow: 0 3px 8px rgba(0, 0, 0, .08);
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
z-index: 9999;
}
.web-header.fixed-header {
    background-color: #fff;
}

#pricePopup {
    z-index: 99999;
}
.mob-upper-header {
    
}



@keyframes smoothScroll{
    0% {
    transform: translateY(-80px);
}
100% {
    transform: translateY(0);
}
}

.mobile-header {
   background-color: #fff;
}

@media only screen and (max-width: 1200px){
    .cart-wrapper {
        flex-wrap: wrap;
    }
}

@media only screen and (max-width: 991px) {
   .fitting-banner-content .fs64 {
    font-size: 44px;
  }

 .mob-upper-header {
      background-color: #e9e9e9;
      padding: 20px;
      flex-direction: column;
      gap: 30px;
  }
}

@media only screen and (max-width: 767px) {
    .woocommerce-customer-details .woocommerce-columns {
    flex-direction: column;
    gap: 10px;
}
.woocommerce-customer-details .woocommerce-customer-details--email {
        word-wrap: break-word;
}
.woocommerce-order {
    padding: 30px 20px;
}
.woocommerce-order-overview {
    padding-left: 0px !important;
}
.woocommerce ul.order_details::before {
    content: none !important;
}
.woocommerce ul.order_details {
    padding-left: 0px !important;
}
.woocommerce ul.order_details li {
    float: none !important;
    margin-bottom: 10px;
    padding-right: 0px !important;
    margin-right: 0px;
    border-right: none !important;
    border-bottom: 1px dashed #cfc8d8;
    padding-bottom: 10px;
}
}

@media only screen and (max-width: 575px) {
   .fitting-banner-content .fs64 {
    font-size: 20px;
}
.img-banner img {
    height: 300px;
    object-fit: cover;
}
}

@media only screen and (max-width: 475px) {
  .mob-upper-header .ph-number {
     flex-direction: column;
     gap: 20px;
  }
    .mobile-header .ph-number .number .ph-icon {
       display: flex;
       align-items: center;
}
.mobile-header .ph-number .number .ph-icon img {
       width: 14px;
}
.mobile-header .ph-number .number p a {
    font-size: 14px;
}
.mobile-header .ph-number .number {
   margin-right: 0px !important;
}
.mobile-header .socialmedia {
   display: none !important;
}
.mobile-header .mob-upper-header {
   padding: 6px 20px !important;
}

.sumery-details.sumry-total h3, .sumery-details.sumry-total p {
  font-size: 16px;
}
.online-tyre {
   overflow: hidden;
}

}




/* Hide arrows in Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Hide arrows in Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/* editor fix */
section.product-content h1, section.product-content h2, section.product-content h3 {
    color:#DE0607;
}
.wp-block-heading, .hp-block-heading {
    font-family: inherit !important;
    font-weight: bold !important;
    color: #000 !important;
    margin: 1em 0 !important;
}

.hp-block-heading {
    font-size: 2rem !important;
}

.product-content .container {
    width: 100% !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 15px !important;
 
    color: var(--text-grey);
    font-size: 20px;
    font-family: "Rubik", sans-serif;
    margin-bottom: 0 !important;

}
.Button .plus {
    cursor: pointer;
    background-color:#DE0607;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 6px;
    font-weight: 600;
    transition: all 0.3s ease;
}
.Button .plus:hover {
    background-color: white;
color : black;
    transform: scale(1.02);
}
