* {
    font-family: sans-serif;
}

picture {
    width: inherit;
}

.breadcrumb .breadcrumb-item a{
    color:#545454;
    font-size:14px;
    font-family:sans-serif;
    font-weight:600;
}

.breadcrumb .active{
    color:#f27a21;
    font-size:14px;
    font-family:sans-serif;
    font-weight:600;
}

.breadcrumb {
    display:flex;
    align-items:center;
    justify-content:start;
    margin-bottom: 0 !important;
    padding-left: 50px;
}

button:focus, a:focus {
    outline: none;
}

.navbar-toggler:focus {
    outline: none !important;
    box-shadow: none;
}

.page-link:focus {
    box-shadow: none;
}

.page-item.active .page-link {
    background: #f27a21;
    color: white !important;
}

.page-item.active .page-link:hover {
    background: white;
    color: #f27a21!important;
}

body {
    background-color: #f1f1f1;
    color: #1c1c1c;
    font-family: sans-serif, serif;
}

a {
    color: #1c1c1c;
}

a:hover {
    color: #545454;
}

hr, p {
    margin: 0;
}

dl, ol, ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* CUSTOM CHECKBOX START */
.custom-checkbox {
    font-size: 14px;
    line-height: 1.1;
    display: grid;
    font-family: sans-serif;
    color: #474747;
    font-weight: 600;
    grid-template-columns: 1em auto;
    gap: 0.5em;
    cursor: pointer;
}

.custom-checkbox input[type="checkbox"] {
    display: none;
    appearance: none;
    background-color: #fff;
    margin: 0;
    font: inherit;
    color: #b5b5b5;
    width: 1.15em;
    height: 1.15em;
    border: 1px solid currentColor;
    border-radius: 0.15em;
    transform: translateY(-0.075em);
    display: grid;
    place-content: center;
    border-radius: 0;
}

.custom-checkbox input[type="checkbox"]:before {
    content: "";
    width: 0.65em;
    height: 0.65em;
    transform: scale(0);
    background-color: orange;
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}

.custom-checkbox input[type="checkbox"]:checked::before {
    transform: scale(1);
}

.custom-checkbox input[type="checkbox"] {
    transform: scale(1.5);
}

/* CUSTOM CHECKBOX END */

/* CUSTOM RADIO START */
.custom-radio {
    cursor: pointer;
}

.custom-radio-item {
    width: 25px;
    height: 25px;
    border: 1px solid #f27c21;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.custom-radio-content {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.custom-radio-label {
    display: flex;
}

.custom-radio .checkmark {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border-radius: 50%;
    background-color: #f27c21;
    display: none;
    cursor: pointer;
}

.custom-radio input:checked + .checkmark {
    display: inline-block;
}

.custom-radio-text {
    padding-left: 10px;
}

.custom-radio input[type="radio"] {
    display: none;
}

/* CUSTOM RADIO END */

.page-section {
    position: relative;
    background: white;
}

.fit-content {
    width: fit-content !important;
    width: -moz-fit-content !important;
}

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

.dropdown:hover .hover-dropdown-menu {
    display: block;
}

#searchInput {
    width: 85%;
}

#searchButton {
    width: 15%;
}

.bagde-shopping-cart {
    width: 20px;
    height: 20px;
    position: absolute;
    text-align: center;
    font-size: 14px !important;
    left: 30px;
    top: -6px;
    background: #f28821;
    font-family: sans-serif;
    color: white;
}

.bagde-favorites {
    width: 20px;
    height: 20px;
    position: absolute;
    text-align: center;
    font-size: 14px !important;
    left: 24px;
    top: -5px;
    background: #f28821;
    font-family: sans-serif;
    color: white;
}

#header .navbar-light .navbar-toggler-icon {
    width: 2rem;
    height: 1.5rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28242%2C118%2C33%2C1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

#top-bar-advert {
    background: #001514;
    height: auto;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: space-between;
    width: 100%;
    position: relative;
    right: 0;
    /*clip-path: polygon(0 0, 100% 0%, 100% 100%, 2% 100%);*/
    overflow: hidden;
    z-index: 100;
    margin: 0;
    border: 0;
    border-radius: 0;
    padding: 10px;
}

#top-bar-advert p {
    font-size: 14px;
    color: white;
    padding-left: 3%;
    width: 85%;
}

#top-bar-advert .top-bar-close-advert {
    position: relative !important;
    top: initial !important;
    right: initial !important;
    padding: initial !important;
    opacity: 1 !important;
    filter: invert(100%);
}

#top-bar-advert picture {
    position: absolute;
    right: 8%;
    bottom: 0;
    text-align: right;
}

.defaultFlag {
    width: 30px;
}

#languagesSwitcher {
    width: 70px;
}

#languagesSwitcher button{
    height: 40px!important;
    width: 100%;
}

#languagesSwitcher .icon-flag{
    width: 30px!important;
}

.top-bar-language{
    background: #343434;
}

#languagesSwitcher .hover-dropdown-menu{
    width: 100%;
    padding: 0;
}

.featuredProductImage {
    max-height: 50%;
    max-width: 80%;
}

.categoryProductImage {
    max-height: 50%;
    max-width: 80%;
}

.category-product-content h2 {
    height: 44px;
    overflow: hidden;
}

.category-contact-us-for-price {
    color: #f27721;
}

.fontDescription {
    font-size: 12px;
}

.infoFeaturedProduct {
    font-size: 12px;
}

#addToCart .textAddToCart {
    font-size: 12px;
}

#featuredProduct .hoverButton:hover {
    background: #ffffff;
}

#productActionButtons .hoverButton:hover {
    background: #ffffff;
}

.size-chart-link p {
    font-family: sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #545454;

}

.product-benefits-block {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    flex-wrap: nowrap;
}

.product-benefits-block a {
    font-family: sans-serif;
    font-size: 14px;
    font-weight: 600;
}

.product-benefits-block a:hover {
    color: #f27621!important;
}

.product-benefits-block p {
    font-family: sans-serif;
    font-size: 14px;
    font-weight: 600;
    cursor: default;
}

.product-benefits-block p:hover {
    color: #f27621;
}

.product-abilities-block {
    display: flex;
    flex-wrap: wrap;
}

/* .product-abilities-block .abilities-content {
    width: 33%;
} */

.footer-credentials p {
    font-size: 12px;
}

#searchResults {
    border-bottom: 1px solid #ccc;
}

#searchResults:last-child {
    border-bottom: none;
}

.submenu-dropdown {
    margin-bottom: 0;
}

.submenu-dropdown li a {
    padding-left: 30px;
}

#pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#pagination ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 5px;
}

#pagination ul li {
    display: flex;
}

#pagination ul li a {
    background-color: #ffffff;
    color: #6c757d;
    padding: 5px 10px;
    border: 2px solid #6c757d;
    cursor: pointer;
}

#pagination ul li.active a {
    background-color: #6c757d;
    color: #ffffff;
    cursor: pointer;
}

#pagination ul li a:hover {
    background-color: #6c757d;
    color: #ffffff;
    cursor: pointer;
}

#pagination ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.review-text {
    font-size: 12px;
}

#requestOffer {
    font-size: 15px;
}

#requestOfferRates {
    font-size: 15px;
}

#productIcons {
    width: 10%;
    font-size: 25px;
}

#specificationIcons {
    width: 5%;
    font-size: 25px;
    text-align: center;
}

.absoluteButtons .swiper-button-next {
    right: -40px;
}

.absoluteButtons .swiper-button-prev {
    left: -40px;
}

.accordion-body .table-striped .value-toggle {
    font-size: 15px;
}

.person-name-review {
    font-size: 15px;
}

#obliqueLineLeft {
    transform: rotate(20deg);
    border-top: 2px solid #343434;
}

#obliqueLineRight {
    transform: rotate(-20deg);
    border-top: 2px solid #343434;
}

#obliqueLineLeft div {
    transform: rotate(-20deg);
    margin-top: 20%;
}

#obliqueLineRight div {
    transform: rotate(20deg);
    margin-top: 20%;
}

.cartProductImage {
    width: 100px;
    height: auto;
}

#giftProductImage {
    width: 100px;
    height: 100px;
    object-fit: contain;
}

#giftProduct {
    width: 25%;
}

.imageProductCompare {
    width: 200px;
}

.hoverButton:hover {
    background: #ffffff;
}

#boxFloatingCompare{
    position: fixed;
    top: 50%;
    right: 0;
    transform: translate(-50%, -50%);
    z-index: 999;
    width: 120px;
    overflow-y: auto;
}

#floatingCompare .accordion-body .product-compare:last-child{
    margin-bottom: 40px!important;
}

#floatingCompare .accordion-body{
    height: 316px;
    overflow: auto;
}

#floatingCompare {
    background: #f1f1f1;
    border-bottom-left-radius: 0!important;
    border-bottom-right-radius: 0!important;
}

#floatingCompare .imageFloatingCompare {
    width: 60px;
    max-height: 60px;
}

#boxFloatingCompare .compareProducts{
    background: #f27621;
    background: linear-gradient(135deg, #f28821 0%, #f27621 100%);
}

#boxFloatingCompare .compareProducts:hover{
    background: linear-gradient(to bottom, #d7710d 0%, #f86c0c 100%);
}

#floatingCompare .deleteCompareProduct {
    position: absolute;
    top: 0;
    right: 0;
    background: #f27621;
    background: linear-gradient(135deg, #f28821 0%, #f27621 100%);
    opacity: 0.7;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#floatingCompare .deleteCompareProduct:hover {
    background: linear-gradient(to bottom, #d7710d 0%, #f86c0c 100%);
}

#floatingCompare .compareProducts{
    position: absolute;
    bottom: 0;
    left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 30px;
    margin-bottom: 0!important;
    border-radius: 0!important;
}

#floatingCompare .product-compare .compareImageLink{
    display: table;
    margin: auto;
}

#floatingCompare .product-compare{
    position: relative;
    width: 85px;
    height: 85px;
    margin-left: auto!important;
    margin-right: auto!important;
    display: flex;
    background: white;
}

.input-left-bottom {
    position: relative;
    overflow: hidden;
    clip-path: polygon(
        0 0,
        0 0,
        100% 0,
        100% 0,
        100% 100%,
        100% 100%,
        15% 100%,
        0 85%,
        0% 0%
    )
}

.input-right-bottom {
    position: relative;
    overflow: hidden;
    clip-path: polygon(
        0 0,
        0 0,
        100% 0,
        100% 0,
        100% 85%,
        85% 100%,
        0 100%,
        0 100%,
        0% 0%
    )
}

.input-left-top {
    position: relative;
    overflow: hidden;
    clip-path: polygon(
        0 0,
        0 0,
        85% 0,
        100% 15%,
        100% 100%,
        100% 100%,
        0 100%,
        0 100%,
        0% 0%
    )
}

.input-right-top {
    position: relative;
    overflow: hidden;
    clip-path: polygon(
        0 0,
        0 0,
        85% 0,
        100% 15%,
        100% 100%,
        100% 100%,
        0 100%,
        0 100%,
        0% 0%
    )
}

.bg-orange-gradient {
    background: #f27621;
    background: linear-gradient(135deg, #f28821 0%, #f27621 100%);
}

.bg-orange-gradient:hover {
    background: linear-gradient(to bottom, #d7710d 0%, #f86c0c 100%);
}

.w-20 {
    width: 20px;
}

.w-30 {
    width: 30px;
}

.border-bottom-footer {
    border-top: 2px solid #5f5f5f;
}

.bg-orange {
    background: #f27621;
}

.color-orange {
    color: #f27621;
}

.home-swiper .swiper-pagination {
    text-align: left;
    margin-left: 60px;
    margin-bottom: 30px;
}

.home-swiper .swiper-pagination .swiper-line-pagination {
    width: 50px;
    border-radius: 0;
    background: #0E0E0E;
    opacity: 1;
    margin-right: 15px;
    height: 6px;
}

.home-swiper .swiper-pagination .swiper-line-pagination.swiper-pagination-bullet-active {
    width: 50px;
    border-radius: 0;
    background: #f27621;
    margin-right: 15px;
    height: 6px;
}

.test-drive-swiper .swiper-pagination {
    text-align: left;
    margin-left: 60px;
    margin-bottom: 30px;
}

.test-drive-swiper .swiper-pagination .swiper-line-pagination {
    width: 50px;
    border-radius: 0;
    background: #0E0E0E;
    opacity: 1;
    margin-right: 15px;
    height: 6px;
}

.test-drive-swiper .swiper-pagination .swiper-line-pagination.swiper-pagination-bullet-active {
    width: 50px;
    border-radius: 0;
    background: #f27621;
    margin-right: 15px;
    height: 6px;
}

.diamonds-block .fit-cover-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.diamonds-block div.divide-column::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    border-left: 26px solid #20090900;
    border-right: 26px solid #f1f1f1;
    border-bottom: 26px solid transparent;
    border-top: 26px solid #f1f1f1;
}

.diamonds-block div.divide-column::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    border-left: 26px solid #f1f1f1;
    border-right: 26px solid #f1000000;
    border-bottom: 26px solid #f1f1f1;
    border-top: 26px solid #f1f1f100;
}

.diamonds-block div.view-details {
    filter: drop-shadow(0px 0px 4px rgba(242, 131, 33, 1));
    display: table;
}

.diamonds-block div.view-details a {
    clip-path: polygon(14% 0, 100% 0, 100% 47%, 88% 100%, 0 100%, 0 52%);
    text-decoration: none;
}

.diamonds-block .diamond-description {
    font-size: 18px;
    font-family: sans-serif;
    font-weight: 500;
    height: 80px;
    overflow: hidden;
}

.diamonds-block .diamond-title {
    font-weight: 700;
    font-family: sans-serif;
    font-size: 22px;
    height: 60px;
    overflow: hidden;
}

.diamonds-block div.view-details p{
    font-size: 14px;
    font-family: sans-serif;
    font-weight: 700;
}

.diamonds-block .diamond-image {
    height: 250px;
}
/*
#diamonds2 .fit-cover-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#diamonds2 div.divide-column::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    border-left: 26px solid #20090900;
    border-right: 26px solid #f1f1f1;
    border-bottom: 26px solid transparent;
    border-top: 26px solid #f1f1f1;
}

#diamonds2 div.divide-column::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    border-left: 26px solid #f1f1f1;
    border-right: 26px solid #f1000000;
    border-bottom: 26px solid #f1f1f1;
    border-top: 26px solid #f1f1f100;
}

#diamonds2 div.view-details {
    filter: drop-shadow(0px 0px 4px rgba(242, 131, 33, 1));
    display: table;
}

#diamonds2 div.view-details a {
    clip-path: polygon(14% 0, 100% 0, 100% 47%, 88% 100%, 0 100%, 0 52%);
    text-decoration: none;
}

#diamonds2 .diamond-description {
    font-size: 18px;
    font-family: sans-serif;
    font-weight: 500;
    height: 80px;
    overflow: hidden;
}

#diamonds2 .diamond-title {
    font-weight: 700;
    font-family: sans-serif;
    font-size: 22px;
}

#diamonds2 div.view-details p{
    font-size: 14px;
    font-family: sans-serif;
    font-weight: 700;
}

#diamonds2 .diamond-image {
    height: 250px;
}*/

.swiper-button-prev::after {
    color: #f27621;
}

.swiper-button-next::after {
    color: #f27621;
}

.sale-badge {
    border-radius: 50rem;
    padding: 2px 10px;
    display: block;
    background-color: #dc3545;
    color: white;
    font-size: 10px;
    font-family: sans-serif;
    font-weight: 500;
    text-align: center;
}

.new-badge {
    border-radius: 50rem;
    padding: 2px 10px;
    display: block;
    background-color: #f27621;
    color: white;
    font-size: 10px;
    font-family: sans-serif;
    font-weight: 500;
    text-align: center;
}

.badge-sale{
    border-radius: 50rem;
    padding: 2px 10px;
    display: block;
    background-color: #dc3545;
    color: white;
    font-size: 10px;
    font-family: sans-serif;
    font-weight: 500;
    text-align: center;
}

.menu-label{
    border-radius: 50rem;
    padding: 2px 10px;
    background-color: #dc3545;
    color: white;
    font-size: 8px;
    font-family: sans-serif;
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
}

@media all and (min-width: 992px) {
    .main-menu-page-link .menu-label{
        position: absolute;
        top: 0px;
        right: -22px;
    }
    .main-menu-page-link {
        position: relative;
    }
}

.menu-label-image {
    width: 120px;
    height: 100%;
}

.gift-badge {
    border-radius: 50rem;
    padding: 2px 10px;
    display: block;
    background-color: #f02222;
    color: white;
    font-size: 10px;
    font-family: sans-serif;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
}

.product-colored-badges {
    position: absolute;
    top: 16px;
    left: 16px;
    width: fit-content!important;
}

.sidebar-menu .user-name{
    font-size: 18px;
    font-family: sans-serif;
    font-weight: 500;
    text-align: center;
    margin-bottom: 30px;
}

h5.section-title{
    font-family: sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #545454;
}

#recently-viewed-products .box-product{
    width: 90px;
    height: 90px;
    background: #ffffff;
    border: 2px solid #ffffff;
}

#recently-viewed-products .box-product img{
    width: 80px;
    height: 80px;
    object-fit: contain;
}

#recently-viewed-products .box-product:hover{
    border: 2px solid #f27621;
}

.row-products-title h5{
    font-family: sans-serif;
    font-weight: 700;
    font-size:24px;
    color: #545454;
}

.row-products-title {
    padding: 20px 20px 0;
}

#news-section-home .news-avatar{
    max-width: 100%;
}

#news-section-home .splitted-btn-block .load-more-articles{
    border: none;
    font-size: 16px;
    font-family: sans-serif;
    font-weight: 700;
    clip-path: polygon(10% 0, 100% 0, 100% 50%, 90% 100%, 0 99%, 0% 50%);
    color: #f27621;
}

#reviews-section-home .splitted-btn-block .see-more-reviews{
    border: none;
    font-size: 16px;
    font-family: sans-serif;
    font-weight: 700;
    clip-path: polygon(10% 0, 100% 0, 100% 50%, 90% 100%, 0 99%, 0% 50%);
    color: #f27621;
}

#news-section-home .news-article-date span{
    font-size: 16px;
    font-family: sans-serif;
    font-weight: 500;
}

#news-section-home h3.post-title{
    font-size: 24px;
    font-family: sans-serif;
    font-weight: 700;
    height: 116px;
    overflow: hidden;
    margin: 0;
    text-align: left;
}

#news-section-home .news-description{
    font-size: 16px;
    font-family: sans-serif;
    font-weight: 500;
    overflow: hidden;
}

#news-section-home .read-more-btn {
    color: #f27621;
    font-family: sans-serif;
    font-weight: 700;
    font-size: 16px;
}

#review-list .review-article-image {
    background: white;
    position: relative;
    border-left: 2px solid #fff;
}

#review-list .review-article-image::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    border-left: 26px solid #f1f1f1;
    border-right: 26px solid #f1000000;
    border-bottom: 26px solid #f1f1f1;
    border-top: 26px solid #f1f1f100;
}

#review-list .review-article-image::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    border-left: 26px solid #20090900;
    border-right: 26px solid #f1f1f1;
    border-bottom: 26px solid transparent;
    border-top: 26px solid #f1f1f1;
}

#review-list .read-more-btn {
    color: #f27621;
    font-family: sans-serif;
    font-weight: 700;
    font-size: 16px;
}

#review-list span{
    font-size: 16px;
    font-family: sans-serif;
    font-weight: 500;
}

#review-list .review-article-content h3{
    font-size: 24px;
    font-family: sans-serif;
    font-weight: 700;
    height: 60px;
    overflow: hidden;
    margin: 0;
    text-align: left;
}

#review-list .review-article-content .review-description{
    font-size: 16px;
    font-family: sans-serif;
    font-weight: 500;
}

#review-list .review-article-content {
    border: 2px solid white;
    padding: 30px;
    border-top: 0;
}

#review-list .review-article-content div::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    border-left: 26px solid #f1f1f1;
    border-right: 26px solid #f1000000;
    border-bottom: 26px solid #f1f1f1;
    border-top: 26px solid #f1f1f100;
}

.bg-above-footer{
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.bg-above-footer img{
    height: 100%;
    width: 100%;
}

.footer .footer-subscription {
    background: #010000f0;
    background: linear-gradient(180deg, #010000f0 0%, rgba(14,14,14,1) 80%);
}

.footer{
    background-color: #ffffff;
}

.bg-above-footer-overlay{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(255, 255, 255, 0), rgb(14, 14, 14));
}

/* START INSTANT SEARCH HEADER */
.instant-search .instant-search-btn-block {
    filter: drop-shadow(0px 0px 4px rgba(242, 131, 33, 1));
    position: absolute;
    bottom: 0;
    display: table;
    transform: translate(0%,-50%);
    top: 50%;
    right: 0;
}

.instant-search-btn-block #instant-search-btn {
    clip-path: polygon(0 0, 100% 0, 100% 51%, 66% 100%, 0 100%, 0 58%);
    width: 92px;
    height: 64px;
    border: 0;
}

.instant-search-btn-block #instant-search-btn > i {
    font-size: 20px;
}

.instant-search .instant-search-input-block input {
    width: 90%;
    height: 52px;
    border-radius: 0;
    border: none;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 88% 100%, 34px 100%, 0 51%);
    padding-left: 30px;
    font-family: sans-serif;
    font-size: 14px;
    outline: none !important;
}

.instant-search .instant-search-input-block  {
    background-color: transparent;
    position: relative;
    border: none;
    filter: drop-shadow(1.5px 1.5px 0px #b5b5b5) drop-shadow(-1.5px 0px 0px #b5b5b5) drop-shadow(0px 1.5px 0px #b5b5b5) drop-shadow(0px -1.5px 0px #b5b5b5);
    /*filter: drop-shadow(2px 0px 0px #b5b5b5) drop-shadow(-2px 0px 0px #b5b5b5) drop-shadow(0px 2px 0px #b5b5b5) drop-shadow(0px -2px 0px #b5b5b5);*/
}

/* END INSTANT SEARCH HEADER */

#news-section-home .splitted-btn-block button::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f28821;
}

#news-section-home .splitted-btn-block .load-more-articles:hover::before {
    background: #fd6333;
}

#news-section-home .splitted-btn-block .load-more-articles:hover i, #news-section-home .splitted-btn-block .load-more-articles:hover p {
    color: #fd6333;
}

#reviews-section-home .splitted-btn-block .see-more-reviews:hover::before {
    background: #fd6333;
}

#reviews-section-home .splitted-btn-block .see-more-reviews:hover i, #reviews-section-home .splitted-btn-block .see-more-reviews:hover p {
    color: #fd6333;
}

#reviews-section-home .splitted-btn-block button::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f28821;
}

#news-section-home .splitted-btn-block .load-more-articles {
    clip-path: polygon(10% 0, 100% 0, 100% 52%, 90% 100%, 0 99%, 0% 50%);
    position: relative;
    border: none;
    color: #f27621;
}

#news-section-home .splitted-btn-block .load-more-articles::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f28821;
}

#news-section-home .splitted-btn-block .load-more-articles::after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 2px;
    left: 2px;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    background-color: white;
    clip-path: polygon(28px 0, 100% 0, 100% 26px, 90.2% 100%, 0 99%, 0% 27px);
}

#reviews-section-home .splitted-btn-block .see-more-reviews {
    clip-path: polygon(10% 0, 100% 0, 100% 52%, 90% 100%, 0 99%, 0% 50%);
    position: relative;
    border: none;
    color: #f27621;
}

#reviews-section-home .splitted-btn-block .see-more-reviews::before{
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f28821;
}

#reviews-section-home .splitted-btn-block .see-more-reviews::after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 2px;
    left: 2px;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    background-color: #F1F1F1;
    clip-path: polygon(21px 0, 100% 0, 100% 26px, 90.2% 100%, 0 99%, 0% 27px);
}

#news-section-home .news-avatar-box{
    filter: drop-shadow(0px 0px 10px rgba(150,150,150, 0.3));
}

#news-section-home .news-avatar-box > a{
    height: 230px;
    background: white;
    display: flex;
    align-items: center;
    flex-direction: column;
    overflow: hidden;
    justify-content: center;
    clip-path: polygon(10% 0, 100% 0, 100% 85%, 90% 100%, 0 100%, 0 15%);
    width: 85%;
}

#review-list .review-article-image .box-avatar-reviews > a{
    height: 290px;
    background: white;
    display: flex;
    align-items: center;
    flex-direction: column;
    overflow: hidden;
    justify-content: center;
}

.product-specifications .navigation-specification-button {
    background: linear-gradient(61deg, rgb(26 25 25) 0%, rgb(26, 25, 25) 100%);
    position: relative;
    border: none;
    font-family: sans-serif;
    font-weight: 700;
    font-size: 14px;
    border-radius: 0;;
}

.product-specifications .navigation-specification-button:hover {
    background: linear-gradient(61deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 100%);
}
.product-specifications .navigation-specification-button > span {
    color: white;
}

.product-specifications .navigation-specification-button::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    border-left: 13px solid #ffffff;
    border-right: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-top: 13px solid #ffffff;
}

.product-specifications .navigation-specification-button::after {
    content: '';
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    border-left: 13px solid #ffffff00;
    border-right: 13px solid #ffffff;
    border-bottom: 13px solid #ffffff;
    border-top: 13px solid transparent;
}

/*#header .image-logo-menu{
    width: 100%;
}*/
#header .link-image-logo-menu {
    height: 126px;
    width: auto;
}

.category-product-bottom .category-product-promotion-countdown-block .category-product-promotion-countdown span {
    color: #ffff !important;
    font-family: sans-serif;
    font-size: 14px;
    font-weight: 600;
}

.category-product-bottom .category-product-promotion-countdown-block .category-product-promotion-countdown p {
    color: #ffff !important;
    font-family: sans-serif;
    font-size: 14px;
    font-weight: 600;
}

.category-product-bottom .category-product-promotion-countdown-block p {
    font-family: sans-serif;
    font-weight: 600 !important;
    color: #545454;
    font-size: 16px;
}

.category-product-promotion-countdown-block {
    width: 100%;
    height: 100px;
}

/* END MAIN MENU HEADER */

.main-heading{
    font-size: 30px;
    font-family: sans-serif;
    font-weight: 700;
}

.main-heading-second{
    font-size: 30px;
    font-family: sans-serif;
    font-weight: 700;
}

.second-heading{
    font-size: 30px;
    font-family: sans-serif;
    font-weight: 700;
}

.sub-heading{
    font-size: 24px;
    font-family: sans-serif;
    font-weight: 500;
}

.subscription-title{
    font-size: 24px;
    font-family: sans-serif;
    font-weight: 700;
    width: 50%;
}

.subscription-footer .subscription-btn-block {
    filter: drop-shadow(0px 0px 4px rgba(242, 131, 33, 1));
    position: absolute;
    bottom: 0;
    display: table;
    transform: translate(0%,-50%);
    top: 50%;
    right: 0;
}

.subscription-btn-block #subscription-btn {
    clip-path: polygon(0 0, 100% 0, 100% 51%, 66% 100%, 0 100%, 0 58%);
    width: 92px;
    height: 64px;
    border: 0;
}

.subscription-btn-block #subscription-btn > i {
    font-size: 20px;
}

.subscription-footer .subscription-input-block input {
    width: 90%;
    height: 52px;
    border-radius: 0;
    border: none;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 88% 100%, 34px 100%, 0 51%);
    padding-left: 30px;
    font-family: sans-serif;
    font-size: 14px;
    outline: none !important;
}

.subscription-footer .subscription-input-block  {
    background-color: transparent;
    position: relative;
    border: none;
    filter: drop-shadow(1.5px 1.5px 0px #b5b5b5) drop-shadow(-1.5px 0px 0px #b5b5b5) drop-shadow(0px 1.5px 0px #b5b5b5) drop-shadow(0px -1.5px 0px #b5b5b5);
    /*filter: drop-shadow(2px 0px 0px #b5b5b5) drop-shadow(-2px 0px 0px #b5b5b5) drop-shadow(0px 2px 0px #b5b5b5) drop-shadow(0px -2px 0px #b5b5b5);*/
}

.copyright{
    align-items:center;
    background-color: #343434;
    width:100%;
    border:0;
}

.disclaimer-footer {
    color: #5f5f5f;
    font-size: 12px;
    font-family: sans-serif;
    font-weight: 500;
}

.footer-section .accordion-item #contentBasar{
    line-height: 2;
}

.social-media-links {
    display: flex;
    flex-wrap: wrap;
}

.social-links {
    display: flex;
    align-items:center;
    justify-content: left;
    outline: none;
    border: 0;
    margin: 5px;
    border-radius: 50%;
}

.arrow {
    border: solid white;
    border-width:  0px 2px 2px 0;
    display: inline-block;
    padding: 1.5px;
    justify-content: center;
}

.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.footer-section .footer-column h4 button {
    color: #000000!important;
    font-size: 24px;
    font-family:sans-serif;
    border-radius: inherit!important;
}

.footer-section .footer-column h4 button::after, .footer-section .footer-column h4 button:not(.collapsed)::after {
    display: none;
}

.footer-section .footer-column h4 button {
    pointer-events: none;
}

.footer-section .footer-column .accordion-body a {
    color: #000000!important;
    font-size:14px;
    font-family: sans-serif;
    font-weight: 500;
}

.footer-section .footer-column .accordion-body a:hover{
    color: #6f6f6f!important;
}

.footer-section .footer-column .accordion-body p {
    color: #000000!important;
    font-size:14px;
    font-family: sans-serif;
    font-weight: 500;
}

.form-alert{
    font-size: 12px;
    font-family: sans-serif;
    font-weight: 500;
}

.favorites-main-section .favorites-details .favorites-price .favorites-cart .btn-add-to-cart {
    clip-path: polygon(0 0, 90% 0px, 100% 50%, 100% 100%, 10% 100%, 0 50%);
    position: relative;
}

.favorites-main-section .favorites-details .favorites-price .favorites-cart .btn-add-to-cart p {
    font-size:16px;
    font-family: sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #f27621;
}

.favorites-main-section .favorites-details .favorites-price .favorites-cart .btn-add-to-cart::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f28821;
}

.favorites-main-section .favorites-details .favorites-price .favorites-cart .btn-add-to-cart::after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 2px;
    left: 2px;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    background-color: white;
    clip-path: polygon(0 0, 91% 0px, 100% 52%, 100% 100%, 9% 100%, 0 48%);
}

.favorites-main-section h1 {
    font-family: sans-serif;
    font-weight:700;
    font-size:24px;
    color: #545454;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.favorites-main-section .favorites-details{
    border-bottom: 1px solid #cacaca;

}

.favorites-main-section .favorites-details .favorites-price .delete-cart  {
    font-size:14px;
    font-family: sans-serif;
    font-weight: 600;
    color: #545454;
    float: right;
}

.favorites-main-section .favorites-details .favorites-price .delete-cart p {
    font-size:14px;
    font-family: sans-serif;
    font-weight: 600;
    color: #545454;
    float: right;
}

.favorites-main-section .favorites-details .favorites-price .favorites-cart {
    width: 100%;
}

.favorites-main-section .favorites-details .favorites-price p {
    font-family: sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #878787;
    text-align: left;
    position: relative;
    display: table;
    width: fit-content;
    white-space: nowrap;
}

.favorites-main-section .favorites-details .favorites-price .price-details p::before {
    content: "";
    width: 106%;
    height: 2px;
    background: #f27721;
    position: absolute;
    left: -3px;
    display: block;
    transform: rotate(9deg);
    top: 0;
    bottom: 0;
    margin: auto;
}

.favorites-main-section .favorites-details .favorites-price h6 {
    font-family: sans-serif;
    font-size: 26px;
    font-weight: 700;
    color: #f27721;
    margin-bottom: 0;
}

.favorites-main-section .favorites-details .favorites-price span {
    font-family: sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #000000;
}

.favorites-main-section .favorites-details .favorites-price{
    border-left: 1px solid #e5e5e5;
}

.favorites-main-section .favorites-details .order-number a {
    font-family: sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #f27821;
}
.favorites-main-section .favorites-details .order-number p {
    font-family: sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #1b1b1b;
}

.favorites-main-section .favorites-details .favorites-body .favorites-time p {
    font-size: 16px;
    font-family: sans-serif;
    font-size: 16px;
    font-weight: 700;
}

.favorites-main-section .favorites-details .favorites-body .rating-stars-number p {
    color:#1b1b1b;
    font-family: sans-serif;
    font-size: 14px;
    font-weight: 700;
    padding-top:9px;
}

.favorites-main-section .favorites-details {
    border-bottom: 1px solid #e5e5e5;
}

/* .favorites-main-section .favorites-details .rating-stars .fa {
    color: #f2c321;
    font-size: 18px;
} */

.favorites-main-section .favorites-rating .reviews-count{
    font-size: 14px;
    font-family: sans-serif;
    font-weight: 500;
    color: #878787;
}

.favorites-main-section .favorites-details .rating-stars .selected {
    color: #f2c321;
}

.favorites-main-section .favorites-details .rating-stars .hover {
    color: #f2c321;
}

.favorites-main-section .favorites-details .favorites-title h2 {
    font-family: sans-serif;
    font-weight: 700;
    font-size:18px;
    color: #545454;
}

.favorites-main-section .favorites-details .favorites-title a {
    text-decoration: none;
}

.favorites-main-section .favorites-details {
    padding: 30px 15px;
}

.my-account-page .account-image-banner-edit{
    position: absolute;
    background: black;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 0;
    right: 0;
    outline: none;
    border: 0;
    transition: .2s;
}

.my-account-page .account-image-banner-edit i {
    font-size: 16px;
    color: #fff;
}

.my-account-page .account-image-banner-edit:hover {
    background: white;
    box-shadow: 0px 0px 2px #f27721;
}

.my-account-page .administrate-data-details {
    color: #f27721;
    font-size: 16px;
    font-weight: 700;
    font-family: sans-serif;
    text-decoration: none;
}

.my-account-page .account-image-banner-edit:hover i {
    color: #f27721;
}

.my-account-page .account-details .box-account-image{
    border-right: 1px solid #e2e2e2;
}

.border-bottom-light-gray{
    border-bottom: 1px solid #e2e2e2;
}

.my-account-page .customer-details .text-add-card {
    font-family: sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #545454;
}

.my-account-page .customer-details .footer-details{
    border-top: 1px solid #e2e2e2;
}

.my-account-page .footer-details a{
    text-decoration: none;
    color: #f27721;
    font-size: 16px;
    font-weight: 700;
    font-family: sans-serif;
}

.my-account-page .customer-details .my-addresses h5{
    color: #f27b21;
    font-size: 14px;
    font-family: sans-serif;
    font-weight: 700;
}

.my-account-page .customer-details .my-addresses .client-details{
    font-size: 16px;
    font-family: sans-serif;
    font-weight: 500;
    color: #545454;
}

.my-account-page .customer-details .my-addresses .client-address{
    font-size: 16px;
    font-family: sans-serif;
    font-weight: 500;
    color: #545454;
}

.my-account-page .customer-details .my-addresses p.address-saved{
    font-size: 13px;
    color: #396499;
    font-family: sans-serif;
    font-weight: 500;
}

.my-activity .footer-details a {
    text-decoration: none;
    color: #f27721;
    font-size: 16px;
    font-weight: 700;
    font-family: sans-serif;
}

.my-account-page .account-details .avatar-user-details div p:first-child{
    width: 20%;
}

.reviews-main-section .filter-and-search .search-reviews i{
    top: 50%;
    right: 10%;
    transform: translate(50%,-50%);
    color: #8d8d8d;
}

.reviews-main-section .review-details .reviews-image a {
    font-family: sans-serif;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    color: #545454;
}

.reviews-main-section .review-details .review-content .review-btn {
    display: flex;
}

.reviews-main-section .review-details .review-content .button {
    margin-top: 15px;
    background-color: #ffff;
    border: none;
    color: #f27621;
    font-family:sans-serif;
    font-size:16px;
    font-weight:700;
    text-transform: uppercase;
    padding: 15px 25px;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
}
.reviews-main-section .review-details .review-content .button:hover {
    margin-top: 15px;
    background-color: #f27620;
    border: none;
    color: white;
    padding: 15px 25px;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
}

.reviews-main-section .review-details .review-content .review-comment .form-control {
    color:#545454;
    font-size: 16px;
    font-family: sans-serif;
    padding:15px;
}

.reviews-main-section .review-details .review-message p{
    font-family: sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #1b1b1b;
}

.reviews-main-section .review-details .add-a-comment span{
    font-family: sans-serif;
    font-size: 14px;
    font-weight:600;
    color: #545454;
    margin-left:5px;
}

.reviews-main-section .review-details .review-actions {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
}

.review-main-section .review-details .review-actions a span{
    color: #545454!important;
}

.review-main-section .review-details .review-actions .fa-thumbs-up{
    color: #545454!important;
}

.reviews-main-section .review-details .add-a-comment {
    margin-left: 30px;
}

.reviews-main-section .review-details .review-title h2 {
    color:#545454;
    font-family: sans-serif;
    font-size: 18px;
    font-weight: 700;

}
.reviews-main-section .review-details .review-content a.edit-review {
    color: #f27621;
    float: right;
    font-family: sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;

}
.reviews-main-section .review-details .review-content span {
    color: #6a6a6a;
    font-family: sans-serif;
    font-size: 14px;
    font-weight: 500;
}

.reviews-main-section .review-details .publish-cancel-buttons button{
    clip-path: polygon(14% 0, 100% 0, 100% 47%, 88% 100%, 0 100%, 0 52%);
    font-size: 16px;
    font-family: sans-serif;
    font-weight: 700;
}

.color-light-gray{
    color: #6a6a6a;
}

.reviews-main-section .review-details {
    padding: 15px;
}

.reviews-main-section .dropdown-toggle {
    border: 1px solid #cacaca;
    border-radius: 0;
    font-family: sans-serif;
}

.reviews-main-section .filter-and-search {
    padding:15px;
    border-bottom: 1px solid #e5e5e5;
}

.reviews-main-section h1 {
    font-family: sans-serif;
    font-weight:700;
    font-size:24px;
    color: #545454;
    padding:15px;
}

.review-comment-avatar {
    position: relative;
    background: rgb(242,136,33);
    background: linear-gradient(61deg, rgba(242,136,33,1) 0%, rgba(242,118,33,1) 100%);
    border-radius: 50%;
    width: 47px;
    height: 47px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
}

.personal-data-main-section .personal-data-information .personal-birthday {
    background-color: #f7dbc3;
}

.personal-data-main-section .personal-data-information .personal-birthday p {
    font-size: 14px;
    font-family: sans-serif;
    font-weight: 500;
}

.personal-data-main-section .personal-information p {
    font-family: sans-serif;
    font-size: 16px;
    color: #545454;
    font-weight: 500;
}

.personal-data-information .mandatory-field p {
    color: #545454;
    font-family: sans-serif;
    font-size: 14px;
    font-weight: 500;
    position: relative;
}

.personal-data-information .mandatory-field p:after {
    content: "";
    display: block;
    width: 30rem;
    height: 1px;
    background: #cacaca;
    margin-left: 16rem;
    top: 50%;
    position: absolute;
}

.personal-data-information .save-personal-data{
    clip-path: polygon(14% 0, 100% 0, 100% 47%, 88% 100%, 0 100%, 0 52%);
}

.personal-data-information .save-personal-data p{
    font-size: 14px;
    font-family: sans-serif;
    font-weight: 700;
}

.personal-data-main-section .delivery-adresses h5{
    font-size: 24px;
    font-family: sans-serif;
    font-weight:700;
    color: #545454;
}

.personal-data-main-section .delivery-adresses span {
    color: #474747;
    font-size: 16px;
    font-family: sans-serif;
    font-weight: 500;
}

.personal-data-main-section .delivery-adresses .deliveryAddressAddBtn {
    clip-path: polygon(10% 0, 100% 0, 100% 52%, 90% 100%, 0 99%, 0% 50%);
    font-size: 14px;
    font-family: sans-serif;
    font-weight: 700;
    color: #f27621;
    text-transform: uppercase;
    position: relative;
    border: none;
}

.personal-data-main-section .delivery-adresses .deliveryAddressAddBtn::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f28821;
}

.personal-data-main-section .delivery-adresses .deliveryAddressAddBtn::after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 2px;
    left: 2px;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    background-color: #F9F9F9;
    clip-path: polygon(22px 0px, 100% 0px, 100% 25px, 90% 100%, 0 99%, 0% 25px);
}

.home-swiper {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.home-swiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.home-swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-swiper .swiper-button-next::after{
    font-size: 60px;
}

.home-swiper .swiper-button-prev::after{
    font-size: 60px;
}

.test-drive-swiper {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.test-drive-swiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.test-drive-swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 60%;
    object-fit: cover;
}

.test-drive-swiper .swiper-button-next::after{
    font-size: 60px;
}

.test-drive-swiper .swiper-button-prev::after{
    font-size: 60px;
}

.product-gallery-swiper {
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.product-gallery-swiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.product-gallery-swiper .swiper-slide img {
    display: block;
    height: 100%;
    object-fit: cover;
}

.product-gallery-swiper .swiper-button-next::after{
    font-size: 60px;
}

.product-gallery-swiper .swiper-button-prev::after{
    font-size: 60px;
}

.news-article-page h1 {
    font-size: 24px;
}

.news-article-page h6 {
    color: #6a6a6a;
}

.news-article-page .similar-article-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.news-article-sidebar-headline {
    margin-top: -30px;
    width: 76%;
    margin-left: 20px;
}

.news-article-sidebar-headline{
    clip-path: polygon(14% 0, 100% 0, 100% 47%, 88% 100%, 0 100%, 0 52%);
}

.news-article-sidebar-headline h2 {
    text-transform: uppercase;
    padding: 15px 20px;
    margin: 0;
    text-align: center;
    color: white;
    background: linear-gradient(135deg, #f28821 0%, #f27621 100%);
    font-size: 16px;
    font-family: sans-serif;
    font-weight: 700;
}

.review-article-sidebar-headline {
    background: #f28821;
    margin-top: -30px;
    width: 76%;
    margin-left: 20px;
    clip-path: polygon(14% 0, 100% 0, 100% 47%, 88% 100%, 0 100%, 0 52%);
}

.review-article-sidebar-headline h2 {
    text-transform: uppercase;
    padding: 20px;
    margin: 0;
    text-align: center;
    color: white;
    background: linear-gradient(135deg, #f28821 0%, #f27621 100%);
    font-size: 16px;
    font-family: sans-serif;
    font-weight: 700;
}

.news-article-page .latest-news-item a {
    text-decoration: none;
    color:black;
    font-size:16px;
    font-family: sans-serif;
    font-weight:700;
    display: flex;
    align-items: center;
}

.news-article-page .latest-news-item {
    border-bottom: 1px solid #e2e2e2;
    padding: 20px 10px;
    display: flex;
    align-items: start;
}

.news-article-page .latest-news {
    padding: 0 25px;
}

.news-article-page .latest-news-item .latest-news-image img {
    box-shadow: 0 0 9px #b9b9b9;
}

.news-article-page .news-categories a {
    display: flex;
    align-items: center;
    font-family:sans-serif;
    font-weight:600;
    font-size:16px;
    text-decoration: none;
    padding: 20px;
    width: 100%;
}

.news-article-page .news-categories li {
    border-bottom: 1px solid #e2e2e2;
}

.news-article-page .news-categories li:hover {
    background: #e7e7e7;
}

.news-article-page .news-categories a > i {
    padding-right: 15px;
    font-size: 20px;
}
.news-article-page .news-categories a:hover {
    color: #1c1c1c;
}

.news-article-page .news-categories p {
    text-align:center;
    position: sticky;

}

.news-article-page .article-main-image {
    display: table;
    margin: auto;
}

.news-article-page .news-article-content .page-section {
    padding: 50px;
}

.news-article-page .similar-article-btn {
    color: #f27621;
    font-family: sans-serif;
    font-weight: 700;
    font-size: 16px;
    top: 10px;
    position: relative;
}

.news-article-content .news-article-quote div{
    color: #f27621;
    font-family: sans-serif;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
}

.review-article-content .review-article-quote div{
    color: #f27621;
    font-family: sans-serif;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
}

.news-article-page .latest-news-btn {
    color: #f27621;
    font-family: sans-serif;
    font-weight: 700;
    font-size: 16px;
    padding:14px;
    text-align: center;
}

.news-article-page .latest-news-btn i {
    color: #f27621;
}

.news-article-page p {
    font-family: sans-serif;
    font-size: 16px;
    font-weight: 500;
}

.news-article-page .similar-article-section .similar-article-image {
    clip-path: polygon(50% 0%, 88% 0, 100% 13%, 100% 100%, 12% 100%, 0 86%, 0 0);
}

.news-article-page .similar-article-section .similar-article-image img {
    width: 100%;
}

.news-article-page .facebook-share > span {
    float: right;
}

.news-article-page i {
    color:orange;
}

.news-article-quote p {
    color: #f1761f;
    text-align: center;
}

.news-page .news-tags span {
    color: #7a7a7a;
    background: white;
    font-size: 18px;
    border: 2px solid white;
    font-family: sans-serif;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.news-page .news-tags span:hover {
    border: 2px solid #f59953;
}

.news-page .news-header h1 {
    font-size: 24px;
    font-family: sans-serif;
    font-weight: 700;
    margin: 0;
}

.news-page .news-header label {
    display: block;
    font-size: 24px;
}

.news-page .news-header input, .news-header label {
    margin: .42rem 0;
    color: #f27a21;
    font-family: sans-serif;
    font-weight: 700;
}

.news-page .news-list .news-article-content {
    border: 2px solid white;
    padding: 30px;
    border-top: 0;
}

.news-page .news-list .read-more-btn {
    color: #f27621;
    font-family: sans-serif;
    font-weight: 700;
    font-size: 16px;
}

.news-page .news-list p {
    color: #1c1c1c;
    font-family: sans-serif;
    font-weight: 600;
    height: 68px;
    overflow: hidden;
}

.news-page .news-list .news-item {
    margin-bottom: 1.5rem !important;
}

.news-page .news-list h2 {
    color: black;
    font-family: sans-serif;
    font-weight: 700;
    font-size: 24px;
    max-height: 57px;
    height: 57px;
    overflow: hidden;
}

.news-page .news-list i {
    color: orange;
    padding: 15px;
}

.news-page .news-article-image {
    background: white;
    position: relative;
    border-left: 2px solid #fff;
}

.news-page .news-article-image img{
    display: table;
    margin: auto;
}

.news-page .news-article-image::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    border-left: 26px solid #f1f1f1;
    border-right: 26px solid #f1000000;
    border-bottom: 26px solid #f1f1f1;
    border-top: 26px solid #f1f1f100;
}

.news-page .news-article-image::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    border-left: 26px solid #20090900;
    border-right: 26px solid #f1f1f1;
    border-bottom: 26px solid transparent;
    border-top: 26px solid #f1f1f1;
}

.news-page .dropdown-toggle {
    color: #f27a21;
    outline: none;
    font-family: sans-serif;
    font-size: 19px;
    font-weight: 700;
    border: 4px solid white;
    padding: 3px 19px;
    background:white;
    border-radius: 0;
}

.news-page .year-select a {
    color: #f27a21;
    outline: none;
    font-family: sans-serif;
    font-size: 19px;
    font-weight: 700;
    padding: 5px 19px;
    text-decoration: none;
}

.news-page .filter-year-title {
    display: inline !important;
    color: #474747 !important;
    font-family: sans-serif !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    padding-right: 10px;
}

.news-page .news-article-date span {
    font-weight: 500;
}

.personal-data-main-section .progress-bar-block .progress-bar {
    background-color: #f28821;
}

.personal-data-main-section .order-total p {
    font-family: sans-serif;
    font-size: 16px;
    color: #545454;
    font-weight: 600;
}

.personal-data-main-section .order-total span {
    font-family: sans-serif;
    font-size: 16px;
    color: #545454;
    font-weight: 700;
}

.personal-data-main-section .order-main-section .product-information a {
    font-family:sans-serif;
    font-size: 18px;
    color: #545454;
    font-weight:700;
}

.personal-data-main-section .order-main-section .product-information .order-product-price p {
    font-family:sans-serif;
    font-size: 16px;
    color: #545454;
    font-weight:700;
}

.personal-data-main-section .order-main-section .product-information p {
    font-family:sans-serif;
    font-size: 16px;
    color: #f27a21;
    font-weight:700;
}

.personal-data-main-section .product-information {
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
}

.personal-data-main-section .progession-bar {
    display: none;
}

.personal-data-main-section .order-main-section .order-personal-information {
    padding:30px 60px;
    background-color: #f9f9f9;
}

.personal-data-main-section .order-main-section .order-personal-information h6{
    font-family:sans-serif;
    font-size: 16px;
    color: #f27a21;
    font-weight:700;
}

.personal-data-main-section .order-main-section .order-personal-information p{
    font-family:sans-serif;
    font-size: 16px;
    color: #474747;
    font-weight:600;
}

.personal-data-main-section .order-progress-item .progress-bar-text span{
    font-family:sans-serif;
    font-size: 14px;
    color: #545454;
    font-weight:500;
}

.personal-data-main-section .order-progress-item .progress-bar-text p{
    font-family:sans-serif;
    font-size: 14px;
    color: #545454;
    font-weight:700;
}

.personal-data-main-section .progress-line {
    height: 10px !important;
    background-color: #f28821;
    opacity: 1;
}

.personal-data-main-section .dot {
    height: 30px;
    width: 30px;
    margin-top: 0;
    background-color: #ffffff;
    border-radius: 50%;
    border: 2px solid #e3e3e3;
    display: inline-block;
    position: absolute;
    left: -11px;
    top: -7px;
}

.personal-data-main-section .progress-bar-block {
    position: relative;
    right: -43%;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 130%
}

.personal-data-main-section .order-progress {
    padding:15px 70px;
}

.personal-data-main-section .order-details .order-details-left-section p {
    font-family:sans-serif;
    font-size: 16px;
    color: #545454;
    font-weight:500;
}

.personal-data-main-section .order-details .order-details-middle-section p {
    font-family:sans-serif;
    font-size: 16px;
    color: #545454;
    font-weight:700;
}

.personal-data-main-section .order-details .order-details-right-section .btn {
    font-family:sans-serif;
    font-size: 14px;
    font-weight:700;
    text-transform: uppercase;
    clip-path: polygon(10% 0, 100% 0, 100% 52%, 90% 100%, 0 99%, 0% 50%);
    position: relative;
    border: none;
    color: #f27621;
    float: right;
}

.personal-data-main-section .order-details .order-details-right-section .btn::after{
    content: '';
    position: absolute;
    z-index: -1;
    top: 2px;
    left: 2px;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    background-color: white;
    clip-path: polygon(21px 0, 100% 0, 100% 25px, 90% 100%, 0 99%, 0% 26px);
}

.personal-data-main-section .order-details .order-details-right-section .btn::before{
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f28821;
}

.personal-data-main-section .orders-title h1 {
    font-family:sans-serif;
    font-size: 24px;
    color: #545454;
    font-weight:700;
}

.personal-data-main-section .order-main-section {
    padding:20px;
}

.personal-data-main-section .order-details {
    padding:20px;
    background-color: #f9f9f9;
}

.warranties-main-section .filter-and-search .search-reviews i{
    top: 50%;
    right: 10%;
    transform: translate(50%,-50%);
    color: #8d8d8d;
}

.bg-light-gray{
    background: #f9f9f9;
}

.warranties-main-section .warranty-details .warranty-body .extended-warranty button {
    font-family: sans-serif;
    font-size: 13px;
    font-weight: 700;
}

.showTypeCategory{
    transform: rotate(90deg) scale(1.5,2);
    color: #6a6a6a;
}

.showTypeCategoryMobile{
    transform: rotate(180deg) scale(3,1.5);
    color: #6a6a6a;
}

.showTypeCategory.active{
    color: #f27721;
}

.showTypeCategoryMobile.active{
    color: #f27721;
}

.backgrround {
    background-color:#f27b;
}

.category-background-image {
    background-image: url("/frontend/local/images/icons/background-categories-img.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

.custom-radio-item .checkmark {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border-radius: 50%;
    background-color: #f27c21;
    display: none;
    cursor: pointer;
}

.ui-state-default, .ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default, .ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active{
    background: #f27621;
    background: linear-gradient(135deg, #f28821 0%, #f27621 100%);
    border-radius: 50%;
    border: 2px solid #f4f4f4;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -0.6em;
}

.ui-slider .ui-slider-handle {
    width: 1.5em;
    height: 1.5em;
}

.ui-widget-header {
    background: #f27621;
    background: linear-gradient(135deg, #f28821 0%, #f27621 100%);
}

.ui-widget.ui-widget-content {
    border: 1px solid #cecece;
    background: #cecece;
}

.ui-slider-horizontal {
    height: 0.5em;
}

.range-divider{
    width: 15px;
    height: 2px;
    background: black;
}

.fs-7{
    font-size: 14px;
}

.custom-radio-item .checkmark {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border-radius: 50%;
    background-color: #f27c21;
    display: none;
    cursor: pointer;
}

.product-main-page .middle-section .product-banner{
    filter: drop-shadow(0px 0px 10px rgba(150,150,150, 0.3));
}

.product-main-page .middle-section .product-banner .corner-product{
    background: #ffffff;
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 100% 100%, 0 100%, 0 50px)
}

.product-main-page .see-all-products{
    filter: drop-shadow(0px 0px 10px rgba(150,150,150, 0.3));
}

.product-main-page .see-all-products picture{
    width: 30%;
}

.product-main-page .see-all-products picture img{
    width: 100%;
}

.product-main-page .see-all-products div{
    background: #ffffff;
    clip-path: polygon(10% 0, 100% 0, 100% 85%, 90% 100%, 0 100%, 0 15%);
    width: 100%;
}

.product-main-page .right-section .request-offer{
    box-shadow: 0 0 10px rgba(150,150,150, 0.3);
}
/* MainMenu Slide Right Animation */


.product-main-page .request-offer .box-btn-request-offer{
    background: rgb(242, 124, 33);
    background: linear-gradient(61deg, rgba(242, 124, 33, 1) 0%, rgba(242, 118, 33, 1) 100%);
    margin-bottom: -41px;
    color: white;
    text-align: center;
    font-family: sans-serif;
    font-size: 16px;
    clip-path: polygon(9% 0, 100% 0, 100% 50%, 91% 100%, 0 100%, 0 50%);
}

.product-main-page .request-offer .box-btn-request-offer .btn-request-offer{
    font-size: 16px;
    font-family: sans-serif;
    font-weight: 700;
    color: white;
    text-align: center;
    text-transform: uppercase;
}

.product-main-page .box-add-to-cart .add-to-cart-btn{
    clip-path: polygon(9% 0, 100% 0, 100% 50%, 91% 100%, 0 100%, 0 50%);
    position: relative;
    border: none;
    color: #343434;
}

.product-main-page .box-add-to-cart .add-to-cart-btn::before{
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #343434;
}

.product-main-page .box-add-to-cart .add-to-cart-btn::after{
    content: '';
    position: absolute;
    z-index: -1;
    top: 2px;
    left: 2px;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    background-color: white;
    clip-path: polygon(8.8% 0, 100% 0, 100% 47%, 91.4% 100%, 0 100%, 0 53%);
}

.product-main-page .box-add-to-cart .add-to-cart-btn p{
    font-size: 16px;
    font-family: sans-serif;
    font-weight: 700;
    color: #343434;
}

.new-color-gray{
    color: #343434;
}

.product-main-page .favorite-icon{
    background: #F1F1F1;
    color: #f28821;
    clip-path: polygon(30% 0, 100% 0, 100% 50%, 70% 100%, 0 100%, 0 50%);
}

.product-main-page .share-icon{
    background: #F1F1F1;
    color: #f28821;
    clip-path: polygon(30% 0, 100% 0, 100% 50%, 70% 100%, 0 100%, 0 50%);
}

.product-description #productDescription h2{
    font-family: sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: #545454;
}

.technical-specifications #productSpecifications h2{
    font-family: sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: #545454;
}

.product-main-page .installments .view-details{
    font-size: 14px;
    font-family: sans-serif;
    font-weight: 500;
    color: #f27621;
}

.technical-specifications .product-tags p{
    color: #6a6a6a;
    font-size: 16px;
    font-family: sans-serif;
    font-weight: 500;
    text-decoration: none;
    text-transform: initial;
}

#reviews #productReviews .reviews-rating .btn-add-review{
    background: rgb(242, 124, 33);
    background: linear-gradient(61deg, rgba(242, 124, 33, 1) 0%, rgba(242, 118, 33, 1) 100%);
    color: white;
    text-align: center;
    font-family: sans-serif;
    font-size: 16px;
    clip-path: polygon(9% 0, 100% 0, 100% 50%, 91% 100%, 0 100%, 0 50%);
    border-radius: 0;
}

.customer-review .publish-cancel-buttons .btn-add-review{
    clip-path: polygon(14% 0, 100% 0, 100% 47%, 88% 100%, 0 100%, 0 52%);
    background: #f27621;
    background: linear-gradient(135deg, #f28821 0%, #f27621 100%);
    font-size: 14px;
    font-family: sans-serif;
    font-weight: 500;
    color: white;
    text-transform: uppercase;
    border-radius: 0;
}

.customer-review .publish-cancel-buttons .btn-cancel-review{
    font-size: 14px;
    font-family: sans-serif;
    font-weight: 500;
    text-transform: uppercase;
}

.product-main-page .left-section .side-view .box-image{
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    cursor: pointer;
    margin: 0.5rem;
    border: 2px solid #d9d9d9;
}

#technicalSheet .product-size-section .informationsProductImage{
    width: 100%;
    height: 100%;
}

.personal-details .btn-continue i{
    color: white;
}

.news-article-image .box-avatar-news{
    height: 290px;
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    overflow: hidden;
}

.reviews-article-image .box-avatar-reviews{
    height: 290px;
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    overflow: hidden;
}

.category-product .category-product-image{
    /*height: 290px;*/
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    overflow: hidden;
}

.category-product .category-product-image picture > img {
    padding: 10px;
    width: 100%;
}

.category-section .category-product .category-product-content .category-product-top .category-product-header{
    z-index: 1;
}

.dropdown-item.active, .dropdown-item:active{
    background-color: #e9ecef;
}

.user-actions .dropdown-menu li a{
    display: block;
    width: 100%;
    padding: 0.25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 15px;
}

.user-actions .dropdown-menu li a:hover{
    color: #1e2125;
    background-color: #e9ecef;
}

.user-actions .dropdown-menu li a i{
    display: none;
}

.delete-all-filters a{
    color: #545454;
    font-family: sans-serif;
    font-size: 14px;
    font-weight: 600;
}

.order-details-main-section .customer-authentication .guest-radio{
    clip-path: polygon(0 0, 100% 0, 100% 100%, 9.8% 100%, 0 60%);
    background-color: transparent;
    position: relative;
    border: none;
    cursor: pointer;
}

.order-details-main-section .customer-authentication .guest-radio::before{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, #f27621, #f27621);
    content: '';
    position: absolute;
    z-index: -1;
}

.order-details-main-section .customer-authentication .guest-radio::after{
    top: 2px;
    left: 2px;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    background-color: white;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 9.7% 100%, 0 59%);
    content: '';
    position: absolute;
    z-index: -1;
}

.order-details-main-section .customer-authentication .login-radio{
    clip-path: polygon(0 0, 100% 0, 100% 58%, 90% 100%, 0 100%);
    background-color: transparent;
    position: relative;
    border: none;
    cursor: pointer;
}

.order-details-main-section .customer-authentication .login-radio::before{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, #f27621, #f27621);
    content: '';
    position: absolute;
    z-index: -1;
}

.order-details-main-section .customer-authentication .login-radio::after{
    top: 2px;
    left: 2px;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    background-color: white;
    clip-path: polygon(0 0, 100% 0, 100% 29px, 90.3% 100%, 0 100%);
    content: '';
    position: absolute;
    z-index: -1;
}

section.customer-authentication-section {
    margin: auto;
}

.personal-information .create-new-account {
    width: 60%;
}

.personal-address .billing-address {
    width:60%;
}

.personal-address .order-details-input .details-address{
    width: 60%;
}

.order-details-main-section .order-summary h3{
    font-weight: 700;
}

/* contact page */

.employee-contact-card-spacing {
    height: 73px;
    background: white;
}

.contact-img {
    display: inline-block;
    position: relative;
    width: 120px;
    height: 120px;
    background: #f27621;
    box-sizing: border-box;
    clip-path: polygon(0 0, 85% 0, 100% 19%, 100% 100%, 15% 100%, 0 81%);
}

.contact-img img {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 116px;
    height: 116px;
    clip-path: polygon(0 0, 85% 0, 100% 19%, 100% 100%, 15% 100%, 0 81%);
}

.contact-page .parts-contact p {
    padding-left: 90px !important;
    font-size: 16px;
    font-family: sans-serif;
    color: #2197f2;
    font-weight: 700;
    border-top: 1px solid #e2e2e2;
}

.contact-page .parts-contact p > a {
    font-size: 16px;
    font-family: sans-serif;
    color: #2197f2;
    font-weight: 700;
    text-decoration: none;
}

.contact-page [class^="contact-us-block"] li i {
    width: 25px;
    text-align: center;
}

.captcha_custom_block {
    display: flex;
    align-items: center;
    justify-content: center;
}

.captcha{
    padding:3px 10px;
}

.btn-submit-form  {
    background: rgb(242,136,33);
    background: linear-gradient(135deg, #f28821 0%, #f27621 100%);
    border: none;
    color: white;
    padding: 17px 16px;
    font-size: 14px;
    cursor: pointer;
    width:100%;
    font-family: sans-serif;
    border-radius: 0;
    text-transform: uppercase;
    clip-path: polygon(8% 0, 100% 0, 100% 48%, 92% 100%, 0 100%, 0 52%);
}

.contact-information-content::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    border-left: 18px solid #f1f1f1;
    border-right: 18px solid #f1000000;
    border-bottom: 18px solid #f1f1f1;
    border-top: 18px solid #f1f1f100;
    overflow:hidden;
}

.contact-number::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    border-left: 18px solid #20090900;
    border-right: 18px solid #f1f1f1;
    border-bottom: 18px solid transparent;
    border-top: 18px solid #f1f1f1;
    overflow:hidden;
}

.contact-information .contact-left-section {
    width: 85%;
}

.contact-information .contact-right-section {
    width: 85%;
}

.contact-information-content {
    position: relative;
    width: calc(100% - 60px);
    float: right;
}

.contact-us-sidebar-headline {
    background: linear-gradient(135deg, #f28821 0%, #f27621 100%);
    margin-top: -30px;
    width: 76%;
    margin-left: 20px;
    clip-path: polygon(14% 0, 100% 0, 100% 47%, 88% 100%, 0 100%, 0 52%);
}

.contact-addresses-and-schedule .contact-us-sidebar-headline h2 {
    font-size: 18px;
    text-transform: uppercase;
    padding: 20px;
    margin: 0;
    text-align: center;
    color: white;
}

.careers-list .contact-us-sidebar-headline h2 {
    font-size: 18px;
    text-transform: uppercase;
    padding: 20px;
    margin: 0;
    text-align: center;
    color: white;
}

.contact-us-section [class^="contact-us-block"] {
    background:#f1f1f1;
    padding: 25px 30px;
}

.contact-us-section [class^="contact-us-block"] p{
    font-size: 16px;
    font-family: sans-serif;
    font-weight: 600;
    color: #313131;
    margin-top: 12px;
}

.contact-us-section .contact-addresses-and-schedule {
    padding-left: 80px;
}

.contact-us-section .careers-list {
    padding-right: 80px;
}

.contact-us-section [class^="contact-us-block"] i{
    color:#f28021;
    margin-top: 10px;
}

.contact-us-section [class^="contact-us-block"] i > span {
    font-size: 16px;
    font-family: sans-serif;
    color: #313131;
    font-weight: 600;
    padding-left: 10px;
}

.contact-us-section h2 {
    font-size: 30px;
    font-family: sans-serif;
    font-weight: 700;
    color: #545454;
    text-align:center;
}

.contact-us-section .contact-enter-data .custom-checkbox p {
    font-size: 14px;
    font-family: sans-serif;
    color: #474747;
    font-weight: 600;
    margin-left: 10px;
}

.contact-us-section .contact-enter-data .contact-page-stcb-code .btn {
    border: 2px solid #b5b5b5;
    border-radius:0;
    font-family:sans-serif;
    font-size: 14px;
    color:black;
    font-weight: 700;
    padding: 3px 20px;
}

.contact-us-section .contact-enter-data .contact-page-stcb-code a:hover {
    background:#f27621;
}

.contact-us-section .contact-enter-data .contact-page-stcb-code a:visited {
    background:#f27621;
}

.contact-us-section .contact-enter-data .custom-checkbox p > a {
    font-size: 14px;
    font-family: sans-serif;
    color: #f37e2e;
    font-weight: 600;
}

.contact-us-section .contact-enter-data .custom-checkbox {
    margin-left: 5px;
}

.contact-us-section .contact-enter-data {
    border: 2px solid #f27621;
    padding: 30px 70px;
}

.contact-us-section .form-group {
    border-radius: 0;
}

.contact-us-section .form-group .form-control {
    border-radius: 0;
    border: 2px solid #b5b5b5;
}

.contact-us-image-headline {
    background: transparent;
    position: absolute;
    left: -60px;
    top: 30px;
}

.contact-us-image-headline img {
    filter: grayscale(100%);
}

.contact-us-image-headline h2 {
    font-size: 16px;
    text-transform: uppercase;
    padding: 20px;
    margin: 0;
    text-align: center;
    color: white;
}

.contact-main-section h1 {
    font-family: sans-serif;
    font-weight: 700;
    font-size: 30px;
    color: #545454;
}

.contact-header .contact-us::after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 2px;
    left: 2px;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    background-color: white;
    clip-path: polygon(10% 0px, 100% 0px, 100% 48%, 90% 100%, 0 100%, 0% 52%);
}

.contact-header .contact-us::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f28821;
}

.contact-header .contact-us {
    padding: 10px 30px;
    font-size: 14px;
    cursor: pointer;
    font-family: sans-serif;
    font-weight: 700;
    border-radius: 0;
    text-transform: uppercase;
    clip-path: polygon(10% 0, 100% 0, 100% 50%, 90% 100%, 0 100%, 0% 50%);
    position: relative;
    border: none;
    color: #f27621;
}

.contact-main-section .contact-information .contact-number {
    font-family: sans-serif;
    font-weight: 700;
    font-size: 30px;
    color: #fff;
    background: #f27621;
    padding: 8px;
    text-align: center;
}

.contact-main-section .contact-information .contact-information-details {
    background:#fff;
    padding: 20px 0 20px 90px;
    text-align: left;
}

.contact-main-section .contact-information .contact-information-details .parts-contact p {
    font-size: 16px;
    font-family: sans-serif;
    color: #2197f2;
    font-weight: 700;
}

.contact-main-section .contact-information .contact-information-details .parts-contact a {
    font-size: 16px;
    font-family: sans-serif;
    color: #2197f2;
    font-weight: 700;
}

.contact-main-section .contact-information .contact-information-details span {
    font-size: 16px;
    font-family: sans-serif;
    font-weight: 700;
    color: #474747
}

.contact-main-section .contact-information .contact-information-details p {
    font-size: 16px;
    font-family: sans-serif;
    font-weight: 600;
    color: #474747;
}

.contact-main-section .contact-information .contact-information-details a {
    font-size: 16px;
    font-family: sans-serif;
    font-weight: 600;
    color: #f27c21;
    text-decoration:none;
}

.search-main-page .search-page-not-found h1 {
    font-family: sans-serif;
    color: #474747;
}

.search-main-page .search-page-not-found h1 > span {
    font-family: sans-serif;
    font-size: 50px;
    color: #f27b21;
}

/* end: contact page */

.sidebar-menu .login-anonim a{
    clip-path: polygon(14% 0, 100% 0, 100% 47%, 88% 100%, 0 100%, 0 52%);
}

.sidebar-menu .login-anonim a p {
    font-family: sans-serif;
    font-size: 14px;
    font-weight: 700;
}

.sidebar-menu .svg-avatar{
    border: 3px solid #f27621;
}

.sidebar-menu .anonim-user h3{
    font-family: sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #545454;
}

.sidebar-menu .anonim-user p{
    font-family: sans-serif;
    font-weight: 500;
}

.favorites-main-section .no-favorites h3{
    font-family: sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #545454;
}

.favorites-main-section .no-favorites p{
    font-family: sans-serif;
    font-weight: 500;
}

.order-main-page .order-main-section .order-main-content .order-btn {
    font-size: 14px;
    font-family: sans-serif;
    font-weight: 700;
    color: #f27621;
    text-transform: uppercase;
    position: relative;
    background: #f9f9f9;
    clip-path: polygon(15% 0, 100% 0, 100% 56%, 85% 100%, 0 100%, 0% 44%);
    position: relative;
    border: none;
    color: #f27621;
    width: 100%;
}

.order-main-page .order-main-section .order-main-content .order-btn::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f28821;
}

.order-main-page .order-main-section .order-main-content .order-btn::after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 2px;
    left: 2px;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    background-color: white;
    clip-path: polygon(15% 0, 100% 0, 100% 54%, 85% 100%, 0 100%, 0% 46%);
}

.order-details-page .order-details-main-section .order-details-content .delivery-history .delivery-history-button a{
    font-size: 14px;
    font-family: sans-serif;
    font-weight: 700;
    color: #f27621;
    text-transform: uppercase;
    position: relative;
    background: #f9f9f9;
    clip-path: polygon(15% 0, 100% 0, 100% 56%, 85% 100%, 0 100%, 0% 44%);
    position: relative;
    border: none;
    color: #f27621;
}

.order-details-page .order-details-main-section .order-details-content .delivery-history .delivery-history-button a::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f28821;
}

.order-details-page .order-details-main-section .order-details-content .delivery-history .delivery-history-button a::after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 2px;
    left: 2px;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    background-color: white;
    clip-path: polygon(15% 0, 100% 0, 100% 54%, 85% 100%, 0 100%, 0% 46%);
}

.order-request-card-payment .box-rates{
    background: #ffffff;
}

.order-request-card-payment .btn-add-review-installments{
    margin-left: auto;
}

.service-warranty .box-warranty .warranty-button-btn{
    text-transform: uppercase;
    background: rgb(242, 124, 33);
    background: linear-gradient(61deg, rgba(242, 124, 33, 1) 0%, rgba(242, 118, 33, 1) 100%);
    clip-path: polygon(0% 0, 100% 0, 100% 50%, 90% 100%, 0 100%, 0 0);
    color: white;
    border-radius: 0;
}

.service-warranty .box-warranty .warranty-more-details{
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 100% 100%, 0 100%, 0 15%);
}

.service-warranty .box-warranty .warranty-more-details img{
    height: 100%;
    width: auto !important;
    margin: auto;
    display: table;
}

.warranty-more-details picture.complaint-request-img {
    display: block;
    height: 110px;
    overflow: hidden;
    background: #fff;
}

.service-warranty .box-warranty .warranty-more-details img{
    background: #ffffff;
}

.service-warranty .box-warranty{
    filter: drop-shadow(0px 0px 10px rgba(150,150,150, 0.3));
}

.service-return-second-main-section .vehicle-select{
    filter: drop-shadow(0px 0px 10px rgba(150,150,150, 0.3));
}

#financing p{
    font-family: sans-serif;
    font-size: 14px;
    font-weight: 600;
}

#financing h4{
    font-family: sans-serif;
    font-weight: 700;
    color: #545454;
}

.product-pick-up-details .send-return-form{
    background: #f27620;
    width: 30%;
    margin-left: auto;
    margin-right: auto;
    text-decoration: none;
    clip-path: polygon(14% 0, 100% 0, 100% 47%, 88% 100%, 0 100%, 0 52%);
}

.product-pick-up-details .send-return-form a{
    text-decoration: none;
}

.product-pick-up-details .send-return-form h2{
    font-size: 14px;
    text-transform: uppercase;
    padding: 15px;
    text-align: center;
    color: white;
    font-family: sans-serif;
    font-weight: 700;
    text-decoration: none;
}

.product-pick-up-details .send-service-form{
    background: #f27620;
    width: 30%;
    margin-left: auto;
    margin-right: auto;
    text-decoration: none;
    clip-path: polygon(14% 0, 100% 0, 100% 47%, 88% 100%, 0 100%, 0 52%);
}

.product-pick-up-details .send-service-form a{
    text-decoration: none;
}

.product-pick-up-details .send-service-form h2{
    font-size: 14px;
    text-transform: uppercase;
    padding: 15px;
    text-align: center;
    color: white;
    font-family: sans-serif;
    font-weight: 700;
    text-decoration: none;
}

.category-product-header-right-side .category-product-favorite i:hover {
    color: #f22621;
    cursor: pointer;
}

.category-product-header-right-side .category-product-favorite i {
    font-size: 20px;
}

.category-product-header-right-side .custom-checkbox-categories{
    width: 35px;
    height: 35px;
}

.category-product-header-right-side .category-product-favorite{
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.category-product-header-right-side .category-product-favorite:hover{
    background: #ededed!important;
    border-radius: 50%;
    color: #f22621;
}

.category-product-header-right-side .custom-checkbox-categories:hover{
    background: #ededed!important;
    border-radius: 50%;
}

.category-product-header-right-side .product-share{
    width: 35px;
    height: 35px;
}

.category-product-header-right-side .product-share:hover{
    background: #ededed!important;
    border-radius: 50%;
}

.category-product-header-right-side .category-product-favorite .selected{
    color: #f22621;
}

.order-request-recommended-products .product-details h3{
    font-size: 18px!important;;
    font-family: sans-serif!important;
    font-weight: 700;
    color: black;
    height: 46px;
    overflow: hidden;
    margin: 0;
    text-align: left;
}
.order-request-recommended-products .favorites-box{
    color: #c5c5c5;
    position: absolute;
    top: 10px;
    right: 16px;
    font-size: 20px;
}

.order-request-recommended-products .favorites-box .selected {
    color: #f22621;
}

.order-request-recommended-products .favorites-box i:hover {
    color: #f22621;
    cursor: pointer;
}

.order-request-recommended-products .favorites-rating .reviews-count {
    font-size: 14px;
    font-family: sans-serif;
    font-weight: 500;
    color: #878787;
}

.order-request-recommended-products .product-details .price-details {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 70px;
}

.order-request-recommended-products .product-details .price-details p::before {
    content: "";
    width: 106%;
    height: 2px;
    background: #f27721;
    position: absolute;
    left: -3px;
    display: block;
    transform: rotate(9deg);
    top: 0;
    bottom: 0;
    margin: auto;
}

.order-request-recommended-products .product-details .price-details p {
    font-family: sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #878787;
    text-align: left;
    position: relative;
    width: fit-content;
    width: -moz-fit-content;
}

.order-request-recommended-products .product-details .price-details h6 > span {
    color: #878787;
    font-family: sans-serif;
    font-size: 14px;
    font-weight: 600;
}

.order-request-recommended-products .product-details .price-details h6 {
    font-family: sans-serif;
    font-size: 26px;
    font-weight: 700;
    color: #f27721;
    text-align: left;
    margin-bottom: 0;
}

.order-request-recommended-products .favorites-rating i {
    color: #f2c321!important;
    font-size: 15px;
}

.customer-comment-avatar {
    position: relative;
    background: rgb(242, 136, 33);
    background: linear-gradient(61deg, rgba(242, 136, 33, 1) 0%, rgba(242, 118, 33, 1) 100%);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.customer-comment-avatar p {
    font-size: 15px;
    color: #ffffff;
    font-family: sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

.customer-comment-section .comment-user{
    font-size: 15px;
    color: #878787;
    font-family: sans-serif;
}

.customer-review .like-add-a-comment button p{
    font-size: 14px;
    color: #878787;
    font-family: sans-serif;
}

.review-comment .form-review{
    width: 50%;
}

.product-description .product-description-gradient{
    height:248px;
}

.product-description .product-description-gradient::before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 90px;
    left: 0;
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 33%, #f1f1f1 100%);
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 33%, #f1f1f1 100%);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 33%, #ffffff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00FFFFFF", endColorstr="#FFFFFFFF", GradientType=0);
    pointer-events: none;
    z-index: 10;
}

.review-rating-number .rating-stars i.selected{
    color: #F2C321;
}

.review-rating-number .rating-stars i{
    color: #ccc;
}

.customer-review-content .rating-stars i.selected{
    color: #F2C321;
}

.customer-review-content .rating-stars i{
    color: #ccc;
}

.rating-stars .review-stars i.selected{
    color: #F2C321;
}

.rating-stars .review-stars i{
    color: #ccc;
}

.rating-stars .review-stars i.hover{
    color: #F2C321;
}

.middle-section .rating-stars i.selected{
    color: #F2C321;
}

.middle-section .rating-stars i{
    color: #ccc;
}

.review-modal .modal-review-title{
    color: #545454;
    font-family: sans-serif;
    font-size: 25px;
    font-weight: 700;
}

.review-modal .review-box .review-image{
    width: 90px;
    height: 90px;
}

.review-modal .product-review-rating-label{
    color: #545454;
    font-size: 16px;
    font-family: sans-serif;
    font-weight: 700;
}

.review-modal .form-label{
    color: #545454;
    font-size: 15px;
    font-family: sans-serif;
    font-weight: 600;
}

.review-modal .box-product p{
    font-size: 16px;
    font-family: sans-serif;
    font-weight: 700;
    color: #6a6a6a;
}

.review-modal .btn-add-review{
    background: rgb(242, 124, 33);
    background: linear-gradient(61deg, rgba(242, 124, 33, 1) 0%, rgba(242, 118, 33, 1) 100%);
    color: white;
    text-align: center;
    font-family: sans-serif;
    font-size: 16px;
    clip-path: polygon(6% 0, 100% 0, 100% 50%, 94% 100%, 0 100%, 0 50%);
    border-radius: 0;
}

.cart-modal .modal-cart-title{
    color: #545454;
    font-family: sans-serif;
    font-size: 25px;
    font-weight: 700;
}

.cart-modal .cart-box .cart-image{
    width: 90px;
    height: 90px;
}

.cart-modal .product-cart-rating-label{
    color: #545454;
    font-size: 16px;
    font-family: sans-serif;
    font-weight: 700;
}

.cart-modal .form-label{
    color: #545454;
    font-size: 15px;
    font-family: sans-serif;
    font-weight: 600;
}

.cart-modal .box-product p{
    font-size: 16px;
    font-family: sans-serif;
    font-weight: 700;
    color: #6a6a6a;
}

.cart-modal .btn-see-cart{
    background: rgb(242, 124, 33);
    background: linear-gradient(61deg, rgba(242, 124, 33, 1) 0%, rgba(242, 118, 33, 1) 100%);
    color: white;
    text-align: center;
    font-family: sans-serif;
    font-size: 16px;
    clip-path: polygon(6% 0, 100% 0, 100% 50%, 94% 100%, 0 100%, 0 50%);
    border-radius: 0;
}

#orderRequestModal .custom-checkbox{
    font-size: 14px;
    display: table;
    font-family: sans-serif;
    color: #474747;
    font-weight: 600;
    cursor: pointer;
}

#orderRequestModal .custom-checkbox input[type="checkbox"]{
    display: inline-flex;
}

.confirm-order .confirmed-message h2{
    color: #545454;
    font-family: sans-serif;
    font-size: 18px;
    font-weight: 700;
}

.confirm-order .confirmed-message p{
    color: #474747;
    font-family: sans-serif;
    font-size: 16px;
    font-weight: 500;
    width: 70%;
    display: table;
    margin: auto;
}

.confirm-order .continue-order:hover{
    background: linear-gradient(to bottom, #d7710d 0%, #f86c0c 100%);
}

.confirm-order .continue-order{
    background: rgb(242, 124, 33);
    background: linear-gradient(61deg, rgba(242, 124, 33, 1) 0%, rgba(242, 118, 33, 1) 100%);
    clip-path: polygon(9% 0, 100% 0, 100% 50%, 91% 100%, 0 100%, 0 50%);
    color: white;
    border-radius: 0;
    font-family: sans-serif;
    font-size: 14px;
    font-weight: 700;
    width: 50%;
}

.confirm-order .confirmed-message{
    clip-path: polygon(0 0, 95% 0px, 100% 10%, 100% 100%, 5% 100%, 0 90%);
    position: relative;
}

.confirm-order .confirmed-message::before{
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f28821;
}

.confirm-order .confirmed-message::after{
    content: '';
    position: absolute;
    z-index: -1;
    top: 2.2px;
    left: 2px;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    background-color: white;
    clip-path: polygon(0 0, 95% 0px, 100% 10%, 100% 100%, 5% 100%, 0 90%);
}

.page-module-section .page-module-header h1 {
    font-size: 32px;
    font-family: sans-serif;
    font-weight: 600;
    color: #222222;
}

.category-product .category-product-content .category-product-bottom .category-product-attributes p{
    font-size: 14px;
    font-family: sans-serif;
    font-weight: 700;
    color: #222222;
}
.category-product .category-product-content .category-product-bottom .category-product-attributes span{
    font-size: 14px;
    font-family: sans-serif;
    font-weight: 500;
    color: #222222;
    margin-bottom: 10px;
}

.order-details-main-section .personal-address .order-details-input .details-address{
    width: 70%;
    margin: auto;
    display: table;
}

.disclaimer-footer-gradient::before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00FFFFFF", endColorstr="#FFFFFFFF", GradientType=0);
    pointer-events: none;
    z-index: 9;
}

#disclaimerCollapse{
    color: #5f5f5f;
}

.other-payment-methods button p{
    font-size: 16px!important;
    font-family: sans-serif!important;;
    font-weight: 700!important;;
    text-transform: uppercase!important;;
    color: #343434!important;;
}
.other-payment-methods button{
    border: 2px solid #343434;
    color: #343434;
    border-radius: 0;
}

.on-off-road-tv{
    width: 130px;
    height: 130px;
    filter: drop-shadow(0px 0px 4px rgba(242, 131, 33, 1));
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(242, 124, 33);
    background: linear-gradient(61deg, rgba(242, 124, 33, 1) 0%, rgba(242, 118, 33, 1) 100%);
}

.inside-on-off-road-tv{
    width: 120px;
    height: 120px;
    border: 1px solid #ffffff;
    border-radius: 50%;
    background: rgb(242, 124, 33);
    background: linear-gradient(61deg, rgba(242, 124, 33, 1) 0%, rgba(242, 118, 33, 1) 100%);
    position: relative;
}

#text-on-off-road-tv{
    font-size: 22px;
    color: #ffffff;
    font-style: italic;
    font-weight: 700;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 1;
    font-family: sans-serif;
    text-decoration: none;
    white-space: nowrap;
}

.product-main-page .right-section .request-offer .border-left-price{
    border-left: 2px solid #f8f8f8;

}

.product-main-page .right-section .request-offer .border-bottom-price{
    border-bottom: 2px solid #f8f8f8;
}

.modal-footer .gallery-buttons-swiper button{
    border: 1px solid #c5c5c5;
    color: #c5c5c5;
    border-radius: 50%;
    background: #ffffff;
}

.modal-footer .gallery-buttons-swiper button:hover{
    border: 1px solid #f27621;
    color: #f27621;
}

.modal-footer .gallery-buttons-swiper button i{
    width: 25px;
    height: 20px;
}

.order-details-input .personal-details .form-select {
    border-radius: 0;
    border: 2px solid #b5b5b5;
    background-color: #f9f9f9 !important;
}

#applyFilters p{
    font-family: sans-serif;
    font-size: 12px;
    font-weight: 700;
}

#removePriceFilter p{
    font-family: sans-serif;
    font-size: 12px;
    font-weight: 700;
}

.applyFiltersAttribute p{
    font-family: sans-serif;
    font-size: 14px;
    font-weight: 700;
}

.personal-data-main-section .delivery-adresses .address-details .companyAddressAddBtn {
    clip-path: polygon(10% 0, 100% 0, 100% 52%, 90% 100%, 0 99%, 0% 50%);
    font-size: 14px;
    font-family: sans-serif;
    font-weight: 700;
    color: #f27621;
    text-transform: uppercase;
    position: relative;
    border: none;
}

.personal-data-main-section .delivery-adresses .address-details .companyAddressAddBtn::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f28821;
}

.personal-data-main-section .delivery-adresses .address-details .companyAddressAddBtn::after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 2px;
    left: 2px;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    background-color: #F9F9F9;
    clip-path: polygon(22px 0px, 100% 0px, 100% 25px, 90% 100%, 0 99%, 0% 25px);
}

.personal-data-main-section .delivery-adresses .address-details .ongAddressAddBtn {
    clip-path: polygon(10% 0, 100% 0, 100% 52%, 90% 100%, 0 99%, 0% 50%);
    font-size: 14px;
    font-family: sans-serif;
    font-weight: 700;
    color: #f27621;
    text-transform: uppercase;
    position: relative;
    border: none;
}

.personal-data-main-section .delivery-adresses .address-details .ongAddressAddBtn::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f28821;
}

.personal-data-main-section .delivery-adresses .address-details .ongAddressAddBtn::after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 2px;
    left: 2px;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    background-color: #F9F9F9;
    clip-path: polygon(22px 0px, 100% 0px, 100% 25px, 90% 100%, 0 99%, 0% 25px);
}

.category-product .category-product-content .category-product-bottom .category-price-details{
    height: 60px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: end;
    flex-direction: column;
}

/* start: confirm reset password page */
.auth-content-reset-link input[type=checkbox] {
    transform: scale(1.5);
}

.auth-content-reset-link img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.auth-content-reset-link {
    margin: auto;
    width: 100%;
    max-width: 464px;
    background: #faf9f9;
    padding: 25px;
}

.auth-content-reset-link .continue {
    clip-path: polygon(8% 0, 100% 0, 100% 50%, 92% 100%, 0 99%, 0 50%);
    background-color: #f28821;
    border: none;
    color: white;
    padding: 17px 16px;
    font-size: 15px;
    cursor: pointer;
    width: 100%;
    font-family: sans-serif;
    font-weight: 700;
    border-radius: 0;
}

.auth-content-reset-link p.homepage {
    font-family: sans-serif;
    font-weight: 700;
    text-align: center;
}

.auth-content-reset-link p.placeholder {
    font-family: sans-serif;
    font-weight: 700;
    color: #a2a2a2;
    text-align: center;
    font-size: 16px;
    position: relative;
}

.auth-content-reset-link .continue:hover {
    background-color: #b15c07;
}

.auth-content-reset-link p.thick {
    font-family: sans-serif;
    font-weight: 700;
    text-align: center;
    font-size: 22px;

}

.auth-content-reset-link p.account {
    font-family: sans-serif;
    font-weight: 700;
    text-align: center;
    font-size: 16px;
}
/* end: confirm reset password page */

.reset-password-section{
    margin: auto;
    width: 100%;
    max-width: 464px;
    background: #faf9f9;
    padding: 25px;
}

.reset-password-section .email-address{
    color: black;
    text-align: center;
    font-family: sans-serif;
}

.reset-password-section .password{
    color: black;
    text-align: center;
    font-family: sans-serif;
}

.reset-password-section .confirm-password{
    color: black;
    text-align: center;
    font-family: sans-serif;
}

.reset-password-section .reset-password .btn{
    clip-path: polygon(8% 0, 100% 0, 100% 50%, 92% 100%, 0 99%, 0 50%);
    background-color: #f28821;
    border: none;
    color: white;
    padding: 17px 16px;
    font-size: 15px;
    cursor: pointer;
    width: 100%;
    font-family: sans-serif;
    font-weight: 700;
    border-radius: 0;
}

.product-tags a{
    text-decoration: none;
}

.product-tags a{
    text-decoration: none;
}

.product-main-page .middle-section .choose-product-option label{
    color: #545454;
    font-family: sans-serif;
    font-weight: 500;
    font-size: 16px;
}

/*MY CARDS INDEX*/
.card-dot {
    height: 5px;
    width: 5px;
    background-color: #545454;
    border-radius: 50%;
    display: inline-block;
}

.cards-main-section .cards-content .existing-card .existing-card-number {
    font-family: sans-serif;
    font-size: 26px;
    color:#545454;
    font-weight: 700;
}

.cards-main-section .cards-content .existing-card .existing-card-option p{
    font-family: sans-serif;
    font-size: 14.4px;
    color:#545454;
    font-weight: 500;
}

.cards-main-section .cards-content .existing-card h5{
    font-family: sans-serif;
    font-size: 14.4px;
    color:#545454;
    font-weight: 500;
}

.cards-main-section .cards-content .existing-card-option {
    border: 2px solid #f27621;
    border-top: none;
    padding: 0 20px;
}

.cards-main-section .cards-content .existing-card .add-card-name p {
    font-family: sans-serif;
    font-size: 14.4px;
    color:#545454;
    font-weight: 500;
    background: #fce4d3;
    padding: 5px 10px;
    text-align:center;
    border-bottom: 2px solid #f27621;
}

.cards-main-section .cards-content .existing-card .add-card-name a {
    text-decoration: none;
}

.cards-main-section .cards-content .existing-card .existing-card-main-content {
    padding: 20px;
}

.cards-main-section .cards-content .add-new-card .add-new-card-content {
    border: 3px dashed #e2e2e2;
    padding: 94px;
}

.cards-main-section .cards-content .add-new-card .add-new-card-content p {
    font-family: sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #f27621;
}

.cards-main-section .cards-content .add-new-card .add-new-card-content span {
    font-family: sans-serif;
    font-size: 40px;
    font-weight: 700;
    color: #f27621;
}

.cards-main-section .cards-content .existing-card-image .card-image {
    border: 1px solid #e4e4e4;
}

.cards-main-section .view-details {
    filter: drop-shadow(0px 0px 4px rgba(242, 131, 33, 1));
    display: table;
}

.cards-main-section .view-details button {
    clip-path: polygon(14% 0, 100% 0, 100% 47%, 88% 100%, 0 100%, 0 52%);
}

.cards-main-section .view-details  p{
    font-family: sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    margin: 0;
    color:white;
}

.cards-page .cards-main-section .cards-content .cards-header h1 {
    font-family: sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #545454;
    padding: 20px 0;
}

.cards-page .cards-main-section .cards-content .cards-header {
    border-bottom: 1px solid #e5e5e5;
}

.cards-page .cards-main-section .cards-content {
    padding: 20px;
}

/*END MY CARDS INDEX*/

/*MY REVIEWS*/
.publish-cancel-buttons .btn-add-review{
    clip-path: polygon(14% 0, 100% 0, 100% 47%, 88% 100%, 0 100%, 0 52%);
    background: #f27621;
    background: linear-gradient(135deg, #f28821 0%, #f27621 100%);
    font-size: 14px;
    font-family: sans-serif;
    font-weight: 500;
    color: white;
    text-transform: uppercase;
    border-radius: 0;
}

.rating-stars .fa {
    font-size: 1.5rem!important;
    color: #ccc;
}

.rating-stars .selected {
    color: #f2c321;
}

.rating-stars .hover {
    color: #f2c321;
}
/*END MY REVIEWS*/

/*MY WARRANTIES*/
.warranties-main-section .warranty-details .order-number a{
    font-family: sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #f27821;
}

.warranties-main-section .warranty-details .order-number p {
    font-family: sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #1b1b1b;
}

.warranties-main-section .warranty-details .warranty-body .extended-warranty h6 {
    font-family: sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #545454;
}

.warranties-main-section .warranty-details .warranty-body .extended-warranty .extended-warranty-link {
    font-family: sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin-top: 5px;
    background-color: #f9f9f9;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.warranties-main-section .warranty-details .warranty-body .extended-warranty .extended-warranty-link span{
    background-color: #f27821;
    padding: 10px;
}

.warranties-main-section .warranty-details .warranty-body .extended-warranty .extended-warranty-details{
    background-color: #f9f9f9;
    padding: 5px 15px;
}

.warranties-main-section .warranty-details .warranty-body .extended-warranty p {
    font-family: sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #545454;
}

.warranties-main-section .warranty-details .warranty-body .warranty-time p {
    font-size: 16px;
    font-family: sans-serif;
    font-size: 16px;
    font-weight: 700;
}

.warranties-main-section .warranty-details .warranty-body .rating-stars-number p {
    color: #1b1b1b;
    font-family: sans-serif;
    font-size: 14px;
    font-weight: 700;
    padding-top: 9px;
}

.warranties-main-section .warranty-details {
    border-bottom: 1px solid #e5e5e5;
}

.warranties-main-section .warranty-details  .rating-stars .fa {
    font-size: 1.5rem!important;
    color: #ccc;
}

.warranties-main-section .warranty-details  .rating-stars .selected {
    color: #f2c321;
}

.warranties-main-section .warranty-details .rating-stars .hover {
    color: #f2c321;
}

.warranties-main-section .warranty-details .warranty-title h2 {
    font-family: sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #545454;
}

.warranties-main-section .warranty-details .warranty-title a {
    text-decoration: none;
}

.warranties-main-section .warranty-details .warranty-body {
    border-right: 1px solid #e5e5e5;
}

.warranties-main-section .warranty-details {
    padding: 30px 15px;
}

.warranties-main-section .filter-and-search .sort-reviews{
    display: flex;
    align-items: center;
    justify-content: center;
}

.warranties-main-section .filter-and-search .filter-reviews{
    display: flex;
    align-items: center;
    justify-content: center;
}

.warranties-main-section .filter-and-search {
    border-bottom: 1px solid #e5e5e5;
}

.warranties-main-section h1 {
    font-family: sans-serif;
    font-weight:700;
    font-size:24px;
    color: #545454;
    padding:15px;
}

.warranties-main-section .dropdown-toggle {
    border: 1px solid #cacaca;
    border-radius: 0;
    font-family: sans-serif;
}
/*END MY WARRANTIES*/

/*VIEW ORDER DETAILS*/
.order-details-main-section .order-details-content .final-price p{
    font-family: sans-serif;
    font-size: 16px;
    color: #474747;
    font-weight: 500;
}
.order-details-main-section .order-details-content .final-price span{
    font-family: sans-serif;
    font-size: 16px;
    color: #474747;
    font-weight: 700;
}

.order-details-main-section .order-details-content .final-price{
    padding: 20px;
}

.order-details-page .order-details-main-section .order-details-content .order-details-information .customer-order-details .customer-order-header h5 {
    font-family: sans-serif;
    font-size: 16px;
    color: #f27a21;
    font-weight: 700;
}

.order-details-page .order-details-main-section .order-details-content .order-details-information .customer-order-details {
    background: #ffff;
    padding: 25px 20px;
    border: 2px solid #f27621;
}

.order-details-page .order-details-main-section .order-details-content .order-details-information .customer-order-details .customer-order-content span {
    font-family: sans-serif;
    font-size: 16px;
    color: #6f6f6f;
    font-weight: 700;
}

.order-details-page .order-details-main-section .order-details-content .order-details-information .customer-order-details .billing a{
    font-family: sans-serif;
    font-size: 16px;
    color: #628cd8;
    font-weight: 700;
    border:2px solid #628cd8;
    text-align:center;
}

.order-details-page .order-details-main-section .order-details-content .order-details-information .customer-order-details .billing {
    height:143px;
}

.order-details-page .order-details-main-section .order-details-content .order-details-total p {
    font-family: sans-serif;
    font-size: 18px;
    color: #545454;
    font-weight: 700;
}

.order-details-page .order-details-main-section .order-details-content .order-details-total  {
    padding: 20px;
}

.order-details-page .order-details-main-section .order-details-content .order-details-total .order-details-total-price p {
    font-family: sans-serif;
    font-size: 16px;
    color: #545454;
    font-weight: 700;
    text-align: right;
}

.order-details-page .order-details-main-section .order-details-content .order-details-total{
    border-bottom: 1px solid #e5e5e5;
}

.order-details-page .order-details-main-section .order-details-content .order-details-total span {
    font-family: sans-serif;
    font-size: 16px;
    color: #f27620;
    font-weight: 700;
}

.order-details-page .order-details-main-section .order-details-content .order-details-information .customer-order-details .customer-order-content p {
    font-family: sans-serif;
    font-size: 16px;
    color: #474747;
    font-weight: 500;
}

.order-details-page .order-details-main-section .order-details-content .delivery-history .delivery-history-route .delivery-history-button p {
    font-family: sans-serif;
    font-size: 14px;
    color: #545454;
    font-weight: 500;
}

.order-details-page .order-details-header h1 {
    font-family: sans-serif;
    font-size: 24px;
    color: #545454;
    font-weight: 700;
    padding-left: 0;
}

.order-details-page .order-details-main-section .order-details-content {
    padding: 20px;
}

.order-details-page .order-details-main-section .order-details-content .delivery-history .delivery-details-image {
    border-right: 1px solid #e5e5e5;
}

.order-details-page .order-details-main-section .order-details-content .delivery-history p {
    font-family: sans-serif;
    font-size: 16px;
    color: #f27a21;
    font-weight: 700;
}

.order-details-page .order-details-main-section .order-details-content .delivery-history {
    padding: 20px;
    border-bottom: 1px solid #e5e5e5;

}

.order-details-page .order-details-main-section .order-details-content .order-details-information p {
    font-family: sans-serif;
    font-size: 14px;
    color: #545454;
    font-weight: 500;
}

.order-details-page .order-details-main-section .order-details-content .order-details-description-right p {
    font-family: sans-serif;
    font-size: 14px;
    color: #545454;
    font-weight: 700;
}

.order-details-page .order-details-main-section .order-details-content .order-details-information {
    background: #f9f9f9;
    padding: 40px;
}
/*END VIEW ORDER DETAILS*/

/*PERSONAL DATA*/
.delivery-adresses .form-control {
    border-radius: 0;
}

.delivery-adresses .form-select {
    border-radius: 0;
}

.modal-footer .modal-save-button {
    clip-path: polygon(14% 0, 100% 0, 100% 47%, 88% 100%, 0 100%, 0 52%);
    background: rgb(242,136,33);
    background: linear-gradient(61deg, rgba(242,136,33,1) 0%, rgba(242,136,33,1) 0%, rgba(242,118,33,1) 100%);
}

.modal-footer .modal-save-button .footer-save{
    color:#ffff;
    font-size: 14px;
    font-family: sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

.modal-footer .modal-cancel-button .footer-cancel{
    color:#f27b21;
    font-size: 14px;
    font-family: sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

.address-actions .modal-header h5 {
    font-size: 24px;
    font-family: sans-serif;
    font-weight: 700;
    color: #545454;
}

.address-actions .modal-body .modal-info {
    font-size: 14px;
    font-family: sans-serif;
    font-weight: 600;
    color: #1b1b1b;
}

.address-actions .modal-body label {
    font-size: 14px;
    font-family: sans-serif;
    font-weight: 600;
    color: #545454;
}

.personal-data-information .birthday-date-pick .education-level .dropdown-toggle {
    border: 1px solid #cacaca;
    border-radius: 0;
    font-family: sans-serif;
    text-align:left;
    background:white;
}

.delivery-adresses .personal-data-buttons p {
    text-align:center;
    border: 1px solid #cacaca;
    background-color: #ffffff;
}

.personal-data-information .persona-data-input {
    background-color: #f9f9f9;
}

.personal-data-main-section .delivery-adresses .btn-address{
    display:flex;
    align-items:center;
    justify-content: center;
}

.personal-data-main-section .delivery-adresses .btn-modify {
    color:#474747;
    font-size:16px;
    font-family: sans-serif;
    font-weight: 600;
    border-radius:0;
    text-align: center;
    padding: 5px 20px;
}

.personal-data-main-section .delivery-adresses h6 {
    color:#474747;
    font-size:16px;
    font-family: sans-serif;
    font-weight: 600;
}

.personal-data-main-section .delivery-adresses .address-details {
    background-color: #f9f9f9;
}

.personal-data-main-section .delivery-adresses p {
    color:#474747;
    font-size:14px;
    font-family: sans-serif;
    font-weight: 700;
}

.personal-data-main-section .delivery-adresses {
    padding:20px;
}

.personal-data-information .birthday-date-pick .dropdown-toggle {
    border: 1px solid #cacaca;
    border-radius: 0;
    font-family: sans-serif;
    text-align:left;
    background:white;
}

.personal-data-main-section .personal-data-information .personal-data-birthday {
    display: flex;
    align-items:center;
}

.personal-data-main-section h1 {
    font-family: sans-serif;
    font-weight: 700;
    font-size:24px;
    color: #545454;
    padding:15px;
}

.personal-data-main-section .modal-content {
    padding: 5px 30px 20px 30px;
}

.personal-data-main-section .modal-content .btn-close {
    opacity: 1;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23f27b21'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}
/*END PERSONAL DATA*/

/*SAFETY SETTINGS*/
.safety-settings-main .safety-settings-main-content .row {
    display: flex;
    align-items: center;
}

.safety-settings-main .safety-settings-main-content a {
    text-transform:uppercase;
    border: 2px solid #f27a21;
    text-decoration: none;
    text-align:center;
    font-size: 14px;
    color: #f27a21;
    padding:20px;
    display: block;
}

.safety-settings-main .safety-settings-main-content p {
    font-size:16px;
    font-family: sans-serif;
    font-weight:600;
    color: #545454;
    margin-bottom: 0;
}

.safety-settings-main .safety-settings-main-content h6 {
    font-size:20px;
    font-family: sans-serif;
    font-weight:700;
    color: #545454;
    margin-bottom: 5px;
}

.safety-settings-main .safety-settings-main-content {
    padding:50px;
    font-size:20px;
    font-family:sans-serif;
    font-weight:700;
    color: #545454;
}

.safety-settings-main h1 {
    font-family: sans-serif;
    font-size:24px;
    font-weight:700;
    color:#545454;
    border-bottom: 1px solid #e5e5e5;
    border-width:80%;
    padding:20px;
}
/*END SAFETY SETTINGS*/


/*SERVICE AND RETURN INDEX*/
.service-return-main-section .service-items .details-btn a {
    text-decoration: none;
}

.service-return-main-section .service-items .details-btn p {
    color:#f27621;
    border: 2px solid #f27621;
    text-align:center;
    padding:15px 0px 15px;
    font-size: 14px;
    font-family: sans-serif;
    font-weight:700;
    text-transform: uppercase;
    text-decoration:none;
}

.service-return-main-section .service-items h5 {
    color:#545454;
    font-family: sans-serif;
    font-weight:700;
    font-size:24px;
}

.service-return-main-section .service-items h5 > span {
    color:#f27620;
    font-family: sans-serif;
    font-weight:700;
    font-size:22px;
    text-decoration: underline;
}

.service-return-main-section .service-items p {
    font-family: sans-serif;
    font-size: 16px;
    font-weight: 600;
}

.service-return-main-section .service-items {
    padding:30px;
}

.service-return-main-section .recent-activity h5 {
    font-family: sans-serif;
    font-weight:700;
    color: #545454;
    text-align: center;
    font-size: 20px;
    position: relative;
}

.service-return-main-section .recent-activity h5:before {
    content: "";
    display: block;
    width: 39%;
    height: 1px;
    background: #e5e5e5;
    left: 0;
    top: 50%;
    position: absolute;
}

.service-return-main-section .recent-activity h5:after {
    content: "";
    display: block;
    width: 39%;
    height: 1px;
    background: #e5e5e5;
    right: 0;
    top: 50%;
    position: absolute;
}

.service-return-main-section .service-return-main-content .service-return-btn {
    background: #f27620;
    margin-bottom: -30px;
    width: 40%;
    margin-left:auto;
    margin-right:auto;
    text-decoration:none;
    clip-path: polygon(14% 0, 100% 0, 100% 47%, 88% 100%, 0 100%, 0 52%);
}

.service-return-main-section .service-return-main-content .service-return-btn a {
    text-decoration:none;
}

.service-return-main-section .service-return-main-content .service-return-btn i{
    float:right;
    display:flex;
    margin-top:2%;
}

.service-return-main-section .service-return-main-content  .service-return-btn h2 {
    font-size: 14px;
    text-transform: uppercase;
    padding: 15px;
    text-align: center;
    color: white;
    font-family: sans-serif;
    font-weight:700;
    text-decoration:none;
}

.service-return-main-section .service-return-main-content h6 {
    font-family: sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #545454;
}

.service-return-main-section h1 {
    font-family: sans-serif;
    font-weight:700;
    font-size:24px;
    color: #545454;
    padding:15px;
}

.service-return-main-section .service-return-main-content .return-section {
    display:flex;
    align-items:center;
    justify-content: center;
    background: #f9f9f9;
}

.service-return-main-section .service-return-main-content .service-section .service-return-content p, .service-return-main-section .service-return-main-content .service-section .service-return-content h6 {
    font-family: sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #545454;
    text-align:center;
}

.service-return-main-section .service-return-main-content .service-section {
    display:flex;
    align-items:center;
    justify-content: center;
    background: #f9f9f9;
}

.service-return-main-section .service-return-main-content {
    padding:20px;
}
/*END SERVICE AND RETURN INDEX*/

/*SERVICE AND RETURN MY RETURNS*/
.my-returns-page .my-returns-main-section .add-request  {
    border-bottom: 1px solid #c4c4c4;
    padding:15px;
}
.my-returns-page .my-returns-main-section h1 {
    font-family: sans-serif;
    font-weight:700;
    font-size:24px;
    color: #545454;
}

.my-returns-page .my-returns-main-section .service-items .details-btn a {
    text-decoration: none;
}

.my-returns-page .service-items .details-btn p {
    color:#f27621;
    border: 2px solid #f27621;
    text-align:center;
    padding: 15px 0 15px;
    font-size: 14px;
    font-family: sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
}

.my-returns-page .my-returns-main-section .add-return-request-btn a {
    text-decoration: none;
    clip-path: polygon(15% 0, 100% 0, 100% 60%, 85% 100%, 0 100%, 0 40%);
}

.my-returns-page .my-returns-main-section .add-return-request-btn p {
    color: #ffffff;
    background: #f27621;
    text-align: center;
    padding: 15px 30px 15px 30px;
    font-size: 14px;
    font-family: sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
}

.my-returns-page .my-returns-main-section .service-items h5 {
    color: #545454;
    font-family: sans-serif;
    font-weight: 700;
    font-size: 24px;
}

.my-returns-page .my-returns-main-section .service-items h5 > span {
    color: #f27620;
    font-family: sans-serif;
    font-weight: 700;
    font-size: 22px;
    text-decoration: underline;
}

.my-returns-page .my-returns-main-section .service-items p {
    font-family: sans-serif;
    font-size: 16px;
    font-weight: 600;
}

.my-returns-page .my-returns-main-section .service-items {
    padding:30px;
}
/*END SERVICE AND RETURN MY RETURNS*/

/*SERVICE AND RETURN RETURN DETAILS*/
.return-details-page .return-details-main-section .return-details-customer-service p{
    font-family: sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #545454;
}

.return-details-page .return-details-main-section .return-details-customer-service span{
    font-family: sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #1b1b1b;
}

.return-details-page .return-details-main-section  h2{
    font-family: sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #f27621;
}

.return-details-page .return-details-main-section .return-progress .return-advance .return-border{
    height: 50px;
    border-left: 4px solid #f27621;
    margin-left: 37px;
}

.return-details-page .return-details-main-section .return-progress .return-advance .return-point .return-point-title {
    font-family: sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #1b1b1b;
}

.return-details-page .return-details-main-section .return-progress .return-advance .return-point .return-point-date {
    font-family: sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #545454;
}

.return-details-page .return-details-main-section .return-details-information{
    border-left: 2px solid #e5e5e5;
}

.return-details-page .return-details-main-section .return-details-start p{
    font-family: sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #1b1b1b;
}

.return-details-page .return-details-main-section .return-details-header  {
    border-bottom: 1px solid #e5e5e5;
}

.return-details-page .return-details-main-section h1 {
    font-family: sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #545454;
}
/*END SERVICE AND RETURN RETURN DETAILS*/

/*SERVICE AND RETURN RETURN REQUEST*/
.service-request-page .service-request-main-section .service-request-btn {
    color: #f27b21;
    border: 2px solid #f27b21;
    text-align: center;
    font-size: 14px;
    padding: 12px 60px;
    font-family: sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 0;
}

.service-request-page .service-request-main-section .product-pick-up-details .product-pick-up-content{
    font-family: sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #1b1b1b;
}

.service-request-page .service-request-main-section .service-product-content .pagination{
    font-family: sans-serif;
    font-weight: 500;
    font-size: 13px;
    color: #a6a6a6;
}

.service-request-page .service-request-main-section .service-product-border {
    border-bottom: 1px solid #e2e2e2;
}

.service-request-page .service-request-main-section .service-product-content thead th{
    font-family: sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #545454;
}

.service-request-page .service-request-main-section .service-product-content .custom-radio p{
    font-family: sans-serif;
    font-weight: 600;
    font-size: 17px;
    color: #1b1b1b;
}

.service-request-page .service-request-main-section .service-product-header h2 > span {
    border: 1px solid #f27621;
    padding:5px 15px;
    color: white;
    background: rgb(242,136,33);
    background: linear-gradient(61deg, rgba(242,136,33,1) 0%, rgba(242,136,33,1) 0%, rgba(242,118,33,1) 100%);
    clip-path: polygon(20% 0, 100% 0, 100% 80%, 80% 100%, 0 100%, 0 20%);
}

.service-request-page .service-request-main-section .service-product-header h2 {
    font-family: sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #545454;
}

.service-request-page .service-request-main-section h1 {
    font-family: sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #545454;
}

.service-request-page .service-request-main-section .service-request-title  {
    border-bottom: 1px solid #e2e2e2;
    padding: 15px;
}
/*END SERVICE AND RETURN RETURN REQUEST*/

/*SERVICE AND RETURN - SERVICE*/
.service-return-second-main-section .vehicle-select .vehicle-type-tips p{
    font-family: sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #1b1b1b;
}

.service-return-second-main-section .service-warranty h4 {
    font-family: sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #545454;
}

.service-return-second-main-section .vehicle-select label {
    font-family: sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #f27620;
}

.service-return-second-main-section .service-warranty a {
    text-decoration: none;
}

.service-return-second-main-section .vehicle-select {
    padding: 20px;
}

.service-return-second-main-section .vehicle-select .mara{
    padding: 20px;
}

.service-return-second-main-section .vehicle-select .form-select{
    border-radius: 0;
}

.service-return-second-main-section .service-warranty .warranty-button-btn {
    font-family: sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #ffff;
    background: #f27620;
    border-radius: 0;
}

.service-return-second-main-section .service-warranty p{
    font-family: sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #545454;
}

.service-return-second-main-section .service-warranty {
    padding: 20px;
}

.service-return-second-main-section .financing {
    background: white;
    padding: 20px;
}

.service-return-second-main-section .financing h4 {
    font-family: sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #545454;
}

.service-return-second-main-section .financing p {
    font-family: sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #1b1b1b;
}

.service-return-second-main-section .service-items .details-btn a {
    text-decoration: none;
}

.service-return-second-main-section .service-location label {
    font-family: sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #f27620;
}

.service-return-second-main-section .service-location .form-group {
    width: 25%;
}

.service-return-second-main-section .service-location .form-group .form-control {
    border-radius: 0;
}

.service-return-second-main-section .service-location {
    padding: 30px 20px;
}

.service-return-second-main-section .service-items .details-btn p {
    color: #f27621;
    border: 2px solid #f27621;
    text-align: center;
    padding: 15px 0px 15px;
    font-size: 14px;
    font-family: sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
}

.service-return-second-main-section .service-items h5 {
    color: #545454;
    font-family: sans-serif;
    font-weight: 700;
    font-size: 24px;
}

.service-return-second-main-section .service-items .service-items-details {
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
}

.service-return-second-main-section .service-items h5 > span {
    color: #f27620;
    font-family: sans-serif;
    font-weight: 700;
    font-size: 22px;
    text-decoration: underline;
}

.service-return-second-main-section .service-items p {
    font-family: sans-serif;
    font-size: 16px;
    font-weight: 600;
}

.service-return-second-main-section .service-items {
    padding: 20px;
}

.service-return-second-main-section h1 {
    font-family: sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #545454;
}

.service-return-second-main-section .new-request-button a {
    font-family: sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    float: right;
    border-radius: 0;
    clip-path: polygon(15% 0, 100% 0, 100% 60%, 85% 100%, 0 100%, 0 40%);
    color: #ffffff;
    background: #f27621;
    text-align: center;
    padding: 15px 30px 15px 30px;
    font-weight: 700;
    text-decoration: none;
}

.service-return-second-main-section .service-second-header {
    padding: 20px;
    border-bottom: 1px solid #e5e5e5;
}
/*END SERVICE AND RETURN - SERVICE*/

/*SERVICE AND RETURN - SERVICE DETAILS*/
.service-details-page .service-details-main-section .contact-details-customer-service p{
    font-family: sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #545454;
}

.service-details-page .service-details-main-section .contact-details-customer-service span{
    font-family: sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #1b1b1b;
}

.service-details-page .service-details-main-section  h2{
    font-family: sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #f27621;
}

.service-details-page .service-details-main-section .service-progress .service-advance .service-border{
    height: 50px;
    border-left: 4px solid #f27621;
    margin-left: 37px;
}

.service-details-page .service-details-main-section .service-progress .service-advance .service-point .service-point-title {
    font-family: sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #1b1b1b;
}

.service-details-page .service-details-main-section .service-progress .service-advance .service-point .service-point-image-white {
    filter: drop-shadow(0px 0px 4px rgba(0,0,0,.4));
}

.service-details-page .service-details-main-section .service-progress .service-advance .service-point .service-point-date {
    font-family: sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #545454;
}

.service-details-page .service-details-main-section .service-progress .service-progress-content{
    border-right: 2px solid #e5e5e5;
}

.service-details-page .service-details-main-section .service-details-start p{
    font-family: sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #1b1b1b;
}

.service-details-page .service-details-main-section .service-details-header  {
    border-bottom: 1px solid #e5e5e5;
}

.service-details-page .service-details-main-section h1 {
    font-family: sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #545454;
}
/*END SERVICE AND RETURN - SERVICE DETAILS*/

/*SERVICE AND RETURN - SERVICE REQUEST*/
.service-request-page .service-request-main-section .service-request-btn {
    color: #f27b21;
    border: 2px solid #f27b21;
    text-align:center;
    font-size: 14px;
    padding: 12px 60px;
    font-family: sans-serif;
    font-weight:700;
    text-transform: uppercase;
    text-decoration:none;
    border-radius: 0;
}

.service-request-page .service-request-main-section .product-pick-up-details .product-pick-up-content{
    font-family: sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #1b1b1b;
}

.service-request-page .service-request-main-section .service-product-content .service-request-pagination {
    font-family: sans-serif;
    font-weight: 500;
    font-size: 13px;
    color: #a6a6a6;
}

.service-request-page .service-request-main-section .service-product-border {
    border-bottom: 1px solid #e2e2e2;
}

.service-request-page .service-request-main-section .service-product-content .service-product-information p{
    font-family: sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #545454;
}

.service-request-page .service-request-main-section .service-product-content .service-product-information .custom-radio p{
    font-family: sans-serif;
    font-weight: 600;
    font-size: 17px;
    color: #1b1b1b;
}

.service-request-page .service-request-main-section .service-product-header h2 > span {
    border: 1px solid #f27621;
    padding:5px 15px;
    color:white;
    background: rgb(242,136,33);
    background: linear-gradient(61deg, rgba(242,136,33,1) 0%, rgba(242,136,33,1) 0%, rgba(242,118,33,1) 100%);
}

.service-request-page .service-request-main-section .service-product-header h2 {
    font-family: sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #545454;
}

.service-request-page .service-request-main-section h1 {
    font-family: sans-serif;
    font-weight:700;
    font-size:24px;
    color: #545454;
}

.service-request-page .service-request-main-section .service-request-title  {
    border-bottom: 1px solid #e2e2e2;
    padding:15px;
}
/*END SERVICE AND RETURN - SERVICE REQUEST*/

/*AUTH CUSTOMER LOGIN*/
.auth-content {
    margin: auto;
    width: 100%;
    max-width: 464px;
    background: #faf9f9;
    padding: 25px;
}

.auth-content .continue {
    clip-path: polygon(8% 0, 100% 0, 100% 50%, 92% 100%, 0 99%, 0 50%);
    background-color: #f28821;
    border: none;
    color: white;
    padding: 17px 16px;
    font-size: 15px;
    cursor: pointer;
    width:100%;
    font-family: sans-serif;
    font-weight: 700;
    border-radius: 0;
}

.auth-content .continue:hover {
    background-color: #b15c07;
}

.auth-content p.text{
    font-family: sans-serif;
    font-weight: 700;
    text-align:center;
    font-size:22px;
}

.auth-content .email{
    font-family: sans-serif;
    text-align:center;
}

.order-main-page .order-main-section h1 {
    font-family: sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #545454;
    padding-left: 0;
}

.order-main-page .order-main-section .order-main-content h2 {
    font-family: sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #f27621;
}


.order-main-page .order-main-section .order-main-content {
    background-color: #f9f9f9;
}

.order-main-page .order-main-section .order-main-content p {
    font-family: sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: #545454;
}

.order-main-page .order-main-section .order-main-content span {
    font-family: sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: #545454;
}

.order-main-page .order-main-section .filter-and-search .search-reviews i {
    top: 50%;
    right: 10%;
    transform: translate(50%,-50%);
    color: #8d8d8d;
    border-radius: 0;
}

.auth-content p.account{
    font-family: sans-serif;
    font-weight: 700;
    text-align:center;
    font-size:16px;
}

.auth-content h5.login {
    font-family: sans-serif;
    color: #a2a2a2;
    text-align: center;
    font-size: 16px;
    position: relative;
}

.auth-content h5.login:before {
    content: "";
    display: block;
    width: 43%;
    height: 1px;
    background: #dbdbdb;
    left: 0;
    top: 50%;
    position: absolute;
}

.auth-content h5.login:after {
    content: "";
    display: block;
    width: 43%;
    height: 1px;
    background: #dbdbdb;
    right: 0;
    top: 50%;
    position: absolute;
}

.auth-content h5 {
    font-family: sans-serif;
    color: #a2a2a2;
    text-align: center;
    font-size: 16px;
    position: relative;
}

.auth-content .btn-fb {
    background-color: #3B5998;
    width: 100%;
    border-radius: 0;
    font-family: sans-serif;
    padding: 15px;
    color: white;
    position: relative;
}

.auth-content .btn-fb:hover {
    color: white;
}

.auth-content .btn-fb span {
    position: absolute;
    left: 20px;
}

.auth-content .btn-fb span:after {
    border-right: 1px solid #828da6;
    content: "";
    padding: 10px;
}

.auth-content .btn-google {
    background-color: #dd4b39;
    width: 100%;
    border-radius: 0;
    font-family: sans-serif;
    padding: 15px;
    color: white;
    position: relative;
}

.auth-content .btn-google:hover {
    color: white;
}

.auth-content .btn-google span {
    position: absolute;
    left: 14px;
}

.auth-content .btn-google span:after {
    border-right: 1px solid #828da6;
    content: "";
    padding: 9px;
}

.auth-content .btn-apple {
    background-color:black;
    width: 100%;
    border-radius: 0;
    font-family: sans-serif;
    padding: 15px;
    color: white;
    position: relative;
}

.auth-content .btn-apple:hover {
    color: white;
}

.auth-content .btn-apple span {
    position: absolute;
    left: 14px;
}

.auth-content .btn-apple span:after {
    border-right: 1px solid #828da6;
    content: "";
    padding: 9px;
}
/*END AUTH CUSTOMER LOGIN*/

/*AUTH CUSTOMER SIGN UP*/
.auth-content-signup {
    margin: auto;
    width: 100%;
    max-width: 464px;
    background: #faf9f9;
    padding: 25px;
}

.auth-content-signup .continue {
    clip-path: polygon(8% 0, 100% 0, 100% 50%, 92% 100%, 0 99%, 0 50%);
    background-color: #f28821;
    border: none;
    color: white;
    padding: 17px 16px;
    font-size: 15px;
    cursor: pointer;
    width:100%;
    font-family: sans-serif;
    font-weight: 700;
    border-radius: 0;
}

.auth-content-signup .tacbox {
    width:100%;
    padding-right:10px;
    font-family: sans-serif;
    font-size: 12px;
    display:flex;
    position:relative;
    line-height: 1.4em;
    font-weight:700;
}

.auth-content-signup .tacbox label {
    color: #f27621;
}

.auth-content-signup p.placeholder{
    font-family: sans-serif;
    color: #a2a2a2;
    text-align: center;
    font-size: 16px;
    position: relative;
}

.auth-content-signup .continue:hover {
    background-color: #b15c07;
}

.auth-content-signup p.text{
    font-family: sans-serif;
    font-weight: 700;
    text-align:center;
    font-size:22px;
}

.auth-content-signup .email{
    font-family: sans-serif;
    text-align:center;
    font-weight: 700;
}

.auth-content-signup p.account{
    font-family: sans-serif;
    font-weight: 700;
    text-align:center;
    font-size:16px;
}

.auth-content-signup h5.create {
    font-family: sans-serif;
    font-weight: 700;
    color: black;
    text-align: center;
    font-size: 16px;
    position: relative;
}

.auth-content-signup h6 {
    font-family: sans-serif;
    color: #a2a2a2;
    text-align: center;
    font-size: 16px;
    position: relative;
}

.auth-content-signup .btn-fb {
    background-color: #3B5998;
    width: 100%;
    border-radius: 0;
    font-family: sans-serif;
    padding: 15px;
    color: white;
    position: relative;
}
/*END AUTH CUSTOMER SIGN UP*/

/*AUTH FORGET PASSWORD*/
.auth-content-forget {
    margin: auto;
    width: 100%;
    max-width: 464px;
    background: #faf9f9;
    padding: 25px;
}

.auth-content-forget .continue {
    clip-path: polygon(8% 0, 100% 0, 100% 50%, 92% 100%, 0 99%, 0 50%);
    background-color: #f28821;
    border: none;
    color: white;
    padding: 17px 16px;
    font-size: 15px;
    cursor: pointer;
    width:100%;
    font-family: sans-serif;
    font-weight: 700;
    border-radius: 0;
}
/*END AUTH FORGET PASSWORD*/

/*AUTH INPUT PASSWORD*/
.auth-content-input-password input[type=checkbox] {
    transform: scale(1.5);
}

.auth-content-input-password img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.auth-content-input-password {
    margin: auto;
    width: 100%;
    max-width: 464px;
    background: #faf9f9;
    padding: 25px;
}

.auth-content-input-password .continue {
    clip-path: polygon(8% 0, 100% 0, 100% 50%, 92% 100%, 0 99%, 0 50%);
    background-color: #f28821;
    border: none;
    color: white;
    padding: 17px 16px;
    font-size: 15px;
    cursor: pointer;
    width: 100%;
    font-family: sans-serif;
    font-weight: 700;
    border-radius: 0;
}

.auth-content-input-password .tacbox {
    width: 100%;
    font-family: sans-serif;
    font-size: 12px;
    line-height: 1.4em;
    font-weight: 700;
}

.auth-content-input-password .terms{
    color: #f27621;
    margin-left: 15px;
    display: inline;
    text-decoration: none;
}

.auth-content-input-password p.forget{
    margin-left: 50px;
    color: #f27621;
    display: inline-block;
}

.auth-content-input-password p.placeholder{
    font-family: sans-serif;
    color: #a2a2a2;
    text-align: center;
    font-size: 16px;
    position: relative;
}

.auth-content-input-password .continue:hover {
    background-color: #b15c07;
}

.auth-content-input-password p.thick{
    font-family: sans-serif;
    font-weight: 700;
    text-align: center;
    font-size: 22px;
}

.auth-content-input-password  .email{
    font-family: sans-serif;
    text-align: center;
    font-weight: 700;
}

.auth-content-input-password  p.account{
    font-family: sans-serif;
    font-weight: 700;
    text-align: center;
    font-size: 16px;
}
/*END AUTH INPUT PASSWORD*/

/*CART INDEX*/
.add-to-cart-main-section .price-section h2 span.actual-price-text {
    font-family: sans-serif;
    font-size: 26px;
    font-weight: 700;
    color:#f27621;
}

.add-to-cart-main-section .price-section h2 span {
    font-family: sans-serif;
    font-size: 14px;
    font-weight: 700;
    color:black;
}

.add-to-cart-main-section .add-delete .btn{
    font-family: sans-serif;
    font-size: 14px;
    font-weight: 600;
    color:#142b78;
}

.add-to-cart-main-section .items-left .btn {
    color:#f27621;
    font-family: sans-serif;
    font-size: 16px;
    font-weight: 700;
    border: 1px solid #b0b0b0;
    border-radius: 20px;
    padding: 7px 25px;
}

.add-to-cart-main-section .items-left p{
    color:#4a4a4a;
    font-family: sans-serif;
    font-size: 14px;
    font-weight: 700;
}

.add-to-cart-main-section {
    padding:20px;
}

.add-to-cart-main-section .product-name h5 a{
    font-family: sans-serif;
    font-size: 24px;
    font-weight:700;
    color: #545454;
    text-decoration: none;
}

.add-to-cart-main-section .product-name p{
    font-family: sans-serif;
    font-size: 12px;
    font-weight:600;
    color: #545454;
}

.order-summary-section .accordion .accordion-body .btn{
    border: 2px solid #f27621;
    color: #f27621;
    font-size: 14.4px;
    cursor: pointer;
    font-family: sans-serif;
    font-weight:700;
    border-radius: 0;
    text-transform: uppercase;
    width:100%;
}

.order-summary-section .accordion .accordion-button {
    color: #545454;
    font-size: 14px;
    cursor: pointer;
    font-family: sans-serif;
    font-weight:700;
    border-radius: 0;
}

.order-summary-section .order-summary h5 {
    font-family: sans-serif;
    font-size: 18px;
    color: #545454;
    font-weight: 700;
}

.order-summary-section .order-summary .order-summary-subtotals p{
    font-family: sans-serif;
    font-size: 16px;
    color: #545454;
    font-weight: 600;
}

.order-summary-section .order-summary .order-summary-total p{
    font-family: sans-serif;
    font-size: 24px;
    color: #545454;
    font-weight: 700;
}

.order-summary-section .order-summary .order-summary-subtotals span{
    font-family: sans-serif;
    font-size: 14px;
    font-weight: 600;
}

.order-summary-section .order-summary{
    padding: 15px;
}

.order-summary-section .order-summary .btn-continue{
    background: rgb(242,136,33);
    background: linear-gradient(61deg, rgba(242,136,33,1) 0%, rgba(242,118,33,1) 100%);
    border: none;
    color: white;
    padding: 13px;
    width: 100%;
    font-size: 14.4px;
    cursor: pointer;
    font-family: sans-serif;
    font-weight:700;
    border-radius: 0;
    text-transform: uppercase;
}

.product-radio p{
    font-family: sans-serif;
    font-size: 12px;
    font-weight:600;
    color: #545454;
}
/*END CART INDEX*/

/*CATEGORY INDEX*/
.right-section .favorite-icon .category-product-favorite{
    color:#c5c5c5;
    border:none;
    background:transparent;
    transform:scale(1.3);
}

.right-section .favorite-icon .category-product-favorite:hover{
    box-shadow: none!important;
}

.category-product-favorite{
    margin: auto;
    display: table;
}


.category-product-header-right-side .category-product-favorite{
    padding: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    color:#8f8f8f;
    border:none;
    background:transparent;

}

.category-product-header .category-product-header-right-side .custom-checkbox-categories input[type="checkbox"]{
    color: #8f8f8f;
}

.category-product-favorite .fa{
    color:#f22621;
}

.category-background-image {
    position: absolute;
}

.category-questions .accordion {
    width: 70%;
    position:relative;
}

.category-questions .accordion .accordion-item .accordion-button{
    color:white;
    font-family: sans-serif;
    font-size: 18px;
    font-weight: 500;
    background: linear-gradient(61deg, rgba(242,136,33,1) 0%, rgba(242,133,33,1) 47%, rgba(242,118,33,1) 100%);
}

.category-questions .accordion-item {
    background-color: transparent;
}

.category-questions .accordion-body {
    padding: 1rem 2.25rem;
    background: linear-gradient(to bottom, rgba(255,255,255,0.1) 0%,rgba(255,255,255,0.8) 20%, rgba(255,255,255,1) 100%);
}

.category-questions .accordion-header {
    margin-bottom: 0;
    padding: 0;
    position: relative;
    clip-path: polygon(0 0, 97% 0, 100% 35%, 100% 100%, 3% 100%, 0% 65%);
    border-radius: 0;
}

.category-questions {
    max-width:100%;
    text-align:center;
    overflow: hidden;
    position: relative;
}

.category-questions img {
    width:100%;
    height:100%;
    object-fit:cover;
}

.categoryFilterSort a {
    color: #545454;
    outline: none;
    font-family: sans-serif;
    font-size: 16px;
    font-weight: 700;
    padding: 5px 19px;
    text-decoration: none;
}

.category-filter-and-sort .category-product-count h1 {
    font-family: sans-serif;
    font-size: 24px;
    color: #545454;
    font-weight: 700;
    padding-left: 0!important;
    margin-bottom: 0!important;
    line-height: 1;
}

.category-filter-and-sort .category-alignment{
    font-family: sans-serif;
    font-size: 16px;
    color: #545454;
    font-weight: 500;
}

.category-filter-and-sort .filter-and-sort{
    font-family: sans-serif;
    font-size: 16px;
    color: #545454;
    font-weight: 500;
    display:flex;
    align-items: center;
    justify-content: end;
}

.category-filter-and-sort .category-product-count p {
    font-family: sans-serif;
    font-size: 18px;
    color: #545454;
    font-weight: 500;
    line-height: 1;
}

#categoryFilters .accordion-header p{
    background: white;
    color: #545454;
    font-family: sans-serif;
    font-size: 16px;
    font-weight: 600;
}

#categoryFilters .delete-all-filters{
    background: white;
    color: #545454;
    font-family: sans-serif;
    font-size: 16px;
    font-weight: 600;
    border: 1px solid #cfcfcf;
}

.category-product-content .category-button {
    background: rgb(242,124,33);
    background: linear-gradient(61deg, rgba(242,124,33,1) 0%, rgba(242,118,33,1) 100%);
    margin-bottom: -33px;
    width: 62%;
    margin-left: 66px;
    color:white;
    box-shadow: 00px 0px 10px  #fa7100;
    text-align: center;
}

.category-product-content .category-button .btn {
    font-family: sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    padding: 12px 20px;
    margin: 0;
    color:white;
}

.category-product-content .category-price-details h6{
    font-family: sans-serif;
    font-size: 26px;
    font-weight: 700;
    color: #f27721;
    text-align: center;
    margin-bottom: 0;
}

.category-product-content .category-price-details p{
    font-family: sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #878787;
    position: relative;
    display: table;
    width: fit-content;
    margin:auto;
}

.category-product-content .category-price-details p:before{
    content: "";
    width: 106%;
    height: 2px;
    background: #f27721;
    position: absolute;
    left: -1px;
    display: block;
    transform: rotate(9deg);
    top: 0;
    bottom: 0;
    margin: auto;
}

.category-product-content p{
    font-family: sans-serif;
    font-size: 14px;
    font-weight: 700;
}

.category-product-content p > span{
    font-family: sans-serif;
    font-size: 14px;
    font-weight: 500;
    padding-top:9px;
}

.category-product-content .favorites-details .favorites-body .rating-stars-number p {
    color:#1b1b1b;
    font-family: sans-serif;
    font-size: 14px;
    font-weight: 700;
    padding-top: 9px;
}

.category-product-bottom hr {
    margin-right: calc(var(--bs-gutter-x) * -.67);
    margin-left: calc(var(--bs-gutter-x) * -.67);
}

.category-product-content .favorites-details {
    border-bottom: 1px solid #e5e5e5;
}

.category-product-content .favorites-details .rating-stars .fa {
    color: #f2c321;
    font-size: 18px;
}

.category-product-content .category-rating .reviews-count{
    font-size: 14px;
    font-family: sans-serif;
    font-weight: 500;
    color: #878787;
}

.category-product-content .favorites-details .rating-stars .selected {
    color: #f2c321;
}

.category-product-content .favorites-details .rating-stars .hover {
    color: #f2c321;
}

.category-product-content h2 {
    font-family: sans-serif;
    font-size: 18px;
    color: #181818;
    font-weight: 700;
}

.category-product-content {
    background: white;
    position: relative;
}

.category-rating .rating-stars{
    color: #f2c321;
}

.category-rating .rating-stars .reviews-count{
    color: #878787;
}

.custom-checkbox-categories input[type="checkbox"] {
    transform: scale(1.2);
}

.custom-checkbox-categories input[type="checkbox"] {
    appearance: none;
    background-color: rgb(255, 255, 255);
    margin: 0;
    font: inherit;
    color: #c5c5c5;
    width: 1.15em;
    height: 1.15em;
    border: 1px solid currentColor;
    border-radius: 0;
    transform: translateY(-0.075em);
    display: grid;
    place-content: center;
    cursor: pointer;
}

.custom-checkbox-categories input[type="checkbox"]:checked {
    background: rgb(242,124,33);
    background: linear-gradient(61deg, rgba(242,124,33,1) 0%, rgba(242,118,33,1) 100%);
    color: #f28821;
    border: none;
}

.custom-checkbox-categories input[type="checkbox"]:before {
    content: "";
    width: 0.65em;
    height: 0.65em;
    background-color: white;
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}

.custom-checkbox-categories {
    font-size: 14px;
    font-family: sans-serif;
    color: #474747;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
}

.sliderReviews .reviewSlider .swiper-slide .swiper-title-block .fa-star {
    color:#f2c321;
}

.category-background-image .accordion-button p{
    background:white;
    color:#545454;
    font-family: sans-serif;
    font-size: 16px;
    font-weight: 600;
}

.category-filter-and-sort .filter-and-sort .dropdown-toggle {
    color: #545454;
    outline: none;
    font-family: sans-serif;
    font-size: 16px;
    font-weight: 600;
    border: 1px solid #cfcfcf;
    padding: 3px 19px;
    background:white;
    border-radius: 0;
}

.sliderReviews .reviewSlider .swiper-slide {
    background: initial;
}

.sliderReviews .swiper {
    padding: 4px;
}

.sliderReviews .swiper-slide .swiper-title {
    background: rgb(242,136,33);
    background: linear-gradient(61deg, rgba(242,136,33,1) 0%, rgba(242,133,33,1) 47%, rgba(242,118,33,1) 100%);
    padding: 10px 25px;
    position: relative;
    clip-path: polygon(0 0, 85% 0, 100% 45%, 100% 100%, 14% 100%, 0% 50%);
}

.sliderReviews .swiper-slide .swiper-title p{
    font-family: sans-serif;
    font-size: 20px;
    font-weight: 600;
    color:white;
}

.sliderReviews .swiper-slide .swiper-title-block {
    box-shadow: -2px 0 0 #f27a21, 2px 37px 0 #f27a21;
    border-top-right-radius: 3px;
}

.sliderReviews .swiper-slide .swiper-review-text-block{
    background-color: transparent;
    position: relative;
    border: none;
    filter: drop-shadow(1px 1px 0px #f27a21) drop-shadow(0px 2px 0px #f27a21) drop-shadow(-2px 0px 0px #f27a21) drop-shadow(0px 0px 0px #f27a21) drop-shadow(1.5px 0px 0px #f27a21);
}

.sliderReviews .swiper-slide .review-text {
    clip-path: polygon(0 0, 100% 0, 100% 50%, 100% 100%, 14% 100%, 0 77%);
}

.sliderReviews .swiper-slide .review-text{
    padding: 20px 40px 20px 40px;
    height: 166px;
    background-color: #f1f1f1;
    color:#1c1c1c;
    font-family:sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-align: left;
}

.reviewSlider {
    width: 100%;
    height: 100%;
}

.reviewSlider .swiper-slide {
    font-size: 18px;
}

.reviewSlider .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.category-filter-and-sort .delete-all-filters {
    background:white;
    color:#545454;
    font-family: sans-serif;
    font-size: 16px;
    font-weight: 600;
    border: 1px solid #cfcfcf;
}

.category-filter-and-sort .delete-all-filters .btn > p{
    background:white;
    color:#545454;
    font-family: sans-serif;
    font-size: 16px;
    font-weight: 600;
}

.category-filter-and-sort .delete-all-filters .btn > p > i{
    color:red;
    float:end;
    padding-top: 4px;
}

.category-title{
    font-family:sans-serif;
    font-size: 24px;
    font-weight: 700;
    color:#171717;
}

.category-product-bottom .view-details a{
    text-decoration: none;
}

.category-product-bottom .view-details {
    filter: drop-shadow(0px 0px 4px rgba(242, 131, 33, 1));
    margin-bottom: -40px;
}

.category-product-bottom .view-details a {
    clip-path: polygon(14% 0, 100% 0, 100% 47%, 88% 100%, 0 100%, 0 52%);
    text-decoration: none;
}

#categoryFilters .accordion {
    border: 1px solid #cfcfcf;
}

.category-section .category-product .category-product-content {
    border: 1px solid #cfcfcf;
}

.category-questions .accordion .accordion-item .accordion-button::after{
    filter: invert(1);
}

.category-questions .accordion .accordion-item .accordion-button:not(.collapsed)::after{
    filter: initial;
}

.category-questions .accordion .accordion-item .accordion-button{
    background: #343434;
}
/*END CATEGORY INDEX*/

/*COMPARE INDEX*/
.compare-page .table-compare .product-title{
    color: #f27a21;
    font-family:sans-serif;
    height: 60px;
    text-align: center;
    overflow: hidden;
}

.compare-page h1 {
    font-family: sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: #545454;
}

.table-compare .view-details {
    filter: drop-shadow(0px 0px 4px rgba(242, 131, 33, 1));
}

.table-compare .view-details a {
    clip-path: polygon(14% 0, 100% 0, 100% 47%, 88% 100%, 0 100%, 0 52%);
    text-decoration: none;
    font-family:sans-serif;
    font-weight: 700;
}
/*END COMPARE INDEX*/

/*EVENT INDEX*/
.event-section .future-events-decription .future-event-details p {
    font-family: sans-serif;
    font-size: 16px;
    color: #1b1b1b;
    font-weight: 700;
}

.event-section .future-events-decription p {
    font-family: sans-serif;
    font-size: 16px;
    color: #545454;
    font-weight: 600;
}

.event-section .event-section-header .filter-year-title {
    color: #f27a21;
    outline: none;
    font-family: sans-serif;
    font-size: 19px;
    font-weight: 700;
    padding: 5px 19px;
    text-decoration: none;
}

.event-section .event-section-header .dropdown-toggle {
    color: #f27a21;
    outline: none;
    font-family: sans-serif;
    font-size: 19px;
    font-weight: 700;
    border: 4px solid white;
    padding: 3px 19px;
    background:white;
    border-radius: 0;
}

.event-section .news-article-sidebar-headline {
    margin-bottom: -30px;
    width: 90%;
    margin-left: 20px;
    clip-path: polygon(8% 0, 65% 0, 100% 0%, 93% 100%, 0 108%, 0 51%);
    z-index: 2;
}

.event-section .news-article-sidebar-headline h2 {
    text-transform: uppercase;
    padding-left: 40px;
    margin: 0;
    text-align: start;
    color: white;
    background: linear-gradient(135deg, #f28821 0%, #f27621 100%);
    font-size: 16px;
    font-family: sans-serif;
    font-weight: 700;
}

.event-section .news-article-sidebar {
    background:white;
}

.event-section .box-avatar-event {
    position: relative;
}

.event-section .box-avatar-event > i {
    position: absolute;
    background: white;
    top: 20px;
    left: 0;
    clip-path: polygon(0 0, 100% 0, 100% 61%, 81% 100%, 0 98%, 0% 50%);
}

.event-catalogue .box-avatar-event .box-start-end-date{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    background: white;
    top: 20px;
    left: 0;
    clip-path: polygon(0 0, 100% 0, 100% 60%, 85% 100%, 0 100%, 0% 50%);
}

.event-section .box-avatar-event i > span {
    font-family: sans-serif;
    color: #1b1b1b;
    padding-left: 5px;
    font-weight: 600;
}

.event-section .event-catalogue-content {
    border-top: 0;
    background: #f1f1f1;
}

.event-section .event-box{
    border-left: 2px solid white;
    border-right: 2px solid white;
    border-bottom: 2px solid white;
    height: 100%;
    border-top-right-radius: 12%;
}

.event-section .event-catalogue-content .event-catalogue-description span *{
    font-family: sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #1b1b1b;
    height: 50px;
    overflow: hidden;
}

.event-section .event-catalogue-content p {
    font-family: sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #1b1b1b;
}

.event-section .event-catalogue-content a {
    font-family: sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #f27621;
    text-transform: uppercase;
}

.event-section .more-events a {
    font-family: sans-serif;
    font-weight: 700;
    font-size:14px;
    color: #f27621;
    text-transform: uppercase;
}

.event-section .more-events {
    border-top:2px solid #f1f1f1;
}

.event-section .event-catalogue .box-avatar-event {
    width:100%;
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    overflow: hidden;
}

.event-section .event-catalogue {
    background: white;
    position: relative;
}

.event-section .event-catalogue img {
    display: table;
    margin: auto;
    height: 250px;
    object-fit: contain;
}

.event-section .future-event-catalogue .box-avatar-event {

    width:100%;
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    overflow: hidden;
}

.event-section .future-event-catalogue .box-avatar-event a{
    box-shadow: 0 1px 4.7px 5.3px rgb(0 0 0 / 7%);
}

.event-section .future-event-catalogue {
    background: white;
    position: relative;
    border-left: 2px solid #fff;
}

.event-section .future-event-catalogue img {
    display: table;
    margin: auto;
}

.event-section .event-catalogue::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    border-left: 26px solid #f1f1f1;
    border-right: 26px solid #f1000000;
    border-bottom: 26px solid #f1f1f1;
    border-top: 26px solid #f1f1f100;
}

.event-section .event-catalogue::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    border-left: 26px solid #20090900;
    border-right: 26px solid #f1f1f1;
    border-bottom: 26px solid transparent;
    border-top: 26px solid #f1f1f1;
}

.event-section .future-event-catalogue::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    border-left: 10px solid #fff;
    border-right: 10px solid #f1000000;
    border-bottom: 10px solid #ffff;
    border-top: 10px solid #f1f1f100;
}

.event-section .future-event-catalogue::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    border-left: 10px solid #20090900;
    border-right: 10px solid #ffff;
    border-bottom: 10px solid transparent;
    border-top: 10px solid #ffff;
}

.event-section .event-section .event-section-header h1{
    font-family: sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #545454;
}


/* Start calendar */


.event-section .see-more-details {
    padding: 10px;
    border: 1px solid #FC7F29;
    border-radius: 10px;
    width: 50%;
    margin-right: 15px;
    margin-left: 15px;
    background: #FC7F29;
    color: #fff;
    text-transform: uppercase;
}

.event-section .see-more-details i {
    margin-left: 5px;
}

.event-section .see-more-details:hover {
    background: #fff;
    color: #FC7F29;
}

.event-section .container-custom {
    width: 80%;
    display: table;
    margin: 20px auto;
    background: #fff;
    padding: 25px;
    border-radius: 5px;
    box-shadow: 0 0 10px 0 rgb(86 86 86 / 20%);
}

.event-section .events-title {
    margin: auto;
    text-align: center;
    text-transform: uppercase;
    text-shadow: -1px 2px 5px #000;
    color: #fff;
    font-weight: bold;
}

.event-section #calendar {
    margin: 30px auto;
}

.event-section .fc-h-event .fc-event-main-frame {
    flex-direction: column;
}

.event-section .fc-direction-ltr .fc-daygrid-event .fc-event-time {
    font-size: 12px;
}

.event-section .event-header {
    margin-top: 30px;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.event-section .event-icon{
    background: #2CAF1E;
    border-radius: 10px;
    font-weight: bold;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 40%;
    padding: 5px;
    font-size: 14px;
}

.event-section .event-icon i{
    font-size: 20px;
    color: #fff;
}

.event-section .event-icon-second{
    width: 40%;
    background: #BB2815;
    border-radius: 10px;
    font-weight: bold;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 5px;
    font-size: 14px;
}

.event-section .event-icon-second i{
    font-size: 20px;
    color: #fff;
}

.event-section .event-image-link {
    margin: auto;
}

.event-section .event-image-link img {
    margin: auto;
}

.event-section .event-description {
    height: 70px;
}

.event-section .event-heade-title {
    margin: 0 !important;
    height: 60px;
    font-size: 20px;
}

.event-section .eventPopup {
    position: absolute;
    width: 170px;
    background: #fff;
    box-shadow: 0px 0px 6px 0px #000;
    border-radius: 4px;
    text-align: center;
    z-index: 20000;
    padding: 10px;
}

.event-section .eventPopup img {
    width: 100%;
}

.event-section .eventPopup a {
    font-size: 16px;
    color: #444;
    white-space: break-spaces;
}
.event-section .fc-toolbar-title {
    text-transform: uppercase;
    padding:10px;
    font-family:sans-serif;
    font-size: 24px;
    color: #f27b21;
    font-weight: 700;
}

.event-section .event-image-link {
    margin: auto;
    height: 500px !important;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.event-section .abs-align-right-show {
    right: 0 !important;
    left: inherit !important;
    display: block;
}

.event-section .fc-day-today .fc-daygrid-day-number {
    background: #f27b21;
    border-radius: 50%;
    color: white;
    font-family: sans-serif;
    width: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.event-section .fc .fc-daygrid-day-number {
    position: relative;
    z-index: 4;
    padding: 4px;
    text-decoration: none;
}

.event-section .fc .fc-col-header-cell-cushion {
    display: inline-block;
    padding: 2px 4px;
    text-decoration: none;
    font-family: sans-serif;
    text-transform: uppercase;
    font-size: 14px;
}

.event-section .fc .fc-daygrid-day.fc-day-today {
    background-color: #ffff!important;
}

.event-section button.fc-today-button.fc-button.fc-button-primary {
    color: #0f0f0f!important;
    font-family: sans-serif;
    background:none;
    border:2px solid black;
    border-radius: 0;
    padding:6px 35px;
}

.event-section button.fc-prev-button.fc-button.fc-button-primary {
    background: white;
    border: none;
}

.event-section button.fc-next-button.fc-button.fc-button-primary {
    background: white;
    border: none;
}

.event-section span.fc-icon.fc-icon-chevron-left {
    color:#545454;
}

.event-section span.fc-icon.fc-icon-chevron-right {
    color:#545454;
}

.event-section .fc .fc-toolbar.fc-header-toolbar {
    margin: 1em!important;
}
/*END EVENT INDEX*/

/*EVENT SHOW*/
.event-section .current-event-main-section .current-event-description h1 {
    font-family:sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #1b1b1b;
}

.event-section .current-event-main-section .current-event-description p {
    font-family:sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #1b1b1b;
}

.event-section .current-event-main-section .more-events a {
    font-family: sans-serif;
    font-weight: 700;
    font-size:14px;
    color: #f27621;
    text-transform: uppercase;
}

.event-section .current-event-main-section .buy-ticket a {
    font-family: sans-serif;
    font-weight: 700;
    font-size:15px;
    color: #f27621;
    text-transform: uppercase;
}

.event-section .current-event-main-section .more-events  {
    border-top:2px solid #f1f1f1;
}

.event-section .future-event-catalogue::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    border-left: 10px solid #fff;
    border-right: 10px solid #f1000000;
    border-bottom: 10px solid #ffff;
    border-top: 10px solid #f1f1f100;
}

.event-section .future-event-catalogue::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    border-left: 10px solid #20090900;
    border-right: 10px solid #ffff;
    border-bottom: 10px solid transparent;
    border-top: 10px solid #ffff;
}

.event-section .future-events-decription .future-event-details p {
    font-family: sans-serif;
    font-size: 16px;
    color: #1b1b1b;
    font-weight: 700;
}

.event-section .future-events-decription p {
    font-family: sans-serif;
    font-size: 16px;
    color: #545454;
    font-weight: 600;
}


.event-section .future-event-catalogue .box-avatar-event a{
    box-shadow: 0 1px 4.7px 5.3px rgb(0 0 0 / 7%);
}

.event-section .future-event-catalogue {
    background: white;
    position: relative;
    border-left: 2px solid #fff;
}

.event-section .future-event-catalogue img {
    display: table;
    margin: auto;
    height: 130px;
    object-fit: contain;
}
/*END EVENT SHOW*/


.social-media .trusted-logo img{
    width: 30% !important;
}

.product-details-tabs{
    position: sticky;
    position: -webkit-sticky;
    top: 53px;
    z-index: 99;
}

.user-actions #dropdownMenuLink a{
    font-size: 16px!important;
    margin-top: 5px;
}

.user-actions .favourite-button span{
    font-size: 16px;
    margin-top: 5px;
}

.user-actions .shopping-cart-button span{
    font-size: 16px;
    margin-top: 5px;
}

.user-actions .test-drive-button span{
    font-size: 16px!important;
    margin-top: 5px;
}

.user-actions .dealers-button span{
    font-size: 16px!important;
    margin-top: 5px;
}

.user-actions .box-user-actions{
    gap: 2.5rem;
}

.product-details-tabs .product-details .product-tab-item #dropdownEllipsis li:hover{
    background-color: #f1f1f1!important;
    color: white;
    border-radius: 0;
    border: none;
    border-bottom: none!important;
}

.product-details-tabs .product-details .product-tab-item #dropdownEllipsis li a{
    display: block;
    width: 100%;
    padding: 0.25rem 1rem;
    clear: both;
    font-weight: 400;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 15px;
    color: #545454;
}

.product-details-tabs .product-details .product-tab-item #dropdownEllipsis{
    position: absolute!important;
}
.product-details-tabs .product-details .product-tab-item #dropdownEllipsis li{
    border-bottom: none!important;
}

.product-details-tabs .product-details .product-tab-item #dropdownMenuLink a::after{
    display: none;
}
.product-details-tabs .product-details .product-tab-item #dropdownMenuLink a .fa-ellipsis-vertical{
    color: #ffffff;
}
.product-main-page .right-section .favorite-icon, .product-main-page .right-section .share-icon{
    background: #F1F1F1;
    color: #f28821;
    clip-path: polygon(30% 0, 100% 0, 100% 50%, 70% 100%, 0 100%, 0 50%);
}

.product-main-page .right-section .share-icon button:focus{
    box-shadow: none;
}

#boxShareProduct{
    position: relative;
}

#alertShareProduct{
    position: absolute;
    top: 100%;
    left: 25%;
    transform: translate(100%,20%);
    border: 1px solid #cfcfcf;
    padding: 0.25rem 1rem;
    font-weight: 400;
    background-color: #F1F1F1;
    font-size: 12px;
    color: #545454;
    border-radius: 0.25rem;
    display: none;
    width: 200px;
}

#copyProductLink{
    border: 0;
    background: none;
    display: block;
    width: 100%;
    padding: 0.25rem 1rem;
    clear: both;
    font-weight: 400;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    font-size: 15px;
    color: #545454;
}

#copyProductLinkMobile{
    border: 0;
    background: none;
    display: block;
    width: 100%;
    padding: 0.25rem 1rem;
    clear: both;
    font-weight: 400;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    font-size: 15px;
    color: #545454;
}

#brandHistory .brands-header{
    color: #545454;
    font-family: sans-serif;
    font-size: 30px;
    font-weight: 700;
    border-bottom: 1px solid #c4c4c4;
}

#brandHistory .image-information{
    color: #545454;
    font-family: sans-serif;
    font-weight: 500;
    font-size: 14px;
}

#boxOldVersion #oldVersion{
    background: none;
    border: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
    color: white;
    text-align: center;
    text-decoration: none;
    height: 220px;
    width: 38px;
}

#boxOldVersion img{
    object-fit: contain;
}

#boxOldVersion i{
    font-size: 25px;
}

#boxOldVersion p{
    font-size: 12px;
    font-family: sans-serif;
    font-weight: 600;
    writing-mode: vertical-rl;
    text-orientation: upright;
    letter-spacing: -3px;
    word-spacing: -5px;
}

#boxOldVersion{
    padding: 0;
    position: fixed;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    cursor: pointer;
    z-index: 9999;
    background: #f27621;
}

#boxOldVersion:hover{
    background: linear-gradient(135deg, #f28821 0%, #f27621 100%);
}

#pagesOverBanner{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    z-index: 1;
}

#pagesOverBanner .link-over-banner{
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%, 0 40%);
}

#pagesOverBanner .link-over-banner:hover{
    background: #343434A0;
}

#pagesOverBanner .link-over-banner a{
    text-decoration: none;
    color: #ffffff;
    font-family: sans-serif;
    font-weight: 600;
    padding: 10px 20px;
    background: #34343475;
    width: 100%;
    display: table;
}

#pagesOverBanner .link-over-banner i{
    width: 30px;
}
/*Search page*/

.search-main-page .search-page-heading h1 {
    font-family: sans-serif;
    color: #474747;
}

.search-main-page .search-page-heading h1 > span {
    font-family: sans-serif;
    font-size: 50px;
    color: #f27b21 !important;
}

.search-main-page .category-product-attribute-value {
    margin-bottom: 1rem!important;
    height: 62px!important;
    overflow: hidden!important;
}
/*END: Search page*/

/*Tag page*/

.tag-main-page .tag-page-heading h1 {
    font-family: sans-serif;
    color: #474747;
}

.tag-main-page .tag-page-heading h1 > span {
    font-family: sans-serif;
    font-size: 50px;
    color: #f27b21 !important;
}
/*END: Tag page*/
#mobileContactButtons{
    display: none;
}

#logo-on-off-road{
    width: 50%;
}

#categoryFilters .accordion .custom-checkbox-categories input[type="checkbox"]{
    width: 20px;
    height: 20px;
}

#categoryFilters .accordion .custom-checkbox-categories a{
    width: 88%;
}

.product-header .add-to-compare{
    background: #f1f1f1;
}

.product-header .add-to-compare span{
    font-family: sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #545454;
}

#boxFloatingCompareMobile{
    overflow-x: auto;
}

#floatingCompareMobile{
    display: flex;
    justify-content: start;
    align-items: start;
    overflow-x: scroll;
    position: relative;
    border-bottom-left-radius: 0!important;
    border-bottom-right-radius: 0!important;
}

#floatingCompareMobile .product-compare {
    position: relative;
}

#floatingCompareMobile .product-compare .compareImageLink {
    display: table;
    margin: auto;
}

#floatingCompareMobile .imageFloatingCompare {
    width: 60px;
    max-height: 60px;
}

#floatingCompareMobile .deleteCompareProduct {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #ffc107;
    opacity: 0.7;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#boxFloatingCompareMobile .compareProducts {
    background: #ffc107;
}

#boxFloatingCompareMobile .compareProducts:hover {
    background: #e6ae06;
}

.w-85{
    width: 85%;
}

.w-15{
    width: 15%;
}

.w-60{
    width: 60%;
}

.text-black{
    color: #000000;
}

#contentOfficeAccordion .social-media .social-media-links{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

#contentOfficeAccordion .social-media .social-media-links a {
    background: #000000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    font-size: 20px;
    color: #ffffff!important;
}

#contentOfficeAccordion .social-media .social-media-links a:hover {
    background: #ffffff;
    border-radius: 50%;
    color: #000000!important;
    border: 1px solid #000000;
}

#boxFloatingCompare .accordion-button::after{
    filter: invert(1);
}

#boxFloatingCompare .accordion-header button{
    border-radius: 0!important;
}


#boxFloatingCompare .accordion-button:not(.collapsed)::after{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.subcategory-section .subcategories-list{
    display: flex;
    flex-wrap: wrap;
}

.subcategory-section .subcategories-list .box-subcategory a{
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    clip-path: polygon(20% 0, 100% 0, 100% 80%, 80% 100%, 0 100%, 0 20%);
    background-color: #fff;
}

.subcategory-section .subcategories-list .box-subcategory{
    width: 180px;
    height: 180px;
    overflow: hidden;
    position:relative;
    background-color: #ffffff;
}

.subcategory-section .subcategories-list .box-subcategory:after {
    content: "";
    position:absolute;
    margin: -25px;
    width: 50px;
    top: 0;
    height: 50px;
    transform:rotate(45deg);
    background: rgb(162,162,162);
    background: linear-gradient(90deg, rgba(255,255,255,1) 80%, rgb(162 162 162 / 18%) 100%);
}

.subcategory-section .subcategories-list .box-subcategory:before {
    content: "";
    position:absolute;
    width:50px;
    margin:-25px;
    bottom: 0;
    right: 0;
    height:50px;
    transform:rotate(225deg);
    background: rgb(162,162,162);
    background: linear-gradient(90deg, rgba(255,255,255,1) 80%, rgb(162 162 162 / 18%) 100%);
}

.subcategory-section .subcategories-list .box-subcategory a img{
    width: 90%;
    margin: auto;
    display: table;
}

.subcategory-section .subcategories-list .subcategory-page-list{
    font-size: 14px;
    font-family: sans-serif;
    font-weight: 500;
}

.subcategory-section .subcategories-list .subcategory-title{
    font-size: 16px;
    font-family: sans-serif;
    cursor: default;
}

.compare-page .table-compare .compare-table-title{
    background: #343434!important;
}

/* #productDimensions .left-column{
    order: 1;
}

#productDimensions .center-column{
    order: 2;
}

#productDimensions .right-column{
    order: 3;
} */

.product-dimensions .left-column .product-description p {
    font-family: sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #010101;

}

.product-dimensions .right-column .product-description p {
    font-family: sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #010101;

}
.product-dimensions .left-column .product-description h4 {
    font-family: sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #f28821;
    text-align: left;
    text-transform: capitalize;
}
.product-dimensions .right-column .product-description h4 {
    font-family: sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #f28821;
    text-align: left;
    text-transform: capitalize;
}

#licenseCategories .license-category{
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

#licenseCategories .license-category span{
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-weight: 700;
    font-family: 'Arial';
}

/* Service Section */

.services-section .services-header h1 {
    font-family: sans-serif;
    font-size: 30px;
    color: #545454;
    font-weight: 700;
    padding-left: 50px;
}

.services-tree .service-tree-link {
    border: none;
    clip-path: polygon(0 0, 96% 0, 100% 7%, 100% 100%, 5% 100%, 0 91%);
    color: #f27621;
    position: relative;
}

.services-tree .service-tree-link::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f28821;
}

.services-tree .service-tree-link::after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 2px;
    left: 2px;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    background-color: white;
    clip-path: polygon(0 0, 96% 0, 100% 7%, 100% 100%, 5% 100%, 0 91%);
}

.services-tree {
    background: white;
}

.services-tree p {
    font-family: sans-serif;
    font-weight: 700;
    color:#545454;
    white-space: nowrap;
    font-size: 16px;
    text-transform: uppercase;
}

.confirmed-test-ride-section .confirmed-test-drive .btn-continue{
    clip-path: polygon(8% 0, 100% 0, 100% 50%, 92% 100%, 0 99%, 0 50%);
    background-color: #f28821;
    border: none;
    color: white;
    padding: 17px 76px;
    font-size: 15px;
    cursor: pointer;
    width: 100%;
    font-family: sans-serif;
    font-weight: 700;
    border-radius: 0;
    text-transform: uppercase;
}
.confirmed-test-ride-section .confirmed-test-drive p {
    font-family: sans-serif;
    font-weight: 700;
    color: #545454;
    font-size:22px;
}
.confirmed-test-ride-section .confirmed-test-drive .confirmed-test-drive-content p {
    font-family: sans-serif;
    font-weight: 600;
    color: #545454;
    font-size:18px;
}

.services-menu-test-ride .insurance-headline {
    margin-top: -30px;
    width: 76%;
    margin-left: 20px;
}

.services-menu-test-ride .insurance-headline{
    clip-path: polygon(14% 0, 100% 0, 100% 47%, 88% 100%, 0 100%, 0 52%);
}

.services-menu-test-ride .insurance-headline h2 {
    text-transform: uppercase;
    padding: 15px 20px;
    margin: 0;
    text-align: center;
    color: white;
    background: linear-gradient(135deg, #f28821 0%, #f27621 100%);
    font-size: 16px;
    font-family: sans-serif;
    font-weight: 700;
}

.services-menu-test-ride .services-sidebar li {
    border-bottom: 1px solid #e2e2e2;
}

.services-menu-test-ride .services-sidebar li:hover {
    background: #e7e7e7;
}

.services-menu-test-ride .services-sidebar a > i {
    padding-right: 15px;
    font-size: 20px;
    color: #f27621;
}
.services-menu-test-ride .services-sidebar a:hover {
    color: #1c1c1c;
}

.services-menu-test-ride .services-sidebar p {
    text-align:center;
    position: sticky;

}

.services-menu-test-ride .services-sidebar a {
    display: flex;
    align-items: center;
    font-family:sans-serif;
    font-weight:600;
    font-size:16px;
    text-decoration: none;
    padding: 20px;
    width: 100%;
}

.services-main-page-content .services-page-page .services-page-content .services-page-addresses p {
    font-family: sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #1b1b1b;
}

.services-main-page-content .services-page-page .services-page-content .services-page-addresses a {
    font-family: sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #1b1b1b;
}
.services-main-page-content .services-page-page .services-page-content .services-page-addresses h2 {
    font-family: sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #1b1b1b;
}

.services-main-page-content .services-page-header h1 {
    font-family: sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: #545445;
    text-transform: uppercase;
}

.services-main-page-content .services-page-page .services-page-content .services-page-type p {
    font-family: sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #1b1b1b;
}

.services-page-content {
    margin-top: 30px;
}

.product-promotion-stock-text {
    color: red;
    font-family: sans-serif;
    font-weight: 700;
    text-align: left;
    text-decoration: none;
    line-height: 1;
    font-size: 14px;
}

.product-option-color-values {
    padding: 10px;
    border-radius: 50%;
}
.product-option-color-values div {
    height: 26px;
    float: left;
}
.showInFourColumns .category-product-promotion-countdown {
    transform: scale(0.3);
}

.showInFourColumns #licenseCategories .license-category {
    width: 30px;
    height: 30px;
}

.showInFourColumns #licenseCategories .license-category span {
    width: 24px;
    height: 24px;
}

.category-product-attributes{
    height: 110px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    overflow: hidden;
}

.showInFourColumns .category-product-attributes{
    height: 100px;
}

.compare-page .table-compare .compare-product-image {
    width: 200px;
}

.box-favorites-rating {
    height: 40px;
}

.box-favorites-rating-category {
    height: 20px;
}

.box-favorites-rating-category .category-rating i {
    font-size: 0.8rem!important;
}

.showInThreeColumns .category-product-attributes {
    height: 100px;
}

.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
    -webkit-box-shadow: -10px 0 0 #f78a38 !important;
    box-shadow: -10px 0 0 #f78a38 !important
}

.flatpickr-day.inRange {
    border-radius: 0;
    -webkit-box-shadow: -5px 0 0 #facba6, 5px 0 0 #facba6 !important;
    box-shadow: -5px 0 0 #facba6, 5px 0 0 rgb(58, 184, 0) !important
}

.product-main-page .product-header {
    padding-left: 50px;
}

.product-main-page .product-header h1 {
    padding-left: 0;
}

.product-main-page .product-header span {
    font-family: sans-serif;
    font-size: 12px;
    color: #545454;
}

h1 {
    padding-left: 50px;
}

.product-abilities-block .abilities-content p {
    font-size: 14px;
}

.product-abilities-block img {
    width: 30px;
    height: 30px;
}

.product-abilities-vehicles-block img {
    width: 37px;
    height: 37px;
}

.category-section .category-product.col-lg-4 .rounded-countdown {
    transform: scale(0.7);
}

.category-section .category-product.showInThreeColumns .rounded-countdown {
    transform: scale(0.7);
}

.category-section .category-product.showInFourColumns .rounded-countdown {
    transform: scale(0.9);
}


/* productCard badges */
.category-product-badges {
    z-index: 20;
/*    position: absolute;
    height: 100%;
    width: 100%;*/
}
.category-product-badge-img {
    width: 100%;
    padding: 0 !important;
}
.category-product-badge-pos-top_left {
    top: 0;
    left: 0;
}
.category-product-badge-pos-top_right {
    top: 0;
    right: 0;
}
.category-product-badge-pos-bottom_left {
    bottom: 0;
    left: 0;
}
.category-product-badge-pos-bottom_right {
    bottom: 0;
    right: 0;
}
/*.category-product-badge-discount_percent {
    top: 38px;
}*/
/*.category-product-badge-align-center {
    left: 50%;
    transform: translate(-50%, -50%);
}*/

#backToTop{
    position: fixed;
    bottom: 70px;
    right: 25px;
    display: none;
    font-size: 20px;
    border-radius: 10px;
    color: #ffffff;
    background-color: #f27621;
    border-color: #f27621;
    z-index: 9999;
    border: 0;
}

#backToTop:hover{
    background: linear-gradient(135deg, #f28821 0%, #f27621 100%);
}

.news-article-page .article-content img, .review-article-page .article-content img {
    width: 100% !important;
    height: auto !important;
    margin: 15px auto;
    display: table;
}

.first-banner-section{
    position: relative;
}

.first-banner-section .box-over-banner{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    width: 100%;
}

.first-banner-section .box-over-banner .heading-banner{
    font-size: 80px;
    font-family: sans-serif;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    color: white;
    text-shadow: 2px 2px 5px rgb(0 0 0 / 80%);
    cursor: default;
}

.first-banner-section .box-over-banner .view-range {
    clip-path: polygon(8% 0, 100% 0, 100% 50%, 92% 100%, 0 99%, 0 50%);
    background-color: #f27621;
    border: none;
    color: white;
    padding: 12px 26px;
    font-size: 16px;
    cursor: pointer;
    font-family: sans-serif;
    font-weight: 700;
    border-radius: 0;
    text-transform: uppercase;
    margin: auto;
    display: table;
    text-shadow: 2px 2px 5px rgb(0 0 0 / 80%);
    text-decoration: none;
}

.first-banner-section .box-over-banner .view-range:hover {
    background: #f28821;
}

.second-banner-section{
    position: relative;
}

.second-banner-section .box-over-banner{
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translate(0, -50%);
}

.second-banner-section .box-over-banner .heading-banner{
    font-size: 80px;
    font-family: sans-serif;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    color: white;
    text-shadow: 2px 2px 5px rgb(0 0 0 / 80%);
    cursor: default;
}

.second-banner-section .box-over-banner .view-range {
    clip-path: polygon(8% 0, 100% 0, 100% 50%, 92% 100%, 0 99%, 0 50%);
    background-color: #f27621;
    border: none;
    color: white;
    padding: 12px 26px;
    font-size: 16px;
    cursor: pointer;
    font-family: sans-serif;
    font-weight: 700;
    border-radius: 0;
    text-transform: uppercase;
    margin: auto;
    display: table;
    text-shadow: 2px 2px 5px rgb(0 0 0 / 80%);
    text-decoration: none;
}

.second-banner-section .box-over-banner .view-range:hover {
    background: #f28821;
}

.third-banner-section{
    position: relative;
}

.third-banner-section .box-over-banner{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.third-banner-section .box-over-banner .heading-banner{
    font-size: 80px;
    font-family: sans-serif;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    color: white;
    text-shadow: 2px 2px 5px rgb(0 0 0 / 80%);
    cursor: default;
}

.third-banner-section .box-over-banner .view-range {
    clip-path: polygon(8% 0, 100% 0, 100% 50%, 92% 100%, 0 99%, 0 50%);
    background-color: #f27621;
    border: none;
    color: white;
    padding: 12px 26px;
    font-size: 16px;
    cursor: pointer;
    font-family: sans-serif;
    font-weight: 700;
    border-radius: 0;
    text-transform: uppercase;
    margin: auto;
    display: table;
    text-shadow: 2px 2px 5px rgb(0 0 0 / 80%);
    text-decoration: none;
}

.third-banner-section .box-over-banner .view-range:hover {
    background: #f28821;
}
.services-page-content ul{
    list-style: initial;
    margin: initial;
    padding-left: 2rem;
}

dl, ol, ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.payment-method-section-title, .payment-method-section-title p {
    cursor: pointer;
    font-size: 12px !important;
    text-align: left !important;
}

#attributes-table-body tr td:first-child {
    text-align: left;
}

#attributes-table-body tr td {
    text-align: center;
}

iframe {
    width: 100% !important;
    height: calc(62vw/1.77) !important;
}

.news-tags .contain-category-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.news-page .news-tags span:hover {
    border: 2px solid #f59953;
}

.news-page .news-tags span {
    color: #7a7a7a;
    background: white;
    font-size: 18px;
    border: 2px solid white;
    font-family: sans-serif;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.news-article-content .title-interested{
    color: black;
    font-size: 20px;
    font-family: sans-serif;
    font-weight: 700;
    margin-bottom: 10px;
}

.review-article-content .title-interested{
    color: black;
    font-size: 20px;
    font-family: sans-serif;
    font-weight: 700;
    margin-bottom: 10px;
}

.select-address .pickup-centres{
    display: flex;
    flex-wrap: wrap;
    background: #F1F1F1;
}

.select-address .pickup-centres .box-pickup-center{
    width: 100%;
    background: #ffffff;
    height: 100%;
}
#payment-method-form .payment-method-children{
    display: flex;
    flex-wrap: wrap;
    background: #F1F1F1;
}

#payment-method-form .payment-method-children .box-payment-method-children{
    width: 100%;
    background: #ffffff;
    height: 100%;
}

#payment-method-form .payment-method-children{
    display: none;
}

#payment-method-form .payment-method-selected .payment-method-children{
    display: flex !important;
}
.product-documents-section .brand-select p {
    color: #f27a21;
    outline: none;
    font-family: sans-serif;
    font-size: 19px;
    font-weight: 700;
    padding: 5px 19px;
    text-decoration: none;
}

#similar-products-favorites .price-details {
    height: 50px!important;
}

#similar-products-favorites .similar-contact-us-for-price{
    height: 50px!important;
    display: flex;
    justify-content: center;
    align-items: end;
}

.error-info{
    font-size: 14px !important;
    font-weight: 600 !important;
}

.page-module-main-section dl, .page-module-main-section ol, .page-module-main-section ul {
    list-style: initial!important;
    margin-top: 0!important;
    margin-bottom: 1rem!important;
    padding-left: 2rem!important;
}

.rounded-countdown-background-opacity{
    background: #ffffff8c;
}

.category-section .category-product.col-lg-3 .category-product-content .category-product-image picture > img {
    height: auto;
    width: 100%;
}

.category-section .category-product.col-lg-4 .category-product-content .category-product-image picture > img {
    height: auto;
    width: 100%;
}

.category-section .category-product.col-lg-3 .category-product-content .category-product-image .image-block-category {
    height: 274px;
    width: 274px;
}

.category-section .category-product.col-lg-3 .category-product-content .category-product-image .image-block-category picture > img {
    height: 274px;
    width: 274px;
}

.category-section .category-product.col-lg-4 .category-product-content .category-product-image .image-block-category {
    height: 372px;
    width: 372px;
}

.category-section .category-product.col-lg-4 .category-product-content .category-product-image .image-block-category picture > img {
    height: 372px;
    width: 372px;
}

#priceTotal {
    font-family: sans-serif !important;
    font-size: 25px!important;
    font-weight: 700!important;
    color: #f27721!important;
    margin-bottom: 0!important;
}

#priceTotal::before {
    content: none!important;
}

#priceTotal span {
    color: #878787!important;
    font-family: sans-serif;
    font-size: 14px!important;
    font-weight: 600!important;
}

.product-landing-page .box-landing-image{
    height: 476px;
    width: 100%;
}

.product-landing-page .box-landing-image img{
    height: 476px;
    width: 100%;
}

.box-banner-under-carousel{
    height: 380px;
    width: 100%;
}

.box-informations-product-image{
    height: 472px;
}

.left-section .swiper .box-image{
    width: 84px;
    height: 84px;
}

.left-section .swiper .box-image img{
    width: 84px;
    height: 84px;
}

.attributes-box-content .icon-attribute{
    width: 60px;
    height: 60px;
}

.reviews-positive .like-icon{
    width: 47px;
    height: 43px;
}

.product-additional-swiper .swiper-slide{
    border: 2px solid #ffffff;
}

.product-main-page .see-all-products picture img {
    width: 100px;
    height: 40px;
    object-fit: contain;
}

.page-module-section.page-category .subcategory-section .subcategories-list .box-subcategory a img {
    width: 100% !important;
}

.order-request-recommended-products .pp-request-offer-products-modal .product-details .product-image {
    width: 198px;
    height: 198px;
}

.order-request-recommended-products .pp-request-offer-products-modal .product-details .product-image img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.product-documents-catalogue-content .document-title{
    font-size: 20px;
}
.contact-details .navigation-contact-button {
    background: linear-gradient(61deg, rgb(26 25 25) 0%, rgb(26, 25, 25) 100%);
    position: relative;
    border: none;
    font-family: sans-serif;
    font-weight: 700;
    font-size: 14px;
    border-radius: 0;;
}

.contact-details .navigation-contact-button:hover {
    background: linear-gradient(61deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 100%);
}
.contact-details .navigation-contact-button > span {
    color: white;
}

.contact-details .navigation-contact-button::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    border-left: 13px solid #f2f2f2;
    border-right: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-top: 13px solid #f2f2f2;
}

.contact-details .navigation-contact-button::after {
    content: '';
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    border-left: 13px solid #ffffff00;
    border-right: 13px solid #f2f2f2;
    border-bottom: 13px solid #f2f2f2;
    border-top: 13px solid transparent;
}

.event-section .event-catalogue-content .event-title p{
    height: 80px;
    overflow: hidden;
    line-height: 1.2;
}

.event-section .event-catalogue-content .event-catalogue-description{
    height: 100px;
    overflow: hidden;
}

.rent-request-description .rent-request-description-email {
    color:black!important;
}

.rent-request-description .rent-request-description-email > a {
    color:black!important;
}

.rent-request-description .rent-request-description-email > a:hover {
    color:#545454!important;
}

#loadMore button{
    font-family: sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #f27621;
    text-transform: uppercase;
    z-index: 10;
    cursor:pointer;
}
.campaign-explanatory-note p {
    white-space: pre-wrap !important;
    text-align: justify !important;
    color: red !important;
    font-size: 12px !important;
}

.info-purposes p{
    white-space: pre-wrap !important;
    text-align: justify !important;
    color: #000000 !important;
    font-size: 12px !important;
    font-weight: 500!important;
    margin-top: 20px;
}

.pp-request-offer-products-modal #priceTotal{
    font-size: 20px!important;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}


.pp-request-offer-products-modal .product-details .price-details p {
    font-size: 14px;
}
.no-price .product-contact-us-for-price{
    height: 70px;
    color: #878787;
    font-family: sans-serif;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: end;
}

.news-article-page .news-article-content table{
    width: 100% !important;
}

.news-article-page p {
    font-size: 13px!important;
}

.news-article-page table {
    border-collapse: collapse;
    width: 100%;
    overflow-x: auto;
    display: block;
}

.news-article-page th, td {
    text-align: left;
    padding: 8px;
}

.news-article-page tr:nth-child(even) {
    background-color: #F1F1F1;
}

.review-article-content .article-content table{
    width: 100% !important;
}

.review-article-content p {
    font-size: 13px!important;
}

.review-article-content table {
    border-collapse: collapse;
    width: 100%;
    overflow-x: auto;
    display: block;
}

.review-article-content th, td {
    text-align: left;
    padding: 8px;
}

.review-article-content tr:nth-child(even) {
    background-color: #F1F1F1;
}

.event-swiper .swiper-pagination {
    text-align: left;
    margin-left: 60px;
    margin-bottom: 30px;
}

.event-swiper .swiper-pagination .swiper-line-pagination {
    width: 50px;
    border-radius: 0;
    background: #0E0E0E;
    opacity: 1;
    margin-right: 15px;
    height: 6px;
}

.event-swiper .swiper-pagination .swiper-line-pagination.swiper-pagination-bullet-active {
    width: 50px;
    border-radius: 0;
    background: #c1c1c1;
    height: 6px;
}

.event-swiper {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.event-swiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.event-swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.event-swiper .swiper-button-next::after{
    font-size: 60px;
}

.event-swiper .swiper-button-prev::after{
    font-size: 60px;
}

.event-swiper .swiper-button-next{
    right: 0!important;
}

.event-swiper .swiper-button-prev{
    left: 0!important;
}

.event-swiper .swiper-button-next::after {
    transform: scale(0.5, 1);
    color: #343434;
    text-shadow: 1px 0 #f1f1f173, -1px 0 #f1f1f173, 0 1px #f1f1f173, 0 -1px #f1f1f173, 1px 1px #f1f1f173, -1px -1px #f1f1f173, 1px -1px #f1f1f173, -1px 1px #f1f1f173;
}

.event-swiper .swiper-button-prev::after {
    transform: scale(0.5, 1);
    color: #343434;
    text-shadow: 1px 0 #f1f1f173, -1px 0 #f1f1f173, 0 1px #f1f1f173, 0 -1px #f1f1f173, 1px 1px #f1f1f173, -1px -1px #f1f1f173, 1px -1px #f1f1f173, -1px 1px #f1f1f173;
}

.square-nav {
    position: absolute;
    right: 46px;
    bottom: 32px;
    width: 20px;
    height: auto;
    z-index: 9;
}

.home-swiper .swiper-button-next::after {
    font-size: 30px;
    color: #ffffff;
    transform: none;
}

.home-swiper .swiper-button-prev::after {
    font-size: 30px;
    color: #ffffff;
    transform: none;
}

.home-swiper #hero-next-button {
    border: 2px solid #FFFFFF;
    width: 40px;
    height: 40px;
    background: #34343475;
}

.home-swiper #hero-prev-button {
    border: 2px solid #FFFFFF;
    width: 42px;
    height: 40px;
    background: #34343475;
}

.home-swiper .swiper-button-next.swiper-button-disabled, .home-swiper .swiper-button-prev.swiper-button-disabled {
    opacity: 0.50!important;
}

.swiper-button-next::after {
    transform: scale(.8,1.5);
}

.swiper-button-prev::after {
    transform: scale(.8,1.5);
}

.auth-content-forget h1{
    font-size: 30px;
    font-weight: 700;
    padding: 0;
    text-align: center;
}

.rabla-price{
    font-size: 16px!important;
    color: #ff0000!important;
}
.product-price-matching i {
    border: 1px solid #2b2a2a;
    padding: 3px 6px;
    border-radius: 4px;
    background: #000000;
    color: white;
    width: 30px;
    text-align: center;
}

.btn-product-requests {
    outline: 0;
    box-shadow: none !important;
    font-family: sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #474747;
}

#bnrCourse{
    font-size: 12px;
    font-weight: 500;
    color: #545454;
    padding: 5px 10px;
    text-align:center;
    margin-bottom: 20px;
    display: table;
    background: #f1f1f1;
    width: 100%;
}

#categorySidebar .category-filter-custom-radio{
    width: 100%;
}

#categorySidebar .contain-radio-item{
    width: 10%!important;
}

#categorySidebar .category-filter-custom-radio-content a{
    width: 90%;
}

.sl-overlay {
    background: #000 !important;
}
.sl-wrapper .sl-image {
    cursor: pointer !important;
}

.product-configurator a {
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-weight: bold;
}
.product-configurator a:hover {
    opacity: 0.8;
}
.below-banner-menu a:before {
    content: "";
    border-left: 8px solid #f1f1f1;
    border-right: 8px solid #f1f1f100;
    border-bottom: 8px solid #f1f1f100;
    border-top: 8px solid #f1f1f1;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.below-banner-menu a:after {
    content: "";
    border-left: 8px solid #f1f1f100;
    border-right: 8px solid #f1f1f1;
    border-bottom: 8px solid #f1f1f1;
    border-top: 8px solid #f1f1f100;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
}

#licenseCategories{
    height: 38px;
    display: flex;
    gap: 4px;
    align-items: center;
}

/* FADE LOGO */
.logo-main-image, .logo-second-image, .mobile-logo-main-image, .mobile-logo-second-image {
    transition: opacity 1s;
}

.logo-main-image, .mobile-logo-main-image {
    opacity: 1;
}

.logo-second-image, .mobile-logo-second-image {
    opacity: 0;
}
/* END: FADE LOGO */

.product-main-page .select2-container{
    width: 100% !important;
}

/* GIFT HOVER BOX */

.gift-hover-box {
    position: absolute;
    z-index: 999;
    width: 220px;
    overflow-y: auto;
    background-color: #fff;
    border-radius: 0;
    top: 20px;
    left: 0;
    border: 1px solid #e8e8e8;
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 75px;
}

.gift-hover-box-image {
    flex: 50%;
}

.gift-hover-box-image img {
    padding: 5px;
    height: 60px;
    width: auto !important;
}

.gift-hover-box .icon-gift{
    width: 20px;
}

.gift-hover-box .gift-product{
    border: 1px solid #cfcfcf;
    border-radius: 5px;
}

.gift-hover-box{
    border: 1px solid #cfcfcf;
    border-radius: 5px;
}

.gift-hover-box .gift-image{
    border-radius: 5px;
}

.gift-hover-box .gift-name{
    font-size: 12px;
    text-align: left;
    color: #444444!important;
    line-height: 16px;
}

.gift-hover-box .price{
    font-size: 12px;
    text-align: left;
    font-style: italic;
    font-weight: 900;
}

.gift-hover-box .price .product-contact-us-for-price{
    color: #444;
    font-size: 10px;
}

.gift-hover-box .price span {
    font-weight: 700;
    padding-top: 0;
    font-size: 10px;
    text-align: left;
    font-style: italic;
}

/* END GIFT HOVER BOX */

.category-section .category-product .category-product-content .category-product-top .category-product-header{
    z-index: 10;
}

/*FLASH SALE*/
.category-product .flash-sale-block {
    position: absolute;
    bottom: 8px;
}
.category-product .clepsydre-block span.expired {
    color: white;
    font-weight: 700;
    font-size: 14px;
    position: relative;
    transform: translateY(0px);
    display: block;
    margin-top: 5px;
    text-align: center;
}
.category-product h5.clepsydre-time {
    position: absolute;
    left: 0;
    right: 0;
    transform: translateY(0%);
    color: white;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}

.category-product.showInFourColumns h5.clepsydre-time {
    font-size: 16px;
}

.category-product.col-lg-3.cp-item h5.clepsydre-time {
    font-size: 16px;
}

.category-product .clepsydre {
    width: 0;
    height: 24px;
    background-color: #ff3d9d;
    position: relative;
    float: left;
    transform: skew(-20deg, 0deg);
}

.category-product .clepsydre-static-shadow {
    width: 100%;
    height: 24px;
    /* background-color: #121018; */
    position: absolute;
    box-shadow: inset 0 0 2px 1px #302f2f;
    border: 2px solid #000;
    border-radius: 14% 14% 14% 14% / 47% 47% 53% 53%;
}

.category-product.showInFourColumns .clepsydre-static-shadow, .category-product.showInFourColumns .clepsydre {
    height: 18px;
}

.category-product.col-lg-3.cp-item .clepsydre-static-shadow, .category-product.col-lg-3.cp-item .clepsydre {
    height: 18px;
}

.category-product .flash-sale-block img {
    width: 100%;
}
.category-product.col-lg-4 .flash-sale-progress {
    position: absolute;
    top: 55%;
    right: 12%;
    width: 96px;
    border-radius: 14% 14% 14% 14% / 47% 47% 53% 53%;
    overflow: hidden;
}

.category-product.col-lg-3 .flash-sale-progress {
    position: absolute;
    top: 50%;
    right: 12%;
    width: 96px;
    border-radius: 14% 14% 14% 14% / 47% 47% 53% 53%;
    overflow: hidden;
}

.category-product.col-lg-3.cp-item .flash-sale-progress {
    position: absolute;
    top: 50%;
    right: 12%;
    width: 96px;
    border-radius: 14% 14% 14% 14% / 47% 47% 53% 53%;
    overflow: hidden;
}

.category-product.showInFourColumns .flash-sale-progress {
    top: 53%;
    width: 76px;
}

.category-product.col-lg-3.cp-item .flash-sale-progress {
    top: 53%;
    width: 76px;
}

.category-product.showInThreeColumns .flash-sale-progress{
    top: 55%;
}
/*END FLASH SALE*/

.category-product-badge-pos-top_left{
    z-index: 9;
    left: 0;
    top: 0;
}

.campaign-explanatory-note p{
    white-space: initial!important;
}

/* REFURBISHED */
#refurbishedProducts #priceTotal, #outletProducts #priceTotal  {
    font-size: 20px!important;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    text-decoration: none !important;
}

#refurbishedProducts #priceTotal span, #outletProducts #priceTotal span {
    font-size: 12px!important;
}

#refurbishedProducts .accordion-button::after, #outletProducts .accordion-button::after {
    margin: 0;
}

.cut-line {
    position: relative;
    display: table;
    font-family: sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #4f4f4f;
    text-align: center;
    margin: auto;
    width: fit-content;
    width: -moz-fit-content;
}

.cut-line::before {
    content: "";
    width: 106%;
    height: 2px;
    background: #f27721;
    position: absolute;
    left: -3px;
    display: block;
    transform: rotate(9deg);
    top: 0;
    bottom: 0;
    margin: auto;
}

.product-main-page .second-hand-badge{
    font-size: 10px!important;
    color: #ffffff!important;
}

.second-hand-badge{
    border-radius: 50rem;
    padding: 2px 16px;
    display: block;
    background-color: #198754;
    color: white;
    font-size: 10px;
    font-family: sans-serif;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    width: fit-content;
    width: -moz-fit-content;
}

#refurbishedProducts .refurbished-title, #outletProducts .outlet-title {
    font-size: 16px;
    font-family: sans-serif;
    font-weight: 700;
    color: #000000;
    margin: 0;
    text-align: left;
    display: block;
    line-height: 1;
}

#refurbishedProducts .refurbished-product-description, #outletProducts .outlet-product-description{
    color: #545454;
    font-family: sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.2;
}

#refurbishedProducts .add-to-cart-refurbished p, #outletProducts .add-to-cart-outlet p{
    font-size: 13px;
}

#refurbishedProducts .contact-us-for-price, #outletProducts .contact-us-for-price{
    color: #000000;
    font-family: sans-serif;
    font-size: 14px;
    font-weight: 600;
}

#refurbishedProducts .refurbished-show-products-btn, #outletProducts .outlet-show-products-btn{
    color: #000000;
    font-family: sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    filter: brightness(0);
}

#refurbishedProducts .refurbished-show-products-btn:after, #outletProducts .outlet-show-products-btn:after{
    color: #000000;
    filter: brightness(0);
}
/*END REFURBISHED*/



#textPriceList {
    color: #474747;
    font-family: sans-serif;
    font-weight: 600;
    font-size: 10px;
    position: relative;
}
#textPriceListContent {
    position: absolute;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-weight: normal;
    padding: 5px 10px;
    font-size: 12px;
    top: 100%;
    z-index: 12;
    width: 200px;
}
#textPriceList:hover #textPriceListContent {
    display: block !important;
}


/*START FLATPICKR*/

#testRideModal .flatpickr-day.selected {
    background: #f27b21!important;
    border-color: #f27b21!important;
    color: #ffffff!important;
}


#testRideModal .flatpickr-innerContainer, #testRideModal .flatpickr-rContainer {
    width: 100%;
}

#testRideModal .flatpickr-monthDropdown-months {
    background: #f27b21!important;
    border: 2px solid #f27b21!important;
}

#testRideModal .flatpickr-calendar.inline{
    width: 100%;
}

#testRideModal .flatpickr-day{
    max-width: initial;
}

#testRideModal span.flatpickr-weekday{
    color: #ffffff!important;
    text-transform: uppercase;
    font-weight: 500;
}

#testRideModal .flatpickr-current-month input.cur-year{
    color: #ffffff!important;
    font-weight: 500;
}

#testRideModal .flatpickr-current-month .flatpickr-monthDropdown-months{
    color: #ffffff!important;
    font-weight: 500;
    text-transform: uppercase;
}

#testRideModal .flatpickr-months .flatpickr-prev-month svg, #testRideModal .flatpickr-months .flatpickr-next-month svg {
    fill: #ffffff;
}

#testRideModal .flatpickr-day.selected:focus{
    background: #FAC8A6;
    border-color: #FAC8A6;
    color: #000000;
}

#testRideModal .flatpickr-day.selected:hover{
    background: #FAC8A6;
    border-color: #FAC8A6;
    color: #000000;
}

#testRideModal .flatpickr-day.selected{
    background: #FAC8A6;
    border-color: #FAC8A6;
    color: #000000;
}

#testRideModal .flatpickr-current-month{
    padding: 0;
}

#testRideModal .flatpickr-months .flatpickr-prev-month.flatpickr-prev-month, #testRideModal .flatpickr-months .flatpickr-next-month.flatpickr-prev-month{
    left: 20px;
    top: 5px;
}

#testRideModal .flatpickr-months .flatpickr-prev-month.flatpickr-next-month, #testRideModal .flatpickr-months .flatpickr-next-month.flatpickr-next-month{
    right: 20px;
    top: 5px;
}

#testRideModal .flatpickr-day.selected {
    background: #f78a38!important;
    border-color: #f78a38!important;
    color: #ffffff!important;
}

#testRideModal .flatpickr-day.selected:focus{
    background: #FAC8A6;
    border-color: #FAC8A6;
    color: #000000;
}

#testRideModal .flatpickr-day.selected:hover{
    background: #FAC8A6;
    border-color: #FAC8A6;
    color: #000000;
}

#testRideModal .flatpickr-day.inRange, #testRideModal .flatpickr-day.prevMonthDay.inRange, #testRideModal .flatpickr-day.nextMonthDay.inRange, #testRideModal .flatpickr-day.today.inRange, #testRideModal .flatpickr-day.prevMonthDay.today.inRange, #testRideModal .flatpickr-day.nextMonthDay.today.inRange, #testRideModal .flatpickr-day:hover, #testRideModal .flatpickr-day.prevMonthDay:hover, #testRideModal .flatpickr-day.nextMonthDay:hover, #testRideModal .flatpickr-day:focus, #testRideModal .flatpickr-day.prevMonthDay:focus, #testRideModal .flatpickr-day.nextMonthDay:focus {
    background: #facba6;
    border: 1px solid #facba6;
}

#testRideModal .flatpickr-day.selected, #testRideModal .flatpickr-day.startRange, #testRideModal .flatpickr-day.endRange, #testRideModal .flatpickr-day.selected.inRange, #testRideModal .flatpickr-day.startRange.inRange, #testRideModal .flatpickr-day.endRange.inRange, #testRideModal .flatpickr-day.selected:focus, #testRideModal .flatpickr-day.startRange:focus, #testRideModal .flatpickr-day.endRange:focus, #testRideModal .flatpickr-day.selected:hover, #testRideModal .flatpickr-day.startRange:hover, #testRideModal .flatpickr-day.endRange:hover, #testRideModal .flatpickr-day.selected.prevMonthDay, #testRideModal .flatpickr-day.startRange.prevMonthDay, #testRideModal .flatpickr-day.endRange.prevMonthDay, #testRideModal .flatpickr-day.selected.nextMonthDay, #testRideModal .flatpickr-day.startRange.nextMonthDay, #testRideModal .flatpickr-day.endRange.nextMonthDay {
    background: #f27b21!important;
    border: 1px solid #f27b21;
    color: white!important;
}

#testRideModal .flatpickr-day.selected{
    background: #FAC8A6;
    border-color: #FAC8A6;
    color: #000000;
}

#testRideModal .flatpickr-weekdays{
    background: #F27B21;
}

#testRideModal .flatpickr-months{
    background: #F27B21;
    padding: 15px;
}

#testRideModal .flatpickr-days{
    width: 100%;
}

#testRideModal .dayContainer{
    min-width: initial;
    max-width: initial;
    width: 100%;
}
/*END FLATPICKR*/

.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover, .flatpickr-day.prevMonthDay, .flatpickr-day.nextMonthDay, .flatpickr-day.notAllowed, .flatpickr-day.notAllowed.prevMonthDay, .flatpickr-day.notAllowed.nextMonthDay {
    color: #393939!important;

}

.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover {
    cursor: not-allowed;
    color: rgba(57,57,57,0.1)!important;
}

.service-history-page .custom-service-history-table td {
    padding: 15px 10px;
    margin: 0px;
    font-family: sans-serif;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.02857em;
    text-transform: none;
    vertical-align: unset;
    text-decoration: none;
    color: rgb(52, 71, 103);
    font-weight: 600;
    width: max-content;
}

.service-history-page .custom-service-history-table thead tr > th {
    width: auto;
    padding: 12px 9px 10px;
    text-align: left;
    font-size: 0.65rem;
    font-weight: 700;
    border-bottom: 0.0625rem solid rgb(233, 236, 239);
    opacity: 0.7;
    background: transparent;
    color: rgb(131, 146, 171);
}

.custom-service-history-details-table thead tr > th {
    vertical-align: middle;
    padding: 16px;
}

.service-history-page .custom-service-history-table {
    border-collapse: separate;
    border-spacing: 0 2px;
}
.service-history-page .custom-service-history-table .service-history-product-avatar img {
    min-width: 90px;
    max-width: 100px;
    border-radius: 25px;
}

.service-history-page .custom-service-history-table th {
    text-align: center;
}

.service-history-page h1 {
    font-family: sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #545454;
    padding: 20px 27px;
}

.service-history-page .custom-service-history-table a > i {
    background: #37ac37;
    color: white;
    padding: 7px;
    border-radius: 28px;
}

.service-history-page .custom-service-history-table .custom-row {
    margin: 10px;
    border-bottom: none;
    /* box-shadow: 0px 2px 8px #a8a7a7; */
    border-radius: 15px;
    /* border-style: hidden; */
    border-bottom: 1px solid #dee2e6!important;
}

.service-history-page .no-service-history {
    font-family: sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #545454;
    padding: 20px 27px;
}

.service-history-page .table>:not(:last-child)>:last-child>* {
    border-bottom-color: inherit;
}
.service-history-details-page .table>:not(:last-child)>:last-child>* {
    border-bottom-color: inherit;
}

.service-history-details-page h1 {
    font-family: sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #545454;
    padding: 15px;
}

.service-history-details-page .custom-service-history-details-table a > i {
    background: #37ac37;
    color: white;
    padding: 7px;
    border-radius: 28px;
}

.service-history-details-page .custom-service-history-details-table thead,
.service-history-details-page .custom-service-history-details-table tbody {
    border-style: hidden;
}

.service-history-details-page .custom-service-history-details-table .custom-row {
    margin: 10px;
    border-bottom: none;
    /* box-shadow: 0px 2px 8px #a8a7a7; */
    border-radius: 15px;
    /* border-style: hidden; */
    border-bottom: 1px solid #dee2e6!important;
}

.service-history-details-page .custom-service-history-details-table {
    border-collapse: separate;
    border-spacing: 0 2px;
}

.service-history-details-page .custom-service-history-details-table td {
    padding: 10px;
    vertical-align: middle;
    text-align: center;
    font-weight: 600;
    font-size: 12px;
    font-family: sans-serif;
    color: rgb(52, 71, 103);

}

.service-history-details-page .custom-service-history-details-table th {
    width: auto;
    padding: 12px 9px 10px;
    text-align: left;
    font-size: 0.65rem;
    font-weight: 700;
    border-bottom: 0.0625rem solid rgb(233, 236, 239);
    opacity: 0.7;
    background: transparent;
    color: rgb(131, 146, 171);
    white-space: nowrap;
}

.service-history-details-page .custom-service-history-details-table td ul {
    list-style-type: circle;
    color: rgb(52, 71, 103);

}

.service-history-details-page .custom-service-history-details-table .badges span {
    padding: 8px;
}

.service-history-details-page .custom-service-history-details-table .estimate-entry {
    background: #ffca2c;
    border: none;
    border-radius: 15px;
    color: black;
}

.service-history-details-page .custom-service-history-details-table .estimate-exit {
    background: #157347;
    border: none;
    border-radius: 15px;
    color: white;
}

.service-history-details-page-custom-modal .modal-custom-header {
    display: flex;
    justify-content: end;
    align-items: center;
    position: absolute;
    top:10px;
    left: 1px;
}

.service-history-details-page-custom-modal .form-label {
    margin: 0px;
    font-family: sans-serif;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: 0.03333em;
    opacity: 1;
    text-transform: none;
    vertical-align: unset;
    text-decoration: none;
    color: rgb(103, 116, 142);
}

.service-history-details-page-custom-modal .custom-text {
    margin: 0px;
    font-family: sans-serif;
    font-size: 0.75rem;
    line-height: 1.25;
    letter-spacing: 0.03333em;
    opacity: 1;
    vertical-align: unset;
    text-decoration: none;
    color: rgb(52, 71, 103);
    font-weight: 600;
}

.service-history-details-page-custom-modal .modal-title {
    font-size:24px;
    font-weight: 600;
}

.service-history-details-page-custom-modal .custom-form-box {
    border: 2px solid #ed6a5a;
    padding:20px;
}

.service-history-details-page-custom-modal .custom-table-tr td {
    width: auto;
    padding: 12px 24px 10px;
    text-align: left;
    font-size: 12px;
    font-weight: 700;
    border-bottom: 0.0625rem solid rgb(233, 236, 239);
    opacity: 0.7;
    background: transparent;
    color: rgb(131, 146, 171);
}

.service-history-details-page-custom-modal .custom-table-image {
    width: 100px;
    object-fit: cover;
    color: transparent;
    text-indent: 10000px;
    height: auto;
    border-radius: 15px;
}

.service-history-details-page-custom-modal .custom-details-table-tr {
    vertical-align: middle;
}

.service-history-details-page-custom-modal .warranty-operations ul {
    list-style-type: disc;
}

.service-history-details-page-custom-modal .warranty-quotation-part .custom-header {
    margin: 0px;
    font-family: sans-serif;
    font-size: 13px;
    line-height: 1.25;
    letter-spacing: 0.03333em;
    opacity: 1;
    vertical-align: unset;
    text-decoration: none;
    color: rgb(52, 71, 103);
    font-weight: 600;
}

.service-history-details-page-custom-modal .warranty-quotation-part tbody tr > td {
    color: black;
    font-size: 12px;
    font-weight: 600;
}

.service-history-details-page-custom-modal .total-price {
    font-size: 20px;
}

.service-history-details-page-custom-modal .entry-exit-title {
    font-size: 15px;
    font-weight: 600;
    color: rgb(52, 71, 103);

}

.product-gallery-swiper .over-video-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: transparent !important;
    width: 100%;
    height: 100%;
    z-index: 2;
    transition: transform .4s ease, color .4s ease;
}

.product-gallery-swiper .over-video-button:hover i{
    color: #f27721!important;
}

.product-gallery-swiper .play-button {
    text-align: center;
    color: #fff;
    font-size: 75px;
    cursor: pointer;
    transition: .4s;
}

.iframe-container {
    /* position: relative; */
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 aspect ratio (9/16 = 0.5625) */
    height: 0;
    overflow: hidden;
}

.iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%!important;
    height: 100%!important;
    border: 0;
}

.search-main-page #categoryFilters {
    display: block;
}

.brand-description .image-information p {
    margin-bottom: 15px;
}


div#products-bundle-carousel {
    padding: 2px;
}

.contact-page .btn-contact-us-whatsapp {
    clip-path: polygon(9% 0, 100% 0, 100% 50%, 91% 100%, 0 100%, 0 50%);
    position: relative;
    border: none;
    color: #343434;
    background: #000;
    font-weight: 700;
    color: white;
    text-align: center;
    font-family: sans-serif;
    font-size: 16px;
    border-radius: 0;
    padding: 14px 56px;
    text-transform: uppercase;
}

.contact-page .btn-contact-us-whatsapp p {
    color:white;
}


.contact-page .whatsapp-contact-item {
    cursor: pointer;
    transition: all 0.2s ease;
    border-left: 3px solid #25D366 !important;
}

.contact-page .whatsapp-contact-item:hover {
    background-color: #f8f9fa !important;
    transform: translateX(5px);
    box-shadow: 0 2px 8px rgba(37, 211, 102, 0.2);
}

.contact-page .accordion-button:not(.collapsed) {
    background-color: rgba(37, 211, 102, 0.1);
    border-color: #25D366;
    font-size: 20px;
    color:black;
}

.contact-page .accordion-button:focus {
    border-color: #25D366;
    box-shadow: 0 0 0 0.25rem rgba(37, 211, 102, 0.25);
}

.contact-page .modal-header {
    border-bottom: 2px solid #25D366;
}

.contact-page .btn-contact-us-whatsapp {
    border: none;
    color: white;
    transition: all 0.3s ease;
}

.contact-page .btn-contact-us-whatsapp:hover {
    background: linear-gradient(45deg, #128C7E, #167539);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.3);
    color: white;
}
