.layout-radius {
    border-radius: 80px;
    margin-top: -72px;
    margin-bottom: -80px;
    background-color: #fff;
}

.site-menu-inner li.active a {
    color: #e90000;
}

.cars-section-fourteen {
    position: relative;
    padding: 30px 0 60px;
    border-radius: 80px;
}

.boxcar-container {
    position: static;
    max-width: 1430px;
    padding: 0px 15px;
    margin: 0 auto;
    width: 100%;
}

.boxcar-title-three {
    margin-bottom: 25px;
}

.boxcar-title-three .breadcrumb {
    margin-bottom: 2px;
}

.boxcar-title-three .breadcrumb li {
    font-size: 15px;
    margin-right: 21px;
    position: relative;
}

.boxcar-title-three .breadcrumb li::before {
    content: "/";
    position: absolute;
    top: 0;
    right: -14px;
}

.boxcar-title-three .breadcrumb li:last-child {
    margin-right: 0;
}

.boxcar-title-three .breadcrumb li:last-child::before {
    display: none;
}

.boxcar-title-three .breadcrumb li a {
    color: #e90000;
}

.boxcar-title-three h2 {
    margin-bottom: 13px;
    font-weight: 700;
    font-size: 30px;
}

.boxcar-title-three .text {
    font-size: 40px;
    font-weight: 700;
    line-height: 55px;
}

.cars-section-fourteen .side-bar {
    border-radius: 16px;
    border: 1px solid #E1E1E1;
    background: #fff;
    padding: 15px 0 0;
}

/*** 

====================================================================
    shop section fourten
====================================================================

***/

.cars-section-fourteen .side-bar {
    border-radius: 16px;
    border: 1px solid #E1E1E1;
    background: #fff;
    padding: 15px 0 0;
}

.categories-box {
	padding: 1.25rem;
	border: 1px solid #DFE3E7;
	-webkit-box-shadow: 1px 2px 4px rgba(33, 37, 41, 0.05);
	box-shadow: 1px 2px 4px rgba(33, 37, 41, 0.05);
	border-radius: 12px;
}
.categories-box .title {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 10px;
	font-family: Archivo,sans-serif;
	color: #000;
	letter-spacing: -.025em;
	font-size: 24px;
	line-height: .94737em;
	font-weight: 600;
	margin: 10px 0 15px 0px;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.categories-box .contain {
    display: block;
    position: relative;
    padding-left: 36px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 14px;
    color: #04091C;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.categories-box .contain input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.categories-box .checkmark {
    position: absolute;
    top: 4px;
    left: 0;
    height: 20px;
    width: 20px;
    border: 1px solid rgb(60, 60, 60);
    border-radius: 5px;
}

.categories-box .contain input:checked~.checkmark {
    background-color: var(--theme-color-dark);
}

.categories-box .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.categories-box .contain input:checked~.checkmark:after {
    display: block;
}

.categories-box .contain .checkmark:after {
    left: 6px;
    top: 3px;
    width: 7px;
    height: 10px;
    border: solid #eb3b3b;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.price-box {
    padding: 15px 19px 0;
}

.price-box .title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}

.price-box form {
    width: 100%;
    margin: 0;
}

.price-box form .form-column {
    padding-right: 20px;
}

.price-box form .form-column.v2 {
    padding-right: 0;
    padding-left: 20px;
}

.price-box form .form_boxes {
    border-radius: 12px;
    border: 1px solid rgb(225, 225, 225);
    background: var(--color-white, #FFF);
    padding: 7px 15px;
    margin-bottom: 30px;
}

.price-box form .form_boxes textarea {
    width: 100%;
    height: 200px;
}

.price-box form .form_boxes textarea::-webkit-input-placeholder {
    color: var(--theme-color-dark);
}

.price-box form .form_boxes textarea::-moz-placeholder {
    color: var(--theme-color-dark);
}

.price-box form .form_boxes textarea:-ms-input-placeholder {
    color: var(--theme-color-dark);
}

.price-box form .form_boxes textarea::-ms-input-placeholder {
    color: var(--theme-color-dark);
}

.price-box form .form_boxes textarea::placeholder {
    color: var(--theme-color-dark);
}

.price-box form .form_boxes label {
    display: block;
    color: #818181;
    font-size: 15px;
    font-weight: 400;
}

.price-box form .form_boxes .drop-menu {
    height: unset;
}

.price-box form .form_boxes .drop-menu .select {
    padding: 0;
    line-height: unset;
}

.price-box form .form_boxes .drop-menu .dropdown {
    padding: 5px 15px;
    margin-top: 10px;
    border-radius: 12px;
    left: -15px;
    width: calc(100% + 30px);
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.08);
}

.car-block-fourteen {
    margin-bottom: 30px;
}

.car-block-fourteen .inner-box {
    border-radius: 16px;
    border: 1px solid #E1E1E1;
    background: #fff;
    padding: 0px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.01);
}

.content-box {
    padding: 17px 30px 15px;
}

.car-block-fourteen .inner-box .image-box {
    margin-bottom: 30px;
}

.car-block-fourteen .inner-box .content-box .rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 4px;
}

.car-block-fourteen .inner-box .content-box .rating li {
    font-size: 12px;
    color: var(--theme-color1);
    margin-right: 4px;
}

.car-block-fourteen .inner-box .content-box .rating li:last-child {
    margin-right: 0;
}

.car-block-fourteen .inner-box .content-box .text {
    font-weight: 500;
    color: var(--theme-color-dark);
    margin-bottom: 7px;
    text-align: start;

}

.car-block-fourteen .inner-box .content-box .title {
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
}

.car-block-fourteen .inner-box .content-box .title del {
    font-size: 14px;
    padding-right: 10px;
    display: flex;
    align-items: center;
}

.car-block-fourteen .inner-box .content-box .shoping-btn {
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	border-radius: 8px;
	border: 1px solid #f24040;
	height: 45px;
	line-height: 45px;
	width: 100%;
	display: inline-block;
	text-align: center;
	background: #EB2223;
}

.car-block-fourteen .inner-box .content-box .shoping-btn i {
    margin-right: 11px;
}

.car-block-fourteen .inner-box .content-box .shoping-btn:hover {
    background-color: red;
    color: #fff;
}

/*** 

====================================================================
    shop section fifteen
====================================================================

***/
.cars-section-fifteen {
    background-color: var(--theme-color-light);
    position: relative;
    padding: 52px 0 0;
    border-radius: 80px;
}

.cars-section-fifteen .cars-section-fourteen.v1 {
    margin-top: 0;
    padding: 120px 0 160px;
}

.cars-section-fifteen .cars-section-fourteen.v1 .car-block-fourteen {
    margin: 0 15px;
}

.cars-section-fifteen .right-box.one {
    margin-bottom: 104px;
}

.cars-section-fifteen .nav-tabs {
    margin-bottom: 34px;
    border: 0;
    display: unset;
    margin-bottom: 0;
}

.cars-section-fifteen .nav-tabs .nav-link {
    font-size: 18px;
    font-weight: 500;
    color: var(--theme-color-dark);
    border-top: 0;
    border-left: 0;
    border-right: 0;
    padding: 0 0 7px 0;
    margin-right: 32px;
    position: relative;
    margin-bottom: 19px;
}

.cars-section-fifteen .nav-tabs .nav-link:hover {
    border-color: transparent;
}

.cars-section-fifteen .nav-tabs .nav-link.active {
    color: var(--theme-color1);
}

.cars-section-fifteen .nav-tabs .nav-link.active::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--theme-color1);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.cars-section-fifteen .shop-c-box .content-column .inner-column h2 {
    font-weight: 700;
    margin-bottom: 12px;
}

.cars-section-fifteen .shop-c-box .content-column .inner-column .price {
    font-size: 26px;
    font-weight: 500;
    color: var(--theme-color-dark);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 19px;
}

.cars-section-fifteen .shop-c-box .content-column .inner-column .price del {
    font-size: 15px;
    margin-left: 10px;
}

.cars-section-fifteen .shop-c-box .content-column .inner-column small {
    font-size: 15px;
    color: var(--theme-color-dark);
    margin-bottom: 17px;
    display: inline-block;
}

.cars-section-fifteen .shop-c-box .content-column .inner-column small i {
    font-size: 10px;
    color: var(--theme-color1);
    width: 18px;
    height: 18px;
    background-color: rgba(64, 95, 242, 0.15);
    line-height: 18px;
    text-align: center;
    border-radius: 50px;
    position: relative;
    top: -1px;
    margin-right: 7px;
}

.cars-section-fifteen .shop-c-box .content-column .inner-column .text {
    font-size: 15px;
    color: var(--theme-color-dark);
    margin-bottom: 21px;
}

.cars-section-fifteen .shop-c-box .content-column .inner-column .btn-box {
    margin-bottom: 22px;
}

.cars-section-fifteen .shop-c-box .content-column .inner-column .btn-box .shoping-btn {
    font-size: 15px;
    font-weight: 500;
    color: var(--theme-color-light);
    border-radius: 8px;
    border: 1px solid var(--color-secondary, #405FF2);
    background: var(--theme-color1);
    height: 54px;
    line-height: 54px;
    padding: 0 78px;
    display: inline-block;
    text-align: center;
}

.cars-section-fifteen .shop-c-box .content-column .inner-column .btn-box .shoping-btn i {
    margin-right: 11px;
}

.cars-section-fifteen .shop-c-box .content-column .inner-column .list li {
    font-size: 15px;
    color: var(--theme-color-dark);
    margin-bottom: -2px;
}

.cars-section-fifteen .shop-c-box .content-column .inner-column .list li span {
    width: 111px;
    display: inline-block;
}

.cars-section-fifteen .content-sec {
    padding-top: 120px;
}

.cars-section-fifteen .content-sec .content-column .inner-column .description-sec .title {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 23px;
}

.cars-section-fifteen .content-sec .content-column .inner-column .description-sec .text {
    font-size: 15px;
    color: var(--theme-color-dark);
}

.cars-section-fifteen .content-sec .content-column .inner-column .description-sec .text.two {
    margin-bottom: 24px;
}

.cars-section-fifteen .content-sec .content-column .inner-column .description-sec .des-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 38px;
}

.cars-section-fifteen .content-sec .content-column .inner-column .description-sec .des-list li {
    margin-right: 18px;
}

.cars-section-fifteen .content-sec .content-column .inner-column .description-sec .des-list li:last-child {
    margin-right: 0;
}

.cars-section-fifteen .content-sec .content-column .inner-column .description-sec .des-list li span {
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    color: var(--theme-color-dark);
    padding: 14px 26px 12px;
    border-radius: 12px;
    background: var(--bg-2, #EEF1FB);
}

.cars-section-fifteen .content-sec .content-column .inner-column .description-sec .des-list li span img {
    margin-right: 10px;
    position: relative;
    top: -1px;
}

.cars-section-fifteen .content-sec .content-column .inner-column .description-sec .des-list .two span {
    background: var(--bg-3, #E9F2FF);
}

.cars-section-fifteen .content-sec .content-column .inner-column .description-sec .des-list .three span {
    background: var(--bg-4, #FFE9F3);
}

.cars-section-fifteen .content-sec .content-column .inner-column .reviews .title {
    margin-bottom: 23px;
    font-weight: 500;
}

.cars-section-fifteen .content-sec .content-column .inner-column .reviews .auther-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 16px;
}

.cars-section-fifteen .content-sec .content-column .inner-column .reviews .auther-name span {
    font-size: 14px;
    font-weight: 500;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: var(--theme-color-dark);
    border-radius: 50%;
    text-align: center;
    color: var(--theme-color-light);
    display: inline-block;
    margin-right: 12px;
}

.cars-section-fifteen .content-sec .content-column .inner-column .reviews .auther-name .name {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
    margin-right: 17px;
}

.cars-section-fifteen .content-sec .content-column .inner-column .reviews .auther-name small {
    font-size: 14px;
    color: var(--theme-color-dark);
}

.cars-section-fifteen .content-sec .content-column .inner-column .reviews .rating-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cars-section-fifteen .content-sec .content-column .inner-column .reviews .rating-list .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.cars-section-fifteen .content-sec .content-column .inner-column .reviews .rating-list .list li {
    font-size: 10px;
    margin-right: 4px;
    color: var(--theme-color1);
}

.cars-section-fifteen .content-sec .content-column .inner-column .reviews .rating-list .list li:last-child {
    margin-right: 0;
}

.cars-section-fifteen .content-sec .content-column .inner-column .reviews .rating-list span {
    font-size: 15px;
    color: var(--theme-color-dark);
    font-weight: 500;
    margin-left: 12px;
}

.cars-section-fifteen .content-sec .content-column .inner-column .reviews .text {
    font-size: 15px;
    color: var(--theme-color-dark);
    max-width: 849px;
}

.cars-section-fifteen .content-sec .content-column .inner-column .image-box {
    margin-top: 23px;
    margin-bottom: 20px;
}

.cars-section-fifteen .content-sec .content-column .inner-column .image-box img {
    border-radius: 12px;
    margin-right: 16px;
}

.cars-section-fifteen .content-sec .content-column .inner-column .image-box img:last-child {
    margin-right: 0;
}

.cars-section-fifteen .content-sec .content-column .inner-column .btn-box .like-btn {
    font-size: 15px;
    color: #818181;
    margin-right: 28px;
}

.cars-section-fifteen .content-sec .content-column .inner-column .btn-box .like-btn i {
    margin-right: 10px;
}

.cars-section-fifteen .content-sec .content-column .inner-column .btn-box .like-btn:hover {
    color: var(--theme-color1);
}

.cars-section-fifteen .content-sec .content-column .inner-column .content-box.two {
    margin-top: 29px;
    border-bottom: 1px solid #E1E1E1;
    padding-bottom: 60px;
}

.cars-section-fifteen .content-sec .content-column .inner-column .content-box.two .text {
    margin-bottom: 27px;
}

.cars-section-fifteen .content-sec .content-column .inner-column .content-box.two .review {
    font-size: 15px;
    color: var(--theme-color1);
    font-weight: 500;
    height: 54px;
    line-height: 54px;
    padding: 0 38px;
    border-radius: 12px;
    border: 1px solid var(--color-secondary, #405FF2);
    background: var(--White, #FFF);
    display: inline-block;
    margin-top: 30px;
}

.cars-section-fifteen .content-sec .content-column .inner-column .content-box.two .review svg {
    margin-left: 10px;
    position: relative;
    top: -1px;
}

.cars-section-fifteen .content-sec .content-column .inner-column .Reply-sec {
    margin-top: 52px;
    margin-bottom: 20px;
}

.cars-section-fifteen .content-sec .content-column .inner-column .Reply-sec .text {
    margin-bottom: 30px;
}

.cars-section-fifteen .content-sec .content-column .inner-column .Reply-sec .right-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cars-section-fifteen .content-sec .content-column .inner-column .Reply-sec .right-box .rating-list {
    width: 330px;
}

.cars-section-fifteen .content-sec .content-column .inner-column .Reply-sec .right-box .rating-list .list-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
}

.cars-section-fifteen .content-sec .content-column .inner-column .Reply-sec .right-box .rating-list .list-box span {
    font-size: 15px;
    color: var(--theme-color-dark);
}

.cars-section-fifteen .content-sec .content-column .inner-column .Reply-sec .right-box .rating-list .list-box .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.cars-section-fifteen .content-sec .content-column .inner-column .Reply-sec .right-box .rating-list .list-box .list li {
    font-size: 12px;
    color: var(--theme-color1);
    margin-right: 4px;
}

.cars-section-fifteen .content-sec .content-column .inner-column .Reply-sec .right-box .rating-list .list-box .list li:last-child {
    margin-right: 0;
}

.cars-section-fifteen .content-sec .content-column .inner-column .Reply-sec .right-box .rating-list.two {
    margin-right: 144px;
}

.cars-section-fifteen .content-sec .content-column .inner-column form {
    width: 100%;
    margin: 0;
    margin-left: -12px;
}

.cars-section-fifteen .content-sec .content-column .inner-column form .form_boxes {
    border-radius: 12px;
    border: 1px solid rgb(225, 225, 225);
    background: var(--color-white, #FFF);
    padding: 7px 15px;
    margin-bottom: 30px;
}

.cars-section-fifteen .content-sec .content-column .inner-column form .form_boxes textarea {
    width: 100%;
    height: 200px;
}

.cars-section-fifteen .content-sec .content-column .inner-column form .form_boxes textarea::-webkit-input-placeholder {
    color: var(--theme-color-dark);
}

.cars-section-fifteen .content-sec .content-column .inner-column form .form_boxes textarea::-moz-placeholder {
    color: var(--theme-color-dark);
}

.cars-section-fifteen .content-sec .content-column .inner-column form .form_boxes textarea:-ms-input-placeholder {
    color: var(--theme-color-dark);
}

.cars-section-fifteen .content-sec .content-column .inner-column form .form_boxes textarea::-ms-input-placeholder {
    color: var(--theme-color-dark);
}

.cars-section-fifteen .content-sec .content-column .inner-column form .form_boxes textarea::placeholder {
    color: var(--theme-color-dark);
}

.cars-section-fifteen .content-sec .content-column .inner-column form .form_boxes label {
    display: block;
    color: #818181;
    font-size: 15px;
    font-weight: 400;
}

.cars-section-fifteen .content-sec .content-column .inner-column form .form_boxes .drop-menu {
    height: unset;
}

.cars-section-fifteen .content-sec .content-column .inner-column form .form_boxes .drop-menu .select {
    padding: 0;
    line-height: unset;
}

.cars-section-fifteen .content-sec .content-column .inner-column form .form_boxes .drop-menu .dropdown {
    padding: 5px 15px;
    margin-top: 10px;
    border-radius: 12px;
    left: -15px;
    width: calc(100% + 30px);
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.08);
}

.cars-section-fifteen .content-sec .content-column .inner-column form .form_boxes.v2 {
    padding-top: 14px;
}

.cars-section-fifteen .content-sec .content-column .inner-column form .theme-btn {
    background: #405FF2;
    color: #fff;
    height: 54px;
    line-height: 54px;
    border-radius: 12px;
    padding: 0 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cars-section-fifteen .content-sec .content-column .inner-column form .theme-btn svg {
    margin-left: 10px;
}

/*** 

====================================================================
    boxcar-customers-section
====================================================================

***/
.boxcar-customers-section .car-slider-three {
    padding-bottom: 0;
}

.boxcar-customers-section .car-slider-three .slick-prev,
.boxcar-customers-section .car-slider-three .slick-next {
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px;
    height: 30px;
}

.boxcar-customers-section .car-slider-three .slick-prev {
    left: -50px;
}

.boxcar-customers-section .car-slider-three .slick-next {
    right: -50px;
    left: auto;
}

.cars-section-four.v1 {
    padding: 52px 0 120px;
    background-color: var(--theme-color-light);
}

.cars-section-four.v1 .text-box.v1 {
    margin-bottom: 11px;
}

.cars-section-four.v1 .boxcar-title-three {
    margin-bottom: 0;
    position: relative;
    z-index: 12;
}

.cars-section-four.v1 .boxcar-title-three h2 {
    margin-bottom: 21px;
}

.cars-section-four.v1.v2 .boxcar-title-three {
    margin-bottom: 51px;
}

.cars-section-ten.v8 {
    padding: 120px 0;
}

.cars-section-four.v1.v5 {
    padding: 0;
}

.cars-section-four.v1.v5 .text-box.v2 .form_boxes.v3 {
    margin-right: 57px;
}

.cars-section-four.v1.v5 .map-column #map {
    position: fixed;
    height: 100%;
    right: 0;
    bottom: 0;
}

.cars-section-four.v1.v5 .map-column .inner-column {
    position: relative;
    margin-right: -52px;
}

.cars-section-four.v1.v5 .map-column .inner-column .goole-iframe iframe {
    width: 100%;
    height: 1133px;
    border-radius: 0 80px 0 0;
}

.cars-section-four.v1.v5 .map-column .inner-column .car-block-ten {
    position: absolute;
    top: 178px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.cars-section-four.v1.v5 .map-column .inner-column .car-block-ten .inner-box {
    width: 329px;
    margin: auto;
    border-radius: 16px;
}

.cars-section-four.v1.v5 .map-column .inner-column .car-block-ten .inner-box .content-box {
    padding-bottom: 15px;
}

.cars-section-four.v1.v5 .right-box {
    padding: 30px 20px 20px 40px;
}

.cars-section-four.v1.v5 .right-box .car-block-ten {
    margin: 0 0 30px;
}

.cars-section-four.v1.v5 .right-box .car-block-ten .inner-box .image-box {
    width: 100%;
}

.cars-section-four.v1.v5 .right-box .car-block-ten .inner-box .image-box .image img {
    width: 100%;
}

.cars-section-four.v1.v5 .pagination-sec.v1 {
    margin-top: 60px;
}

.cars-section-four.v1.v5 .map-column.two .inner-column .goole-iframe iframe {
    height: 1250px;
}

.car-block-forteen {
    margin-bottom: 30px;
}

.car-block-forteen:last-child {
    margin-bottom: 0;
}

.car-block-forteen .inner-box {
    background-color: var(--theme-color-light);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.car-block-forteen .inner-box .image-box {
    position: relative;
    display: inline-block;
}

.car-block-forteen .inner-box .image-box .image {
    border-radius: 15px 0 0 15px;

}

@media (max-width: 1399px) {
    .car-block-forteen .inner-box .image-box .image {
        border-radius: 15px 15px 0 0;

    }
}

.car-block-forteen .inner-box .image-box .image img {
    height: 288px;
}

.car-block-forteen .inner-box .image-box span {
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 14px;
    background-color: var(--theme-color1);
    font-weight: 500;
    color: var(--theme-color-light);
    padding: 1px 16px 1px 16px;
    border-radius: 50px;
}

.car-block-forteen .inner-box .image-box .icon-box {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 36px;
    height: 36px;
    background-color: var(--theme-color-light);
    border-radius: 50%;
    line-height: 35px;
    text-align: center;
}

.car-block-forteen .inner-box .image-box.two span {
    background-color: #3D923A;
}

.car-block-forteen .inner-box .content-box {
    position: relative;
    border-radius: 0 15px 15px 0;
    border: 1px solid var(--Border, #E1E1E1);
    border-left: 0;
    padding: 23px 30px 13px;
    height: 100%;
    width: calc(100% - 330px);
}

.car-block-forteen .inner-box .content-box .title {
    font-size: 18px;
    font-weight: 500;
    color: var(--theme-color-dark);
    line-height: 24px;
    margin-bottom: 5px;
}

.car-block-forteen .inner-box .content-box .text {
    margin-bottom: 14px;
    font-size: 14px;
}

.car-block-forteen .inner-box .content-box ul li {
    position: relative;
    /* padding-left: 28px; */
    padding-bottom: 11px;
    display: flex;
    gap: 10px;
}

.car-block-forteen .inner-box .content-box ul li img {
    position: absolute;
    top: 4px;
    left: 0;
}

.car-block-forteen .inner-box .content-box .btn-box span {
    font-size: 14px;
    display: block;
    margin-bottom: -2px;
}

.car-block-forteen .inner-box .content-box .btn-box small {
    font-size: 20px;
    font-weight: 700;
    color: var(--theme-color-dark);
    line-height: 30px;
    display: inline-block;
    margin-bottom: 6px;
}

.car-block-forteen .inner-box .content-box .btn-box .details {
    position: absolute;
    bottom: 19px;
    right: 35px;
    display: block;
    font-size: 15px;
    font-weight: 500;
    color: var(--theme-color-dark);
    font-family: var(--title-font);
}

.car-block-forteen .inner-box .content-box .btn-box .details svg {
    position: relative;
    top: -2px;
    margin-left: 10px;
}

.ui-widget.ui-widget-content {
    background-color: #E1E1E1;
    height: 3px;
    margin-bottom: 30px;
    border: 0;
}

.ui-slider-horizontal .ui-slider-handle {
    width: 29px;
    height: 29px;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    position: relative;
}

.ui-slider-horizontal .ui-slider-handle:before {
    content: "";
    position: absolute;
    top: -13px;
    left: 0;
    width: 29px;
    height: 29px;
    background-image: url(../images/icons/next.png);
    background-repeat: no-repeat;
}

.ui-slider-horizontal .ui-slider-range {
    background-color: #050B20;
}

.cars-section-fifteen .inner-column {
    position: relative;
}

.cars-section-fifteen .btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.shop-single-thumbs-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
}

.shop-single-thumbs-slider .shop-single-thumb {
    width: 100%;
    height: 90px;
    text-align: center;
    margin-bottom: 10px;
    line-height: 90px;
}

.shop-single-thumbs-slider .shop-single-thumb .thumb-img {
    border: 1px solid #e1e1e1;
    height: 90px;
    width: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 16px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.shop-single-thumbs-slider .shop-single-thumb.slick-active.slick-current .thumb-img {
    border-color: #050B20;
}

.shop-single-product-slider {
    width: 643px;
    border: 1px solid #E1E1E1;
    border-radius: 16px;
    margin-left: 115px;
    padding: 70px 0px;
}

.compare-products {
    overflow: auto;
}


@media (max-width: 1024px) {
    .shop-single-product-slider {
        padding: 0;
    }
}

.shop-single-product-slider .shop-single-product-slide {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.number {
    width: 140px;
    border: 1px solid #E1E1E1;
    border-radius: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 20px;
}

.number .minus,
.number .plus {
    cursor: pointer;
}

.number input {
    width: 80px;
    text-align: center;
    outline: none;
}

/* ===================== PAYMENT OPTIONS =================== */
.payment-options {
    padding: 30px;
    border: 1px solid #E1E1E1;
    border-radius: 16px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.payment-options .shipp input[type=radio] {
    display: none;
}

.payment-options .shipp input[type=radio]+label span {
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    margin-right: 10px;
    border: 1px solid #e1e1e1;
    border-radius: 50%;
    top: 4px;
}

.payment-options .shipp input[type=radio]:checked+label span {
    border: 3px solid #050B20;
}

.payment-options .shipp>label small {
    display: inline-block;
    color: #222222;
    font-size: 15px;
    font-weight: 500;
}

.payment-options ul li {
    margin-bottom: 15px;
}

.payment-options ul li:last-child {
    margin-bottom: 0;
}

.payment-options ul li .shipp+p {
    font-size: 13px;
    color: #050B20;
    line-height: 24px;
    margin-top: 15px;
}

/* .payment-options ul li .shipp+p:before {
  content: "";
  position: absolute;
  top: -5px;
  left: 30px;
  border-top: 10px solid #807aff;
  border-right: 10px solid transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
} */

.payment-options .shipp+img {
    margin-left: 60px;
    margin-top: 16px;
}

.form-submit .theme-btn {
    background: #405FF2;
    color: #fff;
    height: 54px;
    line-height: 54px;
    border-radius: 12px;
    padding: 0 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/* Shop Order Page Style */
.order_complete_message {
    position: relative;
    margin-bottom: 70px;
}

.order_complete_message .icon {
    border-radius: 50%;
    font-size: 30px;
    height: 80px;
    line-height: 80px;
    margin: 0 auto 25px;
    width: 80px;
    background-color: #E9F2FF;
}

.order_complete_message .icon span {
    color: #405FF2;
}

.order_complete_message .title {
    font-size: 30px;
    font-weight: 500;
    line-height: 45px;
    margin-bottom: 10px;
}

.order_complete_message .para {
    color: #041e42;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
}

.order_complete_message .shop_order_box {
    position: relative;
}

.order_complete_message .shop_order_box .order_details {
    background-color: #fff;
    border: 1px solid #eaeaea;
    border-radius: 6px;
    padding: 40px 50px 20px;
}

.order_complete_message .shop_order_box .order_details .title {
    font-size: 20px;
    line-height: 29px;
    letter-spacing: 0em;
}

.order_complete_message .shop_order_box .order_details .od_content .product_name_qnt,
.order_complete_message .shop_order_box .order_details .order_sidebar_widget .product_name_qnt {
    color: #041e42;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
}

.order_complete_message .shop_order_box .order_details .order_details .od_content .product_name_qnt span,
.order_complete_message .shop_order_box .order_details .order_sidebar_widget .product_name_qnt span {
    color: #041e42;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
}

.order_complete_message .shop_order_box .order_details .od_content .subtitle p {
    color: #041e42;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 35px;
}

.order_complete_message .shop_order_box .order_details .od_content .subtitle span {
    color: #041e42;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 35px;
}

.order_complete_message .shop_order_box .order_details .od_content .subtitle .free_shipping {
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
}

.order_complete_message .shop_order_box .order_details .od_content .subtitle .fwn_bd_color {
    color: #041e42;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 35px;
}

.order_complete_message .order_list_raw {
    background-color: #fff;
    border: 1px dashed #626974;
    border-radius: 6px;
    margin-bottom: 30px;
    padding: 35px 40px 35px;
}

.order_complete_message .order_list_raw ul {
    margin-bottom: 0;
}

.order_complete_message .order_list_raw ul li {
    margin-right: 80px;
    text-align: left;
}

.order_complete_message .order_list_raw ul li:last-child {
    margin-right: 0;
}

.order_complete_message .order_list_raw ul li h5 {
    font-style: normal;
    line-height: 28px;
    margin-bottom: 0;
}

.order_complete_message .order_list_raw ul li p {
    color: #041e42;
    font-style: normal;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 5px;
}

.order_complete_message .order_sidebar_widget .product_name_qnt {
    margin-bottom: 15px;
}

.order_complete_message .list_last_content .para {
    color: #000000;
    font-family: Jost;
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0em;
}

.order_list_raw {
    background: #E9F2FF;
    border: 2px dashed #405FF2;
    padding: 36px 100px;
    border-radius: 8px;
}

.order_list_raw ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.order_list_raw li {
    text-align: left;
    width: 24%;
}

.order_list_raw li p {
    color: #050B20;
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 0;
}

.order_list_raw li h5 {
    color: #050B20;
    font-size: 15px;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 0;
}

.order_details {
    border: 1px solid #E1E1E1;
    padding: 50px;
    border-radius: 16px;
    margin-top: 50px;
    margin-bottom: 80px;
}

.order_details>h4 {
    color: #050B20;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    text-transform: capitalize;
}

.order_details .od_content ul li {
    border-bottom: 1px solid #E9E9E9;
    padding: 12px 0;
}

.order_details .od_content ul li.no-border {
    border: 0;
}

.order_details .od_content ul li.no-border p {
    margin-bottom: 10px;
}

.order_details .od_content ul li.no-border p:last-child {
    margin-bottom: 0;
}

.order_details .od_content ul li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.order_details .od_content ul li p {
    font-size: 15px;
    font-weight: 500;
    color: #050B20;
    margin-bottom: 0;
}

.order_details .od_content ul li p a {
    display: inline-block;
    color: #405FF2;
    font-size: 14px;
    font-weight: 400;
}

.order_details .od_content ul li span {
    color: #050B20;
    font-size: 15px;
    font-weight: 500;
}

.cart-page {
    padding: 70px 0 100px;
}

.cart-table {
    padding-right: 40px;
}

.cart-table table {
    width: 100%;
}

.cart-table table thead {
    background: #E9F2FF;
}

.cart-table table thead th {
    padding: 20px 20px;
    font-size: 16px;
    font-weight: 500;
    color: #405FF2;
}

.cart-table table thead th:first-child {
    border-radius: 16px 0 0 16px;
}

.cart-table table thead th:last-child {
    border-radius: 0 16px 16px 0;
}

.cart-table table .number {
    height: 54px;
}

.cart-table table tr td {
    padding: 20px;
    border-bottom: 1px solid #ECEDF2;
}

.cart-table table tr .remove-cart-item {
    display: inline-block;
    border: 1px solid #E1E1E1;
    border-radius: 16px;
    width: 40px;
    height: 40px;
    background-color: #F9FBFC;
    text-align: center;
    line-height: 40px;
}

.cart-table .shop-cart-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cart-table .shop-cart-product .shop-product-cart-img {
    width: 120px;
    height: 105px;
    border-radius: 16px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 20px;
}

.cart-table .shop-cart-product .shop-product-cart-img>img {}

.cart-table .shop-cart-product .shop-product-cart-info h3 {
    max-width: 170px;
    color: #050B20;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    margin-bottom: 0;
}

.cart-table-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 10px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.cart-table-bottom .coupan-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.cart-table-bottom .coupan-form input {
    border: 1px solid #E1E1E1;
    border-radius: 16px;
    height: 55px;
    padding: 0 20px;
    color: #050B20;
    width: 270px;
    margin-right: 20px;
    font-size: 15px;
}

.theme-btn-web {
    background: #405FF2;
    color: #fff;
    height: 54px;
    line-height: 54px;
    border-radius: 12px;
    padding: 0 26px;
    display: inline-block;
}

.theme-btn-web:hover {
    color: #fff;
}

.theme-btn-web img {
    margin-left: 7px;
}

.cart-totals {
    border: 1px solid #E1E1E1;
    padding: 25px;
    border-radius: 16px;
}

.cart-totals h3 {
    color: #050B20;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 30px;
}

.cart-totals .theme-btn-web {
    text-align: center;
    width: 100%;
    display: block;
    margin-top: 30px;
}

.cart-totals table {
    width: 100%;
}

.cart-totals table th {
    color: #050B20;
    font-size: 15px;
    border-bottom: 1px solid #E1E1E1;
    padding: 10px 0;
    font-weight: 400;
}

.cart-totals table td {
    color: #050B20;
    font-size: 15px;
    border-bottom: 1px solid #E1E1E1;
    padding: 10px 0;
    text-align: right;
    font-weight: 500;
}

.cart-totals table tr:first-child th,
.cart-totals table tr:first-child td {
    padding-top: 0;
}

.cart-totals table tr:last-child th,
.cart-totals table tr:last-child td {
    padding-bottom: 0;
    border-bottom: 0;
}

.compare-section {
    padding: 80px 0 190px;
}

.compare-section .compare-products table {
    width: 100%;
}

.compare-section .compare-products table thead th {
    width: 25%;
    padding: 15px 10px;
}

.compare-section .compare-products table tbody th {
    color: #050B20;
    font-size: 15px;
    border-bottom: 1px solid #E1E1E1;
    padding: 10px 0;
    font-weight: 400;
}

.compare-section .compare-products table tbody th img {
    margin-right: 5px;
    position: relative;
    top: -1px;
}

.compare-section .compare-products table tbody td {
    color: #050B20;
    font-size: 15px;
    padding: 10px 0;
    font-weight: 500;
    border-bottom: 1px solid #E1E1E1;
}

.compare-section .compare-products table tbody tr:last-child th,
.compare-section .compare-products table tbody tr:last-child td {
    border-bottom: 0;
    padding-bottom: 0;
}

.compare-section .compare-product-img {
    position: relative;
}

.compare-section .compare-product-img>img {
    width: 100%;
    border-radius: 16px;
}

.compare-section .compare-product-img .remove-pro {
    display: inline-block;
    position: absolute;
    top: 20px;
    right: 20px;
    border-radius: 16px;
    width: 40px;
    height: 40px;
    background-color: #fff;
    text-align: center;
    line-height: 40px;
}

.cluster-visible {
    text-align: center;
    font-size: 16px !important;
    color: #FFFFFF !important;
    font-weight: 500 !important;
    border-radius: 50%;
    width: 40px !important;
    height: 40px !important;
    line-height: 40px !important;
    background-color: #1967D2;
    border: 7px solid rgba(25, 103, 210, 0.2);
    -webkit-box-shadow: 0 7px 30px rgba(33, 33, 33, 0.3);
    box-shadow: 0 7px 30px rgba(33, 33, 33, 0.3);
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    background-clip: content-box;
}

.map-marker-container {
    position: absolute;
    -webkit-transform: translate3d(-50%, -100%, 0);
    transform: translate3d(-50%, -100%, 0);
}

.marker-container {
    position: relative;
    top: -5px;
    width: 120px;
    height: 40px;
    z-index: 1;
    border-radius: 50%;
    cursor: pointer;
    -webkit-perspective: 1000;
}

.face {
    position: absolute;
    background: #fff;
    padding: 15px 20px;
    border-radius: 120px;
    -webkit-box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.05);
    text-align: center;
    border-radius: 50%;
    z-index: 100;
    background: #fff;
    font-size: 15px;
    color: #050B20;
    font-weight: 500;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    background-clip: content-box;
}

.face>div {
    background-image: url(images/resource/company-logo/3-1.png);
    position: absolute;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.map-marker-container:hover .marker-container .marker-card,
.clicked .marker-container .marker-card,
.map-marker-container.clicked .marker-card {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#singleListingMap .marker-container {
    cursor: default;
}

.map-marker-container[data-marker_id="0"] .marker-arrow:before {
    border-color: #4cbfd8 transparent transparent;
}

.map-marker-container[data-marker_id="1"] .marker-arrow:before {
    border-color: #ff8480 transparent transparent;
}

.map-marker-container[data-marker_id="2"] .marker-arrow:before {
    border-color: #8c689d transparent transparent;
}

.map-marker-container[data-marker_id="3"] .marker-arrow:before {
    border-color: #35c2a5 transparent transparent;
}

.map-marker-container[data-marker_id="4"] .marker-arrow:before {
    border-color: #ff8480 transparent transparent;
}

.map-marker-container[data-marker_id="5"] .marker-arrow:before {
    border-color: #ffb874 transparent transparent;
}

.map-marker-container[data-marker_id="6"] .marker-arrow:before {
    border-color: #ff007a transparent transparent;
}

.map-marker-container[data-marker_id="0"] .face {
    background-color: #4cbfd8;
}

.map-marker-container[data-marker_id="1"] .face {
    background-color: #ff8480;
}

.map-marker-container[data-marker_id="2"] .face {
    background-color: #8c689d;
}

.map-marker-container[data-marker_id="3"] .face {
    background-color: #35c2a5;
}

.map-marker-container[data-marker_id="4"] .face {
    background-color: #ff8480;
}

.map-marker-container[data-marker_id="5"] .face {
    background-color: #ffb874;
}

.map-marker-container[data-marker_id="6"] .face {
    background-color: #ff007a;
}

.marker-card {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: absolute;
    z-index: 1;
    background: #fff;
    width: 120px;
    height: 40px;
    border-radius: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 15px;
    font-weight: 500;
}

.map-listing-item .image-box img {
    width: 100%;
    border-radius: 16px 16px 0 0;
}

.map-listing-item .content {
    background: #fff;
    padding: 20px;
    border-radius: 0 0 16px 16px;
}

.map-listing-item .content h3 {
    margin: 0;
    color: #050B20;
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
}

.map-listing-item .content .job-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.map-listing-item .content .job-info li {
    color: #050B20;
    font-size: 14px;
    padding: 0 10px;
}

.map-listing-item .content .job-info li:first-child {
    padding-left: 0;
}

.map-listing-item .content .job-info li:last-child {
    padding-right: 0;
}

/*** 

====================================================================
    galler-section section
====================================================================

***/
.car-galler-section {
    position: relative;
    padding: 120px 0;
}

.car-galler-section .boxcar-title .btn-title {
    position: absolute;
    top: 21px;
    right: 0;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    font-family: var(--title-font);
    color: var(--color-primary, var(--theme-color-dark));
}

.galler-block {
    margin-bottom: 30px;
}

.galler-block .inner-box {
    position: relative;
}

.galler-block .inner-box:hover .image-box .image {
    border-radius: 16px;
}

.galler-block .inner-box:hover .image-box .image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.galler-block .inner-box .image-box .image {
    border-radius: 16px;
    overflow: hidden;
}

.galler-block .inner-box .image-box .image img {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 100%;
}

.galler-block .inner-box .content-box {
    position: absolute;
    bottom: 30px;
    left: 30px;
    background-color: var(--theme-color-light);
    padding: 7px 30px 9px;
    border-radius: 50px;
}

.galler-block .inner-box .content-box .title {
    font-size: 15px;
    font-weight: 500;
}

.galler-block .inner-box .content-box .title span {
    margin-left: 7px;
    display: inline-block;
}

/*** 

====================================================================
    customer section
====================================================================

***/
.boxcar-customers-section {
    position: relative;
    padding: 120px 0 100px;
    background-color: #F9FBFC;
}

.boxcar-customers-section .boxcar-title {
    margin-top: 11px;
}

.boxcar-customers-section .boxcar-title .text {
    font-size: 15px;
    position: absolute;
    top: -8px;
    right: 0;
}

.customer-block {
    margin: 20px 15px;
}

.customer-block .inner-box {
    border-radius: 16px;
    background-color: var(--theme-color-light);
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
    padding: 25px 30px 30px;
}

.customer-block .inner-box .rating-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 7px;
}

.customer-block .inner-box .rating-area span {
    color: #6C6C83;
    margin-left: 20px;
}

.customer-block .inner-box .rating-area span i {
    margin-right: 7px;
}

.customer-block .inner-box .rating-area .rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.customer-block .inner-box .rating-area .rating li {
    color: var(--theme-color-light);
    width: 18.75px;
    height: 18.75px;
    background-color: #00B67A;
    line-height: 18.75px;
    font-size: 12px;
    margin-left: 1px;
    text-align: center;
}

.customer-block .inner-box .title {
    font-weight: 500;
    margin-bottom: 3px;
    font-size: 16px;
    line-height: 28px;
}

.customer-block .inner-box .text {
    font-size: 14px;
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/*** 

====================================================================
    customer section two
====================================================================

***/
.boxcar-customers-section-two {
    position: relative;
    padding: 120px 0 50px;
}

.boxcar-customers-section-two .boxcar-title {
    margin-top: 11px;
}

.boxcar-customers-section-two .boxcar-title .text {
    font-size: 15px;
    position: absolute;
    top: -8px;
    right: 0;
}

.customer-block-two {
    margin: 20px 15px;
}

.customer-block-two .inner-box {
    border-radius: 16px;
    background: var(--bg-1, #F9FBFC);
    padding: 25px 30px 30px;
}

.customer-block-two .inner-box .rating-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 7px;
}

.customer-block-two .inner-box .rating-area span {
    color: #6C6C83;
    margin-left: 20px;
}

.customer-block-two .inner-box .rating-area span i {
    margin-right: 7px;
}

.customer-block-two .inner-box .rating-area .rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.customer-block-two .inner-box .rating-area .rating li {
    color: var(--theme-color-light);
    width: 18.75px;
    height: 18.75px;
    background-color: #00B67A;
    line-height: 18.75px;
    font-size: 12px;
    margin-left: 1px;
    text-align: center;
}

.customer-block-two .inner-box .title {
    font-weight: 500;
    margin-bottom: 3px;
    font-size: 16px;
    line-height: 28px;
}

.customer-block-two .inner-box .text {
    font-size: 14px;
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.image img {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.inner-box:hover .image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.car-block-fourteen .inner-box .image-box figure {
    margin: 1em 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.text-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 25px;
}

.btn-loader {
    display: none;
    width: 16px;
    height: 16px;
    border: 2px solid transparent;
    border-top: 2px solid white;
    border-radius: 50%;
    animation: spin 1s linear infinite;
   margin-right: 12px;
}

.car-block-fourteen .shoping-btn.loading .btn-loader {
    display: inline-block;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.pagination-sec {
    margin-top: 30px;
    text-align: center;
}

.pagination-sec .pagination {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pagination-sec .pagination li:first-child a,
.pagination-sec .pagination li:last-child a {
    border: 1px solid #e1e1e1;
    width: 60px;
    font-size: 30px;
    line-height: 35px;
    border-radius: 50px;
}

.pagination-sec .pagination li a {
    font-size: 15px;
    margin: 0 5px;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    text-align: center;
    font-weight: 500;
    padding: 0;
    line-height: 40px;
    border: 0;
    color: var(--theme-color-dark);
}

.pagination-sec .pagination li a:hover {
    background-color: #f9fbfc;
}

.pagination-sec .text {
    font-size: 14px;
    margin-top: 19px;
}

.dealer-block {
    margin-bottom: 30px;
}

.dealer-block .inner-box {
    text-align: center;
    border-radius: 16px;
    border: 1px solid #E1E1E1;
    background: var(--theme-color-light);
    padding: 30px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.dealer-block .inner-box:hover {
    border-color: var(--theme-color-dark);
}

.dealer-block .inner-box:hover .content-box .deal-btn {
    background-color: var(--theme-color1);
    color: var(--theme-color-light);
}

.dealer-block .inner-box:hover .content-box .deal-btn svg path {
    fill: #fff;
}

.dealer-block .inner-box .image-box {
    margin-bottom: 22px;
    height: 170px;
    line-height: 170px;
}

.dealer-block .inner-box .content-box .title {
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 5px;
}

.dealer-block .inner-box .content-box .text {
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 30px;
    padding: 0 30px;
}

.dealer-block .inner-box .content-box .deal-btn {
    border-radius: 12px;
    border: 1px solid var(--theme-color1);
    background: var(--theme-color-light);
    height: 54px;
    line-height: 54px;
    width: 100%;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    font-family: var(--title-font);
    color: var(--theme-color1);
}

.dealer-block .inner-box .content-box .deal-btn svg {
    position: relative;
    top: -2px;
    margin-left: 10px;
}

.CustombtFooter {
    background: linear-gradient(135deg, #000000 0%, #1a1a1a 100%);
    padding: 80px 0px 30px 0px;
}

.CustombtFooter h2 {
    font-size: 17px;
    color: #fff;
}

.pt-simple-links a {
    color: #dfdfdf;
    font-size: 14px;
}

.siteftdescription {
    margin: 20px 0px;
    color: #fff;
}

.FooterCopyRight_Container {
    margin-top: 60px;
    text-align: center;
    border-top: 1px solid #42495e;
    padding-top: 30px;
    color: #fff;
}

.desc {
    text-align: left;
    font-size: 14px;
    margin-bottom: 8px;
}

.ProductTitle {
    text-align: left;
}

.content-box .ProductTitle a {
    font-weight: 600;
    font-size: 17px;
}

.categories-toggle {
    width: 100%;
    padding: 10px 15px;
    background: #f8f9fa;
    border: 1px solid #ddd;
    text-align: left;
    font-weight: bold;
    cursor: pointer;
    border-radius: 6px;
}

.categories-toggle .arrow {
    float: right;
    transition: transform 0.3s ease;
}

/* Rotate arrow when dropdown open */
.categories-toggle[aria-expanded="true"] .arrow {
    transform: rotate(180deg);
}

/* ===== QUILL EDITOR CONTENT STYLES ===== */
.pd-description-content p {
    max-width: 100%;
    margin-bottom: 1em;
}

/* Quill Alignment Classes Support */
.pd-description-content .ql-align-center,
.pd-description-content p.ql-align-center {
    text-align: center !important;
    margin-left: auto;
    margin-right: auto;
}

.pd-description-content .ql-align-right,
.pd-description-content p.ql-align-right {
    text-align: right !important;
    margin-left: auto;
}

.pd-description-content .ql-align-left,
.pd-description-content p.ql-align-left {
    text-align: left !important;
    margin-right: auto;
}

.pd-description-content .ql-align-justify,
.pd-description-content p.ql-align-justify {
    text-align: justify !important;
}

/* ===== IMAGES ALIGNMENT - QUILL EDITOR ===== */
/* Default: Keep images inline to allow side-by-side */
.pd-description-content img {
    max-width: 100%;
    height: auto;
    display: inline-block; /* Force inline-block for side-by-side images */
    vertical-align: middle;
}

/* Paragraph with center alignment - center the image */
.pd-description-content .ql-align-center,
.pd-description-content p.ql-align-center {
    text-align: center;
}

.pd-description-content .ql-align-center img,
.pd-description-content p.ql-align-center img {
    display: inline-block; /* Keep inline-block but center via parent text-align */
}

/* Paragraph with right alignment */
.pd-description-content .ql-align-right,
.pd-description-content p.ql-align-right {
    text-align: right;
}

.pd-description-content .ql-align-right img,
.pd-description-content p.ql-align-right img {
    display: inline-block;
}

/* Paragraph with left alignment */
.pd-description-content .ql-align-left,
.pd-description-content p.ql-align-left {
    text-align: left;
}

.pd-description-content .ql-align-left img,
.pd-description-content p.ql-align-left img {
    display: inline-block;
}

/* Video Responsive Support */
.pd-description-content iframe,
.pd-description-content video {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 1em auto;
}

@media (max-width:767px) {
    .cars-section-fourteen .side-bar {
        border-radius: 16px;
        border: none;
        background: #fff;
        padding: 0px 0 0;
    }

    .categories-box {
        padding: 0 19px 7px;
        border: 1px solid #ccc;
        margin-top: 3px;
        padding: 20px;
        border-radius: 10px;
    }

    .categories-toggle {
    margin-bottom: 0px;
  }

    .cars-section-fourteen {
        position: relative;
        padding: 20px 0 25px;
        border-radius: 20px;
    }

    .boxcar-title-three h2 {
        margin-bottom: 0px;
        font-weight: 500;
        font-size: 20px;
    }

    .boxcar-title-three {
        margin-bottom: 15px;
    }

    .menu-toggle {
        color: #fff !important;
    }

    .text-box {
        margin-bottom: 9px;
    }

    .inner-column .text-box .text {
        font-size: 12px;
    }

    .car-block-fourteen .inner-box {
        border-radius: 16px;
        padding: 0px;
    }

    .content-box {
        padding: 17px 15px 15px;
    }

    .car-block-fourteen .inner-box .image-box {
        margin-bottom: 10px;
    }

    .car-block-fourteen {
        margin-bottom: 15px;
    }
}


/* *****************************
Product detail page style start
***************************** */

.product-detail-page {
    background-color: #fff;
    padding-bottom: 70px;
}

.product-detail-page :root {
    --pd-primary-color: #e00f0f;
    --pd-secondary-color: #8b5cf6;
    --pd-success-color: #10b981;
    --pd-warning-color: #f59e0b;
    --pd-danger-color: #ef4444;
    --pd-dark-color: #1f2937;
    --pd-light-color: #f8fafc;
    --pd-border-color: #e5e7eb;
    --pd-text-muted: #6b7280;
    --pd-spacing-xs: 4px;
    --pd-spacing-sm: 8px;
    --pd-spacing-md: 16px;
    --pd-spacing-lg: 24px;
    --pd-spacing-xl: 32px;
    --pd-spacing-xxl: 48px;
}

.product-detail-page .pd-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 24px;
}

.product-detail-page .pd-product-section {
    background: white;
    border-radius: 12px;
    /* box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1); */
    /* padding: 32px; */
    margin-bottom: 32px;
    margin-top: 25px;
}

.product-detail-page .pd-image-gallery {
    display: flex;
    gap: 24px;
}

.product-detail-page .pd-thumbnails {
    display: flex;
    flex-direction: column;
    gap: 12px;
    /* width: 80px; */
    height: 400px;
    overflow-y: scroll;
}

.product-detail-page .pd-thumbnail {
    width: 80px;
    height: 200px;
    border: 2px solid #e5e7eb;
    border-radius: 8px;
    /* overflow: hidden; */
    cursor: pointer;
    transition: all 0.3s ease;
    background: #f8f9fa;
    padding: 8px;
}

.product-detail-page .pd-thumbnail.active {
    border-color: #e00f0f;
    box-shadow: 0 0 0 2px rgba(99, 102, 241, 0.2);
}

.product-detail-page .pd-thumbnail:hover {
    border-color: #e00f0f;
}

.product-detail-page .pd-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-detail-page .pd-main-image {
    flex: 1;
    max-width: 100%;
}

.product-detail-page .pd-main-image-container {
    width: 100%;
    height: 400px;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    overflow: hidden;
    background: #f8f9fa;
    padding: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-detail-page .pd-main-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.product-detail-page .pd-product-info {
    flex: 1;
    padding-left: 32px;
}

.product-detail-page .pd-product-title {
    font-size: 28px;
    font-weight: 500;
    color: #1f2937;
    margin-bottom: 5px;
    line-height: 1.2;
}

.product-detail-page .pd-price-section {
    margin-bottom: 0px;
}

.product-detail-page .pd-current-price {
    font-size: 28px;
    font-weight: 700;
    color: #1f2937;
    margin-right: 16px;
}

.product-detail-page .pd-original-price {
    font-size: 20px;
    color: #6b7280;
    text-decoration: line-through;
}

.product-detail-page .pd-stock-status {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
    color: #10b981;
    font-weight: 500;
}

.product-detail-page .pd-product-description {
    color: #6b7280;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 32px;
}

.product-detail-page .pd-quantity-cart {
    display: flex;
    gap: 16px;
    align-items: center;
    margin-bottom: 32px;
}

.product-detail-page .pd-quantity-selector {
    display: flex;
    align-items: center;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    overflow: hidden;
}

.product-detail-page .pd-qty-btn {
    background: #f8f9fa;
    border: none;
    padding: 12px 16px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
    color: #6b7280;
    transition: all 0.2s ease;
}

.product-detail-page .pd-qty-btn:hover {
    background: #e5e7eb;
    color: #1f2937;
}

.product-detail-page .pd-qty-input {
    border: none;
    padding: 12px 16px;
    width: 60px;
    text-align: center;
    font-weight: 600;
    background: white;
}

.product-detail-page .pd-add-to-cart-btn {
    background: #e00f0f;
    border: 2px solid #e00f0f;
    color: white;
    padding: 11px 32px;
    border-radius: 8px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.pd-add-to-cart-btn iconify-icon {
    font-size: 22px !important;
}

.product-detail-page .pd-add-to-cart-btn:hover {
    background: #c70000;
    border-color: #c70000;
    color: white;
    transform: translateY(-1px);
    text-decoration: none;
}

.product-detail-page .pd-add-to-cart-btn.loading {
    background: #10b981;
    border-color: #10b981;
    pointer-events: none;
}

.shoping-btn.loading {
    background: #d40000;
    border-color: #d40000;
    pointer-events: none;
    color: #fff !important;
}

.product-detail-page .pd-btn-loader {
    display: none;
    width: 16px;
    height: 16px;
    border: 2px solid transparent;
    border-top: 2px solid white;
    border-radius: 50%;
    animation: pd-spin 1s linear infinite;
}

.product-detail-page .pd-add-to-cart-btn.loading .pd-btn-loader {
    display: inline-block;
}

@keyframes pd-spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.product-detail-page .pd-product-meta {
    border-top: 1px solid #e5e7eb;
    padding-top: 24px;
}

.product-detail-page .pd-meta-item {
    display: flex;
    margin-bottom: 12px;
}

.product-detail-page .pd-meta-label {
    font-weight: 600;
    color: #1f2937;
    width: auto;
    margin-right: 10px;
}

.product-detail-page .pd-meta-value {
    color: #6b7280;
}

.product-detail-page .pd-tabs-section {
    background: white;
    border-radius: 0px;
    box-shadow: none;
    margin-bottom: 32px;
    border-top: 0px;
    padding-top: 10px;
}

.product-detail-page .pd-tabs-nav {
    display: flex;
    border-bottom: 1px solid #e5e7eb;
}

.product-detail-page .pd-tab-btn {
    background: none;
    border: none;
    padding: 20px 32px;
    font-size: 16px;
    font-weight: 600;
    color: #6b7280;
    cursor: pointer;
    transition: all 0.3s ease;
    border-bottom: 3px solid transparent;
}

.product-detail-page .pd-tab-btn.active {
    color: #e00f0f;
    border-bottom-color: #e00f0f;
}

.product-detail-page .pd-tab-btn:hover {
    color: #e00f0f;
}

.product-detail-page .pd-tab-content {
    padding: 10px;
}

.product-detail-page .pd-tab-pane {
    display: none;
}

.product-detail-page .pd-tab-pane.active {
    display: block;
}

.product-detail-page .pd-description-content {
    font-size: 16px;
    line-height: 1.8;
    color: #374151;
}

.product-detail-page .pd-description-content h4 {
    color: #1f2937;
    font-weight: 500;
    margin-bottom: 5px;
    margin-top: 10px;
    font-size: 20px;
}

.product-detail-page .pd-description-content ul {
    margin-bottom: 24px;
}

.product-detail-page .pd-description-content li {
    margin-bottom: 8px;
}

.product-detail-page .pd-spec-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 0px;
}

.product-detail-page .pd-spec-table th,
.product-detail-page .pd-spec-table td {
    padding: 16px;
    text-align: left;
    border-bottom: 1px solid #e5e7eb;
}

.product-detail-page .pd-spec-table th {
    background: #f8f9fa;
    font-weight: 600;
    color: #1f2937;
    width: 30%;
}

.product-detail-page .pd-spec-table td {
    color: #6b7280;
}

.product-detail-page .pd-related-section {
    background: white;
    border-radius: 12px;
    box-shadow: none;
    padding: 0px;
}

.product-detail-page .pd-section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.product-detail-page .pd-section-title {
    font-size: 27px;
    font-weight: 500;
    color: #1f2937;
    margin: 0;
    width: auto;
}

.product-detail-page .pd-view-all-link {
    color: #e00f0f;
    text-decoration: none;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 21px;
    transition: color 0.2s ease;
    width: 200px;
    justify-content: flex-end;
}

.product-detail-page .pd-view-all-link:hover {
    color: #8b5cf6;
}

.product-detail-page .pd-related-slider {
    width: 100%;
    margin: 0;
    padding: 0;
    display: block;
    overflow: visible;
}

.product-detail-page .pd-related-product {
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 20px;
    margin: 0 8px;
    transition: all 0.3s ease;
    text-align: center;
}

.product-detail-page .pd-related-product:hover {
    border-color: #e00f0f;
}

.product-detail-page .pd-related-image {
    width: 100%;
    height: 180px;
    background: #f8f9fa;
    border-radius: 8px;
    margin-bottom: 16px;
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-detail-page .pd-related-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.product-detail-page .pd-related-rating {
    display: flex;
    justify-content: center;
    gap: 4px;
    margin-bottom: 12px;
}

.product-detail-page .pd-related-rating i {
    color: #fbbf24;
    font-size: 14px;
}

.product-detail-page .pd-related-title {
    font-size: 16px;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 12px;
    line-height: 1.4;
    text-decoration: none;
}

.product-detail-page .pd-related-title:hover {
    color: #e00f0f;
}

.product-detail-page .pd-related-price {
    margin-bottom: 16px;
}

.product-detail-page .pd-related-current-price {
    font-size: 18px;
    font-weight: 700;
    color: #1f2937;
    margin-right: 8px;
}

.product-detail-page .pd-related-original-price {
    font-size: 14px;
    color: #6b7280;
    text-decoration: line-through;
}

.product-detail-page .pd-related-cart-btn {
    background: transparent;
    border: 1px solid #e00f0f;
    color: #e00f0f;
    padding: 10px 20px;
    border-radius: 6px;
    font-weight: 400;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    pointer-events: auto !important;
    width: 100%;
    justify-content: center;
}

.product-detail-page .pd-related-cart-btn iconify-icon {
    font-size: 20px;
}

.product-detail-page .pd-related-cart-btn:hover {
    background: #e00f0f;
    color: white;
    text-decoration: none;
}

/* Slick Slider Customization */
.product-detail-page .slick-dots {
    bottom: -50px;
}

.product-detail-page .slick-dots li button::before {
    color: #e00f0f;
    font-size: 7px;
}

.product-detail-page .slick-prev,
.product-detail-page .slick-next {
    width: 40px;
    height: 40px;
    background: #e00f0f;
    border-radius: 50%;
    z-index: 1;
}

.product-detail-page .slick-prev:before,
.product-detail-page .slick-next:before {
    color: white;
    font-size: 16px;
}

.product-detail-page .slick-prev {
    left: -20px;
}

.product-detail-page .slick-next {
    right: -20px;
}

.product-detail-page .slick-prev:hover,
.product-detail-page .slick-next:hover {
    background: #8b5cf6;
}

/* Responsive Design */
@media (max-width: 768px) {
    .product-detail-page .pd-container {
        padding: 16px;
    }

    .product-detail-page .pd-product-section {
        padding: 20px;
    }

    .product-detail-page .pd-image-gallery {
        flex-direction: column;
    }

    .product-detail-page .pd-thumbnails {
        flex-direction: row;
        width: 100%;
        justify-content: center;
        order: 2;
        margin-top: 16px;
    }

    .product-detail-page .pd-main-image {
        order: 1;
        max-width: 100%;
    }

    .product-detail-page .pd-product-info {
        padding-left: 0;
        padding-top: 24px;
    }

    .product-detail-page .pd-product-title {
        font-size: 24px;
    }

    .product-detail-page .pd-current-price {
        font-size: 24px;
    }

    .product-detail-page .pd-quantity-cart {
        flex-direction: column;
        align-items: stretch;
    }

    .product-detail-page .pd-add-to-cart-btn {
        justify-content: center;
    }

    .product-detail-page .pd-tab-btn {
        padding: 16px 20px;
        font-size: 14px;
    }

    .product-detail-page .pd-tab-content {
        padding: 20px;
    }
}

.product-detail-page .pd-breadcrumb {
    background: transparent;
    padding: 0;
    margin-bottom: 24px;
}

.product-detail-page .pd-breadcrumb-item {
    color: #6b7280;
}

.product-detail-page .pd-breadcrumb-item.active {
    color: #1f2937;
}

.product-detail-page .pd-breadcrumb-item a {
    color: #e00f0f;
    text-decoration: none;
}

.product-detail-page .pd-breadcrumb-item a:hover {
    color: #8b5cf6;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .product-detail-page .pd-container {
        max-width: 100%;
        padding: 20px;
    }

    .product-detail-page .pd-product-section {
        padding: 24px;
    }

    .product-detail-page .pd-product-info {
        padding-left: 24px;
    }
}

@media (max-width: 992px) {
    .product-detail-page .pd-image-gallery {
        flex-direction: column;
        gap: 16px;
    }

    .product-detail-page .pd-thumbnails {
        flex-direction: row;
        width: 100%;
        justify-content: center;
        order: 2;
        margin-top: 16px;
        gap: 8px;
    }

    .product-detail-page .pd-thumbnail {
        width: 70px;
        height: 70px;
    }

    .product-detail-page .pd-main-image {
        order: 1;
        max-width: 100%;
    }

    .product-detail-page .pd-main-image-container {
        height: 350px;
        padding: 20px;
    }

    .product-detail-page .pd-product-info {
        padding-left: 0;
        padding-top: 24px;
    }

    .product-detail-page .pd-product-title {
        font-size: 28px;
    }

    .product-detail-page .pd-current-price {
        font-size: 24px;
    }

    .product-detail-page .pd-original-price {
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .product-detail-page .pd-container {
        padding: 16px;
    }

    .product-detail-page .pd-product-section {
        padding: 20px;
    }

    .product-detail-page .pd-main-image-container {
        height: 300px;
        padding: 16px;
    }

    .product-detail-page .pd-product-title {
        font-size: 24px;
        line-height: 1.3;
    }

    .product-detail-page .pd-current-price {
        font-size: 22px;
    }

    .product-detail-page .pd-original-price {
        font-size: 16px;
    }

    .product-detail-page .pd-quantity-cart {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
    }

    .product-detail-page .pd-add-to-cart-btn {
        justify-content: center;
        padding: 14px 24px;
    }

    .product-detail-page .pd-tabs-nav {
        flex-wrap: wrap;
    }

    .product-detail-page .pd-tab-btn {
        padding: 16px 20px;
        font-size: 14px;
        flex: 1;
        min-width: 120px;
    }

    .product-detail-page .pd-tab-content {
        padding: 20px;
    }

    .product-detail-page .pd-section-title {
        font-size: 24px;
    }

    .product-detail-page .pd-section-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .product-detail-page .pd-view-all-link {
        width: auto;
        font-size: 14px;
    }

    .product-detail-page .pd-related-slider {
        margin-top: 10px;
    }

    .product-detail-page .pd-spec-table th,
    .product-detail-page .pd-spec-table td {
        padding: 12px 8px;
        font-size: 14px;
    }

    .product-detail-page .pd-spec-table th {
        width: 40%;
    }
}

@media (max-width: 576px) {
    .product-detail-page .pd-container {
        padding: 12px;
    }

    .product-detail-page .pd-product-section {
        padding: 16px;
    }

    .product-detail-page .pd-thumbnails {
        gap: 6px;
        overflow-x: auto;
        padding-bottom: 8px;
    }

    .product-detail-page .pd-thumbnail {
        width: 60px;
        height: 60px;
        flex-shrink: 0;
    }

    .product-detail-page .pd-main-image-container {
        height: 250px;
        padding: 12px;
    }

    .product-detail-page .pd-product-title {
        font-size: 20px;
        margin-bottom: 12px;
    }

    .product-detail-page .pd-current-price {
        font-size: 20px;
    }

    .product-detail-page .pd-original-price {
        font-size: 14px;
    }

    .product-detail-page .pd-product-description {
        font-size: 14px;
        margin-bottom: 24px;
    }

    .product-detail-page .pd-quantity-selector {
        justify-content: center;
    }

    .product-detail-page .pd-qty-btn {
        padding: 10px 14px;
        font-size: 16px;
    }

    .product-detail-page .pd-qty-input {
        width: 50px;
        padding: 10px 8px;
    }

    .product-detail-page .pd-add-to-cart-btn {
        padding: 12px 20px;
        font-size: 14px;
    }

    .product-detail-page .pd-meta-item {
        flex-direction: row;
        align-items: flex-start;
        margin-bottom: 8px;
    }

    .product-detail-page .pd-meta-label {
        width: auto;
        margin-right: 10px;
        margin-bottom: 4px;
    }

    .product-detail-page .pd-meta-value {
        color: #4a515f;
        font-size: 14px;
    }

    .product-detail-page .pd-tab-btn {
        padding: 12px 16px;
        font-size: 13px;
        min-width: 100px;
    }

    .product-detail-page .pd-tab-content {
        padding: 16px;
    }

    .product-detail-page .pd-description-content {
        font-size: 14px;
    }

    .product-detail-page .pd-description-content h4 {
        font-size: 18px;
        margin-bottom: 12px;
        margin-top: 20px;
    }

    .product-detail-page .pd-section-title {
        font-size: 20px;
    }

    .product-detail-page .pd-related-section {
        padding: 20px;
    }

    .product-detail-page .pd-spec-table {
        font-size: 13px;
    }

    .product-detail-page .pd-spec-table th,
    .product-detail-page .pd-spec-table td {
        padding: 8px 6px;
    }

    .product-detail-page .pd-spec-table th {
        width: 45%;
    }

    .product-detail-page .pd-related-product {
        margin: 0 4px;
        padding: 16px;
    }

    .product-detail-page .pd-related-image {
        height: 150px;
        padding: 12px;
        margin-bottom: 12px;
    }

    .product-detail-page .pd-related-title {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .product-detail-page .pd-related-current-price {
        font-size: 16px;
    }

    .product-detail-page .pd-related-original-price {
        font-size: 12px;
    }

    .product-detail-page .pd-related-cart-btn {
        padding: 8px 16px;
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .product-detail-page .pd-breadcrumb {
        font-size: 12px;
    }

    .product-detail-page .pd-breadcrumb-item {
        margin-bottom: 4px;
    }

    .product-detail-page .pd-thumbnails {
        justify-content: flex-start;
        padding-right: 8px;
    }

    .product-detail-page .pd-thumbnail {
        width: 55px;
        height: 55px;
    }

    .product-detail-page .pd-main-image-container {
        height: 220px;
    }

    .product-detail-page .pd-product-title {
        font-size: 18px;
    }

    .product-detail-page .pd-current-price {
        font-size: 18px;
    }

    .product-detail-page .pd-stock-status {
        font-size: 14px;
    }

    .product-detail-page .pd-product-description {
        font-size: 13px;
        line-height: 1.5;
    }

    .product-detail-page .pd-tabs-nav {
        border-bottom: none;
    }

    .product-detail-page .pd-tab-btn {
        border-bottom: 2px solid transparent;
        border-radius: 0;
        padding: 10px 12px;
        font-size: 12px;
    }

    .product-detail-page .pd-tab-btn.active {
        border-bottom-color: #e00f0f;
        background: transparent;
    }

    .product-detail-page .pd-description-content h4 {
        font-size: 16px;
    }

    .product-detail-page .pd-spec-table th {
        width: 50%;
        font-size: 12px;
    }

    .product-detail-page .pd-spec-table td {
        font-size: 12px;
    }

    .product-detail-page .pd-related-section {
        padding: 0px;
        margin-top: 26px;
    }

    .product-detail-page .pd-section-title {
        font-size: 18px;
        display: flex;
        white-space: nowrap;
    }

    .product-detail-page .pd-view-all-link {
        font-size: 14px;
    }
}

@media (max-width: 360px) {
    .product-detail-page .pd-container {
        padding: 8px;
    }

    .product-detail-page .pd-product-section {
        padding: 12px;
    }

    .product-detail-page .pd-product-title {
        font-size: 16px;
    }

    .product-detail-page .pd-current-price {
        font-size: 16px;
    }

    .product-detail-page .pd-original-price {
        font-size: 12px;
    }

    .product-detail-page .pd-qty-btn {
        padding: 8px 12px;
        font-size: 14px;
    }

    .product-detail-page .pd-qty-input {
        width: 45px;
        padding: 8px 6px;
    }

    .product-detail-page .pd-add-to-cart-btn {
        padding: 10px 16px;
        font-size: 13px;
    }

    .product-detail-page .pd-tab-content {
        padding: 12px;
    }

    .product-detail-page .pd-related-section {
        padding: 12px;
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .product-detail-page .pd-container {
        padding: 16px;
    }

    .product-detail-page .pd-product-section {
        padding: 0px;
        margin-bottom: 0px;
    }

    .product-detail-page .pd-tabs-section {
        margin-bottom: 10px;
    }

    .product-detail-page .pd-image-gallery {
        flex-direction: column;
    }

    .product-detail-page .pd-thumbnails {
        flex-direction: row;
        width: 100%;
        justify-content: center;
        order: 2;
        margin-top: 16px;
    }

    .product-detail-page .pd-main-image {
        order: 1;
        max-width: 100%;
    }

    .product-detail-page .pd-product-info {
        padding-left: 0;
        padding-top: 24px;
    }

    .product-detail-page .pd-product-title {
        font-size: 24px;
    }

    .product-detail-page .pd-current-price {
        font-size: 24px;
    }

    .product-detail-page .pd-quantity-cart {
        flex-direction: column;
        align-items: stretch;
    }

    .product-detail-page .pd-add-to-cart-btn {
        justify-content: center;
    }

    .product-detail-page .pd-tab-btn {
        padding: 16px 20px;
        font-size: 14px;
    }

    .product-detail-page .pd-tab-content {
        padding: 0px;
    }

    .pd-description-content p {
        width: 100%;
    }

    .slick-prev-btn {
        width: 35px !important;
        height: 35px !important;
        left: -10px !important;
    }

    .slick-next-btn {
        width: 35px !important;
        height: 35px !important;
        right: -10px !important;
    }

    .product-detail-page .pd-product-meta {
        border-top: 1px solid #e5e7eb;
        padding-top: 10px;
    }
}

.slick-prev-btn {
    width: 40px;
    height: 40px;
    border: 1px solid #050B20;
    border-radius: 30px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    position: absolute;
    z-index: 10;
    background: #fff;
    top: 50%;
    transform: translateY(-50%);
    left: -20px;
}

.slick-next-btn {
    width: 40px;
    height: 40px;
    border: 1px solid #050B20;
    border-radius: 30px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    position: absolute;
    z-index: 10;
    background: #fff;
    top: 50%;
    transform: translateY(-50%);
    right: -20px;
}

/* Chrome, Safari, Edge, Opera */
#quantity[type=number]::-webkit-inner-spin-button,
#quantity[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
#quantity[type=number] {
    -moz-appearance: textfield;
}


/* ******************************
Cart page style start
******************************* */
.shopping-cart-page {
    background-color: transparent;
}


.shopping-cart-page .cart-header {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e7eb;
}

.shopping-cart-page .back-btn {
    background: none;
    border: none;
    color: #6b7280;
    font-size: 18px;
    margin-right: 15px;
    cursor: pointer;
    padding: 8px;
    border-radius: 6px;
    transition: all 0.2s ease;
}

.shopping-cart-page .back-btn:hover {
    background-color: #f3f4f6;
    color: #374151;
}

.shopping-cart-page .cart-title {
    font-size: 22px;
    font-weight: 500;
    color: #1f2937;
    margin: 0;
}

.shopping-cart-page .breadcrumb {
    color: #6b7280;
    font-size: 14px;
    margin: 0;
}

.shopping-cart-page .breadcrumb a {
    color: #6b7280;
    text-decoration: none;
}

.shopping-cart-page .breadcrumb a:hover {
    color: #374151;
}

.shopping-cart-page .cart-content {
    display: grid;
    grid-template-columns: 1fr 350px;
    gap: 30px;
}

.shopping-cart-page .cart-items {
    background: white;
    border-radius: 12px;
    padding: 0px;
    box-shadow: none;
}

.shopping-cart-page .select-all {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f1f5f9;
}

.shopping-cart-page .select-all input[type="checkbox"] {
    margin-right: 10px;
    accent-color: #e00f0f;
    transform: scale(1.1);
    background: initial !important;
    appearance: auto !important;
    width: auto !important;
    height: auto !important;
    display: inline-block !important;
}

.shopping-cart-page .select-all label {
    font-weight: 600;
    color: #374151;
    margin: 0;
    cursor: pointer;
}

.shopping-cart-page .cart-item {
    display: flex;
    align-items: flex-start;
    padding: 20px 0;
    border-bottom: 1px solid #f1f5f9;
    position: relative;
}

.shopping-cart-page .cart-item:last-child {
    border-bottom: none;
}

.shopping-cart-page .item-checkbox {
    margin-right: 15px;
    margin-top: 5px;
    accent-color: #e00f0f;
    transform: scale(1.1);
    margin-right: 10px;
    accent-color: #e00f0f;
    transform: scale(1.1);
    background: initial !important;
    appearance: auto !important;
    width: auto !important;
    height: auto !important;
    display: inline-block !important;
}

.shopping-cart-page .item-image {
    width: 80px;
    height: 80px;
    background: #f8f9fa;
    border-radius: 8px;
    margin-right: 15px;
    overflow: hidden;
    flex-shrink: 0;
}

.shopping-cart-page .item-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 8px;
}

.shopping-cart-page .item-details {
    flex: 1;
    margin-right: 15px;
}

.shopping-cart-page .item-title {
    font-size: 16px;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 5px;
    line-height: 1.4;
}

.shopping-cart-page .item-meta {
    font-size: 14px;
    color: #6b7280;
    margin-bottom: 8px;
}

.shopping-cart-page .item-duration {
    font-size: 13px;
    color: #6b7280;
    margin-bottom: 8px;
}

.shopping-cart-page .item-level {
    display: inline-block;
    background: #dbeafe;
    color: #1d4ed8;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
}

.shopping-cart-page .item-actions {
    display: flex;
    gap: 15px;
    margin-top: 10px;
}

.shopping-cart-page .quantity-controls {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}

.shopping-cart-page .quantity-btn {
    width: 32px;
    height: 32px;
    border: 1px solid #d1d5db;
    background: white;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: 14px;
    font-weight: 600;
    color: #374151;
}

.shopping-cart-page .quantity-btn:hover {
    background: #f3f4f6;
    border-color: #9ca3af;
}

.shopping-cart-page .quantity-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.shopping-cart-page .quantity-input {
    width: 60px;
    height: 32px;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
}

.shopping-cart-page .remove-btn {
    background: none;
    border: none;
    color: #6b7280;
    font-size: 14px;
    cursor: pointer;
    padding: 5px 0;
    transition: color 0.2s ease;
    margin-left: 15px;
}

.shopping-cart-page .remove-btn:hover {
    color: #ef4444;
}

.shopping-cart-page .item-price {
    text-align: right;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.shopping-cart-page .current-price {
    font-size: 18px;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 5px;
}

.shopping-cart-page .original-price {
    font-size: 14px;
    color: #6b7280;
    text-decoration: line-through;
}

.shopping-cart-page .stock-warning {
    background: #fef3c7;
    color: #92400e;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 13px;
    margin-top: 10px;
    display: flex;
    align-items: center;
}

.shopping-cart-page .stock-warning i {
    margin-right: 6px;
}

.shopping-cart-page .cart-summary {
	background: white;
	border-radius: 12px;
	padding: 25px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
	height: fit-content;
	/* position: sticky; */
	top: 20px;
	box-shadow: 1px 2px 4px rgba(33, 37, 41, 0.05);
	border: 1px solid #DDE2E6;
}

.shopping-cart-page .cart-count {
    color: #e00f0f;
    font-weight: 600;
    margin-bottom: 20px;
}

.shopping-cart-page .price-breakdown {
    margin-bottom: 20px;
}

.shopping-cart-page .price-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
    font-size: 14px;
}

.shopping-cart-page .price-label {
    color: #6b7280;
}

.shopping-cart-page .price-value {
    color: #374151;
    font-weight: 500;
}

.shopping-cart-page .total-row {
    display: flex;
    justify-content: space-between;
    padding-top: 15px;
    border-top: 1px solid #f1f5f9;
    margin-top: 15px;
    margin-bottom: 20px;
}

.shopping-cart-page .total-label {
    font-size: 18px;
    font-weight: 500;
    color: #1f2937;
}

.shopping-cart-page .total-value {
    font-size: 24px;
    font-weight: 600;
    color: #1f2937;
}

.shopping-cart-page .original-total {
    font-size: 14px;
    color: #6b7280;
    text-decoration: line-through;
    margin-top: 5px;
}

.shopping-cart-page .checkout-btn {
    width: 100%;
    background: #e00f0f;
    color: white;
    border: none;
    padding: 15px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.shopping-cart-page .checkout-btn:hover {
    background: #e00f0f;
    transform: translateY(-1px);
}

/* Responsive Media Queries */
@media (max-width: 1400px) {
    .shopping-cart-page .cart-container {
        max-width: 1100px;
    }
}

@media (max-width: 1200px) {
    .shopping-cart-page .cart-container {
        padding: 0 20px;
        max-width: 1000px;
    }

    .shopping-cart-page .cart-content {
        gap: 25px;
    }
}

@media (max-width: 992px) {
    .shopping-cart-page .cart-content {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .shopping-cart-page .cart-summary {
        position: static;
        order: -1;
        margin-bottom: 0px;
    }

    .shopping-cart-page .cart-title {
        font-size: 24px;
    }

    .shopping-cart-page .cart-header {
        flex-direction: row;
        align-items: flex-start;
        gap: 10px;
    }

    .shopping-cart-page .back-btn {
        margin-right: 5px;
    }

    .shopping-cart-page .back-btn {
        margin-bottom: 10px;
    }
}

@media (max-width: 768px) {
    .shopping-cart-page {
        padding: 15px 0;
    }

    .shopping-cart-page .cart-container {
        padding: 0 15px;
    }

    .shopping-cart-page .cart-header {
        margin-bottom: 20px;
        padding-bottom: 15px;
    }

    .shopping-cart-page .cart-title {
        font-size: 22px;
    }

    .shopping-cart-page .cart-items,
    .shopping-cart-page .cart-summary {
        padding: 20px;
    }

    .shopping-cart-page .cart-item {
        padding: 15px 0;
    }

    .shopping-cart-page .item-image {
        width: 70px;
        height: 70px;
    }

    .shopping-cart-page .item-title {
        font-size: 15px;
    }

    .shopping-cart-page .quantity-controls {
        margin-top: 8px;
    }

    .shopping-cart-page .quantity-btn {
        width: 28px;
        height: 28px;
        font-size: 12px;
    }

    .shopping-cart-page .quantity-input {
        width: 50px;
        height: 28px;
        font-size: 12px;
    }

    .cartitemwrap {
        display: flex;
        width: 100%;
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: column;
    }

    .shopping-cart-page .select-all {
        margin-bottom: 10px;
    }

    .cart-item .item-main {
        display: flex;
        margin-top: 12px;
    }

    .shopping-cart-page .cart-item {
        display: flex;
        align-items: flex-start;
        padding: 10px 12px;
        position: relative;
        background: #f7f7f7;
        margin-bottom: 10px;
        border-radius: 10px;
    }

    .cartmainSection {
        border-radius: 30px !important;
        padding: 10px 0 20px !important;
    }
}

@media (max-width: 576px) {
    .shopping-cart-page .cart-container {
        padding: 0 0px;
    }

    .shopping-cart-page .cart-title {
        font-size: 20px;
    }

    .shopping-cart-page .cart-items {
        padding: 0px;
    }

    .shopping-cart-page .cart-summary {
        padding: 15px;
    }

    .shopping-cart-page .cart-item {
        flex-direction: column;
        align-items: flex-start;
    }

    .shopping-cart-page .item-main {
        display: flex;
        width: 100%;
        margin-bottom: 10px;
    }

    .shopping-cart-page .item-image {
        width: 60px;
        height: 60px;
        margin-right: 12px;
    }

    .shopping-cart-page .item-title {
        font-size: 14px;
    }

    .shopping-cart-page .item-price {
        text-align: left;
        margin-top: 10px;
    }

    .shopping-cart-page .current-price {
        font-size: 16px;
    }

    .shopping-cart-page .total-value {
        font-size: 20px;
    }

    .shopping-cart-page .checkout-btn {
        padding: 12px;
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .shopping-cart-page {
        padding: 10px 0;
    }

    .shopping-cart-page .cart-header {
        margin-bottom: 15px;
    }

    .shopping-cart-page .cart-content {
        gap: 15px;
        grid-row: revert;
        display: flex !important;
        flex-direction: column-reverse;
    }

    .shopping-cart-page .item-main {
        align-items: flex-start;
    }

    .shopping-cart-page .item-image {
        width: 55px;
        height: 55px;
    }

    .shopping-cart-page .item-title {
        font-size: 13px;
        line-height: 1.3;
    }

    .shopping-cart-page .item-meta {
        font-size: 12px;
    }

    .shopping-cart-page .quantity-controls {
        margin-top: 12px;
    }

    .shopping-cart-page .quantity-btn {
        width: 26px;
        height: 26px;
        font-size: 11px;
    }

    .shopping-cart-page .quantity-input {
        width: 45px;
        height: 26px;
        font-size: 11px;
    }

    .shopping-cart-page .empty-cart-state {
        padding: 40px 20px;
    }

    .shopping-cart-page .empty-cart-icon {
        width: 70px;
        height: 70px;
    }

    .shopping-cart-page .empty-cart-icon i {
        font-size: 28px;
    }

    .shopping-cart-page .empty-cart-title {
        font-size: 20px;
    }

    .shopping-cart-page .empty-cart-message {
        font-size: 14px;
    }

    .shopping-cart-page .continue-shopping-btn {
        padding: 10px 20px;
        font-size: 14px;
    }
}

@media (max-width: 360px) {
    .shopping-cart-page .cart-container {
        padding: 0 8px;
    }

    .shopping-cart-page .cart-items,
    .shopping-cart-page .cart-summary {
        padding: 12px;
    }

    .shopping-cart-page .cart-title {
        font-size: 18px;
    }

    .shopping-cart-page .item-title {
        font-size: 12px;
    }

    .shopping-cart-page .checkout-btn {
        padding: 10px;
        font-size: 14px;
    }

    .shopping-cart-page .cart-item {
        padding: 12px 0;
    }

    .shopping-cart-page .item-image {
        width: 50px;
        height: 50px;
    }

    .shopping-cart-page .current-price {
        font-size: 15px;
    }

    .shopping-cart-page .original-price {
        font-size: 12px;
    }

    .shopping-cart-page .total-value {
        font-size: 18px;
    }

    .shopping-cart-page .empty-cart-state {
        padding: 30px 15px;
    }

    .shopping-cart-page .empty-cart-icon {
        width: 60px;
        height: 60px;
    }

    .shopping-cart-page .empty-cart-icon i {
        font-size: 24px;
    }

    .shopping-cart-page .empty-cart-title {
        font-size: 18px;
    }

    .shopping-cart-page .empty-cart-message {
        font-size: 13px;
    }

    .cartitemwrap {
        display: flex;
        width: 100%;
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: column;
    }
}

.cart-item .item-main {
    display: flex;
}

.cartitemwrap {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
}

/* Chrome, Safari, Edge, Opera */
.quantity-input[type=number]::-webkit-inner-spin-button,
.quantity-input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.quantity-input[type=number] {
    -moz-appearance: textfield;
}

#carminiHeight {
    min-height: auto !important;
}

.cartmainSection {
    position: relative;
    padding: 30px 0 60px;
    border-radius: 80px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

/* Empty Cart State Styles */
.shopping-cart-page .empty-cart-state {
    background: white;
    border-radius: 12px;
    padding: 60px 40px;
    box-shadow: none;
    text-align: center;
    margin-top: 20px;
}

.shopping-cart-page .empty-cart-content {
    max-width: 400px;
    margin: 0 auto;
}

.shopping-cart-page .empty-cart-icon {
    width: 80px;
    height: 80px;
    background: #f3f4f6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px auto;
}

.shopping-cart-page .empty-cart-icon i {
    font-size: 32px;
    color: #9ca3af;
}

.shopping-cart-page .empty-cart-title {
    font-size: 24px;
    font-weight: 700;
    color: #1f2937;
    margin: 0 0 12px 0;
}

.shopping-cart-page .empty-cart-message {
    font-size: 16px;
    color: #6b7280;
    line-height: 1.5;
    margin: 0 0 32px 0;
}

.shopping-cart-page .continue-shopping-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #e80000;
    color: white;
    padding: 12px 20px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.shopping-cart-page .continue-shopping-btn:hover {
    background: #e80000;
    transform: translateY(-1px);
    color: white;
    text-decoration: none;
}

/* Checkout Page Unique Styles */


.checkout-main-container * {
    box-sizing: border-box;
}



.checkout-main-container .checkout-header {
    text-align: center;
    margin-bottom: 40px;
}

.checkout-main-container .checkout-title {
    color: white;
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 10px 0;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.checkout-main-container .checkout-subtitle {
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    margin: 0;
}

.checkout-main-container .checkout-content {
    display: grid;
    grid-template-columns: 1fr 400px;
    gap: 30px;
    align-items: start;
}

.checkout-main-container .checkout-form-section {
    background: white;
    border-radius: 16px;
    padding: 30px;
    box-shadow: none;
    margin-right: 0px;
    border: 1px solid #ddd;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
}

.checkout-main-container .form-section {
    margin-bottom: 30px;
}

.checkout-main-container .form-section:last-child {
    margin-bottom: 0;
}

.checkout-main-container .section-title {
    font-size: 20px;
    font-weight: 600;
    color: #1f2937;
    margin: 0 0 20px 0;
    padding-bottom: 10px;
    border-bottom: 2px solid #f3f4f6;
    display: flex;
    align-items: center;
}

.checkout-main-container .section-title i {
    margin-right: 10px;
    color: #e00f0f;
    font-size: 18px;
}


.checkout-main-container .form-group.full-width {
    grid-column: 1 / -1;
}

.checkout-main-container .form-label {
    position: relative;
   display: block;
    align-items: center;
    font-size: 13px !important;
    font-weight: 500;
    color: #151722;
    margin-bottom: 4px;
}

.checkout-main-container .form-input {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid #e5e7eb;
    border-radius: 8px;
    font-size: 14px;
    transition: all 0.3s ease;
    background: white;
    height: 40px !important;
    border: 1px solid #d8d6e3 !important;
    background-color: hsl(0, 0%, 100%);
}

.checkout-main-container .form-input:focus {
    outline: none;
    border-color: #e00f0f;
    box-shadow: 0 0 0 3px rgba(241, 99, 99, 0.1);
}

.checkout-main-container .form-select {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid #e5e7eb;
    border-radius: 8px;
    font-size: 14px;
    background: white;
    cursor: pointer;
    transition: all 0.3s ease;
}

.checkout-main-container .form-select:focus {
    outline: none;
    border-color: #e00f0f;
    box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.1);
}

.checkout-main-container .checkbox-group {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.checkout-main-container .checkbox-input {
    margin-right: 10px;
    transform: scale(1.2);
    accent-color: #e00f0f;
    margin-right: 15px;
    margin-top: 5px;
    accent-color: #e00f0f;
    transform: scale(1.1);
    margin-right: 10px;
    accent-color: #e00f0f;
    transform: scale(1.1);
    background: initial !important;
    appearance: auto !important;
    width: auto !important;
    height: auto !important;
    display: inline-block !important;
}

.checkout-main-container .checkbox-label {
    font-size: 14px;
    color: #6b7280;
    cursor: pointer;
}

.checkout-main-container .payment-methods {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 15px;
    margin-top: 15px;
}

.checkout-main-container .payment-method {
    border: 2px solid #e5e7eb;
    border-radius: 8px;
    padding: 15px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    background: white;
}

.checkout-main-container .payment-method:hover {
    border-color: #e00f0f;
    background: #f8faff;
}

.checkout-main-container .payment-method.active {
    border-color: #e00f0f;
    background: #f8faff;
    box-shadow: 0 0 0 3px rgba(241, 99, 99, 0.1);
}

.checkout-main-container .payment-method i {
    font-size: 24px;
    color: #6b7280;
    margin-bottom: 8px;
}

.checkout-main-container .payment-method.active i {
    color: #e00f0f;
}

.checkout-main-container .payment-method-name {
    font-size: 12px;
    font-weight: 600;
    color: #374151;
}

.checkout-main-container .order-summary {
    background: white;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    /* position: sticky;
    top: 20px; */
}

.checkout-main-container .summary-title {
    font-size: 20px;
    font-weight: 600;
    color: #1f2937;
    margin: 0 0 20px 0;
    padding-bottom: 10px;
    border-bottom: 2px solid #f3f4f6;
}

.checkout-main-container .order-item {
    display: flex;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #f3f4f6;
}

.checkout-main-container .order-item:last-child {
    border-bottom: none;
}

.checkout-main-container .item-image {
    width: 60px;
    height: 60px;
    background: #f8f9fa;
    border-radius: 8px;
    margin-right: 15px;
    overflow: hidden;
    flex-shrink: 0;
}

.checkout-main-container .item-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 5px;
}

.checkout-main-container .item-details {
    flex: 1;
}

.checkout-main-container .item-name {
    font-size: 14px;
    font-weight: 600;
    color: #1f2937;
    margin: 0 0 5px 0;
    line-height: 1.3;
}

.checkout-main-container .item-quantity {
    font-size: 12px;
    color: #6b7280;
}

.checkout-main-container .item-price {
    font-size: 14px;
    font-weight: 600;
    color: #1f2937;
    text-align: right;
}

.checkout-main-container .price-breakdown {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #f3f4f6;
}

.checkout-main-container .price-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    font-size: 14px;
}

.checkout-main-container .price-label {
    color: #6b7280;
}

.checkout-main-container .price-value {
    color: #374151;
    font-weight: 500;
}

.checkout-main-container .total-row {
    display: flex;
    justify-content: space-between;
    padding-top: 15px;
    border-top: 2px solid #f3f4f6;
    margin-top: 15px;
}

.checkout-main-container .total-label {
    font-size: 18px;
    font-weight: 700;
    color: #1f2937;
}

.checkout-main-container .total-value {
    font-size: 20px;
    font-weight: 700;
    color: #1f2937;
}

.checkout-main-container .place-order-btn {
    width: 100%;
    background: linear-gradient(135deg, #e00f0f 0%, #f65c80 100%);
    color: white;
    border: none;
    padding: 16px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 20px;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.checkout-main-container .place-order-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(99, 102, 241, 0.3);
}

.checkout-main-container .place-order-btn:disabled {
    opacity: 0.7;
    cursor: not-allowed;
    transform: none;
}

.checkout-main-container .back-to-cart {
    background: none;
    border: none;
    color: #6b7280;
    font-size: 18px;
    margin-right: 15px;
    cursor: pointer;
    padding: 8px;
    border-radius: 6px;
    transition: all 0.2s ease;
}

.checkout-main-container .back-to-cart:hover {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
}

.checkout-main-container .back-to-cart i {
    margin-right: 0px;
}

.checkout-main-container .security-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
    padding: 10px;
    background: #f0fdf4;
    border-radius: 8px;
    font-size: 12px;
    color: #166534;
}

.checkout-main-container .security-badge i {
    margin-right: 6px;
    color: #16a34a;
}

/* Loading Animation */
.checkout-main-container .btn-loader {
    display: none;
    width: 20px;
    height: 20px;
    border: 2px solid transparent;
    border-top: 2px solid white;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin-right: 10px;
}

.checkout-main-container .place-order-btn.loading .btn-loader {
    display: inline-block;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Success Modal */
.checkout-main-container .success-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    backdrop-filter: blur(5px);
}

.checkout-main-container .success-modal.active {
    display: flex;
}

.checkout-main-container .success-content {
    background: white;
    border-radius: 16px;
    padding: 40px;
    text-align: center;
    max-width: 400px;
    width: 90%;
    transform: scale(0.8);
    opacity: 0;
    transition: all 0.3s ease;
}

.checkout-main-container .success-modal.active .success-content {
    transform: scale(1);
    opacity: 1;
}

.checkout-main-container .success-icon {
    width: 80px;
    height: 80px;
    background: #10b981;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px auto;
}

.checkout-main-container .success-icon i {
    font-size: 32px;
    color: white;
}

.checkout-main-container .success-title {
    font-size: 24px;
    font-weight: 700;
    color: #1f2937;
    margin: 0 0 10px 0;
}

.checkout-main-container .success-message {
    font-size: 16px;
    color: #6b7280;
    margin: 0 0 20px 0;
    line-height: 1.5;
}

.checkout-main-container .order-number {
    background: #f3f4f6;
    padding: 10px 15px;
    border-radius: 8px;
    font-family: monospace;
    font-size: 14px;
    font-weight: 600;
    color: #374151;
    margin-bottom: 20px;
}

.checkout-main-container .success-btn {
    background: #e00f0f;
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.checkout-main-container .success-btn:hover {
    background: #f22f2e;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .checkout-main-container .checkout-content {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .checkout-main-container .order-summary {
        position: static;
        order: -1;
    }
}

@media (max-width: 768px) {
    .checkout-main-container .checkout-wrapper {
        padding: 0 15px;
    }

    .checkout-main-container .checkout-title {
        font-size: 28px;
    }

    .checkout-main-container .checkout-form-section,
    .checkout-main-container .order-summary {
        padding: 20px;
    }



    .checkout-main-container .payment-methods {
        grid-template-columns: repeat(2, 1fr);
    }

    .checkout-main-container {
        width: 100% !important;
        margin: 0 auto;
    }

    .checkout-main-container .cart-header {
        margin-bottom: 15px !important;
        padding-bottom: 10px !important;
    }

    .checkout-main-container .summary-title {
        font-size: 17px;
    }

    .checkout-main-container .place-order-btn {
        padding: 10px;
        border-radius: 8px;
        font-size: 14px;
        font-weight: 400;
    }

    .checkout-main-container .payment-method-name {
        font-size: 11px;
        font-weight: 600;
        color: #374151;
    }

    .checkout-main-container .payment-method {
        border-radius: 8px;
        padding: 6px 9px;
        width: 50%;
    }

    .checkout-main-container .payment-method i {
        font-size: 17px;
    }

    .checkout-main-container .payment-methods {
        display: flex !important;
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
        gap: 6px;
        margin-top: 15px;
    }

    .checkout-main-container .section-title {
        font-size: 17px;
        font-weight: 500;
    }
}

@media (max-width: 480px) {
    .checkout-main-container {
        padding: 10px 0;
    }

    .checkout-main-container .checkout-wrapper {
        padding: 0 0px;
    }

    .checkout-main-container .checkout-title {
        font-size: 24px;
    }

    .checkout-main-container .checkout-form-section,
    .checkout-main-container .order-summary {
        padding: 15px;
    }

    .checkout-main-container .payment-methods {
        grid-template-columns: 1fr;
    }

    .checkout-main-container .success-content {
        padding: 30px 20px;
    }

    .checkout-main-container .success-icon {
        width: 60px;
        height: 60px;
    }

    .checkout-main-container .success-icon i {
        font-size: 24px;
    }

    .checkout-main-container .success-title {
        font-size: 20px;
    }
}

/* Responsive Design */
.checkout-main-container .mobile-summary-header {
    display: none;
}

.checkout-main-container .mobile-summary-toggle {
    display: none;
}

.checkout-main-container .mobile-total-preview {
    display: none;
}

.checkout-main-container .mobile-accordion-content {
    display: block;
}

/* ===== MOBILE RESPONSIVE DESIGN ===== */
/* Mobile: Fixed bottom order summary with accordion */
@media (max-width: 768px) {
    .checkout-main-container .checkout-content {
        grid-template-columns: 1fr;
        gap: 0;
        padding-bottom: 0px;
    }

    .checkout-main-container .checkout-form-section {
        order: 1;
        margin-bottom: 20px;
    }

    .checkout-main-container .order-summary {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        margin: 0;
        border-radius: 16px 16px 0 0;
        box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
        padding: 20px;
        /* max-height: 80vh; */
        overflow-y: auto;
        top: inherit !important;
    }

    /* Mobile summary header - always visible */
    .checkout-main-container .mobile-summary-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-bottom: 15px;
        border-bottom: 1px solid #f3f4f6;
        margin-bottom: 15px;
        cursor: pointer;
    }

    .checkout-main-container .mobile-summary-toggle {
        display: flex;
        align-items: center;
        gap: 11px;
        color: #ef0100;
        font-weight: 600;
        font-size: 14px;
        white-space: nowrap;
    }

    .checkout-main-container .total-row {
        display: flex;
        justify-content: space-between;
        padding-top: 0px;
        border-top: 0px;
        margin-top: 5px;
    }

    .checkout-main-container .mobile-summary-toggle i {
        transition: transform 0.3s ease;
    }

    .checkout-main-container .mobile-summary-toggle.expanded i {
        transform: rotate(180deg);
    }

    .checkout-main-container .mobile-total-preview {
        font-size: 18px;
        font-weight: 700;
        color: #1f2937;
    }

    /* Mobile accordion content - hidden by default */
    .checkout-main-container .mobile-accordion-content {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
    }

    .checkout-main-container .mobile-accordion-content.expanded {
        max-height: 400px;
    }

    /* Hide desktop summary title on mobile */
    .checkout-main-container .summary-title {
        display: none;
    }

    /* Mobile order items styling */
    .checkout-main-container .order-item {
        padding: 10px 0;
    }

    .checkout-main-container .item-image {
        width: 50px;
        height: 50px;
    }

    .checkout-main-container .item-name {
        font-size: 13px;
    }

    .checkout-main-container .item-price {
        font-size: 13px;
    }

    #checkoutmainWrap {
        padding: 20px 0 10px;
    }
   #checkoutmainWrap .boxcar-container {
    padding-bottom: 250px;
}
}

/* Tablet responsive adjustments */
@media (max-width: 1024px) {
    .checkout-main-container .checkout-content {
        grid-template-columns: 1fr;
        gap: 20px;
    }


}

.checkout-main-container .cart-title {
    font-size: 22px;
    font-weight: 500;
    color: #1f2937;
    margin: 0;
}

.checkout-main-container .cart-header p {
    color: #6b7280;
    font-size: 14px;
    margin: 0;
}

.checkout-main-container .cart-header {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e7eb;
}

.checkout-main-container .back-btn {
    background: none;
    border: none;
    color: #6b7280;
    font-size: 18px;
    margin-right: 15px;
    cursor: pointer;
    padding: 8px;
    border-radius: 6px;
    transition: all 0.2s ease;
}

.checkout-main-container .back-to-cart:hover {
    background-color: #f3f4f6;
    color: #374151;
}

.checkout-form-section .form-group {
    margin-bottom: 10px;
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    user-select: none;
    -webkit-user-select: none;
    width: 100%;
    border: 2px solid #e5e7eb !important;
    border-radius: 8px !important;
    font-size: 14px;
    transition: all 0.3s ease;
    background: white;
    background-color: white 1;
    height: 40px !important;
    border: 1px solid #d8d6e3 !important;
    background-color: hsl(0, 0%, 100%) !important;
    line-height: 40px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 11px !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 15px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-radius: 7px !important;
    border: 1px solid #ccc !important;
    background: #fff !important;
    padding: 10px !important;
    box-shadow: none;
}

.checkout-main-container {
    width: 80%;
    margin: 0 auto;
}

#checkoutmainWrap {
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

#checkoutsite_main {
    min-height: 100% !important;
}
.select2-container {
	width: 100% !important;
}

#shoppage_mwrapper{
    border-radius: 0px;
    margin-top: 0px;
  margin-bottom: 0px;
}
.features {
	background: #fff;
}
.featuresgrid{
    display: grid;
	grid-template-columns: repeat(3, 1fr);
	align-items: start;
	gap: 20px;
	max-width: 100%;
	margin: auto;
	padding: 60px 20px 50px 20px;
	text-align: left;
	background: #fff;
}

    .feature {
      display: flex;
      align-items: center;
     gap: 15px;
      border-right: 1px solid #E2E8F0;
    }
      .feature:last-child {
     border: none;
    }

   .feature img {
	width: 60px;
	flex-shrink: 0;
}

 .feature h3 {
	font-size: 16px;
	font-weight: 500;
	margin: 0 0 1px 0;
	color: #000;
}
    .feature p {
      font-size: 14px;
      margin: 0;
      color: #4a4a4a;
    }

    /* Vertical Divider */
    .features > :nth-child(2)::before,
    .features > :nth-child(3)::before {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: -10px;
      width: 1px;
      background: #e0e0e0;
    }

    .features > div {
      position: relative;
      padding-left: 10px;
    }

    /* Responsive */
    @media (max-width: 768px) {
      .featuresgrid {
        grid-template-columns: 1fr;
        gap: 25px;
        padding: 25px 0px 20px 0px;
      }
      .featuresgrid > :nth-child(2)::before,
      .featuresgrid > :nth-child(3)::before {
        display: none;
      }
      .featuresgrid > div {
        padding-left: 0;
      }
      .feature {
	border-right: none;
}
    }

     /* ===== AUTOMOTIVE BANNER SLIDER STYLES ===== */
        /* Unique class prefix: automotive-banner- */
     .automotive-banner-slider {
	position: relative;
	width: 100%;
	height: 500px;
	overflow: hidden;
	border-radius: 0px;
	margin-bottom: 0px;
	/* box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15); */
}
        .automotive-banner-slider .banner-container {
            position: relative;
            width: 100%;
            height: 100%;
        }

        .automotive-banner-slider .banner-slide {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0;
            transform: translateX(100%);
            transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
        }

        .automotive-banner-slider .banner-slide.active {
            opacity: 1;
            transform: translateX(0);
        }

        .automotive-banner-slider .banner-slide.prev {
            transform: translateX(-100%);
        }

        .automotive-banner-slider .slide-background {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
          background: linear-gradient(135deg, var(--bg-color, #F00101) 0%, rgba(0, 0, 0, 0.3) 100%);
        }

        .automotive-banner-slider .bg-pattern {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-image: radial-gradient(circle at 20% 50%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
                              radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.05) 0%, transparent 50%);
        }

        .automotive-banner-slider .slide-content {
            position: relative;
            height: 100%;
            display: flex;
            align-items: center;
            padding: 0 60px;
            z-index: 10;
        }

 .automotive-banner-slider .product-circle {
	width: 300px;
	height: 300px;
	/* background: rgba(255, 255, 255, 0.15); */
	backdrop-filter: blur(10px);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	animation: float 3s ease-in-out infinite;
	/* border: 2px solid rgba(255, 255, 255, 0.2); */
	position: absolute;
}

        .automotive-banner-slider .product-circle img {
            width: 100%;
            height: 100%;
            object-fit: contain;
            border-radius: 50%;
        }

        .automotive-banner-slider .main-content {
	/* flex: 1; */
	text-align: center;
	padding: 0 40px;
	width: 64%;
	margin: 0 auto;
}

        .automotive-banner-slider .slide-title {
            font-size: 48px;
            font-weight: 900;
            color: white;
            margin: 0 0 20px 0;
            line-height: 1.1;
            letter-spacing: -1px;
            width: 90%;
        }

        .automotive-banner-slider .slide-description {
            font-size: 16px;
            color: rgba(255, 255, 255, 0.9);
            margin: 0 0 30px 0;
            line-height: 1.6;
            max-width: 500px;
            margin-left: auto;
            margin-right: auto;
        }

        .automotive-banner-slider .slide-btn {
            background: white;
            color: #333;
            border: none;
            padding: 15px 30px;
            border-radius: 8px;
            font-weight: 600;
            font-size: 16px;
            cursor: pointer;
            transition: all 0.3s ease;
            display: inline-flex;
            align-items: center;
            gap: 10px;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
        }

        .automotive-banner-slider .slide-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
            gap: 15px;
        }
.automotive-banner-slider .car-image {
	width: 290px;
	height: 230px;
	position: absolute;
	overflow: visible;
	border-radius: 15px;
	opacity: 0.8;
	right: 40px;
}

        .automotive-banner-slider .car-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: left center;
        }

        .automotive-banner-slider .banner-nav-btn {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background: rgba(255, 255, 255, 0.2);
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 255, 255, 0.3);
            color: white;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            cursor: pointer;
            transition: all 0.3s ease;
            z-index: 20;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .automotive-banner-slider .banner-nav-btn:hover {
            background: rgba(255, 255, 255, 0.3);
            transform: translateY(-50%) scale(1.1);
        }

        .automotive-banner-slider .prev-btn {
            left: 20px;
        }

        .automotive-banner-slider .next-btn {
            right: 20px;
        }

        .automotive-banner-slider .slide-indicators {
            position: absolute;
            bottom: 20px;
            left: 50%;
            transform: translateX(-50%);
            display: flex;
            gap: 10px;
            z-index: 20;
        }

        .automotive-banner-slider .indicator {
           width: 8px;
  height: 8px;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.5);
            border: none;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .automotive-banner-slider .indicator.active {
            background: white;
            transform: scale(1.2);
        }

        @keyframes float {
            0%, 100% { transform: translateY(0px); }
            50% { transform: translateY(-10px); }
        }

        /* ===== ENHANCED PRODUCT CARD STYLES ===== */
        /* Unique class prefix: enhanced-product- */
        .enhanced-product-card {
            margin-bottom: 15px;
        }

        .enhanced-product-card .product-card-inner {
            background: white;
            border-radius: 12px;
         padding: 0px;
            transition: all 0.3s ease;
            height: 100%;
            position: relative;
            overflow: hidden;
            box-shadow: 1px 2px 4px rgba(33, 37, 41, 0.05);
  border: 1px solid #DDE2E6;
        }

   .enhanced-product-card .product-card-inner:hover {
	/* transform: translateY(-4px); */
	/* box-shadow: 0 8px 25px rgba(0, 0, 0, 0.04); */
	border-color: #e00f0f;
}

        .enhanced-product-card .discount-badge {
            position: absolute;
            top: 15px;
            left: 15px;
            background: #ef4444;
            color: white;
            padding: 4px 8px;
            border-radius: 4px;
            font-size: 12px;
            font-weight: 600;
            z-index: 10;
        }

        .enhanced-product-card .discount-badge.special {
            background: #f97316;
            padding: 4px 12px;
            font-size: 11px;
        }

        .enhanced-product-card .wishlist-btn {
            position: absolute;
            top: 15px;
            right: 15px;
            background: white;
            border: 1px solid #e5e7eb;
            width: 36px;
            height: 36px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            z-index: 10;
            color: #6b7280;
        }

        .enhanced-product-card .wishlist-btn:hover {
            background: #ef4444;
            color: white;
            border-color: #ef4444;
            transform: scale(1.1);
        }

        .enhanced-product-card .wishlist-btn.active {
            background: #ef4444;
            color: white;
            border-color: #ef4444;
        }

        .enhanced-product-card .product-image-container {
          margin-bottom: 0px;
            position: relative;
        }

        .enhanced-product-card .product-image-wrapper {
            position: relative;
            background: #f8f9fa;
            border-radius: 8px;
            overflow: hidden;
            padding: 20px;
            margin: 20px 20px 0px 20px;
           height: 300px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .enhanced-product-card .product-main-image {
            width: 100%;
            height: 100%;
            object-fit: contain;
            transition: transform 0.3s ease;
        }

        .enhanced-product-card .product-card-inner:hover .product-main-image {
            transform: scale(1.1);
        }

      .enhanced-product-card .image-hover-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.01);
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: all 0.3s ease;
	border-radius: 8px;
}

        .enhanced-product-card .product-card-inner:hover .image-hover-overlay {
            opacity: 1;
        }

 .enhanced-product-card .quick-view-btn {
	background: white;
	border: none;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.3s ease;
	color: #333;
	font-size: 16px;
}

        .enhanced-product-card .quick-view-btn:hover {
            background: #e00f0f;
            color: white;
            transform: scale(1.1);
        }

        .enhanced-product-card .product-image-dots {
            display: flex;
            justify-content: center;
            gap: 6px;
            margin-top: 10px;
        }

        .enhanced-product-card .product-image-dots .dot {
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: #d1d5db;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .enhanced-product-card .product-image-dots .dot.active {
            background: #fbbf24;
            transform: scale(1.2);
        }

        .enhanced-product-card .product-content {
            text-align: left;
            padding: 20px;
            min-height: 145px;
        }

        .enhanced-product-card .product-title {
            font-size: 16px;
            font-weight: 600;
            color: #1f2937;
           margin: 0 0 2px 0;
            line-height: 1.4;
         
        }

        .enhanced-product-card .product-rating {
            display: flex;
            align-items: center;
            gap: 2px;
            margin-bottom: 10px;
        }

        .enhanced-product-card .product-rating li {
            list-style: none;
            color: #fbbf24;
            font-size: 14px;
        }

        .enhanced-product-card .review-count {
            margin-left: 8px;
            font-size: 12px;
            color: #6b7280;
        }

        .enhanced-product-card .product-pricing {
            margin-bottom: 10px;
        }

        .enhanced-product-card .original-price {
            color: #9ca3af;
            text-decoration: line-through;
            font-size: 14px;
            margin-right: 8px;
        }

        .enhanced-product-card .sale-price {
            color: #ef4444;
            font-size: 18px;
            font-weight: 700;
        }

        .enhanced-product-card .stock-status {
            display: flex;
            align-items: center;
            gap: 6px;
            font-size: 12px;
            
        }

        .enhanced-product-card .stock-status.in-stock {
            color: #10b981;
        }

        .enhanced-product-card .stock-status.out-of-stock {
            color: #ef4444;
        }

        .enhanced-product-card .enhanced-cart-btn {
            background: #f3f4f6;
            border: 1px solid #e5e7eb;
            color: #6b7280;
            width: 40px;
            height: 40px;
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            font-size: 16px;
        }

        .enhanced-product-card .enhanced-cart-btn:hover {
            background: #e00f0f;
            color: white;
            border-color: #e00f0f;
            transform: scale(1.05);
        }

        /* ===== PRODUCT MODAL STYLES ===== */
        /* Unique class prefix: product-modal- */
        .product-modal-content {
            border: none;
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
        }

        .product-modal-header {
            background: #f8f9fa;
            border-bottom: 1px solid #e5e7eb;
            padding: 20px 30px;
        }

        .product-modal-title {
            font-size: 20px;
            font-weight: 600;
            color: #1f2937;
            margin: 0;
        }

      .product-modal-close {
	background: none;
	border: none;
	font-size: 33px;
	color: #171a20;
	cursor: pointer;
	padding: 0;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	transition: all 0.3s ease;
	opacity: 1;
	position: absolute;
	right: 20px;
}
.product-modal-close:focus {
	outline: 0;
	box-shadow: none;
	opacity: var(--bs-btn-close-focus-opacity);
}

        .product-modal-close:hover {
            background: #f3f4f6;
            color: #374151;
        }

        .product-modal-body {
            padding: 30px;
        }

        .product-modal-image-container {
            margin-bottom: 20px;
        }

        .main-product-image {
            background: #f8f9fa;
            border-radius: 12px;
            padding: 30px;
            margin-bottom: 15px;
            height: 300px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .modal-product-image {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }

        .product-thumbnail-gallery {
            display: flex;
            gap: 10px;
            justify-content: center;
        }

        .thumbnail-item {
            width: 60px;
            height: 60px;
            background: #f8f9fa;
            border-radius: 8px;
            padding: 8px;
            cursor: pointer;
            border: 2px solid transparent;
            transition: all 0.3s ease;
        }

        .thumbnail-item.active {
            border-color: #e00f0f;
        }

        .thumbnail-item img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }

        .product-modal-details {
            padding-left: 20px;
        }

.modal-product-title {
	font-size: 21px;
	font-weight: 500;
	color: #1f2937;
	margin: 0 0 0px 0;
	line-height: 1.3;
}

        .modal-product-rating {
            display: flex;
            align-items: center;
            gap: 10px;
            margin-bottom: 15px;
        }

        .rating-stars {
            display: flex;
            gap: 2px;
        }

        .rating-stars i {
            color: #fbbf24;
            font-size: 16px;
        }

        .modal-review-count {
            font-size: 14px;
            color: #6b7280;
        }

        .modal-product-pricing {
            margin-bottom: 5px;
        }

        .modal-original-price {
            color: #9ca3af;
            text-decoration: line-through;
            font-size: 16px;
            margin-right: 10px;
        }

        .modal-sale-price {
            color: #ef4444;
            font-size: 28px;
            font-weight: 700;
        }

     .modal-stock-status {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #f3f4f6;
}

        .modal-sku {
            font-size: 14px;
            color: #6b7280;
        }

        .modal-stock-indicator {
            display: flex;
            align-items: center;
            gap: 6px;
            color: #10b981;
            font-size: 14px;
            font-weight: 500;
            width: 100%;
        }

        .modal-product-features {
            margin-bottom: 25px;
        }

        .modal-product-features ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .modal-product-features li {
            color: #6b7280;
            font-size: 14px;
            margin-bottom: 8px;
            position: relative;
            padding-left: 15px;
        }

        .modal-product-features li:before {
            content: '•';
            color: #e00f0f;
            position: absolute;
            left: 0;
            font-weight: bold;
        }

        .modal-quantity-section {
            display: flex;
            gap: 15px;
            align-items: center;
            margin-bottom: 25px;
        }

        .quantity-controls-modal {
            display: flex;
            align-items: center;
            border: 1px solid #e5e7eb;
            border-radius: 8px;
            overflow: hidden;
        }

        .qty-btn {
            background: #f8f9fa;
            border: none;
            width: 40px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            font-weight: 600;
            color: #374151;
        }

        .qty-btn:hover {
            background: #e5e7eb;
        }

        .qty-input {
            border: none;
            width: 60px;
            height: 40px;
            text-align: center;
            font-weight: 600;
            background: white;
        }

        .modal-add-to-cart-btn {
            background: #10b981;
            color: white;
            border: none;
            padding: 10px 20px;
            border-radius: 8px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .modal-add-to-cart-btn:hover {
            background: #059669;
            transform: translateY(-1px);
        }

        .modal-product-actions {
            margin-bottom: 25px;
        }

        .modal-wishlist-btn {
            background: none;
            border: none;
            color: #6b7280;
            font-size: 14px;
            cursor: pointer;
            display: flex;
            align-items: center;
            gap: 8px;
            transition: color 0.3s ease;
            padding: 0;
        }

        .modal-wishlist-btn:hover {
            color: #ef4444;
        }

       

        .modal-categories {
            margin-bottom: 20px;
            font-size: 14px;
        }

        .categories-label {
            color: #6b7280;
            margin-right: 8px;
        }

        .category-link {
            color: #3b82f6;
            text-decoration: none;
            margin-right: 5px;
        }

        .category-link:hover {
            text-decoration: underline;
        }

        .modal-social-share {
            display: flex;
            gap: 10px;
        }

        .social-btn {
            width: 36px;
            height: 36px;
            border-radius: 50%;
            border: none;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            color: white;
        }

        .social-btn.facebook { background: #1877f2; }
        .social-btn.twitter { background: #1da1f2; }
        .social-btn.pinterest { background: #bd081c; }
        .social-btn.linkedin { background: #0077b5; }
        .social-btn.whatsapp { background: #25d366; }

        .social-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
        }

        /* ===== RESPONSIVE DESIGN FOR BANNER AND CARDS ===== */
        @media (max-width: 1200px) {
            .automotive-banner-slider .slide-content {
                padding: 0 40px;
            }
            
            .automotive-banner-slider .slide-title {
                font-size: 42px;
            }
        }

        @media (max-width: 992px) {
            .automotive-banner-slider {
                height: 400px;
            }
            
            .automotive-banner-slider .slide-content {
                padding: 0 30px;
                text-align: center;
            }
            
            .automotive-banner-slider .product-circle {
                width: 100px;
                height: 100px;
                margin-bottom: 20px;
            }
            
            .automotive-banner-slider .main-content {
                padding: 0;
            }
            
            .automotive-banner-slider .slide-title {
                font-size: 36px;
            }
            
            .automotive-banner-slider .car-image {
                display: none;
            }
        }

        @media (max-width: 768px) {
            .automotive-banner-slider {
                height: 450px;
                margin-bottom: 0px;
            }
            
            .automotive-banner-slider .slide-content {
                padding: 0 20px;
            }
            
            .automotive-banner-slider .slide-title {
                font-size: 28px;
            }
            
            .automotive-banner-slider .slide-description {
                font-size: 14px;
            }
            
            .automotive-banner-slider .slide-btn {
                padding: 12px 24px;
                font-size: 14px;
            }
            
            .automotive-banner-slider .banner-nav-btn {
                width: 40px;
                height: 40px;
            }
            
            .automotive-banner-slider .prev-btn {
                left: 15px;
            }
            
            .automotive-banner-slider .next-btn {
                right: 15px;
            }
            
            /* Product Modal Mobile */
            .product-modal-details {
                padding-left: 0;
                margin-top: 20px;
            }
            
            .modal-quantity-section {
                flex-direction: column;
                align-items: stretch;
                gap: 15px;
            }
            
            .quantity-controls-modal {
                justify-content: center;
            }
        }

        @media (max-width: 576px) {
            .automotive-banner-slider {
                height: 300px;
            }
            
            .automotive-banner-slider .slide-title {
                font-size: 24px;
            }
            
            .automotive-banner-slider .product-circle {
                width: 80px;
                height: 80px;
                display: none;
            }
            
            .automotive-banner-slider .slide-btn {
                padding: 10px 20px;
                font-size: 13px;
            }
            
            .enhanced-product-card .product-card-inner {
                padding: 0px;
            }
            
            .enhanced-product-card .product-image-wrapper {
                height: 180px;
                padding: 15px;
            }
            
            .product-modal-body {
                padding: 20px;
            }
        }

        @media (max-width: 480px) {
            .automotive-banner-slider {
               height: 45vh;
            }
            
        .automotive-banner-slider .slide-title {
	font-size: 24px;
	margin-bottom: 5px;
	font-weight: 500;
	line-height: 30px;
}
            .automotive-banner-slider .slide-description {
                font-size: 14px;
                padding: 0px 30px;
            }
        }

        /* Profile Icon Styles */
        .profile-icon-container {
            position: fixed;
            top: 20px;
            right: 20px;
            z-index: 1000;
        }

        .profile-icon-link {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 50px;
            height: 50px;
            background: white;
            border-radius: 50%;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
            color: var(--primary-color);
            font-size: 24px;
            text-decoration: none;
            transition: all 0.3s ease;
            position: relative;
            border: 2px solid transparent;
        }

        .profile-icon-link:hover {
            background: var(--primary-color);
            color: white;
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(99, 102, 241, 0.3);
            border-color: var(--primary-color);
            text-decoration: none;
        }

        .profile-tooltip {
            position: absolute;
            bottom: -35px;
            left: 50%;
            transform: translateX(-50%);
            background: var(--dark-color);
            color: white;
            padding: 6px 12px;
            border-radius: 6px;
            font-size: 12px;
            font-weight: 500;
            white-space: nowrap;
            opacity: 0;
            visibility: hidden;
            transition: all 0.3s ease;
            pointer-events: none;
        }

        .profile-tooltip::before {
            content: '';
            position: absolute;
            top: -4px;
            left: 50%;
            transform: translateX(-50%);
            border-left: 4px solid transparent;
            border-right: 4px solid transparent;
            border-bottom: 4px solid var(--dark-color);
        }

        .profile-icon-link:hover .profile-tooltip {
            opacity: 1;
            visibility: visible;
            bottom: -40px;
        }

        /* Mobile responsive for profile icon */
        @media (max-width: 768px) {
            .profile-icon-container {
                top: 15px;
                right: 15px;
            }

            .profile-icon-link {
                width: 45px;
                height: 45px;
                font-size: 20px;
            }

            .profile-tooltip {
                font-size: 11px;
                padding: 4px 8px;
            }
        }

        @media (max-width: 480px) {
            .profile-icon-container {
                top: 10px;
                right: 10px;
            }

            .profile-icon-link {
                width: 40px;
                height: 40px;
                font-size: 18px;
            }
        }
      .shoping-btn {
	
	font-size: 13px;
	line-height: 1.0769em;
	font-weight: 700;
	position: relative;
	display: flex;
	align-items: center;
	column-gap: 11px;
	vertical-align: middle;
	width: 100%;
	margin: 0;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 0;
	outline: 0;
	transition: color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;
	box-shadow: none;
	background-image: none;
	opacity: 1;
	padding: 17px 35px 16px;
	cursor: pointer;
	z-index: 3;
	color: var(--qode-button-color,#212121);
	background-color: #FFF;
	border: 1px solid var(--qode-button-border-color,transparent);
	background-image: linear-gradient(to bottom,#F7F7F7 50%,#DD0100 50%);
	background-repeat: no-repeat;
	background-origin: border-box;
	transition: color .3s ease-out,background-position .3s ease-out;
	background-size: 100% 203%;
	background-position: 0 0;
	text-align: center;
	justify-content: center;
}
.shoping-btn i {
  margin-right: 0px;
}
.shoping-btn:hover {
	color: #fff !important;
	background-position: 0 100% !important;
}
.enhanced-product-card .product-card-inner{
    cursor: pointer;
}
.enhanced-product-card .product-card-inner:hover .shoping-btn{
	color: #fff !important;
	background-position: 0 100% !important;
}
.shoping-btn.loading .btn-loader {
	display: inline-block;
}

/* Chrome, Safari, Edge, Opera */
.qty-input[type=number]::-webkit-inner-spin-button,
.qty-input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.qty-input[type=number] {
    -moz-appearance: textfield;
}

.categories-box .cheak-box {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 30px;
}

.productsrow .col-lg-3{
    padding: 0px 8px ; 
}

.ProductCategories {
	background: #fff;
}

/* ****** Advertistment banner  ******* */


.klbth-banner {
  position: relative;
  overflow: hidden;
}
.klbth-banner .entry-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
}
.klbth-banner .entry-wrapper .entry-inner {
  position: relative;
  max-width: 100%;
  z-index: 1;
}
@media screen and (max-width: 767.98px) {
  .klbth-banner .entry-wrapper .entry-inner.w-50 {
    width: 100% !important;
  }
}
@media screen and (min-width: 768px) {
  .klbth-banner .entry-wrapper .entry-inner.w-50 {
    max-width: 50%;
  }
}
@media screen and (max-width: 767.98px) {
  .klbth-banner .entry-wrapper .entry-inner.w-60 {
    width: 100% !important;
  }
}
@media screen and (min-width: 768px) {
  .klbth-banner .entry-wrapper .entry-inner.w-60 {
    max-width: 60%;
  }
}
@media screen and (max-width: 767.98px) {
  .klbth-banner .entry-wrapper .entry-inner.w-70 {
    width: 100% !important;
  }
}
@media screen and (min-width: 768px) {
  .klbth-banner .entry-wrapper .entry-inner.w-70 {
    max-width: 70%;
  }
}
@media screen and (min-width: 768px) {
  .klbth-banner .entry-wrapper .entry-inner.w-80 {
    max-width: 80%;
  }
}
@media screen and (min-width: 768px) {
  .klbth-banner .entry-wrapper .entry-inner.w-90 {
    max-width: 90%;
  }
}
.klbth-banner .entry-wrapper {
  padding: 2.5rem 1.875rem;
  z-index: 2;
}
@media screen and (min-width: 420px) {
  .klbth-banner .entry-wrapper {
    padding: 3.125rem 2.5rem;
  }
}
@media screen and (min-width: 992px) {
  .klbth-banner .entry-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 1.875rem;
  }
}
.klbth-banner .entry-wrapper:before {
  border-radius: var(--theme-theme-radius-base);
}
.klbth-banner .entry-wrapper.container {
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (min-width: 992px) {
  .klbth-banner .entry-wrapper.container {
    padding-left: 0.9375rem !important;
    padding-right: 0.9375rem !important;
  }
}
.klbth-banner .entry-media::before {
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .klbth-banner .entry-media {
    position: relative;
  }
}
@media screen and (max-width: 991.98px) {
  .klbth-banner .entry-media {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0;
  }
  .klbth-banner .entry-media img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.klbth-banner .entry-media img {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .klbth-banner.space-md .entry-wrapper {
    padding: 2.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .klbth-banner.space-lg .entry-wrapper {
    padding: 3.125rem;
  }
}
@media screen and (min-width: 1024px) {
  .klbth-banner.space-xlg .entry-wrapper {
    padding: 3.125rem;
  }
}
@media screen and (min-width: 1200px) {
  .klbth-banner.space-xlg .entry-wrapper {
    padding: 3.75rem;
  }
}
.klbth-banner.color-scheme-light {
  color: #fff;
}
.klbth-banner.align-top .entry-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.klbth-banner.align-center .entry-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.klbth-banner.align-bottom .entry-wrapper {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.klbth-banner.justify-start .entry-wrapper {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.klbth-banner.justify-center .entry-wrapper {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.klbth-banner.justify-center .entry-wrapper .entry-heading {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.klbth-banner.justify-center .entry-wrapper .banner-footer .price {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.klbth-banner.justify-end .entry-wrapper {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.klbth-banner.hover-zoom .entry-media img {
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.28, 0.12, 0.22, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.28, 0.12, 0.22, 1);
  transition: transform 0.5s cubic-bezier(0.28, 0.12, 0.22, 1);
  transition: transform 0.5s cubic-bezier(0.28, 0.12, 0.22, 1), -webkit-transform 0.5s cubic-bezier(0.28, 0.12, 0.22, 1);
}
.klbth-banner.hover-zoom:hover .entry-media img {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}
.klbth-banner .banner-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
}
@media screen and (min-width: 992px) {
  .klbth-banner .banner-footer {
    gap: 1.875rem;
    margin-top: 1.25rem;
  }
}
.klbth-banner .banner-footer.horizontal {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.klbth-banner .banner-footer.vertical {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.klbth-banner .banner-footer.vertical > * {
  width: 100%;
}
.klbth-banner .banner-footer .btn.link {
	color: #fff;
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 0px;
}
.banner-footer .btn.link iconify-icon{
font-size: 22px;
}
.klbth-banner .banner-footer.slider-footer .price {
  font-size: 1.625rem;
  line-height: 1.1538461538;
}

.klbth-banner .entry-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.3125rem;
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 992px) {
  .klbth-banner .entry-heading {
    gap: 0.625rem;
  }
}
.klbth-banner .entry-heading > * {
  margin-bottom: 0;
}
.klbth-banner .badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.75rem;
  height: 1.25rem;
  background-color: #EC223B;
  border-radius: 1.875rem;
}
.klbth-banner .entry-sale-percentage {
  font-size: 3rem;
  line-height: 1.0833333333;
  font-weight: 600;
  margin-bottom: 0.9375rem;
}
@media screen and (min-width: 992px) {
  .klbth-banner .entry-sale-percentage {
    font-size: 4.125rem;
    line-height: 1.0909090909;
    margin-bottom: 0.9375rem;
  }
}
.klbth-banner .entry-sale-percentage span {
  font-size: 70%;
}
.klbth-banner .entry-small {
  font-size: 0.8125rem;
  font-weight: 600;
}
.klbth-banner .entry-excerpt {
opacity: 0.7;
  color: #fff;
}
.klbth-banner .price {
  color: currentColor;
}
.klbth-banner .price ins {
  font-weight: 600;
  color: inherit;
}
@media screen and (min-width: 768px) {
.overlay-15-dark-min768::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.15);
}

}

.entry-media {
    position: relative;
  }
  .entry-media {
	border-radius: 12px;
	overflow: hidden;
}
.entry-media::before {
  z-index: 1;
}
.klbth-banner .entry-media img {
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.28, 0.12, 0.22, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.28, 0.12, 0.22, 1);
  transition: transform 0.5s cubic-bezier(0.28, 0.12, 0.22, 1);
  transition: transform 0.5s cubic-bezier(0.28, 0.12, 0.22, 1), -webkit-transform 0.5s cubic-bezier(0.28, 0.12, 0.22, 1);
}
.entry-media img {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .klbth-banner .entry-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 1.875rem;
  }
}
.klbth-banner .entry-wrapper {
  padding: 2.5rem 1.875rem;
  z-index: 2;
}
.klbth-banner .entry-wrapper {
	position: relative;
	/* display: -webkit-box; */
	/* display: -ms-flexbox; */
	display: flex;
	z-index: 1;
}
@media screen and (min-width: 1024px) {
  .klbth-banner .entry-wrapper {
    padding: 2.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .klbth-banner .entry-wrapper {
    padding: 3.125rem;
  }
}
@media screen and (min-width: 1024px) {
  .klbth-banner .entry-wrapper {
    padding: 3.125rem;
  }
}
@media screen and (min-width: 1200px) {
  .klbth-banner .entry-wrapper {
    padding: 3.75rem;
  }
}
@media screen and (min-width: 992px) {
  .klbth-banner .entry-media {
    position: relative;
  }
}
@media screen and (max-width: 991.98px) {
  .klbth-banner .entry-media {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0;
  }
}
@media screen and (min-width: 992px) {
  .klbth-banner .entry-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 1.875rem;
    z-index: 10;
    padding: 2.5rem;
  }
}
.advertistshop_banner {
	background: #fff;
	padding: 0px 0px 90px 0px;
}
.entry-title.font-banner-xlg {
font-size: 38px;
	color: #fff;
}
.qodef-m-product-list-title {
	font-family: Archivo,sans-serif;
	color: #000;
	/* text-transform: uppercase; */
	letter-spacing: -.025em;
	font-size: 35px;
	line-height: .94737em;
	font-weight: 600;
	margin: 10px 0px 25px 0;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
.klbth-banner:hover .entry-media img {
	-webkit-transform: scale(1.08);
	transform: scale(1.08);
}

/* *************************************
Profile style 
************************************* */

   /* Customer Profile Page Unique Styles */
        .customer-profile-container {
           background: #fff;
        }

        .customer-profile-container * {
            box-sizing: border-box;
        }

        .customer-profile-container .profile-wrapper {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }

        .customer-profile-container .profile-header {
            background: white;
            border-radius: 16px;
            padding: 30px;
            margin-bottom: 30px;
           box-shadow: 1px 2px 4px rgba(33, 37, 41, 0.05);
  border: 1px solid #DDE2E6;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        .customer-profile-container .profile-info {
            display: flex;
            align-items: center;
            gap: 20px;
        }

        .customer-profile-container .profile-avatar {
            width: 80px;
            height: 80px;
            background: linear-gradient(135deg, #e00f0f 0%, #8b5cf6 100%);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 32px;
            font-weight: 700;
            text-transform: uppercase;
        }

      .customer-profile-container .profile-details h1 {
	font-size: 23px;
	font-weight: 500;
	color: #181f28;
	margin: 0 0 0px 0;
}

        .customer-profile-container .profile-details p {
            color: #6b7280;
            margin: 0;
            font-size: 16px;
        }

        .customer-profile-container .profile-actions {
            display: flex;
            gap: 15px;
        }

       .customer-profile-container .btn {
	padding: 8px 20px;
	border-radius: 8px;
	font-weight: 400;
	text-decoration: none;
	transition: all 0.3s ease;
	border: none;
	cursor: pointer;
	font-size: 14px;
	display: block;
	align-items: center;
	gap: 8px;
}
.customer-profile-container .btn-outline i{
margin-right: 0px;
}
        .customer-profile-container .btn-primary {
            background: #e00f0f;
            color: white;
        }

        .customer-profile-container .btn-primary:hover {
            background: #f22f2e;
            transform: translateY(-1px);
            color: white;
            text-decoration: none;
        }

     .customer-profile-container .btn-outline {
	background: white;
	color: #313131;
	border: 1px solid #d3d3d3;
}

        .customer-profile-container .btn-outline:hover {
            background: #e00f0f;
            color: white;
            text-decoration: none;
        }

        /* .customer-profile-container .profile-content {
            display: grid;
            grid-template-columns: 350px 1fr;
            gap: 30px;
        } */

        .customer-profile-container .profile-sidebar {
            background: white;
            border-radius: 16px;
            padding: 25px;
            box-shadow: 1px 2px 4px rgba(33, 37, 41, 0.05);
  border: 1px solid #DDE2E6;
            height: fit-content;
        }

        .customer-profile-container .sidebar-nav {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .customer-profile-container .sidebar-nav li {
            margin-bottom: 5px;
        }

       .customer-profile-container .sidebar-nav a {
	display: flex;
	align-items: center;
	gap: 6px;
	padding: 12px 15px;
	color: #6b7280;
	text-decoration: none;
	border-radius: 8px;
	transition: all 0.3s ease;
	font-weight: 500;
	font-size: 14px;
}
        .customer-profile-container .sidebar-nav a iconify-icon{
            font-size: 20px;
        }

        .customer-profile-container .sidebar-nav a:hover,
        .customer-profile-container .sidebar-nav a.active {
            background: #f8faff;
  color: #000;
  text-decoration: none;
        }

        .customer-profile-container .sidebar-nav i {
            width: 20px;
            text-align: center;
        }

        .customer-profile-container .profile-main {
            background: white;
            border-radius: 16px;
            padding: 30px;
            box-shadow: 1px 2px 4px rgba(33, 37, 41, 0.05);
  border: 1px solid #DDE2E6;
        }

      .customer-profile-container .section-title {
	font-size: 21px;
	font-weight: 500;
	color: #1f2937;
	margin: 0 0 25px 0;
	display: flex;
	align-items: center;
	gap: 12px;
}

        .customer-profile-container .section-title i {
            color: #e00f0f;
        }

        /* Orders Section */
     .customer-profile-container .orders-filters {
	display: flex;
	gap: 0px;
	margin-bottom: 25px;
	/* flex-wrap: wrap; */
}

        .customer-profile-container .filter-group {
            display: flex;
            flex-direction: column;
            gap: 5px;
        }

        .customer-profile-container .filter-label {
            font-size: 14px;
            font-weight: 600;
            color: #374151;
        }

        .customer-profile-container .filter-input {
            padding: 10px 12px;
            border: 2px solid #e5e7eb;
            border-radius: 8px;
            font-size: 14px;
            transition: all 0.3s ease;
        }

        .customer-profile-container .filter-input:focus {
            outline: none;
            border-color: #e00f0f;
            box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.1);
        }

        .customer-profile-container .filter-select {
            padding: 10px 12px;
            border: 2px solid #e5e7eb;
            border-radius: 8px;
            font-size: 14px;
            background: white;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .customer-profile-container .filter-select:focus {
            outline: none;
            border-color: #e00f0f;
            box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.1);
        }

        .customer-profile-container .orders-list {
            display: flex;
            flex-direction: column;
            gap: 20px;
        }

        .customer-profile-container .order-card {
         border: 1px solid #eaebec;
            border-radius: 12px;
            padding: 20px;
            transition: all 0.3s ease;
            cursor: pointer;
        }

        .customer-profile-container .order-card:hover {
           border-color: #c4c4c4;
        }

        .customer-profile-container .order-header {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            margin-bottom: 15px;
        }

        .customer-profile-container .order-number {
            font-size: 18px;
            font-weight: 700;
            color: #1f2937;
            margin: 0 0 5px 0;
        }

        .customer-profile-container .order-date {
            color: #6b7280;
            font-size: 14px;
            margin: 0;
        }

        .customer-profile-container .order-status {
            padding: 6px 12px;
            border-radius: 20px;
            font-size: 12px;
            font-weight: 600;
            text-transform: uppercase;
        }

        .customer-profile-container .status-delivered {
            background: #d1fae5;
            color: #065f46;
        }

        .customer-profile-container .status-processing {
            background: #fef3c7;
            color: #92400e;
        }

        .customer-profile-container .status-shipped {
            background: #dbeafe;
            color: #1e40af;
        }

        .customer-profile-container .status-cancelled {
            background: #fee2e2;
            color: #991b1b;
        }

        .customer-profile-container .order-items {
            display: flex;
            gap: 15px;
            margin-bottom: 15px;
            flex-wrap: wrap;
        }

        .customer-profile-container .order-item {
            display: flex;
            align-items: center;
            gap: 10px;
            background: #f8f9fa;
            padding: 10px;
            border-radius: 8px;
            flex: 1;
            min-width: 200px;
        }

        .customer-profile-container .item-image {
            width: 40px;
            height: 40px;
            background: white;
            border-radius: 6px;
            overflow: hidden;
            flex-shrink: 0;
        }

        .customer-profile-container .item-image img {
            width: 100%;
            height: 100%;
            object-fit: contain;
            padding: 3px;
        }

        .customer-profile-container .item-details {
            flex: 1;
        }

        .customer-profile-container .item-name {
            font-size: 14px;
            font-weight: 600;
            color: #1f2937;
            margin: 0 0 2px 0;
            line-height: 1.3;
        }

        .customer-profile-container .item-quantity {
            font-size: 12px;
            color: #6b7280;
            margin: 0;
        }

        .customer-profile-container .order-footer {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding-top: 15px;
            border-top: 1px solid #f1f5f9;
        }

        .customer-profile-container .order-total {
            font-size: 18px;
            font-weight: 700;
            color: #1f2937;
        }

        .customer-profile-container .order-actions {
            display: flex;
            gap: 10px;
        }

        .customer-profile-container .btn-sm {
            padding: 8px 16px;
            font-size: 12px;
            display: flex;
        }

        /* Profile Information Section */
        .customer-profile-container .profile-form {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 20px;
        }

        .customer-profile-container .form-group {
            display: flex;
            flex-direction: column;
        }

        .customer-profile-container .form-group.full-width {
            grid-column: 1 / -1;
        }

        .customer-profile-container .form-label {
            font-size: 14px;
            font-weight: 600;
            color: #374151;
        }

        .customer-profile-container .form-input {
            padding: 12px 16px;
            border: 2px solid #e5e7eb;
            border-radius: 8px;
            font-size: 14px;
            transition: all 0.3s ease;
        }

        .customer-profile-container .form-input:focus {
            outline: none;
            border-color: #e00f0f;
            box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.1);
        }

        .customer-profile-container .form-input:disabled {
            background: #f9fafb;
            color: #6b7280;
            cursor: not-allowed;
        }

        .customer-profile-container .form-actions {
            grid-column: 1 / -1;
            display: flex;
            gap: 15px;
            justify-content: flex-end;
            margin-top: 20px;
        }

        /* Order Detail Modal */
        .customer-profile-container .modal {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.5);
            display: none;
            align-items: center;
            justify-content: center;
            z-index: 1000;
            backdrop-filter: blur(5px);
        }

        .customer-profile-container .modal.active {
            display: flex;
        }

        .customer-profile-container .modal-content {
            background: white;
            border-radius: 16px;
           padding: 0px;
            max-width: 800px;
            width: 90%;
            max-height: 90vh;
            overflow-y: auto;
            transform: scale(0.9);
            opacity: 0;
            transition: all 0.3s ease;
        }

        .customer-profile-container .modal.active .modal-content {
            transform: scale(1);
            opacity: 1;
        }

    .customer-profile-container .modal-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 25px;
	padding-bottom: 5px;
	border-bottom: 2px solid #f1f5f9;
	padding-top: 10px;
}

     .customer-profile-container .modal-title {
	font-size: 21px;
	font-weight: 500;
	color: #1f2937;
	margin: 0;
}

        .customer-profile-container .modal-close {
            background: none;
            border: none;
            font-size: 24px;
            color: #6b7280;
            cursor: pointer;
            padding: 5px;
            border-radius: 6px;
            transition: all 0.3s ease;
        }

        .customer-profile-container .modal-close:hover {
            background: #f3f4f6;
            color: #374151;
        }

    .customer-profile-container .order-detail-section {
	margin-bottom: 25px;
	padding: 0px 20px;
}

     .customer-profile-container .detail-section-title {
	font-size: 18px;
	font-weight: 500;
	color: #1f2937;
	margin: 0 0 15px 0;
	display: flex;
	align-items: center;
	gap: 10px;
}

        .customer-profile-container .detail-section-title i {
            color: #e00f0f;
        }

        .customer-profile-container .detail-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 15px;
        }

        .customer-profile-container .detail-item {
            display: flex;
            flex-direction: column;
            gap: 5px;
        }

        .customer-profile-container .detail-label {
            font-size: 12px;
            font-weight: 600;
            color: #6b7280;
            text-transform: uppercase;
        }

        .customer-profile-container .detail-value {
            font-size: 14px;
            color: #1f2937;
            font-weight: 500;
        }

        .customer-profile-container .order-timeline {
            position: relative;
            padding-left: 23px;
        }

        .customer-profile-container .timeline-item {
            position: relative;
            padding-bottom: 20px;
        }

        .customer-profile-container .timeline-item:before {
            content: '';
            position: absolute;
            left: -22px;
            top: 8px;
            width: 12px;
            height: 12px;
            background: #e00f0f;
            border-radius: 50%;
            border: 3px solid white;
            box-shadow: 0 0 0 2px #e00f0f;
        }

        .customer-profile-container .timeline-item:after {
            content: '';
            position: absolute;
            left: -16px;
            top: 20px;
            width: 2px;
            height: calc(100% - 8px);
            background: #e5e7eb;
        }

        .customer-profile-container .timeline-item:last-child:after {
            display: none;
        }

        .customer-profile-container .timeline-content {
            background: #f8f9fa;
            padding: 12px 15px;
            border-radius: 8px;
        }

        .customer-profile-container .timeline-title {
            font-size: 14px;
            font-weight: 600;
            color: #1f2937;
            margin: 0 0 5px 0;
        }

        .customer-profile-container .timeline-date {
            font-size: 12px;
            color: #6b7280;
            margin: 0;
        }

        /* Responsive Design */
        @media (max-width: 1024px) {
            .customer-profile-container .profile-content {
                grid-template-columns: 1fr;
                gap: 10px;
            }

            .customer-profile-container .profile-sidebar {
                position: static;
                order: -1;
            }

            .customer-profile-container .sidebar-nav {
                display: flex;
                overflow-x: auto;
                gap: 10px;
                padding-bottom: 0px;
            }

            .customer-profile-container .sidebar-nav li {
                margin-bottom: 0;
                flex-shrink: 0;
            }
        }

        @media (max-width: 768px) {
            .customer-profile-container {
                overflow-x: hidden;
                width: 100vw;
                max-width: 100vw;
            }

            .customer-profile-container .profile-wrapper {
                padding: 0 10px;
                width: 100%;
                max-width: 100%;
                overflow-x: hidden;
            }

            .customer-profile-container .profile-header {
                flex-direction: column;
                gap: 20px;
                text-align: center;
                width: 100%;
                max-width: 100%;
                margin-bottom: 10px;
            }

            .customer-profile-container .profile-info {
                flex-direction: column;
                gap: 15px;
            }

            .customer-profile-container .profile-actions {
                width: 100%;
                justify-content: center;
            }

            .customer-profile-container .orders-filters {
                     flex-direction: column;
        gap: 15px;
        width: 100%;
        max-width: 100%;
        margin: 0px !important;
            }

            .customer-profile-container .filter-group {
                width: 100%;
                max-width: 100%;
            }

            .customer-profile-container .filter-input,
            .customer-profile-container .filter-select {
                width: 100%;
                max-width: 100%;
                box-sizing: border-box;
            }

            .customer-profile-container .order-header {
                flex-direction: column;
                gap: 10px;
                align-items: flex-start;
                width: 100%;
                max-width: 100%;
            }

            .customer-profile-container .order-items {
                flex-direction: column;
            }

            .customer-profile-container .order-item {
                min-width: auto;
            }

            .customer-profile-container .order-footer {
                flex-direction: column;
                gap: 15px;
                align-items: flex-start;
            }

            .customer-profile-container .order-actions {
                width: 100%;
                max-width: 100%;
            }

            .customer-profile-container .order-card {
                width: 100%;
                max-width: 100%;
                overflow-x: hidden;
            }

            .customer-profile-container .profile-form {
                grid-template-columns: 1fr;
                width: 100%;
                max-width: 100%;
            }

            .customer-profile-container .form-group {
                width: 100%;
                max-width: 100%;
            }

            .customer-profile-container .form-input {
                width: 100%;
                max-width: 100%;
                box-sizing: border-box;
            }

            .customer-profile-container .form-actions {
                flex-direction: column;
                width: 100%;
                max-width: 100%;
            }

            .customer-profile-container .modal-content {
               padding: 0px;
                margin: 20px;
                width: 95%;
                max-width: 95%;
                overflow-x: hidden;
            }

            .customer-profile-container .detail-grid {
                grid-template-columns: 1fr;
                width: 100%;
                max-width: 100%;
            }
        }

        @media (max-width: 480px) {
            .customer-profile-container {
                width: 100vw;
                max-width: 100vw;
                overflow-x: hidden;
            }

            .customer-profile-container .profile-wrapper {
                padding: 0 8px;
                width: 100%;
                max-width: 100%;
            }

            .customer-profile-container .profile-header,
            .customer-profile-container .profile-sidebar,
            .customer-profile-container .profile-main {
                padding: 20px;
                width: 100%;
                max-width: 100%;
            }

            .customer-profile-container .section-title {
                font-size: 20px;
            }

            .customer-profile-container .order-card {
                padding: 15px;
                width: 100%;
                max-width: 100%;
            }

            .customer-profile-container .sidebar-nav a {
                padding: 10px 12px;
                font-size: 14px;
            }
        }

        /* Hidden sections by default */
        .customer-profile-container .profile-section {
            display: none;
        }

        .customer-profile-container .profile-section.active {
            display: block;
        }

        /* Loading states */
        .customer-profile-container .loading {
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 40px;
            color: #6b7280;
        }

        .customer-profile-container .spinner {
            width: 20px;
            height: 20px;
            border: 2px solid #e5e7eb;
            border-top: 2px solid #e00f0f;
            border-radius: 50%;
            animation: spin 1s linear infinite;
            margin-right: 10px;
        }

        @keyframes spin {
            0% { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
        }






























@media(max-width:767px){
.entry-title.font-banner-xlg {
font-size: 23px !important;
    color: #fff;
    margin-top: 10px;
}
.klbth-banner .entry-excerpt {
	opacity: 0.7;
	color: #fff;
	font-size: 14px;
}
.klbth-banner .banner-footer {
	margin-top: 30px;
}
.shoping-btn {
	/* font-family: Archivo,sans-serif; */
	font-size: 12px;
	line-height: 1.0769em;
	font-weight: 600;
	position: relative;
	display: flex;
	align-items: center;
	column-gap: -1px;
	vertical-align: middle;
	width: 100%;
	margin: 0;
	text-decoration: none;
	text-transform: capitalize;
	border-radius: 0;
	outline: 0;
	transition: color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;
	box-shadow: none;
	background-image: none;
	opacity: 1;
	padding: 12px 10px 10px;
	cursor: pointer;
	z-index: 3;
	color: var(--qode-button-color,#212121);
	background-color: #FFF;
	border: 1px solid var(--qode-button-border-color,transparent);
	background-image: linear-gradient(to bottom,#F7F7F7 50%,#DD0100 50%);
	background-repeat: no-repeat;
	background-origin: border-box;
	transition: color .3s ease-out,background-position .3s ease-out;
	background-size: 100% 203%;
	background-position: 0 0;
	text-align: center;
	justify-content: center;
	gap: 10px;
}
.enhanced-product-card .product-content {
	text-align: left;
	padding: 10px;
}
  .enhanced-product-card .product-image-wrapper {
    height: 180px;
    padding: 13px;
    margin: 2px;
  }
  .enhanced-product-card .product-image-container {
	margin-bottom: 0px;
	position: relative;
}
  .enhanced-product-card .product-card-inner {
    padding: 0px;
  }
  .row.productsrow {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}
.enhanced-product-card .product-title {
	font-size: 13px;
	font-weight: 600;
	color: #1f2937;
	margin: 0px 0px 2px 0px;
	line-height: 16px;
	height: auto;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.enhanced-product-card .product-pricing {
	margin-bottom: 2px;
}
.pagination-sec {
	margin-top: 0px;
	text-align: center;
}
.advertistshop_banner {
	background: #fff;
	padding: 0px 0px 30px 0px;
}
.qodef-m-product-list-title {
	font-family: inherit;
	color: #000;
	/* text-transform: uppercase; */
	letter-spacing: -.025em;
	font-size: 18px;
	line-height: .94737em;
	font-weight: 500;
	margin: 9px 0px 15px 0;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
#shoppage_mwrapper {
	padding-top: 10px;
}
.features {
	padding: 10px 0px 15px 0px;
}
.automotive-banner-slider .main-content {
	padding: 0;
	justify-content: center;
	vertical-align: middle;
	display: flex;
	flex-direction: column;
	width: 100%;
	text-align: center;
	align-items: center;
}
  .automotive-banner-slider .slide-btn {
	padding: 10px 20px;
	font-size: 13px;
	text-align: center;
	display: flex;
	justify-content: center;
}
.categories-box .cheak-box {
	display: flex;
	align-items: flex-start;
	flex-wrap: nowrap;
	gap: 10px;
	flex-direction: column;
}
#productModal .modal-dialog {
	transform: none;
max-width: 100% !important;
}
#productModal .product-detail-page {
	background-color: #fff;
	padding-bottom: 0px;
}
.boxcar-container {
    position: static;
    max-width: 100%;
    padding: 0px;
    margin: 0 auto;
    width: 100%;
}
#profilemainwrapper {
	padding: 10px 0 20px !important;
}
.orders-filters .col-lg-3 {
    padding: 0px 0px 0px 0px !important;
}
.orders-filters .col-auto {
    padding: 0px;
}
.customer-profile-container .filter-label {
    display: none;
}
.customer-profile-container .orders-list {
    margin-top: 20px;
}
.btnfilterapply {
    background: #ededed;
    color: #000;
    display: flex !important;
    text-align: center;
    justify-content: center;
}
}
/* media end */


.banner-slide:nth-child(2) .slide-background::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(-40deg, var(--bg-color, #000) 0%, rgba(0, 0, 0, 0.3) 100%);
} 
.banner-slide:nth-child(3) .slide-background::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(-40deg, var(--bg-color, #000) 0%, rgba(0, 0, 0, 0.3) 100%);
} 
#productModal .modal-dialog {
	transform: none;
	max-width: 70%;
}

#productdetail_mainWrap{
    position: relative;
  padding: 30px 0 9px;
  border-radius: 80px;
    border-bottom-right-radius: 80px;
    border-bottom-left-radius: 80px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.logoutp_btn{
   background: #f4f4f4;
  color: #171717;
display: flex !important;
gap: 6px;
}
.logoutp_btn iconify-icon {
	font-size: 15px;
}
.btn.logoutp_btn:hover {
	background: #eee;
}

.btnfilterapply {
	background: #ededed;
	color: #000;
	display: flex !important;
}
.btn.btnfilterapply:hover {
	background: #f4f4f4;
}
.customer-profile-container .form-label {
	position: relative;
	display: block;
	align-items: center;
	font-size: 13px !important;
	font-weight: 500;
	color: #151722;
	margin-bottom: 4px;
}

.customer-profile-container .form-input {
	width: 100%;
	padding: 12px 16px;
	border: 2px solid #e5e7eb;
	border-radius: 8px;
	font-size: 14px;
	transition: all 0.3s ease;
	background: white;
	height: 40px !important;
	border: 1px solid #d8d6e3 !important;
	background-color: hsl(0, 0%, 100%);
}
.orders-filters .col-lg-3{
  padding: 0px 0px 0px 15px;
}
.btn.btnbacktoprev {
	display: flex;
	width: 184px;
	gap: 15px;
	background: #f4f4f4;
	justify-content: center;
}
.customer-profile-container .btn iconify-icon{
   font-size: 17px;
}
#profilemainwrapper {
	padding: 50px 0 60px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}