* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

:root {
    --theme-primary-color: #fc5a34;
    --home-sections-bg: #f7f7f7;

}

.col {
    vertical-align: middle !important;
}

.text-theme {
    color: #fc5a34 !important;
}

.bg-theme {
    background-color: #fc5a34 !important;
}

.theme-font {
    font-family: "Bai Jamjuree", sans-serif;
}

.fw-theme {
    font-weight: 600 !important;
}

.fs-theme {
    font-size: 18px;
}

header.mobile {
    display: none;
}

.nav-scroll {
    font-family: "Bai Jamjuree", sans-serif;
    background-color: #f9ddd6;
}

.nav-scroll .links-bar {
    overflow-x: auto;
    white-space: nowrap;
    padding: 10px 5px;
}


/* Hide scrollbar for Chrome, Safari and Opera */
.hide-scrollbar::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.hide-scrollbar {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.nav-scroll .links-bar a {
    background: #fff;
    padding: 5px 10px;
    text-decoration: none;
    color: #000;
    font-size: 0.9rem;
    text-transform: uppercase;
}

header .bi::before {
    font-weight: 900 !important;
}

header.desktop {
    display: block;
    background-color: var(--home-sections-bg);
}

header.desktop.sticky-header {
    position: sticky;
    top: 0;
    z-index: 1000;
}

header.desktop .down-icon {
    margin-top: 4px;
    margin-left: 8px;
    font-size: 13px;
}

header.desktop .cursor-pointer:hover {
    color: #fc5a34;
}

.cursor-pointer {
    cursor: pointer;
}

header .top-bar {
    font-family: "Bai Jamjuree", sans-serif;
    background-color: #fc5a34;
    padding: 6px 0px;
}

header .top-bar i {
    color: #fff;
    font-size: 14px;
    padding-right: 5px;
}

header .top-bar span {
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}

header .top-bar .clickable-ph {
    color: #ffe785 !important;
    font-style: italic;
    white-space: nowrap;
}

header .top-bar .slabs {
    border-right: 2px solid #fff;
}


header .top-bar .slabs:nth-last-child(1) {
    border-right: none !important;
}

header .top-bar {
    font-size: 14px;
}

header .middle-section {
    font-family: "Bai Jamjuree", sans-serif;
}

header .middle-section span {
    font-size: 18px;
    font-weight: 600;
    fill: #333333;
    color: #333333;
    padding: 0px 9px;
}

header .middle-section img {
    width: 160px;
    margin: 6px auto;
}

header .middle-section i {
    font-size: 17px;
    cursor: pointer;
}

header .middle-section .first span {
    cursor: pointer;
}

header .cart-icon-box {
    position: relative;
}

header .cart-icon-box i {
    line-height: 1.5;
}

header .middle-section .n-items {
    position: absolute;
    top: -5px;
    left: 10px;
    margin-right: -5px;
    font-size: 10px;
    padding: 2px 5px;
    font-weight: 700;
    background-color: #fc5a34;
    height: 16px;
    min-width: 16px;
    color: #fff !important;
    line-height: 16px;
    text-align: center;
    border-radius: 50%;
}

header .nav-icons a {
    text-decoration: none;
}

header .nav-icons .icon-box {
    margin: 0px 6px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

header .nav-icons .icon-box>i:first-child {
    line-height: 1.5;
}

header .nav-icons .icon-box .icon-title {
    font-weight: 400;
    font-size: 12px;
}

header .middle-section .col div.first {
    margin-top: -4px !important;
    margin-right: 20px !important;
}

/* header .middle-section .col div:last-child i.last {
    margin-left: -13px !important;
} */

header .middle-section .bordered i {
    padding: 5px 6.5px;
    margin-top: -6px;
}

header .middle-section .bordered {
    border: 0px !important;
}

header #header-search-bar {
    position: relative;
}

header #header-search-bar input {
    width: 100%;
    padding: 8px 8px;
    padding-right: 40px;
    border: none;
    outline: none;
    box-shadow: 0px 0px 2px 2px #d7d7d7;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 400;
}

header #header-search-bar input:focus {
    border: none !important;
    outline: none !important;
    box-shadow: 0px 0px 2px 2px #d7d7d7 !important;
}

header #header-search-bar .s-icon {
    position: absolute;
    right: 15px;
    background: white;
    color: #c1bfbf !important;
    font-size: 16px;
}

.modal {
    font-family: "Bai Jamjuree", sans-serif !important;
}

.modal-header .btn-close {
    margin: 0px !important;
    position: absolute;
    right: 5px;
    top: 5px;
}

.modal-body span.forget-button {
    padding: 10px 0px;
    display: block;
    font-weight: 400 !important;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    color: #fc5a34;
}

.modal-body button.w-100:hover {
    background-color: #fc5a34 !important;
    color: #fff !important;
}

header .bottom-section {
    font-family: "Bai Jamjuree", sans-serif;
    background-color: #f9ddd6;
    font-weight: bold;
    border-bottom: 4px solid #fc5a34;
}

header .bottom-section .dropdown button {
    padding: 20px 0px !important;
    width: 100%;
    font-size: 18px !important;
    border-radius: 0px !important;
    background-color: #fc5a34;
    font-weight: 600;
    border: 0px !important;
    margin: 0px !important;
}

header .bottom-section .dropdown button:hover {
    background-color: #fc5a34 !important;
    color: #fff !important;
}

header .bottom-section ul.dropdown-menu.show {
    width: 100%;
    border-radius: 0px;
    border: 0px !important;
}

header .bottom-section ul.dropdown-menu.show li a {
    font-size: 18px;
    color: #000;
    font-weight: 500;
    padding: 15px !important;
}

header .bottom-section .dropdown-item.active,
header .bottom-section .dropdown-item:active {
    color: #fff !important;
    background-color: #fc5a34;
}

header .bottom-section .header-contact-btn {
    height: 100%;
    display: inline-flex;
    align-items: center;
    background: black;
    text-decoration: none;
    color: white;
    padding: 0px 15px;
    font-weight: 500;
    font-size: 13px;
    text-transform: uppercase;
}

.btn:focus,
.btn:active,
select:focus,
select:active,
input:active,
input:focus,
textarea:focus,
textarea:active {
    outline: none !important;
    box-shadow: none !important;
    border-color: #d0d0d0 !important;
}



/************************************* Search bar *****************************/



.search-bar {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.89);
    z-index: 9999999;
    top: 0;
    left: 0;
    display: none;
    justify-content: center;
    align-items: center;
}

.search-bar .overlay-search-bar-product {
    width: 50%;
    border-bottom: 1px solid #eeeeee !important;
    margin: auto;
    max-height: 310px;
    overflow-y: auto;
    overflow-x: hidden;
}

.search-bar .overlay-search-bar-product::-webkit-scrollbar {
    width: 12px;
}

.search-bar .overlay-search-bar-product::-webkit-scrollbar-track {
    background: #eeeeee;
}

.search-bar .overlay-search-bar-product::-webkit-scrollbar-thumb {
    background-color: #787878;
    border-radius: 20px;
    border: 3px solid #eeeeee;
}

.search-bar img {
    width: 40px !important;
    margin: 0px 10px !important;
}

.search-bar #close-icon {
    cursor: pointer;
}

.search-bar .row img {
    margin: 0px !important;
    width: 100% !important;
    object-fit: contain;
    background-size: cover;
    background-color: #f8f8f8;
}

.search-bar .row {
    margin: 10px 0px;
    padding: 10px 0px;
    cursor: pointer;
}

.search-bar .row {
    color: #000;
}

.search-bar .row:hover {
    background-color: #fc5a34;
    color: #fff;
}

.search-bar .overlay-search-bar-product {
    background-color: #fff;
    width: 700px;
}

.search-bar .overlay-search-bar-product .search-p-img {
    width: 20%;
}

.search-bar .overlay-search-bar-product .search-p-title {
    width: 80%;
}

.search-bar .row h4 {
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
}

.search-bar input {
    background-color: transparent;
    border-bottom: 1px solid #787878 !important;
    border: 0px;
    color: white !important;
    padding: 25px 20px;
}

.search-bar .form-control:focus {
    background: transparent !important;
}

.search-bar .form-control::placeholder {
    color: #fff !important;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
}


/************************************* Search bar *****************************/


/************************************* Top Section ******************************/




.top-section,
section.second {
    font-family: "Bai Jamjuree", sans-serif;
}

.top-section {
    padding: 20px 0px;
}

.top-section img {
    /* width: 100%; */
    width: auto;
    position: relative;
}

.btn {
    background-color: #fc5a34 !important;
    color: white !important;
    border-radius: 5px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    padding: 15px 40px !important;
}

.btn:hover {
    background-color: #fff !important;
    color: #000 !important;
}

.top-section .row div.text-uppercase {
    background-image: url(../images/banner1.jpg);
}

.home-banner {
    background: #464646d9 url(../images/home-banner.png) no-repeat center center / cover;
    background-blend-mode: multiply;
    padding: 30px 0px !important;
    display: flex;
    align-items: center;
    min-height: 450px;
}

.home-banner.top-section .row div.text-uppercase {
    background-image: none !important;
}

.top-section .row .width-1 {
    width: 70% !important;
    display: flex;
    align-items: center;
}

.top-section .row .width-2 {
    width: 30% !important;
}

.top-section .row div.text-uppercase .first {
    /* padding: 150px 25px; */
}

.top-section .row div.text-uppercase p {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 17px;
    color: #474747 !important;
}

.home-banner.top-section .row div.text-uppercase p {
    font-family: "Bai Jamjuree", sans-serif;
    font-weight: 600;
    font-size: 17px;
    color: #fff !important;
}

.top-section .row div.text-uppercase a.shop-link {
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    font-size: 14px;
}

.top-section .row div.text-uppercase h1 {
    font-weight: bold;
    color: #333333;
    font-size: 40px !important;
    padding: 8px 0px;
    margin: 0px;
}

.home-banner.top-section .row div.text-uppercase h1 {
    font-weight: bold;
    color: #fff;
    font-size: 64px !important;
    padding: 0px 0px;
    margin: 0px;
}

.top-section .row .bordered {
    border: 1px solid #fc5a34;
    background-color: #f8f8f8;
    /* padding: 10px; */
}

.top-section .row .bordered label {
    font-size: 20px !important;
    font-weight: 600 !important;
}

select {
    margin: 0px;
    font-weight: 500 !important;
    font-size: 15px !important;
    background-color: #fff;
}

.form-control[type=file] {
    font-size: 14px !important;
}

.top-section .bordered select:first-child {
    margin: 10px 0px 0px 0px;
}

.bordered select {
    border-radius: 0px;
    width: 100%;
    border: 1px solid #dfdfdf;
    padding: 10px;
    font-size: 18px;
    font-weight: 600;
    background-color: #fff;
    color: black;
}

.select2 {
    margin-top: 14px !important;
}

.select2 .select2-selection {
    border-radius: 0px !important;
    width: 100%;
    border: 1px solid #dfdfdf !important;
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    background-color: #fff !important;
    color: black !important;
    height: 2.60rem !important;
    padding-top: 12px;
}

.select2-container .select2-results__option {
    font-size: 14px !important;
}

.select2 .select2-selection .select2-selection__arrow {
    top: 8px !important;
}

.select2 .select2-selection .select2-selection__rendered {
    overflow: hidden !important;
}

.select2-container {
    width: 100% !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: normal !important;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    font-size: 30px;
    line-height: 16px;
}

.top-section .row .bordered .inner-section .btn.my-5 {
    margin: 0px;
    font-weight: 600 !important;
    font-size: 15px !important;
    background-color: #fff;
}

.top-section .row .bordered #tyre-reg-search-form {
    padding-top: 40px !important;
}

.top-section .row .bordered #tyre-form-2 {
    padding: 73px 1rem 43px 1rem !important;
}

.top-section .row .bordered option {
    /* font-size: 18px; */
}

.top-section .row .bordered .input-group-text {
    border-radius: 0px;
    padding: 10px !important;
    background-color: #eee;
    color: #000;
    font-weight: 600;
    font-size: 12px;
}

.top-section .row .bordered .form-control {
    border-radius: 0px !important;
}

.top-section .row .fd-radio {
    list-style-type: none;
    padding: 0px;
    margin: 0px !important;
    width: 100%;
    font-weight: 600;
    display: flex;
    z-index: 0;
}

.top-section .row .fd-radio li {
    float: left;
    margin: 0 0px 0 0;
    width: 100%;
    justify-content: space-between;
    display: flex;
    height: 40px;
    background-color: #fff;
    color: #000;
    position: relative;
    border: 0px !important;
    outline: none;
}

.top-section .row .fd-radio li label {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px !important;
    cursor: pointer;
    font-weight: 500 !important;
}

.top-section .row .fd-radio li .fa-regular.fa-circle-dot {
    z-index: 99;
    color: #fff;
    margin: auto 7px;
}

.top-section .row .fd-radio label,
.top-section .row .fd-radio input {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
}

.top-section .row .fd-radio input[type="radio"] {
    opacity: 0.01;
    z-index: 100;
}

.top-section .row .fd-radio input[type="radio"]:checked+label,
.top-section .row .Checked+label {
    background-color: #000;
    color: #fff;
    border: 0px !important;
    outline: none;
}

.top-section .row .fd-radio label {
    padding: 5px;
    border: 1px solid #CCC;
    cursor: pointer;
    z-index: 90;
}

.top-section .row .fd-radio label:hover {
    background: #DDD;
}



/************************************* Top Section ******************************/




/************************************* Tyre Size Search Form ******************************/

.search-tyres {
    /* min-height: 445px; */
}

.search-tyres .bordered {
    background-color: #fff !important;
    border: none !important;
}

.search-tyres select,
.search-tyres input::placeholder,
.search-tyres input {
    font-size: 13px !important;
    font-weight: 400 !important;
    color: gray;
}

.search-tyres input {
    color: #000;
}

.search-tyres label,
.search-tyres input,
.search-tyres select,
.search-tyres p,
.search-tyres button {
    position: relative;
    z-index: 1;
}

.search-tyres .hint {
    font-weight: 500;
    font-size: 12px;
}

.border-radius-none {
    border-radius: 0px !important;
}

.search-tyres .btn {
    padding: 6px 40px !important;
    font-size: 14px !important;
}

/************************************* Tyre Size Search Form ******************************/





/************************************* Infinite Carousal ******************************/



@keyframes slide-animate-forward {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

@keyframes slide-animate-reverse {
    from {
        transform: translateX(-100%);
    }

    to {
        transform: translateX(0%);
    }
}

.infinite-slider {
    overflow: hidden;
    background: white;
    white-space: nowrap;
    position: relative;
}

.infinite-slider:before,
.infinite-slider:after {
    position: absolute;
    top: 0;
    width: 100px;
    height: 100%;
    content: "";
    z-index: 2;
}

.infinite-slider:before {
    left: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), white);
}

.infinite-slider:after {
    right: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
}

.infinite-slider:hover .infinite-slider-slide {
    animation-play-state: paused;
}

.infinite-slider-slide {
    display: inline-block;
    padding: 10px 0px;
}

.infinite-slider-slide.forward {
    animation: 20s slide-animate-forward infinite linear;
}

.infinite-slider-slide.reverse {
    animation: 20s slide-animate-reverse infinite linear;
}

.infinite-slider-slide img {
    height: 50px;
    width: 160px !important;
    margin: 0 10px;
    background-color: white;
    box-shadow: 0px 0px 10px 5px #f2f2f2;
    object-fit: contain;
    border-radius: 30px;
    padding: 10px 20px;
}



/*********************************** Second Section ****************************/


section.second {
    padding: 50px 0px;
    background-color: var(--home-sections-bg);
}

section.second .container {
    /* border: 1px solid #eeeeee; */
}

section.second .row {
    padding: 20px 0px;
}

section.second .section-header {
    margin-bottom: 40px;
}

section.second .section-header h2 {
    font-size: 28px;
    font-weight: 600;
    margin: 0px;
}

section.second .section-header p small {
    font-size: 14px;
    font-weight: 500;
}

section.second .section-header p {
    font-size: 18px;
    font-weight: 300;
    color: #515151;
    font-family: "Bai Jamjuree", sans-serif;
    margin: 0px;
}

section.second .wcs-box {
    background-color: #fff;
    padding: 20px;
    box-shadow: 0px 0px 10px 2px #e6e6e6;
    height: 100%;
}

section.second .wcs-box .wcs-box-icon {
    display: inline-block;
    background: var(--theme-primary-color);
    padding: 10px 16px;
    font-size: 20px;
    color: #fff;
    border-radius: 10px;
    margin-bottom: 50px;
}

section.second .wcs-box .wcs-box-title {
    font-size: 18px;
    font-weight: 600;
}

section.second .wcs-box .wcs-box-description {
    font-size: 14px;
    color: #515151;
    text-align: left;
    font-weight: 300;
}


/*********************************** Second Section ****************************/

/*********************************** Third Section ****************************/

section.third {
    font-family: "Bai Jamjuree", sans-serif;
    padding: 50px 0px;
}

section.third .overlay {
    display: flex;
    justify-content: center;
    align-items: center;
}

section.third .quick-links-left .ql-box {
    position: relative;
}

section.third .quick-links-left .ql-box::before {
    content: "";
    position: absolute;
    width: 4px;
    height: 100%;
    background: #dedede;
    top: 0px;
}

section.third .quick-links-left .ql-box:first-child::before {
    content: "";
    position: absolute;
    width: 4px;
    height: 100%;
    background: var(--theme-primary-color);
    top: 0px;
}

section.third .quick-links-left .ql-content {
    padding: 25px 20px;
}


section.third .quick-links-left .ql-content .ql-title {
    font-size: 20px;
    color: #000;
    font-weight: 600;
}

section.third .quick-links-left .ql-content .ql-description {
    font-size: 16px;
    color: #474747;
    margin-bottom: 1rem;
}

section.third .quick-links-left .ql-content a {
    text-decoration: none;
    font-weight: 600;
}

section.third .quick-links-right {
    display: flex;
    align-items: center;
}

section.third .quick-links-right img {
    height: 400px;
    width: 100%;
    object-fit: cover;
    border: 4px solid #000;
    border-radius: 20px;
}

.bg-img1,
.bg-img2 {
    overflow: hidden !important;
}

.bg-img1 img,
.bg-img2 img {
    height: 301px !important;
    width: 100% !important;
    background-size: cover;
    overflow: hidden;
    display: block;
}

.bg-img1 div,
.bg-img2 div {
    padding: 0px;
}

.bg-img2,
.bg-img1 {
    height: 301px !important;
    width: 100%;
}

section.third .btn {
    font-size: 14px !important;
    font-weight: 600 !important;
    padding: 12px 30px !important;
    margin-top: 30px;
    border: 0px;
}

.bg-img1:hover div,
.bg-img2:hover div {
    z-index: 999 !important;
}

.bg-img1:hover img,
.bg-img2:hover img {
    transform: scale(1.2) !important;
    overflow: hidden !important;
    height: 301px !important;
    transition: 0.56s;
}

.bg-img1 h2,
.bg-img2 h2 {
    font-weight: 500;
    color: #ffffff;
    display: flex;
    font-size: 30px;
    padding: 0px 0px 0px 0px;
    text-shadow: 0px 5px 5px black;
}

.bg-img1 span,
.bg-img2 span {
    font-weight: 600;
    font-size: 14px;
    color: #fff;
}

.bg-img1 p,
.bg-img2 p {
    font-weight: 600;
    display: flex;
    font-size: 16px;
    margin: 0px;
    text-shadow: 0px 5px 5px black;
    color: #fff;
}

.bg-img1,
.bg-img2 {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.bg-img1 img,
.bg-img2 img {
    width: 100%;
    height: auto;
    display: block;
}

.bg-img1 .overlay,
.bg-img2 .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    z-index: 1;
}

.bg-img1 .content,
.bg-img2 .content {
    position: relative;
    z-index: 2;
}

/*********************************** Third Section ****************************/



/*********************************** Fourth Section ****************************/


section.fourth {
    font-family: "Bai Jamjuree", sans-serif;
    padding: 50px 0px;
}

section.fourth .row:first-child {
    /* padding: 60px 0px 0px 0px; */
}

section.fourth .row:first-child .col div h2 {
    font-weight: 600;
    font-size: 32px;
    margin: 0px;
}

section.fourth .row:first-child .col div p {
    font-weight: 500;
    font-size: 16px;
    font-family: "Open Sans", sans-serif !important;
    color: #878787;
}

section.fourth .row:first-child .col div h2,
section.fourth .row:first-child .col div p {
    display: flex;
    justify-content: center;
}

section.fourth .row.image-border .brand-image {
    margin: 10px !important;
    border: 2px solid #fff;
    padding: 5px;
}

section.fourth .row.image-border .brand-image:hover {
    border: 2px solid #fc5a34;
    transition: 0.5s;
}

section.fourth .row img {
    /* width: 100% !important; */
}


/*********************************** Fourth Section ****************************/




/*********************************** Fifth Section ****************************/


section.fifth {
    font-family: "Bai Jamjuree", sans-serif;
    padding: 50px 0px;
    color: #fff;
    /* background-image: url(../images/bg_2.jpg); */
    /* position: fixed; */
    /* background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover; */
}

section.fifth .container {
    /* padding: 120px 0px !important; */
    height: 350px;
}

section.fifth .vehicle-care-left {
    height: 100%;
    background: var(--theme-primary-color) url('../images/container-bg.png') no-repeat;
    background-size: cover;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    padding: 20px 150px 20px 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 25px;
}

section.fifth .vehicle-care-right {
    height: 100%;
}

section.fifth .vehicle-care-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

section.fifth h2 {
    /* color: #000 !important; */
    font-weight: bold;
    font-size: 36px;
    margin: 0px;
}

section.fifth p {
    /* color: #000 !important; */
    font-size: 20px;
    margin: 0px;
    padding: 0px 0px;
    font-weight: 300;
}

section.fifth a {
    background-color: #fff !important;
    color: var(--theme-primary-color) !important;
    margin-top: 15px;
    border-radius: 8px !important;
    font-size: 16px !important;
    padding: 12px 20px !important;
}

section.fifth .row:nth-child(2) .row .col p:first-child {
    color: #fc5a34;
    border: 2px solid #ffffff9f;
    border-radius: 5px;
    padding: 15px 10px;
    font-weight: bold;
    font-size: 25px;
    text-align: center;
}

section.fifth .row:nth-child(2) .row .col p {
    color: #ffffff9f;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
}

/*********************************** Fifth Section ****************************/


/*********************************** Sixth Section ****************************/

section.sixth {
    font-family: "Bai Jamjuree", sans-serif;
    background-color: var(--home-sections-bg);
}

section.sixth .row {
    padding: 50px 0px;
}

section.sixth .row.inside {
    padding: 30px 0px 0px 0px;
}

.home-p-tabs li {
    border-bottom: 1.2px solid #e1e1e1;
}

section.sixth .row .nav-tabs button {
    font-size: 18px;
    font-weight: 600;
    margin: 0px 40px -1px 0px;
    padding: 0px;
    color: #848484;
    padding: 5px 10px;
    border: none;
    border-bottom: 2px solid transparent;
    background-color: transparent;
}

section.sixth .row .nav-tabs li:last-child button {
    margin-right: 0px;
}

section.sixth .row .nav-tabs button.active,
section.sixth .row .nav-tabs button:hover {
    color: #fc5a34;
    border-bottom: 2px solid #fc5a34 !important;
    transition: width 0.5s linear, left 0.3s linear;
}

.products {
    font-family: "Bai Jamjuree", sans-serif;
    height: 100%;
    position: relative;
}

section.sixth .products {
    box-shadow: none !important;
}

.products .brand-logo {
    height: 35px;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
}

.products .brand-logo .image {
    height: 100%;
    width: auto !important;
    padding: 0px !important;
}

.products .product-item-icons {
    display: flex;
    justify-content: center;
    margin-top: -85px;
    padding-bottom: 27px;
}

.products .top-side {
    padding-bottom: 10px;
    position: absolute;
    z-index: 999;
    color: #fff;
    background-color: #fc5a34;
    margin: 0px;
    height: 34px;
    padding: 7px;
    left: 0%;
    top: 0px;
}

.products .product-item-icons i {
    padding: 15px;
    margin: 5px;
    color: #fff;
    font-size: 14px;
    border-radius: 50%;
    background-color: rgba(33, 33, 33, 0.7);
}

.products .product-body {
    padding: 15px;
    height: calc(100% - 285px);
    display: flex;
    flex-direction: column;
}

.products .product-body .product-meta {
    flex: 1 0 auto;
    margin-bottom: 10px;
}

.products .product-body .product-meta .product-title {
    width: 65%;
}

.products .product-body .product-meta .product-title h2 {
    white-space: normal;
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
    padding-top: 5px;
}

.products .product-body .product-meta .product-price {
    width: 35%;
    text-align: end;
    position: relative;
}

.products .product-body .product-meta .product-color {
    width: 70%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    font-weight: 500;
    color: gray;
}

.products .product-body .product-category {
    border: 1px solid #bebebe;
    height: fit-content;
    padding: 3px 10px;
    color: #a1a0a0;
    font-size: 14px;
    font-weight: 400;
}

.products .product-body .btn {
    padding: 3px 15px !important;
    display: flex;
    background-color: unset !important;
    border: 1px solid var(--theme-primary-color);
    color: var(--theme-primary-color) !important;
    text-transform: uppercase;
    border-radius: 0px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
}

.products .product-body .btn:hover {
    background-color: #fc5a34 !important;
    color: #fff !important;
}

.products .product-body img {
    height: 100%;
    width: 80px !important;
    background-color: #fff;
    margin: 0px !important;
}

.products .product-item-icons i:hover {
    background-color: #fc5a34;
}

.product-item-icons-left {
    font-size: 14px;
    margin-top: -190px;
    margin-left: 15px;
    padding-bottom: 50px;
    float: left;
    position: relative;
    z-index: 999;
}

.product-item-icons-left .icon-value {
    padding: 6px 6px 4px 6px;
    margin: 0px;
    font-size: 14px;
    border: 1px solid rgba(33, 33, 33, 13%);
}

.product-item-icons-left i {
    padding: 8px;
    margin: 5px 0px;
    background-color: rgba(33, 33, 33, 13%);
    color: #fff;
}

.product-item-icons-right {
    font-size: 14px;
    margin-top: -190px;
    margin-right: 15px;
    padding-bottom: 50px;
    float: right;
    position: relative;
    z-index: 999;
}

.product-item-icons-right i {
    padding: 10px;
    margin: 5px 0px;
    background-color: rgba(33, 33, 33, 13%);
    color: #fff;
}

.products {
    box-shadow: 0px 5px 10px rgb(175 173 173 / 50%);
    background-color: #fff;
}

.products img {
    height: 250px;
    width: 70% !important;
    margin: auto;
    display: flex;
    /* background-color: #f8f8f8; */
    object-fit: contain !important;

}

.products h2 {
    color: #333;
    font-size: 20px;
    font-weight: 600;
    padding: 0px 0px 0px 0px;
    margin: 0px;
    /* text-transform: uppercase; */
}

.products h2:hover {
    color: #fc5a34;
}

.products .stars i {
    font-size: 11px;
    color: #fc5a34;
}

.products .original-price {
    color: #787878;
    font-weight: 700;
    text-decoration: line-through;
    position: absolute;
    top: -18px;
    right: 0;
}

.products .sale {
    color: #0f910f;
    font-weight: 700;
    font-size: 20px;
}

.products .stock-qty {
    color: #0f910f;
    font-weight: 600;
    font-size: 14px;
}

.est-delivery {
    color: #0f910f;
    font-weight: 400;
    font-size: 14px;
}

section.sixth .nav-tabs {
    border: 0px;
    justify-content: center;
}

section.sixth .nav-tabs .nav-link.active,
section.sixth .nav-tabs .nav-link:hover {
    border: none !important;
    outline: none !important;
}

.nav-link {
    transition: none !important;
}

section.sixth .products img {
    background-color: unset;
    padding: 10px 0px;
}


/*********************************** Sixth Section ****************************/




/*********************************** Seven Section ****************************/

section.seven {
    font-family: "Bai Jamjuree", sans-serif;
    padding: 50px 0px;
}

section.seven .container {
    background: gray url(../images/container-bg-2.png) no-repeat center /cover;
    padding: 0px 40px !important;
    border-radius: 20px;
}

section.seven .row {
    padding: 75px 0px;
}

section.seven .row h2 {
    font-size: 35px;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 600;
    margin-bottom: 8px;
}

section.seven .row p {
    font-family: "Bai Jamjuree", sans-serif;
    font-size: 18px;
    color: #aeafb4;
    font-weight: 400;
    margin: 0px;
}

section.seven .btn:first-child {
    background-color: white !important;
    color: #3d3d3d !important;
    border-radius: 0px !important;
    border: none;
    font-size: 15px !important;
    font-weight: 600 !important;
    padding: 15px 20px !important;
    font-style: italic;
}

section.seven .btn:nth-child(2) {
    border-radius: 0px !important;
    padding: 15px 20px !important;
    border: none;
    font-size: 15px !important;
}

section.seven .btn:first-child:hover {
    color: #fc5a34 !important;
    background-color: #fff !important;
}

/*********************************** Seven Section ****************************/




/*********************************** Reviews Section ****************************/


section.reviews-section {
    padding: 0px;
}

section.reviews-section .section-header {
    margin-bottom: 40px;
}

section.reviews-section .section-header h2 {
    font-size: 28px;
    font-weight: 600;
    margin: 0px;
    font-family: "Bai Jamjuree", sans-serif;
}

section.reviews-section .section-header p small {
    font-size: 16px;
    font-weight: 600;
}

section.reviews-section .section-header p {
    font-size: 18px;
    font-weight: 400;
    color: #515151;
    font-family: "Bai Jamjuree", sans-serif;
    margin: 0px;
}


/*********************************** Reviews Section ****************************/



/*********************************** Eight Section ****************************/


section.eight {
    font-family: "Bai Jamjuree", sans-serif;
    padding: 50px 0px;
    background-color: var(--home-sections-bg);
}

section.eight .section-header {
    margin-bottom: 40px;
    text-align: left;
}

section.eight .section-header h2 {
    font-size: 26px;
    font-weight: 600;
    margin: 0px;
}

section.eight .section-header p small {
    font-size: 15px;
    font-weight: 600;
}

section.eight .section-header p {
    font-size: 17px;
    font-weight: 400;
    color: #515151;
    font-family: "Bai Jamjuree", sans-serif;
    margin: 0px;
}

/* section.eight h2 {
    font-family: "Bai Jamjuree", sans-serif;
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    margin: 0px;
    padding: 0px;
} */

section.eight p {
    padding: 0px 0px 0px 0px;
    margin-bottom: 20px;
}

section.eight p.limit-text-lines {
    font-family: "Open Sans", sans-serif;
}

section.eight h3 {
    font-family: "Bai Jamjuree", sans-serif;
    font-size: 24px;
    font-weight: 600;
    padding: 0px;
}

section.eight .all-posts-btn {
    font-size: 16px !important;
    padding: 8px 20px !important;
    font-weight: 400 !important;
}

section.eight span,
section.eight p {
    font-size: 16px;
}

section.eight p {
    color: #787878;
}

section.eight span {
    color: #333;
}

section.eight .animated-image {
    overflow: hidden !important;
    background-color: #fff;
    border-radius: 12px;
}

section.eight .blog img {
    height: 250px;
    width: 100%;
    transform: scale(1);
    background-size: cover;
    transition: 0.3s;
    object-fit: cover;
}

section.eight .blog img:hover {
    transform: scale(1.2);
    background-size: cover;
    transition: 0.3s;
}

section.eight .blog .btn {
    color: #fc5a34;
    font-weight: bold;
    font-family: "Bai Jamjuree", sans-serif;
    text-transform: uppercase;
    font-size: 18px !important;
    padding: 0px;
}

section.eight .row button.active,
section.eight .row button:hover {
    color: #fc5a34;
    border-bottom: 2px solid #fc5a34 !important;
    border-radius: 0px !important;
}

section.eight .blog-line {
    color: var(--theme-primary-color);
    font-size: 16px;
    font-weight: 600;
}

section.eight .blog-line:hover {
    /* color: #fc5a34;
    font-weight: 500;
    border-bottom: 1px solid #fc5a34 !important; */
}

section.eight .blog .blog-arrow i {
    transform: rotateZ(-45deg);
    color: var(--theme-primary-color);
}

section.eight .blog .blog-adt p {
    font-size: 14px;
    margin: 0px;
    line-height: 1.6;
}

section.eight .blog .blog-adt p strong {
    font-weight: 600;
    color: #000;
    font-size: 14px;
}

/*********************************** Eight Section ****************************/



/************************************* Navbar ************************************/


nav {
    font-size: 17px;
    display: flex;
}

.navbar-nav .nav-link {
    content: "___" !important;
    position: relative;
    display: flex;
    padding: 12px 14px !important;
}

li {
    position: relative;
    display: flex !important;
}

header .btn-search {
    outline: none;
}

.submenu {
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 70px !important;
    padding: 10px;
    visibility: hidden;
    z-index: 999;
    padding: 0px;
    background-color: #fff;
    /* color: #c4272e; */
    font-family: "Open Sans", sans-serif;
    width: 220px;
    box-shadow: 0px 0px 3px 1px rgba(235, 235, 235, 0.817);
}

li:hover ul.submenu {
    opacity: 1;
    top: 52px !important;
    visibility: visible;
}

.submenu li {
    float: none !important;
}

.submenu li a {
    color: black;
    padding: 10px;
    font-size: 14px !important;
    font-weight: 400 !important;
}

.submenu li:hover {
    transition: all 0.1s !important;
    /* color: #fc5a34; */
    border-radius: 0px;
}

.submenu li:hover a {
    color: #fc5a34 !important;
}

.dropdownmenu ul {
    list-style: none;
}

.dropdownmenu ul li a {
    color: #000 !important;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.dropdownmenu ul li:hover ul li a {
    color: black !important;
}

.dropdownmenu ul li:hover a {
    color: #fc5a34 !important;
}

.navbar-nav .nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 45%;
    width: 0;
    height: 1.3px;
    background-color: #fc5a34;
    transition: width 0.5s linear, left 0.3s linear;
    transform: translateX(-50%);
}

.navbar-nav .nav-link:hover:after {
    width: 50%;
    left: 45%;
    transition: width 0.5s ease, left 0.3s ease;
}

.dropdownmenu ul li.nav-items:hover a.nav-links {
    color: #fff !important;
    font-size: 18px;
    font-weight: 600;
}

.dropdownmenu li {
    float: left;
    position: relative;
}

.dropdownmenu a {
    display: block;
    text-decoration: none;
    transition: all 0.1s ease;
}

.dropdownmenu ul {
    transition: all 0.3s ease;
}

.dropdownmenu a {
    color: black !important;
}

.dropdownmenu li ul li a {
    color: black !important;
}

li ul li a:hover {
    color: white !important;
}

.navbar-light .navbar-toggler {
    border: 0px !important;
    color: #000 !important;
}

.dropdown-toggle::after {
    display: none !important;
}

/****************************** Navbar *******************************/





/******************************* Footer *****************************/


footer {
    font-family: "Bai Jamjuree", sans-serif;
    background-color: #fff;
}

footer .row:first-child {
    padding: 70px 0px 50px 0px;
}

footer .logo {
    width: 200px;
    margin-bottom: 40px;
}

footer .row ul {
    padding: 0px;
}

footer .row a {
    font-family: "Bai Jamjuree", sans-serif;
    text-decoration: none !important;
    color: #636161 !important;
    font-weight: 600;
    padding-bottom: 10px;
    font-size: 16px;
}

footer .btn-branch-locator {
    font-weight: 600 !important;
    font-size: 14px !important;
}

footer .row a:hover {
    color: #fc5a34 !important;
    font-weight: 600;
}

footer .row i {
    color: #fc5a34;
}

footer .row span {
    font-family: "Open Sans", sans-serif;
    color: #000;
    font-size: 14px;
    font-weight: 400;
}

footer .row h2 {
    font-size: 13px;
    font-weight: 600;
    color: #888888;
    padding: 0px 0px 6px 0px;
}

footer .row .social-icons i {
    padding: 5px;
    font-size: 18px;
    color: var(--theme-primary-color);
}

footer .row .social-icons a:first-child i {
    padding-left: 0px;
}

footer .row:last-child {
    padding: 35px 0px;
}

.border-top-footer {
    border-color: #eaeaea !important;
    border-top: 1px solid;
}

footer .row:last-child span {
    font-size: 15px;
    font-weight: 400;
    color: #888888;
}

footer .pay-methods img {
    border: 1px solid #e8e8e8;
    padding: 2px;
}

/******************************* Footer *****************************/





@media (max-width: 1400px) {
    header .top-bar span {
        font-size: 12px !important;
    }
}

@media (min-width: 1400px) {
    .search-tyres .bordered {
        margin-left: auto;
        width: 80%;
    }

    .s-years-icon i {
        top: 0px !important;
    }
}

@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        /* max-width: 1140px !important; */
        padding: 0px !important;
    }
}

@media (max-width: 1199px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 100% !important;
    }
}

@media (max-width: 992px) {
    .row {
        width: 100% !important;
        margin: 0px !important;
    }

    .container {
        margin: 0px !important;
    }

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 100% !important;
    }

    .col-md-7 {
        width: 58.33333333% !important;
    }

    .col-md-5 {
        width: 41.66666667% !important;
    }

    .navbar-nav .nav-link {
        padding: 12px 11px !important;
    }

    .navbar-nav .nav-link:not(.dropdown-toggle) {
        display: block;
        width: 100%;
    }

    header.mobile {
        display: block;
        border-bottom: 2px solid var(--theme-primary-color);
    }

    header.desktop {
        display: none;
    }

    h3,
    h4 {
        font-size: 18px !important;
    }

    /********************************* Header ********************************/


    header .top-bar span {
        font-size: 12px !important;
        text-align: center !important;
    }

    header.mobile button.btn {
        padding: 5px 20px !important;
        border: 0px !important;
        border-radius: 0px !important;
    }

    header.mobile form {
        width: 75%;
        padding-top: 10px;
    }

    header.mobile .middle-section div {
        padding: 0px 5px;
    }

    header .middle-section .bordered i {
        padding: 0px;
        margin-top: 0px;
    }

    header.mobile .modal form {
        width: 50%;
    }

    header.mobile button.btn:active,
    header.mobile button.btn:hover {
        background-color: #fc5a34 !important;
        color: #fff !important;
    }

    header.mobile input {
        border-radius: 0px !important;
    }

    header.mobile .dropdownmenu ul li a {
        font-size: 14px;
        font-weight: 400;
        line-height: 2.1rem !important;
    }

    header.mobile .dropdownmenu ul li a:active {
        color: #fc5a34;
    }

    header.mobile .dropdownmenu ul li a::after {
        content: none;
    }

    header.mobile .dropdown {
        display: block !important;
    }

    header.mobile ul.dropdown-menu.show {
        display: flex;
        flex-direction: column;
        border: 0px;
        padding: 0px 0px 20px 0px;
    }

    header.mobile ul.dropdown-menu.show li {
        border: 0px;
        padding: 0px 20px;
    }

    header.mobile ul.dropdown-menu.show li a {
        border-bottom: 1px solid lightgray;
        padding: 10px 0px;
        justify-content: space-between;
    }

    header.mobile ul li.dropdown a.dropdown-toggle {
        justify-content: space-between;
    }

    header.mobile ul.dropdown-menu.show li:last-child a {
        border-bottom: 0px;
    }

    button.float-right {
        float: right;
        font-size: 30px;
        padding: 0px 20px;
    }

    header.mobile {
        display: block;
    }

    /* header.mobile a.navbar-brand {
        width: 50%;
    } */

    header.mobile a.navbar-brand img {
        width: 40%;
    }

    header.mobile ul.navbar-nav {
        padding: 0px 20px 15px;
    }

    header.mobile .head-contact-number {
        padding: 0px 20px 15px;
        text-align: center;
        font-size: 14px;
        font-weight: 400;
    }

    .container,
    .container-fluid,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        padding: 0px !important;
    }

    header.mobile .icons {
        display: flex;
        justify-content: center;
    }

    header.mobile .icons i:first-child {
        padding: 20px 23px;
    }

    header.mobile .icons i {
        padding: 20px;
        margin: 20px 10px;
        box-shadow: 0 0px 10px rgba(161, 161, 161, 0.58);
        border-radius: 50%;
        background-color: #fff;
        color: #c4272e;
    }

    header.mobile nav ul li {
        border-bottom: 1px solid rgba(0, 0, 0, 0.106);
    }

    header.mobile nav ul li a {
        color: #000 !important;
    }

    header.mobile .navbar-nav .nav-link::after {
        left: 50%;
    }

    header.mobile li:hover ul.submenu {
        left: 0% !important;
        width: 100%;
    }

    .mobile .dropdownmenu ul {
        background: transparent;
    }

    .mobile .navbar-collapse.show {
        left: 0;
        width: 80%;
        position: fixed;
    }

    .navbar-toggler:focus,
    .navbar-toggler:active,
    .navbar-toggler-icon:focus {
        outline: none !important;
        box-shadow: none !important;
        border: none !important;
    }

    .mobile .navbar-toggler {
        position: relative;
    }

    .mobile .navbar-toggler-icon {
        display: inline-block;
        font-size: 1rem;
    }

    .mobile .navbar-collapse {
        position: fixed;
        overflow-y: auto;
        top: 0px;
        width: 100%;
        z-index: 9999;
        left: -1000px;
        height: 100%;
        width: 100%;
        padding: 15px 0px;
        background-color: #fff;
        box-shadow: -2px 0 5px rgba(0, 0, 0, 0.5);
        transition: left 0.4s ease;
    }

    .mobile .navbar-collapsing {
        transition: left 0.4s ease !important;
    }




    /********************************* Header ********************************/

    /******************************* TOP Section *****************************/


    .top-section {
        padding: 0px;
    }

    .top-section .row .width-1 {
        width: 100% !important;
        padding: 0px;
    }

    .top-section .row div.text-uppercase img {
        padding: 68px 22px;
    }

    .top-section .row .width-1 .col-sm-12:last-child {
        width: 100% !important;
    }

    .top-section .row .width-2 {
        width: 85% !important;
        padding: 10px 5px;
        margin: auto;
    }



    /****************************** TOP Section ***************************/


    /***************************** Second Section **************************/

    section.second .col {
        width: 50%;
        padding: 10px 10px;
    }

    section.third .bg-img1 h2,
    section.third .bg-img2 h2 {
        font-size: 35px;
    }


    /***************************** Second Section **************************/
    section.fourth .row img {
        /* width: 80% !important;
        display: flex;
        justify-content: center !important; */
    }

    section.fourth .row .brand-image {
        display: flex;
        justify-content: center !important;
    }


    /***************************** third Section **************************/


    section.third .overlay {
        justify-content: flex-start;
    }

    section.third .bg-img1 div,
    section.third .bg-img2 div {
        padding: 26px 15px;
    }

    section.third .bg-img1,
    section.third .bg-img2 {
        height: 250px !important;
        width: 100%;
        margin: 0px !important;
    }

    section.third .bg-img1 h2,
    section.third .bg-img2 h2 {
        font-size: 30px;
    }

    section.third .bg-img1 p,
    section.third .bg-img2 p {
        font-size: 14px;
    }

    section.third .quick-links-right {
        margin-top: 20px;
    }

    /***************************** third Section **************************/

    section.sixth .row.inside>.col {
        margin-bottom: 20px;
    }

    section.seven .row p {
        text-align: center;
    }

    section.seven .col-sm-12 {
        width: 100% !important;
        margin: auto;
        text-align: center;
        justify-content: center;
    }

    section.seven .col-sm-12 .d-sm-flex {
        display: block;
        padding: 10px 0px;
        margin: auto;
        width: 80%;
    }

    section.seven .col-sm-12 .d-sm-flex .btn {
        width: 100%;
    }


    .products {
        padding: 0px 0px 15px 0px !important;
    }

    section.eight .blog img {
        object-fit: cover;
        height: 160px;
    }

    footer .d-flex.justify-content-lg-end {
        justify-content: end;
    }
}

@media (max-width: 550px) {

    .overlay-search-bar-product {
        width: 100% !important;
    }

    .search-bar .overlay-search-bar-product .search-p-img {
        width: 40%;
    }

    .search-bar .overlay-search-bar-product .search-p-title {
        width: 60%;
    }

    header.mobile a.navbar-brand img {
        width: 80%;
    }

    header .top-bar span {
        font-size: 10px !important;
        text-align: center !important;
        font-weight: 500 !important;
    }

    header .top-bar {
        padding: 4px 0px;
    }

    header .top-bar .slabs {
        border-right: 1px solid #fff;
    }

    .col-sm-6 {
        width: 50% !important;
    }

    .col-sm-12 {
        width: 100% !important;
    }

    /***************************** Top Section **************************/

    .top-section .row div.text-uppercase img {
        padding: 36px 0px;
    }

    .top-section .row div.text-uppercase p {
        font-size: 13px;
    }

    .top-section .row div.text-uppercase h1 {
        font-size: 25px !important;
    }

    .top-section .btn {
        font-size: 15px !important;
        padding: 8px 30px !important;
    }


    /***************************** Top Section **************************/

    /***************************** Second Section **************************/

    section.second {
        padding: 20px;
    }

    section.second .col {
        width: 100% !important;
        flex: none;
        padding: 10px 0px;
    }



    section.second .row {
        padding: 0px;
    }

    .section-header {
        margin-bottom: 10px !important;
    }

    section.second .row,
    .top-section .row,
    section.third .row,
    section.fourth .row,
    section.fifth .row,
    /* section.sixth .row, */
    section.seven .row,
    section.eight .row {
        --bs-gutter-x: 0rem !important;
    }

    /***************************** Second Section **************************/
    /***************************** Third Section **************************/

    section.third {
        padding: 20px;
    }

    section.third .bg-img1 div,
    section.third .bg-img2 div {
        padding: 26px 15px;
    }

    section.third .bg-img1 span,
    section.third .bg-img2 span {
        font-size: 14px;
    }

    section.third .bg-img1 p,
    section.third .bg-img2 p {
        font-size: 14px;
    }

    section.third .bg-img1 h2,
    section.third .bg-img2 h2 {
        font-size: 25px;
    }

    section.third .btn {
        margin-top: 15px !important;
    }

    section.third .bg-img1,
    section.third .bg-img2 {
        height: 250px !important;
        width: 100%;
    }

    /***************************** Third Section **************************/



    /***************************** Fourth Section **************************/


    section.fourth .row:first-child .col div h2 {
        text-align: center;
        font-size: 24px !important;
    }

    /***************************** Fourth Section **************************/



    /***************************** Fifth Section **************************/

    section.fifth {
        min-height: 300px;
    }

    section.fifth .container {
        padding: 0px 20px !important;
    }

    section.fifth h2 {
        font-size: 26px;
        font-weight: 600;
        text-align: left;
    }

    section.fifth p {
        /* text-align: center; */
        font-size: 16px;
    }

    section.fifth .btn {
        display: block;
        margin: auto;
        width: 100%;
        padding: 10px 20px !important;
    }

    /***************************** Fifth Section **************************/
    /***************************** Sixth Section **************************/


    section.sixth .row .nav-tabs button {
        padding: 5px 0px;
        margin: 0px 15px;
        font-size: 18px;
    }

    section.sixth .products {
        padding: 15px 0px !important;
        margin-bottom: 0px;
    }

    .row.inside {
        padding: 0px !important;
    }

    /***************************** Sixth Section **************************/
    /***************************** Seven Section **************************/


    section.seven {
        padding-top: 0px !important;
        padding-bottom: 20px !important;
    }

    section.seven .container {
        background: #353535e6 url(../images/home/container-bg-2-mob.png) no-repeat center / cover;
        background-blend-mode: multiply;
    }

    section.seven .section-header {
        padding: 0px 20px;
    }

    section.seven .container {
        border-radius: 0px !important;
    }

    section.seven .row {
        padding: 60px 0px;
    }

    section.seven .row h2 {
        font-size: 25px;
        text-align: left;
        margin-bottom: 18px;
    }

    section.seven .row p {
        font-size: 18px;
        text-align: left;
        padding-bottom: 20px;
        color: #fff;
    }

    .d-sm-flex {
        display: flex;
    }

    section.seven .d-sm-flex {
        justify-content: center;

    }

    section.seven .col-sm-12 .d-sm-flex {
        margin: unset;
        width: 100%;
    }

    section.seven .d-sm-flex button.btn {
        padding: 10px !important;
        margin: 5px;
    }



    /***************************** Seven Section **************************/
    /***************************** Eight Section **************************/

    section.eight {
        padding: 50px 0px 0px 0px !important;
    }

    section.eight h2 {
        font-size: 25px;
    }

    section.eight h3 {
        font-size: 22px;
    }

    section.eight .blog {
        padding: 0px 0px 50px 0px !important;
    }

    section.eight .blog img {
        object-fit: cover;
        height: 250px;
    }

    /***************************** Eight Section **************************/
    footer .row:first-child {
        padding: 40px 0px 30px 0px !important;
    }

    footer .row {
        /* text-align: center; */
    }

    footer .row ul li {
        display: flex;
        justify-content: start;
    }

    footer .row.border-top-footer .d-flex.justify-content-lg-end {
        display: flex;
        justify-content: start;
        padding: 15px 0px 0px 0px;
    }

}










/***************************************************** Shop Page *********************************/
/***************************************************** Shop Page *********************************/


.shop-top-section {
    font-family: "Bai Jamjuree", sans-serif;
}

.shop-top-section {
    padding: 70px 0px;
}

.shop-top-section .w-20 {
    width: 20%;
    display: flex;
    align-items: center;
}

.shop-top-section .w-15 {
    width: 15%;
    display: flex;
    align-items: center;
}

.shop-top-section h2 {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    padding-bottom: 5px;
}

.shop-top-section .btn {
    background-color: #fc5a34 !important;
    color: white !important;
    border-radius: 5px !important;
    font-size: 16px !important;
    justify-content: center;
    font-weight: 600 !important;
    padding: 9px 40px !important;
}

.shop-top-section select {
    margin-top: 14px;
}

.shop-top-section .btn:hover {
    background-color: #fff !important;
    color: #000 !important;
}

.shop-top-section .row .width-2 {
    width: 100% !important;
}

.shop-top-section .row div.text-uppercase p {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 17px;
    color: #474747 !important;
}

.shop-top-section .row .bordered {
    border: 1px solid #fc5a34;
    background-color: #f8f8f8;
}

.shop-top-section .row .bordered label {
    font-size: 20px !important;
    font-weight: 600 !important;
}

.shop-top-section .row .bordered .inner-section .btn.my-5 {
    margin: 0px;
    font-weight: 600 !important;
    font-size: 15px !important;
    background-color: #fff;
}

.shop-top-section .row .bordered option {
    /* font-size: 18px; */
}

.shop-top-section .row .bordered .input-group-text {
    border-radius: 0px;
    padding: 10px 20px !important;
    background-color: #cdcdcd;
    color: #000;
    font-weight: 600;
}

.shop-top-section .row .bordered .form-control {
    border-radius: 0px !important;
}

.shop-top-section .row .fd-radio {
    list-style-type: none;
    padding: 0px;
    margin: 0px !important;
    width: 100%;
    font-weight: 600;
    display: flex;
    z-index: 0;
}

.shop-top-section .row .fd-radio li {
    float: left;
    margin: 0 0px 0 0;
    width: 100%;
    justify-content: space-between;
    display: flex;
    height: 40px;
    background-color: #fff;
    color: #000;
    position: relative;
    border: 0px !important;
    outline: none;
}

.shop-top-section .row .fd-radio li label {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px !important;
    cursor: pointer;
}

.shop-top-section .row .fd-radio label,
.shop-top-section .row .fd-radio input {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
}

.shop-top-section .row .fd-radio input[type="radio"] {
    opacity: 0.01;
    z-index: 100;
}

.shop-top-section .row .fd-radio input[type="radio"]:checked+label,
.shop-top-section .row .Checked+label {
    background: #fc5a34;
    color: #fff;
    border: 0px !important;
    outline: none;
}

.shop-top-section .row .fd-radio label {
    padding: 5px;
    border: 1px solid #CCC;
    cursor: pointer;
    z-index: 90;
}

.shop-top-section .row .fd-radio label:hover {
    background: #DDD;
}

section.shop-products {
    font-family: "Bai Jamjuree", sans-serif !important;
}

section.shop-products .row.inside {
    padding: 50px 0px 50px 0px;
}

section.shop-products select {
    padding: 10px 20px;
    font-size: 16px !important;
    color: #787878;
    border-radius: 0px;
    width: 100% !important;
    border: 1px solid #dfdfdf;
    background-color: #fff;
}

section.shop-products .top-side {
    top: 0px;
}

section.shop-products .product-item-icons i:hover {
    background-color: #fc5a34;
}

section.shop-products img {
    height: 200px;
    width: 75% !important;
    padding: 10px 0px;
}

section.shop-products .product-item-icons-left {
    padding-bottom: 0px !important;
    margin-top: -165px !important;
}

section.shop-products .product-item-icons-right {
    padding-bottom: 0px !important;
    margin-top: -165px !important;
}

section.shop-products .products .product-body {
    height: calc(100% - 235px) !important;
}

section.shop-products .search-product {
    border: 1px solid #eee;
    background: #f8f8f8;
    /* margin-bottom: 40px; */
    display: flex;
}

section.shop-products .search-product input {
    border: 0px !important;
    width: 100%;
    background: #f8f8f8;
    padding: 15px 20px;
    height: 2.55rem;
    margin: 0px;
}

section.shop-products .search-product i {
    padding: 0px 20px;
    display: flex;
    align-items: center;
    font-size: 20px;
}

section.shop-products .category {
    padding: 50px 25px;
    border: 1px solid #eee;
}

section.shop-products .row div.category h5 {
    font-size: 20px;
    font-weight: bold;
}

section.shop-products .row div.category ul {
    padding: 20px 0px 0px 0px;
    margin: 0px;
}

section.shop-products .row div.category ul li a {
    font-family: "Open Sans", sans-serif;
    text-decoration: none;
    color: #787878;
    padding: 5px 0px;
    font-weight: 400;
    font-size: 14px;
}

section.shop-products .row div.category ul li a:hover {
    color: #fc5a34;
}

section.shop-products .row div.category ul li a.active {
    color: #fc5a34;
    font-weight: 700;
}

section.shop-products .wrapper {
    position: relative;
    background-color: #ffffff;
    padding: 0px 0px 20px 0px;
    border-radius: 10px;
}

section.shop-products .wrapper button {
    background-color: #fc5a34;
    color: #fff;
    padding: 12px 40px;
    font-weight: bold;
    font-size: 18px;
}

section.shop-products .wrapper button:hover {
    background-color: #fc5a34 !important;
    color: #fff !important;
}

section.shop-products .wrapper .container {
    position: relative;
    width: 100%;
}

section.shop-products .wrapper h2 {
    font-size: 16px;
    font-weight: 600;
}

section.shop-products input[type="range"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    outline: none;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    background-color: transparent;
    pointer-events: none;
}

section.shop-products .slider-track {
    width: 100%;
    height: 5px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    border-radius: 5px;
}

section.shop-products input[type="range"]::-webkit-slider-runnable-track {
    -webkit-appearance: none;
    height: 5px;
}

section.shop-products input[type="range"]::-moz-range-track {
    -moz-appearance: none;
    height: 5px;
}

section.shop-products input[type="range"]::-ms-track {
    appearance: none;
    height: 5px;
}

section.shop-products input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 1em;
    width: 1em;
    background-color: #fc5a34;
    cursor: pointer;
    margin-top: -6px;
    pointer-events: auto;
    border-radius: 10%;
}

section.shop-products input[type="range"]::-moz-range-thumb {
    height: 1.7em;
    width: 1.7em;
    cursor: pointer;
    border-radius: 50%;
    background-color: #fc5a34;
    pointer-events: auto;
    border: none;
}

section.shop-products input[type="range"]::-ms-thumb {
    appearance: none;
    height: 1.7em;
    width: 1.7em;
    cursor: pointer;
    border-radius: 50%;
    background-color: #fc5a34;
    pointer-events: auto;
}

section.shop-products .values {
    font-weight: 500;
    font-size: 16px;
    color: #787878;
    padding-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 0px;
}

@media (max-width: 992px) {

    .navbar>.container-fluid {
        flex-wrap: nowrap !important;
    }

    header .middle-section .n-items {
        left: 24px;
    }

    .shop-top-section {
        padding: 30px 0px;
    }

    section.shop-products .mobile-hide {
        display: none;
    }

    section.shop-products .tablet-full.col-sm-12 {
        width: 100%;
    }

    section.shop-products .tablet-full .row:first-child {
        padding: 10px 0px;
    }

    section.shop-products .products .product-body {
        height: calc(100% - 335px) !important;
    }

    section.shop-products img {
        height: 300px;
    }

    section.shop-products .products {
        padding-bottom: 40px;
    }

    section.shop-products .row.inside {
        padding: 0px;
    }
}

@media (max-width: 550px) {
    section.shop-products .col-sm-5 {
        width: 41.66666667% !important;
    }

    section.shop-products .col-sm-7 {
        width: 58.33333333% !important;
    }

    section.shop-products select {
        padding: 10px !important;
    }

    .shop-top-section .w-20,
    .shop-top-section .w-15,
    .shop-top-section .w-25 {
        width: 100% !important;
        padding: 0px;
    }

    .shop-top-section .btn {
        margin: 15px 0px !important;
    }

    .shop-top-section .row,
    .shop-products .row {
        --bs-gutter-x: 1.5rem !important;
    }

    section.shop-products .products .product-body {
        height: calc(100% - 265px) !important;
    }

    section.shop-products img {
        height: 230px;
    }
}

/***************************************************** Shop Page *********************************/
/***************************************************** Shop Page *********************************/



/***************************************************** Product Page *********************************/
/***************************************************** Product Page *********************************/

section.product-page {
    font-family: "Bai Jamjuree", sans-serif;
}

section.product-page {
    background-color: #f6f6f6;
}

section.product-page .product {
    padding: 30px;
    background-color: #fff;
}

section.product-page .row.product .col-sm-12:last-child {
    padding-left: 50px;
}

section.product-page .product h1 {
    font-size: 28px;
    font-weight: bold;
    line-height: 40px;
}

section.product-page .stock-qty {
    color: #0f910f;
    font-weight: 600;
    font-size: 14px;
}

section.product-page .product .stars {
    /* padding-top: 15px; */
}

section.product-page .product .stars i {
    font-size: 12px;
    color: #fc5a34;
}

section.product-page .product .stars span {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
}

section.product-page .top-side {
    padding-bottom: 10px;
    position: absolute;
    z-index: 999;
    color: #fff;
    background-color: #fc5a34;
    margin: 0px;
    line-height: 1rem;
    padding: 7px;
    left: 7%;
    top: 15px;
}

section.product-page .view-product-icons {
    display: flex;
}

section.product-page .view-product-icons i {
    padding: 10px;
    background-color: rgba(33, 33, 33, 13%);
    margin: 0px 5px;
    font-size: 20px;
}

section.product-page .view-product-icons .icon-value {
    padding: 0px 10px;
    margin: 0px 5px;
    font-size: 20px;
    border: 1px solid rgba(33, 33, 33, 13%);
}

section.product-page .product img {
    width: 100%;
    height: 400px;
    object-fit: contain;
    background-size: cover;
    background-color: #fff;
}

section.product-page .product .original-price {
    color: #787878;
    font-weight: 500;
    padding-right: 10px;
    text-decoration: line-through;
    font-size: 20px;
}

section.product-page .product .sale {
    color: #333;
    font-weight: 600;
    font-size: 24px;
}

section.product-page .product p {
    font-family: "Open Sans", sans-serif;
    color: #757575;
    font-size: 15px;
}

.counter {
    font-family: "Open Sans", sans-serif;
    background-color: #eeeeee;
    font-size: 15px;
    display: flex;
}

.counter span {
    display: flex;
    font-size: 20px;
    padding: 0px 10px;
    justify-content: center;
    align-items: center;
}

.counter span i {
    color: #757575;
    font-size: 15px;
}

section.product-page button {
    font-family: "Open Sans", sans-serif;
    background-color: #fc5a34;
    color: #fff;
    padding: 12px 40px !important;
    font-weight: 400 !important;
    font-size: 15px !important;
    /* margin: 0px 10px !important; */
}

section.product-page button:hover {
    background-color: #fc5a34 !important;
    color: #fff !important;
}

section.product-page .product .meta-data {
    font-family: "Open Sans", sans-serif;
    color: #757575;
    font-size: 15px;
    padding: 10px 0px;
}

section.product-page .product .meta-data .d-flex {
    padding: 5px 0px;
}

section.product-page .product .meta-data strong {
    width: 100px;
}

.product-details {
    background-color: #f6f6f6;
    font-family: "Bai Jamjuree", sans-serif;
}

.product-details .row .nav-tabs button {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 20px;
    margin: 0px 5px 0px 0px;
    color: #333;
    border-radius: 0px;
}

.product-details .row .nav-tabs button.active,
.product-details .row .nav-tabs button:hover {
    color: #fc5a34;
    transition: width 0.5s linear, left 0.3s linear;
    background-color: #fff;
    padding: 10px 20px;
    margin: 0px 5px 0px 0px;
}

.product-details .row .nav-tabs button.active {
    border-top: 2px solid #fc5a34 !important;
}

.product-details .nav-tabs .nav-link.active,
.product-details .nav-tabs .nav-link:hover {
    border: none !important;
    outline: none !important;
}

.product-details .tab-content {
    background-color: #fff;
    padding: 50px 30px;
}

.product-details .tab-content #description p,
.product-details .tab-content #description ol {
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    color: #787878;
    line-height: 1.7rem;
}

.product-details .tab-content table {
    width: 100%;
}

.product-details .tab-content table tr td {
    width: 50%;
    border: 1px solid lightgray;
    padding: 7px;
}

.product-details .tab-content #review img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.product-details .tab-content #review {
    font-family: "Open Sans", sans-serif;
}

.product-details .tab-content #review i.fa-star {
    font-size: 12px;
    color: #fc5a34;
}

.product-details .tab-content #review .border-bottom {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 30px;
}

.product-details .tab-content #review h3 {
    font-size: 20px;
    font-weight: 700;
    color: #757575;
}

.product-details .tab-content #review textarea,
.product-details .tab-content #review input {
    width: 100%;
    border: 1px solid #d2d2d2 !important;
    margin: 10px 0px;
    font-weight: 400;
    padding: 15px;
    outline: none;
    color: #757575;
}

.product-details .tab-content #review button {
    background-color: #000000af !important;
    text-transform: uppercase;
    font-size: 18px !important;
    font-family: "Bai Jamjuree", sans-serif;

}

.product-details .tab-content #review button:hover {
    background-color: #fc5a34 !important;
    color: #fff !important;
}

.smaller-font {
    font-size: 14px !important;
    color: #787878 !important;
}

.more-related-products {
    background-color: #f6f6f6;
    padding: 50px;
    font-family: "Bai Jamjuree", sans-serif;
}

.more-related-products .row.inside {
    background-color: #fff;
    padding: 30px !important;
}

@media (max-width: 992px) {
    section.product-page .row.product .col-sm-12:last-child {
        padding-left: 20px !important;
    }

    .more-related-products {
        padding: 50px 0px;
    }
}

@media (max-width: 550px) {
    section.product-page .row.product .col-sm-12:last-child {
        padding-left: 0px !important;
    }

    section.product-page .product img {
        height: 250px;
    }

    section.product-page .product h1 {
        font-size: 22px;
    }

    section.product-page .product .sale {
        font-size: 22px;
    }

    section.product-page .product .original-price {
        font-size: 18px;
    }

    section.product-page .product .stars {
        padding-top: 0px;
    }

    section.product-page .product .meta-data {
        font-size: 13px !important;
    }

    /* .product-details {
        padding: 20px;
    } */

    .product-details .row .nav-tabs button {
        font-size: 16px;
        padding: 10px !important;
    }

    .more-related-products {
        padding: 10px 0px 0px 0px;
    }

    .more-related-products .row.inside {
        padding: 30px 30px 0px 30px !important;
    }

    .product-details #review .w-50 {
        width: 100% !important;
    }
}

/***************************************************** Product Page *********************************/
/***************************************************** Product Page *********************************/



/***************************************************** Wheel Page *********************************/
/***************************************************** Wheel Page *********************************/


section.wheels {
    padding: 50px 0px;
    font-family: "Bai Jamjuree", sans-serif;
}

section.wheels .row:first-child h1 {
    font-size: 38px;
    font-weight: bold;
    text-align: center;
    padding: 20px 0px 0px 0px;
    margin: 0px;
}

section.wheels .row:first-child p {
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 40px;
    color: #878787;
    text-align: center;
}

section.wheels .row:last-child {
    border: 1px solid #eeeeee;
}

.features-row-p {
    padding: 20px 30px !important;
}

section.wheels ul li {
    display: list-item !important;
    list-style: disc;
    padding: 10px;
    font-size: 16px !important;
    font-family: "Open Sans", sans-serif;
    ;
}

section.wheels ul li::marker {
    color: #fc5a34;
}

section.wheels img {
    width: 100%;
}

section.wheels .row {
    padding: 0px;
}

section.wheels h2 {
    font-size: 22px;
    font-weight: bold;
    margin: 3px 0px;
}

section.wheels p {
    font-size: 15px;
    font-weight: 400;
    color: #8a8a8a;
    font-family: "Open Sans", sans-serif;
    margin: 0px;
}

section.wheel-service .bg-img1 h2,
section.wheel-service .bg-img2 h2 {
    font-size: 34px !important;
}

section.wheel-service .bg-img1 p,
section.wheel-service .bg-img2 p {
    font-size: 20px !important;
}

section.wheel-service .btn {
    border: 0px;
    margin-top: 0px;
}

section.wheel-service .bg-img1 .overlay,
section.wheel-service .bg-img2 .overlay {
    display: flex;
    align-items: center;
}

.wheel-service .bg-img1 div.content,
.wheel-service .bg-img2 div.content {
    padding: 25px !important;
}




.wheel-detail-form {
    font-family: "Open Sans", sans-serif;
    padding: 70px 0px;
}

.wheel-detail-form h2 {
    font-weight: 600;
    text-align: center;
    padding: 30px 0px 0px 0px;
    text-transform: capitalize;
}

.wheel-detail-form input,
.wheel-detail-form textarea,
.wheel-detail-form select {
    border-radius: 0px;
    width: 100%;
    border-color: #dfdfdf;
    padding: 7px;
    font-size: 16px;
    font-weight: 400 !important;
    background-color: #fff;
    color: black;
}

.wheel-detail-form .bordered .smaller-font {
    padding-bottom: 10px;
}

.wheel-detail-form p {
    text-align: justify;
}

.wheel-detail-form .fa-solid {
    color: #fff;
    background-color: #fc5a34;
}












.wheel-detail-form .row .bordered {
    border: 1px solid #fc5a34;
    background-color: #f8f8f8;
}

.wheel-detail-form .row .bordered label {
    font-size: 20px !important;
    font-weight: 600 !important;
}

.wheel-detail-form .row .bordered .btn:hover {
    background-color: #fc5a34;
    color: #fff;
}

.wheel-detail-form .row .bordered .inner-section .btn.my-5 {
    margin: 0px;
    font-weight: 600 !important;
    font-size: 15px !important;
    background-color: #fff;
}

.wheel-detail-form .row .bordered option {
    /* font-size: 18px; */
}

.wheel-detail-form .row .bordered .input-group-text {
    border-radius: 0px;
    padding: 10px 20px !important;
    background-color: #cdcdcd;
    color: #000;
    font-weight: 600;
}

.wheel-detail-form .row .bordered .form-control {
    border-radius: 0px !important;
}

@media (max-width: 992px) {
    section.wheels .row.row:last-child .wheels-width {
        padding: 20px 0px !important;
    }

    section.wheels .row .col-sm-12 {
        width: 100%;
    }

    p {
        text-align: justify;
    }

    section.wheels .row:first-child h1 {
        font-size: 28px;
    }

    .wheel-tablet-width {
        width: 33% !important;
        padding: 15px !important;
    }

    .wheel-service .bg-img1 div.content,
    .wheel-service .bg-img2 div.content {
        padding: 10px !important;
    }

    .wheel-service .row div {
        padding-bottom: 15px !important;
    }

    .wheel-detail-form {
        padding: 30px 10px !important;
    }

    .wheel-detail-form h2 {
        font-size: 23px;
    }

    .wheel-detail-form p,
    .wheel-detail-form span {
        font-size: 15px;
    }

    @media (max-width: 550px) {

        .wheel-tablet-width {
            width: 100% !important;
            padding: 15px !important;
        }
    }
}

@media (max-width: 992px) {
    section.wheels .row:first-child h1 {
        font-size: 25px;
    }

    section.wheels .row:first-child p {
        font-size: 15px;
    }

    section.product-page button {
        padding: 12px 35px !important;
    }
}

/***************************************************** Wheels Page *********************************/
/***************************************************** Wheels Page *********************************/



.product-info table td {
    width: auto !important;
}

.product-info table td:first-child {
    font-weight: bold;
}

.product-info select {
    padding: 10px;
    border-color: #eee;
}

.product-info input {
    padding: 7px;
    border-color: #212529;
}

.product-info label {
    font-size: 18px;
    font-weight: bold;
}

@media (max-width: 550px) {

    .product-info .meta-data label,
    .product-info .meta-data span {
        font-size: 13px !important;
    }
}


/***************************************************** Vans Page *********************************/


section.vans {
    font-family: "Bai Jamjuree", sans-serif;
    padding: 50px 0px;
}

section.vans .container .row:first-child h2 {
    font-weight: 600;
    font-size: 30px;
}

section.vans .container .row .van-make img {
    background-color: #fff;
    width: 130px;
    height: 80px;
    object-fit: contain;
}

section.vans .container .row .van-category {
    height: 320px;
    box-shadow: 0px 5px 10px #adadad;
    border-radius: 15px;
}

section.vans .container .row .van-category img {
    width: 100%;
    background-color: #fff;
    max-width: 400px;
    height: 250px;
    border-radius: 15px;
    object-fit: cover;
}

section.vans .container .row .van-category h2 {
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    color: #fff;
}

section.vans .container .row .van-category div {
    padding: 20px 0px;
    background-color: #fc5a34;
    margin: 0px;
    /* transition: 0.3s; */
    /* margin-top: -13px; */
    opacity: 1;
    z-index: 999;
    position: relative;
    /* margin-left: 10px; */
    /* margin-right: 10px; */
    border-radius: 0px 0px 15px 15px;
}

section.vans .container .row .van-category:hover div {
    /* margin-top: -60px; */
}

section.vans .container .row .van-category div .btn {
    padding: 0px !important;
    background: #fff !important;
    color: #000 !important;
    margin: auto;
    display: flex;
}

@media (min-width: 1200px) {}

@media (max-width: 1199px) {}

@media (max-width: 992px) {
    .top-section .row div.text-uppercase p {
        font-size: 16px !important;
    }

    section.vans .container .row:first-child h2 {
        font-size: 28px !important;
    }

    section.vans .container .row .van-category h2 {
        padding: 0px 20px;
    }

    .top-section .row div.text-uppercase h1 {
        font-size: 33px !important;
    }

    .top-section .row div.text-uppercase .first {
        padding: 60px 25px;
    }

    section.vans .container .row .van-category img {
        height: auto;
    }

    section.vans .container .row .van-category div {
        margin-top: 10px;
    }
}

@media (max-width: 550px) {
    .top-section .mobile-hide {
        display: none !important;
    }

    .top-section .p-sm-4 {
        padding: 15px;
    }

    section.vans .container .row:first-child h2 {
        font-size: 22px !important;
    }

    section.vans .container .row .van-category {
        margin: 30px 0px;
    }

    section.vans .container .row .van-category img {
        width: 80%;
        margin: auto;
        display: flex;
    }

    section.vans .container .row .van-category h2 {
        padding: 0px 15px;
    }
}

/***************************************************** Vans Page *********************************/


/***************************************************** wheel-1 ***********************************/

.steps {
    background-color: #eee;
    padding: 50px 0px;
}

.steps h2 {
    font-family: "Bai Jamjuree", sans-serif;
    font-size: 38px;
    font-weight: bold;
    text-align: center;
}

.steps .tag-line {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 40px;
    color: #878787;
    text-align: center;
}

.timeline {
    position: relative;
    margin: 0px auto;
    width: 1160px;
}

.timeline .container {
    margin: 30px 0px;
    position: relative;
    border-radius: 10px;
}

.text-box {
    padding: 20px 30px;
    background: url(../images/banner1.jpg);
    position: relative;
    border-radius: 6px;
    font-size: 15px;
    border-radius: 10px;
    margin: 0px 50px !important;
}

.left-container img.absolute,
.right-container img.absolute {
    position: absolute;
    width: 40px;
    border-radius: 50%;
    left: 20.5%;
    top: 37%;
    z-index: 9999;
    background-color: #fff;
    padding: 0px;
}

.left-container img,
.right-container img {
    padding-right: 10px;
}

.right-container img {
    left: -20px;
}

.left-container {
    left: 0;
}

.right-container {
    left: 50%;
}

.timeline::after {
    content: "";
    position: absolute;
    width: 6px;
    height: 100%;
    background-color: #fc5a34;
    top: 0;
    left: 22%;
    margin-left: -3px;
    z-index: 999;
}

.left-container-arrow {
    height: 0;
    width: 0;
    position: absolute;
    top: 60px;
    z-index: 1;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #fc5a34;
}

.left-container .text-box img,
.right-container .text-box img {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    padding-right: 10px;
    border-radius: 0px;
}

.right-container-arrow {
    height: 0;
    width: 0;
    position: absolute;
    top: 35%;
    z-index: 1;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid #fc5a34;
    left: -15px;
}

.show-mobile {
    display: none;
}

@media (min-width: 1200px) {
    .timeline .col-lg-3 {
        width: 25% !important;
    }

    .timeline .col-lg-9 {
        width: 75% !important;
    }
}

@media (max-width: 1199px) {
    .timeline {
        width: 100% !important;
    }

    .timeline .col-md-4 {
        width: 33.33% !important;
    }

    .timeline .col-md-8 {
        width: 66.67% !important;
    }

    .timeline::after {
        left: 30%;
    }

    .left-container img.absolute,
    .right-container img.absolute {
        left: 28.3%;
    }

    .timeline .timeline-product-image {
        width: 75%;
    }

    .left-container-arrow {
        top: 40% !important;
    }
}

@media (max-width: 992px) {
    .timeline .container {
        margin: 30px 0px !important;
    }

    .left-container img.absolute,
    .right-container img.absolute {
        left: 27.3%;
    }

    .steps h2 {
        font-size: 28px;
    }

    .steps .tag-line {
        font-size: 15px;
    }
}

@media (max-width: 550px) {

    .left-container img.absolute,
    .right-container img.absolute {
        left: 0%;
    }

    .timeline .mobile-hide {
        display: none;
    }

    .timeline .width-90 {
        width: 90% !important;
        display: flex !important;
        justify-content: end;
        margin-left: auto;
    }

    .timeline::after {
        left: 5% !important;
    }

    .show-mobile {
        display: block;
        margin: auto;
        padding-bottom: 25px;
    }

    .steps h2 {
        font-size: 25px;
    }
}

/***************************************************** wheel-1 ***********************************/


section.wheels.scratch-repair h2 {
    font-size: 24px;
    font-weight: bold;
    margin: 3px 0px;
}

section.wheels.scratch-repair p {
    font-size: 17px;
    font-weight: 400;
    color: #8a8a8a;
    font-family: "Bai Jamjuree", sans-serif;
    margin: 0px;
}

section.wheels.scratch-repair .text-justify {
    text-align: justify !important;
}


@media (max-width: 992px) {
    section.wheels {
        padding: 10px 0px;
    }

    section.wheels .row:first-child p {
        padding-bottom: 0px;
        text-align: center;
    }

    section.wheels .row p {
        text-align: center !important;
    }

    section.wheels .row .wheel-tablet-width p.text-justify {
        text-align: justify !important;
        padding: 10px 20px;
    }

    section.wheels.scratch-repair h2 {
        padding: 30px 0px 0px 0px;
        text-align: center;
        font-size: 22px !important;
    }

    .wheel-detail-form {
        padding: 0px 10px 50px 10px !important;
    }

    .features-row-p {
        padding: 20px 15px !important;
    }

    .tablet-width-1 {
        width: 50% !important;
    }
}

@media (max-width: 550px) {
    .tablet-width-1 {
        width: 100% !important;
    }

    .wheel-detail-form h2 {
        padding: 10px 0px 0px 0px;
    }

    .features-row-p {
        padding: 20px 15px 0px 15px !important;
    }

    .wheel-detail-form .row .bordered {
        padding: 20px;
    }
}



/**************************************** Service *****************************/

.service-multi-contact {
    background: url(../images/pattern.png);
    background-color: #333;
    color: #fff;
    padding: 50px 0px;
    text-align: center;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    width: 1160px;
}

.service-multi-contact a {
    text-decoration: none !important;
    color: #fff;
}

.service-multi-contact a:hover {
    color: #fff;
}

.no-hover-btn:hover {
    background-color: #fc5a34 !important;
    color: #fff !important;
}

@media (max-width: 1199px) {
    .service-multi-contact {
        width: 100% !important;
    }
}

@media (max-width: 992px) {
    .service .col-md-6 {
        width: 50% !important;
    }

    .service-multi-contact p {
        font-size: 15px !important;
        text-align: center;
    }

    .tablet-hide {
        display: none !important;
    }
}

@media (max-width: 550px) {
    .service .col-sm-12 {
        width: 100% !important;
    }

    .text-sm-center {
        text-align: center;
    }

    .service .mobile-hide {
        display: none;
    }

    .service-multi-contact {
        margin-bottom: 0px;
    }

    .service-multi-contact p {
        text-align: center;
    }
}

/**************************************** Service *****************************/



/**************************************** Contact Us *****************************/



.contact .form-control,
.contact textarea {
    padding: 12px 20px;
    border-color: #d2d2d2;
    background-color: #f8f8f8;
    border-radius: 0px;
}

.contact .form-control:hover,
.contact .form-control:active,
.contact .form-control:focus {
    background-color: #f8f8f8 !important;
}

.contact label {
    color: #333;
}

.contact .btn {
    border: 0px;
}

.contact .btn:hover {
    background-color: #fc5a34 !important;
    color: #fff !important;
}

.contact .contact-details {
    font-family: "Bai Jamjuree", sans-serif;
    padding: 35px;
    background-color: #f8f8f8;
    border: 1px solid #eeeeeeb7;
}

.contact .contact-details div {
    padding: 3px 0px;
}

.contact .contact-details i {
    display: flex;
    align-items: center;
    padding: 0px 10px 0px 5px;
    color: #fc5a34;
}

.contact .contact-details span {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}

.contact .contact-details p {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    padding: 0px 0px 0px 10px;
    color: #787878;
}

.contact .contact-details .border-top i.fa-facebook-f {
    padding: 10px 13.5px;
}

.contact .contact-details .border-top i.fa-instagram {
    padding: 10px 11px;
}

.contact .contact-details .border-top i {
    padding: 10px;
    background-color: #000;
    color: #fff;
    margin: 10px;
    border-radius: 50%;
}

.contact .contact-details .border-top i:hover {
    background-color: #fc5a34;
}

.contact button.btn {
    border-radius: 0px !important;
    font-family: "Bai Jamjuree", sans-serif !important;
    font-weight: bold !important;
}

@media (max-width: 550px) {
    .contact .mobile-hide {
        display: none !important;
    }

    .contact form {
        padding: 20px 0px 40px 0px;
    }

    .contact .contact-details {
        padding: 25px !important;
    }
}



/**************************************** Contact Us *****************************/



/**************************************** Branch Locator *****************************/

.branch-locator {
    font-family: "Bai Jamjuree", sans-serif;
}

.branch-locator .container {
    border: 1px solid #eee;
    margin: 50px auto;
    padding: 50px !important;
}

.branch-locator label {
    font-size: 16px;
}

.branch-locator p {
    font-size: 18px;
    font-weight: 600;
}

.branch-locator .location h2 {
    font-size: 24px;
    font-weight: 600;
}

.branch-locator .location p {
    padding-top: 5px;
    margin: 0px;
    font-size: 14px;
}

.branch-locator .location span {
    font-size: 14px;
}

.branch-locator .w-md-50 {
    width: 50%;
}

.branch-locator select {
    height: 50px;
    padding: 0px 50px;
    margin: auto 0px;
    font-family: "Open Sans", sans-serif;
    border: 1px solid #eee;
}

.branch-locator .search-places-form {
    height: 50px;
}

.branch-locator .overflow {
    overflow: auto;
    height: 450px;
}

.branch-locator .search-places-form input {
    border-radius: 0px;
    border-right: 0px;
    margin: 0px !important;
}

.branch-locator .search-places-form i {
    padding: 15px 20px;
    font-size: 20px;
    background-color: #fc5a34;
    color: #fff;
}

.branch-locator .location {
    background-color: #fff;
    box-shadow: 0px 5px 10px #f5f5f5;
    padding: 20px;
    border: 1px solid #eee;
    margin-bottom: 15px;
    cursor: pointer;
}

.branch-locator.modal .location {
    cursor: default;
}

.branch-locator .location.highlight {
    background-color: #fc5a34;
    color: #fff;
}

.branch-locator .location.highlight .btn {
    background-color: #fff !important;
    color: #fc5a34 !important;
}


.branch-locator .location.highlight i {
    color: #fff;
}

.branch-locator .location:hover {
    background-color: #fc5a34;
    padding: 20px;
    color: #fff;
}

.branch-locator .location:hover i {
    color: #fff;
}

.branch-locator .location:hover button i {
    color: #fc5a34;
}

.branch-locator .location:hover .btn {
    background-color: #fff !important;
    color: #fc5a34 !important;
}

.branch-locator .location i {
    padding-right: 10px;
    color: #fc5a34;
}

.branch-locator .location button i {
    color: #fff;
}

.branch-locator .overflow::-webkit-scrollbar {
    width: 12px;
}

.branch-locator .overflow::-webkit-scrollbar-track {
    background: #fff;
}

.branch-locator .overflow::-webkit-scrollbar-thumb {
    background-color: #787878;
    border-radius: 20px;
    border: 3px solid #fff;
}

@media (max-width: 992px) {
    .branch-locator .col-md-6 {
        width: 50% !important;
    }

    .branch-locator .container {
        padding: 50px 0px !important;
    }
}

@media (max-width: 550px) {
    .branch-locator .container {
        padding: 25px 0px !important;
    }

    .branch-locator select {
        width: 100%;
    }

    .branch-locator .pt-sm-3 {
        padding-top: 20px;
    }

    .branch-locator .col-sm-12,
    .branch-locator .w-sm-100 {
        width: 100% !important;
    }

    .branch-locator p {
        font-size: 16px;
        font-weight: 500 !important;
    }
}

/**************************************** Branch Locator *****************************/



/**************************************** Franchising *****************************/


.franchising.top-section .row div.text-uppercase h1 {
    font-size: 49px !important;
}

section.key-benefits .container {
    /* background-color: #f5f5f5; */
    padding: 30px !important;
}

section.key-benefits ul li {
    display: list-item !important;
    list-style: disc;
    padding: 5px;
    font-size: 16px !important;
    font-family: "Open Sans", sans-serif;
}

section.key-benefits h2 {
    font-size: 24px !important;
}

section.key-benefits ul li::marker {
    color: #fc5a34;
}

section.key-benefits img {
    width: 100%;
}

section.franchising-middle-section p {
    font-size: 18px;
}

.franchising-middle-section {
    padding: 50px 0px !important;
}

.franchising-middle-section .container {
    padding: 50px 0px !important;
    background: url(../images/pattern.png);
    background-color: #f5f5f5;
    text-align: center;
}

.franchising-middle-section .container h2 {
    font-size: 18px;
}

.top-section.franchising .btn:hover {
    background-color: #fc5a34 !important;
    color: #fff !important;
}

@media (max-width: 992px) {
    .franchising.top-section .p-sm-4 {
        padding: 1.5rem !important;
    }

    .franchising.top-section .row div.text-uppercase h1 {
        font-size: 32px !important;
    }

    .franchising.top-section .row div.text-uppercase img {
        padding: 0px !important;
    }

    .franchising-middle-section p {
        text-align: center !important;
    }

    .key-benefits .container .row {
        display: flex;
        flex-direction: column-reverse;
    }

    .key-benefits .container .row img {
        display: none;
    }

    section.key-benefits .container {
        padding: 0px 20px 20px 20px !important;
    }
}

@media (max-width: 550px) {
    .franchising.top-section {
        text-align: center !important;
    }

    .franchising.top-section .row div.text-uppercase h1 {
        font-size: 27px !important;
    }

    .franchising.top-section .row div.text-uppercase img {
        padding: 0px !important;
    }

    .franchising.top-section .row div.text-uppercase p {
        font-size: 15px !important;
        text-align: center !important;
    }
}


/**************************************** Franchising *****************************/


/**************************************** Steel Wheel *****************************/


.steel-wheel {
    font-family: "Bai Jamjuree", sans-serif;
    padding: 50px 0px;
    text-align: center;
}

.steel-wheel h2 {
    font-size: 38px;
    font-weight: 600;
    margin: 0px;
}

.steel-wheel p {
    font-weight: 500;
    color: #787878;
    font-size: 18px;
}

.steel-wheel img {
    width: 100%;
}

.steel-wheel img {
    width: 100%;
}

.steel-wheel .text-justify {
    text-align: justify;
}

.steel-wheel .row:last-child h2 {
    font-size: 24px;
    font-weight: bold;
    text-align: start;
    padding: 0px 0px 10px 0px;
}

.steel-wheel .btn:hover {
    background-color: #fc5a34 !important;
    color: #fff !important;
}

.steel-wheel .btn {
    padding: 10px 60px !important;
}

.steel-wheel a {
    margin: auto;
}

.steel-wheel .pt-sm-3 {
    padding-top: 30px;
}

.steel-wheel .px-sm-3 {
    padding-left: 20px;
    padding-right: 20px;
}

@media (max-width: 992px) {
    .steel-wheel {
        padding: 30px 0px;
    }
}

@media (max-width: 550px) {
    .steel-wheel {
        padding: 30px 0px;
    }
}

/**************************************** Steel Wheel *****************************/



/**************************************** Blogs *****************************/


.shop-products .recent-posts img,
.recent-posts img {
    width: 100px !important;
    height: 100px !important;
    object-fit: cover;
}

.recent-posts h3 {
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize !important;
    padding: 10px;
    margin: 0px;
}

.recent-posts p {
    font-size: 12px;
    font-weight: 500;
    text-transform: capitalize !important;
    padding: 0px 10px;
    margin: 0px;
}

.blog-side-details .bordered {
    background-color: #f8f8f8;
}

.blog-side-details h2 {
    font-size: 24px;
}

.blog-side-details .btn:hover {
    background-color: #fc5a34 !important;
    color: #fff !important;
}

.blog-side {
    height: 500px !important;
    width: 100%;
    overflow: hidden;
}

section.shop-products .single-blog .blog-side img {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover;
}

section.shop-products .single-blog img {
    height: auto !important;
    width: auto !important;
}

section.shop-products .blog-side img,
.blog-side img {
    height: 100% !important;
    width: 100% !important;
    transform: scale(1);
    transition: 0.3s;
    object-fit: cover;
}

.blog-side img:hover {
    transform: scale(1.1);
}

.shop-products .blog h3 {
    font-size: 35px !important;
    font-weight: bold;
    font-family: "Bai Jamjuree", sans-serif;
}

.shop-products .blog h3:hover {
    color: #fc5a34;
    transition: 0.3s ease;
}

.shop-products .blog {
    font-family: "Open Sans", sans-serif;
}

.shop-products .blog span {
    font-size: 14px;
}

.shop-products .blog a {
    font-size: 18px;
    font-family: "Bai Jamjuree", sans-serif;
    font-weight: bold;
    text-decoration: none;
    color: #fc5a34;
    margin-top: 10px;
    text-transform: uppercase;
}

.shop-products .blog a:hover {
    border-bottom: 2px solid #fc5a34;
}

@media (max-width: 550px) {
    .shop-products .blog h3 {
        font-size: 24px !important;
    }

    .blog-side {
        height: 250px !important;
        width: 100%;
    }

    section.shop-products .single-blog img {
        width: 100% !important;
        height: 100% !important;
    }

    .shop-products .single-blog .w-sm-100 {
        width: 100% !important;
    }
}

.limit-text-lines {
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
}

.shop-products .tablet-full textarea,
.shop-products .tablet-full input {
    width: 100%;
    border: 1px solid #d2d2d2 !important;
    margin: 10px 0px;
    font-weight: 400;
    padding: 15px;
    outline: none;
    color: #757575;
}

.shop-products .tablet-full button {
    background-color: #000000af !important;
    text-transform: uppercase;
    font-size: 18px !important;
    font-family: "Bai Jamjuree", sans-serif;

}

.shop-products .tablet-full button:hover {
    background-color: #fc5a34 !important;
    color: #fff !important;
}

.shop-products .tablet-full i.fa-star {
    font-size: 12px;
    color: #fc5a34;
}

.shop-products .tablet-full.single-blog p {
    font-size: 18px !important;
    text-align: justify !important;
}

.shop-products .tablet-full.single-blog h2 {
    font-size: 24px !important;
    font-weight: bold;
    padding: 10px 0px;
}

.shop-products .tablet-full.single-blog table {
    padding: 10px;
    text-align: center;
}

.shop-products .tablet-full.single-blog .table {
    overflow-x: auto;
    width: 100%;
    border-collapse: collapse;
    white-space: nowrap;
}

.shop-products .tablet-full.single-blog table th {
    font-size: 17px !important;
    font-weight: 700;
    border: 1px solid #eee;
    background-color: #eee;
    padding: 0px 10px;
}

.shop-products .tablet-full.single-blog table td {
    font-size: 18px !important;
    font-weight: 500;
    border: 1px solid #eee;
}

.shop-products .tablet-full.single-blog table tr {
    width: 100%;
    overflow: auto;
}

.shop-products .tablet-full .link-blogs h3 {
    color: #000 !important;
}

.shop-products .tablet-full .link-blogs span {
    color: #787878 !important;
    font-size: 500 !important;
    font-family: "Bai Jamjuree", sans-serif;
}

.shop-products .tablet-full .link-blogs p {
    color: #000 !important;
    font-weight: 500 !important;
    font-size: 18px;
    font-family: "Bai Jamjuree", sans-serif;
    text-transform: capitalize !important;
}

a.recent-post-link-blog {
    list-style: none !important;
    color: #333 !important;
}

/**************************************** Blogs *****************************/




/**************************************** Content *****************************/


section.content {
    padding: 50px 0px;
    font-family: "Bai Jamjuree", sans-serif;
}

section.content h1 {
    font-size: 38px;
    font-weight: bold;
    text-align: center;
    margin: 0px;
}

section.content .slogan {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    color: #787878;
    font-family: "Bai Jamjuree", sans-serif;
}

section.content p {
    font-size: 16px;
    font-weight: 500;
    text-align: justify;
    color: #333;
    font-family: "Open Sans", sans-serif;
}

section.content ul li {
    display: list-item !important;
    list-style: disc;
    padding: 10px;
    font-size: 16px !important;
    font-family: "Open Sans", sans-serif;
    text-align: justify;
}

section.content ul li::marker {
    color: #fc5a34;
}

section.content h2 {
    font-size: 28px;
    font-weight: bold;
    padding: 20px 0px;
}

section.content h5 {
    font-size: 22px;
    font-weight: bold;
    padding: 20px 0px;
}

@media (max-width: 550px) {
    section.content {
        padding: 30px 0px !important;
    }

    section.content ul {
        padding-left: 1rem !important;
    }

    section.content h1 {
        font-size: 33px !important;
    }

    section.content .slogan {
        font-size: 16px !important;
    }

    section.content ul li,
    section.content p {
        font-size: 15px !important;
    }

    section.content h2 {
        font-size: 25px !important;
        text-align: center;
    }

    section.content h5 {
        font-size: 20px !important;
        text-align: center;
        font-weight: 600 !important;
    }
}

/**************************************** Blogs *****************************/
.limit-text-index-heading {
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
}


/***************************************** About us *****************************/


.about-us {
    font-family: "Bai Jamjuree", sans-serif;
}

.about-us h1 {
    font-size: 38px;
    font-weight: bold;
    margin: 0px;
}

.about-us h2 {
    font-size: 22px;
    font-weight: 600;
}

.about-us img {
    width: 100%;
}

.about-us p {
    font-size: 16px;
    font-weight: 400;
}

.about-us p.text-justify {
    text-align: justify;
}

.about-us .wheels-width {
    padding: 30px 25px !important;
    border: 1px solid #eee;
    margin: 0;
}

.about-us .wheels-width p {
    margin: 0px;
}

.about-us .wheels-width {
    padding: 30px 13px !important;
}

@media (max-width: 992px) {

    .bcp-feature-box {
        text-align: center;
    }

    .bcp-description {
        display: none !important;
    }

    .about-us h1 {
        font-size: 28px;
    }

    .about-us h2 {
        font-size: 24px;
        text-align: center;
    }
}

@media (max-width: 550px) {
    .about-us .py-sm-5 {
        padding: 30px 20px !important;
    }

    .about-us h1 {
        font-size: 28px;
    }

    .about-us h2 {
        font-size: 24px;
        text-align: center;
    }
}


/***************************************** About us *****************************/



/***************************************** checkout *****************************/

section.carts {
    font-family: "Bai Jamjuree", sans-serif;
    padding: 60px 0px;
}

section.carts .box-shadow {
    padding: 50px 0px;
    border-bottom: 1px solid #eee;
}

section.carts table {
    margin: 30px 0px;
    padding: 50px;
    box-shadow: 0px 5px 10px rgba(204, 204, 204, 0.5);
}

section.carts table th {
    padding: 10px 10px;
    font-size: 19px;
}

section.carts table td img {
    width: 100px;
    background-color: #f8f8f8;
    object-fit: contain;
    height: 100px;
    margin: auto;
}

section.carts table td {
    padding: 10px 10px;
    font-weight: 600 !important;
}

section.carts table td h2 {
    font-size: 16px;
    display: flex;
    align-items: center;
    padding: 7px;
    margin-bottom: 0px;
}

section.carts table td i.fa-xmark.fa-solid {
    font-size: 20px;
}

.remove-product {
    height: fit-content;
    margin: auto;
}

/* section.carts .total-cart{
    box-shadow: 0px 0px 10px #eee;
    padding: 0px 20px 0px 20px;
} */
section.carts .total-cart p {
    font-size: 17px;
    margin: 0;
}

section.carts .total-cart h2 {
    margin: 0px 0px 30px 0px;
    text-align: center;
    font-weight: 600;
}

section.carts .total-cart .inner-total-cart .t-total {
    padding: 30px 0px;
    border-bottom: 1px solid #eee;
}

section.carts .total-cart .inner-total-cart .cart-next-btn {
    border-bottom: 0px solid #eee;
    padding-bottom: 0px;
}

section.carts .total-cart .inner-total-cart .modal-header {
    border: 0px;
    padding: 0px;
}

section.carts .total-cart .inner-total-cart {
    padding: 20px;
    box-shadow: 0px 0px 10px #eee;
}

section.carts .total-cart button.btn:hover {
    background-color: #fc5a34 !important;
    color: #fff !important;
}

section.carts .total-cart button {
    color: #fff !important;
    opacity: 1;
}

section.carts .modal-box {
    padding-bottom: 50px;
    justify-content: center;
    display: flex;
}

section.carts .modal-box button.btn {
    border: 0px;
}

section.carts .modal-box button.btn:hover {
    background-color: #fc5a34 !important;
    color: #fff !important;
}

section.carts .modal-box .nav-tabs button {
    border: 0px;
    color: #000;
    font-size: 18px;
    font-weight: 600;
}

section.carts .modal-box .modal-header .btn-close {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 99999;
}

section.carts .modal-box .modal-header {
    justify-content: center;
    padding-bottom: 0px;
}

section.carts .modal-box .nav-tabs button.active {
    background-color: #f5f5f5;
    color: #000;
    border: 1px solid #eee;
}

section.carts .modal-box .nav-tabs {
    border: 0px;
}

section.carts .modal-box .tab-content label {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 5px;
}

section.carts .modal-box .tab-content input {
    padding: 10px;
}

section.carts .modal-box .tab-content input.form-check-input {
    padding: 8px;
}

section.carts .modal-footer input.form-check-input:checked {
    background-color: #fc5a34;
    border-color: #fc5a34;
}

section.carts .modal-footer {
    justify-content: space-between;
}

section.carts .modal-footer label {
    font-weight: 500;
}

section.carts .coupon-code {
    display: flex;
    justify-content: space-between;
}

section.carts .coupon-code input {
    width: 126px;
    height: 45px;
}

section.carts .coupon-code button.btn {
    padding: 0.5rem 20px !important;
    border: 0px;
}

section.carts .coupon-code button.btn:hover {
    background-color: #fc5a34 !important;
    color: #fff !important;
}

section.carts .row.show-details table {
    box-shadow: 0px 0px 0px !important;
    margin: 0px;
    width: 100%;
}

section.carts .row.show-details table th {
    background-color: #f8f8f8;
    border: 1px solid #d2d2d2;
    padding: 10px;
    width: 50%;
    font-weight: 600 !important;
    font-size: 16px !important;
}

section.carts .row.show-details table td {
    border: 1px solid #d2d2d2;
    width: 50%;
    font-weight: 500 !important;
}

section.carts .row.show-details .border-left {
    border-left: 1px solid #eee;
}

section.carts .row.show-details {
    /* background-color: #f8f8f8; */
    padding: 50px 20px;
    border: 1px solid #eee;
}

section.carts .row.show-details h2 {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    padding-bottom: 20px;
}

section.carts .row.show-details h1 {
    font-size: 38px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 20px;
}

section.carts .row.show-details .pt-sm-4 {
    padding-top: 0px !important;
}

@media (max-width: 992px) {
    section.carts table {
        margin: 30px 0px;
        min-width: 620px !important;
    }

    section.carts .coupon-code {
        margin: 30px 0px 50px 0px;
    }
}

@media (max-width: 550px) {
    .counter span {
        font-size: 16px;
        padding: 0px 5px;
    }

    section.carts {
        padding: 30px 0px 0px 0px;
    }

    section.carts table {
        margin: 15px 0px;
    }

    section.carts .coupon-code {
        margin: 30px 0px 50px 0px;
        display: block !important;
    }

    section.carts .coupon-code form.d-flex {
        padding-bottom: 10px;
    }

    section.carts table th {
        padding: 10px;
        font-size: 19px;
    }

    section.carts .overflow {
        display: block;
        overflow: auto;
    }

    section.carts .modal-footer button {
        margin: auto;
    }

    section.carts .pb-sm-3 {
        padding-bottom: 15px;
    }

    section.carts .modal-footer label {
        font-size: 14px !important;
    }

    section.carts .modal-box .modal-header .btn-close {
        top: 5px;
        right: 5px;
    }

    section.carts .row.show-details .border-left {
        border: 0px;
    }

    section.carts .row.show-details .pt-sm-4 {
        padding-top: 40px !important;
    }
}

/***************************************** checkout *****************************/

.password-show {
    display: flex;
    border: 1px solid #33333352;
    padding: 3px 10px 3px 0px;
    border-radius: 5px;
}

.password-show input {
    border: 0px solid #33333352;
}

.password-show i {
    margin: auto;
}


/******************************* After Sign in  ******************************/
/******************************* After Sign in  ******************************/

.after-login {
    background-color: #eee;
    font-family: "Bai Jamjuree", sans-serif;
}

.after-login label {
    font-size: 16px;
    color: #333;
    font-weight: 500 !important;
}

.after-login label.badge {
    font-size: 16px;
    color: #fff;
}

.after-login .tabcontent .table-responsive .modal-header .nav-tabs {
    border: 0px !important;
}

.after-login .tabcontent .table-responsive .modal-header .nav-tabs button {
    color: #000;
    font-weight: 600 !important;
    border: 0px;
}

.after-login .tabcontent .table-responsive .modal-header .nav-tabs button:hover {
    border: 0px !important;
}

.after-login .tabcontent .table-responsive .modal-header .nav-tabs button.active {
    background-color: #fc5a34;
    color: #fff;
}

.after-login .tabcontent .table-responsive .modal-footer {
    padding: 0px;
    border: 0px;
}

.after-login .tabcontent .table-responsive .modal-footer button:hover {
    background-color: #fc5a34 !important;
    color: #fff !important;
}

.after-login .tabcontent .table-responsive .modal-footer button {
    border: 0px;
    /* padding: 10px !important; */
}

.after-login .row {
    width: 100%;
    margin: 0px;
}

.after-login .profile {
    width: 100%;
    padding: 20px 0px;
    display: flex;
    justify-content: center;
}

.after-login ::-webkit-scrollbar {
    width: 10px !important;
}

.after-login ::-webkit-scrollbar-thumb {
    background: #f5f5f5;
}

.after-login ::-webkit-scrollbar-thumb:hover {
    background: #888;
}

.after-login .mobi-margin .tablet-padding h2 {
    font-size: 24px;
    text-align: center;
}

.table-bordered>:not(caption)>*>* {
    border: 1px solid #cecece !important;
}

.table-bordered>:not(caption)>*>th:first-child {
    border: 0px solid !important;
}

.table-bordered>:not(caption)>*>th:last-child {
    border: 0px !important;
}

.table-bordered>:not(caption)>*>th {
    border-top: 0px solid !important;
}

.table-bordered>:not(caption)>*>td i {
    color: #333;
}

.after-login .mobi-margin .tablet-padding a {
    text-decoration: none;
}

.after-login .mobi-margin .tablet-padding ul.tab li {
    color: #333;
    font-weight: 600;
    font-size: 16px;
}

.after-login .mobi-margin .input button.btn:hover {
    background-color: #fc5a34 !important;
    color: #fff !important;
}

.after-login .profile img {
    height: 100px;
    width: 100px;
    border-radius: 100px;
    overflow: hidden;
    background: #f8f8f8;
    object-fit: cover;
}

.after-login .profile input {
    position: absolute;
    height: 100px !important;
    width: 100px !important;
    border-radius: 100px;
    opacity: 0;
    cursor: pointer;
    z-index: 1;
}

.after-login .profile .fa-camera {
    position: absolute;
    height: 100px;
    width: 100px;
    font-size: 25px;
    display: none;
    align-items: center;
    justify-content: center;
    background-color: white;
    border-radius: 100px;
    opacity: 0.6;
    color: #fc5a34;
}

.after-login .profile input:hover+.fa-camera {
    display: flex !important;
}


.after-login ul.tab {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.after-login ul.tab li {
    padding: 10px 20px;
    align-self: center;
    row-gap: 10px;
    width: 100%;
}

.after-login ul.tab li.tablinks.active {
    background-color: #f0f0f0;
    border-radius: 10px 0px 0px 10px;
}

.after-login ul.tab li:hover {
    background-color: #f5f5f59f;
    border-radius: 10px 0px 0px 10px;
}

.after-login ul.tab a li {
    font-size: 16px;
    text-decoration: none;
}

.after-login ul.tab a li:hover {
    color: #000;
}

.after-login ul.tab a li i {
    font-size: 20px;
    width: 40px;
    align-items: center;
    display: flex;
}

.after-login .tabcontent input,
.after-login .tabcontent select {
    padding: 10px 15px;
    border: 0px;
    background-color: #f5f5f5;
    border-radius: 8px;
    color: grey;
    font-weight: 500;
    height: 40px;
    width: 100%;
}

.after-login .tabcontent input::placeholder {
    font-weight: 300;
}

.after-login .tabcontent label {
    font-weight: 500;
}

.after-login .tabcontent .input {
    margin: 10px;
}

.after-login table {
    margin: 17px;
    width: 97%;
    border-color: #ddd;
}

.after-login thead {
    padding: 20px;
}

.after-login thead tr th {
    background-color: #f5f5f5;
}

.after-login thead tr th,
.after-login tbody tr td {
    padding: 7px 0px;
    text-align: center;
    font-size: 14px;
}

.after-login thead tr th:first-child {
    border: 1px 1px 0px 0px;
    border-radius: 10px 0px 0px 0px;
}

.after-login thead tr th:last-child {
    border-radius: 0px 10px 0px 0px;
}

.after-login .price,
.after-login .review {
    font-size: 14px;
}

.after-login .col-md-2:hover {
    background-color: #ffe9e2;
    border-radius: 0px 7px 7px 0px;
}

.after-login .tabcontent .row.bg-white {
    border-radius: 7px;
}

.after-login #Reviews .tour-wrap {
    width: 300px !important;
    margin: 10px 0px 20px 0px;
}

.after-login .tour-head:hover {
    background-color: #fff;
}

.after-login #nav-order p {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 0px !important;
    color: #787878;
}

.after-login .modal-xl .modal-body {
    padding: 2rem !important;
}

.after-login .modal-xl .modal-body h5 {
    font-size: 18px;
}

.after-login .modal-xl .modal-body .tab-pane .row div {
    padding: 7px;
}

.after-login .modal-xl .modal-body .tab-pane .row div.col-sm-12 {
    border: 1px solid #f2f2f2;
}

.table-responsive {
    overflow-x: clip !important;
}

@media screen and (max-width: 1250px) {
    .after-login #Bookings .owl-theme .owl-nav {
        margin-top: 30px;
    }

    .after-login ul.tab li a {
        font-size: 14px !important;
    }
}

@media screen and (max-width: 900px) {
    .after-login #Bookings .owl-carousel .owl-item img {
        border-radius: 10px 10px 0px 0px;
    }

    .after-login #Bookings .owl-carousel .owl-item {
        padding: 10px 0px;
    }

    .after-login #Bookings .owl-carousel .owl-stage-outer {
        padding: 0px !important;
    }

    .after-login #Bookings .owl-theme .owl-nav {
        margin-top: 30px;
    }

    .after-login #Bookings .responsive-mobile .tour-head,
    .after-login #Bookings .responsive-mobile .tour-image img {
        width: 300px;
    }

    .after-login .table-responsive table.table-bordered.width-fix {
        width: 600px !important;
    }

    .after-login .table-responsive {
        padding: 20px;
    }

    .after-login ul.tab {
        padding-left: 10px !important;
    }

    .after-login .text-center p {
        text-align: center;
    }

    .after-login #Bookings .tour-image img {
        border-radius: 10px 10px 0px 0px;
        width: 100% !important;
    }

    /* ===================After-login============= */

    .after-login table {
        margin: 7px !important;
    }

    .after-login #Reviews .tour-wrap {
        display: contents;
        margin: 10px 0px;
    }

    .after-login #Wishlist .col-lg-12 .row {
        max-height: 560px;
        overflow-y: auto;
    }

    .after-login #Wishlist .row .col-lg-4.col-md-6.col-12 {
        width: 100% !important;
    }

    .after-login #Reviews .tour-image img {
        border-radius: 12px 0 0 12px;
        width: 100%;
        height: 150px;
    }

    .after-login #Reviews .tour-head {
        padding: 10px;
        display: flex;
        justify-content: center;
        border-radius: 0 12px 12px 0px;
    }

    .after-login #Reviews .row:last-child .col-12:last-child {
        padding: 30px 0px;
        display: flex;
    }

    .after-login #Manage-Payment-Methods .col-lg-4:first-child {
        display: none !important;
    }

    .table-responsive {
        overflow-x: auto !important;
    }
}

@media screen and (max-width: 900px) {
    .after-login ul.tab li a {
        font-size: 16px !important;
    }

    .after-login p.h6 {
        font-size: 15px !important;
    }

    /* ======after-login (point)====== */

    .after-login table {
        margin: auto !important;
    }

    .after-login #Points table th,
    .after-login #Points table td {
        font-size: 13px;
    }

    .after-login #Points table th {
        font-weight: 500;
    }

    /* ======after-login (Booking)====== */

    .after-login #Bookings .tour-head,
    .after-login #Bookings .tour-image img {
        width: 300px;
    }

    .after-login #Bookings .tour-wrap {
        display: flex !important;
        align-items: center;
    }

    /* ======after-login (Review)====== */

    .after-login .tour-wrap {
        display: block !important;
        margin: 0px;
    }

    .after-login .tour-image img {
        border-radius: 12px 12px 0 0;
        width: 100%;
        height: 150px;
    }

    .after-login .tour-head {
        padding: 10px;
        display: flex;
        justify-content: center;
        border-radius: 0 0 12px 12px;
    }

    .after-login .rating p {
        text-align: center;
        font-size: 16px;
        font-weight: bold;
    }

    .after-login .rating span,
    .after-login .rating h6 {
        display: flex;
        justify-content: center;
    }

    .after-login .rating h6 .after-login .rating span i {
        padding: 0px 2px;
    }
}

@media screen and (max-width: 900px) {
    .after-login .mobi-margin .tabcontent {
        margin: 10px 0px;
    }

}

/******************************* After Sign in  ******************************/
/******************************* After Sign in  ******************************/

.time-line-modal {
    margin: 0px auto;
    Width: 550px;
    border-left: 2px solid #ccc;
    padding: 20px 20px 20px 30px;
}

.time-line-modal-div {
    background-color: #fff;
    padding: 10px 25px;
    color: #333;
    font-size: 16px;
    line-height: 1.7;
    position: relative;
    box-shadow: 0px 5px 10px #c8c8c8 !important;
}

.time-line-modal-div span.date-span {
    background-color: #fc5a34;
    color: #fff;
    padding: 1px 10px;
}

.time-line-modal-div::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #fc5a34;
    border: 3px solid #c3c3c3;
    position: absolute;
    top: 10px;
    left: -40px;
}

@media screen and (max-width: 900px) {
    .time-line-modal {
        width: 100% !important;
        padding: 10px 0px 20px 15px !important;
    }
}

@media screen and (max-width: 500px) {
    .after-login .tabcontent .table-responsive .modal-footer {
        justify-content: center;
        padding: 10px;
    }

    .after-login .modal-xl .modal-body {
        padding: 1rem !important;
    }

    .after-login .modal-xl .modal-body .tab-pane .row div.col-sm-12 {
        margin: 10px 0px;
    }

    .after-login .tabcontent .table-responsive .modal-header .nav-tabs {
        justify-content: center;
    }

    .time-line-modal {
        margin-left: 9px !important;
    }
}


/*
Custom Tooltip
*/

.my-tooltip {
    width: 250px;
    color: #fff;
    padding: 5px 15px;
    border-radius: 10px;
    background-color: #333;
    margin-top: 15px !important;
    position: absolute !important;
    display: none;
}

.my-tooltip h2 {
    color: #fff;
    font-size: 14px !important;
    margin-bottom: 5px;
}

.my-tooltip h2:hover {
    color: #fff;
}

.my-tooltip::after {
    content: '';
    position: absolute;
    left: 10px;
    bottom: 100%;
    margin-left: 0;
    border-width: 5px;
    border-style: solid;
    border-color: transparent;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 15px solid #333;
    font-family: "Bai Jamjuree", sans-serif !important;
}

.my-tooltip p {
    color: #fff;
    font-size: 12px !important;
    font-weight: 500 !important;
}

.lv-pagination .page-item .page-link {
    color: #fc5a34;
}

.lv-pagination .page-item.active .page-link {
    color: #fff;
    background-color: #fc5a34;
    border-color: #fc5a34;
}

.p-extra-opt label {
    font-size: 14px !important;
    font-weight: normal !important;
}

.p-extra-opt label.title-label {
    font-size: 16px !important;
    font-weight: 500 !important;
    margin-bottom: 5px;
}

.p-extra-opt .ext-opt {
    margin: 7px 0px;
}

.product-info .select2 {
    margin: 0px !important;
}

.owl-carousel .item {
    margin: 5px;
    cursor: pointer;
}

.owl-carousel .item img {
    display: block;
    width: 100% !important;
    height: 90px !important;
    object-fit: contain !important;
    background: #f5f5f5;
    padding: 5px;
    box-shadow: 0 0 0 1px #e0e0e0;
}

.owl-carousel .item img.active {
    box-shadow: 0 0 0 1px #fc5a34;
}

.bcp-slider.owl-carousel .item img {
    display: block;
    width: 100% !important;
    height: 275px !important;
    object-fit: contain !important;
    background: none;
    padding: 0px;
    box-shadow: none;
}

.btn-bk-datetime {
    position: relative;
    font-family: "Open Sans", sans-serif;
    background-color: transparent !important;
    color: #3a62ff !important;
    padding: 5px 5px !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    margin: 0px !important;
    border: 1px solid lightgray !important;
}

.cus-modal {
    font-family: "Bai Jamjuree", sans-serif !important;
}


/* Datepicker */
.datepicker.datepicker-dropdown,
.datepicker.datepicker-inline {
    padding: 0;
    width: 30%;
    max-width: 500px;
    min-width: 250px;
    z-index: 999999 !important;
    padding: 2rem;
}

.datepicker.datepicker-dropdown .datepicker-months,
.datepicker.datepicker-dropdown .datepicker-years,
.datepicker.datepicker-dropdown .datepicker-decades,
.datepicker.datepicker-dropdown .datepicker-centuries,
.datepicker.datepicker-inline .datepicker-months,
.datepicker.datepicker-inline .datepicker-years,
.datepicker.datepicker-inline .datepicker-decades,
.datepicker.datepicker-inline .datepicker-centuries {
    display: flex;
    justify-content: center;
}

.datepicker.datepicker-dropdown .datepicker-days,
.datepicker.datepicker-inline .datepicker-days {
    padding: 0;
}

.datepicker.datepicker-dropdown .datepicker-days table.table-condensed,
.datepicker.datepicker-inline .datepicker-days table.table-condensed {
    width: 100%;
}

.datepicker.datepicker-dropdown .datepicker-days table.table-condensed thead tr th,
.datepicker.datepicker-inline .datepicker-days table.table-condensed thead tr th {
    text-align: center;
    padding: 0.5rem 0;
}

.datepicker.datepicker-dropdown .datepicker-days table.table-condensed thead tr th.prev,
.datepicker.datepicker-inline .datepicker-days table.table-condensed thead tr th.prev {
    color: #1F1F1F;
    padding-bottom: 1rem;
    padding-top: 1rem;
    background: #ffffff;
}

.datepicker.datepicker-dropdown .datepicker-days table.table-condensed thead tr th.datepicker-switch,
.datepicker.datepicker-inline .datepicker-days table.table-condensed thead tr th.datepicker-switch {
    color: #1F1F1F;
    background: #ffffff;
    padding-bottom: 1rem;
    padding-top: 1rem;
    font-size: 1rem;
    font-weight: 600;
}

.datepicker.datepicker-dropdown .datepicker-days table.table-condensed thead tr th.next,
.datepicker.datepicker-inline .datepicker-days table.table-condensed thead tr th.next {
    color: #1F1F1F;
    padding-bottom: 1rem;
    padding-top: 1rem;
    background: #ffffff;
}

.datepicker.datepicker-dropdown .datepicker-days table.table-condensed thead tr th.dow,
.datepicker.datepicker-inline .datepicker-days table.table-condensed thead tr th.dow {
    font-family: "Manrope", sans-serif;
    color: #1F1F1F;
    font-size: 0.875rem;
    font-weight: initial;
}

.datepicker.datepicker-dropdown .datepicker-days table.table-condensed tbody,
.datepicker.datepicker-inline .datepicker-days table.table-condensed tbody {
    position: relative;
    top: 13px;
}

.datepicker.datepicker-dropdown .datepicker-days table.table-condensed tbody td,
.datepicker.datepicker-inline .datepicker-days table.table-condensed tbody td {
    text-align: center;
}

.datepicker.datepicker-dropdown .datepicker-days table.table-condensed tbody td.day,
.datepicker.datepicker-inline .datepicker-days table.table-condensed tbody td.day {
    font-size: 0.9375rem;
    padding: 0.5rem 0;
    color: #1F1F1F;
}

.datepicker.datepicker-dropdown .datepicker-days table.table-condensed tbody td.day:hover,
.datepicker.datepicker-inline .datepicker-days table.table-condensed tbody td.day:hover {
    background: #ffffff;
}

.datepicker.datepicker-dropdown .datepicker-days table.table-condensed tbody td.day.active,
.datepicker.datepicker-inline .datepicker-days table.table-condensed tbody td.day.active {
    color: #fff;
    background: transparent;
    position: relative;
    z-index: 1;
}

.datepicker.datepicker-dropdown .datepicker-days table.table-condensed tbody td.day.active:before,
.datepicker.datepicker-inline .datepicker-days table.table-condensed tbody td.day.active:before {
    content: "";
    width: 28px;
    height: 28px;
    background: #34B1AA;
    border-radius: 4px;
    display: block;
    margin: auto;
    vertical-align: middle;
    position: absolute;
    top: 6px;
    z-index: -1;
    left: 0;
    right: 0;
}

.datepicker.datepicker-dropdown .datepicker-days table.table-condensed tbody td.day.today,
.datepicker.datepicker-inline .datepicker-days table.table-condensed tbody td.day.today {
    color: #fff;
    background: transparent;
    position: relative;
    z-index: 1;
}

.datepicker.datepicker-dropdown .datepicker-days table.table-condensed tbody td.day.today:before,
.datepicker.datepicker-inline .datepicker-days table.table-condensed tbody td.day.today:before {
    content: "";
    width: 28px;
    height: 28px;
    background: #1F3BB3;
    border-radius: 4px;
    box-shadow: 3px 3px 6px 0 rgba(147, 127, 201, 0.43);
    -webkit-box-shadow: 3px 3px 6px 0 rgba(147, 127, 201, 0.43);
    -moz-box-shadow: 3px 3px 6px 0 rgba(147, 127, 201, 0.43);
    display: block;
    margin: auto;
    vertical-align: middle;
    position: absolute;
    top: 6px;
    z-index: -1;
    left: 0;
    right: 0;
}

.datepicker.datepicker-dropdown .datepicker-days table.table-condensed tbody td.old.day,
.datepicker.datepicker-inline .datepicker-days table.table-condensed tbody td.old.day,
.datepicker.datepicker-dropdown .datepicker-days table.table-condensed tbody td.disabled.day,
.datepicker.datepicker-inline .datepicker-days table.table-condensed tbody td.disabled.day {
    color: #d9dde3;
}

.datepicker.datepicker-dropdown .datepicker-days table.table-condensed tbody td.range-start,
.datepicker.datepicker-dropdown .datepicker-days table.table-condensed tbody td.range-end,
.datepicker.datepicker-inline .datepicker-days table.table-condensed tbody td.range-start,
.datepicker.datepicker-inline .datepicker-days table.table-condensed tbody td.range-end {
    background: transparent;
    position: relative;
}

.datepicker.datepicker-dropdown .datepicker-days table.table-condensed tbody td.range-start::before,
.datepicker.datepicker-dropdown .datepicker-days table.table-condensed tbody td.range-end::before,
.datepicker.datepicker-inline .datepicker-days table.table-condensed tbody td.range-start::before,
.datepicker.datepicker-inline .datepicker-days table.table-condensed tbody td.range-end::before {
    content: "";
    width: 28px;
    height: 28px;
    background: rgba(52, 177, 170, 0.2);
    border-radius: 4px;
    display: block;
    margin: auto;
    vertical-align: middle;
    position: absolute;
    top: 6px;
    z-index: -1;
    left: 0;
    right: 0;
}

.datepicker.datepicker-dropdown .datepicker-days table.table-condensed tbody td.range,
.datepicker.datepicker-inline .datepicker-days table.table-condensed tbody td.range {
    position: relative;
    background: transparent;
}

.datepicker.datepicker-dropdown .datepicker-days table.table-condensed tbody td.range::before,
.datepicker.datepicker-inline .datepicker-days table.table-condensed tbody td.range::before {
    content: "";
    width: 28px;
    height: 28px;
    background: #eee;
    border-radius: 4px;
    display: block;
    margin: auto;
    vertical-align: middle;
    position: absolute;
    top: 6px;
    z-index: -1;
    left: 0;
    right: 0;
}

.datepicker.datepicker-inline {
    width: 100%;
    max-width: 100%;
    min-width: 250px;
}

.datepicker.datepicker-inline thead tr th.prev {
    color: grey;
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
}

.datepicker.datepicker-inline thead tr th.datepicker-switch {
    color: #1F3BB3;
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
}

.datepicker.datepicker-inline thead tr th.next {
    color: grey;
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
}

.datepicker>div {
    display: initial;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    border-radius: 2px;
}

.datepicker.input-group {
    border: 1px solid #dee2e6;
    padding: 0;
}

.datepicker.input-group .form-control,
.datepicker.input-group .typeahead,
.datepicker.input-group .tt-query,
.datepicker.input-group .tt-hint,
.datepicker.input-group .select2-container--default .select2-selection--single .select2-search__field,
.select2-container--default .select2-selection--single .datepicker.input-group .select2-search__field,
.datepicker.input-group .select2-container--default .select2-selection--single,
.select2-container--default .datepicker.input-group .select2-selection--single {
    border: none;
}

.datepicker-dropdown:after {
    border-bottom-color: var(--bs-body-bg);
}

.datepicker-dropdown:before {
    border-bottom-color: #dee2e6;
}

.datepicker-dropdown.datepicker-orient-top:before,
.datepicker-dropdown.datepicker-orient-top:after {
    top: auto;
}

.datepicker-dropdown.datepicker-orient-top:after {
    border-top-color: var(--bs-body-bg);
}

.datepicker-dropdown.datepicker-orient-top:before {
    border-top-color: #dee2e6;
}

.billing-modal .form-group {
    margin-bottom: 1rem;
}

.my-tooltip.danger {
    background-color: #dc3545 !important;
}

.my-tooltip.danger::after {
    border-bottom: 15px solid #dc3545;
}

.map-embed-div iframe,
.show-branch-image {
    width: 100%;
    height: 450px;
}

.show-branch-image {
    object-fit: cover;
}

@media (max-width: 767px) {

    .map-embed-div iframe,
    .show-branch-image {
        height: 200px !important;
    }

    section.fifth .container {
        height: unset;
    }

    section.fifth .vehicle-care-left {
        border-radius: 30px 30px 0px 0px !important;
        padding: 40px 20px;
        text-align: justify;
        gap: 14px;
    }

    section.fifth .vehicle-care-right img {
        border-radius: 0px 0px 30px 30px !important;
    }

    section.sixth .row.inside {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
    }

    section.sixth .row.inside>.col {
        min-width: 350px;
    }

}

.branch-services li {
    display: list-item !important;
}


/* Branches Google Map */

.gm-style-iw.gm-style-iw-c {
    background: black;
    color: white;
}

.gm-style-iw.gm-style-iw-c .gm-style-iw-chr button span {
    background: white;
}

.gm-style-iw-tc::after {
    background-color: #000 !important;
}

@media (max-width: 767px) {
    .branch-google-map {
        height: 450px !important;
    }
}


.branch-google-map .branch-info-popup h3 {
    font-size: 16px;
    margin: 0;
    padding-bottom: 5px;
}

.branch-google-map .branch-info-popup p {
    font-size: 13px;
    margin: 0;
    margin-bottom: 5px;
    font-weight: normal !important;
}

.branch-google-map .branch-info-popup i {
    margin-right: 5px;
}

.map-dir-btn {
    padding: 5px 10px !important;
    border: none !important;
    font-size: 14px !important;
}

.rating-stars {
    margin: 12px 0px;
}

.rating-stars i {
    margin: 0px 3px;
    font-size: 20px !important;
}

.grecaptcha-badge {
    visibility: hidden !important;
}

/* .table-responsive {
    padding: 0px 0px 15px 0px;
} */


/*
    DataTable Custom Styling
*/

.dataTables_wrapper {
    padding: 10px 0px !important;
}

.dataTables_wrapper table {
    width: 100% !important;
}

.dataTables_wrapper .dataTables_paginate a {
    margin-left: 0px !important;
    color: black !important;
    float: left !important;
    padding: 6px 16px !important;
    text-decoration: none !important;
    border: 1px solid #ddd !important;
}

@media screen and (max-width: 767px) {

    .dataTables_wrapper .dataTables_info,
    .dataTables_wrapper .dataTables_paginate {
        float: none !important;
        text-align: center !important;
        display: flex;
        justify-content: center;
    }
}

table.dataTable {
    border-collapse: collapse !important;
}

.dataTables_wrapper .dataTables_paginate a.previous {
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
}

.dataTables_wrapper .dataTables_paginate a.next {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.dataTables_wrapper .dataTables_paginate a.paginate_button.current {
    color: white !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background-color: #ddd !important;
    background: #ddd !important;
}

.dataTables_wrapper .dataTables_paginate a.paginate_button.current:hover {
    background-color: #fc5a34 !important;
    border: 1px solid #fc5a34 !important;
    color: white !important;
}

.dataTables_wrapper a.paginate_button.current {
    background-color: #fc5a34 !important;
    border: 1px solid #fc5a34 !important;
}

.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_length label,
.dataTables_wrapper .dataTables_length select,
.dataTables_wrapper .dataTables_filter label {
    color: gray !important;
    font-size: 14px !important;
}

.dataTables_wrapper .dataTables_length select,
.dataTables_wrapper .dataTables_filter input {
    width: auto !important;
    height: 30px !important;
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter {
    margin-bottom: 10px;
}

.tyre-dt-row {
    background: #ececec;
    border-radius: 5px;
    padding: 5px 8px;
    margin-bottom: 5px;
    color: #000;
}

.tyre-dt-row i {
    color: gray;
}

.clickable-ph {
    color: inherit !important;
    text-decoration: none !important;
    cursor: pointer;
}

.clickable-ph-line {
    color: inherit;
    text-decoration: underline !important;
    cursor: pointer;
}

.link-theme-hover:hover {
    color: #fc5a34 !important;
}

#f-branch-locator {
    flex-direction: column;
    color: #0c0c0c;
}

#f-branch-locator p {
    font-weight: 300;
    font-size: 14px;
    margin-bottom: 5px;
}

#f-branch-locator a {
    color: var(--theme-primary-color) !important;
}

.btn-branch-locator {
    background-color: transparent !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    padding: 12px 20px !important;
    border: 0px;
    padding: 0px !important;
    text-align: left !important;
}

.bcp-book-online {
    font-family: "Open Sans", sans-serif;
}

.bcp-book-online .row {
    padding: 20px 15px;
    border: 1px solid #eeeeee;
}

.bcp-book-online .row .row-inside-col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.bcp-book-online p {
    padding: 0px;
    margin: 0px;
}

.bcp-book-online .line-1 {
    color: #616161;
    font-size: 16px;
    font-weight: 500;
}

.bcp-book-online .line-2 {
    color: #fc5a34;
    font-size: 24px;
    font-weight: 500;
}


.bcp-book-online .line-3 {
    color: #000;
    font-size: 24px;
    font-weight: 900;
}

@media screen and (min-width: 576px) {
    .bcp-book-online {
        margin-bottom: 50px;
    }

    .bcp-book-online .row .row-inside-col {
        align-items: center;
    }

    .bcp-book-online .line-1 {
        font-size: 24px;
    }

    .bcp-book-online .line-2 {
        font-size: 32px;
    }


    .bcp-book-online .line-3 {
        font-size: 32px;
    }
}

@media screen and (max-width: 575px) {
    .home-banner {
        min-height: 520px !important;
    }

    .search-tyres .hint {
        font-size: 14px;
    }

    #f-branch-locator {
        align-items: flex-start;
    }

    #f-branch-locator p {
        width: 60%;
    }

    section.second p {
        /* text-align: center !important; */
    }

    section.third .quick-links-right img {
        height: 250px !important;
    }

    section.sixth .row.inside>.col {
        min-width: 300px;
    }

    section.sixth .products img {
        width: 85% !important;
    }

    section.reviews-section .section-header {
        padding: 20px;
    }

    section.reviews-section .section-header h2 {
        font-size: 24px;
    }

    section.reviews-section .section-header p {
        font-size: 16px;
    }

    section.sixth .products {
        height: 100% !important;
    }

    .products {
        margin: 10px 0px;
        height: auto !important;
    }

    .products .product-body {
        padding: 10px !important;
    }

    .products .product-body .product-meta .product-title {
        width: 65%;
    }

    .bcp-slider-bottom {
        display: none;
    }

    .theme-lg-icons {
        font-size: 25px;
    }

    .top-section .row div.text-uppercase .first {
        padding: 0px 15px !important;
    }

    .top-section .row div.text-uppercase .first p {
        text-align: center;
        font-size: 14px !important;
    }

    .top-section .row div.text-uppercase .first h1 {
        text-align: center;
        font-size: 34px !important;
    }

    .top-section .row div.text-uppercase {
        background: url(../images/top-section-tyre-1.png);
    }

    .van-wheels-banner {
        background: url(../images/vans/van.png) !important;
        min-height: 330px;
    }


    .van-wheels-banner .vw-text {
        align-items: start !important;
    }

    section.vans {
        padding-top: 20px !important;
    }

    .vans-row {
        box-shadow: none !important;
        padding: 0px !important;
        border: 1px solid #e1e1e1;
        border-radius: 0px !important;
    }

    section.vans .container .row .van-category img {
        width: 100% !important;
        height: 250px;
    }

    .top-section .row div.text-uppercase a.shop-link {
        font-size: 13px;
    }

    .winter-check-btn {
        font-size: 15px !important;
    }

    .search-tyres #gb-head {
        background-color: #0166ac;
        border: none;
        color: #fff;
        border-radius: 5px 0px 0px 5px !important;
        display: flex;
        flex-direction: column;
        padding: 5px 10px !important;
    }

    .search-tyres #gb-head img {
        width: 20px;
        height: 15px;
        border: 1px solid #ffffff85;
        border-radius: 4px;
    }

    .search-tyres #veh-reg-no::placeholder {
        color: #000;
        font-weight: 900 !important;
        font-size: 20px !important;
        text-align: center;
    }

    .search-tyres #veh-reg-no {
        color: #000;
        font-weight: 900 !important;
        font-size: 20px !important;
        text-align: center;
        background: linear-gradient(to bottom, #ffe370, #eac52f);
        border: none;
        border-radius: 0px 5px 5px 0px !important;
        text-transform: uppercase;
    }

    section.seven .col-sm-12 .d-sm-flex .btn:first-child {
        margin-bottom: 10px;
    }

    section.eight {
        padding: 20px !important;
    }

    section.eight .section-header {
        margin-bottom: 40px !important;
    }

    footer .container {
        padding: 0px 10px !important;
    }

}

#cps-top {
    padding: 0px !important;
}

#cps-top .owl-carousel .owl-controls {
    display: none !important;
}

.van-wheels-banner .vw-text {
    display: flex;
    align-items: center;
}

.vans-row {
    box-shadow: 0px 0px 10px 2px #c8c8c8;
    border-radius: 15px;
    padding: 20px;
}

.blog-content a {
    text-decoration: none !important;

    &:hover {
        color: #fc5a34 !important;
    }
}

.blog-content img {
    padding-bottom: 5px;
}

.blog-content a span:hover {
    color: #fc5a34 !important;
}

.btn-outline-filter {
    background-color: transparent !important;
    color: #757575 !important;
    border: 1px solid #e8e8e8 !important;
    font-weight: 400;
    color: #fc5a34 !important;
}

.btn-outline-filter:hover {
    background-color: #fc5a34 !important;
    color: #dfdfdf !important;
}

.s-years-icon {
    position: relative;
}

.s-years-icon img {
    width: 22px;
    height: 22px;
}

.s-years-icon i {
    position: absolute;
    font-size: 9px !important;
    left: 6px;
    top: -2px;
    font-style: normal;
    font-weight: 700;
    color: var(--theme-primary-color) !important;
    padding: 0px !important;
    margin: 0px !important;
}

#fitting-stores-div .select2-container {
    flex: 1 !important;
}

.product-page .brand-logo {
    height: 35px;
    width: 100%;
    /* text-align: start; */
}

.product-page .brand-logo .image {
    height: 100%;
    width: auto !important;
    padding: 0px !important;
}